body {
    background: #ebeef1 url(../images/body-bg.png) 0 0 repeat-x;
    cursor: default;
}

body, textarea, input, select {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

a {
    color: #094685;
}

a:hover {
    color: #ff9308;
}

h1 {
    font-size: 30px;
    line-height: 37px;
    color: #ff9308;
    margin: 20px 0 -5px 0;
}

h1.main-header--small {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    color: #094685;
    margin: 25px 0 -10px 0;
}

h3, .h3 {
    font-size: 16px;
    line-height: 17px;
    color: #094685;
}

p {
    margin: 10px 0 0 0;
    line-height: 18px;
}

hr {
    margin-top: 20px;
    height: 1px;
    overflow: hidden;
    border: none;
    border-bottom: 1px dotted #CCE4C7;
    clear: both;
}

abbr {
    text-indent: -9999px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: help;
    background: url(../images/tip-icon.png) 0 0 no-repeat;
}
.imglogolow img{
	width:60px;
}
.content-text__button {
    display: none;
}
ul.list {
    margin-top: 18px;
    list-style-type: square;
    list-style-position: outside;
    margin-left: 18px;
    line-height: 18px;
}

ul.errors {
    background: #e9f9e9;
    padding: 10px 25px;
    color: #ff9308;
    border-bottom: 1px solid #119e14;
    line-height: 18px;
}

table.price {
    margin: 15px 0 0 0;
    line-height: 18px;
}

table.price td {
    padding: 5px 40px 5px 0;
    border-bottom: 1px dotted #CCE4C7;
    border-right: 1px solid #fff;
}

table.price td.value {
    text-align: right;
}

table.price h2 {
    margin: 15px 0 0 0;
}

.small {
    color: #8c9987;
    font-size: 11px;
    line-height: 14px;
    font-family: Tahoma, Geneva, sans-serif;
}
.service-price {
    color: #ff9308;
    font-size: 15px;
    margin-top: 7px;
}

.blue {
    color: #094685;
}

.green {
    color: #ff9308;
}

.modal {
    display: none;
}

.effect {
    text-decoration: none;
    border-bottom: 1px dotted #094685;
}

.price-label {
    position: absolute;
    display: block;
    top: 40%;
    right: 20px;
    transform: translateY(-50%);
    margin-top: 19px;
    width: 85px;
    height: 85px;
    background: #eca50d;
    line-height: normal;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.price-label .prefix {
    height: 15px;
    margin-top: 7px;
    font-size: 14px;
}
.content-text {
    margin-top: 20px;
}
.price-label .value {
    font-size: 34px;
}

.price-label .currency {
    height: 15px;
    font-size: 14px;
    margin-top: -2px;
}

.discount-label-button {
    display: block;
    overflow: hidden;
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    position: absolute;
    margin-left: -16px;
    margin-top: -14px;
}

.discount-label-button.discount-7 {
    background: url(../images/7-percent.png) 0 0 no-repeat;
}

.discount-label-button.discount-10 {
    background: url(../images/10-percent.png) 0 0 no-repeat;
}

.discount-label-button.discount-15 {
    background: url(../images/15-percent.png) 0 0 no-repeat;
}

.qtip-help {
    background: #e9f9e9 url(../images/tip-bg.png) 0 0 repeat;
    border-color: #ff9308;
    color: #333;
    font-size: 11px;
    line-height: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    border-radius: 7px;
    max-width: 200px;
    padding: 5px 10px;
}

.qtip-help a {
    color: #333;
}

.qtip-help a:hover {
    color: #ff9308;
}

.qtip-cities {
    background: #e9f9e9 url(../images/tip-bg.png) 0 0 repeat;
    border-color: #ff9308;
    color: #333;
    font-size: 11px;
    line-height: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    border-radius: 7px;
    max-width: 200px;
    padding: 5px 10px;
}

.qtip-cities ul {
    margin: 2px 0 7px 0;
}

.qtip-cities li {
    margin-top: 2px;
}

.qtip-cities a {
    color: #333;
}

.qtip-cities a:hover {
    color: #ff9308;
}

.qtip-notify {
    background: #e9f9e9 url(../images/tip-bg.png) 0 0 repeat;
    border-color: #ff9308;
    color: #333;
    font-size: 11px;
    line-height: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    border-radius: 7px;
    max-width: 180px;
    padding: 5px 10px;
}

.qtip-effect {
    background: #e9f9e9 url(../images/tip-bg.png) 0 0 repeat;
    border-color: #ff9308;
    color: #333;
    font-size: 11px;
    line-height: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    border-radius: 7px;
    max-width: 250px;
    padding: 7px 5px;
}

.qtip-effect img {
    width: 200px;
    height: 108px;
    vertical-align: bottom;
    border-radius: 7px 7px 0 0;
}

.qtip-effect .link {
    background: #ff9308;
    color: #fff;
    text-align: center;
    display: block;
    width: 200px;
    text-decoration: none;
    padding: 4px 0 5px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0 0 7px 7px;
}

.clear:before, .clear:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.teaser {
    background: #104c8b url(../images/teaser/discount-bg.png) 50% 0 no-repeat;
}

.teaser a {
    width: 100%;
    display: block;
    height: 53px;
    text-indent: -9999px;
    background: url(../images/teaser/discount.png) 50% 0 no-repeat;
}

.header .logotype img {
    vertical-align: bottom;
}

.header .brand {
    margin-top: 8px;
    margin-right: 10px;
}

.header .brand img {
    max-width: 60px;
}

.header .slogan {
    font-size: 15px;
}

.header .testimonials {
    background: url(../images/thumb-icon.png) 100% 50% no-repeat;
    width: 160px;
    font-size: 15px;
    margin-top: 15px;
    margin-left: 10px;
}

.header .contacts {
    float: right;
    font-size: 15px;
}

.header .contacts .city {
    float: left;
}

.header .contacts .city .arrow {
    font-size: 11px;
    position: relative;
    top: -2px;
}

.header .contacts a {
    text-decoration: none;
    display: block;
}

.header .contacts .city a {
    text-shadow: 1px 1px #F0F6FB;
}

.header .contacts .city a:hover {
    color: #4287d0;
}

.header .contacts .phone a:hover {
    color: #bcddff;
}

.navigation {
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 19px;
    border-bottom: 4px solid #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.navigation a {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px #ff9308;
}

.navigation a:hover {
    color: #ffa939;
}

.navigation table td {
    vertical-align: middle;
    text-align: center;
    border-right: 1px dotted #ff9308;
}

.navigation table td:last-child {
    border: none;
}

.features ul {
    overflow: hidden;
}

.features li {
    float: left;
}

.features a {
    display: block;
    box-sizing: border-box;
    height: 63px;
    background: 0 0 no-repeat;
    line-height: 19px;
    color: #333;
    text-decoration: none;
}

.features a:hover {
    color: #ff9308;
    background-position: 0 -63px;
}

.features a.feature-1 {
    background-image: url(../images/feature-1.png);
}

.features a.feature-2 {
    background-image: url(../images/feature-2.png);
}

.features a.feature-3 {
    background-image: url(../images/feature-3.png);
}

.features a.feature-4 {
    background-image: url(../images/feature-4.png);
}

.features a.feature-5 {
    background-image: url(../images/feature-5.png);
}

.hero {
    background: #ebeef1 url(../images/heroes-bg.png) 0 0 repeat-x;
}

.hero .image.apple {
    background: url(../images/heroes/apple.png) 0 0 no-repeat;
}

.hero .image.nqq1 {
    background: url(../images/b/nn1.png) 0 0 no-repeat;
}

.hero .image.tablet {
    background: url(../images/heroes/tablet.png) 0 0 no-repeat;
}

.hero .image.laptop-screen {
    background: none;
}

.hero .image h1 {
    color: #094685;
    text-shadow: -1px -1px 0 #e6eaee;
}

.hero .image p {
    font-size: 18px;
    line-height: 20px;
}

.hero .image a.button {
    display: block;
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    border-radius: 7px;
    width: 160px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: -1px -1px #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.hero .image a.button:hover {
    color: #ffa939;
}

.home {
    background: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc;
    border-radius: 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.home td {
    border-right: 1px dotted #CCE4C7;
    border-bottom: 1px dotted #CCE4C7;
    text-align: center;
    width: 25%;
}

.home table a {
    display: block;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}

.home table a:hover {
    background: #f0f0f0 url(../images/home-service-bg.png) 50% 0 no-repeat;
}

.home table a:hover h3 {
    color: #ff9308;
    text-shadow: 1px 1px #fff;
}

.home table .image {
    height: 66px;
    margin-top: 13px;
}

.home table h3 {
    margin-top: 3px;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px dotted;
}

.home table div.small {
    color: #333;
    margin-top: 5px;
    line-height: 15px;
}

.home div.order {
    overflow: hidden;
    float: left;
}

.hero div.order a.button,
.home div.order a.button {
    display: block;
    float: left;
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    border-radius: 7px;
    width: 160px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: -1px -1px #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero div.order a.button:hover,
.home div.order a.button:hover {
    color: #ffa939;
}

.hero div.price {
    color: #ff9308;
    margin: 21px 0 0 15px;
    float: left;
}

.home div.price {
    color: #ff9308;
    margin: 0 0 0 15px;
    float: left;
}

.hero div.price span,
.home div.price span {
    display: block;
    float: left;
    margin: 6px 0 0 0;
    font-size: 13px;
}

.hero div.price strong,
.home div.price strong {
    font-size: 36px;
    line-height: 37px;
    font-weight: normal;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    margin: -3px 5px 0 5px;
}

.home div.callback {
    overflow: hidden;
    float: right;
}

.home div.callback h3 {
    margin: 6px 0 0 0;
}

.home div.callback form input.number {
    color: #333;
    text-indent: 5px;
    width: 120px;
    line-height: 18px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 10px;
}

.home div.callback form input.submit {
    margin-left: 5px;
    text-align: center;
    padding: 5px 10px;
    background: #0d4988 url(../images/header-phone-bg.png) 0 0 repeat-x;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    line-height: 18px;
    border: 1px solid #0c4887;
    text-shadow: -1px -1px #043568;
}

.home div.callback h3 {
    text-decoration: none;
    float: left;
}

.home.tablet p {
}

.home.tablet .item-1 {
    box-sizing: border-box;
}

.home.tablet .item-2 {
    border-top: 1px dotted #CCE4C7;
    background-color: #f6f6f6;
}

.home.tablet .item-3 {
    box-sizing: border-box;
    border-top: 1px dotted #CCE4C7;
}

.home.tablet .item-3 td {
    text-align: left;
    padding-right: 0;
}

.home.tablet .item-3 td.value {
    text-align: right;
    width: 20%;
    font-weight: bold;
}

.home.tablet .item-4 {
    text-align: center;
    border-bottom: 1px dotted #CCE4C7;
    border-top: 1px dotted #CCE4C7;
}

.home.tablet .item-5 {
    background: #fafafa;
    border-top: 1px dotted #CCE4C7;
    box-sizing: border-box;
    overflow: hidden;
}

.home.tablet .item-5 div {
    line-height: 17px;
    float: left;
    box-sizing: border-box;
    background: url(../images/free-item-bg.png) top right no-repeat;
    border-right: 1px dotted #CCE4C7;
}

.home.tablet .item-5 strong {
    display: block;
    color: #ff9308;
    margin-bottom: 5px;
}

.main {
    background: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc;
    border-radius: 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.main .sidebar {
    background: #fafafa;
    width: 189px;
    border-right: 1px solid #ccc;
}

.main .sidebar .services {
    width: 189px;
}

.main .sidebar .services a {
    display: block;
    padding: 18px 0 18px 65px;
    line-height: 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #ccc;
    background-position: 14px 50%;
    background-repeat: no-repeat;
}

.main .sidebar .services a:hover {
    color: #ff9308;
    background-color: #fff;
}

.main .sidebar .services a.active {
    background-color: #E2E6E1;
    color: #ff9308;
    text-shadow: 1px 1px #fff;
}

/*.main-header {*/
/*padding: 0 20px 0 45px;*/
/*background: #ff9308 url(/images/title-bg.png) 0 0 no-repeat;*/
/*box-sizing: border-box;*/
/*}*/
.main .title {
    padding: 0 20px 0 45px;
    background: #ff9308 url(../images/title-bg.png) 0 0 no-repeat;
    box-sizing: border-box;
}

.main .title h1 {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    max-width: 697px;
    color: #fff;
    font-weight: bold;
    text-shadow: -1px -1px #ff9308;
}

.main .subpages {
    overflow: hidden;
    background: #ff9308 url(../images/title-bg.png) 0 0 no-repeat;
    line-height: 18px;
}

.main .subpages a {
    color: #fff;
    text-decoration: none;
}

.main .subpages a:hover {
    text-decoration: underline;
}

.main .content {
    overflow: hidden;
}

.main .content .intro {
    overflow: hidden;
}

.main .content img.border {
    border: 1px solid #e7e7e7;
}

.main .content img.left.border + h2 a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.main .content .brands td {
    padding-top: 10px;
    padding-bottom: 20px;
}

.main .content .article-image {
    height: 175px;
    margin-top: -5px;
}

.main .content .article-image img {
    position: absolute;
    margin-left: -45px;
}

.main .content .free {
    background: #fff url(../images/free-bg.png) 0 0 repeat-x;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #cce4c7;
}

.main .content .free h3,
.main .content .free .h3 {
    color: #333;
    margin: 0;
    padding: 12px 30px 13px 25px;
}

.main .content .free ul {
    overflow: hidden;
    line-height: 18px;
    border-bottom: 1px dotted #cce4c7;
}

.main .content .free li {
    font-size: 13px;
    border-top: 1px dotted #cce4c7;
    padding: 7px 30px 9px 60px;
    background: url(../images/free-item-bg.png) 100% 0 no-repeat;
}

.main .content .free li a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.main .content .free .number {
    float: left;
    width: 20px;
    position: absolute;
    margin-left: -35px;
    margin-top: 3px;
    line-height: 32px;
    font-size: 32px;
    color: #ff9308;
}

.main .content .free .price a {
    color: #ff9308;
}

.main .content .response {
    margin-top: 25px;
    background: #fafafa;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
}

.main .content .response .hint {
    color: #3ba91c;
    font-style: italic;
    font-size: 13px;
}

.main .content .response div.order {
    margin: 15px 0 0 0;
}

.main .content .response .form-inline label, .main .content .response .form-inline input {
    float: left;
}

.main .content .response .form-inline label {
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.main .content div.order {
    margin: 25px 0 0 0;
    overflow: hidden;
}

.main .content div.order a.button {
    display: block;
    float: left;
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    border-radius: 7px;
    width: 160px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: -1px -1px #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.main .content div.order.special-order a.button {
    float: none;
    width: 90%;
    max-width: 276px;
    height: 40px;
    padding: 0;
    margin: 0 auto;
    line-height: 40px;
    font-size: 16px;
    background: linear-gradient(#ff9308, #ff9308);
    text-align: center;
}
.main .content div.order a.button span {
    display: none;
}

.main .content div.order a.button:hover {
    color: #ffa939;
}

.main .content div.price {
    color: #ff9308;
}

.main .content div.price span {
    display: block;
    float: left;
    margin: 6px 0 0 0;
    font-size: 13px;
}

.main .content div.price strong {
    font-size: 36px;
    line-height: 37px;
    font-weight: normal;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    margin: -3px 5px 0 5px;
}

.main .content div.callback {
    padding-left: 120px;
    height: 101px;
    background: url(../images/callback-bg.png) 0 100% no-repeat;
    margin-top: 25px;
}

.main .content div.callback h3,
.main .content div.callback .h3 {
    margin: 0;
}

.main .content div.callback form {
    margin-top: 10px;
}

.main .content div.callback form input.number {
    color: #333;
    text-indent: 5px;
    width: 120px;
    line-height: 18px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px
}

.main .content div.callback form input.submit {
    margin-left: 5px;
    text-align: center;
    padding: 5px;
    background: #0d4988 url(../images/header-phone-bg.png) 0 0 repeat-x;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    line-height: 18px;
    border: 1px solid #0c4887;
    text-shadow: -1px -1px #043568;
}

.main .content .contact {
    border-top: 3px solid #ff9308;
    overflow: hidden;
    margin-top: 20px;
}

.main .content .contact form {
    margin: 25px 0 0 0;
}

.main .content .contact label {
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.main .content .contact abbr {
    display: block;
    position: absolute;
    z-index: 99;
    margin-top: 10px;
    margin-left: 465px;
}

.main .content .contact form input.text, .main .content .contact form textarea {
    width: 98%;
    color: #333;
    text-indent: 5px;
    line-height: 13px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 5px 0;
    padding: 10px 0;
    background: #ececec;
}

.main .content .contact form textarea {
    height: 120px;
    resize: none;
    overflow: auto;
}

.main .content .contact form input.submit {
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 7px;
    padding: 10px 15px;
    cursor: pointer;
    border: 0;
    width: auto;
    text-shadow: -1px -1px #ff9308;
    margin-top: 10px;
}

.main .content .contact form input.submit:hover {
    color: #ffa939;
}

.main .content .team td {
    padding: 20px 10px 0 0;
    font-size: 11px;
    line-height: 13px;
    color: #8c9987;
    font-family: Tahoma, Geneva, sans-serif;
}

.main .content .team img {
    border: 1px solid #e7e7e7;
}

.main .content .certificates td {
    font-size: 11px;
    line-height: 13px;
    color: #8c9987;
    font-family: Tahoma, Geneva, sans-serif;
}

.main .content .certificates img {
    border: 1px solid #e7e7e7;
}

.main .content .map {
    line-height: 18px;
}

.main .content .map ul.locations li.green {
    background: url(../images/location-green.jpg) 0 2px no-repeat;
    padding: 0 0 0 25px;
    font-weight: bold;
}

.main .content .map ul.locations li.gray {
    background: url(../images/location-gray.jpg) 0 2px no-repeat;
    padding: 0 0 0 25px;
    margin: 20px 0 0 0;
    font-weight: bold;
}

.main .content .map ul.places li.office {
    background: url(../images/places-office.jpg) 0 2px no-repeat;
    padding: 0 0 0 20px;
    font-size: 11px;
    color: #8c9987;
    font-family: Tahoma, Geneva, sans-serif;
}

.main .content .map ul.places li.service {
    background: url(../images/places-service.jpg) 0 2px no-repeat;
    padding: 0 0 0 20px;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #8c9987;
}

.main .content.wide {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 0;
}

.main .content .terms div {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.main .content .terms div a.button {
    display: block;
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    border-radius: 7px;
    width: 160px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: -1px -1px #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.main .content .terms div a.button:hover {
    color: #ffa939;
}

.main .content .terms div.term-fast {
    background: url(../images/terms/fast.png) 100% 0 no-repeat;
}

.main .content .terms div.term-parts {
    padding-left: 395px;
    background: url(../images/terms/parts.png) 0 0 no-repeat;
}

.main .content .terms div.term-equipment {
    background: url(../images/terms/equipment.png) 100% 0 no-repeat;
}

.main .content .terms div.term-price {
    padding-left: 395px;
    background: url(../images/terms/price.png) 0 0 no-repeat;
}

.main .content .terms div.term-warranty {
    background: url(../images/terms/warranty.png) 100% 0 no-repeat;
}

.main .content .terms div.term-free {
    padding-left: 395px;
    background: url(../images/terms/free.png) 0 0 no-repeat;
}

.main .content .effects p {
    overflow: hidden;
    border-radius: 7px;
}

.main .content .effects img {
    vertical-align: bottom;
}

.main .content .self-test {
    margin: 20px 0 0 0;
}

.main .content .self-test .category {
    color: #094685;
    font-size: 20px;
    line-height: 23px;
    padding: 7px 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    background: #fff url(../images/expand-icon.png) 100% 50% no-repeat;
}

.main .content .self-test .category:hover {
    color: #ff9308;
}

.main .content .self-test .category .category {
    font-size: 85%;
    line-height: 85%;
    margin-left: 20px;
    border-bottom: none;
}

.main .content .self-test span {
    background: #e9f9e9 url(../images/tip-bg.png) 0 0 repeat;
    font-size: 13px;
    line-height: 18px;
    display: block;
    border-radius: 7px;
    padding: 10px 20px;
    color: #333;
    margin-top: 5px;
}

.main .content .self-test ol {
    list-style-position: inside;
}

.main .responses .rating {
    overflow: hidden;
}

.main .responses .rating img {
    float: left;
    margin-right: 2px;
}

.main .responses .text a {
    font-size: 11px;
}

.main .responses .more {
    padding: 10px 20px 12px 20px;
    font-size: 11px;
    line-height: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    background: #fafafa;
    border-top: 1px dotted #ccc;
}

.main .advantages dl {
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    display: block;
}
.main .advantages dl.mosc {
    background: url(../images/mosc.png) 100% 15px no-repeat;
}

.main .advantages dl.fast {
    background: url(../images/advantage-fast.png) 100% 15px no-repeat;
}

.main .advantages dl.parts {
    background: url(../images/advantage-parts.png) 100% 10px no-repeat;
}

.main .advantages dl.card {
    background: url(../images/advantage-card.png) 100% 10px no-repeat;
}

.main .advantages dl.equipment {
    background: url(../images/advantage-equipment.png) 100% 10px no-repeat;
}

.main .advantages dl.price {
    background: url(../images/advantage-price.png) 100% 9px no-repeat;
}

.main .advantages dl.warranty {
    background: url(../images/advantage-warranty.png) 100% 8px no-repeat;
}

.main .advantages dt a {
    display: block;
    color: #333;
    line-height: 15px;
    overflow: hidden;
    text-decoration: none;
    padding: 20px 90px 20px 20px;
}

.main .advantages dt a:hover {
    color: #ff9308;
}

.main .advantages dd {
    display: none;
    color: #8c9987;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 15px;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    margin-top: -10px;
}

.main .advantages dl.active dd {
    display: block;
}

.main .advantages a.more {
    display: block;
    padding: 10px 20px 12px 20px;
    font-size: 11px;
    line-height: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    background: #fafafa;
}

.main .fault-brands {
    overflow: hidden;
    border-top: 1px dotted #CCE4C7;
    padding: 15px 0;
}

.main .fault-brands:hover {
    background: #f0f0f0 url(../images/tip-bg.png) 0 0 repeat;
}

.main .fault-brands li {
    float: left;
    margin-top: 0;
}

.main .fault-brands li.letter {
    font-size: 18px;
    font-weight: bold;
    color: #ff9308;
    width: 20px;
    position: relative;
    text-indent: 10px;
}

.main .fault-brands li.brand {
    margin: 0 0 0 30px;
}

.main .fault-trouble {
    color: #8c9987;
    display: inline-block;
    font-family: Tahoma, Geneva, sans-serif;
}

.news {
    height: 27px;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #ccc;
    background: #ebeef1;
}

.news div.loading {
    margin-left: 10px;
    color: #8C9987;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    padding-left: 23px;
    background: url(../images/ajax.gif) 0 6px no-repeat;
    line-height: 27px;
}

.news ul {
    margin-left: 10px;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    float: left;
    overflow: hidden;
}

.news li {
    height: 27px;
    max-width: 500px;
    overflow: hidden;
    line-height: 27px;
}

.news span.date {
    color: #ff9308;
}

.news a {
    color: #333;
    text-decoration: none;
    margin-left: 5px;
}

.news a:hover {
    color: #ff9308;
}

.promos .promo {
    height: 104px;
    border-radius: 7px;
    border: 1px solid #ff9308;
    overflow: hidden;
    background: #fff;
    border-bottom: 4px solid #ff9308;
}

.promos .promo a {
    display: block;
    line-height: 18px;
    text-decoration: none;
    color: #333;
    overflow: hidden;
}

.promos .promo h3,
.promos .promo .h3 {
    margin-top: 15px;
    margin-bottom: 0;
    width: 170px;
    float: left;
    color: #ff9308;
}

.promos .promo a:hover h3 {
    color: #12cb12;
}

.promos .promo p {
    margin-top: 5px;
    width: 170px;
    float: left;
}

.promos .promo img {
    vertical-align: bottom;
    float: right;
}

.info {
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #ccc;
    font: 11px Tahoma, sans-serif;
    background: #ebeef1 url(../images/info-bg2.png) 100% 50% no-repeat;
}

.info h2 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: -10px;
}

.info h3 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: -10px;
    color: #333;
}

.info ul {
    margin-top: 0;
    list-style-type: square;
    list-style-position: outside;
    margin-left: 18px;
    line-height: 14px;
}

.info ul li {
    padding: 0;
}

.info ol {
    margin-top: 18px;
    list-style-position: inside;
    line-height: 18px;
}

.info a {
    text-decoration: none;
}

.brands td {
    text-align: center;
}

.brands a {
    color: #333;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 13px;
    text-decoration: none;
}

.brands a:hover {
    color: #ff9308;
}

.articles {
    border-radius: 7px;
    border: 1px solid #ccc;
    font-family: Tahoma, Geneva, sans-serif;
    color: #8C9987;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden;
    background: #ebeef1;
}
.articles ul li {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
}
.articles-button {
    margin: 40px auto 40px;
    padding: 8px 18px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 11px;
    border: 1px solid #ccc;
}

.articles-button:hover {
    color: #ff9308;
    transition: all 0.2s linear;
}

.articles td {
    text-align: center;
    border-right: 1px dotted #bbb;
}

.articles a {
    color: #333;
    display: inline-block;
    margin: 0 7px 0;
    text-decoration: none;
}


.articles a:hover {
    color: #ff9308;
}

.footer div.number {
    font-size: 26px;
    line-height: 26px;
    color: #8c9987;
    margin-top: 5px;
}

.footer div.text {
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 13px;
    color: #8c9987;
    margin-top: 5px;
}

.footer .contacts {
    float: right;
    font-size: 15px;
}

.footer .contacts .city .arrow {
    font-size: 11px;
    position: relative;
    top: -2px;
}

.footer .contacts .city {
    background: #d8e1eb url(../images/header-city-bg.png) 0 0 repeat-x;
    float: left;
}

.footer .contacts .phone .icon {
    background: url(../images/phone-icon.png) 12px 5px no-repeat;
}

.footer .contacts a {
    padding: 10px 20px 10px 15px;
    text-decoration: none;
    display: block;
}

.footer .contacts .city a {
    text-shadow: 1px 1px #F0F6FB;
}

.footer .contacts .city a:hover {
    color: #4287d0;
}

.footer .contacts .phone a {
    padding-left: 40px;
    color: #fff;
    text-shadow: -1px -1px #043568;
}

.footer .contacts .phone a:hover {
    color: #bcddff;
}
.page-contacts h2 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 0 0;
}
.page-contacts h3 {
    margin: 13px 0 0 0;
}
.page-contacts p {
    margin: 5px 0 0 0;
}
.page-contacts .phone_number {
    color: #ff9308;
    font-weight: bold;
}
.contacts-address {
    max-width: 223px;
    color: #505050;
    font-size: 14px;
}
.page-contacts .column-left {
    float: left;
    margin-bottom: 25px;
}
.page-contacts .column-right {
    float: right;
    max-width: 190px;
    margin: 20px 0 25px;
    padding: 5px 24px 20px;
    border-radius: 7px;
    text-align: center;
    background: #f6f7f9;
    box-sizing: border-box;
}
.page-contacts .column-right h3 {
    font-size: 17px;
    margin-bottom: 15px;
}
.column-right .time {
    font-size: 19px;
    color: #000000;
}
.column-right .special {
    font-size: 14px;
    color: #b23434;
}
.column-right__text {
    line-height: 17px;
    font-size: 14px;
    color: #6f6f6f;
}
.column-right__text span {
    color: #ff9308;
}
.contacts-teaser {
    margin-bottom: 40px;
    overflow: hidden;
}
.contacts-teaser .text  {
    float: left;
    max-width: 340px;
}
.contacts-teaser .text h3 {
    font-size: 14px;
    color: #3d3d3d;
}
.contacts-teaser .text h3 span {
    font-size: 15px;
    border-bottom: 1px solid #c0d8bf;
    color: #ff9308;
}

.main .content .contacts-teaser div.order a.button {
    width: 90%;
    max-width: 276px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: linear-gradient(#ff9308, #ff9308);
}
.contacts-teaser .image {
    float: right;
    margin-top: 45px;
}
.page-contacts p.under-map__text {
    color: #6f6f6f;
    margin-bottom: 15px;
}
.column-right .line {
    width: 106px;
    margin: 13px auto;
    border-radius: 7px;
    border-bottom: 2px solid #fff;
}
.wrapper-feedback {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.feedback {
    display: none;
    position: fixed;
    top: calc(50% - 125px);
    left: 0;
    right: 0;
    z-index: 1010;
    margin: auto;
    width: 450px;
    max-width: 90%;
    padding: 30px 30px 40px;
    border-radius: 10px;
    background: #fff url(../images/feedback/feedback1.png) 102% top no-repeat;
}

.feedback-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.feedback-close span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 4px;
    background: #ffffff;
}

.feedback-close span:first-child {
    transform: rotate(-45deg);
}

.feedback-close span:last-child {
    transform: rotate(45deg);
}

.feedback-close:hover span {
    background: #000000;
    transition: all 0.2s linear;
}

.feedback-title {
    margin: 0 0 20px;
    font-size: 25px;
    color: #ff9308;
}

.feedback-description {
    max-width: 300px;
    margin-bottom: 30px;
    color: #555555;
    line-height: 18px;
}

.feedback input[type="text"] {
    width: 185px;
    height: 40px;
    margin-right: 10px;
    padding-left: 15px;
    border: none;
    border-radius: 7px;
    outline: none;
    font-size: 15px;
    background: #e7e8e6;
    color: #000000;
    box-sizing: border-box;
}

.feedback input[type="submit"] {
    width: 130px;
    height: 40px;
    margin-top: 1px;
    border: none;
    border-radius: 7px;
    outline: none;
    font-size: 15px;
    background: #073362;
    color: #ffffff;
    cursor: pointer;
}

.feedback input[type="submit"]:hover {
    background: #05264a;
    transition: all 0.2s linear;
}

.tips .cities {
    display: none;
}

.tips .notify {
    display: none;
}

/* review */
.loop-question h2 {
    margin: 20px 0 5px 0;
}

.loop-question {
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 1px dotted #CCE4C7;
}

.loop-question:first-child {
    border-top: none;
}

.loop-question .entry-meta {
    color: #8c9987;
    margin-bottom: 10px;
    font-family: Tahoma;
    font-size: 11px;
}

.loop-question .entry-summary {
    line-height: 130%;
}

.pager {
    text-align: left !important;
}

.pager a {
    border-radius: 5px;
}

ul.yiiPager a {
    padding: 2px 7px !important;
    font-size: 1.2em;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    background: white;
    border: 1px solid #A2D693;
    color: #ff9308;
}

ul.yiiPager a:hover {
    border: 1px solid #3BA91C;
}

ul.yiiPager .hidden a {
    color: #888888;
    border-color: #DEDEDE;
}

ul.yiiPager .selected a {
    color: white;
    border-radius: 5px;
    background: #3BA91C;
    border: 1px solid #3BA91C;
}

#review-form, #zhaloba-form {
    display: none;
}

#review-form input.submit, #zhaloba-form input.submit {
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    border-radius: 7px;
    width: 160px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    text-shadow: -1px -1px #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}

#review-form h2, #zhaloba-form h2 {
    margin: 20px 0 5px 0;
}

#review-form table, #zhaloba-form table {
    width: 100%;
}

#review-form table td, #zhaloba-form table td {
    padding-top: 5px;
}

#review-form table td:first-child, #zhaloba-form table td:first-child {
    width: 50%;
}

#review-form label, #zhaloba-form label {
    font-size: .9em;
    display: block;
    padding: 4px 0 4px 0;
    font-weight: bold;
}

#review-form input[type=text] {
    width: 98%;
}

#zhaloba-form input[type=text] {
    width: 99% !important;
}

#zhaloba-form input#zhaloba_number, #zhaloba-form input#zhaloba_document_no {
    width: 97% !important;
}

#zhaloba-form input#zhaloba_document_no {
    float: right;
}

#review-form td:first-child input[type=text], #zhaloba-form td:first-child input[type=text] {
    width: 95%;
}

#review-form textarea, #zhaloba-form textarea {
    width: 99.5%;
    height: 130px;
}

#review-form label.switch, #zhaloba-form label.switch {
    display: inline;
    position: relative;
    top: -1px;
    line-height: 30px;
    padding: 0 5px 0 0;
}

.loop-question h2 img {
    margin-left: 1px;
}

.button.wide {
    width: 180px !important;
}

a.nyroModal.video {
    background: url(../otzyvy/images/review/video.png) no-repeat -2px -3px;
    padding-left: 25px;
    line-height: 22px;
}

a.nyroModal.document {
    background: url(../otzyvy/images/review/document.png) no-repeat -2px -3px;
    padding-left: 24px;
    line-height: 22px;
}

.response-item {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
}

.response-item .recommend {
    position: absolute;
    margin-top: -21px;
    margin-left: -46px;
    height: 141px;
    width: 31px;
    background: url(../images/recommend-label.png) no-repeat 0 0;
}

.response-item .meta * {
    color: #8c9987;
    text-decoration: none;
}

.response-item .meta {
    font-size: 11px;
    margin: 10px 0 20px 0;
}

.response-item .meta > span {
    padding: 0 25px 0 20px;
}

.response-item .meta .author {
    background: url(../images/response-icons/author.png) no-repeat 0 1px;
}

.response-item .meta .date {
    background: url(../images/response-icons/calendar.png) no-repeat 0 0px;
}

.response-item .meta .link {
    background: url(../images/response-icons/link.png) no-repeat 0 1px;
}

.response-item .text {
    line-height: 1.4;
}

.response-item .media a {
    color: #3ba91c;
    text-decoration: none;
}

.response-item .media {
    margin-bottom: 20px;
}

.responces {
    display: none;
    width: 37px;
    height: 252px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 400px;
}

.responces a {
    display: block;
    text-indent: -9999px;
    width: 37px;
    height: 252px;
    overflow: hidden;
    background: url(../images/responces-label.png) 0 0 no-repeat;
}

.bottom {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 100%;
    background: #0d4988 url(../images/header-phone-bg.png) 0 0 repeat-x;
    color: #fff;
    text-shadow: -1px -1px #043568;
}

.bottom .left {
    padding-top: 10px;
    float: left;
    font-size: 16px;
}

.bottom .right {
    padding-top: 6px;
    float: right;
}

.bottom .toggle {
    width: 42px;
    height: 15px;
    background: url(../images/bottom-toggle-bg.png) 0 0 no-repeat;
    position: absolute;
    margin-top: -15px;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}

.bottom.hidden .toggle {
    background-position: 0 -15px;
}

.modelguide h2 {
    margin: 30px 0 15px 0;
}

.modelguide hr {
    margin-top: 10px;
}

.modelguide.singlepage {
    margin-bottom: 30px;
}

.modelguide .model {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.modelguide .model .image {
    float: left;
    width: 110px;
}

.modelguide .model .image img {
    width: 100px;
}

.modelguide .model .description {
    float: left;
    width: 380px;
    padding: 7px 0 0 0;
}

.modelguide .model .description h3 {
    margin: 0 0 7px 0;
}

#pagination {
    margin: 30px 0 30px 0;
}

#pagination span {
    color: white;
    border-radius: 5px;
    background: #3BA91C;
    border: 1px solid #3BA91C;
}

#pagination a, #pagination span {
    padding: 2px 7px !important;
    font-size: 1em;
    border-radius: 5px;
}

#pagination a {
    text-decoration: none;
    background: white;
    border: 1px solid #A2D693;
    color: #ff9308;
}

#pagination a:hover {
    border: 1px solid #3BA91C !important;
}

.intro-specs {
    margin-top: 20px;
    font-size: 1.2em;
}

.modelguide .additional ul {
    margin-top: 20px;
}

a.choose-model {
    display: block;
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    border-radius: 7px;
    width: 160px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: -1px -1px #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.modelguide .filter {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.modelguide .filter select {
    width: 238px;
    margin-top: 25px;
    height: 25px;
    line-height: 25px;
}

input#search {
    height: 21px;
    line-height: 21px;
    margin-left: 7px;
    width: 228px;
    padding: 2px 5px;
    margin-top: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #ababab;
    color: #ababab;
}

input#search:hover, input#search:focus {
    color: #3b3b3b;
    border: 1px solid #36a2d2;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}

ul#results {
    background: white;
    position: absolute;
    display: none;
    width: 238px;
    margin-top: 4px;
    margin-left: 249px;
    border: 1px solid #ababab;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
}

ul#results li {
    cursor: pointer;
    border-top: 1px solid #cdcdcd;
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
}

ul#results li a {
    display: block;
    padding: 7px;
}

ul#results li span {
    display: block;
    padding: 7px;
    cursor: default;
}

ul#results li:hover {
    background-color: #F7F7F7;
}

ul#results li:first-child {
    border-top: none;
}

.iconew {
    position: absolute;
    margin: -28px 0 0 148px;
    background: #eca50d;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #FFF;
    border-radius: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34);
    font-weight: bold;
}

.icon-disc {
    position: absolute;
    background: #eca50d;
    width: 27px;
    height: 27px;
    line-height: 24px;
    font-size: 12px;
    color: #FFF;
    border-radius: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34);
    font-weight: bold;
}

.check-status {
    display: block;
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    border-radius: 7px;
    width: 160px;
    height: 24px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    text-shadow: -1px -1px #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.check-status:hover {
    color: #ffa939;
}

ul.brands {
    display: inline-block;
    padding: 0 10px;
}

ul.brands li {
    display: inline-block;
    padding: 20px 8px;
}

.bw-img {
    position: relative;
    display: block;
    opacity: 0.8;
}

.bw-img:hover {
    opacity: 1;
}

.hero .image.tablet.samsung {
    background: url(../images/heroes/tablet-samsung.png) 0 0 no-repeat !important;
}

.hero .image.tablet.asus {
    background: url(../images/heroes/tablet-asus.png) 0 0 no-repeat !important;
}

.hero .image.tablet.acer {
    background: url(../images/heroes/tablet-acer.png) 0 0 no-repeat !important;
}

.hero .image.tablet.lenovo {
    background: url(../images/heroes/tablet-lenovo.png) 0 0 no-repeat !important;
}

.hero .image.tablet.sony {
    background: url(../images/heroes/tablet-sony.png) 0 0 no-repeat !important;
}

.hero .image.tablet.apple {
    background: url(../images/heroes/tablet-apple.png) 0 0 no-repeat !important;
}

.hero .image.tablet.nexus {
    background: url(../images/heroes/tablet-nexus.png) 0 0 no-repeat !important;
}

.hero .image.tablet.huawei {
    background: url(../images/heroes/tablet-huawei.png) 0 0 no-repeat !important;
}

.item-1.samsung {
    background: url(../images/tablets/item-1-samsung.png) bottom center no-repeat !important;
}

.item-1.asus {
    background: url(../images/tablets/item-1-asus.png) bottom center no-repeat !important;
}

.item-1.acer {
    background: url(../images/tablets/item-1-acer.png) bottom center no-repeat !important;
}

.item-1.lenovo {
    background: url(../images/tablets/item-1-lenovo.png) bottom center no-repeat !important;
}

.item-1.sony {
    background: url(../images/tablets/item-1-sony.png) bottom center no-repeat !important;
}

.item-1.apple {
    background: url(../images/tablets/item-1.png) bottom center no-repeat !important;
}

.item-1.nexus {
    background: url(../images/tablets/item-1-nexus.png) bottom center no-repeat !important;
}

.item-1.huawei {
    background: url(../images/tablets/item-1-huawei.png) bottom center no-repeat !important;
}

.wer .done {
    margin: 0px 0 15px 0;
    color: #40AA2F;
}

.response .error p {
    margin: 15px 0 15px;
    color: #F30808;
}

#liveResults {
    background: #FFF;
    padding: 25px;
    border-top: 1px dotted #CCE4C7;
}

#liveResults li {
    display: inline-block;
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
    cursor: pointer;
}

#liveResults li img {
    max-height: 100px;
    max-width: 100%;
}

#liveResults li h4 {
    padding: 10px;
    box-shadow: inset 0 0 0 1px #DCDCDC;
    border-radius: 3px;
    line-height: 16px;
    color: #3F3F3F;
}

#liveResults li.active h4,
#liveResults li:hover h4 {
    background: #76D812;
    box-shadow: inset 0 0 0 1px #66C604;
    color: #FFF;
}

#liveResults li .size {
    display: block;
    position: absolute;
    background: #76D812;
    padding: 8px;
    color: #FFF;
}

#liveResults.hide {
    display: none;
}

.home.laptop .item-101 {
    background: #fafafa;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.liveSearch {
    padding: 10px !important;
    width: 530px !important;
    margin-left: 0 !important;
    border-radius: 3px;
    border: 1px solid #B3B3B3;
    margin-top: 10px;
    margin-bottom: 25px;
}

.home.laptop h2 {
    font-size: 27px;
    line-height: 29px;
}

.home.laptop table.price {
    line-height: 30px;
    font-size: 16px;
}

.home.laptop .item-1 {
    background: #F6F6F6 url(../images/laptop/item-1.png) bottom center no-repeat;
    box-sizing: border-box;
    border-top: 1px dotted #CCE4C7;
    padding: 40px 110px 0 450px;
    height: 320px;
    color: #979CA0;
}

.home.laptop .item-1 h2 {
    color: #373D43;
}

.home.laptop .item-2 {
    border-top: 1px dotted #CCE4C7;
    border-bottom: 1px dotted #CCE4C7;
    background-color: #f6f6f6;
    height: 90px;
    padding: 0 20px;
}

.home.laptop .item-3 {
    background: url(../images/laptop/item-3.png) 50% 50% no-repeat;
    box-sizing: border-box;
    padding: 50px 80px 0 450px;
    height: 370px;
    border-top: 1px dotted #CCE4C7;
    border-bottom: 7px solid #32373C;
}

.home.laptop .item-3 td {
    text-align: left;
    padding-right: 0;
}

.home.laptop .item-3 td.value {
    text-align: right;
    width: 20%;
    font-weight: bold;
}

.home.laptop .item-4 {
    text-align: center;
    padding: 50px 35px;
    border-bottom: 1px dotted #CCE4C7;
    border-top: 1px dotted #CCE4C7;
}

.home.laptop .item-5 {
    background: #fafafa;
    border-top: 1px dotted #CCE4C7;
    box-sizing: border-box;
    height: 119px;
    overflow: hidden;
}

.home.laptop .item-5 div {
    float: left;
    width: 328px;
    line-height: 17px;
    padding: 30px 60px 0 60px;
    box-sizing: border-box;
    background: url(../images/free-item-bg.png) top right no-repeat;
    border-right: 1px dotted #CCE4C7;
    height: 119px;
}

.home.laptop .item-5 strong {
    display: block;
    color: #ff9308;
    margin-bottom: 5px;
}

.consultation {
    display: none;
    border-top: 1px dotted #CCE4C7;
}

.consultation .callback {
    margin-top: 20px;
}

.consultation .callback .number {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #B3B3B3;
    margin-bottom: 25px;
}

.consultation .callback .submit {
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #B3B3B3;
    background-color: #FFF;
    margin-left: 10px;
    margin-bottom: 25px;
    cursor: pointer;
}

.consultation .callback .submit:hover {
    background-color: #41AC2C;
    border: 1px solid #2B9A15;
    color: #FFF;
}

#brandCarousel {
    margin-top: 25px;
}

#brandCarousel img {
    max-width: 60%;
    margin: 0 auto;
}

.laptop-screen .price {
    float: left;
}

.laptop-screen .price span {
    display: block;
    float: left;
    margin: 6px 0 0 0;
    font-size: 13px;
}

.laptop-screen .price strong {
    font-size: 36px;
    line-height: 37px;
    font-weight: normal;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    margin: -3px 5px 0 5px;
}

.laptop-screen .terms div {
    height: 314px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
}

.laptop-screen .terms div h2 {
    margin-top: 45px;
}

.laptop-screen .terms div a.button {
    display: block;
    background: #ff9308 url(../images/button-bg.png) 50% 50% no-repeat;
    border-radius: 7px;
    width: 160px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: -1px -1px #ff9308;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.laptop-screen .terms div a.button:hover {
    color: #ffa939;
}

.laptop-screen .terms div.term-fast {
    background: url(../images/terms/fast.png) 100% 0 no-repeat;
    padding: 0 450px 0 50px;
}

.laptop-screen .terms div.term-free {
    padding: 0 50px 0 450px;
    background: url(../images/terms/free.png) 0 0 no-repeat;
}

.landing.laptop-screen {
    background: #ebeef1;
}

.landing.laptop-screen .home {
    border: none;
}

.landing.laptop-screen > .hero {
    background: #ebeef1 url(../images/heroes-bg.png) 50% 0 repeat-x;
    margin-top: 20px;
}

.landing.laptop-screen > .hero > #videoBg {
    min-height: 310px;
    max-width: 985px;
    margin: 0 auto;
}

.landing.laptop-screen > .hero > #videoBg .wrapper {
    padding: 0 45px;
    overflow: hidden;
}

.landing.laptop-screen > .hero > #videoBg .wrapper h1 {
    font-size: 32px;
    line-height: 32px;
    color: #094685;
    margin-top: 50px;
    text-shadow: -1px -1px 0 #e6eaee;
}

.landing.laptop-screen > .hero > #videoBg .wrapper h1 span {
    font-size: 47px;
}

.landing.laptop-screen > .hero > #videoBg .wrapper p {
    font-size: 16px;
    line-height: 20px;
}

.landing.laptop-screen > .hero > #videoBg .wrapper a.button {
    display: block;
    background: #ff9308;
    border-radius: 7px;
    width: 220px;
    height: 43px;
    overflow: hidden;
    color: #fff;
    font-size: 19px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}

.landing.laptop-screen > .hero > #videoBg .wrapper a.button:hover {
    background: #389113;
}

.landing.laptop-screen > .hero > #videoBg .wrapper .price {
    color: #ff9308;
    margin: 22px 0 0 15px;
    float: left;
}

.landing.laptop-screen > .hero > #videoBg .wrapper .price span {
    display: block;
    float: left;
    margin: 8px 0 0 0;
    font-size: 18px;
}

.landing.laptop-screen > .hero > #videoBg .wrapper .price strong {
    font-size: 42px;
    line-height: 37px;
    font-weight: normal;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    margin: 0px 5px;
}

.landing.laptop-screen section#time {
    border-bottom: 7px solid #FE9C00;
}

.landing.laptop-screen section#time #videoBg2 {
    height: 400px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}

.landing.laptop-screen section#time #videoBg2 h2 {
    margin-top: 0;
    padding: 70px 0 25px 0;
    text-align: center;
    font-size: 48px;
    color: #FFF;
}

.landing.laptop-screen section#time #videoBg2 h2 > span {
    text-shadow: 0 -1px 0 #FFDDA5, 0 1px 0 #231500;
    font-size: 130px;
    color: #FF9D00;
    padding: 20px 30px;
    border-radius: 8px;
    display: block;
    word-spacing: -15px;
}

.landing.laptop-screen section#time #videoBg2 h2 > span * {
    display: inline-block;
}

.landing.laptop-screen section#time #videoBg2 p {
    text-align: center;
    color: #D6D3D3;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.landing.laptop-screen section#models {
    text-align: center;
    padding: 70px 0;
}

.landing.laptop-screen section#models h2 {
    margin: 0;
}

.landing.laptop-screen section#models .liveSearch {
    padding: 20px !important;
    width: 470px !important;
    margin-left: 0 !important;
    border-radius: 10px;
    border: none;
    box-shadow: inset 0 0 0 2px #CBCBCB;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.landing.laptop-screen section#models .liveSearch:focus {
    box-shadow: inset 0 0 0 4px #76D812;
}

section#subnav .item,
section#subnav .item a {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

section#subnav {
    display: table;
    width: 100%;
    border-bottom: 7px solid #23AD2E;
}

section#subnav .item {
    display: table-cell;
    width: 33.33%;
    float: none;
    margin: 0;
}

section#subnav .item a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 45px 0;
    box-sizing: border-box;
    background-color: rgba(1, 1, 2, 0.45);
}

section#subnav .item a span {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    font-size: 32px;
    color: #FFF;
}

section#subnav .item a img {
    width: 100px;
}

section#subnav .item.price {
    background: url('../images/landing/laptop/subnav/bg-price.jpg') no-repeat 100% 50%;
    background-size: cover;
}

section#subnav .item.time {
    background: url('../images/landing/laptop/subnav/bg-time.jpg') no-repeat 100% 50%;
    background-size: cover;
}

section#subnav .item.models {
    background: url('../images/landing/laptop/subnav/bg-models.jpg') no-repeat 100% 50%;
    background-size: cover;
}

section#subnav .item:hover {
    background-position: left;
}

section#subnav .item:hover a {
    background-color: rgba(0, 164, 14, 0.85);
}

video#bgvid {
    position: fixed;
    top: 398px;
    left: 50%;
    min-width: 1600px;
    min-height: 310px;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: no-repeat;
    background-size: cover;
}

.hide {
    opacity: 0 !important;
}

p.price {
    font-size: 18px;
    color: #208C16;
}

.training_img1, .training_img2, .training_img3 {
    width: 150px;
    height: 140px;
    margin-top: 25px;
}

.training_img1, .training_img2 {
    margin-right: 15px;
    float: left;
}

.price-free td {
    font-size: 14px;
    font-weight: bold;
}

.main .content .phone_number {
    font-size: 20px
}

h2.small {
    font-size: 18px;
    color: #094685;
}

@media (min-width: 1025px) {
    .layout {
        width: 985px;
        margin: 0 auto;
    }

    .header {
        margin-top: 15px;
    }

    .header .slogan {
        margin-top: 15px;
    }

    .header .contacts {
        margin-top: 10px;
    }

    .header .contacts .city {
        background: #d8e1eb url(../images/header-city-bg.png) 0 0 repeat-x;
    }

    .feedback-btn {
        float: left;
        width: 145px;
        margin-right: 20px;
        padding: 8px 0;
        border-radius: 7px;
        text-align: center;
        border: 2px solid #fff;
        background: #eca50d;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        color: #fff;
        cursor: pointer;
        text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    }

    .feedback-btn:hover {
        background: #ff9308;
        transition: all 0.2s linear;
    }

    .header .contacts a {
        padding: 10px 20px 10px 15px;
    }

    .header .contacts .phone {
        background: #0d4988 url(../images/header-phone-bg.png) 0 0 repeat-x;
        float: left;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        border-radius: 7px
    }

    .header .contacts .phone .icon {
        background: url(../images/phone-icon.png) 12px 5px no-repeat;
    }

    .header .contacts .phone a {
        padding-left: 40px;
        color: #fff;
        text-shadow: -1px -1px #043568;
    }

    .header .nav_open {
        display: none;
    }

    .navigation {
        border-radius: 7px;
        background: #ff9308 url(../images/navigation-bg.png) 0 0 no-repeat;
        margin-top: 25px;
        padding: 10px 0;
    }

    .icon-disc {
        margin: -28px 0 0 128px;
    }

    .features {
        padding: 25px 0 5px;
    }

    .features li {
        width: 18%;
        margin: 0 1%;
    }

    .features a {
        padding: 11px 0 0 70px;
        font-size: 15px;
    }

    .hero {
        margin-top: 20px;
    }

    .hero .image {
        padding: 0 20px;
        height: 310px;
        overflow: hidden;
        background: url(../images/heroes/main.png) 0 0 no-repeat;
    }

    .hero .image h1 {
        margin-top: 60px;
    }

    /*.hero div.price {margin-top: 20px;}*/
    .home table div.small {
        padding: 0 20px;
    }

    .home table a {
        height: 185px;
    }

    .home tr td:last-child {
        border-right: none;
    }

    .home div.order {
        margin: 20px 0 20px 30px;
    }

    .home div.callback {
        margin-right: 30px;
        margin-top: 20px;
    }

    .home div.callback form {
        float: left;
        margin-left: 10px;
    }

    .news {
        margin: 20px 0 0 0;
    }

    .promos {
        margin-top: 20px;
    }

    .promos .promo {
        width: 310px;
    }

    .promos .promo a {
        padding-left: 20px;
    }

    .info {
        margin-top: 20px;
        padding: 0 160px 20px 20px;
    }
    .info p {
        margin: 14px 0 0 0;
        line-height: 14px;
    }
    .info h2 {
        margin-top: 10px;
    }

    .brands {
        margin: 20px 0 0 0;
    }

    .brands div {
        display: inline-block;
        vertical-align: middle;
        width: 7.9%;;
    }

    .articles {
        margin: 20px 0 0 0;
        padding: 7px 10px;
    }

    .articles td:last-child {
        border: none;
    }

    h3, .h3 {
        margin: 20px 0 -13px 0;
    }

    .footer {
        margin: 30px 0 70px 0;
    }

    .footer .contacts .phone {
        background: #0d4988 url(../images/header-phone-bg.png) 0 0 repeat-x;
        float: left;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        border-radius: 7px;
    }

    .main {
        margin-top: 20px;
    }

    .main .content {
        margin: 5px 0 0 45px;
        width: 490px;
        min-height: 500px;
        float: left;
    }

    .main-header {
        position: relative;
    }

    .main .title h1 {
        margin: 15px 0 17px;
        padding: 0;
    }

    /*.price-label {margin-left: 680px;}*/
    .main .responses {
        float: right;
        width: 215px;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 0 0 0 7px;
        overflow: hidden;
        background: #fafafa;
    }

    .main .content .free {
        margin-top: 30px;
    }

    .main .content div.callback {
        margin-bottom: 20px;
    }

    .main .responses .rating {
        padding: 20px 20px 0 20px;
    }

    .main .advantages {
        float: right;
        width: 215px;
        padding-top: 7px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 7px 0 0 7px;
        overflow: hidden;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .main .subpages {
        padding: 7px 33px 8px 33px;
    }

    .main .content .terms div {
        padding-left: 45px;
        height: 314px;
    }

    .main .content .terms div h2 {
        margin-top: 35px;
    }

    .main .content.wide div.callback {
        margin-left: 165px;
    }

    .main .content .terms div p {
        width: 350px;
    }

    .home.tablet .item-1 {
        background: url(../images/tablets/item-1.png) bottom center no-repeat;
        padding: 40px 60px 0 470px;
        height: 320px;
    }

    .home.tablet .item-2 {
        height: 119px;
    }

    .home.tablet .item-3 {
        background: url(../images/tablets/item-3.png) bottom center no-repeat;
        padding: 40px 490px 0 60px;
        height: 320px;
    }

    .home.tablet .item-5 {
        height: 119px;
    }

    .home.tablet .item-5 div {
        width: 327px;
        height: 119px;
        padding: 30px 60px 0 60px;
    }

    .home.tablet .item-4 {
        padding: 20px 0 0 0;
        height: 680px;
    }

    .home.tablet .item-4 iframe {
        margin: 30px 10px 0 10px;
    }

    .ser_open {
        display: none;
    }

    .main .sidebar .services a.help {
        background-image: url(../images/h/1.png);
        background-size: 40px;
    }

    .main .sidebar .services a.display {
        background-image: url(../images/h/3.png);background-size: 40px;
    }

    .main .sidebar .services a.keyboard {
        background-image: url(../images/h/4.png);background-size: 40px;
    }

    .main .sidebar .services a.cooling {
        background-image: url(../images/h/5.png);background-size: 40px;
    }

    .main .sidebar .services a.plug {
        background-image: url(../images/h/7.png);background-size: 40px;
    }

    .main .sidebar .services a.case {
        background-image: url(../images/h/8.png);background-size: 40px;
    }

    .main .sidebar .services a.motherboard {
        background-image: url(../images/h/9.png);background-size: 40px;
    }

    .main .sidebar .services a.clean {
        background-image: url(../images/h/10.png);background-size: 40px;
    }

    .main .sidebar .services a.water {
        background-image: url(../images/h/11.png);background-size: 40px;
    }

    .main .sidebar .services a.upgrade {
        background-image: url(../images/h/12.png);background-size: 40px;
    }

    .main .sidebar .services a.test {
        background-image: url(../images/h/13.png);background-size: 40px;
    }

    .main .sidebar .services a.power {
        background-image: url(../images/h/6.png);background-size: 40px;
    }

    .main .sidebar .services a.on {
        background-image: url(../images/h/2.png);background-size: 40px;
    }

    .main .content div.callback p {
        margin-top: 10px;
        width: 350px;
    }

    .main .responses .text {
        line-height: 18px;
        padding: 5px 20px 15px 20px;
    }

    .main .content img.left {
        float: left;
        margin: 22px 20px 22px 0;
        border-radius: 100%;
        width: 150px;

    }

    .main .content img.right {
        float: right;
        margin: 28px 0 10px 20px;
    }

    .main .content .free .order {
        padding: 0 0 16px 25px;
        margin-top: 20px;
    }

    .main .content div.price {
        margin: 0 0 0 15px;
        float: left;
    }

    .main .subpages td {
        padding: 2px 12px 3px 12px;
    }

    .main .subpages .active {
        background: #fff;
        border-radius: 7px;
    }

    .main .subpages .active a {
        color: #ff9308;
        text-decoration: none;
    }

    .main .content .map ul.places {
        margin: 110px 0 0 0;
    }

    .main .content .map ul.locations {
        margin: 40px 0 0 0;
    }

    .response-item {
        margin: 40px 0;
        padding: 0 30px 0 45px;
    }

    .response-item .text {
        margin: 10px 0 30px 0;
    }

    .main .content .response .hint {
        line-height: 2.4;
        padding-left: 35px;
    }

    .main .content .response {
        padding: 0 20px 15px 20px;
    }

    .main .content .certificates td {
        padding: 20px 10px 0 0;
    }

    .pager {
        margin-top: 10px;
        margin-bottom: 40px !important;
    }

    #cards {
        float: right;
        margin-top: 2px;
    }
    .home.tablet .nbv1 {
        background: url(../images/b/nbv1.png) bottom center no-repeat;
    }
    .home.tablet .asd31 {
        background: url(../images/b/asd31.png) bottom center no-repeat;
    }
    .hero .image.cxvswq {
        background: url(../images/b/cxvswq.png) 0 0 no-repeat;
    }
    .home.tablet .sdfs1 {
        background: url(../images/b/sdfs1.png) bottom center no-repeat;
    }
    .home.tablet .sdsgfg {
        background: url(../images/b/sdsgfg.png) bottom center no-repeat;
    }
    .hero .image.asdvcx231 {
        background: url(../images/b/asdvcx231.png) 0 0 no-repeat;
    }
    .home.tablet .sdfse235 {
        background: url(../images/b/sdfse235.png) bottom center no-repeat;
    }
    .home.tablet .ty5gdf {
        background: url(../images/b/ty5gdf.png) bottom center no-repeat;
    }
    .hero .image.fsd56g {
        background: url(../images/b/fsd56g.png) 0 0 no-repeat;
    }
    .home.tablet .hgsfsdfs {
        background: url(../images/b/hgsfsdfs.png) bottom center no-repeat;
    }
    .home.tablet .hjfdfr {
        background: url(../images/b/hjfdfr.png) bottom center no-repeat;
    }
    .home.tablet .hgjty56 {
        background: url(../images/b/hgjty56.png) bottom center no-repeat;
    }
    .hero .image.hjghjr54 {
        background: url(../images/b/hjghjr54.png) 0 0 no-repeat;
    }
    .home.tablet .hjtyj43 {
        background: url(../images/b/hjtyj43.png) bottom center no-repeat;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .header {
        position: relative;
        height: 80px;
    }

    .header .logotype {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .header .slogan {
        display: none;
    }

    .header .contacts {
        position: absolute;
        top: 22px;
        right: 15px;
    }

    .header .contacts .city {
        background: #d8e1eb url(../images/header-city-bg.png) 0 0 repeat-x;
    }

    .brands {
        max-width: 90%;
        margin: 15px auto;
    }

    ul.brands {
        display: block;
    }

    .feedback-btn {
        float: left;
        width: 145px;
        margin-right: 20px;
        padding: 10px 0;
        border-radius: 7px;
        text-align: center;
        background: #eca50d;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        color: #ffffff;
        cursor: pointer;
    }

    .feedback-btn:hover {
        background: #e2e6e1;
        color: #ff9308;
        transition: all 0.2s linear;
    }

    .main-header {
        position: relative;
    }
    .main .title {
        padding: 0 20px 0 5px;
    }

    .main-header .title h1 {
        font-size: 25px;
    }

    .main-container .advantages-hulk {
        padding-bottom: 40px;
    }

    .main-container .footer-hulk .hulk-col {
        width: 100%;
    }

    .main-container .footer-hulk .hulk-description {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .main-container .advantages-hulk .hulk-item .item-heading {
        text-align: center;
    }

    .header .contacts a {
        padding: 10px 20px 10px 15px;
    }

    .header .contacts .phone {
        border-radius: 7px;
        background: #0d4988 url(../images/header-phone-bg.png) 0 0 repeat-x;
        float: left;
    }

    .header .contacts .phone .icon {
        background: url(../images/phone-icon.png) 12px 5px no-repeat;
    }

    .header .contacts .phone a {
        padding-left: 40px;
        color: #fff;
        text-shadow: -1px -1px #043568;
    }

    .header .nav_open {
        display: none;
    }

    .navigation {
        border-radius: 7px;
        background: #ff9308 url(../images/navigation-bg.png) 0 0 no-repeat;
        margin: 0 15px 15px 15px;
        padding: 5px 0;
    }

    .navigation table td {
        width: auto !important;
    }

    .navigation table td:nth-child(4) {
        position: relative;
    }

    .navigation table td a {
        display: block;
        padding: 0 13px;
    }

    .icon-disc {
        top: -5px;
        right: -15px;
    }

    .features {
        margin: 0 15px 15px 15px;
    }

    .features li {
        width: 20%;
    }

    .features a {
        padding: 10px 0 0 61px;
        font-size: 13px;
    }

    .responces {
        display: none;
    }

    .hero .layout > .image {
        padding: 0 15px 15px 15px;
    }

    .hero .image {
        height: 310px;
        overflow: hidden;
        background: url(../images/heroes/main.png) 0 0 no-repeat;
    }

    .hero .image h1 {
        margin-top: 60px;
    }

    .home {
        margin: 0 15px 15px 15px;
    }

    .home table a {
        height: 180px;
    }

    .home table tr {
        display: inline;
    }

    .home table tr td {
        display: block;
        width: 33.3333%;
        float: left;
        box-sizing: border-box;
    }

    .home div.order {
        margin: 15px 0 15px 15px;
    }

    .home div.callback {
        margin: 19px 15px 0 0;
    }

    .home div.callback form {
        float: left;
        margin-left: 10px;
    }

    .news {
        display: none;
        margin: 0 15px 15px 15px;
    }

    .promos {
        margin: 0 15px 15px 15px;
    }

    .promos .promo {
        margin: 0 5px;
    }

    .dialog-cb-button {
        right: 20px !important;
    }

    .promos td:nth-child(2), .promos td:nth-child(4) {
        display: none;
    }

    .promos td {
        width: 33.3333%;
    }

    .promos .promo img {
        display: none;
    }

    .promos .promo a {
        padding-left: 15px;
    }

    .info {
        display: none;
        margin: 0 15px 0 15px;
        padding: 0 160px 15px 15px;
    }

    .info h2 {
        margin-top: 15px;
    }

    .brands table {
        height: 45px;
    }

    .brands td {
        min-width: 90px;
    }

    .articles {
        display: none;
        margin: 0 15px;
        padding: 15px 0 15px 0;
    }

    .articles td {
        padding: 0 15px;
    }

    .articles td:last-child {
        border: none;
    }

    .articles a {
        display: block;
        margin: 0 0 10px 0;
    }

    h3, .h3 {
        margin: 15px 0 -13px 0;
    }

    .footer {
        padding: 15px 15px 25px 15px;
        position: relative;
    }

    .footer .contacts .city {
        display: none
    }

    .footer .contacts .phone {
        border-radius: 7px;
        background: #0d4988 url(../images/header-phone-bg.png) 0 0 repeat-x;
        float: left;
    }

    .bottom {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .main {
        margin: 0 15px 15px 15px;
    }

    .main .content {
        margin: 0 15px 15px 15px;
    }

    .main .content h2 {
        margin: 15px 0 0 0;
    }

    .main .title h1 {
        margin: 15px;
    }

    .main .responses {
        display: none;
        border-bottom: 1px solid #ccc;
        background: #fafafa;
    }

    .main .content .free {
        margin-top: 15px;
    }

    .main .responses .rating {
        padding: 5px 15px 0 15px;
    }

    .main .advantages {
        display: none;
    }

    .main .advantages dl {
        width: 50%;
        float: left;
        min-height: 68px;
    }

    .main .advantages dl br {
        display: none;
    }

    .main .advantages a.more {
        clear: both;
    }

    .main .subpages {
        padding: 7px 5px;
    }

    .price-label {
        right: 5px;
        top: 5px;
        width: 65px;
        height: 65px;
        margin-top: 35px;

    }

    .price-label .value {
        font-size: 27px;
    }

    .price-label .prefix {
        margin-top: 1px;
    }

    .main .content .contact abbr {
        display: none;
    }

    .main .content .terms div {
        padding: 0 0 15px 15px !important;
        background: none !important;
    }

    .main .content.wide div.callback {
        margin-left: 15px;
    }

    .main .subpages td {
        display: block;
        float: left;
    }

    iframe[name="google_conversion_frame"] {
        display: none;
    }

    .home.tablet .item-1 {
        background: url(../images/tablets/item-1.png) -150px 0 no-repeat;
        padding: 15px 15px 15px 260px;
    }

    .home.tablet .item-1 h2 {
        margin: 0;
    }

    .home.tablet .item-2 {
        overflow-x: auto;
    }

    .home.tablet .item-2 ul.brands li {
        display: table-cell;
        padding: 0;
    }

    .home.tablet .item-3 {
        background: url(../images/tablets/item-3.png) -120px 0 no-repeat;
        padding: 15px 260px 15px 15px;
        height: 320px;
    }

    .home.tablet .item-3 h2 {
        margin: 0;
    }

    .home.tablet .item-3 table.price tr {
        display: table-row;
    }

    .home.tablet .item-3 table.price td {
        display: table-cell;
        width: 100%;
        float: none;
    }

    .home.tablet .item-5 {
    }

    .home.tablet .item-5 div {
        width: 33.333%;
        padding: 15px;
        box-sizing: border-box;
    }

    .home.tablet .item-4 {
        padding: 15px 15px 0 15px;
    }

    .home.tablet .item-4 iframe {
        margin: 0 0 15px 0;
    }

    .ser_open {
        display: none;
    }

    .main .sidebar .services a.help {
        background-image: url(../images/service-icon-help.png);
    }

    .main .sidebar .services a.display {
        background-image: url(../images/service-icon-display.png);
    }

    .main .sidebar .services a.keyboard {
        background-image: url(../images/service-icon-keyboard.png);
    }

    .main .sidebar .services a.cooling {
        background-image: url(../images/service-icon-cooling.png);
    }

    .main .sidebar .services a.plug {
        background-image: url(../images/service-icon-plug.png);
    }

    .main .sidebar .services a.case {
        background-image: url(../images/service-icon-case.png);
    }

    .main .sidebar .services a.motherboard {
        background-image: url(../images/service-icon-motherboard.png);
    }

    .main .sidebar .services a.clean {
        background-image: url(../images/service-icon-clean.png);
    }

    .main .sidebar .services a.water {
        background-image: url(../images/service-icon-water.png);
    }

    .main .sidebar .services a.upgrade {
        background-image: url(../images/service-icon-upgrade.png);
    }

    .main .sidebar .services a.test {
        background-image: url(../images/service-icon-test.png);
    }

    .main .sidebar .services a.power {
        background-image: url(../images/service-icon-power.png);
    }

    .main .sidebar .services a.on {
        background-image: url(../images/service-icon-on.png);
    }

    .main .content div.callback p {
        margin-top: 10px;
        width: 350px;
    }

    .main .responses .text {
        line-height: 18px;
        padding: 5px 20px 15px 20px;
    }

    .main .content img.left {
        float: left;
        margin: 15px 15px 15px 0;
        border-radius:100%;
        width:150px !important;
    }

    .main .content img.right {
        float: right;
        margin: 15px 0 15px 15px;
    }

    .main .content .free .order {
        padding: 0 0 16px 25px;
        margin-top: 20px;
    }

    .main .content div.price {
        margin: 0 0 0 15px;
        float: left;
    }

    .main .advantages dt a br {
        display: none;
    }

    .main .subpages td {
        padding: 2px 12px 3px 12px;
    }

    .main .subpages .active {
        background: #fff;
        border-radius: 7px;
    }

    .main .subpages .active a {
        color: #ff9308;
        text-decoration: none;
    }

    table.price td {
        padding-right: 0;
    }

    .main .content .map ul.places {
        margin: 15px 0 0 0;
    }

    .main .content .map ul.locations {
        margin: 15px 0 0 0;
    }

    .response-item {
        margin: 15px 0;
        padding: 15px;
    }

    .response-item .text {
        margin: 15px 0 0 0;
    }

    .response-item .recommend {
        display: none;
    }

    .main .content .response .hint {
        line-height: 2.4;
        padding-left: 35px;
    }

    .main .content .response {
        padding: 0 15px 15px 15px;
    }

    .main .content .certificates td {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .pager {
        margin: 25px 0 15px 0 !important;
    }

    #cards {
        float: right;
        margin-top: 2px;
    }

}

@media (max-width: 767px) {

    .header {
        position: relative;
        height: 60px;
    }

    .header .logotype {
        position: absolute;
        top: 8px;
        left: 15px;
        width: 28px;
        height: 35px;
        background: url(../images/logotype-mobile.png) no-repeat;
        background-size: contain;
    }
    .header .logotype.hidden-xs {
        display: none;
    }

    .header .logotype img {
        display: none;
    }

    .header .brand {
        position: absolute;
        top: 0;
        left: 15px;
        bottom: 0;
        margin: auto;
    }
    .header .brand img {
        max-width: 60px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .header .slogan {
        display: none;
    }

    .feedback-btn {
        display: none;
    }

    .header .contacts .city {
        background: #FFF;
        font-size: 13px;
        position: absolute;
        top: 48px;
        left: 46px;
    }

    .header .contacts .city a {
        padding: 3px 20px 0 0;
    }

    .header .contacts .phone {
        position: absolute;
        top: 20px;
        right: 67px;
    }

    .header .contacts .phone a {
        display: block;
        width: auto;
        height: auto;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

    .nav_open {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 31px;
        height: 31px;
        padding: 3px 0 0 0;
        margin: 0;
        border: 2px solid #ff9308;
        border-radius: 50%;
        background: #fff;

    }
    .nav_open span {
        display: block;
        width: 14px;
        height: 2px;
        margin: 0 auto 3px auto;
        background: #ff9308;
        transition: all 0.2s linear;
    }
    .nav_open.active span {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .nav_open.active span:nth-child(2) {
        opacity: 0;
        height: 0;
    }
    .nav_open.active span:first-child {
        transform: rotate(45deg);
    }
    .nav_open.active span:last-child {
        transform: rotate(-45deg);
    }

    .navigation {
        background: #ff9308;
        display: none;
        margin: 0;
    }

    .navigation table td {
        width: 100% !important;
        display: block;
        padding: 5px 0 5px 5px;
        text-align: left;
    }

    .navigation table td:first-child {
        padding: 10px 0 5px 5px;
    }

    .navigation table td:last-child {
        padding: 5px 0 10px 5px;
    }

    .navigation table td a {
        display: block;
        padding: 0 13px;
        text-align: center;
    }

    .icon-disc {
        display: none;
    }

    .features {
        display: none;
    }

    .hero .layout > .image {
        overflow: hidden;
        padding: 15px;
    }

    .hero .image h1 {
        margin: 0;
        font-size: 25px;
        line-height: 27px;
    }

    .hero .image h1 br {
        display: none;
    }

    .hero .image p {
        display: none;
    }

    .hero div.price {
        float: right;
        margin: 18px 0 0 0;
    }

    .home {
        margin: 0 15px;
    }

    .home table a {
        height: 150px;
    }

    .home table tr {
        display: inline;
    }

    .home table tr td {
        display: block;
        width: 50%;
        float: left;
        box-sizing: border-box;
    }
    .service-price {
        margin-top: 5px;
    }

    .home table div.small {
        display: none;
    }

    .home table h3 {
        font-size: 14px;
        margin: 5px 0 0 0;
        border-bottom: none;
    }

    .home div.order {
        display: none;
    }

    .home div.callback {
        margin: 15px;
    }

    .home div.callback form {
        margin: 15px 0 0 0;
        float: left;
    }

    .home div.callback form input.number {
        width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
        background: #ececec;
    }

    .home div.callback form input.submit {
        margin-left: 0;
        width: 100%;
    }

    .news {
        display: none;
    }

    .info {
        display: none;
    }

    .promos {
        margin: 15px;
    }

    .promos .promo {
        height: 60px;
        margin-bottom: 10px;
    }

    .promos td:nth-child(2), .promos td:nth-child(4) {
        display: none;
    }

    .promos td {
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
    }

    .promos .promo a {
        padding-left: 15px;
    }

    .promos .promo h3, .promos .promo .h3 {
        float: none;
        margin-top: 13px;
    }

    .promos .promo p {
        display: none;
    }

    .promos .promo img {
        height: 84px;
    }

    .responses,
    .advantages {
        display: none;
    }

    .brands table {
        height: 45px;
    }

    .brands td {
        min-width: 90px;
    }

    ul.brands {
        display: block;
    }

    .articles {
        display: none;
    }

    iframe[name="google_conversion_frame"] {
        display: none;
    }

    .responces {
        display: none;
    }

    .footer {
        display: none;
        padding: 15px;
        border-top: 1px solid #ccc;
        margin: 15px 0 0 0;
    }

    .footer table td:nth-child(1), .footer table td:nth-child(2) {
        display: none;
    }

    .footer .contacts .city {
        display: none;
    }

    .footer .contacts .phone a {
        color: #094685;
        text-shadow: none;
        padding-right: 0;
    }

    .bottom {
        display: none;
    }

    .ser_open {
        position: relative;
        width: 100%;
        text-align: left;
        font-size: 13px;
        color: #fff;
        padding: 10px 15px 10px 37px;
        border: none;
        margin: 0;
        background: #ff9308 url(../images/title-bg.png) 0 0 no-repeat;
    }
    .ser_open::before {
        content: '›';
        position: absolute;
        top: 0;
        left: 15px;
        display: block;
        width: 14px;
        margin: 10px 0 0;
        height: 14px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        line-height: 13px;
        background: #fff;
        color: #598247;
        box-sizing: border-box;
        transition: all 0.2s linear;
    }
    .ser_open.active::before {
        transform: rotate(90deg);
    }

    .main {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .main .content img.left.border + h2 {
        line-height: normal;
    }

    .main .content img.left.border + h2 a {
        font-size: 16px;
        line-height: normal;
    }

    .main .sidebar {
        background: none;
        width: auto;
        border-right: 0;
    }

    .main .sidebar .services {
        width: auto;
        display: none;
        padding: 0!important;
    }

    .main .sidebar .services a {
        padding: 10px 20px;
    }

    .main .sidebar .services a br {
        display: none;
    }

    .main > table > tbody > tr > td {
        display: block;
        padding: 0 15px;
    }
    .main > table > tbody > tr > td.sidebar {
        padding: 0;
    }

    .main .title h1 {
        width: 65%;
        margin: 0;
        padding-left: 15px;
        font-size: 20px;
        line-height: 24px;
    }
    table.price td {
        padding: 3px 40px 3px 0;
        border-bottom: none;
        border-right: none;
    }
    table.price.main td {
        padding: 7px 0;
        border-bottom: 1px dotted #666;
    }
    table.price.main tr:first-of-type td {
        border-bottom: none;
        border-bottom: none;
    }
    .main .content div.callback {
        height: auto;
        padding: 15px 0 30px;
        margin: 0 0 0 0;
        background: url(../images/callback-bg.png) 100% no-repeat;
        background-size: 90px;
    }
    .main .content .free li {
        padding: 7px 30px 9px 50px;
    }
    .main .content div.callback form input.submit {
        width: 30px;
        height: 30px;
        margin-left: -15px;
        border-radius: 50%;
        border: 5px solid #0c4887;
        line-height: 10px;
        text-indent: -2000px;
        background: url(../images/phone-form.jpg) center no-repeat;
        background-size: 12px;
    }
    div.callback .h3 {
        font-size: 15px;
        max-width: 55%;
        color: #333333;
    }
    abbr {

    }
    .main .content {
        overflow: visible;
    }

    .main .content div.callback p {
        display: none;
    }

    .main .responses .text {
        line-height: 18px;
        margin: 0 0 15px 0;
    }

    hr {
        margin: 15px 0 0 0;
    }

    .main .content table td h3 {
        margin: 15px 0;
    }
    p {
        margin: 8px 0 5px;
        color: #666
    }
    .content-text {
        margin-top: 0;
    }
    .content-text__button {
        display: inline-block;
        font-size: 13px;
        color: #ff9308;
        text-decoration: underline;
    }
    .content-text p:first-of-type {
        display: inline;
    }
    .content-text p:last-of-type {
        display: none;
    }
    .main .content h2 {
        margin: 17px 0 10px;
        font-size: 17px;
        line-height: 20px;
        color: #333333;
    }

    .main .content h3 {
        margin: 15px 0;
    }

    .main .content table td .list {
        margin: 0;
    }

    .main .content div.order {
        margin: 15px 0 0 0;
    }

    .main .content img.left, .main .content img.right {
        margin: 5px 10px 5px auto;
        max-width: 35%;
        width: 100%;
        height: auto;
        display: block;
        border: none;
        float: left;
    }
    .effect {
        color: #666666;
        text-decoration: none;
        border-bottom: 1px dotted #666;
    }
    .main .content table.brands td {
        display: block;
        float: left;
        width: 33.3333% !important;
    }

    .main .content table.brands td img {
        max-width: 80%;
        height: auto;
    }

    .main .content .free .order {
        position: relative;
        overflow: visible;
        padding: 0 0 15px 15px;
        margin-top: 15px;
    }

    .main .content div.price {
        float: left;
        margin: 5px 0 0 15px;
    }

    .main .advantages dt a br {
        display: none;
    }

    .main .subpages {
        display: none;
    }

    .main .subpages table {
        width: 100%;
    }

    .main .subpages td {
        padding: 5px 0 5px 15px;
        display: block;
    }

    .main .sidebar .services a.active {
        padding: 10px 0 10px 15px;
        box-sizing: border-box;
    }

    .main-header {
        position: relative;
        padding: 0;
        margin: 0 -15px 0;
    }

    .main .title {
        margin: 0;
        height: 74px;
        display: table-cell;
        padding: 0;
        width: 768px;
        vertical-align: middle;
        max-width: 100%;
    }

    .price-label {
        top: 0;
        bottom: 0;
        width: 70px;
        height: 70px;
        transform: none;
        margin: -10px auto 0;
    }
    .main .content .free h3, .main .content .free .h3 {
        padding: 12px 30px 13px 15px;
    }
    .price-label .prefix {
        margin-top: 5px;
        font-size: 13px;
    }

    .price-label .value {
        font-size: 25px;
    }

    .price-label .currency {
        font-size: 13px;
    }

    .main .content .free {
        margin: 15px -15px 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #cce4c7;
    }
     .discount-label-button.discount-10 {
        margin: -12px;
        background-size: contain;
    }

    .hero div.price span, .home div.price span {
        margin: 8px 0 0 0;
    }

    .main .content div.price span {
        margin: 7px 0 0 0;
    }

    .main .subpages .active a {
        text-decoration: underline;
    }
    table.price {
        margin: 15px 0 20px 0;
    }
    .main .content table.price td {
        display: table-cell;
        vertical-align: middle;
        padding: 3px;
        color: #666666;
        border-bottom: 1px dotted #e6e6e6;
    }
    .main .content table.price td.value {
        color: #ff9308;
        font-weight: bold;
    }
    .price-free td {
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
    }

    .main .advantages dt a {
        padding-left: 0;
    }

    .main .advantages a.more {
        background: none;
        padding-left: 0;
    }

    iframe {
        max-width: 100%;
        height: auto;
    }

    .home.tablet .item-1 {
        padding: 15px;
        background: none !important;
    }

    .home.tablet h2 {
        margin: 0;
    }

    .home.tablet .item-2 {
        overflow-x: auto;
    }

    .home.tablet .item-2 ul.brands li {
        display: table-cell;
        padding: 0;
    }

    .home.tablet .item-3 {
        padding: 15px;
    }

    .home.tablet .item-3 table.price tr {
        display: table-row;
    }

    .home.tablet .item-3 table.price td {
        display: table-cell;
        width: 100%;
        float: none;
    }

    .home.tablet .item-5 {
    }

    .home.tablet .item-5 div {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .home.tablet .item-4 {
        padding: 15px 15px 0 15px;
    }

    .home.tablet .item-4 iframe {
        margin: 0 0 15px 0;
    }

    .main .content .map ul.places {
        margin: 15px 0 0 0;
    }

    .main .content .map ul.locations {
        margin: 15px 0 0 0;
    }

    .main .team tr {
        display: inline !important;
    }

    .main .content table.team td {
        display: block;
        width: 50% !important;
        float: left;
        box-sizing: border-box;
        text-align: center;
    }

    .main .content img {
        max-width: 100%;
        height: auto;
    }

    .response-item {
        margin: 15px 0;
        padding: 15px;
    }

    .response-item .text {
        margin: 15px 0 0 0;
    }

    .response-item .meta .link {
        display: none;
    }

    .response-item .recommend {
        display: none;
    }

    .main .content .response .hint {
        margin: 44px 0 0 0;
        display: block;
    }

    .main .content .response {
        padding: 0 15px 15px 15px;
    }

    .main .content .certificates td {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .pager {
        margin: 25px 0 15px 0 !important;
    }

    .main .content table.map img {
        max-width: 100% !important;
        margin: auto !important;
        float: none !important;
    }

    #cards {
        float: left;
        margin: 2px 0 15px 0;
    }

    .main .content div.order a.button {
        float: none;
        width: 95%;
        max-width: 320px;
        margin: 0 0 15px 0;
        padding-left: 35px;
        text-align: left;
        background-size: cover;
        box-sizing: border-box;
    }
    .main .content div.order a.button span {
        display: inline-block;
    }
    .main .content div.order.main a.button {
        text-align: center;
        padding-left: 0;
    }
    .free .order .discount-label-button {
        width: 30px;
        height: 30px;
        right: 10%;
        margin-top: -10px;
        margin-left: 0;
        border-radius: 50%;
        border: 2px solid #fff;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff;
        padding-top: 8px;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        text-indent: 0;
    }
    .free .order .discount-label-button.discount-7,
    .free .order .discount-label-button.discount-10,
    .free .order .discount-label-button.discount-15 {
        background: #eca50d;
    }
    .free .order .discount-label-button.discount-7::before {
        content: '7%';
    }

    .free .order .discount-label-button.discount-10::before {
        content: '10%';
    }

    .free .order .discount-label-button.discount-15::before {
        content: '15%';
    }
    .main .content .terms div {
        padding: 0 0 15px 0 !important;
        background: none !important;
    }

    .content h3, .content iframe, .popular-service__pages, .brands-without-logo__wrapper {
        display: none;
    }

    .footer .contacts {
        float: left;
    }

    .hidden-sm {
        display: none;
    }

    .main .content .contact abbr, #ymaps {
        display: none;
    }

    .map {
        pointer-events: none;
    }
    .page-contacts .column-left {
        width: 100%;
        text-align: center;
    }
    .page-contacts p.contacts-address {
        max-width: 70% ;
        margin: 5px auto 0;
    }
    .contacts-teaser .image {
        display: none;
    }
    .contacts-teaser {
        margin-bottom: 5px;
    }
    .page-contacts .column-right {
        float: left;
        width: 100%;
        max-width: 100%;
        margin: 5px 0 25px;
        padding: 5px 24px 20px;
        border-radius: 7px;
        text-align: center;
        background: #f6f7f9;
        box-sizing: border-box;
    }

}

iframe[name="google_conversion_frame"] {
    display: none;
}

/* WWW-4032 */
.dialog-cb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
}

.dialog-cb.open {
    display: block;
}

.dialog-cb__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: rgba(17, 17, 17, 0.85);
}

.dialog-cb__modal {
    position: relative;
    width: 450px;
    max-width: 90%;
    padding: 30px 30px 40px;
    border-radius: 10px;
    background: #fff url(../images/feedback/feedback1.png) 102% top no-repeat;
    pointer-events: auto;
}

.dialog-cb__modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.dialog-cb__modal .modal-close span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 4px;
    background: #ffffff;
}
.dialog-cb__modal .modal-close:hover span {
    background: #000000;
    transition: all 0.2s linear;
}
.dialog-cb__modal .modal-close span:first-child {
    transform: rotate(-45deg);
}
.dialog-cb__modal .modal-close span:last-of-type {
    transform: rotate(45deg);
}

.dialog-cb__modal .modal-header {
    margin: 0 0 20px;
    font-size: 25px;
    color: #ff9308;
}

.dialog-cb__modal .modal-description {
    max-width: 300px;
    margin-bottom: 30px;
    color: #555555;
    line-height: 18px;
}


.dialog-cb__modal .modal-form form input[name="contacts"] {
    width: 185px;
    height: 40px;
    margin-right: 10px;
    padding-left: 15px;
    border: none;
    border-radius: 7px;
    outline: none;
    font-size: 15px;
    background: #e7e8e6;
    color: #000000;
    box-sizing: border-box;
}

.dialog-cb__modal .modal-form form input[name="submit"] {
    width: 130px;
    height: 40px;
    margin-top: 1px;
    border: none;
    border-radius: 7px;
    outline: none;
    font-size: 15px;
    background: #073362;
    color: #ffffff;
    cursor: pointer;
}
.feedback-close:hover span {
    background: #000000;
    transition: all 0.2s linear;
}

.dialog-cb-button {
    display: block;
    position: fixed;
    right: 70px;
    bottom: 70px;
}

.dialog-cb-button a {
    display: block;
    background: #ff9308 url(../images/dialog/callback__button.png) no-repeat center center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(65, 163, 35, 0.2), 0 0 0 15px rgba(65, 163, 35, 0.1);
    animation: waves 2s infinite;
    -moz-animation: waves 2s infinite;
    -webkit-animation: waves 2s infinite;
    -o-animation: waves 2s infinite;
}

/* Animation Keyframes */

@keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(65, 163, 35, 0.2), 0 0 0 0 rgba(65, 163, 35, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(65, 163, 35, 0.1), 0 0 0 10px rgba(65, 163, 35, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(65, 163, 35, 0), 0 0 0 20px rgba(65, 163, 35, 0);
    }
}

@-moz-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(65, 163, 35, 0.2), 0 0 0 0 rgba(65, 163, 35, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(65, 163, 35, 0.1), 0 0 0 10px rgba(65, 163, 35, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(65, 163, 35, 0), 0 0 0 20px rgba(65, 163, 35, 0);
    }
}

@-webkit-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(65, 163, 35, 0.2), 0 0 0 0 rgba(65, 163, 35, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(65, 163, 35, 0.1), 0 0 0 10px rgba(65, 163, 35, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(65, 163, 35, 0), 0 0 0 20px rgba(65, 163, 35, 0);
    }
}

@-o-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(65, 163, 35, 0.2), 0 0 0 0 rgba(65, 163, 35, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(65, 163, 35, 0.1), 0 0 0 10px rgba(65, 163, 35, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(65, 163, 35, 0), 0 0 0 20px rgba(65, 163, 35, 0);
    }
}

.heading-2 {
    width: 100%;
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    color: #094685;
}

.brands-item {
    display: inline-block;
    vertical-align: middle;
    width: 8.3%;
    text-align: center;
}

.brands-without-logo td {
    padding-top: 5px;
}

.brands-without-logo td a {
    display: inline-block;
    margin-bottom: 7px;
    border-bottom: 1px dotted;
    line-height: normal;
    color: #0156af;
    text-decoration: none;
}

.brands-without-logo td a:hover {
    border-bottom: none;
}

.callback-hulk {
    border: 12px solid #ff9308;
    -moz-border-image: url(../images/pattern-border.png) 12 round round;
    -webkit-border-image: url(../images/pattern-border.png) 12 round round;
    -o-border-image: url(../images/pattern-border.png) 12 round round;
    border-image: url(../images/pattern-border.png) 12 round round;
    color: #fff;
    margin-top: 20px;
}

.callback-hulk .hulk-wrapper {
    height: 150px;
    margin: -8px;
    border-radius: 6px;
    background: #ff9308 url('../images/callback-bg.jpg') left center no-repeat;
    padding: 25px 25px 25px 175px;
    box-sizing: border-box;
}

.callback-hulk .hulk-header {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: bold;
}

.callback-hulk .hulk-description {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.callback-hulk .hulk-form form {
    width: 100%;
    background-color: #ffffff;
    display: block;
    padding: 2px;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
}

.callback-hulk .hulk-form form input[name="contacts"] {
    height: 36px;
    border: none;
    background: none;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

.callback-hulk .hulk-form form input[name="submit"] {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 36px;
    padding: 0 15px;
    background-color: #073362;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popular-services {
    width: 100%;
    margin-bottom: -20px;
}

.popular-services .popular-service {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-right: -4px;
}

.popular-services .popular-service a {
    text-decoration: none;
}

.popular-services .popular-service img {
    float: left;
    max-width: 70px;
    max-height: 70px;
    border-radius: 4px;
    margin-right: 15px;
}

.popular-services .popular-service .service-heading {
    display: inline;
    color: #094685;
    font-size: 14px;
    border-bottom: 1px dotted;
    line-height: 1.4;
}

.popular-services .popular-service a:hover .service-heading {
    border-bottom: none;
}

.popular-services .popular-service .service-price {
    color: #ff9308;
    font-size: 14px;
    margin-top: 8px;
}

.advantages-hulk {
    width: 100%;
    background-color: #ff9308;
    margin-top: 40px;
    padding: 0 30px;
    box-sizing: border-box;
}

.advantages-hulk .hulk-item {
    position: relative;
    height: 80px;
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
}

.advantages-hulk .hulk-item:hover {
    background: -moz-linear-gradient(top, #ff9308 0%, rgba(33, 109, 0, 0) 100%);
    background: -webkit-linear-gradient(top, #ff9308 0%, rgba(33, 109, 0, 0) 100%);
    background: linear-gradient(to bottom, #ff9308 0%, rgba(33, 109, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#216d00', endColorstr='#00216d00', GradientType=0);
}

.advantages-hulk .hulk-item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}

.advantages-hulk .hulk-item .item-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.advantages-hulk .hulk-item .item-heading {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.advantages-hulk .hulk-item .item-description {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #494848;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    top: 85%;
    width: 90%;
    box-sizing: border-box;
    margin: 0 5%;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
    z-index: 100;
}

.advantages-hulk .hulk-item .item-description:before {
    content: "";
    position: absolute;
    z-index: 1000;
    top: -5px;
    left: 50%;
    margin-left: -6px;
    border-top: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.advantages-hulk .hulk-item:hover .item-description {
    display: block;
}

.footer-hulk {
    width: 100%;
    padding: 30px;
    background: #ff9308 url('../images/footer-hulk.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
}

.footer-hulk .hulk-col {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 75%;
}

.footer-hulk .hulk-heading {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.footer-hulk .hulk-description {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 25%;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
}

.footer-hulk .hulk-form {
    border: 12px solid #fff;
    -moz-border-image: url(../images/pattern-border-white.png) 12 round round;
    -webkit-border-image: url(../images/pattern-border-white.png) 12 round round;
    -o-border-image: url(../images/pattern-border-white.png) 12 round round;
    border-image: url(../images/pattern-border-white.png) 12 round round;
    color: #fff;
    margin-top: 20px;
}

.footer-hulk .hulk-form input {
    display: inline-block;
    width: 30%;
    height: 34px;
    background: #e9ecee;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    margin-right: 5%;
    margin-left: -4px;
    border: 0;
    box-sizing: border-box;
}

.footer-hulk .hulk-form input[name="submit"] {
    margin-right: 0;
    background: #eca50d;
    box-shadow: inset 0 0 0 1px #d9970b;
    color: #fff;
    cursor: pointer;
}

.footer-hulk .hulk-form input[name="submit"]:hover {
    background-color: #de9700;
    box-shadow: inset 0 0 0 1px #c78802;
}

.footer-hulk .hulk-form .form-wrapper {
    margin: -8px;
    border-radius: 6px;
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}

.slogan.holidays img {
    width: 65px;
    position: absolute;
}

.slogan.holidays p {
    line-height: 31px;
    margin: 0;
    padding-left: 75px;
}

@media (max-width: 767px) {
    .feedback,
    .dialog-cb__modal {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        background-size: 40%;
    }
    .feedback-title,
    .dialog-cb__modal .modal-header {
        font-size: 19px;
    }
    .dialog-cb__modal .modal-description,
    .feedback-description {
        max-width: 70%;
        margin-top: 30px;
    }
    .feedback input[type="text"],
    .dialog-cb__modal .modal-form form input[name="contacts"] {
        margin-bottom: 10px;
    }

    .callback-hulk .hulk-wrapper {
        height: auto;
        padding: 15px;
        background-image: none;
    }

    .callback-hulk .hulk-form form input[name="contacts"] {
        font-size: 12px;
    }

    .popular-services .popular-service {
        width: 100%;
    }

    .brands {
        display: none!important;
        max-width: 80%;
        margin: 15px auto;
    }

    .brands-without-logo {
        margin-bottom: 25px;
    }

    .advantages-hulk {
        display: none;
        padding: 0 15px;
        box-sizing: content-box;
        margin: 40px -15px 0;
    }

    .advantages-hulk .hulk-item {
        height: 65px;
        width: 100%;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }

    .advantages-hulk .hulk-item:last-child {
        border-bottom: none;
    }

    .footer-hulk {
        padding: 20px;
        box-sizing: content-box;
        margin: 0 -15px;
    }

    .footer-hulk .hulk-col {
        width: 100%;
    }

    .footer-hulk .hulk-heading {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .footer-hulk .hulk-form .form-wrapper {
        padding: 15px;
    }

    .footer-hulk .hulk-form input {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .footer-hulk .hulk-form input:last-child {
        margin-bottom: 0;
    }

    .footer-hulk .hulk-description {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .dialog-cb-button {
        right: 0;
        bottom: 0;
    }

    .dialog-cb-button a {
        border-radius: 50% 0 0;
    }

    .home.tablet .item-4 {
        display: none;
    }
}
@media (max-width: 380px) {
    .header .contacts .phone {
        top: 24px;
    }
    .header .contacts .phone a {
        font-size: 16px;
    }
}
