@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #010101
}

body, html {
    min-height: 100%;
    min-width: 100%
}

body {
    background: #fff
}

.wrapper {
    width: 100%;
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

header {
    order: 1;
    -webkit-order: 1;
    z-index: 4
}

.content {
    order: 2;
    -webkit-order: 2;
    flex-grow: 1;
    -webkit-flex-grow: 1
}

footer {
    order: 3;
    -webkit-order: 3;
    position: relative;
    z-index: 2
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

* html .clearfix {
    zoom: 1
}

::-webkit-input-placeholder {
    color: #bababa
}

::-moz-placeholder {
    color: #bababa
}

:-moz-placeholder {
    color: #bababa
}

:-ms-input-placeholder {
    color: #bababa
}

a, button, img, input, select, textarea {
    outline: 0
}

select {
    -webkit-appearance: none;
    appearance: none;
    text-overflow: ""
}

::-ms-expand {
    display: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

input {
    -webkit-appearance: none
}

-moz-appearance button {
    -webkit-appearance: none
}

-moz-appearance textarea {
    resize: none;
    overflow: auto;
    -webkit-appearance: none
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

section {
    position: relative;
    padding: 30px 0
}

h1 {
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 46px;
    line-height: 49px;
    font-weight: 800;
    color: #000
}

h2 {
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 36px;
    line-height: 38px;
    font-weight: 800;
    color: #000
}

h2.white {
    color: #fff
}

h3 {
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 800;
    color: #000
}

h4 {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000
}

p {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #010101
}

li {
    list-style: none;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #010101
}

ol li {
    padding: 5px 0 5px 23px;
    position: relative;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #192325
}

ol li:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -512px 0
}

a {
    text-decoration: none;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #010101;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

img {
    outline: 0;
    border: 1px solid transparent;
    border: none
}

a:active, a:hover, button:active, button:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

input {
    display: block;
    width: 100%;
    height: 54px;
    border: 2px solid #ccc;
    padding: 0 10px 0 45px;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 17px;
    line-height: 53px;
    font-weight: 400;
    color: #010101;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

input:focus {
    border: 2px solid #0fbcaa
}

textarea {
    display: block;
    width: 100%;
    height: 106px;
    padding: 15px 10px 15px 45px;
    border: 2px solid #ccc;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #010101;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

textarea:focus {
    border: 2px solid #0fbcaa
}

.row {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
    padding: 0
}

.offset-ziro {
    font-size: 0;
    line-height: 0
}

.left {
    float: left
}

.right {
    float: right
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.overflow_wrapp {
    overflow: hidden
}

.user {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background-image: url(../img/sprite.png);
    background-position: 1px -4px;
    background-repeat: no-repeat
}

.clock {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 17px;
    background-image: url(../img/sprite.png);
    background-position: -113px -3px;
    background-repeat: no-repeat
}

.envelop {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 14px;
    background-image: url(../img/sprite.png);
    background-position: -152px -3px;
    background-repeat: no-repeat
}

.map-mark {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 18px;
    background-image: url(../img/sprite.png);
    background-position: -192px -3px;
    background-repeat: no-repeat
}

.user-2 {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background-image: url(../img/sprite.png);
    background-position: -230px -3px;
    background-repeat: no-repeat
}

.tel {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-image: url(../img/sprite.png);
    background-position: -267px -2px;
    background-repeat: no-repeat
}

.tel-2 {
    width: 15px;
    background-image: url(../img/tel.png);
    background-position: center;
    display: inline-block;
    vertical-align: top;
    height: 15px;
    background-repeat: no-repeat
}

.doc {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 18px;
    background-image: url(../img/sprite.png);
    background-position: -304px -2px;
    background-repeat: no-repeat
}

.doc-2 {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 25px;
    background-image: url(../img/sprite.png);
    background-position: -382px -2px;
    background-repeat: no-repeat
}

.envelop-2 {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 14px;
    background-image: url(../img/sprite.png);
    background-position: -340px -2px;
    background-repeat: no-repeat
}

.data {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 14px;
    background-image: url(../img/sprite.png);
    background-position: -432px -2px;
    background-repeat: no-repeat
}

.map-mark_2 {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 15px;
    background-image: url(../img/sprite.png);
    background-position: -472px -2px;
    background-repeat: no-repeat
}

.user-3 {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 14px;
    background-image: url(../img/sprite.png);
    background-position: -552px -2px;
    background-repeat: no-repeat
}

.phone-2 {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 15px;
    background-image: url(../img/sprite.png);
    background-position: -597px -2px;
    background-repeat: no-repeat
}

.doc-3 {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 18px;
    background-image: url(../img/sprite.png);
    background-position: -643px -2px;
    background-repeat: no-repeat
}

.phone_2 {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 17px;
    background-image: url(../img/sprite.png);
    background-position: -676px 0;
    background-repeat: no-repeat
}

.lock {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 20px;
    background-image: url(../img/lock.png);
    background-position: center;
    background-repeat: no-repeat
}

.input_wrapp .lock {
    top: 17px
}

.envelop-3 {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 14px;
    background-image: url(../img/envelop_3.png);
    background-position: center;
    background-repeat: no-repeat
}

.icon-1 {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    background-image: url(../img/icon-1.png);
    background-position: center;
    background-repeat: no-repeat
}

.icon-2 {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon-2.png);
    background-position: center;
    background-repeat: no-repeat
}

.tel_icon {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    background-image: url(../img/phone_icon.png);
    background-position: center;
    background-repeat: no-repeat
}

.blue_mapmark {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 16px;
    background-image: url(../img/mark_icon.png);
    background-position: center;
    background-repeat: no-repeat
}

.calendar {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 17px;
    background-image: url(../img/calendar_icon.png);
    background-position: center;
    background-repeat: no-repeat
}

.envelop_4 {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 14px;
    background-image: url(../img/envelop_5.png);
    background-position: center;
    background-repeat: no-repeat
}

.calendar_2 {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 17px;
    background-image: url(../img/sprite_3.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.blue_mapmark_2 {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 16px;
    background-image: url(../img/sprite_3.png);
    background-position: -3px -37px;
    background-repeat: no-repeat
}

.clock_2 {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background-image: url(../img/clock_2.svg);
    background-position: center;
    background-repeat: no-repeat
}

.grey-pill {
    display: inline-block;
    vertical-align: top;
    min-width: 260px;
    border: none;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    padding: 16px 10px 17px 10px;
    background-color: #dfdfdf;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.grey-pill:link, .grey-pill:visited {
    background-color: #dfdfdf
}

.grey-pill.active, .grey-pill:active {
    background-color: #b6b6b6
}

.grey-pill:hover {
    background-color: #b6b6b6
}

.grey-pill i {
    position: relative;
    top: 3px;
    margin-right: 5px
}

.blue-pill {
    display: inline-block;
    vertical-align: top;
    min-width: 260px;
    border: none;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    padding: 16px 10px 17px 10px;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    background-color: #0b3070;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.blue-pill:link, .blue-pill:visited {
    background-color: #0b3070
}

.blue-pill.active, .blue-pill:active {
    background-color: #0fbbaa
}

.blue-pill:hover {
    background-color: #0fbbaa
}

.transparent-pill {
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
    border: none;
    text-align: center;
    cursor: pointer;
    margin: 7px 0;
    padding: 5px 10px 8px 10px;
    font-size: 15px;
    line-height: 24px;
    color: #0fbcaa;
    font-weight: 700;
    border: 2px solid #0fbcaa;
    background-color: transparent;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.transparent-pill:link, .transparent-pill:visited {
    background-color: transparent;
    color: #0fbcaa
}

.transparent-pill.active, .transparent-pill:active {
    background-color: #0fbcaa;
    color: #fff
}

.transparent-pill:hover {
    background-color: #0fbcaa;
    color: #fff
}

.transparent-pill_2 {
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
    border: none;
    text-align: center;
    cursor: pointer;
    margin: 7px 0;
    padding: 12px 10px 14px 10px;
    font-size: 18px;
    line-height: 24px;
    color: #0b3070;
    font-weight: 700;
    border: 2px solid #0b3070;
    background-color: transparent;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.transparent-pill_2:link, .transparent-pill_2:visited {
    background-color: transparent;
    color: #0a2f6f
}

.transparent-pill_2.active, .transparent-pill_2:active {
    background-color: #0a2f6f;
    color: #fff
}

.transparent-pill_2:hover {
    background-color: #0a2f6f;
    color: #fff
}

.yellow-pill {
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
    border: none;
    text-align: center;
    cursor: pointer;
    margin: 7px 0;
    padding: 13px 10px 14px 10px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    border: 1px solid transparent;
    background-color: #f99202;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.yellow-pill:link, .yellow-pill:visited {
    background-color: #f99202
}

.yellow-pill.active, .yellow-pill:active {
    background-color: #e67200
}

.yellow-pill:hover {
    background-color: #e67200
}

.slick-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    margin-top: -17px;
    top: 50%;
    border: 1px solid transparent;
    background-color: transparent;
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat
}

.slick-prev {
    left: -6.5%;
    background-position: 5px -1px
}

.slick-next {
    right: -6.5%;
    background-position: -37px -1px
}

.slick-prev:hover {
    background-position: 5px -42px
}

.slick-next:hover {
    background-position: -37px -42px
}

.breadcrumbs_wrapp {
    padding: 16px 0 31px 0
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top
}

.breadcrumbs li:after {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    position: relative;
    top: 3px;
    content: "\276F";
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #888
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs li a {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #3a3a3a
}

.breadcrumbs li a:link, .breadcrumbs li a:visied {
    color: #3a3a3a
}

.breadcrumbs li a.active, .breadcrumbs li a:active {
    color: #0b3070
}

.breadcrumbs li a:hover {
    color: #0b3070
}

.breadcrumbs li:last-child a {
    pointer-events: none;
    cursor: default
}

.padding-ziro {
    padding: 1px 0
}

.promo-section {
    background-image: url(../img/bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.promo-article {
    margin: 15px 0 0 0
}

.promo-article .left {
    width: 59%;
    padding-right: 1%
}

.promo-article .right {
    width: 41%;
    padding-left: 1%
}

.promo-slider .slide h3 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 54px
}

.promo-slider .slide p {
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px
}

.promo-slider .slide img {
    display: block;
    width: auto;
    height: auto;
    margin: 29px 0 11px 0;
    max-width: 100%
}

.form_wrapp {
    width: 100%;
    max-width: 370px;
    padding: 30px 7% 28px 7%;
    float: right;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15)
}

.form_wrapp h3 {
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #000
}

.input_wrapp {
    position: relative;
    margin: 17px 0
}

.input_wrapp i {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2
}

.form_wrapp p {
    padding: 4px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.form_wrapp .submit_wrapp {
    padding: 18px 0
}

.submit_wrapp .blue-pill {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700
}

.promo-slider .slick-dots {
    width: 100%;
    margin: 0 -5px;
    position: absolute;
    bottom: 4px;
    left: 0
}

.promo-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    margin: 5px 5px
}

.promo-slider .slick-dots li button {
    cursor: pointer;
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    background: 0 0
}

.promo-slider .slick-dots li.slick-active button {
    border: 1px solid #f99202;
    background: #f99202
}

.thumbnails_1 {
    margin: 47px 0 63px 0
}

.thumb-1 {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 20px 2%;
    text-align: center;
    position: relative
}

.thumb-1 .inner {
    cursor: pointer
}

.thumb-1:hover {
    z-index: 2
}

.thumb-1 .icon-box {
    height: 127px;
    width: 120px;
    margin: 14px auto;
    overflow: hidden;
    position: relative;
    background-image: -moz-linear-gradient(90deg, #e5e5e5 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #e5e5e5 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #e5e5e5 0, #fff 100%)
}

.thumb-1 .icon-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -24px;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    height: 0;
    width: 56px
}

.thumb-1 .icon-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -24px;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    height: 0;
    width: 56px
}

.thumb-1 .icon-box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumb-1 p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.thumb-1 .inner:hover > p {
    color: #0b3070
}

.tooltip {
    width: 290px;
    opacity: 0;
    padding: 15px 5% 15px 5%;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .39);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .39);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease
}

.tooltip:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -4px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    z-index: 2;
    border-color: transparent transparent #fff transparent
}

.tooltip:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -6px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent
}

.tooltip p {
    text-transform: none;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #000
}

.thumb-1 .tooltip {
    margin-top: -1px;
    position: absolute;
    top: 100%;
    right: 10000px
}

.sect-3 {
    padding: 110px 0 73px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.sect-3:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    background-image: -moz-linear-gradient(0deg, #0b3070 0, #0fbcaa 100%);
    background-image: -webkit-linear-gradient(0deg, #0b3070 0, #0fbcaa 100%);
    background-image: -ms-linear-gradient(0deg, #0b3070 0, #0fbcaa 100%)
}

.bg_shape {
    position: absolute
}

.bg_shape_1 {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bg_shape_2 {
    bottom: 0;
    left: -276px
}

.bg_shape_3 {
    bottom: 0;
    left: 268px
}

.bg_shape_4 {
    bottom: -231px;
    right: -286px
}

.bg_shape_5 {
    bottom: 55px;
    right: 0;
    transform: rotate(90deg)
}

.bg_shape_6 {
    bottom: -231px;
    right: 280px
}

.sect-3 .row {
    position: relative;
    z-index: 2
}

.article-1 {
    display: table;
    margin: 39px 0;
    width: 100%
}

.article-1 .col-1 {
    display: table-cell;
    vertical-align: top;
    width: 68%;
    padding: 0 5px 37px 5px;
    background: #fff
}

.article-1 .col-2 {
    display: table-cell;
    vertical-align: top;
    width: 32%;
    padding: 30px 2.5% 20px 2.5%;
    background: #0b3070
}

.thumb-2 {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin: 24px 0;
    padding: 0 21px;
    border-right: 1px solid #ebebeb
}

.thumbnails-2 .thumb-2:nth-child(3n) {
    border-right: none
}

.thumb-2 .descript {
    min-height: 116px
}

.thumb-2 .img-box {
    height: 200px;
    overflow: hidden
}

.thumb-2 .img-box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blue-pill i {
    margin-right: 11px;
    position: relative;
    top: -3px
}

.buttons_wrapp_2 {
    padding: 6px 0;
    text-align: center
}

.blue-pill_2 {
    min-width: 360px;
    padding: 13px 10px 12px 10px
}

.blue-pill_2 .doc-2 {
    margin-right: 10px
}

.doc-2 {
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 25px;
    background-image: url(../img/sprite_2.png);
    background-position: 0 -32px;
    background-repeat: no-repeat
}

.blue-pill_2:hover .doc-2 {
    background-position: 0 1px
}

.form-2_wrapp {
    background-color: #0b3070
}

.form-header {
    overflow: hidden;
    position: relative;
    background-image: url(../img/h_shape.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 5px;
    padding-bottom: 43px
}

.form-header:before {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #d27a00;
    position: absolute;
    bottom: 12px;
    left: -15px
}

.form-header:after {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #d27a00;
    position: absolute;
    bottom: 12px;
    right: -15px
}

.form-header h3 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 800;
    color: #fff
}

.form-2_wrapp p {
    padding: 14px 0;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #fff
}

.form-2 .input_wrapp {
    margin: 12px 0
}

.form-2 .input_wrapp i {
    left: 18px
}

.form-2 input {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.form-2 input::placeholder {
    color: #fff
}

.form-2 input:focus {
    border-color: #f99202
}

.form-2 .yellow-pill {
    width: 100%
}

.sect-4 {
    padding: 90px 0 68px 0;
    overflow: hidden
}

.sect-4 .row {
    position: relative;
    z-index: 2
}

.grey-bg {
    background-color: #f6f6f6
}

.bg_shape_7 {
    top: 0;
    left: -284px
}

.bg_shape_8 {
    top: 0;
    right: -219px
}

.h-desc {
    padding: 20px 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #010101
}

.tabs-links {
    text-align: center;
    margin: 23px -5px;
    display: flex;
    display: -webkit-flex
}

.tab-link {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    cursor: pointer;
    margin: 5px 5px;
    padding: 15px 13px;
    background: 0 0;
    border: 1px solid #252525;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: #000;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.tab-link:link, .tab-link:visited {
    border: 1px solid #252525;
    background: 0 0;
    color: #000
}

.tab-link.active, .tab-link:active {
    border: 1px solid #f99202;
    background: #f99202;
    color: #fff
}

.tab-link:hover {
    border: 1px solid #f99202;
    background: #f99202;
    color: #fff
}

.tabs-content {
    position: relative
}

.tabs-content .radio-tab {
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.tabs-content .tab {
    display: none;
    padding: 15px 0
}

.tabs-content .radio-tab:checked + .tab {
    display: block
}

.tabs-content h4 {
    text-align: center
}

.table {
    display: table;
    width: 100%;
    margin: 23px auto;
    min-width: 700px;
    max-width: 1000px;
    border-collapse: collapse;
    background-image: -moz-linear-gradient(0deg, rgba(0, 77, 211, .2) 0, rgba(15, 188, 170, .2) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(0, 77, 211, .2) 0, rgba(15, 188, 170, .2) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(0, 77, 211, .2) 0, rgba(15, 188, 170, .2) 100%)
}

.table-row {
    display: table-row;
    vertical-align: top
}

.cell {
    display: table-cell;
    vertical-align: top;
    width: 21%;
    padding: 14px 18px;
    border: 2px solid #f6f6f6
}

.table-header .cell {
    background: #0b3070
}

.table .cell-1 {
    width: 25%
}

.cell p {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #010101
}

.table-header .cell p {
    font-weight: 700;
    color: #fff
}

.cell-1 p {
    font-weight: 600
}

.tab .yellow-pill {
    margin: 12px 0;
    min-width: 300px
}

.sect-5 {
    padding-top: 93px;
    overflow: hidden
}

.sect-5 .row {
    position: relative;
    z-index: 2
}

.bg_shape_9 {
    top: 0;
    left: -150px;
    opacity: .8
}

.bg_shape_10 {
    bottom: 65px;
    right: -150px;
    opacity: .8
}

.bg_shape_11 {
    bottom: -282px;
    left: -150px;
    opacity: .8;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.thumbnails-3 {
    margin-top: -34px;
    background-image: url(../img/lines.png);
    background-repeat: no-repeat;
    background-position: center 143px;
    background-size: 100%
}

.thumb-3 {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin: 0 0 22px 0;
    padding: 56px 3%;
    text-align: center
}

.thumb-3 .icon-box {
    height: 153px;
    margin: 3px 0
}

.thumb-3 .icon-box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumb-3 p {
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
    font-weight: 600;
    color: #000
}

.sect-6 {
    padding: 107px 0 113px 0;
    overflow: hidden
}

.sect-6 .row {
    position: relative;
    z-index: 2
}

.bg_shape_12 {
    top: 0;
    left: -150px
}

.bg_shape_13 {
    top: 66px;
    left: -287px
}

.bg_shape_14 {
    top: 80px;
    left: 310px
}

.bg_shape_15 {
    top: 33px;
    right: 0
}

.bg_shape_16 {
    top: 336px;
    right: 277px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.bg_shape_17 {
    top: 336px;
    right: -282px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.bg_shape_18 {
    bottom: -281px;
    left: 0
}

.testimonial-sl {
    margin: 22px 0
}

.testimonial-sl .slide {
    padding: 0 15px
}

.testimonial {
    min-height: 460px;
    margin: 20px auto;
    padding: 11px 25px;
    background-color: #fff
}

.testimonial .logo-box {
    height: 95px;
    margin: 10px 0 14px 0;
    overflow: hidden
}

.testimonial .logo-box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
    margin: 0;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.testimonial h3 {
    font-size: 18px;
    line-height: 21px
}

.info {
    margin: 7px 0
}

.info li {
    padding-left: 21px;
    position: relative;
    font-weight: 600
}

.info li i {
    position: absolute;
    top: 3px;
    left: 0
}

.testimonial .descript {
    margin: 13px 0
}

.testimonial .descript p {
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.more_btn {
    min-width: 360px;
    margin: 3px 0
}

.sect-7 {
    padding: 90px 0 33px 0;
    overflow: hidden
}

.bg_shape_19 {
    top: 0;
    left: 0
}

.bg_shape_20 {
    bottom: 0;
    right: 0
}

.bg_shape_21 {
    top: -342px;
    right: -282px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sect-7 .row {
    position: relative;
    z-index: 2
}

.grad-bg {
    position: relative
}

.grad-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(0deg, #0b3070 0, #0fbcaa 100%);
    background-image: -webkit-linear-gradient(0deg, #0b3070 0, #0fbcaa 100%);
    background-image: -ms-linear-gradient(0deg, #0b3070 0, #0fbcaa 100%);
    opacity: .2
}

.grad-bg .row {
    position: relative;
    z-index: 2
}

.h2_2 {
    font-size: 50px;
    line-height: 53px
}

.article-2 {
    margin: 31px 0
}

.article-2 .left {
    width: 33%;
    padding: 20px 1% 20px 0
}

.article-2 .right {
    width: 67%;
    padding: 20px 1.5% 20px 1%
}

.slider-2 {
    max-width: 360px
}

.slider-2 .slide {
    height: 360px;
    overflow: hidden
}

.slider-2 .slide img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-2 .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0
}

.slider-2 .slick-dots li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    margin: 5px 8px
}

.slider-2 .slick-dots li button {
    cursor: pointer;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: 0 0
}

.slider-2 .slick-dots li.slick-active button {
    background: #fff
}

.article-2 .logo {
    margin-bottom: 19px
}

.article-2 p {
    padding: 12px 0;
    font-size: 16px;
    line-height: 25px
}

.article-2 ol {
    margin: 12px 0
}

.article-2 .transparent-pill_2 {
    min-width: 360px;
    margin: 38px 0 10px 0
}

.sect-8 {
    padding: 99px 0 81px 0
}

.clients-sl .slide {
    text-align: center;
    padding: 0 15px
}

.clients-sl {
    margin: 13px 0
}

.clients-sl .slick-arrow {
    margin-top: -50px
}

.clients-sl .slick-prev {
    left: -6%
}

.clients-sl .slick-next {
    right: -6%
}

.thumb-4 {
    display: block;
    height: 140px;
    margin: 10px 0;
    overflow: hidden
}

.thumb-4 img {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.thumb-4:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0)
}

.sect-9 {
    padding: 88px 0 78px 0;
    position: relative;
    background-image: url(../img/bg_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.sect-9 .row {
    position: relative;
    z-index: 2
}

.callback-form_wrapp {
    margin: 14px 0 0 0
}

.callback-form .left {
    width: 50%;
    padding-right: 1.5%
}

.callback-form .right {
    width: 50%;
    padding-left: 1.5%
}

.callback-form_wrapp .input_wrapp input, .callback-form_wrapp .input_wrapp textarea {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.callback-form_wrapp .input_wrapp input:focus, .callback-form_wrapp .input_wrapp textarea:focus {
    border-color: #f99202
}

.callback-form_wrapp .input_wrapp textarea {
    height: 125px
}

.callback-form_wrapp .input_wrapp input::-webkit-input-placeholder {
    color: #fff
}

.callback-form_wrapp .input_wrapp input::-moz-placeholder {
    color: #fff
}

.callback-form_wrapp .input_wrapp input:-moz-placeholder {
    color: #fff
}

.callback-form_wrapp .input_wrapp input:-ms-input-placeholder {
    color: #fff
}

.callback-form_wrapp .input_wrapp textarea::-webkit-input-placeholder {
    color: #fff
}

.callback-form_wrapp .input_wrapp textarea::-moz-placeholder {
    color: #fff
}

.callback-form_wrapp .input_wrapp textarea:-moz-placeholder {
    color: #fff
}

.callback-form_wrapp .input_wrapp textarea:-ms-input-placeholder {
    color: #fff
}

.callback-form_wrapp .yellow-pill {
    min-width: 360px;
    margin: 11px 0
}

.section-1_blog {
    padding: 0 0 67px 0;
    overflow: hidden
}

.section-1_blog .row {
    position: relative;
    z-index: 2
}

.filters_wrapp {
    margin: 43px 0 32px 0;
    padding: 21px 35px 17px 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15)
}

.filters_wrapp h3 {
    padding: 4px 0 3px 0;
    font-size: 24px;
    line-height: 34px
}

.filters_templ {
    margin: 0 -17px
}

.filters_templ .col {
    display: inline-block;
    vertical-align: top;
    padding: 0 17px
}

.filters_templ .col-1 {
    width: 35%
}

.filters_templ .col-2 {
    width: 30%
}

.select_wrapp {
    height: 54px;
    overflow: hidden;
    border: 2px solid #ccc;
    text-align: left
}

.input_wrapp .blue-pill {
    width: 100%;
    min-width: 100%;
    padding: 18px 10px 17px 10px
}

.thumbnails_6 {
    margin: 0 -15px
}

.thumb-6 {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 30px);
    height: 380px;
    margin: 15px 15px
}

.thumb-6:link, .thumb-6:visited {
    z-index: 1
}

.thumb-6.active, .thumb-6:active {
    z-index: 3
}

.thumb-6:hover {
    z-index: 3
}

.thumb-6 .inner {
    display: block;
    padding: 9px 7% 16px 7%;
    position: relative;
    background-color: #fff;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.thumb-6 .inner:link, .thumb-6 .inner:visited {
    box-shadow: none;
    z-index: 1
}

.thumb-6 .inner.active, .thumb-6 .inner:active {
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    z-index: 4
}

.thumb-6 .inner:hover {
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    z-index: 4
}

.thumb-6 .info-box {
    width: 100%;
    max-width: 170px;
    text-align: center;
    background-color: #0fbbaa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.thumb-6 .info-box p {
    padding: 18px 2%;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 700
}

.thumb-6 .img-box {
    height: 173px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15)
}

.thumb-6 .img-box img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    border: none;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumb-6 .description {
    height: 152px;
    overflow: hidden;
    position: relative
}

.thumb-6 .description:after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .25) 0, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .25) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, #fff 100%)
}

.thumb-6 .description h3 {
    min-height: 58px;
    padding: 9px 0;
    font-size: 18px;
    line-height: 20px
}

.thumb-6 .description p {
    padding: 9px 0;
    font-size: 14px;
    line-height: 19px
}

.thumb-6 .button_wrapp {
    overflow: hidden;
    height: 0
}

.thumb-6:link .button_wrapp, .thumb-6:visited .button_wrapp {
    height: 0
}

.thumb-6.active .button_wrapp, .thumb-6:active .button_wrapp {
    height: 70px
}

.thumb-6:hover .button_wrapp {
    height: 70px
}

.thumb-6 .button_wrapp .blue-pill {
    min-width: 100%;
    font-size: 14px;
    margin: 8px 0;
    line-height: 19px
}

.pagination_wrapp {
    padding: 26px 0
}

.pagination {
    text-align: center
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400
}

.pagination li a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 30px;
    padding: 3px 1%;
    background-color: transparent;
    font-size: 15px;
    line-height: 24px;
    color: #000
}

.pagination li a:link, .pagination li a:visited {
    background-color: transparent;
    font-size: 15px;
    line-height: 24px;
    color: #000
}

.pagination li a.active, .pagination li a:active {
    background-color: #0b3070;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff
}

.pagination li a:hover {
    background-color: #0b3070;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff
}

.pagination li a.arrow {
    margin: 0 9px;
    background-color: transparent
}

.arrow:before {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/pagination_arrows_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.left-arrow:before {
    background-position: 1px 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.left-arrow:hover:before {
    background-position: 1px -35px
}

.left2-arrow:before {
    background-position: -47px 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.left2-arrow:hover:before {
    background-position: -47px -35px
}

.right-arrow:before {
    background-position: 1px 0
}

.right-arrow:hover:before {
    background-position: 1px -35px
}

.right2-arrow:before {
    background-position: -47px 0
}

.right2-arrow:hover:before {
    background-position: -47px -35px
}

.bg_shape_22 {
    top: 0;
    left: -200px
}

.bg_shape_23 {
    top: 0;
    right: -205px
}

.bg_shape_24 {
    bottom: 177px;
    left: 0
}

.bg_shape_25 {
    bottom: 60px;
    right: 0
}

.sect-1-reviews {
    padding: 1px 0 65px 0;
    overflow: hidden
}

.sect-1-reviews .row {
    position: relative;
    z-index: 2
}

.two-cols_templ {
    margin: 36px 0
}

.two-cols_templ > .left {
    width: 34%;
    padding: 10px 10px 10px 0
}

.two-cols_templ > .right {
    width: 66%;
    padding: 10px 0 10px 10px
}

.middle-rait {
    padding: 11px 0 19px 0;
    font-size: 46px;
    line-height: 50px;
    color: #000;
    font-weight: 800
}

.middle-rait-desc {
    font-size: 15px;
    line-height: 22px;
    color: grey
}

.review_form_wrapp {
    padding: 30px 4% 40px 4%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15)
}

.rates_wrapp {
    margin: 15px 0
}

.review_form_wrapp h3 {
    padding-bottom: 14px;
    font-size: 24px;
    line-height: 30px
}

.rates_wrapp_2 p {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 5px 0;
    font-size: 15px;
    line-height: 22px;
    color: grey
}

.rates_wrapp_2 #review_rat {
    display: inline-block;
    vertical-align: middle;
    margin: 5px
}

.c-rating__item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 23px;
    height: 23px;
    margin: 2px;
    background-image: url(../img/stars.png);
    background-repeat: no-repeat;
    background-position: -25px 0
}

.c-rating__item.is-active {
    background-position: -1px 0
}

.review_form {
    margin: 0
}

.review_form > .left {
    width: 44%;
    padding: 0 8px 0 0
}

.review_form > .right {
    width: 56%;
    padding: 0 0 0 8px
}

.review_form textarea {
    height: 125px
}

.submit_wrapp {
    text-align: center
}

.submit_wrapp button {
    max-width: 290px
}

.add-rating {
    margin: 7px 4% 7px 0
}

.rat .add-rating {
    display: inline-block;
    vertical-align: middle
}

.rat_line {
    display: inline-block;
    vertical-align: middle;
    width: 112px;
    height: 14px;
    margin: 7px 0;
    overflow: hidden;
    border: 1px solid #ccc
}

.rat-val {
    display: inline-block;
    vertical-align: top;
    background: #dfdfdf;
    height: 14px
}

.rat-percent {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 1%;
    padding: 5px 0;
    font-size: 15px;
    line-height: 23px;
    color: #dfdfdf
}

.rat-percent p {
    font-size: 15px;
    line-height: 23px;
    color: #dfdfdf
}

.testimonial-thumbs_wrapp {
    padding: 45px 0 0 0
}

.testimonials {
    margin: 28px -1% 6px -1%
}

.testimonials .testimonial {
    display: inline-block;
    vertical-align: top;
    width: 31.33%;
    min-height: 433px;
    margin: 15px 1%;
    border-width: 3px;
    border-color: #f6f6f6;
    border-style: solid
}

.rate_2 {
    margin: 10px 0 0 0
}

.rate_2 .c-rating__item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 17px;
    height: 17px;
    margin: 0;
    background-image: url(../img/stars_2.png);
    background-repeat: no-repeat;
    background-position: -17px 0
}

.rate_2 .c-rating__item.is-active {
    background-position: 0 0
}

.testimonials .testimonial .descript {
    margin: 10px 0 13px 0
}

.bg_shape_26 {
    top: 0;
    left: -173px
}

.bg_shape_27 {
    top: 164px;
    right: -173px
}

.bg_shape_28 {
    top: 859px;
    left: 0
}

.bg_shape_29 {
    top: 970px;
    right: 0
}

.bg_shape_30 {
    bottom: 190px;
    left: 0
}

.bg_shape_31 {
    bottom: 0;
    right: 0
}

.sect_1_pr {
    padding-bottom: 1px;
    background-image: url(../img/printers_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.grey_bg {
    background-color: #edf0f4
}

.promo_artilcle_2 {
    padding: 11px 0 29px 0;
    position: relative
}

.promo_2_img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90%;
    position: absolute;
    bottom: -1px;
    left: -49px
}

.promo_artilcle_2_desc {
    max-width: 750px
}

.promo_artilcle_2_desc h2 {
    text-transform: none;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #000
}

.promo_artilcle_2_desc p {
    padding: 11px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000
}

.promo_form {
    margin: 22px 0;
    padding: 11px 35px 25px 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15)
}

.promo_form h3 {
    padding: 13px 0;
    text-transform: none;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000
}

.promo_form_row {
    display: flex;
    display: -webkit-flex
}

.promo_form_row .col {
    width: 50%
}

.promo_form_row .col:nth-child(1) {
    padding-right: 15px
}

.promo_form_row .col:nth-child(2) {
    padding-left: 15px
}

.promo_form_row .col:nth-child(2) p {
    text-align: center
}

.promo_form_row .input_wrapp {
    margin: 7px 0
}

.promo_form p {
    padding: 16px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000 !important
}

.promo_form textarea {
    height: 95px
}

.breadcrumbs_wrapp_2 {
    padding-bottom: 26px
}

.sect_2_pr {
    padding: 10px 0 30px 0
}

.h2_wrapp {
    text-align: center;
    padding: 27px 0
}

.h2_wrapp h2 {
    text-transform: none;
    font-weight: 600;
    line-height: 49px
}

.article_2 {
    margin-bottom: 47px
}

.article_2 h4 {
    padding: 13px 0;
    font-size: 18px;
    line-height: 30px
}

.article_2 p {
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px
}

.alarm_box {
    display: table;
    width: 100%;
    margin: 10px 0;
    font-weight: 600
}

.alarm_box .col:nth-child(1) {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    padding-right: 10px
}

.alarm_box .col:nth-child(2) {
    display: table-cell;
    vertical-align: top;
    width: auto
}

.alarm_box .col:nth-child(1) img {
    margin-top: 7px
}

.alarm_box p {
    padding: 0;
    line-height: 31px;
    font-weight: 600
}

.blue {
    color: #0fbbaa
}

.article_3 p {
    padding: 10px 0 15px 0;
    font-size: 18px;
    line-height: 27px
}

.article_3 p a {
    font-size: 18px;
    line-height: 29px
}

p.bold {
    font-weight: 600
}

.list_2 {
    padding: 7px 0
}

.list_2 li {
    padding: 3px 0 3px 20px;
    background-image: url(../img/list_mark.png);
    background-repeat: no-repeat;
    background-position: left 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px
}

.list_2 li:before {
    display: none
}

.blue_link {
    text-decoration: underline;
    color: #0fbbaa
}

.blue_link:hover {
    text-decoration: none
}

.left_image {
    float: left;
    margin: 17px 30px 17px 0
}

.right_image {
    float: right;
    margin: 17px 0 17px 30px
}

.interesting_box {
    background-color: #edf0f4;
    margin: 94px 0 20px 0;
    padding: 40px 4% 20px 4%
}

.interesting_box h3 {
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #0fbbaa
}

.two_links_row {
    display: flex;
    display: -webkit-flex;
    margin: 17px 0
}

.two_links_row .col:nth-child(1) {
    width: 50%;
    padding-right: 30px
}

.two_links_row .col:nth-child(2) {
    width: 50%;
    padding-left: 30px
}

.blue_link_2 {
    display: inline;
    border-bottom: 1px solid #0b3070;
    font-size: 22px;
    line-height: 27px;
    color: #0b3070;
    font-weight: 600;
    transition: none
}

.blue_link_2:link, .blue_link_2:visited {
    border-bottom: 1px solid #0b3070
}

.blue_link_2:active {
    border-bottom: 1px solid transparent
}

.blue_link_2:hover {
    border-bottom: 1px solid transparent
}

.sect_3_pr {
    padding: 9px 0 65px 0
}

.grey_gradient_bg {
    background: #edf0f4;
    background: -moz-linear-gradient(top, #edf0f4 0, #fff 630px, #fff 100%);
    background: -webkit-linear-gradient(top, #edf0f4 0, #fff 630px, #fff 100%);
    background: linear-gradient(to bottom, #edf0f4 0, #fff 630px, #fff 100%)
}

.thumbnails_7 {
    margin-top: 25px;
    margin-bottom: 10px
}

.thumb_7 {
    display: inline-table;
    vertical-align: top;
    width: calc(50% - 20px);
    margin-top: 6px;
    margin-bottom: 6px
}

.thumb_7:nth-child(odd) {
    margin-right: 20px
}

.thumb_7:nth-child(even) {
    margin-left: 20px
}

.thumb_7 .col:nth-child(1) {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    padding: 19px 10px 10px 0
}

.thumb_7 .col:nth-child(2) {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 10px 0 10px 10px
}

.thumb_7 h3 {
    padding-bottom: 15px;
    text-transform: none;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600
}

.thumb_7 p {
    font-size: 18px;
    line-height: 28px
}

.two-cols_2 {
    margin-bottom: 25px
}

.two-cols_2 .left {
    width: 51%;
    padding: 10px 10px 10px 0
}

.two-cols_2 .right {
    width: 49%;
    padding: 10px 0 10px 10px
}

.two-cols_2 p {
    font-size: 18px;
    line-height: 25px
}

.two-cols_2 p a {
    font-size: 18px;
    line-height: 25px
}

.blue_pill_wrapp {
    text-align: center
}

.blue_pill_wrapp .blue-pill {
    min-width: 320px
}

.two-cols_2 p {
    padding: 10px 0 20px 0
}

.prices_table {
    display: table;
    width: 100%;
    max-width: 503px
}

.prices_table p {
    padding: 9px 0;
    font-size: 22px;
    line-height: 28px
}

.prices_table .table_row {
    display: table-row;
    vertical-align: top
}

.prices_table .table_cell:nth-child(odd) {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 130px);
    position: relative;
    padding-left: 50px
}

.prices_table .table_cell:nth-child(even) {
    display: table-cell;
    vertical-align: top;
    width: 130px;
    padding-left: 10px
}

.prices_table .table_cell:nth-child(1):before {
    display: block;
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0fbbaa;
    background-image: url(../img/tools.png);
    background-repeat: no-repeat;
    background-position: center
}

.blue_price {
    white-space: nowrap;
    color: #0fbbaa;
    font-weight: 700
}

.ruble {
    position: relative;
    color: #0fbbaa
}

.ruble:before {
    display: block;
    content: "";
    width: 6px;
    height: 2px;
    background-color: #0fbbaa;
    position: absolute;
    top: 16px;
    left: 0
}

.ruble:after {
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #0fbbaa;
    position: absolute;
    top: 20px;
    left: 0
}

.tags_box {
    margin: 107px 0 68px 0;
    padding: 9px 4% 41px 4%;
    background-color: #edf0f4
}

.tags_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.tags_list li {
    width: 25%;
    background-image: url(../img/right_arrow_blue.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
    padding: 6px 10px 6px 20px;
    font-size: 18px;
    line-height: 22px
}

.tags_list li a {
    text-decoration: underline;
    font-size: 18px;
    line-height: 22px
}

.tags_list li a:hover {
    text-decoration: none
}

.thumbnails_8 {
    margin: 0 -15px 60px -15px
}

.thumb_8 {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    margin: 15px 15px;
    padding-top: 36px;
    text-align: center;
    border: 2px solid #e3e6ea
}

.thumb_8 .icon_box {
    width: 65px;
    height: 65px;
    position: relative;
    margin: 2px auto;
    border: 2px solid #0fbbaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.thumb_8 .icon_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.thumb_8 .descript {
    min-height: 99px;
    padding: 10px 10px
}

.thumb_8 .descript h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600
}

.thumb_8 .blue_light_pill {
    margin: -2px
}

.blue_light_pill {
    display: block;
    padding: 15px 10px;
    background-color: #0fbbaa;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.blue_light_pill:link, .blue_light_pill:visited {
    background-color: #0fbbaa
}

.blue_light_pill:active {
    background-color: #12d3c0
}

.blue_light_pill:hover {
    background-color: #12d3c0
}

.thumb_8:hover .blue_light_pill {
    background-color: #12d3c0
}

.thumb_8:hover {
    border-color: #18cbb8;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 251, 201, .3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 251, 201, .3);
    box-shadow: 0 0 5px 0 rgba(0, 251, 201, .3)
}

.gradient_box {
    background-image: url(../img/bg_4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0 5px 0;
    padding: 20px 3.5% 43px 3.5%
}

.box_header {
    max-width: 650px;
    margin: 18px auto;
    text-align: center
}

.box_header h3 {
    padding: 5px 0;
    text-transform: none;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-weight: 600
}

.box_header p {
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.white_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 18px -18px
}

.white_list li {
    width: calc(50% - 36px);
    margin: 5px 18px;
    padding-left: 35px;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    background-image: url(../img/white_checked.png);
    background-position: 0 6px;
    background-repeat: no-repeat
}

.white_list li:nth-child(odd) {
    padding-right: 20px
}

.button_wrapp {
    padding: 8px 0;
    text-align: center
}

.button_wrapp .blue-pill {
    min-width: 325px
}

.button_wrapp .blue-pill:hover {
    -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, .6);
    box-shadow: 0 2px 6px 0 rgba(255, 255, 255, .6)
}

.sect_3_2 {
    padding: 10px 0 20px 0
}

.chart_sect .left {
    width: 380px;
    padding: 10px 2% 10px 0
}

.chart_sect .right {
    width: calc(100% - 380px);
    padding: 10px 0 10px 2%
}

.chart {
    display: block;
    width: auto;
    max-width: 98%;
    max-height: 98%
}

.chart_list {
    margin: 25px 0
}

.chart_list li {
    padding: 8px 0 8px 26px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600
}

.chart_sq {
    display: block;
    width: 15px;
    height: 15px
}

.chart_list li .chart_sq {
    position: absolute;
    top: 12px;
    left: 0
}

.marine {
    background-color: #0fbaaa
}

.red {
    background-color: #e71717
}

.blue_sq {
    background-color: #0b3070
}

.green {
    background-color: #17e210
}

.bg_blue {
    background-color: #00adee
}

.pink {
    background-color: #f5a4c7
}

.yellow {
    background-color: #fff339
}

.chart_article {
    padding: 14px 0
}

.chart_article h3 {
    padding: 16px 0;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000
}

.chart_article p {
    font-size: 18px;
    line-height: 30px;
    color: #000
}

.sect_4_pr {
    padding-top: 10px
}

.articles_4_wrapp {
    margin: 12px 0 69px 0;
    padding: 1px 3.5%;
    border-width: 2px;
    border-color: #edf0f4;
    border-style: solid;
    background-color: #fff
}

.article_4 {
    padding: 23px 0;
    border-bottom: 1px solid #e1e1e1
}

.article_4 .col_1 {
    width: 65%;
    float: left;
    padding-right: 10px
}

.article_4 .col_2 {
    width: 35%;
    float: right;
    padding-left: 10px
}

.article_4 .col_2 img {
    display: block;
    width: auto;
    height: auto;
    max-width: 96%;
    margin: 0 10px
}

.article_4_title {
    display: table;
    width: 100%
}

.article_4_title .icon_box {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    padding-right: 5px
}

.article_4_title .title_box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 5px
}

.title_box h3 {
    text-transform: none;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600
}

.article_4 p {
    padding: 10px 0;
    font-size: 18px;
    line-height: 27px
}

.more_link {
    display: inline-block;
    margin: 10px 0;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    line-height: 20px;
    color: #0b3070;
    position: relative
}

.more_link:after {
    display: inline-block;
    vertical-align: top;
    content: "\203A";
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: -2px;
    right: -11px
}

.more_link:hover {
    border-bottom: 1px solid #0b3070
}

.article_4:nth-child(even) .col_1 {
    float: right
}

.article_4:nth-child(even) .col_2 {
    float: left
}

.article_4:last-child {
    border-bottom: none
}

.aticlesitems_wrapp {
    margin-bottom: 86px
}

.article_item {
    display: table;
    margin: 34px 0
}

.article_item .col {
    display: table-cell;
    vertical-align: middle
}

.article_item .col:nth-child(1) {
    width: 90px
}

.article_item .col:nth-child(2) {
    width: auto
}

.num {
    width: 70px;
    height: 70px;
    border: 2px solid #4aa881;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.num p {
    text-align: center !important;
    font-size: 26px !important;
    line-height: 67px !important;
    color: #4aa881 !important;
    font-weight: 600 !important
}

.article_item p {
    font-size: 18px;
    line-height: 30px
}

.slide_box {
    margin-top: 104px
}

.slide_link_wrapp {
    text-align: center;
    padding: 0 25px
}

.slide_link {
    display: inline-block;
    position: relative;
    font-size: 25px;
    line-height: 27px;
    color: #0b3070;
    font-weight: 400
}

.slide_link span {
    border-bottom: 1px solid #0b3070
}

.slide_link:link span, .slide_link:visited span {
    border-bottom: 1px solid #0b3070
}

.slide_link:active span {
    border-bottom: 1px solid transparent
}

.slide_link:hover span {
    border-bottom: 1px solid transparent
}

.slide_content {
    display: none;
    padding-top: 30px
}

.slide_link:after {
    display: block;
    content: "";
    width: 20px;
    height: 11px;
    position: absolute;
    top: 11px;
    right: -6%;
    background-image: url(../img/blue_down_arrow_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.slide_link.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.border_top {
    border-top: 2px solid #e1e1e1;
    position: relative
}

.sect_5_pr {
    padding: 38px 0 100px 0
}

.border_top:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 22px 0 22px;
    border-color: #e1e1e1 transparent transparent transparent;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -22px
}

.border_top:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 22px 0 22px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -22px;
    z-index: 2
}

.advantages_thumbs {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -15px
}

.adv_thumb {
    display: inline-table;
    vertical-align: top;
    margin: 18px 15px;
    width: calc(33.33% - 30px)
}

.adv_thumb .col {
    display: table-cell;
    vertical-align: top
}

.adv_thumb .col:nth-child(1) {
    width: 60px;
    padding-top: 8px;
    padding-right: 5px
}

.adv_thumb .col:nth-child(2) {
    width: auto;
    padding-left: 5px
}

.adv_thumb h3 {
    padding-bottom: 10px;
    text-transform: none;
    line-height: 31px;
    font-weight: 600
}

.adv_thumb p {
    font-size: 18px;
    line-height: 26px
}

.blue_bg {
    background-color: #cff1ee
}

.sect_6_pr {
    padding: 38px 0 50px 0
}

.contacts_wrapp {
    max-width: 750px;
    text-align: center;
    margin: 0 auto
}

.contacts_wrapp h3 {
    text-transform: none;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600
}

.tels_list {
    margin: 10px 0
}

.tels_list li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 35px
}

.tels_list li a {
    border-bottom: 1px solid transparent;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600
}

.tels_list li a:hover {
    border-bottom: 1px solid #3d3d3d
}

.tels_list li i {
    margin-right: 15px;
    position: relative;
    top: 2px
}

.time_p {
    font-size: 18px;
    line-height: 26px
}

.sb {
    font-weight: 600
}

.blue_p {
    font-size: 18px;
    line-height: 26px;
    color: #0b3070
}

.blue_p_2 {
    padding: 26px 0
}

.submit_wrapp_2 .blue-pill {
    min-width: 320px
}

.sect_7_pr {
    padding: 35px 0;
    position: relative
}

.sect_7_pr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 20px 0 20px;
    border-color: #cff1ee transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px
}

.three_cols {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin: 1px 0 31px 0
}

.three_cols .col {
    padding: 0 15px;
    position: relative
}

.three_cols .col:before {
    content: "";
    width: 3px;
    height: calc(100% - 12px);
    background-color: #0b3070;
    position: absolute;
    top: 6px;
    left: 0
}

.three_cols .col:nth-child(1) {
    width: 180px;
    padding-left: 0
}

.three_cols .col:nth-child(1):before {
    display: none
}

.three_cols .col:nth-child(2) {
    width: calc(50% - 90px)
}

.three_cols .col:nth-child(3) {
    width: calc(50% - 90px)
}

.three_cols .col:last-child {
    padding-right: 0
}

.three_cols .col:nth-child(1) img {
    margin: 10px 0
}

.three_cols h3 {
    padding-bottom: 18px;
    text-transform: none;
    font-weight: 600
}

.three_cols p {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px
}

.line_marks {
    padding-top: 5px;
    padding-bottom: 23px
}

.line_marks li {
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    line-height: 28px
}

.line_marks li:before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 15px;
    left: 0
}

.descript_p p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700
}

.descript_p p a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700
}

.blue_pill_wrapp_2 {
    padding: 39px 0 15px 0
}

.sect_8_pr {
    padding: 73px 0 104px 0
}

.p_main {
    padding: 10px 1px;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600
}

.steps_thumbs {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -15px 5px -15px
}

.step_thumb {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 20px 15px;
    text-align: left;
    position: relative
}

.step_thumb:before {
    display: block;
    content: "";
    width: 50px;
    height: 20px;
    background-image: url(../img/right_arrow_grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 40px;
    right: 24%
}

.step_thumb:last-child:before {
    display: none
}

.step_thumb .thumb_num {
    position: relative
}

.step_thumb .num_2 {
    padding: 0;
    position: absolute;
    top: -37px;
    left: -4px;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    color: #eef1f4
}

.step_thumb .icon_box {
    width: 65px;
    height: 65px;
    margin: 12px 0 12px 30px;
    position: relative;
    border: 2px solid #0fbbaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.step_thumb .icon_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 96%;
    max-height: 96%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.step_thumb h3 {
    padding: 10px 0;
    text-transform: none;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 600
}

.step_thumb p {
    padding: 10px 0
}

.steps_wrapp {
    text-align: center
}

.steps_wrapp p {
    font-size: 18px;
    line-height: 28px
}

.blue_bg_2 {
    background-color: #edf0f4
}

.sect_9_pr {
    padding: 73px 0 100px 0;
    background-image: url(../img/bg_6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.slidedown_items {
    margin: 11px 0
}

.slidedown_wrapp {
    width: calc(100% - 50px);
    margin: 10px 0 10px 50px;
    padding: 0 20px;
    background-color: #fff;
    position: relative
}

.slidedown_wrapp:before {
    content: "";
    width: 50px;
    height: 53px;
    background-color: #b7eae5;
    background-image: url(../img/questions_sprite.png);
    background-repeat: no-repeat;
    background-position: 16px 14px;
    position: absolute;
    top: 0;
    left: -50px
}

.slidedown_title {
    min-height: 53px;
    padding: 13px 30px 14px 0;
    cursor: pointer;
    position: relative
}

.slidedown_title:before {
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(../img/arrows_sprite_2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 23px;
    right: 0
}

.slidedown_wrapp.active:before {
    background-position: 16px -32px;
    background-color: #0fbbaa
}

.slidedown_wrapp.active .slidedown_title:before {
    background-position: 0 -32px
}

.slidedown_title h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    opacity: .7
}

.slidedown_wrapp.active .slidedown_title h4 {
    opacity: 1
}

.slidedown_content {
    display: none;
    padding: 1px 0 23px 0;
    border-top: 1px solid #d7d7d7
}

.slidedown_content p {
    padding: 13px 0;
    font-size: 18px;
    line-height: 28px
}

.buttons_wrapp_4 {
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.buttons_wrapp_4 .inline {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px
}

.btn_light {
    display: inline-block;
    vertical-align: top;
    min-width: 94px;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    border: 1px solid transparent;
    background-color: #b7eae5;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.btn_light:link, .btn_light:visited {
    background-color: #b7eae5;
    color: #000
}

.btn_light:active {
    background-color: #0fbbaa;
    color: #fff
}

.btn_light:hover {
    background-color: #0fbbaa;
    color: #fff
}

.marks_thumbs {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 20px -10px
}

.mark_thumb {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    cursor: pointer;
    padding: 23px 20px
}

.mark_thumb .img_box {
    height: 70px;
    margin-bottom: 10px
}

.mark_thumb .img_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%
}

.mark_title {
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline
}

.mark_thumb:hover .mark_title {
    text-decoration: none;
    color: #0fbbaa
}

.sect_11_pr {
    padding: 107px 0 61px 0
}

.testimonials_2 {
    margin: 0 -1% 25px -1%
}

.testimonials .testimonial_2 {
    padding-top: 26px;
    min-height: 365px
}

.rate_2_2 {
    margin: 13px -2px 16px -2px
}

.rate_2_2 .c-rating__item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 17px;
    height: 17px;
    margin: 0 2px;
    opacity: .5;
    background-image: url(../img/blue_star.png);
    background-repeat: no-repeat;
    background-position: center
}

.rate_2_2 .c-rating__item.is-active {
    background-position: center;
    opacity: 1
}

.testimonial_2 h3 {
    text-transform: none;
    font-weight: 600
}

.testimonial_2 .descript {
    min-height: 196px
}

.testimonial_2 .descript p {
    font-size: 18px;
    line-height: 27px
}

.testimonial_footer {
    display: flex;
    border-top: 1px solid #b4e8e3
}

.testimonial_footer .col {
    padding-top: 15px;
    padding-bottom: 15px
}

.testimonial_footer .col:nth-child(1) {
    width: 45%;
    padding-right: 5px
}

.testimonial_footer .col:nth-child(2) {
    width: 55%;
    padding-left: 5px
}

.icon_p {
    font-weight: 600
}

.icon_p i {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.sect_12_pr {
    padding: 14px 0 31px 0
}

.bg_5 {
    background-image: url(../img/bg_5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.h2_wrapp.white h2 {
    color: #fff;
    line-height: 42px;
    font-weight: 600
}

.callback_form_2 {
    margin: 12px auto 0 auto;
    max-width: 750px
}

.two_cols_3 {
    display: flex;
    display: -webkit-flex;
    margin: 0 -15px
}

.two_cols_3 .col {
    width: 50%;
    padding: 0 15px
}

.input_wrapp_3 {
    background-color: #0fbbaa;
    margin: 10px 0
}

.input_wrapp_3 input {
    padding: 0 20px;
    background-color: #0fbbaa;
    color: #fff;
    border-color: #fff
}

.input_wrapp_3 input::placeholder {
    color: #fff
}

.input_wrapp_3 ::-ms-input-placeholder {
    color: #fff
}

.callback_form_2 .submit_form {
    padding: 19px 0;
    text-align: center
}

.callback_form_2 .submit_form .blue-pill {
    min-width: 320px;
    cursor: pointer
}

.sect_6_2_pr {
    padding: 39px 0 50px 0
}

.repair_print_bg {
    background-image: url(../img/repair_print_serv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.promo_artilcle_2_desc.white > * {
    color: #fff
}

.sect_2_repair_print {
    padding: 10px 0
}

.vertical_grey_gradient {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fff 67%, #edf0f4 100%);
    background: -webkit-linear-gradient(top, #fff 0, #fff 67%, #edf0f4 100%);
    background: linear-gradient(to bottom, #fff 0, #fff 67%, #edf0f4 100%)
}

.h2_wrapp_3 h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600
}

.thumbnails_9_wrapp h3 {
    text-align: center;
    text-transform: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.thumbnails_9 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 24px 0
}

.thumb_9 {
    width: 50%;
    padding: 22px 25px 22px 55px;
    position: relative
}

.thumb_9:before {
    display: block;
    content: "";
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #3fc9bb;
    background-image: url(../img/arrow_right_transparent.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    left: 0
}

.thumb_9 h4 {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 32px
}

.thumb_9 ul li {
    font-size: 18px;
    line-height: 32px
}

.blue_b {
    color: #0fbbaa;
    font-weight: 600
}

.article_3_wrapp {
    padding: 52px 0 0 0
}

.thumbnails_9_sect {
    padding: 66px 0 55px 0
}

.sect_3_repair_print {
    padding-top: 59px;
    padding-bottom: 68px;
    overflow: hidden
}

.border_bottom_2 {
    border-bottom: 2px solid #eef1f4
}

.intresting_box {
    display: table;
    width: 100%;
    margin-top: 64px;
    margin-bottom: 50px
}

.intresting_box .col:nth-child(1) {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    padding-top: 5px
}

.intresting_box .col:nth-child(2) {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 25px;
    width: auto;
    position: relative
}

.intresting_box .col:nth-child(2):before {
    content: "";
    width: 3px;
    height: calc(100% - 12px);
    background-color: #ffaa29;
    position: absolute;
    top: 6px;
    left: 0
}

.intresting_box h3 {
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.intresting_box p {
    font-size: 18px;
    line-height: 28px
}

.intresting_box .sliding_box {
    display: none !important;
    overflow: hidden
}

.intresting_box.active .placeholder_box {
    display: none
}

.intresting_box.active .sliding_box {
    display: block !important
}

.more_blue_link {
    display: inline-flex;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;
    color: #0b3070
}

.more_blue_link:after {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    content: "";
    width: 9px;
    height: 6px;
    margin-left: 10px;
    position: relative;
    top: 9px;
    background: url(../img/blue_down_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.more_blue_link .hide {
    display: none
}

.intresting_box .more_blue_link {
    position: absolute;
    bottom: -37px;
    right: 0
}

.intresting_box.active .more_blue_link:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.intresting_box.active .more_blue_link .show {
    display: none
}

.intresting_box.active .more_blue_link .hide {
    display: block
}

.thumbnails_10_wrapp {
    margin: 100px 0 20px 0
}

.thumbnails_10 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -25px
}

.thumb_10 {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 15px 25px
}

.thumb_10 .img_box {
    height: 112px
}

.thumb_10 .img_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.thumb_10 h3 {
    padding-bottom: 13px;
    text-transform: none;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600
}

.thumb_10 p {
    font-size: 18px;
    line-height: 28px
}

.sect_4_repair_print {
    padding: 68px 0 52px 0
}

.price_table_wrapp {
    border: 2px solid #eef1f4;
    margin: 14px 0 20px 0;
    padding: 0 30px
}

.price_table .table_row {
    position: relative;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #eef1f4
}

.price_table .table_row:nth-child(1) {
    background: #eef1f4;
    position: relative;
    border-bottom: none
}

.price_table .table_row:nth-child(1):before {
    content: "";
    width: calc(100% + 64px);
    height: calc(100% + 4px);
    background: #eef1f4;
    position: absolute;
    top: -2px;
    left: -32px
}

.price_table .table_row:last-child {
    border-bottom: none
}

.price_table .table_row .table_cell {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 11px 10px 13px 10px
}

.price_table .table_row .table_cell:nth-child(1) {
    padding-left: 0;
    width: 29%
}

.price_table .table_row .table_cell:nth-child(2) {
    width: 24%
}

.price_table .table_row .table_cell:nth-child(3) {
    width: 23%
}

.price_table .table_row .table_cell:nth-child(4) {
    width: 24%
}

.price_table .table_row .table_cell:last-child {
    padding-right: 0
}

.price_table h3 {
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600
}

.title_link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none
}

.title_link:hover {
    text-decoration: underline
}

.price_table p {
    font-size: 16px;
    line-height: 22px
}

.tags_2_wrapp {
    margin: 74px 0 40px 0
}

.list_3 {
    float: left;
    width: 25%;
    margin: 10px 0
}

.list_3 li {
    padding-left: 20px;
    background-image: url(../img/list_mark.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px
}

.list_3 li a {
    font-size: 18px;
    line-height: 29px
}

.list_3 li a:hover {
    text-decoration: underline
}

.thumbnails_11_wrapp .h2_wrapp {
    padding-top: 23px;
    padding-bottom: 5px
}

.thumbnails_11_wrapp .h2_wrapp p {
    padding: 17px 0;
    font-size: 18px;
    line-height: 32px;
    color: #000
}

.thumbnails_11 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.thumb_11 {
    width: 20%;
    padding: 5px 15px
}

.thumb_11 .icon_box {
    width: 70px;
    height: 70px;
    margin: 31px auto;
    background-color: #06b09f;
    position: relative
}

.thumb_11 .icon_box img {
    display: block;
    width: all;
    height: all;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.thumb_11 p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400
}

.list_4 {
    display: block
}

.list_4 li {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    padding-left: 21px
}

.list_4 li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0fbbaa;
    position: absolute;
    top: 13px;
    left: 0
}

.sect_3_pl_page {
    padding: 20px 0 20px 0
}

.article_3_2 {
    margin: 30px 0 0 0
}

.article_3_2 p {
    padding: 15px 0 14px 0
}

.article_3_2 .right_image {
    margin-right: 8%;
    margin-left: 10%
}

.alarm_box_2 {
    margin-top: 0
}

.alarm_box_2 p {
    font-size: 18px;
    line-height: 32px
}

.alarm_box_2 .col:nth-child(1) {
    width: 65px
}

.sect_4_pl_p {
    padding: 33px 0 10px 0
}

.h2_wrapp_4 h2 {
    font-size: 30px;
    line-height: 32px
}

.thumbnails_12 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 10px -15px 41px -15px
}

.thumb_12 {
    width: 25%;
    padding: 0 15px;
    text-align: center
}

.thumb_12 .img_box {
    height: 200px;
    margin: 30px 0;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2)
}

.thumb_12 .img_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.thumb_12 p {
    display: inline;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.thumb_12 p:link, .thumb_12 p:visited {
    border-bottom: 1px solid #000
}

.thumb_12 p:active {
    border-bottom: 1px solid transparent
}

.thumb_12:hover p {
    border-bottom: 1px solid transparent
}

.two-cols_2_2 {
    margin: 0
}

.two-cols_2_2 .left {
    width: 50%
}

.two-cols_2_2 .right {
    width: 50%
}

.prices_table_2 {
    display: block;
    max-width: 530px
}

.prices_table_2 .table_row {
    display: flex;
    background-color: #edf0f4;
    margin: 20px 0;
    padding: 5px 0 10px 20px
}

.prices_table_2 .table_cell:nth-child(odd) {
    display: block
}

.prices_table_2 .table_cell:nth-child(even) {
    display: block
}

.prices_table_2 .table_cell:nth-child(1):before {
    background-color: #0b3070
}

.callback_box {
    background-image: url(../img/bg_7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 24px 0 10px 0;
    padding: 53px 10px 34px 10px;
    text-align: center
}

.callback_box h3 {
    text-transform: none;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
    color: #fff
}

.callback_box .blue-pill {
    margin: 21px 0
}

.sect_6_pl_p {
    padding-bottom: 33px
}

.thumbnails_13 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 10px -15px
}

.thumb_13 {
    width: calc(25% - 30px);
    margin: 15px;
    padding: 29px 10px 24px 10px;
    border: 1px solid #0fbbaa;
    text-align: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.thumb_13:hover {
    background-color: #0fbbaa;
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(177, 177, 177, .2);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(177, 177, 177, .2);
    box-shadow: 0 10px 25.5px 4.5px rgba(177, 177, 177, .2)
}

.thumb_13 .icon_box {
    width: 65px;
    height: 65px;
    margin: 12px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0fbbaa;
    position: relative;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center
}

.thumb_13:hover .icon_box {
    background: #fff
}

.thumb_13 .icon_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.thumb_13:hover .icon_box img.white_img {
    display: none
}

.thumb_13 .icon_box img.hover_img {
    display: none
}

.thumb_13:hover .icon_box img.hover_img {
    display: block
}

.thumb_13 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.thumb_13:hover p {
    color: #fff
}

.p_0 {
    padding: 0
}

.article_5 {
    background-color: #edf0f4;
    position: relative;
    margin-top: 59px;
    padding: 35px 0 54px 0
}

.article_5 .description {
    max-width: 640px;
    position: relative;
    z-index: 2
}

.article_5_title {
    padding-bottom: 42px
}

.article_5_title h3 {
    padding-bottom: 18px;
    text-transform: none;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #000
}

.article_5_title p {
    font-size: 18px;
    line-height: 28px;
    color: #000
}

.article_5 ul {
    margin-bottom: 45px
}

.article_5 ul li {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-weight: 600
}

.article_5 ul li:before {
    display: block;
    content: "";
    width: 22px;
    height: 18px;
    background-image: url(../img/checked_mark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 0
}

.blue-pill_3 {
    min-width: 325px
}

.article_5_image {
    position: absolute;
    bottom: 0;
    right: -173px
}

.sect_7_2_pl_p {
    padding: 41px 0 57px 0
}

.chart_sect_2 {
    max-width: 850px;
    margin: 22px auto 66px auto
}

.chart_sect_2 .left {
    width: 420px
}

.chart_sect_2 .right {
    width: calc(100% - 420px)
}

.chart_articles_wrapp {
    margin-bottom: 59px
}

.chart_articles_wrapp .chart_article {
    padding: 5px 0
}

.chart_article .inner_wrapp {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.chart_article .inner_wrapp .col:nth-child(1) {
    width: 260px;
    padding-right: 20px
}

.chart_article .inner_wrapp .col:nth-child(2) {
    width: auto;
    padding-left: 25px
}

.chart_article:nth-child(even) .inner_wrapp .col:nth-child(1) {
    width: 260px;
    padding-right: 0;
    padding-left: 20px;
    order: 2
}

.chart_article:nth-child(even) .inner_wrapp .col:nth-child(2) {
    width: auto;
    padding-left: 0;
    padding-right: 25px;
    order: 1
}

.sect_9_pl .h2_wrapp_4 {
    padding-bottom: 23px
}

.aticlesitems_wrapp_2 {
    margin: 26px 0 80px
}

.article_item_2 .col:nth-child(1) {
    width: 95px
}

.article_item_2 p {
    line-height: 28px
}

.num_3 {
    width: 60px;
    height: 60px;
    background-color: #57cfc3
}

.num_3 p {
    text-align: center;
    font-size: 24px !important;
    line-height: 58px !important;
    font-weight: 600;
    color: #fff
}

.slide_box_2 {
    margin-top: 92px
}

.sect_9_2_pl_p {
    padding: 30px 0 1px 0
}

.time_box {
    display: flex;
    display: -webkit-flex;
    margin: 40px 0 20px 0
}

.time_box .col:nth-child(1) {
    width: 51%;
    background-color: #0b3070;
    margin: -7px 0;
    padding: 41px 6% 29px 6%;
    position: relative;
    z-index: 2;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.time_box .col:nth-child(1):hover {
    -webkit-box-shadow: 0 10px 18px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 10px 18px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 18px 2px rgba(0, 0, 0, .15)
}

.time_box .col:nth-child(1):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 17px 0 17px;
    border-color: #0b3070 transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -17px
}

.time_box .col:nth-child(2) {
    width: 49%;
    background-color: #0fbbaa;
    padding: 34px 5% 25px 5%
}

.time_box h3 {
    padding-bottom: 29px;
    text-transform: none;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff
}

.time_box p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #fff
}

.radios_2_wrapp {
    margin-left: 28px
}

.radios_2_wrapp .radio_2:nth-child(1) {
    margin-top: 20px
}

.radio_2 {
    margin: 28px 0;
    position: relative
}

.radio_2 input {
    display: block;
    width: 0;
    height: 0;
    border: none;
    padding: 0
}

.radio_2 label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000
}

.radios_2_wrapp .radio_2 label {
    color: #fff
}

.radio_2 label:before {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: 0
}

.radio_2 input:checked + label:before {
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: 2px 2px
}

.time_call {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 23px;
    margin-bottom: 20px
}

.time_call p {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.buble {
    display: inline-flex;
    vertical-align: top;
    width: 33px;
    height: 33px;
    background-image: url(../img/buble.png);
    background-repeat: no-repeat;
    background-size: contain
}

.time_call .buble_link {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -21px;
    right: -40px;
    margin-left: 9px
}

.time_descript {
    padding: 33px 0;
    text-align: center
}

.time_descript p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000
}

.time_descript p a {
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #0fbbaa
}

.time_descript p a:hover {
    text-decoration: underline
}

.pill_wrapp {
    padding: 13px 0;
    text-align: center
}

.blue-pill_4 {
    min-width: 320px;
    padding: 19px 10px 21px 10px
}

.sect_10_pl_p {
    padding: 40px 0
}

.steps_thumbs_2 {
    margin: 56px -15px 37px -15px
}

.steps_thumbs_2 .step_thumb .thumb_num {
    display: flex
}

.steps_thumbs_2 .step_thumb .num_2 {
    display: inline-flex;
    vertical-align: top;
    position: relative
}

.steps_thumbs_2 .step_thumb .icon_box {
    display: inline-flex;
    vertical-align: top;
    width: 70px;
    height: 70px;
    margin: 0;
    border: none;
    border-radius: 0;
    position: relative;
    top: -21px;
    left: 9px;
    z-index: 2
}

.steps_thumbs_2 .step_thumb .call_icon {
    left: 0
}

.steps_thumbs_2 .step_thumb .icon_box img {
    right: unset !important
}

.steps_thumbs_2 .step_thumb:before {
    top: 28px;
    right: 17%
}

.intersting_box {
    display: flex;
    display: -webkit-flex;
    margin: 65px 0 44px 0
}

.intersting_box .col:nth-child(1) {
    width: 170px;
    position: relative
}

.intersting_box .col:nth-child(2) {
    width: calc(100% - 170px);
    padding-left: 25px
}

.intersting_box .col:nth-child(1):after {
    content: "";
    width: 3px;
    height: calc(100% - 6px);
    background: #edf1f2;
    position: absolute;
    top: 3px;
    right: 0
}

.intersting_title {
    display: flex;
    display: -webkit-flex
}

.intersting_title .col_1 {
    width: 45px
}

.intersting_title .col_2 {
    width: auto
}

.intersting_title h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: none
}

.blue_link_3 {
    display: inline;
    border-bottom: 1px solid #0b3070;
    font-size: 18px;
    line-height: 20px;
    color: #0b3070;
    font-weight: 600;
    transition: none
}

.blue_link_3:link, .blue_link_3:visited {
    border-bottom: 1px solid #0b3070
}

.blue_link_3:active {
    border-bottom: 1px solid transparent
}

.blue_link_3:hover {
    border-bottom: 1px solid transparent
}

.sect_11_pl_p {
    padding: 40px 0
}

.testimonial_3 {
    border: none !important;
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    padding-top: 33px;
    position: relative;
    padding-bottom: 5px
}

.testimonials .testimonial_3 {
    min-height: 370px
}

.testimonial_title {
    display: flex;
    display: -webkit-flex;
    margin: 0 0 43px 0
}

.testimonial_title .col:nth-child(1) {
    width: calc(100% - 110px)
}

.testimonial_title .col:nth-child(2) {
    width: 110px
}

.testimonial_title .rate_2_2 {
    margin: 1px 0
}

.testimonial_3 .descript {
    min-height: 206px
}

.testimonial_footer_2 {
    display: flex;
    display: -webkit-flex
}

.testimonial_footer_2 .col {
    padding-bottom: 10px
}

.testimonial_footer_2 .col:nth-child(1) {
    width: calc(100% - 190px)
}

.testimonial_footer_2 .col:nth-child(2) {
    width: 190px
}

.testimonial_3 h3 {
    text-transform: none;
    font-size: 19px;
    line-height: 19px;
    font-weight: 600
}

.testimonial_3 .descript p {
    font-size: 18px;
    line-height: 25px
}

.h2_wrapp_6 {
    padding-bottom: 0
}

.h2_wrapp_6 h2 {
    font-size: 28px;
    line-height: 38px !important
}

.bg_8 {
    background-image: url(../img/bg_8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid #0fbbaa
}

.sect_1_shreder {
    background-image: url(../img/shreder_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 5px
}

.white_text_wrapp h2 {
    color: #fff
}

.white_text_wrapp p {
    color: #fff
}

.title_wrapp {
    margin: 62px 0 31px 0;
    text-align: center
}

.title_wrapp h3 {
    text-transform: none;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #000
}

.thumbnails_14 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -10px
}

.thumb_14 {
    width: 20%;
    padding: 20px 10px
}

.thumb_14 .icon_box {
    height: 60px;
    margin: 12px 0 16px 0;
    position: relative
}

.thumb_14 .icon_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumb_14 p {
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.sect_3_sh {
    padding-top: 16px
}

.article_3_3 .left_image {
    margin-right: 9%
}

.article_3_wrapp_2 {
    padding-top: 15px
}

.article_3_4 {
    margin: 28px 0 0 0;
    text-align: center
}

.article_3_4 p {
    padding: 8px 0
}

.sect_5_sh_p {
    padding-bottom: 10px
}

.thumbnails_9_sect_2 {
    padding: 40px 0 0 0
}

.h2_wrapp_5 {
    padding: 13px 0
}

.h2_wrapp_5 h2 {
    font-size: 24px;
    line-height: 32px
}

.thumbnails_9_2 .thumb_9 h4 {
    padding-left: 51px;
    padding-bottom: 22px;
    font-weight: 600
}

.thumbnails_9_2 .thumb_9 .sb {
    font-weight: 600
}

.thumbnails_9_2 .thumb_9:before {
    left: 55px
}

.thumbnails_9_2 .thumb_9 ul li {
    font-size: 18px;
    line-height: 25px
}

.sect_6_sh_p {
    padding-top: 5px
}

.thumbnails_15 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-flex;
    margin: 34px 0
}

.thumb_15 {
    width: calc(33.33% - 20px);
    min-height: 350px;
    margin: 10px;
    padding: 34px 18px 10px 18px;
    background-color: #06b09f;
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2)
}

.thumb_15_white {
    background-color: #fff
}

.thumb_15 .icon_box {
    height: 115px;
    margin: 13px 0;
    position: relative
}

.thumb_15 .icon_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumb_15 h3 {
    padding-bottom: 14px;
    text-transform: none;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff
}

.thumb_15 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.thumb_15_white h3, .thumb_15_white p {
    color: #000
}

.intresting_box_2 .col:nth-child(1) {
    width: 171px
}

.intresting_box_2 .more_blue_link {
    color: #0fbaaa;
    border-bottom: 1px solid #0fbaaa
}

.intresting_box_2 .more_blue_link:after {
    display: none
}

.intresting_box_2 .col:nth-child(2):before {
    background: #edf1f2
}

.price_tables_sect {
    padding-top: 40px
}

.price_tables_sect .price_table_wrapp {
    margin: 14px 0 78px 0
}

.price_tables_sect .price_table_wrapp:last-child {
    margin-bottom: 60px
}

.price_table_2 .table_row:nth-child(1):before {
    background: #0fbaaa
}

.price_table_2 h3 {
    color: #fff
}

.tags_2_wrapp_2 {
    margin: 65px 0 58px 0
}

.footer {
    padding: 55px 0 42px 0
}

.footer .row-1 .left {
    width: 73%;
    padding-right: 1%;
    padding-top: 5px;
    padding-bottom: 5px
}

.footer .row-1 .right {
    width: 27%;
    padding-left: 1%;
    padding-top: 5px;
    padding-bottom: 5px
}

.footer .row-1 .left .col-1 {
    width: 65%;
    float: left
}

.footer .row-1 .left .col-2 {
    width: 35%;
    float: left
}

.seo-text {
    font-size: 0;
    line-height: 0;
    margin: 0 -2%
}

.seo-text li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    line-height: 15px;
    padding: 7px 2%
}

.seo-text li a {
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .4)
}

.seo-text li a:link, .seo-text li a:visited {
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .4)
}

.seo-text li a.active, .seo-text li a:active {
    font-weight: 600;
    color: #0b3070;
    border-bottom: 1px solid transparent
}

.seo-text li a:hover {
    font-weight: 400;
    color: #0b3070;
    border-bottom: 1px solid transparent
}

.seo-text li a.active:hover {
    font-weight: 600
}

.thumb-5 {
    display: table;
    width: 100%;
    margin: 11px 0
}

.thumb-5 .col-1 {
    display: table-cell;
    vertical-align: top;
    width: 20px;
    padding-right: 1%
}

.thumb-5 .col-2 {
    display: table-cell;
    vertical-align: top;
    width: auto
}

.link-3:link, .link-3:visited {
    color: #000
}

.link-3.active, .link-3:active {
    color: #0b3070
}

.link-3:hover {
    color: #0b3070
}

.footer .row-2 .left {
    width: 73%;
    padding-right: 1%;
    padding-top: 7px;
    padding-bottom: 5px
}

.footer .row-2 .right {
    width: 27%;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px
}

.footer .row-2 .left > div {
    display: inline-block;
    vertical-align: top
}

.footer .row-2 .left .col {
    padding: 10px 1%
}

.footer .row-2 .left .col-1 {
    min-width: 26%;
    padding-left: 0
}

.copy {
    padding: 5px 0
}

.soc-links {
    margin: 0 -9px
}

.soc-links li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 9px
}

.soc-links li a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.soc-links li a:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0)
}

.footer_2 {
    padding: 29px 0
}

.footer_2 .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center
}

.footer_2 .col {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px
}

.footer_2 .col:nth-child(1) {
    width: 36.5%
}

.footer_2 .col:nth-child(2) {
    width: 12.5%
}

.footer_2 .col:nth-child(3) {
    width: 26%;
    text-align: center
}

.footer_2 .col:nth-child(4) {
    width: 25%;
    text-align: right
}

.logo_2_wrapp {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.logo_2 {
    display: inline-block;
    vertical-align: top;
    max-width: 360px
}

.logo_2 img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    width: 100%
}

.logo_p {
    position: absolute;
    bottom: 0;
    left: 77px
}

.logo_p a {
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid #000
}

.logo_p a:hover {
    border-bottom: 1px solid transparent
}

.logo_p i {
    position: relative;
    top: 7px;
    margin-right: 10px
}

.soc_links_2 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 130px
}

.soc_links_2 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 10px
}

.soc_links_2 li a {
    display: block;
    width: 44px;
    height: 44px;
    margin: auto;
    position: relative;
    border: 2px solid #0fbbaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.soc_links_2 li a:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgba(15, 187, 170, .5);
    -moz-box-shadow: 0 3px 10px 0 rgba(15, 187, 170, .5);
    box-shadow: 0 3px 10px 0 rgba(15, 187, 170, .5)
}

.soc_links_2 li a img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.buttons_wrapp_3 {
    display: inline-block !important
}

.buttons_wrapp_3 a {
    display: block
}

.tels_list_2 li {
    display: block;
    margin: 7px 0
}

.tels_list_2 li a {
    font-weight: 700;
    border-bottom: none
}

.tels_list_2 li a:hover {
    border-bottom: none;
    color: #0fbbaa
}

.buttons_wrapp_3 .blue-pill {
    font-size: 15px
}

.popup_wrapp {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 15
}

.popup {
    display: block;
    background-color: #fff;
    max-width: 370px;
    margin: 90px auto 20px auto;
    padding: 39px 40px 54px 39px;
    text-align: center;
    position: relative
}

.close-popup {
    background-color: transparent;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 12;
    position: absolute;
    top: 10px;
    right: 3%;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid transparent
}

.popup h3 {
    font-size: 24px;
    line-height: 28px
}

.popup-header p {
    padding: 5px 0
}

.input_wrapp_2 input {
    padding: 0 19px
}

.popup_2 {
    width: 100%;
    max-width: 850px
}

.slidings-boxes {
    margin: 25px 0 2px 0;
    text-align: left
}

.sliding_wrapp {
    background-color: #ebebeb;
    margin: 10px 0
}

.slidings-boxes .sliding_wrapp:last-child {
    margin-bottom: 0
}

.sliding-header {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    padding: 0 10px;
    position: relative;
    -webkit-transition-property: background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: background;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease
}

.slide-btn {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: transparent;
    background-image: url(../img/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: -1px 4px
}

.sliding_wrapp.active .slide-btn {
    background-position: -1px -18px
}

.sliding-header .slide-btn {
    position: absolute;
    top: 14px;
    right: 16px
}

.sliding_wrapp.active .sliding-header {
    background-color: #0b3070
}

.sliding-header .cell {
    display: inline-block;
    vertical-align: top;
    border: none;
    text-align: left;
    padding: 12px 10px
}

.sliding-header .cell-1 {
    width: 17%
}

.sliding-header .cell-2 {
    width: 29%
}

.sliding-header .cell-3 {
    width: 26%
}

.sliding-header .cell-4 {
    width: 26%
}

.sliding-header .cell p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease
}

.sliding-header .cell-1 p {
    font-weight: 400
}

.sliding-header .cell-2 p {
    font-weight: 600
}

.sliding-header .cell-4 p {
    text-transform: uppercase;
    font-weight: 800
}

.sliding_wrapp.active .sliding-header .cell p {
    color: #fff
}

.sliding-box {
    font-size: 0;
    line-height: 0;
    padding: 0 10px
}

.sliding-box .cell {
    display: inline-block;
    vertical-align: top;
    border: none;
    text-align: left;
    padding: 12px 10px
}

.sliding-box .cell-1 {
    width: 76%
}

.sliding-box .cell-2 {
    width: 24%
}

.sliding-box .cell p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000
}

.sliding-box .cell-2 p {
    font-size: 18px;
    font-weight: 800
}

.popup_3 .popup-form {
    margin-top: 26px
}

.popup_4 {
    padding-bottom: 42px
}

.soc-links_wrapp {
    margin: 15px -10px 12px -10px
}

.soc-links_wrapp .col {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px
}

.soc-links_wrapp p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700
}

.popup_4 .submit_wrapp .transparent-pill_2 {
    width: 100%
}

.popup_4 .submit_wrapp a, .popup_4 .submit_wrapp button {
    margin: 5px 0
}

.popup_4 .inputs_wrapp .input_wrapp {
    margin-bottom: 11px
}

.popup_5 .popup-form {
    margin-top: 26px
}

.cities-box {
    height: 250px;
    margin: 0 0 36px 0
}

.checkbox {
    position: relative;
    text-align: left;
    margin: 10px 0
}

.checkbox input {
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.checkbox label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding-left: 28px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    position: relative
}

.checkbox label:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ccc
}

.checkbox input:checked + label {
    font-weight: 700
}

.checkbox input:checked + label:before {
    border-color: #0b3070;
    background-color: #0b3070
}

.service_popup {
    max-width: 1140px;
    padding: 0
}

.service_table {
    width: 100%
}

.service_table .table_row {
    display: flex;
    width: 100%;
    justify-content: center
}

.service_table .table_row:nth-child(odd) {
    background-color: #f2f4f7
}

.service_table .table_row:nth-child(even) {
    background-color: #fff
}

.service_table .table_row .table_cell {
    text-align: center !important;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px
}

.service_table .table_cell.pad_ziro {
    padding-left: 0;
    padding-right: 0
}

.service_table .table_inner .table_cell {
    display: inline-block;
    width: 33.33% !important;
    height: 100%;
    text-align: center !important
}

.table_inner_header .table_row {
    background-color: #0fbbaa !important
}

.table_3_cols .table_cell {
    padding-top: 5px;
    padding-bottom: 5px
}

.service_table .table_row .table_cell:nth-child(1) {
    width: 27%;
    text-align: left !important;
    padding-left: 20px
}

.service_table .table_row .table_cell:nth-child(2) {
    width: 15%
}

.service_table .table_row .table_cell:nth-child(3) {
    width: 26%
}

.service_table .table_row .table_cell:nth-child(4) {
    width: 16%
}

.service_table .table_row .table_cell:nth-child(5) {
    width: 16%;
    padding-right: 20px
}

.service_table .table_row.table_3_cols .table_cell {
    padding-top: 0;
    padding-bottom: 0
}

.service_table .table_row.table_3_cols .table_cell:nth-child(1) {
    padding-left: 8px;
    text-align: center !important
}

.service_table .table_inner_header .table_row .table_cell {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    height: 100%;
    text-align: center
}

.service_table .table_inner .table_cell .inner {
    text-align: center !important
}

.service_table .table_inner .table_cell:nth-child(1) {
    padding-left: 8px
}

.service_table .table_inner .table_cell:last-child {
    padding-right: 8px
}

.table_inner {
    display: flex;
    height: 100%
}

.service_table .table_cell .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.service_table h4 {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600
}

.service_table p {
    width: 100%
}

.service_checked {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background-image: url(../img/service_checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.service_table .table_header .table_cell {
    background: #0fbbaa;
    padding-top: 15px;
    padding-bottom: 15px
}

.service_table .table_header .table_cell:nth-child(1) {
    background: #f2f4f7
}

.service_table .table_header .table_cell:nth-child(1) .inner {
    align-items: top
}

.service_table .table_header .table_cell:nth-child(1) h4 {
    color: #000
}

.table_inner_header .table_row .table_cell:nth-child(1) {
    background: #0fbbaa
}

.table_3_cols h4 {
    color: #0b3070 !important
}

.service_popup .close-popup {
    top: -50px;
    right: -50px
}

.p_time {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
}

.radios_2_wrapp_2 {
    text-align: left
}

.radios_2_wrapp_2 .radio_2 label:before {
    border: 2px solid #ccc;
    top: 2px
}

.select_wrapp_2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a7a7a7
}

.select_wrapp_2 .select2-container {
    width: 100% !important
}

.select_wrapp_2 .select2-container .select2-selection--single {
    padding-left: 38px
}

.dropdown_select_wrapp {
    display: block;
    width: 100%;
    height: 54px;
    border: 2px solid #ccc;
    padding: 0 10px 0 45px;
    position: relative;
    cursor: pointer
}

.dropdown_select_wrapp i {
    position: absolute;
    top: 50%;
    left: 19px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.dropdown_select_wrapp .arrow_btn {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center 19px;
    border: none;
    -webkit-transition-property: transform;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: transform;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: transform;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: transform;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease
}

.dropdown_select_wrapp.active .arrow_btn {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dropdown_select_wrapp input {
    width: 0;
    height: 0;
    border: none;
    padding: 0
}

.selected_value {
    height: 54px;
    padding: 0 10px 0 0;
    text-align: left;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 17px;
    line-height: 50px;
    font-weight: 400;
    color: #010101
}

.dropdown_select {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .3)
}

.dropdown_select .option {
    cursor: pointer;
    text-align: left;
    background-color: #fff;
    padding: 20px 20px;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #010101;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.dropdown_select .option.active {
    background-color: #fff;
    color: #010101
}

.dropdown_select .option:hover {
    background-color: #f1f1f1;
    color: #010101
}

.contacts_sect .row {
    position: relative
}

.tabs_2 {
    margin: 26px 0 50px 0
}

.tabs_2 .tabs-links {
    margin: 0 -1.5%
}

.tabs_2 .tab-link {
    background-color: transparent !important;
    border: none !important
}

.contacts_thumb_wrapp {
    margin: 15px 1.5%;
    width: 30.33%;
    position: relative
}

.contacts_thumb_wrapp label {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.contacts_thumb {
    text-align: left;
    cursor: pointer;
    padding: 19px 9% 25px 9%;
    background-color: #fff;
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease
}

.contacts_thumb_wrapp:hover .contacts_thumb {
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15)
}

label.active + .contacts_thumb {
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15)
}

.contacts_thumb h3 {
    padding: 13px 0;
    text-transform: none;
    font-size: 24px;
    line-height: 25px
}

.contacts_thumb .info li {
    margin: 11px 0;
    font-weight: 400
}

.contact_map_wrapp {
    display: table;
    width: 100%;
    margin: 5px 0
}

.contact_map_wrapp .col-1 {
    display: table-cell;
    vertical-align: top;
    width: auto;
    background-color: #fff
}

.contact_map_wrapp .col-2 {
    display: table-cell;
    vertical-align: middle;
    width: 360px;
    padding: 10px 5%;
    background: #0b3070
}

.contact_map {
    height: 530px
}

.contact_info .inner {
    margin: 26px 0
}

.contact_info p {
    font-size: 15px;
    line-height: 21px;
    color: #fff
}

.map_tooltip {
    margin: 20px
}

.map_tooltip .inner {
    position: relative;
    width: 321px !important;
    padding: 24px 20px 16px 20px;
    background: #fff;
    -webkit-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15) !important;
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .15) !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.map_tooltip .inner:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0 0 0 -16.5px;
    border-style: solid;
    border-width: 18px 16.5px 0 16.5px;
    border-color: #fff transparent transparent transparent
}

.map_tooltip h3 {
    padding-bottom: 15px;
    text-transform: none;
    font-size: 24px;
    line-height: 25px
}

.map_tooltip .info li {
    font-weight: 400
}

.gm-style-mtc {
    display: none !important
}

.gmnoprint > div {
    display: none !important
}

.bg_shape_33 {
    top: 87px;
    left: 0
}

.bg_shape_34 {
    bottom: 108px;
    right: 0
}

.tel-link_2 {
    display: inline;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition-property: border-bottom;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: border-bottom;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: border-bottom;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: border-bottom;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: border-bottom;
    transition-duration: .3s;
    transition-timing-function: ease
}

.tel-link_2:link, .tel-link_2:visited {
    border-bottom: 1px solid transparent
}

.tel-link_2.active, .tel-link_2:active {
    border-bottom: 1px solid #fff
}

.tel-link_2:hover {
    border-bottom: 1px solid #fff
}

.link_3 {
    display: inline;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    -webkit-transition-property: border-bottom;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: border-bottom;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: border-bottom;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: border-bottom;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: border-bottom;
    transition-duration: .3s;
    transition-timing-function: ease
}

.link_3:link, .link_3:visited {
    border-bottom: 1px solid #fff
}

.link_3.active, .link_3:active {
    border-bottom: 1px solid transparent
}

.link_3:hover {
    border-bottom: 1px solid transparent
}

.gm-style .gm-style-iw-c {
    background-color: transparent;
    padding: 0;
    max-width: unset !important;
    max-height: unset !important;
    overflow: unset !important;
    box-shadow: none !important
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
    max-width: unset !important;
    max-height: unset !important
}

.gm-style .gm-style-iw-t::after {
    display: none
}

.gm-ui-hover-effect {
    top: 18px !important;
    right: 23px !important
}

.thumbnails_15_2 .thumb_15 {
    background-color: #003f75;
    background: -webkit-radial-gradient(circle closest-side, #00559f 0, #003f75 100%);
    background: -moz-radial-gradient(circle closest-side, #00559f 0, #003f75 100%);
    background: radial-gradient(circle closest-side, #00559f 0, #003f75 100%)
}

.thumb_15_bg {
    background-image: url(../img/thumb_5_bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.price_table_3 h3 {
    color: #fff
}

.price_table_3 .table_row {
    border-bottom: none
}

.price_table_3 .table_row:before {
    content: "";
    width: calc(100% + 60px);
    height: 100%;
    background: #eef1f4;
    position: absolute;
    top: 0;
    left: -30px
}

.price_table_3 .table_row:nth-child(even):before {
    background: 0 0
}

.price_table_3 .table_row:nth-child(1):before {
    background: #0b3070
}

.brands_slider_wrapp {
    margin-bottom: 110px;
    padding: 0 30px
}

.brands_slider {
    height: 167px
}

.brands_slider .slick-prev {
    left: -35px
}

.brands_slider .slick-next {
    right: -35px
}

.brands_slider .brand_thumb {
    width: 20%;
    margin: 0 14px;
    text-align: center;
    position: relative
}

.brands_slider .brand_thumb .img_box {
    height: 148px;
    background-color: #fff;
    position: relative
}

.brands_slider .brand_thumb:hover {
    z-index: 2
}

.brands_slider .brand_thumb:hover:before {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    top: 26px;
    left: 0;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .3)
}

.brands_slider .brand_thumb .img_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 96%;
    max-height: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.brands_slider .brand_thumb p {
    display: block;
    background-color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #0b3070;
    position: relative;
    z-index: 2
}

.slick_arrow_circle {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(11, 48, 112, .15);
    -moz-box-shadow: 0 0 16px 0 rgba(11, 48, 112, .15);
    box-shadow: 0 0 16px 0 rgba(11, 48, 112, .15);
    background-image: url(../img/blue_arrows_sprite.png);
    background-repeat: no-repeat
}

.slick_arrow_circle:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(11, 48, 112, .3);
    -moz-box-shadow: 0 0 20px 0 rgba(11, 48, 112, .3);
    box-shadow: 0 0 20px 0 rgba(11, 48, 112, .3)
}

.slick-prev.slick_arrow_circle {
    background-position: 10px 8px
}

.slick-next.slick_arrow_circle {
    background-position: -35px 8px
}

@media only screen and (max-width: 1100px) {
    .map_tooltip h3 {
        padding-bottom: 0;
        font-size: 18px;
        line-height: 23px
    }

    .map_tooltip .inner {
        width: 244px !important;
        padding: 15px 10px 6px 10px
    }
}

@media only screen and (max-width: 1024px) {
    .price_table_3 .table_row:before {
        width: calc(100% + 20px);
        left: -10px
    }
}

@media only screen and (max-width: 900px) {
    .tabs-links {
        display: block;
        text-align: left
    }

    .tabs-links_resp .contacts_thumb_wrapp {
        display: inline-block;
        vertical-align: top;
        width: 47%
    }

    .contacts_thumb h3 {
        padding: 10px 0;
        font-size: 19px;
        line-height: 21px
    }

    .contact_map_wrapp {
        display: block
    }

    .contact_map_wrapp .col-1 {
        display: block
    }

    .contact_map_wrapp .col-2 {
        display: block;
        width: 100%
    }

    .contact_map {
        height: 250px
    }

    .contact_info .inner {
        margin: 10px 0
    }

    .map_tooltip h3 {
        padding-bottom: 0;
        font-size: 14px;
        line-height: 19px
    }

    .info li {
        font-size: 13px;
        line-height: 16px
    }
}

@media only screen and (max-width: 768px) {
    .contacts_thumb h3 {
        padding: 10px 0;
        font-size: 19px;
        line-height: 21px
    }

    .contacts_thumb .info li {
        margin: 8px 0
    }

    .tags_2_wrapp_3 {
        margin-bottom: 0 !important
    }

    .brands_slider_wrapp {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 550px) {
    .tabs-links_resp .contacts_thumb_wrapp {
        margin: 10px 0;
        width: 100%
    }
}

.landing_promo {
    padding-top: 2px
}

.landing_promo_templ {
    position: relative;
    padding: 1px 0
}

.landing_promo_templ .landing_promo_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.landing_promo_templ .row {
    position: relative;
    z-index: 2
}

.landing_promo_two_cols {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 55px 0 160px 0
}

.landing_promo_two_cols .left_col {
    width: 54%;
    padding: 10px 10px 10px 3.5%
}

.landing_promo_two_cols .right_col {
    width: 46%;
    padding: 10px 0 10px 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.landing_promo_two_cols .right_col img {
    display: block;
    width: auto;
    height: auto;
    max-width: 94%
}

.landing_promo_desc h1 {
    padding-bottom: 16px;
    text-transform: none;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #000
}

.landing_promo_desc p {
    padding-bottom: 15px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: #000
}

.items_box {
    max-width: 515px;
    margin: 5px 0;
    padding: 12px 5px 10px 9%;
    border: 5px solid #afc1d7
}

.items_list li {
    position: relative;
    padding: 8px 0 8px 34px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000
}

.items_list li:before {
    display: block;
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 0;
    background-image: url(../img/orange_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.landing_promo_form_wrapp {
    max-width: 396px;
    margin: 16px 0
}

.landing_promo_form_wrapp h3 {
    padding-bottom: 10px;
    text-transform: none;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #0b3070
}

.landing_promo_form_wrapp p {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000
}

.form_two_cols {
    display: flex;
    display: -webkit-flex
}

.form_two_cols .col:nth-child(1) {
    width: 50%;
    padding: 10px 10px 20px 0
}

.form_two_cols .col:nth-child(2) {
    width: 50%;
    padding: 10px 0 10px 10px
}

.input_wrapp_small input {
    border: none;
    height: 40px;
    padding: 0 17px;
    font-size: 14px;
    line-height: 40px
}

.submit_wrapp_3 {
    padding: 10px 0
}

.orange_pill {
    display: block;
    width: 100%;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    background-color: #f99202;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.orange_pill:link, .orange_pill:visited {
    background-color: #f99202
}

.orange_pill:active {
    background-color: #0fbbaa
}

.orange_pill:hover {
    background-color: #0fbbaa
}

.article_6 {
    display: flex;
    display: -webkit-flex;
    margin: 62px 0 20px 0
}

.article_6 .left_col {
    width: 57%;
    padding-right: 20px
}

.article_6 .right_col {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 43%;
    padding-top: 26px;
    padding-left: 10px
}

.article_6 .right_col img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%
}

.article_6_content {
    padding-left: 20px
}

.article_6_content h3 {
    padding: 0 0 9px 0;
    text-transform: none;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #0a306f
}

.article_6_content ul {
    margin: 15px 0 23px 0
}

.article_6_content ul li {
    position: relative;
    margin: 20px 0;
    padding-left: 37px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000
}

.article_6_content ul li:before {
    display: block;
    content: "";
    width: 22px;
    height: 20px;
    background-image: url(../img/checked_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2px;
    left: 0
}

.article_6_content .bold_blue {
    padding: 6px 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #0a306f
}

.article_6_content .blue-pill {
    margin: 35px 0
}

.grey_bg_2 {
    background-color: #fafbfb
}

.sect_title_wrapp {
    padding: 17px 0;
    text-align: center
}

.sect_title_wrapp h2 {
    padding: 5px 0;
    text-transform: none;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #000
}

.sect_title_wrapp p {
    padding: 5px 0;
    font-weight: 600;
    font-size: 2rem;
    line-height: 36px;
    font-weight: 700;
    color: #0b3070
}

.three_cols_2 {
    display: flex;
    display: -webkit-flex;
    margin: 50px 0
}

.three_cols_2 .col {
    padding: 0 10px
}

.three_cols_2 .col:nth-child(1) {
    width: 280px;
    padding-left: 0
}

.three_cols_2 .col:nth-child(2) {
    width: 280px;
    padding-right: 0;
    text-align: right;
    order: 3
}

.three_cols_2 .col:nth-child(3) {
    width: calc(100% - 560px);
    order: 2
}

.person_thumb {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 250px
}

.photo_box {
    height: 375px;
    position: relative
}

.photo_box img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.person_thumb .descript {
    margin: 29px 0 0 0;
    text-align: center
}

.name_wrapp {
    margin: 5px 0;
    padding: 6px;
    border: 2px solid #0b3070;
    text-align: center
}

.name_wrapp.orange {
    border: 2px solid #f99202
}

.name_wrapp h3 {
    text-transform: none;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-style: italic;
    color: #000
}

.person_thumb p {
    padding: 5px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000
}

.persons_article {
    padding: 2px 0;
    text-align: justify
}

.persons_article p {
    padding: 12px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000
}

.persons_article p .p_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-style: italic;
    color: #000
}

.warranty_sect {
    background-color: #0fbbab;
    padding: 0
}

.warranty_article {
    padding: 44px 0 49px 0;
    position: relative
}

.warranty_article .row {
    position: relative;
    z-index: 2
}

.warranty_article_descript {
    max-width: 500px;
    margin-left: 30px
}

.warranty_article_descript h3 {
    padding: 25px 0;
    text-transform: none;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #fff
}

.warranty_article_descript p {
    padding: 25px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.warranty_article_footer p {
    padding: 22px 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #fff
}

.grey_right_bg {
    width: 29%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e4e8e9
}

.grey_right_bg img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -212px
}

.sect_4_landing {
    padding: 94px 0 72px 0
}

.technics_thumbnails {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 34px -14px
}

.technic_thumb {
    width: calc(25% - 28px);
    margin: 21px 14px;
    text-align: center
}

.technic_thumb .img_box {
    height: 265px;
    margin: 11px 0;
    overflow: hidden;
    position: relative;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: box-shadow;
    -moz-transition-duration: .6s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: box-shadow;
    -ms-transition-duration: .6s;
    -ms-transition-timing-function: ease;
    -o-transition-property: box-shadow;
    -o-transition-duration: .6s;
    -o-transition-timing-function: ease;
    transition-property: box-shadow;
    transition-duration: .6s;
    transition-timing-function: ease
}

.technic_thumb:hover .img_box {
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .6);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .6);
    box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .6)
}

.technic_thumb .img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.technic_thumb h3 {
    padding: 2px 0;
    text-transform: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #0b3070
}

.technic_thumb p {
    padding: 2px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000
}

.services_sect {
    position: relative;
    padding: 63px 0
}

.top_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.services_sect .top_bg {
    display: block;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0
}

.services_sect > .row {
    position: relative;
    z-index: 2
}

.sect_title_wrapp.white h2 {
    color: #fff
}

.job {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 40px;
    background-image: url(../img/job.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.ruble2 {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-image: url(../img/ruble2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.service {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-image: url(../img/service.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.truck {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 30px;
    background-image: url(../img/truck.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.online {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 40px;
    background-image: url(../img/online.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.print {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 30px;
    background-image: url(../img/print.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.service_thumbnails {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 61px 0 52px 0
}

.service_thumb {
    width: 33.33%;
    padding: 25px 25px 25px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25.5px 0 rgba(211, 211, 211, .7);
    -moz-box-shadow: 0 10px 25.5px 0 rgba(211, 211, 211, .7);
    box-shadow: 0 10px 25.5px 0 rgba(211, 211, 211, .7)
}

.green_bg {
    background-color: #0fbbaa
}

.service_thumb_title {
    display: flex;
    display: -webkit-flex;
    min-height: 80px
}

.service_thumb_title .col:nth-child(1) {
    width: 73px;
    padding-top: 8px
}

.service_thumb_title .col:nth-child(2) {
    width: calc(100% - 73px);
    padding-top: 7px
}

.service_thumb .descript {
    padding: 0 20px 0 28px
}

.service_thumb h3 {
    text-transform: none;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000
}

.service_thumb p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #000
}

.service_thumb.green_bg h3 {
    color: #fff
}

.service_thumb.green_bg p {
    color: #fff
}

.service_text p {
    padding: 3px 0;
    text-indent: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000
}

.green_top_bg {
    position: relative
}

.green_top_bg:before {
    content: "";
    width: 100%;
    height: 250px;
    background-color: #0fbbaa;
    position: absolute;
    top: 0;
    left: 0
}

.green_top_bg .row {
    position: relative;
    z-index: 2
}

.tarifs_cards {
    display: flex;
    display: -webkit-flex;
    margin: 34px 0 24px 0
}

.tarif {
    width: calc(33.33% - 30px);
    margin: 15px;
    background-color: #f6f8fa;
    -webkit-box-shadow: 0 5px 9.5px .5px rgba(198, 198, 198, .3);
    -moz-box-shadow: 0 5px 9.5px .5px rgba(198, 198, 198, .3);
    box-shadow: 0 5px 9.5px .5px rgba(198, 198, 198, .3);
    min-height: 540px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0
}

.tarif_title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    min-height: 80px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1
}

.tarif_title > div {
    width: 100%
}

.tarif_title h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #646464
}

.tarif_price_wrapp {
    padding: 14px 0 18px 0;
    text-align: center;
    border-bottom: 1px solid #d1d1d1
}

.tarif_price_wrapp p {
    padding: 4px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #646464
}

.tarif_price_wrapp p .ruble3 {
    margin-left: 8px;
    position: relative;
    top: 11px;
    left: 0
}

.tarif_price {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    color: #646464
}

.tarif_price_wrapp p .tarif_price {
    margin-left: 3px
}

.tarif_price_wrapp p.price_desc {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #676767
}

.ruble3 {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 15px;
    background-image: url(../img/ruble.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.tarif_desc {
    padding: 9px 0 13px 0;
    background-color: #fff
}

.tarif_desc_item {
    max-width: 240px;
    margin: 0 auto;
    padding: 7px 10px 7px 10px;
    border-bottom: 1px solid #d1d1d1;
    text-align: center
}

.tarif_desc_item:last-child {
    border-bottom: none
}

.tarif_desc_item p {
    padding: 1px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #676767
}

.tarif_desc_item p.p_b {
    font-weight: 700;
    color: #000
}

.tarif_footer {
    padding: 20px 45px 20px 45px
}

.tarif_footer .orange_pill {
    max-width: 290px;
    margin: 0 auto
}

.orange_link {
    border-bottom: 1px solid #f99202;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #f99202
}

.orange_link:link, .orange_link:visited {
    border-bottom: 1px solid #f99202
}

.orange_link.active, .orange_link:active {
    border-bottom: 1px solid transparent
}

.orange_link:hover {
    border-bottom: 1px solid transparent
}

.blue_link_4 {
    border-bottom: 1px solid #0fbbaa;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #0fbbaa
}

.blue_link_4:link, .blue_link_4:visited {
    border-bottom: 1px solid #0fbbaa
}

.blue_link_4.active, .blue_link_4:active {
    border-bottom: 1px solid transparent
}

.blue_link_4:hover {
    border-bottom: 1px solid transparent
}

.tarif.orange .tarif_title h3 {
    color: #f99202
}

.tarif.green .tarif_title h3 {
    color: #0fbbaa
}

.tarif.orange .tarif_price {
    color: #f99202
}

.tarif.green .tarif_price {
    color: #0fbbaa
}

.sect_7_landing {
    padding-top: 15px
}

.questions_templ {
    display: flex;
    display: -webkit-flex;
    margin: 40px 0 49px 0
}

.questions_templ .left_col {
    width: 61%;
    padding: 20px 4% 20px 0
}

.questions_templ .right_col {
    width: 39%;
    padding: 20px 0 20px 4%
}

.questions_box {
    padding: 25px 40px 25px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2)
}

.slidedown_wrapp_2 {
    margin: 20px 0 20px 55px;
    padding: 0 30px;
    background-color: #f6f8fa
}

.slidedown_wrapp_2:before {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #0b3070;
    background-image: url(../img/question2.svg);
    background-repeat: no-repeat;
    background-position: 22px 22px;
    position: absolute;
    top: 0;
    left: -65px
}

.slidedown_wrapp.active:before {
    background-position: 22px 22px;
    background-color: #0b3070
}

.slidedown_wrapp_2 .slidedown_title {
    min-height: 60px;
    padding: 17px 30px 14px 0
}

.slidedown_wrapp_2 .slidedown_title:before {
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 23px;
    right: 0
}

.slidedown_wrapp_2.active .slidedown_title:before {
    background-position: center;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.slidedown_wrapp_2 .slidedown_title h4 {
    font-size: 20px;
    line-height: 26px
}

.slidedown_wrapp_2 .slidedown_content p {
    padding: 7px 0;
    font-size: 16px;
    line-height: 20px
}

.question_form_wrapp {
    padding: 24px 26px 34px 26px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2)
}

.question_form_wrapp h3 {
    padding: 10px 0 22px 0;
    text-transform: none;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #0b3070
}

.input_wrapp_4 {
    margin: 14px 0
}

.input_wrapp_4 input {
    border: none;
    background-color: #f6f8fa;
    height: 46px;
    font-size: 16px;
    line-height: 45px;
    padding: 0 20px
}

.input_wrapp_4 textarea {
    border: none;
    background-color: #f6f8fa;
    height: 110px;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 20px
}

.checkbox_2 {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 2px 0;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #000
}

.checkbox_2 input {
    width: 15px;
    height: 15px;
    border: 1px solid #d1d1d1;
    background-color: #f6f8fa;
    padding: 0;
    position: absolute;
    top: 3px;
    left: 0
}

.checkbox_2 input:checked {
    background-image: url(../img/service_checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.question_submit_wrapp {
    padding: 26px 9% 10px 9%
}

.sect_8_lad_p {
    padding-top: 93px
}

.sect_title_wrapp_2 {
    margin: 0 -15px
}

.sect_title_wrapp_2 h2 {
    font-size: 34px
}

.advantages_thumbnails {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 46px -15px 95px -15px
}

.advantage_2 {
    display: flex;
    display: -webkit-flex;
    width: calc(50% - 30px);
    min-height: 220px;
    -webkit-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    -moz-box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    box-shadow: 0 10px 25.5px 4.5px rgba(211, 211, 211, .2);
    margin: 15px;
    padding: 25px 29px 23px 29px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition-property: background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: background;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease
}

.advantage_2:after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #0fbbaa;
    position: absolute;
    bottom: 0;
    left: 0
}

.advantage_2 .col:nth-child(1) {
    width: 60px;
    height: 50px;
    position: relative
}

.advantage_2 .col:nth-child(2) {
    width: calc(100% - 60px);
    padding-left: 10px
}

.advantage_2 h3 {
    display: block;
    min-height: 55px;
    text-transform: none;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.advantage_2 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.advantage_2:hover {
    background-color: #0fbbaa
}

.advantage_2:hover h3 {
    color: #fff
}

.advantage_2:hover p {
    color: #fff
}

.advantage_2 .link_icon {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease
}

.advantage_2:hover .link_icon {
    opacity: 0
}

.advantage_2 .hover_icon {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease
}

.advantage_2:hover .hover_icon {
    opacity: 1
}

.shield_blue {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 45px;
    background-image: url(../img/shield.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.shield_white {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 45px;
    background-image: url(../img/shield_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.workers_blue {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background-image: url(../img/workers.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.workers_white {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background-image: url(../img/workers_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.clock_blue {
    display: inline-block;
    vertical-align: top;
    width: 41px;
    height: 41px;
    background-image: url(../img/clock.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.clock_white {
    display: inline-block;
    vertical-align: top;
    width: 41px;
    height: 41px;
    background-image: url(../img/clock_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.track_blue {
    display: inline-block;
    vertical-align: top;
    width: 51px;
    height: 31px;
    background-image: url(../img/track_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.track_white {
    display: inline-block;
    vertical-align: top;
    width: 51px;
    height: 31px;
    background-image: url(../img/track_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.stopwatch {
    display: inline-block;
    vertical-align: top;
    width: 43px;
    height: 45px;
    background-image: url(../img/stopwatch.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.stopwatch_white {
    display: inline-block;
    vertical-align: top;
    width: 43px;
    height: 45px;
    background-image: url(../img/stopwatch_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.print_blue {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background-image: url(../img/print_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.print_white {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background-image: url(../img/print_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.statistics {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 45px;
    background-image: url(../img/statistics.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.statistics_white {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 45px;
    background-image: url(../img/statistics_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.calendar_blue {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background-image: url(../img/calendar_blue_2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.calendar_white {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background-image: url(../img/calendar_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.sect_9_land {
    padding: 53px 0 90px 0
}

.shape_bg {
    background-color: #fff;
    background-image: url(../img/shape_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom
}

.warranty_article_2 {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin: 20px 0
}

.warranty_article_2 .left_col {
    width: calc(100% - 440px);
    padding-right: 10px
}

.warranty_article_2 .right_col {
    width: 440px;
    padding-top: 15px
}

.warranty_article_2 .right_col img {
    display: inline;
    width: 490px;
    height: auto;
    position: relative;
    right: -22px
}

.warranty_article_2_descript h3 {
    padding: 3px 0;
    text-transform: none;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #0b3070
}

.orange {
    color: #f99202
}

.warranty_article_2_descript .inner {
    padding-left: 20px
}

.warranty_article_2_descript p {
    padding: 9px 0
}

.warranty_article_2_descript ul {
    padding: 18px 0
}

.warranty_article_2_descript ul li {
    display: block;
    margin: 4px 0;
    padding-left: 36px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    color: #000;
    position: relative
}

.warranty_article_2_descript ul li:before {
    display: block;
    content: "";
    width: 22px;
    height: 20px;
    background-image: url(../img/checked_blue_2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 0
}

.warranty_article_2_descript .p_blue {
    padding-bottom: 26px;
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
    color: #0b3070
}

.warranty_article_2_descript h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000
}

.single_btn_wrapp {
    text-align: center;
    padding: 20px 0
}

h2.sb {
    font-size: 36px;
    font-weight: 600
}

.sect_10_land_p {
    padding: 42px 0 24px 0
}

.steps_wrapp_2 {
    margin: 21px 0
}

.step_thumb_2 .thumb_num {
    display: flex;
    display: -webkit-flex
}

.step_thumb_2 .thumb_num .num_2 {
    position: relative;
    margin-right: 10px
}

.step_thumb_2 .icon_box_2 {
    height: 77px;
    position: relative;
    top: 13px
}

.step_thumb_2:before {
    top: 55px;
    right: 14%
}

i.form {
    display: inline-block;
    vertical-align: top;
    width: 68px;
    height: 60px;
    background-image: url(../img/form.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.audit {
    display: inline-block;
    vertical-align: top;
    width: 72px;
    height: 65px;
    background-image: url(../img/audit.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.contract {
    display: inline-block;
    vertical-align: top;
    width: 62px;
    height: 62px;
    background-image: url(../img/contract.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.step {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    background-image: url(../img/step.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.step_thumb_2 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.step_thumb_2 .num_2 {
    top: -10px
}

.step_thumb_2:nth-child(1) .thumb_num .num_2 {
    margin-right: 1px
}

.testimonial_sect {
    padding: 107px 0 99px 0
}

.testimonial_sect_header {
    text-align: center
}

.testimonial_sect_header h2 {
    padding: 5px 0;
    text-transform: none;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #0b3070
}

.testimonial_sect_header p {
    padding: 5px 0 15px 0;
    text-transform: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000
}

.testimonial_big {
    margin: 20px 20px 17px 20px;
    position: relative
}

.testimonial_big_header {
    padding: 5px 0 40px 0;
    text-transform: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 33px
}

.testimonial_big_content {
    padding: 35px 8% 42px 8%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25.5px 4.5px rgba(211, 211, 211, .3);
    -moz-box-shadow: 0 0 25.5px 4.5px rgba(211, 211, 211, .3);
    box-shadow: 0 0 25.5px 4.5px rgba(211, 211, 211, .3);
    position: relative
}

.testimonial_big_content:before {
    display: block;
    content: "";
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/quotes.png);
    position: absolute;
    top: 30px;
    left: 30px
}

.testimonial_big_text {
    padding: 6px 0;
    text-align: center
}

.testimonial_big_text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic;
    color: #676767
}

.testimonial_big_author {
    text-align: center
}

.photo_box_2 {
    height: 80px;
    width: 80px;
    margin: 11px auto;
    border: 1px solid #ff8600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.photo_box_2 .inner {
    border: 4px solid #fff;
    height: 78px;
    width: 78px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

.photo_box_2 .inner img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.testimonial_big_author h3 {
    padding: 3px 0;
    text-transform: none;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #000
}

.testimonial_big_author p {
    padding: 3px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #676767
}

.testimonial_slider_single {
    margin: 0 0 20px 0
}

.testimonial_slider_single .slick-dots {
    text-align: center
}

.testimonial_slider_single .slick-dots li {
    display: inline;
    padding: 5px
}

.testimonial_slider_single .slick-dots li button {
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: 1px solid #3c3c3c;
    font-size: 0;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    position: relative
}

.testimonial_slider_single .slick-dots li.slick-active button:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff8600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.brands_sect {
    padding: 45px 0 118px 0
}

.orange_bg_top {
    position: relative
}

.orange_bg_top:before {
    content: "";
    width: 100%;
    height: 250px;
    background-color: #f99202;
    position: absolute;
    top: 0;
    left: 0
}

.orange_bg_top .row {
    position: relative;
    z-index: 2
}

.brands_box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 30px 0;
    padding: 19px 3% 12px 3%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25.5px 4.5px rgba(211, 211, 211, .3);
    -moz-box-shadow: 0 0 25.5px 4.5px rgba(211, 211, 211, .3);
    box-shadow: 0 0 25.5px 4.5px rgba(211, 211, 211, .3)
}

.brands_box .img_box {
    width: 16.66%;
    height: 70px;
    margin: 10px 0;
    padding: 0 10px;
    position: relative
}

.brands_box .img_box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%)
}

.brands_box .img_box:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

.contacts_sect_2 {
    padding-top: 1px;
    background-image: url(../img/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 4px solid #f89202
}

.land_form_wrapp {
    max-width: 765px;
    margin-bottom: 13px
}

.land_form_wrapp h2 {
    text-transform: none;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #000
}

.land_form_templ {
    display: flex;
    display: -webkit-flex;
    margin-top: 35px
}

.land_form_templ .left_col {
    width: 42%;
    padding-right: 4%
}

.land_form_templ .right_col {
    width: 58%;
    padding-left: 4%
}

.checkbox_2_2 {
    font-weight: 700;
    color: #0b3070
}

.land_form_submit {
    width: 42%;
    padding: 33px 4% 10px 0
}

.input_wrapp_4 input::placeholder, .input_wrapp_4 textarea::placeholder {
    color: #676767
}

input::-ms-clear {
    display: none
}

.light_placeholder input::placeholder, .light_placeholder textarea::placeholder {
    color: #bababa
}

@media only screen and (max-width: 1124px) {
    .landing_promo_two_cols {
        margin: 10px 0 20px 0
    }

    .landing_promo_desc h1 {
        padding-bottom: 11px;
        font-size: 29px;
        line-height: 38px
    }

    .items_box {
        padding: 12px 5px 10px 4%
    }

    .three_cols_2 {
        margin: 20px 0
    }

    .three_cols_2 .col:nth-child(1) {
        width: 230px
    }

    .three_cols_2 .col:nth-child(2) {
        width: 230px
    }

    .three_cols_2 .col:nth-child(3) {
        width: calc(100% - 460px);
        padding: 0 20px;
        order: 2
    }

    .persons_article p {
        padding: 5px 0
    }

    .grey_right_bg {
        width: 22%
    }

    .sect_4_landing {
        padding: 40px 0
    }

    .technics_thumbnails {
        margin: 5px -14px
    }

    .technic_thumb {
        width: calc(33.33% - 28px)
    }
}

@media only screen and (max-width: 1024px) {
    .service_thumb {
        width: 50%
    }

    .tarifs_cards {
        margin: 15px 0 15px 0
    }

    .tarif_title h3 {
        font-size: 22px;
        line-height: 28px
    }

    .tarif {
        width: calc(33.33% - 10px);
        margin: 15px 5px
    }

    .tarif_footer {
        padding: 20px
    }

    .sect_7_landing {
        padding-top: 1px
    }

    .questions_templ {
        display: block;
        margin: 10px 0 0 0
    }

    .questions_templ .left_col {
        width: 100%;
        padding: 0 0 20px 0
    }

    .questions_templ .right_col {
        width: 100%;
        padding: 20px 0
    }

    .questions_box {
        padding: 10px 40px 10px 50px
    }

    .sect_9_land {
        padding: 38px 0
    }

    .warranty_article_2 {
        display: block
    }

    .warranty_article_2 .left_col {
        width: 100%;
        padding-right: 0
    }

    .warranty_article_2 .right_col {
        display: none
    }

    .single_btn_wrapp {
        padding: 10px 0
    }
}

@media only screen and (max-width: 950px) {
    .brands_box .img_box {
        width: 25%
    }
}

@media only screen and (max-width: 900px) {
    .landing_promo_two_cols {
        display: block
    }

    .landing_promo_two_cols .left_col {
        width: 100%;
        padding: 10px 0
    }

    .landing_promo_two_cols .right_col {
        display: none
    }

    .items_box {
        max-width: 100%
    }

    .landing_promo_form_wrapp {
        margin: 16px auto
    }

    .article_6 {
        display: block;
        margin: 20px 0
    }

    .article_6 .left_col {
        width: 100%;
        padding-right: 0
    }

    .article_6 .right_col {
        display: none
    }

    .article_6_content {
        padding-left: 0
    }

    .article_6_content ul li {
        margin: 20px 0
    }

    .article_6_content .blue-pill {
        margin: 25px 0
    }

    .article_6_content h3 {
        padding: 0 0 7px 0
    }

    .three_cols_2 {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .three_cols_2 .col:nth-child(1) {
        width: 50%;
        padding-right: 20px
    }

    .three_cols_2 .col:nth-child(2) {
        width: 50%;
        padding-left: 20px;
        order: 2
    }

    .three_cols_2 .col:nth-child(3) {
        width: 100%;
        padding: 20px 0 0 0;
        order: 3
    }

    .persons_article p {
        padding: 5px 0
    }

    .warranty_article {
        padding: 30px 0 35px 0
    }

    .warranty_article_descript {
        max-width: 100%;
        margin-left: 0
    }

    .grey_right_bg {
        display: none
    }

    .warranty_article_descript h3 {
        padding: 10px 0;
        text-align: center
    }

    .land_form_wrapp h2 {
        text-align: center
    }

    .warranty_article_descript p {
        padding: 10px 0
    }

    .sect_8_lad_p {
        padding-top: 30px
    }

    .advantages_thumbnails {
        margin: 30px 0
    }

    .advantage_2 {
        width: 100%;
        margin: 15px 0;
        padding: 23px 15px
    }

    .brands_sect {
        padding: 20px 0 50px 0
    }
}

@media only screen and (max-width: 767px) {
    .sect_title_wrapp h2 {
        font-size: 29px;
        line-height: 34px
    }

    .sect_title_wrapp p {
        font-size: 18px;
        line-height: 24px
    }

    .technic_thumb {
        width: calc(50% - 28px)
    }

    .services_sect {
        padding: 20px 0
    }

    .service_thumbnails {
        margin: 30px 0
    }

    .service_thumb {
        width: 100%;
        min-height: 220px
    }

    .service_thumb_title {
        min-height: 68px
    }

    .service_thumb_title .col:nth-child(2) {
        padding-top: 10px
    }

    .tarifs_cards {
        display: block;
        margin: 24px 0
    }

    .tarif {
        width: 100%;
        margin: 25px 0
    }

    .service_text p {
        padding: 3px 0;
        text-indent: 20px;
        font-size: 16px;
        line-height: 24px
    }

    .questions_box {
        padding: 20px
    }

    .question_form_wrapp {
        padding: 15px 20px 15px 20px
    }

    .testimonial_sect {
        padding: 30px 0
    }

    .testimonial_slider_single {
        margin: 10px 0
    }

    .testimonial_big:before {
        top: 7px;
        left: 12px
    }

    .testimonial_big_text p {
        font-size: 17px;
        line-height: 25px
    }

    .contacts_sect_2 {
        background-image: none
    }

    .land_form_templ {
        display: block;
        margin-top: 20px
    }

    .land_form_templ .left_col {
        width: 100%;
        padding-right: 0
    }

    .land_form_templ .right_col {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (max-width: 750px) {
    .brands_box .img_box {
        width: 33.33%
    }
}

@media only screen and (max-width: 600px) {
    section {
        padding: 10px 0
    }

    .person_thumb p {
        font-size: 16px;
        line-height: 22px
    }

    .warranty_article_2_descript .inner {
        padding-left: 0
    }

    .warranty_article_2_descript h3 {
        font-size: 26px;
        line-height: 32px
    }

    .warranty_article_2_descript .p_blue {
        padding-bottom: 10px;
        font-size: 19px;
        line-height: 27px
    }

    .warranty_article_2_descript ul {
        padding: 10px 0
    }

    .steps_wrapp_2 {
        margin: 5px 0
    }

    .step_thumb_2 {
        padding-top: 30px !important
    }

    .step_thumb_2 .thumb_num {
        height: 67px
    }

    .step_thumb_2 .icon_box_2 {
        height: 69px;
        top: 2px
    }

    .brands_box .img_box {
        width: 50%;
        margin: 0
    }

    .land_form_wrapp h2 {
        font-size: 26px;
        line-height: 35px
    }

    .land_form_submit {
        width: 100%;
        padding: 30px 0 10px 0
    }
}

@media only screen and (max-width: 480px) {
    .sect_title_wrapp h2 {
        font-size: 23px;
        line-height: 33px
    }

    .form_two_cols {
        display: block
    }

    .form_two_cols .col:nth-child(1), .form_two_cols .col:nth-child(2) {
        width: 100%;
        padding: 10px 0
    }

    .article_6_content h3 {
        font-size: 21px;
        line-height: 30px
    }

    .article_6_content ul li {
        padding-left: 30px
    }

    .article_6_content .bold_blue {
        font-size: 19px;
        line-height: 25px
    }

    .photo_box {
        height: 250px
    }

    .person_thumb .descript {
        margin: 13px 0 0 0
    }

    .technics_thumbnails {
        margin: 5px 0
    }

    .technic_thumb {
        width: 100%;
        margin: 14px 0
    }

    .service_thumb {
        padding: 25px 15px
    }

    .service_thumb_title {
        display: block;
        min-height: 68px
    }

    .service_thumb_title .col:nth-child(1) {
        width: 100%;
        text-align: center;
        padding-top: 0
    }

    .service_thumb_title .col:nth-child(2) {
        width: 100%;
        padding-top: 10px;
        text-align: center
    }

    .service_thumb .descript {
        padding: 20px 0 0 0;
        text-align: center
    }

    .questions_box {
        padding: 10px
    }

    .slidedown_wrapp_2 {
        margin: 20px 0 20px 26px
    }

    .slidedown_wrapp_2 .slidedown_title h4 {
        font-size: 17px;
        line-height: 24px
    }

    .slidedown_wrapp_2 .slidedown_content p {
        padding: 10px 0;
        font-size: 14px;
        line-height: 20px
    }

    .slidedown_wrapp_2:before {
        width: 30px;
        height: 53px !important;
        left: -30px;
        background-position: 9px 17px !important
    }

    .slidedown_wrapp_2.active:before {
        background-position: 9px 17px !important
    }

    .slidedown_wrapp_2 {
        width: calc(100% - 20px)
    }

    .slidedown_wrapp_2 .slidedown_title {
        padding: 13px 19px 14px 0
    }

    .question_form_wrapp h3 {
        padding: 7px 0 12px 0;
        font-size: 22px;
        line-height: 31px
    }

    .question_form_wrapp {
        padding: 15px 10px
    }

    .question_submit_wrapp {
        padding: 10px 0
    }

    .advantages_thumbnails {
        margin: 10px 0
    }

    .advantage_2 {
        display: block;
        text-align: center
    }

    .advantage_2 .col:nth-child(1) {
        width: 60px;
        margin: 0 auto
    }

    .advantage_2 .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-top: 10px
    }

    .advantage_2 h3 {
        min-height: auto;
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 22px
    }

    .advantage_2 p {
        font-size: 16px;
        line-height: 25px
    }
}

@media only screen and (max-width: 450px) {
    .three_cols_2 .col:nth-child(1) {
        width: 100%;
        padding: 10px 0;
        text-align: center
    }

    .three_cols_2 .col:nth-child(2) {
        width: 100%;
        padding: 10px 0;
        text-align: center
    }

    .brands_box .img_box {
        height: 63px;
        margin: 5px 0
    }

    .brands_box .img_box img {
        max-width: 90%;
        max-height: 90%
    }

    .land_form_wrapp h2 {
        text-align: center;
        font-size: 24px;
        line-height: 33px
    }
}

@media only screen and (max-width: 350px) {
    .article_6_content .blue-pill {
        width: 100%
    }
}

.nav-1 li a, .users-menu li a {
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    font-family: "Open Sans", Arial, Verdana, sans-serif
}

.search-btn, .users-menu li a {
    -webkit-transition-duration: .3s;
    -o-transition-timing-function: ease;
    cursor: pointer
}

.users-menu {
    display: none;
    background: #d6d3d6;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}

.users-menu li {
    border-bottom: 1px solid #e3e3e3;
    text-align: center
}

.users-menu li:last-child {
    border-bottom: none
}

.users-menu li a {
    display: block;
    padding: 15px;
    background: 0 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #2f2e2d;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
    -o-transition-duration: .3s;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease
}

.users-menu li a:link, .users-menu li a:visited {
    background: 0 0
}

.users-menu li a.active, .users-menu li a:active, .users-menu li a:hover {
    background: #efefef
}

.user-menu_wrapp .users-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2
}

.buttons_wrapp .user-menu_wrapp {
    display: table-cell;
    vertical-align: top;
    position: relative
}

.checkbox label, .radiobutton label {
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer
}

.checkbox, .dates_input, .radiobutton {
    margin: 10px 0
}

.radiobutton {
    position: relative;
    text-align: left
}

.radiobutton input {
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.radiobutton label {
    display: inline-block;
    padding-left: 28px;
    font-weight: 400;
    position: relative
}

.radiobutton label:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ccc
}

.radiobutton input:checked + label {
    font-weight: 700
}

.radiobutton input:checked + label:before {
    border-color: #0b3070;
    background-color: #0b3070
}

.contact_i {
    background-image: url(../img/contact.png)
}

.contact2_i, .contact_i {
    width: 16px;
    height: 16px;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat
}

div input.error, div textarea.error, input.error_input, textarea.error_input {
    border: 2px solid red !important
}

.error-block p, div label.error[for] {
    padding: 5px 0;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: red
}

section input.error, section textarea.error {
    border: none !important;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    transition: .3s ease all
}

section label.error[for] {
    padding: 5px 0;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: red
}

.fixed_header {
    width: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-transition-property: top;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: top;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: top;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: top;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: top;
    transition-duration: .3s;
    transition-timing-function: ease
}

.fixed_header.visible {
    top: 0
}

.fixed_header > .row {
    width: 100%
}

.fixed_header_templ {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.fixed_header_templ .col:nth-child(1) {
    width: 220px;
    padding: 20px 10px 10px 0
}

.fixed_header_templ .col:nth-child(2) {
    width: calc(100% - 410px);
    padding: 19px 10px;
    text-align: center
}

.fixed_header_templ .col:nth-child(3) {
    width: 190px;
    padding: 10px 0 10px 10px;
    text-align: right
}

.fixed_header .tel-link {
    font-size: 25px;
    line-height: 25px;
    margin: 0
}

.fixed_header .transparent-pill {
    min-width: 180px;
    line-height: 20px
}

.article_block p {
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 22px
}

.article_block h2 {
    margin-bottom: 15px
}

.article_block a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline
}

.article_block table {
    width: 100% !important;
    height: auto;
    border-collapse: collapse
}

.article_block tr:nth-child(odd) {
    background: #eee
}

.article_block td {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: top
}

.article_block .list-tags a.list-tags__item {
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    background: #13bcaa;
    display: inline-block;
    margin: 3px 5px 3px 0;
    padding: 10px 20px;
    text-align: center;
    transition-timing-function: ease-in;
    transition: background .4s, border .4s;
    overflow: hidden
}
.valod .warranty_article{
    height: 461px;
}
