html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

main {
    display: block
}

h1,
h2,
h3,
h4 {
    font-size: inherit
}

strong {
    font-weight: 700
}

a,
button {
    color: inherit
}

a {
    text-decoration: none
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: 0 0;
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

img {
    border: 0
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both
}

.wrapper {
    max-width: 1170px;
    width: 83.333%;
    margin: 0 auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.cf:after,
.cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Regular.eot');
    src: url('../fonts/Akrobat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Akrobat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-SemiBold.eot');
    src: url('../fonts/Akrobat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Akrobat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Bold.eot');
    src: url('../fonts/Akrobat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Akrobat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'HK_Grotesk';
    src: url('../fonts/HKGrotesk-Regular.eot');
    src: url('../fonts/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HK_Grotesk';
    src: url('../fonts/HKGrotesk-Medium.eot');
    src: url('../fonts/HKGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'HK_Grotesk';
    src: url('../fonts/HKGrotesk-SemiBold.eot');
    src: url('../fonts/HKGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2'), url('../fonts/HKGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'HK_Grotesk';
    src: url('../fonts/HKGrotesk-Bold.eot');
    src: url('../fonts/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-Bold.woff2') format('woff2'), url('../fonts/HKGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

body,
html {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    line-height: 1.3;
    font-family: 'HK_Grotesk';
    font-weight: 400;
    color: #102138
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.table {
    font-size: 15px;
    font-family: 'HK_Grotesk';
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    width: 100%
}

.table thead tr {
    background-color: #1964a9
}

.table thead tr.custom-table-row {
    background-color: transparent
}

.custom-table-row th:not(:empty) {
    background-color: #1964a9;
    border-bottom: 1px solid #2b80ce;
    border-right: 1px solid #2b80ce
}

.custom-table-row th:not(:empty):last-of-type {
    border-right: none
}

.custom-table-row th.with-bacground:last-of-type {
    border-right: none
}

.table thead th {
    color: #fff
}

.table thead tr:not(.custom-table-row) th:nth-child(2n) {
    background-color: #2b80ce
}

.table tbody tr {
    color: #102138;
    background-color: #e7ebf4;
    font-weight: 400
}

.table tbody tr:nth-child(2n) {
    background-color: #dce2ef
}

.table tbody td {
    border-right: 1px solid #ced5e4
}

.table tbody td:last-child {
    border-right: none
}

.colspan-max {
    text-align: left;
    border-top: 1px solid #ced5e4;
    font-size: 14px
}

.table a {
    font-weight: 600;
    border-bottom: 1px solid currentcolor;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.table tr>:first-child {
    text-align: left
}

.table td,
.table th {
    padding: 13px 15px;
    min-width: 140px;
    font-weight: 400
}

.site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

table tr>:first-child {
    text-align: left
}

.main-footer,
.main-header {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.main-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.text p {
    margin-bottom: 15px
}

.text ol,
.text ul {
    padding-left: 40px;
    margin-bottom: 15px
}

.text li {
    margin: 8px 0
}

.text ol {
    list-style-type: decimal
}

.text a {
    text-decoration: underline;
    color: #000;
    font-weight: 500
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    font-weight: 600;
    margin-bottom: 15px
}

.text h1 {
    font-size: 34px
}

.text h2 {
    font-size: 32px
}

.text h3 {
    font-size: 30px
}

.text h4 {
    font-size: 28px
}

.text h5 {
    font-size: 26px
}

.text h6 {
    font-size: 24px
}

.text iframe {
    max-width: 100%
}

.text img {
    max-width: 100%;
    height: auto
}

.text q {
    padding: 20px 20px 20px 30px;
    border: 1px solid #aaa;
    border-left-width: 5px;
    margin-bottom: 10px;
    background-color: #ddd;
    font-style: italic
}

.text table {
    margin-bottom: 15px
}

.text table td,
.text table th {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    text-align: left
}

.text table th {
    border-bottom-width: 2px
}

.site-form {
    font-family: 'Akrobat';
    font-weight: 600;
    position: relative
}

.site-form .custom-form-list,
.site-form ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-form.bordered-form {
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #e9e8e8;
    padding: 30px
}

.form-banner {
    text-align: center;
    padding-bottom: 20px
}

.form-banner a {
    display: inline-block
}

.custom-form.bordered-form fieldset {
    text-align: left
}

.custom-form.bordered-form ol {
    padding: 0 0 30px
}

.form-text {
    font-size: 16px;
    padding-bottom: 30px
}

.additional-info {
    font-size: 16px;
    padding: 5px 0;
    display: inline-block
}

.site-form legend {
    width: 100%;
    display: block
}

.site-form .custom-form-list li,
.site-form ol>li {
	width: 100% !important;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.site-form ol>li.w-75 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.site-form ol>li.w-66 {
    -webkit-flex-basis: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%
}

.site-form ol>li.w-50 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.site-form ol>li.w-33 {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%
}

.site-form ol>li.w-25 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.site-form ol>li.w-20 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}

.site-form ol>li.w-10 {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%
}

.fake-label,
.site-form ol>li label {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400
}

.fake-label,
.site-form.custom-form label {
    font-weight: 600
}

.site-form ol>li label.clicker input[type=checkbox],
.site-form ol>li label.clicker input[type=radio] {
    position: relative;
    top: 1px
}

.cookies-btn button,
.offer-back-btn,
.site-form button {
	text-align: center;
	justify-content: center;
    display: block;
    color: #09264e;
    background-color: #ffffff;
    padding: 11px;
    border-radius: 25px;
    font-size: 18px;
    width: 100%;
    font-family: 'Akrobat';
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.offer-back-btn {
    padding: 11px 30px 11px 30px
}

.cookies-btn button:after,
.site-form button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
	display: none;
    border-top: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.site-form ol>li input[type=email],
.site-form ol>li input[type=file],
.site-form ol>li input[type=number],
.site-form ol>li input[type=password],
.site-form ol>li input[type=tel],
.site-form ol>li input[type=text],
.site-form ol>li input[type=url],
.site-form ol>li select,
.site-form ol>li textarea {
    padding: 12px 14px;
    font-size: 18px;
    border: 1px solid #ffffff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: transparent;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    outline: none;
    color: #fff;
    font-family: 'HK_Grotesk';
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.site-form ol>li select {
    padding: 8px
}

.site-form ol>li textarea {
    resize: vertical
}

.site-form ol>li input[type=checkbox]:checked,
.site-form ol>li input[type=checkbox]:not(:checked),
.site-form ol>li input[type=radio]:checked,
.site-form ol>li input[type=radio]:not(:checked) {
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer
}

.form-checkbox span:not(.form-error),
.form-radio span:not(.form-error) {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-family: 'Akrobat';
    font-size: 18px;
    padding-left: 30px;
    font-weight: 600
}

.form-checkbox span:not(.form-error):after,
.form-checkbox span:not(.form-error):before,
.form-radio span:not(.form-error):after,
.form-radio span:not(.form-error):before {
    content: "";
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.form-checkbox span:not(.form-error):after,
.form-checkbox span:not(.form-error):before {
    border-radius: 0
}

.form-checkbox span:not(.form-error):before,
.form-radio span:not(.form-error):before {
    width: 21px;
    height: 21px;
    border: 2px solid currentColor;
    left: 0;
    top: 2px
}

.form-checkbox span:not(.form-error):after {
    width: 6px;
    height: 12px;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 7px;
    top: 6px;
    opacity: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.form-radio span:not(.form-error):after {
    width: 7px;
    height: 7px;
    background-color: currentcolor;
    top: 9px;
    left: 7px;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.form-checkbox.has-error span:not(.form-error):before {
    border-color: #d41f00
}

.form-checkbox input[type=checkbox]:checked+span:not(.form-error):after,
.form-radio input[type=radio]:checked+span:not(.form-error):after {
    opacity: 1
}

.help-block.form-error {
    font-size: 16px;
    color: #d41f00;
    font-family: 'Akrobat';
    font-weight: 600;
    display: block;
    text-align: left;
    width: 100%
}

.site-form ol>li.has-error input {
    border-color: #d41f00!important
}

.e-post-content .site-form ol>li.has-error input {
    border-color: #fff!important
}

.thank-you-heading {
    display: block;
    margin-bottom: 20px;
    font-size: 20px
}

.custom-form ol {
    padding: 10px 20px
}

.custom-form legend {
    background-color: #083e88;
    color: #fff;
    font-size: 18px;
    padding: 13px 20px;
    font-size: 19px
}

.custom-form button[type=submit] {
    background-color: #d41f00;
    color: #fff;
    max-width: 250px;
    padding: 12px 20px 10px
}

.calculator-type .custom-form button[type=submit] {
    padding: 14px 32px 13px;
    margin-top: 20px
}

.custom-form button[type=submit]:after {
    display: none
}

.custom-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px 35px 12px 16px;
    border: 1px solid #9d9d9d;
    min-height: 45px
}

.custom-form ol>li.has-error .select2-container .select2-selection--single .select2-selection__rendered {
    border-color: #d41f00
}

.custom-form .select2-container--open .select2-dropdown {
    border: 1px solid #9d9d9d
}

.e-post-content li.has-error input,
.sticky-nav-content li.has-error input {
    border-color: #fff!important
}

.e-post-content .help-block.form-error,
.sticky-nav-content .help-block.form-error {
    color: #fff!important
}

.custom-form .select2-search--dropdown {
    padding: 16px 16px 10px
}

.custom-form ol>li:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-form .select2-container {
    margin-bottom: 0
}

.site-form.custom-form ol>li input,
.site-form.custom-form ol>li textarea {
    border-radius: 0;
    border: 1px solid #9d9d9d;
    background-color: #fff;
    color: #000;
    padding: 12px 16px;
    font-size: 16px;
    font-family: 'Akrobat';
    font-weight: 600
}

.inline-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.form-content-left {
    -webkit-box-flex: 200px;
    -webkit-flex: 200px 1 1;
    -ms-flex: 200px 1 1;
    flex: 200px 1 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px
}

.form-content-right {
    -webkit-box-flex: 220px;
    -webkit-flex: 220px 1 1;
    -ms-flex: 220px 1 1;
    flex: 220px 1 1;
    position: relative
}

.form-content-right .select2-search {
    display: none
}

.form-content-2-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -10px;
    overflow: hidden
}

.form-content-2-cols>* {
    -webkit-box-flex: 150px;
    -webkit-flex: 150px 1 1;
    -ms-flex: 150px 1 1;
    flex: 150px 1 1;
    margin: 5px 10px
}

::-webkit-input-placeholder {
    color: #fff
}

::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

:-moz-placeholder {
    color: #fff
}

.custom-form::-webkit-input-placeholder {
    color: #000
}

.custom-form::-moz-placeholder {
    color: #000
}

.custom-form:-ms-input-placeholder {
    color: #000
}

.custom-form:-moz-placeholder {
    color: #000
}

.custom-form ol>li:empty {
    padding: 0
}

a,
button {
    outline: none;
    padding: 0;
    margin: 0
}

input {
    border-radius: 0
}

.section .content {
    padding-bottom: 10px
}

.inner-section:first-of-type .content,
.section:first-of-type .content {
    padding-top: 15px
}

.inner-section.solid-bg+.inner-section:not(.solid-bg),
.inner-section:not(.solid-bg)+.inner-section.solid-bg,
.section.solid-bg+.section:not(.solid-bg),
.section:first-child .content,
.section:not(.solid-bg)+.section.solid-bg {
    padding-top: 15px
}

.hidden-btn {
    visibility: hidden
}

.button {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #d41f00;
    border-radius: 32px;
    padding: 11px 17px;
    line-height: .85;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.wider-wrapper {
    max-width: 100%;
    width: 100%
}

.section-heading {
    font-size: 50px;
    text-align: center;
    padding-bottom: 30px;
    color: #102138;
    font-family: 'Akrobat';
    font-weight: 400
}

.additional-note {
    font-size: 16px;
    padding-bottom: 30px
}

.solid-bg {
    background-color: #f8f8f8!important
}

.select2-container--open .select2-dropdown--below {
    border-top: none!important
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none!important
}

.ui-widget {
    font-family: 'Akrobat';
    font-weight: 600;
    background-color: #fff
}

.ui-datepicker {
    z-index: 11!important
}

.ui-datepicker .ui-datepicker-header {
    padding: 9px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #9d9d9d
}

.ui-datepicker-calendar {
    border: 20px solid #fff;
    padding: 15px 30px
}

.ui-datepicker-month {
    text-transform: uppercase
}

.ui-datepicker-calendar span {
    font-size: 15px;
    color: #9b9b9b
}

.ui-widget.ui-widget-content {
    border-color: #9d9d9d;
    border-radius: 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    background-color: transparent;
    border: none!important;
    top: 2px!important;
    cursor: pointer;
    position: relative;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.ui-datepicker .ui-datepicker-next {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 1;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ui-datepicker .ui-datepicker-next {
    right: 0!important
}

.ui-datepicker .ui-datepicker-prev {
    left: 0!important
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    margin: 0;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    width: 10px;
    height: 10px
}

.ui-datepicker .ui-datepicker-next span {
    margin-left: -1px
}

.ui-datepicker .ui-datepicker-prev span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-right: -1px
}

.ui-datepicker table {
    color: #083e88
}

.ui-button,
.ui-button.ui-state-disabled:active,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #000000;
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 17px;
    font-family: 'Akrobat';
    font-weight: 600
}

.ui-widget.ui-widget-content {
    padding: 0
}

.ui-datepicker table {
    margin: 0
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1;
    -webkit-filter: none;
    filter: none
}

.ui-datepicker-unselectable.ui-state-disabled span {
    color: #9c9c9c!important
}

.ui-datepicker-current-day a {
    color: #fff!important;
    background-color: #d41f00!important
}

.ui-datepicker-today .ui-state-default {
    color: #d41f00
}

.cookies {
    background-color: #083e88
}

.cookies-content {
    color: #fff;
    font-family: 'Akrobat';
    font-weight: 400;
    font-size: 18px
}

.cookies-content a {
    display: inline-block;
    color: #f0d809;
    border-bottom: 1px solid currentcolor;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.cookies .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 39px 0
}

.cookies-content {
    -webkit-box-flex: 950px;
    -webkit-flex: 950px 0 1;
    -ms-flex: 950px 0 1;
    flex: 950px 0 1;
    max-width: 950px
}

.cookies-btn {
    -webkit-box-flex: 1;
    -webkit-flex: auto 1 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    text-align: right;
    padding-left: 20px
}

.cookies-btn button {
    display: inline-block;
    font-size: 18px;
    width: auto;
    padding: 11px;
    min-width: 180px
}

.main-header {
    position: relative
}

.main-header .wider-wrapper .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: currentcolor
}

.main-heading {
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Akrobat';
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 2
}

.header-main-content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 80px 32px 32px
}

.header-main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.header-bg {
    height: 410px;
    -webkit-box-flex: 2.5;
    -webkit-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
    background-repeat: no-repeat;
    background-position: center
}

.logo {
    display: inline-block
}

.logo-field {
    padding: 0 31px 33px 0;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.logo-wrapper {
    background-color: #fff;
    display: inline-block;
    padding: 11px 22px;
    border-bottom-right-radius: 20px;
    position: relative
}

.logo-wrapper:after,
.logo-wrapper:before {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 -455px;
    width: 33px;
    height: 31px;
    position: absolute
}

.logo-wrapper:before {
    top: 0;
    right: -32px
}

.logo-wrapper:after {
    bottom: -30px;
    left: 0
}

.nav-buttons-field {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-header-2 .nav-buttons-field {
    bottom: 0
}

.nav-buttons-wrapper {
    padding: 32px 32px 0 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.nav-button-content {
    margin-right: 10px;
    position: relative;
    z-index: 4;
    color: #fff
}

.nav-button-content:last-child {
    margin-right: 0
}

.e-post-content {
    background-color: #d41f00;
    position: absolute;
    right: 50%;
    top: 56px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
    width: 300px;
    z-index: 11;
    text-align: center;
    padding: 20px 21px 25px;
    display: none
}

.e-post-content.active {
    display: block
}

.e-post-content:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #d41f00
}

.button.e-post:before {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 20px;
    background-position: -22px 0;
    margin-right: 10px
}

.registration {
    font-size: 18px;
    font-family: 'Akrobat';
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 7px;
    display: inline-block;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    border-bottom: 1px solid transparent
}

.button.nav-toggle {
    background-color: #083e88
}

.nav-toggle-container {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative;
    width: 24px;
    height: 20px;
    display: inline-block;
    margin-right: 10px
}

.nav-toggle i {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.nav-toggle i:first-child {
    top: 0px;
    margin-top: 1px
}

.nav-toggle i:nth-child(2),
.nav-toggle i:nth-child(3) {
    top: 50%;
    margin-top: -1px
}

.nav-toggle i:nth-child(4) {
    top: 100%;
    margin-top: -3px
}

.nav-button-content.active .nav-toggle i:first-child {
    top: 6px;
    width: 0%;
    left: 50%
}

.nav-button-content.active .nav-toggle i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-button-content.active .nav-toggle i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-button-content.active .nav-toggle i:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%
}

.main-header-2 .nav-bottom-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.main-header-2 .nav-bottom-shape:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: currentColor;
    z-index: 2;
    bottom: -50px;
    right: 0;
    border-radius: 50%
}

.main-header-2 .main-heading {
    font-size: 36px
}

.main-header-2 .header-main-content-wrapper {
    padding: 80px 560px 60px 290px
}

.main-header-2 .bg-shape {
    display: block;
    position: absolute;
    left: -192px;
    right: 0;
    top: 0;
    bottom: 50px;
    border-bottom-left-radius: 40px;
    background-color: currentcolor
}

.main-header-2 .bg-shape:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: currentcolor
}

.main-header-2 .e-post {
    color: #181818!important;
    background-color: #fff!important
}

.main-header-2 .e-post:before {
    background-position: -44px 0
}

.header-navs {
    font-size: 17px;
    font-family: 'Akrobat';
    font-weight: 400
}

.megamenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #083e88;
    display: none;
    background-color: currentcolor;
    z-index: 5
}

.megamenu .content {
    color: #fff;
    overflow: hidden;
    padding: 140px 0 40px
}

.close-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .15);
    border: 8px solid transparent;
    border-radius: 50%;
    position: absolute;
    right: 32px;
    top: 32px;
    display: inline-block;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.close-btn:after,
.close-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.close-btn:before {
    width: 2px;
    height: 18px
}

.close-btn:after {
    width: 18px;
    height: 2px
}

.main-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.3em;
    overflow: hidden
}

.main-nav-list>li {
    -webkit-box-flex: 33.333%;
    -webkit-flex: 33.333% 1 1;
    -ms-flex: 33.333% 1 1;
    flex: 33.333% 1 1;
    padding: 1em 1.3em;
    max-width: 33.333%;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-nav-list li.with-subnav {
    padding-top: 0;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.main-nav-list li.no-border-r {
    border-right: none
}

.main-nav-link-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-nav-link {
    font-size: 28px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    line-height: 1.1
}

.main-nav-link:before {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 26px;
    margin-right: 5px
}

.nav-icon-1:before {
    background-position: 0 -200px
}

.nav-icon-2:before {
    background-position: -28px -200px
}

.nav-icon-3:before {
    background-position: -56px -200px
}

.nav-icon-4:before {
    background-position: -84px -200px
}

.nav-icon-5:before {
    background-position: -112px -200px
}

.nav-icon-6:before {
    background-position: -140px -200px
}

.subnav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.subnav-list {
    padding: 1.5em 0;
    overflow: hidden;
    margin: 0 -5px
}

.subnav-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 3px 5px
}

li.with-subnav.active .subnav-list li {
    display: block!important
}

.subnav-list li a {
    color: rgba(255, 255, 255, .6);
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.two-col-nav-list ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%
}

.see-more-subnav-btn {
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    line-height: 1;
    border-bottom: 1px solid transparent
}

.see-more-subnav-btn .see-less-text {
    display: none
}

li.with-subnav.active .see-more-subnav-btn .see-less-text {
    display: block
}

li.with-subnav.active .see-more-subnav-btn .see-more-text {
    display: none
}

.additional-nav {
    padding: 1.5em 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.additional-nav a {
    margin: 0 .5em;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    line-height: 1;
    font-size: 20px;
    border-bottom: 1px solid transparent
}

.main-header.main-header-3 .wider-wrapper .content {
    display: block
}

.main-slider-wrapper {
    position: relative;
}

.main-slider .item:not(:first-child) {
    display: none
}

.main-slider.slick-initialized .item {
    display: block
}

.main-slider-shape svg {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    z-index: 2
}

.main-slider-wrapper.after-change .main-slider-shape {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.main-slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.main-slider-heading {
    font-size: 25px;
    font-family: 'Akrobat';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    width: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid transparent
}

.main-slider-note {
    font-size: 14px;
    padding-top: 10px;
    width: 100%
}

.item {
    overflow: hidden;
    outline: none
}

.main-slider-description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 0px;
    -ms-flex: 0 1 0px;
    flex: 0 1 0px;
    min-width: 450px;
    position: relative;
    background-color: currentcolor;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.main-slider-description-wrapper {
    color: #fff;
    min-height: 680px;
    height: 300px;
    padding: 150px 50px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    z-index: 10!important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.main-slider-bg {
    -webkit-box-flex: 2.5;
    -webkit-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    display: block
}

.main-slider-wrapper.after-change .main-slider-description-wrapper {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.main-slider-wrapper.before-change .main-slider-description-wrapper {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.progress-circle {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -9px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1
}

.progress-circle svg {
    width: 25px;
    height: 25px
}

.progress-circle svg path {
    -webkit-animation: dash 5s linear forwards;
    -moz-animation: dash 6s linear forwards;
    -ms-animation: dash 6s linear forwards;
    -o-animation: dash 6s linear forwards;
    animation: dash 6s linear forwards
}

@-webkit-keyframes dash {
    to {
        stroke-dasharray: 251, 251
    }
}

@-moz-keyframes dash {
    to {
        stroke-dasharray: 251, 251
    }
}

@-ms-keyframes dash {
    to {
        stroke-dasharray: 251, 251
    }
}

@-o-keyframes dash {
    to {
        stroke-dasharray: 251, 251
    }
}

@keyframes dash {
    to {
        stroke-dasharray: 251, 251
    }
}

.slick-dots {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 0;
    z-index: 2;
    padding-top: 20px
}

.main-slider .slick-dots {
    left: 30px;
    bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    position: absolute;
    width: auto;
    transform: none
}

.slick-dots li {
    margin-right: 15px;
    position: relative
}

.main-slider .slick-dots li {
    font-size: 0
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    background-color: #102138;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.main-slider .slick-dots button {
    background-color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.slick-dots .slick-active button {
    background-color: #d41f00
}

.main-slider .slick-dots .slick-active button {
    background-color: #fff
}

.breadcrumbs .content {
    border-bottom: 1px solid #e9e8e8;
    padding: 25px 25px 25px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs span {
    display: inline-block;
    font-size: 17px;
    color: rgba(9, 38, 78, 1);
    border-bottom: 1px solid currentcolor;
    position: relative;
    font-family: 'Akrobat';
    font-weight: 600;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 1px;
    line-height: 1.1
}

.breadcrumbs a {
    margin-right: 38px;
    min-height: 25px;
    margin-bottom: 5px;
    position: relative
}

.breadcrumbs a:last-child {
    margin-right: 0
}

.breadcrumbs a:last-child span {
    border-bottom-color: transparent;
    color: rgba(9, 38, 78, .5)
}

.breadcrumbs a:before {
    content: ">";
    font-family: 'HK_Grotesk';
    font-weight: 500;
    position: absolute;
    right: -25px
}

.breadcrumbs a:last-child:before {
    display: none
}

.breadcrumbs .bc-home {
    width: 17px;
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    border-bottom: none
}

*+.commonText {
    padding-top: 20px
}

.commonText {
    font-size: 18px
}

.commonText * {
    font-size: 1em
}

.commonText h1,
.commonText h2,
.commonText h3,
.commonText h4,
.commonText h5,
.commonText h6 {
    padding-bottom: .5rem
}

.commonText h1 {
    font-size: 1.8em
}

.commonText h2 {
    font-size: 1.7em
}

.commonText h3 {
    font-size: 1.5em
}

.commonText h4 {
    font-size: 1.4em
}

.commonText h5 {
    font-size: 1.3em
}

.commonText h6 {
    font-size: 1.2em
}

.commonText p {
    padding-bottom: 1.5em
}

.commonText p strong,
.commonText strong {
    font-weight: 600
}

.commonText p i {
    color: #585858;
    font-style: italic
}

.commonText u {
    text-decoration: underline
}

.commonText ul {
    padding-bottom: 1.75em
}

.commonText li ul {
    padding-top: 10px;
    padding-bottom: 1.5em
}

.commonText li {
    position: relative;
    padding-left: 32px;
    padding-bottom: .5em
}

.commonText li:last-child {
    padding-bottom: 0
}

.commonText li:before {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    background-position: 0 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px
}

.commonText li li {
    padding-left: 20px
}

.commonText li li:before {
    background-image: none;
    width: 7px;
    height: 7px;
    background-color: #d41f00;
    border-radius: 50%;
    top: .4em
}

.commonText small {
    font-size: 80%
}

.commonText a {
    color: #d41f00;
    border-bottom: 1px solid currentcolor;
    display: inline;
    line-height: 1;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    word-break: break-all
}

.commonText img {
    max-width: 100%;
    height: auto
}

.inline-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inline-buttons>* {
    margin: 10px 20px;
    display: inline-block;
    -webkit-box-flex: 280px;
    -webkit-flex: 280px 1 1;
    -ms-flex: 280px 1 1;
    flex: 280px 1 1
}

.inline-buttons a {
    display: block;
    border-bottom: none
}

.tabbedTable table {
    margin-bottom: 20px
}

.tabbedTable tr td:first-child,
.tabbedTable tr td:first-child a {
    border-bottom-left-radius: 10px
}

.tabbedTable tr td:last-child,
.tabbedTable tr td:last-child a {
    border-bottom-right-radius: 10px
}

.tabbedTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabbedTable td {
    background-color: #d41f00;
    color: #fff;
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 1.375em;
    padding: 0;
    position: relative;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 230px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tabbedTable td.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    -webkit-transform: translate(-50%, 0) scale(.8);
    -ms-transform: translate(-50%, 0) scale(.8);
    transform: translate(-50%, 0) scale(.8);
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 -183px;
    display: inline-block;
    width: 31px;
    height: 17px
}

.tabbedTable td a {
    color: #fff;
    border: none;
    background-color: #af1a00;
    display: block;
    padding: 20px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.tabbedTable td.active {
    padding: 20px 10px
}

.tab-dropdown-btn {
    color: #fff;
    background-color: #d41f00;
    padding: 7px;
    display: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto
}

.tab-dropdown-btn span {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 18px;
    position: relative;
    background-color: #af1a00;
    display: block;
    text-align: left;
    padding: 10px 30px 10px 14px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.tab-dropdown-btn span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.scrollable-content {
    margin-bottom: 25px;
    position: relative
}

.scrollable-content:after {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 -541px;
    width: 26px;
    height: 38px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none
}

.scrollable-content .tblNormal {
    background-color: #f3e8e7;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    font-size: 1rem;
    width: 100%
}

.scrollable-content .tblNormal tr:first-child td {
    color: #fff;
    background-color: #b31a04
}

.scrollable-content .tblNormal tr:first-child td p {
    padding: 0;
    font-size: 18px
}

.scrollable-content .tblNormal tr:first-child td:nth-child(2n) {
    background-color: #c31d05
}

.scrollable-content .tblNormal td {
    padding: 13px 17px;
    text-align: center;
    border-right: 1px solid #d9aeae
}

.scrollable-content .tblNormal tr:nth-child(2n) {
    background-color: #e8ccca
}

.sitemap-tree>a {
    font-size: 24px
}

.sitemap-tree>ul {
    padding: 20px 30px
}

.sitemap-tree>ul>li>a {
    font-size: 20px
}

.sitemap-tree ul ul {
    padding: 16px 0
}

.sitemap-tree li a {
    border-bottom: none
}

.main-boxes {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.main-boxes-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -10px;
    padding-bottom: 40px
}

.main-boxes-content .item:not(:first-child),
.main-boxes-content .item:not(:nth-child(2)) {
    display: none
}

.main-boxes-content.slick-initialized .item {
    display: block
}

.main-boxes .box {
    margin: 20px 10px;
    -webkit-box-flex: 25%;
    -webkit-flex: 25% 1 1;
    -ms-flex: 25% 1 1;
    flex: 25% 1 1;
    max-width: calc(25% - 20px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #083e88;
    position: relative;
    outline: none;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.main-boxes .box:nth-child(n+5) {
    display: none
}

.main-boxes.opposite-boxes .box:nth-child(n+3) {
    display: none
}

.main-boxes.active .box {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.box-heading {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 23px;
    max-width: 187px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    background-color: currentcolor;
    padding: 18px;
    height: 50px;
    min-height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.box-heading span {
    color: #fff
}

.box-heading svg {
    height: 17px;
    width: 31px;
    position: absolute;
    bottom: -16px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.box-hidden-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 17px;
    background-color: currentcolor;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease
}

.box-nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #fff;
    padding: 120px 30px 20px;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.box-nav a {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    line-height: 1
}

.box-nav:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: currentcolor;
    opacity: .3;
    display: block
}

.box-see-more {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.box-see-more i {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.box-see-more i:after,
.box-see-more i:before {
    content: "";
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block
}

.box-see-more i:before {
    width: 11px;
    height: 1px
}

.box-see-more i:after {
    width: 1px;
    height: 11px
}

.main-boxes-btn {
    font-size: 22px;
    color: #102138;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 20px;
    padding: 12px 14px;
    font-size: 18px;
    border: 1px solid #eee;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #eee;
	text-align: center;
	justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    outline: none;
    font-family: 'HK_Grotesk';
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.main-boxes-btn.custom-main-boxes-btn {
    color: #d41f00;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.main-boxes-btn i {
    width: 35px;
    height: 35px;
    background-color: #d41f00;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.main-boxes-btn i:after,
.main-boxes-btn i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    background-color: #fff
}

.main-boxes-btn i:before {
    width: 17px;
    height: 2px
}

.main-boxes-btn i:after {
    width: 2px;
    height: 17px
}

.main-boxes-btn i.icon-arrow:after {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: auto;
    right: 11px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.main-boxes-btn .less-text,
.main-boxes.active .main-boxes-btn .more-text,
.main-boxes.active .main-boxes-btn i:not(.icon-arrow):after {
    display: none
}

.main-boxes.active .main-boxes-btn .less-text {
    display: inline-block
}

.main-boxes-btn-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.opposite-boxes .box {
    min-height: 328px;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 1;
    -ms-flex: 50% 0 1;
    flex: 50% 0 1;
    max-width: calc(50% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-position: right center;
    background-size: cover
}

.opposite-boxes .box-heading {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 1;
    -ms-flex: 50% 0 1;
    flex: 50% 0 1;
    max-width: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 166px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    text-transform: none;
    padding: 30px
}

.opposite-boxes .box-heading span {
    font-size: 18px;
    font-weight: 400;
    font-family: 'HK_Grotesk';
    display: block;
    padding-bottom: 10px;
    width: 100%
}

.opposite-boxes .box-heading em {
    font-size: 33px;
    color: #fff;
    font-style: normal;
    width: 100%
}

.opposite-boxes .box-heading svg {
    left: auto;
    top: 50%;
    right: -16px;
    height: 31px;
    width: 17px;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slider-counter {
    text-align: center;
    font-size: 18px;
    display: none;
    font-weight: 600;
    font-family: 'Akrobat';
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -23px
}

.slider-counter .all-sliders {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-counter .all-sliders:before {
    content: "/";
    display: inline-block
}

.slider-news {
    padding: 0
}

.slider-news-title {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Akrobat';
    line-height: 1.1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.slider-news-description {
    font-size: 16px;
    padding-top: 15px
}

.slider-news-time {
    font-weight: 600;
    font-family: 'Akrobat';
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #d41f00;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 7px 19px;
    position: absolute;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    -ms-transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 26px;
    left: 0
}

.slider-news .item {
    padding: 20px 40px 20px 60px;
    position: relative;
    min-height: 223px
}

.main-footer {
    background-color: #083e88
}

.main-footer a {
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.footer-row {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-row:last-child {
    border-bottom: none
}

.footer-row>* {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-contacts-link a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 20px;
    position: relative;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.main-contacts-link a:before {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    width: 57px;
    height: 75px;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-position: -9999px -9999px;
    margin-right: 20px
}

.main-contacts-link .main-call-center:before {
    background-position: 0 -42px
}

.main-contacts-link .main-short-number:before {
    background-position: -57px -42px
}

.main-contacts-link .main-skype:before {
    background-position: -114px -42px
}

.main-contacts span {
    font-size: 18px
}

.main-contacts-link a strong {
    font-size: 30px;
    font-family: 'Akrobat';
    font-weight: 600;
    display: block
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-social-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

.footer-social-links a {
    height: 27px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    margin-right: 25px
}

.footer-social-links a:last-child {
    margin-right: 0
}

.footer-facebook {
    width: 15px;
    background-position: 0 -117px
}

.footer-linkedin {
    width: 27px;
    background-position: -15px -117px
}

.footer-youtube {
    width: 26px;
    background-position: -42px -117px
}

.footer-instagram {
    width: 24px;
    background-position: -103px -117px
}

.footer-google {
    width: 35px;
    background-position: -68px -117px
}

.footer-nav {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.footer-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer-nav-list>li {
    -webkit-box-flex: 33.3333%;
    -webkit-flex: 33.3333% 1 1;
    -ms-flex: 33.3333% 1 1;
    flex: 33.3333% 1 1;
    max-width: 33.3333%;
    padding-right: 20px;
    padding-bottom: 40px
}

.footer-nav-list>li:nth-child(n+4) {
    padding-bottom: 0
}

.footer-nav-main {
    font-size: 24px;
    font-family: 'Akrobat'
}

.footer-subnav-list {
    padding-top: 30px;
    font-size: 18px
}

.footer-subnav-list li {
    position: relative;
    padding-bottom: 5px;
    padding-left: 25px
}

.footer-subnav-list li:last-child {
    padding-bottom: 0
}

.footer-subnav-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: currentcolor;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px
}

.footer-aside {
    border-left: 1px solid rgba(255, 255, 255, .15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-aside-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 7px
}

.footer-aside-nav a {
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

.footer-aside-nav a:before {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    width: 42px;
    height: 39px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-position: 0 -144px;
    margin-right: 15px;
    display: inline-block
}

.footer-aside-nav a:last-child {
    margin-bottom: 0
}

.footer-aside-nav a.footer-interest:before {
    background-position: -84px -144px
}

.footer-aside-nav a.footer-tariff:before {
    background-position: -126px -144px
}

.footer-aside-nav a.footer-assets:before {
    background-position: -42px -144px
}

.footer-aside-nav a.footer-conditions:before {
    background-position: 0 -144px
}

.footer-aside-nav a.footer-property:before {
    background-position: -168px -144px
}

.footer-additional-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px;
    overflow: hidden;
    font-size: 20px;
    font-family: 'Akrobat';
    padding-left: 35px;
    padding-right: 35px
}

.footer-additional-nav a {
    margin: 5px 10px;
    border-bottom: 1px solid transparent
}

.footer-rights {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Akrobat';
    font-size: 16px;
    color: rgba(255, 255, 255, .7)
}

.footer-rights>* {
    padding-right: 20px
}

.footer-rights>:last-child {
    padding-right: 0
}

.footer-nav-list .custom-footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0!important;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.custom-footer-nav .footer-nav-list-wrapper {
    -webkit-box-flex: 33.3333%;
    -webkit-flex: 33.3333% 1 1;
    -ms-flex: 33.3333% 1 1;
    flex: 33.3333% 1 1;
    max-width: 33.3333%;
    padding-right: 20px
}

.custom-footer-nav .footer-nav-list-wrapper:last-child {
    margin-right: 0
}

.footer-subnav-list a {
    border-bottom: 1px solid transparent
}

.sticky-nav {
    position: fixed;
    right: 0;
    top: 0;
    display: inline-block;
    z-index: 4
}

.sticky-nav>:last-child {
    border-bottom-left-radius: 10px
}

.sticky-nav-btn-content {
    background-color: #d41f00;
    color: #fff;
    font-size: 0
}

.sticky-nav-content {
    position: absolute;
    background-color: #d41f00;
    top: 0;
    right: 43px;
    font-size: 18px;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    -webkit-transform: translateX(100%) translateX(44px);
    -ms-transform: translateX(100%) translateX(44px);
    transform: translateX(100%) translateX(44px);
    z-index: -1;
    border-bottom-left-radius: 10px;
    padding: 27px;
    min-height: 192px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sticky-nav-btn-content.active .sticky-nav-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.sticky-nav-network .sticky-nav-content {
    width: 330px
}

.sticky-nav.active .sticky-main-btn-description {
    opacity: 0
}

.sticky-main-btn-description {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 52px;
    -webkit-transform: translateX(100%) translateX(44px);
    -ms-transform: translateX(100%) translateX(44px);
    transform: translateX(100%) translateX(44px);
    width: 155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    z-index: 0
}

.sticky-main-btn-description span {
    font-size: 16px;
    background-color: #c31d00;
    padding: 12px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.sticky-main-btn-description span:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 8px solid #c31d00;
    display: inline-block
}

.sticky-main-btn {
    position: relative
}

.sticky-main-btn a,
.sticky-main-btn button {
    display: inline-block;
    width: 43px;
    height: 48px;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    background-color: #d41f00;
    font-size: 16px;
    position: relative;
    z-index: 1;
	border: 5px solid white;
}

.sticky-main-btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sticky-main-btn button:before {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 21px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: -9999px -9999px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.sticky-nav-btn-content.active .sticky-main-btn button:before {
    opacity: .35
}

.sticky-nav-network .sticky-main-btn button:before {
    background-position: 0 -311px
}

.sticky-nav-contacts .sticky-main-btn button:before {
    background-position: -21px -311px
}

.sticky-nav-search .sticky-main-btn button:before {
    background-position: -42px -311px
}

.sticky-nav-heading {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 16px;
    display: block;
    color: #fff
}

a.sticky-nav-heading {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.sticky-nav .site-form ol>li {
    padding: 5px 0
}

.sticky-nav .main-contacts-link a {
    margin: 0;
    padding: 0
}

.sticky-nav .main-contacts-link a strong {
    font-size: 27px
}

.sticky-nav .main-contacts-link a:before {
    margin-right: 10px;
    margin-left: -12px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.sticky-nav .main-contacts-link {
    padding-bottom: 20px
}

.sticky-nav .main-contacts-link:last-child {
    padding-bottom: 0
}

.sticky-nav-search .sticky-nav-content {
    width: 630px
}

.sticky-nav-search .site-form ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.sticky-nav-search .site-form ol>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky-nav-search .site-form ol>li.search-input-content {
    -webkit-box-flex: 390px;
    -webkit-flex: 390px 0 1;
    -ms-flex: 390px 0 1;
    flex: 390px 0 1;
    max-width: 390px;
    padding: 0 20px 0 0
}

.sticky-nav-search .site-form ol>li input {
    background-color: #fff;
    border-radius: 0;
    border: none;
    color: #000
}

.sticky-nav-search .site-form button[type=submit] {
    padding-right: 20px
}

.sticky-nav-search .site-form button[type=submit]:after {
    display: none
}

.sticky-langugage-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sticky-langugage-content a {
    font-family: 'Akrobat';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #d41f00;
    padding: 11px 33px;
    margin: 7px;
    border-radius: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    min-width: 79px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.sticky-langugage-content a.active {
    background-color: #fff;
    color: #09264e
}

.sticky-nav .main-contacts,
.sticky-nav .main-contacts>* {
    margin: 0
}

.sticky-search-form li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.select2-container--default .select2-selection--single {
    outline: none;
    border: none;
    border-radius: 0!important
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Akrobat';
    font-size: 16px;
    color: #000000;
    font-weight: 600
}

.select2-container--default .select2-results>.select2-results__options {
    font-family: 'Akrobat';
    font-size: 16px;
    font-weight: 600;
    max-height: 195px;
    color: #000000
}

.select2-container .select2-selection--single {
    height: auto
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 11px 35px 11px 16px
}

.select2-container.select2-container--default.select2-container--open {
    width: 100%!important;
    max-width: 100%!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    display: inline-block;
    position: static;
    margin: 0;
    padding: 0;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    right: 16px;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #083e88
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #083e88;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-dropdown {
    border: none
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #083e88;
    outline: 1px solid slategrey
}

.select2-search--dropdown {
    padding: 4px 16px 10px;
    border-radius: 0!important
}

.select2-search--dropdown .select2-search__field {
    padding: 8px 4px
}

.select2-results__option {
    padding: 8px 16px!important
}

.select2-container {
    width: 100%!important
}

.scroll-top-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, .4);
    width: 95px;
    height: 80px;
    z-index: 20;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.scroll-top-btn.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.scroll-top-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    display: inline-block;
    height: 20px;
    width: 20px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.select2-search--dropdown .select2-search__field {
    padding: 8px 10px
}

.info-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0;
    overflow: hidden
}

.info-block {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 1 1;
    -ms-flex: 50% 1 1;
    flex: 50% 1 1;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #102138;
    margin: 10px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.info-block img {
    max-width: 105px;
    width: 100%
}

.info-block a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.info-block:nth-child(2n-1) {
    padding-right: 20px
}

.info-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 15px;
    max-width: 280px;
    -webkit-box-flex: 280px;
    -webkit-flex: 280px 1 1;
    -ms-flex: 280px 1 1;
    flex: 280px 1 1
}

.info-block-content strong {
    font-size: 30px;
    font-family: 'Akrobat';
    font-weight: 600;
    line-height: 1.1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.info-block span {
    padding-top: 10px;
    font-size: 13px
}

.exchange-rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Akrobat';
    font-weight: 600;
    color: #102138;
    padding: 33px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exchange-rate-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #102138
}

.exchange-rate-block .arrow-btn {
    margin-left: 0
}

.exchange-rate-block.exchange-rate-heading {
    padding-right: 70px
}

.exchange-rate-block.exchange-rate-heading>* {
    margin-bottom: 20px
}

.exchange-rate-block.exchange-rate-heading>:last-child {
    margin-bottom: 0
}

.exchange-rate-heading strong {
    font-size: 40px;
    line-height: .8;
    font-weight: 600
}

.exchange-rate-heading time {
    font-size: 24px
}

.current-currency-nav {
    padding-bottom: 20px
}

.current-currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.current-currency-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.current-currency-nav-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.current-currency-tab:not(.active) {
    display: none
}

.current-currency-tab span {
    font-size: 22px;
    margin-left: -35px
}

.current-currency-tab strong {
    font-size: 70px;
    font-weight: 500;
    position: relative;
    line-height: .75
}

.current-currency-nav button {
    font-size: 22px;
    padding: 4px 30px 3px;
    background-color: transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    position: relative
}

.current-currency-nav button:not(.active) {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.current-currency-nav button.active:before {
    content: "";
    background-image: url('../images/sprite.svg');
    width: 29px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -127px -183px;
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.current-currency-nav button.active {
    color: #fff;
    background-color: #d41f00
}

.current-currency-nav-content {
    padding-top: 30px
}

.current-currency-tab sup {
    font-size: 34px;
    min-width: 40px;
    display: inline-block
}

.current-currency-tab>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-right: 40px
}

.current-currency-tab>:last-child {
    padding-right: 0
}

.arrow-btn {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-left: auto
}

.arrow-btn:after,
.arrow-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block
}

.arrow-btn:before {
    width: 8px;
    height: 8px;
    border-top: 1px solid currentcolor;
    border-right: 1px solid currentcolor;
    left: 21px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.arrow-btn:after {
    width: 30px;
    height: 1px;
    background-color: currentcolor;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.expand-text-btn span:last-child {
    display: none
}

.main-back-btn .arrow-btn {
    font-size: 22px
}

.main-back-btn .arrow-btn:before {
    left: 2px;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    -ms-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg)
}

.arrow-btn:after,
.main-back-btn .arrow-btn:before {
    left: 1px
}

.main-back-btn .content {
    padding: 20px 0
}

.main-aside+.arrow-btn {
    display: none
}

.inner-heading-content {
    padding-bottom: 20px
}

.inner-heading {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 20px
}

.inner-heading-content p {
    font-size: 18px;
    margin-bottom: 15px;
    max-height: 68px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.inner-heading-content p.active {
    max-height: 100%;
    display: block
}

.inner-section .content {
    padding-bottom: 30px
}

.inner-section-main-content {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: block
}

.inner-section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.inner-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e9e8e8;
    margin-bottom: 30px
}

.inner-list li:last-child {
    margin-bottom: 0
}

.inner-list-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px
}

.inner-list-bg {
    -webkit-box-flex: 260px;
    -webkit-flex: 260px 0 0;
    -ms-flex: 260px 0 0px;
    flex: 260px 0 0;
    max-width: 260px;
    position: relative
}

.inner-list-bg a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: 0
}

.inner-list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.inner-list-heading {
    font-size: 28px;
    font-family: 'Akrobat';
    font-weight: 600;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.inner-list-content p {
    font-size: 17px;
    padding-top: 20px
}

.inner-list .inner-list-main+.credit-boxes {
    border-top: 1px solid #e9e8e8
}

.inner-list .credit-boxes+.inner-list-main {
    border-top: 1px solid #e9e8e8
}

.credit-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 1px solid #e9e8e8;
    padding: 25px 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden
}

.inner-list .credit-boxes {
    border: none;
    padding: 0;
    border-radius: 0
}

.credit-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding: 20px 0px 12px
}

.inner-list-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 10px
}

.inner-list-price {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 24px;
    color: #d41f00
}

.credit-box>* {
    padding-left: 10px;
    padding-right: 10px
}

.credit-box span {
    font-size: 18px;
    color: #d41f00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.credit-box strong {
    font-family: 'Akrobat';
    font-weight: 400;
    font-size: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.credit-box strong sup {
    font-size: 20px;
    margin-top: 3px
}

.credit-box strong:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    height: 30px;
    width: 1px;
    background-color: #d8d8d8;
    display: inline-block
}

.credit-box:last-child strong:before {
    display: none
}

.main-aside {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 19px;
    color: #010101;
    -webkit-box-flex: 290px;
    -webkit-flex: 290px 1 0;
    -ms-flex: 290px 1 0px;
    flex: 290px 1 0;
    max-width: 290px;
    background-color: #ffffff;
    border: 1px solid #e9e8e8;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 30px;
    position: relative
}

.main-aside>* {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden
}

.main-aside-link-content {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top-right-radius: 10px
}

.main-aside-link-content.active .aside-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 6px
}

.main-aside-link-content a:not(.aside-back-button) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 20px
}

.main-aside .select2-dropdown {
    top: -1px;
    left: -1px
}

.aside-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    position: relative;
    cursor: pointer;
    padding-right: 10px;
    padding-bottom: 5px
}

.aside-button:before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: inline-block;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.aside-button.aside-back-button:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.aside-button.aside-back-button {
    padding: 0 0 0 10px;
    display: none
}

.aside-subnav-list {
    background-color: #eff1f3;
    border-bottom-left-radius: 10px;
    display: none
}

.aside-subnav-list li {
    position: relative
}

.aside-subnav-list li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 20px;
    top: 17px;
    background-color: #083e88;
    border-radius: 50%;
    display: inline-block
}

.aside-subnav-list li a {
    padding: 8px 20px 8px 35px;
    color: #000;
    font-size: 17px;
    display: block
}

.aside-subnav-list li a span {
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aside-subnav-list li.active a span {
    border-bottom-color: currentcolor
}

.main-aside-list>li.active .aside-subnav-list {
    display: block
}

.main-aside-link-content.active,
.main-aside-list>li.active .main-aside-link-content,
.main-aside-list>li.current .main-aside-link-content {
    background-color: #083e88;
    color: #fff
}

.simple-list {
    background-color: #fff;
    border: 1px solid #e9e8e8;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px
}

.simple-list:last-child {
    margin-bottom: 0
}

.simple-list>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 30px;
    position: relative;
    font-size: 20px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.answers-list li:after,
.simple-list>li>a:after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 1px;
    background-color: #e9e8e8;
    display: inline-block
}

.simple-list>li:last-child>a:after {
    display: none
}

.simple-list>li.active>a:after {
    display: inline-block
}

.simple-list {
    font-family: 'Akrobat';
    font-weight: 600
}

.simple-list>li>a span {
    padding-right: 15px
}

.simple-list-left-icon {
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    display: inline-block;
    background-position: -9999px -9999px;
    margin-right: 15px
}

.simple-list-right-icon {
    margin-left: auto;
    position: relative;
    display: inline-block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.simple-list-left-icon,
.simple-list-right-icon {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.documents-list .simple-list-left-icon {
    width: 33px;
    height: 38px;
    background-position: 0 -335px
}

.documents-list .simple-list-right-icon {
    width: 20px;
    height: 32px;
    color: #d41f00;
    border-bottom: 2px solid currentcolor;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.documents-list .simple-list-right-icon:after,
.documents-list .simple-list-right-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    display: inline-block
}

.documents-list .simple-list-right-icon:before {
    width: 11px;
    height: 11px;
    border-top: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
    -webkit-transform: translate(-50%, 0) rotate(135deg);
    -ms-transform: translate(-50%, 0) rotate(135deg);
    transform: translate(-50%, 0) rotate(135deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.documents-list .simple-list-right-icon:after {
    width: 2px;
    background-color: currentcolor;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.document-list .simple-list-right-icon.simple-list-right-icon--2,
.simple-list-right-icon.simple-list-right-icon--2 {
    border-bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #2a4366
}

.faq-list {
    color: #09264e
}

.faq-list .simple-list-left-icon {
    width: 33px;
    height: 29px;
    background-position: 0 -373px
}

.simple-dropdown .simple-list-right-icon {
    width: 16px;
    height: 17px
}

.simple-dropdown .simple-list-right-icon:before {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 2px solid #09264e;
    border-right: 2px solid #09264e;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    left: 2px;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.answers-list {
    position: relative;
    display: none
}

.answers-list li {
    padding: 25px 30px 25px 35px;
    position: relative;
    font-size: 18px
}

.search-results-list li {
    padding: 0 30px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    font-size: 18px
}

.search-results-list li:first-child {
    padding-top: 30px
}

.answers-list li:before {
    content: "";
    position: absolute;
    top: 33px;
    left: 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background-color: currentcolor
}

.simple-list.simple-dropdown>li.active .simple-list-right-icon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.simple-list.simple-dropdown>li.current .answers-list {
    display: block
}

.news-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 30px
}

.news-list ul li:before {
    display: none
}

.news-list-time {
    font-size: 14px;
    background-color: #d41f00;
    padding: 6px 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    width: auto!important
}

.news-list ul li>*,
.search-results-list li>* {
    margin-bottom: 10px
}

.news-list ul li>:last-child,
.search-results-list li>:last-child {
    margin-bottom: 0
}

.simple-list-title {
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.simple-list p {
    font-family: 'HK_Grotesk';
    font-weight: 400;
    font-size: 16px
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 30px;
    margin: 0 -5px
}

.pagination:empty {
    display: none
}

.pagination a {
    font-size: 24px;
    font-family: 'Akrobat';
    font-weight: 600;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    margin: 0 5px
}

.pagination a.active,
.pagination a:hover {
    color: #aeaeae
}

.pagination .pagination-btn {
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-next:after,
.pagination-prev:before {
    content: "";
    width: 12px;
    height: 12px;
    border-left: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    display: inline-block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 3px;
    margin-right: 10px
}

.pagination-next:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-right: 3px;
    margin-left: 10px
}

.pagination .pagination-prev {
    margin-right: auto
}

.pagination .pagination-next {
    margin-left: auto
}

.branches__map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.branches__map>* {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.branches__sidebar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.map-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 370px;
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    max-width: 370px;
    height: 640px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 35px 25px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

.map-content .select2 {
    border: 1px solid #000
}

.map-content .select2-container--open .select2-dropdown--below {
    border: 1px solid #000;
    border-top: none
}

.map-content .select2-container--open .select2-dropdown--above {
    border: 1px solid #000;
    border-bottom: none
}

.map-content .select2-search--dropdown {
    padding-top: 10px
}

.branch__list {
    overflow-y: scroll;
    font-family: 'Akrobat';
    font-weight: 600;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px
}

.map-filter .field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.all-map-btn {
    margin-left: 20px
}

.all-map-btn svg {
    overflow: hidden
}

.all-map-btn .cls-1 {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.show-on-map,
.show-on-map-city {
    display: inline-block;
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 -402px;
    width: 21px;
    height: 21px
}

.show-on-map-city {
    background-position: -63px -311px;
    width: 21px;
    height: 24px
}

.branch__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px
}

.branch__list-item:last-child {
    padding-bottom: 0
}

.branch__list-item:last-child .branch-info-content {
    border-bottom: none
}

.branch__title {
    font-size: 18px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: auto;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.branch-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 10px 0 30px
}

.branch-heading:before {
    content: "";
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 32px;
    display: inline-block;
    background-position: 0 -423px;
    position: absolute;
    top: -5px;
    left: 0
}

.branch-heading.type-atm:before {
    background-position: -25px -423px
}

.branch__buttons {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    overflow: hidden;
    display: none
}

.branch__buttons>* {
    margin-left: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.branch-info-content {
    padding: 10px 0px 20px 30px;
    margin-right: 20px;
    border-bottom: 1px solid #dfdfdf;
    display: none
}

.branch-info-content>* {
    display: block
}

.google-maps-link {
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block
}

.map-content {
    height: 500px;
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    max-width: 320px
}

.branch__list::-webkit-scrollbar {
    width: 4px
}

.branch__list::-webkit-scrollbar-track {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.branch__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #d41f00;
    outline: 1px solid slategrey
}

.info-window-branch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.branches {
    position: relative;
    padding-top: 50px;
    background-color: #fff
}

.branches-nav-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.main-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #af1a00
}

.main-tabs,
.main-tabs a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.main-tabs a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: auto;
    color: #fff;
    font-family: 'Akrobat';
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 18px 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.branches__filter a span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.branches__filter a span:before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.branches__filter a span:after {
    content: "";
    position: absolute;
    left: 7px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.branches__filter a.active span:after {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    opacity: 1
}

.main-tabs a:before {
    content: "";
    position: absolute;
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 0 -183px;
    width: 31px;
    height: 17px;
    left: 50%;
    bottom: -16px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 2;
    opacity: 0
}

.main-tabs a.active:before {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1
}

.main-tabs a.active {
    background-color: #d41f00
}

.main-city {
    padding-bottom: 15px
}

.main-city-heading {
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.calculator-field {
    background-color: #eff1f3;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.calculator-field .site-form {
    margin-bottom: 30px
}

.calculator {
    font-family: 'Akrobat';
    font-weight: 600
}

.calculator-container {
    max-width: 1170px;
    width: 83.333%;
    margin: 0 auto
}

.with-color {
    background-color: #f8f8f8
}

.with-color-white {
    background-color: #fff
}

.calc-multiply-params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin: 22px 0!important
}

.calc-multiply-params>* {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 1 1;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 10px
}

.calc-multiply-params>*>* {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 1 1;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1
}

.calculator-container.curved-borders {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.calc-info-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.calc-add-info {
    position: relative;
    margin: 6px 0 0 10px
}

.calc-info-hover-text {
    position: absolute;
    left: 100%;
    top: 50%;
    padding-left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100vw;
    max-width: 500px;
    z-index: 1;
    display: none;
    font-size: 14px
}

.calc-info-hover-text p {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2)
}

.calc-add-info:hover .calc-info-hover-text {
    display: block
}

.calc-add-info.active .calc-info-hover-text {
    display: none
}

.calc-info-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d41f00;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.calc-info-btn span {
    font-size: 18px
}

.calc-info-btn span:last-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: none
}

.calc-info-btn span:last-child:after,
.calc-info-btn span:last-child:before {
    content: "";
    display: inline-block;
    background-color: currentcolor;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.calc-info-btn span:last-child:before {
    width: 2px;
    height: 60%
}

.calc-info-btn span:last-child:after {
    height: 2px;
    width: 60%
}

.calc-add-info:hover .calc-info-btn {
    background-color: #fcdc00;
    color: #000
}

.calculator-info-content {
    display: none;
    font-size: 16px
}

.main-calc-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -50px;
    padding-bottom: 45px
}

.calc-half {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 1 1;
    -ms-flex: 50% 1 1;
    flex: 50% 1 1;
    margin: 0 60px;
    padding-top: 100px
}

.calc-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px
}

.calc-param__number-text {
    font-size: 1.5rem;
    text-transform: uppercase
}

.noUi-tooltip:after {
    font-size: 22px;
    margin-left: 5px
}

.calculator[data-currency=bgn] .calc-amount-range .noUi-tooltip:after {
    content: "\043b\0432."
}

body.en-lang .calculator[data-currency=bgn] .calc-amount-range .noUi-tooltip:after {
    content: "bgn"
}

.calculator[data-currency=euro] .calc-amount-range .noUi-tooltip:after {
    content: "\20AC"
}

.calculator[data-period=months] .calc-period-range .noUi-tooltip:after {
    content: "\043C."
}

body.en-lang .calculator[data-period=months] .calc-period-range .noUi-tooltip:after {
    content: "m."
}

.calculator[data-period=years] .calc-period-range .noUi-tooltip:after {
    content: "\0433."
}

body.en-lang .calculator[data-period=years] .calc-period-range .noUi-tooltip:after {
    content: "y."
}

.currency-text {
    display: none
}

.calculator[data-currency=bgn] .currency-text.bgn {
    display: inline-block
}

.calculator[data-currency=euro] .currency-text.euro {
    display: inline-block
}

.noUi-connect:before,
.noUi-horizontal:before {
    background-color: #3191d4;
    height: 2px;
    margin-top: 0;
    border-radius: 0
}

.noUi-horizontal .noUi-handle {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    width: 21px;
    height: 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border: 2px solid #fff;
    background-color: #d41f00
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.noUi-horizontal .noUi-tooltip {
    border: none;
    border-radius: 10px;
    background-color: #d41f00;
    color: #fff;
    font-size: 32px;
    padding: 15px 22px 17px;
    line-height: .9;
    font-family: 'Akrobat';
    bottom: calc(100% + 17px)
}

.noUi-horizontal .noUi-tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0 -183px;
    width: 31px;
    height: 17px
}

.calc-current-value {
    padding: 0 5px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calc-value {
    font-weight: 400;
    font-size: 16px
}

.calc-value span {
    display: block;
    font-weight: 600;
    font-size: 16px
}

.calc-value:last-of-type {
    text-align: right
}

.calc__title {
    font-weight: 600!important;
    font-size: 16px
}

.calc-field__input {
    font-family: 'Akrobat';
    text-align: center;
    font-size: 22px;
    max-width: 88px;
    -webkit-box-flex: 88px;
    -webkit-flex: 88px 0 1;
    -ms-flex: 88px 0 1;
    flex: 88px 0 1;
    margin: 0 10px;
    border: 1px solid #707070;
    padding: 5px 0;
    outline: none
}

.calc-period-range-field .calc-field__input {
    max-width: 42px;
    -webkit-box-flex: 42px;
    -webkit-flex: 42px 0 1;
    -ms-flex: 42px 0 1;
    flex: 42px 0 1
}

.calc-current-value span {
    font-size: 16px
}

.calc-params-container {
    font-family: 'Akrobat';
    padding: 30px 0
}

.calc-param-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
    overflow: hidden
}

.calc-param-content>* {
    margin: 10px;
    text-align: center
}

.calc-params-title {
    font-size: 26px;
    font-weight: 600
}

.calc-param-content span {
    font-size: 20px
}

.calc-param-content strong {
    font-size: 40px;
    font-weight: 400
}

.calc-param-content small {
    font-size: 22px;
    padding-left: 7px
}

.calculator-container button[type=submit] {
    background-color: #d41f00;
    color: #fff;
    line-height: 1
}

.yellow-decoration {
    background-color: #fcdc00;
    border-radius: 10px;
    padding: 12px;
    color: #000000;
    font-weight: 400;
    position: relative
}

.yellow-decoration:before {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    background-position: -33px -183px;
    width: 31px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: -31px;
    top: calc(50% - 12px);
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -ms-transform: rotate(-90deg) translate(0, -50%);
    transform: rotate(-90deg) translate(0, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.calc-param__number--alt sup {
    font-size: 20px
}

.calc-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.calc-param-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px
}

.calc-param-container>* {
    margin: 10px
}

.calc-param__number-row--custom {
    display: none
}

.calc-param--custom .calc-param__number-row--custom {
    display: block
}

.calc-param--custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calc-param--border {
    padding-right: 30px;
    position: relative
}

.calculator-selects .calculator-container {
    padding-top: 30px;
    text-align: center
}

.calculator-select-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
    font-family: 'Akrobat'
}

.calculator-selects-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    width: 100%;
    text-align: left
}

.calculator-selects-content>* {
    -webkit-box-flex: 170px;
    -webkit-flex: 170px 0 0;
    -ms-flex: 170px 0 0px;
    flex: 170px 0 0;
    max-width: 170px
}

.calculator-selects-content .calc-conditions-select {
    -webkit-box-flex: 340px;
    -webkit-flex: 340px 0 0;
    -ms-flex: 340px 0 0px;
    flex: 340px 0 0;
    max-width: 340px
}

.calculator-select {
    padding-right: 20px;
    position: relative
}

.calculator-select .select2-search {
    display: none
}

.calculator-select:last-child {
    padding-right: 0
}

.calculator-tabs {
    text-align: center;
    padding-bottom: 20px
}

.calculator-tabs .main-tabs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.calculator-tabs .main-tabs a {
    min-width: 260px
}

.calculator-type,
.current-calculator {
    display: none
}

.calculator-type.visited,
.current-calculator.visited {
    display: block
}

.calculator input.not-correct {
    border-color: #d41f00
}

.first-5 .calc-multiply-params:after {
    display: none
}

.after-first-5 .calc-param-text {
    min-height: 52px
}

.offer {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e9e8e8;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.offer:before {
    content: "";
    position: absolute;
    width: 1px;
    top: 30px;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #e9e8e8;
    display: inline-block
}

.offer-back-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: auto!important
}

.offer>* {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 1 1;
    -ms-flex: 50% 1 1;
    flex: 50% 1 1;
    max-width: 50%
}

.offer-description {
    margin-right: 20px
}

.offer-request {
    margin-left: 20px
}

.offer-title {
    color: #d41f00;
    font-size: 30px;
    padding-bottom: 10px
}

.inner-subheading {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px
}

.offer-description-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Akrobat';
    font-size: 16px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.offer-description-list .col-1 {
    -webkit-box-flex: 200px;
    -webkit-flex: 200px 1 1;
    -ms-flex: 200px 1 1;
    flex: 200px 1 1;
    max-width: 200px
}

.offer-description-list .col-2 {
    -webkit-box-flex: 900px;
    -webkit-flex: 900px 1 1;
    -ms-flex: 900px 1 1;
    flex: 900px 1 1;
    max-width: 900px
}

.offer-form .custom-form ol {
    padding-left: 0;
    padding-right: 0
}

.toggle-offer-btn {
    font-size: 16px;
    border-radius: 32px;
    padding: 11px 17px;
    color: #fff;
    font-family: 'Akrobat';
    font-weight: 600;
    text-transform: uppercase;
    background-color: #d41f00;
    min-width: 160px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.toggle-offer-btn.active {
    background-color: #083e88
}

.toggle-offer-btn span {
    display: none
}

.toggle-offer-btn span.active {
    display: inline-block
}

.gallery {
    padding: 20px 0
}

.gallery a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.offer-toggle-field {
    display: none
}

.offer-toggle-field:first-of-type {
    display: block
}

.gallery-big-image,
.gallery-thumbnails {
    text-align: center
}

.gallery-big-image a {
    height: 400px;
    margin-bottom: 20px
}

.gallery-big-image img {
    max-height: 100%;
    width: auto;
    max-width: 100%
}

.gallery-thumbnails img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.gallery-thumbnails a {
    margin: 7px 5px;
    height: 75px;
    width: calc(20% - 10px);
    overflow: hidden
}

.offer-documents-field {
    font-family: 'Akrobat';
    font-weight: 600;
    padding-bottom: 20px
}

.offer-documents-heading {
    display: block;
    font-size: 18px;
    margin-bottom: 10px
}

.offer-documents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.offer-documents a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.offer-documents a:last-child {
    margin-right: 0
}

.offer-documents a:after {
    content: "";
    background-image: url('../images/sprite.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    background-position: 0 -522px;
    margin-left: 5px;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.offer-documents a[href$=".pdf"]:after {
    background-position: 0 -486px;
    margin-right: 10px;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 28px;
    height: 36px
}

.error-404 {
    margin-bottom: 40px
}

.commonText p.error-404-title,
.error-404-title {
    display: block;
    font-size: 14em;
    line-height: 1;
    font-family: Akrobat;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 0
}

.error-404-text {
    font-size: 1em
}

@media(max-width:1200px) {
    .scrollable-content {
        overflow: auto;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-overflow-scrolling: touch
    }
    .main-header-2 .header-main-content-wrapper {
        padding: 80px 400px 60px 290px
    }
    .header-navs {
        font-size: 15px
    }
    .main-nav-link {
        font-size: 20px
    }
    .additional-nav a {
        font-size: 17px
    }
    .two-col-nav-list ul li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .two-col-nav-list .subnav-list li:nth-child(4),
    .two-col-nav-list .subnav-list li:nth-child(5),
    .two-col-nav-list .subnav-list li:nth-child(6) {
        display: none
    }
    .main-header-2 .bg-shape {
        left: -50px
    }
    .main-contacts span strong {
        font-size: 24px
    }
    .footer-nav-main {
        font-size: 18px
    }
    .footer-additional-nav {
        font-size: 15px;
        padding-left: 30px;
        padding-right: 30px
    }
    .footer-aside-nav a,
    .footer-subnav-list,
    .main-contacts span {
        font-size: 14px
    }
    .footer-rights {
        font-size: 13px
    }
    .footer-social-links a {
        margin-right: 28px
    }
    .footer-subnav-list li {
        padding-left: 20px
    }
    .footer-subnav-list li:before {
        top: 5px
    }
    .opposite-boxes .box-heading {
        min-height: 150px;
        padding: 20px
    }
    .opposite-boxes .box-heading em {
        font-size: 26px
    }
    .scroll-top-btn {
        width: 66px;
        height: 56px
    }
    .scroll-top-btn:before {
        height: 17px;
        width: 17px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff
    }
    .credit-box strong {
        font-size: 23px
    }
    .credit-box span {
        font-size: 14px
    }
    .inner-heading {
        font-size: 32px
    }
    .inner-heading-content p {
        font-size: 16px
    }
    .inner-list-content p {
        font-size: 14px
    }
    .inner-list-main {
        min-height: 180px
    }
    .arrow-btn {
        font-size: 15px
    }
    .credit-box strong sup {
        font-size: 14px
    }
    .box-nav {
        padding: 105px 20px 20px
    }
    .box-hidden-list {
        font-size: 18px
    }
    .main-calc-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }
    .calc-half {
        -webkit-box-flex: 100%;
        -webkit-flex: 100% 1 1;
        -ms-flex: 100% 1 1;
        flex: 100% 1 1;
        margin: 0
    }
    .calc-param-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .calc-submit {
        -webkit-box-flex: 100%;
        -webkit-flex: 100% 1 1;
        -ms-flex: 100% 1 1;
        flex: 100% 1 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .first-5 .calc-submit {
        display: none
    }
    .calc-info-hover-text {
        max-width: 450px;
        padding: 15px;
        font-size: 13px
    }
}

@media(min-width:1025px) {
    .tabbedTable {
        display: block!important
    }
    .main-tabs {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .calculator-tabs .main-tabs {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(max-width:1024px) {
    .calc-info-hover-text {
        display: none!important
    }
    .toggle-css-btn {
        display: none
    }
    .main-footer {
        padding-bottom: 0
    }
    .main-boxes .box .box-hidden-list {
        opacity: 0.8;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease
    }
    .main-boxes .box .box-nav,
    .main-boxes .box .box-see-more {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .main-slider-description {
        min-width: 350px
    }
    .header-bg {
        height: 320px
    }
    .main-boxes .box:nth-child(n+5) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .credit-boxes {
        padding: 0
    }
    .header-navs {
        font-size: 14px
    }
    .main-nav-link {
        font-size: 16px
    }
    .additional-nav a {
        font-size: 14px
    }
    .two-col-nav-list ul li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .main-nav-link:before {
        margin-right: -.2px;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom
    }
    .main-header .main-heading {
        font-size: 22px
    }
    .main-header-2 .header-main-content-wrapper {
        padding: 62px 355px 43px 225px
    }
    .main-header-2 .bg-shape {
        left: -20px
    }
    .logo-field {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }
    .breadcrumbs .wrapper {
        width: 83.333%
    }
    .breadcrumbs .content {
        padding: 25px 0
    }
    .breadcrumbs span {
        font-size: 15px
    }
    .main-slider-heading {
        font-size: 43px;
        display: inline-block
    }
    .main-slider-note {
        font-size: 14px;
        padding-top: 15px;
        display: inline-block
    }
    .main-slider-description-wrapper {
        min-height: 500px;
        padding: 115px 42px 55px
    }
    .main-slider .slick-dots {
        left: 20px;
        bottom: 20px
    }
    .main-boxes-content.slick-slider a {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .main-boxes-btn-content:not(.always-visible) {
        display: none
    }
    .section-heading {
        font-size: 40px
    }
    .slider-news-title {
        font-size: 24px
    }
    .slider-news-description {
        font-size: 13px
    }
    .slider-news-time {
        font-size: 14px;
        padding: 5px 14px;
        top: 24px
    }
    .slider-news .item {
        padding: 20px 40px;
        min-height: 180px
    }
    .footer-aside {
        border-left: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .15)
    }
    .footer-aside-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: auto;
        margin: 0 -10px;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-aside-nav>* {
        width: auto
    }
    .footer-aside-nav a {
        margin: 10px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: 127px;
        -ms-flex-preferred-size: 127px;
        flex-basis: 127px;
        max-width: 127px
    }
    .main-contacts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .main-contacts {
        margin: 0 -10px;
        overflow: hidden
    }
    .main-contacts .footer-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: auto
    }
    .main-contacts .footer-social {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-top: 20px
    }
    .main-contacts>* {
        margin: 0 10px;
        padding: 0
    }
    .main-contacts-link a {
        padding: 0
    }
    .footer-nav-list {
        padding-left: 5vw;
        padding-right: 5vw;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .footer-additional-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0
    }
    .opposite-boxes .box {
        min-height: 220px
    }
    .opposite-boxes .box-heading em {
        font-size: 18px
    }
    .opposite-boxes .box-heading span {
        font-size: 14px
    }
    .sticky-main-btn-description {
        display: none
    }
    .sticky-nav-content {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: none
    }
    .sticky-nav-btn-content.active .sticky-nav-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .sticky-nav.active {
        position: absolute
    }
    .footer-nav-list>li:nth-child(3n) {
        padding-right: 0
    }
    .main-slider .main-slider-bg.bg-desktop {
        background-image: none
    }
    .exchange-rate {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        padding-bottom: 50px
    }
    .exchange-rate>* {
        width: 100%
    }
    .exchange-rate .arrow-btn {
        position: absolute;
        bottom: 0;
        right: 0
    }
    .exchange-rate-block:not(.exchange-rate-heading) {
        padding-left: 0
    }
    .exchange-rate-block.exchange-rate-heading {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-right: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px
    }
    .exchange-rate-heading time {
        padding-top: 0;
        padding-left: 20px
    }
    .main-aside {
        -webkit-box-flex: 260px;
        -webkit-flex: 260px 1 0;
        -ms-flex: 260px 1 0px;
        flex: 260px 1 0;
        max-width: 260px
    }
    .aside-subnav-list {
        background-color: #083879
    }
    .aside-subnav-list li a {
        color: #fff
    }
    .aside-subnav-list li:before {
        background-color: #fff
    }
    .aside-button.not-active {
        padding-bottom: 0px
    }
    .aside-button.not-active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .tabbedTable {
        position: relative;
        width: 100%;
        max-width: 700px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
        display: none;
        margin: 0 auto;
        margin-bottom: 20px
    }
    .tab-dropdown-btn {
        display: block
    }
    .branches-nav-section .tab-dropdown-btn {
        max-width: 100%;
        width: 100%
    }
    .tabbedTable .tblNormal tr {
        display: block
    }
    .tabbedTable .tblNormal tr>* {
        width: 100%;
        display: block;
        border: none
    }
    .tabbedTable .tblNormal td {
        max-width: 100%;
        background-color: #af1a00;
        font-size: 18px
    }
    .tabbedTable .tblNormal td.active {
        text-decoration: underline
    }
    .tabbedTable tr td:first-child,
    .tabbedTable tr td:first-child a {
        border-bottom-left-radius: 0
    }
    .tabbedTable td.active:before {
        display: none
    }
    .tabbedTable table {
        margin-bottom: 0
    }
    .tabbedTable td.active,
    .tabbedTable td a {
        padding: 10px
    }
    .answers-list li:before {
        top: 23px
    }
    .simple-list>li>a {
        font-size: 18px
    }
    .simple-list-left-icon,
    .simple-list-right-icon {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
    .simple-list>li>a span {
        padding-right: 5px
    }
    .simple-list-left-icon {
        margin-right: 0
    }
    .simple-list>li>a {
        font-size: 18px
    }
    .answers-list li {
        padding: 10px 20px 10px 35px;
        font-size: 16px
    }
    .answers-list li:first-child {
        padding-top: 10px
    }
    .answers-list li:before {
        width: 5px;
        height: 5px;
        top: 18px
    }
    .simple-list>li>a {
        padding: 20px 15px
    }
    .simple-list-title {
        font-size: 20px
    }
    .answers-list li:after,
    .simple-list>li>a:after {
        left: 15px;
        right: 15px
    }
    .simple-list p {
        font-size: 14px
    }
    .news-list ul li {
        padding-left: 15px
    }
    .answers-list li:before {
        left: 15px
    }
    .aside-subnav-list li a {
        padding-left: 55px
    }
    .aside-subnav-list li:before {
        left: 40px
    }
    .main-aside-list li.active {
        display: block!important
    }
    .inner-section-wrapper {
        display: block
    }
    .main-aside {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0
    }
    .main-aside-list>li:not(.active) {
        display: none
    }
    .aside-button.aside-back-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .main-aside-link-content a:not(.aside-back-button) {
        padding-left: 10px
    }
    .main-boxes {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 20px
    }
    .main-boxes-content {
        margin: 0
    }
    .map-content {
        height: 400px;
        -webkit-flex-basis: 290px;
        -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
        max-width: 290px
    }
    .branches__filter,
    .calculator-tabs .main-tabs {
        display: none;
        margin: 0 auto;
        position: static;
        max-width: 100%;
        width: 100%
    }
    .calculator-tabs .main-tabs {
        max-width: 700px;
        margin: 0 auto
    }
    .branches__filter a,
    .calculator-tabs .main-tabs a {
        display: block;
        padding: 10px
    }
    .branches__filter a:before,
    .calculator-tabs .main-tabs a:before {
        display: none
    }
    .branches__filter a.active,
    .calculator-tabs .main-tabs a.active {
        background-color: #af1a00;
        text-decoration: underline
    }
    .branches-nav-section {
        position: static;
        padding: 20px 0;
        margin: 0
    }
    .branches {
        padding-top: 0
    }
    .branches__filter a span:after,
    .branches__filter a span:before {
        display: none
    }
    .branches__filter a span {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .offer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .offer:before {
        display: none
    }
    .offer>* {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .offer-description {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .offer-request {
        margin: 0
    }
    .scrollable-content {
        padding-bottom: 45px
    }
    .scrollable-content:after {
        display: inline-block
    }
    .footer-nav {
        -webkit-box-flex: 3;
        -webkit-flex: 3 3 auto;
        -ms-flex: 3 3 auto;
        flex: 3 3 auto
    }
    .calc-param.calc-flex {
        -webkit-box-flex: 100%;
        -webkit-flex: 100% 1 1;
        -ms-flex: 100% 1 1;
        flex: 100% 1 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .calc-param-content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .calc-amount-range,
    .calc-period-range {
        margin: 0 30px
    }
    .gallery-big-image a {
        height: 58vw;
        margin-bottom: 0
    }
    .gallery-thumbnails a {
        height: 11vw
    }
    .megamenu .content {
        padding: 90px 0 40px
    }
    .calculator-tabs .main-tabs a {
        min-width: 100%
    }
    .first-5 .calc-total {
        display: none
    }
    .after-first-5 .calc-multiply-params:after {
        display: none
    }
    .after-first-5 br,
    .first-5 br {
        display: none
    }
    .after-first-5 .calc-param-text {
        min-height: auto
    }
    .after-first-5 .calc-param.calc-multiply-params {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .after-first-5 .calc-param.calc-multiply-params>* {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 20px
    }
    .after-first-5 .calc-param.calc-multiply-params>:last-child {
        padding-bottom: 0
    }
}

@media(min-width:769px) {
    .subnav-list {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        height: auto!important
    }
}

@media(max-width:768px) {
    .main-nav-list>li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .subnav-list {
        display: none
    }
    .subnav-list li {
        display: block
    }
    .see-more-subnav-btn {
        display: none
    }
    .main-nav-list>li {
        border-bottom: none
    }
    .main-nav-link {
        font-size: 20px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .additional-nav {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: -5px
    }
    .additional-nav a {
        font-size: 15px;
        margin: 5px
    }
    .header-navs {
        font-size: 18px
    }
    .mobile-dd-button {
        display: inline-block;
        width: 30px;
        position: relative
    }
    .mobile-dd-button:before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        display: inline-block;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: .35s ease;
        -o-transition: .35s ease;
        transition: .35s ease
    }
    .mobile-dd-button.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 16px
    }
    .additional-nav {
        padding: 1.5em 0 0
    }
    .main-nav-list {
        margin: 0
    }
    .main-nav-list>li,
    .main-nav-list li.with-subnav {
        padding: 10px 0
    }
    .main-nav-list li.with-subnav {
        border-right: none
    }
    .main-nav-list>li.no-border-r {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 20px
    }
    .nav-button-content>button {
        width: 50px;
        height: 50px;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .button:before,
    .nav-toggle-container {
        margin: 0!important
    }
    .nav-button-content .button span {
        display: none
    }
    .header-main-content-wrapper {
        padding-top: 100px;
        text-align: center
    }
    .header-bg {
        height: 250px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .nav-buttons-wrapper {
        padding: 18px 18px 38px 24px
    }
    .close-btn {
        right: 20px;
        top: 18px
    }
    .main-header .main-heading {
        font-size: 24px
    }
    .megamenu .content {
        padding-top: 100px
    }
    .main-header .e-post {
        color: #181818;
        background-color: #fff
    }
    .main-header .e-post:before {
        background-position: -44px 0
    }
    .main-header-2 .header-main-content-wrapper {
        padding: 90px 20px 35px 10px
    }
    .logo-wrapper {
        padding: 8px 22px 8px 10px;
        border-bottom-right-radius: 13px
    }
    .logo-field {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }
    .main-slider-content {
        display: block
    }
    .main-slider-content>* {
        width: 100%;
        height: auto;
        min-height: auto
    }
    .main-header-3 .main-slider-description-wrapper {
        min-height: 100px;
        padding-bottom: 15px;
        /*height: auto;*/
		height: 200px;
    }
    .main-slider-bg {
        height: 200px
    }
    .main-slider-description-wrapper {
        min-height: auto;
        padding: 75px 8.335vw 150px 10px
    }
    .main-slider .slick-dots {
        left: 30px;
        /*bottom: 240px;*/
    }
    .main-slider-shape svg {
        position: absolute;
        top: auto;
        right: 50%;
        bottom: -63px;
        -webkit-transform: translate(50%, 0) rotate(90deg) scale(.6);
        -ms-transform: translate(50%, 0) rotate(90deg) scale(.6);
        transform: translate(50%, 0) rotate(90deg) scale(.6);
        width: 50px
    }
    .slick-arrow {
        text-indent: -9999px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: inline-block;
        background-color: #d41f00;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .slick-arrow.slick-next {
        margin-left: 40px
    }
    .slick-arrow:before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(0, -50%) rotate(-135deg);
        -ms-transform: translate(0, -50%) rotate(-135deg);
        transform: translate(0, -50%) rotate(-135deg)
    }
    .slick-arrow.slick-next:before {
        left: 7px;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg)
    }
    .section-heading {
        font-size: 22px
    }
    .main-contacts .footer-col {
        -webkit-flex-basis: calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
    .main-contacts .footer-col:nth-child(2n) {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .main-contacts .footer-social {
        padding-top: 0
    }
    .footer-nav-list {
        padding-left: 0;
        padding-right: 1px
    }
    .footer-social-links a {
        margin-right: 20px
    }
    .opposite-boxes .box {
        -webkit-box-flex: 100%;
        -webkit-flex: 100% 0 1;
        -ms-flex: 100% 0 1;
        flex: 100% 0 1;
        max-width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px 0
    }
    .opposite-boxes .box-heading {
        min-height: 150px
    }
    .opposite-boxes .box-heading em {
        font-size: 28px
    }
    .opposite-boxes .box-heading span {
        font-size: 16px
    }
    .main-boxes-content.opposite-boxes {
        padding-bottom: 0
    }
    .e-post-content {
        right: -60px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 68px
    }
    .e-post-content:before {
        top: -11px;
        left: 214px
    }
    .sticky-main-btn a,
    .sticky-main-btn button {
        width: 30px;
        height: 33px;
        font-size: 14px
    }
    .sticky-main-btn button:before {
        -webkit-transform: translate(-50%, -50%) scale(.7);
        -ms-transform: translate(-50%, -50%) scale(.7);
        transform: translate(-50%, -50%) scale(.7);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
    .sticky-nav-content {
        width: calc(83.333vw - 30px)!important
    }
    .main-slider-heading {
        font-size: 28px
    }
    .sticky-nav-content {
        right: 30px
    }
    .main-boxes-content {
        margin: 0;
        padding-bottom: 10px
    }
    .main-slider-bg.bg-tablet {
        background-image: none
    }
    .info-block {
        -webkit-box-flex: 100%;
        -webkit-flex: 100% 1 1;
        -ms-flex: 100% 1 1;
        flex: 100% 1 1;
        max-width: 100%
    }
    .info-block:last-child {
        padding-bottom: 0
    }
    .info-block:nth-child(2n-1) {
        padding-right: 0
    }
    .exchange-rate {
        padding: 40px 0
    }
    .scroll-top-btn {
        width: 40px;
        height: 33px
    }
    .scroll-top-btn:before {
        height: 10px;
        width: 10px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff
    }
    .footer-rights {
        padding-bottom: 40px!important
    }
    .main-content .footer-rights {
        padding-bottom: 25px!important
    }
    .cookies .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cookies .content>* {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0 0 20px;
        text-align: center
    }
    .cookies .content>:last-child {
        padding-bottom: 0
    }
    .cookies-content {
        font-size: 16px
    }
    .cookies-btn button {
        font-size: 16px
    }
    .credit-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 5px
    }
    .credit-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 5px 0
    }
    .main-inner-list {
        padding-left: 0
    }
    .credit-box span {
        font-size: 18px
    }
    .inner-list-heading {
        font-size: 22px
    }
    .credit-box strong:before {
        display: none
    }
    .inner-heading {
        font-size: 30px
    }
    .commonText {
        font-size: 16px
    }
    .commonText li:before {
        top: 0
    }
    .info-block-content {
        padding-top: 10px
    }
    .inner-list-content p {
        padding-top: 15px
    }
    .branches__map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .branches__map>* {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    #branch-map {
        height: 300px
    }
    .map-content {
        height: auto
    }
    .branch__list {
        overflow: visible
    }
    .branch-info-content {
        padding: 10px 0
    }
    .pagination-btn {
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden
    }
    .info-block {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .table {
        font-size: 14px
    }
    .table td,
    .table th {
        padding: 10px;
        min-width: 100px
    }
    .calculator-container {
        padding: 0
    }
    .calc-param-content>* {
        margin: 10px
    }
    .noUi-horizontal .noUi-tooltip {
        font-size: 18px;
        padding: 9px 10px 10px
    }
    .noUi-tooltip:after {
        font-size: 16px;
        margin-left: 5px
    }
    .calc-param.calc-multiply-params {
        -webkit-box-flex: 100%;
        -webkit-flex: 100% 1 1;
        -ms-flex: 100% 1 1;
        flex: 100% 1 1
    }
}

@media(max-width:640px) {
    .main-boxes-content .slick-dots {
        display: none!important
    }
    .box-heading {
        max-width: 220px;
        min-height: auto;
        font-size: 18px
    }
    .main-boxes-content,
    .main-boxes .box {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }
    .slider-counter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .slider-news .item {
        padding: 20px 0 20px 40px
    }
    .main-boxes-content.slick-slider {
        padding: 0 0 20px
    }
    .main-contacts-link a:before {
        margin-right: -4px;
        margin-left: -12px;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }
    .footer-social-links a {
        margin: -11px 5px 6px -6px;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
    .footer-row>* {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .footer-aside-nav a,
    .footer-subnav-list,
    .main-contacts span {
        font-size: 13px
    }
    .main-contacts span strong {
        font-size: 18px
    }
    .main-contacts .footer-col {
        -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 5px
    }
    .footer-aside-nav a:before {
        margin-right: 0px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        margin-left: -5px
    }
    .footer-aside-nav {
        margin: 0px -5px
    }
    .footer-aside-nav a,
    .footer-aside-nav a:last-child {
        margin: 10px 5px
    }
    .footer-aside-nav a {
        -webkit-flex-basis: 102px;
        -ms-flex-preferred-size: 102px;
        flex-basis: 102px;
        max-width: 102px
    }
    .footer-nav-list>li {
        -webkit-box-flex: 50%!important;
        -webkit-flex: 50% 1 1!important;
        -ms-flex: 50% 1 1!important;
        flex: 50% 1 1!important;
        max-width: 50%!important;
        padding-right: 0
    }
    .footer-nav-list>li:nth-last-child(2) {
        padding-bottom: 0
    }
    .footer-nav-list>li:nth-child(2n) {
        padding-right: 0;
        padding-left: 30px
    }
    .custom-footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .custom-footer-nav .footer-col {
        -webkit-box-flex: 1;
        -webkit-flex: auto 0 0;
        -ms-flex: auto 0 0px;
        flex: auto 0 0;
        padding-bottom: 20px
    }
    .custom-footer-nav .footer-col:last-child {
        padding-bottom: 0
    }
    .footer-nav-main {
        word-spacing: 9999px
    }
    .footer-subnav-list {
        padding-top: 20px
    }
    .arr {
        display: none
    }
    .opposite-boxes .box-heading {
        min-height: 100px;
        -webkit-box-flex: 60%;
        -webkit-flex: 60% 1 1;
        -ms-flex: 60% 1 1;
        flex: 60% 1 1;
        max-width: 60%
    }
    .opposite-boxes .box-heading em {
        font-size: 18px
    }
    .opposite-boxes .box-heading span {
        font-size: 12px
    }
    .sticky-nav-search .site-form ol {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sticky-nav-search .site-form ol>li {
        -webkit-box-flex: 300px!important;
        -webkit-flex: 300px 1 1!important;
        -ms-flex: 300px 1 1!important;
        flex: 300px 1 1!important;
        max-width: 300px;
        padding-left: 0;
        padding-right: 0
    }
    .sticky-nav-search .site-form button[type=submit] {
        margin-left: 0
    }
    .main-boxes-content {
        margin: 0
    }
    .main-boxes .box {
        -webkit-box-flex: 100%;
        -webkit-flex: 100% 1 1;
        -ms-flex: 100% 1 1;
        flex: 100% 1 1;
        max-width: 100%
    }
    .sticky-nav-heading {
        font-size: 22px;
        padding-bottom: 10px
    }
    .sticky-langugage-content a {
        font-size: 16px;
        padding: 8px 10px;
        margin: 5px
    }
    .sticky-nav-content {
        padding: 10px 20px;
        min-height: 132px
    }
    .sticky-nav .main-contacts-link {
        padding-bottom: 0px
    }
    .current-currency-nav button {
        font-size: 18px;
        padding: 2px 18px 2px
    }
    .current-currency-nav button.active:before {
        top: -12px;
        -webkit-transform: translate(-50%, 0) scale(.7);
        -ms-transform: translate(-50%, 0) scale(.7);
        transform: translate(-50%, 0) scale(.7)
    }
    .inner-list-main {
        display: block
    }
    .inner-list-content {
        padding: 15px;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .info-block img {
        max-width: 80px
    }
    .inner-list-bg {
        display: block;
        height: 0;
        padding-top: 75%;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0
    }
    .inner-list-bg a {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
    .box-nav {
        padding: 70px 20px 20px
    }
    .box-hidden-list {
        font-size: 20px
    }
    .custom-form.bordered-form {
        padding: 20px
    }
    .offer {
        padding: 20px
    }
    .offer-description-list li {
        font-size: 18px
    }
    .sticky-search-form li {
        -webkit-box-flex: 100%!important;
        -webkit-flex: 100% 1 1!important;
        -ms-flex: 100% 1 1!important;
        flex: 100% 1 1!important;
        max-width: 100%!important;
        padding: 10px 0!important
    }
    .main-boxes-btn.custom-main-boxes-btn {
        font-size: 16px
    }
    .calculator-selects-content>* {
        -webkit-box-flex: 110px;
        -webkit-flex: 110px 0 0;
        -ms-flex: 110px 0 0px;
        flex: 110px 0 0;
        max-width: 110px
    }
    .calculator-selects-content .calc-conditions-select {
        -webkit-box-flex: 100px;
        -webkit-flex: 100px 1 1;
        -ms-flex: 100px 1 1;
        flex: 100px 1 1;
        max-width: 100%
    }
}

@media(max-width:480px) {
    .exchange-rate-heading strong {
        font-size: 30px
    }
    .exchange-rate-heading time {
        font-size: 18px
    }
    .current-currency-tab>* {
        padding-right: 25px
    }
    .current-currency-nav {
        padding-bottom: 0
    }
    .current-currency-tab span {
        font-size: 20px
    }
    .current-currency-tab strong {
        font-size: 64px
    }
    .current-currency-tab sup {
        font-size: 30px
    }
    .main-header .main-heading {
        font-size: 20px
    }
    .main-header-2 .bg-shape {
        left: -10px
    }
    .breadcrumbs {
        display: none
    }
    .e-post-content {
        left: -174px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 68px;
        width: 284px
    }
    .e-post-content:before {
        left: 199px
    }
    .sticky-nav-content {
        width: calc(91.665vw - 30px)!important
    }
    .info-block-content strong {
        font-size: 20px
    }
    .current-currency-nav-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .more-currency {
        margin-top: 20px
    }
    .inner-heading-content p {
        font-size: 14px;
        max-height: 53px;
        text-align: center
    }
    .inner-heading {
        font-size: 28px;
        text-align: center
    }
    .offer-title.inner-heading {
        font-size: 24px;
        padding-bottom: 10px
    }
    .inner-subheading {
        font-size: 20px;
        padding-bottom: 10px
    }
    .offer-description-list {
        padding-top: 10px
    }
    .offer-title.inner-heading {
        text-align: left
    }
    .inner-list-bg {
        -webkit-box-flex: 200px;
        -webkit-flex: 200px 1 1;
        -ms-flex: 200px 1 1;
        flex: 200px 1 1
    }
    .info-block img {
        max-width: 60px
    }
    .inner-heading-content {
        text-align: center
    }
    .simple-list>li>a {
        font-size: 16px
    }
    .simple-list-title {
        font-size: 18px;
        margin-bottom: 10px
    }
    .answers-list li {
        padding: 10px 20px 10px 30px;
        font-size: 14px
    }
    .answers-list li:before {
        top: 17px
    }
    .news-list-time {
        font-size: 12px
    }
    .search-results-list li {
        padding: 0 20px 20px
    }
    .search-results-list li:first-child {
        padding-top: 20px
    }
    #branch-map {
        height: 250px
    }
    .pagination {
        padding: 20px
    }
    .logo-field {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    .ui-datepicker {
        width: 225px!important
    }
    .ui-datepicker-calendar {
        border: 0
    }
    .form-content-left {
        padding-left: 0
    }
    .offer-documents {
        font-size: 12px
    }
    .gallery-thumbnails a {
        margin: 4px 3px;
        width: calc(20% - 6px)
    }
    .gallery-thumbnails {
        margin: 0 -3px
    }
    .calc-params-title {
        font-size: 22px
    }
    .calc-param-content span {
        font-size: 18px
    }
    .calc-param__number--alt strong {
        font-size: 26px
    }
    .calc-param--border {
        padding-right: 10px
    }
    .calc-param-content strong {
        font-size: 24px
    }
    .calc-param-content small {
        font-size: 18px
    }
    .calc-value span {
        font-size: 11px;
        line-height: 1
    }
    .calc__title {
        font-size: 11px
    }
    .calc-field__input {
        font-size: 16px;
        max-width: 50px;
        padding: 4px 0;
        margin: 0 5px
    }
    .calc-current-value span {
        font-size: 11px
    }
    .calc-value {
        font-size: 11px
    }
    .calc-half {
        padding-top: 50px
    }
    .calculator-selects-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .calculator-selects-content>* {
        -webkit-box-flex: 100%;
        -webkit-flex: 100% 1 1;
        -ms-flex: 100% 1 1;
        flex: 100% 1 1;
        max-width: 100%;
        padding: 0 0 20px 0
    }
    .calculator-selects-content>:last-child {
        padding-bottom: 0
    }
    .calc-field {
        padding-top: 5px
    }
}

@media(min-width:1025px) {
    .table a:hover {
        border-bottom-color: transparent
    }
    .text a:hover {
        text-decoration: none
    }
    .text table tr:hover td {
        background-color: #f7f7f7
    }
    .cookies-btn button:hover,
    .offer-back-btn:hover,
    .site-form button:hover {
        background-color: #09264e;
        color: #ffffff
    }
    .custom-form button[type=submit]:hover {
        background-color: #083e88
    }
    .button:hover {
        background-color: #d41f00
    }
    .ui-datepicker .ui-datepicker-next:hover,
    .ui-datepicker .ui-datepicker-prev:hover {
        opacity: .8
    }
    .ui-button.ui-state-disabled:hover {
        color: #000000;
        background-color: transparent;
        border: none;
        text-align: center;
        font-size: 17px;
        font-family: 'Akrobat';
        font-weight: 600
    }
    .ui-state-default:hover {
        color: #fff!important;
        background-color: #d41f00!important
    }
    .cookies-content a:hover {
        border-bottom-color: transparent
    }
    .main-header .e-post:hover {
        background-color: #c31d00
    }
    .registration:hover {
        border-bottom-color: currentcolor
    }
    .button.nav-toggle:hover {
        background-color: rgba(8, 62, 136, .9)
    }
    .close-btn:hover {
        background-color: rgba(0, 0, 0, .3)
    }
    .close-btn:hover:before {
        height: 24px
    }
    .close-btn:hover:after {
        width: 24px
    }
    .main-nav-link:hover {
        opacity: .7
    }
    .subnav-list li a:hover {
        color: rgba(255, 255, 255, 1)
    }
    .see-more-subnav-btn:hover {
        border-bottom-color: #fff
    }
    .additional-nav a:hover {
        border-bottom-color: #fff
    }
    .main-slider-heading:hover {
        color: rgba(255, 255, 255, .7)
    }
    .slick-dots button:hover {
        background-color: #d41f00
    }
    .main-slider .slick-dots button:hover {
        opacity: .6;
        background-color: #fff
    }
    .breadcrumbs a:hover span {
        border-bottom-color: transparent;
        color: rgba(9, 38, 78, 1)
    }
    .commonText a:hover {
        border-bottom-color: transparent
    }
    .tabbedTable td a:hover {
        background-color: #d41f00
    }
    .box-nav a:hover {
        opacity: .7
    }
    .box-see-more:hover {
        color: rgba(255, 255, 255, .7)
    }
    .box-see-more:hover i {
        background-color: rgba(255, 255, 255, .7)
    }
    .main-boxes .box:hover .box-hidden-list {
        opacity: 1;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease
    }
    .main-boxes .box:hover .box-nav,
    .main-boxes .box:hover .box-see-more {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .main-boxes a.box:hover {
        opacity: .9
    }
    .main-boxes-btn.custom-main-boxes-btn:hover {
        border-bottom-color: currentcolor
    }
    .main-boxes-btn:hover i {
        background-color: #102138
    }
    .slider-news-title:hover {
        color: #d41f00
    }
    .main-footer a:hover {
        opacity: .5
    }
    .main-contacts-link a:hover {
        opacity: .7
    }
    .footer-additional-nav a:hover {
        opacity: 1;
        border-bottom-color: currentcolor
    }
    .footer-rights a:hover {
        opacity: 1;
        color: #fff
    }
    .footer-subnav-list a:hover {
        opacity: 1;
        border-bottom-color: currentcolor
    }
    .sticky-nav-btn-content:not(.active) .sticky-main-btn a:hover+.sticky-main-btn-description,
    .sticky-nav-btn-content:not(.active) .sticky-main-btn button:hover+.sticky-main-btn-description {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    a.sticky-nav-heading:hover {
        opacity: .7
    }
    .sticky-langugage-content a:hover {
        background-color: #fff;
        color: #09264e
    }
    .scroll-top-btn:hover {
        background-color: rgba(0, 0, 0, .6)
    }
    .info-block a:hover strong {
        color: #d41f00
    }
    .current-currency-nav button:not(.active):hover {
        color: #d41f00
    }
    .arrow-btn:hover {
        color: #d41f00
    }
    .inner-list-heading:hover {
        color: #d41f00
    }
    .aside-subnav-list li a:hover span {
        border-bottom-color: currentcolor
    }
    .main-aside-link-content:hover {
        background-color: #083e88;
        color: #fff
    }
    .simple-list>li>a:hover {
        background-color: #fafafa
    }
    .documents-list a:hover .simple-list-right-icon {
        color: currentcolor
    }
    .simple-list-title:hover {
        color: #d41f00
    }
    .pagination a:hover {
        color: #aeaeae
    }
    .all-map-btn:hover .cls-1 {
        fill: #d41f00
    }
    .branch__title:hover {
        color: #d41f00
    }
    .main-tabs a:hover {
        background-color: #d41f00
    }
    .main-city-heading:hover {
        color: #d41f00
    }
    .calculator-container button[type=submit]:hover {
        color: #000000;
        background-color: #fcdc00
    }
    .toggle-offer-btn:hover {
        opacity: .9
    }
    .offer-documents a:hover {
        opacity: .7
    }
    .branch__buttons>:hover {
        opacity: .7
    }
}

#upgrade-browser {
    padding: 10px 60px;
    position: relative;
    z-index: 10000;
    text-align: center;
    background: #ffe490
}

#upgrade-browser a {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 0;
    vertical-align: middle;
    background: url('../images/browser-sprite.jpg') no-repeat -1000px 0
}

#upgrade-browser a.chrome {
    background-position: 0px 0px
}

#upgrade-browser a.ie {
    background-position: -50px 0px
}

#upgrade-browser a.firefox {
    background-position: -100px 0
}

#upgrade-browser a.opera {
    background-position: -150px 0
}

#upgrade-browser a.safari {
    background-position: -200px 0
}

#upgrade-browser span {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    margin: 10px
}

#upgrade-browser .close-warning {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: url('../images/browser-sprite.jpg') no-repeat -250px 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .box-see-more i {
        width: 23px;
        height: 23px
    }
    .main-slider-shape svg {
        right: -49px
    }
    .progress-circle svg path {
        stroke-dasharray: 251, 251
    }
    .tabbedTable .tblNormal tr>* {
        width: 100%
    }
    .inner-section-wrapper>* {
        width: 100%
    }
    .main-slider-content>* {
        width: 100%
    }
    .credit-boxes>* {
        width: 100%
    }
    .custom-footer-nav>* {
        width: 100%
    }
    .inner-list-main>* {
        width: 100%
    }
    .site-form fieldset>ol>li>* {
        width: 100%
    }
    .main-slider-description-wrapper>* {
        display: block;
        width: 100%
    }
    .opposite-boxes .box-heading>* {
        width: 100%
    }
    .footer-social-content>* {
        width: 100%
    }
    .footer-aside-nav>* {
        width: 100%
    }
    .sticky-nav-content>* {
        width: 100%
    }
    .info-block-content>* {
        width: 100%
    }
    .inner-list li>* {
        width: 100%
    }
    .inner-list-content>* {
        width: 100%
    }
    .search-results-list li>* {
        width: 100%
    }
    .news-list ul li>* {
        width: 100%
    }
    .map-content>* {
        width: 100%
    }
    .branch__list-item>* {
        width: 100%
    }
    .info-window-branch>* {
        width: 100%
    }
    .logo-wrapper:after {
        bottom: -30px
    }
    .opposite-boxes .box-heading>* {
        display: block;
        width: 100%
    }
    .box-nav a {
        display: block
    }
    .box-heading span {
        display: block;
        width: 100%
    }
    .main-boxes-content.slick-initialized .item {
        width: 100%
    }
    .exchange-rate-block.exchange-rate-heading>* {
        display: block
    }
    .main-aside-link-content a:not(.aside-back-button) {
        display: block
    }
    .inner-list-content>* {
        display: block;
        width: 100%
    }
    .inner-list-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .inner-list-footer .button {
        margin-left: auto
    }
    .info-block-content>* {
        display: block;
        width: 100%
    }
    .footer-rights span:last-child {
        display: inline-block
    }
    .footer-additional-nav a {
        display: inline-block
    }
    .news-list ul li>* {
        display: block
    }
    .search-results-list li>* {
        display: block
    }
    .main-boxes-content.slider-news {
        display: block
    }
}

@supports (-ms-ime-align:auto) {
    .logo-wrapper:after {
        bottom: -30px
    }
}

.ie9 .main-slider-content {
    display: block;
    font-size: 0;
    width: 100%
}

.ie9 .main-slider-bg,
.ie9 .main-slider-description {
    display: inline-block;
    height: 500px;
    vertical-align: top;
    max-width: 100%!important
}

.ie9 .main-slider-description {
    width: 34%
}

.ie9 .main-slider-bg {
    width: 66%
}

.ie9 .main-slider-description-wrapper>* {
    display: block;
    width: 100%
}

.ie9 .slick-slider {
    z-index: 0
}

.ie9 .main-slider .slick-dots {
    z-index: 20
}

.ie9 .additional-nav,
.ie9 .aside-button,
.ie9 .box-heading,
.ie9 .box-hidden-list,
.ie9 .box-nav,
.ie9 .box-see-more,
.ie9 .branch-heading,
.ie9 .branch__list-item,
.ie9 .branches__filter a span,
.ie9 .branches__map,
.ie9 .branches__sidebar,
.ie9 .breadcrumbs .content,
.ie9 .button,
.ie9 .calc-current-value,
.ie9 .calc-field,
.ie9 .calc-flex,
.ie9 .calc-info-btn,
.ie9 .calc-info-heading,
.ie9 .calc-multiply-params,
.ie9 .calc-multiply-params>*,
.ie9 .calc-param--custom,
.ie9 .calc-param-container,
.ie9 .calc-param-content,
.ie9 .calc-param__number--alt,
.ie9 .cookies .content,
.ie9 .credit-boxes,
.ie9 .credit-box strong,
.ie9 .custom-form ol>li:last-child,
.ie9 .footer-aside,
.ie9 .footer-aside-nav,
.ie9 .footer-aside-nav a,
.ie9 .footer-nav-list,
.ie9 .footer-nav-list .custom-footer-nav,
.ie9 .footer-row,
.ie9 .footer-row>*,
.ie9 .footer-social,
.ie9 .footer-social-content,
.ie9 .footer-social-links,
.ie9 .form-content-2-cols,
.ie9 .form-content-left,
.ie9 .gallery-thumbnails,
.ie9 .header-main-content,
.ie9 .info-block,
.ie9 .info-block-content,
.ie9 .info-block a,
.ie9 .info-blocks,
.ie9 .info-window-branch,
.ie9 .inline-form-content,
.ie9 .inner-list-content,
.ie9 .inner-list-footer,
.ie9 .inner-list-main,
.ie9 .inner-list li,
.ie9 .inner-section-wrapper,
.ie9 .main-aside-link-content,
.ie9 .main-boxes-btn,
.ie9 .main-boxes-btn-content,
.ie9 .main-boxes-content,
.ie9 .main-boxes.active .box,
.ie9 .main-boxes .box,
.ie9 .main-calc-container,
.ie9 .main-header .wider-wrapper .content,
.ie9 .main-nav-link,
.ie9 .main-nav-link-content,
.ie9 .main-nav-list,
.ie9 .main-slider-content,
.ie9 .main-slider-description-wrapper,
.ie9 .main-tabs,
.ie9 .main-tabs a,
.ie9 .map-content,
.ie9 .map-filter .field,
.ie9 .nav-buttons-field,
.ie9 .nav-buttons-wrapper,
.ie9 .news-list ul li,
.ie9 .offer,
.ie9 .offer-description-list li,
.ie9 .offer-documents a,
.ie9 .opposite-boxes .box,
.ie9 .pagination,
.ie9 .pagination .pagination-btn,
.ie9 .search-results-list li,
.ie9 .simple-list>li>a,
.ie9 .site,
.ie9 .site-form .custom-form-list,
.ie9 .site-form .custom-form-list li,
.ie9 .site-form ol,
.ie9 .site-form ol>li,
.ie9 .slick-dots,
.ie9 .sticky-langugage-content,
.ie9 .sticky-main-btn-description,
.ie9 .sticky-main-btn-description span,
.ie9 .sticky-main-btn a,
.ie9 .sticky-nav-content,
.ie9 .sticky-nav-search .site-form ol,
.ie9 .sticky-nav-search .site-form ol>li,
.ie9 .subnav-list,
.ie9 .tabbedTable td,
.ie9 .tabbedTable td a,
.ie9 .tabbedTable tr,
.ie9 .ui-datepicker .ui-datepicker-header {
    display: block
}

.ie9 .main-boxes .box {
    display: inline-block;
    width: 25%;
    vertical-align: top
}

.ie9 .opposite-boxes .box {
    display: inline-block!important;
    width: 46%!important;
    vertical-align: top
}

.ie9 .main-boxes-btn {
    display: none
}

.ie9 .box-heading {
    margin: 0 auto
}

.ie9 .opposite-boxes .box-heading {
    margin: 0
}

.ie9 .box-see-more {
    text-align: center
}

.ie9 .slick-dots {
    display: block;
    text-align: center
}

.ie9 .slick-dots>* {
    display: inline-block
}

.ie9 .main-nav-list {
    display: block
}

.ie9 .main-nav-list>* {
    display: inline-block;
    width: 33.333%;
    vertical-align: top
}

.ie9 .calculator-tabs .main-tabs {
    background-color: transparent
}

.ie9 .calculator-tabs .main-tabs>* {
    display: inline-block
}

.ie9 .calculator-tabs .main-tabs>:not(.active) {
    background-color: #af1a00
}

.ie9 .calc-field {
    overflow: hidden
}

.ie9 .calc-field>* {
    display: inline-block;
    float: left
}

.ie9 .calc-field>* {
    width: 80%
}

.ie9 .calc-field>:first-child,
.ie9 .calc-field>:last-child {
    width: 10%
}

.ie9 .main-calc-container>* {
    display: inline-block;
    width: 39%
}

.ie9 .calc-param-content>* {
    display: inline-block!important;
    width: auto!important
}

.ie9 .calc-info-btn {
    text-align: center
}

.ie9 .calc-info-heading>* {
    display: inline-block
}

.ie9 .calc-param.calc-multiply-params>* {
    display: inline-block;
    width: 50%
}

.ie9 .info-blocks {
    text-align: center
}

.ie9 .info-blocks>* {
    display: inline-block;
    vertical-align: top
}

.ie9 .info-block-content>* {
    display: block
}

.ie9 .exchange-rate-block,
.ie9 .exchange-rate-block.exchange-rate-heading {
    display: inline-block
}

.ie9 .exchange-rate-block.exchange-rate-heading>* {
    display: block
}

.ie9 .current-currency-tab>* {
    display: inline-block
}

.ie9 .footer-row>*>* {
    display: inline-block;
    vertical-align: top;
    width: 24%
}

.ie9 .footer-col.main-contacts-link>*>* {
    display: block
}

.ie9 .footer-aside,
.ie9 .footer-nav {
    display: inline-block;
    vertical-align: top
}

.ie9 .footer-nav {
    width: 60%
}

.ie9 .footer-aside {
    width: 39%
}

.ie9 .footer-nav-list {
    display: block;
    width: 100%
}

.ie9 .footer-nav-list>li {
    display: inline-block;
    width: 30%;
    vertical-align: top
}

.ie9 .custom-footer-nav {
    width: 100%!important;
    display: block!important
}

.ie9 .custom-footer-nav>* {
    display: inline-block
}

.ie9 .footer-aside-nav {
    display: block;
    width: 100%
}

.ie9 .footer-additional-nav>* {
    display: inline-block;
    width: auto
}

.ie9 .footer-rights {
    display: block;
    width: 100%
}

.ie9 .footer-rights>:last-child {
    float: right
}

.ie9 .nav-buttons-wrapper {
    width: 330px!important
}

.ie9 .nav-buttons-wrapper>* {
    display: inline-block!important
}

.ie9 .inner-section-wrapper .inner-section-main-content,
.ie9 .inner-section-wrapper .main-aside {
    display: inline-block!important;
    vertical-align: top;
    width: 71%!important
}

.ie9 .main-aside-list li {
    display: block
}

.ie9 .main-aside-list li a:not(.aside-back-button) {
    display: inline-block;
    width: 88%
}

.ie9 .aside-back-button {
    display: none!important
}

.ie9 .aside-button {
    display: inline-block
}

.ie9 .inner-list-main>* {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.ie9 .inner-list-bg a {
    height: 210px
}

.ie9 .credit-boxes>* {
    display: inline-block
}

.ie9 * {
    vertical-align: middle
}

.ie9 .answers-list li>:not(:first-child),
.ie9 .simple-list.search-results-list li>:not(:first-child) {
    display: block
}

.ie9 .inner-list-footer {
    overflow: hidden
}

.ie9 .inner-list-footer>* {
    display: inline-block;
    width: auto
}

.ie9 .inner-list-footer>:last-child {
    float: right
}

.ie9 .branches__filter.main-tabs>* {
    display: inline-block;
    width: auto
}

.ie9 .pagination>* {
    display: inline-block!important;
    width: auto
}

.ie9 .offer>* {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ie9 .gallery-thumbnails {
    display: block
}

.ie9 .gallery-thumbnails a {
    width: 17%;
    display: inline-block
}
.w50 { width: 50%; }
.100 { width: 100%; }
.hidden { display: none !important; }
.tms-items li {
	
	padding: 10px;
	
}
.terms-and-conditions h4 { margin: 50px 0px; }
.text-center { text-align: center !important; justify-content: center; }
.w55 { width: 50px !important; }
.w80 { width: 80px !important; }
.transparent-without-border {
	
	background: transparent !important; border: none !important;
	text-align: left !important;
	justify-content: flex-start !important;
	margin-bottom: 0 !important;
	
}