.b-inner-img.main__about {
    display: flex;
    flex-direction: column;
    width: 44%;
    padding: 0 0 0 46px
}
 
.block-items-cards.parachutist-icon::before{
	content: '';
	width: 160px;
	height: 160px;
	background-image: url(img/parachutist.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.main__about .about__wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    border-top: 2px solid #bcb880;
    border-bottom: 2px solid #bcb880
}

.main__about .about__wrap::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 110%;
    top: -5px;
    right: 0;
    background-color: #fff;
    z-index: 0
}

.main__about--hide {
    display: none;
}

.about__title-link {
    display: block;
    margin-bottom: 28px
}

.about__title {
    color: #003c78;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

.about__title:hover {
    color: #78a6cc
}

.about__text {
    font-size: 56px;
    color: #787000;
    line-height: 1.143;
    margin: 57px 0 0;
    z-index: 1
}

.about__subtext {
    font-size: 32px;
    font-weight: 300;
    color: #0b0b0b;
    line-height: 1.143;
    z-index: 1;
    margin: 19px 0 0
}

.about__button {
    width: 184px;
    height: 55px;
    color: #fff;
    background-color: #78a7cd;
    border-radius: 5px;
    font-size: 23px;
    margin: 32px 0 41px;
    border: none;
    text-align: center;
    line-height: 55px;
    transition: .2s
}

.about__button:hover {
    background-color: #94bcda;
    color: #fff
}

.section-unfortunate {
    display: inline-block
}

.block-big {
    width: calc(100% - 370px);
    float: left
}

.h1-block_big {
    color: #333;
    font: 400 56px/64px Neo-Sans-Pro;
    margin-bottom: 25px
}

.p-block_big {
    color: #333;
    font: 300 28px/32px Neo-Sans-Pro;
    margin-bottom: 40px
}

.block_lists_item-li {
    list-style: none;
    margin: 0 0 30px 32px;
    padding: 0
}

.block_li-item:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #beb300
}

.block_content-programm {
    width: 370px;
    height: auto;
    background: #f5f5f5;
    float: right;
    padding: 25px 20px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.items-content_programm h6 {
    color: #333;
    font: 300 18px/24px Neo-Sans-Pro
}

.menu-right_block-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-right_block {
    margin-top: 20px
}

a.list-items_link {
    position: relative;
    color: #333;
    font: 400 24px/50px Neo-Sans-Pro;
    text-decoration: none;
    width: 100%;
    padding-left: 10px;
    background: #ebebeb;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out
}

a.list-items_link i:before {
    position: absolute;
    right: 10px;
    color: #b2b2b2;
    font-size: 30px
}

.block_li-item {
    line-height: 23px
}

a.list-items_link:hover {
    background: #fff
}

.menu-right_block-items li {
    margin: 0 0 15px;
    padding: 0;
    position: relative
}

.menu-right_block-items li:last-child {
    margin-bottom: 0
}

.list-items_link.icon-optima:before {
    position: absolute;
    top: 0;
    right: 10px;
    color: #b2b2b2;
    font-size: 30px;
    background: transparent
}

.list-items_link.icon-annual:before {
    position: absolute;
    top: 0;
    right: 10px;
    color: #b2b2b2;
    font-size: 30px;
    background: transparent
}

.list-items_link.icon-sport:before {
    position: absolute;
    top: 0;
    right: 10px;
    color: #b2b2b2;
    font-size: 30px;
    background: transparent
}

.section-warning .lists-pdf-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.section-warning .lists-pdf-items li a {
    width: 177px;
    height: 153px;
    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: 15px
}

.section-warning .lists-pdf-items li a span {
    color: #003c78;
    font: 500 14px/18px Neo-Sans-Pro;
    text-align: center
}

a span.block-img_pdf {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-warning .lists-pdf-items li a img {
    display: inline-block;
    height: 49px;
    margin-top: 25px;
    margin-bottom: 25px
}

.section-warning .lists-pdf-items li a:hover {
    background: #e5f1f8
}

.block_warning_text h5, .block_warning_text .h5 {
    color: #333;
    font: 400 18px/25px Neo-Sans-Pro;
    margin-bottom: 20px
}

.section-warning {
    margin-bottom: 80px
}

.block-section_stars {
    border: 1px solid #ebebeb;
    padding: 15px 22px;
    position: relative;
    z-index: 4;
    margin-bottom: 40px
}

.block-section_stars h5 {
    color: #333;
    font: 400 18px/24px Neo-Sans-Pro;
    margin-bottom: 20px
}

.block-section_stars p span {
    color: #333;
    font-weight: 400;
    font-family: Neo-Sans-Pro
}

.block-section_stars p {
    margin-left: 35px;
    margin-bottom: 0
}

.block-section_stars:before {
    content: url(images/family.svg);
    position: absolute;
    top: 0;
    top: 25px;
    right: 15px;
    width: 98px;
    height: 85px;
    z-index: -1
}

.block_content-programm.cancell_block {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.block_content-programm.cancell_block img {
    width: 260px;
    height: 200px
}

.block_content-programm.cancell_block h3 {
    color: #a0a0a0;
    font: 400 28px/36px Neo-Sans-Pro;
    text-align: center
}

.inputwrap:not(.check) input[type="checkbox"].usernotpdl+label:before {
    width: 28px;
    height: 28px;
    top: -3px;
    left: 0;
    position: absolute;
    color: #fff;
    z-index: 2;
    border: 2px solid #989898;
    border-radius: 4px;
    text-align: center
}

.inputwrap:not(.check) input[type="checkbox"].usernotpdl+label:after {
    display: none
}

.inputwrap:not(.check) input[type="checkbox"]:checked+label:before {
    border: 2px solid #c9b100;
    background: #c9b100
}

.datepickwrap:before,
.dateage:before {
    position: absolute;
    color: #989898;
    top: 19px;
    right: 15px;
    z-index: 1
}

input[type='text'].dateagepicker {
    background: transparent;
    z-index: 1
}

.gttable {
    margin-bottom: 40px
}

.gttable h2, .gttable .h2 {
    margin: 0
}

.gttable .gttable__headings p {
    padding: 32px 8px 6px;
    line-height: 22px
}

.gttable .gttable__headings p b {
    margin: 0
}

.gttable__flex-col {
    display: flex;
    align-items: center
}

.gttable .row:nth-last-child(2)>div {
    padding-bottom: 8px
}

.gttable .row.gttable__head > div {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #e3d36e;
}

.gttable .row:first-child>div:not(:first-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.gttable .row>div.yellow {
    background: #f9f8e5;
}

.gttable div.lightyellow {
    background: #f9f8e5
}

/* .gttable .row:nth-child(2):hover>div:not(.yellow) {
    background-color: #fff !important
}

.gt_tabs_content .gttable .row:nth-child(2):hover>div.yellow {
    background-color: #F2F0CC !important;
  } */

/* .gttable .row:last-child>div {
    border-top: 2px solid #e3d36e
} */

.gttable .row:last-child p.summ {
    text-align: center
}

.gttable .row:last-child .yellow p.summ {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
    padding-bottom: 0
}

/* .gttable .row:last-child .yellow:after {
    content: 'Выбрано';
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block
} */

.gttable .numberinput {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 13px 0
}

.gttable .numberinput input {
    height: 24px;
    border: none;
    text-align: center;
    display: inline-block;
    width: calc(100% - 48px);
    background: transparent;
    font: 400 17px 'NeoSansPro', sans-serif;
    float: left
}

.gttable .numberinput .minus,
.gttable .numberinput .plus {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    background: #c9b100;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.gttable .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gttable p:not(.h2) {
    font-size: 17px;
    padding: 14px 8px;
    line-height: 24px
}

.gttable .row:first-child label {
    font-size: 18px;
    padding: 14px 8px;
    line-height: 20px;
    cursor: pointer
}

.gttable p b {
    margin-top: 5px;
    display: inline-block
}

.gttable p.padded-left {
    padding-left: 40px
}

.gttable p.padded-left,
.gttable p.padded {
    padding-top: 5px;
    padding-bottom: 5px
}

.gttable p.padded {
    text-align: right;
    padding-left: 25px;
    padding-right: 48px
}

.gttable p.padded-left,
.gttable p.padded,
.gttable p {
    margin-bottom: 0
}

.gttable p i {
    margin: 0 auto 2px;
    display: table
}

.gttable p i:before {
    font-size: 14px
}

.gttable p i.flaticon-check:before {
    color: #c1a900
}

.gttable p i.flaticon-cross:before {
    color: #989898
}

p.summ {
    font-size: 24px;
    padding-top: 18px
}

.gttable p.summ {
    font-weight: 400
}

p.summ span {
    font-size: 18px
}

p.righted {
    text-align: right
}

.gttable p.righted {
    padding-top: 20px
}

.sale-mark {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #003C78;
    color: white;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}

.sale-mark span {
    font-size: 8px;
}

.gt_tabs .sale-mark:before {
    position: absolute;
    z-index: 1;
    bottom: -13%;
    right: -13%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #c9b100;
    content: '';
}

.gt_tabs .active .sale-mark:before {
    position: absolute;
    z-index: 1;
    bottom: -13%;
    right: -13%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: white;
    content: '';
}

.sale-mark:before {
    position: absolute;
    z-index: 1;
    bottom: -13%;
    right: -13%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: white;
    content: '';
}

.yellow .sale-mark:before {
    position: absolute;
    z-index: 1;
    bottom: -13%;
    right: -13%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #c1a900;
    content: '';
}

.sale-mark + input + label {
    width: 50%;
}

.gt_tab .prog ul {
    padding-left: 20px;
    margin-bottom: 40px
}

.gt_tab .prog ul li {
    margin-bottom: 15px;
    line-height: 24px
}

.gt_tab .prog p {
    font-size: 18px
}

p.tip {
    font-size: 14px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.rejectblock {
    width: calc(100% + 70px);
    margin-left: -35px;
    display: inline-block;
    border-bottom: 2px solid #ffc800;
    border-top: 2px solid #ffc800;
    padding: 25px;
    background-size: contain;
    background: no-repeat 130px center;
    margin-bottom: 58px
}

.rejectblock.rejected {
    background-position: center
}

.rejectblock:not(.rejected) .rejectonly {
    display: none
}

.rejectblock.rejected .nrejectonly {
/* _3token_hck_1: */
}

.rejectblock.rejected .rejectcheck,
.rejectblock.rejected .rejectcheck+label {
    opacity: 0;
    visibility: hidden
}

.rejectblock .padded {
    padding: 0 20px
}

.rejectblock .padded p {
    margin-bottom: 10px
}

.rejectblock h2, .rejectblock .h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: -5px;
    color: #000
}

.rejectblock p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0
}

.rejectblock .graywarn p {
    line-height: 1.2;
}

.rejectblock p.summ {
    font-size: 22px;
    line-height: 22px;
    padding-left: 10px;
    color: #c1a900
}

.rejectblock.rejected p.summ {
    background: #c1a900;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    border-radius: 5px
}

.rejectblock p.summ span {
    font-size: 22px
}

.rejectblock ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px
}

.rejectblock ul li {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px
}

.rejectblock ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c9b100;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 20px
}

.rejectblock h3, .rejectblock .h3 {
    color: #000;
    margin-bottom: 20px
}

.graywarn {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #ebebeb;
    padding: 20px;
    margin-bottom: 35px
}

.graywarn.pad {
    padding-left: 40px
}

.graywarn.pad p {
    position: relative
}

.graywarn.pad p span {
    position: absolute;
    left: -20px;
    top: 0
}

.rejectblock .textwrap.mt {
    margin-top: 20px
}

.rejectblock .inputwrap {
    margin-left: 10px
}

.rejectblock .textwrap {
    padding-left: 10px
}

.rejectblock .textwrap .graywarn:last-child {
    margin-bottom: 70px
}

.rejectblock.rejected .textwrap {
    padding-left: 0
}

.rejectblock .inputwrap input[type="checkbox"]+label {
    margin-top: 25px;
    margin-bottom: 25px
}

.rejectblock>.row.slided {
    padding-top: 25px;
    display: none
}

.rejectblock>.row.slided label {
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px
}

.inputwrap.aftered input {
    padding-right: 55px;
    text-align: right
}

.inputwrap.aftered .after {
    position: absolute;
    right: 22px;
    top: calc(50% - 10px)
}

.rejectblock>.row.slided:not(.rejectonly) .padded {
    margin-top: 30px
}

.users {
    margin-bottom: 50px
}

.users h2 {
    margin: 0
}

.user_item .inputwrap input[type="checkbox"]+label {
    margin-top: 34px
}

.user_item .inputwrap input[type="checkbox"].usernotpdl+label {
    padding-left: 45px
}

.user_item {
    width: 100%;
    padding-bottom: 32px;
    padding-top: 24px;
    border-bottom: 1px dotted #000
}

.user_item .delete,
.user_item .delete:focus {
    color: gray;
    float: right;
    margin-top: 27px;
    text-decoration: none
}

.user_item .delete:hover {
    text-decoration: none;
    color: #255288
}

.user_item .delete span {
    display: none
}

.user_item .delete i:before {
    font-size: 30px
}

.add_user {
    padding: 35px 63px;
    position: relative;
    width: 350px;
    cursor: pointer
}

.add_user i {
    position: absolute;
    left: 12px;
    top: 27px
}

.add_user i:before {
    font-size: 35px;
    color: #3fa1c9
}

.payer {
    background: #003c72;
    width: calc(100% + 70px);
    margin-left: -35px;
    padding: 25px 35px 40px;
    margin-bottom: 25px
}

.payer h2 {
    color: #fff;
    margin-bottom: 18px
}

.payer label {
    margin-bottom: 5px
}

.payer .inputwrap {
    background: #fff;
    border-radius: 5px
}

.payer>.row:first-of-type {
    margin-bottom: 25px
}

.payer p.padded {
    margin: 0;
    padding-left: 37px;
    font-size: 18px;
    padding-top: 24px;
    line-height: 24px;
    color: #67b6d7
}

.payer input {
    color: #000
}

.inputwrap select {
    color: #000;
    width: 100%;
    height: 58px;
    background: transparent;
    padding: 0 55px 0 16px;
    font: 18px NeoSansPro-pro-light;
    border: 2px solid #EBEBEB;
    -wekit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none
}

.inputwrap.selectwrap {
    background: #fff
}

.inputwrap.selectwrap:before {
    color: #969796;
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 27px
}

.inputwrap.selectwrap:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    top: 9px;
    right: 55px;
    display: inline-block;
    background: #e2e2e2
}

.reqchecks {
    padding-bottom: 54px
}

.inputwrap.check {
    margin-bottom: 10px
}

.inputwrap.check input[type="checkbox"]+label {
    padding-left: 48px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px
}

.inputwrap.check input[type="checkbox"]+label.big {
    font-size: 18px
}

.inputwrap.check input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    top: calc(50% - 16.5px);
    left: 0;
    border: 3px solid #989898;
    border-radius: 4px;
    z-index: 1
}

.inputwrap.check input[type="checkbox"]+label:before {
    position: absolute;
    left: 6px;
    top: calc(50% - 10px);
    color: #fff;
    z-index: 2
}

.inputwrap.check input[type="checkbox"]:checked+label:after {
    border: 3px solid #c1a900;
    background: #c1a900
}

.checks {
    margin-bottom: 60px
}

.checks h2 {
    margin-top: 40px;
    margin-bottom: 35px
}

.checks input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    top: calc(50% - 20px);
    margin: auto
}

.checks input[type="checkbox"]+label.block {
    margin-top: 0;
    border: 2px solid #e9e9e9;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    cursor: pointer
}

.checks input[type="checkbox"]:not(:checked)+label.block:hover {
    border-color: #c9c9c9
}

.checks input[type="checkbox"]+label.block p:not([class]) {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 0
}

.checks input[type="checkbox"]+label.block p:not([class])+p.big {
    margin-top: 0
}

.checks input[type="checkbox"]+label.block p.big+p:not([class]) {
    margin-top: 0
}

.checks input[type="checkbox"]+label.block p.big {
    font: 18px/24px 'Neo-Sans-Pro';
    margin-bottom: 0;
    margin-top: 5px
}

.checks input[type="checkbox"]+label.block p.price {
    float: right;
    margin-top: 20px;
    font-size: 18px;
    padding: 7px 25px;
    border-radius: 3px;
    background: #c1a900;
    color: #fff
}

.checks input[type="checkbox"]+label.block p.price span {
    font-size: 12px
}

.checks input[type="checkbox"]+label .wrap {
    display: inline-block;
    width: 100%
}

.checks input[type="checkbox"]+label .row {
    display: inline-block
}

.checks input[type="checkbox"]+label .row p.price {
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px
}

.checks input[type="checkbox"]+label .row .inputwrap {
    margin-top: 20px
}

.row.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checks input[type="checkbox"]:checked+label {
    border-color: #ffc800
}

.checks input[type="checkbox"]:checked+label p.price {
    background: #989898
}

.summary {
    margin-bottom: 60px;
    border-top: 2px solid #c1a900
}

.summaryblock {
    border-bottom: 2px solid #c1a900;
    border-left: 2px solid #c1a900;
    border-right: 2px solid #c1a900;
    padding: 20px
}

.summaryblock p.pricing {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 28px;
    margin-top: 15px
}

.summaryblock p.pricing span.gray {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    margin-right: 14px;
    color: gray
}

.summaryblock p.pricing>span.finalprice {
    font-size: 30px;
    display: inline-block;
    color: #c1a900;
    font-weight: 400
}

.summaryblock p.pricing>span.finalprice span {
    font-size: 22px
}

.summaryblock p:not([class]) {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    line-height: 20px;
    margin-bottom: 12px
}

.summaryblock input[type="submit"] {
    min-height: 60px;
    width: 100%;
    margin: 0 auto;
    display: table;
    font: 24px 'Neo-Sans-Pro';
    color: #fff;
    background: #c1a900;
    border: none;
    padding: 15px 50px;
    border-radius: 4px
}

.summaryblock input[type="submit"]:disabled {
    background: grey;
}

.summary .logos {
    margin-top: 15px;
    margin-bottom: 20px
}

.summary .logos>div:nth-child(1) img,
.summary .logos>div:nth-child(2) img {
    max-width: 100%;
    margin: 10px 0
}

.summary .logos>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.summary p.link {
    margin-bottom: 5px;
    line-height: 16px
}

.summary p.link a {
    font-size: 14px
}

.onlypadding {
    padding: 20px 35px 0
}

.increaserate {
    display: none
}

p.ageerror,
.error-valid {
    font-size: 18px;
    margin: 15px 0;
    color: #f50707;
    display: none
}

.inputinfowrap .datepickwrap .date-disabled {
    background: #e7e4e4;
    opacity: 0.65;
    pointer-events: none
}

.ui-datepicker-calendar .highlight {
    background-color: #b0d7ed !important
}

.ui-datepicker-calendar .ui-datepicker-trigger {
    z-index: 10
}

.ui-datepicker-calendar td.ui-state-disabled {
    color: #909090
}

.varsholder input[type="text"] {
    padding-right: 60px
}

.select_vars {
    position: absolute;
    color: #000;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 60px;
    cursor: pointer
}

.select_vars:after {
    content: '';
    height: 40px;
    width: 1px;
    background: #ebebeb;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px
}

.vars {
    position: absolute;
    width: 100%;
    z-index: 10;
    display: none
}

.vars label {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    color: #000;
    padding: 8px 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px
}

.vars label:hover {
    background: #dedede;
    cursor: pointer
}

.vars label:last-child {
    border-radius: 0 0 5px 5px
}

.row.last {
    display: none
}

[disabled] {
    cursor: default !important
}

#policy-create-loader {
    display: none
}

.policy-modal-body {
    display: flex;
    align-items: center;
    justify-content: center
}

.policy-loader {
    margin: 40px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ui-datepicker-calendar td a.first-date {
    background-color: #beb400;
    color: #fff
}

.share-wraper {
    display: none
}

#sportInfoModal li,
#sportInfoModal p,
#sportInfoModal span {
    font-size: 14px;
    line-height: 1.4;
    margin: 4px 0;
    letter-spacing: .015em
}

#sportInfoModal ul {
    padding-left: 40px;
    list-style: none
}

#sportInfoModal h4, #sportInfoModal .h4 {
    font-size: 20px
}

#sportInfoModal .modal-dialog {
    max-height: calc(100% - 60px)
}

#sportInfoModal .modal-content {
    position: relative
}

#sportInfoModal.icon-column {
    text-align: center
}

#sportInfoModal ul>li::before,
#sportInfoModal ul>li::before {
    content: "\25A0\20";
    color: #beb400;
    font-size: 18px;
    line-height: 14px;
    vertical-align: middle;
    height: 14px;
    background: transparent;
    top: 1px;
    left: -17px
}

.gttable input[type=radio] {
    display: none
}

.payer .dateage .formError~input {
    border-color: red;
    border-width: 1px
}

.inputwrap input.error {
    border: 2px solid red
}

#policy-shop-form .error-holder label {
    width: 120px;
    background-color: #003C78;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 106%;
    left: 60px;
    margin-left: -60px;
    opacity: 0.8;
    padding: 5px;
    z-index: 3
}

#policy-shop-form .error-holder label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #003C78 transparent transparent transparent
}

#policy-shop-form .payer .error-holder label {
    /* width: 120px; */
    width: 100%;
    background-color: rgba(255,255,255,.7);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /*bottom: 100;*/
    left: 60px;
    margin-left: -60px;
    opacity: 1;
    border: 1px solid gray;
    line-height: normal;
    z-index: 3
}

#policy-shop-form .payer .error-holder label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255,255,255,.7) transparent transparent transparent
}


#policy-shop-form .payer .error-holder.datepick label {
    width: 120px;
    background-color: rgba(255,255,255,.7);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /*bottom: 100;*/
    left: 37%;
    margin-left: -60px;
    opacity: 1;
    border: 1px solid gray
}

#policy-shop-form .payer .error-holder.datepick label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

#policy-shop-form .error-holder.checks-error-wrap {
    position: absolute;
    top: calc(50% - 20px);
    left: -131px;
    width: 124px;
    height: 49px
}

#policy-shop-form .error-holder.checks-error-wrap label {
    width: 120px;
    background-color: #003C78;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 0;
    left: 0;
    margin-left: 0;
    opacity: 1
}

#policy-shop-form .error-holder.checks-error-wrap label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 104%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #003C78
}

.mobVisible{
    display: none;
}
.tabVisible{
    display: none;
}
@media (max-width:1200px) {
    .mobHidden{
        display: none;
    }
    .mobHidden.active{
        display: block;
    }
    .mobVisible.active{
        display: block;
    }
    .mobVisible{
        display: none;
    }
    #policy-shop-form .error-holder.checks-error-wrap {
        position: absolute;
        top: calc(50% - 57px);
        left: -46px;
        width: 124px;
        height: 49px;
    }

    #policy-shop-form .error-holder.checks-error-wrap label::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 32%;
        margin-top: 18px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #003C78;
    }

    #policy-shop-form .inputwrap.check input[type="checkbox"]+label:before {
        left: -28px;
        top: calc(50% - 10px);
    }
}


#policy-share-modal {
    top: 25%
}

.inputwrap.insport_wrap .infotip.modalopener {
    right: -3px
}

.p-additional-text:after {
    content: " + авиабилеты";
    font-size: 14px;
    white-space: nowrap;
    line-height: 20px;
    letter-spacing: .015em;
    display: block;
}

.inputwrap.info-checkbox input[type="checkbox"] {
    position: relative
}

.inputwrap.info-checkbox input[type="checkbox"]+label {
    pointer-events: none
}

.input-wrapp-collaboration.checks-agencies {
    display: flex;
    justify-content: space-between
}

.input-wrapp-collaboration.checks-agencies .checks {
    padding-bottom: 0
}

.input-wrapp-collaboration.checks-agencies .inputwrap.check {
    position: relative;
    width: 580px
}

#form-collaboration .error-holder.checks-error-wrap {
    position: absolute;
    top: calc(50% - 20px);
    left: -131px;
    width: 124px;
    height: 49px;
}

#form-collaboration .error-holder label {
    width: 120px;
    max-height: 40px;
    background-color: #003C78;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -23px;
    right: 0;
    margin-left: 0;
    opacity: 0.85;
}

#form-collaboration .error-holder label::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 60%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #003C78 transparent transparent transparent ;
}

#form-collaboration .error-holder.checks-error-wrap label {
    width: 120px;
    background-color: #003C78;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: -11px;
    margin-left: 0;
    opacity: 0.85;
}

#form-collaboration .error-holder.checks-error-wrap label::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 10%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #003C78 transparent;
}


#form-collaboration .error-holder.checks-error-wrap {
    position: absolute;
    left: 0;
    top: 20px;
}

.block_lists_item-un {
    margin-right: 30px
}

#new-grids-products {
    margin-bottom: 15px;
    width: 100%;
    position: relative
}

.section-terminate {
    max-width: 945px;
    margin: 0 auto
}

.h1-terminate {
    color: #beb400;
    font: 400 52px/64px Neo-Sans-Pro;
    margin-bottom: 35px
}

.attention_block_termination {
    background: #003c78;
    padding: 21px 60px 31px 100px
}

.attention_block_termination p {
    font: 300 18px/24px Neo-Sans-Pro;
    color: #fff;
    margin-bottom: 0;
    position: relative
}

.attention_block_termination p::before {
    content: url('images/icon-atan.png');
    position: absolute;
    top: 2px;
    left: -73px
}

.attention_block_termination p a.href-arrow::before {
    content: url('images/next-icon.png');
    position: absolute;
    top: 0;
    right: 4px
}

.attention_block_termination p a.href-arrow {
    color: #94bcda;
    font-family: Neo-Sans-Pro;
    font-weight: 400;
    padding-right: 25px;
    position: relative
}

.attention_block_termination p span {
    color: #fff;
    font-family: Neo-Sans-Pro;
    font-weight: 400
}

.element-stages-of-termination .h2, .element-stages-of-termination h2 {
    color: #003c78;
    font: 400 24px/32px Neo-Sans-Pro;
    margin-top: 33px;
    margin-bottom: 28px
}

.p-count-stages {
    color: #333;
    font: 300 18px/24px Neo-Sans-Pro;
    position: relative
}

.p-count-stages span {
    font-weight: 400
}

a.btn-statement-pdf {
    width: 260px;
    height: 65px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #e5f1f8;
    border-radius: 4px;
    color: #1e3c78;
    font: 400 14px/20px Neo-Sans-Pro;
    box-sizing: border-box;
    position: relative;
    padding-top: 8px;
    padding-left: 70px;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 32px
}

.btn-statement-pdf::before {
    position: absolute;
    top: 20px;
    left: 13px;
    color: #9abdda;
    width: 70px;
    height: 65px;
    font-size: 40px
}

.block-count-terminate {
    padding-left: 53px;
    counter-reset: list 0
}

.p-count-stages.p-margin {
    margin-bottom: 12px
}

.p-count-stages::before {
    counter-increment: list;
    content: counter(list) "";
    position: absolute;
    top: -3px;
    left: -51px;
    font-size: 25px;
    font-weight: 400;
    border-radius: 50%;
    border: 2px solid #78a6cc;
    padding: 3px 10px 6px 9px;
    display: block;
    color: #78a6cc
}

.p-count-stages a {
    color: #1e3c78;
    font-weight: 400
}

.element-stages-of-termination {
    margin-bottom: 32px
}

.time-terminate-block p:nth-child(1) {
    margin-bottom: 11px
}

.time-terminate-block p:nth-child(2) {
    margin-bottom: 36px
}

.block-sample-message {
    border: 2px solid #ebebeb;
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-right: 5px;
    margin-right: 50px;
    margin-bottom: 34px
}

.block-count-terminate .h3, .block-count-terminate h3  {
    font: 300 18px/24px Neo-Sans-Pro;
    color: #333;
    margin-bottom: 49px;
    margin-top:0;
}

#trapezoid {
    border-bottom: 26px solid #ebebeb;
    border-left: 2px solid transparent;
    border-right: 19px solid transparent;
    height: 59px;
    width: 142px;
    position: absolute;
    top: -61px;
    left: -2px
}

#trapezoid p {
    position: absolute;
    top: 39px;
    left: 8px;
    color: #333;
    font: 500 12px/16px Neo-Sans-Pro
}

.p-sample {
    position: relative;
    color: #333;
    font: 300 18px/21px Neo-Sans-Pro;
    margin-left: 70px;
    padding-left: 5px;
    padding-bottom: 10px;
    margin-bottom: 13px;
    border-bottom: 2px solid #ebebeb
}

.block-sample-message span {
    color: #a0a0a0;
    font: 300 18px/24px Neo-Sans-Pro;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -55px
}

.block-sample-message .p-last-sample {
    margin-left: 15px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    line-height: 36px
}

.block-terminate-one {
    color: #78a7cd;
    font: 400 20px Neo-Sans-Pro;
    margin-left: 70px;
    padding-bottom: 37px;
    padding-top: 10px;
    position: relative
}

.block-terminate-one::before {
    content: url('images/icon-st.png');
    position: absolute;
    top: 8px;
    left: -38px
}

.block-tens {
    width: 560px;
    height: 130px;
    border: 3px solid #bcb40e;
    margin: 0 auto;
    display: flex;
    padding-left: 35px
}

.element-day-count p span {
    color: #bcb40e;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    font-family: Neo-Sans-Pro;
}

.element-day-count p {
    color: #bcb40e;
    font: 500 12px/15px Neo-Sans-Pro;
    text-align: center;
    margin-bottom: 0
}

.element-text-count {
    padding-left: 35px;
    padding-top: 25px;
    padding-right: 35px
}

.element-day-count {
    padding-top: 35px
}

.block-period {
    margin-top: 65px
}

.block-period h3, .block-period .h3 {
    color: #003c78;
    font: 400 24px/32px Neo-Sans-Pro;
    margin-bottom: 19px
}

.block-period p {
    color: #333;
    font: 300 18px/24px Neo-Sans-Pro;
    margin-bottom: 13px
}

.block-period p span {
    font-weight: 400
}

.renouncement-block {
    background: #003c78;
    padding: 25px 20px 25px 140px;
    margin-top: 33px;
    margin-bottom: 60px
}

.renouncement-block p {
    color: #fff;
    font: 300 18px/24px Neo-Sans-Pro;
    margin-bottom: 0;
    position: relative
}

.renouncement-block p::before {
    content: url('images/icon-non.png');
    position: absolute;
    top: 0;
    left: -112px
}

.renouncement-block p span {
    font-weight: 400
}

.question-element-links h4, .question-element-links .h4 {
    color: #003c78;
    font: 400 24px/32px Neo-Sans-Pro;
    margin-bottom: 22px;
    margin-top: 0;
}

.question-element-links h5, .question-element-links .h5 {
    color: #333;
    font-family: Neo-Sans-Pro;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 100%;
}

.question-element-links p:not(.h4):nth-child(1) {
    margin-bottom: 10px
}

.question-element-links p {
    color: #333;
    font-family: Neo-Sans-Pro;
    font-weight: 400;
    margin-bottom: 20px
}

.question-element-links p a {
    color: #1e3c78;
    font-family: Neo-Sans-Pro;
    font-weight: 400;
    padding-right: 25px;
    position: relative
}

.question-element-links p a::before {
    content: url('images/next.png');
    position: absolute;
    top: 0;
    right: 4px
}

.question-element-links.links-m h4, .question-element-links.links-m .h4 {
    margin-top: 48px
}

.btn-erv-inform {
    margin-top: 20px;
    font: 400 18px/24px Neo-Sans-Pro;
    margin-bottom: 50px;
    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;
    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('images/icon-quest.png');
    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: #E4EDF5;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-dialog.respons_modal {
    width: 1140px;
    min-width: 1140px;
    height: 870px;
    /*min-height: 870px;*/
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 10px;
}

.respons_modal .modal-footer {
    display: none
}

@media (min-width: 960px) and (max-width: 1170px) {
    .countrypick .select2-container {
        width: 100%
    }

    .sport-wrap {
        margin-left: 0
    }

    .inputwrap.insport_wrap .infotip.modalopener {
        top: -20px;
        right: 0
    }

    .user_item .inputwrap input[type="checkbox"]+label {
        margin-top: 27px
    }
}

.footer {
    display: flex;
    flex-direction: row;
    font-family: "Neo-Sans-Pro";
    margin: 0 auto;
    justify-content: space-between;
    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
}

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

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

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

.foot-cont-compname {
    font: 12px NeoSansPro;
    display: block
}

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

ul.foot-socials {
    display: block;
    padding: 0;
    margin: 15px 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 {
    font: 12px NeoSansPro;
    margin-left: 100px;
    float: left
}

.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 {
    text-decoration: none;
    font-weight: 500;
    color: #323232
}

.foot-btn {
    float: right
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    padding: 0;
    min-height: 100vh;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width:1200px) {
    .hero__img {
        object-fit: cover;
    }
}

.hero__subtext {
    margin: 0;
}

.covid-19 {
    position: absolute;
    display: flex;
    padding-top: 24px;
    padding-left: 30px;
    width: 111%;
    top: -135px;
    right: -23px;
    height: 153px;
    background-image: url(img/covid-back-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.covid-19__text {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.covid-19__icon {
    width: 40px;
    height: 43px;
    display: block;
    margin-right: 21px;
}

.covid-19 .covid-19__icon {
    background-image: url(img/covid-icon.png);
}

.banner__covid .covid-19__icon {
    overflow: hidden;
}

.covid-19__select {
    display: block;
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
}

.countries__example {
    margin-top: 8px;
}

.countries__example__text {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    z-index: 10;
    position: relative;
    margin-bottom: 0;
}

.countries__example__link {
    color: #3C3800;
    border-bottom: 1px dashed #3C3800;
}

.header {
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 0 auto;
    background-color: hsla(210, 29%, 97%, 0.97);
    height: 110px;
    /*box-shadow: 0px 2px 20px 2px #000177;*/
    justify-content: space-between;
    align-items: flex-end;
    z-index: 3;
}

.header__logo {
    display: flex;
    width: 150px;
    height: 70px;
    margin: auto 50px
}

.header__menu {
    display: flex;
    padding: 0 5px 0 0;
    flex-direction: row;
    list-style: none;
    align-items: center
}

.menu__item {
    display: flex;
    margin: 24px 17px;
    vertical-align: baseline
}

.menu__link {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 2.2;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid transparent
}

.menu__link:hover {
    border-bottom: 2px solid #beb400
}

.menu__button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    border: 1px solid #78a7cd;
    height: 40px;
    border-radius: 5px;
    color: #003b78;
    padding: 10px 5px;
    background-color: transparent
}

.hero__row {
    display: block;
    z-index: 1;
    margin-bottom: 60px;
    flex-grow: 1;
    display: flex;
    flex-direction: COLUMN;
    justify-content: CENTER;
}

.hero__wrap {
    margin-top: 46px;
    padding-left: 30px
}

.hero__text {
    /*width: 50%;*/
    font-size: 56px;
    font-weight: 400;
    color: #fff;
    line-height: 1.143;
    margin-top: 34px;
    margin-bottom: 0;
    padding-left: 30px;
}

.hero__sale__wrap {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding-top: 14px;
    background: url('/local/templates/erv_new/img/main_page/border_sale.png') no-repeat;
    vertical-align: middle;
    text-align: center
}

.hero__sale__quant {
    display: block;
    font-size: 52px;
    font-weight: normal;
    color: #003c78
}

.hero__sale__percent {
    font-size: 31px;
    font-weight: 300;
    color: #003c78
}

.hero__sale__text {
    display: block;
    color: #003c78;
    font-size: 28px;
    font-weight: normal
}

.hero__sale__subject {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    margin-left: 17px
}

.hero__subtext {
    /*width: 50%;*/
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 1.143;
    margin-top: 23px;
    padding-left: 30px;
}

.hero__button__wrap {
    display: inline-block;
    text-align: center
}

.hero__sale__title {
    font-size: 14px;
    color: #333;
    margin-top: 14px;
    font-weight: 300
}

.hero__button {
    display: inline-block;
    margin-top: 45px;
    background-color: #beb400;
    color: #fff;
    font-size: 24px;
    padding: 18px 26px;
    border-radius: 4px;
    /*box-shadow: 0 6px 2px #00017;*/
    transition: .2s
}

.hero__button:hover {
    background-color: #787000;
    color: #fff
}

.hero__sale__subtitle {
    color: #333;
    font-size: 14px
}

.hero__culc {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height: 180px;
    margin: 0 auto;
    z-index: 1;
    justify-content: space-between;
    padding: 0;
    flex-grow: 0;
    position: absolute;
    bottom: 125px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
}

.hero__form {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 74.38%;
    height: 100%;
    background-color: rgba(180, 177, 16, 0.85);
    color: #fff;
    border-radius: 4px;
    padding: 24px 16px 32px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

.formbg {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 90%;
    bottom: 0
}

.hero__link {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 24%;
    height: 88%;
    background-color: rgba(5, 61, 113, 0.85);
    border-radius: 4px;
    padding: 24px 16px 32px;
    text-decoration: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

.link__title {
    font-size: 24px;
    font-weight: 400;
    color: #eed215;
    line-height: 1.2;
    text-align: left;
    z-index: 5;
    margin: 0 0 8px
}

.link__subtitle {
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    z-index: 5
}

.calc__link__img {
    background: url('/local/templates/erv_new/img/main_page/SVG/ins-case-blue.svg') no-repeat local right bottom;
    width: 40%;
    height: 47%;
    position: absolute;
    bottom: 0;
    right: 15px
}

.hero__link:hover .calc__link__img  {
    background: url('/local/templates/erv_new/img/main_page/SVG/ins-case-gold.svg') no-repeat local right bottom;
    width: 40%;
    height: 47%;
    position: absolute;
    bottom: 0;
    right: 15px
}

.form__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0
}

.form__col {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2
}

.form__title {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 20px
}

.form__label {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 5px
}

.form__input {
    height: 48px;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    padding: 0 16px;
    position: relative;
    color: #000
}

.form__input--country {
    position: relative;
    width: 310px;
    padding: 0px 0px 0 55px;
    color: #323232
}

.form__input.form__input--to {
    width: 151px;
    padding-bottom: 0;
    position: relative
}

.form__input.form__input--from {
    padding-bottom: 0;
    width: 151px
}

.form__button {
    font-size: 16px;
    line-height: 20px;
    background-color: #3c3800;
    color: #fff;
    width: 164px;
    height: 48px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border: none;
    z-index: 3;
    transition: .2s
}

.form__button:hover {
    background-color: #787000
}

.hero__form input:focus {
    box-shadow: 0 0 0 2px #ded980
}

.ui-state-disabled {
    cursor: default
}

td.ui-state-disabled span {
    display: block;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    line-height: 49px;
    margin: 5px;
    font-size: 1.1em;
    color: #333
}

.main-date-picker a.ui-datepicker-next {
    right: 32px
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hero__subtext {
        margin-bottom: 60px
    }
}

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

body {
    position: relative;
    margin: 0;
    padding-top: 115px !important;
    font: 300 18px/1 "NeoSansPro", sans-serif;
    color: #323232;
    background: #fff;
    overflow-x: hidden
}

button {
    cursor: pointer
}

.wrapper {
    height: auto;
    background: #6898c7 no-repeat center center;
    /*background: url('img/new_bg_russia.jpg');*/
    position: relative;
    top: -115px;
    margin-bottom: -115px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.form__label.form_label-icon:after {
    content: '';
    background: url('/local/templates/erv_new/img/main_page/balun_erv.svg') no-repeat local center;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    bottom: 16px;
    z-index: 100
}

.section {
    margin: 0 auto;
    max-width: 1200px
}

.section.hero {
    padding-top: 100px;
    padding-bottom: 177px
}

#form_icon:before {
    content: '';
    background: url('/local/templates/erv_new/img/main_page/icon-calendar_erv.svg') no-repeat local center;
    background-size: contain;
    position: absolute;
    right: 19px;
    bottom: 19px;
    width: 18px;
    height: 18px;
    z-index: 100
}

#form_icons:before {
    content: '';
    background: url('/local/templates/erv_new/img/main_page/icon-calendar_erv.svg') no-repeat local center;
    background-size: contain;
    position: absolute;
    right: 19px;
    bottom: 19px;
    width: 18px;
    height: 18px;
    z-index: 100
}

.section__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media screen and (max-width: 1200px) {
    .hero__row {
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero__culc {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {
    /* _3token_hck_4: */
    }
}

.news {
    display: flex;
    flex-direction: column
}

.news__list {
    display: flex;
    list-style: none;
    flex-direction: row;
    margin: 80px 0 22px 25px;
    padding: 0
}

.news__item {
    display: flex;
    flex: 0 1 33.33%;
    max-width: 33.33%;
    min-height: 140px;
    flex-direction: column;
    margin: 9px 8px
}

.news__row {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    overflow: hidden;
    transition: .2s
}

.news__row:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25)
}

.news__col {
    flex: 1;
    padding: 20px 16px 24px;
    display: flex;
    flex-direction: column;
    min-height: 140px
}

.news__title {
    color: #003c78;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    font-weight: 400;
    transition: .2s;
    margin: 0 0 28px
}

.news__title:hover {
    color: #78a6cc
}

.news__img {
    flex: 0 1 auto;
    background-color: #a0a0a0;
    display: flex;
    width: 140px;
    height: 140px
}

.news__date {
    display: block;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 1.333;
    margin: 0 0 8px
}

.news__text {
    font-size: 18px;
    color: #333;
    line-height: 1.333;
    font-weight: 400;
    margin: 0;
    overflow: hidden
}

.news__subtext {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 1.333
}

.news__link {
    margin: 0 32px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #003c78;
    font-size: 18px;
    line-height: 1.2;
    padding: 18px;
    font-weight: 400;
    transition: .2s;
    margin-top: 20px;
}

.news__link:hover {
    color: #78a6cc
}

.main__partnrs {
    display: flex;
    flex-direction: column;
    /*width: 45%;*/
    width: 63%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 128px;
    /*margin: 0 34px 0 0*/
}

.partners__title-link {
    display: block;
    margin-bottom: 28px
}

.partners__title {
    color: #003c78;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0
}

.partners__title:hover {
    color: #78a6cc
}

.partners__subtitle {
    color: #000;
    font-size: 25px;
    line-height: 1.2;
    text-align: left
}

.partners__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none
}

.partners__item {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px
}

.partners__item a {
    flex: 0 1 100%;
    display: flex;
    flex-direction: row;
    text-decoration: none
}

.partners__box {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column
}

.img__box {
    flex: 0 1 auto;
    position: relative
}

.partners__img__wrap {
    display: flex;
    width: 123px;
    height: 123px;
    padding: 25px;
    background-color: #ebebeb
}

.partners__item:hover .partners__img__wrap {
    background-color: #E4EDF5
}

.partners__img {
    width: 100%;
    height: 100%
}

.partners__img--tour {
    background: url('/local/templates/erv_new/img/main_page/SVG/tour-agent.svg') no-repeat local center center
}

.partners__img--iframe {
    background: url('/local/templates/erv_new/img/main_page/SVG/iframe.svg') no-repeat local center center
}

.partners__img--api {
    background: url('/local/templates/erv_new/img/main_page/SVG/api.svg') no-repeat local center center
}

.partners__item:hover .partners__img--tour {
    background: url('/local/templates/erv_new/img/main_page/SVG/tour-agent-hover.svg') no-repeat local center center
}

.partners__item:hover .partners__img--iframe {
    background: url('/local/templates/erv_new/img/main_page/SVG/iframe-hover.svg') no-repeat local center center
}

.partners__item:hover .partners__img--api {
    background: url('/local/templates/erv_new/img/main_page/SVG/api-hover.svg') no-repeat local center center
}

.img__box::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -16px;
    right: -16px;
    background-color: #fff;
    transform: rotate(45deg)
}

.partners__text {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 12px
}

.partners__subtext {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    margin: 0
}

.progs {
    display: flex;
    flex-direction: row;
    padding: 44px 22px 32px
}

.progs__box {
    width: 33%;
    display: flex;
    flex-direction: column;
    margin-right: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 16px 24px;
    justify-content: space-between;
    transition: .2s
}

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

.progs__box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25)
}

.progs__col {
    display: flex;
    flex-direction: column
}

.progs__title {
    font-size: 32px;
    font-weight: 400;
    color: #787000;
    line-height: 1.2;
    margin: 0 0 20px
}

.progs__text {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
    margin: 0 0 20px
}

.progs__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline
}

.progs__link {
    text-decoration: none;
    color: #23527c;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    font-weight: 400
}

.progs__link:hover {
    color: #78a6cc
}

.progs__price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    color: #333
}

.progs-currency {
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
}
.progs-fractional {
    font-size: 29px;
    line-height: 1;
}
.progs__price-percent {
    align-items: stretch
}

.progs__price--numb {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400
}

.progs__price--text {
    display: inline-block;
    font-weight: 300;
    font-size: 28px;
    line-height: 1;
    margin-right: 10px
}

.progs__price--text--right {
    font-size: 24px;
    text-align: end;
    max-width: 150px
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .progs__title {
        font-size: 24px;
        margin: 0 0 8px
    }

    .progs-currency {
        font-weight: 300;
        font-size: 24px;
        line-height: 1
    }
}

.section.slider {
    display: flex;
    flex-direction: column;
    padding: 32px 30px 0
}

.slider__title {
    color: #23527c;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    font-weight: 400;
    margin: 0 0 34px
}

.slider__title:hover {
    color: #78a6cc
}

.slider__subtitle {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    font-weight: 500;
    color: #333333;
}

.slider__subtitle-text {
    margin-top: 16px;
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 32px;
    color: #333333;
}

.slider__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0
}

.slider__nav {
    position: absolute;
    display: block;
    width: 76px;
    height: 76px;
    top: 40%;
    right: -24px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 70px;
    color: #9f9f9f;
    text-decoration: none;
    z-index: 1;
    opacity: .75;
    transition: .2s
}

.slider__nav:hover {
    opacity: 1;
    color: #78a6cc
}

.slider__nav:first-of-type {
    left: -24px
}

.slick-disabled {
    opacity: 0;
    transition: .2s
}

.slick-disabled:hover {
    opacity: 0;
    transition: .2s
}

.slider__list {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0 -8px
}

ul.slider__list {
    padding: 0
}

.slider__item {
    box-sizing: border-box;
    position: relative;
    width: 25%;
    height: auto;
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    border: 2px solid #ebebeb;
    border-radius: 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
}

.slider__item:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25)
}

.slider__link {
    text-decoration: none;
    color: #000;
    height: 100%;
    overflow: hidden
}

.img__wrap {
    display: flex;
    position: relative;
    width: 100%;
    height: 116px;
    background-color: #ebebeb;
    overflow: hidden
}

.slider__img {
    position: absolute;
    width: 34%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%)
}

.slider__item__txt {
    padding: 20px 16px 24px
}

.slider__pagination {
    margin-top: 0;
    margin-bottom: 64px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center
}

.item__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: #333;
    text-align: left;
    margin: 0 0 16px
}

.item__subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 20px;
    text-align: left;
    margin: 0;
    letter-spacing: .025em
}

.pagination__elem {
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 50%;
    margin: 0 8px
}

.pagination__elem--active {
    background-color: #A0A0A0;
}

.slider__pagination .slick-dots li.slick-active button:before {
    opacity: unset;
    font-size: 48px;
    color: #ebebeb;
}

.slider__pagination .slick-dots li button:before {
    opacity: unset;
    font-size: 32px;
    color: #ebebeb;
}

.slider__pagination .slick-dots {
    position: static
}

.slider__pagination .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #A0A0A0;
}

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,
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
}

sup {
    font-size: 10px
}

html {
    font-size: 18px
}

input,
button {
    -webkit-appearance: none
}

.kiwi {
    color: #BEB400
}

.rblue {
    color: #003C78
}

.rbluel {
    color: #78A7CD
}

.olive-dark {
    color: #3C3800
}

.grey {
    color: #A0A0A0
}

.nsp {
    font-family: NeoSansPro
}

.nowrap {
    white-space: nowrap
}

.fw-400 {
    font-weight: 400
}

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

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

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

a:focus {
    outline: 0;
    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
}*/

.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,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "NeoSansPro", sans-serif;
    font-weight: normal;
    color: #003C78
}

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

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

h4, .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: 0
}

.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: 0
}

.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
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0
}

header .container {
    position: relative;
    padding: 0 30px;
    height: 90px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    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;
    margin-left: -18px;
    /*padding-left: 20px;*/
    /*margin-top: 20px*/
}

.logo .logo-img {
    width: 197px;
    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;
    -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.active a {
    border-bottom: 2px solid #beb400;
    color: #323232
}

ul.main-menu li a {
    display: block;
    width: 100%;
    height: auto;
    font: 400 14px "NeoSansPro", sans-serif;
    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 {
    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;
    font: 400 12px/18px NeoSansPro;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #78a7cd;
    border-radius: 4px;
    white-space: nowrap;
    transition: ease .2s;
}

#agentform:hover {
    color: #fff;
    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: 100%;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 5px;
    font: 18px/normal NeoSansPro, sans-serif;
    padding: 0 15px;
    text-align: left
}

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

.agents-entry button:hover {
    background: #c4bb19
}

.agents-entry .ag-ent-ipt {
    position: relative;
    margin: 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
}

#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: no-repeat 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 {
    /* _3token_hck_6: */
    padding: 30px;
    width: 32.46%;
    text-align: left
}

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

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

.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;
    /* _3token_hck_7: */
    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-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;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.ui-datepicker-month {
    color: #333;
    font-family: 'NeoSansPro', verdana
}

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

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

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

.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: #333
}

.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 NeoSansPro-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: url('./img/visa-form.svg') no-repeat 3.23% 50%;
    background-size: 12.26%
}

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

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

.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: 0
}

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

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

.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
}

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

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

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

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

.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.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border-radius: 5px;
    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 {
    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-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: 400 1.34em NeoSansPro;
    margin: 0 0 10px
}

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

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

.ins-bl-price {
    font: 2em NeoSansPro;
    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
}

.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: 2em NeoSansPro;
    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
}

.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-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-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: 700 12px/17px NeoSansPro;
    margin: 0 0 7px
}

.ech-contact-cell {
    display: inline-block;
    font: 1.34em/1.45em NeoSansPro;
    color: #3C3800
}

.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: #FFF;
    font-size: 7.62em
}

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

.bnft-list-ttl {
    font: 1.34em/1.24em NeoSansPro;
    color: #003C78;
    margin: 0 0 14px
}

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

.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: no-repeat 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: 400 1.34em/1em NeoSansPro;
    margin: 0 0 5px
}

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

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

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

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

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

.hm-bl-single-title {
    font: 400 1em/1.5em NeoSansPro;
    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
}

.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: no-repeat 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: #E4EDF5
}

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

.first-news-ttl {
    font: 1.34em/1.24em NeoSansPro;
    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 NeoSansPro;
    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 NeoSansPro;
    margin: 0 0 2px
}

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

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

.short-news-rmore {
    font: 1em/1.24em NeoSansPro;
    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;
    font: 1em NeoSansPro;
    text-align: center;
    border: 2px solid #EBEBEB;
    border-radius: 5px
}

.blog-pagination-txt {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    font: 1em/1.24em NeoSansPro;
    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% !important; */
    position: relative;
    background: no-repeat 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 NeoSansPro;
    /*color: #fff;*/
    margin: 0 0 7px;
    margin-top: 20px;

}

.b-inner-img-cont-ttl {
    font: 2em/1.4em NeoSansPro;
    /*color: #CBE3F1*/
    color: #000000;
}

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 NeoSansPro;
    color: #003C78;
    margin: 0 0 5px
}

.rel-sl-slide-txt-date {
    font: 12px/15px NeoSansPro;
    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 NeoSansPro;
    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: no-repeat 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 NeoSansPro
}

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 NeoSansPro
}

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

.b-p-inner-img {
    height: 464px;
    background: #fff no-repeat 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 NeoSansPro
}

.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;
    -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;
    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
}

.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%;
    font: 1em NeoSansPro;
    height: 60px;
    border: 2px solid #EBEBEB;
    border-radius: 5px;
    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 NeoSansPro-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: url('./img/visa-form.svg') no-repeat 3.23% 50%;
    background-size: 12.26%
}

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

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

.what-for-ttl {
    display: block;
    font: 2em/1.2em NeoSansPro;
    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 NeoSansPro;
    text-align: center
}

.for-what-info {
    font: 14px/20px NeoSansPro;
    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 NeoSansPro;
    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: no-repeat 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 NeoSansPro
}

.prog-nd-big-ttl {
    font: 2em/1.2em NeoSansPro;
    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 NeoSansPro;
    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: 8px 'erv-icon-set';
    position: absolute;
    top: 0;
    left: -16px;
    color: #BEB400;
    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
}

.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
}

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: no-repeat 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%;
    text-align: center;
    font: .78em/1.45em NeoSansPro;
    color: #333;
    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 none !important;
}

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

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

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 NeoSansPro;
    color: #003C78;
    margin: 0 0 25px
}

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

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

.history-p {
    width: 80% !important;
}

.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: 18.9%;
    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-ic.svg') 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: #E4EDF5;
    border: 2px solid #E4EDF5
}

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: #F9F8E5 no-repeat center;
    background-size: cover;
    border-radius: 50%
}

.team-mem-rank {
    font: 400 13px/15px 'NeoSansPro', sans-serif;
    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/1.25em NeoSansPro;
    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/1.25em NeoSansPro;
    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/1.25em NeoSansPro;
    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: #E6E299 url('./img/progs/optima-sc-img-hover.png') no-repeat 85.13% 50% / 34.32%
}

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

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

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

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

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

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

.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.svg') no-repeat 84.04% 50% / 48.11%
}

.opt-year-prog .ins-bl-txt {
    font: 300 1em NeoSansPro;
    margin: 0 0 18px;
    color: #fff;
}

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

#bg-color-mod {
    background: #003C78 url(./img/progs/opt-ann-sc.svg) no-repeat;
    margin: 0;
    height: 100%;
    margin-bottom: 0 !important;
    background: #003C78;
    background: #003C78 url(./img/progs/opt-ann-sc.svg) no-repeat 84.04% 50% / 48.11%
}

#bg-color-mod:hover {
    background: #78A7CD url(./img/progs/opt-ann-sc-hover.svg) no-repeat;
    background-color: #78A7CD;

}

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

.opt-mult-prog .ins-bl-txt {
    font: 300 1em NeoSansPro;
    margin: 0 0 18px;
    color: #fff;
}

.opt-mult-prog:hover .ins-bl-header {
    color: #3C3800;
}

.opt-year-prog:hover {
    background: #78A7CD url('./img/progs/opt-ann-sc-hover.svg') no-repeat 84.04% 50% / 48.11%
}

.opt-mult-prog:hover {
    background: #BBB786 url('./img/progs/opt-ann-sc-hover.svg') no-repeat 84.04% 50% / 48.11%
}

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

.cans-trip-prog .ins-bl-txt {
    color: #fff;
}

.cans-trip-prog:hover {
    background: #78A7CD url('./img/progs/trip-cancel-sc-hover.svg') no-repeat 84.04% 50% / 48.11%;
}

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

.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.svg') no-repeat 84.04% 50% / 38.65%
}

.short-ev-prog.rosprof {
    background: #787000 url('./img/rzd-icon.svg') no-repeat 84.04% 50% / 38.65%
}

.short-ev-prog .ins-bl-txt {
    font: 300 1em NeoSansPro;
    margin: 0 0 18px;
    color: #fff;
}

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

.short-ev-prog.rosprof:hover {
    background: #BBB786 url('./img/rzd-icon_hover.svg') no-repeat 84.04% 50% / 38.65%
}

.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/1.25em NeoSansPro;
    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/1em NeoSansPro;
    color: #003C78;
    margin: 0 0 9px
}

.extra-risks-list-txt {
    font-size: 1em;
    line-height: 1.25em;
    color: #333;
    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: no-repeat 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 NeoSansPro;
    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: #E0DA7F 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: #78A7CD 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 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: #333
}

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: NeoSansPro;
    color: #333;
    white-space: nowrap
}

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

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

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

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

.ins-check-form-input {
    float: left;
    width: 60%;
    height: 60px;
    font: 1em NeoSansPro;
    background: #fff;
    padding: 0 16px;
    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;
    font: 1em NeoSansPro;
    border: 2px solid #78A7CD;
    border-radius: 5px;
    cursor: pointer
}

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

.ins-p-right-time {
    font: 1em NeoSansPro;
    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 NeoSansPro;
    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;
    font: 2em/56px NeoSansPro;
    position: absolute;
    left: -95px;
    top: -17px;
    border: 3px solid #78A7CD;
    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 NeoSansPro;
    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 NeoSansPro;
    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 NeoSansPro;
    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: #E4EDF5
}

.ins-cont-phone-txt {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    font-family: NeoSansPro;
    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: 2.78em NeoSansPro
}

.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: #333;
    line-height: 17px
}

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

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

.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: #333;
    line-height: 17px;
    z-index: 201
}

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

#erv-place {
    background: url('/local/include/map/map_erv_2.png');
    height: 600px;
}

.agencies-ttl-cap {
    font: 2em/1.2em NeoSansPro;
    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 NeoSansPro;
    color: #BEB400;
    counter-increment: number;
    content: counter(number)
}

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

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 NeoSansPro;
    color: #333;
    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/normal NeoSansPro;
    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: NeoSansPro;
    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 {
    display: inline-block;
    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: #fff url('./img/form-clip.svg') no-repeat 50%;
    background-size: 25px;
    cursor: pointer
}

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

.load-doc-txt {
    font: 1em NeoSansPro;
    color: #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: url('./img/form-checkmark.svg') no-repeat 50%;
    background-size: 25px
}

.load-doc-btn-remove {
    display: none;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background: url('./img/form-remove.svg') no-repeat 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;
    font: 1.34em NeoSansPro;
    color: #fff;
    background-color: #BEB400;
    text-align: center;
    float: right;
    outline: 0;
    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: url('./img/rl-sl-arrow-left.svg') no-repeat center;
    background-size: 18px 36px
}

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

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

.select-menu-kiwi-ttl {
    font: 1.33em/1.25em NeoSansPro;
    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 NeoSansPro;
    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: #333;
    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: url('./img/menu-arrow-kiwi.svg') no-repeat 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 NeoSansPro;
    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 NeoSansPro;
    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;
    text-decoration: underline
}

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

.partners-btn {
    display: inline-block;
    width: 177px;
    height: 50px;
    font: 1em/50px NeoSansPro;
    border-radius: 5px;
    background-color: #003C78;
    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;
    background: #fff url(./img/pdf-ic.svg) 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: #E4EDF5;
    border: 2px solid #E4EDF5
}

.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-ic.svg) 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: #E4EDF5;
    border: 2px solid #E4EDF5
}

.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: 1.34rem/1.4rem NeoSansPro;
    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
}

.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 {
    font: 1em NeoSansPro;
    width: 100%;
    border: 2px solid #EBEBEB;
    border-radius: 5px;
    padding: 0 16px;
    outline: 0
}

.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: 0;
    cursor: pointer
}

.mobilemenutoggle {
    display: none
}

.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: #E4EDF5
}

.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__spinner {
    width: 100%;
    height: 100%;
    padding: 30px;
    border: 2px solid #E4EDF5;
    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 {
    height: 100%;
    padding: 12px 12px 20px;
    border: 2px solid #E4EDF5
}

.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: #333;
    font-weight: 300
}

.ck-sts__r-block__mail {
    font-weight: 400
}

.ck-sts__r-block__ttl {
    margin: 0 0 8px;
    color: #333;
    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,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: "NeoSansPro", sans-serif;
        font-weight: normal;
        color: #003C78
    }

    .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto
    }

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

    .padding-tb {
        padding: 24px 0
    }

    .padding-lr {
        padding: 0 8%
    }

    label {
        display: block;
        font: 12px NeoSansPro;
    }

    input:focus,
    select:focus,
    button:focus {
        outline: 0
    }

    .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: 0
    }

    .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-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 NeoSansPro;
        color: #323232;
        margin: 0 0 5px
    }

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

    .auth-new {
        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: 100%;
        height: 48px;
        background: #fff;
        border: none;
        border-radius: 5px;
        font: 18px/normal NeoSansPro;
        padding: 0 15px;
        text-align: left
    }

    .agents-entry button {
        font: 18px/46px NeoSansPro;
        height: 48px;
        border: none;
        background: #beb400;
        border-radius: 5px;
        color: #fff;
        padding: 0 16px;
        outline: 0;
        width: 100%;
        cursor: pointer;
        margin: 15px 0
    }

    .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
    }

    #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: no-repeat 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 {
        padding: 24px;
        width: 32.46%;
        text-align: left
    }

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

    .banner-form input {
        width: 100%;
        height: 48px;
        font: .85em NeoSansPro;
        border-radius: 5px;
        border: none;
        background: #fff;
        padding: 0 12px
    }

    .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;
        /* _3token_hck_8: */
        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-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: #333;
        font-family: 'NeoSansPro', verdana
    }

    .ui-datepicker-year {
        color: #A0A0A0
    }

    .ui-datepicker-calendar>thead>tr>th {
        font: 100 .833em 'NeoSansPro', verdana;
        color: #A0A0A0;
        height: 59px
    }

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

    .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: #333
    }

    .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 NeoSansPro-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: url('./img/visa-form.svg') no-repeat 3.23% 50%;
        background-size: 12.26%
    }

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

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

    .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: 0
    }

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

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

    .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
    }

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

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

    .jq-selectbox__select {
        font: 16px/46px NeoSansPro;
        height: 48px;
        border: 1px solid #DED97F;
        background: #beb400;
        border-radius: 5px;
        color: #fff;
        padding: 0 12px;
        outline: 0
    }

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

    .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.disabled .jq-selectbox__trigger-arrow {
        border-top-color: #AAA
    }

    .jq-selectbox__dropdown {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 2px 0 0;
        padding: 0;
        border-radius: 5px;
        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 {
        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-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: 1.34em NeoSansPro;
        margin: 0 0 10px
    }

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

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

    .ins-bl-price {
        font: 2em NeoSansPro;
        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
    }

    .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: 2em NeoSansPro;
        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
    }

    .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-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-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: 700 12px/17px NeoSansPro;
        margin: 0 0 7px
    }

    .ech-contact-cell {
        display: inline-block;
        font: 1.34em/1.45em NeoSansPro;
        color: #3C3800
    }

    .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/1.24em NeoSansPro;
        color: #003C78;
        margin: 0 0 14px
    }

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

    .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: no-repeat 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: 400 1.34em/1em NeoSansPro;
        margin: 0 0 5px
    }

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

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

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

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

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

    .hm-bl-single-title {
        font: 400 1em/1.5em NeoSansPro;
        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
    }

    .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: no-repeat 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: #E4EDF5
    }

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

    .first-news-ttl {
        font: 1.34em/1.24em NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        margin: 0 0 2px
    }

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

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

    .short-news-rmore {
        font: 1em/1.24em NeoSansPro;
        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: no-repeat 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 NeoSansPro
    }

    .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: NeoSansPro;
        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
    }

    .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;
        font: 1em NeoSansPro;
        text-align: center;
        border: 2px solid #EBEBEB;
        border-radius: 5px
    }

    .blog-pagination-txt {
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        font: 1em/1.24em NeoSansPro;
        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: no-repeat 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 NeoSansPro;
        color: #fff;
        margin: 0 0 7px
    }

    .b-inner-img-cont-ttl {
        font: 2em/1.4em NeoSansPro;
        color: #000000;
    }

    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 NeoSansPro;
        color: #003C78;
        margin: 0 0 5px
    }

    .rel-sl-slide-txt-date {
        font: 12px/15px NeoSansPro;
        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 NeoSansPro;
        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: no-repeat 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 NeoSansPro
    }

    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 NeoSansPro
    }

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

    .b-p-inner-img {
        height: 370px;
        background: #fff no-repeat 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 NeoSansPro
    }

    .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;
        -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;
        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
    }

    .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%;
        font: 1em NeoSansPro;
        height: 48px;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        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 NeoSansPro-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: url('./img/visa-form.svg') no-repeat 3.23% 50%;
        background-size: 12.26%
    }

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

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

    .what-for-ttl {
        display: block;
        font: 2em/1.2em NeoSansPro;
        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 NeoSansPro;
        text-align: center
    }

    .for-what-info {
        font: 14px/20px NeoSansPro;
        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 NeoSansPro;
        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: no-repeat 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 NeoSansPro
    }

    .prog-nd-big-ttl {
        font: 2em/1.2em NeoSansPro;
        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 NeoSansPro;
        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: 8px 'erv-icon-set';
        position: absolute;
        top: 0;
        left: -16px;
        color: #BEB400
    }

    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
    }

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

    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:last-child {
        margin-right: 0
    }

    ul.menu-pages li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        font: .78em/1.45em NeoSansPro;
        color: #333;
        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 none !important
    }

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

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

    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):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 NeoSansPro;
        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-ic.svg') 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: #E4EDF5;
        border: 2px solid #E4EDF5
    }

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

    .team-mem {
        width: 24.68%;
        margin: 0 0 60px;
        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: #F9F8E5 no-repeat center;
        background-size: cover;
        border-radius: 50%
    }

    .team-mem-rank {
        font: 12px/15px NeoSansPro;
        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/1.25em NeoSansPro;
        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/1.25em NeoSansPro;
        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/1.25em NeoSansPro;
        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: #E6E299 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: #E6E299 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: #E6E299 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: #E6E299 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.svg') 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.svg') no-repeat 84.04% 50% / 48.11%
    } */

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

    /* .opt-year-prog:hover {
        background: #78A7CD url('./img/progs/opt-ann-sc-hover.svg')
    }

    .opt-mult-prog:hover {
        background: #78A7CD url('./img/progs/opt-ann-sc-hover.svg')
    } */

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

    /* .cans-trip-prog:hover {
        background: #F6E88A url('./img/progs/trip-cancel-sc-hover.svg')
    } */

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

    .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.svg') no-repeat 84.04% 50% / 38.65%
    }
    .short-ev-prog.rosprof {
        background: #787000 url('./img/rzd-icon.svg') no-repeat 84.04% 50% / 38.65%
    }

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

    /* .short-ev-prog:hover {
        background: #BBB780 url('./img/progs/event-sc-hover.svg')
    } */

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

    .extra-risks-ttl {
        font: 1em/1.25em NeoSansPro;
        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/1em NeoSansPro;
        color: #003C78;
        margin: 0 0 9px
    }

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

    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: no-repeat 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;
        background-image: url('./img/menu-pages-ins-bag.svg')
    }

    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 NeoSansPro;
        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: #E0DA7F 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: #78A7CD 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 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: #333
    }

    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(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: NeoSansPro;
        color: #333;
        white-space: nowrap
    }

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

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

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

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

    .ins-check-form-input {
        float: left;
        width: 52%;
        height: 48px;
        font: 1em NeoSansPro;
        background: #fff;
        padding: 0 12px;
        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;
        font: 1em NeoSansPro;
        border: 2px solid #78A7CD;
        border-radius: 5px;
        cursor: pointer
    }

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

    .ins-p-right-time {
        font: 1em NeoSansPro;
        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 NeoSansPro;
        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;
        font: 2em/56px NeoSansPro;
        position: absolute;
        left: -75px;
        top: -20px;
        border: 3px solid #78A7CD;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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>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: #E4EDF5
    }

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

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

    .ins-cont-phone-cell a {
        font: 2em NeoSansPro
    }

    .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: #333;
        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: 18px/22px NeoSansPro;
        margin: 0 0 10px;
        color: #003C78
    }

    .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: #333;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        color: #333;
        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/normal NeoSansPro;
        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 {
        display: inline-block;
        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: #fff url('./img/form-clip.svg') no-repeat 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: url('./img/form-checkmark.svg') no-repeat 50%;
        background-size: 25px;
        cursor: pointer
    }

    .load-doc-btn-remove {
        display: none;
        vertical-align: middle;
        width: 46px;
        height: 46px;
        background: url('./img/form-remove.svg') no-repeat 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;
        font: 1.34em NeoSansPro;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        float: right;
        outline: 0;
        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: url('./img/rl-sl-arrow-left.svg') no-repeat center;
        background-size: 18px 36px
    }

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

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

    .select-menu-kiwi-ttl {
        font: 1.33em/1.25em NeoSansPro;
        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 NeoSansPro;
        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>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: #333;
        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: url('./img/menu-arrow-kiwi.svg') no-repeat 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 NeoSansPro;
        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 NeoSansPro;
        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;
        text-decoration: underline
    }

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

    .partners-btn {
        display: inline-block;
        width: 177px;
        height: 50px;
        font: 1em/50px NeoSansPro;
        border-radius: 5px;
        background-color: #003C78;
        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:hover {
        background-color: #E4EDF5;
        border: 2px solid #E4EDF5
    }

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

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

    .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: 1.34rem/1.4rem NeoSansPro;
        color: #003C78
    }

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

    .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
    }

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

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

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

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

    ul.foot-socials {
        display: block;
        padding: 0;
        margin: 15px 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 NeoSansPro
    }

    .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 {
        font: 1em NeoSansPro;
        width: 100%;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        padding: 0 16px;
        outline: 0
    }

    .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;
        font: 1.34em NeoSansPro;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        outline: 0;
        cursor: pointer
    }
}

@media screen and (max-width: 1199px) {

    .logo {
        padding-left: 0
    }

    .logo .logo-caption {
        font-size: 10px
    }
}

@media screen and (max-width: 991px) {
    header .logo {
        margin-top: 0
    }

    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;
        margin-top: 6px;
        -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) {
        right: 0;
        top: 6px
    }

    .mobilemenutoggle span:nth-child(2) {
        right: 0;
        top: 16px
    }

    .mobilemenutoggle span:nth-child(3) {
        right: 0;
        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 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,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: NeoSansPro;
        font-weight: normal;
        color: #003C78
    }

    h1 {
        font-size: 2em;
        line-height: 43px
    }

    h2, .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
    }

    .padding-tb {
        padding: 18px 0
    }

    .padding-lr {
        padding: 0 8%
    }

    label {
        display: block;
        font: 12px NeoSansPro;
        margin: 0 0 2px
    }

    input:focus,
    select:focus,
    button:focus {
        outline: 0
    }

    .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: 0
    }

    .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 auto !important;
        float: none;
        clear: both
    }

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

    .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 NeoSansPro;
        color: #323232;
        margin: 0 0 5px
    }

    .header-cell a {
        font: 400 18px NeoSansPro;
        color: #003c78
    }

    .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/normal NeoSansPro;
        padding: 0 15px;
        text-align: left
    }

    .agents-entry button {
        font: 18px/46px NeoSansPro;
        height: 48px;
        border: none;
        background: #beb400;
        border-radius: 5px;
        color: #fff;
        padding: 0 16px;
        outline: 0;
        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
    }

    #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: no-repeat 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: NeoSansPro
    }

    .banner-form input {
        width: 100%;
        height: 48px;
        font: .85em NeoSansPro;
        border-radius: 5px;
        border: none;
        background: #fff;
        padding: 0 12px
    }

    .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;
        /* _3token_hck_9: */
        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-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-title {
        font-size: 1.62em;
        line-height: 1.22em
    }

    .ui-datepicker-month {
        color: #333;
        font-family: 'NeoSansPro', verdana
    }

    .ui-datepicker-year {
        color: #A0A0A0
    }

    .ui-datepicker-calendar>thead>tr>th {
        font: 100 .833em 'NeoSansPro', verdana;
        color: #A0A0A0;
        height: 48px
    }

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

    .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: #333
    }

    .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 NeoSansPro-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: url('./img/visa-form.svg') no-repeat 3.23% 50%;
        background-size: 12.26%
    }

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

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

    .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: 0
    }

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

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

    .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;
        font-size: 14px
    }

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

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

    .jq-selectbox__select {
        font: 16px/46px NeoSansPro;
        height: 48px;
        border: 1px solid #DED97F;
        background: #beb400;
        border-radius: 5px;
        color: #fff;
        padding: 0 12px;
        outline: 0
    }

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

    .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.disabled .jq-selectbox__trigger-arrow {
        border-top-color: #AAA
    }

    .jq-selectbox__dropdown {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 2px 0 0;
        padding: 0;
        border-radius: 5px;
        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 {
        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: 0
    }

    .insurance-blocks .container {
        padding: 18px
    }

    .ins-bl-common {
        float: left;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 0 0 15px;
        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: 1.34em NeoSansPro;
        margin: 0 0 10px
    }

    .ins-bl-txt {
        font: 1em NeoSansPro;
        margin: 0 0 18px;
        color: #323232
    }

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

    .ins-bl-price {
        font: 2em NeoSansPro;
        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
    }

    .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;
        position: relative;
        text-align: center
    }

    .ins-ev-left-title {
        font: 2em NeoSansPro;
        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
    }

    .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-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-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: 700 12px/17px NeoSansPro;
        margin: 0 0 7px
    }

    .ech-contact-cell {
        display: inline-block;
        font: 1em/1.4em NeoSansPro;
        color: #3C3800
    }

    .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/1.24em NeoSansPro;
        color: #003C78;
        margin: 0 0 14px
    }

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

    .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: no-repeat 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: 400 1.34em/1em NeoSansPro;
        margin: 0 0 5px
    }

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

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

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

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

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

    .hm-bl-single-title {
        font: 400 1em/1.5em NeoSansPro;
        margin: 0 0 5px
    }

    .hm-bl-single-title h5 {
        font: 1.34em/1em NeoSansPro;
        color: #3C3800
    }

    .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
    }

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

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

    .first-news-img {
        width: 100%;
        height: 250px;
        float: left;
        background: no-repeat 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: #E4EDF5
    }

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

    .first-news-ttl {
        font: 1.34em/1.24em NeoSansPro;
        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 NeoSansPro;
        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
    }

    .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: 0;
        overflow: hidden
    }

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

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

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

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

    .short-news-rmore {
        font: 1em/1.24em NeoSansPro;
        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;
        font: 1em NeoSansPro;
        text-align: center;
        border: 2px solid #EBEBEB;
        border-radius: 5px
    }

    .blog-pagination-txt {
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        font: 1em/1.24em NeoSansPro;
        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: no-repeat 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 NeoSansPro;
        color: #fff;
        margin: 0 0 7px
    }

    .b-inner-img-cont-ttl {
        font: 2em/1.2em NeoSansPro;
        color: #000000;
    }

    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 NeoSansPro;
        color: #003C78;
        margin: 0 0 5px
    }

    .rel-sl-slide-txt-date {
        font: 12px/15px NeoSansPro;
        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 NeoSansPro;
        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: no-repeat 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 NeoSansPro
    }

    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 NeoSansPro
    }

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

    .b-p-inner-img {
        height: 370px;
        background: #fff no-repeat 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 NeoSansPro
    }

    .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;
        -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;
        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
    }

    .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%;
        font: 1em NeoSansPro;
        height: 48px;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        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 NeoSansPro-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: url('./img/visa-form.svg') no-repeat 3.23% 50%;
        background-size: 12.26%
    }

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

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

    .what-for-ttl {
        display: block;
        font: 2em/1.2em NeoSansPro;
        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 NeoSansPro;
        text-align: center
    }

    .for-what-info {
        font: 14px/20px NeoSansPro;
        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 NeoSansPro;
        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: no-repeat 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 NeoSansPro
    }

    .prog-nd-big-ttl {
        font: 2em/1.2em NeoSansPro;
        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 NeoSansPro;
        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: 8px 'erv-icon-set';
        position: absolute;
        top: 0;
        left: -16px;
        color: #BEB400
    }

    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
    }

    .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:last-child {
        margin-right: 0
    }

    ul.menu-pages li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        font: .78em/1.45em NeoSansPro;
        color: #333;
        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 none !important
    }

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

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

    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):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 NeoSansPro;
        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: #E4EDF5;
        border: 2px solid #E4EDF5
    }

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

    .team-mem {
        width: 32.9%;
        margin: 0 0 60px;
        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: #F9F8E5 no-repeat center;
        background-size: cover;
        border-radius: 50%
    }

    .team-mem-rank {
        font: 12px/15px NeoSansPro;
        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/1.25em NeoSansPro;
        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/1.25em NeoSansPro;
        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/1.25em NeoSansPro;
        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: #E6E299 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: #E6E299 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: #E6E299 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: #E6E299 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.svg') no-repeat 84.04% 50% / 48.11%
    }

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

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

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

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

    .opt-mult-prog:hover {
        background: #BBB786 url('./img/progs/opt-ann-sc-hover.svg')
    }

    .cans-trip-prog {
        background: #003C78 url('./img/progs/trip-cancel-sc.svg') no-repeat 84.04% 50% / 48.11%;
        width: 49.01%;
        height: 220px;
       /*  margin: 0 1.95% 1.95% 0 */
    }

    .cans-trip-prog:hover {
        background: #78A7CD url('./img/progs/trip-cancel-sc-hover.svg')
    }

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

    .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.svg') no-repeat 84.04% 50% / 38.65%
    }
    .short-ev-prog.rosprof {
        background: #787000 url('./img/rzd-icon.svg') no-repeat 84.04% 50% / 38.65%
    }

    .short-ev-prog .ins-bl-txt {
        color: #fff;
        font-size: 15px
    }

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

    .extra-risks {
        clear: both;
    }

    .extra-risks-ttl {
        font: 1em/1.25em NeoSansPro;
        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/1em NeoSansPro;
        color: #003C78;
        margin: 0 0 9px
    }

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

    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: no-repeat 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;
        background-image: url('./img/menu-pages-ins-bag.svg')
    }

    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 NeoSansPro;
        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: #E0DA7F 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: #78A7CD 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 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: #333
    }

    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(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: NeoSansPro;
        color: #333;
        white-space: nowrap
    }

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

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

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

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

    .ins-check-form-input {
        float: left;
        width: 52%;
        height: 48px;
        font: 1em NeoSansPro;
        background: #fff;
        padding: 0 12px;
        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;
        font: 1em NeoSansPro;
        border: 2px solid #78A7CD;
        border-radius: 5px;
        cursor: pointer
    }

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

    .ins-p-right-time {
        font: 1em NeoSansPro;
        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 NeoSansPro;
        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;
        font: 1em/32px NeoSansPro;
        position: absolute;
        left: -50px;
        top: -7px;
        border: 2px solid #78A7CD;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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>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: #E4EDF5
    }

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

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

    .ins-cont-phone-cell a {
        font: 2em NeoSansPro
    }

    .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: #333;
        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: 18px/22px NeoSansPro;
        margin: 0 0 10px;
        color: #003C78
    }

    .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: #333;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        color: #333;
        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/normal NeoSansPro;
        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: 0
    }

    .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 {
        display: inline-block;
        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: #fff url('./img/form-clip.svg') no-repeat 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: url('./img/form-checkmark.svg') no-repeat 50%;
        background-size: 25px;
        cursor: pointer
    }

    .load-doc-btn-remove {
        display: none;
        vertical-align: middle;
        width: 46px;
        height: 46px;
        background: url('./img/form-remove.svg') no-repeat 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;
        font: 1em NeoSansPro;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        float: right;
        outline: 0;
        cursor: pointer
    }

    .agencies-figure {
        margin-bottom: 48px;
        margin-top: 48px
    }

    .agencies-figure img {
        /*object-fit: 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: url('./img/rl-sl-arrow-left.svg') no-repeat center;
        background-size: 18px 36px
    }

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

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

    .select-menu-kiwi-ttl {
        font: 1.33em/1.25em NeoSansPro;
        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 NeoSansPro;
        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>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: #333;
        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: url('./img/menu-arrow-kiwi.svg') no-repeat 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 NeoSansPro;
        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 NeoSansPro;
        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;
        text-decoration: underline
    }

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

    .partners-btn {
        display: inline-block;
        width: 177px;
        height: 50px;
        font: 1em/50px NeoSansPro;
        border-radius: 5px;
        background-color: #003C78;
        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
    }

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

    .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: 1.34rem/1.4rem NeoSansPro;
        color: #003C78
    }

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

    .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: NeoSansPro;
        margin: 0 0 7px
    }

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

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

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

    ul.foot-socials {
        display: block;
        padding: 0;
        margin: 15px 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 NeoSansPro
    }

    .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 {
        font: 1em NeoSansPro;
        width: 100%;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        padding: 0 16px;
        outline: 0
    }

    .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;
        font: 1.34em NeoSansPro;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        outline: 0;
        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;
        font: 1em NeoSansPro;
        border: 2px solid #EBEBEB;
        border-radius: 5px;
        padding: 0 16px;
        outline: 0
    }

    .login-popup-btn {
        display: block;
        width: 100%;
        height: 48px;
        margin: 0 auto;
        padding: 0;
        border: 2px solid #fff;
        font: 1.34em NeoSansPro;
        color: #fff;
        background-color: #BEB400;
        text-align: center;
        outline: 0;
        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
    }
}

@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: 2px solid #666;
    margin-bottom: 50px
}

.advantages th {
    color: #fff;
    background: #00397b;
    font-size: 16px;
    padding: 20px
}

.advantages td {
    padding: 10px 10px 10px 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: #dcdcdc
}

.promo-holder {
    display: none
}

.old-price-holder {
    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 10px 0 .2em;
    background-color: #fff;
    border: 1px solid silver;
    -moz-box-shadow: 0 0 6px 2px #d8d8d8;
    -webkit-box-shadow: 0 0 6px 2px #d8d8d8;
    box-shadow: 0 0 6px 2px #d8d8d8
}

.form__col .form__input.form__input--to,
.form__col .form__input.form__input--from {
    padding-bottom: 0;
    background-color: #fff
}

.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;
    color: #323232
}

.ui-datepicker-prev {
    left: 1rem;
    top: 1rem
}

.ui-datepicker-next {
    right: 1rem;
    top: 1rem
}

.formError {
    z-index: 90
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0
}

.block-all-contact-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer_logo_erv {
    width: 272px;
    height: 110px;
    /*margin-top: 30px;*/
    /*margin-left: 34px;*/
    margin-left: -28px;
    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 0 0 84px;
    padding: 0;
    list-style: none;
    display: flex
}

.list-icon-footer--modal {
    margin-left: 0;
}

.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 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: url(images-in/arrow-select.png) no-repeat 100% 50%
}

@media (min-width: 1024px) and (max-width: 1200px) {

    ul.main-menu {
        justify-content: flex-start
    }

    ul.main-menu li {
        margin-left: 8px
    }

    .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
    }

    .form__input.form__input--to {
        width: 140px;
    }

    .form__input.form__input--from {
        width: 140px;
    }

    .hero__form {
        height: 180px
    }

    .form__button {
        margin-top: 15px
    }

    .hero__link {
        height: 180px
    }

    .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
    }
}

.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 {
    margin: 0 auto;
    position: relative
}

.cookie-contents p {
    margin: 0;
    padding-top: 27px;
    padding-left: 13px;
    padding-right: 30px;
    color: #fff;
    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 {
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    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 {
    cursor: pointer;
    background: #fff;
    color: #beb400;
    border: 1px solid #fff
}

#header-box {
    left: 0;
    position: static;
    top: 0;
    width: 100%;
    height: 100px;
    margin-bottom: 15px
}

.response-block {
    padding: 50px;
    border: 2px solid #beb300;
    display: none
}

.response-block a {
    padding: 0
}

.block-title-events h1 {
    color: #333;
    font: 400 56px/64px "NeoSansPro", sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px
}

.block-title-events p {
    color: #333;
    font: 300 28px/33px "NeoSansPro", sans-serif
}

.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: 400 28px/32px "NeoSansPro", sans-serif;
    text-align: center
}

.programss-info-block h5 {
    color: #333;
    font: 400 24px/28px "NeoSansPro", sans-serif
}

.programss-info-block .block_lists_item-li {
    list-style: none;
    padding: 0 0 0 63px;
    margin-top: 12px
}

.programss-info-block .block_lists_item-li .block_li-item {
    color: #333;
    font: 300 18px/24px "NeoSansPro", sans-serif;
    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: 400 20px/24px "NeoSansPro", sans-serif;
    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: 12px 17px 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: 400 18px/24px "NeoSansPro", sans-serif
}

.block-text_event_insurance p {
    margin-left: 30px;
    font: 300 18px/24px "NeoSansPro", sans-serif;
    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: 400 18px/24px "NeoSansPro", sans-serif;
    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: 11px 20px 20px 14px;
    width: 368px;
    height: 140px;
    margin-top: 98px;
    margin-left: 20px
}

.elements-franchise-block p {
    color: #333;
    font: 300 14px/20px "NeoSansPro", sans-serif
}

.elements-franchise-block p span {
    font-weight: 400
}

.events-comments-block {
    width: 945px;
    background: #003c78;
    padding: 20px 40px 25px 100px;
    margin-top: 20px;
    margin-left: 96px
}

.events-comments-block p {
    position: relative;
    color: #fff;
    font: 18px/24px "NeoSansPro", sans-serif;
    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: 400 18px/25px "NeoSansPro", sans-serif
}

.about-date-block p {
    color: #333;
    font: 300 18px/24px "NeoSansPro", sans-serif;
    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
}

@media (min-width:735px) {

    .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;
    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: 400 18px/25px "NeoSansPro", sans-serif
}

.wrapper-events-warning .lists-pdf-items {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.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;
}

.wrapper-progs-four-block {
    align-items: flex-end;
    display: flex;
    align-items: unset
}

#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: unset;*/
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(3) {
    margin-right: 0;
    /*float: unset;*/
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(2) {
    /*float: unset;*/
}

#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
}

.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 {
    margin: 0;
    padding: 0
}

.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
}

.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: sticky;
    top: -52px;
    right: -9px;
    font-size: 40px;
    font-weight: 400
}

i.infotip i,.infotip i {
    display: inline-block;
    width: 15px
}

#input-main-wrapp .select2-container--default .select2-selection--multiple {
    height: 56px;
    border: none;
    color: #000;
    padding: 8px 8px 8px 56px
}

#input-main-wrapp select {
    color: #000
}

#input-main-wrapp .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    padding: 0
}

#input-main-wrapp .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
}

#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
}

#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
}

.inputwrap.mod-inputwrap {
    position: relative;
    margin-top: 20px
}

.inputwrap.mod-inputwrap .lable_optima-text {
    top: 11px;
    left: 60px;
    margin: 0
}

.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: 0;
    font-size: 12px
}

.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:hover {
    background: #e5f1f8
}

.block-table-rzd .left h4 {
    margin-bottom: 20px
}

.block-collaboration-title h1 {
    color: #beb400;
    font: 400 52px/64px "NeoSansPro", sans-serif;
    margin-top: 60px;
    margin-bottom: 12px
}

.block-collaboration-title p {
    color: #333;
    font: 300 24px/28px "NeoSansPro", 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: 400 24px/27px "NeoSansPro", sans-serif
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    border-bottom: 0
}

.nav-tabs>li {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    padding: 0 8px;
    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-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background: transparent;
}

.nav-tabs>li>a {
    height: 100%;
    margin-right: 0;
    line-height: 1.42857143;
    border: 2px solid #ebebeb;
    height: 131px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: unset
}

.nav-tabs>li>a:hover {
    border-color: #ebebeb #ebebeb #ebebeb
}

.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;
    position: relative;
    /* background: no-repeat 94% !important; */
    background-size: inherit !important
}

.list-item-collaboration .items-collaboration:hover {
    border: 2px solid #e6e299
}

.items-collaboration:hover::before {
    border-top: 13px solid #e6e299
}

.nav>li>a.items-collaboration {
    padding: 16px 12px 20px 68px
}

.block_collaboration_tab h3 {
    color: #003c78;
    font: 400 20px "NeoSansPro", sans-serif;
    margin-bottom: 9px
}

.block_collaboration_tab p {
    color: #333;
    font: 300 14px/20px "NeoSansPro", sans-serif;
    letter-spacing: .015em;
    margin-bottom: 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
}

.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: 300 18px/24px "NeoSansPro", sans-serif;
    color: #000;
    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, .contract-tabs-contents .h5 {
    color: #333;
    font: 400 24px/25px "NeoSansPro", sans-serif
}

.items-contract {
    list-style: none;
    position: relative;
    margin: 0 0 50px;
    padding: 0
}

.stages-contract-lists li.items-contract::before {
    counter-increment: list;
    content: counter(list) " ";
    color: #beb400;
    font: 400 36px/81px "NeoSansPro", sans-serif;
    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 p {
    font: 300 18px/25px "NeoSansPro", sans-serif;
    color: #000;
    margin-bottom: 0
}

.items-contract p a {
    color: #1e3c78;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

.items-contract span {
    color: #a0a0a0;
    font: 300 18px/24px "NeoSansPro", sans-serif
}

.items-contract h6, .items-contract .h6 {
    color: #333;
    font: 400 14px/17px "NeoSansPro", sans-serif;
    margin-top: 18px;
    margin-left: 25px
}

.items-contract ul li {
    list-style: none;
    margin-left: 24px;
    margin-top: 3px;
    color: #333;
    font: 300 14px/20px "NeoSansPro", sans-serif;
    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: #fff;
    font: 400 24px/56px "NeoSansPro", sans-serif;
    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: 400 14px/21px "NeoSansPro", sans-serif;
    position: relative;
    text-decoration: none;
    padding-left: 70px;
    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: #E4EDF5;
    border: 2px solid #E4EDF5
}

.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;
    left: 13px;
    color: #80add0
}

a.btn-inputs-contacts {
    width: 100%;
    height: 56px;
    background: #1e3c78;
    color: #fff;
    font: 400 20px/56px "NeoSansPro", sans-serif;
    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;
    margin-bottom: 93px;
    position: relative;
    top: 4px;
    transition: .2s
}

.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: 300 14px/20px "NeoSansPro", sans-serif
}

.data-element-contnents h6, .data-element-contnents .h6 {
    color: #333;
    font: 400 20px/29px "NeoSansPro", sans-serif
}

.phone-data,
.email-data {
    font: 400 18px/24px "NeoSansPro", sans-serif
}

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, #form-collaboration .h3 {
    color: #333;
    font: 400 24px/25px "NeoSansPro", sans-serif;
    margin-bottom: 60px;
    margin-top: 0;
}

.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: 300 18px "NeoSansPro", sans-serif;
    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: 300 18px "NeoSansPro", sans-serif;
    padding-bottom: 15px;
    padding-left: 10px
}

#collaboration-textarea {
    width: 100%;
    height: 96px;
    border: none;
    border-bottom: 2px solid #a0a0a0;
    background: transparent;
    color: #a0a0a0;
    font: 300 18px "NeoSansPro", sans-serif;
    padding-left: 10px
}

#collaboration-textarea:focus {
    outline: 0
}

.btn-submite-collaboration {
    width: 176px;
    height: 57px;
    background: #bbb30d;
    color: #fff;
    font: 400 20px/24px "NeoSansPro", sans-serif;
    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
}

.wrapper-data-elements.wrapper-iframe-collaboration {
    margin-top: 46px
}

.wrapper-data-elements.wrapper-iframe-collaboration .data-element-contnents h6,
.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: #333;
    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
}

.section-error {
    width: 100%;
    height: 500px;
    background: no-repeat center !important;
    background-size: cover !important
}

.wrapper-head-errors {
    padding-left: 130px;
    width: 1200px;
    margin: 37px auto 0;
    display: flex
}

.block-contents-error h1 {
    color: #beb400;
    font: 400 120px/120px "NeoSansPro", sans-serif
}

.block-contents-error span {
    color: #beb400;
    font: 400 20px "NeoSansPro", sans-serif
}

.p-error {
    font: 300 36px/44px "NeoSansPro", sans-serif;
    color: #333
}

.p-error span {
    color: #1e3c78;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px
}

.block-link_error p {
    font: 300 18px/24px "NeoSansPro", sans-serif;
    color: #333
}

.block-link_error p a {
    color: #1e3c78;
    font-family: "NeoSansPro", sans-serif;
    font-weight: 400
}

.block-contents-error:last-child {
    padding-left: 40px
}

.wrapper-errors-link {
    padding-top: 161px;
    margin: 0 auto;
    display: flex;
    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: 400 18px/24px "NeoSansPro", sans-serif;
    margin-left: 15px
}

.btn-erv-error:hover::before {
    background: #E4EDF5;
    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: #E4EDF5
}

.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
}

@media screen and (max-width: 1200px) {
    a.btn-inputs-contacts {
        font-size: 14px
    }

    #bg-color-mod a {
        background: no-repeat bottom !important;
        background-size: contain !important
    }
}

.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)
}

#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
}

.test-block-wrapper {
    width: 70%;
    height: auto;
    position: relative
}

#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
}

@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
    }
}

#bg-color-mod .pr {
    font-size: 48px;
    font-weight: 400;
    display: inline-block
}

#new-grids-products #bg-color-mod {
    margin-right: 0
}

.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
    }
}

.wrapper-important-square .square_important {
    margin-right: 15px
}

#input-main-wrapp .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    line-height: 40px
}

.block-img_pdf>span {
    display: inline-table
}

#ui-datepicker-div {
    z-index: 9999 !important
}

.last-mt {
    margin-top: 25px
}

.textarea_block {
    display: none
}

@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: 45px 15px 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-three-cancel {
    overflow: hidden
}

#h1_coop_form {
    color: #beb400;
    font: 400 52px/64px "NeoSansPro", 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
}

.cookie-new.erv-disclaimer {
    width: 100%;
    height: 200px;
    background: rgba(190, 180, 0, 0.9);
    position: unset !important;
    top: 0;
    left: 0;
    z-index: 300;
    border-radius: 5px
}

.important-info-modal {
    display: none;
    background-color: rgba(14, 14, 9, 0.50);
    z-index: 99999
}

.important-info-modal .modal-content {
    padding: 32px;
    max-height: 86vh;
    overflow-y: auto;
}

.important-info-modal .modal-dialog.respons_modal {
    box-shadow: 0px 8px 16px #000400;
    width: 752px;
    min-width: 752px;
    max-height: 86vh;
    height: auto!important;
    max-height: none!important;
    min-height: none!important;
}

.warning-opener {
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    background: #fff;
    bottom: 0;
    right: 340px;
    z-index: 300;
    position: fixed;
    /*-webkit-box-shadow: 0px -4px 8px #00040;
    -moz-box-shadow: 0px -4px 8px #00040;
    box-shadow: 0px -4px 8px #00040;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.warning-opener img {
    width: 41px
}

.warning-opener .warn-blue {
    display: none
}

.warning-opener:hover .warn-blue {
    display: block
}

.warning-opener:hover .warn {
    display: none
}

.important-info-modal .modal-dialog.respons_modal .modal-body h2, .important-info-modal .modal-dialog.respons_modal .modal-body .h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 41px;
    line-height: 2.8rem;
}

.important-info-modal .modal-dialog.respons_modal .modal-content {
    height: 100%;
    padding-top: 0
}

.important-info-modal .modal-dialog.respons_modal p {
    font-size: 18px
}

.important-info-modal .modal-dialog.respons_modal .modal-header {
    border-bottom: 0;
    padding: 0
}

.important-info-modal .modal-dialog.respons_modal .modal-body {
    padding: 0
}

.important-info-modal .modal-dialog.respons_modal button {
    font-size: 60px;
    font-weight: 100
}

.important-info-modal .modal-dialog.respons_modal .close {
    margin-top: 16px
}

/* .important-info-modal .modal-dialog.respons_modal .close:hover {
    color: #beb400
} */

.warn-info-btn {
    display: inline-block;
    margin-top: 45px;
    background-color: #beb400;
    color: #fff;
    font-size: 24px;
    padding: 18px 26px;
    border-radius: 4px;
    /*box-shadow: 0 6px 2px #00017;*/
    transition: .2s;
}

@media screen and (max-width: 1280px) {
    .important-info-modal .modal-dialog.respons_modal {
        height: auto
    }

    .important-info-modal .modal-dialog.respons_modal .modal-body h1 {
        font-size: 26px;
        margin-bottom: 0
    }

    .important-info-modal .modal-dialog.respons_modal p {
        font-size: 15px;
        margin-bottom: 13px
    }
}

.pt {
    padding-left: 80px;
    padding-right: 80px;
}

.rosprof-list li {
    font-weight: 400;
}

.rosprof-links {
    margin-top: 41px;
}

.rosprof-tabs {
    margin-top: 40px;
}

.rosprof {
    margin-top: 0;
}

.rosprof-to-do {
    margin-bottom: 54px;
    margin-bottom: 54px;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.list-quat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-quat li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: static;
    background-color: #beb400;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.or {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.rosprof-dashed-img {
    padding-left: 11px;
    padding-right: 11px;
}

.rosprof-list {}

.rosprof-or {
    margin-top: 143px;
    margin-bottom: 29px;
    margin-left: 37px;
}

.warn__text {
    margin-top: 34px;
}

.warn__icon:before {
    color: #22558a;
    margin-left: -9px;
}

.warn__icon {
    margin-right: 15px;
    vertical-align: middle;
}

.warn-block {
    background-color: #ebebeb;
    margin-top: 37px;
    margin-bottom: 59px;
    display: flex;
}

.warn-block__wrap-img {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 100%;
    display: flex;
    flex-basis: 160px;
    justify-content: center;
    align-items: center;
}

.warn-block__wrap-icon {}

.warn-block__wrap-icon:before {
    font-size: 42px;
    color: #9f9f9f;
}

.warn-block__text {
    margin-top: 20px;
    margin-bottom: 24px;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 18px;
    line-height: 24px;
    border-left: 0;
}

.pl0 {
    padding-left: 0;
}

.num-item__head {
    position: relative;
}

.num-item__number {
    position: absolute;
    left: -96px;
    top: -19px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #78a7cd;
    text-align: center;
    line-height: 65px;
    font-size: 40px;
    color: #78a7cd;
}

.num-item__txt {
    color: #003c78;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.num-item {
    margin-top: 45px;
}

.docs__text {
    margin-bottom: 0;
}

.docs__wrap {
    text-align: center;
    border-bottom: none;
    height: 100%;
}

.docs__item {
    padding: 15px 10px;
    border-radius: 4px;
    flex-basis: 181px;
    background: #fff;
    margin-right: 9px;
    min-height: 180px;
    border: 1px solid #f5f5f5;
    flex-shrink: 0;
}

.docs__item--big {
    flex-basis: 100%;
    flex-shrink: 1;
    padding: 0;
    border: none;
}

.docs__hover .docs__item:hover {
    box-shadow: 0 8px 10px 5px rgba(208, 208, 208, 0.94);
}

.docs__hover .docs__item .docs__icon:before {
    transition: .3s ease color;
}

.docs__hover .docs__item:hover .docs__icon:before {
    color: #b0d2e8;
}

.docs__hover .docs__item {
    min-height: 180px;
}

.docs__item:last-child {
    margin-right: 0;
}

.docs__icon {
    margin: auto;
    display: inline-block;
}

.docs__wrap {}

.docs__icon {}

.docs__text {
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    font-weight: 400;
}

.docs__text span {
    color: #003c78;
}

.docs__icon:before {
    color: #a0a0a0;
    font-size: 60px;
}

.cont-100 {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.p-80 {
    padding-left: 128px;
    padding-right: 128px;
}

.br {
    /*border: 1px solid  #f5f5f5;*/
}

.imp-info {
    margin-top: 33px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(img/back-rospr.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.imp-info__header {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333333;
}

.docs__warn__link {
    color: #003b78;
}

.docs__warn__link-icon:before {
    font-size: 12px;
}

#accident .docs__warn {
    font-size: 18px;
}

.imp-info__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.imp-info__icon:before {
    font-size: 34px;
    color: #003c78;
}

.docs {
    display: flex;
}

.map {
    margin-top: 58px
}

.map__block {
    display: flex;
}

.map__left {
    flex-basis: 370px;
    flex-shrink: 0;
}

.map__content {
    padding-bottom: 35px;
}

.map-insurance-address--rosprof .map-insurance-address {
    margin-left: 150px;
}

.map-insurance-address--rosprof .text-block-inform p {
    /*margin-bottom: 18px;*/
}

.map-insurance-address--rosprof .time-work li p {
    margin-bottom: 0;
}

.map-insurance-address--rosprof .text-block-inform::before {
    text-align: center;
}

.map-insurance-address--rosprof .text-block-inform.balun-post::before {
    left: -97px
}

.map-insurance-address--rosprof #erv-place2 {
    background: url('/local/include/map/map_thumb_erv_2.png');
    height: 366px;
}

.map-insurance-address--rosprof .text-block-inform .paragraf-address {
    margin-bottom: 18px;
}

.map-insurance-address--rosprof .p-tel {
    margin-top: 10px;
}

.map__content .text-block-inform.balun-post {
    margin-top: 14px;
}

.map__content .paragraf-address {
    margin-top: 22px;
}

.map__content .time-head {
    font-size: 14px;
}

.row-or {
    display: flex;
}

.row-or__img {
    flex-basis: 85px;
}

.row-or__list {
    margin-left: 20px;
}

.docs__warn {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    margin-left: 10px;
    position: relative;
}

.docs__icon-info {
    position: absolute;
    left: -24px;
}

.docs__icon-info:before {
    color: #aaaaaa;
    font-size: 16px;
}

.docs__warn-wrap {
    padding-right: 36px;
    padding-left: 41px;
    padding-top: 19px;
    padding-bottom: 21px;
}

.rosprof-links li {
    max-width: 40.33%;
    flex: 0 1 40.33%;
}

.wrapper-check-rosprof .check_blocks_text {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 26px;
    padding-right: 26px;
    margin-left: 20px;
}

.strah {
    margin-top: 20px;
}

.strah-block {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #ebebeb;
}

.strah-block-text {
    font-size: 18px;
    line-height: 24px;
}

.map__accident .text-block-inform p {
    margin-bottom: 19px;
}

.map__accident .grey {
    color: #a0a0a0;
}

.map__accident .time-work p {
    margin-bottom: 0;
}

.map__accident ul.time-work {
    margin-bottom: 33px;
}

.map__accident #erv-place1 {
    background: url('/local/include/map/map_thumb_erv_1.png');
    height: 490px;
}

.map__accident .map__left {
    flex-basis: 467px;
}

.map__accident .map-insurance-address {
    margin-left: 115px;
}

#accident .wrapper-check-rosprof {
    margin-top: 0;
}

.docs__accident .docs__wrap {
    border: none;
}

.docs__accident .docs__icon {
    border: none;
}

.docs__accident .docs__text {
    border: none;
    font-weight: 400;
}

.docs__accident .docs__item {
    padding: 18px 20px;
}

.accident .imp-info__wrap {
    margin-left: 96px;
    margin-right: 94px;
}

.rosprof-links li {
    position: relative;
}

.rosprof-links li:before {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    left: inherit;
    width: 75px;
    top: 17px;
    height: 75px;
    background-image: url(img/man-rosprof.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.rosprof-links li:after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 4px);
    display: block;
    position: absolute;
    top: 2px;
    left: 10px;
    z-index: -1;
    border-radius: 6px;
}

.rosprof-links #iframes:before {
    background-image: url(img/man-rosprof.png);
}

.rosprof-links #contract:before {
    background-image: url(img/car-rosprof.png);
}

.nav.rosprof-links>li>a.items-collaboration:focus {
    border: 2px solid #beb400;
}

.nav.rosprof-links>li.active>a.items-collaboration {
    border: 2px solid #beb400;
}

#accident .num-item:first-child {
    margin-top: 0;
}

#accident {
    padding-top: 11px;
}

.nav.rosprof-links .check-circle-wrap {}

.docs__accident .docs__item--big {
    padding-top: 0 !important;
}

.nav.rosprof-links li>a {
    height: auto;
    padding-top: 12px;
    padding-bottom: 16px;
}

.wrapper-check-rosprof {
    margin-top: 36px;
}

.vacancies h2 {
    font-size: 32px;
    color: #333333;
    margin-top: 39px;
    margin-bottom: 32px;
}

.vacancies-descr .ls-9 {
    letter-spacing: 0.9px;
}

.vacancies-descr {
    margin-bottom: 29px;
}

.vacancies h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 14px;
}

.vacancies ol {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    counter-reset: list 0;
    margin-bottom: 35px;
}

.vacancies ol li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 34px;
    font-size: 18px;
    line-height: 24px;
}

.vacancies {
    margin-top: 41px;
}

.vacancies ol li:before {
    position: absolute;
    left: 0;
    counter-increment: list;
    /* Увеличиваем значение счетчика */
    content: counter(list) ".";
}

.vacancies ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.vacancies ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 34px;
    font-size: 18px;
    line-height: 24px;
}

.vacancies ul li:before {
    content: "";
    position: absolute;
    left: 5px;
    width: 10px;
    height: 10px;
    top: 11px;
    display: block;
    background-color: #beb300;
}

.vacancies__contacts {
    margin-top: 30px;
}

.block-cancell-pro {
    padding-top: 25px;
    margin-left: 51px;
    width: 272px;
    height: auto;
    border: 4px solid #beb400;
    position: relative;
}

.block-cancell-pro::before {
    content: '';
    position: absolute;
    right: -21px;
    bottom: -24px;
    border: 20px solid transparent;
    border-top: 20px solid #beb400;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.block-cancell-pro::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -45px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.block-precent .precent {
    font-size: 111px;
    color: #bcb40e;
    font-family: Neo-Sans-Pro;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
    display: inline-block;
    position: absolute;
    top: 54px;
    left: 69px;
}

.precent::before {
    content: '%';
    position: absolute;
    top: -18px;
    left: 69px;
    color: #bcb40e;
    font-size: 64px;
}

.precent-text {
    display: inline-block;
    margin-bottom: 27px;
    margin-top: 10px;
}

.precent-text p {
    font-size: 25px;
    color: #bcb40e;
    text-align: center;
    display: inline-block;
    margin: 0;
    font-weight: 600;
}

.precent-text p:nth-child(1) {
    margin-top: 0;
    margin-left: 0;
    top: 72px;
    position: absolute;
    left: 146px;
}

.precent-text p:nth-child(4) {
    margin-left: 32px;
}

.precent-text p:nth-child(5) {
    margin-left: 32px;
}

.block-precent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Neo-Sans-Pro';
}

.precent-element {
    padding-top: 54px;
}

.d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.btn-cancell {
    display: inline-block;
    width: 213px;
    height: 53px;
    background: #beb400;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-family: Neo-Sans-Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
}

.block-btn-cancell {
    text-align: center;
}

.block-cancell-pro__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-cancel__text {
    font-size: 28px;
    line-height: 32px;
    color: #bcb40e;
    display: inline-block;
    margin: 0;
    padding-left: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.block-cancel__icon {
    font-size: 64px;
    color: #beb400;
    padding-left: 25px;
    margin-bottom: 12px;
}


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

 .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: NeoSansPro;
    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: NeoSansPro;
    margin: 0 0 7px;
}

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

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

.foot-cont-phone {
    font-family: NeoSansPro;
    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 NeoSansPro;
}

.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 NeoSansPro;
    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 NeoSansPro;
    color: #fff;
    background-color: #BEB400;
    text-align: center;
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {

    .logo {
        padding-left: 0;
    }

    .logo .logo-caption {
        font-size: 10px;
    }
}

@media screen and (max-width: 1200px) {
    header .logo {
        margin-top: 0;
    }

    header.fixed .logo {
        margin-top: 0;
    }

    .mobilemenutoggle {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0;
        border-radius: 5px;
        position: relative;
        -ms-flex-item-align: center;
        align-self: center;
        cursor: pointer;
    }

    .mobilemenutoggle span {
        position: absolute;
        width: 24px;
        height: 3px;
        display: inline-block;
        background: #A0A0A0;
        border-radius: 25%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .mobilemenutoggle span:nth-child(1) {
        right: 0;
        top: 6px;
    }

    .mobilemenutoggle span:nth-child(2) {
        right: 0;
        top: 16px;
    }

    .mobilemenutoggle span:nth-child(3) {
        right: 0;
        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 li {
        display: block;
        margin-left: 0;
    }

    ul.main-menu li a {
        text-align: left;
    }

}

@media screen and (max-width: 979px) {
    .header-top {
        margin: 0;
    }

    .top-menu {
        display: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: NeoSansPro;
        font-weight: normal;
        color: #003C78;
    }

    h1 {
        font-size: 2em;
        line-height: 43px;
    }

    h2, .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;
    }

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

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

    label {
        display: block;
        font: 12px NeoSansPro;
        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 NeoSansPro;
        color: #323232;
        margin: 0 0 5px;
    }

    .header-cell a {
        font-size: 18px;
        font-family: NeoSansPro;
        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: 100%;
        height: 48px;
        background: #fff;
        border: none;
        border-radius: 5px;
        font: 18px NeoSansPro;
        line-height: normal;
        padding: 0 15px;
        text-align: left;
    }

    .agents-entry button {
        font: 18px NeoSansPro;
        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: NeoSansPro;
    }

    .banner-form input {
        width: 100%;
        height: 48px;
        line-height: normal;
        border-radius: 5px;
        border: none;
        background: #fff;
        padding: 0 12px;
        font: .85em NeoSansPro;
    }

    .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: идщсл !important;
      }*/

    .ui-datepicker-title {
        font-size: 1.62em;
        line-height: 1.22em;
    }

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

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

    .ui-datepicker-calendar>thead>tr>th {
        font-size: .833em;
        font-family: 'NeoSansPro', 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 NeoSansPro-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 NeoSansPro;
        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: NeoSansPro;
    }

    .ins-bl-txt {
        font: 1em NeoSansPro;
        margin: 0 0 18px;
        color: #323232;
    }

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

    .ins-bl-price {
        font: 2em NeoSansPro;
        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: NeoSansPro;
        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 NeoSansPro;
        font-weight: bold;
        line-height: 17px;
        margin: 0 0 7px;
    }

    .ech-contact-cell {
        display: inline-block;
        font: 1em NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        font-weight: normal;
        margin: 0 0 5px;
    }

    .hm-ns-single-title h5 {}

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

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

    .hm-ns-single-rmore {
        font-family: NeoSansPro;
        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 NeoSansPro;
        font-weight: normal;
        margin: 0 0 5px;
    }

    .hm-bl-single-title h5 {
        font-weight: normal;
        color: #3C3800;
        font: 1.34em/1em NeoSansPro;
    }

    .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: #E4EDF5;
    }

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

    .first-news-ttl {
        font: 1.34em/1.24em NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        margin: 0 0 2px;
    }

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

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

    .short-news-rmore {
        font: 1em/1.24em NeoSansPro;
        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 NeoSansPro;
        border-radius: 5px;
    }

    .blog-pagination-txt {
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        font: 1em/1.24em NeoSansPro;
        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 NeoSansPro;
        color: #fff;
        margin: 0 0 7px;
    }

    .b-inner-img-cont-ttl {
        font: 2em/1.2em NeoSansPro;
        color: #000000;
    }

    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 NeoSansPro;
        color: #003C78;
        margin: 0 0 5px;
    }

    .rel-sl-slide-txt-date {
        font: 12px/15px NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
    }

    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 NeoSansPro;
    }

    .short-post-tags a {
        display: inline-block;
        padding: 2px 6px;
        background-color: #A0A0A0;
        color: #fff;
        font: 14px NeoSansPro;
        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 NeoSansPro;
    }

    .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 NeoSansPro;
        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 NeoSansPro-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 NeoSansPro;
        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 NeoSansPro;
        text-align: center;
    }

    .for-what-info {
        font: 14px/20px NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
    }

    .prog-nd-big-ttl {
        font: 2em/1.2em NeoSansPro;
        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 NeoSansPro;
        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;
        padding-top: 20px;
    }

    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:last-child {
        margin-right: 0;
    }

    ul.menu-pages li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        font: .78em/1.45em NeoSansPro;
        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: 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 NeoSansPro;
        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: #E4EDF5;
        border: 2px solid #E4EDF5;
    }

    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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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.svg') no-repeat 84.04% 50% / 48.11%;
    }

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

    .opt-mult-prog {
        background: #787000 url('./img/progs/opt-ann-sc.svg') 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.svg');
    }

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

    .cans-trip-prog {
        background: #003C78 url('./img/progs/trip-cancel-sc.svg') 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: #78A7CD;
        background-image: url('./img/progs/trip-cancel-sc-hover.svg');
    }

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

    .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.svg') no-repeat 84.04% 50% / 38.65%;
    }
    .short-ev-prog.rosprof {
        background: #787000 url('./img/rzd-icon.svg') no-repeat 84.04% 50% / 38.65%
    }

    .short-ev-prog .ins-bl-txt {
        color: #fff;
        font-size: 15px;
    }

    .short-ev-prog:hover {
        background-color: #BBB786;
        background-image: url('./img/progs/event-sc-hover.svg');
    }
    .short-ev-prog.rosprof {
        background-color: #787000;
        background-image: url('./img/rzd-icon.svg');
    }

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

    .extra-risks {
        clear: both;
    }

    .extra-risks-ttl {
        font: 1em NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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: NeoSansPro;
        color: #333333;
        white-space: nowrap;
    }

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

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

    .ins-check-form-label {
        font: 12px/15px NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        border: 2px solid #78A7CD;
        border-radius: 5px;
        cursor: pointer;
    }

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

    .ins-p-right-time {
        font: 1em NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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: #E4EDF5;
    }

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

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

    .ins-cont-phone-cell a {
        font-size: 2em;
        font-family: NeoSansPro;
    }

    .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 NeoSansPro;
    }

    .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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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 {
        display: inline-block;
        /* 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 NeoSansPro;
        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-fit: 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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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: NeoSansPro;
        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: #E4EDF5;
    border: 2px solid #E4EDF5;
  }*/

    .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: #E4EDF5;
    border: 2px solid #E4EDF5;
  }*/

    .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: NeoSansPro;
        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: NeoSansPro;
        margin: 0 0 7px;
    }

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

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

    .foot-cont-phone {
        font-family: NeoSansPro;
        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 NeoSansPro;
    }

    .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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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 NeoSansPro;
        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) {

    ul.main-menu {
        justify-content: flex-start;
    }


    .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;
    }

    .form__button {
        margin-top: 15px;
    }

    .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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.programss-info-block h5 {
    color: #333;
    font-family: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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');
    z-index: -1;
}

.block-text_event_insurance h6 {
    color: #333;
    font-family: "NeoSansPro", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.block-text_event_insurance p {
    margin-left: 30px;
    font-family: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.about-date-block p {
    color: #333;
    font-family: "NeoSansPro", 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; */
}

@media (min-width:735px) {

    .section-all-programs:before {
        content: '';
        position: absolute;
        top: -40px;
        left: -30px;
        background: #f5f5f5;
        width: 30px;
        height: 200px
    }
}

.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: "NeoSansPro", 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: unset;*/;
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(3) {
    margin-right: 0;
    /* height: 200px; */

    /*float: unset;*/;
}

#new-grids-products .wrapper-progs-four-block .ins-bl-common:nth-child(2) {
    /* height: 200px; */

    /*float: unset;*/;
}

#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: 0 auto;
}

.cancel-modal h4, .cancel-modal .h4 {
    margin-top: 0;
    margin-bottom: 40px;
}

.cancel-modal .squared li {
    line-height: 22px;
}

.cancel-modal .close {
    position: sticky;
    top: -1px;
    right: -25px;
    font-size: 40px;
    font-weight: 400;
}

i.infotip 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: 48px;
    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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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;
    background: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    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;
    background-color: transparent;
}

.nav>li>a.items-collaboration {
    padding: 16px 12px 20px 68px;
}

.block_collaboration_tab h3 {
    color: #003c78;
    font-family: "NeoSansPro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 9px;
}

.block_collaboration_tab p {
    color: #333;
    font-family: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.items-contract h6, .items-contract .h6 {
    color: #333;
    font-family: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: #E4EDF5;
    border: 2px solid #E4EDF5;
}

.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: "NeoSansPro", 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: "NeoSansPro", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.data-element-contnents h6, .data-element-contnents .h6 {
    color: #333;
    font-family: "NeoSansPro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
}

.phone-data,
.email-data {
    font-family: "NeoSansPro", 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, #form-collaboration .h3 {
    color: #333;
    font-family: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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: "NeoSansPro", 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,
.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: "NeoSansPro", sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 120px;
}

.block-contents-error span {
    color: #beb400;
    font-family: "NeoSansPro", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.wrapper-head-errors {
    display: flex;
    margin-top: 37px;
}

.p-error {
    font-family: "NeoSansPro", 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: "NeoSansPro", sans-serif;
    font-weight: 300;
}

.block-link_error p a {
    color: #1e3c78;
    font-family: "NeoSansPro", 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: "NeoSansPro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
}

.btn-erv-error:hover::before {
    background: #E4EDF5;
    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: #E4EDF5;
}

.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;
    }
}

/*-- 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!important;
    background-image: url(./img/progs/opt-ann-sc-hover.svg);
    background-repeat: no-repeat;
}
#bg-color-mod.rosprof:hover {
    background-image: url(./img/rzd-icon_hover.svg) !important;

}
#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: #78A7CD url('./img/progs/opt-ann-sc-hover.svg') no-repeat 84.04% 50% / 48.11%
}
.color-bg-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 {
    margin-bottom: 0 !important;
    background: #003C78 url('./img/progs/opt-ann-sc.svg') 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: Neo-Sans-Pro; */

    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    box-sizing: border-box;
    position: relative;
    padding-left: 90px;
    padding-top: 15px;
    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: #E4EDF5;
    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;
}

/* euro-holding */
.euro-holding {
    padding: 152px 0 64px;
}

ul.breadcrumbs {
    letter-spacing: .05em;
    color: #9f9f9f;
}

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

ul.breadcrumbs li a {
    color: #323232;
    display: inline-block;
}

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

.euro-holding__wrapper {
    padding: 0 0 0 90px;
    margin: 40px 0 0;
}

.euro-holding__title {
    margin: 0 0 8px;
    font-size: 40px;
    color: #333333;
}

.euro-holding__description {
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 400;
    color: #78A7CD;
}

.euro-holding__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.euro-holding__text {
    width: calc(100% - 272px);
    padding: 0 100px 0 0;
}

.image-holding {
    margin: 40px 0;
    width: 100%;
    position: relative;
}

.image-holding img {
    width: 100%;
}

.image-holding__title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    z-index: 1;
    padding: 16px 20px;
    font-size: 40px;
}

.attention-box {
    width: 100%;
    margin: 56px 0 0;
    border: 2px solid #94BCDA;
    padding: 24px 20px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 300;
}

.attention-box strong {
    font-weight: 500;
}

.attention-box__icon {
    font-size: 40px;
    color: #B0D2E8;
}

.attention-box__text {
    width: calc(100% - 40px);
    padding: 0 0 0 20px;
}

.euro-holding__info {
    width: 272px;
}

.euro-holding__info_box {
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin: 0 0 40px;
}

.euro-holding__info_box:last-child {
    margin: 0;
}

.euro-holding__info_box p,
.euro-holding__info_box a {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
}

.euro-holding__info_box .phone {
    color: #333333;
}

.euro-holding__info_box .phone-mobile {
    font-size: 18px;
    color: #A0A0A0;
}

.euro-holding__info_box .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.euro-holding__info_box .schedule p:after {
    content: '/';
    display: inline-block;
    color: #A0A0A0;
    margin: 0 3px;
}

.euro-holding__info_box .schedule p:last-child:after {
    display: none;
}

/******************** adaptive cookie 18.12.2019 *********************/
@media screen and (max-width: 480px) {
    .cookie-content {
        width: 480px;
    }

    .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;
    }
}

/* 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: "NeoSansPro", 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;
}

/* 27.03.2020 cookie warning */
.cookie-new.erv-disclaimer {
    width: 100%;
    height: 200px;
    background: rgba(190, 180, 0, 0.9);
    position: unset !important;
    top: 0;
    left: 0;
    z-index: 300;
    border-radius: 5px;
    /* display: none; */
}

.important-info-modal {
    display: none;
    background-color: rgba(14, 14, 9, 0.50);
    z-index: 99999;
}

.important-info-modal .modal-content {
    padding: 32px;
    /* width: 752px; */
    /* display:none; */
}

.warning-opener {
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    /* position: unset !important; */

    bottom: 0;
    right: 340px;
    z-index: 300;
    /* border-radius: 5px; */

    position: fixed;
    -webkit-box-shadow: 0px -4px 8px #00000040;
    -moz-box-shadow: 0px -4px 8px #00000040;
    box-shadow: 0px -4px 8px #00000040;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warning-opener img {
    width: 41px;
}

.warning-opener .warn-blue {
    display: none;
}

.warning-opener:hover .warn-blue {
    display: block;
}

.warning-opener:hover .warn {
    display: none;
}

.important-info-modal .modal-dialog.respons_modal .modal-body h1 {
    font-size: 36px;
    color: black;
    margin-bottom: 41px;
}

.important-info-modal .modal-dialog.respons_modal .modal-content {
    height: 100%;
    padding-top: 0px;
}

.important-info-modal .modal-dialog.respons_modal p {
    font-size: 18px;
}

.important-info-modal .modal-dialog.respons_modal .modal-header {
    border-bottom: none;
    padding: 0;
}

.important-info-modal .modal-dialog.respons_modal .modal-body {
    padding: 0;
}

.important-info-modal .modal-dialog.respons_modal button {
    font-size: 60px;
    font-weight: 100;
}

.important-info-modal .modal-dialog.respons_modal .close {
    margin-top: 16px
}

/* .important-info-modal .modal-dialog.respons_modal .close:hover {
    color: #beb400;
} */

.warn-info-btn {
    display: inline-block;
    margin-top: 45px;
    background-color: #beb400;
    color: #ffffff;
    font-size: 24px;
    padding: 18px 26px;
    border-radius: 4px;
    box-shadow: 0 6px 2px #00000017;
    transition: .2s;
}

@media screen and (max-width: 1280px) {
    .important-info-modal .modal-dialog.respons_modal {
        height: auto;
    }

    .important-info-modal .modal-dialog.respons_modal .modal-body h1 {
        font-size: 26px;
        margin-bottom: 0px;
    }

    .important-info-modal .modal-dialog.respons_modal p {
        font-size: 15px;
        margin-bottom: 13px;
    }
}

/* ------------------------------------------------------- */
.vacancies h2 {
    font-size: 32px;
    color: #333333;
    margin-top: 39px;
    margin-bottom: 32px;
}

.vacancies-descr .ls-9 {
    letter-spacing: 0.9px;
}

.vacancies-descr {
    margin-bottom: 29px;
}

.vacancies h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 14px;
}

.vacancies ol {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    counter-reset: list 0;
    margin-bottom: 35px;
}

.vacancies ol li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 34px;
    font-size: 18px;
    line-height: 24px;
}

.vacancies {
    margin-top: 41px;
}

.vacancies ol li:before {
    position: absolute;
    left: 0;
    counter-increment: list;
    /* Увеличиваем значение счетчика */

    content: counter(list) ".";
}

.vacancies ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.vacancies ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 34px;
    font-size: 18px;
    line-height: 24px;
}

.vacancies ul li:before {
    content: "";
    position: absolute;
    left: 5px;
    width: 10px;
    height: 10px;
    top: 11px;
    display: block;
    background-color: #beb300;
}

.vacancies__contacts {
    margin-top: 30px;
}

/* covid 19 page */
.covid-page h1 {
    font-size: 40px;
    line-height: 1.3;
    color: #333333;
}

.flex-cols {
    display: flex;
    justify-content: flex-start;
}

.flex-col-1 {
    flex-basis: 176px;
    min-width: 176px;
    text-align: center;
}

.flex-col-2 {
    flex-basis: 752px;
    min-width: 752px;
}

.info-box .list-square {
    padding-left: 0;
}

.info-box .list-square li {
    font-size: 18px;
}

.info-box p {
    margin-bottom: 0;
}

.icon-col {
    margin-right: 20px;
}

.covid-page .subheader {
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
}

.covid-page h2 {
    font-size: 24px;
    line-height: 28px;
    color: #003C78;
}

.question-list {
    margin-top: 30px;
}

.question-item {
    margin-bottom: 44px;
}

.question-head {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.info-box {
    border: 2px solid #94BCDA;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 44px;
    margin-bottom: 44px;
}

.info-box__icon:before {
    color: #B0D2E8;
    font-size: 40px;
}

.program-wrap {
    margin-top: 90px;
}

.no-padding.container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .flex-cols {
        flex-direction: column;
    }

    .flex-col-1 {
        display: none;
    }

    .flex-col-2 {
        flex-basis: 100%;
        min-width: 100%;
    }

    .flex-col-2>* {
        margin-left: 32px;
        margin-right: 32px;
    }

    .covid-page h1 {
        font-size: 32px;
    }

    .covid-page h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 48px;
    }

    .covid-page .subheader {
        font-size: 18px;
    }

    .info-box {
        background-color: #E4EDF5;
        border: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 32px;
        padding-right: 32px;
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .info-box__icon {
        margin-bottom: 32px;
    }

    .info-box__icon:before {
        font-size: 32px;
    }

    .question-head {
        font-size: 14px;
        line-height: 20px;
    }

    .question-answer {
        font-size: 14px;
        line-height: 20px;
    }

    .info-box .list-square li {
        font-size: 14px;
    }

    .info-box p {
        font-size: 14px;
    }

    .question-list {
        margin-top: 36px;
    }
}

.banner__wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-height: 80px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.banner__flag {
    width: 160px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.banner__flag > img:first-child {
    display: block;
}
.banner__flag > img:last-child {
    display: none;
}

.banner__header {
    flex-shrink: 0;
    margin-left: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.banner__header b {
    font-weight: 500;
}

.banner__boarding {
    width: 90px;
    height: 70px;
    margin-top: 10px;
    margin-left: auto;
    background-size: cover;
    overflow: hidden;
}

.banner__link {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.banner__covid {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-left: auto;
}

.banner__covid-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */

    letter-spacing: 0.015em;
    /* Text Black */

    color: #333333;
}

.banner__covid .covid-19__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .banner__header {
        margin-left: 52px;
    }
}

@media (max-width: 1023px) {
    .banner__covid-yes {
        display: block;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .tabHidden{
        display: none;
    }
    .tabVisible{
        display: block;
    }
    .banner__wrapper {
        height: 50px;
        min-height: auto;
    }

    .banner__flag {
        width: 100px;
        height: 50px;
        background-size: contain;
    }

    .banner__header {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-style: normal;
        font-size: 12px;
        line-height: 14px;
    }

    .banner__boarding {
        width: 32px;
        margin-left: auto;
        height: 40px;
    }

    .banner__covid-text {
        font-size: 10px;
        line-height: 12px;
        font-weight: normal;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .banner__covid-icon {
        width: 28px;
        height: 28px;
    }

    .banner__covid-yes {
        font-size: 10px;
        line-height: 12px;
        display: inline;
    }
}

@media (max-width: 479px) {
    .banner__flag {
        width: 32px;
        height: 48px;
    }
    .banner__flag > img:first-child {
        display: none;
    }
    .banner__flag > img:last-child {
        display: block;
    }
}

/* modal-body auto-pay */
.modal-body.auto-pay {
    padding: 69px 64px 79px 64px;
}

.modal-body.auto-pay .h2, .modal-body.auto-pay h2 {
    font-size: 32px;
    line-height: 38px;
    color: #333333;
}

.modal-body.auto-pay h4, .modal-body.auto-pay .h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}

.modal-body.auto-pay p.important-notice {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 9px;
    margin-bottom: 17px;
}

.auto-pay__header {
    margin-bottom: 20px;
}

.auto-pay {
    counter-reset: list 0;
}



.auto-pay .stage-desc p {
    line-height: 24px;
}

.auto-pay .count-stages {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.mt-24 {
    margin-top: 24px;
}

.mt-100 {
    margin-top: 100px;
}

.block-items-cards--wrap {

    height: 100%;

}

.block-items-cards--delay:before {
    content: "";
    position: absolute;

    top: 32px;
    right: 33px;

    width: 152px;
    height: 152px;

    background-image: url('img/flight-delay-icon.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.block-items-cards--delay {
    padding: 16px;
}

.block-items-cards--wrap:before {
    content: "";
    position: absolute;
    right: -3px;
    top: -3px;
    width: 80px;
    height: 80px;
    display: block;

    background-image: url('img/featured-star-ribbon.svg');
    background-repeat: no-repeat;
}

.block-items-cards--delay a {
    position: absolute;
    color: #003C78;
    font-size: 20px;
    text-decoration: none;
}

.block-items-cards--delay:hover {
    cursor: pointer;
}

.block-items-cadrs--icon {
    fill: #ebebeb;
    z-index: -1;
    position: absolute;
    top: 32px;
    right: 33px;
    width: 152px;
    height: 152px;
    transition: .3s ease all;
}

.block-items-cards--delay:hover .block-items-cadrs--icon {
    fill: #F9F0B2;


}

#autoPayInfoModal .modal-content {
    position: relative;
    max-height: 80vh;
    overflow: auto;

}

#autoPayInfoModal .modal-header {
    position: absolute;
    right: 0;
    z-index: 10;
    border-bottom: 0;
}


/* !new style */
.modal-header .close span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.015em;
    color: #A0A0A0;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(-2px);
}
.modal-header .close {
    opacity: 1;
}
.modal-header .close  img {
    opacity: 0.2;
}
.toggle-blind {
    margin-left: 110px;
}


#height-ev.ins-bl-common.bd-radius.short-ev-prog.erv-s-mright-null {
    width: 100%;
    height: 235px;
    margin-top: 0px;
    margin-bottom: 0;
    margin-right: 0px;
}
#bg-color-mod {
    width: 100% !important;
    height: 235px !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}
.ins-bl-common {
    width: 100%;
    float: unset;
}

.card-new.first-card-heading::before {
    content: "Краткосрочные поездки";
    font: 1em NeoSansPro;
    line-height: 1.25em;
    color: #BEB400;
    margin: 0 0 10px;
}

.card-new {
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 230px;
    padding: 24px;
    background: #BEB400 url(./img/progs/optima-sc-img.png) no-repeat 85.13% 50% / 34.32%;
    border-radius: 5px;
}

.pl_col {
    padding-left: 0;
}

.pr_col {
    padding-right: 0;
}

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

@media screen and (max-width: 1220px) {
    #bg-color-mod {
        height: 255px !important;
    }
    #height-ev.ins-bl-common.bd-radius.short-ev-prog.erv-s-mright-null {
        height: 255px !important;
    }
}
@media screen and (max-width: 980px) {
    .ins-bl-common {
        height: 255px;
        margin-bottom: 0;
    }
}


/*New auth form*/
.auth-new {
    position: absolute;
    /*background: #003B77;*/
    top: 60px;
    right: 0;
    /*width: 342px;*/
    display: none;
    /*padding: 24px;*/
    z-index: 100;
    /*display: flex;*/
    justify-content: center;
    margin: auto;
    width: 368px;
    height: auto;
    background-color: #223880;
    padding-top: 48px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: "NeoSansPro-pro", Arial, sans-serif;
    font-weight: 300;


}
.form-auth-new {
    width: 100%;




}
.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.form-auth__input {
    display: block;
    width: 100%;
    border: none;
    font-family: "NeoSansPro-pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #333333;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 2px solid #A0A0A0;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 48px;
    padding-top: 17px;
    padding-bottom: 16px;

}
.form-auth__input::placeholder {
    font-family: "NeoSansPro-pro", Arial, sans-serif;
    font-weight: 300;
    color: #A0A0A0;







}
.form-auth__msg {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #ffffff;
}
.radio-new {
    margin-top: 10px;
    margin-bottom: 20px;
}
.radio-new__label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: "NeoSansPro-pro", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;









}
.radio-new__label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background: #CBE3F1;
    border-radius: 12px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: .3s ease border;

}
.radio-new__input:checked + .radio-new__label:before {
    border: 7px solid #BEB400;
}
.form-auth__btn {
    display: block;
    width: 100%;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #BEB400;
    border-radius: 4px;
    border: none;
    margin-bottom: 40px;
}
.form-auth__btn[disabled] {
    background-color: #A0A0A0;



}
.form-auth__reg {
    display: block;
    text-align: center;
    color: #78A7CD!important;
    font-size: 16px;
    line-height: 24px;
}
.form-auth__wrap {
    position: relative;
    margin-bottom: 8px;
}
.form-auth__wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s ease all;
}
.form-auth__wrap--login::before {
    width: 24px;
    height: 24px;
    background-image: url(img/auth/login.svg#grey);



}
.form-auth__wrap--password::before {
    width: 24px;
    height: 25px;
    background-image: url(img/auth/password.svg#grey);

}

.form-auth__showPassword {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 15px;
    width: 24px;
    height: 17px;
    background-image: url(img/auth/eye.svg#eye);
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    border: none;
    transition: .3s ease opacity;

}
.form-auth__showPassword--show {
    opacity: 1;
    visibility: visible;
}
.form-auth__showPassword--line-eye {
    background-image: url(img/auth/eye.svg#eye-line);

}

.form-auth__wrap--hasError.form-auth__wrap--password:before {
    background-image: url(img/auth/password.svg#brown);

}
.form-auth__wrap--hasError.form-auth__wrap--login:before {
    background-image: url(img/auth/login.svg#brown);

}
.form-auth__wrap--hasError .form-auth__input {
    color: #854E1B;
    font-weight: 500;
}

.form-auth__wrap--hasError .form-auth__input::placeholder {
    color: #854E1B;
    font-weight: 500;
}
.form-auth__wrap--hasError::after {
    content: "";
    display: block;

    width: 24px;
    height: 25px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -12px;
    background-image: url(img/auth/error.svg);

}
.form-auth__wrap--hasError .form-auth__showPassword {
    right: 51px;
}
.form-auth__error_msg {
    display: none;
    color: #7F8022;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}

.form-auth__wrap--focus.form-auth__wrap--password:before {
    background-image: url(img/auth/password.svg#lightgrey);
}
.form-auth__wrap--focus.form-auth__wrap--login:before {
    background-image: url(img/auth/login.svg#lightgrey);

}

.form-auth__wrap--success.form-auth__wrap--password:before {
    background-image: url(img/auth/password.svg#yellow);
}
.form-auth__wrap--success.form-auth__wrap--login:before {
    background-image: url(img/auth/login.svg#yellow);

}

.list-item-collaboration .items-collaboration img.rzd-icon {
    position: absolute;
    top: 15px;
    left: 269px;
    width: 87px;
    z-index: -1;
}


/*New auth form*/
.auth-new {
    position: absolute;
    /*background: #003B77;*/
    top: 60px;
    right: 0;
    /*width: 342px;*/
    display: none;
    /*padding: 24px;*/
    z-index: 100;
    /*display: flex;*/
    justify-content: center;
    margin: auto;
    width: 368px;
    height: auto;
    background-color: #223880;
    padding-top: 48px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: "NeoSansPro-pro", Arial, sans-serif;
    font-weight: 300;
}

.form-auth-new {
    width: 100%;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.form-auth__input {
    display: block;
    width: 100%;
    border: none;
    font-family: "NeoSansPro-pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #333333;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 2px solid #A0A0A0;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 48px;
    padding-top: 17px;
    padding-bottom: 16px;
}

.form-auth__input::placeholder {
    font-family: "NeoSansPro-pro", Arial, sans-serif;
    font-weight: 300;
    color: #A0A0A0;
}

.form-auth__msg {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #ffffff;
}

.radio-new {
    margin-top: 10px;
    margin-bottom: 20px;
}

.radio-new__label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: "NeoSansPro-pro", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.radio-new__label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background: #CBE3F1;
    border-radius: 12px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: .3s ease border;
}

.radio-new__input:checked + .radio-new__label:before {
    border: 7px solid #BEB400;
}

.form-auth__btn {
    display: block;
    width: 100%;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #BEB400;
    border-radius: 4px;
    border: none;
    margin-bottom: 40px;
}

.form-auth__btn[disabled] {
    background-color: #A0A0A0;
}

.form-auth__reg {
    display: block;
    text-align: center;
    color: #78A7CD!important;
    font-size: 16px;
    line-height: 24px;
}

.form-auth__wrap {
    position: relative;
    margin-bottom: 8px;
}

.form-auth__wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s ease all;
}

.form-auth__wrap--login::before {
    width: 24px;
    height: 24px;
    background-image: url(img/auth/login.svg#grey);
}

.form-auth__wrap--password::before {
    width: 24px;
    height: 25px;
    background-image: url(img/auth/password.svg#grey);
}

.form-auth__showPassword {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 15px;
    width: 24px;
    height: 17px;
    background-image: url(img/auth/eye.svg#eye);
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    border: none;
    transition: .3s ease opacity;
}

.form-auth__showPassword--show {
    opacity: 1;
    visibility: visible;
}

.form-auth__showPassword--line-eye {
    background-image: url(img/auth/eye.svg#eye-line);
}

.form-auth__wrap--hasError.form-auth__wrap--password:before {
    background-image: url(img/auth/password.svg#brown);
}

.form-auth__wrap--hasError.form-auth__wrap--login:before {
    background-image: url(img/auth/login.svg#brown);
}

.form-auth__wrap--hasError .form-auth__input {
    color: #854E1B;
    font-weight: 500;
}

.form-auth__wrap--hasError .form-auth__input::placeholder {
    color: #854E1B;
    font-weight: 500;
}

.form-auth__wrap--hasError::after {
    content: "";
    display: block;
    width: 24px;
    height: 25px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -12px;
    background-image: url(img/auth/error.svg);
}

.form-auth__wrap--hasError .form-auth__showPassword {
    right: 51px;
}

.form-auth__error_msg {
    display: none;
    color: #7F8022;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}

.form-auth__wrap--focus.form-auth__wrap--password:before {
    background-image: url(img/auth/password.svg#lightgrey);
}

.form-auth__wrap--focus.form-auth__wrap--login:before {
    background-image: url(img/auth/login.svg#lightgrey);
}

.form-auth__wrap--success.form-auth__wrap--password:before {
    background-image: url(img/auth/password.svg#yellow);
}

.form-auth__wrap--success.form-auth__wrap--login:before {
    background-image: url(img/auth/login.svg#yellow);
}

.list-item-collaboration .items-collaboration img.rzd-icon {
    position: absolute;
    top: 15px;
    left: 269px;
    width: 87px;
    z-index: -1;
}

.cusor-zoom-in {
    cursor: zoom-in;
}

.logo-img {
    position: relative;
}
.logo__badge {
    /* width: 127px; */
    width: 59px;
    position: absolute;
   /*  right: -55px; */
   right: -19px;
    top: 28px;
    z-index: 99;
    transition: .4s;
}
header.fixed .logo__badge {
    top: 24px;
    right: -56px;
}
.swing1 {
    animation: swing1 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 1 forwards;
    animation-fill-mode: both;
    transform-origin: top center;
}
.swing2 {
    animation: swing2 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 5s infinite;
    animation-fill-mode: both;
    transform-origin: top center;
}
@keyframes swing1 {
    0% {
        transform: rotate3d(0, 0, 1, 10deg);
    }

    20% {
        transform: rotate3d(0, 0, 1, -9deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, 8deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, -7deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 6deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing2 {
    0% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    50% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
}

#product-country-wrapp .select2-container--default .select2-selection--multiple .select2-selection__choice,
#product-country-wrapp .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    width: 85%;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

#optima-calc-form .inputwrap .select2-container {
    width: 100% !important;
}
.shareBlock {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    margin-top: 10px;
}
.shareBlock p{
    margin: 0;
    margin-right: 20px;
    font-size: 0.8rem;
}
/*.more-dropdown__noEllipses .moreellipses{
    display: none!important;
}*/
.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.more-dropdown {
    margin-top: 20px;
}

.more {
    line-height: 28px;
    font-size: 13px;
}
.summary .links a{
    margin-bottom: 10px;
    display: block;
}
.ml35{
    margin-left: 35px;
}
.claimsLink{
    background-color: #1e3878;
    color: white;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 5px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.claimsLink:hover{
    background: #264d9c;
    color: white;
}
.widget-fixed{
    width: 500px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 300;
    border-radius: 5px;
}
#erv-widget-container{
    width: 500px;
    float: right;
}

.advantages__wrapper {
    display: none;
}

.contacts-page__link {
    font-family: "NeoSansPro", sans-serif;
}

.page-content-left--about {
    text-align: justify;
}

.advantages__banner-item {
    text-align: left;
}
.online-termination{
    max-width: 976px;
    margin: auto;
    position: relative;
}
.online-termination__stepper{
    margin-left: -2px;
    margin-right: -2px;
    display: flex;
}
.termination-stepper__step{
    padding-left: 2px;
    padding-right: 2px;
    /*width: calc(100% / 7)*/;
    width: calc(100% / 6);
}
.termination-stepper__step_small{
    /*width: calc(100% / 14);*/
    width: calc(100% / 12);
}
.termination-stepper__step>span{
    width: 100%;
    border-radius: 4px;
    background: #EBEBEB;
    height: 4px;
    display: block;
    cursor: pointer;
}
.termination-stepper__step.activeStep>span{
    background: rgba(190, 180, 0, 0.4)
}
.termination-stepper__step.finishedStep:not(.neverFinished)>span{
    background: #BEB400;
}
.termination-stepper__step.errorStep>span{
    background: red;
}
.termination-stepper__step.errorStep.activeStep>span{
    background: rgba(190, 0, 0, 0.4)
}

.online-termination__form{
    max-width: 368px;
    margin: auto;
}
.termination__form_left{
    margin-left: 100px;
}
.termination-form__step:not(.stepActive) {
    display: none;
    width: 0%;
}
.termination-form__step.stepActive{
    width: 100%;
}
.step__header{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    color: #BEB400;
    margin-top: 44px;
}
.step__info{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 55px;
}
.online-termination__form input, .online-termination__form textarea,.online-termination__form input:focus, .online-termination__form textarea:focus{
    background: #EBEBEB;
    border-radius: 4px 4px 0px 0px;
    border: none;
    border-bottom: 1px solid #A0A0A0;
    outline: none;
}


.online-termination__form input, .online-termination__form textarea {
    border-bottom: 1px solid #BEB400;
}

.online-termination__form input.errorInput,.online-termination__form textarea.errorInput{
    border-bottom: 1px solid red;
}

/*.online-termination__form input:valid, .online-termination__form textarea:valid{*/
/*    border-bottom: 1px solid #BEB400;*/
/*}*/
/*.online-termination__form input.errorInput:valid,.online-termination__form textarea.errorInput:valid{*/
/*    border-bottom: 1px solid #BEB400;*/
/*}*/
/*.online-termination__form input.errorInput,.online-termination__form textarea.errorInput{*/
/*    border-bottom: 1px solid red;*/
/*}*/



.online-termination__form .block-check-input{
    margin-bottom: 36px;
}
.input-type-checkbox{
    display: none!important;
    height: 0px!important;
    width: 0px!important;
    border-bottom: red!important;
}
.online-termination__form .input-type-checkbox__label {
    display: flex;
    align-items: flex-start;
}
.online-termination__form .input-type-checkbox__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.015em;
    color: #555555;
    margin-left: 12px;
}
.online-termination__form .errorInput+.input-type-checkbox__fake{
    border: 1px solid red;
}
.online-termination__form .errorInput:checked+.input-type-checkbox__fake{
    border: 1px solid #C4C4C4;
}
.online-termination__form .input-type-checkbox__fake{
    max-width: 24px;
    height: 24px;
}
.online-termination__form .input-type-checkbox__fake::before {
    content: '';
    height: 24px;
    width: 24px;
    background-color: white;
    background-image: url(img/termination-check.svg);
    background-size: 24px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #C4C4C4;
}
.online-termination__form .input-type-checkbox__fake::after {
    content: '';
    display: none;
}
.step_final__block{
    padding: 36px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.step_final div .step_final__block:not(:last-child){
    border-bottom: 1px solid #EBEBEB;
}
.final-block__header{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 12px;
}
.final-block__edit{
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(img/pencilEdit.svg);
    margin-left: 10px;
    cursor: pointer;
}
.final-block__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.015em;
    color: #333333;
    width: 100%;
}
.termination-form__navigation{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.termination-form__navigation .btn{
    background: #BEB400;
    border-radius: 4px;
    padding: 16px 28px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: none;
    width: auto;
    height: auto;
    border: none;
}

.termination-form__navigation .btn:not(.disabled):hover {
    opacity: 0.7;
}

.termination-form__navigation .btn:not(.disabled):active {
    opacity: 1;
}

.termination-form__navigation .btnBack{
    background: #BEB400;
}
.online-termination .main_frame {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 800px!important;
}
.termination-info{
    display: none;
    position: absolute;
    right: -100px;
    top: 50px;
    width: 272px;
    padding: 40px 30px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.termination-info__block{
    display: none;
}
.termination-info__header{
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: #333333;
    margin-bottom: 12px;
}
.termination-info__text{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
.termination-form .datepickwrap:before{
    top: 33px;
    color: #BEB400;
}
.termination-success{
    max-width: 560px;
    margin: auto;
    display: none;
}
.termination-success__icon{
    background-image: url(img/envelopeCheck.svg);
    margin-bottom: 70px;
}
.termination-success__header{
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 32px;
}
.termination-success__text{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #333333;    
}
.termination-success__anons{
    text-align: center;
    margin-bottom: 64px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.015em;
    color: #555555;
}
.otherInsurance{
    margin-top: 88px;
}
.otherInsurance h2{
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    color: #003C78;
}
.otherInsurance__bg{
    background: #EBEBEB;
    border-radius: 8px;
}
.otherInsurance__elem{
    padding: 30px 0;
}
.otherInsurance__elem img{
    max-width: 60px;
    display: block;
    margin: auto;
    object-fit: contain;
    margin-bottom: 30px;
}
.otherInsurance__elem  p{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 0;
}

.form-inputs-block__label--phone {
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .termination-info{
        right: 0;
    }
}
@media (max-width: 991px) {
    .termination-info{
        display: none!important;
    }
    .termination__form_left{
        margin: auto!important;
    }
}
@media (max-width: 767px) {
    .step__header{
        font-size: 12px;
        line-height: 16px;
    }
    .step__info, .termination-success__text{
        font-size: 16px;
        line-height: 20px;
    }
    .online-termination__form .input-type-checkbox__text{
        font-size: 12px;
        line-height: 16px;
    }
    .final-block__header,.final-block__text,.termination-success__anons{
        font-size: 12px;
        line-height: 16px;
    }
    .termination-form__navigation .btn{
        font-size: 12px;
        line-height: 16px;
    }
    .termination-success__header{
        font-size: 28px;
        line-height: 32px;
    }
    .termination-form__navigation .btn {
        padding: 16px 20px;
    }
}
@media (max-width: 575px) {
    .online-termination__form {
        padding: 0 30px;
    }
}
a.pdf-blue {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px 10px 56px;
    border: 2px solid #CBE3F1;
    background: #fff url(./img/pdf-ic.svg) no-repeat 15px 15px / 26px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .025em;
}