.miniPage {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 0 22px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12)
}

.miniPage__top, .miniPage__btm {
    padding-top: 20px
}

.miniPage__top, .miniPage__body, .miniPage__btm {
    padding-left: 28px;
    padding-right: 20px
}

.miniPage__body {
    font: 15px/23px KievitWebPro;
    padding-top: 30px
}

.miniPage__body ul {
    margin: 0;
    padding: 0 15px 0 1px
}

.miniPage__body li + li {
    margin-top: 10px
}

.miniPage__body li {
    background-position-y: 8px
}

.miniPage__body, .miniPage__btm {
    border-top: 1px dashed #d2d1d1;
    padding-bottom: 23px
}

.choose-tip {
    display: none;
    cursor: default;
    height: 18px;
    margin: 0 0 -3px 9px;
    position: relative;
    width: 18px;
    z-index: 2
}

.choose-tip:before {
    background: url(i/sprite.png) -172px -114px;
    content: '';
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .4s;
    width: 100%;
    z-index: 1
}

.choose-tip:hover:after {
    content: '';
    left: 0;
    display: block;
    height: 120px;
    position: absolute;
    top: -60px;
    width: 50px;
    z-index: 0
}

.choose-tip:hover:before {
    opacity: .5
}

.choose-tip-box {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #7e7e7e;
    display: none;
    font: 15px/25px KievitWebPro;
    left: 50px;
    position: absolute;
    top: -60px;
    min-width: 390px;
    z-index: 2
}

.choose-tip-box:before {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: -6px;
    content: '';
    height: 12px;
    display: block;
    position: absolute;
    top: 62px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    z-index: 0
}

.choose-tip-box.left {
    right: 40px;
    left: auto;
}

.choose-tip-box.left:before {
    right: -6px;
    left: auto;
}

.choose-tip-box.top {
    top: auto;
    bottom: 40px;
    left: -185px;
}

.choose-tip-box.top:before {
    top: auto;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
}

.choose-tip-box__body {
    background: #fff;
    border-radius: 8px;
    display: block;
    padding: 24px 29px;
    position: relative;
    z-index: 1
}

.choose-tip-box__body > span {
    display: block
}

.choose-tip-box__body > span:not(:last-child) {
    margin-bottom: 24px;
    position: relative
}

.choose-tip-box__body > span:not(:last-child):after {
    border-top: 2px solid #c6eff0;
    bottom: -11px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 35px
}

.choose-tip-box__body > span:last-child {
    margin-bottom: 0
}

.choose-tip:hover .choose-tip-box {
    display: block
}

.choose {
    background: #f8f8f8;
    display: inline-block;
    margin: 0 0 100px;
    max-width: 100%;
    padding: 0 12px 31px 0;
    position: relative
}

.choose, .choose * {
    box-sizing: border-box
}

.choose:before {
    content: '';
    display: block;
    left: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5px;
    background-color: #ebebeb;
    background-image: linear-gradient(to right, #ebebeb, #f8f8f8)
}

.choose__body {
    position: relative;
    z-index: 1
}

.choose__rw {
    color: #000;
    padding-left: 280px;
    font: 17px/31px KievitWebPro
}

.choose__rw::after {
    clear: both;
    content: "";
    display: table
}

.choose__cl {
    padding-bottom: 7px;
    padding-top: 23px
}

.choose__cl_lbl {
    float: left;
    margin: 0 0 0 -280px;
    padding-left: 40px;
    width: 280px
}

.choose__cl_val {
    -webkit-flex: 0 0 168px;
    -ms-flex: 0 0 168px;
    flex: 0 0 168px;
    text-align: center;
    width: 168px
}

.choose__options {
    overflow-x: hidden
}

.choose__options__rw {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 0 30px 0 9px
}

.choose__hd {
    color: #aeaeb0;
    font: 15px/21px KievitWebPro;
    margin-bottom: 6px;
    position: relative
}

.choose__hd:after {
    border-top: 1px dashed #d2d1d1;
    bottom: -13px;
    content: '';
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    width: 100%
}

.choose__ft {
    font-family: KievitWebPro;
    font-weight: 700;
    position: relative
}

.choose__ft:before {
    border-top: 1px dashed #d2d1d1;
    top: 4px;
    content: '';
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    width: 100%
}

.choose__ft .btn {
    font-size: 21px;
    margin-top: 5px;
    padding-left: 12px;
    padding-right: 12px
}

.choose__cl:hover .choose-tip {
    display: inline-block
}

.choose__scroll .choose__options {
    padding: 0 30px 0 40px
}

.choose__scroll {
    left: 0;
    position: absolute;
    width: 100%
}

.choose__more, .choose__more.ln-dotted {
    bottom: -70px;
    position: absolute;
    right: 20px
}

.choose-2-wrap {
    margin-bottom: 0 !important
}

.choose-2 .jstyling-radio {
    margin-right: 20px
}

.choose-2 .programm-item:hover .choose-tip {
    display: inline-block
}

.choose-2 .programm-item__insurance-cost {
    position: relative;
    top: 5px
}

.why__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row
}

.why__l {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.why__r {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0 0 12px
}

.why__r-content {
    background: #f7f8f8;
    border-radius: 7px;
    overflow: hidden
}

.why__r-content-overflow {
    overflow-y: hidden;
    position: relative
}

.why__r-content-overflow:before, .why__r-content-overflow:after {
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.why__r-content-overflow:before {
    background-image: linear-gradient(#f7f8f8, transparent);
    top: 0
}

.why__r-content-overflow:after {
    background-image: linear-gradient(transparent, #f7f8f8);
    bottom: 0
}

.why__rw {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.why__cl {
    border: 1px solid #f3f1f1;
    border-left: 0;
    border-top: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

.why__cl:nth-child(3n) {
    border-right: 0
}

.why__cl:nth-last-child(-n+3) {
    border-bottom: 0
}

.why-itm {
    padding: 0 40px 30px
}

.why-itm__i {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 165px
}

.why-itm__i, .why-itm__nm {
    text-align: center
}

.why-itm__nm {
    font: 700 22px/30px KievitWebPro;
    margin: 0 0 15px
}

.why-itm__txt {
    font-size: 18px;
    line-height: 25px
}

.dif {
    padding: 25px 18px
}

.dif + .dif {
    margin-top: -25px;
    padding-top: 0
}

.dif h2 {
    line-height: 35px
}

.dif-itm {
    padding: 26px 50px 32px 0;
    position: relative
}

.dif-itm:before {
    background: url(i/sprite.png) -129px -134px no-repeat;
    content: '';
    display: block;
    height: 17px;
    position: absolute;
    right: 12px;
    top: 33px;
    width: 28px
}

.dif-itm + .dif-itm {
    border-top: 1px solid #e1dfdf
}

.dif-itm__nm {
    text-align: left
}

.order {
    background-color: #e1f9fa
}

.order, .order * {
    box-sizing: border-box
}

.order .h1 {
    text-align: center
}

.order__lbl {
    font-size: 20px
}

.order-form {
    display: block;
    margin: auto;
    -webkit-transform: translateX(-53px);
    transform: translateX(-53px);
    width: 600px
}

.order-form__rw {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.order-form__rw_margin {
    margin: 0 0 26px
}

.order-form__rw_accept {
    margin-top: -5px
}

.order-form__rw .order-form__lbl {
    text-align: right;
    -webkit-flex: 0 0 184px;
    -ms-flex: 0 0 184px;
    flex: 0 0 184px
}

.order-form__rw .order-form__inputs {
    margin: 0 0 0 16px;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px
}

.order-form__inputs .input-tabs {
    margin: 7px 0
}

.order-form label {
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: #aeaeb0;
    margin-bottom: 3px
}

.order-form input[type="color"], .order-form input[type="date"], .order-form input[type="datetime"], .order-form input[type="datetime-local"], .order-form input[type="email"], .order-form input[type="month"], .order-form input[type="number"], .order-form input[type="password"], .order-form input[type="search"], .order-form input[type="tel"], .order-form input[type="text"], .order-form input[type="time"], .order-form input[type="url"], .order-form input[type="week"], .order-form input:not([type]), .order-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #70e1e5;
    color: #00bac5;
    padding: 9px 0 8px;
    width: 100%;
    margin: 0;
    font-size: 30px;
    box-shadow: none;
    transition: all linear 0.2s;
    box-sizing: border-box;
    -webkit-appearance: none
}

.order-form input[type="color"]::-webkit-input-placeholder, .order-form input[type="date"]::-webkit-input-placeholder, .order-form input[type="datetime"]::-webkit-input-placeholder, .order-form input[type="datetime-local"]::-webkit-input-placeholder, .order-form input[type="email"]::-webkit-input-placeholder, .order-form input[type="month"]::-webkit-input-placeholder, .order-form input[type="number"]::-webkit-input-placeholder, .order-form input[type="password"]::-webkit-input-placeholder, .order-form input[type="search"]::-webkit-input-placeholder, .order-form input[type="tel"]::-webkit-input-placeholder, .order-form input[type="text"]::-webkit-input-placeholder, .order-form input[type="time"]::-webkit-input-placeholder, .order-form input[type="url"]::-webkit-input-placeholder, .order-form input[type="week"]::-webkit-input-placeholder, .order-form input:not([type])::-webkit-input-placeholder, .order-form textarea::-webkit-input-placeholder {
    color: #70e1e5
}

.order-form input[type="color"]::-moz-placeholder, .order-form input[type="date"]::-moz-placeholder, .order-form input[type="datetime"]::-moz-placeholder, .order-form input[type="datetime-local"]::-moz-placeholder, .order-form input[type="email"]::-moz-placeholder, .order-form input[type="month"]::-moz-placeholder, .order-form input[type="number"]::-moz-placeholder, .order-form input[type="password"]::-moz-placeholder, .order-form input[type="search"]::-moz-placeholder, .order-form input[type="tel"]::-moz-placeholder, .order-form input[type="text"]::-moz-placeholder, .order-form input[type="time"]::-moz-placeholder, .order-form input[type="url"]::-moz-placeholder, .order-form input[type="week"]::-moz-placeholder, .order-form input:not([type])::-moz-placeholder, .order-form textarea::-moz-placeholder {
    color: #70e1e5
}

.order-form input[type="color"]:-moz-placeholder, .order-form input[type="date"]:-moz-placeholder, .order-form input[type="datetime"]:-moz-placeholder, .order-form input[type="datetime-local"]:-moz-placeholder, .order-form input[type="email"]:-moz-placeholder, .order-form input[type="month"]:-moz-placeholder, .order-form input[type="number"]:-moz-placeholder, .order-form input[type="password"]:-moz-placeholder, .order-form input[type="search"]:-moz-placeholder, .order-form input[type="tel"]:-moz-placeholder, .order-form input[type="text"]:-moz-placeholder, .order-form input[type="time"]:-moz-placeholder, .order-form input[type="url"]:-moz-placeholder, .order-form input[type="week"]:-moz-placeholder, .order-form input:not([type]):-moz-placeholder, .order-form textarea:-moz-placeholder {
    color: #70e1e5
}

.order-form input[type="color"]:-ms-input-placeholder, .order-form input[type="date"]:-ms-input-placeholder, .order-form input[type="datetime"]:-ms-input-placeholder, .order-form input[type="datetime-local"]:-ms-input-placeholder, .order-form input[type="email"]:-ms-input-placeholder, .order-form input[type="month"]:-ms-input-placeholder, .order-form input[type="number"]:-ms-input-placeholder, .order-form input[type="password"]:-ms-input-placeholder, .order-form input[type="search"]:-ms-input-placeholder, .order-form input[type="tel"]:-ms-input-placeholder, .order-form input[type="text"]:-ms-input-placeholder, .order-form input[type="time"]:-ms-input-placeholder, .order-form input[type="url"]:-ms-input-placeholder, .order-form input[type="week"]:-ms-input-placeholder, .order-form input:not([type]):-ms-input-placeholder, .order-form textarea:-ms-input-placeholder {
    color: #70e1e5
}

.order-form input[type="color"].input-error, .order-form input[type="date"].input-error, .order-form input[type="datetime"].input-error, .order-form input[type="datetime-local"].input-error, .order-form input[type="email"].input-error, .order-form input[type="month"].input-error, .order-form input[type="number"].input-error, .order-form input[type="password"].input-error, .order-form input[type="search"].input-error, .order-form input[type="tel"].input-error, .order-form input[type="text"].input-error, .order-form input[type="time"].input-error, .order-form input[type="url"].input-error, .order-form input[type="week"].input-error, .order-form input:not([type]).input-error, .order-form textarea.input-error {
    color: pink
}

.order .form__row {
    margin-bottom: 26px
}

.order .form__row label {
    margin-bottom: -6px
}

@font-face {
    font-family: KievitWebPro;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/306C80_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/306C80_2_0.woff") format("woff"), url("../fonts/306C80_2_0.ttf") format("truetype")
}

@font-face {
    font-family: KievitWebPro;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/306C80_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/306C80_1_0.woff") format("woff"), url("../fonts/306C80_1_0.ttf") format("truetype")
}

@font-face {
    font-family: KievitWebPro;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/306C80_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/306C80_0_0.woff") format("woff"), url("../fonts/306C80_0_0.ttf") format("truetype")
}

.label-checkbox {
    cursor: pointer;
    padding-left: 32px
}

.label-checkbox input, .label-checkbox .jstyling-checkbox, .label-checkbox input[data-native] + span {
    float: left;
    margin-left: -32px
}

.input-tabs::after {
    clear: both;
    content: "";
    display: table
}

.input-tabs, .input-tabs * {
    box-sizing: border-box
}

.input-tabs input[type="color"], .input-tabs input[type="date"], .input-tabs input[type="datetime"], .input-tabs input[type="datetime-local"], .input-tabs input[type="email"], .input-tabs input[type="month"], .input-tabs input[type="number"], .input-tabs input[type="password"], .input-tabs input[type="search"], .input-tabs input[type="tel"], .input-tabs input[type="text"], .input-tabs input[type="time"], .input-tabs input[type="url"], .input-tabs input[type="week"], .input-tabs input:not([type]), .input-tabs textarea {
    border: 1px solid #6ee0e4;
    display: inline-block;
    padding: 13px 10px 11px;
    width: 100px;
    font: 20px/20px KievitWebPro
}

.input-tabs .input-tab {
    float: left
}

.input-tabs .input-tab:not(:last-child) input, .input-tabs .input-tab:not(:last-child) span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-tabs .input-tab + .input-tab input, .input-tabs .input-tab + .input-tab span {
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

label.input-tab {
    display: inline-block;
    cursor: pointer
}

label.input-tab, label.input-tab * {
    box-sizing: border-box
}

label.input-tab input {
    display: none
}

label.input-tab input + span {
    background: transparent;
    border: 1px solid #6ee0e4;
    border-radius: 8px;
    color: #00bac5;
    display: block;
    font: 20px/20px KievitWebPro;
    padding: 13px 10px 11px;
    white-space: nowrap
}

label.input-tab input:checked + span {
    background: #00b8c3;
    box-shadow: inset 0 4px 4px #00a1ab;
    color: #fff
}

label.custom-checkbox {
    display: inline-block;
    cursor: pointer;
    margin-top: 9px
}

label.custom-checkbox, label.custom-checkbox * {
    box-sizing: border-box
}

label.custom-checkbox + label.custom-checkbox {
    margin-left: 45px
}

label.custom-checkbox input {
    display: none
}

label.custom-checkbox input + span {
    display: inline-block;
    height: 24px;
    width: 24px
}

label.custom-checkbox .custom-checkbox__label {
    color: #000;
    display: inline-block;
    font: 21px/21px KievitWebPro;
    margin-left: 5px;
    position: relative;
    top: -6px;
    white-space: normal
}

label.custom-checkbox input[type=radio] + span {
    background: #fff;
    border: 12px solid #e6e6e6;
    border-radius: 50%
}

label.custom-checkbox:hover input[type=radio] + span {
    background-color: #b2b3b6;
    border-color: #b2b3b6
}

label.custom-checkbox input[type=radio]:checked + span {
    background-color: #fff;
    border-color: #00b4b8;
    border-width: 6px
}

label.custom-checkbox input[type=checkbox] + span {
    background: #e6e6e6;
    border-radius: 4px;
    position: relative
}

label.custom-checkbox input[type=checkbox] + span:before, label.custom-checkbox input[type=checkbox] + span:after {
    border-radius: 1px;
    border-top: 3px solid transparent;
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: translate(11px, 11px);
    transform: translate(11px, 11px);
    width: 0
}

label.custom-checkbox:hover input[type=checkbox] + span {
    background-color: #b2b3b6
}

label.custom-checkbox:hover input[type=checkbox]:checked + span {
    background-color: #00b4b8
}

label.custom-checkbox input[type=checkbox]:checked + span {
    background-color: #00b4b8
}

label.custom-checkbox input[type=checkbox]:checked + span:before, label.custom-checkbox input[type=checkbox]:checked + span:after {
    border-color: #fff
}

label.custom-checkbox input[type=checkbox]:checked + span:before {
    -webkit-transform: translate(4px, 13px) rotate(45deg);
    transform: translate(4px, 13px) rotate(45deg);
    width: 8px
}

label.custom-checkbox input[type=checkbox]:checked + span:after {
    -webkit-transform: translate(7px, 11px) rotate(-45deg);
    transform: translate(7px, 11px) rotate(-45deg);
    width: 14px
}

.ui-autocomplete {
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 10px 10px 10px 14px
}

.ui-autocomplete .ui-menu-item {
    background: none;
    list-style: none;
    margin: 0;
    padding: 5px 10px 5px 0;
    color: #04a4b0;
    cursor: pointer
}

.ui-autocomplete .ui-state-focus {
    font-weight: 700
}

*, *:active, *:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

.ln-dotted {
    border-bottom: 1px dotted #00bac5;
    position: relative
}

.ln-dotted, .ln-dotted:hover {
    text-decoration: none
}

.ln-dotted .ico {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ico {
    display: inline-block;
    vertical-align: middle
}

.ico_arrow-right {
    background: url(i/sprite.png) -172px -133px;
    height: 12px;
    width: 13px
}

h1, .h1 {
    line-height: 61px
}

input.input-error, textarea.input-error {
    border-bottom-color: pink !important
}

.dn {
    display: none
}

.border-box, .border-box * {
    box-sizing: border-box
}

.hr_gray {
    border-top: 2px solid #f3f2f2;
    height: 0;
    margin: 30px 0
}

.l-container > .hr_gray {
    margin: 0 -74px
}

.checkbox-caption {
    margin: 0 0 25px
}

.checkbox-caption__txt {
    color: #aeaeb0;
    font: 15px/23px KievitWebPro;
    padding: 10px 0 0 38px
}

.bg_gray {
    background-color: #f7f8f8
}

.columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.right {
    float: right
}

.pad-top-lg {
    padding-top: 85px
}

.offset-top {
    margin-top: 30px
}

.offset-top_lg {
    margin-top: 45px
}

.offset-btm {
    margin-bottom: 30px
}

.offset-btm_lg {
    margin-bottom: 45px
}

.offset-left {
    margin-left: 30px
}

.offset-left_lg {
    margin-left: 45px
}

.offset-right {
    margin-right: 30px
}

.offset-right_lg {
    margin-right: 45px
}

.text-paper + .text-paper {
    margin-top: 55px
}

.text-paper h3 {
    font-family: 'FFKievitWebProBold';
    font-size:16px;
    font-weight: 900;
}

.text-paper, .text-paper p {
    font-size: 18px;
    line-height: 27px
}

.text-paper p {
    margin-bottom: 0
}



.text-paper p + p {
    margin-top: 0px;
    font-family: 'Roboto';
}

.text-paper .rw, .text-paper.rw {
    margin-left: -30px;
    margin-right: -30px
}

.text-paper .rw .cl, .text-paper.rw .cl {
    padding: 0 30px
}

.rw::after {
    clear: both;
    content: "";
    display: table
}

.cl {
    float: left;
    min-height: 1px
}
.cl p{
    font-size:14px;
    font-family: 'Roboto';
  }
.cl_25 {
    width: 25%
}

.cl_50 {
    width: 50%
}

.footer-links, .footer-links h3 {
    color: #00bac5
}

.footer-links p + h3 {
    margin-top: 26px
}

.ln-back {
    border-bottom: 1px dotted;
    margin-left: 10px;
    position: relative
}

.ln-back, .ln-back * {
    box-sizing: border-box
}

.ln-back:before {
    border-style: solid;
    border-width: 3px 3px 3px 0;
    border-color: transparent #00bac5 transparent transparent;
    content: '';
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    width: 0
}

.ln-back:hover {
    text-decoration: none
}

#insured {
    margin-top: 30px
}

#popularRegions {
    margin-top: 5px
}

#popularRegions .list__item + .list__item {
    margin-top: 9px
}

#main-form {
    margin-bottom: -100px
}

.table__row__label {
    display: block
}

#footer-order .h1 {
    margin-bottom: 32px;
    margin-top: 30px
}

.mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar:active, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar:active, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
    background-color: #00bac5 !important
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e6e6e6
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 6px;
    margin: 5px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

/*# sourceMappingURL=//localhost:3010/css/app.css.map */
tem {
    margin-top: 9px
}

#main-form {
    margin-bottom: -100px
}

.table__row__label {
    display: block
}

#footer-order .h1 {
    margin-bottom: 32px;
    margin-top: 30px
}

.mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar:active, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar:active, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
    background-color: #00bac5 !important
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e6e6e6
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 6px;
    margin: 5px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

/*# sourceMappingURL=//localhost:3010/css/app.css.map */

.news-item{
    border: 1px solid #eeeeee;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.2s linear;
}
.news-item:hover{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pagination {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 10pt;
    margin-bottom: 30px;
}

.pagination a,
.pagination b {
    display: inline-block;
    padding: 7px 10px;
    text-decoration: none;
    margin: 3px 3px;
    font-size: 10pt;
    line-height: 1;
}

.pagination a:hover {
    text-decoration: none;
}
.pagination a {
    border: 1px solid #CCCCCC;
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #fff, #e0e0e0);
    background: -ms-linear-gradient(top, #fff, #e0e0e0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background: -o-linear-gradient(top, #fff, #e0e0e0);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#e0e0e0', GradientType=0);
    color: #666666;
    text-shadow: none !important;
    border-radius: 4px;
}

.pagination a:hover {
    border: 1px solid #999;
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #999);
    background: -ms-linear-gradient(top, #fff, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
    background: -o-linear-gradient(top, #fff, #999);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#999999', GradientType=0);
    color: #666666;
    text-shadow: none !important;
    border-radius: 4px;
}

.pagination b {
    border: 1px solid #999;
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #999);
    background: -ms-linear-gradient(top, #fff, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
    background: -o-linear-gradient(top, #fff, #999);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#999999', GradientType=0);
    color: #666666;
    text-shadow: none !important;
    border-radius: 4px;
}

.pagination b:hover {
    border: 1px solid #999;
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #999);
    background: -ms-linear-gradient(top, #fff, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
    background: -o-linear-gradient(top, #fff, #999);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#999999', GradientType=0);
    color: #666666;
    text-shadow: none !important;
    border-radius: 4px;
}
