div.popular {
    float: left;
    width: 645px;
    overflow: hidden;
    margin-top: 25px;
}

div.popular h2 {
    margin-top: 0;
}

div.popular div.item {
    overflow: hidden;
    float: left;
    width: 322px;
    margin-top: 20px;
}

div.popular div.item div.image {
    float: left;
    width: 128px;
}

div.popular div.item div.image img {
    border: 1px solid #000;
    width: 128px;
}

div.popular div.item div.name {
    font-size: 20px;
    line-height: 20px;
    width: 130px;
    float: left;
    margin-left: 40px;
}

div.popular div.item div.about {
    margin-top: 10px;
    width: 130px;
    float: left;
    margin-left: 40px;
}

div.advantages {
    float: left;
    width: 322px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    margin-top: 25px;
}

div.advantages h2 {
    margin-top: 0;
}

div.advantages div.column {
    margin-left: 30px;
    width: 293px;
}

div.advantages div.item {
    overflow: hidden;
    width: 323px;
    margin-top: 20px;
    display: none;
}

div.advantages div.item.first {
    display: block;
}

div.advantages div.item div.image {
    float: left;
}

div.advantages div.item div.name {
    font-size: 20px;
    line-height: 20px;
    width: 100px;
    float: left;
    margin-top: 10px;
}

div.advantages div.item div.about {
    margin-top: 10px;
    width: 200px;
    float: left;
    margin-left: 20px;
}

div.advantages div.more {
    height: 14px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 90px;
}

div.advantages div.more span {
    width: 11px;
    height: 11px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0 4px;
    background: url(/assets/images/advantages-more-icon.jpg) 0 0 no-repeat;
    text-indent: -1000px;
}

div.advantages div.more span.active {
    background-position: 0 -27px;
    cursor: default;
}

.main.main_cleaner .advantages {
    border-left: none;
    width: 100%;
}
.main.main_cleaner .advantages .item {
    display: block;
    width: 25%;
    margin-top: 0;
    float: left;
}
.main.main_cleaner .advantages .item .image {
    width: 90px;
}
.main.main_cleaner .advantages .item .name {
    float: right;
    width: 105px;
    font-size: 16px;
}


div.services {
    margin-top: 20px;
    padding-top: 40px;
    overflow: hidden;
}

div.services.last {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

div.services.first {
    border-top: 0;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    padding-top: 30px;
}

div.services div.left {
    width: 484px;
    float: left;
    overflow: hidden;
}

div.services div.right {
    width: 484px;
    float: left;
    border-left: 1px solid #ccc;
    overflow: hidden;
}

div.services div.column {
    width: 430px;
}

div.services div.right div.column {
    margin-left: 14px;
}

div.services h2 {
    padding: 5px 0 5px 50px;
    margin-top: 0;
}

div.services p {
    margin-left: 50px;
    color: #696969;
    font-size: 15px;
}

div.services h2.home {
    background: url(/assets/images/fault-icon.png) 0 3px no-repeat;
}

div.services h2.center {
    background: url(/assets/images/service-icon.png) 0 3px no-repeat;
}

div.services h2.slr {
    background: url(/assets/images/slr-icon.jpg) 0 0 no-repeat;
}

div.services h2.compact {
    background: url(/assets/images/compact-icon.jpg) 0 1px no-repeat;
}

div.services div.item {
    overflow: hidden;
    width: 430px;
    margin-top: 40px;
}

div.services div.item div.number {
    float: left;
    width: 50px;
    color: #ccc;
    font-size: 10px;
    text-indent: 8px;
}

div.services div.item div.image {
    float: left;
    width: 128px;
}

div.services div.item div.image img {
    border: 1px solid #000;
    width: 128px;
}

div.services div.item div.name {
    font-size: 20px;
    line-height: 20px;
    width: 210px;
    float: left;
    margin-left: 40px;
}
div.services.equipments div.item div.name{
    color: #00a9ea;
}
div.services div.item div.about {
    margin-top: 10px;
    width: 210px;
    float: left;
    margin-left: 40px;
}

div.services div.item div.button {
    overflow: hidden;
    padding: 5px;
    margin-left: 35px;
    float: left;
    margin-top: 10px;
}

div.services div.item div.button a {
    float: left;
    min-width: 94px;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 11px 4px 13px;
    background: #019dd6 url(/assets/images/button-bg.jpg) 0 0 repeat-x;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #ccc;
}

div.services div.item div.button a:hover {
    text-decoration: none;
}

div.services div.item div.item-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
}
div.services div.item div.button a, div.services div.item div.button span {
	float: left;
	min-width: 94px;
	text-align: center;
	box-sizing: border-box;
	padding: 3px 11px 4px 13px;
	background: #019dd6 url(/assets/images/button-bg.jpg) 0 0 repeat-x;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 7px;
	border: 2px solid #fff;
	box-shadow: 0 0 5px #ccc;
}


div.services div.item.small {
    margin-top: 6px;
}

div.services div.item.small.first {
    margin-top: 30px;
}

div.services div.item.small div.name {
    font-size: 15px;
    margin-left: 0;
    width: 370px;
    float: left;
}

div.note {
    clear: both;
    margin-top: 30px;
    background: #f6f6f6;
    padding: 10px 20px;
    overflow: hidden;
}

div.note div.about {
    font-size: 18px;
    line-height: 18px;
    color: #666;
    float: left;
    margin-top: 10px;
}

div.note div.button {
    overflow: hidden;
    padding: 5px;
    margin-left: 20px;
    float: left;
}

div.note div.button a {
    float: left;
    padding: 3px 13px 4px 13px;
    background: #019dd6 url(/assets/images/button-bg.jpg) 0 0 repeat-x;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #ccc;
}

div.note div.button a:hover {
    text-decoration: none;
}

table.pricing {
    margin: 30px 0 0 50px;
    width: 420px;
    border-bottom: 5px solid #f6f6f6;
}

table.pricing th {
    background: #f6f6f6;
    font-size: 15px;
    padding: 10px;
}

table.pricing td {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    padding: 3px 10px;
    font-weight: bold;
}

table.pricing td.price {
    text-transform: uppercase;
    color: #00a9ea;
    text-align: right;
    white-space: nowrap;
}

table.pricing tr:hover td {
    background: #00a9ea url(/assets/images/button-bg.jpg) 0 0 repeat-x;
    background-size: contain;
    color: #fff;
    border-bottom: 1px solid #fff;
}

table.pricing tr:hover td span.label {
    color: #FFF;
}

table.pricing td span.label {
    color: #AEAEAE;
}

div.hr {
    height: 1px;
    overflow: hidden;
    background: #ccc;
    margin-top: 40px;
}

.models {
    overflow: hidden;
    margin-top: 40px;
}

.models .model {
    overflow: hidden;
    margin-left: 50px;
    border-top: 1px solid #e0e0e0;
    max-width: 420px;
    float: left;
}

.models .model a {
    display: block;
    overflow: hidden;
}

.models .model img {
    display: block;
    float: right;
}

.models .model .name {
    display: block;
    float: left;
    width: 240px;
    font-family: 'Play', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    color: #000;
}

.models .model a:hover .name {
    text-decoration: underline;
    color: #00a9ea;
}

.models .model .description {
    display: block;
    float: left;
    width: 260px;
    color: #696969;
    margin-top: 3px;
}

.models .model .more {
    display: block;
    float: left;
    width: 240px;
    margin-top: 10px;
    background: url(/assets/images/more-bg.jpg) 0 2px no-repeat;
    padding-left: 20px;
}

.subtypes {
    overflow: hidden;
}

.subtypes .type {
    overflow: hidden;
    margin-left: 50px;
    max-width: 420px;
    float: left;
    margin-bottom: 20px;
}

.subtypes .type a {
    display: block;
    overflow: hidden;
}

.subtypes .type img {
    display: block;
    float: right;
    margin-top: 25px;
}

.subtypes .type .name {
    display: block;
    float: left;
    width: 240px;
    font-family: 'Play', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
    color: #000;
}

.subtypes .type a:hover .name {
    text-decoration: underline;
    color: #00a9ea;
}

.subtypes .type .description {
    display: block;
    float: left;
    width: 260px;
    color: #696969;
    margin-top: 3px;
}

.subtypes .type .more {
    display: block;
    float: left;
    width: 240px;
    margin-top: 10px;
    background: url(/assets/images/more-bg.jpg) 0 2px no-repeat;
    padding: 1px 0 0 20px;
}

div.models-pricing {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

div.models-pricing table.pricing {
    float: left;
    overflow: hidden;
    width: 610px;
    margin-top: 30px;
    margin-left: 0;
}

div.models-pricing div.image {
    float: right;
    width: 330px;
    text-align: center;
}

div.models-pricing div.image div.label {
    margin: 40px 0 10px 0;
    font-size: 15px;
}

.details ul,
.details ol {
    padding: 0 0 0 20px;
    margin: 15px 0 0 0;
}
.details ul li {
    list-style-type: disc;
}
.details ol li {
    list-style-type: decimal;
}
.details h2 {
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: -5px;
    color: #666;
}
