@import url(https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic);

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

body {
    font-family: 'clear_sansregular', sans-serif;
    font-size: 16px;
    text-align: justify;
}

h1 {
    color: #221E1F;
    font-size: 40px;
    margin: 20px 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}
h1::after {
    border-bottom: 2px solid #37bbf9;
    content: "";
    display: block;
    width: 80px;
    margin: 15px 0;
}
h2 {
    color: #221E1F;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}
h2::after {
    border-bottom: 2px solid #37bbf9;
    content: "";
    display: block;
    width: 80px;
    margin: 15px auto;
}
h3 {
    color: #0087AF;
    font-size: 22px;
    font-weight: normal;
}
h3.optimize {
    margin-bottom: 0;
}

.content {
    margin-top: 30px;
}
.container {
    position: relative;
}

.top-container {
    color: #ffffff;
    background: #00475D;
    font-size: 13px;
}

.top-container a {
    color: #ffffff;
}

.top-container .left {
    float: right;
    text-align: right;
}

ul.top-menu li .phone {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.top-container .phone .phone-plus {
    font-size: 10px;
    vertical-align: top;
}

ul.top-menu {
    font-family: 'Play', sans-serif;
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.top-menu li {
    list-style: none;
    display: inline-block;
    padding: 22px 10px;
    height: 66px;
    vertical-align: middle;
}

ul.top-menu li:first-child {
    padding-left: 0;
}

ul.top-menu li:last-child {
    padding-right: 0;
}

ul.top-menu li a {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #6690A8;
    border-top: 1px solid transparent;
}

ul.top-menu li.active a, ul.top-menu li a:hover {
    border-top: 1px solid #6690A8;
}

ul.top-menu li.call {
    padding: 16px 10px;
}
ul.top-menu li a.dropdown:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    padding-left: 5px;
}
ul.top-menu li.active .dropdown-menu a, ul.top-menu li:hover .dropdown-menu a {
    color: #ffffff;
}
ul.top-menu ul.dropdown-menu {
    margin-top: 0px;
    margin-left: 15px;
    padding: 0;
    border: 1px solid #015872;
}
ul.top-menu li ul.dropdown-menu li {
    display: block;
    padding: 0;
    height: 38px;
    background-color: #00475D;
}
ul.top-menu li ul.dropdown-menu li a {
    line-height: 22px;
    text-align: left;
    border-top: 0;
    display: block;
    padding: 7px 12px;
    font-size: 12px;
    text-transform: none;
    color: #ffffff;
}
ul.top-menu li ul.dropdown-menu li:last-child a {
    border-bottom: 0;
}
ul.top-menu ul.dropdown-menu li:hover a,
ul.top-menu ul.dropdown-menu li:focus a,
ul.top-menu ul.dropdown-menu li:active a,
ul.top-menu ul.dropdown-menu li.active a,
ul.top-menu ul.dropdown-menu li a:focus {
    text-decoration: underline;
    background-color: transparent;
}

li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.top-menu li.dropdown:hover > ul.dropdown-menu.sub-menu {
    display: block;
}

ul.top-menu li.dropdown-submenu {
    display: block;
}

.btn-call {
    -moz-user-select: none;
    border: 2px solid #ffffff !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #00475D;
    display: inline-block;
    color: #ffffff !important;
    font-weight: normal;
}
.btn-call:hover {
    text-decoration: underline;
    color: #ffffff !important;
}
.btn-call i, .btn-link i {
    display: inline-block;
    margin-right: 5px;
}
.btn-call:hover i, .btn-link:hover i, .btn-call:hover span, .btn-link:hover span {
    text-decoration: none;
}

.carousel .carousel-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel .item {
    min-height: 400px;
}
.carousel .item > img {
    min-height: 400px;
}
.carousel .carousel-content img {
    max-height: 400px;
}
.carousel .carousel-content h3 {
    color: #fff;
    font-size: 28px;
    padding-bottom: 30px;
}
.carousel .carousel-content ul li {
    font-size: 20px;
    list-style-type: none;
    margin: 0 0 25px;
    position: relative;
}
.carousel .carousel-content ul {
    animation-delay: 1s;
}
.carousel .carousel-content li:before {
    position: absolute;
    top: 0;
    left: -25px;

    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 20px;
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.no-min-height {
    min-height: inherit !important;
}

#sticker {
    z-index: 1000;
}

.container-fluid {
    padding: 0;
}

.row.nomargin {
    margin: 0;
}

.box {
    padding: 15px;
}
.row .col-md-4:first-child .box,
.row .col-md-6:first-child .box,
.row .col-md-6:first-child .portfolio-box {
    padding-left: 0;
}
.row .col-md-4:last-child .box,
.row .col-md-6:last-child .box,
.row .col-md-6:last-child .portfolio-box {
    padding-right: 0;
}
.box img {
    border-radius: 6px;
}
.box .box-footer {
    margin-top: 10px;
}
img.no-radius {
    border-radius: 0;
}
.box.left h3 {
    margin-top: 0;
}
.box span.icon {
    font-size: 120px;
    color: #0087AF;
}

.portfolio-box {
    padding: 15px;
}
.portfolio-box h3 {
    padding-top: 0;
    color: #747475;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
.box-grey .portfolio-box h3 {
    margin-top: 0;
}
.portfolio-box h4 {
    font-weight: 600;
    position: relative;
}
.portfolio-box h4:before {
    width: 10px;
    position: absolute;
    top: 3px;
    left: -20px;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}

.box-colored {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: #00475D;
    /*background: url("../images/bg-portfolio.png") repeat;*/
    text-align: left;
    padding: 35px 0;
}

.box-grey {
    background: url("../images/bg-grey.png") repeat;
    padding: 25px 0;
    box-shadow: 0 -3px 5px rgba(213, 213, 213, 0.46) inset;
}
.box-grey-2 {
    background-color: #EEEEEE;
    padding: 25px 0;
}
.box-transparent {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 25px;
}
.box-transparent.blue h4 {
    color: #00475D;
}
.orange h4 {
    color: #954C00;
}
.orange h4.blue, h4.blue {
    color: #0087AF;
}
.box-transparent h4 {
    margin: 20px 0;
    font-size: 18px;
}
.box-transparent ul {
    margin: 0;
}
.box-transparent.blue {
    border-left: 3px dashed #CA8032;
}
.box-transparent.orange {
    border-left: 3px dashed #00475D;
}
.box-transparent.right {
    padding-left: 0;
    padding-right: 25px;
}
.box-transparent.right.blue {
    border-left: 0;
    border-right: 3px dashed #CA8032;
}
.box-transparent.right.orange {
    border-left: 0;
    border-right: 3px dashed #00475D;
}

.box-product {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.box-product-content {
    padding: 10px 20px 20px;
}
.box-product-content .check-list {
    min-height: 230px;
}
.box-product-content .description {
    min-height: 200px;
    margin-bottom: 20px;
    font-size: 85%;
}
.describe-list__icon {
    float: left;
    width: 60px;
}
.describe-list__content {
    overflow: hidden;
}
.description {
    color: #727272;
}
.box-product-header {
    background-color: #0087AF;
    padding: 15px;
}
.box-product h3 {
    margin-top: 0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
.box-product ul.check-list {
    margin-bottom: 0;
}
.box-product ul.check-list li:before {
    color: #0087AF;
}
.box-product .price {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}
.box-product .price:after {
    content: '\f153';
    font-family: "FontAwesome";
    font-size: 13px;
    padding-left: 3px;
}
.box-product-footer {
    padding: 0 15px 25px;
    text-align: center;
}
ul.products-services {
    display: table-row;
    width: 100%;
}
ul.products-services li {
    width: 20%;
    display: table-cell;
    padding-right: 15px;
    text-align: center;
    font-size: 14px;
}
ul.products-services li i {
    display: block;
    font-size: 62px;
    color: #0087AF;
}

.rounded {
    border-radius: 5px;
}

.btn-link {
    color: #0087AF;
    border: 2px solid #0087AF;
    border-radius: 4px;
}
.btn-link:hover {
    text-decoration: underline;
    border: 2px solid #0087AF;
    color: #0087AF;
}

.search-system img:first-child {
    margin-left: 40px;
}
.search-system img {
    height: 50px;
    display: inline-block;
    padding-left: 20px;
}
.search-system img.yandex-logo {
    margin-top: -10px;
}
.search-system img.rambler-logo {
    margin-top: -15px;
    height: 55px;
}



h1.main-title {
    font-family: 'Play', sans-serif;
    font-size: 22px;
    text-transform: none;
    color: #ffffff;
    position: absolute;
    left: 15px;
    top: -110px;
}
h1.main-title::after {
    border-bottom: 0;
    margin: 0;
}

.breadcrumb-container {
    font-family: 'Play', sans-serif;
    background-image: url(../images/bg-top.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
}
.breadcrumb {
    font-size: 14px;
    position: absolute;
    top: 65px;
    left: 15px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 29px;
    color: #ffffff;
    background-color: transparent;
}
.breadcrumb li:first-child:before {
    content: '\f015';
    font-family: "FontAwesome";
    font-size: 16px;
    padding-right: 5px;
}
.breadcrumb a {
    color: #ffffff;
    text-decoration: underline;
}
.breadcrumb > .active {
    color: #C6C4C4;
    text-decoration: none;
}

.footer {
    padding: 25px 0;
    background-color: #00475D;
    color: #adadad;
    font-size: 15px;
}
.footer h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
.footer a {
    color: #7CB4E2;
}

.menu-bottom {
    padding: 0;
    margin: 0 0 0 15px;
}

.menu-bottom li {
    list-style: none;
    padding: 5px 0 0;
}
.menu-bottom li:first-child {
    padding: 0;
}
.menu-bottom li a {
    color: #008FD4;
}
.menu-bottom li a:hover,
.menu-bottom li.active a {
    text-decoration: underline;
}

.share img {
    width: 42px;
    margin-right: 5px;
    border-radius: 4px;
}

ul.check-list {
    padding: 0 0 0 24px;
}
ul.check-list li:before {
    content: "\f00c";
    display: inline-block;
    font-family: "FontAwesome";

    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    left: -25px;
    position: absolute;
    top: 0;
}
ul.check-list li {
    position: relative;
    list-style-type: none;
    margin: 0 0 0.5em;
}

ol.boxes-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 3em;
    padding: 0;

    counter-reset: li-counter;
}
ol.boxes-list > li{
    position: relative;
    margin-bottom: 15px;
    padding: 10px;

    background-color: #d5d5d5;
}
ol.boxes-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.94em;
    height: 0.94em;

    font-size: 3em;
    line-height: 0.94;
    text-align: center;
    color: #f5f5f5;

    background-color: #3D9FE3;
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 20px 0 0 4em;
    padding: 0;

    counter-reset: li-counter;
}
ol.circles-list--small {
    margin-left: 3em;
}
ol.circles-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}
ol.circles-list--small > li {
    min-height: 2em;
    margin-bottom: 10px;
}
ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;

    font-size: 2.5em;
    line-height: 1.1em;
    text-align: center;
    color: #f5f5f5;

    border: 3px solid #c5c5c5;
    border-radius: 50%;
    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}
ol.circles-list--small > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;

    font-size: 1.6em;
    line-height: 1em;
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    transition: all 0.15s linear 0s;
    vertical-align: middle;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:focus {
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #999999;
    outline: medium none;
    box-shadow: 0 0 5px #999999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEEEEE;
    cursor: not-allowed;
}

input[disabled], select[disabled], textarea[disabled] {
    background-color: #F4F4F4 !important;
    cursor: not-allowed;
}

input[readonly], select[readonly], textarea[readonly] {
    background-color: #F9F9F9 !important;
    cursor: not-allowed;
}

.has-error input:focus + .help-block {
    display: none;
}

.fancybox-skin {
    background-color: #8E8E8E !important;
}

@media (max-width: 1200px) {
    .search-system img:first-child {
        margin-left: 20px;
    }
    .carousel .carousel-content h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .carousel .carousel-content ul li {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .carousel .carousel-content li:before {
        font-size: 16px;
    }
    .box-product-content .check-list {
        min-height: 260px;
    }
    .box-product-content .description {
        min-height: 250px;
    }
    .top-menu .call {
        display: none;
    }
}

@media (max-width: 992px) {
    .top-container .left {
        float: none;
    }
    ul.top-menu.left li {
        height: 40px;
        padding-top: 0;

    }
    .search-system {
        display: block;
        margin-top: 15px;
    }
    .search-system img:first-child {
        margin-left: 0;
        padding-left: 0;
    }
    .search-system img {
        max-height: 35px;
        padding-left: 10px;

    }
    .box-product-content .check-list {
        min-height: inherit;
    }
    .box-product-content .description {
        min-height: inherit;
    }
    .slide {
        display: none;
    }
    ul.menu-bottom li {
        display: block;
    }
    ul.menu-bottom li:first-child {
        padding-top: 0;
    }
    h1 {
        font-size: 36px;
        margin: 20px 0 10px;
    }
    .box {
        padding-left: 0;
    }
    .img-responsive {
        max-height: 200px;
    }
    .box-colored {
        font-size: 36px;
    }
    .portfolio-box {
        padding-left: 0;
    }
    .box span.icon {
        display: none;
    }
    .content {
        margin-top: 10px;
    }
    .display-block-992 {
        display: block;
    }
    .display-block-992 .display-cell {
        display: block;
    }
    .display-block-992 .display-cell.hidden-992, .hidden-992 {
        display: none;
    }
    #map {
        display: none;
    }
}

@media (max-width: 768px) {
    ul.top-menu li {
        padding: 0 10px;
    }
    ul.top-menu li {
        display: block;
        padding: 0;
        height: auto;
    }
    ul.top-menu li a {
        padding: 7px 10px;
        line-height: normal;
        display: block;
    }
    ul.top-menu li.active a, ul.top-menu li a:hover {
        text-decoration: underline;
        border-top: 1px solid transparent;
    }
    .top-container .left {
        float: right;
    }
    ul.top-menu.left li a {
        border-bottom: 0;
        padding-right: 0;
    }
    ul.top-menu.left li {
        height: auto;
    }
    .breadcrumb-container {
        display: none;
    }
    h1.main-title {
        display: none;
    }
    ul.products-services {
        display: block;
    }
    ul.products-services li {
        display: block;
        width: 100%;
        text-align: left;
    }
    ul.products-services li i {
        display: none;
    }
    ul.products-services {
        padding: 0 0 0 24px;
    }
    ul.products-services li:before {
        content: "\f00c";
        display: inline-block;
        font-family: "FontAwesome";

        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        left: -25px;
        position: absolute;
        top: 0;
    }
    ul.products-services li {
        position: relative;
        list-style-type: none;
        margin: 0 0 0.5em;
    }
    .hidden-768 {
        display: none;
    }
    .display-block-768 {
        display: block;
    }
    .display-block-768 .display-cell {
        display: block;
    }
}

@media (max-width: 568px) {

    ul.top-menu ul.dropdown-menu {
        display: block;
        position: static;
        margin: 0 0 0 20px;
        float: none;
        border: 0;
        box-shadow: none;
    }
    ul.top-menu ul.dropdown-menu li:hover a,
    ul.top-menu ul.dropdown-menu li:focus a,
    ul.top-menu ul.dropdown-menu li:active a,
    ul.top-menu ul.dropdown-menu li.active a {

    }
    ul.top-menu li ul.dropdown-menu li:last-child a {
        border-bottom: 1px solid #6690A8;
    }

    #sticker {
        position: static !important;
    }
    .footer div {
        float: none;
        width: 100%;
    }
    ul.menu-bottom {
        margin-left: 0;
    }
}

/* ==========  Error and offline pages  ========== */
.errorWrapper {
    position: absolute;
    top: 70px;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    height: 430px;
}

.errorWrapper .button {
    margin-bottom: 30px;
}

.sadEmo {
    background: url(../images/sadEmo.png) no-repeat;
    display: block;
    height: 62px;
    margin: 0 auto 0px auto;
    width: 62px;
}

.errorWrapper .errorTitle {
    display: block;
    text-shadow: 1px 0 0 #fff;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 14px;
    font-weight: bold;
    color: #d76a6a;
    font-style: italic;
}

.errorWrapper .errorNum {
    color: #fff;
    font-size: 200px;
    text-stroke: 1px transparent;
    padding: 120px 0 80px 0;
    display: block;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.errorDesc {
    display: block;
    margin: 40px 0 25px 0;
    font-weight: bold;
    font-size: 14px;
}

.errorMessage {
    color: #B94A48;
}