.box {
    width: 988px;
    margin: 0 auto;
    text-align: left;
}
.bannerservice {
	text-align: left;
	margin-bottom: 40px;
}		
.bannerservice .text .title {
	display: block;
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
	line-height: 36px;
	letter-spacing: 0.02em;
}
.bannerservice .text .price {
    color: #e31e25;
    font-size: 90px;
    display: block;
    margin-top: -8px;
    letter-spacing: 0.02em;
    padding: 20px 0;
}			
.bannerservice .text ul {
	margin-top: 3px;
}				
.bannerservice .text ul li {
	font-size: 16px;
	line-height: 28px;
	color: #3e3e3e;
	background: url('../images/list.png') 2px 7px no-repeat;
	padding-left: 16px;
}				
.bannerservice .imageblock {
	width: 418px;
	height: 486px;
	margin: 0 auto;
}
.bannerservice .imageblock img{
	width: 418px;
	height: 486px;
	position: absolute;
	display: none;
}
.bannerservice .imageblock img.i1 {
	display: block;
}
.bannerservice .control {
	font-size: 16px;
	color: #3e3e3e;
	background: url('../images/control1.png') 47% 4px no-repeat;
	width: 418px;
	height: 39px;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 12px;
}
.bannerservice .control.i1 {
	background: url('../images/control1.png') 47% 4px no-repeat;
}
.bannerservice .control.i2 {
	background: url('../images/control2.png') 47% -3px no-repeat;
}
.bannerservice .control a {
	color: #3e3e3e;
	display: block;
	height: 32px;
	line-height: 32px;
}
.bannerservice .control a span {
	border-bottom: 1px dashed #3e3e3e;
}
.bannerservice .control a:hover, .bannerservice .control a:hover span {
	color: #E62F2F;
	border: none;
}
.bannerservice .control a.active, .bannerservice .control a.active span {
	color: #3e3e3e;
	border: none;
}
.bannerservice .control a.i1 {
	float: left;
	width: 60%;
}
.bannerservice .control a.i2 {
	float: right;
	width: 60%;
	text-align: right;
}
.bannerservice .control a.i2.active {
	width: unset;
}
.bannerservice .control a.i1.active {
	width: unset;
}
.pricelist {
	background: #F5F5F5;
}
.pricelist .tabs {
	width: 100%;
	margin-top: 7px;
}
.pricelist .tabs li {
	font-size: 17px;
	line-height: 32px;
	color: #424242;
	text-align: center;
}
.pricelist .tabs li a {
	text-transform: uppercase;
	display: block;
	border-bottom: 1px dashed #424242;
	cursor: pointer;
	line-height: 21px;
	white-space: nowrap;
}
.pricelist .tabs li a:hover {
	border-color: #F5F5F5;
}
.pricelist .tabs li a.active {
	color: #fa3636;
	border-color: #F5F5F5;
}
.pricelist .tabs li.border {
	width: 100%;
	min-width: 70px;
}
.pricelist .tabscontent {
	width: 100%;
	margin-top: 2px;
	padding-bottom: 22px;
}
.pricelist .tabscontent ul {
	display: none;
}
.pricelist .tabscontent ul.t1 {
	display: block;
}
.pricelist .tabscontent li {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #3e3e3e;
	display: flex;
	vertical-align: top;
	justify-content: space-between;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #ccc;
}
.pricelist .tabscontent li.strong {
	font-weight: 700;
}
.pricelist .tabscontent li .name {
	padding-right: 5px;
	width: 80%;
}
.pricelist .tabscontent li .price {
	text-align: right;
	padding-left: 5px;
    width: 20%;
}
.pricelist .tabscontent li.title .border {
	background: transparent;
}
.pricelist .sendto {
	text-align: center;
	color: #3e3e3e;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 49px;
}
.button {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #f93536;
	border: none;
	border-bottom: 1px solid #b1b1b1;
	padding: 0 32px;
	height: 58px;
	display: inline-block;
	text-align: center;
	line-height: 58px;
	cursor: pointer;
	margin-top: 11px;
}
.button:hover {
	background: #fff;
	color: #f93536;
}
.pluses p {
	min-height: 60px;
}
.howto {
	text-align: center;
}
.howto ul {
	padding-top: 68px;
	padding-bottom: 50px;
	background: url('../images/howto.png') top center no-repeat;
	margin-top: 14px;
}
.howto ul li {
	display: inline-block;
	text-align: left;
	color: #3e3e3e;
	font-size: 17px;
	width: 296px;
}
.howto ul li.w286 {
	width: 280px;
}
.howto ul li.w160{
	width: 160px;
}
.howto ul li a {
	border-bottom: 1px dashed #3e3e3e;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
}
.howto ul li a:hover {
	border-color: #f5f5f5;
}			
.partners {padding-bottom: 60px;}
.partners p{ margin-top: 7px; text-align: center;}
.partners p img{display:inline-block; margin: 0px 20px;}
.partners p:after{content:""; display: inline-block; width: 100%; height: 0;}
a {color: #000;}
h3 {
	font-weight: 400;
	color: #333333;
	font-size: 28px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 53px 0 40px 0;
}
.to_ico .title_h4 {
	padding: 0px 5px;
	word-wrap: break-word;
}

img.banner_moskit {
    margin: 0 auto;
    display: block;
}
.banner_moskit_text {
    margin: 0 auto;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 50px;
    max-width: 1170px;
}
@media (max-width: 1199px) {
	img.banner_moskit {
		width: 100%;
	    padding: 0 15px;
	}
	.banner_moskit_text {
		padding: 0 15px;
	}
}


@media (max-width: 768px) {
	.howto ul {
		background-image: none;
		padding-top: 0px;
		margin-top: 14px;
		width: 235px;
		text-align: left;
		margin: 0px auto;
	}
	.howto ul li {
		width: initial;
		padding: 0px 20px;
		margin-top: 20px;
	}
	.howto ul li.w286 {
		width: initial;
	}
	.howto ul li.w160{
		width: initial;
	}
	.pricelist .tabs {
		display: block;
	}
	.pricelist .tabs li {
		margin-bottom: 20px;
	}
	.pricelist .tabs li a {
		border-bottom: 0px;
		line-height: normal;
	}
	.partners p {
		text-align: center;
	}
	.text {
		text-align: center;
		margin-bottom: 20px;
	}
	.bannerservice .text ul li {
		display: inline-block;
	}
	.bannerservice .text .price {
		font-size: 50px;
	}
	.bannerservice .control {
		width: 100%;
	}
	.bannerservice .imageblock {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.partners p img {
		margin: 0px 20px;
	}
	.bannerservice .imageblock {
		width: 100%;
	}
	.bannerservice .imageblock img {
	    left: 50%;
    	transform: translate(-50%, 0%);
	}
	.to_ico .title_h4 {
		margin-bottom: 20px;
		height: 30px;
	}
}
@media (max-width: 480px) {
	.bannerservice .imageblock {
		height: 300px;
	}
	.bannerservice .imageblock img {
		width: 250px;
		height: auto;
	}
	.bannerservice .control {
		font-size: 12px;
	}
	.bannerservice .text ul li {
		font-size: 14px;
	}
}

/*NEW*/
.second_section{
	margin-left: 15px;
}