/* Fonts */

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot-#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Regular.woff') format('woff'),
    url('fonts/OpenSans-Regular.ttf') format('truetype'),
    url('fonts/OpenSans-Regular.svg#open_sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_bold';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot-#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Bold.woff') format('woff'),
    url('fonts/OpenSans-Bold.ttf') format('truetype'),
    url('fonts/OpenSans-Bold.svg#open_sans_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_semibold';
    src: url('fonts/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans-Semibold.eot-#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Semibold.woff') format('woff'),
    url('fonts/OpenSans-Semibold.ttf') format('truetype'),
    url('fonts/OpenSans-Semibold.svg#open_sans_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dockerone';
    src: url('fonts/dockerone.eot');
    src: url('fonts/dockerone.eot-#iefix') format('embedded-opentype'),
    url('fonts/dockerone.woff2') format('woff2'),
    url('fonts/dockerone.woff') format('woff'),
    url('fonts/dockerone.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Base */

html, body {
    font-size: 16px;
    font-family: 'open_sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'open_sans', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

h1 {
    font-size: 40px;
    text-align: center;
}

h2 {
    font-size: 30px;
}

textarea:focus, input:focus, a:focus, button:focus, .slick-slide {
    outline: none !important;
}

@media (max-width: 1366px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    h1, h2 {
        font-family: 'open_sans_semibold', sans-serif;
        font-size: 15px;
        padding: 0 20px;
    }
}

/*.lazy-load {
    opacity: 0;
}*/

/* Buttons */

.btn {
    padding: 12px 45px;
    font-size: 26px;
    color: #fff;
    transition: all .3s 0s;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    color: #fff;
}

.btn.btn-variant-1 {
    background-color: #1389d3;
    transition: none;
}

.btn.btn-variant-1:hover {
    background-color: #1674af;
}

.btn.btn-variant-2 {
    background-color: #44b759;
}

.btn.btn-variant-2:hover {
    background-color: #39a04b;
}

.buttons-action {
    margin-top: 80px;
    text-align: center;
}

.buttons-action > .btn {
    margin: 0 35px;
}

@media (max-width: 1366px) {
    .btn {
        padding: 7px 30px;
        font-size: 22px;
    }

    .buttons-action {
        text-align: center;
        margin: 40px auto 0;
    }
}

@media (max-width: 992px) {
    .btn {
        padding: 5px 35px;
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .btn {
        font-size: 15px;
        padding: 5px 30px;
    }

    .buttons-action {
        margin-top: 0;
    }

    .buttons-action > .btn {
        margin: 0;
    }
}

@media (max-width: 320px) {
    .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Go to top */

.go-to-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: #44b759;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    text-align: center;
    padding: 8px 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    opacity: 0;
    z-index: -1;
}

.go-top-visible,
.go-to-top:hover, .go-to-top:active, .go-to-top:focus {
    text-decoration: none;
    color: #fff;
}

.go-to-top-visible {
    opacity: 1;
    z-index: 10;
}

.go-to-top-fade-out {
    opacity: .7;
}

.go-to-top-visible:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .go-to-top {
        padding: 3px 0;
        font-size: 24px;
        width: 40px;
        height: 40px;
    }
}

/* Slider */

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    font-size: 100px;
    transform: translateY(-50%);
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

div.slider-prev,
div.slider-next {
    height: 65px;
    width: 35px;
    z-index: 50;
    background-size: cover;
}

div.slider-prev {
    background: url('../images/arrow-left.png') no-repeat center;
    background-size: 100%;
}

div.slider-next {
    background: url('../images/arrow-right.png') no-repeat center;
    background-size: 100%;
}

@media (max-width: 992px) {
    .slider-prev {
        left: 15px;
    }

    .slider-next {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .slider-prev {
        left: -8px;
    }

    .slider-next {
        right: -8px;
    }
}

/* Special classes */

.accent {
    font-size: 30px;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.show-more-arrow {
    content: "";
    display: block;
    cursor: pointer;
    height: 35px;
    width: 55px;
    background: url('../images/show-more-icon.png') no-repeat;
    background-size: 100%;
    margin: 0 auto;
    -webkit-animation: shake 2.82s ease-out both infinite;
    animation: shake 2.82s ease-out both infinite;
}

.percent-value {
    font-family: 'open_sans_semibold', sans-serif;
    font-size: 60px;
    line-height: 1.1;
    font-weight: normal;
}

/*.with-bg {
    position: relative;
}*/

.with-bg {
    background: no-repeat center center;
    background-size: 102%;
}

.with-border-top {
    border-top: 5px solid #0c2535;
}

.with-border-bottom {
    border-bottom: 5px solid #0c2535;
}

@media (max-width: 1366px) {
    .accent {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .accent {
        font-size: 22px;
    }
    .with-bg {
        background: no-repeat left top;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .accent {
        font-size: 14px;
    }

    .percent-value {
        font-size: 30px;
        line-height: normal;
    }

    .show-more-arrow {
        height: 30px;
        width: 35px;
    }
}

/* Modal windows */
.modal-dialog {
    position: relative;
}

.modal .result-form {
    background-color: #ffffff;
    padding: 0;
    width: 100%;
    transition: opacity .3s, height .3s, padding .3s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.modal .result-form.success,
.modal .result-form.warning {
    opacity: 1;
    height: auto;
    padding: 10px;
}

.modal .result-form.success {
    color: #5cb85c;
}

.modal .result-form.warning {
    color: #d9534f;
}

.modal-dialog > .close-dialog {
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: -22px;
    z-index: 1000;
    cursor: pointer;
    color: #eee;
}

/*.modal-content.with-bg {
    z-index: 0;
}*/

.modal-content {
    border: 5px solid #0c2535;
}

.modal-content h2 {
    font-family: 'open_sans', sans-serif;
    color: #0c2535;
}

.modal-content .form-control {
    padding: 2px 12px;
    height: 55px;
}

.modal-content .form-control:focus {
    box-shadow: none;
    border-color: #0c2535;
    color: #0c2535;
}

#contact-window .btn {
    width: 100%;
    padding: 7px 45px;
}

#contact-window .modal-body {
    padding: 20px 10px;
}

#complete-window .modal-dialog,
#contact-window .modal-dialog {
    width: 360px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

#contact-window .contact-form {
    margin-top: 20px;
}

/* Yandex map */

#show-map #map {
    height: 540px;
}

#show-map .modal-body {
    padding: 0;
}

#show-map .modal-dialog {
    width: 1170px;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    #show-map .modal-dialog {
        width: auto;
    }
}

@media (max-width: 768px) {
    #show-map .modal-dialog {
        margin-top: 50px;
    }
    #show-map .map {
        height: 400px;
    }

    .modal-content .form-control {
        font-size: 15px;
        padding: 2px 12px;
        height: 38px;
    }
}

@media (max-width: 500px) {
    #contact-window .modal-dialog {
        width: auto;
    }
}

/* modal info */
.services-window .modal-content.with-bg {
    background-color: #fff;
}
#repair-window .modal-content.with-bg {
    background-image: url(../images/modals/modal-1-soft-zoom.jpg);
}

#diagnostic-window .modal-content.with-bg {
    background-image: url(../images/modals/modal-2-soft-zoom.jpg);
}

#refill-window .modal-content.with-bg {
    background-image: url(../images/modals/modal-3-soft-zoom.jpg);
}

#frimware-window .modal-content.with-bg {
    background-image: url(../images/modals/modal-4-soft-zoom.jpg);
}

#repair-window .modal-content.with-bg,
#diagnostic-window .modal-content.with-bg,
#refill-window .modal-content.with-bg,
#frimware-window .modal-content.with-bg {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;

}

.services-window .modal-body {
    padding: 40px 90px 10px;
}

.services-window h2 {
    color: #000;
    text-align: left;
    font-family: 'open_sans_semibold', sans-serif;
}

.services-window form .row > div:nth-child(odd) {
    padding-left: 0;
}

.services-window form .row > div:nth-child(even) {
    padding-right: 0;
}

.services-window .btn {
    padding: 5px 60px;
}

table.services-list {
    margin-top: 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

table.services-list tr {

}

table.services-list tr > td {
    width: 50%;
    border: 1px solid #8a8a8a;
    transition: border .3s;
    background-color: #eee;
}

table.services-list tr > td:nth-child(odd) {
    text-align: left;
    font-size: 24px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    border-right: none !important;
}

table.services-list tr > td:nth-child(even) {
    text-align: right;
    font-family: 'open_sans_semibold', sans-serif;
    font-size: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    border-left: none !important;
}

table.services-list tr > td:nth-child(even):after {
    content: ' ₽';
}

.services-window .col {
    padding-left: 5px;
    padding-right: 5px;
}

.services-window .contact-form .row {
    margin: 0;
}

.services-window .col:first-child {
    padding-left: 0;
}

.services-window .col:last-child {
    padding-right: 0;
}

.services-window .contact-form {
    margin-top: 10px;
}

.services-window .modal-dialog {
    width: 1005px;
}

table.services-list tr:hover > td,
table.services-list tr.active > td {
    border: 1px solid #0c2535;
}

table.services-list tr.active > td {
    background-color: #0c2535;
    color: #fff;
    transition: all .3s;
}

@media (max-width: 1366px) {
    .services-window .modal-dialog {
        width: 905px;
    }

    table.services-list tr > td:nth-child(odd) {
        font-size: 18px;
    }

    table.services-list tr > td:nth-child(even) {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .services-window .modal-dialog {
        width: 750px;
        margin-top: 35px;
    }

    .services-window .modal-body {
        padding: 20px 90px 5px;
    }

    .services-window .col {
        padding-left: 0;
        padding-right: 0;
    }

    table.services-list {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .services-window .modal-dialog {
        width: auto;
    }

    .services-window .modal-body {
        padding: 10px;
    }

    .services-window h2 {
        text-align: center;
    }

    table.services-list {
        margin-top: 10px;
    }

    table.services-list tr > td,
    table.services-list tr > td:nth-child(odd),
    table.services-list tr > td:nth-child(even) {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .services-window .btn {
        width: 100%;
    }
}

/*

/* Header + Footer */

#top-menu, #bottom-menu {
    font-family: 'open_sans', sans-serif;
    background-color: #fff;
    margin: 0;
}

#top-nav, #bottom-nav {
    height: 155px;
    padding: 20px 0;
    transition: height .3s;
}

.brand-link {
    height: 100%;
    float: left;
    text-transform: uppercase;
    font-family: 'open_sans_semibold', sans-serif;
}

.logo {
    display: block;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 100%;
    height: inherit;
    width: 230px;
}

.address-info {
    margin-top: 5px;
    float: right;
    text-align: right;
    font-family: 'open_sans_semibold', sans-serif;
}

.address {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
}

.btn.show-on-map {
    font-size: 13px;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #44b758;
    color: #fff;
}

.btn.show-on-map:hover {
    background-color: #39a04b;
}

.contacts {
    margin: 0 auto;
    text-align: center;
}

.social-links > .fa {
    padding: 10px;
    color: #fff;
    background-color: #44b758;
    font-size: 22px;
    height: 42px;
    width: 42px;
    margin: 0 5px;
    text-align: center;
}

.social-links > a.fa:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #39a04b;
}

#bottom-nav .social-links {
    margin-top: 10px;
}

.phones {
    display: inline-block;
    font-size: 22px;
    line-height: 1.1;
    margin: 5px auto;
    font-family: 'open_sans_semibold', sans-serif;
    text-align: left;
}

.phones > div:nth-child(even) {
    margin-bottom: 10px;
}

#bottom-nav .phones {
    margin-top: 0;
}

.address, .contacts {
    opacity: 1;
    height: auto;
    transition: opacity 1s ease-out;
}

/*footer .contacts {
    padding: 25px 0;
}

footer .contacts .social-links {
    margin-top: 10px;
}

footer .address-info {
    padding: 40px 0;
}*/

/* Main nav */
#top-nav ul {
    display: none;
}

#top-nav li.active {
    background: transparent;
}

#top-nav li > a {
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
    padding: 22px 0;
    font-size: 22px;
}

#top-nav li > a:hover,
#top-nav li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #000;
}

#top-menu.navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color .3s;
}

#top-menu.navbar-fixed-top #top-nav {
    height: 80px;
    padding: 5px 0;
}

#top-menu.navbar-fixed-top .scroll-links {
    display: block;
}

#top-menu.navbar-fixed-top .brand-link {
    padding: 5px 0;
}

#top-menu.navbar-fixed-top .brand-link .logo {
    background-size: cover;
    height: 62px;
    width: 146px;
}

#top-menu.navbar-fixed-top .contacts,
#top-menu.navbar-fixed-top .address-info .address {
    margin: 0;
    padding: 0;
    transition: opacity 2s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#top-menu.navbar-fixed-top .address-info {
    margin-top: 0;
}

#top-menu.navbar-fixed-top .address-info {
    padding: 10px 0;
}
body.modal-open #top-menu.navbar-fixed-top {
    margin-right: 17px;
}

/* Mobile menu */
.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.navbar-toggle {
    float: left;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 1;
    left: 15px;
    z-index: 10;
    transition: opacity .5s, left .5s;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
    background-color: #0c2535;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1150;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.mobile-menu-dialog {
    position: relative;
    width: 70%;
    height: 100%;
    transition: width .3s;
}

.mobile-menu-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    min-height: 100%;
}

.mobile-menu .mobile-menu-body .close {
    float: none;
    position: absolute;
    top: 10px;
    right: -50px;
    color: #eee;
    outline: none;
    font-size: 50px;
    font-family: "Helvetica Neue";
    opacity: 1;
    text-shadow: none;
    transition: transform .3s, color .3s;
}

.mobile-menu-list ul {
    list-style: none;
    padding: 0;
}

.mobile-menu-list a {
    display: block;
    text-decoration: none;
    color: #000;
    font-family: 'open_sans', sans-serif;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    height: 60px;
    padding: 19px 50px;
    border-bottom: 1px solid #eee;
}

.mobile-menu-list a:hover {
    color: #0c2535;
}

/* developers */

.developers-line {
    text-align: center;
    background-color: #eee;
    padding: 10px;
}

.developers-line .developers {
    color: #8a8a8a;
    font-size: 14px;
    transition: color .3s, padding .3s, background-color .3s;
}

.developers-line .developers:hover,
.developers-line .developers:focus {
    text-decoration: none;
    background-color: #EC7022;
    padding: 5px 10px;
    color: #fff;
}

@media (max-width: 1366px) {
    #top-nav, #bottom-nav {
        height: 140px;
        padding: 15px 0;
        transition: height .3s;
    }

    .brand-link {
        padding: 17px 0 20px;
    }

    .logo {
        height: 73px;
        width: 173px;
        background-size: cover;
    }

    .address-info {
        margin-top: 10px;
    }

    .address {
        font-size: 14px;
        line-height: 16px;
    }

    .contacts {
        margin-top: 15px;
    }

    .social-links > .fa {
        padding: 8px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 19px;
        height: 35px;
        width: 35px;
    }

    .phones {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    #top-nav li > a {
        font-size: 16px;
    }

    .btn.show-on-map {
        font-size: 14px;
        padding: 3px 8px;
    }

}

@media (max-width: 768px) {
    #top-nav, #top-menu.navbar-fixed-top #top-nav {
        height: 60px;
    }

    #top-nav, #bottom-nav {
        padding: 8px 0;
    }

    #top-menu .brand-link .logo {
        background: url(../images/logo.png) no-repeat;
        background-size: cover;
        height: 62px;
        width: 146px;
    }

    #bottom-nav {
        height: auto;
    }

    .phones {
        font-size: 16px;
        line-height: normal;
        margin-top: 5px;
        text-align: center;
    }

    .contacts {
        margin: 0 auto;
        text-align: center;
    }

    .social-links > .fa {
        padding: 10px;
        margin: 0 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 20px;
        height: 39px;
        width: 39px;
    }

    .btn.show-on-map {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 2px 5px;
    }

    .brand-link,
    .address-info {
        float: none;
    }

    .brand-link {
        padding: 0;
        width: 146px;
        margin: 0 auto;
        display: block;
    }

    .address-info {
        text-align: center;
        margin-top: 15px;
    }

    .address-info .address {
        font-size: 14px;
        line-height: 15px;
    }

    footer .contacts .social-links {
        margin-top: 15px;
    }

    footer .social-links > .fa {
        margin: 0 2px;
    }
}

@media (max-width: 400px) {
    .mobile-menu-list a {
        font-size: 16px;
        padding: 19px 30px;
    }
}

@media (max-width: 350px) {

    .social-links > .fa {
        margin: 0 5px;
    }
}

/* Main */
#first-block {
    padding: 80px 0;
}

#first-block.with-bg {
    background-image: url(../images/bg-1-soft.jpg);
}

.mobile-main {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.mobile-main .logo {
    margin: 0 auto;
}

.products-list {
    margin-top: 70px;
}

.products-list .product-item {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.products-list .product-item > .product-icon {
    height: 135px;
    width: 135px;
    background: #0c2535 no-repeat 50%;
    background-size: 85%;
    margin: 0 auto;
}

.products-list .product-item > .product-icon:hover {
    background-color: #174969;
    transform: scale(1.05);
    cursor: default;
}

.products-list .product-item > .product-name {
    font-size: 25px;
}

.products-list > div {
    text-align: center;
}

.products-list > div:nth-child(1) .product-icon {
    background-image: url('../images/products/printer.png');
}

.products-list > div:nth-child(2) .product-icon {
    background-image: url('../images/products/mfd.png');
}

.products-list > div:nth-child(3) .product-icon {
    background-image: url('../images/products/facs.png');
}

.products-list > div:nth-child(4) .product-icon {
    background-image: url('../images/products/pc.png');
}

.products-list > div:nth-child(5) .product-icon {
    background-image: url('../images/products/notebook.png');
}

.products-list > div:nth-child(6) .product-icon {
    background-image: url('../images/products/monoblock.png');
}

@media (max-width: 1366px) {
    #first-block {
        padding: 55px 0;
    }

    #first-block h1 {
        padding: 0 120px;
    }

    .products-list {
        margin: 50px auto 0;
        width: 80%;
    }

    .products-list .product-item > .product-icon {
        height: 100px;
        width: 100px;
    }

    .products-list .product-item > .product-name {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .products-list {
        width: 95%;
    }
}

@media (max-width: 992px) {
    #first-block h1 {
        padding: 0;
    }

    .products-list {
        margin-top: 40px;
        width: 100%;
    }

    .products-list .product-item > .product-name {
        font-size: 16px;
    }

    #first-block .buttons-action {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    #first-block {
        padding: 20px 0;
    }

    #first-block.with-bg {
        background-position: top right;
    }

    /*#first-block .container.main-block {
        padding-right: 0;
        padding-left: 0;
    }*/
    .logo {
        background-size: 100%;
        height: 78px;
        width: 178px;
    }

    .products-list > .col {
        padding: 0 5px;
    }

    .products-list .product-item > .product-icon {
        height: 85px;
        width: 85px;
    }

    .products-list .product-item > .product-name {
        /*font-size: 15px;*/
    }

    .products-list {
        margin-top: 20px;
        width: 70%;
    }

    .products-list .product-item {
        margin: 0 0 15px;
    }

    #first-block .buttons-action {
        margin-top: 0;
    }
}

@media (max-width: 630px) {
    .products-list {
        width: 80%;
    }
}

@media (max-width: 520px) {
    .products-list {
        width: 100%;
    }
}

@media (max-width: 330px) {
    .products-list > .col {
        width: 50%;
    }

    .products-list .product-item > .product-icon {
        /*height: 75px;
        width: 75px;*/
    }

    .products-list .product-item > .product-name {
        /*font-size: 12px;*/
    }
}

/* Show more */
#show-more {
    background-color: #0c2535;
    color: #fff;
    position: relative;
    padding: 55px 0;
}

#show-more .show-more-img {
    z-index: 1;
    position: absolute;
    background: url(../images/show-more-img.png) no-repeat 85% 50%;
    height: 420px;
    width: 41.66666666666667%;
    background-size: cover;
    left: 5%;
    bottom: -17%;
}

#show-more img {
    position: absolute;
    right: 57%;
    max-width: 40%;
    bottom: -50px;
}

.show-more-text p {
    padding: 15px 0 40px;
    font-size: 25px;
    line-height: 1.3;
}

/*
.show-more-text .accent {
    margin-right: -200px;
}
*/
@media (max-width: 1366px) {
    #show-more {
        padding: 40px 0 20px;
    }

    #show-more img {
        position: absolute;
        right: 54%;
        max-width: 40%;
        bottom: -40px;
        height: 100%;
    }

    .show-more-text {
        padding: 0 165px 0 40px;
    }

    .show-more-text p {
        padding: 21px 0 8px;
        font-size: 16px;
    }

    .show-more-text .accent {
        margin-top: 28px;
    }

    .show-more-arrow {
        height: 30px;
        width: 40px;
        margin: 0 auto;
    }
}

@media (max-width: 1300px) {
    #show-more img {
        top: 50px;
    }
}

@media (max-width: 1200px) {
    .show-more-text {
        padding: 0 50px 0 40px;
    }
}

@media (max-width: 992px) {
    .show-more-text {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #show-more {
        padding: 20px 0;
    }

    .show-more-text {
        width: 100%;
    }

    .show-more-text p {
        font-size: 14px;
        line-height: 14px;
    }

    .show-more-text .accent {
        margin: 0;
    }

}

/* service and advice items */

.service-item,
.advice-item {
    height: 175px;
    padding: 0 10px;
    color: #fff;
    background-color: #0c2535;
    margin-bottom: 15px;
    margin-top: 15px;
}

.service-title,
.advice-title {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-item .service-icon,
.advice-item .advice-icon {
    content: "";
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    background: no-repeat center center;
    background-size: 80%;
    width: 180px;
}

.col:nth-child(4) .service-title {
    padding: 10px;
}

@media (max-width: 1366px) {
    .service-item, .advice-item {
        height: 122px;
        padding: 0 10px;
        margin-top: 15px;
    }

    .service-item .service-icon, .advice-item .advice-icon {
        background-size: 80%;
        width: 120px;
    }

    .service-title, .advice-title {
        font-size: 21px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .service-title,
    .advice-title {
        font-size: 22px;
        line-height: normal;
    }
}

@media (max-width: 768px) {
    .service-title,
    .advice-title {
        font-size: 14px;
        line-height: normal;
    }

    .service-item, .advice-item {
        height: 90px;
        margin-bottom: 11px;
        margin-top: 12px;
    }

    .service-item .service-icon, .advice-item .advice-icon {
        background-size: 65px;
        width: 100px;
    }
}

@media (max-width: 550px) {
    .service-items > .col,
    .advice-items > .col {
        width: 100%;
    }

    .service-item,
    .service-item {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

/* Services */

#services {
    padding: 70px 0;
    overflow: hidden;
}

#services.with-bg {
    background-image: url(../images/bg-2-soft.jpg);
    background-position: 0 25%;
}

#services h1 {
    text-align: center;
    padding: 0 90px;
}

#services .buttons-action {
    margin-top: 45px;
}

.service-items {
    margin-top: 30px;
}

.service-items > div:nth-child(1) > .service-item .service-icon {
    background-image: url('../images/services/diagnostic.png');
}

.service-items > div:nth-child(2) > .service-item .service-icon {
    background-image: url('../images/services/refill.png');
}

.service-items > div:nth-child(3) > .service-item .service-icon {
    background-image: url('../images/services/repair.png');
}

.service-items > div:nth-child(4) > .service-item .service-icon {
    background-image: url('../images/services/frimware2.png');
}

.service-items > div:nth-child(5) > .service-item .service-icon {
    background-image: url('../images/services/basket.png');
}

.service-items > div:nth-child(6) > .service-item .service-icon {
    background-image: url('../images/services/gos.png');
}

@media (max-width: 1366px) {
    #services {
        padding: 50px 0;
    }

    .service-items {
        width: 70%;
        margin: 20px auto 0;
    }

    #services .buttons-action {
        margin-top: 18px;
    }
}

@media (max-width: 1200px) {
    .service-items {
        width: 80%;
    }
}

@media (max-width: 992px) {
    #services {
        padding: 35px 0 45px;
    }

    .service-items {
        margin-top: 20px;
        width: 100%;
    }

    #services .buttons-action {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    #services h1 {
        text-align: center;
        padding: 0 15px;
    }

    #services:before {
        background-position: center center;
    }

    #services .buttons-action {
        margin-top: 20px;
    }

    #services {
        padding: 20px 0;
    }

    .service-items {
        margin-top: 15px;
    }
}

/* Advice */

#advice {
    padding: 70px 0;
    overflow: hidden;
}

#advice.with-bg {
    background-image: url(../images/bg-3-soft.jpg);
    background-size: 50%;
}

#advice .accent-top {
    padding-top: 40px;
}

#advice .accent-bottom {
    padding-top: 12px;
}

#advice .buttons-action {
    margin-top: 30px;
}

.advice-item .advice-icon {
    background-image: url('../images/guarantee-icon.png');
    background-size: 100%;
    width: 120px;
}

@media (max-width: 1366px) {
    #advice {
        padding: 50px 0;
    }

    #advice .accent-top {
        padding-top: 25px;
    }

    .advice-items {
        width: 70%;
        margin: 0 auto;
    }

    .advice-item {
        height: 122px;
        padding: 0 10px;
        margin-top: 15px;
    }

    #advice .buttons-action {
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {

    .advice-items {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .advice-item .advice-icon {
        background-size: 70px;
        width: 95px;
    }

    .advice-items {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #advice {
        padding: 20px 0;
    }

    #advice.with-bg {
        background-position: top center;
    }

    #advice .accent-top {
        padding-top: 5px;
    }

    .advice-item {
        height: 92px;
        margin-bottom: 14px;
        margin-top: 0;
        padding: 0;
    }

    .advice-item .advice-icon {
        background-size: 60px;
        width: 77px;
    }

    .advice-title {
        padding: 0 20px;
    }

    #advice .accent-bottom {
        padding: 0 10px;
        line-height: 16px;
    }

    #advice .buttons-action {
        margin-top: 0;
    }

}

/* Quality */

#quality {
    background-color: #0c2535;
    color: #fff;
    padding: 55px 0 75px;
    position: relative;
}

#quality .quality-img {
    position: absolute;
    background: url(../images/mfd.png) no-repeat center;
    height: 320px;
    top: -15px;
    left: 10%;
    width: 41.66666666666667%;
    background-size: cover;
}

.quality-with-image {
    padding: 35px 0;
}

.quality-title {
    margin-top: 100px;
    padding: 0 80px 0 145px;
}

.quality-title > * {
    display: table-cell;
    vertical-align: middle;
}

.quality-title > h1 {
    text-align: left;
    width: 87%;
}

.quality-icon {
    content: "";
    background: url('../images/quality-icon.png') no-repeat;
    background-size: 100%;
    height: 130px;
    width: 130px;
}

.quality-text {
    font-size: 30px;
    line-height: 1.3;
}

#quality img {
    position: absolute;
    right: 51%;
    top: -20px;
    max-width: 40%;
}

@media (max-width: 1366px) {
    #quality {
        padding: 25px 0 50px;
    }

    #quality img {
        right: 51%;
        top: -20px;
        max-width: 32%;
    }

    .quality-with-image {
        padding: 35px 0;
    }

    .percent-value {
        font-size: 40px;
        line-height: 34px;
    }

    .quality-text {
        font-size: 22px;
    }

    .quality-title {
        width: 80%;
        margin: 65px auto 0;
    }

    .quality-title > h1 {
        width: 85%;
    }

    .quality-icon {
        height: 105px;
        width: 90px;
    }
}

@media (max-width: 1300px) {
    #quality img {
        top: 45px;
        /*transform: translateY(50%);*/
    }
}

@media (max-width: 1200px) {
    .quality-title {
        padding: 0 50px;
    }
}

@media (max-width: 992px) {
    #quality {
        text-align: center;
    }

    .quality-title > * {
        display: block;
    }

    .quality-title {
        margin-top: 0;
        padding: 0;
    }

    .quality-title > h1 {
        text-align: center;
        width: 100%;
    }

    .quality-icon {
        height: 70px;
        width: 70px;
        margin: 10px auto 0;
    }
}

@media (max-width: 768px) {
    #quality {
        text-align: center;
        padding: 20px 0;
    }

    .quality-text {
        font-size: 15px;
        line-height: 15px;
    }

    .quality-title {
        margin-top: 30px;
        padding: 0;
    }

    .quality-icon {
        height: 50px;
        width: 50px;
        margin: 10px auto 0;
    }

    .quality-with-image {
        padding: 0;
    }
}

/* statistics */

#statistics {
    padding: 45px 0 65px;
    overflow: hidden;
}

#statistics.with-bg {
    background-image: url(../images/bg-4-soft.jpg);
    background-position-y: 75%;
}

.statistics-item {
    background-color: #eee;
    padding: 0 30px;
    color: #0c2535;
    height: 270px;
    margin: 15px 0;
    position: relative;
}

.statistics-item-value {
    font-size: 100px;
    line-height: 110px;
    font-family: 'dockerone', sans-serif;
    font-weight: bold;
    text-align: right;
}

.statistics-item-text {
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 25px 25px 0;
    position: absolute;
    bottom: 0;
}

.statistics-item-text > .content {
    font-family: 'open_sans', sans-serif;
    line-height: 1.1;
    font-size: 18px;
    color: #0c2535;
    padding: 0 30px 0 0;
}

.statistics-item-text > .title {
    font-family: 'open_sans_semibold', sans-serif;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 5px;
}

#statistics h2 {
    text-align: center;
    margin-top: 30px;
}

#statistics .buttons-action {
    margin-top: 40px;
}

@media (max-width: 1366px) {
    #statistics {
        padding: 30px 0 50px;
    }

    .statistics-items {
        width: 75%;
        margin: 0 auto;
    }

    .statistics-item {
        padding: 0 15px;
        height: 180px;
        margin: 15px 0;
    }

    .statistics-item-value {
        font-size: 70px;
        line-height: 70px;
    }

    .statistics-item-text {
        padding: 0 25px 15px 0;
    }

    .percent-value {
        font-size: 40px;
        line-height: 34px;
    }

    .statistics-item-text > .content {
        font-size: 14px;
        padding: 0 2px 0 0;
        line-height: 15px;
    }

    .statistics-item-text > .title {
        font-family: 'open_sans_semibold', sans-serif;
        font-size: 21px;
        line-height: 22px;
        text-transform: uppercase;
        margin-top: 5px;
    }
}

@media (max-width: 1320px) {
    /*.statistics-item-value {
        font-size: 80px;
        line-height: 90px;
        font-family: 'dockerone', sans-serif;
        font-weight: bold;
        text-align: right;
    }

    .statistics-item-text {
        padding: 0 0 15px 0;
    }

    .statistics-item-text > .title {
        font-size: 26px;
        line-height: 26px;
    }

    .statistics-item-text > .content {
        font-size: 16px;
        line-height: 20px;
    }

    .statistics-item-text > .percent-value {
        font-size: 50px;
    }*/
}

@media (max-width: 1200px) {
    .statistics-items {
        width: 85%;
    }

    .statistics-item {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    #statistics {
        padding: 45px 0 45px;
    }

    .statistics-items {
        width: 70%;
    }

    .statistics-item {
        height: 200px;
    }

    .statistics-item-value {
        font-size: 75px;
        line-height: 75px;
    }

    #statistics .percent-value {
        font-size: 42px;
        font-weight: normal;
    }

    .statistics-item-text > .title {
        font-size: 18px;
        line-height: 18px;
    }

    .statistics-item-text > .content {
        font-size: 12px;
        line-height: 14px;
        padding: 0 10px 0 0;
    }

    #statistics .buttons-action {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    #statistics {
        padding: 20px 0;
    }

    .statistics-items {
        margin-top: 5px;
    }

    .statistics-item {
        height: 132px;
        padding: 3px 5px;
        margin: 15px 0;
    }

    .statistics-item-value {
        font-size: 50px;
        line-height: 50px;
    }

    .statistics-item-text {
        padding: 0 0 10px 0;
    }

    #statistics .percent-value {
        font-size: 25px;
        font-family: 'open_sans', sans-serif;
    }

    #statistics .buttons-action {
        margin-top: 10px;
    }

    #statistics h2 {
        text-align: center;
        margin: 0 0 5px 0;
    }
}

@media (max-width: 560px) {
    .statistics-items {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .statistics-items .col {
        padding: 0 10px;
    }

    .statistics-item {
        margin: 10px 0;
    }

    .statistics-item-text > .title {
        font-size: 16px;
        line-height: 16px;
    }

    #statistics .percent-value {
        font-size: 20px;
    }
}

/* Reviews */

#reviews {
    background-color: #0c2535;
    color: #fff;
    padding: 50px 0 75px;
    position: relative;
}

.review {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.review .client-photo {
    width: 164px;
    height: 164px;
    background-color: #e7e7e7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 45px auto 0;
    border: 8px solid #fff;
    overflow: hidden;
    background-size: cover;
}

.review .client-photo > img {
    height: 100%;
}

.review .client-name {
    font-size: 30px;
    text-align: center;
    padding: 15px 0 30px;
}

.review .client-text {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 30px 80px;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
}

.review .client-text > a {
    color: #0c2535;
    border-bottom: 1px solid #0c2535;
}

.review .client-text > a:hover {
    text-decoration: none;
}

.review .client-text:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.reviews-slider {
    padding: 10px 0 0;
}

@media (max-width: 1366px) {
    #reviews {
        padding: 50px 0 65px;
    }

    div.slider-prev, div.slider-next {
        height: 40px;
        width: 18px;
        z-index: 50;
    }

    .review .client-photo {
        width: 115px;
        height: 115px;
        margin: 30px auto 0;
        border: 5px solid #fff;
    }

    .review .client-name {
        font-size: 22px;
        padding: 5px 0 20px;
    }

    .review .client-text {
        padding: 15px 80px;
        font-size: 16px;
        line-height: 1.4;
    }

    .review .client-text:before {
        top: -10px;
        left: 50%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }
}

@media (max-width: 992px) {
    .review .client-photo {
        width: 110px;
        height: 110px;
        margin: 0 auto;
        border-width: 5px;
    }

    .review .client-text {
        padding: 20px 40px 20px;
        font-size: 16px;
        line-height: normal;
    }

    .review .client-name {
        font-size: 22px;
        padding: 5px 0 5px;
    }
}

@media (max-width: 768px) {
    #reviews {
        padding: 20px 0;
    }

    .review .client-photo {
        width: 76px;
        height: 76px;
        margin: 0 auto;
        border-width: 5px;
    }

    .review .client-name {
        font-size: 15px;
        padding: 5px 0 5px;
    }

    .review .client-text {
        padding: 10px;
        font-size: 12px;
        line-height: normal;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .review-more {
        font-size: 14px;
    }
}

/* Trust */

#trust {
    padding: 35px 0;
    overflow: hidden;
}

#trust.with-bg {
    background-image: url(../images/bg-5-soft.jpg);
}

.trust-items {
    padding: 40px 0;
}

.trust-item {
    background-color: #0c2535;
    color: #fff;
    font-family: 'open_sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 262px;
    overflow: hidden;
    margin: 15px 0;
}

.trust-image {
    height: 50%;
    overflow: hidden;
}

.trust-image img {
    width: 100%;
}

.trust-info {
    height: 50%;
    position: relative;
    text-align: center;
}

.trust-item .trust-name {
    font-size: 22px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}

#trust .buttons-action {
    margin-top: 35px;
}

@media (max-width: 1366px) {
    .trust-items {
        padding: 40px 0;
        width: 70%;
        margin: 0 auto;
    }

    .trust-item {
        height: 185px;
        margin: 15px 0;
    }

    .trust-item .trust-name {
        font-size: 15px;
        line-height: 1.1;
        padding: 0 5px;
    }
}

@media (max-width: 1200px) {
    .trust-items {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .trust-items {
        width: 100%;
    }

    .trust-item {
        height: 175px;
        margin: 5px 0;
    }

    .trust-item .trust-name {
        font-size: 18px;
        line-height: 18px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #trust {
        padding: 20px 0;
    }

    #trust .col {
        padding-left: 10px;
        padding-right: 10px;
    }

    #trust .buttons-action {
        margin-top: 15px;
    }

    .trust-items {
        padding: 10px 0;
    }

    .trust-item {
        height: 140px;
        margin: 5px 0;
    }

    .trust-item .trust-name {
        font-size: 12px;
        line-height: 12px;
        padding: 0;
    }
}

@media (max-width: 550px) {
    .trust-item {
        height: 84px;
        margin: 5px 0;
    }
}

@media (max-width: 360px) {
    #trust .col {
        width: 50%;
    }
}

/* 404 */

.error-page-image {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background: url(../../../images/404-1.png) no-repeat center center;
    background-size: 100%;
}

/* animation */

.product-icon, .service-item, .advice-item, .statistics-item, .trust-item {
    transition: transform .3s ease-out;
}

.product-icon:hover, .service-item:hover, .advice-item:hover, .statistics-item:hover {
    background-color: #174969;
    transform: scale(1.05) !important;
    cursor: default;
}

.service-item:hover {
    cursor: pointer;
}

.statistics-item:hover {
    background-color: #e2e2e2;
}

.trust-item:hover {
    transform: scale(1.05) !important;
    cursor: default;
}

.trust-item:hover,
.trust-item:hover > .trust-info {
    background-color: #174969;
}

@keyframes shake {
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(0, 0px, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(0, 5px, 0);
    }
}

.lazy-load,
.lazy-box > * {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, transform 1s;
}

.lazy-load {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.lazy-bottom {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.lazy-left {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.lazy-right {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.come-in {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.note {
    font-size: 14px;
}


