.main-container {
    padding-top: 0.1px;
}
.popup-contact-close {
    display: none;
}

.hamburger-block {
    display: none;
}

header .clear-row {
    display: table;
    width: 100%;
    height: 95px;
}

.container-lg:before, .container-lg:after, .container-md:before, .container-md:after, .container-sm:before, .container-sm:after, .container-xs:before, .container-xs:after {
    display: table;
    content: '';
    clear: both;
}

.container-lg {
    position: relative;
    width: 1880px;
    margin: 0 auto;
}

.container-md {
    position: relative;
    width: 1630px;
    margin: 0 auto;
}

.container-sm {
    position: relative;
    width: 1230px;
    margin: 0 auto;
}

.container-xs {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.post:hover {
    background-color: rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1); */
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #777;
    font-family: sans-serif;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    /* padding-top: 95px; */
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #4c4c4c;
    font-weight: bold;
    margin: 5px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0 0 10px;
}

ul, ol {
}

a, .link {
    color: #777;
    cursor: pointer;
    text-decoration: none;
}

a:hover, .link:hover {
    color: #000;
    text-decoration: underline;
}

a:visited {
}

input[name="name"] {
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c2c2c2;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c2c2c2;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c2c2c2;
}

input[type="text"], textarea {
}

input[type="text"], textarea {
    border: 1px solid #cccccc;
    color: #c2c2c2;
    display: block;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 15px;
    height: 42px;
    margin: 0 auto;
    padding: 0 10px 0 16px;
    width: 230px;
}

input[name="phone"] {
}

textarea {
    height: 90px;
    margin: 0;
    padding: 8px 15px 0;
    width: 284px;
}

.btn-submit {
    background-color: #288cd9;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 20px auto 15px;
    padding: 10px 5px;
    width: 230px;
}

.clr, .clear {
    clear: both;
}

.btn-submit:hover {
    background-color: #288cd9;
}

.btn {
    border: 0;
    text-transform: uppercase;
    padding: 15px 30px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: HelveticaNeueCyr, sans-serif;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
    display: inline-block;
}

.btn-blue {
    background-color: #00b9ee;
}

.btn-blue:hover {
    background-color: #04b3e5;
    color: #fff;
    text-decoration: none;
}

.clear-row:before, .clear-row:after {
    content: '';
    clear: both;
    display: block;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
}

header .logo, header .nav, header .contact-block {
    display: table-cell;
    vertical-align: middle;
}

header .logo {
    width: 240px;
}

header .nav {
    text-align: center;
}

header .nav a {
    text-transform: uppercase;
    padding: 5px 22px;
    margin: 0 10px;
    display: inline-block;
}

header .socials {
    text-align: right;
    width: 240px;
    position: relative;
    display: none;
}

.header_phone {
    background: url(/images/ico-phone.png) 3px 50% no-repeat;
    padding-left: 20px;
}

.header_email {
    background: url(/images/ico-mail.png) 0 50% no-repeat;
    padding-left: 20px;
}

header .contact-block {
    width: 212px;
    line-height: 1.2;
}

.social_item {
    margin-left: 10px;
    display: inline-block;
    /* border: 1px solid #000; */
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    padding: 7px 0;
    box-shadow: 0 0 0px 1.4px #000000 inset;
}

.social_facebook-f {
    padding-right: 1px;
}

.social_telegram-plane {
    padding-right: 1px;
}

.social_telegram {
    padding-left: 1px;
}

.social_telegram i {
}

.social_facebook {
    padding-left: 0px;
    padding-right: 2px;
}

.social_item i, .social_item svg {
    height: 19px;
    max-width: 18px;
    fill: #000;
}

.homeintro {
    background: url(/images/homeintro-bg.jpg) 50% 0 no-repeat;
    height: 632px;
    background-size: 1920px auto;
}

.homeintro .btn {
    margin-left: 58%;
}

.css_home h1 {
    font-size: 28px;
    margin-top: 89px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 58%;
    font-weight: bold;
}

.homeintro .text {
    margin-left: 58%;
    line-height: 1.7;
    margin-bottom: 40px;
    font-size: 17px;
}

.mainportfolio {
}

.portfolio_menu {
    text-align: center;
    padding: 30px;
}

.portfolio_menu_item {
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 20px;
}

.portfolio_item {
    float: left;
    width: calc(33.333% - 2px);
    margin: 0 1px;
    text-align: center;
}

.portfolio_item_image img {
    max-width: 100%;
    display: block;
}

.portfolio_item_image {
    margin-bottom: 2px;
    position: relative;
}

.portfolio_item_category a {
    text-transform: uppercase;
}

.portfolio_item_title a {
    color: #444;
}

.portfolio_item_title {
    margin-bottom: 20px;
    height: 22px;
}

footer {
    background: #262626;
    padding: 45px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

footer .social_item {
    margin: 0 4px 7px 0;
    background: #fff;
    box-shadow: none;
}

footer .social_item img {
    max-height: 33px;
}

.footer_title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 19px;
    margin-top: -5px;
}

section.gray {
    background: url(/images/content-gray-bg.png) 50% 0 repeat;
    /*background-size: 200px;*/
    padding: 100px 0;
}

.css_about .content-post td {
    text-align: center;
    vertical-align: top;
}

.css_about .content-post table {
    width: 100%;
    max-width: 570px;
    font-size: 13px;
    margin: 0 auto 30px;
}

.css_about .content-post td > div:nth-child(2) {
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.css_services .content-post .text > div {
    max-width: 1200px;
    margin: 0 auto 50px;
}

.css_services .content-post .text > div:before, .css_services .content-post .text > div:after {
    display: block;
    content: '';
    clear: both;
}

.css_services .content-post .text > div > div {
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    border: 1px solid #a6a6a6;
    height: 230px;
}

.css_services .content-post .text > div > div:nth-child(2n+1) {
    margin-right: 30px;
}

.css_services .content-post .text > div > div > div:first-child {
    float: left;
    padding-left: 35px;
}

.css_services .content-post .text > div > div > div:nth-child(2) {
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 320px;
}

.css_services .content-post .text > div > div > div:nth-child(3) {
    margin-left: 320px;
    font-size: 13px;
}

.css_services .content-post .text p {
    /* text-align: center; */
    font-size: 17px;
    max-width: 1200px;
    margin: 0 auto;
}

.left-column {
    float: left;
    width: 900px;
    margin-right: 40px;
}

.right-column {
    float: left;
    width: 290px;
}

.right-column.fixed {
    position: fixed;
    bottom: 0;
    right: 50%;
    width: 270px;
    margin-right: -615px;
}

.random_post-title a {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

a.post-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: 20px;
    display: block;
    /* float: left; */
    /* width: calc(100% - 190px); */
}

a.post-readmore {
    float: right;
    border: 1px solid #000;
    display: inline-block;
    padding: 6px 40px;
    text-transform: uppercase;
    display: none;
}

.post-intro {
    /* clear: both; */
    /* border-bottom: 1px solid #000; */
    margin-bottom: 40px;
    padding: 0 10px;
}

.post-image {
    margin-bottom: 10px;
}

h1.post_page-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.share.socials .social_item {
    margin: 0 10px 20px 0px;
}

.post_page-image {
    margin-bottom: 20px;
}

.popup-contact-block {
    display: none;
    position: absolute;
    background: #fff;
    top: 90px;
    width: 310px;
    right: -40px;
    text-align: left;
    padding: 0 40px 30px;
    z-index: 1;
}

.popup-contact-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 10px;
    font-size: 17px;
}

.popup-contact-success {
    text-align: center;
    padding: 30px;
}

.slider-for {
    width: 925px;
    height: 635px;
    float: left;
}

.slider-nav {
    height: 635px;
    float: left;
    width: 301px;
}

.slider-for .slick-prev:hover, .slider-for .slick-prev:focus, .slider-for .slick-prev {
    left: 0px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    width: 35px;
    height: 35px;
}

.slider-for .slick-prev:before {
    content: '';
    background: no-repeat url(/images/slide-left-blue.png) 50% 50%;
    width: 35px;
    height: 35px;
    display: block;
}

.slider-for .slick-next:hover, .slider-for .slick-next:focus, .slider-for .slick-next {
    right: 0px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    width: 35px;
    height: 35px;
}

.slider-for .slick-next:before {
    content: '';
    background: no-repeat url(/images/slide-right-blue.png) 50% 50%;
    width: 35px;
    height: 35px;
    display: block;
}

.share.socials {
    margin-bottom: 20px;
}

.content-post {
    padding: 10px 0 20px;
}

.about-table {
    display: table;
    margin-bottom: 50px;
}

.about-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    width: 50%;
}

.about-table-cell:first-child {
    /* border-right: 1px solid #000; */
    vertical-align: top;
}

.about-table-right-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 190px;
    font-size: 17px;
}

.about-table-right-group {
    margin-bottom: 20px;
}

.about-table-right-group:after {
    content: '';
    display: block;
    clear: both;
}

.about-table-right-group:last-child {
    margin-bottom: 0;
}

.about-table-cell h1 {
    text-align: left;
}

.about-table-right-text {
    font-size: 14px;
    /* letter-spacing: 0.5px; */
    margin-left: 190px;
    line-height: 1.2;
}

.about-table-cell p {
    font-size: 15px;
}

.css_about h1 {
    font-size: 19px;
}

.about-table-right-numb {
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-weight: 700;
    background: #fff;
    box-shadow: 0 0 0 18px #eaebed;
    border-radius: 50%;
    font-size: 60px;
    color: #eaebed;
    margin: 20px 0 20px 50px;
}

.post-image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.random_post-image img {
    max-width: 100%;
}

.post_page-image img {
    max-width: 100%;
}

.post_page-text img {
    max-width: 100% !important;
}

.right-column.fixed.end {
    top: unset;
    bottom: 0;
    position: absolute;
}

header + section:not(.homeintro) {
    /* min-height: calc(100vh - 230px); */
}

header + section {
    margin-top: 95px;
}

.modal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

.showmodal .modal-overlay {
    display: block;
}

.modal-block {
    margin: 0px auto;
    background: #eaebed;
    width: 580px;
    height: 580px;
    padding: 30px 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -290px;
}

.contacts-form-block {
    margin: 0px auto;
    background: #eaebed;
    width: 100%;
    max-width: 580px;
    padding: 37px 50px;
    text-align: center;
    position: relative;
}

.input-group input {
    width: 100%;
    border: 0;
    outline: none;
    font-size: 17px;
    height: 50px;
    padding-left: 17px;
    padding-right: 17px;
}

.input-group textarea {
    border: 0;
    width: 100%;
    height: 150px;
    padding: 17px;
    font-size: 17px;
    outline: none;
}

.modal-title {
    font-size: 17px;
    margin-bottom: 38px;
}

.contacts-form-title {
    font-size: 17px;
    margin-bottom: 30px;
}

.input-group {
    margin-bottom: 10px;
}

.input-group-half {
    width: calc(50% - 10px);
    float: left;
}

.btn[type=submit] {
    margin: 20px auto;
    /* padding: 16px 52px; */
}

.showmodal {
    overflow: hidden;
    height: 100vh;
    padding-right: 17px;
}

.showmodal body {
    overflow: hidden;
    height: 100%;
}

.modal-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.modal-close:after, .modal-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #444;
    transform: rotate(45deg);
}

.modal-close:after {
    width: 1px;
    height: 80%;
    margin-top: -40%;
}

.modal-close:before {
    width: 80%;
    height: 1px;
    margin-left: -40%;
}

.showmodal header {
    padding-right: 17px;
}

.modal-close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.benefits {
    text-align: center;
    padding: 45px 10px 5px;
    font-size: 17px;
}

.ben-title {
    margin-top: 22px;
    margin-bottom: 30px;
    /* color: #777; */
}

@media (max-width: 1900px) {
    .container-lg {
        width: 100%;
    }

    .container-md {
        width: 90%;
    }
}

.servchess-group {
    display: table-row;
}

.servchess-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.servchess-row {
    display: table-row;
}

.servchess-row > * {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.servchess-image {
    background-size: cover;
    background-position: 50% 50%;
}

.servchess-image img {
    max-width: 100%;
}

.servchess-image-1 {
    background-image: url(/images/servchess-1.jpg);
}

.servchess-image-2 {
    background-image: url(/images/servchess-2.jpg);
}

.servchess-image-3 {
    background-image: url(/images/servchess-3.jpg);
}

.servchess-image-4 {
    background-image: url(/images/servchess-4.jpg);
}

.servchess-info {
    padding: 50px 35px 64px;
}

.visible-xs + .servchess-info {
    text-align: right;
}

.servchess {
    padding: 20px 0 0;
}

.servchess-title {
    color: #4c4c4c;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.servchess-text {
    font-size: 17px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
}

.visible-xs + .servchess-info .servchess-text {
    padding-left: 0;
    padding-right: 30px;
}

.servchess-text:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 63px;
    background-color: #00b9ee;
    display: block;
    top: 5px;
    left: 0;
}

.visible-xs + .servchess-info .servchess-text:before {
    left: auto;
    left: unset;
    right: 0;
}

.servchess-info a {
    margin-left: 30px;
    margin-top: 70px;
    /* padding: 15px 37px; */
}

.servchess-title a {
    margin: 0;
    padding: 0;
    color: #4b4c4c;
}

.visible-xs + .servchess-info a {
    margin-left: 0;
    margin-right: 30px;
}

.servchess-bottomtext {
    text-align: center;
    margin: 50px auto 20px;
    max-width: 750px;
    font-size: 17px;
}

.blue {
    color: #00b9ee;
}

.portfolio_item_image .link {
    display: block;
    position: relative;
}

.portfolio_item_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 185, 238, 0.85);
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
    padding-top: 160px;
    font-size: 17px;
    text-transform: uppercase;
}

.portfolio_item_image a:hover .portfolio_item_overlay,
.portfolio_item_image .link:hover .portfolio_item_overlay {
    opacity: 1;
}

.portfolio_title {
    font-size: 28px;
    text-align: center;
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 40px;
}

.portfolio_bottom {
    text-align: center;
    padding: 45px 0 33px;
    margin: 0 auto;
    max-width: 560px;
}

.portfolio_bottom_text {
    line-height: 1.7;
    padding: 35px 0;
    font-size: 17px;
}

.team-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4c4c4c;
}

.team-subtitle {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-subtitle {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.team-table {
    display: table;
    width: 100%;
    background-color: #eaebed;
}

.team-table > * {
    display: table-cell;
    width: 50%;
}

.team-image {
    background-size: cover;
    background-position: 50% 50%;
}

.team-image-1 {
    background-image: url(/images/team-image-1.jpg);
}

.team-image-2 {
    background-image: url(/images/team-image-2.jpg);
}

.team-info {
    padding: 130px 20px 0;
    height: 410px;
}

.team-slidertitle {
    margin-bottom: 20px;
}

.team-slidertitle b {
    color: #4c4c4c;
    font-size: 22px;
}

.team-text {
    font-size: 17px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    padding-right: 30px;
}

.team-text:before {
    content: '';
    position: absolute;
    width: 4px;
    height: calc(100% - 8px);
    background-color: #00b9ee;
    display: block;
    top: 5px;
    left: 0;
}

.team {
    padding: 0 0 55px;
}

.slick-slide {
    outline: none;
}

.order {
    background-color: #eaebed;
}

.order-title {
    color: #4c4c4c;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 58px;
    margin-bottom: 4px;
}

.order-subtitle {
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
}

.order-table {
    display: table;
    width: 100%;
    margin: 30px 0 60px;
}

.order-table > * {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.order-image {
    background: url(/images/order-image.jpg) 50% 50%;
    background-size: cover;
}

.order-block-form {
    padding-left: 20px;
}

.input-group-half + .input-group-half {
    width: 50%;
    margin-left: 10px;
}

.input-group-half input {
    margin: 0;
}

.order-form .input-group:last-child {
    margin: 0;
}

.order-form .input-group:last-child button {
    margin: 10px 0 0;
}

.order-form textarea {
    height: 155px;
}

.order-form {
    margin-bottom: 0px;
    margin-top: 0;
}

.order-form .input-group input {
}

.order-form .input-group {
}

.review-info {
    font-size: 17px;
    margin-left: 150px;
}

.review-itemtitle {
    margin-bottom: 10px;
    font-size: 22px;
}

.review-slidertitle b {
    color: #4c4c4c;
    font-size: 22px;
}

.review-text {
    font-size: 17px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    padding-right: 30px;
}

.review-text:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 65px;
    background-color: #00b9ee;
    display: block;
    top: 5px;
    left: 0;
}

.review {
}

.review-title {
    font-size: 28px;
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: 700;
    text-align: center;
    padding: 50px 0 50px;
}

.review-block {
    margin: 0 auto;
    max-width: 950px;
}

.review-row {
    margin-bottom: 45px;
    clear: both;
}

.review-row:after {
    content: '';
    clear: both;
    display: block;
}

.review-image {
    float: left;
    margin-top: 20px;
}

section.bottom {
    padding-top: 50px;
    padding-bottom: 40px;
    line-height: 1.6;
}

.footer-menu, .footer-gallery, .footer-info {
    display: inline-block;
    vertical-align: top;
}

.footer-menu {
    margin-top: -3px;
}

.footer-menu a {
    color: #fff;
    display: block;
    text-align: right;
    height: 17.5px;
    text-transform: uppercase;
    margin-top: 0px;
}

.footer-gallery {
    width: 130px;
}

.footer-gallery a {
    display: inline-block;
    margin: 0 1px 2px;
}

.footer-gallery a img {
    display: block;
}

.footer-info {
    text-align: left;
}

.footer_phone {
    background: url(/images/ico-phone_.png) 3px 50% no-repeat;
    padding-left: 20px;
}

.footer_email {
    background: url(/images/ico-mail_.png) 0 50% no-repeat;
    padding-left: 20px;
}

.bottom-text {
    overflow-y: auto;
    height: 350px;
}

.ben-image span {
    font-size: 60px;
    color: #00b9ee;
}

.team .slick-next, .team .slick-prev {
    width: 50px;
    height: 40px;
    border-radius: 3px;
    transition: 0.3s all;
    background: url(/images/arrow-team.png) no-repeat 50% 50% !important;
    opacity: 0.8;
    top: auto;
    top: unset;
    bottom: 25px;
    left: auto;
    left: unset;
    right: 100px;
    transform: none;
    z-index: 1;
}

.team .slick-next {
    right: 20px;
    transform: rotate(180deg);
}

.team .slick-next:hover, .team .slick-prev:hover {
    /* background: #00b9ee no-repeat url(/images/arrow-team-h.png) 50% 50% !important; */
    opacity: 1;
}

.team .slick-next:before, .team .slick-prev:before {
    display: none;
}

.topbanner {
    background-position: 50% 50%;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 632px;
}

.topbanner .container-md {
    padding-left: 55%;
}

.topbanner h1 {
    /* margin-left: 50%; */
    text-align: left;
    font-weight: 700;
    margin-top: 110px;
}

.topbanner-text {
    max-width: 570px;
    margin-bottom: 40px;
}

.maintitle {
    color: #4c4c4c;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0 40px;
}

.steps_item {
    padding-left: 30px;
    height: 300px;
}

.steps_item-numb {
    background-color: #00b9ee;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.steps_item-title {
    color: #00b9ee;
    font-size: 17px;
    margin: 10px 0 20px;
    position: relative;
}

.steps_item-title:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 65px;
    background-color: #00b9ee;
    display: block;
    top: 5px;
    left: -30px;
}

.servprice_item {
    background-color: #eaebed;
    padding: 40px 5px 60px;
    text-align: center;
    color: #4c4c4c;
}

.servprice_item-title {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transform: scaleX(0.9);
}

.servprice_item-circle {
    font-size: 19px;
    background: #e6e7e9;
    display: inline-block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    text-align: center;
    line-height: 125px;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px #dedede, 0 0 0 3px #e8e9eb, 0 0 0 4px #dedede;
}

.servprice_item-circle span {
    transform: scaleX(0.9);
}

.servprice_item-list_item {
    font-size: 15px;
}

.servprice_item-list_item span {
    font-weight: 700;
}

.servprice_item-subcircle {
    height: 21px;
    margin: 30px 0;
    color: #939597;
}

.servprice_item-list_item {
    margin-bottom: 15px;
}

.servprice_item-btn {
    margin-top: 50px;
}

.servprice_item.active {
    color: #fff;
    background-color: #00b9ee;
}

.active .servprice_item-circle {
    background-color: #02b7ea;
    box-shadow: 0 0 0 1px #dedede, 0 0 0 3px #01b8ec, 0 0 0 4px #dedede;
}

.active .servprice_item-subcircle {
    color: #fff;
}

.active .servprice_item-btn {
    background: #fff;
    color: #00b9ee;
}

.mainsubtext {
    text-align: center;
    margin: 50px auto 20px;
    max-width: 750px;
    font-size: 17px;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.service-text {
    padding: 50px 0;
}

.topbanner-image img {
    max-width: 100%;
}

.servprice .container-sm, .steps .container-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.contacts {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
}

.contacts > div {
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
    padding: 0 20px;
}

.contacts-form {
    text-align: right;
}

.contacts-form .contacts-form-block {
    display: inline-block;
}

.contacts-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 10px;
}

.contacts-text {
    margin-bottom: 20px;
    max-width: 300px;
}

#map_canvas {
    margin-top: 40px;
    max-width: 580px;
}

.map iframe {
    display: block;
    width: 100%;
    height: 310px;
}

.contacts-address span, .contacts-phone span, .contacts-email span {
    color: #343434
}

.footer-group {
    display: inline-block;
}

.footer-info {
    float: right;
}

.gallery h1 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 28px;
}

.gallery-post h1 {
    text-align: left;
}

.gallery-title {
    margin-bottom: 10px;
}

.gallery-title span {
    color: #00b9ee;
}

.gallery-text {
    margin: 0 0 20px;
    clear: both;
}

.shop_category {
    margin: 60px 0 40px;
}

.shop_category:after {
    content: '';
    display: block;
    clear: both;
}

.shop_category_item {
    display: block;
    float: left;
    width: 25%;
    position: relative;
}

.shop_category_item > img {
    max-width: 100%;
    display: block;
}

.shop_category_item_title {
    position: absolute;
    text-transform: uppercase;
    bottom: 20px;
    left: 20px;
}

.shop-subtext {
    max-width: 400px;
    text-align: center;
    margin: 30px auto 30px;
}

.shoppost_table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.shoppost_cell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
}

.shop-post .slider-for, .shop-post .slider-nav {
    width: 600px;
    height: unset;
    float: none;
}

.shop-post .slick-slide > img {
    max-width: 100%;
}

.shop-post h1 {
    text-align: left;
    margin: 20px 0 5px;
}

.shop-title {
    color: #00b9ee;
    text-transform: uppercase;
}

.shop-price {
    font-size: 28px;
    font-weight: bold;
    color: #4c4c4c;
    margin: 20px 0px;
}

.shop-post .btn {
    margin: 20px 0 20px;
}

.shop-text {
    margin: 30px 0 20px;
}
.content-title {
    color: #00b9ee;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.text-scroll {
    overflow-y: auto;
    height: 350px;
}
.content-category h1 {
    text-align: left;
    font-size:28px;
    margin-bottom: 0;
}
@media (max-width: 1850px) {
    .homeintro {
        background: url(/images/homeintro-bg.jpg) 32% 0 no-repeat;
    }
}

@media (max-width: 1750px) {
    .homeintro {
        background: url(/images/homeintro-bg.jpg) 38% 0 no-repeat;
    }

    .portfolio_item_overlay {
        padding-top: 130px;
    }
}

@media (max-width: 1650px) {
    .homeintro {
        background: url(/images/homeintro-bg.jpg) 44% 0 no-repeat;
    }
}

@media (max-width: 1550px) {
    .homeintro {
        background: url(/images/homeintro-bg.jpg) 49% 0 no-repeat;
    }

    .portfolio_item_overlay {
        padding-top: 120px;
    }

    header .nav a {
        padding: 5px 10px;
    }
}

@media (max-width: 1450px) {
    .homeintro {
        background: url(/images/homeintro-bg.jpg) 52% 0 no-repeat;
    }

    .portfolio_item_overlay {
        padding-top: 110px;
    }
}

@media (max-width: 1350px) {
    .homeintro {
        background: url(/images/homeintro-bg.jpg) 56% 0 no-repeat;
        background-size: 2360px auto;
    }

    .portfolio_item_overlay {
        padding-top: 90px;
    }
}

@media (max-width: 1270px) {
    .container-md {
        width: 970px;
    }

    .topbanner .container-md {
        padding-left: 54%;
    }

    .container-sm {
        width: 970px;
        padding-bottom: 40px;
    }

    .about-table-cell {
        width: 30%;
    }

    header .logo {
        width: 160px;
    }

    header .nav a {
        margin: 0 5px;
        padding: 5px 5px;
    }

    .css_home h1, .homeintro .text, .homeintro .btn {
        margin-left: 52%;
    }

    .order-form textarea {
        height: 110px;
    }

    .right-column.fixed {
        margin-right: -485px;
        width: 200px;
    }

    .right-column {
        width: 200px;
    }

    .left-column {
        width: 730px;
    }

    .slider-for {
        width: 730px;
        height: 480px;
    }

    .slick-slide img {
        max-width: 100%;
    }

    .slider-nav {
        width: 239px;
        height: 480px;
        margin-top: -1px;
        margin-bottom: -2px;
        margin-left: 1px;
    }

    .css_services .content-post .text > div > div > div:first-child {
        padding-left: 10px;
    }

    .css_services .content-post .text > div > div > div:nth-child(2) {
        margin-left: 260px;
    }

    .css_services .content-post .text > div > div > div:nth-child(3) {
        margin-left: 260px;
    }

    body {
        overflow-x: hidden;
    }

    .popup-contact-block {
        right: 0;
        padding: 0 20px 20px;
        width: 270px;
    }
}

@media (max-width: 999px) {
    .container-md, .container-sm {
        width: 96%;
        padding-bottom: 5px;
    }

    header .row {
        display: block;
        height: unset;
    }

    header .logo {
        /* display: block; */
        width: 85px;
        padding: 35px 0 5px;
        overflow: hidden;
        float: left;
    }

    .css_services header .logo {
        /* display: none; */
    }

    header .nav {
        /* display: block; */
        padding-top: 10px;
    }

    header .socials {
        display: block;
        position: absolute;
        top: 64px;
        right: 0;
        width: 270px;
        text-align: left;
        padding-left: 10px;
    }

    .social_item {
        z-index: 2;
        position: relative;
    }

    .popup-contact-block {
        top: 0;
        padding-top: 40px;
    }

    header .nav a {
        padding: 4px 7px;
        display: inline-block;
    }

    .homeintro {
        background-size: 1590px;
        background-position-x: 61%;
        height: 520px;
    }

    .css_home h1 {
        margin-top: 70px;
        font-size: 20px;
    }

    .css_home h1, .homeintro .text, .homeintro .btn {
        margin-left: 49%;
    }

    .homeintro .text {
        font-size: 15px;
    }

    .order-form textarea {
        height: 60px;
        margin: 0;
    }

    .order-form .input-group input {
        height: 45px;
    }

    .order-form .input-group:last-child button {
        margin: 0;
    }

    .portfolio_item {
        width: calc(50% - 10px);
    }

    .left-column, .right-column {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .right-column {
        margin-top: 40px;
    }

    .right-column:after {
        content: '';
        display: block;
        clear: both;
    }

    .random_post {
        float: left;
        width: calc(33.333% - 7px);
        margin-right: 10px;
    }

    .random_post:nth-child(3n+3) {
        margin-right: 0;
    }

    .css_services .content-post .text > div > div {
        float: none;
        width: 100%;
        max-width: 500px;
        display: inline-block;
        margin-right: 0 !important;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        height: 250px;
    }

    .css_services .content-post .text > div {
        text-align: center;
    }

    .css_services .content-post .text > div > div > div:nth-child(2) {
        text-align: left;
        margin-left: 270px;
    }

    .css_services .content-post .text > div > div > div:nth-child(3) {
        text-align: left;
        margin-left: 270px;
    }

    .about-table-cell {
        width: 100%;
        display: block;
        border: 0 !important;
    }

    .about-table-right-group {
        /* text-align: left; */
        margin-bottom: 40px;
    }

    body {
        /* padding-top: 95px; */
    }

.topbanner .container-md {
    padding-left: 57%;
}

.servprice_item-title {
    height: 60px;
}

.servprice_item {
    margin: 0 -10px;
}

.servprice_item-list {
    height: 150px;
}

    .about-table-right-title {
    }

    .about-table-right-text {
    }

    .slider-for {
        width: 100%;
        float: none;
        height: unset;
    }

    .slider-nav {
        float: none;
        width: 100%;
        height: unset;
        margin: 1px 0;
    }

    .slider-nav .slick-slide {
        margin: 1px;
    }

    .about-table-cell:first-child {
        /* border-bottom: 1px solid #000 !important; */
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .popup-contact-block[style*="display: block"] + .popup-contact-block + a, .popup-contact-block[style*="display: block"] + a, .popup-contact-block[style*="display: block"] + .popup-contact-block + a + a, .popup-contact-block[style*="display: block"] + a + a, .popup-contact-block[style*="display: block"] + .popup-contact-block + a + a + a, .popup-contact-block[style*="display: block"] + a + a + a, .popup-contact-block[style*="display: block"] + .popup-contact-block + a + a + a + a, .popup-contact-block[style*="display: block"] + a + a + a + a, .popup-contact-block[style*="display: block"] + .popup-contact-block + a + a + a + a + a, .popup-contact-block[style*="display: block"] + a + a + a + a + a {
        display: inline-block;
    }

    .social_item {
        /* display: none; */
    }
}

@media (max-width: 767px) {
    header .logo {
        width: 90px;
        text-align: center;
        padding: 10px 0px 5px;
        display: block !important;
    }

.modal-block {
    width: unset;
    height: unset;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    margin: 0;
    padding: 30px 10px 20px;
}

.modal-title {
    font-size: 15px;
    margin-bottom: 20px;
}

    .left-column {
        margin-top: 0;
    }

    header .nav {
        display: none;
        /* display:  block; */
        position: fixed;
        background: #222;
        top: 38px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        padding-top: 30px;
    }

    header .clear-row {
        display: block;
    }

    .press-hamb header .nav {
        display: block;
    }

    .press-hamb header .socials {
        display: block;
    }

.press-hamb header .socials a {
    display: inline-block;
    padding: 7px;
}

    header .nav a {
        color: #fff;
        display: block;
    }

    header .logo img {
        max-width: 100%;
    }

    header .socials {
        position: fixed;
        margin: 10px auto 0;
        bottom: 40px;
        top: unset;
        z-index: 6;
        /* background:  #333; */
        width: unset;
        padding: 0;
        right: 50%;
        width: 250px;
        text-align: center;
        margin-right: -125px;
        display: none;
    }

    .social_item {
        display: inline-block;
        margin: 4px 5px 0;
        background: #fff;
        box-shadow: none;
    }

    footer .social_item {
        margin: 0 3.5px 9px;
    }

    .footer_email {
        font-size: 14px;
    }

    .footer_phone {
        font-size: 14px;
    }

    .footer-gallery {
        width: 100px;
        margin-left: 16px;
    }

    .footer_title {
        font-size: 20px;
    }

    .social_item svg {
        /* fill: #fff; */
    }

    .social_item img {
        filter: invert(100%);
    }

    .homeintro {
        background: none;
        text-align: center;
        height: unset;
        /* background-size: 210px; */
        /* background-position-x: 0; */
    }

    .css_home h1 {
        text-align: left;
        font-size: 22px;
        margin-top: 20px;
        padding: 0 5px;
    }

    .css_home h1, .homeintro .text, .homeintro .btn {
        margin-left: 0;
        text-align: center;
        /* background: #fff; */
    }

    .topbanner {
        text-align: center;
    }

    .topbanner .container-md {
        padding-left: 0;
    }

    .servchess-table {
        display: block;
    }

    .servchess-row {
        display: block;
    }

    .servchess-row > * {
        display: block;
        width: 100%;
        /* min-height: 290px; */
    }

    .servchess-image {
        min-height: 290px;
    }

    .servchess-info {
        padding: 20px 0px;
        /* background-color: white; */
        /* min-height: 290px; */
    }

    .visible-xs + .servchess-info {
        text-align: left;
    }

    .servchess-title {
        font-size: 20px;
        text-align: left;
    }

    .order-table {
        display: block;
    }

    .team-table {
        display: block;
    }

    .team-table > * {
        display: block;
        width: 100%;
    }

    .team-info {
        padding: 10px 10px;
        height: 200px;
    }

    .team-text {
        margin-bottom: 60px;
    }

    .team-image {
        background-size: cover;
        min-height: 340px;
        background-repeat: no-repeat;
    }

    .order-table > * {
        display: block;
        width: 100%;
        padding: 0;
    }

    .review-image {
        float: none;
        /* margin: 0 auto; */
        text-align: center;
    }

    .review-info {
        margin: 0;
    }

    .order-image {
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .homeintro .text {
        text-align: left;
        font-size: 14px;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .portfolio_menu_item {
        margin: 3px 2px;
        padding: 3px 3px;
        display: inline-block;
    }

    .portfolio_menu {
        padding: 15px 0;
    }

    .portfolio_menu_item:first-child {
        display: none;
    }

    .portfolio_item {
        width: 100%;
        margin: 0 0 0px;
    }

    .about-table {
        display: block;
    }

    .about-table-cell {
        padding: 0;
    }

    .about-table-right-numb {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .about-table-right-title {
        margin-left: 0;
        text-align: center;
    }

    .about-table-right-text {
        margin-left: 0;
        text-align: center;
    }

    .css_about .content-post td img {
        max-width: 100%;
    }

    .about-table-cell h1 {
        text-align: center;
    }

    .css_services .content-post .text > div > div {
        height: unset;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .css_services .content-post .text > div > div > div:first-child {
        max-height: 230px;
    }

    a.post-title {
        margin: 0 0 10px !important;
        /* display: block; */
        /* float: none; */
        font-size: 20px;
        /* width: 100%; */
    }

    a.post-readmore {
        /* display: block; */
        float: none;
        margin-bottom: 20px;
    }

    .random_post-title a {
        /* font-size: 12px; */
    }

    .popup-contact-block {
        top: unset;
        z-index: 99999999;
        /* bottom:  60px; */
        /* right:  50%; */
        /* margin-right:  -135px; */
        padding-top: 15px;
        right: 0;
        left: 0;
        position: fixed;
        width: unset;
        bottom: 110px;
        top: 41px;
        padding-top: 20%;
    }

    .popup-contact-block > div {
        margin: 0 auto;
        max-width: 230px;
    }

    .popup-contact-close {
        position: absolute;
    }

    .hamburger-block button {
        transform: rotateZ(0deg);
        border: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        width: auto;
        outline: none !important;
        height: 0;
        position: relative;
        width: 20px;
        display: block;
        transition: all .6s cubic-bezier(0.5, 0, 1, 1);
    }

    .hamburger-block {
        display: inline-block;
        vertical-align: middle;
        margin-top: 9px;
        /* width: 20px; */
        /* height: 30px; */
        float: right;
    }

    header .contact-block {
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
    }

    header .contact-block > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    .hamburger-block button > b {
        position: absolute;
        display: block;
        width: 20px;
        height: 2px;
        background: #000;
        left: 0;
        top: 0;
        transition: all 0.99s cubic-bezier(0.51, 0.04, 1, 0.99);
    }

    .hamburger-block button b:first-child {
        width: 20px;
        top: -8px;
    }

    .hamburger-block button b:last-child {
        width: 20px;
        top: 8px;
    }

    .hamburger-block button:after {
        content: '';
        position: absolute;
        height: 2px;
        background: #000;
        display: block;
        width: 20px;
        top: 0;
        left: 0;
        transition: all 0.2s cubic-bezier(0.5, 0, 1, 1);
    }

    .press-hamb .hamburger-block button {
        transform: rotateZ(225deg);
    }

    .press-hamb .hamburger-block button:after {
        transform: rotateZ(90deg);
        transition: all 1s cubic-bezier(0.5, 0, 1, 1);
        width: 20px;
    }

    .press-hamb .hamburger-block b {
        top: 0 !important;
        width: 20px;
        transition: all 0.2s ease-out;
    }

    .press-hamb .hamburger-block b:first-child {
        opacity: 0;
        top: 0 !important;
    }

    .press-hamb .hamburger-block b:last-child {
        opacity: 0;
        top: 0 !important;
    }

    .hamburger-button {
        width: 20px;
        height: 20px;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }

    .hamburger-text {
        display: table-cell;
        text-transform: uppercase;
        font-size: 20px;
        padding-top: 2px;
        /* padding-right: 10px; */
        cursor: pointer;
    }

    .press-hamb .menu-overlay {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
        z-index: 3;
    }

    header + section:not(.homeintro) {
        /* min-height: calc(100vh - 195px); */
    }

    .topbanner {
        background: none !important;
        height: unset;
    }

    .topbanner h1 {
        text-align: center;
        margin-top: 30px;
    }

    body {
        /* padding-top: 85px; */
    }

header + section {
    margin-top: 85px;
}

.shop_category_item {
    width: 50%;
}

.contacts-title {
    font-size: 22px;
}

.topbanner-text {
    margin: 0 auto 40px;
}

    .contacts {
        display: block;
    }

    .contacts > div {
        display: block;
        width: 100%;
        width: unset;
        text-align: center;
        margin-bottom: 40px;
    }

    .contacts-text {
        margin: 0 auto;
    }

    .popup-contact-close {
        display: block;
        top: -41px;
        right: 1px;
        background: #fff;
        height: 40px;
        padding: 8px 10px;
    }

    .steps_item {
        text-align: center;
        padding: 0;
        height: unset;
        margin-bottom: 40px;
    }

    .steps_item-title:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .css_services .content-post .text > div > div > div:first-child {
        max-width: 160px;
        padding-top: 30px;
        padding-left: 0;
    }

    .css_services .content-post .text > div > div > div:first-child img {
        max-width: 100%;
    }

    .css_services .content-post .text > div > div > div:nth-child(2), .css_services .content-post .text > div > div > div:nth-child(3) {
        text-align: left;
        margin-left: 170px;
    }

    .homeintro-image img {
        max-width: 100%;
    }

    .container-md {
        width: 100%;
        padding: 0;
    }

.shop_category_item {}

    header .clear-row {
        padding: 0 5px;
        height: 38px;
        /* margin: 0 -5px; */
        /* width: unset; */
    }

    header .contact-block {
        display: none;
    }

    body {
        /* padding-top: 40px; */
    }

header + section {
    margin-top: 40px;
}

    .random_post {
        float: none;
        display: block;
        width: 100%;
    }

    .servchess-text {
        font-size: 12px;
        padding: 0;
    }

    .servchess-text:before {
        display: none;
    }

    .servchess-info a {
        margin: 20px 0 0;
    }

    .servchess-text {
        text-align: left;
        padding: 0 !important;
    }

    .servchess-bottomtext {
        font-size: 13px;
        max-width: 77%;
        margin-top: 35px;
    }

    .portfolio_title {
        font-size: 20px;
    }

    .portfolio_bottom_text {
        font-size: 13px;
        padding: 30px 5px;
    }

    .team-title {
        font-size: 20px;
    }

    .team-subtitle {
        font-size: 13px;
    }

    .team-slidertitle b {
        font-size: 17px;
    }

    .team-slidertitle {
        font-size: 12px;
    }

    .team-text {
        font-size: 12px;
        padding-right: 0;
        padding-left: 18px;
        margin-bottom: 60px;
    }

    .order-title {
        font-size: 20px;
    }

    .order-subtitle {
        font-size: 13px;
    }

    .input-group input, .input-group textarea {
        font-size: 13px;
    }

    .order-form textarea {
        font-size: 13px;
        height: 130px;
    }

    .btn {
        font-size: 11px;
    }

    .review-title {
        font-size: 20px;
    }

    .review-itemtitle {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }

    .review-text {
        font-size: 13px;
        padding: 0;
    }

    .review-text:before {
        display: none;
    }

    body {
        font-size: 12px;
    }

    .footer-info {
        text-align: center;
        margin-top: 20px;
        float: none;
        display: block;
        margin-bottom: 21px;
    }

    .footer_phone {
        width: 200px;
        text-align: left;
        margin: 0 auto;
    }

    .footer_email {
        width: 200px;
        text-align: left;
        margin: 0 auto;
    }

    .team-image {
        min-height: 240px;
    }
}

@media (max-width: 360px) {
    .css_services .content-post .text > div > div > div {
        display: block !important;
        width: 100% !important;
        margin: 0 0 10px !important;
        text-align: center !important;
        max-width: unset !important;
        max-height: unset !important;
    }

    .css_services .content-post .text > div > div > div:nth-child(2), .css_services .content-post .text > div > div > div:nth-child(3) {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 190px;
        /* text-align: left !important; */
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    header .logo {
        width: 120px;
        padding-top: 40px;
    }

    header .logo img {
        max-width: 100%;
    }

    header .nav a {
        margin: 2px;
        padding: 4px 4px;
        font-size: 11px;
    }

    body {
        font-size: 12px;
    }

    header .contact-block {
        width: 160px;
    }

    .homeintro .text {
        font-size: 12px;
    }

    .benefits {
        font-size: 12px;
    }

    .servchess-title {
        font-size: 18px;
    }

    .servchess-text {
        font-size: 11px;
        padding-left: 20px;
    }

    .servchess-info {
        padding: 30px 20px 30px;
    }

    .servchess-info a {
        margin-left: 20px;
    }

    .visible-xs + .servchess-info .servchess-text {
        padding-right: 20px;
    }

    .visible-xs + .servchess-info a {
        margin-right: 20px;
    }

    .servchess-bottomtext {
        font-size: 13px;
        max-width: 540px;
    }

    .portfolio_title {
        font-size: 20px;
    }

    .portfolio_bottom_text {
        font-size: 13px;
    }

    .team-title {
        font-size: 20px;
    }

    .team-subtitle {
        font-size: 15px;
    }

    .order-title {
        font-size: 20px;
    }

    .order-subtitle {
        font-size: 15px;
    }

    .input-group input {
        font-size: 15px;
    }

    .order-form textarea {
        font-size: 15px;
    }

    .review-title {
        font-size: 20px;
    }

    .review-itemtitle {
        font-size: 18px;
    }

    .review-text {
        font-size: 15px;
    }
}
