html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,

/* ol, ul, li, */

fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
credentials,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article,
main,
aside,
credentials,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

sup {
    font-size: 10px;
}

html {
    font-size: 18px
}

input,
button {
    -webkit-appearance: none;
}


/*
------------------------------------------ */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.kiwi {
    color: #BEB400;
}

.rblue {
    color: #003C78;
}

.rbluel {
    color: #78A7CD;
}

.olive-dark {
    color: #3C3800;
}

.grey {
    color: #A0A0A0;
}

.nsp {
    font-family: neo-sans;
}

.nowrap {
    white-space: nowrap;
}

b,
strong {
    font-family: neo-sans;
    font-weight: 400;
}

body {
    font-family: "neo-sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #323232;
    background: #fff;
}

a {
    text-decoration: none;
    color: #003c78;
}

a:hover {
    color: #23527c;
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a img {
    vertical-align: middle;
}

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

.rub {
    font-family: 'Rubl';
}

.bd-radius {
    border-radius: 5px;
}

p:not:last-child {
    margin: 0;
}

.progs__text {
    /*margin-left: 10px;*/
}

.mr-null {
    margin-right: 0 !important;
}

.mr-bot-null {
    margin-bottom: 0 !important;
}

.mr-auto {
    float: none !important;
    margin: 0 auto;
}

.clear-both {
    clear: both;
}

.f-reg {
    font-weight: normal;
}

.pd-top-25 {
    padding-top: 25px;
}

.pd-bot-25 {
    padding-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "neo-sans", sans-serif;
    font-weight: normal;
    color: #003C78;
}

h1 {
    font-size: 2rem;
    line-height: 2.8rem;
}

h2 {
    font-size: 1.34em;
    line-height: 1.24em;
    margin: 0 0 25px;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.6rem
}

p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0 0 25px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: "";
    display: table;
    clear: both;
}

.rounded-padding {
    padding: 30px;
}

.padding-tb {
    padding: 30px 0;
}

.padding-lr {
    padding: 0 8%;
}

label {
    display: block;
    font-size: 12px;
    margin: 0 0 2px;
    font-weight: 400;
}

input:focus,
select:focus,
button:focus {
    outline: none;
}

.btn-green {
    display: inline-block;
    padding: 12px 28px;
    background: #BEB400;
    color: #fff;
    line-height: 1;
    border: 1px solid #DED980;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    outline: none;
}


/* -- header --*/

.erv-col-1 {
    width: 7.13%;
    float: left;
}

.erv-col-2 {
    width: 15.57%;
    float: left;
}

.erv-col-3 {
    width: 24.01%;
    float: left;
}

.erv-col-4 {
    width: 32.46%;
    float: left;
}

.erv-col-5 {
    width: 40.9%;
    float: left;
}

.erv-col-6 {
    width: 49.34%;
    float: left;
}

.erv-col-7 {
    width: 57.79%;
    float: left;
}

.erv-col-8 {
    width: 66.23%;
    float: left;
}

.erv-col-9 {
    width: 74.67%;
    float: left;
}

.erv-col-10 {
    width: 83.99%;
    float: left;
}

.erv-col-12 {
    width: 100%;
    float: left;
}

.erv-col-1,
.erv-col-2,
.erv-col-3,
.erv-col-4,
.erv-col-5,
.erv-col-6,
.erv-col-7,
.erv-col-8,
.erv-col-9,
.erv-col-10,
.erv-col-12 {
    min-height: 1px;
    position: relative;
}

.erv-row:after {
    content: "";
    display: table;
    clear: both;
}

body {
    padding-top: 115px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    /*background-color:#fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

header .container {
    padding: 0 30px;
    height: 115px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .container:before,
header .container:after {
    display: none;
}

.header-top:after {
    content: "";
    display: table;
    clear: both;
}

.header-top {
    margin: 0 0 30px;
}

header .container,
header .logo .logo-img,
header .logo .logo-caption,
header ul.main-menu,
header .logo {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.fixed .container {
    height: 80px;
}

header.fixed .logo .logo-img {
    width: 108px;
}

header.fixed .logo .logo-caption {
    -webkit-transform: scale(0);
    transform: scale(0);
}

header.fixed .logo {
    padding-left: 12px;
    margin-top: 20px;
}

.slide-menu-btn {
    display: none;
    float: left;
    width: 10%;
    margin-right: 5%;
    cursor: pointer;
    background: #fff;
}

.slide-menu-btn-line {
    width: 100%;
    height: 0;
    background: #eaeaea;
    margin-bottom: 3px;
}

.logo {
    float: left;
    padding-left: 20px;
    margin-top: 25px;
}

.logo .logo-img {
    width: 124px;
    margin: 0 0 7px;
}

.logo .logo-caption {
    color: #003c78;
    font-weight: 400;
    font-size: 12px;
}

.header-cell {
    float: right;
    margin: 0 88px 0 0;
}

.header-cell .header-cell-txt {
    display: block;
    font-size: .89em;
    color: #323232;
    margin: 0 0 5px;
}

.header-cell a {
    font-size: 1.34em;
    color: #003c78;
    font-weight: 400;
}

.cell-margin {
    margin-right: 1.32% !important;
}

ul.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}

ul.main-menu li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
}

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

ul.main-menu li.active a {
    border-bottom: 2px solid #beb400;
    color: #323232;
}

ul.main-menu li a {
    display: block;
    width: 100%;
    height: auto;
    /*font: 14px neo-sans;*/
    font-family: "neo-sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #323232;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

ul.main-menu li a:hover {
    border-bottom: 2px solid #beb400;
    text-decoration: none;
}

ul.main-menu li.agents-login {
    position: relative;
}

ul.main-menu li.my-erv a {
    background-color: #beb400;
    color: #fff;
}

#agentform {
    color: #003c78;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    cursor: pointer;
    font-family: neo-sans;
    padding: 10px;
    border: 1px solid #78a7cd;
    border-radius: 4px;
    font-weight: 400;
    white-space: nowrap;
}

#agentform:hover {
    color: white;
    background: #003c78;
}

.agents-entry {
    position: absolute;
    background: #003B77;
    top: 60px;
    right: 0;
    width: 370px;
    display: none;
    padding: 30px;
    z-index: 100;
}

.ag-ent-ipt-ico {
    display: inline-block;
    vertical-align: middle;
    font-size: 43px;
    color: #7F9DBB;
    margin: 0 27px 0 0;
}

.agents-entry input[type="text"],
.agents-entry input[type="password"] {
    display: inline-block;
    width: 235px;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 5px;
    font: 18px "neo-sans", sans-serif;
    line-height: normal;
    padding: 0 15px;
    text-align: left;
}

.agents-entry button {
    font: 18px neo-sans;
    height: 60px;
    border: none;
    line-height: 58px;
    background: #beb400;
    border-radius: 5px;
    color: #fff;
    padding: 0 16px;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin: 15px 0 15px;
}

.agents-entry .ag-ent-ipt {
    position: relative;
    margin: 0 0 0;
    text-align: right;
}
.agents-entry .ag-ent-ipt input {
    width: 100%;
}

ul.main-menu li a.ag-ent-href-pass {
    float: left;
    width: auto;
    height: auto;
    line-height: normal;
    color: #7F9DBB;
    font-size: 12px;
    text-decoration: underline;
}

ul.main-menu li a.ag-ent-href-reg {
    float: right;
    width: auto;
    height: auto;
    line-height: normal;
    color: #7F9DBB;
    font-size: 12px;
    text-decoration: underline;
}

ul.main-menu li a.ag-ent-href-pass:hover,
ul.main-menu li a.ag-ent-href-reg:hover {
    background: none;
}


/*-- Banner Section --*/

#wide-banner {
    background: #9cafd9;
    min-height: 400px;
    position: relative;
}

.wd-bn-cont {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 50;
}

.sl-wrap {
    height: 100%;
}

.sl-wrap .swiper-slide {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.sl-cont {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sl-cont:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sl-cont-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    width: 66.23%;
}

.banner-container {
    padding: 30px;
    text-align: right;
}

.banner-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.banner-form {
    /*background: #e1e7f5;*/
    padding: 30px;
    width: 32.46%;
    text-align: left;
}

.banner-form h2 {
    color: #003c78;
    margin: 0 0 15px;
    font-family: neo-sans;
}

.banner-form input {
    width: 100%;
    height: 60px;
    line-height: normal;
    border-radius: 5px;
    border: none;
    background: #fff;
    padding: 0 16px;
    font: 1em neo-sans;
}

.banner-form input[type="submit"] {
    background: #beb400;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.banner-form .bn-form-wd-input {
    width: 100%;
    float: none;
    margin: 0 0 14px;
}

.banner-form .bn-form-sm-input {
    width: 47.74%;
    float: left;
    margin: 0 4.52% 14px 0;
    position: relative;
}

.banner-form .bn-form-sm-input:nth-of-type(3) {
    margin: 0;
}

.bn-form-sm-input-cal {
    display: block;
    width: 18px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    bottom: 22px;
    right: 14px;
    background: url('./img/calendar-sm.png') no-repeat;
    background-size: cover;
}

ul.ui-autocomplete {
    position: absolute !important;
    background: #fff;
    z-index: 300;
    /*width: 310px!important;*/
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 175px;
    overflow: auto;
}

ul.ui-autocomplete li {
    padding: 8px 16px;
    cursor: pointer;
}

ul.ui-autocomplete li:hover {
    background: #beb400;
    color: #fff;
}

.ui-helper-hidden-accessible {
    display: none;
}


/*.ui-datepicker {display:none;border-radius: 5px;background: rgba(255, 255, 255, .95);z-index: 100!important;width: 470px!important;height: 450px;outline:none!important;}*/

.ui-datepicker-trigger {
    display: block;
    width: 18px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    bottom: 14px;
    right: 14px;
    z-index: 10;
}

.ui-datepicker-trigger.insurance-date {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    bottom: 25px;
    right: 12px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: none;
}

.ui-datepicker-title {
    font-size: 16px;
    line-height: 25px;
}

.ui-datepicker-month {
    color: #333333;
    font-family: 'neo-sans', verdana;
}

.ui-datepicker-year {
    color: #A0A0A0;
    vertical-align: middle;
}

.ui-datepicker-calendar>thead>tr>th {
    font-size: 16px;
    font-family: 'neo-sans', verdana;
    color: #A0A0A0;
    font-weight: 100;
    height: 30px;
}

.ui-datepicker-calendar>thead>tr>th.ui-datepicker-week-end {
    color: #333333;
}

.ui-datepicker-calendar td {
    text-align: center;
    vertical-align: middle;
}

.ui-datepicker td.ui-state-disabled span {
    color: #9e9e9e;
}

.ui-datepicker-calendar td a {
    display: block;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    line-height: 49px;
    margin: 5px;
    font-size: 1.62em;
    color: #333333;
}

.ui-datepicker-calendar td.ui-datepicker-week-end a {
    font-weight: 400;
}

.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td a.ui-state-active {
    background-color: #beb400;
    color: #fff;
}

.ui-datepicker-group {
    padding: 15px;
}

.bn-form-select .jq-selectbox__dropdown ul {
    height: 500px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    width: 100%;
    border: 0;
}

.bn-form-select .jq-selectbox__dropdown ul>li {
    font: 1em neo-sans-pro;
    color: #fff;
    padding: 19px 16px 19px 24.52%;
    width: 100%;
    margin: 0;
    background: rgba(190, 180, 0, 0.9);
}

.bn-form-select .jq-selectbox__dropdown ul>li.selected {
    background-color: #DED980;
    color: #fff;
    width: 100%;
}

.bn-form-select .jq-selectbox__dropdown ul>li:hover {
    background-color: #DED980;
    color: #fff;
}

.bn-form-select .jq-selectbox__dropdown ul>li:first-child {
    display: none;
}

.bn-form-select .jq-selectbox__dropdown ul>li.bn-form-st-plus {
    background-image: url('./img/visa-form.svg');
    background-repeat: no-repeat;
    background-position: 3.23% 50%;
    background-size: 12.26%;
}

.bn-form-select .jq-selectbox__dropdown ul>li.bn-form-optima {
    background-image: url('./img/form-list.svg');
    background-repeat: no-repeat;
    background-position: 5.16% 50%;
    background-size: 9.03%;
}

.bn-form-select .jq-selectbox__dropdown ul>li.bn-form-tr-rus {
    background-image: url('./img/form-building.svg');
    background-repeat: no-repeat;
    background-position: 4.68% 50%;
    background-size: 10%;
}


/* Scroll */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 15px;
    width: 1px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #DDD986;
    position: relative;
}

.jspDrag {
    background: #BEB400;
    position: relative;
    top: 0;
    right: 3px;
    cursor: pointer;
    width: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}


/* end of scroll*/


/* new datepicker */

.period-dates,
.agencies-dates {
    display: none;
    position: absolute;
    bottom: -450px;
    right: 0;
    z-index: 9999;
    border-radius: 5px;
    background: rgba(255, 255, 255, .95);
    width: auto;
    max-width: 470px !important;
    height: 450px;
    outline: none !important;
    /* overflow-y: hidden; */
}

.period-dates .ui-datepicker-inline,
.agencies-dates .ui-datepicker-inline {
    width: 100% !important;
}


/* --select --*/

.jq-selectbox {
    cursor: pointer;
    width: 100%;
    outline: none;
}

.jq-selectbox__select {
    font: 18px neo-sans;
    height: 60px;
    border: 1px solid #DED97F;
    line-height: 58px;
    background: #beb400;
    border-radius: 5px;
    color: #fff;
    padding: 0 16px;
    outline: none;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 86.42% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 19.48%;
    border-left: 1px solid #DED97F;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 16px;
    background: url('./img/select-trigger.png') no-repeat;
    -webkit-transition: .2s;
    transition: .2s;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 2px;
    border-radius: 5px;
    /* width: 310px; */
    border: none;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*-- slide-menu --*/

.slide-menu {
    width: 40%;
    background: #e5e5e5;
    overflow: auto;
}

.slide-menu-list {
    padding: 0 40px;
    margin: 2em 0;
    list-style: none;
}

.slide-menu-list li {
    font-size: 2em;
    line-height: 2.4em;
    margin: 0;
}

.slide-menu-list li a {
    color: #333;
}


/*-- insurance block --*/

.insurance-blocks .container {
    padding: 30px;
}

.ins-bl-common {
    float: left;
    width: 32.46%;
    height: 235px;
    overflow: hidden;
    margin: 0 1.31% 0 0;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.ins-bl-common a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.ins-bl-kiwi {
    background-color: #beb400;
}

.ins-bl-kiwi:hover {
    background-color: #E6E299;
}

.ins-bl-kiwi:hover .ins-bl-header,
.ins-bl-kiwi:hover .ins-bl-price {
    color: #BEB400;
}

.ins-bl-blue-grad {
    background-color: #003C78;
}

.ins-bl-blue-grad:hover {
    background-color: #78A7CD;
}

.ins-bl-yellow {
    background-color: #edd114;
}

.ins-bl-yellow:hover {
    background-color: #F6E88A;
}

.ins-bl-yellow:hover .ins-bl-header,
.ins-bl-yellow:hover .ins-bl-price {
    color: #787000;
}

.ins-bl-header {
    color: #fff;
    font-size: 1.34em;
    margin: 0 0 10px;
    font-family: neo-sans;
    font-weight: 400;
}

.ins-bl-txt {
    font: 1em neo-sans;
    margin: 0 0 18px;
    color: #323232;
    font-weight: 300;
}

.ins-bl-blue-grad .ins-bl-txt {
    color: #fff;
}

.ins-bl-price {
    font: 2em neo-sans;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.ins-bl-price .pr {
    font-size: 1.34em;
    font-weight: 400;
    display: inline-block;
}

.ins-bl-price .db {
    font-size: .67em;
    display: inline-block;
    line-height: 1.05em;
}


/*-- insurable-event --*/

.ins-ev-container {
    padding: 60px 30px;
    background: url('./img/ins-ev-bg.jpg') no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    position: relative;
}

.ins-corner-top {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 28px solid #fff;
    border-right: 1200px solid transparent;
}

.ins-corner-bot {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 28px solid #fff;
    border-right: 1200px solid transparent;
}

.ins-ev-left {
    float: left;
    width: 32.46%;
    margin: 0 9.65% 0 0;
    position: relative;
}

.ins-ev-left-title {
    font-size: 2em;
    font-family: neo-sans;
    margin: 0 0 16px;
}

.ins-ev-left-txt {
    line-height: 25px;
    font-size: 1em;
}

.ins-ev-left-arrow {
    display: block;
    position: absolute;
    right: -65px;
    top: 110px;
    width: 249px;
    height: auto;
}

.ins-ev-right {
    float: left;
    width: 50.88%;
}

.ins-ev-right-bl {
    float: left;
    width: 50%;
    margin: 0 0 30px 0;
}

.ins-ev-right-bl-img {
    width: 81px;
    height: 81px;
    display: inline-block;
    line-height: 81px;
    font-size: 3.16em;
    text-align: center;
    margin: 0 12px 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    vertical-align: middle;
    color: #fff;
}

.ins-ev-right-bl-txt {
    font-size: 1.34em;
    line-height: 1.2em;
    width: 140px;
    color: #fff;
}

.ins-ev-right-bl:hover .ins-ev-right-bl-img {
    background: #EED215;
    color: #003C78;
    border: none;
}

.ins-ev-right-bl:hover .ins-ev-right-bl-txt {
    color: #EED215;
}

div.ins-ev-right-bl:nth-of-type(3),
div.ins-ev-right-bl:nth-of-type(4) {
    margin: 0;
}

.ins-in-erv {}

.ins-in-erv-img {
    display: inline-block;
    width: 33.42%;
    height: 317px;
    margin: 0 12px 0 0;
    background: url('./img/beach.jpg') no-repeat 50% 50% / cover;
    vertical-align: middle;
    position: relative;
}

.img-corner-top {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 401px solid transparent;
}

.img-corner-bot {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 401px solid transparent;
}

.ins-in-erv-bl {
    display: inline-block;
    width: 62.92%;
    vertical-align: middle;
}

.ins-in-erv-bl-ttl {
    font-size: 1.34em;
    line-height: 1.24em;
    color: #003C78;
    margin: 0 0 16px;
}

.ins-in-erv-bl p {
    font-size: .78em;
    line-height: 1.45em;
    margin: 0 0 20px;
}

.ins-in-erv-bl p:last-child {
    margin-bottom: 0;
}

.ech {}

.ech-bg {
    background: #BEB400 url('./img/dotted-map.png') no-repeat 50% 50% / cover;
    padding: 60px 30px;
    position: relative;
}

.ech-corner-top {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 28px solid #fff;
    border-right: 1200px solid transparent;
}

.ech-corner-bot {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 28px solid #fff;
    border-right: 1200px solid transparent;
}

.ech-ttl {
    display: block;
    font-size: 2em;
    color: #3C3800;
    line-height: 1.2em;
    margin: 0 0 27px;
}

.ech-txt {
    width: 66.32%;
    float: left;
    line-height: 25px;
    font-size: 1em;
}

.ech-txt-btn {
    display: block;
    background: #fff;
    width: 177px;
    height: 42px;
    line-height: 42px;
    margin: 30px auto 0;
    font-size: 14px;
    font-weight: bold;
    color: #BEB400;
    text-align: center;
    border-radius: 5px;
}

.ech-contact {
    width: 32.46%;
    float: right;
    padding: 15px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    margin-top: 5%;
    border: 2px solid #BEB400;
}

.ech-contact-txt {
    font: 12px neo-sans;
    font-weight: bold;
    line-height: 17px;
    margin: 0 0 7px;
}

.ech-contact-cell {
    display: inline-block;
    font: 1.34em neo-sans;
    color: #3C3800;
    line-height: 1.45em;
}

.bnft {}

.bnft-ttl {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0 0 23px;
}

ul.bnft-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

ul.bnft-list li {
    float: left;
    width: 23.95%;
    margin: 0 1.4% 0 0;
}

ul.bnft-list li:last-child {
    margin-right: 0;
}

.bnft-list-img {
    height: 137px;
    width: 100%;
    text-align: center;
    margin: 0 0 19px;
    color: #FFFFFF;
    font-size: 7.62em;
}

.bnft-list-img:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bnft-list-ttl {
    font: 1.34em neo-sans;
    line-height: 1.24em;
    color: #003C78;
    margin: 0 0 14px;
}

.bnft-list-txt {
    font-size: 1em;
    line-height: 1.4em;
}


/*-- news and blog --*/

.home-news {
    padding: 30px;
    border-bottom: 1px solid #e1e7f5;
}

.hm-ns-name {
    margin: 0 0 18px;
}

.hm-ns-lf {
    float: left;
    width: 64.91%;
}

.hm-bl-rt {
    float: right;
    width: 32.46%;
    background: #eaeaea;
    padding: 30px;
}

.hm-bl-rt a {
    color: #3b3700;
}

.hm-bl-rt-name {
    margin: 0 0 15px;
}

.hm-ns-single {
    margin: 0 0 15px;
}

.hm-ns-single:after {
    content: '';
    display: table;
    clear: both;
}

.home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-img {
    width: 50%;
    height: 278px;
}

.home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-r {
    width: 47.97%;
}

.home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-rmore {
    display: block;
    margin: 18px 0 0;
}

.hm-ns-single-img {
    width: 23.78%;
    height: 178px;
    float: left;
    margin: 0 2.03% 0 0;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.hm-ns-single-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.hm-ns-single-r {
    width: 74.05%;
    float: left;
    padding: 15px 0;
}

.hm-ns-single-title {
    font: 1.34em/1em neo-sans;
    font-weight: normal;
    margin: 0 0 5px;
}

.hm-ns-single-title h5 {}

.hm-ns-single-date {
    font: .67em neo-sans;
    color: #9f9f9f;
    margin: 0 0 10px;
}

.hm-ns-single-txt {
    font-size: 1em;
    line-height: 1.4em;
}

.hm-ns-single-rmore {
    font-family: neo-sans;
    display: inline-block;
}

.hm-ns-single-rmore a {
    text-decoration: underline;
}

.hm-bl-single {
    margin: 0 0 15px;
}

.hm-bl-single-title {
    font: 1em/1.5em neo-sans;
    font-weight: normal;
    margin: 0 0 5px;
}

.hm-bl-single-title h5 {
    font-weight: normal;
    color: #3C3800;
}

.hm-bl-single-txt {
    font-size: .78em;
    line-height: 20px;
    margin: 0 0 10px;
}

.hm-bl-single-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 18px;
}

.hm-bl-btn {
    text-align: center;
    margin: 6px 0 0
}

.hm-bl-btn a {
    display: inline-block;
    padding: 15px 28px;
    line-height: 1;
    color: #fff;
    background: #3C3800;
    font-size: 14px;
}


/*-- inner blog --*/

.first-news {
    margin: 0 0 30px;
}

.first-news:after {
    content: '';
    display: table;
    clear: both;
}

.first-news-img {
    width: 49.34%;
    height: 380px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.first-news-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.first-news-content {
    width: 50.66%;
    height: 380px;
    float: left;
    padding: 30px;
    background: #E4F0F8;
}

.first-news-date {
    font: .67em/1.25em neo-sans;
    color: #9f9f9f;
    margin: 0;
}

.first-news-ttl {
    font: 1.34em/1.24em neo-sans;
    margin: 0 0 10px;
}

.first-news-txt {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 15px;
}

.first-news-rmore {
    display: block;
    font: 1em/1.24em neo-sans;
    text-decoration: underline;
}

.news-blog {
    padding-bottom: 15px;
}

.news-blog:after {
    content: '';
    display: table;
    clear: both;
}

.short-news {
    float: left;
    width: 49.34%;
    height: 422px;
    margin: 0 1.32% 15px 0;
}

.short-news:after {
    content: '';
    display: table;
    clear: both;
}

.short-news:nth-child(2n) {
    margin-right: 0;
}

.short-news-img {
    float: left;
    width: 33.56%;
    height: 178px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    background: no-repeat 50% 50% / cover;
}

.short-news-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.short-news-cont {
    float: left;
    width: 66.44%;
    height: 100%;
    padding: 15px;
    border-right: 1px dotted #78A7CD;
    overflow: hidden;
}

.short-news:nth-child(2n) .short-news-cont {
    border-right: 0;
}

.short-news-ttl {
    font: 1.34em/1.24em neo-sans;
    margin: 0 0 2px;
}

.short-news-date {
    font: .67em/1.25em neo-sans;
    color: #9f9f9f;
    margin: 0 0 10px;
}

.short-news-txt {
    font-size: 1em;
    line-height: 1.4em;
}

.short-news-rmore {
    font: 1em/1.24em neo-sans;
    text-decoration: underline;
}

.blog-pagination {
    clear: both;
    text-align: center;
    border-top: 1px dotted #78A7CD;
    padding: 15px 0;
}

.blog-pagination-form {
    display: block;
}

.blog-pagination-form input[type="text"] {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 1;
    text-align: center;
    border: 2px solid #EBEBEB;
    font: 1em neo-sans;
    border-radius: 5px;
}

.blog-pagination-txt {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    font: 1em/1.24em neo-sans;
    text-decoration: underline;
}

.blog-pagination-txt.disabled {
    pointer-events: none;
    text-decoration: none;
    color: #A0A0A0;
}

.blog-pagination-prev {
    display: inline-block;
    width: 12px;
    margin: 0 15px;
    vertical-align: middle;
}

.blog-pagination-next {
    display: inline-block;
    width: 12px;
    margin: 0 15px;
    vertical-align: middle;
}

.b-inner-img {
    height: 0;
    padding-top: 56.32%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    z-index: 200;
}

.b-inner-cont {
    padding: 30px 8%;
}

.b-inner-img-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    z-index: 202;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(125, 185, 232, 0)), to(#003C78));
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #003C78 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#003C78', GradientType=0);
}

.b-inner-img-cont-date {
    font: 1em/1.4em neo-sans;
    color: #fff;
    margin: 0 0 7px;
}

.b-inner-img-cont-ttl {
    font: 2em/1.4em neo-sans;
    color: #CBE3F1;
}

ul.line-list {
    padding: 0 44px;
    margin: 0 0 25px;
    list-style: none;
    font-size: 1em;
    line-height: 1.4em;
}

ul.line-list>li {
    margin: 0 0 0px;
    position: relative;
}

ul.line-list>li:before {
    content: '\2014';
    position: absolute;
    top: 0;
    left: -22px;
    color: #323232;
    font-size: 1em;
    background: none;
}

.rel-sl {
    padding: 0 8%;
}

.rel-sl-btop {
    padding: 30px 0;
    border-top: 2px dotted #78A7CD;
}

.rel-sl-cont {
    position: relative;
}

.rel-sl-slide {
    height: 178px !important;
}

a.rel-sl-slide-href {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

a.rel-sl-slide-href:hover {
    border: 2px solid #78A7CD;
}

.rel-sl-slide-img {
    display: inline-block;
    width: 38.07%;
    height: 100%;
    vertical-align: middle;
    margin: 0 15px 0 0;
    background: #fff no-repeat 50% 50% / cover;
}

.rel-sl-slide-txt {
    display: inline-block;
    width: 55.19%;
    vertical-align: middle;
}

.rel-sl-slide-txt-ttl {
    font: 24px/24px neo-sans;
    color: #003C78;
    margin: 0 0 5px;
}

.rel-sl-slide-txt-date {
    font: 12px/15px neo-sans;
    color: #A0A0A0;
}

.n-p {
    margin: 0 0 15px;
}

.n-p:after {
    content: '';
    display: table;
    clear: both;
}

.n-p-next,
.n-p-prev {
    width: 49.23%;
    float: left;
    font: 0.778em/1.46em neo-sans;
    color: #003C78;
}

.n-p-next {
    margin-right: 1.54%;
}

.rel-sl-arrows {
    position: absolute;
    width: 18px;
    top: 50%;
    margin-top: -18px;
    z-index: 300;
    cursor: pointer;
}

.rel-sl-arrow-left {
    left: -46px;
}

.rel-sl-arrow-right {
    right: -46px;
}

.short-post {
    margin: 0 0 30px;
}

.short-post-img {
    height: 380px;
    margin: 0 1.32% 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}

.short-post-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.short-post-cont {
    padding: 25px 30px 25px 15px;
    height: 380px;
}

.short-post-date {
    margin: 0 0 15px;
    line-height: 15px;
}

.short-post-date>span {
    display: inline;
    padding: 1px 5px;
    background-color: #003C78;
    color: #fff;
    font: 12px/15px neo-sans;
}

a.short-post-link {
    display: block;
    padding: 0 5px;
    margin: 0 0 20px;
}

.short-post-ttl {
    display: inline;
    font-size: 1.34em;
    line-height: 1.4em;
    background-color: #BEB400;
    color: #fff;
    outline: 5px solid #BEB400;
    -webkit-box-shadow: 0 0 0 3px #BEB400;
    box-shadow: 0 0 0 3px #BEB400;
}

.short-post-txt {
    max-height: 200px;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 10px;
}

.short-post-tags {
    position: relative;
}

.short-post-tags:before {
    content: '#';
    display: inline-block;
    color: #A0A0A0;
    font: 1em neo-sans;
}

.short-post-tags a {
    display: inline-block;
    padding: 2px 6px;
    background-color: #A0A0A0;
    color: #fff;
    font: 14px neo-sans;
    letter-spacing: .025em;
    border-radius: 5px;
    margin: 8px;
}

.b-p-inner-img {
    height: 464px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.b-p-inner-img-cont {
    width: 1200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    margin: 0 auto;
}

ul.white-main-menu li a {
    color: #fff;
}

ul.white-main-menu li a:hover {
    color: #323232;
    background-color: rgba(255, 255, 255, 0.5);
}

ul.white-crumbs li a {
    color: #fff !important;
}

.b-p-inner-date {
    margin: 0 0 10px;
}

.b-p-inner-date span {
    display: inline;
    padding: 0 15px;
    background-color: #003C78;
    color: #fff;
    font: 1em/1.25em neo-sans;
}

.b-p-inner-ttl-cont {
    border-left: 15px solid #BEB400;
    overflow: hidden;
}

.b-p-inner-ttl {
    display: inline;
    line-height: 1.4em;
    background-color: #BEB400;
    color: #fff;
    /*outline:5px solid #BEB400;*/
    -webkit-box-shadow: 0 0 0 5px #BEB400;
    box-shadow: 0 0 0 5px #BEB400;
}

.b-p-inner-cont .short-post-tags {
    margin: 0 0 30px;
}

.b-p-inner-cont .short-post-tags a {
    margin: 0 15px 0 0;
}

.b-p-inner-cont .short-post-tags:before {
    position: absolute;
    top: 0;
    left: -27px;
}

.b-p-inner-short-desc {
    font-size: 1.34em;
    line-height: 1.4;
    color: #003C78;
}

ul.line-double {
    padding: 30px 0 55px 0;
    margin: 0;
    list-style: none;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

ul.line-double>li {
    padding-left: 45px;
    position: relative;
    margin: 0 0 15px;
}

ul.line-double>li:before {
    content: '\2014';
    position: absolute;
    top: 0;
    left: 22px;
    color: #323232;
    font-size: 1em;
}

.b-p-inner-cont img {
    margin: 30px 0 30px 0;
}

.b-p-inner-cont .ui-datepicker-trigger {
    margin: 0;
}

.photo-sign {
    font-size: 14px;
    color: #A0A0A0;
}

.b-form {
    border: 2px solid #BEB400;
    margin: 20px 0 55px;
    padding: 30px 30px 0;
}

.b-form-row {
    margin: 0 -7px;
}

.b-form-row:after {
    content: '';
    display: table;
    clear: both;
}

.b-form-col-5 {
    width: 52.48%;
}

.b-form-col-4 {
    width: 43.97%;
}

.b-form-col-2 {
    width: 20.92%;
}

.b-form-col-5,
.b-form-col-4,
.b-form-col-2 {
    min-height: 1px;
    float: left;
    margin: 0 0.94% 30px;
    position: relative;
}

.b-form input,
.b-form select {
    width: 100%;
    line-height: normal;
    height: 60px;
    border: 2px solid #EBEBEB;
    border-radius: 5px;
    font: 1em neo-sans;
    padding: 0 16px;
}

.b-form-select-cont {
    float: right;
}

.b-form-select .jq-selectbox__select {
    height: 60px;
    padding: 0 16px;
}

.b-form-select .jq-selectbox__select-text {
    width: 100% !important;
    padding-right: 62px;
}

.b-form-select .jq-selectbox__trigger {
    width: 62px;
}

.b-form-select .jq-selectbox__dropdown ul {
    height: 500px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    width: 100%;
    border: 0;
}

.b-form-select .jq-selectbox__dropdown ul>li {
    font: 1em neo-sans-pro;
    color: #fff;
    padding: 19px 16px 19px 24.52%;
    width: 100%;
    margin: 0;
    background: rgba(190, 180, 0, 0.9);
}

.b-form-select .jq-selectbox__dropdown ul>li.selected {
    background-color: #DED980;
    color: #fff;
    width: 100%;
}

.b-form-select .jq-selectbox__dropdown ul>li:hover {
    background-color: #DED980;
    color: #fff;
}

.b-form-select .jq-selectbox__dropdown ul>li:first-child {
    display: none;
}

.b-form-select .jq-selectbox__dropdown ul>li.bn-form-st-plus {
    background-image: url('./img/visa-form.svg');
    background-repeat: no-repeat;
    background-position: 3.23% 50%;
    background-size: 12.26%;
}

.b-form-select .jq-selectbox__dropdown ul>li.bn-form-optima {
    background-image: url('./img/form-list.svg');
    background-repeat: no-repeat;
    background-position: 5.16% 50%;
    background-size: 9.03%;
}

.b-form-select .jq-selectbox__dropdown ul>li.bn-form-tr-rus {
    background-image: url('./img/form-building.svg');
    background-repeat: no-repeat;
    background-position: 4.68% 50%;
    background-size: 10%;
}


/* end of blog */

.what-for-ttl {
    display: block;
    font: 2em/1.2em neo-sans;
    color: #3C3800;
    margin: 0 0 31px;
}

ul.for-what {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

ul.for-what li {
    float: left;
    width: 32.46%;
    height: 370px;
    margin: 0 1.31% 15px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.for-what li:nth-child(3n) {
    margin-right: 0;
}

.flipper .front {
    color: #BEB400;
    cursor: pointer;
}

.flipper .front:hover {
    background: #BEB400;
    color: #fff;
}

.flipper .back {
    border: 2px solid #BEB400;
    border-radius: 5px;
    cursor: pointer;
}

.for-what-back {
    padding: 0;
}

.for-what-back-ttl {
    display: block;
    font-size: 1.34em;
    line-height: 1.24em;
    margin: 0 0 18px;
}

.for-what-back-txt {
    font-size: 0.944rem;
    line-height: 1.4em;
}

.for-what-img {
    height: 228px;
    padding: 36px 0 0;
    font-size: 10.28em;
    margin: 0 0 24px;
    text-align: center;
    line-height: 0;
}

.for-what-img:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.for-what-img img {
    max-height: 100%;
}

.for-what-txt {
    font: 1.34em/1.24em neo-sans;
    text-align: center;
}

.for-what-info {
    font: 14px/20px neo-sans;
    letter-spacing: .025em;
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.for-what-info-ico {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.for-what-btn-cont {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.for-what-btn-label {
    font: 12px/15px neo-sans;
    margin-bottom: 6px;
}

a.for-what-btn {
    display: inline-block;
    padding: 21px 30px;
    background-color: #BEB400;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.for-what-btn.with-ico {
    padding-left: 75px;
    background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: auto 37px;
}

.for-what-btn.blue-bg {
    background-color: #003C78;
}

.for-what-btn.yel-bg {
    background-color: #EED215;
    color: #3C3800;
}

a.for-what-btn:hover {
    background-color: #E6E299;
}

.for-what-btn.blue-bg:hover {
    background-color: #78A7CD;
}

.for-what-btn.yel-bg:hover {
    background-color: #F6E88A;
}

.prog-nd-top {
    background: url('./img/yellow-island.png') no-repeat 50% 100%;
}

.prog-nd-wrapper {
    position: relative;
}

.prog-nd-ttl {
    display: block;
    margin: 0 0 26px;
    font: 1.34em neo-sans;
}

.prog-nd-big-ttl {
    font: 2em/1.2em neo-sans;
    margin: 0 0 28px;
}

.prog-nd-cont {
    width: 49.3%;
    padding: 0 0 0 95px;
}

.prog-nd-cont-ico {
    position: absolute;
    left: 0;
    top: 0;
}

.prog-nd-cont-ttl {
    display: block;
    font: 1.34em neo-sans;
    margin: 0 0 12px;
}

.prog-nd-cont-txt {
    font-size: .78em;
    line-height: 1.45em;
    margin: 0 0 15px;
}

.prog-nd-cont p:last-child {
    margin: 0;
}

ul.prog-nd-cont-list {
    padding: 0 0 0 40px;
    list-style: none;
    font-size: .78em;
    line-height: 1.45em;
}

ul.prog-nd-cont-list li {
    margin: 0 0 10px;
    position: relative;
}

ul.prog-nd-cont-list li:before {
    content: '\e901';
    font-family: 'erv-icon-set';
    position: absolute;
    top: 0;
    left: -16px;
    color: #BEB400;
    font-size: 8px;
    background: none;
}

ul.prog-nd-cont-list li>ul {
    padding: 10px 0 0 40px;
    list-style: none;
    font-size: 1em;
    line-height: 20px;
}

ul.prog-nd-cont-list li>ul>li {
    margin: 0 0 0px;
    position: relative;
}

ul.prog-nd-cont-list li>ul>li:before {
    content: '\2014';
    position: absolute;
    top: 0;
    left: -20px;
    color: #323232;
    font-size: 10px;
    background: none;
}

.prog-nd-wdcont {
    width: 100%;
}

.prog-nd-cancel-wrap {
    position: relative;
    width: 664px;
    margin: 0 0 0 290px;
}

.prog-nd-cancel-wrap-cont {
    position: relative;
    padding: 0 0 0 95px;
}

.prog-nd-st-plus {
    position: relative;
    float: right;
    margin: 30px 0 0;
}

.prog-nd-st-plus-ar-01 {
    width: 16.19%;
    position: absolute;
    top: -79px;
    left: 110px;
}

.prog-nd-st-plus-ar-02 {
    width: 36.55%;
    position: absolute;
    top: 56px;
    left: -320px;
}

.prog-nd-opt {
    position: relative;
    float: left;
    margin: 172px 0 0;
}

.prog-nd-opt-ar-01 {
    width: 19.4%;
    position: absolute;
    bottom: 3px;
    right: -123px;
}

.prog-nd-cancel {
    position: relative;
    clear: both;
    padding: 80px 0 15px;
}

.prog-nd-st-foreign {
    position: relative;
    padding: 0;
    float: right;
}

.prog-nd-st-foreign p {
    line-height: 25px;
}

.prog-nd-st-foreign-ar-01 {
    width: 34.34%;
    position: absolute;
    bottom: -31px;
    left: -207px;
}

.prog-nd-optmult {
    position: relative;
    float: left;
    margin: 25px 0 0;
}

.prog-nd-optmult-ar-01 {
    width: 24.38%;
    position: absolute;
    bottom: 95px;
    right: -152px;
}

.prog-nd-optyear {
    position: relative;
    float: right;
    margin: 196px 0 0;
}

.prog-nd-st-plus .icon-basic-cover-icon-kiwi {
    font-size: 4.5em;
    color: #BEB400;
}

.prog-nd-opt .icon-full-cover-icon-kiwi {
    font-size: 4.5em;
    color: #BEB400;
}

.prog-nd-cancel .icon-trip-cancel-kiwi {
    font-size: 3.89em;
    color: #fff;
}

.prog-nd-optmult .icon-opt-ann-sc {
    font-size: 3.89em;
    color: #003C78;
}

.prog-nd-optyear .icon-optima-annual-blue {
    font-size: 3.89em;
    color: #003C78;
}


/* -- inner page --*/

.page-content {
    line-height: 1.4em;
}

ul.breadcrumbs {
    padding: 0 22px;
    list-style: none;
    font-size: 12px;
    letter-spacing: .05em;
    color: #9f9f9f;
    margin: 40px 0 0;
    /*margin-top: 40px;*/
}

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

ul.breadcrumbs li a {
    color: #323232;
}

ul.breadcrumbs .rarr {
    margin: 0 0 0 3px;
}

ul.menu-pages {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    overflow: hidden;
}

ul.menu-pages li {
    float: left;
    width: 11.34%;
    margin: 0 1.32% 0 0;
    height: 0;
    padding-top: 11.34%;
    position: relative;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 62%;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.menu-pages li:last-child {
    margin-right: 0;
}

ul.menu-pages li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9%;
    text-align: center;
    font: .78em/1.45em neo-sans;
    color: #333333;
    border: 2px solid #A0A0A0;
    border-radius: 5px;
}

ul.menu-pages li a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

ul.menu-pages li:hover {
    background-color: #E6E299;
}

ul.menu-pages li:hover a {
    border: none;
    color: #BEB400;
}

ul.menu-pages li:hover a .menu-pages-caption {
    color: #fff;
}

ul.menu-pages li.active {
    background: #EBEBEB;
    background-image: none !important;
}

ul.menu-pages li.active a {
    border: 2px solid #fff;
    pointer-events: none;
}

ul.menu-pages li.active:hover a {
    color: #333333;
}

ul.menu-pages li:nth-child(1) {
    background-image: url('./img/company-history-ico.png');
}

ul.menu-pages li:nth-child(1):hover {
    background-image: url('./img/company-history-ico-hover.png');
}

ul.menu-pages li:nth-child(2) {
    background-image: url('./img/shares-ico.png');
}

ul.menu-pages li:nth-child(2):hover {
    background-image: url('./img/shares-ico-hover.png');
}

ul.menu-pages li:nth-child(3) {
    background-image: url('./img/accounting-ico.png');
}

ul.menu-pages li:nth-child(3):hover {
    background-image: url('./img/accounting-ico-hover.png');
}

ul.menu-pages li:nth-child(4) {
    background-image: url('./img/eti-ico.png');
}

ul.menu-pages li:nth-child(4):hover {
    background-image: url('./img/eti-ico-hover.png');
}

ul.menu-pages li:nth-child(5) {
    background-image: url('./img/team-ico.png');
}

ul.menu-pages li:nth-child(5):hover {
    background-image: url('./img/team-ico-hover.png');
}

ul.menu-pages li:nth-child(6) {
    background-image: url('./img/insr-types-ico.png');
}

ul.menu-pages li:nth-child(6):hover {
    background-image: url('./img/insr-types-ico-hover.png');
}

ul.menu-pages li:nth-child(7) {
    background-image: url('./img/vacancies-ico.png');
}

ul.menu-pages li:nth-child(7):hover {
    background-image: url('./img/vacancies-ico-hover.png');
}

ul.menu-pages li:nth-child(8) {
    background-image: url('./img/requisites-ico.png');
}

ul.menu-pages li:nth-child(8):hover {
    background-image: url('./img/requisites-ico-hover.png');
}

.menu-pages-caption {
    display: block;
    color: #A0A0A0;
    font-size: 12px;
    line-height: 17px;
}

.page-ttl {
    display: block;
    margin: 0 0 28px;
}

.erv-ira-rating {
    float: right;
}

.erv-ira-rating .cert-container {
    margin: 0;
    line-height: normal;
}

.page-content-left {
    width: 83.16%;
}

.about-gallery {
    display: block;
    padding: 35px 0 60px;
}

.about-gallery:after {
    content: '';
    display: table;
    clear: both;
}

.about-gallery a {
    display: block;
    float: left;
    margin: 0 14px 0 0;
    opacity: .7;
    -webkit-transition: .2s;
    transition: .2s;
}

.about-gallery a:last-child {
    margin-right: 0;
}

.about-gallery a:hover {
    opacity: 1;
}

.about-gallery a img {
    height: 177px;
}

.page-content-padding-ul {
    padding: 30px 96px 35px;
}

.page-content-padding-ul-ttl {
    font: 1em neo-sans;
    color: #003C78;
    margin: 0 0 25px;
}

.page-content-padding-ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .78em;
    line-height: 1.45em;
}

.page-content-padding-ul ul li {
    padding-left: 30px;
    position: relative;
    margin: 0 0 20px;
}

.page-content-padding-ul ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #BEB400;
    position: absolute;
    left: 2px;
    top: 6px;
}

ul.pdfs {
    padding: 56px 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
    width: 100%;
}

ul.pdfs>li {
    float: left;
    width: 24%;
    margin: 0 1.33% 0 0;
}

ul.pdfs>li:last-child {
    margin: 0;
}

ul.pdfs>li>a {
    display: block;
    width: 100%;
    min-height: 77px;
    padding: 10px 15px 10px 56px;
    border: 2px solid #CBE3F1;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .025em;
    background: #fff url('./img/pdf.png') no-repeat 15px 50% / 26px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.pdfs>li>a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

ul.pdfs>li>a:hover {
    background-color: #E4F0F8;
    border: 2px solid #E4F0F8;
}

ul.pdfs>li:after {
    content: '';
    display: table;
    clear: both;
}

.team-mem {
    width: 24%;
    margin: 0 .99% 60px 0;
    padding: 0 1.25% 0 0;
    display: inline-block;
    vertical-align: top;
}

.team-mem:nth-of-type(4n) {
    margin-right: 0;
}

.team-mem-img {
    margin: 0 0 13px;
}

.team-mem-img-bg {
    width: 178px;
    height: 178px;
    background-color: #F9F8E5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.team-mem-rank {
    font-family: 'neo-sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #A0A0A0;
    margin: 0 0 1px;
    letter-spacing: .025em;
}

.team-mem-name {
    line-height: 1.24em;
    font-size: 1em;
}

.progs-cont:after {
    content: '';
    display: table;
    clear: both;
}

.progs-four-block {
    width: 67.54%;
    float: left;
}

.progs-four-block-ttl {
    font: 1em neo-sans;
    line-height: 1.25em;
    color: #BEB400;
    margin: 0 0 10px;
    padding-left: 15px;
}

.pr_col.pl_col>.progs-four-block-ttl {
    padding-left: 15px;
}

.pr_col.pl_col>.progs-two-block-ttl {
    padding-left: 15px;
}

.progs-four-block .ins-bl-common {
    margin: 0 1.95% 1.95% 0;
    width: 48.05%;
}

.progs-two-block {
    width: 32.46%;
    float: right;
}

.progs-two-block-ttl {
    font: 1em neo-sans;
    line-height: 1.25em;
    color: #003C78;
    margin: 0 0 10px;
    padding-left: 15px;
}

.progs-two-block .ins-bl-common {
    margin: 0 0 4.06%;
    width: 100%;
}

.progs-bot-one {
    float: left;
    width: 33.77%;
}

.progs-bot-two {
    float: left;
    width: 66.23%;
}

.progs-bot-two-ttl {
    font: 1em neo-sans;
    line-height: 1.25em;
    color: #3C3800;
    margin: 0 0 10px;
}

.progs-bot-two .ins-bl-common {
    height: 203px;
    margin: 0 1.95% 1.95% 0;
    width: 49.01%;
}

.progs-bot-two .ins-bl-common:nth-of-type(3) {
    margin-right: 0;
}

.opt-prog {
    background: #BEB400 url('./img/progs/optima-sc-img.png') no-repeat 85.13% 50% / 34.32%;
}

.sport-prog {
    background: #BEB400 url('./img/progs/sport-sc-img.png') no-repeat 84.05% 50% / 33.24%;
}

.s-plus-prog {
    background: #BEB400 url('./img/progs/standart-plus-sc-img.png') no-repeat 84.04% 50% / 48.11%;
}

.travel-prog {
    background: #BEB400 url('./img/progs/tr-russia-sc.png') no-repeat 87.03% 50% / 37.57%;
}

.opt-prog:hover {
    background-color: #E6E299;
    background-image: url('./img/progs/optima-sc-img-hover.png');
}

.opt-prog:hover .ins-bl-header,
.opt-prog:hover .ins-bl-price {
    color: #BEB400;
}

.sport-prog:hover {
    background-color: #E6E299;
    background-image: url('./img/progs/sport-sc-img-hover.png');
}

.sport-prog:hover .ins-bl-header,
.sport-prog:hover .ins-bl-price {
    color: #BEB400;
}

.s-plus-prog:hover {
    background-color: #E6E299;
    background-image: url('./img/progs/standart-plus-sc-img-hover.png');
}

.s-plus-prog:hover .ins-bl-header,
.s-plus-prog:hover .ins-bl-price {
    color: #BEB400;
}

.travel-prog:hover {
    background-color: #E6E299;
    background-image: url('./img/progs/tr-russia-sc-hover.png');
}

.travel-prog:hover .ins-bl-header,
.travel-prog:hover .ins-bl-price {
    color: #BEB400;
}

.opt-year-prog {
    background: #003C78 url('./img/progs/opt-ann-sc.png') no-repeat 84.04% 50% / 48.11%;
}

.opt-year-prog .ins-bl-txt {
    color: #fff;
}

.opt-mult-prog {
    background: #003C78 url('./img/progs/opt-ann-sc.png') no-repeat 84.04% 50% / 48.11%;
}

#bg-color-mod {
    background: #787000;
}

#bg-color-mod:hover {
    background-color: #BBB780;
}

#bg-color-mod .ins-bl-price {
    font-size: 30px;
}

.opt-mult-prog .ins-bl-txt {
    color: #fff;
}

.opt-year-prog:hover {
    background-color: #78A7CD;
    background-image: url('./img/progs/opt-ann-sc-hover.png');
}

.opt-mult-prog:hover {
    background-color: #78A7CD;
    background-image: url('./img/progs/opt-ann-sc-hover.png');
}

.cans-trip-prog {
    background: #EED215 url('./img/progs/trip-cancel-sc.png') no-repeat 84.04% 50% / 48.11%;
    width: 96.1%;
    margin: 0 4.05% 4.05% 0;
}

.cans-trip-prog:hover {
    background-color: #F6E88A;
    background-image: url('./img/progs/trip-cancel-sc-hover.png');
}

.cans-trip-prog:hover .ins-bl-header,
.cans-trip-prog:hover .ins-bl-price {
    color: #787000;
}

.short-st-prog {
    background-color: #BEB400;
}

.short-st-prog:hover {
    background-color: #E6E299;
}

.short-st-prog:hover .ins-bl-header,
.short-st-prog:hover .ins-bl-price {
    color: #BEB400;
}

.short-ev-prog {
    background: #787000 url('./img/progs/event-sc.png') no-repeat 84.04% 50% / 38.65%;
}

.short-ev-prog .ins-bl-txt {
    color: #fff;
}

.short-ev-prog:hover {
    background-color: #BBB780;
    background-image: url('./img/progs/event-sc-hover.png');
}

.short-ev-prog:hover .ins-bl-header,
.short-ev-prog:hover .ins-bl-price {
    color: #3C3800;
}

.extra-risks {
    clear: both;
    margin: 30px 0 0;
}

.extra-risks-ttl {
    font: 1em neo-sans;
    line-height: 1.25em;
    color: #3C3800;
    margin: 0 0 10px;
}

ul.extra-risks-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

ul.extra-risks-list li {
    float: left;
    width: 24.1%;
    min-height: 183px;
    margin: 0 1.2% 0 0;
    background: #EBEBEB;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.extra-risks-list li:last-child {
    float: left;
    width: 24.1%;
    margin-right: 0;
}

ul.extra-risks-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
}

ul.extra-risks-list li:hover {
    background: #F5F5F5;
}

.extra-risks-list-ttl {
    font: 1.334em neo-sans;
    line-height: 1em;
    color: #003C78;
    margin: 0 0 9px;
}

.extra-risks-list-txt {
    font-size: 1em;
    line-height: 1.25em;
    color: #333333;
    font-weight: 300;
}

ul.menu-pages-ins {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    overflow: hidden;
}

ul.menu-pages-ins li {
    float: left;
    width: 11.34%;
    margin: 0 1.32% 0 0;
    height: 0;
    padding-top: 11.34%;
    position: relative;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 62%;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.menu-pages-ins li:last-child {
    margin-right: 0;
}

ul.menu-pages-ins li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9%;
    text-align: center;
    font: 12px/15px neo-sans;
    color: #003C78;
    border: 2px solid #78A7CD;
    border-radius: 5px;
}

ul.menu-pages-ins li:nth-child(8) a {
    border: 2px solid #E0DA7F;
    color: #BEB400;
}

ul.menu-pages-ins li:nth-child(8):hover {
    background-color: #E0DA7F;
    background-image: none !important;
}

ul.menu-pages-ins li:nth-child(8):hover a {
    border: none;
    color: #FFF;
}

ul.menu-pages-ins li a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

ul.menu-pages-ins li:hover {
    background-color: #78A7CD;
    background-image: none !important;
}

ul.menu-pages-ins li:hover a {
    border: none;
    color: #fff;
}

ul.menu-pages-ins li:hover a .menu-pages-caption {
    color: #fff;
}

ul.menu-pages-ins li.active {
    background: #EBEBEB;
    background-image: none !important;
}

ul.menu-pages-ins li.active a {
    border: 2px solid #fff;
    pointer-events: none;
}

ul.menu-pages-ins li.active:hover a {
    color: #333333;
}

ul.menu-pages-ins li:nth-child(1) {
    background-image: url('./img/menu-pages-ins-car.svg');
}

ul.menu-pages-ins li:nth-child(2) {
    background-image: url('./img/menu-pages-ins-palm.svg');
}

ul.menu-pages-ins li:nth-child(3) {
    background-image: url('./img/menu-pages-ins-human.svg');
}

ul.menu-pages-ins li:nth-child(4) {
    background-image: url('./img/menu-pages-ins-bag.svg');
}

ul.menu-pages-ins li:nth-child(5) {
    background-image: url('./img/menu-pages-ins-scales.svg');
}

ul.menu-pages-ins li:nth-child(6) {
    background-image: url('./img/menu-pages-ins-tickets.svg');
}

ul.menu-pages-ins li:nth-child(7) {
    background-image: url('./img/menu-pages-ins-globe.svg');
}

ul.menu-pages-ins li:nth-child(8) {
    background-image: url('./img/menu-pages-ins-list.svg');
}

.ins-p-left {
    width: 40.9%;
    float: left;
    margin: 0 3.95% 0 0;
}

.ins-p-right {
    width: 55.15%;
    float: left;
}

.g-map {
    width: 100%;
    height: 421px;
    border-radius: 5px;
    overflow: hidden;
}

a.ins-p-cell {
    font-family: neo-sans;
    color: #333333;
    white-space: nowrap;
}

.ins-check-form {
    background-color: #E4F0F8;
    border-radius: 5px;
}

.ins-check-form-ttl {
    font: 1em/1.4em neo-sans;
    color: #003C78;
    margin: 0 0 15px;
}

.ins-check-form-label {
    font: 12px/15px neo-sans;
    color: #333333;
    margin: 0 0 5px;
}

.ins-check-form:after {
    content: '';
    display: table;
    clear: both;
}

.ins-check-form-input {
    float: left;
    width: 60%;
    height: 60px;
    line-height: normal;
    background: #fff;
    padding: 0 16px;
    font: 1em neo-sans;
    border: 2px solid #78A7CD;
    border-radius: 5px;
    margin-right: 3.69%;
}

.ins-check-form-btn {
    float: left;
    width: 36.31%;
    height: 60px;
    background-color: #003C78;
    color: #fff;
    line-height: 60px;
    font: 1em neo-sans;
    border: 2px solid #78A7CD;
    border-radius: 5px;
    cursor: pointer;
}

.ins-p-right-ttl {
    margin: 0 0 15px;
}

.ins-p-right-time {
    font: 1em neo-sans;
    color: #A0A0A0;
}

.ins-p-bot-txt {
    font-size: .78em;
    line-height: 1.45em;
    color: #A0A0A0;
}

.select-menu {
    margin: 0 0 62px;
}

.select-menu-ttl {
    font: 1.33em/1.25em neo-sans;
    color: #78A7CD;
}

.ins-check-form-cont {
    float: right;
    z-index: 201;
}

.ins-cont-inner {
    counter-reset: number;
    clear: left;
}

.ins-cont-list {
    position: relative;
    margin: 0 0 45px;
}

.ins-cont-list:before {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: -95px;
    top: -17px;
    border: 3px solid #78A7CD;
    font: 2em/56px neo-sans;
    color: #78A7CD;
    counter-increment: number;
    content: counter(number);
    text-align: center;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ins-cont-list-ttl {
    font: 1em/1.4em neo-sans;
    color: #003C78;
    margin-bottom: 30px;
}

ul.ins-inner-pdf {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

ul.ins-inner-pdf>li {
    float: left;
    width: 18.54%;
    margin: 0 1.57% 0 0;
    border: 2px solid #CBE3F1;
    text-align: center;
    border-radius: 5px;
}

ul.ins-inner-pdf>li:nth-child(5n) {
    margin-right: 0;
}

a.ins-inner-pdf-href {
    display: block;
    width: 100%;
    min-height: 140px;
    height: 100%;
    padding: 15px;
    -webkit-transition: .2s;
    transition: .2s;
}

.ins-inner-pdf-href:hover {
    background-color: #CBE3F1;
}

.ins-inner-pdf-img {
    display: inline-block;
    width: 32.52%;
    margin: 0 0 15px;
}

.ins-inner-pdf-txt {
    font: 14px/20px neo-sans;
    letter-spacing: .025em;
    color: #003C78;
}

ul.select-menu-list {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    list-style: none;
    margin: 0;
}

ul.select-menu-list>li.toplevel {
    margin: 0;
    padding: 4px 50px 4px 15px;
    height: auto;
    border: 2px solid #003C78;
    color: #003C78;
    border-radius: 5px;
    font: 1.34em/1em neo-sans;
    position: relative;
    cursor: pointer;
}

ul.select-menu-list>li.toplevel:after {
    content: '';
    display: block;
    width: 24px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 12px;
    background: url('./img/blue-arrow-down.svg') no-repeat 50% 50% / 24px 12px;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.select-menu-list>li.toplevel.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.select-menu-list>li>ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 36px;
    background-color: #003C78;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10;
}

ul.select-menu-list>li>ul>li {
    margin: 0;
}

ul.select-menu-list>li>ul>li>a {
    display: block;
    padding: 4px 15px;
    color: #fff;
    font-size: 0.75em;
}

ul.select-menu-list>li>ul>li>a:hover {
    background-color: #78A7CD;
}

.ins-info-box {
    margin: 0 0 45px;
    font-size: 14px;
}

.ins-cont-phone {
    width: 68.8%;
    margin: 0 0 25px;
    background-color: #E4F0F8;
}

.ins-cont-phone-txt {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    font-family: neo-sans;
    line-height: 1.4em;
}

.ins-cont-phone-txt-wide {
    width: 100%;
}

.ins-cont-phone-cell {
    display: inline-block;
    vertical-align: middle;
}

.ins-cont-phone-cell a {
    font-size: 2.78em;
    font-family: neo-sans;
}

.ins-event-box {
    border-bottom: 1px solid #EBEBEB;
    margin: 0 0 30px;
}

div.ins-event-box:last-of-type {
    border: none;
}

.ins-event-box-row {
    margin: 0 0 30px;
}

.ins-event-box-row:after {
    content: '';
    display: table;
    clear: both;
}

.ins-event-box-row:last-of-type {
    margin: 0;
}

.ins-event-box-ttl {
    width: 80%;
    float: left;
    font-size: 1.34em;
    line-height: 1.4em;
}

.ins-event-box-date {
    float: right;
    color: #A0A0A0;
    margin: 5px 0 0;
}

ul.ins-event-box-status {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

ul.ins-event-box-status>li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 0px 0 18px;
    height: 36px;
    line-height: 34px;
    position: relative;
    background-color: #EBEBEB;
    border: 2px solid #EBEBEB;
    font-size: 14px;
}

ul.ins-event-box-status>li:nth-child(1) {
    z-index: 40;
}

ul.ins-event-box-status>li:nth-child(2) {
    z-index: 30;
}

ul.ins-event-box-status>li:nth-child(3) {
    z-index: 20;
}

ul.ins-event-box-status>li:nth-child(4) {
    z-index: 10;
}

ul.ins-event-box-status>li:before,
ul.ins-event-box-status>li:after {
    content: '';
    position: absolute;
}

ul.ins-event-box-status>li:before {
    top: -2px;
    right: -38px;
    border: 18px solid transparent;
    border-left: 18px solid #fff;
    z-index: 60;
}

ul.ins-event-box-status>li:after {
    top: -2px;
    right: -36px;
    border: 18px solid transparent;
    border-left: 18px solid #EBEBEB;
    z-index: 61;
}

ul.ins-event-box-status>li:first-child {
    padding: 0;
    border-radius: 5px 0 0 5px;
}

ul.ins-event-box-status>li:last-child {
    border-radius: 0 5px 5px 0;
}

ul.ins-event-box-status>li:last-child:before,
ul.ins-event-box-status>li:last-child:after {
    border: none;
}

ul.ins-event-box-status>li.status-last-step {
    border: 2px solid #BEB400;
    background-color: #fff;
    color: #BEB400;
}

ul.ins-event-box-status>li.status-last-step:before {
    border: 18px solid transparent;
    border-left: 18px solid #BEB400;
}

ul.ins-event-box-status>li.status-last-step:after {
    border: 16px solid transparent;
    border-left: 16px solid #fff;
    top: 0;
    right: -32px;
}

ul.ins-event-box-status>li.status-active-step {
    border: 2px solid #BEB400;
    background-color: #BEB400;
    color: #fff;
}

ul.ins-event-box-status>li.status-active-step:before {
    border: 18px solid transparent;
    border-left: 18px solid #fff;
    right: -40px;
}

ul.ins-event-box-status>li.status-active-step:after {
    border: 18px solid transparent;
    border-left: 18px solid #BEB400;
    top: -2px;
    right: -38px;
}

.check-ins-info {
    font-size: 14px;
}

.ins-ex-left {
    margin-right: 1.31%;
}

.ins-ex-blue {
    margin: 30px 0;
    padding: 15px;
    background-color: #003C78;
    color: #fff;
}

.ins-ex-heading {
    margin: 0 0 15px;
}

.ex-image {
    margin-bottom: 45px;
}

.map-cont {
    width: 100%;
    position: relative;
}

.map-txt-left {
    width: 370px;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    background-color: #fff;
    padding: 30px;
    z-index: 200;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
}

.map-txt-left a {
    text-decoration: underline;
}

.map-txt-left-top {
    margin: 0 0 10px;
}

.map-txt-left-top div:last-of-type {
    margin-bottom: 0;
}

.map-txt-left-ttl {
    font-size: 18px;
    margin: 0 0 10px;
    color: #003C78;
    font: 18px/22px neo-sans;
}

.map-txt-left-txt {
    margin: 0 0 10px;
}

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

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

.tbl-td {
    display: table-cell;
    vertical-align: middle;
}

.map-tbl {
    margin: 0 0 10px;
}

.sm-map-txt {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.map-cont-txt-bot {
    width: 400px;
    height: 96px;
    padding: 15px;
    position: absolute;
    background: #fff;
    bottom: 30px;
    right: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    z-index: 201;
}

.map-cont-txt-bot .map-tbl {
    margin-bottom: 0;
}

#erv-place {
    height: 600px;
}

.agencies-ttl-cap {
    font: 2em/1.2em neo-sans;
    margin: 0 0 15px;
}

.agencies-list {
    padding: 0 0 0 8.44%;
    counter-reset: number;
}

.agencies-list-elem {
    position: relative;
    margin: 0 0 35px;
}

.agencies-list-elem:before {
    display: block;
    position: absolute;
    left: -37px;
    top: -5px;
    font: 2em/1em neo-sans;
    color: #BEB400;
    counter-increment: number;
    content: counter(number);
}

.agencies-form {
    margin-right: -1.44%;
    padding-top: 60px;
    position: relative;
    /* display: none; */
}

a.agencies-open-form {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    border-radius: 5px;
    color: #BEB400;
    margin-left: 10px;
    margin-top: -3px;
    background-color: #f9f8e5;
}

.open-form-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 9px;
    margin: 0 0 0 5px;
    background: url('./img/arrow-kiwi.svg') no-repeat 50% 50% / 18px 9px;
    -webkit-transition: .2s;
    transition: .2s;
}

a.agencies-open-form.active {
    background: none;
    -webkit-box-shadow: 0 0 0 2px #BEB400;
    box-shadow: 0 0 0 2px #BEB400;
}

a.agencies-open-form.active .open-form-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.agencies-form-bd-top,
.agencies-form-bd-bot {
    position: absolute;
    left: 0;
    background-color: #BEB400;
    height: 2px;
    width: 98.5%;
}

.agencies-form-bd-top {
    top: 30px;
}

.agencies-form-bd-bot {
    bottom: 30px;
}

.form-label {
    font: 12px/15px neo-sans;
    color: #333333;
    margin: 0 0 5px;
}

.agencies-form:after {
    content: '';
    display: table;
    clear: both;
}

.agencies-form-row {
    padding: 0 0 30px;
}

.agencies-form-row:after {
    content: '';
    display: table;
    clear: both;
}

.agencies-form-row-ttl {
    margin: 0 0 10px;
    font-size: 1em;
    line-height: 1.4em;
    color: #BEB400;
}

.agencies-form-row-ttlbot {
    margin: 0 0 15px;
    font-size: 1em;
    line-height: 1.4em;
    color: #003C78;
}

.ag-form-col-1,
.ag-form-col-2,
.ag-form-col-3,
.ag-form-col-4,
.ag-form-col-5,
.ag-form-col-6,
.ag-form-col-7,
.ag-form-col-8,
.ag-form-col-9,
.ag-form-col-10,
.ag-form-col-11 {
    float: left;
    margin: 0 1.29% 30px 0;
    position: relative;
}

.ag-form-col-1 {
    width: 7.67%;
}

.ag-form-col-2 {
    width: 16.76%;
}

.ag-form-col-3 {
    width: 25.85%;
}

.ag-form-col-4 {
    width: 34.95%;
}

.ag-form-col-5 {
    width: 44.04%;
}

.ag-form-col-6 {
    width: 53.13%;
}

.ag-form-col-7 {
    width: 62.19%;
}

.ag-form-col-11 {
    width: 100%;
}

input.agencies-form-input,
select.agencies-form-sel {
    width: 100%;
    height: 74px;
    padding: 0 16px;
    font: 1em neo-sans;
    line-height: normal;
    border: 2px solid #EBEBEB;
    -wekit-border-radius: 5px;
    border-radius: 5px;
}

.agencies-form-sel .jq-selectbox__select {
    height: 74px;
    background: #fff;
    border: 2px solid #EBEBEB;
    color: #323232;
    line-height: inherit;
    z-index: 200;
}

.agencies-form-sel .jq-selectbox__select-text {
    width: 100% !important;
    height: 100%;
    padding-right: 59px;
    line-height: 70px;
}

.agencies-form-sel .jq-selectbox__trigger {
    width: 74px;
    top: 0;
    bottom: 0;
    border-left: 2px solid #EBEBEB;
}

.agencies-form-sel .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    width: 24px;
    height: 12px;
    background: url('./img/sel-arrow-form.svg') no-repeat 50% / 24px 12px;
}

.agencies-form-sel .jq-selectbox__dropdown {
    background: #fff;
    z-index: 110;
    border: 2px solid #EBEBEB;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -3px;
    padding-top: 3px;
}

.agencies-form-sel .jq-selectbox__dropdown ul li {
    padding: 8px 16px;
}

.agencies-form-sel .jq-selectbox__dropdown ul li:hover {
    color: #BCB40E;
}

.agencies-form .ui-datepicker-trigger {
    bottom: 28px;
}

.agencies-dates {
    width: 470px !important;
    border: 2px solid #beb400;
    left: 0;
}

.agencies-dates .ui-datepicker-prev,
.agencies-dates .ui-datepicker-next {
    font-family: neo-sans;
    color: #003c78;
    cursor: pointer;
    display: none;
}

.agencies-form-cap {
    font-size: 14px;
    line-height: 20px;
    color: #A0A0A0;
    margin: 6px 0 0;
    padding: 0 16px;
}

.radio-btn-cont {
    padding: 15px 0;
}

.radio-btn {
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
    margin: 0 50px 0 0;
}

.radio-btn input {
    display: none;
}

.radio-btn .checkmark {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
    border: 2px solid #EBEBEB;
    border-radius: 50%;
}

.radio-btn input:checked+.checkmark {
    background-image: url('./img/radio-checkmark.svg');
    background-size: 28px 28px;
    border: none;
}

.switch-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 81px;
    height: 34px;
    margin: 0 12px 0 0;
}

.switch-box input {
    display: none;
}

.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #A0A0A0;
    -webikt-border-radius: 20px;
    border-radius: 20px;
}

.switch-box .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 2px;
    background-color: #A0A0A0;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 50%;
}

.switch-box input:checked+.slider {
    border: 2px solid #BEB400;
}

.switch-box input:checked+.slider:before {
    background-color: #BEB400;
    -webkit-transform: translateX(46px);
    transform: translateX(46px);
}

.load-docs {
    counter-reset: number;
}

.load-docs-li {
    margin-bottom: 20px;
    padding-top: 20px;
}

.load-docs-li:after {
    content: '';
    display: table;
    clear: both;
}

.load-docs-li-wrapper {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 62.19%;
}

.load-docs-li-ttl {
    position: relative;
    padding-left: 20px;
    display: inline;
}

.load-docs-li-ttl:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: number;
    content: counter(number) '.';
}

.agencies-ps-bar {
    width: 100%;
    height: 2px;
    background-color: #EBEBEB;
    margin-top: 9px;
}

.agencies-ps-bar-line {
    height: 100%;
    background-color: #BEB400;
}

.load-docs-btns {
    position: absolute;
    left: 100%;
    bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.load-doc-btn {
    margin: 0;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
}

.load-doc-btn input {
    display: none;
}

.load-doc-btn-upload {
    width: 46px;
    height: 46px;
    background-color: #fff;
    background-image: url('./img/form-clip.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 25px;
    cursor: pointer;
}

.load-doc-btn-upload:hover {
    border: 2px solid #BEB400;
}

.load-doc-txt {
    font: 1em neo-sans;
    color: #BEB400;
    /* max-width: 154px; */
}

.load-doc-btn-spinner {
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
}

.load-doc-btn-spinner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.load-doc-btn-spinner img {
    display: none;
    vertical-align: middle;
    width: 25.2px;
    text-align: center;
    -webkit-animation: rotate 1.5s infinite linear;
    animation: rotate 1.5s infinite linear;
}

.load-doc-btn-checkmark {
    display: none;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-image: url('./img/form-checkmark.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 25px;
}

.load-doc-btn-remove {
    display: none;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-image: url('./img/form-remove.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 18px;
    cursor: pointer;
}

.agencies-form-btn {
    width: 100%;
    max-width: 273px;
    height: 60px;
    margin: 27px 0 0;
    padding: 0;
    border: 2px solid #fff;
    line-height: normal;
    font: 1.34em neo-sans;
    color: #fff;
    background-color: #BEB400;
    text-align: center;
    float: right;
    outline: none;
    cursor: pointer;
}

.agencies-figure {
    margin-bottom: 60px;
}

.agencies-pdf {
    padding: 0 0 0 20.64%;
}

ul.agencies-pdf-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.agencies-pdf-list li {
    margin: 0 0 15px;
}

.agencies-pdf-list-img {
    display: inline-block;
    vertical-align: middle;
    width: 9.16%;
    margin-right: 5.84%;
    max-width: 34px;
}

.agencies-pdf-list-txt {
    width: 85%;
}

.sl-partners {
    position: relative;
    margin-bottom: 50px;
}

.sl-partners-wrap {
    height: 81px;
}

.partners-slide-href {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
}

.partners-slide-href:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.partners-slide-href img {
    display: inline-block;
    vertical-align: middle;
}

.partners-sl-arrow {
    width: 18px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
}

.partners-sl-arrow-left {
    left: -49px;
    background-image: url('./img/rl-sl-arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 36px;
}

.partners-sl-arrow-right {
    right: -49px;
    background-image: url('./img/rl-sl-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 36px;
}

.select-menu-kiwi {
    margin: 0 0 30px;
}

.select-menu-kiwi-ttl {
    font: 1.33em/1.25em neo-sans;
    color: #003C78;
}

ul.select-menu-kiwi-list {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    list-style: none;
    margin: 0;
}

ul.select-menu-kiwi-list>li.toplevel {
    margin-bottom: 0;
    padding: 4px 50px 4px 15px;
    height: 36px;
    border: 2px solid #BEB400;
    color: #BEB400;
    border-radius: 5px;
    font: 1.34em/1em neo-sans;
    position: relative;
    cursor: pointer;
}

ul.select-menu-kiwi-list>li.toplevel:after {
    content: '';
    display: block;
    width: 24px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 12px;
    background: url('./img/menu-arrow-kiwi.svg') no-repeat 50% 50% / 24px 12px;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.select-menu-kiwi-list>li.toplevel.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.select-menu-kiwi-list>li>ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 36px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10;
}

ul.select-menu-kiwi-list>li>ul>li {
    margin-bottom: 0;
}

ul.select-menu-kiwi-list>li>ul>li>a {
    display: block;
    padding: 4px 15px;
    color: #fff;
    font-size: 0.75em;
    background: #BEB400;
}

ul.select-menu-kiwi-list>li>ul>li>a:hover {
    background-color: #E6E299;
}

#partners-map {
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
}

.partners-address {
    margin-right: 1.32%;
}

.select-metro .jq-selectbox {
    width: 32.16%;
    height: 46px;
    margin: 0 0 30px;
}

.select-metro .jq-selectbox__select {
    padding: 0 15px;
    background: #fff;
    border: 2px solid #BEB400;
    height: 100%;
    line-height: 44px;
    z-index: 100;
}

.select-metro .jq-selectbox__select-text {
    width: 100% !important;
    padding-right: 48px;
    color: #333333;
    font-size: 14px;
}

.select-metro .jq-selectbox__trigger {
    width: 48px;
    top: 0;
    bottom: 0;
    border-left: 2px solid #BEB400;
}

.select-metro .jq-selectbox__trigger-arrow {
    width: 15px;
    height: 8px;
    background-image: url('./img/menu-arrow-kiwi.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.select-metro .jq-selectbox__dropdown {
    border: 2px solid #BEB400;
    margin-top: -6px;
    border-radius: 5px;
    background: #fff;
    padding-top: 3px;
    z-index: 99;
}

.select-metro .jq-selectbox__dropdown li {
    padding: 6px 15px;
    font-size: 14px;
}

.select-metro .jq-selectbox__dropdown li:hover {
    background-color: #BEB400;
    color: #fff;
}

ul.partners-address-list {
    padding: 0;
    margin: 0 -.88%;
    overflow: hidden;
    list-style: none;
}

ul.partners-address-list>li {
    float: left;
    width: 31.59%;
    height: 140px;
    margin: 0 .87% 1.74%;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

ul.partners-address-list>li.active {
    border: 2px solid #E0DA7F;
}

.partners-address-list-ttl {
    font: 1em/1.4em neo-sans;
    color: #003C78;
}

.partners-address-list-adr,
.partners-address-list-m,
.partners-address-list-phone {
    font-size: 14px;
    line-height: 20px;
}

.reestr {
    padding: 15px;
    background-color: #F9F8E5;
}

.reestr-ttl {
    font: 1em/1.4em neo-sans;
    color: #BEB400;
    margin: 0 0 15px;
}

.reestr-txt {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
}

.reestr-href {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 0 0;
    text-decoration: underline;
}

.partners-btn-cont {
    clear: both;
    text-align: center;
    padding: 30px;
}

.partners-btn {
    display: inline-block;
    width: 177px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #003C78;
    font-family: neo-sans;
    font-size: 1em;
    text-align: center;
    color: #fff;
}

.partners-btn:hover {
    background-color: #78A7CD;
}

.reestr-href-img {
    width: 13.95%;
    margin-right: 8.5%;
}

.reestr-href-txt {
    width: 77.55%;
}

ul.kiwi-bullet {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

ul.kiwi-bullet li {
    position: relative;
    padding-left: 40px;
    margin: 0 0 8px;
}

ul.kiwi-bullet li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 20px;
    background-color: #BEB400;
}

.flex-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0 -30px;
    padding-left: 23px;
    padding-right: 23px;
    overflow: hidden;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-col-25 {
    width: 25%;
}

.flex-col-33 {
    width: 33.33%;
}

.flex-col-50 {
    width: 50%;
}

.flex-col-66 {
    width: 66.66%;
}

.flex-col-75 {
    width: 75%;
}

.flex-col-100 {
    width: 100%;
}

.flex-col-25,
.flex-col-33,
.flex-col-50,
.flex-col-66,
.flex-col-75,
.flex-col-100 {
    float: left;
    padding: 7px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

a.pdf-blue {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px 10px 56px;
    border: 2px solid #CBE3F1;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .025em;
    background: #fff url(./img/pdf.png) no-repeat 15px 15px / 26px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .025em;
}

a.pdf-blue:hover {
    background-color: #E4F0F8;
    border: 2px solid #E4F0F8;
}

.blue-pdf-date {
    display: block;
    color: #9f9f9f;
}

a.pdf-blue-c {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 68px;
    padding: 15px 15px 15px 56px;
    border: 2px solid #CBE3F1;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .025em;
    background: #fff url(./img/pdf.png) no-repeat 15px 50% / 26px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

a.pdf-blue-c:hover {
    background-color: #E4F0F8;
    border: 2px solid #E4F0F8;
}

.finance-row {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 119px;
    position: relative;
}

.finance-d {
    position: absolute;
    left: 30px;
    top: 32px;
}

.finance-year {
    display: block;
    font-size: 1.34rem;
    line-height: 1.4rem;
    font-family: neo-sans;
    color: #003C78;
}

.finance-date {
    display: block;
    margin-top: 5px;
    color: #9f9f9f;
    font-size: 12px;
}

table.gray-frow {
    width: 100%;
    line-height: 1.4rem;
    margin: 0 0 36px;
}

table.gray-frow tr td {
    padding: 2px 0;
    vertical-align: top;
}

table.gray-frow tr td.gray-frow__padding {
    padding-bottom: 1.4rem;
}

.details-h2 {
    padding: 28px 0;
    margin: 0;
}

table.gray-frow tr td:first-child {
    color: #9f9f9f;
    width: 25.6%;
    padding-right: 30px;
}

table.gray-frow tr td.gray-frow__padding {
    padding-bottom: 1.4rem;
}

.details-h2 {
    padding: 28px 0;
    margin: 0;
}


/*-- footer --*/

.footer {
    padding: 30px 30px 75px;
}

.logo-copy {
    float: left;
    width: 32.46%;
    margin: 0 1.32% 0 0;
    padding: 0 30px 0 0;
}

.logo-foot {
    margin: 0 0 60px 30px;
}

.copy {
    font-size: 10px;
    color: #9f9f9f;
    line-height: 12px;
}

.foot-contacts {
    width: 25%;
    float: left;
    font-size: 12px;
    line-height: 14px;
    /*padding: 0 13.4% 0 0;*/
}

.foot-cont-txt {
    width: 218px;
}

.foot-cont-title {
    font-family: neo-sans;
    margin: 0 0 7px;
}

.foot-contacts p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 8px;
}

.foot-cont-compname {
    font-family: neo-sans;
    display: block;
}

.foot-cont-phone {
    font-family: neo-sans;
    display: block;
}

ul.foot-socials {
    display: block;
    padding: 0;
    margin: 15px 0 0 0;
    overflow: hidden;
    list-style: none;
}

ul.foot-socials li {
    float: left;
    vertical-align: top;
    margin: 0 15px 0 0;
}

ul.foot-socials li a {
    display: block;
    width: 30px;
    height: 30px;
    opacity: .9;
    border-radius: 5px;
    overflow: hidden;
}

ul.foot-socials li a:hover {
    opacity: 1;
}

.foot-menu {
    float: left;
    font: 12px neo-sans;
}

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

.foot-menu ul li {
    display: list-item;
    margin: 0 0 6px;
}

.foot-menu ul li a {
    color: #323232;
}

.foot-btn {
    float: right;
}

.mfp-bg.kiwi-form {
    background: #BEB400;
}

.kiwi-fback-popup {
    max-width: 400px;
    padding: 30px 30px 0;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

.fback-form-row {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}

.fback-form:after {
    content: '';
    display: table;
    clear: both;
}

.fback-form-input,
.fback-form-txt {
    width: 100%;
    line-height: normal;
    width: 100%;
    border: 2px solid #EBEBEB;
    border-radius: 5px;
    font: 1em neo-sans;
    padding: 0 16px;
    outline: none;
}

.fback-form-input {
    height: 60px;
}

.fback-form-txt {
    padding: 16px;
    max-width: 100%;
    height: 120px;
}

.fback-form-btn {
    display: block;
    width: 100%;
    max-width: 273px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    border: 2px solid #fff;
    line-height: 60px;
    font-size: 1.34em;
    color: #fff;
    background-color: #BEB400;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.mobilemenutoggle {
    display: none;
}


/*-- check status page --*/


/*-- you may use this grid everywhere --*/

.s-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.s-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding: 0 8px;
}

.s-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 8px;
}

.s-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px;
}

.s-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0 8px;
}

.s-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
}

.s-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 0 8px;
}

.s-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 8px;
}

.s-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 8px;
}

.s-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding: 0 8px;
}

.s-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    padding: 0 8px;
}

.s-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
}

.svg-ico {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    stroke-width: 0;
    stroke: currentColor;
    fill: #000;
}

.ck-sts__ttl {
    color: #BEB400;
    font-size: 52px;
    line-height: 64px;
}

.ck-sts__subttl {
    color: #1E3C78;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.ck-sts__form {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 28px 36px;
    background-color: #E4F0F8;
}

.ck-sts__form__ttl {
    margin: 0 0 6px;
    color: #003C78;
    font-size: 18px;
    line-height: 1.4;
}

.ck-sts__form__label {
    margin: 0 0 6px;
    line-height: 1.4;
    letter-spacing: .025em;
}

.ck-sts__form__input {
    display: inline-block;
    width: 100%;
    height: 56px;
    padding: 16px;
    background-color: #fff;
    border: none;
    font-size: 18px;
    line-height: 1.1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: .2s;
}

.ck-sts__form__input:focus {
    box-shadow: inset 0 0 0 2px #78A7CD;
}

.ck-sts__form__btn {
    display: inline-block;
    width: 100%;
    height: 56px;
    background-color: #003C78;
    color: #fff;
    border: none;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: .2s;
}

.ck-sts__form__btn:hover {
    background-color: #264d9c;
}

.ck-sts__form__btn__txt {}

.ck-sts__spinner {
    width: 100%;
    height: 100%;
    padding: 30px;
    border: 2px solid #E4F0F8;
    text-align: center;
}

.ck-sts__spinner::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ck-sts__spinner__ico {
    display: inline-block;
    width: 106px;
    height: 106px;
    vertical-align: middle;
    fill: #ebebeb;
    animation: spin 3s infinite;
}

.ck-sts__info {
    padding: 12px 12px 20px;
    border: 2px solid #E4F0F8;
}

.ck-sts__info__ttl {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.ck-sts__info__p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .025em;
}

.ck-sts__info p:last-child {
    margin-bottom: 0;
}

.ck-sts__list {
    margin: 0;
    padding: 34px 0;
    list-style: none;
}

.ck-sts__list__items {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .025em;
}

.ck-sts__list__items:last-child {
    margin: 0;
}

.ck-sts__r-block {
    margin: 0 0 16px;
    padding: 12px 12px 20px;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .025em;
}

.ck-sts__r-block__cont {
    margin: 0 0 22px;
}

.ck-sts__r-block>.ck-sts__r-block__cont:last-child {
    margin: 0;
}

.ck-sts__r-block__gray {
    margin: 0 0 2px;
    color: #A0A0A0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.ck-sts__r-block__tel {
    color: #333333;
    font-weight: 300;
}

.ck-sts__r-block__mail {
    font-weight: 400;
}

.ck-sts__r-block__ttl {
    margin: 0 0 8px;
    color: #333333;
    font-size: 18px;
    line-height: 1.4;
}

.sm-pdf-list {
    margin: 0;
    padding: 8px 0 0;
    list-style: none;
}

.sm-pdf-list__item {
    margin: 0 0 8px;
    padding: 0;
}

.sm-pdf-list__item:last-child {
    margin: 0;
}

.sm-pdf-list__link {
    display: inline-block;
    position: relative;
    color: #333;
    padding-left: 26px;
}

.sm-pdf-list__link.icon-032-pdf:before {
    position: absolute;
    top: -2px;
    left: 2px;
    color: #78A7CD;
    font-size: 18px;
}

.ck-sts__svg {
    display: none;
}

.ck-sts__form__btn__ico {
    width: 20px;
    height: 20px;
    fill: #fff;
    animation: spin 3s infinite;
}

@-webkit-keyframes spin {

    20%,
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    70%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {

    20%,
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    70%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1220px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "neo-sans", sans-serif;
        font-weight: normal;
        color: #003C78;
    }

    h1 {
        font-size: 2em;
        line-height: 43px;
    }

    h2 {
        font-size: 1.34em;
        line-height: 1.24em;
        margin: 0 0 25px;
    }

    p {
        font-size: 1em;
        line-height: 1.4em;
        margin: 0 0 25px;
    }

    .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .container:before,
    .container:after {
        content: "";
        display: table;
        clear: both;
    }

    .rounded-padding {
        padding: 24px;
    }

    .padding-tb {
        padding: 24px 0;
    }

    .padding-lr {
        padding: 0 8%;
    }

    label {
        display: block;
        font: 12px neo-sans;
        margin: 0 0 2px;
    }

    input:focus,
    select:focus,
    button:focus {
        outline: none;
    }

    .btn-green {
        display: inline-block;
        padding: 12px 28px;
        background: #BEB400;
        color: #fff;
        line-height: 1;
        border: 1px solid #DED980;
        text-align: center;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        outline: none;
    }

    /* -- header --*/
    .erv-m-col-1 {
        width: 7.13%;
        float: left;
    }

    .erv-m-col-2 {
        width: 15.57%;
        float: left;
    }

    .erv-m-col-3 {
        width: 24.01%;
        float: left;
    }

    .erv-m-col-4 {
        width: 32.46%;
        float: left;
    }

    .erv-m-col-5 {
        width: 40.9%;
        float: left;
    }

    .erv-m-col-6 {
        width: 49.34%;
        float: left;
    }

    .erv-m-col-7 {
        width: 57.79%;
        float: left;
    }

    .erv-m-col-8 {
        width: 66.23%;
        float: left;
    }

    .erv-m-col-9 {
        width: 74.67%;
        float: left;
    }

    .erv-m-col-10 {
        width: 83.99%;
        float: left;
    }

    .erv-m-col-12 {
        width: 100%;
        float: left;
    }

    .erv-m-col-1,
    .erv-m-col-2,
    .erv-m-col-3,
    .erv-m-col-4,
    .erv-m-col-5,
    .erv-m-col-6,
    .erv-m-col-7,
    .erv-m-col-8,
    .erv-m-col-9,
    .erv-m-col-10,
    .erv-m-col-12 {
        min-height: 1px;
        position: relative;
    }

    .erv-row:after {
        content: "";
        display: table;
        clear: both;
    }

    header .container {
        height: 115px;
        padding: 0 30px;
    }

    .header-top {
        margin: 0 0 24px;
    }

    .header-top:after {
        content: "";
        display: table;
        clear: both;
    }

    .slide-menu-btn {
        display: none;
        float: left;
        width: 28px;
        height: 28px;
        margin-right: 5%;
        cursor: pointer;
        background: #fff;
    }

    .slide-menu-btn-line {
        width: 100%;
        height: 3px;
        background: #eaeaea;
        margin-bottom: 3px;
    }

    .header-cell {
        float: right;
        margin: 0 64px 0 0;
    }

    .header-cell .header-cell-txt {
        display: block;
        font: .89em neo-sans;
        color: #323232;
        margin: 0 0 5px;
    }

    .header-cell a {
        font-size: 1.34em;
        font-family: neo-sans;
        color: #003c78;
        font-weight: 400;
    }

    .agents-entry {
        position: absolute;
        background: #003B77;
        top: 60px;
        right: 0;
        width: 342px;
        display: none;
        padding: 24px;
        z-index: 100;
    }

    .ag-ent-ipt-ico {
        display: inline-block;
        vertical-align: middle;
        font-size: 34px;
        color: #7F9DBB;
        margin: 0 22px 0 0;
    }

    .agents-entry input[type="text"] {
        display: inline-block;
        width: 235px;
        height: 48px;
        background: #fff;
        border: none;
        border-radius: 5px;
        font: 18px neo-sans;
        line-height: normal;
        padding: 0 15px;
        text-align: left;
    }

    .agents-entry button {
        font: 18px neo-sans;
        height: 48px;
        border: none;
        line-height: 46px;
        background: #beb400;
        border-radius: 5px;
        color: #fff;
        padding: 0 16px;
        outline: none;
        width: 100%;
        cursor: pointer;
        margin: 0 0 15px;
        margin-top: 15px;
    }

    .agents-entry .ag-ent-ipt {
        position: relative;
        margin: 0 0 15px;
        text-align: right;
    }

    ul.main-menu li a.ag-ent-href-pass {
        float: left;
        width: auto;
        height: auto;
        line-height: normal;
        color: #7F9DBB;
        font-size: 12px;
        text-decoration: underline;
    }

    ul.main-menu li a.ag-ent-href-reg {
        float: right;
        width: auto;
        height: auto;
        line-height: normal;
        color: #7F9DBB;
        font-size: 12px;
        text-decoration: underline;
    }

    ul.main-menu li a.ag-ent-href-pass:hover,
    ul.main-menu li a.ag-ent-href-reg:hover {
        background: none;
    }

    /*-- Banner Section --*/
    #wide-banner {
        background: #9cafd9;
        min-height: 350px;
        position: relative;
    }

    .wd-bn-cont {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 50;
    }

    .sl-wrap {
        height: 100%;
    }

    .sl-wrap .swiper-slide {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .sl-cont {
        height: 100%;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sl-cont:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .sl-cont-txt {
        display: inline-block;
        vertical-align: middle;
        font-size: 1em;
        width: 66.23%;
    }

    .banner-container {
        padding: 24px;
        text-align: right;
    }

    .banner-container:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .banner-form {
        /* background: #e1e7f5; */
        padding: 24px;
        width: 32.46%;
        text-align: left;
    }

    .banner-form h2 {
        color: #003c78;
        margin: 0 0 15px;
        font-family: neo-sans;
    }

    .banner-form input {
        width: 100%;
        height: 48px;
        line-height: normal;
        border-radius: 5px;
        border: none;
        background: #fff;
        padding: 0 12px;
        font: .85em neo-sans;
    }

    .banner-form .bn-form-wd-input {
        width: 100%;
        float: none;
        margin: 0 0 14px;
    }

    .banner-form .bn-form-sm-input {
        width: 47.74%;
        float: left;
        margin: 0 4.52% 14px 0;
        position: relative;
    }

    .banner-form .bn-form-sm-input:nth-of-type(3) {
        margin: 0;
    }

    .bn-form-sm-input-cal {
        display: block;
        width: 18px;
        height: 17px;
        position: absolute;
        cursor: pointer;
        bottom: 22px;
        right: 14px;
        background: url('./img/calendar-sm.png') no-repeat;
        background-size: cover;
    }

    ul.ui-autocomplete {
        position: absolute !important;
        background: #fff;
        z-index: 300;
        /*width: 310px!important;*/
        padding: 0;
        margin: 0;
        list-style: none;
        max-height: 175px;
        overflow: auto;
    }

    ul.ui-autocomplete li {
        padding: 8px 16px;
        cursor: pointer;
    }

    ul.ui-autocomplete li:hover {
        background: #beb400;
        color: #fff;
    }

    .ui-helper-hidden-accessible {
        display: none;
    }

    /*.ui-datepicker {display:none;border-radius: 5px;background: rgba(255, 255, 255, .95);z-index: 100!important;width: 470px!important;height: 450px;outline:none!important;}*/
    .ui-datepicker-trigger {
        display: block;
        width: 16px;
        height: 15px;
        position: absolute;
        cursor: pointer;
        bottom: 17px;
        right: 12px;
    }

    .ui-datepicker-trigger.insurance-date {
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        cursor: pointer;
        bottom: 25px;
        right: 12px;
    }

    .ui-datepicker-prev,
    .ui-datepicker-next {
        display: none;
    }

    .ui-datepicker-title {
        font-size: 1.62em;
        line-height: 1.22em;
    }

    .ui-datepicker-month {
        color: #333333;
        font-family: 'neo-sans', verdana;
    }

    .ui-datepicker-year {
        color: #A0A0A0;
    }

    .ui-datepicker-calendar>thead>tr>th {
        font-size: .833em;
        font-family: 'neo-sans', verdana;
        color: #A0A0A0;
        font-weight: 100;
        height: 59px;
    }

    .ui-datepicker-calendar>thead>tr>th.ui-datepicker-week-end {
        color: #333333;
    }

    .ui-datepicker-calendar td {
        text-align: center;
        vertical-align: middle;
    }

    .ui-datepicker-calendar td a {
        display: block;
        width: 49px;
        height: 49px;
        border-radius: 5px;
        line-height: 49px;
        margin: 5px;
        font-size: 1.62em;
        color: #333333;
    }

    .ui-datepicker-calendar td.ui-datepicker-week-end a {
        font-weight: 400;
    }

    .ui-datepicker-calendar td a:hover,
    .ui-datepicker-calendar td a.ui-state-active {
        background-color: #beb400;
        color: #fff;
    }

    .ui-datepicker-group {
        padding: 15px;
    }

    .bn-form-select .jq-selectbox__dropdown ul {
        height: 500px;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        width: 100%;
        border: 0;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li {
        font: 1em neo-sans-pro;
        color: #fff;
        padding: 15px 12px 15px 24.52%;
        width: 100%;
        margin: 0;
        background: rgba(190, 180, 0, 0.9);
    }

    .bn-form-select .jq-selectbox__dropdown ul>li.selected {
        background-color: #DED980;
        color: #fff;
        width: 100%;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li:hover {
        background-color: #DED980;
        color: #fff;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li:first-child {
        display: none;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li.bn-form-st-plus {
        background-image: url('./img/visa-form.svg');
        background-repeat: no-repeat;
        background-position: 3.23% 50%;
        background-size: 12.26%;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li.bn-form-optima {
        background-image: url('./img/form-list.svg');
        background-repeat: no-repeat;
        background-position: 5.16% 50%;
        background-size: 9.03%;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li.bn-form-tr-rus {
        background-image: url('./img/form-building.svg');
        background-repeat: no-repeat;
        background-position: 4.68% 50%;
        background-size: 10%;
    }

    /* Scroll */
    .jspContainer {
        overflow: hidden;
        position: relative;
    }

    .jspPane {
        position: absolute;
    }

    .jspVerticalBar {
        position: absolute;
        top: 0;
        right: 15px;
        width: 1px;
        height: 100%;
        background: red;
    }

    .jspHorizontalBar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 16px;
        background: red;
    }

    .jspCap {
        display: none;
    }

    .jspHorizontalBar .jspCap {
        float: left;
    }

    .jspTrack {
        background: #DDD986;
        position: relative;
    }

    .jspDrag {
        background: #BEB400;
        position: relative;
        top: 0;
        right: 3px;
        cursor: pointer;
        width: 5px;
    }

    .jspHorizontalBar .jspTrack,
    .jspHorizontalBar .jspDrag {
        float: left;
        height: 100%;
    }

    .jspArrow {
        background: #50506d;
        text-indent: -20000px;
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 0;
    }

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

    .jspVerticalBar .jspArrow {
        height: 16px;
    }

    .jspHorizontalBar .jspArrow {
        width: 16px;
        float: left;
        height: 100%;
    }

    .jspVerticalBar .jspArrow:focus {
        outline: none;
    }

    .jspCorner {
        background: #eeeef4;
        float: left;
        height: 100%;
    }

    * html .jspCorner {
        margin: 0 -3px 0 0;
    }

    /* end of scroll*/
    /* new datepicker */
    .period-dates,
    .agencies-dates {
        display: none;
        position: absolute;
        bottom: -450px;
        right: 0;
        z-index: 9999;
        border-radius: 5px;
        background: rgba(255, 255, 255, .95);
        width: auto;
        max-width: 470px !important;
        height: 450px;
        outline: none !important;
    }

    .period-dates .ui-datepicker-inline,
    .agencies-dates .ui-datepicker-inline {
        width: 100% !important;
    }

    /* --select --*/
    .jq-selectbox {
        cursor: pointer;
        width: 100%;
        outline: none;
    }

    .jq-selectbox__select {
        font: 16px neo-sans;
        height: 48px;
        border: 1px solid #DED97F;
        line-height: 46px;
        background: #beb400;
        border-radius: 5px;
        color: #fff;
        padding: 0 12px;
        outline: none;
    }

    .jq-selectbox__select-text {
        display: block;
        overflow: hidden;
        width: 86.42% !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        outline: none;
    }

    .jq-selectbox .placeholder {
        color: #888;
    }

    .jq-selectbox__trigger {
        position: absolute;
        top: 5px;
        bottom: 5px;
        right: 0;
        width: 19.48%;
        border-left: 1px solid #DED97F;
    }

    .jq-selectbox__trigger-arrow {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 31px;
        height: 16px;
        background: url('./img/select-trigger.png') no-repeat;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .jq-selectbox:hover .jq-selectbox__trigger-arrow {}

    .jq-selectbox.disabled .jq-selectbox__trigger-arrow {
        border-top-color: #AAA;
    }

    .jq-selectbox__dropdown {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 2px;
        border-radius: 5px;
        /* width: 310px; */
        border: none;
    }

    .jq-selectbox ul {
        margin: 0;
        padding: 0;
    }

    .jq-selectbox li {
        min-height: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
    }

    .jq-selectbox li.disabled {
        color: #AAA;
    }

    .jq-selectbox li.disabled:hover {
        background: none;
    }

    .jq-selectbox li.optgroup {
        font-weight: bold;
    }

    .jq-selectbox li.optgroup:hover {
        background: none;
        color: #231F20;
        cursor: default;
    }

    .jq-selectbox li.option {
        padding-left: 25px;
    }

    .jq-selectbox.opened .jq-selectbox__trigger-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*-- slide-menu --*/
    .slide-menu {
        width: 40%;
        background: #e5e5e5;
        overflow: auto;
        visibility: hidden;
        position: fixed;
    }

    .slide-menu-list {
        padding: 0 40px;
        margin: 2em 0;
        list-style: none;
    }

    .slide-menu-list li {
        font-size: 2em;
        line-height: 2.4em;
        margin: 0;
    }

    .slide-menu-list li a {
        color: #333;
    }

    /*-- insurance block --*/
    .insurance-blocks .container {
        padding: 24px;
    }

    .ins-bl-common {
        float: left;
        width: 32.46%;
        height: 255px;
        overflow: hidden;
        margin: 0 1.31% 0 0;
        position: relative;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .ins-bl-common a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 24px;
    }

    .ins-bl-kiwi {
        background-color: #beb400;
    }

    .ins-bl-kiwi:hover {
        background-color: #E6E299;
    }

    .ins-bl-kiwi:hover .ins-bl-header,
    .ins-bl-kiwi:hover .ins-bl-price {
        color: #BEB400;
    }

    .ins-bl-blue-grad {
        background-color: #003C78;
    }

    .ins-bl-blue-grad:hover {
        background-color: #78A7CD;
    }

    .ins-bl-yellow {
        background-color: #edd114;
    }

    .ins-bl-yellow:hover {
        background-color: #F6E88A;
    }

    .ins-bl-yellow:hover .ins-bl-header,
    .ins-bl-yellow:hover .ins-bl-price {
        color: #787000;
    }

    .ins-bl-header {
        color: #fff;
        font-size: 1.34em;
        margin: 0 0 10px;
        font-family: neo-sans;
    }

    .ins-bl-txt {
        font: 1em neo-sans;
        margin: 0 0 18px;
        color: #323232;
        font-weight: 300;
    }

    .ins-bl-blue-grad .ins-bl-txt {
        color: #fff;
    }

    .ins-bl-price {
        font: 2em neo-sans;
        color: #fff;
        position: absolute;
        bottom: 24px;
        left: 24px;
    }

    .ins-bl-price .pr {
        font-size: 1.34em;
        font-weight: 400;
        display: inline-block;
    }

    .ins-bl-price .db {
        font-size: .67em;
        display: inline-block;
        line-height: 1.05em;
    }

    /*-- insurable-event --*/
    .ins-ev-container {
        padding: 48px 24px;
        background: url('./img/ins-ev-bg.jpg') no-repeat 50% 50%;
        background-size: cover;
        color: #fff;
        position: relative;
    }

    .ins-corner-top {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 28px solid #fff;
        border-right: 1200px solid transparent;
    }

    .ins-corner-bot {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 28px solid #fff;
        border-right: 1200px solid transparent;
    }

    .ins-ev-left {
        float: left;
        width: 32.46%;
        margin: 0 9.65% 0 0;
        position: relative;
    }

    .ins-ev-left-title {
        font-size: 2em;
        font-family: neo-sans;
        margin: 0 0 16px;
    }

    .ins-ev-left-txt {
        line-height: 25px;
        font-size: 1em;
    }

    .ins-ev-left-arrow {
        display: block;
        position: absolute;
        right: -65px;
        top: inherit;
        bottom: -40px;
        width: 200px;
        height: auto;
    }

    .ins-ev-right {
        float: left;
        width: 56.88%;
    }

    .ins-ev-right-bl {
        float: left;
        width: 50%;
        margin: 0 0 30px 0;
    }

    .ins-ev-right-bl-img {
        width: 81px;
        height: 81px;
        display: inline-block;
        line-height: 81px;
        font-size: 3.16em;
        text-align: center;
        margin: 0 12px 0 0;
        border: 1px solid #fff;
        border-radius: 5px;
        vertical-align: middle;
        color: #fff;
    }

    .ins-ev-right-bl-txt {
        font-size: 1.34em;
        line-height: 1.2em;
        width: 140px;
        color: #fff;
    }

    .ins-ev-right-bl:hover .ins-ev-right-bl-img {
        background: #EED215;
        color: #003C78;
        border: none;
    }

    .ins-ev-right-bl:hover .ins-ev-right-bl-txt {
        color: #EED215;
    }

    div.ins-ev-right-bl:nth-of-type(3),
    div.ins-ev-right-bl:nth-of-type(4) {
        margin: 0;
    }

    .ins-in-erv {}

    .ins-in-erv-img {
        display: inline-block;
        width: 33.42%;
        height: 317px;
        margin: 0 12px 0 0;
        background: url('./img/beach.jpg') no-repeat 50% 50% / cover;
        vertical-align: middle;
        position: relative;
    }

    .img-corner-top {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 10px solid #fff;
        border-left: 401px solid transparent;
    }

    .img-corner-bot {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 10px solid #fff;
        border-left: 401px solid transparent;
    }

    .ins-in-erv-bl {
        display: inline-block;
        width: 62.92%;
        vertical-align: middle;
    }

    .ins-in-erv-bl-ttl {
        font-size: 1.34em;
        line-height: 1.24em;
        color: #003C78;
        margin: 0 0 16px;
    }

    .ins-in-erv-bl p {
        font-size: .78em;
        line-height: 1.45em;
        margin: 0 0 20px;
    }

    .ins-in-erv-bl p:last-child {
        margin-bottom: 0;
    }

    .ech {}

    .ech-bg {
        background: #BEB400 url('./img/dotted-map.png') no-repeat 50% 50% / cover;
        padding: 48px 24px;
        position: relative;
    }

    .ech-corner-top {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 28px solid #fff;
        border-right: 1200px solid transparent;
    }

    .ech-corner-bot {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 28px solid #fff;
        border-right: 1200px solid transparent;
    }

    .ech-ttl {
        display: block;
        font-size: 2em;
        color: #3C3800;
        line-height: 1.2em;
        margin: 0 0 27px;
    }

    .ech-txt {
        width: 66.32%;
        float: left;
        line-height: 25px;
        font-size: 1em;
    }

    .ech-txt-btn {
        display: block;
        background: #fff;
        width: 177px;
        height: 42px;
        line-height: 42px;
        margin: 30px auto 0;
        font-size: 14px;
        font-weight: bold;
        color: #BEB400;
        text-align: center;
        border-radius: 5px;
    }

    .ech-contact {
        width: 32.46%;
        float: right;
        padding: 15px;
        height: auto;
        background: #fff;
        border-radius: 5px;
    }

    .ech-contact-txt {
        font: 12px neo-sans;
        font-weight: bold;
        line-height: 17px;
        margin: 0 0 7px;
    }

    .ech-contact-cell {
        display: inline-block;
        font: 1.34em neo-sans;
        color: #3C3800;
        line-height: 1.45em;
    }

    .bnft {}

    .bnft-ttl {
        font-size: 2em;
        line-height: 1.2em;
        margin: 0 0 23px;
    }

    ul.bnft-list {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.bnft-list li {
        float: left;
        width: 23.95%;
        margin: 0 1.4% 0 0;
    }

    ul.bnft-list li:last-child {
        margin-right: 0;
    }

    .bnft-list-img {
        height: 137px;
        width: 100%;
        text-align: center;
        margin: 0 0 19px;
        color: #BEB400;
        font-size: 7.62em;
    }

    .bnft-list-img:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .bnft-list-ttl {
        font: 1.34em neo-sans;
        line-height: 1.24em;
        color: #003C78;
        margin: 0 0 14px;
    }

    .bnft-list-txt {
        font-size: 1em;
        line-height: 1.4em;
    }

    /*-- news and blog --*/
    .home-news {
        padding: 24px;
        border-bottom: 1px solid #e1e7f5;
    }

    .hm-ns-name {
        margin: 0 0 18px;
    }

    .hm-ns-lf {
        float: left;
        width: 64.91%;
    }

    .hm-bl-rt {
        float: right;
        width: 32.46%;
        background: #eaeaea;
        padding: 30px;
    }

    .hm-bl-rt a {
        color: #3b3700;
    }

    .hm-bl-rt-name {
        margin: 0 0 15px;
    }

    .hm-ns-single {
        margin: 0 0 15px;
    }

    .hm-ns-single:after {
        content: '';
        display: table;
        clear: both;
    }

    .home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-img {
        width: 50%;
        height: 278px;
    }

    .home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-r {
        width: 47.97%;
    }

    .home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-rmore {
        display: block;
        margin: 18px 0 0;
    }

    .hm-ns-single-img {
        width: 23.78%;
        height: 178px;
        float: left;
        margin: 0 2.03% 0 0;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .hm-ns-single-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hm-ns-single-r {
        width: 74.05%;
        float: left;
        padding: 15px 0;
    }

    .hm-ns-single-title {
        font: 1.34em/1em neo-sans;
        font-weight: normal;
        margin: 0 0 5px;
    }

    .hm-ns-single-title h5 {}

    .hm-ns-single-date {
        font: .67em neo-sans;
        color: #9f9f9f;
        margin: 0 0 10px;
    }

    .hm-ns-single-txt {
        font-size: .85em;
        line-height: 1.4em;
    }

    .hm-ns-single-rmore {
        font-family: neo-sans;
        display: inline-block;
    }

    .hm-ns-single-rmore a {
        text-decoration: underline;
    }

    .hm-bl-single {
        margin: 0 0 15px;
    }

    .hm-bl-single-title {
        font: 1em/1.5em neo-sans;
        font-weight: normal;
        margin: 0 0 5px;
    }

    .hm-bl-single-title h5 {
        font-weight: normal;
        color: #3C3800;
    }

    .hm-bl-single-txt {
        font-size: .78em;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .hm-bl-single-img {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 0 18px;
    }

    .hm-bl-btn {
        text-align: center;
        margin: 6px 0 0
    }

    .hm-bl-btn a {
        display: inline-block;
        padding: 15px 28px;
        line-height: 1;
        color: #fff;
        background: #3C3800;
        font-size: 14px;
    }

    /*-- inner blog --*/
    .first-news {
        margin: 0 0 30px;
    }

    .first-news:after {
        content: '';
        display: table;
        clear: both;
    }

    .first-news-img {
        width: 49.34%;
        height: 380px;
        float: left;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 5px 0 0 5px;
        overflow: hidden;
    }

    .first-news-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .first-news-content {
        width: 50.66%;
        height: 380px;
        float: left;
        padding: 30px;
        background: #E4F0F8;
    }

    .first-news-date {
        font: .67em/1.25em neo-sans;
        color: #9f9f9f;
        margin: 0;
    }

    .first-news-ttl {
        font: 1.34em/1.24em neo-sans;
        margin: 0 0 10px;
    }

    .first-news-txt {
        font-size: 1em;
        line-height: 1.4em;
        margin: 0 0 15px;
    }

    .first-news-rmore {
        display: block;
        font: 1em/1.24em neo-sans;
        text-decoration: underline;
    }

    .news-blog {
        padding-bottom: 15px;
    }

    .news-blog:after {
        content: '';
        display: table;
        clear: both;
    }

    .short-news {
        float: left;
        width: 49.34%;
        height: 472px;
        margin: 0 1.32% 15px 0;
    }

    .short-news:nth-child(2n) {
        margin-right: 0;
    }

    .short-news-img {
        float: left;
        width: 33.56%;
        height: 178px;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
        background: no-repeat 50% 50% / cover;
    }

    .short-news-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .short-news-cont {
        float: left;
        width: 66.44%;
        height: 100%;
        padding: 15px;
        border-right: 1px dotted #78A7CD;
        overflow: hidden;
    }

    .short-news:nth-child(2n) .short-news-cont {
        border-right: 0;
    }

    .short-news-ttl {
        font: 1.34em/1.24em neo-sans;
        margin: 0 0 2px;
    }

    .short-news-date {
        font: .67em/1.25em neo-sans;
        color: #9f9f9f;
        margin: 0 0 10px;
    }

    .short-news-txt {
        font-size: .88em;
        line-height: 1.4em;
    }

    .short-news-rmore {
        font: 1em/1.24em neo-sans;
        text-decoration: underline;
    }

    .common-news .flex-col-25,
    .common-news .flex-col-33,
    .common-news .flex-col-50,
    .common-news .flex-col-66,
    .common-news .flex-col-75,
    .common-news .flex-col-100 {
        padding: 0 7px 30px;
    }

    .n-common {
        width: 100%;
        min-height: 406px;
        padding: 30px;
        border: 2px solid #f6f7e7;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        z-index: 50;
    }

    .n-common-img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        z-index: 51;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .n-common:hover .n-common-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .n-common-bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: .8;
        z-index: 52;
    }

    .n-common-cont {
        padding-bottom: 15px;
        position: relative;
        z-index: 54;
        background: transparent;
    }

    .n-common-info {
        margin-bottom: 25px;
    }

    .n-common-info:after {
        content: '';
        display: table;
        clear: both;
    }

    .n-common-rubric {
        display: block;
        float: left;
        padding: 9px 15px;
        background-color: #003C78;
        color: #fff;
        font-size: 13px;
        line-height: 1;
    }

    .n-common-date {
        float: right;
        padding: 10px 15px;
        font-size: 12px;
        color: #9f9f9f;
        line-height: 1;
    }

    .n-common-ttl {
        margin: 0 0 26px;
        font: 1.34em/1.24em neo-sans;
    }

    .n-common-txt {
        margin: 0 0 25px;
        font-size: 1em;
        line-height: 1.4em;
    }

    a.n-common-more {
        display: block;
        padding: 0 15px;
        position: absolute;
        bottom: 30px;
        right: 30px;
        font-family: neo-sans;
        line-height: 1;
        z-index: 55;
    }

    .first-note .n-common-bg {
        opacity: 1;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, .95)), to(rgba(255, 255, 255, 1)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 60%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    }

    .first-note .n-common-cont {
        width: 44.36%;
        float: right;
        height: 100%;
    }

    .tips .n-common-rubric {
        background-color: #BEB400;
    }

    .tips .n-common-ttl {
        color: #BEB400;
    }

    .tips a.n-common-more {
        color: #BEB400;
    }

    .tips.n-common-dark .n-common-bg {
        background: #332d00;
    }

    .tips.n-common-dark .n-common-date {
        color: #fff;
    }

    .tips.n-common-dark .n-common-txt {
        color: #fff;
    }

    .press-release .n-common-rubric {
        background-color: #3C3800;
    }

    .press-release .n-common-ttl {
        color: #3C3800;
    }

    .press-release a.n-common-more {
        color: #3C3800;
    }

    .s-news {}

    .blog-pagination {
        clear: both;
        text-align: center;
        border-top: 1px dotted #78A7CD;
        padding: 15px 0;
        margim-top: 30px;
    }

    .blog-pagination-form {
        display: block;
    }

    .blog-pagination-form input[type="text"] {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 1;
        text-align: center;
        border: 2px solid #EBEBEB;
        font: 1em neo-sans;
        border-radius: 5px;
    }

    .blog-pagination-txt {
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        font: 1em/1.24em neo-sans;
        text-decoration: underline;
    }

    .blog-pagination-txt.disabled {
        pointer-events: none;
        text-decoration: none;
        color: #A0A0A0;
    }

    .blog-pagination-prev {
        display: inline-block;
        width: 12px;
        margin: 0 15px;
        vertical-align: middle;
    }

    .blog-pagination-next {
        display: inline-block;
        width: 12px;
        margin: 0 15px;
        vertical-align: middle;
    }

    .b-inner-img {
        height: 0;
        padding-top: 56.32%;
        position: relative;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 5px;
        overflow: hidden;
        z-index: 200;
    }

    .b-inner-cont {
        padding: 30px 8%;
    }

    .b-inner-img-cont {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        z-index: 202;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(125, 185, 232, 0)), to(#003C78));
        background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #003C78 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#003C78', GradientType=0);
    }

    .b-inner-img-cont-date {
        font: 1em/1.4em neo-sans;
        color: #fff;
        margin: 0 0 7px;
    }

    .b-inner-img-cont-ttl {
        font: 2em/1.4em neo-sans;
        color: #CBE3F1;
    }

    ul.line-list {
        padding: 0 44px;
        margin: 0 0 25px;
        list-style: none;
        font-size: 1em;
        line-height: 1.4em;
    }

    ul.line-list>li {
        margin: 0 0 0px;
        position: relative;
    }

    ul.line-list>li:before {
        content: '\2014';
        position: absolute;
        top: 0;
        left: -22px;
        color: #323232;
        font-size: 1em;
        background: none;
    }

    .rel-sl {
        padding: 0 8%;
    }

    .rel-sl-btop {
        padding: 30px 0;
        border-top: 2px dotted #78A7CD;
    }

    .rel-sl-cont {
        position: relative;
    }

    .rel-sl-slide {
        height: 178px !important;
    }

    a.rel-sl-slide-href {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        border: 2px solid transparent;
        border-radius: 5px;
        overflow: hidden;
        -webkit-transition: .2s;
        transition: .2s;
    }

    a.rel-sl-slide-href:hover {
        border: 2px solid #78A7CD;
    }

    .rel-sl-slide-img {
        display: inline-block;
        width: 38.07%;
        height: 100%;
        vertical-align: middle;
        margin: 0 15px 0 0;
        background: #fff no-repeat 50% 50% / cover;
    }

    .rel-sl-slide-txt {
        display: inline-block;
        width: 55.19%;
        vertical-align: middle;
    }

    .rel-sl-slide-txt-ttl {
        font: 24px/24px neo-sans;
        color: #003C78;
        margin: 0 0 5px;
    }

    .rel-sl-slide-txt-date {
        font: 12px/15px neo-sans;
        color: #A0A0A0;
    }

    .n-p {
        margin: 0 0 15px;
    }

    .n-p:after {
        content: '';
        display: table;
        clear: both;
    }

    .n-p-next,
    .n-p-prev {
        width: 49.23%;
        float: left;
        font: 0.778em/1.46em neo-sans;
        color: #003C78;
    }

    .n-p-next {
        margin-right: 1.54%;
    }

    .rel-sl-arrows {
        position: absolute;
        width: 18px;
        top: 50%;
        margin-top: -18px;
        z-index: 300;
        cursor: pointer;
    }

    .rel-sl-arrow-left {
        left: -46px;
    }

    .rel-sl-arrow-right {
        right: -46px;
    }

    .short-post {
        margin: 0 0 30px;
    }

    .short-post-img {
        height: 380px;
        margin: 0 1.32% 0 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 5px 0 0 5px;
    }

    .short-post-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .short-post-cont {
        padding: 25px 30px 25px 15px;
        height: 380px;
    }

    .short-post-date {
        margin: 0 0 15px;
        line-height: 15px;
    }

    .short-post-date>span {
        display: inline;
        padding: 1px 5px;
        background-color: #003C78;
        color: #fff;
        font: 12px/15px neo-sans;
    }

    a.short-post-link {
        display: block;
        padding: 0 5px;
        margin: 0 0 20px;
    }

    .short-post-ttl {
        display: inline;
        font-size: 1.34em;
        line-height: 1.4em;
        background-color: #BEB400;
        color: #fff;
        outline: 5px solid #BEB400;
        -webkit-box-shadow: 0 0 0 3px #BEB400;
        box-shadow: 0 0 0 3px #BEB400;
    }

    .short-post-txt {
        max-height: 200px;
        overflow: hidden;
        font-size: .88em;
        line-height: 1.4em;
        margin: 0 0 10px;
    }

    .short-post-tags {
        position: relative;
    }

    .short-post-tags:before {
        content: '#';
        display: inline-block;
        color: #A0A0A0;
        font: 1em neo-sans;
    }

    .short-post-tags a {
        display: inline-block;
        padding: 2px 6px;
        background-color: #A0A0A0;
        color: #fff;
        font: 14px neo-sans;
        letter-spacing: .025em;
        border-radius: 5px;
        margin: 8px;
    }

    .b-p-inner-img {
        height: 370px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        position: relative;
    }

    .b-p-inner-img-cont {
        width: 100%;
        max-width: 1200px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px;
        margin: 0 auto;
    }

    ul.white-main-menu li a {
        color: #fff;
    }

    ul.white-main-menu li a:hover {
        color: #323232;
        background-color: rgba(255, 255, 255, 0.5);
    }

    ul.white-crumbs li a {
        color: #fff !important;
    }

    .b-p-inner-date {
        margin: 0 0 10px;
    }

    .b-p-inner-date span {
        display: inline;
        padding: 0 15px;
        background-color: #003C78;
        color: #fff;
        font: 1em/1.25em neo-sans;
    }

    .b-p-inner-ttl-cont {
        border-left: 15px solid #BEB400;
        overflow: hidden;
    }

    .b-p-inner-ttl {
        display: inline;
        line-height: 1.4em;
        background-color: #BEB400;
        color: #fff;
        /*outline:5px solid #BEB400;*/
        -webkit-box-shadow: 0 0 0 5px #BEB400;
        box-shadow: 0 0 0 5px #BEB400;
    }

    .b-p-inner-cont .short-post-tags {
        margin: 0 0 30px;
    }

    .b-p-inner-cont .short-post-tags a {
        margin: 0 15px 0 0;
    }

    .b-p-inner-cont .short-post-tags:before {
        position: absolute;
        top: 0;
        left: -27px;
    }

    .b-p-inner-short-desc {
        font-size: 1.34em;
        line-height: 1.4;
        color: #003C78;
    }

    ul.line-double {
        padding: 30px 0 55px 0;
        margin: 0;
        list-style: none;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }

    ul.line-double>li {
        padding-left: 45px;
        position: relative;
        margin: 0 0 15px;
    }

    ul.line-double>li:before {
        content: '\2014';
        position: absolute;
        top: 0;
        left: 22px;
        color: #323232;
        font-size: 1em;
    }

    .b-p-inner-cont img {
        margin: 30px 0 30px 0;
    }

    .b-p-inner-cont .ui-datepicker-trigger {
        margin: 0;
    }

    .photo-sign {
        font-size: 14px;
        color: #A0A0A0;
    }

    .b-form {
        border: 2px solid #BEB400;
        margin: 20px 0 55px;
        padding: 24px 24px 0;
    }

    .b-form-row {
        margin: 0 -7px;
    }

    .b-form-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-form-col-5 {
        width: 52.48%;
    }

    .b-form-col-4 {
        width: 43.97%;
    }

    .b-form-col-2 {
        width: 20.92%;
    }

    .b-form-col-5,
    .b-form-col-4,
    .b-form-col-2 {
        min-height: 1px;
        float: left;
        margin: 0 0.94% 24px;
        position: relative;
    }

    .b-form input,
    .b-form select {
        width: 100%;
        line-height: normal;
        height: 48px;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        font: 1em neo-sans;
        padding: 0 16px;
    }

    .b-form-select-cont {
        float: right;
    }

    .b-form-select .jq-selectbox__select {
        height: 48px;
        padding: 0 16px;
    }

    .b-form-select .jq-selectbox__select-text {
        width: 100% !important;
        padding-right: 50px;
    }

    .b-form-select .jq-selectbox__trigger {
        width: 50px;
    }

    .b-form-select .jq-selectbox__dropdown ul {
        height: 500px;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        width: 100%;
        border: 0;
    }

    .b-form-select .jq-selectbox__dropdown ul>li {
        font: 1em neo-sans-pro;
        color: #fff;
        padding: 16px 12px 16px 18.52%;
        width: 100%;
        margin: 0;
        background: rgba(190, 180, 0, 0.9);
    }

    .b-form-select .jq-selectbox__dropdown ul>li.selected {
        background-color: #DED980;
        color: #fff;
        width: 100%;
    }

    .b-form-select .jq-selectbox__dropdown ul>li:hover {
        background-color: #DED980;
        color: #fff;
    }

    .b-form-select .jq-selectbox__dropdown ul>li:first-child {
        display: none;
    }

    .b-form-select .jq-selectbox__dropdown ul>li.bn-form-st-plus {
        background-image: url('./img/visa-form.svg');
        background-repeat: no-repeat;
        background-position: 3.23% 50%;
        background-size: 12.26%;
    }

    .b-form-select .jq-selectbox__dropdown ul>li.bn-form-optima {
        background-image: url('./img/form-list.svg');
        background-repeat: no-repeat;
        background-position: 5.16% 50%;
        background-size: 9.03%;
    }

    .b-form-select .jq-selectbox__dropdown ul>li.bn-form-tr-rus {
        background-image: url('./img/form-building.svg');
        background-repeat: no-repeat;
        background-position: 4.68% 50%;
        background-size: 10%;
    }

    /* end of blog */
    .what-for-ttl {
        display: block;
        font: 2em/1.2em neo-sans;
        color: #3C3800;
        margin: 0 0 31px;
    }

    ul.for-what {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.for-what li {
        float: left;
        width: 32.46%;
        height: 350px;
        margin: 0 1.31% 15px 0;
        border-radius: 5px;
        overflow: hidden;
    }

    ul.for-what li:nth-child(3n) {
        margin-right: 0;
    }

    .flipper .front {
        color: #BEB400;
        cursor: pointer;
    }

    .flipper .front:hover {
        background: #BEB400;
        color: #fff;
    }

    .flipper .back {
        border: 2px solid #BEB400;
        border-radius: 5px;
        cursor: pointer;
    }

    .for-what-back {
        padding: 0;
    }

    .for-what-back-ttl {
        display: block;
        font-size: 1.34em;
        line-height: 1.24em;
        margin: 0 0 18px;
    }

    .for-what-back-txt {
        font-size: .777rem;
        line-height: 1.4em;
    }

    .for-what-img {
        height: 214px;
        padding: 28px 0 0;
        font-size: 10.28em;
        margin: 0 0 20px;
        text-align: center;
        line-height: 0;
    }

    .for-what-img:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .for-what-img img {
        max-height: 100%;
    }

    .for-what-txt {
        font: 1.34em/1.24em neo-sans;
        text-align: center;
    }

    .for-what-info {
        font: 14px/20px neo-sans;
        letter-spacing: .025em;
        margin-bottom: 25px;
        padding-left: 45px;
        position: relative;
    }

    .for-what-info-ico {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .for-what-btn-cont {
        position: absolute;
        left: 30px;
        bottom: 30px;
    }

    .for-what-btn-label {
        font: 12px/15px neo-sans;
        margin-bottom: 6px;
    }

    .for-what-btn {
        display: inline-block;
        padding: 16px 24px;
        background-color: #BEB400;
        color: #fff;
        font-size: .888rem;
        line-height: 1;
        border-radius: 5px;
    }

    .for-what-btn.with-ico {
        padding-left: 60px;
        background-repeat: no-repeat;
        background-position: 18px 50%;
        background-size: auto 37px;
    }

    .prog-nd-top {
        background: url('./img/yellow-island.png') no-repeat 50% 100%;
    }

    .prog-nd-wrapper {
        position: relative;
    }

    .prog-nd-ttl {
        display: block;
        margin: 0 0 26px;
        font: 1.34em neo-sans;
    }

    .prog-nd-big-ttl {
        font: 2em/1.2em neo-sans;
        margin: 0 0 28px;
    }

    .prog-nd-cont {
        width: 49.3%;
        padding: 0 0 0 95px;
    }

    .prog-nd-cont-ico {
        position: absolute;
        left: 0;
        top: 0;
    }

    .prog-nd-cont-ttl {
        display: block;
        font: 1.34em neo-sans;
        margin: 0 0 12px;
    }

    .prog-nd-cont-txt {
        font-size: .78em;
        line-height: 1.45em;
        margin: 0 0 15px;
    }

    .prog-nd-cont p:last-child {
        margin: 0;
    }

    ul.prog-nd-cont-list {
        padding: 0 0 0 40px;
        list-style: none;
        font-size: .78em;
        line-height: 1.45em;
    }

    ul.prog-nd-cont-list li {
        margin: 0 0 10px;
        position: relative;
    }

    ul.prog-nd-cont-list li:before {
        content: '\e901';
        font-family: 'erv-icon-set';
        position: absolute;
        top: 0;
        left: -16px;
        color: #BEB400;
        font-size: 8px;
    }

    ul.prog-nd-cont-list li>ul {
        padding: 10px 0 0 40px;
        list-style: none;
        font-size: 1em;
        line-height: 20px;
    }

    ul.prog-nd-cont-list li>ul>li {
        margin: 0 0 0px;
        position: relative;
    }

    ul.prog-nd-cont-list li>ul>li:before {
        content: '\2014';
        position: absolute;
        top: 0;
        left: -20px;
        color: #323232;
        font-size: 10px;
    }

    .prog-nd-wdcont {
        width: 100%;
    }

    .prog-nd-cancel-wrap {
        position: relative;
        width: 664px;
        margin: 0 0 0 232px;
    }

    .prog-nd-cancel-wrap-cont {
        position: relative;
        padding: 0 0 0 95px;
    }

    .prog-nd-st-plus {
        position: relative;
        float: right;
        margin: 30px 0 0;
    }

    .prog-nd-st-plus-ar-01 {
        width: 16.19%;
        position: absolute;
        top: -79px;
        left: 110px;
        display: none;
    }

    .prog-nd-st-plus-ar-02 {
        width: 36.55%;
        position: absolute;
        top: 56px;
        left: -320px;
        display: none;
    }

    .prog-nd-opt {
        position: relative;
        float: left;
        margin: 172px 0 0;
    }

    .prog-nd-opt-ar-01 {
        width: 19.4%;
        position: absolute;
        bottom: 3px;
        right: -123px;
        display: none;
    }

    .prog-nd-cancel {
        position: relative;
        clear: both;
        padding: 64px 0 12px;
    }

    .prog-nd-st-foreign {
        position: relative;
        padding: 0;
        float: right;
    }

    .prog-nd-st-foreign p {
        line-height: 25px;
    }

    .prog-nd-st-foreign-ar-01 {
        width: 34.34%;
        position: absolute;
        bottom: -31px;
        left: -207px;
        display: none;
    }

    .prog-nd-optmult {
        position: relative;
        float: left;
        margin: 25px 0 0;
    }

    .prog-nd-optmult-ar-01 {
        width: 24.38%;
        position: absolute;
        bottom: 95px;
        right: -152px;
        display: none;
    }

    .prog-nd-optyear {
        position: relative;
        float: right;
        margin: 196px 0 0;
    }

    .prog-nd-st-plus .icon-basic-cover-icon-kiwi {
        font-size: 4.5em;
        color: #BEB400;
    }

    .prog-nd-opt .icon-full-cover-icon-kiwi {
        font-size: 4.5em;
        color: #BEB400;
    }

    .prog-nd-cancel .icon-trip-cancel-kiwi {
        font-size: 3.89em;
        color: #fff;
    }

    .prog-nd-optmult .icon-opt-ann-sc {
        font-size: 3.89em;
        color: #003C78;
    }

    .prog-nd-optyear .icon-optima-annual-blue {
        font-size: 3.89em;
        color: #003C78;
    }

    /* -- inner page --*/
    .page-content {
        line-height: 1.4em;
    }

    /*ul.breadcrumbs {
    padding: 16px 0 0;
    margin: 0 14px;
    list-style: none;
    font-size: 12px;
    color: #9f9f9f;
  }*/
    ul.breadcrumbs li {
        display: inline-block;
        vertical-align: top;
    }

    ul.breadcrumbs li a {
        color: #323232;
    }

    ul.breadcrumbs .rarr {
        margin: 0 0 0 3px;
    }

    ul.menu-pages {
        padding: 0;
        margin: 0 0 25px;
        list-style: none;
        overflow: hidden;
    }

    ul.menu-pages li {
        float: left;
        width: 24.01%;
        margin: 0 1.32% 15px 0;
        height: 0;
        padding-top: 24.01%;
        position: relative;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 62%;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.menu-pages li:last-child {
        margin-right: 0;
    }

    ul.menu-pages li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 9%;
        text-align: center;
        font: .78em/1.45em neo-sans;
        color: #333333;
        border: 2px solid #A0A0A0;
        border-radius: 5px;
    }

    ul.menu-pages li a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    ul.menu-pages li:hover {
        background-color: #E6E299;
    }

    ul.menu-pages li:hover a {
        border: none;
        color: #BEB400;
    }

    ul.menu-pages li:hover a .menu-pages-caption {
        color: #fff;
    }

    ul.menu-pages li.active {
        background: #EBEBEB;
        background-image: none !important;
    }

    ul.menu-pages li.active a {
        border: 2px solid #fff;
        pointer-events: none;
    }

    ul.menu-pages li.active:hover a {
        color: #333333;
    }

    ul.menu-pages li:nth-child(1) {
        background-image: url('./img/company-history-ico.png');
    }

    ul.menu-pages li:nth-child(1):hover {
        background-image: url('./img/company-history-ico-hover.png');
    }

    ul.menu-pages li:nth-child(2) {
        background-image: url('./img/shares-ico.png');
    }

    ul.menu-pages li:nth-child(2):hover {
        background-image: url('./img/shares-ico-hover.png');
    }

    ul.menu-pages li:nth-child(3) {
        background-image: url('./img/accounting-ico.png');
    }

    ul.menu-pages li:nth-child(3):hover {
        background-image: url('./img/accounting-ico-hover.png');
    }

    ul.menu-pages li:nth-child(4) {
        margin-right: 0;
    }

    ul.menu-pages li:nth-child(4) {
        background-image: url('./img/eti-ico.png');
    }

    ul.menu-pages li:nth-child(4):hover {
        background-image: url('./img/eti-ico-hover.png');
    }

    ul.menu-pages li:nth-child(5) {
        background-image: url('./img/team-ico.png');
    }

    ul.menu-pages li:nth-child(5):hover {
        background-image: url('./img/team-ico-hover.png');
    }

    ul.menu-pages li:nth-child(6) {
        background-image: url('./img/insr-types-ico.png');
    }

    ul.menu-pages li:nth-child(6):hover {
        background-image: url('./img/insr-types-ico-hover.png');
    }

    ul.menu-pages li:nth-child(7) {
        background-image: url('./img/vacancies-ico.png');
    }

    ul.menu-pages li:nth-child(7):hover {
        background-image: url('./img/vacancies-ico-hover.png');
    }

    ul.menu-pages li:nth-child(8) {
        background-image: url('./img/requisites-ico.png');
    }

    ul.menu-pages li:nth-child(8):hover {
        background-image: url('./img/requisites-ico-hover.png');
    }

    .menu-pages-caption {
        display: block;
        color: #A0A0A0;
        font-size: 12px;
        line-height: 17px;
    }

    .page-ttl {
        display: block;
        margin: 0 0 28px;
    }

    .erv-ira-rating {
        float: right;
    }

    .erv-ira-rating .cert-container {
        margin: 0;
        line-height: normal;
    }

    .page-content-left {
        width: 83.16%;
    }

    .about-gallery {
        display: block;
        padding: 35px 0 60px;
    }

    .about-gallery:after {
        content: '';
        display: table;
        clear: both;
    }

    .about-gallery a {
        display: block;
        float: left;
        margin: 0 14px 0 0;
        opacity: .7;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .about-gallery a:last-child {
        margin-right: 0;
    }

    .about-gallery a:hover {
        opacity: 1;
    }

    .about-gallery a img {
        height: 177px;
    }

    .page-content-padding-ul {
        padding: 30px 96px 35px;
    }

    .page-content-padding-ul-ttl {
        font: 1em neo-sans;
        color: #003C78;
        margin: 0 0 25px;
    }

    .page-content-padding-ul ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: .78em;
        line-height: 1.45em;
    }

    .page-content-padding-ul ul li {
        padding-left: 30px;
        position: relative;
        margin: 0 0 20px;
    }

    .page-content-padding-ul ul li:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #BEB400;
        position: absolute;
        left: 2px;
        top: 6px;
    }

    ul.pdfs {
        padding: 56px 0;
        margin: 0;
        overflow: hidden;
        list-style: none;
        width: 100%;
    }

    ul.pdfs>li {
        float: left;
        width: 24%;
        margin: 0 1.33% 0 0;
    }

    ul.pdfs>li:last-child {
        margin: 0;
    }

    ul.pdfs>li>a {
        display: block;
        width: 100%;
        min-height: 77px;
        padding: 10px 15px 10px 56px;
        border: 2px solid #CBE3F1;
        font-size: 12px;
        line-height: 17px;
        background: #fff url('./img/pdf.png') no-repeat 15px 50% / 26px;
        border-radius: 5px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.pdfs>li>a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    ul.pdfs>li>a:hover {
        background-color: #E4F0F8;
        border: 2px solid #E4F0F8;
    }

    ul.pdfs>li:after {
        content: '';
        display: table;
        clear: both;
    }

    .team-mem {
        width: 24.68%;
        margin: 0 0 60px 0;
        padding: 0 2.24% 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .team-mem:nth-of-type(4n) {
        margin-right: 0;
    }

    .team-mem-img {
        margin: 0 0 13px;
    }

    .team-mem-img-bg {
        width: 178px;
        height: 178px;
        background-color: #F9F8E5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .team-mem-rank {
        font: 12px neo-sans;
        line-height: 15px;
        color: #A0A0A0;
        margin: 0 0 1px;
        letter-spacing: .025em;
    }

    .team-mem-name {
        line-height: 1.24em;
        font-size: 1em;
    }

    .progs-cont:after {
        content: '';
        display: table;
        clear: both;
    }

    .progs-four-block {
        width: 67.54%;
        float: left;
    }

    .progs-four-block-ttl {
        font: 1em neo-sans;
        line-height: 1.25em;
        color: #BEB400;
        margin: 0 0 10px;
    }

    .progs-four-block .ins-bl-common {
        margin: 0 1.95% 1.95% 0;
        width: 48.05%;
    }

    .progs-two-block {
        width: 32.46%;
        float: right;
    }

    .progs-two-block-ttl {
        font: 1em neo-sans;
        line-height: 1.25em;
        color: #003C78;
        margin: 0 0 10px;
    }

    .progs-two-block .ins-bl-common {
        margin: 0 0 4.06%;
        width: 100%;
    }

    .progs-bot-one {
        float: left;
        width: 33.77%;
    }

    .progs-bot-two {
        float: left;
        width: 66.23%;
    }

    .progs-bot-two-ttl {
        font: 1em neo-sans;
        line-height: 1.25em;
        color: #3C3800;
        margin: 0 0 10px;
    }

    .progs-bot-two .ins-bl-common {
        height: 223px;
        margin: 0 1.95% 1.95% 0;
        width: 49.01%;
    }

    .progs-bot-two .ins-bl-common:nth-of-type(3) {
        margin-right: 0;
    }

    .opt-prog {
        background: #BEB400 url('./img/progs/optima-sc-img.png') no-repeat 85.13% 50% / 34.32%;
    }

    .sport-prog {
        background: #BEB400 url('./img/progs/sport-sc-img.png') no-repeat 84.05% 50% / 33.24%;
    }

    .s-plus-prog {
        background: #BEB400 url('./img/progs/standart-plus-sc-img.png') no-repeat 84.04% 50% / 48.11%;
    }

    .travel-prog {
        background: #BEB400 url('./img/progs/tr-russia-sc.png') no-repeat 87.03% 50% / 37.57%;
    }

    .opt-prog:hover {
        background-color: #E6E299;
        background-image: url('./img/progs/optima-sc-img-hover.png');
    }

    .opt-prog:hover .ins-bl-header,
    .opt-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .sport-prog:hover {
        background-color: #E6E299;
        background-image: url('./img/progs/sport-sc-img-hover.png');
    }

    .sport-prog:hover .ins-bl-header,
    .sport-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .s-plus-prog:hover {
        background-color: #E6E299;
        background-image: url('./img/progs/standart-plus-sc-img-hover.png');
    }

    .s-plus-prog:hover .ins-bl-header,
    .s-plus-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .travel-prog:hover {
        background-color: #E6E299;
        background-image: url('./img/progs/tr-russia-sc-hover.png');
    }

    .travel-prog:hover .ins-bl-header,
    .travel-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .opt-year-prog {
        background: #003C78 url('./img/progs/opt-ann-sc.png') no-repeat 84.04% 50% / 48.11%;
    }

    .opt-year-prog .ins-bl-txt {
        color: #fff;
    }

    .opt-mult-prog {
        background: #003C78 url('./img/progs/opt-ann-sc.png') no-repeat 84.04% 50% / 48.11%;
    }

    .opt-mult-prog .ins-bl-txt {
        color: #fff;
    }

    .ins-bl-common.bd-radius.opt-mult-prog.erv-s-mright-null.color-bg-mod {
        /* background: #787000 !important; */
    }

    .opt-year-prog:hover {
        background-color: #78A7CD;
        background-image: url('./img/progs/opt-ann-sc-hover.png');
    }

    .opt-mult-prog:hover {
        background-color: #78A7CD;
        background-image: url('./img/progs/opt-ann-sc-hover.png');
    }

    .cans-trip-prog {
        background: #EED215 url('./img/progs/trip-cancel-sc.png') no-repeat 84.04% 50% / 48.11%;
        width: 96.1%;
        margin: 0 4.05% 4.05% 0;
    }

    .cans-trip-prog:hover {
        background-color: #F6E88A;
        background-image: url('./img/progs/trip-cancel-sc-hover.png');
    }

    .cans-trip-prog:hover .ins-bl-header,
    .cans-trip-prog:hover .ins-bl-price {
        color: #787000;
    }

    .short-st-prog {
        background-color: #BEB400;
    }

    .short-st-prog:hover {
        background-color: #E6E299;
    }

    .short-st-prog:hover .ins-bl-header,
    .short-st-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .short-ev-prog {
        background: #787000 url('./img/progs/event-sc.png') no-repeat 84.04% 50% / 38.65%;
    }

    .short-ev-prog .ins-bl-txt {
        color: #fff;
    }

    .short-ev-prog:hover {
        background-color: #BBB780;
        background-image: url('./img/progs/event-sc-hover.png');
    }

    .short-ev-prog:hover .ins-bl-header,
    .short-ev-prog:hover .ins-bl-price {
        color: #3C3800;
    }

    .extra-risks {
        clear: both;
        margin: 30px 0 0;
    }

    .extra-risks-ttl {
        font: 1em neo-sans;
        line-height: 1.25em;
        color: #3C3800;
        margin: 0 0 10px;
    }

    ul.extra-risks-list {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.extra-risks-list li {
        float: left;
        width: 24.1%;
        min-height: 183px;
        margin: 0 1.2% 0 0;
        background: #EBEBEB;
        border-radius: 5px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.extra-risks-list li:last-child {
        float: left;
        width: 24.1%;
        margin-right: 0;
    }

    ul.extra-risks-list li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    ul.extra-risks-list li:hover {
        background: #F5F5F5;
    }

    .extra-risks-list-ttl {
        font: 1.15em neo-sans;
        line-height: 1em;
        color: #003C78;
        margin: 0 0 9px;
    }

    .extra-risks-list-txt {
        font-size: 1em;
        line-height: 1.25em;
        color: #333333;
    }

    ul.menu-pages-ins {
        padding: 0;
        margin: 0 0 25px;
        list-style: none;
        overflow: hidden;
    }

    ul.menu-pages-ins li {
        float: left;
        width: 24.01%;
        margin: 0 1.32% 1.32% 0;
        height: 0;
        padding-top: 24.01%;
        position: relative;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 62%;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.menu-pages-ins li:last-child {
        margin-right: 0;
    }

    ul.menu-pages-ins li:nth-child(4) {
        margin-right: 0;
    }

    ul.menu-pages-ins li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 9%;
        text-align: center;
        font: 12px/15px neo-sans;
        color: #003C78;
        border: 2px solid #78A7CD;
        border-radius: 5px;
    }

    ul.menu-pages-ins li:nth-child(8) a {
        border: 2px solid #E0DA7F;
        color: #BEB400;
    }

    ul.menu-pages-ins li:nth-child(8):hover {
        background-color: #E0DA7F;
        background-image: none !important;
    }

    ul.menu-pages-ins li:nth-child(8):hover a {
        border: none;
        color: #FFF;
    }

    ul.menu-pages-ins li a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    ul.menu-pages-ins li:hover {
        background-color: #78A7CD;
        background-image: none !important;
    }

    ul.menu-pages-ins li:hover a {
        border: none;
        color: #fff;
    }

    ul.menu-pages-ins li:hover a .menu-pages-caption {
        color: #fff;
    }

    ul.menu-pages-ins li.active {
        background: #EBEBEB;
        background-image: none !important;
    }

    ul.menu-pages-ins li.active a {
        border: 2px solid #fff;
        pointer-events: none;
    }

    ul.menu-pages-ins li.active:hover a {
        color: #333333;
    }

    ul.menu-pages-ins li:nth-child(1) {
        background-image: url('./img/menu-pages-ins-car.svg');
    }

    ul.menu-pages-ins li:nth-child(2) {
        background-image: url('./img/menu-pages-ins-palm.svg');
    }

    ul.menu-pages-ins li:nth-child(3) {
        background-image: url('./img/menu-pages-ins-human.svg');
    }

    ul.menu-pages-ins li:nth-child(4) {
        background-image: url('./img/menu-pages-ins-bag.svg');
    }

    ul.menu-pages-ins li:nth-child(5) {
        background-image: url('./img/menu-pages-ins-scales.svg');
    }

    ul.menu-pages-ins li:nth-child(6) {
        background-image: url('./img/menu-pages-ins-tickets.svg');
    }

    ul.menu-pages-ins li:nth-child(7) {
        background-image: url('./img/menu-pages-ins-globe.svg');
    }

    ul.menu-pages-ins li:nth-child(8) {
        background-image: url('./img/menu-pages-ins-list.svg');
    }

    .ins-p-left {
        width: 40.9%;
        float: left;
        margin: 0 3.95% 0 0;
    }

    .ins-p-right {
        width: 55.15%;
        float: left;
    }

    .g-map {
        width: 100%;
        height: 421px;
        border-radius: 5px;
        overflow: hidden;
    }

    a.ins-p-cell {
        font-family: neo-sans;
        color: #333333;
        white-space: nowrap;
    }

    .ins-check-form {
        background-color: #E4F0F8;
        border-radius: 5px;
    }

    .ins-check-form-ttl {
        font: 1em/1.4em neo-sans;
        color: #003C78;
        margin: 0 0 15px;
    }

    .ins-check-form-label {
        font: 12px/15px neo-sans;
        color: #333333;
        margin: 0 0 5px;
    }

    .ins-check-form:after {
        content: '';
        display: table;
        clear: both;
    }

    .ins-check-form-input {
        float: left;
        width: 52%;
        height: 48px;
        line-height: normal;
        background: #fff;
        padding: 0 12px;
        font: 1em neo-sans;
        border: 2px solid #78A7CD;
        border-radius: 5px;
        margin-right: 3.69%;
    }

    .ins-check-form-btn {
        float: left;
        width: 44.31%;
        height: 48px;
        background-color: #003C78;
        color: #fff;
        line-height: 60px;
        font: 1em neo-sans;
        border: 2px solid #78A7CD;
        border-radius: 5px;
        cursor: pointer;
    }

    .ins-p-right-ttl {
        margin: 0 0 15px;
    }

    .ins-p-right-time {
        font: 1em neo-sans;
        color: #A0A0A0;
    }

    .ins-p-bot-txt {
        font-size: .78em;
        line-height: 1.45em;
        color: #A0A0A0;
    }

    .select-menu {
        margin: 0 0 62px;
    }

    .select-menu-ttl {
        font: 1.33em/1.25em neo-sans;
        color: #78A7CD;
    }

    .ins-check-form-cont {
        float: right;
        z-index: 201;
        margin-left: 1%;
    }

    .ins-cont-inner {
        counter-reset: number;
        clear: left;
    }

    .ins-cont-list {
        position: relative;
        margin: 0 0 45px;
    }

    .ins-cont-list:before {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        position: absolute;
        left: -75px;
        top: -20px;
        border: 3px solid #78A7CD;
        font: 2em/56px neo-sans;
        color: #78A7CD;
        counter-increment: number;
        content: counter(number);
        text-align: center;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ins-cont-list-ttl {
        font: 1em/1.4em neo-sans;
        color: #003C78;
        margin-bottom: 30px;
    }

    ul.ins-inner-pdf {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.ins-inner-pdf>li {
        float: left;
        width: 18.54%;
        margin: 0 1.57% 0 0;
        border: 2px solid #CBE3F1;
        text-align: center;
        border-radius: 5px;
    }

    ul.ins-inner-pdf>li:nth-child(5n) {
        margin-right: 0;
    }

    a.ins-inner-pdf-href {
        display: block;
        width: 100%;
        min-height: 140px;
        height: 100%;
        padding: 15px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .ins-inner-pdf-href:hover {
        background-color: #CBE3F1;
    }

    .ins-inner-pdf-img {
        display: inline-block;
        width: 32.52%;
        margin: 0 0 15px;
    }

    .ins-inner-pdf-txt {
        font: 14px/20px neo-sans;
        letter-spacing: .025em;
        color: #003C78;
    }

    ul.select-menu-list {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
        list-style: none;
        margin: 0;
    }

    ul.select-menu-list>li.toplevel {
        padding: 4px 50px 4px 15px;
        height: auto;
        border: 2px solid #003C78;
        color: #003C78;
        border-radius: 5px;
        font: 1.34em/1em neo-sans;
        position: relative;
        cursor: pointer;
    }

    ul.select-menu-list>li.toplevel:after {
        content: '';
        display: block;
        width: 24px;
        height: 12px;
        position: absolute;
        right: 15px;
        top: 12px;
        background: url('./img/blue-arrow-down.svg') no-repeat 50% 50% / 24px 12px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.select-menu-list>li.toplevel.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.select-menu-list>li>ul {
        display: none;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        left: 0;
        top: 36px;
        background-color: #003C78;
        border-radius: 5px;
        overflow: hidden;
        z-index: 10;
    }

    ul.select-menu-list>li>ul>li {}

    ul.select-menu-list>li>ul>li>a {
        display: block;
        padding: 4px 15px;
        color: #fff;
        font-size: 0.75em;
    }

    ul.select-menu-list>li>ul>li>a:hover {
        background-color: #78A7CD;
    }

    .ins-info-box {
        margin: 0 0 45px;
        font-size: 14px;
    }

    .ins-cont-phone {
        width: 68.8%;
        margin: 0 0 25px;
        background-color: #E4F0F8;
    }

    .ins-cont-phone-txt {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        font-family: neo-sans;
        line-height: 1.4em;
    }

    .ins-cont-phone-cell {
        display: inline-block;
        vertical-align: middle;
    }

    .ins-cont-phone-cell a {
        font-size: 2em;
        font-family: neo-sans;
    }

    .ins-event-box {
        border-bottom: 1px solid #EBEBEB;
        margin: 0 0 30px;
    }

    div.ins-event-box:last-of-type {
        border: none;
    }

    .ins-event-box-row {
        margin: 0 0 30px;
    }

    .ins-event-box-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .ins-event-box-row:last-of-type {
        margin: 0;
    }

    .ins-event-box-ttl {
        width: 80%;
        float: left;
        font-size: 1.34em;
        line-height: 1.4em;
    }

    .ins-event-box-date {
        float: right;
        color: #A0A0A0;
        margin: 5px 0 0;
    }

    ul.ins-event-box-status {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.ins-event-box-status>li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0 0px 0 18px;
        height: 36px;
        line-height: 34px;
        position: relative;
        background-color: #EBEBEB;
        border: 2px solid #EBEBEB;
        font-size: 14px;
    }

    ul.ins-event-box-status>li:nth-child(1) {
        z-index: 40;
    }

    ul.ins-event-box-status>li:nth-child(2) {
        z-index: 30;
    }

    ul.ins-event-box-status>li:nth-child(3) {
        z-index: 20;
    }

    ul.ins-event-box-status>li:nth-child(4) {
        z-index: 10;
    }

    ul.ins-event-box-status>li:before,
    ul.ins-event-box-status>li:after {
        content: '';
        position: absolute;
    }

    ul.ins-event-box-status>li:before {
        top: -2px;
        right: -38px;
        border: 18px solid transparent;
        border-left: 18px solid #fff;
        z-index: 60;
    }

    ul.ins-event-box-status>li:after {
        top: -2px;
        right: -36px;
        border: 18px solid transparent;
        border-left: 18px solid #EBEBEB;
        z-index: 61;
    }

    ul.ins-event-box-status>li:first-child {
        padding: 0;
        border-radius: 5px 0 0 5px;
    }

    ul.ins-event-box-status>li:last-child {
        border-radius: 0 5px 5px 0;
    }

    ul.ins-event-box-status>li:last-child:before,
    ul.ins-event-box-status>li:last-child:after {
        border: none;
    }

    ul.ins-event-box-status>li.status-last-step {
        border: 2px solid #BEB400;
        background-color: #fff;
        color: #BEB400;
    }

    ul.ins-event-box-status>li.status-last-step:before {
        border: 18px solid transparent;
        border-left: 18px solid #BEB400;
    }

    ul.ins-event-box-status>li.status-last-step:after {
        border: 16px solid transparent;
        border-left: 16px solid #fff;
        top: 0;
        right: -32px;
    }

    ul.ins-event-box-status>li.status-active-step {
        border: 2px solid #BEB400;
        background-color: #BEB400;
        color: #fff;
    }

    ul.ins-event-box-status>li.status-active-step:before {
        border: 18px solid transparent;
        border-left: 18px solid #fff;
        right: -40px;
    }

    ul.ins-event-box-status>li.status-active-step:after {
        border: 18px solid transparent;
        border-left: 18px solid #BEB400;
        top: -2px;
        right: -38px;
    }

    .check-ins-info {
        font-size: 14px;
    }

    .ins-ex-left {
        margin-right: 1.31%;
    }

    .ins-ex-blue {
        margin: 30px 0;
        padding: 15px;
        background-color: #003C78;
        color: #fff;
    }

    .ins-ex-heading {
        margin: 0 0 15px;
    }

    .ex-image {
        margin-bottom: 45px;
    }

    .map-cont {
        width: 100%;
        position: relative;
    }

    .map-txt-left {
        width: 100%;
        position: static;
        top: inherit;
        bottom: inherit;
        left: inherit;
        background-color: #fff;
        padding: 0 0 30px;
        z-index: 200;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }

    .map-txt-left a {
        text-decoration: underline;
    }

    .map-txt-left-top {
        margin: 0 0 25px;
        width: 50%;
        float: left;
        padding-right: 15px;
    }

    .map-txt-left-top div:last-of-type {
        margin-bottom: 0;
    }

    .map-txt-left-ttl {
        font-size: 18px;
        margin: 0 0 10px;
        color: #003C78;
        font: 18px/22px neo-sans;
    }

    .map-txt-left-txt {
        margin: 0 0 10px;
    }

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

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

    .tbl-td {
        display: table-cell;
        vertical-align: middle;
    }

    .map-tbl {
        margin: 0 0 15px;
    }

    .sm-map-txt {
        display: block;
        font-size: 12px;
        line-height: 15px;
    }

    .map-txt-left-bot {
        float: left;
        width: 50%;
        padding-left: 15px;
    }

    .map-cont-txt-bot {
        width: 320px;
        height: 96px;
        padding: 15px;
        position: absolute;
        background: #fff;
        bottom: 30px;
        right: 30px;
        font-size: 14px;
        color: #333333;
        line-height: 17px;
        z-index: 201;
    }

    .map-cont-txt-bot .map-tbl {
        margin-bottom: 0;
    }

    #erv-place {
        height: 480px;
        clear: both;
    }

    .agencies-ttl-cap {
        font: 2em/1.2em neo-sans;
        margin: 0 0 15px;
    }

    .agencies-list {
        padding: 0 0 0 8.44%;
        counter-reset: number;
    }

    .agencies-list-elem {
        position: relative;
        margin: 0 0 35px;
    }

    .agencies-list-elem:before {
        display: block;
        position: absolute;
        left: -37px;
        top: -5px;
        font: 2em/1em neo-sans;
        color: #BEB400;
        counter-increment: number;
        content: counter(number);
    }

    .agencies-form {
        margin-right: -1.44%;
        padding-top: 60px;
        position: relative;
        display: block;
    }

    .open-form-arrow {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 9px;
        margin: 0 0 0 5px;
        background: url('./img/arrow-kiwi.svg') no-repeat 50% 50% / 18px 9px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .agencies-form-bd-top,
    .agencies-form-bd-bot {
        position: absolute;
        left: 0;
        background-color: #BEB400;
        height: 2px;
        width: 98.5%;
    }

    .agencies-form-bd-top {
        top: 30px;
    }

    .agencies-form-bd-bot {
        bottom: 30px;
    }

    .form-label {
        font: 12px/15px neo-sans;
        color: #333333;
        margin: 0 0 5px;
    }

    .agencies-form .form-label {
        position: absolute;
        bottom: 65px;
        left: 0;
        margin-bottom: 0;
    }

    .agencies-form .ui-datepicker-trigger {
        bottom: 22px;
    }

    .agencies-form:after {
        content: '';
        display: table;
        clear: both;
    }

    .agencies-form-row {
        padding: 0 0 30px;
    }

    .agencies-form-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .agencies-form-row-ttl {
        margin: 0 0 30px;
        font-size: 1em;
        line-height: 1.4em;
        color: #BEB400;
    }

    .agencies-form-row-ttlbot {
        margin: 0 0 15px;
        font-size: 1em;
        line-height: 1.4em;
        color: #003C78;
    }

    .ag-form-col-1,
    .ag-form-col-2,
    .ag-form-col-3,
    .ag-form-col-4,
    .ag-form-col-5,
    .ag-form-col-6,
    .ag-form-col-7,
    .ag-form-col-8,
    .ag-form-col-9,
    .ag-form-col-10,
    .ag-form-col-11 {
        float: left;
        margin: 0 1.29% 50px 0;
        position: relative;
    }

    .ag-form-col-1 {
        width: 7.67%;
    }

    .ag-form-col-2 {
        width: 16.76%;
    }

    .ag-form-col-3 {
        width: 25.85%;
    }

    .ag-form-col-4 {
        width: 34.95%;
    }

    .ag-form-col-5 {
        width: 44.04%;
    }

    .ag-form-col-6 {
        width: 53.13%;
    }

    .ag-form-col-7 {
        width: 62.19%;
    }

    .ag-form-col-11 {
        width: 100%;
    }

    .ag-form-l-i-wrap {
        position: relative;
    }

    input.agencies-form-input,
    select.agencies-form-sel {
        width: 100%;
        height: 60px;
        padding: 0 16px;
        font: 1em neo-sans;
        line-height: normal;
        border: 2px solid #EBEBEB;
        -wekit-border-radius: 5px;
        border-radius: 5px;
    }

    .agencies-form .jq-selectbox {
        display: block !important;
    }

    .agencies-form-sel .jq-selectbox__select {
        height: 60px;
        background: #fff;
        border: 2px solid #EBEBEB;
        color: #323232;
        line-height: inherit;
    }

    .agencies-form-sel .jq-selectbox__select-text {
        width: 100% !important;
        height: 100%;
        padding-right: 59px;
        line-height: 56px;
    }

    .agencies-form-sel .jq-selectbox__trigger {
        width: 60px;
        top: 0;
        bottom: 0;
        border-left: 2px solid #EBEBEB;
    }

    .agencies-form-sel .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
        width: 24px;
        height: 12px;
        background: url('./img/sel-arrow-form.svg') no-repeat 50% / 24px 12px;
    }

    .agencies-form-cap {
        font-size: 14px;
        line-height: 20px;
        color: #A0A0A0;
        margin: 6px 0 0;
        padding: 0 16px;
    }

    .radio-btn-cont {
        padding: 12px 0;
    }

    .radio-btn {
        display: inline-block;
        font-size: 1em;
        cursor: pointer;
        margin: 0 50px 0 0;
    }

    .radio-btn input {
        display: none;
    }

    .radio-btn .checkmark {
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        margin: 0 10px 0 0;
        border: 2px solid #EBEBEB;
        border-radius: 50%;
    }

    .radio-btn input:checked+.checkmark {
        background-image: url('./img/radio-checkmark.svg');
        background-size: 28px 28px;
        border: none;
    }

    .switch-box {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 81px;
        height: 34px;
        margin: 0 12px 0 0;
    }

    .switch-box input {
        display: none;
    }

    .switch-box .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: .2s;
        transition: .2s;
        border: 2px solid #A0A0A0;
        border-radius: 20px;
    }

    .switch-box .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 2px;
        bottom: 2px;
        background-color: #A0A0A0;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: 50%;
    }

    .switch-box input:checked+.slider {
        border: 2px solid #BEB400;
    }

    .switch-box input:checked+.slider:before {
        background-color: #BEB400;
        -webkit-transform: translateX(46px);
        transform: translateX(46px);
    }

    .load-docs {
        counter-reset: number;
    }

    .load-docs-li {
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .load-docs-li:after {
        content: '';
        display: table;
        clear: both;
    }

    .load-docs-li-wrapper {
        display: inline-block;
        position: relative;
        padding-right: 30px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 62.19%;
    }

    .load-docs-li-ttl {
        position: relative;
        padding-left: 20px;
        display: inline;
    }

    .load-docs-li-ttl:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        counter-increment: number;
        content: counter(number) '.';
    }

    .agencies-ps-bar {
        width: 100%;
        height: 2px;
        background-color: #EBEBEB;
        margin-top: 9px;
    }

    .agencies-ps-bar-line {
        height: 100%;
        background-color: #BEB400;
    }

    .load-docs-btns {
        position: absolute;
        left: 100%;
        bottom: 0;
        vertical-align: middle;
        white-space: nowrap;
    }

    .load-doc-btn {
        margin: 0;
        font-size: inherit;
        display: inline-block;
        vertical-align: middle;
    }

    .load-doc-btn input {
        display: none;
    }

    .load-doc-btn-upload {
        width: 46px;
        height: 46px;
        background-color: #fff;
        background-image: url('./img/form-clip.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 25px;
        cursor: pointer;
    }

    .load-doc-btn-upload:hover {
        border: 2px solid #BEB400;
    }

    .load-doc-btn-spinner {
        width: 46px;
        height: 46px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        text-align: center;
    }

    .load-doc-btn-spinner:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .load-doc-btn-spinner img {
        display: none;
        vertical-align: middle;
        width: 25.2px;
        text-align: center;
        -webkit-animation: rotate 1.5s infinite linear;
        animation: rotate 1.5s infinite linear;
    }

    .load-doc-btn-checkmark {
        display: none;
        vertical-align: middle;
        width: 46px;
        height: 46px;
        background-image: url('./img/form-checkmark.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 25px;
        cursor: pointer;
    }

    .load-doc-btn-remove {
        display: none;
        vertical-align: middle;
        width: 46px;
        height: 46px;
        background-image: url('./img/form-remove.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 18px;
        cursor: pointer;
    }

    .form-captcha {
        height: 60px;
    }

    .form-captcha img {
        max-height: 100%;
    }

    .agencies-form-btn {
        width: 100%;
        max-width: 273px;
        height: 60px;
        margin: 0;
        padding: 0;
        border: 2px solid #fff;
        line-height: normal;
        font: 1.34em neo-sans;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        float: right;
        outline: none;
        cursor: pointer;
    }

    .agencies-figure {
        margin-bottom: 60px;
    }

    .agencies-pdf {
        padding: 0 0 0 20.64%;
    }

    ul.agencies-pdf-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.agencies-pdf-list li {
        margin: 0 0 15px;
    }

    .agencies-pdf-list-img {
        display: inline-block;
        vertical-align: middle;
        width: 9.16%;
        margin-right: 5.84%;
        max-width: 34px;
    }

    .agencies-pdf-list-txt {
        width: 85%;
    }

    .sl-partners {
        position: relative;
    }

    .sl-partners-wrap {
        height: 81px;
    }

    .partners-slide-href {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        text-align: center;
    }

    .partners-slide-href:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .partners-slide-href img {
        display: inline-block;
        vertical-align: middle;
    }

    .partners-sl-arrow {
        width: 18px;
        height: 36px;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        cursor: pointer;
    }

    .partners-sl-arrow-left {
        left: -49px;
        background-image: url('./img/rl-sl-arrow-left.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 36px;
    }

    .partners-sl-arrow-right {
        right: -49px;
        background-image: url('./img/rl-sl-arrow-right.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 36px;
    }

    .select-menu-kiwi {
        margin: 0 0 30px;
    }

    .select-menu-kiwi-ttl {
        font: 1.33em/1.25em neo-sans;
        color: #003C78;
    }

    ul.select-menu-kiwi-list {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
        list-style: none;
        margin: 0;
    }

    ul.select-menu-kiwi-list>li.toplevel {
        padding: 4px 50px 4px 15px;
        height: 36px;
        border: 2px solid #BEB400;
        color: #BEB400;
        border-radius: 5px;
        font: 1.34em/1em neo-sans;
        position: relative;
        cursor: pointer;
    }

    ul.select-menu-kiwi-list>li.toplevel:after {
        content: '';
        display: block;
        width: 24px;
        height: 12px;
        position: absolute;
        right: 15px;
        top: 12px;
        background: url('./img/menu-arrow-kiwi.svg') no-repeat 50% 50% / 24px 12px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.select-menu-kiwi-list>li.toplevel.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.select-menu-kiwi-list>li>ul {
        display: none;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        left: 0;
        top: 36px;
        border-radius: 5px;
        overflow: hidden;
        z-index: 10;
    }

    ul.select-menu-kiwi-list>li>ul>li {}

    ul.select-menu-kiwi-list>li>ul>li>a {
        display: block;
        padding: 4px 15px;
        color: #fff;
        font-size: 0.75em;
        background: #BEB400;
    }

    ul.select-menu-kiwi-list>li>ul>li>a:hover {
        background-color: #E6E299;
    }

    #partners-map {
        width: 100%;
        height: 480px;
        margin-bottom: 30px;
    }

    .partners-address {
        margin-right: 1.32%;
    }

    .select-metro .jq-selectbox {
        width: 32.16%;
        height: 46px;
        margin: 0 0 30px;
    }

    .select-metro .jq-selectbox__select {
        padding: 0 15px;
        background: #fff;
        border: 2px solid #BEB400;
        height: 100%;
        line-height: 44px;
        z-index: 100;
    }

    .select-metro .jq-selectbox__select-text {
        width: 100% !important;
        padding-right: 48px;
        color: #333333;
        font-size: 14px;
    }

    .select-metro .jq-selectbox__trigger {
        width: 48px;
        top: 0;
        bottom: 0;
        border-left: 2px solid #BEB400;
    }

    .select-metro .jq-selectbox__trigger-arrow {
        width: 15px;
        height: 8px;
        background-image: url('./img/menu-arrow-kiwi.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }

    .select-metro .jq-selectbox__dropdown {
        border: 2px solid #BEB400;
        margin-top: -6px;
        border-radius: 5px;
        background: #fff;
        padding-top: 3px;
        z-index: 99;
    }

    .select-metro .jq-selectbox__dropdown li {
        padding: 6px 15px;
        font-size: 14px;
    }

    .select-metro .jq-selectbox__dropdown li:hover {
        background-color: #BEB400;
        color: #fff;
    }

    ul.partners-address-list {
        padding: 0;
        margin: 0 -.88%;
        overflow: hidden;
        list-style: none;
    }

    ul.partners-address-list>li {
        float: left;
        width: 31.59%;
        height: 180px;
        margin: 0 .87% 1.74%;
        padding: 15px;
        border-radius: 5px;
        cursor: pointer;
    }

    ul.partners-address-list>li.active {
        border: 2px solid #E0DA7F;
    }

    .partners-address-list-ttl {
        font: 1em/1.4em neo-sans;
        color: #003C78;
    }

    .partners-address-list-adr,
    .partners-address-list-m,
    .partners-address-list-phone {
        font-size: 14px;
        line-height: 20px;
    }

    .reestr {
        padding: 15px;
        background-color: #F9F8E5;
    }

    .reestr-ttl {
        font: 1em/1.4em neo-sans;
        color: #BEB400;
        margin: 0 0 15px;
    }

    .reestr-txt {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px;
    }

    .reestr-href {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0 0 0;
        text-decoration: underline;
    }

    .partners-btn-cont {
        clear: both;
        text-align: center;
        padding: 30px;
    }

    .partners-btn {
        display: inline-block;
        width: 177px;
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
        background-color: #003C78;
        font-family: neo-sans;
        font-size: 1em;
        text-align: center;
        color: #fff;
    }

    .reestr-href-img {
        width: 13.95%;
        margin-right: 8.5%;
    }

    .reestr-href-txt {
        width: 77.55%;
    }

    .flex-row {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin: 0 -24px;
        padding-left: 17px;
        padding-right: 17px;
        overflow: hidden;
    }

    .flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .flex-col-md-33 {
        width: 33.33%;
    }

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

    .flex-col-md-66 {
        width: 66.66%;
    }

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

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

    .flex-col-md-25,
    .flex-col-md-33,
    .flex-col-md-50,
    .flex-col-md-66,
    .flex-col-md-75,
    .flex-col-md-100 {
        float: left;
        padding: 7px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }

    /* a.pdf-blue {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px 10px 56px;
    border: 2px solid #CBE3F1;
    font-size: 13px;
    line-height: 18px;
    letter-spacing:.025em;
    background: #fff url(./img/pdf.png) no-repeat 15px 15px / 26px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
  } */
    a.pdf-blue:hover {
        background-color: #E4F0F8;
        border: 2px solid #E4F0F8;
    }

    .blue-pdf-date {
        display: block;
        color: #9f9f9f;
    }

    /* a.pdf-blue-c {
=======
/* 
  a.pdf-blue-c {
>>>>>>> new_shop
=======
 /* a.pdf-blue-c {
/* 
>>>>>>> 7d2556b88d8b897b083f0bcc15f71bfee3274fd1
    display: -ms-flexbox;
    display: -webkit-box;
    width: 100%;
    height: 100%;
    min-height: 68px;
    padding: 15px 15px 15px 56px;
    border: 2px solid #CBE3F1;
    font-size: 12px;
    line-height: 17px;
    background: #fff url(./img/pdf.png) no-repeat 15px 50% / 26px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
  } */
    a.pdf-blue-c:hover {
        background-color: #E4F0F8;
        border: 2px solid #E4F0F8;
    }

    */ .finance-row {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 119px;
        position: relative;
    }

    .finance-d {
        position: absolute;
        left: 30px;
        top: 32px;
    }

    .finance-year {
        display: block;
        font-size: 1.34rem;
        line-height: 1.4rem;
        font-family: neo-sans;
        color: #003C78;
    }

    .finance-date {
        display: block;
        margin-top: 5px;
        color: #9f9f9f;
        font-size: 12px;
    }

    /*-- footer --*/
    .footer {
        padding: 24px 24px 60px;
    }

    .logo-copy {
        float: left;
        width: 32.46%;
        margin: 0 1.32% 0 0;
        padding: 0 24px 0 0;
    }

    .logo-foot {
        margin: 0 0 60px 30px;
    }

    .copy {
        font-size: 10px;
        color: #9f9f9f;
        line-height: 12px;
    }

    .foot-contacts {
        width: 32.46%;
        float: left;
        font-size: 12px;
        line-height: 14px;
        /*padding: 0 8.4% 0 0;*/
    }

    .foot-cont-title {
        font-family: neo-sans;
        margin: 0 0 7px;
    }

    .foot-contacts p {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 8px;
    }

    .foot-cont-compname {
        font-family: neo-sans;
        display: block;
    }

    .foot-cont-phone {
        font-family: neo-sans;
        display: block;
    }

    ul.foot-socials {
        display: block;
        padding: 0;
        margin: 15px 0 0 0;
        overflow: hidden;
        list-style: none;
    }

    ul.foot-socials li {
        float: left;
        vertical-align: top;
        margin: 0 15px 0 0;
    }

    ul.foot-socials li a {
        display: block;
        width: 30px;
        height: 30px;
        opacity: .9;
        border-radius: 5px;
        overflow: hidden;
    }

    ul.foot-socials li a:hover {
        opacity: 1;
    }

    .foot-menu {
        float: left;
        font: 12px neo-sans;
    }

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

    .foot-menu ul li {
        display: list-item;
        margin: 0 0 6px;
    }

    .foot-menu ul li a {
        color: #323232;
    }

    .foot-btn {
        float: left;
        clear: left;
        margin-top: 15px;
    }

    .mfp-bg.kiwi-form {
        background: #BEB400;
    }

    .kiwi-fback-popup {
        max-width: 400px;
        padding: 24px 24px 0;
        margin: 0 auto;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
    }

    .fback-form-row {
        margin-bottom: 24px;
        position: relative;
        float: left;
        width: 100%;
    }

    .fback-form:after {
        content: '';
        display: table;
        clear: both;
    }

    .fback-form-input,
    .fback-form-txt {
        width: 100%;
        line-height: normal;
        width: 100%;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        font: 1em neo-sans;
        padding: 0 16px;
        outline: none;
    }

    .fback-form-input {
        height: 48px;
    }

    .fback-form-txt {
        padding: 16px;
        max-width: 100%;
        height: 120px;
    }

    .fback-form-btn {
        display: block;
        width: 100%;
        max-width: 273px;
        height: 48px;
        margin: 0 auto;
        padding: 0;
        border: 2px solid #fff;
        line-height: 48px;
        font: 1.34em neo-sans;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        outline: none;
        cursor: pointer;
    }
}

@media screen and (max-width: 1199px) {
    ul.main-menu:not(.others) {
        padding: 15px 50px;
    }

    header.fixed ul.main-menu:not(.others) {
        padding: 0px 50px;
    }

    .logo {
        padding-left: 0;
    }

    .logo .logo-caption {
        font-size: 10px;
    }
}

@media screen and (max-width: 991px) {
    header .logo {
        margin-top: 0;
    }

    ul.main-menu:not(.others) {
        padding: 0px;
        display: none;
    }

    header .container {
        padding: 20px;
        position: relative;
    }

    header.fixed .logo {
        margin-top: 0;
    }

    .mobilemenutoggle {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #c9b100;
        border-radius: 5px;
        position: relative;
        -ms-flex-item-align: center;
        align-self: center;
        cursor: pointer;
    }

    .mobilemenutoggle span {
        width: 28px;
        height: 6px;
        display: inline-block;
        background: #003f80;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .mobilemenutoggle span:nth-child(1) {
        left: 5px;
        top: 6px;
    }

    .mobilemenutoggle span:nth-child(2) {
        left: 5px;
        top: 16px;
    }

    .mobilemenutoggle span:nth-child(3) {
        left: 5px;
        top: 26px;
    }

    .mobilemenutoggle.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 17px;
    }

    .mobilemenutoggle.active span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .mobilemenutoggle.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
    }

    ul.main-menu:not(.others) {
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        background: #f3f3f3;
        height: auto;
        width: 100%;
        padding: 10px 5px;
    }

    header.fixed ul.main-menu:not(.others) {
        padding: 10px 5px;
    }

    ul.main-menu li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 979px) {
    .header-top {
        margin: 0;
    }

    .top-menu {
        display: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: neo-sans;
        font-weight: normal;
        color: #003C78;
    }

    h1 {
        font-size: 2em;
        line-height: 43px;
    }

    h2 {
        font-size: 1.34em;
        line-height: 1.24em;
        margin: 0 0 25px;
    }

    p {
        font-size: 1em;
        line-height: 1.4em;
        margin: 0 0 25px;
    }

    .container {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
    }

    .container:before,
    .container:after {
        content: "";
        display: table;
        clear: both;
    }

    .rounded-padding {
        padding: 18px;
    }

    .padding-tb {
        padding: 18px 0;
    }

    .padding-lr {
        padding: 0 8%;
    }

    label {
        display: block;
        font: 12px neo-sans;
        margin: 0 0 2px;
    }

    input:focus,
    select:focus,
    button:focus {
        outline: none;
    }

    .btn-green {
        display: inline-block;
        padding: 12px 28px;
        background: #BEB400;
        color: #fff;
        line-height: 1;
        border: 1px solid #DED980;
        text-align: center;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        outline: none;
    }

    /* -- header --*/
    .erv-s-col-1 {
        width: 7.13%;
        float: left;
    }

    .erv-s-col-2 {
        width: 15.57%;
        float: left;
    }

    .erv-s-col-3 {
        width: 24.01%;
        float: left;
    }

    .erv-s-col-4 {
        width: 32.46%;
        float: left;
    }

    .erv-s-col-5 {
        width: 40.9%;
        float: left;
    }

    .erv-s-col-6 {
        width: 49.34%;
        float: left;
    }

    .erv-s-col-7 {
        width: 57.79%;
        float: left;
    }

    .erv-s-col-8 {
        width: 66.23%;
        float: left;
    }

    .erv-s-col-9 {
        width: 74.67%;
        float: left;
    }

    .erv-s-col-10 {
        width: 83.99%;
        float: left;
    }

    .erv-s-col-12 {
        width: 100%;
        float: left;
    }

    .erv-s-col-1,
    .erv-s-col-2,
    .erv-s-col-3,
    .erv-s-col-4,
    .erv-s-col-5,
    .erv-s-col-6,
    .erv-s-col-7,
    .erv-s-col-8,
    .erv-s-col-9,
    .erv-s-col-10,
    .erv-s-col-12 {
        min-height: 1px;
        position: relative;
    }

    .erv-s-mright-null {
        margin-right: 0 !important;
    }

    .erv-s-mrauto {
        margin: 0 auto !important;
        float: none;
        clear: both;
    }

    .erv-row:after {
        content: "";
        display: table;
        clear: both;
    }

    .header-top {
        margin: 0;
    }

    .header-top:after {
        content: "";
        display: table;
        clear: both;
    }

    .slide-menu-btn-cont {
        width: 14.57%;
        float: left;
        margin-right: 1.32%;
    }

    .slide-menu-btn {
        display: block;
        float: left;
        width: 28px;
        height: 28px;
        margin: 10px 0 0 20px;
        cursor: pointer;
        background: #fff;
    }

    .slide-menu-btn-line {
        width: 100%;
        height: 3px;
        background: #eaeaea;
        margin-bottom: 3px;
    }

    .header-cell {
        float: right;
        width: 24.01%;
        margin: 0;
    }

    .header-cell .header-cell-txt {
        display: block;
        font: 12px neo-sans;
        color: #323232;
        margin: 0 0 5px;
    }

    .header-cell a {
        font-size: 18px;
        font-family: neo-sans;
        color: #003c78;
        font-weight: 400;
    }

    .agents-entry {
        position: absolute;
        background: #003B77;
        top: 60px;
        right: 0;
        width: 342px;
        display: none;
        padding: 24px;
        z-index: 100;
    }

    .ag-ent-ipt-ico {
        display: inline-block;
        vertical-align: middle;
        font-size: 34px;
        color: #7F9DBB;
        margin: 0 22px 0 0;
    }

    .agents-entry input[type="text"] {
        display: inline-block;
        width: 235px;
        height: 48px;
        background: #fff;
        border: none;
        border-radius: 5px;
        font: 18px neo-sans;
        line-height: normal;
        padding: 0 15px;
        text-align: left;
    }

    .agents-entry button {
        font: 18px neo-sans;
        height: 48px;
        border: none;
        line-height: 46px;
        background: #beb400;
        border-radius: 5px;
        color: #fff;
        padding: 0 16px;
        outline: none;
        width: 100%;
        cursor: pointer;
        margin: 0 0 15px;
    }

    .agents-entry .ag-ent-ipt {
        position: relative;
        margin: 0 0 15px;
        text-align: right;
    }

    ul.main-menu li a.ag-ent-href-pass {
        float: left;
        width: auto;
        height: auto;
        line-height: normal;
        color: #7F9DBB;
        font-size: 12px;
        text-decoration: underline;
    }

    ul.main-menu li a.ag-ent-href-reg {
        float: right;
        width: auto;
        height: auto;
        line-height: normal;
        color: #7F9DBB;
        font-size: 12px;
        text-decoration: underline;
    }

    ul.main-menu li a.ag-ent-href-pass:hover,
    ul.main-menu li a.ag-ent-href-reg:hover {
        background: none;
    }

    /*-- Banner Section --*/
    #wide-banner {
        background: #9cafd9;
        min-height: 350px;
        position: relative;
    }

    .wd-bn-cont {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 50;
    }

    .sl-wrap {
        height: 100%;
    }

    .sl-wrap .swiper-slide {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .sl-cont {
        height: 100%;
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sl-cont:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .sl-cont-txt {
        display: none;
        vertical-align: middle;
        font-size: 1em;
        width: 66.23%;
    }

    .banner-container {
        padding: 18px;
        text-align: left;
    }

    .banner-container:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .banner-form {
        background: #e1e7f5;
        padding: 18px;
        width: 50%;
        text-align: left;
    }

    .banner-form h2 {
        color: #003c78;
        margin: 0 0 15px;
        font-family: neo-sans;
    }

    .banner-form input {
        width: 100%;
        height: 48px;
        line-height: normal;
        border-radius: 5px;
        border: none;
        background: #fff;
        padding: 0 12px;
        font: .85em neo-sans;
    }

    .banner-form .bn-form-wd-input {
        width: 100%;
        float: none;
        margin: 0 0 14px;
    }

    .banner-form .bn-form-sm-input {
        width: 47.74%;
        float: left;
        margin: 0 4.52% 14px 0;
        position: relative;
    }

    .banner-form .bn-form-sm-input:nth-of-type(3) {
        margin: 0;
    }

    .bn-form-sm-input-cal {
        display: block;
        width: 18px;
        height: 17px;
        position: absolute;
        cursor: pointer;
        bottom: 22px;
        right: 14px;
        background: url('./img/calendar-sm.png') no-repeat;
        background-size: cover;
    }

    ul.ui-autocomplete {
        position: absolute !important;
        background: #fff;
        z-index: 300;
        /*width: 310px!important;*/
        padding: 0;
        margin: 0;
        list-style: none;
        max-height: 175px;
        overflow: auto;
    }

    ul.ui-autocomplete li {
        padding: 8px 16px;
        cursor: pointer;
    }

    ul.ui-autocomplete li:hover {
        background: #beb400;
        color: #fff;
    }

    .ui-helper-hidden-accessible {
        display: none;
    }

    /*.ui-datepicker {display:none;border-radius: 5px;background: rgba(255, 255, 255, .95);z-index: 100!important;width: 470px!important;height: 450px;outline:none!important;}*/
    .ui-datepicker-trigger {
        display: block;
        width: 16px;
        height: 15px;
        position: absolute;
        cursor: pointer;
        bottom: 17px;
        right: 12px;
    }

    .ui-datepicker-trigger.insurance-date {
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        cursor: pointer;
        bottom: 25px;
        right: 12px;
    }

    .ui-datepicker-prev,
    .ui-datepicker-next {
        display: none !important;
    }

    .ui-datepicker-title {
        font-size: 1.62em;
        line-height: 1.22em;
    }

    .ui-datepicker-month {
        color: #333333;
        font-family: 'neo-sans', verdana;
    }

    .ui-datepicker-year {
        color: #A0A0A0;
    }

    .ui-datepicker-calendar>thead>tr>th {
        font-size: .833em;
        font-family: 'neo-sans', verdana;
        color: #A0A0A0;
        font-weight: 100;
        height: 48px;
    }

    .ui-datepicker-calendar>thead>tr>th.ui-datepicker-week-end {
        color: #333333;
    }

    .ui-datepicker-calendar td {
        text-align: center;
        vertical-align: middle;
    }

    .ui-datepicker-calendar td a {
        display: block;
        width: 39px;
        height: 39px;
        border-radius: 5px;
        line-height: 39px;
        margin: 5px;
        font-size: 1.62em;
        color: #333333;
    }

    .ui-datepicker-calendar td.ui-datepicker-week-end a {
        font-weight: 400;
    }

    .ui-datepicker-calendar td a:hover,
    .ui-datepicker-calendar td a.ui-state-active {
        background-color: #beb400;
        color: #fff;
    }

    .ui-datepicker-group {
        padding: 15px;
    }

    .bn-form-select .jq-selectbox__dropdown ul {
        height: 500px;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        width: 100%;
        border: 0;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li {
        font: 1em neo-sans-pro;
        color: #fff;
        padding: 15px 12px 15px 24.52%;
        width: 100%;
        margin: 0;
        background: rgba(190, 180, 0, 0.9);
    }

    .bn-form-select .jq-selectbox__dropdown ul>li.selected {
        background-color: #DED980;
        color: #fff;
        width: 100%;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li:hover {
        background-color: #DED980;
        color: #fff;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li:first-child {
        display: none;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li.bn-form-st-plus {
        background-image: url('./img/visa-form.svg');
        background-repeat: no-repeat;
        background-position: 3.23% 50%;
        background-size: 12.26%;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li.bn-form-optima {
        background-image: url('./img/form-list.svg');
        background-repeat: no-repeat;
        background-position: 5.16% 50%;
        background-size: 9.03%;
    }

    .bn-form-select .jq-selectbox__dropdown ul>li.bn-form-tr-rus {
        background-image: url('./img/form-building.svg');
        background-repeat: no-repeat;
        background-position: 4.68% 50%;
        background-size: 10%;
    }

    /* Scroll */
    .jspContainer {
        overflow: hidden;
        position: relative;
    }

    .jspPane {
        position: absolute;
    }

    .jspVerticalBar {
        position: absolute;
        top: 0;
        right: 15px;
        width: 1px;
        height: 100%;
        background: red;
    }

    .jspHorizontalBar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 16px;
        background: red;
    }

    .jspCap {
        display: none;
    }

    .jspHorizontalBar .jspCap {
        float: left;
    }

    .jspTrack {
        background: #DDD986;
        position: relative;
    }

    .jspDrag {
        background: #BEB400;
        position: relative;
        top: 0;
        right: 3px;
        cursor: pointer;
        width: 5px;
    }

    .jspHorizontalBar .jspTrack,
    .jspHorizontalBar .jspDrag {
        float: left;
        height: 100%;
    }

    .jspArrow {
        background: #50506d;
        text-indent: -20000px;
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 0;
    }

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

    .jspVerticalBar .jspArrow {
        height: 16px;
    }

    .jspHorizontalBar .jspArrow {
        width: 16px;
        float: left;
        height: 100%;
    }

    .jspVerticalBar .jspArrow:focus {
        outline: none;
    }

    .jspCorner {
        background: #eeeef4;
        float: left;
        height: 100%;
    }

    * html .jspCorner {
        margin: 0 -3px 0 0;
    }

    /* end of scroll*/
    /* new datepicker */
    .period-dates,
    .agencies-dates {
        display: none;
        position: absolute;
        bottom: -360px;
        right: 0;
        left: inherit;
        z-index: 9999;
        border-radius: 5px;
        background: rgba(255, 255, 255, .95);
        width: auto;
        max-width: 400px !important;
        height: 360px;
        outline: none !important;
        font-size: 14px;
    }

    .period-dates .ui-datepicker-inline,
    .agencies-dates .ui-datepicker-inline {
        width: 100% !important;
    }

    /* --select --*/
    .jq-selectbox {
        cursor: pointer;
        width: 100%;
        outline: none;
    }

    .jq-selectbox__select {
        font: 16px neo-sans;
        height: 48px;
        border: 1px solid #DED97F;
        line-height: 46px;
        background: #beb400;
        border-radius: 5px;
        color: #fff;
        padding: 0 12px;
        outline: none;
    }

    .jq-selectbox__select-text {
        display: block;
        overflow: hidden;
        width: 86.42% !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        outline: none;
    }

    .jq-selectbox .placeholder {
        color: #888;
    }

    .jq-selectbox__trigger {
        position: absolute;
        top: 5px;
        bottom: 5px;
        right: 0;
        width: 19.48%;
        border-left: 1px solid #DED97F;
    }

    .jq-selectbox__trigger-arrow {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 31px;
        height: 16px;
        background: url('./img/select-trigger.png') no-repeat;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .jq-selectbox:hover .jq-selectbox__trigger-arrow {}

    .jq-selectbox.disabled .jq-selectbox__trigger-arrow {
        border-top-color: #AAA;
    }

    .jq-selectbox__dropdown {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 2px;
        border-radius: 5px;
        /* width: 310px; */
        border: none;
    }

    .jq-selectbox ul {
        margin: 0;
        padding: 0;
    }

    .jq-selectbox li {
        min-height: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
    }

    .jq-selectbox li.disabled {
        color: #AAA;
    }

    .jq-selectbox li.disabled:hover {
        background: none;
    }

    .jq-selectbox li.optgroup {
        font-weight: bold;
    }

    .jq-selectbox li.optgroup:hover {
        background: none;
        color: #231F20;
        cursor: default;
    }

    .jq-selectbox li.option {
        padding-left: 25px;
    }

    .jq-selectbox.opened .jq-selectbox__trigger-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*-- slide-menu --*/
    .slide-menu {
        width: 400px;
        background: #e5e5e5;
        overflow: auto;
    }

    .slide-menu-list {
        padding: 0 40px;
        margin: 2em 0;
        list-style: none;
    }

    .slide-menu-list li {
        font-size: 2em;
        line-height: 2.4em;
        margin: 0;
    }

    .slide-menu-list li a {
        color: #333;
    }

    .slide-menu-login-btn-cont {
        text-align: center;
        margin: 0 0 2em;
    }

    .btn-blue-popup {
        display: inline-block;
        padding: 12px 28px;
        background: #003C78;
        color: #fff;
        line-height: 1;
        border: 1px solid #fff;
        text-align: center;
        border-radius: 5px;
        font-size: 1em;
        cursor: pointer;
        outline: none;
    }

    /*-- insurance block --*/
    .insurance-blocks .container {
        padding: 18px;
    }

    .ins-bl-common {
        float: left;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 0 0 15px 0;
        position: relative;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .ins-bl-common a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 18px;
    }

    .ins-bl-kiwi {
        background-color: #beb400;
    }

    .ins-bl-kiwi:hover {
        background-color: #E6E299;
    }

    .ins-bl-kiwi:hover .ins-bl-header,
    .ins-bl-kiwi:hover .ins-bl-price {
        color: #BEB400;
    }

    .ins-bl-blue-grad {
        background-color: #003C78;
    }

    .ins-bl-blue-grad:hover {
        background-color: #78A7CD;
    }

    .ins-bl-yellow {
        background-color: #edd114;
    }

    .ins-bl-yellow:hover {
        background-color: #F6E88A;
    }

    .ins-bl-yellow:hover .ins-bl-header,
    .ins-bl-yellow:hover .ins-bl-price {
        color: #787000;
    }

    .ins-bl-header {
        color: #fff;
        font-size: 1.34em;
        margin: 0 0 10px;
        font-family: neo-sans;
    }

    .ins-bl-txt {
        font: 1em neo-sans;
        margin: 0 0 18px;
        color: #323232;
    }

    .ins-bl-blue-grad .ins-bl-txt {
        color: #fff;
    }

    .ins-bl-price {
        font: 2em neo-sans;
        color: #fff;
        position: absolute;
        bottom: 18px;
        left: 18px;
    }

    .ins-bl-price .pr {
        font-size: 1.34em;
        font-weight: 400;
        display: inline-block;
    }

    .ins-bl-price .db {
        font-size: 17px;
        display: inline-block;
        line-height: 1.05em;
    }

    /*-- insurable-event --*/
    .ins-ev-container {
        padding: 38px 18px;
        background: url('./img/ins-ev-bg.jpg') no-repeat 50% 50%;
        background-size: cover;
        color: #fff;
        position: relative;
    }

    .ins-corner-top {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 28px solid #fff;
        border-right: 1200px solid transparent;
    }

    .ins-corner-bot {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 28px solid #fff;
        border-right: 1200px solid transparent;
    }

    .ins-ev-left {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
        position: relative;
        text-align: center;
    }

    .ins-ev-left-title {
        font-size: 2em;
        font-family: neo-sans;
        margin: 0 0 16px;
    }

    .ins-ev-left-txt {
        line-height: 25px;
        font-size: 1em;
    }

    .ins-ev-left-arrow {
        display: none;
        position: absolute;
        right: -65px;
        top: inherit;
        bottom: -40px;
        width: 200px;
        height: auto;
    }

    .ins-ev-right {
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .ins-ev-right-bl {
        float: left;
        width: 50%;
        margin: 0 0 30px 0;
    }

    .ins-ev-right-bl-img {
        width: 81px;
        height: 81px;
        display: inline-block;
        line-height: 81px;
        font-size: 3.16em;
        text-align: center;
        margin: 0 12px 0 0;
        border: 1px solid #fff;
        border-radius: 5px;
        vertical-align: middle;
        color: #fff;
    }

    .ins-ev-right-bl-txt {
        font-size: 1.34em;
        line-height: 1.2em;
        width: 140px;
        color: #fff;
    }

    .ins-ev-right-bl:hover .ins-ev-right-bl-img {
        background: #EED215;
        color: #003C78;
        border: none;
    }

    .ins-ev-right-bl:hover .ins-ev-right-bl-txt {
        color: #EED215;
    }

    div.ins-ev-right-bl:nth-of-type(3),
    div.ins-ev-right-bl:nth-of-type(4) {
        margin: 0;
    }

    .ins-in-erv {}

    .ins-in-erv-img {
        display: inline-block;
        width: 33.42%;
        height: 317px;
        margin: 0 12px 0 0;
        background: url('./img/beach.jpg') no-repeat 50% 50% / cover;
        vertical-align: middle;
        position: relative;
    }

    .img-corner-top {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 10px solid #fff;
        border-left: 401px solid transparent;
    }

    .img-corner-bot {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 10px solid #fff;
        border-left: 401px solid transparent;
    }

    .ins-in-erv-bl {
        display: inline-block;
        width: 62.92%;
        vertical-align: middle;
    }

    .ins-in-erv-bl-ttl {
        font-size: 1.34em;
        line-height: 1.24em;
        color: #003C78;
        margin: 0 0 16px;
    }

    .ins-in-erv-bl p {
        font-size: .78em;
        line-height: 1.45em;
        margin: 0 0 20px;
    }

    .ins-in-erv-bl p:last-child {
        margin-bottom: 0;
    }

    .ech {}

    .ech-bg {
        background: #BEB400 url('./img/dotted-map.png') no-repeat 50% 50% / cover;
        padding: 38px 18px;
        position: relative;
    }

    .ech-corner-top {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 28px solid #fff;
        border-right: 1200px solid transparent;
    }

    .ech-corner-bot {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 28px solid #fff;
        border-right: 1200px solid transparent;
    }

    .ech-ttl {
        display: block;
        font-size: 2em;
        color: #3C3800;
        line-height: 1.2em;
        margin: 0 0 27px;
    }

    .ech-txt {
        width: 66.32%;
        float: left;
        line-height: 25px;
        font-size: 1em;
    }

    .ech-txt-btn {
        display: block;
        background: #fff;
        width: 177px;
        height: 42px;
        line-height: 42px;
        margin: 30px auto 0;
        font-size: 14px;
        font-weight: bold;
        color: #BEB400;
        text-align: center;
        border-radius: 5px;
    }

    .ech-contact {
        width: 32.46%;
        float: right;
        padding: 15px;
        height: auto;
        background: #fff;
        border-radius: 5px;
    }

    .ech-contact-txt {
        font: 12px neo-sans;
        font-weight: bold;
        line-height: 17px;
        margin: 0 0 7px;
    }

    .ech-contact-cell {
        display: inline-block;
        font: 1em neo-sans;
        color: #3C3800;
        line-height: 1.4em;
    }

    .bnft {}

    .bnft-ttl {
        font-size: 2em;
        line-height: 1.2em;
        margin: 0 0 23px;
    }

    ul.bnft-list {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.bnft-list li {
        float: left;
        width: 49.3%;
        margin: 0 1.4% 15px 0;
    }

    ul.bnft-list li:nth-child(2n) {
        margin-right: 0;
    }

    ul.bnft-list li:last-child {
        margin-right: 0;
    }

    .bnft-list-img {
        height: 137px;
        width: 100%;
        text-align: center;
        margin: 0 0 19px;
        color: #BEB400;
        font-size: 7.62em;
    }

    .bnft-list-img:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .bnft-list-ttl {
        font: 1.34em neo-sans;
        line-height: 1.24em;
        color: #003C78;
        margin: 0 0 14px;
    }

    .bnft-list-txt {
        font-size: 1em;
        line-height: 1.4em;
    }

    /*-- news and blog --*/
    .home-news {
        padding: 18px;
        border-bottom: 1px solid #e1e7f5;
    }

    .hm-ns-name {
        margin: 0 0 18px;
    }

    .hm-ns-lf {
        float: none;
        width: 100%;
    }

    .hm-bl-rt {
        float: none;
        width: 100%;
        background: #eaeaea;
        padding: 18px;
    }

    .hm-bl-rt a {
        color: #3b3700;
    }

    .hm-bl-rt-name {
        margin: 0 0 15px;
    }

    .hm-ns-single {
        margin: 0 0 15px;
    }

    .hm-ns-single:after {
        content: '';
        display: table;
        clear: both;
    }

    .home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-img {
        width: 50%;
        height: 278px;
    }

    .home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-r {
        width: 47.97%;
    }

    .home-news .hm-ns-single:nth-of-type(1) .hm-ns-single-rmore {
        display: block;
        margin: 18px 0 0;
    }

    .hm-ns-single-img {
        width: 23.78%;
        height: 178px;
        float: left;
        margin: 0 2.03% 0 0;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .hm-ns-single-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hm-ns-single-r {
        width: 74.05%;
        float: left;
        padding: 15px 0;
    }

    .hm-ns-single-title {
        font: 1.34em/1em neo-sans;
        font-weight: normal;
        margin: 0 0 5px;
    }

    .hm-ns-single-title h5 {}

    .hm-ns-single-date {
        font: .67em neo-sans;
        color: #9f9f9f;
        margin: 0 0 10px;
    }

    .hm-ns-single-txt {
        font-size: .88em;
        line-height: 1.4em;
    }

    .hm-ns-single-rmore {
        font-family: neo-sans;
        display: inline-block;
    }

    .hm-ns-single-rmore a {
        text-decoration: underline;
    }

    .hm-bl-single {
        margin: 0 0 15px;
    }

    .hm-bl-single-title {
        font: 1em/1.5em neo-sans;
        font-weight: normal;
        margin: 0 0 5px;
    }

    .hm-bl-single-title h5 {
        font-weight: normal;
        color: #3C3800;
        font: 1.34em/1em neo-sans;
    }

    .hm-bl-single-txt {
        margin: 0 0 10px;
        font-size: .88em;
        line-height: 1.4em;
    }

    .hm-bl-single-img {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 0 18px;
    }

    .hm-bl-btn {
        text-align: center;
        margin: 6px 0 0
    }

    .hm-bl-btn a {
        display: inline-block;
        padding: 15px 28px;
        line-height: 1;
        color: #fff;
        background: #3C3800;
        font-size: 14px;
    }

    /*-- inner blog --*/
    .first-news {
        margin: 0 0 30px;
    }

    .first-news:after {
        content: '';
        display: table;
        clear: both;
    }

    .first-news-img {
        width: 100%;
        height: 250px;
        float: left;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

    .first-news-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .first-news-content {
        width: 100%;
        height: auto;
        float: left;
        padding: 18px;
        background: #E4F0F8;
    }

    .first-news-date {
        font: .67em/1.25em neo-sans;
        color: #9f9f9f;
        margin: 0;
    }

    .first-news-ttl {
        font: 1.34em/1.24em neo-sans;
        margin: 0 0 10px;
    }

    .first-news-txt {
        font-size: 1em;
        line-height: 1.4em;
        margin: 0 0 15px;
    }

    .first-news-rmore {
        display: block;
        font: 1em/1.24em neo-sans;
        text-decoration: underline;
    }

    .news-blog {
        padding-bottom: 15px;
    }

    .news-blog:after {
        content: '';
        display: table;
        clear: both;
    }

    .short-news {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
    }

    .short-news:nth-child(2n) {
        margin-right: 0;
    }

    .short-news-img {
        float: left;
        width: 26.7%;
        height: 178px;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
        background: no-repeat 50% 50% / cover;
    }

    .short-news-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .short-news-cont {
        float: left;
        width: 73.3%;
        height: 100%;
        padding: 15px;
        border-right: 0px;
        overflow: hidden;
    }

    .short-news:nth-child(2n) .short-news-cont {
        border-right: 0;
    }

    .short-news-ttl {
        font: 1.34em/1.24em neo-sans;
        margin: 0 0 2px;
    }

    .short-news-date {
        font: .67em/1.25em neo-sans;
        color: #9f9f9f;
        margin: 0 0 10px;
    }

    .short-news-txt {
        font-size: .88em;
        line-height: 1.4em;
    }

    .short-news-rmore {
        font: 1em/1.24em neo-sans;
        text-decoration: underline;
    }

    .common-news .flex-col-25,
    .common-news .flex-col-33,
    .common-news .flex-col-50,
    .common-news .flex-col-66,
    .common-news .flex-col-75,
    .common-news .flex-col-100 {
        padding: 0 7px 30px;
    }

    .n-common {
        width: 100%;
        min-height: 376px;
        padding: 30px;
        border: 2px solid #f6f7e7;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        z-index: 50;
    }

    .first-note .n-common-cont {
        width: 45.43%;
        float: right;
        height: 100%;
    }

    .blog-pagination {
        clear: both;
        text-align: center;
        border-top: 1px dotted #78A7CD;
        padding: 15px 0;
    }

    .blog-pagination-form {
        display: block;
    }

    .blog-pagination-form input[type="text"] {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 1;
        text-align: center;
        border: 2px solid #EBEBEB;
        font: 1em neo-sans;
        border-radius: 5px;
    }

    .blog-pagination-txt {
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        font: 1em/1.24em neo-sans;
        text-decoration: underline;
    }

    .blog-pagination-txt.disabled {
        pointer-events: none;
        text-decoration: none;
        color: #A0A0A0;
    }

    .blog-pagination-prev {
        display: inline-block;
        width: 12px;
        margin: 0 15px;
        vertical-align: middle;
    }

    .blog-pagination-next {
        display: inline-block;
        width: 12px;
        margin: 0 15px;
        vertical-align: middle;
    }

    .b-inner-img {
        height: 0;
        padding-top: 56.32%;
        position: relative;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 5px;
        overflow: hidden;
        z-index: 200;
    }

    .b-inner-cont {
        padding: 30px 8%;
    }

    .b-inner-img-cont {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 18px;
        z-index: 202;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(125, 185, 232, 0)), to(#003C78));
        background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #003C78 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#003C78', GradientType=0);
    }

    .b-inner-img-cont-date {
        font: 1em/1.4em neo-sans;
        color: #fff;
        margin: 0 0 7px;
    }

    .b-inner-img-cont-ttl {
        font: 2em/1.2em neo-sans;
        color: #CBE3F1;
    }

    ul.line-list {
        padding: 0 44px;
        margin: 0 0 25px;
        list-style: none;
        font-size: 1em;
        line-height: 1.4em;
    }

    ul.line-list>li {
        margin: 0 0 0px;
        position: relative;
    }

    ul.line-list>li:before {
        content: '\2014';
        position: absolute;
        top: 0;
        left: -22px;
        color: #323232;
        font-size: 1em;
    }

    .rel-sl {
        padding: 0 8%;
    }

    .rel-sl-btop {
        padding: 30px 0;
        border-top: 2px dotted #78A7CD;
    }

    .rel-sl-cont {
        position: relative;
    }

    .rel-sl-slide {
        height: 178px !important;
    }

    a.rel-sl-slide-href {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        border: 2px solid transparent;
        border-radius: 5px;
        overflow: hidden;
        -webkit-transition: .2s;
        transition: .2s;
    }

    a.rel-sl-slide-href:hover {
        border: 2px solid #78A7CD;
    }

    .rel-sl-slide-img {
        display: inline-block;
        width: 38.07%;
        height: 100%;
        vertical-align: middle;
        margin: 0 15px 0 0;
        background: #fff no-repeat 50% 50% / cover;
    }

    .rel-sl-slide-txt {
        display: inline-block;
        width: 55.19%;
        vertical-align: middle;
    }

    .rel-sl-slide-txt-ttl {
        font: 24px/24px neo-sans;
        color: #003C78;
        margin: 0 0 5px;
    }

    .rel-sl-slide-txt-date {
        font: 12px/15px neo-sans;
        color: #A0A0A0;
    }

    .n-p {
        margin: 0 0 15px;
    }

    .n-p:after {
        content: '';
        display: table;
        clear: both;
    }

    .n-p-next,
    .n-p-prev {
        width: 49.23%;
        float: left;
        font: 0.778em/1.46em neo-sans;
        color: #003C78;
    }

    .n-p-next {
        margin-right: 1.54%;
    }

    .rel-sl-arrows {
        position: absolute;
        width: 18px;
        top: 50%;
        margin-top: -18px;
        z-index: 300;
        cursor: pointer;
    }

    .rel-sl-arrow-left {
        left: -46px;
    }

    .rel-sl-arrow-right {
        right: -46px;
    }

    .short-post {
        margin: 0 0 30px;
    }

    .short-post-img {
        height: 250px;
        margin: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 5px;
        width: 100%;
    }

    .short-post-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .short-post-cont {
        padding: 25px 30px 25px 15px;
        height: auto;
        width: 100%;
    }

    .short-post-date {
        margin: 0 0 15px;
        line-height: 15px;
    }

    .short-post-date>span {
        display: inline;
        padding: 1px 5px;
        background-color: #003C78;
        color: #fff;
        font: 12px/15px neo-sans;
    }

    a.short-post-link {
        display: block;
        padding: 0 5px;
        margin: 0 0 20px;
    }

    .short-post-ttl {
        display: inline;
        font-size: 1.34em;
        line-height: 1.4em;
        background-color: #BEB400;
        color: #fff;
        outline: 5px solid #BEB400;
        -webkit-box-shadow: 0 0 0 3px #BEB400;
        box-shadow: 0 0 0 3px #BEB400;
    }

    .short-post-txt {
        max-height: 200px;
        overflow: hidden;
        font-size: .88em;
        line-height: 1.4em;
        margin: 0 0 10px;
    }

    .short-post-tags {
        position: relative;
    }

    .short-post-tags:before {
        content: '#';
        display: inline-block;
        color: #A0A0A0;
        font: 1em neo-sans;
    }

    .short-post-tags a {
        display: inline-block;
        padding: 2px 6px;
        background-color: #A0A0A0;
        color: #fff;
        font: 14px neo-sans;
        letter-spacing: .025em;
        border-radius: 5px;
        margin: 8px;
    }

    .b-p-inner-img {
        height: 370px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        position: relative;
    }

    .b-p-inner-img-cont {
        width: 100%;
        max-width: 1200px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 18px;
        margin: 0 auto;
    }

    ul.white-main-menu li a {
        color: #fff;
    }

    ul.white-main-menu li a:hover {
        color: #323232;
        background-color: rgba(255, 255, 255, 0.5);
    }

    ul.white-crumbs li a {
        color: #fff !important;
    }

    .b-p-inner-date {
        margin: 0 0 10px;
    }

    .b-p-inner-date span {
        display: inline;
        padding: 0 15px;
        background-color: #003C78;
        color: #fff;
        font: 1em/1.25em neo-sans;
    }

    .b-p-inner-ttl-cont {
        border-left: 15px solid #BEB400;
        overflow: hidden;
    }

    .b-p-inner-ttl {
        display: inline;
        line-height: 1.4em;
        background-color: #BEB400;
        color: #fff;
        /*outline:5px solid #BEB400;*/
        -webkit-box-shadow: 0 0 0 5px #BEB400;
        box-shadow: 0 0 0 5px #BEB400;
    }

    .b-p-inner-cont .short-post-tags {
        margin: 0 0 30px;
    }

    .b-p-inner-cont .short-post-tags a {
        margin: 0 15px 0 0;
    }

    .b-p-inner-cont .short-post-tags:before {
        position: absolute;
        top: 0;
        left: -27px;
    }

    .b-p-inner-short-desc {
        font-size: 1.34em;
        line-height: 1.4;
        color: #003C78;
    }

    ul.line-double {
        padding: 24px 0 44px 0;
        margin: 0;
        list-style: none;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }

    ul.line-double>li {
        padding-left: 45px;
        position: relative;
        margin: 0 0 15px;
    }

    ul.line-double>li:before {
        content: '\2014';
        position: absolute;
        top: 0;
        left: 22px;
        color: #323232;
        font-size: 1em;
    }

    .b-p-inner-cont img {
        margin: 18px 0 18px 0;
    }

    .b-p-inner-cont .ui-datepicker-trigger {
        margin: 0;
    }

    .photo-sign {
        font-size: 14px;
        color: #A0A0A0;
    }

    .b-form {
        border: 2px solid #BEB400;
        margin: 20px 0 55px;
        padding: 24px 24px 0;
    }

    .b-form-row {
        margin: 0 -7px;
    }

    .b-form-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .b-form-col-5 {
        width: 100%;
        padding-right: 1.88%;
    }

    .b-form-col-4 {
        width: 100%;
    }

    .b-form-col-2 {
        width: 48.12%;
    }

    .b-form-col-5,
    .b-form-col-4,
    .b-form-col-2 {
        min-height: 1px;
        float: left;
        margin: 0 0.94% 24px;
        position: relative;
    }

    .b-form input,
    .b-form select {
        width: 100%;
        line-height: normal;
        height: 48px;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        font: 1em neo-sans;
        padding: 0 16px;
    }

    .b-form-select-cont {
        float: right;
        padding-left: 1.88%;
    }

    .b-form-select .jq-selectbox__select {
        height: 48px;
        padding: 0 16px;
    }

    .b-form-select .jq-selectbox__select-text {
        width: 100% !important;
        padding-right: 50px;
    }

    .b-form-select .jq-selectbox__trigger {
        width: 50px;
    }

    .b-form-select .jq-selectbox__dropdown ul {
        height: 500px;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        width: 100%;
        border: 0;
    }

    .b-form-select .jq-selectbox__dropdown ul>li {
        font: 1em neo-sans-pro;
        color: #fff;
        padding: 16px 12px 16px 18.52%;
        width: 100%;
        margin: 0;
        background: rgba(190, 180, 0, 0.9);
    }

    .b-form-select .jq-selectbox__dropdown ul>li.selected {
        background-color: #DED980;
        color: #fff;
        width: 100%;
    }

    .b-form-select .jq-selectbox__dropdown ul>li:hover {
        background-color: #DED980;
        color: #fff;
    }

    .b-form-select .jq-selectbox__dropdown ul>li:first-child {
        display: none;
    }

    .b-form-select .jq-selectbox__dropdown ul>li.bn-form-st-plus {
        background-image: url('./img/visa-form.svg');
        background-repeat: no-repeat;
        background-position: 3.23% 50%;
        background-size: 12.26%;
    }

    .b-form-select .jq-selectbox__dropdown ul>li.bn-form-optima {
        background-image: url('./img/form-list.svg');
        background-repeat: no-repeat;
        background-position: 5.16% 50%;
        background-size: 9.03%;
    }

    .b-form-select .jq-selectbox__dropdown ul>li.bn-form-tr-rus {
        background-image: url('./img/form-building.svg');
        background-repeat: no-repeat;
        background-position: 4.68% 50%;
        background-size: 10%;
    }

    /* end of blog */
    .what-for-ttl {
        display: block;
        font: 2em/1.2em neo-sans;
        color: #3C3800;
        margin: 0 0 31px;
    }

    ul.for-what {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.for-what li {
        float: left;
        width: 49.34%;
        height: 350px;
        margin: 0 1.31% 15px 0;
        border-radius: 5px;
        overflow: hidden;
    }

    ul.for-what li:nth-child(3n) {
        margin-right: 1.31%;
    }

    ul.for-what li:nth-child(2n) {
        margin-right: 0;
    }

    .flipper .front {
        color: #BEB400;
        cursor: pointer;
    }

    .flipper .front:hover {
        background: #BEB400;
        color: #fff;
    }

    .flipper .back {
        border: 2px solid #BEB400;
        border-radius: 5px;
        cursor: pointer;
    }

    .for-what-back {
        padding: 0;
    }

    .for-what-back-ttl {
        display: block;
        font-size: 1.34em;
        line-height: 1.24em;
        margin: 0 0 18px;
    }

    .for-what-back-txt {
        font-size: .777rem;
        line-height: 1.4em;
    }

    .for-what-img {
        height: 214px;
        padding: 28px 0 0;
        font-size: 10.28em;
        margin: 0 0 20px;
        text-align: center;
        line-height: 0;
    }

    .for-what-img:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .for-what-img img {
        max-height: 100%;
    }

    .for-what-txt {
        font: 1.34em/1.24em neo-sans;
        text-align: center;
    }

    .for-what-info {
        font: 14px/20px neo-sans;
        letter-spacing: .025em;
        margin-bottom: 25px;
        padding-left: 45px;
        position: relative;
    }

    .for-what-info-ico {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .for-what-btn-cont {
        position: absolute;
        left: 18px;
        bottom: 18px;
    }

    .for-what-btn-label {
        font: 12px/15px neo-sans;
        margin-bottom: 6px;
    }

    .for-what-btn {
        display: inline-block;
        padding: 16px 24px;
        background-color: #BEB400;
        color: #fff;
        font-size: .888rem;
        line-height: 1;
        border-radius: 5px;
    }

    .for-what-btn.with-ico {
        padding-left: 60px;
        background-repeat: no-repeat;
        background-position: 18px 50%;
        background-size: auto 37px;
    }

    .prog-nd-top {
        background: url('./img/yellow-island.png') no-repeat 50% 100%;
        padding-bottom: 23px;
    }

    .prog-nd-wrapper {
        position: relative;
    }

    .prog-nd-ttl {
        display: block;
        margin: 0 0 26px;
        font: 1.34em neo-sans;
    }

    .prog-nd-big-ttl {
        font: 2em/1.2em neo-sans;
        margin: 0 0 28px;
    }

    .prog-nd-cont {
        width: 100%;
        padding: 0 0 0 95px;
    }

    .prog-nd-cont-ico {
        position: absolute;
        left: 0;
        top: 0;
    }

    .prog-nd-cont-ttl {
        display: block;
        font: 1.34em neo-sans;
        margin: 0 0 12px;
    }

    .prog-nd-cont-txt {
        font-size: .78em;
        line-height: 1.45em;
        margin: 0 0 15px;
    }

    .prog-nd-cont p:last-child {
        margin: 0;
    }

    ul.prog-nd-cont-list {
        padding: 0 0 0 40px;
        list-style: none;
        font-size: .78em;
        line-height: 1.45em;
    }

    ul.prog-nd-cont-list li {
        margin: 0 0 10px;
        position: relative;
    }

    ul.prog-nd-cont-list li:before {
        content: '\e901';
        font-family: 'erv-icon-set';
        position: absolute;
        top: 0;
        left: -16px;
        color: #BEB400;
        font-size: 8px;
    }

    ul.prog-nd-cont-list li>ul {
        padding: 10px 0 0 40px;
        list-style: none;
        font-size: 1em;
        line-height: 20px;
    }

    ul.prog-nd-cont-list li>ul>li {
        margin: 0 0 0px;
        position: relative;
    }

    ul.prog-nd-cont-list li>ul>li:before {
        content: '\2014';
        position: absolute;
        top: 0;
        left: -20px;
        color: #323232;
        font-size: 10px;
    }

    .prog-nd-wdcont {
        width: 100%;
    }

    .prog-nd-cancel-wrap {
        position: relative;
        width: 100%;
        margin: 0;
    }

    .prog-nd-cancel-wrap-cont {
        position: relative;
        padding: 0 0 0 95px;
    }

    .prog-nd-st-plus {
        position: relative;
        float: none;
        margin: 18px 0 0;
    }

    .prog-nd-st-plus-ar-01 {
        width: 16.19%;
        position: absolute;
        top: -79px;
        left: 110px;
        display: none;
    }

    .prog-nd-st-plus-ar-02 {
        width: 36.55%;
        position: absolute;
        top: 56px;
        left: -320px;
        display: none;
    }

    .prog-nd-opt {
        position: relative;
        float: left;
        margin: 18px 0 0;
    }

    .prog-nd-opt-ar-01 {
        width: 19.4%;
        position: absolute;
        bottom: 3px;
        right: -123px;
        display: none;
    }

    .prog-nd-cancel {
        position: relative;
        clear: both;
        padding: 50px 0 12px;
    }

    .prog-nd-st-foreign {
        position: relative;
        padding: 0;
        float: right;
    }

    .prog-nd-st-foreign p {
        line-height: 25px;
    }

    .prog-nd-st-foreign-ar-01 {
        width: 34.34%;
        position: absolute;
        bottom: -31px;
        left: -207px;
        display: none;
    }

    .prog-nd-optmult {
        position: relative;
        float: left;
        margin: 18px 0 0;
    }

    .prog-nd-optmult-ar-01 {
        width: 24.38%;
        position: absolute;
        bottom: 95px;
        right: -152px;
        display: none;
    }

    .prog-nd-optyear {
        position: relative;
        float: right;
        margin: 18px 0 0;
    }

    .prog-nd-st-plus .icon-basic-cover-icon-kiwi {
        font-size: 4.5em;
        color: #BEB400;
    }

    .prog-nd-opt .icon-full-cover-icon-kiwi {
        font-size: 4.5em;
        color: #BEB400;
    }

    .prog-nd-cancel .icon-trip-cancel-kiwi {
        font-size: 3.89em;
        color: #fff;
    }

    .prog-nd-optmult .icon-opt-ann-sc {
        font-size: 3.89em;
        color: #003C78;
    }

    .prog-nd-optyear .icon-optima-annual-blue {
        font-size: 3.89em;
        color: #003C78;
    }

    /* -- inner page --*/
    .page-content {
        line-height: 1.4em;
    }

    ul.breadcrumbs {
        padding: 16px 0 0;
        margin: 0 14px;
        list-style: none;
        font-size: 12px;
        color: #9f9f9f;
    }

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

    ul.breadcrumbs li a {
        color: #323232;
    }

    ul.breadcrumbs .rarr {
        margin: 0 0 0 3px;
    }

    ul.menu-pages {
        padding: 0;
        margin: 0 0 25px;
        list-style: none;
        overflow: hidden;
    }

    ul.menu-pages li {
        float: left;
        width: 24.01%;
        margin: 0 1.32% 15px 0;
        height: 0;
        padding-top: 24.01%;
        position: relative;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 62%;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.menu-pages li:last-child {
        margin-right: 0;
    }

    ul.menu-pages li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 9%;
        text-align: center;
        font: .78em/1.45em neo-sans;
        color: #333333;
        border: 2px solid #A0A0A0;
        border-radius: 5px;
    }

    ul.menu-pages li a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    ul.menu-pages li:hover {
        background-color: #E6E299;
    }

    ul.menu-pages li:hover a {
        border: none;
        color: #BEB400;
    }

    ul.menu-pages li:hover a .menu-pages-caption {
        color: #fff;
    }

    ul.menu-pages li.active {
        background: #EBEBEB;
        background-image: none !important;
    }

    ul.menu-pages li.active a {
        border: 2px solid #fff;
        pointer-events: none;
    }

    ul.menu-pages li.active:hover a {
        color: #333333;
    }

    ul.menu-pages li:nth-child(1) {
        background-image: url('./img/company-history-ico.png');
    }

    ul.menu-pages li:nth-child(1):hover {
        background-image: url('./img/company-history-ico-hover.png');
    }

    ul.menu-pages li:nth-child(2) {
        background-image: url('./img/shares-ico.png');
    }

    ul.menu-pages li:nth-child(2):hover {
        background-image: url('./img/shares-ico-hover.png');
    }

    ul.menu-pages li:nth-child(3) {
        background-image: url('./img/accounting-ico.png');
    }

    ul.menu-pages li:nth-child(3):hover {
        background-image: url('./img/accounting-ico-hover.png');
    }

    ul.menu-pages li:nth-child(4) {
        margin-right: 0;
    }

    ul.menu-pages li:nth-child(4) {
        background-image: url('./img/eti-ico.png');
    }

    ul.menu-pages li:nth-child(4):hover {
        background-image: url('./img/eti-ico-hover.png');
    }

    ul.menu-pages li:nth-child(5) {
        background-image: url('./img/team-ico.png');
    }

    ul.menu-pages li:nth-child(5):hover {
        background-image: url('./img/team-ico-hover.png');
    }

    ul.menu-pages li:nth-child(6) {
        background-image: url('./img/insr-types-ico.png');
    }

    ul.menu-pages li:nth-child(6):hover {
        background-image: url('./img/insr-types-ico-hover.png');
    }

    ul.menu-pages li:nth-child(7) {
        background-image: url('./img/vacancies-ico.png');
    }

    ul.menu-pages li:nth-child(7):hover {
        background-image: url('./img/vacancies-ico-hover.png');
    }

    ul.menu-pages li:nth-child(8) {
        background-image: url('./img/requisites-ico.png');
    }

    ul.menu-pages li:nth-child(8):hover {
        background-image: url('./img/requisites-ico-hover.png');
    }

    .menu-pages-caption {
        display: block;
        color: #A0A0A0;
        font-size: 12px;
        line-height: 17px;
    }

    .page-ttl {
        display: block;
        margin: 0 0 28px;
    }

    .erv-ira-rating {
        float: right;
    }

    .erv-ira-rating .cert-container {
        margin: 0;
        line-height: normal;
    }

    .page-content-left {
        width: 75.16%;
    }

    .about-gallery {
        display: block;
        padding: 28px 0 48px;
    }

    .about-gallery:after {
        content: '';
        display: table;
        clear: both;
    }

    .about-gallery a {
        display: block;
        float: left;
        margin: 0 14px 0 0;
        opacity: .7;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .about-gallery a:last-child {
        margin-right: 0;
    }

    .about-gallery a:hover {
        opacity: 1;
    }

    .about-gallery a img {
        height: 177px;
    }

    .page-content-padding-ul {
        padding: 18px 58px 20px;
    }

    .page-content-padding-ul-ttl {
        font: 1em neo-sans;
        color: #003C78;
        margin: 0 0 25px;
    }

    .page-content-padding-ul ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: .78em;
        line-height: 1.45em;
    }

    .page-content-padding-ul ul li {
        padding-left: 30px;
        position: relative;
        margin: 0 0 20px;
    }

    .page-content-padding-ul ul li:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #BEB400;
        position: absolute;
        left: 2px;
        top: 6px;
    }

    ul.pdfs {
        padding: 44px 0;
        margin: 0;
        overflow: hidden;
        list-style: none;
        width: 100%;
    }

    ul.pdfs>li {
        float: left;
        width: 49.3%;
        margin: 0 1.33% 12px 0;
    }

    ul.pdfs>li:nth-child(2n) {
        margin-right: 0;
    }

    ul.pdfs>li:last-child {
        margin: 0;
    }

    ul.pdfs>li>a {
        display: block;
        width: 100%;
        min-height: 77px;
        padding: 10px 15px 10px 56px;
        border: 2px solid #CBE3F1;
        font-size: 12px;
        line-height: 17px;
        background: #fff url('./img/pdf.png') no-repeat 15px 50% / 26px;
        border-radius: 5px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.pdfs>li>a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    ul.pdfs>li>a:hover {
        background-color: #E4F0F8;
        border: 2px solid #E4F0F8;
    }

    ul.pdfs>li:after {
        content: '';
        display: table;
        clear: both;
    }

    .team-mem {
        width: 32.9%;
        margin: 0 0 60px 0;
        padding: 0 2.24% 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .team-mem:nth-of-type(4n) {
        margin-right: 0;
    }

    .team-mem-img {
        margin: 0 0 13px;
    }

    .team-mem-img-bg {
        width: 178px;
        height: 178px;
        background-color: #F9F8E5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .team-mem-rank {
        font: 12px neo-sans;
        line-height: 15px;
        color: #A0A0A0;
        margin: 0 0 1px;
        letter-spacing: .025em;
    }

    .team-mem-name {
        line-height: 1.24em;
        font-size: 1em;
    }

    .progs-cont:after {
        content: '';
        display: table;
        clear: both;
    }

    .progs-four-block {
        width: 100%;
        float: left;
    }

    .progs-four-block-ttl {
        font: 1em neo-sans;
        line-height: 1.25em;
        color: #BEB400;
        margin: 0 0 10px;
    }

    .progs-four-block .ins-bl-common {
        margin: 0 1.95% 1.95% 0;
        width: 49%;
        height: 220px;
    }

    .progs-two-block {
        width: 100%;
        float: right;
    }

    .progs-two-block-ttl {
        font: 1em neo-sans;
        line-height: 1.25em;
        color: #003C78;
        margin: 0 0 10px;
    }

    .progs-two-block .ins-bl-common {
        margin: 0 1.95% 1.95% 0;
        width: 49%;
        height: 220px;
    }

    .progs-bot-one {
        float: left;
        width: 100%;
    }

    .progs-bot-two {
        float: left;
        width: 100%;
    }

    .progs-bot-two-ttl {
        font: 1em neo-sans;
        line-height: 1.25em;
        color: #3C3800;
        margin: 0 0 10px;
    }

    .progs-bot-two .ins-bl-common {
        height: 223px;
        margin: 0 1.95% 1.95% 0;
        width: 49.02%;
    }

    .progs-bot-two .ins-bl-common:nth-of-type(3) {
        margin-right: 0;
    }

    .opt-prog {
        background: #BEB400 url('./img/progs/optima-sc-img.png') no-repeat 85.13% 50% / 34.32%;
    }

    .sport-prog {
        background: #BEB400 url('./img/progs/sport-sc-img.png') no-repeat 84.05% 50% / 33.24%;
    }

    .s-plus-prog {
        background: #BEB400 url('./img/progs/standart-plus-sc-img.png') no-repeat 84.04% 50% / 48.11%;
    }

    .travel-prog {
        background: #BEB400 url('./img/progs/tr-russia-sc.png') no-repeat 87.03% 50% / 37.57%;
    }

    .opt-prog:hover {
        background-color: #E6E299;
        background-image: url('./img/progs/optima-sc-img-hover.png');
    }

    .opt-prog:hover .ins-bl-header,
    .opt-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .sport-prog:hover {
        background-color: #E6E299;
        background-image: url('./img/progs/sport-sc-img-hover.png');
    }

    .sport-prog:hover .ins-bl-header,
    .sport-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .s-plus-prog:hover {
        background-color: #E6E299;
        background-image: url('./img/progs/standart-plus-sc-img-hover.png');
    }

    .s-plus-prog:hover .ins-bl-header,
    .s-plus-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .travel-prog:hover {
        background-color: #E6E299;
        background-image: url('./img/progs/tr-russia-sc-hover.png');
    }

    .travel-prog:hover .ins-bl-header,
    .travel-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .opt-year-prog {
        background: #003C78 url('./img/progs/opt-ann-sc.png') no-repeat 84.04% 50% / 48.11%;
    }

    .opt-year-prog .ins-bl-txt {
        color: #fff;
    }

    .opt-mult-prog {
        background: #003C78 url('./img/progs/opt-ann-sc.png') no-repeat 84.04% 50% / 48.11%;
    }

    .opt-mult-prog .ins-bl-txt {
        color: #fff;
    }

    .opt-year-prog:hover {
        background-color: #78A7CD;
        background-image: url('./img/progs/opt-ann-sc-hover.png');
    }

    .opt-mult-prog:hover {
        background-color: #78A7CD;
        background-image: url('./img/progs/opt-ann-sc-hover.png');
    }

    .cans-trip-prog {
        background: #EED215 url('./img/progs/trip-cancel-sc.png') no-repeat 84.04% 50% / 48.11%;
        width: 49.01%;
        height: 220px;
        margin: 0 1.95% 1.95% 0;
    }

    .cans-trip-prog:hover {
        background-color: #F6E88A;
        background-image: url('./img/progs/trip-cancel-sc-hover.png');
    }

    .cans-trip-prog:hover .ins-bl-header,
    .cans-trip-prog:hover .ins-bl-price {
        color: #787000;
    }

    .short-st-prog {
        background-color: #BEB400;
    }

    .short-st-prog:hover {
        background-color: #E6E299;
    }

    .short-st-prog:hover .ins-bl-header,
    .short-st-prog:hover .ins-bl-price {
        color: #BEB400;
    }

    .short-ev-prog {
        background: #787000 url('./img/progs/event-sc.png') no-repeat 84.04% 50% / 38.65%;
    }

    .short-ev-prog .ins-bl-txt {
        color: #fff;
        font-size: 15px;
    }

    .short-ev-prog:hover {
        background-color: #BBB780;
        background-image: url('./img/progs/event-sc-hover.png');
    }

    .short-ev-prog:hover .ins-bl-header,
    .short-ev-prog:hover .ins-bl-price {
        color: #3C3800;
    }

    .extra-risks {
        clear: both;
        margin: 30px 0 0;
    }

    .extra-risks-ttl {
        font: 1em neo-sans;
        line-height: 1.25em;
        color: #3C3800;
        margin: 0 0 10px;
    }

    ul.extra-risks-list {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.extra-risks-list li {
        float: left;
        width: 49.4%;
        min-height: 110px;
        margin: 0 1.2% 1.2% 0;
        background: #EBEBEB;
        border-radius: 5px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.extra-risks-list li:last-child {
        float: left;
        width: 49.4%;
        margin-right: 0;
    }

    ul.extra-risks-list li:nth-child(2n) {
        margin-right: 0;
    }

    ul.extra-risks-list li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 18px;
    }

    ul.extra-risks-list li:hover {
        background: #F5F5F5;
    }

    .extra-risks-list-ttl {
        font: 1.15em neo-sans;
        line-height: 1em;
        color: #003C78;
        margin: 0 0 9px;
    }

    .extra-risks-list-txt {
        font-size: 1em;
        line-height: 1.25em;
        color: #333333;
    }

    ul.menu-pages-ins {
        padding: 0;
        margin: 0 0 25px;
        list-style: none;
        overflow: hidden;
    }

    ul.menu-pages-ins li {
        float: left;
        width: 24.01%;
        margin: 0 1.32% 1.32% 0;
        height: 0;
        padding-top: 24.01%;
        position: relative;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 62%;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.menu-pages-ins li:last-child {
        margin-right: 0;
    }

    ul.menu-pages-ins li:nth-child(4) {
        margin-right: 0;
    }

    ul.menu-pages-ins li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 9%;
        text-align: center;
        font: 12px/15px neo-sans;
        color: #003C78;
        border: 2px solid #78A7CD;
        border-radius: 5px;
    }

    ul.menu-pages-ins li:nth-child(8) a {
        border: 2px solid #E0DA7F;
        color: #BEB400;
    }

    ul.menu-pages-ins li:nth-child(8):hover {
        background-color: #E0DA7F;
        background-image: none !important;
    }

    ul.menu-pages-ins li:nth-child(8):hover a {
        border: none;
        color: #FFF;
    }

    ul.menu-pages-ins li a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    ul.menu-pages-ins li:hover {
        background-color: #78A7CD;
        background-image: none !important;
    }

    ul.menu-pages-ins li:hover a {
        border: none;
        color: #fff;
    }

    ul.menu-pages-ins li:hover a .menu-pages-caption {
        color: #fff;
    }

    ul.menu-pages-ins li.active {
        background: #EBEBEB;
        background-image: none !important;
    }

    ul.menu-pages-ins li.active a {
        border: 2px solid #fff;
        pointer-events: none;
    }

    ul.menu-pages-ins li.active:hover a {
        color: #333333;
    }

    ul.menu-pages-ins li:nth-child(1) {
        background-image: url('./img/menu-pages-ins-car.svg');
    }

    ul.menu-pages-ins li:nth-child(2) {
        background-image: url('./img/menu-pages-ins-palm.svg');
    }

    ul.menu-pages-ins li:nth-child(3) {
        background-image: url('./img/menu-pages-ins-human.svg');
    }

    ul.menu-pages-ins li:nth-child(4) {
        background-image: url('./img/menu-pages-ins-bag.svg');
    }

    ul.menu-pages-ins li:nth-child(5) {
        background-image: url('./img/menu-pages-ins-scales.svg');
    }

    ul.menu-pages-ins li:nth-child(6) {
        background-image: url('./img/menu-pages-ins-tickets.svg');
    }

    ul.menu-pages-ins li:nth-child(7) {
        background-image: url('./img/menu-pages-ins-globe.svg');
    }

    ul.menu-pages-ins li:nth-child(8) {
        background-image: url('./img/menu-pages-ins-list.svg');
    }

    .ins-p-left {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .ins-p-right {
        width: 100%;
        float: left;
    }

    .g-map {
        width: 100%;
        height: 421px;
        border-radius: 5px;
        overflow: hidden;
    }

    a.ins-p-cell {
        font-family: neo-sans;
        color: #333333;
        white-space: nowrap;
    }

    .ins-check-form {
        background-color: #E4F0F8;
        border-radius: 5px;
    }

    .ins-check-form-ttl {
        font: 1em/1.4em neo-sans;
        color: #003C78;
        margin: 0 0 15px;
    }

    .ins-check-form-label {
        font: 12px/15px neo-sans;
        color: #333333;
        margin: 0 0 5px;
    }

    .ins-check-form:after {
        content: '';
        display: table;
        clear: both;
    }

    .ins-check-form-input {
        float: left;
        width: 52%;
        height: 48px;
        line-height: normal;
        background: #fff;
        padding: 0 12px;
        font: 1em neo-sans;
        border: 2px solid #78A7CD;
        border-radius: 5px;
        margin-right: 3.69%;
    }

    .ins-check-form-btn {
        float: left;
        width: 44.31%;
        height: 48px;
        background-color: #003C78;
        color: #fff;
        line-height: 60px;
        font: 1em neo-sans;
        border: 2px solid #78A7CD;
        border-radius: 5px;
        cursor: pointer;
    }

    .ins-p-right-ttl {
        margin: 0 0 15px;
    }

    .ins-p-right-time {
        font: 1em neo-sans;
        color: #A0A0A0;
    }

    .ins-p-bot-txt {
        font-size: .78em;
        line-height: 1.45em;
        color: #A0A0A0;
    }

    .select-menu {
        margin: 0 0 62px;
    }

    .select-menu-ttl {
        font: 1.33em/1.25em neo-sans;
        color: #78A7CD;
    }

    .ins-check-form-cont {
        float: right;
        z-index: 201;
        margin-left: 1%;
    }

    .ins-cont-inner {
        counter-reset: number;
        clear: left;
    }

    .ins-cont-list {
        position: relative;
        margin: 0 0 45px;
    }

    .ins-cont-list:before {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        position: absolute;
        left: -50px;
        top: -7px;
        border: 2px solid #78A7CD;
        font: 1em/32px neo-sans;
        color: #78A7CD;
        counter-increment: number;
        content: counter(number);
        text-align: center;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ins-cont-list-ttl {
        font: 1em/1.4em neo-sans;
        color: #003C78;
        margin-bottom: 30px;
    }

    ul.ins-inner-pdf {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.ins-inner-pdf>li {
        float: left;
        width: 32.24%;
        margin: 0 1.57% 1.57% 0;
        border: 2px solid #CBE3F1;
        text-align: center;
        border-radius: 5px;
    }

    ul.ins-inner-pdf>li:nth-child(5n) {
        margin-right: 1.57%;
    }

    ul.ins-inner-pdf>li:nth-child(3n) {
        margin-right: 0;
    }

    a.ins-inner-pdf-href {
        display: block;
        width: 100%;
        min-height: 140px;
        height: 100%;
        padding: 15px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .ins-inner-pdf-href:hover {
        background-color: #CBE3F1;
    }

    .ins-inner-pdf-img {
        display: inline-block;
        width: 32.52%;
        margin: 0 0 15px;
    }

    .ins-inner-pdf-txt {
        font: 14px/20px neo-sans;
        letter-spacing: .025em;
        color: #003C78;
    }

    ul.select-menu-list {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
        list-style: none;
        margin: 0;
    }

    ul.select-menu-list>li.toplevel {
        padding: 4px 50px 4px 15px;
        height: auto;
        border: 2px solid #003C78;
        color: #003C78;
        border-radius: 5px;
        font: 1.34em/1em neo-sans;
        position: relative;
        cursor: pointer;
    }

    ul.select-menu-list>li.toplevel:after {
        content: '';
        display: block;
        width: 24px;
        height: 12px;
        position: absolute;
        right: 15px;
        top: 12px;
        background: url('./img/blue-arrow-down.svg') no-repeat 50% 50% / 24px 12px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.select-menu-list>li.toplevel.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.select-menu-list>li>ul {
        display: none;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        left: 0;
        top: 36px;
        background-color: #003C78;
        border-radius: 5px;
        overflow: hidden;
        z-index: 10;
    }

    ul.select-menu-list>li>ul>li {}

    ul.select-menu-list>li>ul>li>a {
        display: block;
        padding: 4px 15px;
        color: #fff;
        font-size: 0.75em;
    }

    ul.select-menu-list>li>ul>li>a:hover {
        background-color: #78A7CD;
    }

    .ins-info-box {
        margin: 0 0 45px;
        font-size: 14px;
    }

    .ins-cont-phone {
        width: 100%;
        margin: 0 0 25px;
        background-color: #E4F0F8;
    }

    .ins-cont-phone-txt {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        font-family: neo-sans;
        line-height: 1.4em;
    }

    .ins-cont-phone-cell {
        display: inline-block;
        vertical-align: middle;
    }

    .ins-cont-phone-cell a {
        font-size: 2em;
        font-family: neo-sans;
    }

    .ins-event-box {
        border-bottom: 1px solid #EBEBEB;
        margin: 0 0 30px;
    }

    div.ins-event-box:last-of-type {
        border: none;
    }

    .ins-event-box-row {
        margin: 0 0 30px;
    }

    .ins-event-box-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .ins-event-box-row:last-of-type {
        margin: 0;
    }

    .ins-event-box-ttl {
        width: 80%;
        float: left;
        font-size: 1.34em;
        line-height: 1.4em;
    }

    .ins-event-box-date {
        float: right;
        color: #A0A0A0;
        margin: 5px 0 0;
    }

    ul.ins-event-box-status {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    ul.ins-event-box-status>li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0 0px 0 18px;
        height: 36px;
        line-height: 34px;
        position: relative;
        background-color: #EBEBEB;
        border: 2px solid #EBEBEB;
        font-size: 14px;
    }

    ul.ins-event-box-status>li:nth-child(1) {
        z-index: 40;
    }

    ul.ins-event-box-status>li:nth-child(2) {
        z-index: 30;
    }

    ul.ins-event-box-status>li:nth-child(3) {
        z-index: 20;
    }

    ul.ins-event-box-status>li:nth-child(4) {
        z-index: 10;
    }

    ul.ins-event-box-status>li:before,
    ul.ins-event-box-status>li:after {
        content: '';
        position: absolute;
    }

    ul.ins-event-box-status>li:before {
        top: -2px;
        right: -38px;
        border: 18px solid transparent;
        border-left: 18px solid #fff;
        z-index: 60;
    }

    ul.ins-event-box-status>li:after {
        top: -2px;
        right: -36px;
        border: 18px solid transparent;
        border-left: 18px solid #EBEBEB;
        z-index: 61;
    }

    ul.ins-event-box-status>li:first-child {
        padding: 0;
        border-radius: 5px 0 0 5px;
    }

    ul.ins-event-box-status>li:last-child {
        border-radius: 0 5px 5px 0;
    }

    ul.ins-event-box-status>li:last-child:before,
    ul.ins-event-box-status>li:last-child:after {
        border: none;
    }

    ul.ins-event-box-status>li.status-last-step {
        border: 2px solid #BEB400;
        background-color: #fff;
        color: #BEB400;
    }

    ul.ins-event-box-status>li.status-last-step:before {
        border: 18px solid transparent;
        border-left: 18px solid #BEB400;
    }

    ul.ins-event-box-status>li.status-last-step:after {
        border: 16px solid transparent;
        border-left: 16px solid #fff;
        top: 0;
        right: -32px;
    }

    ul.ins-event-box-status>li.status-active-step {
        border: 2px solid #BEB400;
        background-color: #BEB400;
        color: #fff;
    }

    ul.ins-event-box-status>li.status-active-step:before {
        border: 18px solid transparent;
        border-left: 18px solid #fff;
        right: -40px;
    }

    ul.ins-event-box-status>li.status-active-step:after {
        border: 18px solid transparent;
        border-left: 18px solid #BEB400;
        top: -2px;
        right: -38px;
    }

    .check-ins-info {
        font-size: 14px;
    }

    .ins-ex-left {
        margin-right: 1.31%;
    }

    .ins-ex-blue {
        margin: 30px 0;
        padding: 15px;
        background-color: #003C78;
        color: #fff;
    }

    .ins-ex-heading {
        margin: 0 0 15px;
    }

    .ex-image {
        margin-bottom: 45px;
    }

    .map-cont {
        width: 100%;
        position: relative;
    }

    .map-txt-left {
        width: 100%;
        position: static;
        top: inherit;
        bottom: inherit;
        left: inherit;
        background-color: #fff;
        padding: 0 0 30px;
        z-index: 200;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }

    .map-txt-left a {
        text-decoration: underline;
    }

    .map-txt-left-top {
        margin: 0 0 25px;
        width: 50%;
        float: left;
        padding-right: 15px;
    }

    .map-txt-left-top div:last-of-type {
        margin-bottom: 0;
    }

    .map-txt-left-ttl {
        font-size: 18px;
        margin: 0 0 10px;
        color: #003C78;
        font: 18px/22px neo-sans;
    }

    .map-txt-left-txt {
        margin: 0 0 10px;
    }

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

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

    .tbl-td {
        display: table-cell;
        vertical-align: middle;
    }

    .map-tbl {
        margin: 0 0 15px;
    }

    .sm-map-txt {
        display: block;
        font-size: 12px;
        line-height: 15px;
    }

    .map-txt-left-bot {
        float: left;
        width: 50%;
        padding-left: 15px;
    }

    .map-cont-txt-bot {
        width: 320px;
        height: 96px;
        padding: 15px;
        position: absolute;
        background: #fff;
        bottom: 30px;
        right: 30px;
        font-size: 14px;
        color: #333333;
        line-height: 17px;
        z-index: 201;
    }

    .map-cont-txt-bot .map-tbl {
        margin-bottom: 0;
    }

    #erv-place {
        height: 480px;
        clear: both;
    }

    .agencies-ttl-cap {
        font: 2em/1.2em neo-sans;
        margin: 0 0 15px;
    }

    .agencies-list {
        padding: 0 0 0 8.44%;
        counter-reset: number;
    }

    .agencies-list-elem {
        position: relative;
        margin: 0 0 35px;
    }

    .agencies-list-elem:before {
        display: block;
        position: absolute;
        left: -37px;
        top: -5px;
        font: 2em/1em neo-sans;
        color: #BEB400;
        counter-increment: number;
        content: counter(number);
    }

    .agencies-form {
        margin-right: -1.44%;
        padding-top: 60px;
        position: relative;
        display: block;
    }

    .open-form-arrow {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 9px;
        margin: 0 0 0 5px;
        background: url('./img/arrow-kiwi.svg') no-repeat 50% 50% / 18px 9px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .agencies-form-bd-top,
    .agencies-form-bd-bot {
        position: absolute;
        left: 0;
        background-color: #BEB400;
        height: 2px;
        width: 98.5%;
    }

    .agencies-form-bd-top {
        top: 30px;
    }

    .agencies-form-bd-bot {
        bottom: 30px;
    }

    .form-label {
        font: 12px/15px neo-sans;
        color: #333333;
        margin: 0 0 5px;
    }

    .agencies-form .form-label {
        position: absolute;
        bottom: 58px;
        left: 0;
        margin-bottom: 0;
    }

    .agencies-form .ui-datepicker-trigger {
        bottom: 20px;
    }

    .agencies-form:after {
        content: '';
        display: table;
        clear: both;
    }

    .agencies-form-row {
        padding: 0 0 30px;
    }

    .agencies-form-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .agencies-form-row-ttl {
        margin: 0 0 30px;
        font-size: 1em;
        line-height: 1.4em;
        color: #BEB400;
    }

    .agencies-form-row-ttlbot {
        margin: 0 0 15px;
        font-size: 1em;
        line-height: 1.4em;
        color: #003C78;
    }

    .ag-form-col-1,
    .ag-form-col-2,
    .ag-form-col-3,
    .ag-form-col-4,
    .ag-form-col-5,
    .ag-form-col-6,
    .ag-form-col-7,
    .ag-form-col-8,
    .ag-form-col-9,
    .ag-form-col-10,
    .ag-form-col-11 {
        float: left;
        margin: 0 1.29% 50px 0;
        position: relative;
    }

    .ag-form-sm-col-1 {
        width: 7.67%;
    }

    .ag-form-sm-col-2 {
        width: 16.76%;
    }

    .ag-form-sm-col-3 {
        width: 25.85%;
    }

    .ag-form-sm-col-4 {
        width: 34.95%;
    }

    .ag-form-sm-col-5 {
        width: 44.04%;
    }

    .ag-form-sm-col-6 {
        width: 53.13%;
    }

    .ag-form-sm-col-7 {
        width: 62.19%;
    }

    .ag-form-sm-col-8 {
        width: 71.5%;
    }

    .ag-form-sm-col-11 {
        width: 100%;
        padding-right: 1.44%;
    }

    .ag-form-l-i-wrap {
        position: relative;
    }

    .clear-mob-form {
        clear: both;
    }

    .agencies-form-row-ttlbot-mob {
        margin-bottom: 30px;
    }

    input.agencies-form-input,
    select.agencies-form-sel {
        width: 100%;
        height: 54px;
        padding: 0 16px;
        font: 1em neo-sans;
        line-height: normal;
        border: 2px solid #EBEBEB;
        -wekit-border-radius: 5px;
        border-radius: 5px;
    }

    .agencies-form .jq-selectbox {
        display: block !important;
    }

    .agencies-form-sel .jq-selectbox__select {
        height: 54px;
        background: #fff;
        border: 2px solid #EBEBEB;
        color: #323232;
        line-height: inherit;
    }

    .agencies-form-sel .jq-selectbox__select-text {
        width: 100% !important;
        height: 100%;
        padding-right: 48px;
        line-height: 50px;
    }

    .agencies-form-sel .jq-selectbox__trigger {
        width: 48px;
        top: 0;
        bottom: 0;
        border-left: 0px;
    }

    .agencies-form-sel .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
        width: 24px;
        height: 12px;
        background: url('./img/sel-arrow-form.svg') no-repeat 50% / 24px 12px;
    }

    .agencies-form-cap {
        font-size: 14px;
        line-height: 20px;
        color: #A0A0A0;
        margin: 6px 0 0;
        padding: 0 16px;
    }

    .radio-btn-cont {
        padding: 12px 0;
    }

    .radio-btn {
        display: inline-block;
        font-size: 1em;
        cursor: pointer;
        margin: 0 50px 0 0;
    }

    .radio-btn input {
        display: none;
    }

    .radio-btn .checkmark {
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        margin: 0 10px 0 0;
        border: 2px solid #EBEBEB;
        border-radius: 50%;
    }

    .radio-btn input:checked+.checkmark {
        background-image: url('./img/radio-checkmark.svg');
        background-size: 28px 28px;
        border: none;
    }

    .switch-box {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 81px;
        height: 34px;
        margin: 0 12px 0 0;
    }

    .switch-box input {
        display: none;
    }

    .switch-box .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: .2s;
        transition: .2s;
        border: 2px solid #A0A0A0;
        border-radius: 20px;
    }

    .switch-box .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 2px;
        bottom: 2px;
        background-color: #A0A0A0;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: 50%;
    }

    .switch-box input:checked+.slider {
        border: 2px solid #BEB400;
    }

    .switch-box input:checked+.slider:before {
        background-color: #BEB400;
        -webkit-transform: translateX(46px);
        transform: translateX(46px);
    }

    .load-docs {
        counter-reset: number;
    }

    .load-docs-li {
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .load-docs-li:after {
        content: '';
        display: table;
        clear: both;
    }

    .load-docs-li-wrapper {
        display: inline-block;
        position: relative;
        padding-right: 30px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 62.19%;
    }

    .load-docs-li-ttl {
        position: relative;
        padding-left: 20px;
        display: inline;
    }

    .load-docs-li-ttl:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        counter-increment: number;
        content: counter(number) '.';
    }

    .agencies-ps-bar {
        width: 100%;
        height: 2px;
        background-color: #EBEBEB;
        margin-top: 9px;
    }

    .agencies-ps-bar-line {
        height: 100%;
        background-color: #BEB400;
    }

    .load-docs-btns {
        position: absolute;
        left: 100%;
        bottom: 0;
        vertical-align: middle;
        white-space: nowrap;
    }

    .load-doc-btn {
        margin: 0;
        font-size: inherit;
        display: inline-block;
        vertical-align: middle;
    }

    .load-doc-btn input {
        display: none;
    }

    .load-doc-btn-upload {
        width: 46px;
        height: 46px;
        background-color: #fff;
        background-image: url('./img/form-clip.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 25px;
        cursor: pointer;
    }

    .load-doc-btn-upload:hover {
        border: 2px solid #BEB400;
    }

    .load-doc-btn-spinner {
        width: 46px;
        height: 46px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        text-align: center;
    }

    .load-doc-btn-spinner:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .load-doc-btn-spinner img {
        display: none;
        vertical-align: middle;
        width: 25.2px;
        text-align: center;
        -webkit-animation: rotate 1.5s infinite linear;
        animation: rotate 1.5s infinite linear;
    }

    .load-doc-btn-checkmark {
        display: none;
        vertical-align: middle;
        width: 46px;
        height: 46px;
        background-image: url('./img/form-checkmark.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 25px;
        cursor: pointer;
    }

    .load-doc-btn-remove {
        display: none;
        vertical-align: middle;
        width: 46px;
        height: 46px;
        background-image: url('./img/form-remove.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 18px;
        cursor: pointer;
    }

    .form-captcha {
        height: 60px;
    }

    .form-captcha img {
        max-height: 100%;
    }

    .agencies-form-btn {
        width: 100%;
        max-width: 222px;
        height: 54px;
        margin: 0;
        padding: 0;
        border: 2px solid #fff;
        line-height: normal;
        font: 1em neo-sans;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        float: right;
        outline: none;
        cursor: pointer;
    }

    .agencies-figure {
        margin-bottom: 48px;
        margin-top: 48px;
    }

    .agencies-figure img {
        object-fict: cover;
        width: 100%;
    }

    .agencies-pdf {
        padding: 0 57px;
    }

    ul.agencies-pdf-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.agencies-pdf-list li {
        margin: 0 0 15px;
    }

    .agencies-pdf-list-img {
        display: inline-block;
        vertical-align: middle;
        width: 9.16%;
        margin-right: 5.84%;
        max-width: 34px;
    }

    .agencies-pdf-list-txt {
        width: 85%;
        text-decoration: underline;
    }

    .sl-partners {
        position: relative;
    }

    .sl-partners-wrap {
        height: 81px;
    }

    .partners-slide-href {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        text-align: center;
    }

    .partners-slide-href:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .partners-slide-href img {
        display: inline-block;
        vertical-align: middle;
    }

    .partners-sl-arrow {
        width: 18px;
        height: 36px;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        cursor: pointer;
    }

    .partners-sl-arrow-left {
        left: -49px;
        background-image: url('./img/rl-sl-arrow-left.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 36px;
    }

    .partners-sl-arrow-right {
        right: -49px;
        background-image: url('./img/rl-sl-arrow-right.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 36px;
    }

    .select-menu-kiwi {
        margin: 0 0 30px;
    }

    .select-menu-kiwi-ttl {
        font: 1.33em/1.25em neo-sans;
        color: #003C78;
    }

    ul.select-menu-kiwi-list {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
        list-style: none;
        margin: 0;
    }

    ul.select-menu-kiwi-list>li.toplevel {
        padding: 4px 50px 4px 15px;
        height: 36px;
        border: 2px solid #BEB400;
        color: #BEB400;
        border-radius: 5px;
        font: 1.34em/1em neo-sans;
        position: relative;
        cursor: pointer;
    }

    ul.select-menu-kiwi-list>li.toplevel:after {
        content: '';
        display: block;
        width: 24px;
        height: 12px;
        position: absolute;
        right: 15px;
        top: 12px;
        background: url('./img/menu-arrow-kiwi.svg') no-repeat 50% 50% / 24px 12px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    ul.select-menu-kiwi-list>li.toplevel.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.select-menu-kiwi-list>li>ul {
        display: none;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        left: 0;
        top: 36px;
        border-radius: 5px;
        overflow: hidden;
        z-index: 10;
    }

    ul.select-menu-kiwi-list>li>ul>li {}

    ul.select-menu-kiwi-list>li>ul>li>a {
        display: block;
        padding: 4px 15px;
        color: #fff;
        font-size: 0.75em;
        background: #BEB400;
    }

    ul.select-menu-kiwi-list>li>ul>li>a:hover {
        background-color: #E6E299;
    }

    #partners-map {
        width: 100%;
        height: 480px;
        margin-bottom: 30px;
    }

    .partners-address {
        margin-right: 0;
    }

    .select-metro .jq-selectbox {
        width: 49.12%;
        height: 46px;
        margin: 0 0 30px;
    }

    .select-metro .jq-selectbox__select {
        padding: 0 15px;
        background: #fff;
        border: 2px solid #BEB400;
        height: 100%;
        line-height: 44px;
        z-index: 100;
    }

    .select-metro .jq-selectbox__select-text {
        width: 100% !important;
        padding-right: 48px;
        color: #333333;
        font-size: 14px;
    }

    .select-metro .jq-selectbox__trigger {
        width: 48px;
        top: 0;
        bottom: 0;
        border-left: 2px solid #BEB400;
    }

    .select-metro .jq-selectbox__trigger-arrow {
        width: 15px;
        height: 8px;
        background-image: url('./img/menu-arrow-kiwi.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }

    .select-metro .jq-selectbox__dropdown {
        border: 2px solid #BEB400;
        margin-top: -6px;
        border-radius: 5px;
        background: #fff;
        padding-top: 3px;
        z-index: 99;
    }

    .select-metro .jq-selectbox__dropdown li {
        padding: 6px 15px;
        font-size: 14px;
    }

    .select-metro .jq-selectbox__dropdown li:hover {
        background-color: #BEB400;
        color: #fff;
    }

    ul.partners-address-list {
        padding: 0;
        margin: 0 -.88%;
        overflow: hidden;
        list-style: none;
    }

    ul.partners-address-list>li {
        float: left;
        width: 48.2%;
        height: 140px;
        margin: 0 .87% 1.74%;
        padding: 15px;
        border-radius: 5px;
        cursor: pointer;
    }

    ul.partners-address-list>li:nth-child(3n) {
        margin-right: 1.76%;
    }

    ul.partners-address-list>li:nth-child(2n) {
        margin-right: 0;
    }

    ul.partners-address-list>li.active {
        border: 2px solid #E0DA7F;
    }

    .partners-address-list-ttl {
        font: 1em/1.4em neo-sans;
        color: #003C78;
    }

    .partners-address-list-adr,
    .partners-address-list-m,
    .partners-address-list-phone {
        font-size: 14px;
        line-height: 20px;
    }

    .reestr {
        padding: 15px;
        background-color: #F9F8E5;
    }

    .reestr-ttl {
        font: 1em/1.4em neo-sans;
        color: #BEB400;
        margin: 0 0 15px;
    }

    .reestr-txt {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px;
    }

    .reestr-href {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0 0 0;
        text-decoration: underline;
    }

    .partners-btn-cont {
        clear: both;
        text-align: center;
        padding: 30px;
    }

    .partners-btn {
        display: inline-block;
        width: 177px;
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
        background-color: #003C78;
        font-family: neo-sans;
        font-size: 1em;
        text-align: center;
        color: #fff;
    }

    .reestr-href-img {
        width: 13.95%;
        margin-right: 8.5%;
    }

    .reestr-href-txt {
        width: 77.55%;
    }

    .flex-row {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin: 0 -18px;
        padding-left: 11px;
        padding-right: 11px;
        overflow: hidden;
    }

    .flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .flex-col-sm-33 {
        width: 33.33%;
    }

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

    .flex-col-sm-66 {
        width: 66.66%;
    }

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

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

    .flex-col-sm-25,
    .flex-col-sm-33,
    .flex-col-sm-50,
    .flex-col-sm-66,
    .flex-col-sm-75,
    .flex-col-sm-100 {
        float: left;
        padding: 7px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }

    /*a.pdf-blue {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px 10px 56px;
    border: 2px solid #CBE3F1;
    font-size: 13px;
    line-height: 18px;
    letter-spacing
    background: #fff url(./img/pdf.png) no-repeat 15px 15px / 26px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
  }

  a.pdf-blue:hover {
    background-color: #E4F0F8;
    border: 2px solid #E4F0F8;
  }*/
    .blue-pdf-date {
        display: block;
        color: #9f9f9f;
    }

    /*a.pdf-blue-c {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 68px;
    padding: 15px 15px 15px 56px;
    border: 2px solid #CBE3F1;
    font-size: 12px;
    line-height: 17px;
    background: #fff url(./img/pdf.png) no-repeat 15px 50% / 26px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
  }

  a.pdf-blue-c:hover {
    background-color: #E4F0F8;
    border: 2px solid #E4F0F8;
  }*/
    .finance-row {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 119px;
        position: relative;
    }

    .finance-d {
        position: absolute;
        left: 30px;
        top: 32px;
    }

    .finance-year {
        display: block;
        font-size: 1.34rem;
        line-height: 1.4rem;
        font-family: neo-sans;
        color: #003C78;
    }

    .finance-date {
        display: block;
        margin-top: 5px;
        color: #9f9f9f;
        font-size: 12px;
    }

    /*-- footer --*/
    .footer {
        padding: 18px 18px 48px;
    }

    .logo-copy {
        float: left;
        width: 32.46%;
        margin: 0 1.31% 0 0;
        padding: 0 18px 0 0;
    }

    .logo-foot {
        margin: 0 0 60px 18px;
        width: 100%;
    }

    .copy {
        font-size: 10px;
        color: #9f9f9f;
        line-height: 12px;
    }

    .foot-contacts {
        width: 32.46%;
        float: left;
        font-size: 12px;
        line-height: 14px;
        padding: 0;
        margin: 0 1.31% 0 0;
    }

    .foot-cont-title {
        font-family: neo-sans;
        margin: 0 0 7px;
    }

    .foot-contacts p {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 8px;
    }

    .foot-cont-compname {
        font-family: neo-sans;
        display: block;
    }

    .foot-cont-phone {
        font-family: neo-sans;
        display: block;
    }

    ul.foot-socials {
        display: block;
        padding: 0;
        margin: 15px 0 0 0;
        overflow: hidden;
        list-style: none;
    }

    ul.foot-socials li {
        float: left;
        vertical-align: top;
        margin: 0 15px 0 0;
    }

    ul.foot-socials li a {
        display: block;
        width: 30px;
        height: 30px;
        opacity: .9;
        border-radius: 5px;
        overflow: hidden;
    }

    ul.foot-socials li a:hover {
        opacity: 1;
    }

    .foot-right-mob {
        padding-left: 15px;
    }

    .foot-menu {
        float: left;
        font: 12px neo-sans;
    }

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

    .foot-menu ul li {
        display: list-item;
        margin: 0 0 6px;
    }

    .foot-menu ul li a {
        color: #323232;
    }

    .foot-btn {
        float: left;
        clear: left;
        margin-top: 15px;
    }

    .mfp-bg.kiwi-form {
        background: #BEB400;
    }

    .kiwi-fback-popup {
        max-width: 400px;
        padding: 24px 24px 0;
        margin: 0 auto;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
    }

    .fback-form-row {
        margin-bottom: 24px;
        position: relative;
        float: left;
        width: 100%;
    }

    .fback-form:after {
        content: '';
        display: table;
        clear: both;
    }

    .fback-form-input,
    .fback-form-txt {
        width: 100%;
        line-height: normal;
        width: 100%;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        font: 1em neo-sans;
        padding: 0 16px;
        outline: none;
    }

    .fback-form-input {
        height: 48px;
    }

    .fback-form-txt {
        padding: 16px;
        max-width: 100%;
        height: 120px;
    }

    .fback-form-btn {
        display: block;
        width: 100%;
        max-width: 273px;
        height: 48px;
        margin: 0 auto;
        padding: 0;
        border: 2px solid #fff;
        line-height: 48px;
        font: 1.34em neo-sans;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        outline: none;
        cursor: pointer;
    }

    .blue-form {
        background: #003C78;
    }

    .blue-login-popup {
        max-width: 370px;
        padding: 24px 24px 0;
        margin: 0 auto;
        position: relative;
        background-color: #003C78;
        border-radius: 5px;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important;
    }

    .blue-login-popup:after {
        content: '';
        display: table;
        clear: both;
    }

    .blue-login-popup .mfp-close {
        color: #fff !important;
    }

    .login-popup-form:after {
        content: '';
        display: table;
        clear: both;
    }

    .login-popup-row {
        margin-bottom: 24px;
        position: relative;
        width: 100%;
    }

    .login-popup-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .login-popup-ttl {
        margin: 0;
        color: #fff;
    }

    .login-popup-ico {
        width: 20%;
        height: 48px;
        float: left;
        font-size: 30px;
        line-height: 48px !important;
        color: #fff;
        text-align: center;
    }

    .login-popup-input {
        width: 80%;
        height: 48px;
        line-height: normal;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        font: 1em neo-sans;
        padding: 0 16px;
        outline: none;
    }

    .login-popup-btn {
        display: block;
        width: 100%;
        height: 48px;
        margin: 0 auto;
        padding: 0;
        border: 2px solid #fff;
        line-height: 48px;
        font: 1.34em neo-sans;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        outline: none;
        cursor: pointer;
        border-radius: 5px;
    }

    .login-popup-pass,
    .login-popup-reg {
        display: block;
        float: left;
        width: 50%;
        color: #fff;
        font-size: 14px;
    }

    .login-popup-reg {
        text-align: right;
    }

    .login-popup-form .formError .formErrorContent {
        background: #BEB400;
    }

    .login-popup-form .formError .formErrorContent:after {
        content: '';
        position: absolute;
        left: 20px;
        bottom: -20px;
        border: 10px solid transparent;
        border-top: 10px solid #BEB400;
    }

    .login-popup-form .formError .formErrorArrow {
        display: none;
    }
}


/* 
@font-face {
  font-family: 'erv-icon-set';
  src: url('./fonts/ico/erv-icon-set.eot?djy8pg');
  src: url('./fonts/ico/erv-icon-set.eot?djy8pg#iefix') format('embedded-opentype'),
    url('./fonts/ico/erv-icon-set.ttf?djy8pg') format('truetype'),
    url('./fonts/ico/erv-icon-set.woff?djy8pg') format('woff'),
    url('./fonts/ico/erv-icon-set.svg?djy8pg#erv-icon-set') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'erv-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross-iso:before {
  content: "\e900";
}

.icon-check-ico:before {
  content: "\e901";
}

.icon-date-ico:before {
  content: "\e906";
}

.icon-vacancies-ico-hover:before {
  content: "\e908";
}

.icon-insr-types-ico-hover:before {
  content: "\e909";
}

.icon-team-ico-hover:before {
  content: "\e90a";
}

.icon-eti-ico-hover:before {
  content: "\e90b";
}

.icon-accounting-ico-hover:before {
  content: "\e90c";
}

.icon-shares-ico-hover:before {
  content: "\e90d";
}

.icon-company-history-ico-hover:before {
  content: "\e90e";
}

.icon-event-sc:before {
  content: "\e90f";
}

.icon-opt-ann-sc:before {
  content: "\e910";
}

.icon-tr-russia-sc:before {
  content: "\e911";
}

.icon-standart-plus-sc-img:before {
  content: "\e912";
}

.icon-sport-sc-img:before {
  content: "\e913";
}

.icon-optima-sc-img:before {
  content: "\e914";
}

.icon-optima-annual-blue:before {
  content: "\e915";
}

.icon-full-cover-icon-kiwi:before {
  content: "\e916";
}

.icon-basic-cover-icon-kiwi:before {
  content: "\e917";
}

.icon-auto-travel-kiwi:before {
  content: "\e918";
}

.icon-trip-cancel-kiwi:before {
  content: "\e919";
}

.icon-luggauge-kiwi:before {
  content: "\e91a";
}

.icon-med-exp-kiwi:before {
  content: "\e91b";
}

.icon-adv-clients:before {
  content: "\e91c";
}

.icon-adv-a-plus:before {
  content: "\e91d";
}

.icon-adv-24-7:before {
  content: "\e91e";
}

.icon-adv-eti:before {
  content: "\e91f";
}

.icon-trip-cancel:before {
  content: "\e920";
}

.icon-accident:before {
  content: "\e921";
}

.icon-luggage:before {
  content: "\e922";
}

.icon-med-exp:before {
  content: "\e923";
}

.icon-pass-icon:before {
  content: "\e924";
}

.icon-login-icon:before {
  content: "\e925";
} */


/* rotate animation */

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.blue-text {
    background: #1e3c78;
    color: #fff;
    padding: 40px;
    margin: 60px 0 40px;
}

.opas-blue-title {
    font-size: 20pt;
    line-height: 28pt;
    margin: 0 0 30px;
    color: #aab5cc;
}

ul li {
    margin: 0 0 15px;
    position: relative;
    font-weight: 300;
}

ul li:before {
    position: absolute;
    top: 14px;
    left: -30px;
    width: 24px;
    height: 1px;
    background: #000;
}

.blue-title {
    color: #1e3c78;
}

.blue-title,
.yellow-title {
    margin: 0 0 30px;
    font-size: 37px;
    line-height: 45px;
}

table.advantages {
    border-collapse: collapse;
    border-bottom: solid 2px #666;
    margin-bottom: 50px;
}

.advantages th {
    color: #fff;
    background: #00397b;
    font-size: 16px;
    padding: 20px;
}

.advantages td {
    padding: 10px;
    padding-left: 50px;
    border-bottom: 2px dotted #c3cddd;
}

.advantages .yellow {
    padding-left: 10px;
    background: #ede9b6;
}

.advantages tr td:nth-child(2) {
    min-width: 200px;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
}

.advantages td span.check {
    width: 15px;
    height: 15px;
    background: url(./img/check.png) no-repeat;
    display: inline-block;
}

.payment_logo {
    font-size: 10pt;
}

.delivery_conditions {
    clear: both;
    font-size: 80%;
    float: right;
    padding: 20px 0;
}

.jq-selectbox__dropdown ul {
    max-height: 500px;
}

.promo-holder .disabled-promo {
    pointer-events: none;
    background: gainsboro;
}

.promo-holder {
    display: none;
}

.old-price-holder {
    display: none;
}


/* .promo-active { */


/* display:none; */


/* } */

.promo-active label {
    color: #BEB400;
    margin-top: 55px;
    font-size: 22px;
    font-weight: 400;
}


/* дейтпикер на главной */

.ui-datepicker-div {
    z-index: 3;
}

.ui-datepicker {
    padding: .2em .2em 0;
    background-color: white;
    border: 1px solid #c0c0c0;
    padding-right: 10px;
    -moz-box-shadow: 0 0 6px 2px #d8d8d8;
    -webkit-box-shadow: 0 0 6px 2px #d8d8d8;
    box-shadow: 0 0 6px 2px #d8d8d8;
}

.ui-datepicker-title {
    text-align: center;
}

.form__col .form__input.form__input--to,
.form__col .form__input.form__input--from {
    padding-bottom: 0px;
    background-color: white;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    width: 50px;
    height: 20px;
    cursor: pointer;
    top: 8px;
}

.ui-corner-all {
    display: block;
}

.ui-datepicker-prev {
    left: 1rem;
    top: 1rem;
}

.ui-datepicker-next {
    right: 1rem;
    top: 1rem;
}

.ui-corner-all {
    color: #323232;
}

.formError {
    z-index: 90;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}


/******************************* new footer ***************************************/

.block-all-contact-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_logo_erv {
    margin-top: 30px;
    margin-left: 34px;
    display: inline-block;
}

.block-lists-footer p {
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px;
}

.ul-lists-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul-lists-footer .lists-footer-item {
    margin-bottom: 2px;
}

.ul-lists-footer .lists-footer-item a {
    color: #003c78;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
}

.list-icon-footer {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: 84px;
}

.list-icon-footer li {
    margin-right: 15px;
}

.footer-address-contact .list-icon-footer li a {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.footer-address-contact .list-icon-footer li a:before {
    font-size: 33px;
    color: #a0a0a0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.footer-address-contact .list-icon-footer li a:hover:before {
    color: rgba(111, 179, 213, 1);
}

.footer-address-contact .list-icon-footer li a:hover:before {
    color: rgba(111, 179, 213, 1);
}

.footer-address-contact p {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    font-weight: 400;
    letter-spacing: .025em;
}

.footer-address-contact p a {
    font-size: 12px;
    line-height: 16px;
    color: #003c78;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .025em;
}

.wrapper-info-footer {
    display: flex;
    margin-top: 35px;
}

.block-copy-footer p {
    color: #a0a0a0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .025em;
}

.block-all-contact-footer .all-contanct-elements:nth-child(2) {
    padding-left: 59px;
}

.select2-selection.select2-selection--single {
    background-image: url(images-in/arrow-select.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.form__input--country {
    color: #323232;
}


/*14.08 media styles for 1024px - 1200px */

@media (min-width: 1024px) and (max-width: 1200px) {
    header .container {
        justify-content: space-around;
    }

    ul.main-menu {
        justify-content: flex-start;
    }

    ul.main-menu:not(.others) {
        padding-left: 0;
        padding-right: 0;
    }

    ul.main-menu li {
        margin-left: 8px;
    }

    header.fixed ul.main-menu:not(.others) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .s-col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        padding: 0 8px;
    }

    .s-col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding: 0 8px;
    }

    .s-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 8px;
    }

    .s-col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        padding: 0 8px;
    }

    .s-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 8px;
    }

    .s-col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding: 0 8px;
    }

    .s-col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding: 0 8px;
    }

    .s-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
        padding: 0 8px;
    }

    .s-col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding: 0 8px;
    }

    .s-col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        padding: 0 8px;
    }

    .s-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 8px;
    }

    .progs__box {
        height: auto;
    }

    .progs__price--text--right {
        font-size: 16px;
    }

    .form__row {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    /* #form_icon:before {
    right: 5px;
    top: 30px;
  } */
    /* #form_icons:before {
    right: 5px;
    top: 30px;
  } */
    .hero__form {
        height: 220px;
    }

    .form__button {
        margin-top: 15px;
    }

    .hero__link {
        height: 220px;
    }

    /*.hero::after {
    height: 867px;
  }*/
    /* .form__label.form_label-icon:after {
    top: 30px;
    left: 5px;
  }

  .form__label {
    position: relative;
  } */
    /* .block_input_country:before {
    margin-top: 8px;

  } */
    /* .block_input_country label {
    top: 0;
  } */
    .section-inform-pdf .fomr-optima {
        float: none;
    }

    .section-inform-pdf .left {
        float: none;
    }

    .block_input_country>input.input_country:focus+label {
        top: -12px;
    }

    .list-icon-footer {
        margin-left: 30px;
    }
}


/* styel cookie */

.cookie-new {
    width: 297px;
    height: 180px;
    background: rgba(190, 180, 0, 0.9);
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 300;
    border-radius: 5px;
    display: none;
}

.cookie-show {
    display: block;
}

.cookie-contents {
    /* width: 840px; */
    margin: 0 auto;
    position: relative;
}

.cookie-contents p {
    margin: 0;
    padding-top: 27px;
    padding-left: 13px;
    padding-right: 30px;
    color: white;
    line-height: 20px;
    font-size: 15px;
}

.cookie-content p a {
    color: #ded97f;
    text-decoration: none;
}

.btn-close-cookie {
    border: none;
    cursor: pointer;
    background: transparent;
    color: #f9f9eb;
    position: absolute;
    top: 6px;
    right: 13px;
    width: 14px;
    height: 21px;
    padding: 0;
}

.btn-close-cookie img {
    width: 100%;
}

.btn-ok-cookie {
    border: none;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 4px 17px;
    position: absolute;
    top: 141px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.btn-ok-cookie:hover,
.btn-ok-cookie:active {
    border: none;
    cursor: pointer;
    background: #ffffff;
    color: #beb400;
    border: 1px solid #ffffff;
}

#header-box {
    left: 0;
    position: static;
    top: 0;
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
}


/* edn styel cookie */


/* validate styles */

.response-block {
    padding: 50px;
    border: 2px solid #beb300;
    display: none;
}

.response-block a {
    padding: 0px;
}


/* .feedback-form-block .inputError {
  border: 2px solid red;
}


.feedback-form-block .inputError  + .error-holder {
  display: block;
}

.feedback-form-block .error-holder label.error {
  position: absolute;
  top: 65px;
  left: 0px;
  border: none;
  color: red;
}

.feedback-form-block textarea + .error-holder label.error {
  position: absolute;
  top: 163px;
  left: 0px;
  border: none;
  color: red;
}

.form-inputs-block .error-holder label {
  width:100%;
} */


/* #erv-feedback-form .form-inputs-block input.error, #textarea-feedback.error {
  border: 2px solid red;
} */


/********************** new-event 12.09.2019 *****************************/

.block-title-events h1 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.block-title-events p {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 28px;
    line-height: 33px;
    font-weight: 300;
}

.block-event-link {
    margin-top: -61px;
    margin-left: 83px;
}

.partners-text-erv {
    margin-top: 33px;
    margin-left: 104px;
}

.partners-text-erv p {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.programss-info-block h5 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.programss-info-block .block_lists_item-li {
    list-style: none;
    padding: 0;
    padding-left: 63px;
    margin-top: 12px;
}

.programss-info-block .block_lists_item-li .block_li-item {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    margin-bottom: 12px;
}

.programss-info-block .block_lists_item-li .block_li-item:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -28px;
    width: 10px;
    height: 10px;
    background: #beb300;
}

.programss-info-block {
    margin-top: 66px;
}

a.quest-event-link {
    position: relative;
    width: 368px;
    height: 90px;
    color: #003c78;
    font-family: "neo-sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    border: 2px solid #cbe3f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-top: 14px;
    padding-left: 104px;
    display: flex;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

a.quest-event-link:hover {
    -webkit-box-shadow: 0px 0px 12px 5px #E0E0E0;
    box-shadow: 0px 0px 12px 5px #E0E0E0;
}

a.quest-event-link:before {
    position: absolute;
    top: 16px;
    left: 20px;
    content: url('img/quest-events.png');
}

.block-quests-event {
    margin-top: 79px;
    margin-left: 84px;
}

.block-text_event_insurance {
    position: relative;
    border: 1px solid #ebebeb;
    padding-top: 12px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    margin-top: 24px;
}

.block-text_event_insurance:before {
    position: absolute;
    top: 27px;
    right: 19px;
    content: url('img/family-event.png');
}

.block-text_event_insurance h6 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.block-text_event_insurance p {
    margin-left: 30px;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 12px;
}

.block-text_event_insurance p span {
    font-weight: 400;
}

.section-issue {
    margin-top: 61px;
}

.elements-text-events h6 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.elements-text-events {
    margin-left: 95px;
    width: 462px;
}

.elements-text-events p {
    margin-bottom: 10px;
}

.wrapper-elements-events {
    display: flex;
}

.elements-text-events:nth-child(2) {
    margin-left: 19px;
}

.elements-text-events.m-events {
    margin-top: 47px;
    width: 558px;
}

.elements-franchise-block {
    border: 1px solid #ebebeb;
    padding: 20px;
    width: 368px;
    height: 140px;
    margin-top: 98px;
    margin-left: 20px;
    padding-top: 11px;
    padding-left: 14px;
}

.elements-franchise-block p {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.elements-franchise-block p span {
    font-weight: 400;
}

.events-comments-block {
    width: 945px;
    background: #003c78;
    padding-top: 20px;
    padding-left: 100px;
    padding-bottom: 25px;
    padding-right: 40px;
    margin-top: 20px;
    margin-left: 96px;
}

.events-comments-block p {
    position: relative;
    color: white;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 7px;
}

.events-comments-block p span {
    font-weight: 400;
}

.events-comments-block p:before {
    position: absolute;
    top: 4px;
    left: -73px;
    content: url('img/icon-atan.png');
}

.about-date-block {
    margin-top: 61px;
    width: 946px;
    margin-left: 96px;
}

.about-date-block h6 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.about-date-block p {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 22px;
}

.section-all-programs {
    position: relative;
    background: #f5f5f5;
    margin-top: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comp-all-programs {
    width: 100%;
    display: inline-flex;
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}

.section-all-programs:before {
    content: '';
    position: absolute;
    top: -40px;
    left: -30px;
    background: #f5f5f5;
    width: 30px;
    height: 200px;
}

.section-all-programs:after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    background: #f5f5f5;
    width: 30px;
    height: 100%;
}

.top_title-hed {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 100;
    width: 230px;
    height: 40px;
    background: #f5f5f5;
}

.treangs-tops:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
}

.top_title-hed h6 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
    padding-left: 10px;
}

.cards_info-programs:before {
    position: absolute;
    top: 4px;
    right: -4px;
    z-index: 0;
    font-size: 123px;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.icon-049-annual-lg.cards_info-programs:before {
    right: 14px;
}

.cards_info-programs h6 {
    color: rgba(51, 51, 51, 0.80);
    font-size: 24px;
    font-weight: 300;
    position: relative;
    z-index: 10;
}

.cards_info-programs:hover {
    background: #fff;
}

.cards_info-programs {
    background: #ebebeb;
    padding: 15px;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border-radius: 10px;
    margin-right: 15px;
    transition: 0.2s ease-in-out;
    display: inline-block;
    width: 180px;
    height: 130px;
}

.cards_info-programs:hover:before {
    color: #ebebeb;
}

.wrapper-events-warning h4 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.wrapper-events-warning .lists-pdf-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.wrapper-events-warning .lists-pdf-items li a {
    width: 178px;
    height: 174px;
    display: inline-block;
    border: 2px solid #e5f1f8;
    border-radius: 8px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-right: 14px;
}

.wrapper-events-warning .lists-pdf-items li a span {
    color: #003c78;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2px;
}

.wrapper-events-warning .lists-pdf-items li a img {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 49px;
}

.wrapper-events-warning .lists-pdf-items li a:hover {
    background: #e5f1f8;
}

.p-comments {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
}

.wrapper-events-warning {
    width: 945px;
    margin-top: 36px;
    margin-left: 96px;
}

.section-all-programs.events-porgrams-section {
    margin-top: 68px;
}

.trip_cancell_block {
    background-position: right !important;
    background-repeat: no-repeat !important;
}


/******************* #new-grids-products  25.09.2019 ***************/

#new-grids-products {
    width: 100%;
    position: relative;
}

.wrapper-progs-four-block {
    display: flex;
    align-items: flex-end;
}

#new-grids-products .ins-bl-common {
    width: 32.5%;
    margin: 0 1.25% 1.25% 0;
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(1) {
    float: unser;
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(3) {
    margin-right: 0;
    /* height: 200px; */
    float: unser;
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(2) {
    /* height: 200px; */
    float: unser;
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(3) .ins-bl-header {
    font-size: 21px;
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(3) .ins-bl-txt {
    font-size: 16px;
}

.progs-head-h5 {
    position: absolute;
    top: 0;
    right: 525px;
    font-size: 18px;
    font-weight: 400;
}


/* sale policy online-insurance-of-tourists  30.09.2019 */

.inputinfowrap .select2-container--default .select2-selection--multiple {
    border: 2px solid #EBEBEB;
    height: 58px;
    padding: 8px;
}

.inputinfowrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    margin: 0;
    padding: 8px 38px 8px 8px;
    line-height: 22px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.inputinfowrap .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.inputinfowrap .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /*line-height: 42px;*/
    /*padding-left: 8px;*/
    margin: 0;
    padding: 0;
}


/* end sale policy online-insurance-of-tourists  */

.section-tabl table tbody tr th i {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.section-tabl table tbody tr th i:before {
    padding-left: 19px;
}

.gtwrap i {
    position: relative;
    height: 15px;
}

.block-prices-info p span {
    font-weight: normal;
}

.gtwrap i:before {
    position: absolute;
    top: 0;
    left: -42px;
}

.cancel-modal ul.squared {
    list-style: none;
}

.cancel-modal ul.squared li {
    position: relative;
}

.cancel-modal ul.squared li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c9b100;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -17px;
}

.cancel-modal.modal.fade {
    background: #fff;
}


/* data-force="tt4" */


/* cancel-modal 01-10-2019 */

.cancel-modal {
    width: 750px;
    padding: 25px;
    margin: 140px auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.cancel-modal .modal-dialog.modal-lg {
    width: 650px;
    margin: 50px auto;
}

.cancel-modal h4 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.cancel-modal .squared li {
    line-height: 22px;
}

.cancel-modal .close {
    position: absolute;
    top: -52px;
    right: -9px;
    font-size: 40px;
    font-weight: 400;
}

i.infotip i {
    display: inline-block;
    width: 15px;
}


/* style for main pages 01.10.2019 */

#input-main-wrapp .select2-container--default .select2-selection--multiple {
    height: 56px;
    border: none;
    color: black;
    padding: 8px 8px 8px 56px;
}

#input-main-wrapp select {
    color: black;
}

#input-main-wrapp .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /* line-height: 42px;
  padding-left: 45px;*/
    margin: 0;
    padding: 0;
}

#input-main-wrapp .select2-container--default .select2-selection--multiple .select2-selection__choice {
    /* border: none;
  background: transparent;*/
    border: none;
    margin: 0;
    padding: 8px 38px 8px 8px;
    line-height: 22px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

#input-main-wrapp .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

#input-main-wrapp .select2-container--focus {
    border-radius: 4px;
    box-shadow: 0 0 0 2px #ded980;
}


/* products optima */

#product-country-wrapp .select2-container--default .select2-selection--multiple {
    border: none;
}

#product-country-wrapp .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 42px;
    padding-left: 40px;
}

#product-country-wrapp .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    background: transparent;
}

#product-country-wrapp .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
}


/* 02.10.2019 */

.inputwrap.mod-inputwrap {
    position: relative;
    margin-top: 20px;
}

.inputwrap.mod-inputwrap .lable_optima-text {
    top: 11px;
    left: 60px;
    margin: 0px;
}

.block_input_country:before {
    position: absolute;
    z-index: 100;
    top: 5px;
    left: 8px;
    margin: 0;
    font-size: 25px;
}

.inputwrap.mod-inputwrap .lable_optima-text.focused-labels {
    top: -17px;
    left: 2px;
    margin: 0px;
    font-size: 12px;
    /* transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all; */
}


/* 03,10,2019 */

.block-items-cards.icon-058-drugs {
    min-height: 205px;
}

.block-table-rzd .lists-pdf-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-table-rzd .lists-pdf-items li a {
    width: 177px;
    height: 153px;
    display: inline-block;
    border: 2px solid #e5f1f8;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
    margin-right: 15px;
}

.block-table-rzd .lists-pdf-items li a span {
    color: #003c78;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
}

.block-table-rzd .lists-pdf-items li a img {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 49px;
}

.block-table-rzd .lists-pdf-items li a span {
    color: #003c78;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
}

.block-table-rzd .lists-pdf-items li a:hover {
    background: #e5f1f8;
}

.block-table-rzd .left h4 {
    margin-bottom: 20px;
}


/* style-collaboration 16:40 07.08.2019 */

.block-collaboration-title h1 {
    color: #beb400;
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    font-family: "neo-sans", sans-serif;
    margin-top: 60px;
    margin-bottom: 12px;
}

.block-collaboration-title p {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    font-family: "neo-sans", sans-serif;
}

#collaboration-slider {
    margin-top: 27px;
    margin-left: 28px;
}

#collaboration-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ebebeb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#collaboration-slider .slick-dots li button:before {
    font-size: 0;
    color: transparent;
    opacity: 0;
}

#collaboration-slider .slick-dots {
    bottom: -51px;
    left: -20px;
}

#collaboration-slider .slick-dots li {
    margin: 0;
    width: 15px;
}

#collaboration-slider .slick-dots li.slick-active button {
    background: #a0a0a0;
}

.section-tabs-collaboration {
    margin-top: 72px;
    margin-bottom: 72px;
}

.section-tabs-collaboration h2 {
    color: #003c78;
    font-family: "neo-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    margin: 0 -8px;
}

.nav-tabs>li {
    float: none;
    margin-bottom: 0;
    flex: 0 1 33.33%;
    max-width: 33.33%;
    padding: 0 8px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 2px solid #ebebeb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 2px solid #ebebeb;
    height: 100%;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: unset;
}

.nav-tabs>li>a:hover {
    border-color: #ebebeb #ebebeb #ebebeb;
}

.nav-tabs>li>a {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.list-item-collaboration.active .items-collaboration {
    border: 2px solid #beb400;
}

.items-collaboration {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}


/* .items-collaboration:hover */

.list-item-collaboration .items-collaboration:hover {
    border: 2px solid #e6e299;
}

.items-collaboration:hover::before {
    border-top: 13px solid #e6e299;
}


/*end .items-collaboration:hover */


/* style-collaboration 16:40 07.08.2019 */

.block-collaboration-title h1 {
    color: #beb400;
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    font-family: "neo-sans", sans-serif;
    margin-top: 60px;
    margin-bottom: 12px;
}

.block-collaboration-title p {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    font-family: "neo-sans", sans-serif;
}

#collaboration-slider {
    margin-top: 27px;
    margin-left: 28px;
}

#collaboration-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ebebeb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#collaboration-slider .slick-dots li button:before {
    font-size: 0;
    color: transparent;
    opacity: 0;
}

#collaboration-slider .slick-dots {
    bottom: -51px;
    left: -20px;
}

#collaboration-slider .slick-dots li {
    margin: 0;
    width: 15px;
}

#collaboration-slider .slick-dots li.slick-active button {
    background: #a0a0a0;
}

.section-tabs-collaboration {
    margin-top: 72px;
    margin-bottom: 72px;
}

.section-tabs-collaboration h2 {
    color: #003c78;
    font-family: "neo-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
}


/* .nav-tabs>li {
  float: left;
  margin-bottom: 0;
  width: calc(33% - 5px);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: 2px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
} */


/* .nav-tabs>li>a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 2px solid #ebebeb;
  height: 131px;
} */


/* 
.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: unset;
} */


/* .nav-tabs>li>a:hover {
  border-color: #ebebeb #ebebeb #ebebeb;
} */


/* .nav-tabs>li>a {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
} */

.nav-tabs {
    border-bottom: none;
}

.list-item-collaboration.active .items-collaboration {
    border: 2px solid #beb400;
}

.items-collaboration {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}


/* .items-collaboration:hover */

.list-item-collaboration .items-collaboration:hover {
    border: 2px solid #e6e299;
}

.items-collaboration:hover::before {
    border-top: 13px solid #e6e299;
}


/*end .items-collaboration:hover */


/* style-collaboration 16:40 07.08.2019 */

.block-collaboration-title h1 {
    color: #beb400;
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    font-family: "neo-sans", sans-serif;
    margin-top: 60px;
    margin-bottom: 12px;
}

.block-collaboration-title p {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    font-family: "neo-sans", sans-serif;
}

#collaboration-slider {
    margin-top: 27px;
    margin-left: 28px;
}

#collaboration-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ebebeb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#collaboration-slider .slick-dots li button:before {
    font-size: 0;
    color: transparent;
    opacity: 0;
}

#collaboration-slider .slick-dots {
    bottom: -51px;
    left: -20px;
}

#collaboration-slider .slick-dots li {
    margin: 0;
    width: 15px;
}

#collaboration-slider .slick-dots li.slick-active button {
    background: #a0a0a0;
}

.section-tabs-collaboration {
    margin-top: 72px;
    margin-bottom: 72px;
}

.section-tabs-collaboration h2 {
    color: #003c78;
    font-family: "neo-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: 0;
    width: calc(33% - 5px);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 2px solid #ebebeb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 2px solid #ebebeb;
    height: 131px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: unset;
}

.nav-tabs>li>a:hover {
    border-color: #ebebeb #ebebeb #ebebeb;
}

.nav-tabs>li>a {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.nav-tabs {
    border-bottom: none;
}

.list-item-collaboration.active .items-collaboration {
    border: 2px solid #beb400;
}

.list-item-collaboration.active .items-collaboration {
    border: 2px solid #beb400;
    background: transparent;
}

.items-collaboration {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}


/* .items-collaboration:hover */

.list-item-collaboration .items-collaboration:hover {
    border: 2px solid #e6e299;
}

.items-collaboration:hover::before {
    border-top: 13px solid #e6e299;
}


/*end .items-collaboration:hover */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 2px solid #beb400;
}

.nav>li>a.items-collaboration {
    padding: 16px 12px 20px 68px;
}

.block_collaboration_tab h3 {
    color: #003c78;
    font-family: "neo-sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 9px;
}

.block_collaboration_tab p {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 14px;
    letter-spacing: .015em;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
}


/*#menu-tabs-collaboration .list-item-collaboration {
  margin-right: 12px;
}

#menu-tabs-collaboration .list-item-collaboration:last-child {
  margin-right: 0;
}*/

.check-circle {
    position: absolute;
    top: 11px;
    left: 11px;
    width: 33px;
    height: 33px;
    border: 3px solid #ebebeb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.active.list-item-collaboration .check-circle {
    border: 3px solid transparent;
}

.active.list-item-collaboration .check-circle:before {
    content: url('img/checkbox-checked.png');
    position: absolute;
    top: -3px;
    left: -2px;
}

.items-collaboration {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: 94% !important;
    background-size: inherit !important;
}

.list-item-collaboration.active .items-collaboration::before {
    content: '';
    position: absolute;
    right: -13px;
    bottom: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #beb400;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.items-collaboration::before {
    content: '';
    position: absolute;
    right: -13px;
    bottom: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #ebebeb;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.list-item-collaboration.active .items-collaboration::after {
    content: '';
    position: absolute;
    right: -16px;
    bottom: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.items-collaboration::after {
    content: '';
    position: absolute;
    right: -16px;
    bottom: -15px;
    border: 13px solid transparent;
    border-top: 12px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.wrapper-agents-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
}

.agents-items-contents-block {
    border: 1px solid #ebebeb;
    margin-right: 16px;
    margin-bottom: 20px;
    width: calc(33% - 8px);
    display: flex;
}

.agents-items-contents-block:nth-child(3n) {
    margin-right: 0;
}

.left-blok-icon {
    width: 106px;
    height: 102px;
    background: #ebebeb;
    margin-right: 10px;
    position: relative;
    flex: 0 0 auto;
}

.block-text-agents {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-text-agents p {
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: black;
    font-weight: 300;
    margin-bottom: 6px;
}

.block-text-agents p a {
    font-weight: 400;
}

.icons-agents {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contract-tabs-contents {
    margin-left: 15px;
    margin-top: 2px;
}

.contract-tabs-contents h5 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
}

.items-contract {
    list-style-type: none;
}

.stages-contract-lists li.items-contract::before {
    counter-increment: list;
    content: counter(list) " ";
    color: #beb400;
    font-family: "neo-sans", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 81px;
    background: unset;
    top: -26px;
    left: -38px;
    position: absolute;
    width: 0;
    height: 0;
}

.stages-contract-lists {
    counter-reset: list 0;
    margin-top: 32px;
    padding-left: 37px;
}

.items-contract {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.items-contract p {
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: black;
    font-weight: 300;
    margin-bottom: 0;
}

.items-contract p a {
    color: #1e3c78;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.items-contract span {
    color: #a0a0a0;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.items-contract h6 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 18px;
    margin-left: 25px;
}

.items-contract ul li {
    list-style: none;
    margin-left: 24px;
    margin-top: 3px;
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
}

.items-contract ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -15px;
    width: 7px;
    height: 7px;
    background: #bbb30d;
}

.stages-contract-lists .items-contract:nth-child(2) {
    margin-bottom: 29px;
}

.stages-contract-lists .items-contract:nth-child(3) {
    margin-bottom: 37px;
}

.stages-contract-lists .items-contract:nth-child(4) {
    margin-bottom: 39px;
}

.block-btn-collaboration-contact {
    margin-top: 57px;
    margin-left: 38px;
}

.coloboration__row-right {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.coloboration__col-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
    position: relative;
}

a.btn-contact-collaboration {
    width: 271px;
    height: auto;
    color: white;
    font-family: "neo-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 56px;
    display: inline-block;
    background: #bbb30d;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

a.btn-contact-collaboration:hover {
    background: #8a8300;
}

a.btn-pdf-files {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    border: 2px solid #e5f1f8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #003b78;
    font-family: "neo-sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    /* display: inline-block; */
    padding-left: 70px;
    /* line-height: 56px; */
    line-height: 21px;
    margin-right: 16px;
    margin-bottom: 21px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

a.btn-pdf-files:hover {
    background-color: #E4F0F8;
    border: 2px solid #E4F0F8;
}

.contract-tabs-contents.contact-left-block {
    margin-left: 4px;
}

.contact-block-content-document {
    margin-top: 26px;
    position: relative;
}

.contact-block-content-document::after {
    content: '';
    display: table;
    clear: both;
}

.border-left-blocl-cool {
    position: relative;
}

.border-left-blocl-cool:before {
    content: '';
    position: absolute;
    top: -66px;
    left: -12px;
    border-left: 1px dotted #a0a0a0;
    width: 1px;
    height: 474px;
}

.btn-pdf-files:before {
    font-size: 40px;
    position: absolute;
    /* top: 1px; */
    left: 13px;
    color: #80add0;
}

a.btn-inputs-contacts {
    width: 100%;
    height: 56px;
    background: #1e3c78;
    color: #fff;
    font-size: 20px;
    font-family: "neo-sans", sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 12px;
    line-height: 56px;
    margin-bottom: 93px;
    position: relative;
    top: 4px;
    transition: .2s;
}


/*.btn-inputs-contacts::before {
  content: url('images/enter.png');
  position: absolute;
  top: -6px;
  left: 43px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.btn-inputs-contacts.btn-iframe-contents::before{
  content: unset;
}*/

.btn-inputs-contacts:hover {
    background: #264d9c;
}

.btn-inputs-contacts__img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.contacts-comments {
    width: 240px;
    position: absolute;
    top: 82px;
    left: 16px;
    color: #a0a0a0;
    font-family: "neo-sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.data-element-contnents h6 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.phone-data,
.email-data {
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

a.email-data {
    color: #003c78;
    text-decoration: none;
}

a.phone-data {
    color: #333;
    text-decoration: none;
}

.data-element-contnents {
    display: flex;
    margin-bottom: 28px;
}

.contents-phone-email {
    display: flex;
    flex-direction: column;
}

.contents-title-data {
    width: 50%;
    line-height: 24px;
}

.wrapper-data-elements {
    margin-top: 44px;
    position: relative;
    clear: both;
}

.wrapper-data-elements::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    border-left: 1px dotted #a0a0a0;
    width: 1px;
    height: 262px;
}

#form-collaboration h3 {
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 60px;
}

.label-email-text {
    width: 360px;
    border-bottom: 2px solid #a0a0a0;
    position: relative;
}

.label-email-text::before {
    content: url('img/mail.png');
    position: absolute;
    top: 3px;
    left: 14px;
}

.label-email-text input {
    width: 100%;
    padding-left: 65px;
    color: #a0a0a0;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 16px;
}

.input-wrapp-collaboration input {
    border: none;
}

.label-them-email {
    width: 744px;
    border-bottom: 2px solid #a0a0a0;
}

.input-wrapp-collaboration {
    margin-bottom: 54px;
    display: inline-block;
    width: 100%;
}

.label-them-email input {
    width: 100%;
    color: #a0a0a0;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
    padding-left: 10px;
}

#collaboration-textarea {
    width: 100%;
    height: 96px;
    border: none;
    border-bottom: 2px solid #a0a0a0;
    background: transparent;
    color: #a0a0a0;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-left: 10px;
}

#collaboration-textarea:focus {
    outline: none;
}

.btn-submite-collaboration {
    width: 176px;
    height: 57px;
    background: #bbb30d;
    color: #fff;
    font-family: "neo-sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    float: right;
}

.btn-submite-collaboration:hover {
    background: #8a8300;
}

#form-collaboration .input-wrapp-collaboration:nth-child(4) {
    margin-bottom: 29px;
}

.block-stages-contract.block-iframe-stages .items-contract {
    margin-bottom: 39px;
}

.block-stages-contract.block-iframe-stages .stages-contract-lists .items-contract:nth-child(2) {
    margin-bottom: 27px;
}

.block-stages-contract.block-iframe-stages .block-btn-collaboration-contact {
    margin-top: 0;
}

.block-stages-contract.block-iframe-stages .stages-contract-lists {
    margin-bottom: 0;
}

.block-stages-contract.block-iframe-stages .items-contract:last-child {
    margin-bottom: 29px;
}


/*.btn-inputs-contacts.btn-iframe-contents {
  padding-left: 30px;
}*/

.wrapper-data-elements.wrapper-iframe-collaboration {
    margin-top: 46px;
}

.wrapper-data-elements.wrapper-iframe-collaboration .data-element-contnents h6 {
    line-height: 25px;
}

.wrapper-data-elements.wrapper-iframe-collaboration .contents-title-data span {
    line-height: 24px;
}

#menu1 .contact-block-content-document.border-left-blocl-cool::before {
    height: 305px;
}

.wrapper-data-elements.wrapper-iframe-collaboration::before {
    height: 358px;
}

#menu2 .contact-block-content-document.border-left-blocl-cool::before {
    height: 154px;
}

.partnership-txt {
    padding: 0 0 40px;
}

.partnership-txt__ttl {
    color: #78A7CD;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 32px;
}

.partnership-txt__subttl {
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 24px;
}

ul.list-square {
    margin: 0;
    padding: 0 0 16px 28px;
    list-style: none;
    font-size: 18px;
    line-height: 24px;
}

ul.list-square>li {
    margin: 0 0 12px;
    position: relative;
    padding-left: 20px;
}

ul.list-square>li:last-child {
    margin: 0;
}

ul.list-square>li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #BEB400;
}

ul.list-square>li>ol {
    margin: 0;
    padding: 8px 0 16px 24px;
}

ul.list-square>li>ol>li {
    margin: 0 0 8px;
}

ol.list-num {
    margin: 0 0 16px;
    padding: 0 0 0 24px;
    list-style: none;
    counter-reset: list;
    font-size: 18px;
    line-height: 24px;
}

ol.list-num li {
    margin: 0 0 8px;
    position: relative;
    padding-left: 24px;
}

ol.list-num li:last-child {
    margin: 0;
}

ol.list-num li:before {
    content: counter(list) ".";
    counter-increment: list;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    height: auto;
}

ul.list-square a,
ol.list-num a {
    font-weight: 400;
}


/* 404 04.10.2019*/

.section-error {
    width: 100%;
    height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wrapper-head-errors {
    padding-left: 130px;
    width: 1200px;
    margin: 0 auto;
}

.block-contents-error h1 {
    color: #beb400;
    font-family: "neo-sans", sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 120px;
}

.block-contents-error span {
    color: #beb400;
    font-family: "neo-sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.wrapper-head-errors {
    display: flex;
    margin-top: 37px;
}

.p-error {
    font-family: "neo-sans", sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #333;
    font-weight: 300;
}

.p-error span {
    color: #1e3c78;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.block-link_error p {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-family: "neo-sans", sans-serif;
    font-weight: 300;
}

.block-link_error p a {
    color: #1e3c78;
    font-family: "neo-sans", sans-serif;
    font-weight: 400;
}

.block-contents-error:last-child {
    padding-left: 40px;
}

.wrapper-errors-link {
    padding-top: 161px;
    margin-bottom: 70px;
    display: flex;
    margin: 0 auto;
    width: 880px;
    align-items: center;
    justify-content: space-between;
}

.btn-erv-error::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #a5a5a5;
    font-size: 47px;
    width: 80px;
    height: 80px;
    background: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.wrapper-errors-link .btn-erv-error {
    position: relative;
    width: 270px;
    height: 80px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: flex;
    align-items: center;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.wrapper-errors-link .btn-erv-error span {
    color: #1e3c78;
    font-family: "neo-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
}

.btn-erv-error:hover::before {
    background: #e4f0f8;
    color: #93bbd9;
}

.icon-blank {
    position: relative;
}

.icons-errors-svg {
    position: relative;
    width: 79px;
    height: 80px;
    background: #ebebeb;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.btn-erv-error:hover .icons-errors-svg {
    background: #e4f0f8;
}

.svg-gray-icon,
.svg-blue-icon {
    width: 55px;
    height: 55px;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 28px);
    opacity: 1;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.btn-erv-error:hover .icons-errors-svg .svg-gray-icon {
    opacity: 0;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.eti-list {
    padding-left: 0;
    list-style: none;
}

.eti-list>li {
    margin-bottom: 16px;
}

.eti-list>li>p {
    margin: 0;
}

.eti-list {
    padding-left: 0;
    list-style: none;
}

.eti-list>li {
    margin-bottom: 16px;
}

.eti-list>li>p {
    margin: 0;
}


/* -----end 404 -------------------- */

@media screen and (max-width:1200px) {
    a.btn-inputs-contacts {
        font-size: 14px;
    }

    /* 07.10.2019 */
    #bg-color-mod a {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: bottom !important;
    }

    ul.breadcrumbs {
        padding: 0 14px;
    }
}


/*-- preload hover images (homepage)--*/

.calc__link__img::before {
    display: none;
    content: url(/local/templates/erv_new/img/main_page/SVG/ins-case-gold.svg);
}

.img__box:after {
    display: none;
    content: url(/local/templates/erv_new/img/main_page/SVG/tour-agent-hover.svg) url(/local/templates/erv_new/img/main_page/SVG/iframe-hover.svg) url(/local/templates/erv_new/img/main_page/SVG/api-hover.svg);
}


/* renew /products index page */

.wrapper-progs-four-block {
    display: flex;
    align-items: unset;
}

#new-grids-products .ins-bl-common.bd-radius.cans-trip-prog {
    width: 100%;
    margin-bottom: 0;
}

.test-block-wrapper-one {
    width: 34.3%;
    margin-right: 15px;
}


/****************** fixid test-block-wrapper for ms-ege ********************/


/* .test-block-wrapper {
   width: 70%;
   height: auto;
   position: relative;
   display: flex;
   align-items:flex-end;
} */

.test-block-wrapper {
    width: 70%;
    height: auto;
    position: relative;
    /* display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align:end;
       -ms-flex-align:end;
           align-items:flex-end; */
}

#height-ev.ins-bl-common.bd-radius.short-ev-prog.erv-s-mright-null {
    width: calc(50% - 7px);
    float: left;
    margin-right: 7px;
    height: 235px;
}

#bg-color-mod {
    width: calc(50% - 7px) !important;
    height: 235px !important;
    margin: 0;
    /* margin-left: 7px !important; */
}

@media screen and (max-width: 1220px) {
    #height-ev.ins-bl-common.bd-radius.short-ev-prog.erv-s-mright-null {
        margin-bottom: 0;
        height: 255px;
    }

    #new-grids-products #bg-color-mod {
        height: 255px !important;
    }
}


/******* edn fixid test-block-wrapper for ms-ege **********/


/* #height-ev.ins-bl-common.bd-radius.short-ev-prog.erv-s-mright-null {
   width: 50%;
   height: 100%;
   margin-top: 16px;
   margin-bottom: 0;
   margin-right: 15px;
  
} */

#bg-color-mod:hover {
    /* background-color: #78A7CD; */
    background-color: #78A7CD;
    background-image: url(./img/progs/opt-ann-sc-hover.png);
    background-repeat: no-repeat;
}

#bg-color-mod .pr {
    font-size: 1.34em;
    font-weight: 400;
    display: inline-block;
}

#new-grids-products #bg-color-mod {
    margin-right: 0;
}

#bg-color-mod {
    /* width: 50% !important;
   height: 100%!important;
   margin-top: 18px !important;
   margin-bottom: 0 !important; */
    /* width: 50%; */
    height: 100%;
    /* margin-top: 16px; */
    margin-bottom: 0;
    /* margin-right: 15px; */
}

#bg-color-mod:hover {
    background-color: #78A7CD;
}

#bg-color-mod .pr {
    font-size: 48px;
    font-weight: 400;
    display: inline-block;
}

#new-grids-products #bg-color-mod {
    margin-right: 0;
}

#bg-color-mod {
    /* width: 50% !important; */
    /* height: 100%!important; */
    /* margin-top: 18px !important; */
    margin-bottom: 0 !important;
    background: #003C78;
    background: #003C78 url(./img/progs/opt-ann-sc.png) no-repeat 84.04% 50% / 48.11%;
}

.test-block-wrapper h5 {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 940px) {
    .short-ev-prog.ins-bl-txt {
        font-size: 15px;
    }
}

.btn-erv-inform {
    width: 368px;
    height: 80px;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #94bcda;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #1e3c78;
    /* font-family: NeoSansPro; */
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    box-sizing: border-box;
    position: relative;
    padding-left: 90px;
    padding-top: 23px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-box-shadow: 0px 3px 5px 3px rgba(204, 204, 204, 0.95);
    box-shadow: 0px 3px 5px 3px rgba(204, 204, 204, 0.95);
}

.btn-erv-inform:before {
    content: url(img/cvests.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 78px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    background: #e4f0f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-important-square .square_important {
    margin-right: 15px;
}


/**************** style data-picer 14.11.2019 ***************/

.ui-datepicker-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#input-main-wrapp .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    line-height: 40px;
}


/* 29.11.2019 */

.block-img_pdf>span {
    display: inline-table;
}


/********************** 01.12.2019 **********************/

#ui-datepicker-div {
    z-index: 9999 !important;
}


/* ***************************************************** */


/*************************** 06.12.2019 ******************/

body {
    overflow-x: hidden;
}

.last-mt {
    margin-top: 25px;
}

.textarea_block {
    display: none;
}


/******************** adaptive cookie 18.12.2019 *********************/

@media screen and (max-width: 480px) {
    .cookie-content {
        width: 480px;
    }

    .cookie-new {
        height: auto;
        display: block;
    }

    .btn-ok-cookie {
        margin-top: 10px;
        top: 152px;
    }

    .cookie-content p {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .btn-close-cookie {
        top: 7px;
        right: 30px;
    }
}

@media screen and (max-width: 425px) {
    .cookie-content {
        width: 425px;
    }
}

@media screen and (max-width: 375px) {
    .cookie-content {
        width: 375px;
    }

    .cookie-content p {
        padding-bottom: 70px;
    }

    .btn-ok-cookie {
        top: 183px;
    }
}

/* modal 18/02/2020 */
#modal-three-cancel {
    overflow: hidden;
}

/* 26-02-2020 */

#h1_coop_form {
    color: #beb400;
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    font-family: "neo-sans", sans-serif;
    margin-top: 60px;
    margin-bottom: 12px;   
}
.list-item-collaboration .items-collaboration {
    position: relative;
}
.list-item-collaboration .items-collaboration img {
    position: absolute;
    top: 26px;
    left: 278px;
    width: 71px;
    z-index: -1;
}