@charset "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css";

@font-face {
    font-family: 'Lato-Regular';
    src: url("../fonts/Lato-Regular.eot");
    src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
    font-display: swap;}
  
  @font-face {
    font-family: 'Lato-Medium';
    src: url("../fonts/Lato-Medium.eot");
    src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }
  
  @font-face {
    font-family: 'Lato-Semibold';
    src: url("../fonts/Lato-Semibold.eot");
    src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }
  
  @font-face {
    font-family: 'Lato-Bold';
    src: url("../fonts/Lato-Bold.eot");
    src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }

:root {
    --fnt_main: 'Lato', sans-serif;
    --fnt_sec: 'OpenSans', sans-serif;
    --dark_hue: 0;
    --dark_saturation: 0%;
    --dark_lightness: 0%;
    --light_hue: 0;
    --light_saturation: 0%;
    --light_lightness: 100%;
    --prim_hue: 326.16279;
    --prim_saturation: 86%;
    --prim_lightness: 39.21569%;
    --prim_light_hue: 329.11243;
    --prim_light_saturation: 71.30802%;
    --prim_light_lightness: 53.52941%;
    --prim_dark_hue: 326.48276;
    --prim_dark_saturation: 97.31544%;
    --prim_dark_lightness: 29.21569%;
    --sec_hue: 227.69231;
    --sec_saturation: 38.61386%;
    --sec_lightness: 19.80392%;
    --info_hue: 228;
    --info_saturation: 8.77193%;
    --info_lightness: 55.29412%;
    --accent_hue: 188.40764;
    --accent_saturation: 69.77778%;
    --accent_lightness: 44.11765%;
    --back_hue: 210;
    --back_saturation: 25%;
    --back_lightness: 96.86275%;
    --back_shad_hue: 180;
    --back_shad_saturation: 4.7619%;
    --back_shad_lightness: 95.88235%;
    --border_hue: 204;
    --border_saturation: 7.69231%;
    --border_lightness: 87.2549%;
    --border_dark_hue: 230;
    --border_dark_saturation: 9.67742%;
    --border_dark_lightness: 75.68627%;
    --divider_hue: 208;
    --divider_saturation: 29.41176%;
    --divider_lightness: 90%;
    --scrollBar-color: hsla(calc(var(--prim_hue) + 0), calc(var(--prim_saturation) + 0%), calc(var(--prim_lightness) + 0%), 1);
    --scrollBar-width: 8px;
    --scrollBar-height: auto;
    --scrollBar-radius: 0px;
    --scrollBar-gap: 0px;
    --text_selection_bg: hsla(calc(var(--prim_hue) + 0), calc(var(--prim_saturation) + 0%), calc(var(--prim_lightness) + 0%), 1);
    --text_selection_clr: hsla(calc(var(--light_hue) + 0), calc(var(--light_saturation) + 0%), calc(var(--light_lightness) + 0%), 1);
    --select-scroll: hsla(calc(var(--divider_hue) + 0), calc(var(--divider_saturation) + 0%), calc(var(--divider_lightness) + 0%), 1); }

*::-moz-selection {
    background-color: var(--text_selection_bg);
    color: var(--text_selection_clr); 
}
      
*::selection {
    background-color: var(--text_selection_bg);
    color: var(--text_selection_clr); 
}

a {
    text-decoration: none;
}

a:active,
a:focus {
    outline: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    /* cursor: hand; */
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.btn-site {
    padding: 10px 16px;
    border-radius: 8px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.btn-site--pink {
    background: #dd348b;
    color: #fff;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(62, 63, 64, 0);
    scrollbar-width: thin;
    scrollbar-color: var(--scrollBar-color) transparent;
}

html::-webkit-scrollbar {
    width: calc(var(--scrollBar-width) + var(--scrollBar-gap) * 2);
    height: var(--scrollBar-height); 
}

html::-webkit-scrollbar-track {
    background: transparent; 
}

html::-webkit-scrollbar-thumb {
    background: var(--scrollBar-color);
    border: var(--scrollBar-gap) solid transparent;
    border-radius: 0;
    background-clip: content-box;
    opacity: .6; 
}

html::-webkit-scrollbar-thumb:hover {
    opacity: 1;
    background-clip: content-box; 
}

html::-webkit-scrollbar-button {
    display: none; 
}


@-ms-viewport {
    width: device-width;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body{
    color: #1F2746;
}
/* body {
    margin: 0;
    font-family: 'Lato-Regular', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808080;
    text-align: left;
} */

body.mobile_header {
    overflow: hidden;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.gap-bottom-xs {
    padding-bottom: 30px !important; 
}
@media (min-width: 768px) {
    .gap-bottom-xs {
        padding-bottom: 50px !important; 
    } 
}

@media (min-width: 992px) {
    .gap-bottom-xs {
        padding-bottom: 75px !important; 
    } 
}

.title-32 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    /* text-transform: capitalize; */
    color: #1F2746; 
}
@media (min-width: 768px) {
    .title-32 {
        font-size: 32px; 
    } 
}
.title-32--b {
    font-weight: 700; 
}

/* Selectize */

.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging {
    overflow: visible;
  }
  
  .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
  }
  
  .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden;
  }
  
  .selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .selectize-control .dropdown-header {
    position: relative;
    padding: 10px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
  }
  
  .selectize-control .dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
  }
  
  .selectize-control .dropdown-header-close:hover {
    color: #000;
  }
  
  .selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
    display: flex;
  }
  
  .selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
  }
  
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
  }
  
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
  }
  
  .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
  }
  
  .selectize-control.plugin-remove_button .item {
    display: inline-flex;
    align-items: center;
    padding-right: 0 !important;
  }
  
  .selectize-control.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px;
    border-left: 1px solid #0073bb;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    margin-left: 6px;
  }
  
  .selectize-control.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  
  .selectize-control.plugin-remove_button .item.active .remove {
    border-left-color: #00578d;
  }
  
  .selectize-control.plugin-remove_button .disabled .item .remove:hover {
    background: none;
  }
  
  .selectize-control.plugin-remove_button .disabled .item .remove {
    border-left-color: #aaa;
  }
  
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
  }
  
  .selectize-control {
    position: relative;
  }
  
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    /* font-smooth: inherit; */
  }
  
  .selectize-input,
  .selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
  }
  
  .selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  
  .selectize-control.multi .selectize-input.has-items {
    padding: calc(8px - 2px - 1px) 8px calc(8px - 2px - 3px - 1px);
  }
  
  .selectize-input.full {
    background-color: #fff;
  }
  
  .selectize-input.disabled,
  .selectize-input.disabled * {
    cursor: default !important;
  }
  
  .selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  
  .selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
  }
  
  .selectize-input>* {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1;
  }
  
  .selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb;
  }
  
  .selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d;
  }
  
  .selectize-control.multi .selectize-input.disabled>div,
  .selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa;
  }
  
  .selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
    box-shadow: none !important;
  }
  
  .selectize-input>input::-ms-clear {
    display: none;
  }
  
  .selectize-input>input:focus {
    outline: none !important;
  }
  
  .selectize-input>input[placeholder] {
    box-sizing: initial;
  }
  
  .selectize-input.has-items>input {
    margin: 0 0px !important;
  }
  
  .selectize-input::after {
    content: " ";
    display: block;
    clear: left;
  }
  
  .selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .selectize-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
  }
  
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
  }
  
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
  }
  
  .selectize-dropdown .option,
  .selectize-dropdown .optgroup-header,
  .selectize-dropdown .no-results,
  .selectize-dropdown .create {
    padding: 5px 8px;
  }
  
  .selectize-dropdown .option,
  .selectize-dropdown [data-disabled],
  .selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5;
  }
  
  .selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
  }
  
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
  }
  
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
  }
  
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
  }
  
  .selectize-dropdown .active.create {
    color: #495c68;
  }
  
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
  }
  
  .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
  }
  
  .selectize-dropdown-emptyoptionlabel {
    text-align: center;
  }
  
  .selectize-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px;
  }
  
  .selectize-dropdown .spinner:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 rgba(0, 0, 0, 0) #d0d0d0 rgba(0, 0, 0, 0);
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  
  @-webkit-keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(360deg);
    }
  }
  
  @keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(360deg);
    }
  }
  
  .selectize-control.single .selectize-input,
  .selectize-control.single .selectize-input input {
    cursor: pointer;
  }
  
  .selectize-control.single .selectize-input.input-active,
  .selectize-control.single .selectize-input.input-active input {
    cursor: text;
  }
  
  .selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
  
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) gray rgba(0, 0, 0, 0);
  }
  
  .selectize-control.rtl {
    text-align: right;
  }
  
  .selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
  }
  
  .selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important;
  }
  
  .selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa;
  }
  
  .selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    box-shadow: none;
  }
  
  .selectize-control.multi .selectize-input.disabled [data-value],
  .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6;
  }
  
  .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: none;
  }
  
  .selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  }
  
  .selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: linear-gradient(to bottom, #008fd8, #0075cf);
    background-repeat: repeat-x;
  }
  
  .selectize-control.single .selectize-input {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
  }
  
  .selectize-control.single .selectize-input,
  .selectize-dropdown.single {
    border-color: #b8b8b8;
  }
  
  .selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: bold;
    font-size: .85em;
  }
  
  .selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0;
  }
  
  .selectize-dropdown .optgroup:first-child {
    border-top: 0 none;
  }

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: inherit;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

/* label {
    display: inline-block;
    margin-bottom: 0.5rem;
} */

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #3e3f40;
} */

.h1,
h1 {
    font-size: 60px;
}

.h2,
h2 {
    font-size: 48px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 24px;
}

.h5,
h5 {
    font-size: 20px;
}

.h6,
h6 {
    font-size: 14px;
}

.lead {
    font-size: 24px;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #d7d7d7;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: 5px 10px;
    background-color: #c62a82;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 20px;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #cacaca;
}

.blockquote-footer:before {
    content: "— ";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 90%;
    color: #c7254e;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 90%;
    color: #1f2746;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.page-main .col,
.page-main .col-1,
.page-main .col-2,
.page-main .col-3,
.page-main .col-4,
.page-main .col-5,
.page-main .col-6,
.page-main .col-7,
.page-main .col-8,
.page-main .col-9,
.page-main .col-10,
.page-main .col-11,
.page-main .col-12,
.page-main .col-auto,
.page-main .col-lg,
.page-main .col-lg-1,
.page-main .col-lg-2,
.page-main .col-lg-3,
.page-main .col-lg-4,
.page-main .col-lg-5,
.page-main .col-lg-6,
.page-main .col-lg-7,
.page-main .col-lg-8,
.page-main .col-lg-9,
.page-main .col-lg-10,
.page-main .col-lg-11,
.page-main .col-lg-12,
.page-main .col-lg-auto,
.page-main .col-md,
.page-main .col-md-1,
.page-main .col-md-2,
.page-main .col-md-3,
.page-main .col-md-4,
.page-main .col-md-5,
.page-main .col-md-6,
.page-main .col-md-7,
.page-main .col-md-8,
.page-main .col-md-9,
.page-main .col-md-10,
.page-main .col-md-11,
.page-main .col-md-12,
.page-main .col-md-auto,
.page-main .col-sm,
.page-main .col-sm-1,
.page-main .col-sm-2,
.page-main .col-sm-3,
.page-main .col-sm-4,
.page-main .col-sm-5,
.page-main .col-sm-6,
.page-main .col-sm-7,
.page-main .col-sm-8,
.page-main .col-sm-9,
.page-main .col-sm-10,
.page-main .col-sm-11,
.page-main .col-sm-12,
.page-main .col-sm-auto,
.page-main .col-xl,
.page-main .col-xl-1,
.page-main .col-xl-2,
.page-main .col-xl-3,
.page-main .col-xl-4,
.page-main .col-xl-5,
.page-main .col-xl-6,
.page-main .col-xl-7,
.page-main .col-xl-8,
.page-main .col-xl-9,
.page-main .col-xl-10,
.page-main .col-xl-11,
.page-main .col-xl-12,
.page-main .col-xl-auto,
.page-main .col-xxl,
.page-main .col-xxl-1,
.page-main .col-xxl-2,
.page-main .col-xxl-3,
.page-main .col-xxl-4,
.page-main .col-xxl-5,
.page-main .col-xxl-6,
.page-main .col-xxl-7,
.page-main .col-xxl-8,
.page-main .col-xxl-9,
.page-main .col-xxl-10,
.page-main .col-xxl-11,
.page-main .col-xxl-12,
.page-main .col-xxl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1800px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table td,
.table th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #efc3dc;
}

.table-hover .table-primary:hover {
    background-color: #eaafd0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #eaafd0;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #ddd;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1799.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #3e3f40;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #3e3f40;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 18px;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 12px;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 25px;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #cacaca;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #98bf44;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 6px 10px;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #212529;
    background-color: #98bf44;
    border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #98bf44;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #98bf44;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #98bf44;
    padding-right: 2.25rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            no-repeat center right 2.025rem / calc(2.25rem / 2)
            calc(2.25rem / 2);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #98bf44;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}

.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #98bf44;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #98bf44;
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    background-color: #cce0a3;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label:before {
    background-color: #adcc6a;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #98bf44;
}

.custom-file-input.is-valid ~ .custom-file-label:after,
.was-validated .custom-file-input:valid ~ .custom-file-label:after {
    border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f5543f;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 6px 10px;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #f5543f;
    border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f5543f;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f5543f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #f5543f;
    padding-right: 2.25rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
            no-repeat center right 2.025rem / calc(2.25rem / 2)
            calc(2.25rem / 2);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #f5543f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f5543f;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #f5543f;
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    background-color: #fbc0b8;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label:before {
    background-color: #f87f6f;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f5543f;
}

.custom-file-input.is-invalid ~ .custom-file-label:after,
.was-validated .custom-file-input:invalid ~ .custom-file-label:after {
    border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
/* 
.btn {
    display: inline-block;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #c62a82;
    border-color: #c62a82;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a6236d;
    border-color: #9c2166;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 42, 130, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(198, 42, 130, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #c62a82;
    border-color: #c62a82;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9c2166;
    border-color: #911f5f;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 42, 130, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(198, 42, 130, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #c62a82;
    background-color: transparent;
    background-image: none;
    border-color: #c62a82;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #c62a82;
    border-color: #c62a82;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 42, 130, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(198, 42, 130, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #c62a82;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #c62a82;
    border-color: #c62a82;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 42, 130, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(198, 42, 130, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #42d4ec;
    background-color: transparent;
}

.btn-link:hover {
    color: #3e3f40;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #cacaca;
    pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
} */

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #808080;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropright .dropdown-toggle:after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle:after {
    display: none;
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1f2746;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #171d34;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1f2746;
    text-decoration: none;
    background-color: #c62a82;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #cacaca;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 12px;
    color: #cacaca;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #1f2746;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}

.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #f3f4f7;
    border: 1px solid #cacaca;
    border-radius: 0;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label:after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:before {
    background-color: #007bff;
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label:before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #3e3f40;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label:after {
    border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.main-tabs__headline {
    padding-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #1F2746; 
    text-transform: none;
}

@media (min-width: 992px) {
    .main-tabs__headline {
        font-size: 34px; 
        padding-bottom: 24px !important;
    } 
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f3f4f7;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1799.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1800px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-footer,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-header,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-bottom,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-top {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumps {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px; 
}

.breadcrumps__item {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.32px;
    color: #838797;
    display: inline-block;
    padding: 4px 0; 
}

.breadcrumps__item:hover {
    color: #dd348b; 
}
      
.breadcrumps__item:active, .breadcrumps__item.active {
    color: #930253; 
}
      
.breadcrumps:not(.breadcrumps--mob) .breadcrumps__item:last-child {
    pointer-events: none; 
}

.breadcrumps__item:not(:last-child)::after {
    content: '⠀\002F⠀'; 
}
    
.breadcrumps_gap:not(:last-child) {
    margin-bottom: 30px; 
}

.breadcrumps.breadcrumps__contacts{
    padding-left: 0;
    margin-bottom: 20px;
}

/* .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #cacaca;
} */

/* .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
} */

.page-link {
    position: relative;
    display: block;
    padding: 10px 10px;
    margin-left: -2px;
    line-height: 24px;
    color: #42d4ec;
    background-color: #fff;
    border: 2px solid #d7d7d7;
}

.page-link:hover {
    z-index: 2;
    color: #3e3f40;
    text-decoration: none;
    background-color: #c62a82;
    border-color: #c62a82;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #cacaca;
    border-color: #cacaca;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #cacaca;
    border-color: #d7d7d7;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 18px;
    line-height: 1.55556;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #c62a82;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9c2166;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #f3f4f7;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 60px 30px;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #853462;
    background-color: #f4d4e6;
    border-color: #efc3dc;
}

.alert-primary hr {
    border-top-color: #eaafd0;
}

.alert-primary .alert-link {
    color: #602647;
}

.alert-secondary {
    color: #565b60;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #3e4245;
}

.alert-success {
    color: #337543;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #24512f;
}

.alert-info {
    color: #2a727e;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #1d4f58;
}

.alert-warning {
    color: #a28322;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #786119;
}

.alert-danger {
    color: #903a43;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #6c2b32;
}

.alert-light {
    color: #9fa0a1;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #858788;
}

.alert-dark {
    color: #393c40;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #212325;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f5f5f5;
    border-radius: 0;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #c62a82;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #cacaca;
    background-color: #f3f4f7;
}

.list-group-item.active {
    z-index: 2;
    color: #1f2746;
    background-color: #c62a82;
    border-color: #007bff;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #853462;
    background-color: #efc3dc;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #853462;
    background-color: #eaafd0;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #853462;
    border-color: #853462;
}

.list-group-item-secondary {
    color: #565b60;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #565b60;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #565b60;
    border-color: #565b60;
}

.list-group-item-success {
    color: #337543;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #337543;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #337543;
    border-color: #337543;
}

.list-group-item-info {
    color: #2a727e;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #2a727e;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #2a727e;
    border-color: #2a727e;
}

.list-group-item-warning {
    color: #a28322;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #a28322;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #a28322;
    border-color: #a28322;
}

.list-group-item-danger {
    color: #903a43;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #903a43;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #903a43;
    border-color: #903a43;
}

.list-group-item-light {
    color: #9fa0a1;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #9fa0a1;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #9fa0a1;
    border-color: #9fa0a1;
}

.list-group-item-dark {
    color: #393c40;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #393c40;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #393c40;
    border-color: #393c40;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog-centered:before {
        height: calc(100vh - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1;
    display: block;
    margin: 0;
    font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 6px;
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 6px 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 6px 2.5px 0;
    border-top-color: #22a9bf;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 6px;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 6px;
    height: 5px;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 2.5px 6px 2.5px 0;
    border-right-color: #22a9bf;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 6px 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 2.5px 6px;
    border-bottom-color: #22a9bf;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 6px;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 6px;
    height: 5px;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 2.5px 0 2.5px 6px;
    border-left-color: #22a9bf;
}

.tooltip-inner {
    max-width: 200px;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    background-color: #22a9bf;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: 0.5rem 5px 0;
}

.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 10px;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: 5px 0.5rem 5px 0;
}

.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 5px 0.5rem 5px;
}

.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 10px;
    margin-left: -5px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 10px;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: 5px 0 5px 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-indicators li:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #c62a82 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #9c2166 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #c62a82 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0 !important;
}

.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1800px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive:before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-4by3:before {
    padding-top: 75%;
}

.embed-responsive-1by1:before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1800px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1800px) {
    .float-xxl-left {
        float: left !important;
    }
    .float-xxl-right {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

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

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.mt-72 {
    margin-top: 72px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1800px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1800px) {
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #c62a82 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #9c2166 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.text-body {
    color: #808080 !important;
}

.text-muted {
    color: #cacaca !important;
}

.text-black-50 {
    color: rgba(62, 63, 64, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #9b9b9b;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #3e3f40;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ccc !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #ddd;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #ddd;
    }
}

.img--contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; 
}
  
.img--cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; 
}

.page-main .buts-block label {
    background-color: #f5f7f9;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #838797;
    padding: 10px 16px;
    margin: 0 16px 20px 0;
    border: 1px solid #bbbdc7;
    cursor: pointer;
}

.page-main .buts-block input {
    display: none;
}

.page-main .buts-block .btn--active {
    background-color: #c62a82;
    color: #fff;
    border: none;
    text-decoration: none;
}

.page-main .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bbbdc7;
}

.page-main .tabs li {
    margin-right: 24px;
    margin-bottom: -1px;
}

.page-main .tabs li a {
    padding-bottom: 24px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    color: #bbbdc7;
}

.page-main .tabs li.active a {
    display: block;
    border-bottom: 1px solid #ba0e6f;
    font-weight: bold;
    color: #1f2746;
}

.page-main .tabs__item {
    display: none;
}

.page-main .tabs__item.active {
    display: block;
}

.page-main .tabs__item input[required] + label:after {
    content: "*";
    color: red;
}

.page-main .tabs__item input[required]:invalid + label {
    display: block;
}

.page-main .tabs__item input[required]:active + label,
.page-main .tabs__item input[required]:focus + label,
.page-main .tabs__item input[required]:valid + label {
    display: none;
}

.page-main .tabs__item input[type="email"],
.page-main .tabs__item input[type="password"],
.page-main .tabs__item input[type="text"] {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 16px;
    border: 1px solid #bbbdc7;
    border-radius: 5px;
}

.page-main .tabs__item label {
    margin-top: -50px;
    padding-left: 17px;
    padding-bottom: 25px;
}

.page-main .tabs__item .enter__bottom {
    padding-bottom: 24px;
}

.page-main .tabs__item .enter__bottom a {
    color: #22a9bf;
}

.page-main .tabs__item .btn-site {
    width: 100%;
}

.page-main .tabs__content {
    margin-bottom: 24px;
}

.page-main .tabs #myModal-enter {
    max-width: 343px;
    padding: 26px 24px 24px;
}

.page-main .enter__title {
    padding: 24px 16px;
    text-align: center;
    font-size: 13px;
    color: #1f2746;
    opacity: 0.7;
}

.page-main .enter-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-main .enter-social__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 9px 16px;
    margin-right: 16px;
    font-weight: bold;
}

.page-main .enter-social__content:last-child {
    margin-right: 0;
}

.page-main .enter-social__content--facebook {
    background-color: #3b5998;
    color: #fff;
}

.page-main .enter-social__content--google {
    border: 1px solid #bbbdc7;
    color: #1f2746;
}

.page-main .enter-social__ico {
    max-width: 18px;
    max-height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
}

.page-main .enter .enter__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-main .enter__agree,
.page-main .enter__remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-main .enter__agree input[type="checkbox"],
.page-main .enter__remember input[type="checkbox"] {
    display: block;
    min-width: 16px;
    min-height: 16px;
    margin-right: 8px;
    border: 1px solid #bbbdc7;
    cursor: pointer;
}

.page-main .enter__agree label,
.page-main .enter__remember label {
    font-size: 13px;
    color: #1f2746;
    margin: 0;
    padding: 0;
}

.page-main .enter__agree a,
.page-main .enter__remember a {
    font-size: 13px;
    color: #74798c;
}

.page-main .enter__agree label {
    font-size: 10px;
    color: #1f2746;
}

.page-main .enter__mark {
    font-size: 10px;
    padding-top: 16px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ba0e6f;
}

.page-main #myModal-enter {
    max-width: 343px;
    padding: 26px 24px 0;
}

.page-main #myModal-enter .myModal__close {
    position: absolute;
    right: 32px;
    top: 26px;
    font-size: 30px;
    line-height: 0;
    color: #bbbdc7;
    cursor: pointer;
}

.wrap-head-account {
    background: #fff;
    width: 100%;
    padding-top: 50px;
    display: block;
}

.head-account {
    padding-bottom: 20px;
    width: 1175px;
    display: block;
}

.head-account .ico-user-account {
    background: #1f2746;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    height: 56px;
    width: 56px;
    margin-right: 10px;
}

.head-account img {
    display: block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 15px auto;
}

.head-account p {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    color: rgba(31, 39, 70, 0.8);
}

.head-account span {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1f2746;
}

.head-account .name-user {
    display: inline-block;
    vertical-align: middle;
}

.content-account {
    padding: 0 0 95px 0;
}

.menu-account {
    margin-left: 300px;
}

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

.menu-account a {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    padding-bottom: 10px;
    margin-right: 30px;
}

.menu-account .activ-a-menu-account {
    color: #ba0e6f;
    border-bottom: 2px solid #ba0e6f;
}

.menu-account .back {
    font-size: 13px;
    line-height: 16px;
    color: #ba0e6f;
}

.menu-account .back img {
    margin-right: 14px;
    padding-bottom: 2px;
}

.filter-account {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-top: 24px;
}

.filter-account .filter-ul,
.filter-account .filter-ul-search {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.filter-account .filter-ul-search:last-child,
.filter-account .filter-ul:last-child {
    border-bottom: none;
}

.filter-account .filter-ul-search p,
.filter-account .filter-ul p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.filter-account .filter-ul-search:first-child {
    border-bottom: none;
    border: 1px solid #1f2746;
    border-radius: 0px;
    text-align: center;
    margin-bottom: 15px;
}

.filter-account .filter-ul-search:first-child .img-svg {
    margin-right: 14px;
}

.filter-account .filter-ul-search:first-child p {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.filter-account .filter-ul-1 li {
    padding-bottom: 12px;
}

.filter-account .filter-ul-2 {
    padding-bottom: 30px;
}

.filter-account .filter-ul-2 ul {
    margin-top: 6px;
}

.filter-account .head-filter-li {
    display: block;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}

.filter-account .head-filter-li:before {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    line-height: 28px;
    font-size: 30px;
    font-family: "Material Design Icons";
    cursor: pointer;
    color: #bbbdc7;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.filter-account .head-filter-li .img-svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.filter-account .head-filter-li p {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.filter-account .head-filter-li-search {
    display: block;
    padding: 17px 0;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
}

.filter-account .head-filter-li-search .img-svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.filter-account .head-filter-li-search p {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.filter-account .radio-normal {
    padding-left: 22px;
    margin-bottom: 30px;
}

.filter-account .radio-normal input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.filter-account .radio-normal input[type="radio"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #bbbdc7;
}

.filter-account .radio-normal input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ba0e6f;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    color: #ba0e6f;
}

.filter-account .radio-normal input[type="radio"]:checked ~ p {
    color: #ba0e6f;
}

.filter-account input[type="submit"] {
    width: 97%;
    border: 1px solid #ba0e6f;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ba0e6f;
}

.filter-account input[type="search"] {
    border: none;
    position: relative;
    background: transparent;
    padding-left: 17px;
    width: 85%;
}

.filter-account .input-search-filter {
    position: relative;
    display: block;
    border-bottom: 1px solid #bbbdc7;
    font-size: 13px;
    line-height: 16px;
    color: #74798c;
    padding-bottom: 13px;
    margin-left: 9px;
    width: 97%;
}

.filter-account .input-search-filter img {
    display: block;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    right: 9px;
    top: 0;
}

.filter-account .radio-li input[type="radio"] {
    display: none;
}

.filter-account .radio-li input[type="radio"]:checked ~ label {
    background: #d8e0fd;
}

.filter-account .radio-li input[type="radio"] ~ label {
    padding: 6px 0 8px 16px;
    width: 97%;
    margin-bottom: 0;
    margin-left: 9px;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    cursor: pointer;
}

.filter-account .menu-filter {
    margin-bottom: 42px;
}

.filter-account
    .menu-filter
    .filter-ul-search:last-child
    .checkbox-square-search {
    padding-bottom: 0;
}

.filter-account .checkbox-square {
    padding-left: 22px;
    padding-bottom: 30px;
}

.filter-account .checkbox-square-search {
    padding-bottom: 30px;
}

.filter-account .checkbox-square-search input[type="checkbox"]:checked ~ p {
    color: #ba0e6f;
}

.filter-account .checkbox-square-search input[type="checkbox"],
.filter-account .checkbox-square input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.filter-account .checkbox-square-search input[type="checkbox"]:before,
.filter-account .checkbox-square input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #838797;
}

.filter-account .checkbox-square-search input[type="checkbox"]:checked:before,
.filter-account .checkbox-square input[type="checkbox"]:checked:before {
    border: 1px solid #ba0e6f;
}

.filter-account .checkbox-square-search input[type="checkbox"]:checked:after,
.filter-account .checkbox-square input[type="checkbox"]:checked:after {
    content: "";
    font-family: "Material Design Icons";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    color: #ba0e6f;
}

.filter-account .checkbox-square-search input[type="radio"]:checked ~ p,
.filter-account .checkbox-square input[type="radio"]:checked ~ p {
    color: #ba0e6f;
}

.type-price .radio-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.type-price .radio-li li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
    margin: 22px 0 30px;
}

.type-price .radio-li li:last-child label {
    border-right: 1px solid #ba0e6f;
}

.type-price .radio-li label {
    width: 100%;
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ba0e6f;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #ba0e6f;
    border-bottom: 1px solid #ba0e6f;
    border-left: 1px solid #ba0e6f;
    margin-bottom: 0;
}

.type-price .radio-li input[type="radio"] {
    display: none;
}

.type-price .radio-li input[type="radio"]:checked ~ label {
    background: #ba0e6f;
    color: #fff;
}

.range-block input {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ba0e6f),
        color-stop(50%, #ba0e6f),
        color-stop(50%, #c4c4c4),
        to(#c4c4c4)
    );
    background: linear-gradient(
        to right,
        #ba0e6f 0%,
        #ba0e6f 50%,
        #c4c4c4 50%,
        #c4c4c4 100%
    );
    border-radius: 8px;
    height: 2px;
    width: 100%;
    outline: none;
    -webkit-transition: background 450ms ease-in;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    vertical-align: top;
}

.range-block input::-webkit-slider-thumb {
    background-color: #ba0e6f;
    border: solid 1px #930253;
    border-radius: 0;
    height: 6px !important;
    width: 6px !important;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: pointer;
}

.range-block input::-moz-range-thumb {
    background-color: #ba0e6f;
    border: solid 1px #930253;
    border-radius: 0;
    height: 6px !important;
    width: 6px !important;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: pointer;
}

.range-block p {
    font-size: 10px;
    line-height: 12px;
    color: #ba0e6f;
}

.range-block p:nth-child(3) {
    float: right;
}

.active-filter:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-account-reserv {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-top: 24px;
}

.menu-account-reserv li {
    border-bottom: 1px solid rgba(31, 39, 70, 0.2);
}

.menu-account-reserv li:last-child {
    border-bottom: none;
}

.menu-account-reserv img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    width: 16px;
}

.menu-account-reserv span {
    display: inline-block;
    vertical-align: middle;
}

.menu-account-reserv a {
    padding: 22px 0;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    display: block;
}

.menu-account-active {
    margin-left: 25px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
}

.search-input {
    margin-top: 30px !important;
}

.search-input .row {
    margin-right: -10px;
    margin-left: -10px;
}

.row-account {
    width: 1175px;
    display: block;
    margin: 0 auto;
}

.list-reservation {
    width: 870px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: -3px;
}

.list-reservation .block-reserv {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.list-reservation .block-reserv .select2-selection,
.list-reservation .block-reserv input[type="text"],
.list-reservation .block-reserv textarea {
    border: 1px solid #bbbdc7;
    border-radius: 5px;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    width: 100%;
}

.list-reservation .block-reserv textarea {
    resize: none;
    height: 142px;
    width: 100%;
}

.list-reservation .block-reserv .select-filter {
    margin-right: 30px;
}

.list-reservation .block-reserv .form-wrap {
    margin-top: 0;
}

.list-reservation .block-reserv .data-input {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px;
}

.list-reservation .block-reserv .data-input:after {
    content: "";
    background: url(../images/img/calendar-dates.svg);
    display: block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    position: absolute;
    bottom: 12px;
    left: 10px;
}

.list-reservation .block-reserv .data-input input {
    cursor: pointer;
    padding: 12px 10px 12px 39px;
}

.list-reservation .block-reserv .data-input span {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
}

.list-reservation .block-reserv .but-download {
    margin: 20px 0;
}

.list-reservation .block-reserv .but-download label {
    display: block;
    padding: 21px 36px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: #ba0e6f;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-right: 18px;
}

.list-reservation .block-reserv .but-download img {
    height: 64px;
    vertical-align: top;
}

.list-reservation .block-reserv .but-download ol {
    list-style: decimal;
    margin-left: 18px;
    vertical-align: top;
}

.list-reservation .block-reserv .but-download li::marker {
    line-height: 20px;
}

.list-reservation .block-reserv .but-download .btn-uploads {
    display: inline-block;
    vertical-align: top;
}

.list-reservation .block-reserv .but-download .preview {
    display: inline-block;
    vertical-align: top;
    width: 65%;
}

.list-reservation .block-reserv .but-download .preview > p {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #838797;
    margin-top: 20px;
}

.list-reservation .block-reserv .but-download input {
    display: none;
}

.list-reservation .select-filter {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.list-reservation
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    top: 12px;
    height: 17px;
}

.list-reservation .select2-container--bootstrap .select2-selection--single {
    height: 43px;
}

.list-reservation p {
    margin-top: 3px;
}

.list-reservation .block-reserv-1 .inner-1 {
    padding: 20px 20px 0;
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
    text-align: justify;
    display: block;
    width: 100%;
}

.list-reservation .block-reserv-1 .inner-1:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.list-reservation .block-reserv-1 .inner-1 .inner-1-1 {
    display: inline-block;
}

.list-reservation .block-reserv-1 .inner-1 .inner-1-1 p {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-1 .inner-1 .inner-1-1 span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.list-reservation .block-reserv-1 .inner-1 .inner-1-2 {
    display: inline-block;
}

.list-reservation .block-reserv-1 .inner-1 .inner-1-2 p {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
}

.list-reservation .block-reserv-1 .inner-1 .inner-1-2 span {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    padding: 5px 9px;
    background: rgba(34, 169, 191, 0.8);
    border-radius: 50px;
    margin-top: 7px;
    display: block;
}

.list-reservation .block-reserv-1 .inner-2-1 {
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.list-reservation .block-reserv-1 .inner-2-1:first-child {
    border-right: 1px solid rgba(186, 14, 111, 0.2);
}

.list-reservation .block-reserv-1 .inner-2-1 img {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.list-reservation .block-reserv-1 .inner-2-1 span {
    display: inline-block;
    vertical-align: middle;
}

.list-reservation .block-way-reserv {
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.list-reservation .block-way-reserv .inner_1 {
    text-align: justify;
    padding: 12px 20px 0 7px;
}

.list-reservation .block-way-reserv .inner_1:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.list-reservation .block-way-reserv .inner_1 .logo-plane {
    width: 125px;
    display: inline-block;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-1 {
    display: inline-block;
    vertical-align: middle;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-1 .icos-way {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    padding-bottom: 3px;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-1 p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-1 img {
    display: inline-block;
    vertical-align: middle;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-1 img:first-child {
    width: 38px;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-1 img:nth-child(2) {
    width: 14px;
    margin: 0 5px;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-1 img:nth-child(3) {
    width: 38px;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-2 {
    display: inline-block;
    vertical-align: middle;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-2 p {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-way-reserv .inner_1 .inner-1-2 span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.list-reservation .block-way-reserv .inner-1-3 {
    display: none;
}

.list-reservation .block-reserv-2 .inner-2 {
    text-align: justify;
    padding: 33px 33px 0 20px;
}

.list-reservation .block-reserv-2 .inner-2:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.list-reservation .block-reserv-2 .inner-2 .inner-2-1 {
    display: inline-block;
    vertical-align: top;
}

.list-reservation .block-reserv-2 .inner-2 .inner-2-1 p:first-child {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-2 .inner-2 .inner-2-1 p:nth-child(2) {
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
    margin-top: 2px;
}

.list-reservation .block-reserv-2 .inner-2 .inner-2-1 p:nth-child(3) {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-top: 17px;
}

.list-reservation .block-reserv-2 .inner-2 .inner-2-1 p:nth-child(4) {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #74798c;
}

.list-reservation .block-reserv-2 .inner-2 .inner-2-1 p:nth-child(5) {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #ba0e6f;
}

.list-reservation .block-reserv-2 .inner-2 .inner-2-1 p span {
    color: #ba0e6f;
}

.list-reservation .block-reserv-3 {
    text-align: justify;
    padding: 20px 20px 0;
}

.list-reservation .block-reserv-3:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.list-reservation .block-reserv-3 .inner-1 {
    display: inline-block;
    vertical-align: top;
}

.list-reservation .block-reserv-3 .inner-1 p:first-child {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-3 .inner-1 p:nth-child(2) {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1f2746;
}

.list-reservation .block-reserv-3 img {
    margin-top: 2px;
}

.list-reservation .block-reserv-4 {
    padding: 20px;
}

.list-reservation .block-reserv-4 .row-inner-1-2 {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 66.5%;
}

.list-reservation .block-reserv-4 .row-inner-1-2:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.list-reservation .block-reserv-4 .inner-1-1 {
    display: inline-block;
    vertical-align: top;
}

.list-reservation .block-reserv-4 .inner-1 {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.list-reservation .block-reserv-4 .inner-2 {
    display: inline-block;
    vertical-align: top;
}

.list-reservation .block-reserv-4 .inner-3 {
    display: inline-block;
    vertical-align: top;
}

.list-reservation .block-reserv-4 p:first-child {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-4 p:nth-child(2) {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1f2746;
}

.list-reservation .block-reserv-6 {
    text-align: justify;
    padding: 20px 20px 0;
}

.list-reservation .block-reserv-6:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.list-reservation .block-reserv-6 .inner-1 {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.list-reservation .block-reserv-6 .inner-1 p:first-child {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-6 .inner-1 p:nth-child(2) {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1f2746;
}

.list-reservation .block-reserv-6 .row-inner-2 {
    display: inline-block;
    vertical-align: top;
    width: 66.5%;
}

.list-reservation .block-reserv-6 .row-inner-2:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.list-reservation .block-reserv-6 .row-inner-2 p {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    text-align: left;
}

.list-reservation .block-reserv-6 .row-inner-2 p:first-child {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .h-list-reserv {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1f2746;
    margin-bottom: 10px;
}

.list-reservation .block-reserv-7 .block-1 {
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
    padding: 17px 20px 20px;
}

.list-reservation .block-reserv-7 .block-1 input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.list-reservation .block-reserv-7 .block-1 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #bbbdc7;
}

.list-reservation
    .block-reserv-7
    .block-1
    input[type="checkbox"]:checked:after {
    content: "";
    font-family: "Material Design Icons";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    color: #bbbdc7;
}

.list-reservation .block-reserv-7 .block-1 span {
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.list-reservation .block-reserv-7 .block-2 {
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
    padding: 20px;
}

.list-reservation .block-reserv-7 .block-2 .icos-way-1 {
    display: none;
}

.list-reservation .block-reserv-7 .block-2 .inner-1 {
    text-align: justify;
}

.list-reservation .block-reserv-7 .block-2 .inner-1:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.list-reservation .block-reserv-7 .block-2 .inner-1 .wrap-1 {
    display: inline-block;
}

.list-reservation .block-reserv-7 .block-2 .inner-1 .inner-1-1 {
    display: inline-block;
    position: relative;
}

.list-reservation
    .block-reserv-7
    .block-2
    .inner-1
    .inner-1-1:first-child:after {
    content: "";
    background: url(../images/img/pin.svg);
    display: block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    position: absolute;
    bottom: 12px;
    left: 10px;
}

.list-reservation
    .block-reserv-7
    .block-2
    .inner-1
    .inner-1-1:nth-child(3):after {
    content: "";
    background: url(../images/img/pin.svg);
    display: block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    position: absolute;
    bottom: 12px;
    left: 10px;
}

.list-reservation .block-reserv-7 .block-2 .inner-1 .icos-way-2 {
    display: inline-block;
    margin: 0 10px;
}

.list-reservation .block-reserv-7 .block-2 .inner-1 input {
    padding-left: 39px;
}

.list-reservation .block-reserv-7 .block-2 .inner-1 p {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
    margin-bottom: 5px;
}

.list-reservation .block-reserv-7 .data-input {
    margin-right: 0;
}

.list-reservation .buts {
    padding: 20px 25px;
    text-align: right;
}

.list-reservation .buts a {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ba0e6f;
    margin-right: 20px;
}

.list-reservation .buts input {
    padding: 21px 71px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: #ba0e6f;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.list-reservation .block-reserv-8 span {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
    margin-bottom: 5px;
    display: block;
}

.list-reservation .block-reserv-8 p {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-8 .inner-1 {
    display: inline-block;
    width: 200px;
    margin-right: 30px;
    vertical-align: top;
}

.list-reservation .block-reserv-8 textarea {
    margin-bottom: 45px;
}

.list-reservation .block-reserv-8 .block-2 {
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
}

.list-reservation .block-reserv-8 .select-filter {
    width: 120px;
    margin-right: 0;
}

.list-reservation .block-reserv-8 .select2-container--bootstrap {
    width: 120px !important;
}

.list-reservation .block-reserv-8 .block-1 {
    padding: 20px 25px 0 20px;
}

.list-reservation .block-reserv-8 .block-2 {
    padding: 0 25px 0 20px;
}

.list-reservation .block-reserv-9 .block-1 {
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
    padding: 20px 25px 0 20px;
}

.list-reservation .block-reserv-9 .block-2 {
    margin-top: 30px;
    padding: 0 25px 0 20px;
}

.list-reservation .block-reserv-9 span {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
    margin-bottom: 5px;
    display: block;
}

.list-reservation .block-reserv-9 p {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-9 .inner-1 {
    display: inline-block;
    width: 200px;
    margin-right: 30px;
    vertical-align: top;
    margin-bottom: 20px;
}

.list-reservation .block-reserv-9 textarea {
    width: 100%;
    resize: none;
    height: 142px;
}

.list-reservation .block-reserv-9 select {
    width: 200px;
}

.list-reservation .block-reserv-10 .block-1 {
    padding: 20px 25px 20px 20px;
}

.list-reservation .block-reserv-10 .block-1 p {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-10 select {
    width: 300px;
}

.list-reservation .block-reserv-10 .inner-1 {
    width: 300px;
}

.list-reservation .block-reserv-10 span {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.list-reservation .block-reserv-10 .block-3 {
    padding: 20px 25px 28px 20px;
    border-top: 1px solid rgba(186, 14, 111, 0.2);
}

.list-reservation .block-reserv-10 .block-3 p {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-bottom: 20px;
}

.list-reservation .block-reserv-10 .block-3 span {
    font-weight: bold;
    color: #1f2746;
}

.list-reservation .block-reserv-10 .block-3 a {
    font-size: 13px;
    line-height: 16px;
    color: #22a9bf;
    margin-bottom: 20px;
    display: block;
    color: #22a9bf;
}

.list-reservation .block-reserv-10 .h-list-reserv {
    margin-bottom: 20px;
}

.list-reservation .block-reserv-10 .inner-1-1 p {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.list-reservation .block-reserv-10 .icos-way {
    display: inline-block;
    margin: 0 10px;
}

.list-reservation .block-reserv-10 .block-2 {
    padding: 0 25px 28px 20px;
}

.reservation {
    background: #fff;
    margin-bottom: 20px;
}

.reservation .info-reservation {
    width: 805px;
    display: inline-block;
    border-right: 1px solid rgba(186, 14, 111, 0.2);
}

.reservation .way-reservation {
    display: block;
    padding: 20px 9px 6px 20px;
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
}

.reservation ul {
    margin-bottom: 32px;
}

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

.reservation li:first-child {
    width: 275px;
}

.reservation li:nth-child(2) {
    width: 210px;
}

.reservation li:nth-child(3) {
    width: 190px;
}

.reservation li:nth-child(4) {
    width: 82px;
}

.reservation li p {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.reservation li span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
    text-transform: uppercase;
}

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

.reservation .city-reservation .icos-way {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
}

.reservation .city-reservation .icos-way img {
    display: inline-block;
    vertical-align: middle;
}

.reservation .city-reservation .icos-way img:first-child {
    width: 38px;
}

.reservation .city-reservation .icos-way img:nth-child(2) {
    width: 14px;
    margin: 0 5px;
}

.reservation .city-reservation .icos-way img:nth-child(3) {
    width: 38px;
}

.reservation .city-reservation p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
    margin-top: 0;
}

.reservation .row-reservation {
    text-align: justify;
}

.reservation .row-reservation:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.reservation .logo-plane {
    width: 124px;
    display: inline-block;
    vertical-align: middle;
}

.reservation .footer-reservation {
    padding: 18px 18px 0;
    text-align: justify;
    display: block;
}

.reservation .footer-reservation:after {
    content: "";
    display: inline-block;
    width: 100%;
}

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

.reservation .status p {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-bottom: 3px;
}

.reservation .status span {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    padding: 3px 8px 5px 11px;
    background: rgba(34, 169, 191, 0.8);
    border-radius: 50px;
}

.reservation .price-reservation {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #ba0e6f;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.reservation .edit-reservation {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 60px;
    padding: 13% 18px;
}

.reservation .edit-reservation img {
    width: 22px;
    display: block;
}

.form-account input::-webkit-input-placeholder {
    color: #bbbdc7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.form-account input::-moz-placeholder {
    color: #bbbdc7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.form-account input:-ms-input-placeholder {
    color: #bbbdc7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.form-account input::-ms-input-placeholder {
    color: #bbbdc7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.form-account input::placeholder {
    color: #bbbdc7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.form-account .form-input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #1f2746;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
    min-height: 47px;
    padding: 20px 17px 10px 17px;
}

.form-account .form-label-outside {
    position: absolute;
    top: 2px;
    left: 18px;
    font-size: 13px;
    line-height: 16px;
    color: #74798c;
    z-index: 39;
}

.form-account .button {
    border-radius: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    min-height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ba0e6f;
    margin-top: 10px;
    margin-right: 45px;
}

.form-account .button-sm {
    padding: 21px 28px;
}

.form-account .form-label-outside + * + .form-validation {
    top: 50px;
    left: 18px;
}

.form-account .form-validation {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}

.form-account p {
    font-size: 13px;
    line-height: 16px;
    color: #74798c;
    margin-bottom: 15px;
}

.h-account {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1f2746;
    margin-bottom: 13px;
    margin-top: 70px;
}

.h-account:first-child {
    margin-top: 0;
}

.content-account {
    background: rgba(191, 203, 253, 0.2);
}

.page-user-date .form-account {
    width: 300px;
}

.page-user-edit .form-account {
    width: 670px;
}

.page-user-edit .form-account .form-wrap {
    width: 300px;
}

.wrap-date-pass table {
    width: 100%;
    text-align: left;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0 4px;
    margin-bottom: 30px;
}

.wrap-date-pass table th {
    border-bottom: 1px solid rgba(187, 189, 199, 0.5);
    padding: 18px 30px 18px 0;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.wrap-date-pass table td {
    padding: 30px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.wrap-date-pass table td:first-child {
    display: none;
}

.wrap-date-pass table tr {
    border-bottom: 1px solid rgba(187, 189, 199, 0.5);
}

.wrap-date-pass table img {
    display: inline-block;
    vertical-align: top;
}

.wrap-date-pass table img:first-child {
    margin-right: 15px;
}

.wrap-date-pass .add-pass {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    background: #ba0e6f;
    border-radius: 40px;
    padding: 20px 30px;
    border: none;
    text-align: right;
    display: table;
    float: right;
    margin-bottom: 30px;
    cursor: pointer;
}

.spoiler-body-filter {
    max-height: 120px;
    width: 250px;
    overflow: hidden;
    -webkit-transition: max-height 4s cubic-bezier(0, 1, 0, 1);
    transition: max-height 4s cubic-bezier(0, 1, 0, 1);
}

.spoiler-body_all {
    max-height: 9999px;
    -webkit-transition: max-height 4s ease-in-out;
    transition: max-height 4s ease-in-out;
}

.spoiler-button {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 10px;
    line-height: 30px;
    color: #ba0e6f;
}

.spoiler-button:before {
    content: "";
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
}

.spoiler-button_all:before {
    display: none;
}

.myModal-add-pass {
    padding: 90px 74px 45px 68px;
    width: 870px;
}

.myModal-add-pass .form-input {
    width: 300px;
}

.myModal-add-pass .form-wrap {
    width: 300px;
}

.myModal-add-pass .form-input {
    border-bottom: 1px solid #bbbdc7;
}

.myModal-add-pass input[type="submit"] {
    color: #fff;
    margin-left: 57px;
}

.ul-subscribe {
    margin-top: 26px;
}

.ul-subscribe li {
    margin-top: 14px;
}

.ul-subscribe p {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
}

.ul-subscribe input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.ul-subscribe input[type="radio"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #1f2746;
}

.ul-subscribe input[type="radio"]:checked:before {
    border: 1px solid #22a9bf;
}

.ul-subscribe input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #22a9bf;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    color: #22a9bf;
}

.ul-subscribe input[type="radio"]:checked ~ p {
    color: #22a9bf;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}

.text-bottom {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.text-bottom p {
    margin-bottom: 20px;
}

.left-pay,
.list-search {
    width: 870px;
    display: inline-block;
    vertical-align: top;
}

.left-pay .block-search,
.list-search .block-search {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-bottom: 20px;
}

.left-pay .inner-1,
.list-search .inner-1 {
    display: inline-block;
    vertical-align: top;
}

.left-pay .inner-1 p,
.list-search .inner-1 p {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
}

.left-pay .inner-1 span,
.list-search .inner-1 span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.left-pay .inner-1 .date-fly,
.list-search .inner-1 .date-fly {
    display: inline-block;
    vertical-align: top;
    margin-right: 78px;
    margin-bottom: 15px;
}

.left-pay .inner-1 img,
.list-search .inner-1 img {
    display: inline-block;
    vertical-align: top;
}

.left-pay .way-block img,
.list-search .way-block img {
    display: inline-block;
    vertical-align: middle;
}

.left-pay .way-block .inner-2,
.list-search .way-block .inner-2 {
    display: inline-block;
    vertical-align: middle;
}

.left-pay .way-block .inner-2 p,
.list-search .way-block .inner-2 p {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.left-pay .change-number span,
.list-search .change-number span {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #22a9bf;
    padding: 7px 17px 7px 15px;
    background: rgba(34, 169, 191, 0.2);
    border-radius: 50px;
    margin: 22px 0;
    display: block;
    display: inline-block;
    vertical-align: middle;
}

.left-pay .change-number img,
.list-search .change-number img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.left-pay .left-colmn,
.list-search .left-colmn {
    border-right: 1px solid rgba(186, 14, 111, 0.2);
    width: 69%;
    display: inline-block;
    vertical-align: middle;
}

.left-pay .right-colmn,
.list-search .right-colmn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 30%;
}

.left-pay .right-colmn p,
.list-search .right-colmn p {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #ba0e6f;
    margin: 0 auto 34px;
    display: block;
}

.left-pay .right-colmn a,
.list-search .right-colmn a {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 21px 46px;
    background: #ba0e6f;
    border-radius: 40px;
}

.left-pay .wrap-row,
.list-search .wrap-row {
    position: relative;
}

.left-pay .block-points,
.list-search .block-points {
    padding: 20px 16px 20px 20px;
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
}

.left-pay .block-points b,
.list-search .block-points b {
    font-size: 10px;
    line-height: 12px;
    color: #930253;
    padding: 4px 12px;
    background: rgba(186, 14, 111, 0.2);
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 0;
}

.left-pay .more,
.list-search .more {
    padding: 0 14px 16px 21px;
}

.left-pay .hid-more,
.list-search .hid-more {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 4s cubic-bezier(0, 1, 0, 1);
    transition: max-height 4s cubic-bezier(0, 1, 0, 1);
}

.left-pay .hid-more-open,
.list-search .hid-more-open {
    max-height: 9999px;
    -webkit-transition: max-height 4s ease-in-out;
    transition: max-height 4s ease-in-out;
}

.left-pay .btn-more,
.list-search .btn-more {
    text-align: right;
    cursor: pointer;
    margin-top: 8px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.left-pay .btn-more p,
.list-search .btn-more p {
    font-size: 10px;
    line-height: 12px;
    color: #ba0e6f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.left-pay .btn-more img,
.list-search .btn-more img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.left-pay .active-btn-more img,
.list-search .active-btn-more img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.left-pay .back-ticet,
.list-search .back-ticet {
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin: 30px 0;
}

.left-pay .back-ticet span,
.list-search .back-ticet span {
    display: inline-block;
    vertical-align: middle;
}

.left-pay .back-ticet:after,
.left-pay .back-ticet:before,
.list-search .back-ticet:after,
.list-search .back-ticet:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: rgba(186, 14, 111, 0.2);
    position: relative;
}

.left-pay .back-ticet:before,
.list-search .back-ticet:before {
    margin-left: -100%;
    left: -25px;
}

.left-pay .back-ticet:after,
.list-search .back-ticet:after {
    margin-right: -100%;
    right: -25px;
}

.left-pay .date-start,
.list-search .date-start {
    border-left: 1px dashed rgba(186, 14, 111, 0.2);
    margin-left: 8px;
    margin-top: 39px;
}

.left-pay .date-start img,
.list-search .date-start img {
    color: #838797;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -7px;
    margin-top: -42px;
    width: 14px;
}

.left-pay .date-start p,
.list-search .date-start p {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -46px;
}

.left-pay .date-start span,
.list-search .date-start span {
    font-size: 10px;
    line-height: 12px;
    color: #838797;
}

.left-pay .way-point-1,
.list-search .way-point-1 {
    border-left: 1px solid rgba(186, 14, 111, 0.2);
}

.left-pay .way-point-2,
.list-search .way-point-2 {
    border-left: 1px dashed rgba(186, 14, 111, 0.2);
}

.left-pay .way-point,
.list-search .way-point {
    margin-left: 8px;
    margin-top: 9px;
    padding-bottom: 10px;
}

.left-pay .way-point p,
.list-search .way-point p {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
    color: #1f2746;
    margin-top: -36px;
}

.left-pay .way-point span,
.list-search .way-point span {
    color: #838797;
    margin-bottom: 10px;
    margin-top: 5px;
}

.left-pay .way-point b,
.list-search .way-point b {
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #ba0e6f;
    margin-left: 17px;
    margin-top: -10px;
}

.left-pay .way-point svg,
.list-search .way-point svg {
    margin-left: -4px;
    margin-top: -36px;
    margin-right: 9px;
    width: 8px;
}

.left-pay .way-point circle:first-child,
.list-search .way-point circle:first-child {
    fill: #fff;
    stroke: #ba0e6f;
    margin-right: 8px;
}

.left-pay .way-point circle:nth-child(2),
.list-search .way-point circle:nth-child(2) {
    fill: #ba0e6f;
    stroke: #fff;
}

.left-pay .logo-plane,
.list-search .logo-plane {
    margin-left: 8px;
    border-left: 1px solid rgba(186, 14, 111, 0.2);
    padding-bottom: 24px;
}

.left-pay .logo-plane img,
.list-search .logo-plane img {
    margin-left: -7px;
    margin-right: 22px;
}

.left-pay .logo-plane p,
.list-search .logo-plane p {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
    color: #1f2746;
    min-width: 100px;
}

.left-pay .logo-plane span,
.list-search .logo-plane span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #22a9bf;
    background: rgba(34, 169, 191, 0.2);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 9px;
    margin-left: 20px;
    margin-right: 10px;
}

.left-pay .logo-plane .block-1,
.list-search .logo-plane .block-1 {
    display: inline-block;
    vertical-align: middle;
}

.left-pay .break-block,
.list-search .break-block {
    border-left: 1px dashed rgba(186, 14, 111, 0.2);
    margin-left: 8px;
    margin-top: 16px;
}

.left-pay .break-block img,
.list-search .break-block img {
    display: inline-block;
    vertical-align: middle;
    margin-left: -7px;
    margin-top: -44px;
    margin-right: 7px;
}

.left-pay .break-block p,
.list-search .break-block p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
    color: #1f2746;
    margin-top: -44px;
}

.left-pay .break-block span,
.list-search .break-block span {
    display: inline-block;
    vertical-align: middle;
    color: #838797;
}

.left-pay .baggage-block,
.list-search .baggage-block {
    border-left: 1px dashed rgba(186, 14, 111, 0.2);
    margin-left: 8px;
}

.left-pay .baggage-block svg,
.list-search .baggage-block svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: -8px;
    margin-top: -44px;
    margin-right: 7px;
}

.left-pay .baggage-block path,
.list-search .baggage-block path {
    fill: #838797;
}

.left-pay .baggage-block p,
.list-search .baggage-block p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
    color: #1f2746;
    margin-top: -44px;
    margin-left: -2px;
}

.left-pay .baggage-block span,
.list-search .baggage-block span {
    display: inline-block;
    vertical-align: middle;
    color: #838797;
}

.left-pay .point-end,
.list-search .point-end {
    margin-left: 8px;
}

.left-pay .point-end svg,
.list-search .point-end svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-left: -8px;
    margin-top: -1px;
}

.left-pay .point-end p,
.list-search .point-end p {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
    color: #1f2746;
}

.left-pay .point-end span,
.list-search .point-end span {
    display: inline-block;
    color: #838797;
}

.left-pay path,
.list-search path {
    fill: #838797;
}

.content-add-reserv {
    width: 870px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding-top: 18px;
    margin-right: 30px;
}

.content-add-reserv .reserv-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    padding: 20px 7px;
    margin-bottom: 10px;
}

.content-add-reserv .reserv-info > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.content-add-reserv .reserv-info .date-reserv {
    display: inline-block;
    vertical-align: top;
    margin-right: 34px;
}

.content-add-reserv .reserv-info .date-reserv p:first-child {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1f2746;
}

.content-add-reserv .reserv-info .date-reserv p:nth-child(2) {
    color: #838797;
}

.content-add-reserv .reserv-info .date-reserv p:nth-child(3) {
    color: #1f2746;
}

.content-add-reserv .reserv-info .date-reserv p span {
    color: #ba0e6f;
}

.content-add-reserv .reserv-info .time-reserv {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 52px;
    margin-top: 2px;
}

.content-add-reserv .reserv-info .time-reserv img {
    margin-top: 8px;
}

.content-add-reserv .reserv-info .time-reserv p {
    margin-top: 7px;
}

.content-add-reserv .reserv-info .baggage img {
    display: inline-block;
    vertical-align: middle;
}

.content-add-reserv .reserv-info .baggage p {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
}

.content-add-reserv .reserv-info .time-reserv p {
    color: #1f2746;
}

.content-add-reserv .more {
    margin-bottom: 20px;
}

.content-add-reserv .more a {
    color: #22a9bf;
    display: block;
}

.content-add-reserv .more img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.content-add-reserv .more p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.content-add-reserv .name-reserv {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1f2746;
    margin-bottom: 10px;
}

.content-add-reserv .pass-info {
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    padding: 12px 20px 20px;
}

.content-add-reserv .form-wrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.content-add-reserv .form-wrap span {
    margin-bottom: 5px;
    display: block;
}

.content-add-reserv .select2-selection,
.content-add-reserv input[type="email"],
.content-add-reserv input[type="tel"],
.content-add-reserv input[type="text"],
.content-add-reserv textarea {
    border: 1px solid #bbbdc7;
    border-radius: 5px;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    height: 40px;
    width: 100%;
}

.content-add-reserv .data-input {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.content-add-reserv .data-input:after {
    content: "";
    background: url(../images/img/calendar-dates.svg);
    display: block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    position: absolute;
    top: 37px;
    left: 10px;
}

.content-add-reserv .data-input input {
    cursor: pointer;
    padding: 12px 10px 12px 39px;
}

.content-add-reserv .data-input span {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
}

.content-add-reserv .text-input {
    width: 200px;
}

.content-add-reserv
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    top: 14px;
    height: 17px;
}

.content-add-reserv .select2-container--bootstrap .select2-selection--single {
    height: 40px;
}

.content-add-reserv .select2-container--bootstrap {
    width: 120px !important;
}

.content-add-reserv .email {
    width: 252px;
    display: inline-block;
    vertical-align: top;
    margin-right: 68px;
}

.content-add-reserv .email input[type="email"] {
    width: 200px;
}

.content-add-reserv .tel-wrap {
    display: inline-block;
    vertical-align: top;
}

.content-add-reserv .tel-wrap .select2 {
    display: inline-block;
    vertical-align: top;
    width: 82px !important;
    margin-right: 16px;
}

.content-add-reserv .tel-wrap input[type="tel"] {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.content-add-reserv .tel-wrap p {
    margin-top: 0;
}

.content-add-reserv .gender {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.content-add-reserv .pass-info-2 .row-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-add-reserv .mile-card {
    width: 120px;
}

.content-add-reserv .mile-card span {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
}

.content-add-reserv .select2:before {
    top: 20px;
}

.content-add-reserv .footer-reserv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #bbbdc7;
    border-radius: 5px;
    margin-top: 20px;
}

.content-add-reserv .footer-reserv img {
    display: inline-block;
    vertical-align: middle;
}

.content-add-reserv .footer-reserv .info-bag {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-top: 1px;
}

.content-add-reserv .footer-reserv span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 3px;
    display: block;
}

.content-add-reserv .footer-reserv p {
    margin-top: 0;
}

.content-add-reserv .footer-reserv a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ba0e6f;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ba0e6f;
    width: 160px;
    text-align: center;
}

.content-add-reserv .footer-reserv .wrap-1 {
    display: inline-block;
    vertical-align: middle;
}

.content-add-reserv .bottom-reserv {
    text-align: right;
    margin-top: 30px;
}

.content-add-reserv .bottom-reserv p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}

.content-add-reserv .bottom-reserv input {
    display: inline-block;
    vertical-align: middle;
    background: #ba0e6f;
    border-radius: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 20px 27px;
    border: none;
    cursor: pointer;
}

.content-add-reserv .add-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.content-add-reserv .add-pass img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.content-add-reserv .add-pass .inner-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-top: 1px;
}

.content-add-reserv .add-pass p {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.content-add-reserv .add-pass input {
    display: inline-block;
    vertical-align: top;
    padding: 10px 43px;
    border: 1px solid #ba0e6f;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ba0e6f;
    width: 160px;
    text-align: center;
    background: transparent;
    cursor: pointer;
}

.content-add-reserv .add-pass .wrap-1 {
    display: inline-block;
    vertical-align: middle;
}

.left-pay,
.right-pay {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin-top: 18px;
    font-size: 13px;
    line-height: 16px;
}

.left-pay .filter-ul,
.right-block .filter-ul,
.right-pay .filter-ul {
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
}

.left-pay .head-filter-li,
.right-block .head-filter-li,
.right-pay .head-filter-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #808080;
    padding: 20px 44px 20px 20px;
    position: relative;
    cursor: pointer;
}

.left-pay .head-filter-li:before,
.right-block .head-filter-li:before,
.right-pay .head-filter-li:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 5px;
    line-height: 28px;
    font-size: 30px;
    font-family: "Material Design Icons";
    cursor: pointer;
    color: #bbbdc7;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.left-pay .head-filter-li p,
.right-block .head-filter-li p,
.right-pay .head-filter-li p {
    display: inline-block;
    vertical-align: middle;
}

.left-pay .head-filter-li b,
.right-block .head-filter-li b,
.right-pay .head-filter-li b {
    display: inline-block;
    vertical-align: middle;
}

.left-pay .pass-block,
.right-block .pass-block,
.right-pay .pass-block {
    margin-bottom: 20px;
}

.left-pay .pass-block:last-child,
.right-block .pass-block:last-child,
.right-pay .pass-block:last-child {
    margin-bottom: 0;
}

.left-pay .filter-ul-hid,
.right-block .filter-ul-hid,
.right-pay .filter-ul-hid {
    padding: 0 20px 0 20px;
}

.left-pay .filter-ul-hid:last-child,
.right-block .filter-ul-hid:last-child,
.right-pay .filter-ul-hid:last-child {
    margin-bottom: 20px;
}

.left-pay .city-fly,
.right-block .city-fly,
.right-pay .city-fly {
    margin-bottom: 9px;
}

.left-pay .city-fly img,
.right-block .city-fly img,
.right-pay .city-fly img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.left-pay .city-fly p,
.right-block .city-fly p,
.right-pay .city-fly p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.left-pay .date-fly > img,
.right-block .date-fly > img,
.right-pay .date-fly > img {
    display: inline-block;
    vertical-align: top;
    margin: 4px 14px 0 0;
}

.left-pay .date-p,
.right-block .date-p,
.right-pay .date-p {
    display: inline-block;
    vertical-align: top;
}

.left-pay .date-p p,
.right-block .date-p p,
.right-pay .date-p p {
    margin-top: 0;
    margin-bottom: 5px;
}

.left-pay .date-p p:nth-child(2),
.right-block .date-p p:nth-child(2),
.right-pay .date-p p:nth-child(2) {
    margin-bottom: 27px;
}

.left-pay .date-p p:nth-child(5),
.right-block .date-p p:nth-child(5),
.right-pay .date-p p:nth-child(5) {
    margin-top: 26px;
}

.left-pay .date-p span,
.right-block .date-p span,
.right-pay .date-p span {
    color: #ba0e6f;
}

.left-pay .more-fly,
.right-block .more-fly,
.right-pay .more-fly {
    margin-top: 20px;
}

.left-pay .more-fly img,
.right-block .more-fly img,
.right-pay .more-fly img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.left-pay .more-fly p,
.right-block .more-fly p,
.right-pay .more-fly p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    color: #22a9bf;
}

.left-pay .price-fly,
.right-block .price-fly,
.right-pay .price-fly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-pay .price-fly p,
.right-block .price-fly p,
.right-pay .price-fly p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #1f2746;
    margin-top: 10px;
}

.left-pay .fly-p-1,
.right-block .fly-p-1,
.right-pay .fly-p-1 {
    font-weight: bold;
    color: #1f2746;
    margin-bottom: 10px;
}

.left-pay .fly-p-2,
.right-block .fly-p-2,
.right-pay .fly-p-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.left-pay .fly-p-2 p,
.right-block .fly-p-2 p,
.right-pay .fly-p-2 p {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    margin-top: 0;
}

.left-pay .pass-wrap,
.right-block .pass-wrap,
.right-pay .pass-wrap {
    margin-top: 20px;
}

.left-pay .pass-wrap:first-child,
.right-block .pass-wrap:first-child,
.right-pay .pass-wrap:first-child {
    margin-top: 0;
}

.left-pay .result-fly,
.right-block .result-fly,
.right-pay .result-fly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}

.left-pay .result-fly p,
.right-block .result-fly p,
.right-pay .result-fly p {
    display: inline-block;
    vertical-align: middle;
}

.left-pay .result-fly span,
.right-block .result-fly span,
.right-pay .result-fly span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.left-pay input[type="submit"],
.right-block input[type="submit"],
.right-pay input[type="submit"] {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 20px 63px;
    background: #ba0e6f;
    border-radius: 40px;
    border: none;
    float: right;
    display: block;
    margin: 10px 30px 56px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.add-bag {
    width: 869px;
}

.add-bag .block-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 188px;
    margin-bottom: 36px;
}

.add-bag .block-img:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 141px;
    width: 100%;
    background: #baf5ff;
    z-index: -1;
}

.add-bag .block-img:after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    bottom: -24px;
    height: 82px;
    width: 110%;
    background: linear-gradient(147.83deg, #a4e3ed 37.32%, #b2e8f1 97.64%);
    -webkit-transform: rotate(-3.35deg);
    transform: rotate(-3.35deg);
    z-index: -1;
}

.add-bag .h-modal {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1f2746;
    margin: 10px 35px 18px;
}

.add-bag .two-bag {
    margin-left: 79px;
    display: inline-block;
    vertical-align: bottom;
    width: 26%;
}

.add-bag .two-bag img {
    vertical-align: bottom;
}

.add-bag .two-bag img:nth-child(2) {
    margin-left: -135px;
}

.add-bag .text-modal {
    display: inline-block;
    vertical-align: bottom;
    width: 60%;
    margin-bottom: 31px;
}

.add-bag .text-modal span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #ba0e6f;
    margin-bottom: 10px;
}

.add-bag .text-modal p {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
}

.add-bag .way-modal {
    margin: 0 35px 19px;
}

.add-bag .way-modal img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
}

.add-bag .way-modal p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
    margin-top: 0;
}

.add-bag .block-inputs {
    text-align: justify;
    margin: 0 35px;
}

.add-bag .block-inputs:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.add-bag .input-wrap {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bbbdc7;
    border-radius: 5px;
    padding: 6px 15px 11px;
}

.add-bag .input-wrap p {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
    margin-bottom: 17px;
}

.add-bag .checkbox-modal span {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
}

.add-bag .checkbox-modal input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    margin-right: 11px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.add-bag .checkbox-modal input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #bbbdc7;
}

.add-bag .checkbox-modal input[type="checkbox"]:checked:before {
    border: 1px solid #ba0e6f;
    background: #ba0e6f;
}

.add-bag .checkbox-modal input[type="checkbox"]:checked:after {
    content: "";
    font-family: "Material Design Icons";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    color: #fff;
}

.add-bag .checkbox-modal input[type="checkbox"]:checked ~ span {
    color: #ba0e6f;
}

.add-bag .modal-submit {
    text-align: right;
    margin: 0 35px;
}

.add-bag .modal-submit p {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
}

.add-bag .modal-submit input {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 20px 30px;
    text-align: center;
    background: #ba0e6f;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}

.active-checkbox-modal {
    border: 1px solid #ba0e6f !important;
}

.active-checkbox-modal .price-type {
    color: #ba0e6f !important;
}

.wrap-insurance {
    font-size: 13px;
    line-height: 16px;
    color: #838797;
    padding: 17px 20px 30px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}

.wrap-insurance .head-insurance {
    margin-bottom: 23px;
    padding-right: 8%;
}

.wrap-insurance .head-insurance img {
    display: inline-block;
    vertical-align: top;
}

.wrap-insurance .head-insurance .top-head {
    display: inline-block;
    vertical-align: top;
}

.wrap-insurance .head-insurance p {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1f2746;
    margin-bottom: 5px;
}

.wrap-insurance .head-insurance b {
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
}

.wrap-insurance .head-insurance span {
    color: #22a9bf;
    display: block;
}

.wrap-insurance .head-type {
    margin-bottom: 10px;
    padding-right: 7%;
    text-align: justify;
}

.wrap-insurance .head-type:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.wrap-insurance .time-insurance {
    display: inline-block;
    vertical-align: top;
    width: 56%;
}

.wrap-insurance .time-insurance p {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
    margin-bottom: 3px;
}

.wrap-insurance .type-1 {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    width: 90px;
}

.wrap-insurance .type-1 p {
    margin-top: 5px;
}

.wrap-insurance .wrap-type {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
}

.wrap-insurance .row-type {
    padding: 11px 21px 0;
    border: 1px solid #bbbdc7;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: justify;
    padding-right: 7%;
}

.wrap-insurance .row-type:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.wrap-insurance .row-type img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    width: 90px;
    padding: 0 26px;
}

.wrap-insurance .row-type .x-mark {
    padding: 0 31px;
}

.wrap-insurance .row-type .checkbox-modal {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
}

.wrap-insurance .row-type .checkbox-modal p {
    display: inline-block;
    vertical-align: middle;
    color: #22a9bf;
    margin-top: 0;
}

.wrap-insurance .row-type .checkbox-modal .radio-custom-dummy {
    display: none;
}

.wrap-insurance .row-type .checkbox-modal span {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
}

.wrap-insurance .row-type span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
    display: block;
    margin-bottom: 3px;
}

.wrap-insurance .price-type {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.wrap-insurance input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    margin-right: 11px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.wrap-insurance input[type="radio"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #bbbdc7;
}

.wrap-insurance input[type="radio"]:checked:before {
    border: 1px solid #ba0e6f;
    background: #ba0e6f;
}

.wrap-insurance input[type="radio"]:checked:after {
    content: "";
    font-family: "Material Design Icons";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    color: #fff;
}

.wrap-insurance input[type="radio"]:checked ~ p span {
    color: #ba0e6f;
}

.wrap-insurance .footer-type {
    margin: 12px 0 0 23px;
}

.wrap-insurance .footer-type p {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.submit-insurance {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 20px 64px;
    background: #ba0e6f;
    border-radius: 40px;
    text-align: right;
    float: right;
    border: none;
}

.left-pay {
    width: 665px;
    margin: 18px 20px 18px 0 !important;
}

.left-pay .filter-ul {
    padding: 30px 30px 35px;
    border-bottom: 1px solid rgba(186, 14, 111, 0.2);
}

.left-pay .filter-ul > img {
    margin-bottom: 7px;
}

.left-pay .filter-ul .head-li {
    margin-bottom: 20px;
}

.left-pay .wrap-way {
    padding: 38px 29px 37px;
}

.right-pay {
    width: 470px;
}

.right-pay .city-fly p {
    color: #808080;
}

.right-pay input[type="submit"] {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 20px 63px;
    background: #ba0e6f;
    border-radius: 40px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin: 30px 30px 63px 0;
    float: right;
    display: block;
}

.right-pay path {
    fill: #808080;
}

.right-pay .hid-pc {
    display: none;
}

.submit-2 {
    display: none;
}

.help-page {
    padding-top: 72px;
    text-align: center;
}

.help-page p {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1f2746;
    margin-bottom: 21px;
}

.help-page a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #22a9bf;
    margin-bottom: 72px;
}

.help-page img {
    width: 100%;
}

.top-inputs-block {
    padding: 30px 0 30px;
}

.top-menu-search .rd-l {
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    margin-left: 25px;
    position: relative;
    padding-right: 30px;
}

.top-menu-search .rd-l:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: -3px;
    line-height: 28px;
    font-size: 30px;
    font-family: "Material Design Icons";
    cursor: pointer;
    color: #bbbdc7;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.top-menu-search .head-item-dropdown {
    display: inline-block;
    position: relative;
}

.top-menu-search .item-dropdown {
    background: #fff;
    position: absolute;
    top: 53px;
    left: 5px;
    margin: 0;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
    z-index: 40;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.top-menu-search .head-item-dropdown:hover .item-dropdown {
    max-height: 300px;
}

.top-menu-search .form-input {
    background: #fff;
}

.top-menu-search .search-input .form-label-outside {
    color: #1f2746;
    left: 10px;
}

.top-menu-search .type-way .item-dropdown {
    width: 260px;
}

.top-menu-search .type-way .item-dropdown li {
    margin-top: 12px;
}

.top-menu-search .type-way .item-dropdown input[type="radio"] {
    margin-right: 12px;
}

.top-menu-search .type-way p {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}

.top-menu-search .type-way input[type="radio"] {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.top-menu-search .type-way input[type="radio"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #1f2746;
}

.top-menu-search .type-way input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1f2746;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    color: #1f2746;
}

.top-menu-search .type-way input[type="radio"]:checked ~ p {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
}

.top-menu-search .radio-way {
    padding: 0 20px 15px;
    border-bottom: 1px solid #bbbdc7;
}

.top-menu-search .radio-li {
    width: 174px;
}

.top-menu-search .radio-li input[type="radio"] {
    display: none;
}

.top-menu-search .radio-li input[type="radio"]:checked ~ label {
    background: rgba(187, 189, 199, 0.4);
}

.top-menu-search .radio-li input[type="radio"] ~ label {
    padding: 14px 20px;
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    cursor: pointer;
}

.top-menu-search .radio-li li:last-child label {
    padding-bottom: 19px;
}

.top-menu-search .form-wrap {
    position: relative;
    margin-top: 0;
}

.top-menu-search .search-input {
    margin-top: 0 !important;
}

.top-menu-search .stepper-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 22px;
    font-family: "Material Design Icons";
    cursor: pointer;
    color: #9295a4;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 39;
}

.top-menu-search .stepper-arrow.up {
    top: 16px;
}

.top-menu-search .stepper-arrow.down {
    bottom: 3px;
}

.top-menu-search .top-sel {
    width: 260px;
}

.top-menu-search .top-sel input {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1f2746;
}

.top-menu-search .top-sels {
    padding: 5px 30px 19px;
    border-bottom: 1px solid #bbbdc7;
}

.top-menu-search .stepper input[type="number"] {
    padding-left: 10px;
}

.top-menu-search .buts-block {
    margin: 20px;
}

.top-menu-search button {
    background: #bbbdc7;
    border-radius: 4px;
    padding: 8px 17px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #1f2746;
    border: none;
    cursor: pointer;
}

.top-menu-search input[type="submit"] {
    background: #ba0e6f;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    padding: 9px 22px;
    border: none;
    float: right;
    cursor: pointer;
}

.page-main .item-dropdown {
    background: #fff;
    position: absolute;
    top: 53px;
    left: 5px;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
    z-index: 40;
    -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.filter-account .filter-bell.active-filter-ul {
    background: #1f2746 !important;
}

.filter-account .filter-bell.active-filter-ul .head-filter-li-search:before,
.filter-account .filter-bell.active-filter-ul .head-filter-li:before {
    color: #fff;
}

.filter-account .filter-bell.active-filter-ul .head-filter-li-search p,
.filter-account .filter-bell.active-filter-ul .head-filter-li p {
    color: #fff;
}

.filter-account .filter-bell.active-filter-ul .img-svg {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.filter-account .filter-bell.active-filter-ul .img-svg path {
    fill: #fff;
}

.filter-account .filter-bell.active-filter-ul .img-svg circle:first-child {
    fill: #1f2746;
    stroke: #fff;
}

.filter-account .filter-bell.active-filter-ul .img-svg circle:nth-child(2) {
    fill: #fff;
    stroke: #1f2746;
}

@media (max-width: 1200px) {
    .row-account {
        padding: 0;
        width: 90%;
    }
    .menu-account {
        margin-left: 0px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .menu-account::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
    .filter-account {
        padding-top: 0;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .filter-account::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
    .filter-account .filter-ul-search:first-child {
        margin-bottom: 0;
    }
    .filter-account .active-filter-ul {
        background: #1f2746 !important;
    }
    .filter-account .active-filter-ul .head-filter-li-search:before,
    .filter-account .active-filter-ul .head-filter-li:before {
        color: #fff;
    }
    .filter-account .active-filter-ul .head-filter-li-search p,
    .filter-account .active-filter-ul .head-filter-li p {
        color: #fff;
    }
    .filter-account .active-filter-ul .img-svg {
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
    .filter-account .active-filter-ul .img-svg path {
        fill: #fff;
    }
    .filter-account .active-filter-ul .img-svg circle:first-child {
        fill: #1f2746;
        stroke: #fff;
    }
    .filter-account .active-filter-ul .img-svg circle:nth-child(2) {
        fill: #fff;
        stroke: #1f2746;
    }
    .list-reservation {
        display: block;
        width: 100%;
        margin-top: 0;
    }
    .page-user-edit .list-reservation {
        width: 90%;
        margin-left: 3%;
    }
    .reservation {
        margin: 0 auto 20px;
        display: block;
        width: 870px;
    }
    .filter-account {
        width: 100%;
    }
    .filter-account .filter-ul,
    .filter-account .filter-ul-search {
        display: inline-block;
        vertical-align: top;
        background: rgba(187, 189, 199, 0.4);
        margin: 32px 10px 0 0;
        padding: 10px 32px 2px 12px;
        margin-right: 10px;
        border-bottom: none;
    }
    .filter-account .filter-ul-search:last-child,
    .filter-account .filter-ul:last-child {
        margin-right: 170px;
    }
    .filter-account .filter-ul-search:before,
    .filter-account .filter-ul:before {
        line-height: 30px;
        right: 4px;
        color: #1f2746;
    }
    .filter-account .filter-ul-search input[type="search"],
    .filter-account .filter-ul input[type="search"] {
        width: 78%;
    }
    .filter-account .filter-ul-search:first-child {
        background: none;
    }
    .filter-account input[type="submit"] {
        display: none;
    }
    .filter-account .menu-filter {
        margin-bottom: 0;
    }
    .filter-account .head-filter-li {
        padding: 0;
        margin-bottom: 10px;
    }
    .filter-account .head-filter-li:before {
        right: -29px;
        top: -3px;
        color: #1f2746;
    }
    .filter-account .head-filter-li p {
        font-size: 13px;
        line-height: 16px;
        color: #1f2746;
    }
    .filter-account .radio-normal input[type="radio"] {
        margin-right: 7px;
    }
    .filter-account .head-filter-li-search {
        padding: 0;
        margin-bottom: 10px;
    }
    .filter-account .head-filter-li-search:before {
        content: "";
        display: block;
        position: absolute;
        right: -29px;
        top: -3px;
        color: #1f2746;
        line-height: 28px;
        font-size: 30px;
        font-family: "Material Design Icons";
        cursor: pointer;
        vertical-align: middle;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        font-weight: normal;
    }
    .filter-account .head-filter-li-search p {
        font-size: 13px;
        line-height: 16px;
        color: #1f2746;
    }
    .menu-account-active {
        font-weight: bold;
        color: #1f2746;
        background: rgba(31, 39, 70, 0.2);
        margin-left: 0;
    }
    .filter-account .filter-ul-hid,
    .filter-account .filter-ul-hid-search {
        display: none;
        width: 300px;
        position: absolute;
        background: #fff;
        padding: 18px 10px 20px;
        font-size: 13px;
        line-height: 16px;
        margin-top: 21px;
        z-index: 1;
    }
    .head-filter-li-search:hover .filter-ul-hid-search,
    .head-filter-li:hover .filter-ul-hid {
        display: block;
    }
    .info-reservation {
        border-right: none;
    }
    .form-account {
        padding-top: 15px;
    }
    .menu-account-reserv {
        width: 100%;
    }
    .menu-account-reserv ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .menu-account-reserv li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
        flex: 0 1 calc(100% / 3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(31, 39, 70, 0.2);
        border-right: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:last-child {
        border-bottom: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:first-child {
        border-top: 1px solid rgba(31, 39, 70, 0.2);
        border-left: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:nth-child(2) {
        border-top: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:nth-child(3) {
        border-top: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:nth-child(4) {
        border-left: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv a {
        padding: 18px 19px 18px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .menu-account-reserv span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .filter-account .menu-filter .filter-ul-search:first-child {
        padding: 8px 19px;
    }
    .filter-account
        .menu-filter
        .filter-ul-search:first-child
        .head-filter-li-search {
        margin: 0;
    }
    .filter-account
        .menu-filter
        .filter-ul-search:first-child
        .head-filter-li-search:before {
        content: none;
    }
    .order-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .right-block {
        display: block;
        width: 100%;
    }
    .content-add-reserv {
        display: block;
        width: 100%;
    }
    .breadcrumbs {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .breadcrumbs::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
    .breadcrumbs img {
        margin: 0 10px;
    }
    .right-pay .hid-pc {
        display: block;
    }
    .right-pay input[type="submit"] {
        display: none;
    }
    .left-pay {
        display: none;
    }
    .submit-2 {
        display: block;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #ffffff;
        padding: 20px 63px;
        background: #ba0e6f;
        border-radius: 40px;
        border: 1px solid #e0e0e0;
        -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
            0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
            0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
        margin: 30px auto;
        cursor: pointer;
    }
}

@media (max-width: 992px) {
    .menu-account a {
        margin-right: 10px;
    }
    .reservation {
        width: 100%;
    }
    .reservation li:first-child {
        width: 50%;
    }
    .reservation li:nth-child(2) {
        width: auto;
        float: right;
    }
    .reservation li:nth-child(3) {
        width: 50%;
    }
    .reservation li:nth-child(4) {
        width: auto;
        float: right;
    }
    .reservation .info-reservation {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(186, 14, 111, 0.2);
        border-right: none;
    }
    .reservation .edit-reservation {
        display: block;
        padding: 22px 0;
        width: 100%;
    }
    .reservation .edit-reservation img {
        margin: 0 auto;
    }
    .reservation .way-reservation {
        padding: 20px 20px 6px 20px;
    }
    .reservation .city-reservation .icos-way,
    .reservation .city-reservation p {
        display: block;
        margin: 3px 0;
    }
    .wrap-date-pass table {
        display: block;
    }
    .wrap-date-pass table br {
        display: none;
    }
    .wrap-date-pass table tbody,
    .wrap-date-pass table td,
    .wrap-date-pass table th,
    .wrap-date-pass table tr {
        display: block;
    }
    .wrap-date-pass table thead {
        display: none;
    }
    .wrap-date-pass table th {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
    }
    .wrap-date-pass table th:nth-last-child(2) {
        margin-bottom: 0;
    }
    .wrap-date-pass table td {
        border: none;
        position: relative;
        padding: 15px 20px 15px 50%;
    }
    .wrap-date-pass table td:first-child {
        display: block;
        background: rgba(187, 189, 199, 0.4);
        text-align: right;
    }
    .wrap-date-pass table td:nth-last-child(2) {
        margin-bottom: 0;
    }
    .wrap-date-pass table td:last-child {
        display: none;
    }
    .wrap-date-pass table td:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50%;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: #838797;
        padding: 15px 10px;
    }
    .wrap-date-pass table td:first-child:before {
        content: "Пассажир №2";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #1f2746;
        padding: 15px 10px 15px 20px;
        text-align: left;
    }
    .wrap-date-pass table td:nth-child(2):before {
        content: "Пассажир";
    }
    .wrap-date-pass table td:nth-child(3):before {
        content: "Сервис";
    }
    .wrap-date-pass table td:nth-child(4):before {
        content: "Пол";
    }
    .wrap-date-pass table td:nth-child(5):before {
        content: "Дата рождения";
    }
    .wrap-date-pass table td:nth-child(6):before {
        content: "Гражданство";
    }
    .wrap-date-pass table td:nth-child(7):before {
        content: "Документ";
    }
    .wrap-date-pass table tr {
        border: 1px solid rgba(187, 189, 199, 0.4);
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
    .page-user-date .form-account {
        width: 90%;
        margin: 0 auto;
    }
    .page-user-passenger .form-account {
        width: 100%;
    }
    .myModal-add-pass {
        width: 90%;
        padding: 90px 3% 45px;
    }
    .list-search {
        width: 100%;
    }
}

@media (max-width: 920px) {
    .list-reservation .block-reserv-7 .block-2 .icos-way-1 {
        vertical-align: top;
        display: inline-block;
        margin-top: 44px;
        margin-right: 5px;
    }
    .list-reservation .block-reserv-7 .block-2 .inner-1 {
        vertical-align: top;
        display: inline-block;
    }
    .list-reservation .block-reserv-7 .block-2 .inner-1 .inner-1-1 {
        display: block;
        margin-bottom: 30px;
    }
    .list-reservation .block-reserv-7 .block-2 .inner-1 .icos-way-2 {
        display: none;
    }
    .list-reservation .block-reserv-9 .inner-1 {
        display: block;
    }
    .list-reservation .select-filter {
        display: block;
    }
    .buts {
        text-align: center;
    }
    .buts a {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .buts input {
        display: block;
        margin: 9px auto 5px;
    }
    .type-price .radio-li li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100%);
        flex: 0 1 calc(100%);
        margin: 0;
    }
    .type-price .radio-li li:last-child label {
        border-bottom: 1px solid #ba0e6f;
    }
    .type-price .radio-li label {
        border-bottom: none;
        border-right: 1px solid #ba0e6f;
        text-align: left;
    }
    .content-add-reserv .reserv-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 17px 20px 22px 20px;
    }
    .content-add-reserv .reserv-info .baggage {
        display: none;
    }
    .content-add-reserv .reserv-info > img {
        display: none;
    }
    .content-add-reserv .reserv-info .date-reserv {
        margin-right: 0;
    }
    .content-add-reserv .reserv-info .time-reserv {
        margin-right: 0;
    }
    .content-add-reserv .email {
        display: block;
        margin-bottom: 20px;
    }
    .content-add-reserv .tel p {
        margin-top: 0;
    }
    .content-add-reserv .form-wrap {
        display: block;
        margin-bottom: 20px;
    }
    .content-add-reserv .pass-info-2 .row-input {
        display: block;
    }
    .content-add-reserv .tel-wrap .form-wrap {
        margin-bottom: 0;
    }
    .content-add-reserv .data-input {
        margin-bottom: 20px;
    }
    .content-add-reserv .pass-info-2 .row-input {
        margin-bottom: 0;
    }
    .content-add-reserv .mile-card {
        margin-bottom: 20px;
    }
    .content-add-reserv .footer-reserv {
        display: block;
    }
    .content-add-reserv .footer-reserv a {
        display: block;
        margin-left: 35px;
    }
    .content-add-reserv .footer-reserv .info-bag {
        width: 81%;
    }
    .content-add-reserv .wrap-1 {
        margin-bottom: 20px;
        text-align: left;
    }
    .add-bag {
        width: 95%;
        overflow-y: auto;
        height: 90%;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .add-bag::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
    .add-bag .block-inputs {
        text-align: left;
    }
    .add-bag .block-inputs:after {
        display: none;
    }
    .add-bag .block-inputs .input-wrap {
        margin-right: 30px;
        margin-bottom: 20px;
    }
    .add-bag .block-inputs .input-wrap:last-child {
        margin-right: 10px;
        display: block;
    }
    .add-bag .block-img:after {
        -webkit-transform: rotate(3.35deg);
        transform: rotate(3.35deg);
    }
    .add-bag .modal-submit {
        display: block;
        margin: 0 35px 0 0;
        width: 350px;
        display: block;
        position: absolute;
        bottom: 60px;
        right: 0;
    }
    .wrap-insurance .head-type {
        padding-right: 0;
    }
    .wrap-insurance .row-type {
        padding-right: 0;
    }
    .type-price {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .myModal-add-pass input[type="submit"] {
        margin: 0px auto 0;
        display: block;
    }
    .page-user-passenger .form-account {
        width: 300px;
        margin: 0 auto;
    }
    .myModal-add-pass {
        padding: 35px 3% 45px;
    }
    .page-user-edit .form-account {
        width: 100%;
    }
    .list-search .left-colmn {
        display: block;
        width: 100%;
        border-right: none;
    }
    .list-search .btn-more {
        text-align: center;
    }
    .list-search .more {
        border-bottom: 1px solid rgba(186, 14, 111, 0.2);
        margin-bottom: 20px;
    }
    .list-search .right-colmn {
        display: block;
        width: 100%;
    }
    .list-search .right-colmn a {
        display: table;
        margin: 0 auto 20px;
    }
    .list-search .right-colmn p {
        margin: 0 auto 13px;
    }
    .add-bag {
        padding: 20px 0 40px;
    }
    .add-bag .modal-submit {
        bottom: 69px;
    }
    .add-bag .two-bag {
        bottom: 6px;
    }
    .wrap-insurance .type-1 {
        display: none;
    }
    .wrap-insurance .wrap-type {
        width: 100%;
    }
    .wrap-insurance .head-insurance .top-head {
        width: 77%;
    }
    .wrap-insurance .footer-type p {
        width: 85%;
    }
    .wrap-insurance .time-insurance {
        width: 100%;
    }
    .wrap-insurance .row-type {
        padding: 11px 21px 0;
    }
    .wrap-insurance .row-type img {
        display: none;
    }
    .submit-insurance {
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}

@media (max-width: 730px) {
    .list-reservation .block-reserv-4 .inner-1,
    .list-reservation .block-reserv-4 .inner-1,
    .list-reservation .block-reserv-4 .inner-1-1,
    .list-reservation .block-reserv-4 .inner-2,
    .list-reservation .block-reserv-4 .inner-2 .inner-2-1,
    .list-reservation .block-reserv-4 .row-inner-1-2 {
        display: block;
    }
    .list-reservation .block-reserv-4 .row-inner-1-2 {
        text-align: left;
    }
    .list-reservation .block-reserv-4 .row-inner-1-2:after {
        display: none;
    }
    .mar-b {
        margin-bottom: 20px;
    }
    .list-reservation .block-way-reserv .inner_1 .inner-1-1 {
        display: none;
    }
    .list-reservation .block-way-reserv .inner-1-3 {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .list-reservation .block-way-reserv .inner-1-3 p {
        display: inline-block;
    }
    .list-reservation .block-way-reserv .inner-1-3 img {
        display: inline-block;
        margin: 0 10px;
        padding-bottom: 2px;
    }
    .list-reservation .block-reserv .but-download .preview > p {
        margin-top: 0;
    }
    .list-reservation .block-reserv-1 .inner-2-1 {
        display: block;
        width: 100%;
    }
    .list-reservation .block-reserv-1 .inner-2-1:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(186, 14, 111, 0.2);
    }
    .list-reservation .block-reserv-1 .inner-1 .inner-1-2:nth-child(2) {
        text-align: right;
    }
    .list-reservation .block-reserv-8 .inner-1 {
        display: block;
        margin-bottom: 20px;
    }
    .list-reservation .block-reserv-8 .but-download .preview > p {
        margin-top: 0;
    }
    .list-reservation .select-filter {
        display: block;
    }
    .list-reservation .block-reserv-2 .inner-2 .inner-2-1,
    .list-reservation .block-reserv-3 .inner-1 {
        display: block;
    }
    .add-bag .input-wrap {
        display: block;
    }
    .add-bag .modal-submit {
        position: relative;
        bottom: auto;
        text-align: left;
        margin: 0 35px 0 35px;
    }
    .add-bag .modal-submit p {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .top-menu-search .item-dropdown {
        max-height: 300px;
    }
    .myModal_search {
        margin: 0 auto;
        position: fixed;
        top: 75px;
        left: 8%;
        right: 0;
        display: none;
        opacity: 0;
        z-index: 45;
    }
    .wrap-inner-modal {
        position: relative;
    }
    .top-menu-search {
        padding-top: 0;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .top-menu-search::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
    .menu-account-reserv li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2);
        flex: 0 1 calc(100% / 2);
        border-bottom: 1px solid rgba(31, 39, 70, 0.2);
        border-right: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:last-child {
        border-bottom: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:first-child {
        border-top: 1px solid rgba(31, 39, 70, 0.2);
        border-left: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:nth-child(2) {
        border-top: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:nth-child(3) {
        border-top: none;
        border-left: 1px solid rgba(31, 39, 70, 0.2);
    }
    .menu-account-reserv li:nth-child(4) {
        border-left: none;
    }
    .menu-account-reserv li:nth-child(5) {
        border-left: 1px solid rgba(31, 39, 70, 0.2);
    }
    .list-reservation .block-reserv-10 select {
        width: 100%;
    }
    .list-reservation .block-reserv-10 .inner-1 {
        width: 100%;
    }
    .list-reservation .block-reserv-10 .icos-way img:first-child {
        display: none;
    }
    .list-reservation .block-reserv-10 .icos-way img:nth-child(3) {
        display: none;
    }
    .filter-account .menu-filter .filter-ul-search:first-child p {
        display: none;
    }
    .filter-account .menu-filter .filter-ul-search:first-child .img-svg {
        margin-right: 0;
    }
    .content-add-reserv .bottom-reserv {
        text-align: center;
    }
    .content-add-reserv .bottom-reserv p {
        display: block;
        margin-bottom: 13px;
    }
    .content-add-reserv .bottom-reserv input {
        display: block;
        margin: 0 auto;
    }
    .content-add-reserv .reserv-info {
        font-size: 10px;
        line-height: 12px;
    }
    .content-add-reserv .reserv-info .date-reserv {
        font-size: 10px;
        line-height: 12px;
        width: 80px;
    }
    .content-add-reserv .reserv-info .date-reserv p:first-child {
        font-size: 13px;
        line-height: 16px;
    }
    .content-add-reserv .time-reserv {
        font-size: 10px;
        line-height: 12px;
    }
    .content-add-reserv .tel-wrap input[type="tel"] {
        width: 145px;
    }
    .add-bag {
        padding: 20px 0 40px;
    }
    .add-bag .two-bag {
        bottom: 6px;
        position: absolute;
        width: 65%;
    }
    .add-bag .block-img {
        height: 355px;
    }
    .add-bag .block-img:before {
        height: 100%;
    }
    .add-bag .block-img:after {
        height: 147px;
        -webkit-transform: rotate(-9.35deg);
        transform: rotate(-9.35deg);
        bottom: -44px;
    }
    .add-bag .text-modal {
        margin: 20px 20px 0;
        width: 87%;
    }
    .add-bag .modal-submit input {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .form-list-result button[type="submit"] {
        display: none;
    }
    .list-search .block-points b {
        bottom: 0;
        top: auto;
    }
    .content-add-reserv .add-pass {
        display: block;
    }
    .content-add-reserv .add-pass .inner-text {
        display: block;
        margin-bottom: 20px;
    }
    .content-add-reserv .add-pass input {
        margin-left: 55px;
    }
    .wrap-insurance .price-type {
        display: block;
        margin-left: 29px;
    }
}

@media (max-width: 376px) {
    .page-user-passenger .form-account {
        width: 270px;
    }
    .myModal-add-pass .form-wrap {
        width: 270px;
    }
    .myModal-add-pass .form-input {
        width: 270px;
    }
    .myModal-add-pass .select2-container--bootstrap .select2-selection {
        width: 270px;
    }
    .list-search .inner-1 .date-fly {
        margin-right: 40px;
    }
    .list-search .baggage-block p {
        width: 90%;
    }
    .list-search .logo-plane img {
        margin-right: 7px;
    }
    .list-search .logo-plane span {
        margin-left: 0;
    }
    .list-search .logo-plane .block-1 {
        width: 90%;
    }
    .list-search .way-block .inner-2 {
        width: 92%;
    }
}

@media (max-width: 350px) {
    .list-search .change-number img {
        margin-right: 0;
    }
    .content-add-reserv .reserv-info .date-reserv {
        width: 52px;
    }
}

.footer-nav button:active,
.footer-nav button:focus,
.footer-nav button:hover,
.footer-nav input:active,
.footer-nav input:focus,
.footer-nav input:hover {
    outline: 0;
    outline-offset: 0;
}

.footer-nav p {
    margin: 0;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-nav-wrap {
    width: 100%;
    background: #fff;
}

.footer-nav__logo {
    max-width: 168px;
    max-height: 52px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .footer-nav__logo {
        justify-content: space-between;
        margin-bottom: 0;
        margin-right: 30px;
    }
}

.footer-nav__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-nav-logos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1770px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 20px;
}

@media (min-width: 768px) {
    .footer-nav-logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .footer-nav-logos {
        padding: 10px 100px 30px 55px;
    }
}

@media (min-width: 1820px) {
    .footer-nav-logos {
        padding: 10px 85px 45px 105px;
    }
}

.footer-nav-logos-wrap {
    background: #fff;
}

.footer-nav-logos__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 80px;
    padding-bottom: 16px;
}

@media (min-width: 750px) {
    .footer-nav-logos__img {
        padding-bottom: 0;
    }
}

.footer-nav-logos__img img {
    margin: auto;
    height: 100%;
    width: 100%;
}

.footer-nav-logos__mastercard {
    max-width: 75px;
}

.footer-nav-logos__iata-tids {
    max-width: 80px;
}

.footer-nav-logos__certificate {
    max-width: 170px;
}

.footer-nav-logos__iata {
    max-width: 120px;
}

.footer-nav-logos__dart {
    max-width: 140px;
}

.footer-nav-logos__visa {
    max-width: 85px;
}

.footer-nav__links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-flex-dicrection: column;
    max-width: 1770px;
    margin: 0 auto;
    padding: 50px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 430px) {
    .footer-nav__links {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 576px) {
    .footer-nav__links {
        padding: 50px 70px 50px 100px;
        justify-content: space-between;
    }
}

.footer-nav__links-wrap {
    position: relative;
    width: 100%;
    background: #1e2746;
}

/* .footer-nav__links-wrap:before {
    content: "";
    position: absolute;
    top: -29px;
    right: 5px;
    display: block;
    width: 90px;
    height: 60px;
    background: url(../img/plane.png);
    background-size: contain
} */

.footer-nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 170px;
    margin: 0;
    padding-top: 5px;
    justify-content: space-between;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

@media (min-width: 768px) {
    .footer-nav-social {
        margin: 0 60px 0 0;
    }
}

@media (min-width: 992px) {
    .footer-nav-social {
        margin: 0 8% 0 0;
    }
}

.footer-nav-social li {
    list-style: none;
    margin-bottom: 15px;
}

.footer-nav-social li:first-child {
    width: 100%;
}

.footer-nav-social li:first-child img {
    width: 16px;
    margin-right: 15px;
}

.footer-nav-social li:first-child span {
    font-size: 14px;
}

/* .footer-nav-social li:nth-child(2) {
    width: calc(100%/2)
}

.footer-nav-social li:nth-child(2) a {
    padding-left: 13px
}

.footer-nav-social li:nth-child(3) {
    width: calc(100%/2)
}

.footer-nav-social li:nth-child(3) a {
    padding-right: 13px
}

.footer-nav-social li:nth-child(4) {
    max-width: calc(100%/3)
}

.footer-nav-social li:nth-child(4) a {
    padding-right: 5px
}

.footer-nav-social li:nth-child(5) {
    width: calc(100%/3)
}

.footer-nav-social li:nth-child(6) {
    width: calc(100%/3)
}

.footer-nav-social li:nth-child(6) a {
    padding-left: 5px
} */

.footer-nav-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #fff;
}

.footer-nav-social__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-nav-social__img img {
    width: 28px;
    height: 28px;
}

.footer-nav-menu {
    width: 100%;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .footer-nav-menu {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .footer-nav-menu {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .footer-nav-menu {
        padding-top: 12px;
        width: 63%;
    }
}

.footer-nav-menu__ul {
    margin: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

@media (min-width: 400px) {
    .footer-nav-menu__ul {
        padding-right: 13%;
    }
}

@media (min-width: 400px) {
    .footer-nav-menu__ul:last-child {
        padding-right: 15px;
    }
}

.footer-nav-menu__ul li {
    list-style: none;
    text-align: center;
}

@media (min-width: 400px) {
    .footer-nav-menu__ul li {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer-nav-menu__ul li {
        padding-bottom: 30px;
    }
}

.footer-nav-menu__ul a {
    font-size: 12px;
    padding: 3px 0;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
    font-family: arial;
    white-space: nowrap;
}

/* .footer-nav-menu__ul a:hover {
    color: #fff
} */

.footer-nav-form {
    padding-top: 12px;
}

@media (max-width: 400px) {
    .footer-nav-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-nav-form__title {
    font-size: 12px;
    padding: 3px 0;
    color: #fefefe;
    margin-bottom: 10px;
    font-family: arial;
}

.footer-nav-form__title:after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin-top: 7px;
    background: #64b5ca;
}

.footer-nav-form input[type="email"] {
    display: block;
    width: 150px;
    height: 25px;
    background: #161b31;
    margin-bottom: 15px;
    font-family: arial;
    border: none;
    text-align: center;
    color: #fefefe;
}

.footer-nav-form input[type="email"]::-webkit-input-placeholder {
    color: #fefefe;
    font-size: 12px;
}

.footer-nav-form input[type="email"]::-moz-placeholder {
    color: #fefefe;
    font-size: 12px;
}

.footer-nav-form input[type="email"]:-ms-input-placeholder {
    color: #fefefe;
    font-size: 12px;
}

.footer-nav-form input[type="email"]::-ms-input-placeholder {
    color: #fefefe;
    font-size: 12px;
}

.footer-nav-form input[type="email"]::placeholder {
    color: #fefefe;
    font-size: 12px;
}

.footer-nav-form button {
    display: block;
    width: 150px;
    height: 25px;
    background: #f1359f;
    color: #fefefe;
    font-family: arial;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.footer-nav-form__copy {
    padding: 5px 0;
    /* font-style: 10px; */
    font-size: 10px;
    color: #c5c6c6;
    font-family: arial;
}

.page-message {
    padding-top: 60px;
    padding-bottom: 300px;
    font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media screen and (min-width: 768px) {
    .page-message {
        padding-top: 201px;
    }
}

.page-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 395px;
    margin: 0 auto;
}

.page-message__img {
    max-width: 100px;
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-message__title {
    margin: 0;
    padding: 32px 0 24px;
    border-bottom: 1px solid #bbbdc7;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1f2746;
}

.page-message__desc {
    padding: 24px 0 60px;
    font-size: 13px;
    line-height: 1;
    color: #74798c;
}

#uptocall-mini {
    bottom: 160px;
    right: 28px;
    border: 10px solid rgba(21, 150, 175, 0.15);
    border-radius: 100%;
    position: fixed;
    z-index: 999;
    cursor: pointer;
    opacity: 0.85;
}

#uptocall-mini .uptocall-mini-phone {
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #c62a82;
    width: 55px;
    height: 55px;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);

    display: flex;
    align-items: center;
    justify-content: center;
}

#uptocall-mini .uptocall-mini-phone i {
    font-size: 32px;
    position: relative;
    top: 1px;
    left: 1px;
    color: #fff;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
}

.hot-hotel-deals #uptocall-mini .uptocall-mini-phone i {
    /* left: 15px; */
}

.helpfullinformation_page #uptocall-mini .uptocall-mini-phone i {
    /* left: 15px; */
}

.hot-airlines #uptocall-mini .uptocall-mini-phone i {
    /* left: 15px; */
}

.railway_page #uptocall-mini .uptocall-mini-phone i {
    /* left: 15px; */
}

.bus-search-page #uptocall-mini .uptocall-mini-phone i {
    /* left: 15px; */
}

#uptocall-mini:hover .uptocall-mini-phone {
    background-color: #b12674;
}

footer a.field-tip,
footer a.field-tip:visited {
    color: #fff !important;
}

footer a.field-tip:hover {
    color: #0db8bb !important;
}

.field-tip .tip-content {
    position: absolute;
    top: 4px;
    right: 9999px;
    width: 160px;
    margin-right: -220px;
    padding: 10px;
    color: #fff;
    background-color: #c62a82;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    font-size: 14px;
}

.field-tip .tip-content:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right-color: #c62a82;
    color: #c62a82;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.field-tip:hover .tip-content {
    left: -168px;
    opacity: 1;
}

@-webkit-keyframes uptocallphone {
    0%,
    50%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}

@keyframes uptocallphone {
    0%,
    50%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}

@media screen and (max-width: 450px) {
    #uptocall-mini {
        bottom: 50px;
        right: 60px;
    }
}

.modal-backdrop {
    z-index: 0;
}

.form-request-call input {
    margin: 10px 0 10px 0;
}

.modal-footer {
    border: none;
}

.error {
    color: red;
}

/* html :first-child {
    margin-top: 0;
} */

body.color {
    background: rgba(191, 203, 253, 0.2);
}

dd,
figure,
p {
    margin-bottom: 0;
}

.page {
    /* overflow: hidden; */
    position: relative;
}

.page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;
    box-shadow: 0px 4px 30px rgb(9 24 63 / 10%);
    position: relative;
}
/* 
.header {
    flex: 0 0 auto;
    background-color: #1f2746;
}
.header .nav-wrap {
    display: flex;
    align-items: center;
} */
/* @media (max-width: 767px) {
    .header .nav-wrap {
        display: block;
        width: 100%;
        position: fixed;
        visibility: hidden;
        top: 103px;
        left: -100%;
        z-index: 2;
        background-color: #1f2746;
        transition-duration: 0.25s;
    }
}
@media (min-width: 768px) {
    .header .nav-wrap {
        margin-left: calc(35% - 168px);
    }
}
.header-top {
    display: flex;
    justify-content: center;
    max-width: 1460px;
    margin: 0 auto;
    padding: 12px 15px;
}
@media (min-width: 460px) {
    .header-top {
        justify-content: space-between;
    }
}
.header-top-wrap {
    border-bottom: 1px solid rgba(187, 189, 199, 0.4);
}
.header-top__social {
    display: flex;
    justify-content: center;
    padding-top: 33px;
}
@media (min-width: 768px) {
    .header-top__social {
        justify-content: flex-start;
        padding-top: 0;
    }
}
.header-top__social ul {
    display: flex;
}
.header-top__social ul a {
    display: block;
    margin: 0 8px;
    width: 22px;
    height: 22px;
}
.header-top__social ul img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header-top__right {
    display: flex;
    align-items: center;
}
.header-top__leng {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
@media (min-width: 768px) {
    .header-top__leng {
        justify-content: flex-start;
        padding: 0 47px 0 8px;
    }
}
.header-top__leng span {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.header .wrap-adapt {
    display: flex;
}
@media (max-width: 767px) {
    .header .wrap-adapt {
        flex-direction: column;
    }
}
.header-mail {
    display: none;
    align-items: center;
}
@media (min-width: 460px) {
    .header-mail {
        display: flex;
    }
}
.header-mail__ico {
    width: 13px;
    height: 18px;
    margin-right: 5px;
}
.header-mail__ico img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header-mail span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.header .enter-ico {
    display: flex;
    width: 16px;
    height: 18px;
}
.header .enter-ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header .enter-ul {
    display: flex;
}
.header .enter-ul a {
    padding: 0 8px;
    border-right: 1px solid #bbbdc7;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
@media (max-width: 767px) {
    .header .enter-ul a:last-child {
        border-right: none;
    }
}
.header-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1460px;
    margin: 0 auto;
    padding: 15px;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .header-bottom {
        height: auto;
        flex-direction: row;
        justify-content: flex-start;
    }
}
.header-bottom nav {
    display: flex;
    justify-content: center;
    text-align: center;
}
@media (min-width: 768px) {
    .header-bottom nav {
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding-top: 0;
    }
}
.header-bottom nav ul {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .header-bottom nav ul {
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .header-bottom nav li {
        padding: 14px 0;
    }
}
.header-bottom nav a {
    padding: 14px 8px;
    font-size: 16px;
    color: #fff;
}
@media (min-width: 768px) {
    .header-bottom nav a {
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    .header-bottom__inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100vh - 103px);
        padding-bottom: 120px;
    }
}
.header__logo {
    width: 96px;
    height: 30px;
}
@media (min-width: 768px) {
    .header__logo {
        width: 168px;
        height: 52px;
    }
}
.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header .toggle-wrapper {
    position: relative;
}
.header .toggle-wrapper input {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.header .toggle-wrapper .name {
    width: 80%;
    position: absolute;
    font: 500 14px "Rubik", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    bottom: 15px;
    right: 15px;
    text-align: right;
}
.header .toggle-wrapper .toggle {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}
.header .toggle-wrapper label.toggle-item {
    position: relative;
    width: 42px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: #2e394d;
    border-radius: 50px;
    transition: all 0.3s ease;
    transform-origin: 20% center;
    cursor: pointer;
}
.header .toggle-wrapper label.toggle-item:before {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.2s ease;
    width: 2.3em;
    height: 2.3em;
    border-radius: 2em;
    border: 2px solid #88cf8f;
    transition: 0.3s ease;
}
.header .toggle-wrapper .normal label {
    background: #ba0e6f;
    border: 0.5px solid rgba(117, 117, 117, 0.31);
    margin-bottom: 0;
}
.header .toggle-wrapper .normal label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 20px;
    height: 20px;
    border: none;
    box-shadow: inset 0.5px -1px 1px rgba(0, 0, 0, 0.35);
    background: #fff;
    transform: rotate(-25deg);
}
.header .toggle-wrapper .normal label:after {
    content: "";
    position: absolute;
    background: transparent;
    height: calc(100% + 8px);
    border-radius: 30px;
    top: -5px;
    width: calc(100% + 8px);
    left: -4px;
    z-index: 0;
    box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2),
        0px 1px 2px 0px rgba(151, 151, 151, 0.2);
}
.header .toggle-wrapper #normal:checked + label:before {
    content: "";
    position: absolute;
    left: 18px;
}
.header .burger {
    cursor: pointer;
    padding: 6px;
}
@media (min-width: 768px) {
    .header .burger {
        display: none;
    }
}
.header .burger-wrap {
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .burger.showHitArea {
    border: 1px solid olive;
}
.header .burger > div {
    width: 18px;
    height: 2px;
    border-radius: 1em;
    background: #f0ffff;
    transition: background 0.4s, font-size 0s;
}
.header .burger > div::before,
.header .burger > div::after {
    transition: font-size 0s;
    transform-origin: center center;
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: #f0ffff;
    border-radius: 1em;
}
.header .burger > div::before {
    margin-top: -2px;
}
.header .burger > div::after {
    margin-top: 2px;
}
.header .burger.toggled > div::before {
    -webkit-animation: burg2top 0.4s linear forwards;
    animation: burg2top 0.4s linear forwards;
}
.header .burger.toggled > div {
    background: transparent;
}
.header .burger.toggled > div::after {
    -webkit-animation: burg2bottom 0.4s linear forwards;
    animation: burg2bottom 0.4s linear forwards;
}
.header .burger.unToggled > div::before {
    -webkit-animation: burg2topReset 0.4s linear forwards;
    animation: burg2topReset 0.4s linear forwards;
}
.header .burger.unToggled > div {
    background: #f0ffff;
}
.header .burger.unToggled > div::after {
    -webkit-animation: burg2bottomReset 0.4s linear forwards;
    animation: burg2bottomReset 0.4s linear forwards;
} */

@-webkit-keyframes burg2top {
    0% {
    }
    20% {
        margin-top: 0em;
        transform: rotate(0deg);
    }
    60% {
        margin-top: 0em;
        transform: rotate(55deg);
    }
    100% {
        margin-top: 0em;
        transform: rotate(45deg);
    }
}

@keyframes burg2top {
    0% {
    }
    20% {
        margin-top: 0em;
        transform: rotate(0deg);
    }
    60% {
        margin-top: 0em;
        transform: rotate(55deg);
    }
    100% {
        margin-top: 0em;
        transform: rotate(45deg);
    }
}

@-webkit-keyframes burg2bottom {
    0% {
    }
    20% {
        margin-top: 0em;
        transform: rotate(0deg);
    }
    60% {
        margin-top: 0em;
        transform: rotate(-55deg);
    }
    100% {
        margin-top: 0em;
        transform: rotate(-45deg);
    }
}

@keyframes burg2bottom {
    0% {
    }
    20% {
        margin-top: 0em;
        transform: rotate(0deg);
    }
    60% {
        margin-top: 0em;
        transform: rotate(-55deg);
    }
    100% {
        margin-top: 0em;
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes burg2topReset {
    0% {
        margin-top: 0em;
        transform: rotate(45deg);
    }
    20% {
        transform: rotate(0deg);
    }
    60% {
        margin-top: 2px;
        transform: rotate(0deg);
    }
    100% {
        margin-top: 6px;
        transform: rotate(0deg);
    }
}

@keyframes burg2topReset {
    0% {
        margin-top: 0em;
        transform: rotate(45deg);
    }
    20% {
        transform: rotate(0deg);
    }
    60% {
        margin-top: 2px;
        transform: rotate(0deg);
    }
    100% {
        margin-top: 6px;
        transform: rotate(0deg);
    }
}

@-webkit-keyframes burg2bottomReset {
    0% {
        margin-top: 0em;
        transform: rotate(-45deg);
    }
    20% {
        transform: rotate(0deg);
    }
    60% {
        margin-top: -2px;
        transform: rotate(0deg);
    }
    100% {
        margin-top: -6px;
        transform: rotate(0deg);
    }
}

@keyframes burg2bottomReset {
    0% {
        margin-top: 0em;
        transform: rotate(-45deg);
    }
    20% {
        transform: rotate(0deg);
    }
    60% {
        margin-top: -2px;
        transform: rotate(0deg);
    }
    100% {
        margin-top: -6px;
        transform: rotate(0deg);
    }
}

.nav-wrap-active {
    visibility: visible !important;
    left: 0 !important;
}

/* .header--fixed {
    position: fixed;
    background-color: #1f2746;
    z-index: 2;
    width: 100%;
} */
/* 
.font-default {
    font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.h1,
h1 {
    font-size: 34px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {
    .h1,
    h1 {
        letter-spacing: 0.06em;
    }
}

.h1.text-ubold,
h1.text-ubold {
    color: #1f2746;
}

@media (min-width: 992px) {
    .h1,
    h1 {
        line-height: 1.16667;
        font-size: 60px;
    }
}

.h2,
h2 {
    font-size: 32px;
    line-height: 1.4;
}

.h2.text-ubold,
h2.text-ubold {
    color: #1f2746;
}

@media (min-width: 992px) {
    .h2,
    h2 {
        line-height: 1.125;
        font-size: 48px;
    }
}

.h3,
h3 {
    font-size: 28px;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .h3,
    h3 {
        line-height: 1.16667;
        font-size: 36px;
    }
}

.h4,
h4 {
    line-height: 1.33333;
    font-size: 24px;
}

.h5,
h5 {
    line-height: 1.2;
    font-size: 20px;
}

.h6,
h6 {
    color: #cacaca;
    line-height: 1.71429;
    font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #c62a82;
}

.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    color: #1f2746;
} */

.list a:hover,
.p a:hover,
p a:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .big {
        font-size: 20px;
        line-height: 28px;
    }
    .h1 .big,
    h1 .big {
        font-size: 400%;
        line-height: 1.2;
    }
}

.h2 .big,
h2 .big {
    line-height: 1.2;
}

@media (min-width: 576px) {
    .h2 .big,
    h2 .big {
        font-size: 120%;
    }
}

@media (min-width: 992px) {
    .h2 .big,
    h2 .big {
        font-size: 166.66%;
    }
}

.extra-small {
    font-size: 12px;
    line-height: 1.2;
}

.small {
    font-size: 14px;
}

code {
    padding: 5px 7px;
    font-size: 75%;
    color: #e75854;
    background-color: #f3f4f7;
    border-radius: 2px;
}

.mark,
mark {
    background-color: #c62a82;
    color: #fff;
    padding: 0.1em;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list > li + li {
    margin-top: 10px;
}

.list-inline {
    margin-left: -11px;
    margin-right: -11px;
}

.list-inline > * {
    display: inline-block;
    padding-left: 11px;
    padding-right: 11px;
}

dl {
    margin: 0;
}

.list-terms {
    margin-bottom: 60px;
}

.list-terms dt + dd {
    margin-top: 21px;
}

.list-terms dd + dt {
    margin-top: 60px;
}

.list-terms-variant-1 dt + dd {
    margin-top: 10px;
}

.list-terms-variant-1 dd + dt {
    margin-top: 60px;
}

.list-index {
    padding-left: 29px;
    text-align: left;
    counter-reset: li;
}

.list-index li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    display: inline-block;
    margin-right: 12px;
    color: #808080;
}

.list-index li + li {
    margin-top: 10px;
}

.list-marked {
    text-align: left;
    padding-left: 30px;
}

.list-marked-no-padding {
    padding-left: 0;
}

.list-marked li {
    position: relative;
    padding-left: 26px;
}

.list-marked li:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 4px;
    color: #c62a82;
    font-size: 12px;
}

.list-marked li + li {
    margin-top: 10px;
}

.list-marked-flex li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-marked-flex li > a {
    margin-right: auto;
}

.list-marked-flex li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 6px;
}

.list-tickets .list-item {
    margin-top: 30px;
    background-color: #fff;
    -webkit-transition: 0.4s -webkit-box-shadow;
    transition: 0.4s -webkit-box-shadow;
    transition: 0.4s box-shadow;
    transition: 0.4s box-shadow, 0.4s -webkit-box-shadow;
    padding: 30px 12px;
}

@media (min-width: 768px) {
    .list-tickets .list-item {
        text-align: left;
        padding: 13px 30px 12px 30px;
    }
}

@media (min-width: 1600px) {
    .list-tickets .list-item {
        padding: 13px 12.2% 12px 40px;
    }
}

.list-tickets .list-item:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(81, 98, 121, 0.18);
    box-shadow: 0 0 13px 0 rgba(81, 98, 121, 0.18);
}

.list-tickets .list-item .divider {
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: #cacaca;
}

@media (max-width: 767.98px) {
    .list-tickets .list-item .divider {
        height: auto;
        width: 1px;
        margin: 0 14px;
    }
}

.list-tickets .list-item .button {
    margin-top: 12px;
    padding: 11px 20px;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.list-tickets .list-item-price {
    margin-top: 3px;
}

@media (min-width: 768px) {
    .list-tickets .list-item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.list-tickets .list-item-subtitle {
    margin-top: 11px;
    text-align: center;
}

@media (min-width: 768px) {
    .list-tickets .list-item-subtitle {
        text-align: left;
    }
}

.list-tickets .list-item-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .list-tickets .list-item-main {
        display: block;
    }
}

.list-tickets .list-item-footer {
    margin-top: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .list-tickets .list-item-footer {
        margin-top: 0;
        margin-left: 7.6%;
        text-align: left;
    }
}

.list-tickets .list-item-bottom,
.list-tickets .list-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media (min-width: 768px) {
    .list-tickets .list-item-bottom,
    .list-tickets .list-item-top {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.list-tickets .list-item-logo {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .list-tickets .list-item-logo {
        margin-bottom: 0;
        width: 126px;
    }
}

@media (max-width: 767.98px) {
    .list-tickets .list-item-logo img {
        max-width: 100%;
        height: auto;
    }
}

.list-tickets .list-item-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .list-tickets .list-item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .list-tickets .list-item-content-left {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .list-tickets .list-item-content-right {
        text-align: left;
    }
}

.list-tickets .list-item-content-line {
    position: relative;
    height: 1px;
    margin: 5px 0;
    background-color: #3e3f40;
}

.list-tickets .list-item-content-line:after {
    position: absolute;
    right: 0;
    content: "";
    top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4.4px 8px;
    border-color: transparent transparent transparent #3e3f40;
}

.list-tickets .list-item-content-line-wrapper {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    text-align: center;
    margin: 12px 0;
}

@media (min-width: 768px) {
    .list-tickets .list-item-content-line-wrapper {
        margin: 0 18px;
    }
}

@media (min-width: 768px) {
    .list-tickets .list-item-content-left,
    .list-tickets .list-item-content-right {
        margin-top: 6px;
        min-width: 95px;
    }
}

@media (min-width: 1400px) {
    .list-tickets .list-item-content-left,
    .list-tickets .list-item-content-right {
        min-width: 142px;
    }
}

blockquote q:after,
blockquote q:before {
    content: none;
}

blockquote cite {
    font-style: normal;
}

.quote {
    position: relative;
    padding: 0;
    margin: 0;
    border-left: none;
    padding-left: 60px;
    line-height: 1.4;
    font-size: 16px;
    text-align: left;
}

@media (min-width: 992px) {
    .quote {
        font-size: 20px;
    }
}

.quote q {
    font-style: italic;
}

/* .quote p + p {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .quote p + p {
        margin-top: 17px;
    }
} */

.quote cite {
    position: relative;
    padding-left: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #3e3f40;
}

.quote cite:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 30px;
    height: 1px;
    background-color: #3e3f40;
    content: "";
}

.quote cite.text-gray:before {
    background-color: #808080;
}

.quote:before {
    content: "";
    font-family: "Material Design Icons";
    position: absolute;
    top: -11px;
    left: -10px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 60px;
    line-height: 1;
    color: #42d4ec;
}

.quote-sm {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
}

.quote-sm q {
    font-size: 16px;
    line-height: 24px;
}

.quote-sm p + p {
    margin-top: 23px;
}

.quote-sm cite {
    color: #fff;
}

.quote-sm cite:before {
    background-color: #fff;
}

.quote-sm:before {
    content: none;
}

html .quote-boxed {
    position: relative;
    margin: 10px 0;
    border-left: none;
    background-color: #fff;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 30px 30px 30px 30px;
}

@media (min-width: 576px) {
    html .quote-boxed {
        padding-left: 68px;
    }
}

@media (min-width: 1800px) {
    html .quote-boxed {
        padding: 50px 60px 50px 108px;
    }
}

html .quote-boxed:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(81, 98, 121, 0.18);
    box-shadow: 0 0 13px 0 rgba(81, 98, 121, 0.18);
}

html .quote-boxed:before {
    font-family: "Material Design Icons";
    position: absolute;
    top: 25px;
    left: 9px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 50px;
    line-height: 1;
    color: #42d4ec;
}

@media (min-width: 576px) {
    html .quote-boxed:before {
        content: "";
    }
}

@media (min-width: 1800px) {
    html .quote-boxed:before {
        top: 38px;
        left: 39px;
        font-size: 60px;
    }
}

html .quote-boxed .unit {
    margin-top: 17px;
}

html .quote-boxed q {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
}

.quote-modern {
    font-size: 16px;
    padding: 0;
    margin: 0;
    border: none;
}

.quote-modern q {
    display: block;
}

.quote-modern p {
    padding: 23px 20px;
    background-color: #fff;
}

@media (min-width: 576px) {
    .quote-modern p {
        padding-bottom: 49px;
        padding-left: 42px;
        padding-right: 42px;
    }
}

.quote-modern p:before {
    display: inline-block;
    font-family: "Material Design Icons";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 60px;
    margin-left: -12px;
    line-height: 1;
    color: #42d4ec;
    font-style: normal;
}

@media (min-width: 576px) {
    .quote-modern p:before {
        content: "";
    }
}

@media (max-width: 767.98px) {
    .quote-modern .unit.unit-spacing-sm.flex-row .unit-left + .unit-body {
        margin-left: 20px;
    }
}

.quote-modern h5 + span {
    margin-top: 6px;
}

.quote-modern-header {
    background-color: #1f2746;
}

.quote-wide {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
}

.quote-wide q:before {
    display: block;
    font-family: "Material Design Icons";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 60px;
    line-height: 1;
    color: #42d4ec;
    font-style: normal;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .quote-wide q:before {
        content: "";
    }
}

.quote-wide img + h4 {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .quote-wide img + h4 {
        margin-top: 0;
    }
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

.bg-gray-dark {
    background: #1f2746;
    fill: #1f2746;
}

.bg-gray-dark .post-blog-grid .post-blog-grid-footer {
    background-color: #f3f4f7;
}

.bg-gray-dark .post-blog-grid .post-blog-grid-footer .text {
    color: #3e3f40;
}

.bg-gray-dark .post-blog-grid .post-blog-grid-footer .text[href]:hover {
    color: #c62a82;
}

.bg-gray-lighter {
    background: #f3f4f7;
    fill: #f3f4f7;
}

.bg-gray {
    background: #808080;
    fill: #808080;
}

.context-dark,
.context-dark .h1,
.context-dark .h2,
.context-dark .h3,
.context-dark .h4,
.context-dark .h5,
.context-dark .h6,
.context-dark h1,
.context-dark h2,
.context-dark h3,
.context-dark h4,
.context-dark h5,
.context-dark h6 {
    color: #fff;
}

.bg-image-01 {
    background-color: #1f2746;
}

@media (min-width: 992px) {
    .bg-image-01 {
        background-size: cover;
        background: #1f2746 url("../images/overview-02.jpg") center no-repeat;
    }
}

@media (min-width: 992px) {
    .bg-image-02 {
        background: no-repeat url("../images/background-01.jpg") center bottom;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    .bg-image-04 {
        background: no-repeat url("../images/background-04.jpg") center bottom;
        background-size: cover;
    }
}

.bg-image-03 {
    background: no-repeat url("../images/background-02.jpg") center;
    background-size: cover;
}

.bg-image-05 {
    background: no-repeat url("../images/background-07.jpg") center;
    background-size: cover;
}

.bg-image-06 {
    background: no-repeat url("../images/breadcrumbs-01.jpg") center;
    background-size: cover;
}

.bg-image-06.hide {
    display: none;
}

.page .text-primary {
    color: #c62a82 !important;
}

.page a.text-primary:focus,
.page a.text-primary:hover {
    color: #9c2166 !important;
}

.page .text-primary-dr {
    color: #ad146a !important;
}

.page a.text-primary-dr:focus,
.page a.text-primary-dr:hover {
    color: #7f0f4e !important;
}

.page .text-info {
    color: #42d4ec !important;
}

.page a.text-info:focus,
.page a.text-info:hover {
    color: #17c7e4 !important;
}

.page .text-info-dr {
    color: #22a9bf !important;
}

.page a.text-info-dr:focus,
.page a.text-info-dr:hover {
    color: #1a8394 !important;
}

.page .text-dark {
    color: #1f2746 !important;
}

.page a.text-dark:focus,
.page a.text-dark:hover {
    color: #0f1323 !important;
}

.page .text-base {
    color: #3e3f40 !important;
}

.page a.text-base:focus,
.page a.text-base:hover {
    color: #252626 !important;
}

.page .text-gray {
    color: #808080 !important;
}

.page a.text-gray:focus,
.page a.text-gray:hover {
    color: #676767 !important;
}

.page .text-gray-light {
    color: #cacaca !important;
}

.page a.text-gray-light:focus,
.page a.text-gray-light:hover {
    color: #b1b1b1 !important;
}

.page .text-white {
    color: #fff !important;
}

.page a.text-white:focus,
.page a.text-white:hover {
    color: #e6e6e6 !important;
}

.page .text-primary-grad,
.page .text-primary-grad.icon:before {
    color: #ad146a;
    background-image: -webkit-linear-gradient(0deg, #ad146a 0%, #c62a82 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-footer {
    background-color: #1f2746;
    color: #cacaca;
}

.page-footer a:hover {
    color: #fff;
    text-decoration: none;
}

.page-footer .divider-50 {
    margin-top: 12px;
}

.page-footer .h1,
.page-footer .h2,
.page-footer .h3,
.page-footer .h4,
.page-footer .h5,
.page-footer .h6,
.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6 {
    color: #fff;
}

.page-footer-min {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-footer-min .icon {
    color: #cacaca;
    font-size: 18px;
}

.page-footer-min,
.page-footer-min a {
    color: #808080;
}

.page-footer .text-left > .unit + .unit {
    margin-top: 10px;
}

.page-footer hr + .owl-carousel {
    margin-top: 20px;
}

.page-footer * + .rd-form {
    margin-top: 40px;
}

.page-footer * + .unit {
    margin-top: 40px;
}

.page-footer .unit + .unit {
    margin-top: 30px;
}

.page-footer h5 + * {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .page-footer hr + .owl-carousel {
        margin-top: 40px;
    }
}

.page-footer-widget .page-footer-min,
.page-footer-widget .page-footer-min a {
    color: #cacaca;
}

.page-footer-widget .unit + .list-inline {
    margin-top: 20px;
}

.page-footer-widget .unit + .unit {
    margin-top: 10px;
}

.page-footer-widget * + .rd-form {
    margin-top: 24px;
}

@media (min-width: 1200px) {
    .container-wide {
        max-width: 1800px;
    }
}

.col-lg-1-5,
.col-xl-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .col-xl-clear-flex {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

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

.label:focus,
.label:hover {
    color: #fff;
}

.label-primary {
    background-color: #c62a82;
}

.label-primary:focus,
.label-primary:hover {
    background: #9c2166;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .col-lg-preffix-4 {
        margin-left: 33.33333%;
    }
    .col-lg-preffix-5 {
        margin-left: 41.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-preffix-6 {
        margin-left: 50%;
    }
}

@media (min-width: 1800px) {
    .col-xxl-preffix-1 {
        margin-left: 8.33333%;
    }
    .col-xxl-preffix-5 {
        margin-left: 41.66667%;
    }
    .col-xxl-preffix-6 {
        margin-left: 50%;
    }
}

.img-circle {
    border-radius: 50%;
}

.unit .text-bold + span {
    margin-top: 6px;
}

.unit h5 + p {
    margin-top: 10px;
}

.unit h5 + p.text-italic {
    margin-top: 4px;
}

.unit p + .list-inline {
    margin-top: 30px;
}

.tickets-aside .hr-title + .row {
    margin-top: 30px;
}

.tickets-aside .row + h5 {
    margin-top: 50px;
}

.tickets-aside hr + p {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .tickets-aside .row + h5 {
        margin-top: 70px;
    }
}

aside hr + p {
    margin-top: 0;
}

.row-sm-gutter {
    margin-left: -3px;
    margin-right: -3px;
}

.row-sm-gutter > [class*="col-"] {
    margin-top: 3px;
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.row-sm-gutter > [class*="col-"] img {
    min-width: 100%;
}

.row-sm-gutter {
    margin-left: -1.5px;
    margin-right: -1.5px;
}

.row-sm-gutter > [class*="col-"] {
    margin-top: 3px;
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.row-sm-gutter > [class*="col-"] img {
    min-width: 100%;
}

.row-md-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.row-md-gutter > [class*="col-"] {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.row-md-gutter > [class*="col-"] img {
    min-width: 100%;
}

.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #222;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.snackbars .icon-xxs {
    font-size: 20px;
}

.snackbars p span:last-child {
    padding-left: 14px;
}

.snackbars a {
    color: #44c0f3;
}

.snackbars a:hover {
    color: #fff;
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .snackbars {
        max-width: 380px;
        padding: 14px 17px;
    }
}

.text-capitalize {
    text-transform: capitalize;
}

.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-sbold {
    font-weight: 600;
}

.text-bold,
strong {
    font-weight: 700;
}

.text-ubold {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-spacing-40 {
    letter-spacing: 0.04em;
}

.text-spacing-60 {
    letter-spacing: 0.06em;
}

.button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.23);
    border: none;
    padding: 16px 35px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.page-main .swiper-slide-wrapper .button, .hot-hotel-deals .swiper-slide-wrapper .button {
    text-transform: none;
    font-weight: normal; 
}

.page-main .swiper-slide-wrapper .search-input .button,
.page-main .swiper-slide-wrapper .button,
.hot-hotel-deals .swiper-slide-wrapper .search-input .button,
.hot-hotel-deals .swiper-slide-wrapper .button {
  padding: 0;
  text-align: center;
  width: calc(100% - 5px); 
}

@media (min-width: 768px) {
    .button {
        padding: 18px 49px;
    }
    .page-main .swiper-slide-wrapper .button,
    .hot-hotel-deals .swiper-slide-wrapper .button {
        padding: 0; 
    }
}

.button:active,
.button:active:focus,
.button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.active,
.button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-default {
    color: #ad146a;
    background-color: #fff;
    border-color: #ad146a;
}

.button-default.active,
.button-default.focus,
.button-default:active,
.button-default:focus,
.button-default:hover,
.open > .button-default.dropdown-toggle {
    color: #fff;
    background-color: #ad146a;
    border-color: #ad146a;
}

.button-default.active,
.button-default:active,
.open > .button-default.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.button-default.active.focus,
.button-default.active:focus,
.button-default.active:hover,
.button-default:active.focus,
.button-default:active:focus,
.button-default:active:hover,
.open > .button-default.dropdown-toggle.focus,
.open > .button-default.dropdown-toggle:focus,
.open > .button-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #ad146a;
    border-color: #ad146a;
}

.button-default.disabled,
.button-default[disabled],
fieldset[disabled] .button-default {
    pointer-events: none;
    opacity: 0.5;
}

.button-default .badge {
    color: #fff;
    background-color: #ad146a;
}

.button-default:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border: 2px solid #ad146a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.button-white {
    color: #ad146a;
    background-color: #fff;
    border-color: #fff;
}

.button-white.active,
.button-white.focus,
.button-white:active,
.button-white:focus,
.button-white:hover,
.open > .button-white.dropdown-toggle {
    color: #ad146a;
    background-color: #fff;
    border-color: #fff;
}

.button-white.active,
.button-white:active,
.open > .button-white.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.button-white.active.focus,
.button-white.active:focus,
.button-white.active:hover,
.button-white:active.focus,
.button-white:active:focus,
.button-white:active:hover,
.open > .button-white.dropdown-toggle.focus,
.open > .button-white.dropdown-toggle:focus,
.open > .button-white.dropdown-toggle:hover {
    color: #ad146a;
    background-color: #fff;
    border-color: #fff;
}

.button-white.disabled,
.button-white[disabled],
fieldset[disabled] .button-white {
    pointer-events: none;
    opacity: 0.5;
}

.button-white .badge {
    color: #fff;
    background-color: #ad146a;
}

.button-white-variant-1 {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.button-white-variant-1.active,
.button-white-variant-1.focus,
.button-white-variant-1:active,
.button-white-variant-1:focus,
.button-white-variant-1:hover,
.open > .button-white-variant-1.dropdown-toggle {
    color: #1f2746;
    background-color: #fff;
    border-color: #fff;
}

.button-white-variant-1.active,
.button-white-variant-1:active,
.open > .button-white-variant-1.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.button-white-variant-1.active.focus,
.button-white-variant-1.active:focus,
.button-white-variant-1.active:hover,
.button-white-variant-1:active.focus,
.button-white-variant-1:active:focus,
.button-white-variant-1:active:hover,
.open > .button-white-variant-1.dropdown-toggle.focus,
.open > .button-white-variant-1.dropdown-toggle:focus,
.open > .button-white-variant-1.dropdown-toggle:hover {
    color: #1f2746;
    background-color: #fff;
    border-color: #fff;
}

.button-white-variant-1.disabled,
.button-white-variant-1[disabled],
fieldset[disabled] .button-white-variant-1 {
    pointer-events: none;
    opacity: 0.5;
}

.button-white-variant-1 .badge {
    color: transparent;
    background-color: #fff;
}

.button-white-variant-1:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border: 2px solid #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.button-steel {
    color: #fff;
    background-color: #547abb;
    border-color: #547abb;
}

.button-steel.active,
.button-steel.focus,
.button-steel:active,
.button-steel:focus,
.button-steel:hover,
.open > .button-steel.dropdown-toggle {
    color: #fff;
    background-color: #3f629d;
    border-color: #3f629d;
}

.button-steel.active,
.button-steel:active,
.open > .button-steel.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.button-steel.active.focus,
.button-steel.active:focus,
.button-steel.active:hover,
.button-steel:active.focus,
.button-steel:active:focus,
.button-steel:active:hover,
.open > .button-steel.dropdown-toggle.focus,
.open > .button-steel.dropdown-toggle:focus,
.open > .button-steel.dropdown-toggle:hover {
    color: #fff;
    background-color: #3f629d;
    border-color: #3f629d;
}

.button-steel.disabled,
.button-steel[disabled],
fieldset[disabled] .button-steel {
    pointer-events: none;
    opacity: 0.5;
}

.button-steel .badge {
    color: #547abb;
    background-color: #fff;
}

.button-picton {
    color: #fff;
    background-color: #44c0f3;
    border-color: #44c0f3;
}

.button-picton.active,
.button-picton.focus,
.button-picton:active,
.button-picton:focus,
.button-picton:hover,
.open > .button-picton.dropdown-toggle {
    color: #fff;
    background-color: #14b0f0;
    border-color: #14b0f0;
}

.button-picton.active,
.button-picton:active,
.open > .button-picton.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.button-picton.active.focus,
.button-picton.active:focus,
.button-picton.active:hover,
.button-picton:active.focus,
.button-picton:active:focus,
.button-picton:active:hover,
.open > .button-picton.dropdown-toggle.focus,
.open > .button-picton.dropdown-toggle:focus,
.open > .button-picton.dropdown-toggle:hover {
    color: #fff;
    background-color: #14b0f0;
    border-color: #14b0f0;
}

.button-picton.disabled,
.button-picton[disabled],
fieldset[disabled] .button-picton {
    pointer-events: none;
    opacity: 0.5;
}

.button-picton .badge {
    color: #44c0f3;
    background-color: #fff;
}

.button-google {
    color: #fff;
    background-color: #e2411e;
    border-color: #e2411e;
}

.button-google.active,
.button-google.focus,
.button-google:active,
.button-google:focus,
.button-google:hover,
.open > .button-google.dropdown-toggle {
    color: #fff;
    background-color: #cc3a1a;
    border-color: #cc3a1a;
}

.button-google.active,
.button-google:active,
.open > .button-google.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.button-google.active.focus,
.button-google.active:focus,
.button-google.active:hover,
.button-google:active.focus,
.button-google:active:focus,
.button-google:active:hover,
.open > .button-google.dropdown-toggle.focus,
.open > .button-google.dropdown-toggle:focus,
.open > .button-google.dropdown-toggle:hover {
    color: #fff;
    background-color: #cc3a1a;
    border-color: #cc3a1a;
}

.button-google.disabled,
.button-google[disabled],
fieldset[disabled] .button-google {
    pointer-events: none;
    opacity: 0.5;
}

.button-google .badge {
    color: #e2411e;
    background-color: #fff;
}

.button-primary {
    color: #fff;
    background-color: #c62a82;
    border-color: #c62a82;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#ad146a),
        to(#c62a82)
    );
    background: linear-gradient(0deg, #ad146a 0%, #c62a82 100%);
}

.page-main .swiper-slide-wrapper .button-primary,
.hot-hotel-deals .swiper-slide-wrapper .button-primary {
    background-color: #DD348B;
    background: linear-gradient(0deg, #c62a82 0%, #c62a82 0); 
}

.page-main .swiper-slide-wrapper .search-input .button-primary,
.page-main .swiper-slide-wrapper .button-primary,
.hot-hotel-deals .swiper-slide-wrapper .search-input .button-primary,
.hot-hotel-deals .swiper-slide-wrapper .button-primary  {
  border-radius: 10px; 
}

.button-primary.active,
.button-primary.focus,
.button-primary:active,
.button-primary:focus,
.button-primary:hover,
.open > .button-primary.dropdown-toggle {
    color: #fff;
    background-color: #c62a82;
    border-color: #c62a82;
}

.button-primary.active,
.button-primary:active,
.open > .button-primary.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.button-primary.active.focus,
.button-primary.active:focus,
.button-primary.active:hover,
.button-primary:active.focus,
.button-primary:active:focus,
.button-primary:active:hover,
.open > .button-primary.dropdown-toggle.focus,
.open > .button-primary.dropdown-toggle:focus,
.open > .button-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #c62a82;
    border-color: #c62a82;
}

.button-primary.disabled,
.button-primary[disabled],
fieldset[disabled] .button-primary {
    pointer-events: none;
    opacity: 0.5;
}

.button-primary .badge {
    color: #c62a82;
    background-color: #fff;
}

.button-primary:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#930253),
        to(#ba0e6f)
    );
    background: linear-gradient(0deg, #930253 0%, #ba0e6f 100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}

.page-main .swiper-slide-wrapper .button-primary:after,
.hot-hotel-deals .swiper-slide-wrapper .button-primary:after {
    background: none;
}

.button-primary:hover:after {
    opacity: 1;
}

.button-no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-block {
    display: block;
    width: 100%;
}

.button-xxs {
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.button-xs {
    padding: 9px 38px;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.button-xs .icon {
    font-size: 14px;
}

.button-xs .icon.mdi {
    font-size: 20px;
}

.button-sm {
    padding: 14px 39px 13px;
    font-size: 14px;
}

.page-main .button-sm,
.search-input .button-sm {
    height: 60px;
    padding: 0;
}

.page-main .page-main .button-sm,
.page-main .search-input .button-sm {
    height: 50px;
}

.button-sm .icon {
    font-size: 16px;
}

.button-sm .icon.mdi {
    font-size: 24px;
}

html .button-tag {
    font-size: 12px;
    padding: 10px 19px;
    border: 1px solid #c62a82;
    color: #ad146a;
    background-color: #fff;
}

html .button-tag:focus,
html .button-tag:hover {
    color: #fff;
    background-color: #c62a82;
}

html .button-tag-info {
    color: #42d4ec;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 5px 19px;
}

html .button-tag-info:focus,
html .button-tag-info:hover {
    background-color: #22a9bf;
    color: #fff;
    border-color: #22a9bf;
}

.button-circle {
    border-radius: 50px;
}

.button-rounded {
    border-radius: 4px;
}

.button.button-icon {
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.button.button-icon .button-text {
    vertical-align: middle;
}

.button.button-icon .icon {
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    -webkit-transition: 0s;
    transition: 0s;
}

.button.button-icon [class*="fa-"] {
    font-size: 16px;
}

.button.button-icon-left .icon {
    padding-right: 12px;
}

.button.button-icon-right .icon {
    padding-left: 12px;
}

.button-naira {
    overflow: hidden;
    -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.2s;
    transition: background-color 0.3s, -webkit-box-shadow 0.2s;
    transition: background-color 0.3s, box-shadow 0.2s;
    transition: background-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.button-naira .icon {
    font-size: 20px;
}

.button-naira .icon.mdi {
    font-size: 30px;
}

.button-naira:before {
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    top: -50%;
    z-index: -1;
    -webkit-transform: translateY(-100%) rotate3d(0, 0, 1, -10deg);
    transform: translateY(-100%) rotate3d(0, 0, 1, -10deg);
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.page-main .swiper-slide-wrapper .button-naira:before,
.hot-hotel-deals .swiper-slide-wrapper .button-naira:before {
    background: none;
}

.button-naira.button-naira-up:before {
    -webkit-transform: translateY(100%) rotate3d(0, 0, 1, 10deg);
    transform: translateY(100%) rotate3d(0, 0, 1, 10deg);
}

.button-naira > span {
    display: block;
}

.button-naira .icon,
.button-naira > span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    will-change: transform;
}

.button-naira .icon {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
    pointer-events: none;
}

.tablet .button-naira:hover {
    background-color: #fff;
}

.lt-ie10 .button-naira:before {
    display: none;
}

.lt-ie10 .button-naira:hover {
    background-color: #fff;
}

html.mac-os .button-naira:before {
    display: none;
}

@-webkit-keyframes anim-naira-1 {
    50% {
        -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
        transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    to {
        -webkit-transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
        transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes anim-naira-1 {
    50% {
        -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
        transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    to {
        -webkit-transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
        transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes anim-naira-2 {
    50% {
        -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
        transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    to {
        -webkit-transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
        transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes anim-naira-2 {
    50% {
        -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
        transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    to {
        -webkit-transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
        transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
    }
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
    background: url(../images/img/search-v.svg);
    display: block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.icon-box .fa-search:before {
    content: "";
    background: none;
    display: block;
    height: auto;
    width: auto;
    vertical-align: baseline;
}

.page-insurance .fa-search:before {
    content: "";
    background: url(../images/img/search-v.svg);
    display: block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.data-ico:before {
    content: "";
    background: url(../images/img/calendar.svg);
    display: block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    top: 21px;
    right: 12px;
}

.data-ico-2:before {
    content: "";
    background: url(../images/img/calendar-dates-grey.svg);
    display: block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    position: absolute;
    top: 21px;
    right: 12px;
    z-index: -1;
}

.select2:before {
    content: "";
    background: url(../images/img/polygon.svg);
    display: block;
    width: 11px;
    height: 6px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 12px;
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-cog:before,
.fa-gear:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-cogs:before,
.fa-gears:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-floppy-o:before,
.fa-save:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-gavel:before,
.fa-legal:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-bolt:before,
.fa-flash:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-clipboard:before,
.fa-paste:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "";
}

.fa-eur:before,
.fa-euro:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-inr:before,
.fa-rupee:before {
    content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "";
}

.fa-krw:before,
.fa-won:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-empire:before,
.fa-ge:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-paper-plane:before,
.fa-send:before {
    content: "";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-bed:before,
.fa-hotel:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-television:before,
.fa-tv:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

[class*="fa-"]:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");
    src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57")
            format("embedded-opentype"),
        url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57")
            format("woff2"),
        url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"),
        url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57")
            format("truetype"),
        url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.mdi {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mdi-access-point:before {
    content: "";
}

.mdi-access-point-network:before {
    content: "";
}

.mdi-account:before {
    content: "";
}

.mdi-account-alert:before {
    content: "";
}

.mdi-account-box:before {
    content: "";
}

.mdi-account-box-outline:before {
    content: "";
}

.mdi-account-check:before {
    content: "";
}

.mdi-account-circle:before {
    content: "";
}

.mdi-account-convert:before {
    content: "";
}

.mdi-account-key:before {
    content: "";
}

.mdi-account-location:before {
    content: "";
}

.mdi-account-minus:before {
    content: "";
}

.mdi-account-multiple:before {
    content: "";
}

.mdi-account-multiple-outline:before {
    content: "";
}

.mdi-account-multiple-plus:before {
    content: "";
}

.mdi-account-network:before {
    content: "";
}

.mdi-account-off:before {
    content: "";
}

.mdi-account-outline:before {
    content: "";
}

.mdi-account-plus:before {
    content: "";
}

.mdi-account-remove:before {
    content: "";
}

.mdi-account-search:before {
    content: "";
}

.mdi-account-star:before {
    content: "";
}

.mdi-account-star-variant:before {
    content: "";
}

.mdi-account-switch:before {
    content: "";
}

.mdi-adjust:before {
    content: "";
}

.mdi-air-conditioner:before {
    content: "";
}

.mdi-airballoon:before {
    content: "";
}

.mdi-airplane:before {
    content: "";
    -webkit-transform: rotate(37.19deg);
    transform: rotate(37.19deg);
}

.mdi-airplane-off:before {
    content: "";
}

.mdi-airplay:before {
    content: "";
}

.mdi-alarm:before {
    content: "";
}

.mdi-alarm-check:before {
    content: "";
}

.mdi-alarm-multiple:before {
    content: "";
}

.mdi-alarm-off:before {
    content: "";
}

.mdi-alarm-plus:before {
    content: "";
}

.mdi-album:before {
    content: "";
}

.mdi-alert:before {
    content: "";
}

.mdi-alert-box:before {
    content: "";
}

.mdi-alert-circle:before {
    content: "";
}

.mdi-alert-octagon:before {
    content: "";
}

.mdi-alert-outline:before {
    content: "";
}

.mdi-alpha:before {
    content: "";
}

.mdi-alphabetical:before {
    content: "";
}

.mdi-amazon:before {
    content: "";
}

.mdi-amazon-clouddrive:before {
    content: "";
}

.mdi-ambulance:before {
    content: "";
}

.mdi-anchor:before {
    content: "";
}

.mdi-android:before {
    content: "";
}

.mdi-android-debug-bridge:before {
    content: "";
}

.mdi-android-studio:before {
    content: "";
}

.mdi-apple:before {
    content: "";
}

.mdi-apple-finder:before {
    content: "";
}

.mdi-apple-ios:before {
    content: "";
}

.mdi-apple-mobileme:before {
    content: "";
}

.mdi-apple-safari:before {
    content: "";
}

.mdi-appnet:before {
    content: "";
}

.mdi-apps:before {
    content: "";
}

.mdi-archive:before {
    content: "";
}

.mdi-arrange-bring-forward:before {
    content: "";
}

.mdi-arrange-bring-to-front:before {
    content: "";
}

.mdi-arrange-send-backward:before {
    content: "";
}

.mdi-arrange-send-to-back:before {
    content: "";
}

.mdi-arrow-all:before {
    content: "";
}

.mdi-arrow-bottom-drop-circle:before {
    content: "";
}

.mdi-arrow-bottom-left:before {
    content: "";
}

.mdi-arrow-bottom-right:before {
    content: "";
}

.mdi-arrow-collapse:before {
    content: "";
}

.mdi-arrow-down:before {
    content: "";
}

.mdi-arrow-down-bold:before {
    content: "";
}

.mdi-arrow-down-bold-circle:before {
    content: "";
}

.mdi-arrow-down-bold-circle-outline:before {
    content: "";
}

.mdi-arrow-down-bold-hexagon-outline:before {
    content: "";
}

.mdi-arrow-expand:before {
    content: "";
}

.mdi-arrow-left:before {
    content: "";
}

.mdi-arrow-left-bold:before {
    content: "";
}

.mdi-arrow-left-bold-circle:before {
    content: "";
}

.mdi-arrow-left-bold-circle-outline:before {
    content: "";
}

.mdi-arrow-left-bold-hexagon-outline:before {
    content: "";
}

.mdi-arrow-right:before {
    content: "";
}

.mdi-arrow-right-bold:before {
    content: "";
}

.mdi-arrow-right-bold-circle:before {
    content: "";
}

.mdi-arrow-right-bold-circle-outline:before {
    content: "";
}

.mdi-arrow-right-bold-hexagon-outline:before {
    content: "";
}

.mdi-arrow-top-left:before {
    content: "";
}

.mdi-arrow-top-right:before {
    content: "";
}

.mdi-arrow-up:before {
    content: "";
}

.mdi-arrow-up-bold:before {
    content: "";
}

.mdi-arrow-up-bold-circle:before {
    content: "";
}

.mdi-arrow-up-bold-circle-outline:before {
    content: "";
}

.mdi-arrow-up-bold-hexagon-outline:before {
    content: "";
}

.mdi-assistant:before {
    content: "";
}

.mdi-at:before {
    content: "";
}

.mdi-attachment:before {
    content: "";
}

.mdi-audiobook:before {
    content: "";
}

.mdi-auto-fix:before {
    content: "";
}

.mdi-auto-upload:before {
    content: "";
}

.mdi-autorenew:before {
    content: "";
}

.mdi-av-timer:before {
    content: "";
}

.mdi-baby:before {
    content: "";
}

.mdi-backburger:before {
    content: "";
}

.mdi-backspace:before {
    content: "";
}

.mdi-backup-restore:before {
    content: "";
}

.mdi-bank:before {
    content: "";
}

.mdi-barcode:before {
    content: "";
}

.mdi-barcode-scan:before {
    content: "";
}

.mdi-barley:before {
    content: "";
}

.mdi-barrel:before {
    content: "";
}

.mdi-basecamp:before {
    content: "";
}

.mdi-basket:before {
    content: "";
}

.mdi-basket-fill:before {
    content: "";
}

.mdi-basket-unfill:before {
    content: "";
}

.mdi-battery:before {
    content: "";
}

.mdi-battery-10:before {
    content: "";
}

.mdi-battery-20:before {
    content: "";
}

.mdi-battery-30:before {
    content: "";
}

.mdi-battery-40:before {
    content: "";
}

.mdi-battery-50:before {
    content: "";
}

.mdi-battery-60:before {
    content: "";
}

.mdi-battery-70:before {
    content: "";
}

.mdi-battery-80:before {
    content: "";
}

.mdi-battery-90:before {
    content: "";
}

.mdi-battery-alert:before {
    content: "";
}

.mdi-battery-charging:before {
    content: "";
}

.mdi-battery-charging-100:before {
    content: "";
}

.mdi-battery-charging-20:before {
    content: "";
}

.mdi-battery-charging-30:before {
    content: "";
}

.mdi-battery-charging-40:before {
    content: "";
}

.mdi-battery-charging-60:before {
    content: "";
}

.mdi-battery-charging-80:before {
    content: "";
}

.mdi-battery-charging-90:before {
    content: "";
}

.mdi-battery-minus:before {
    content: "";
}

.mdi-battery-negative:before {
    content: "";
}

.mdi-battery-outline:before {
    content: "";
}

.mdi-battery-plus:before {
    content: "";
}

.mdi-battery-positive:before {
    content: "";
}

.mdi-battery-unknown:before {
    content: "";
}

.mdi-beach:before {
    content: "";
}

.mdi-beaker:before {
    content: "";
}

.mdi-beaker-empty:before {
    content: "";
}

.mdi-beaker-empty-outline:before {
    content: "";
}

.mdi-beaker-outline:before {
    content: "";
}

.mdi-beats:before {
    content: "";
}

.mdi-beer:before {
    content: "";
}

.mdi-behance:before {
    content: "";
}

.mdi-bell:before {
    content: "";
}

.mdi-bell-off:before {
    content: "";
}

.mdi-bell-outline:before {
    content: "";
}

.mdi-bell-plus:before {
    content: "";
}

.mdi-bell-ring:before {
    content: "";
}

.mdi-bell-ring-outline:before {
    content: "";
}

.mdi-bell-sleep:before {
    content: "";
}

.mdi-beta:before {
    content: "";
}

.mdi-bike:before {
    content: "";
}

.mdi-bing:before {
    content: "";
}

.mdi-binoculars:before {
    content: "";
}

.mdi-bio:before {
    content: "";
}

.mdi-biohazard:before {
    content: "";
}

.mdi-bitbucket:before {
    content: "";
}

.mdi-black-mesa:before {
    content: "";
}

.mdi-blackberry:before {
    content: "";
}

.mdi-blender:before {
    content: "";
}

.mdi-blinds:before {
    content: "";
}

.mdi-block-helper:before {
    content: "";
}

.mdi-blogger:before {
    content: "";
}

.mdi-bluetooth:before {
    content: "";
}

.mdi-bluetooth-audio:before {
    content: "";
}

.mdi-bluetooth-connect:before {
    content: "";
}

.mdi-bluetooth-off:before {
    content: "";
}

.mdi-bluetooth-settings:before {
    content: "";
}

.mdi-bluetooth-transfer:before {
    content: "";
}

.mdi-blur:before {
    content: "";
}

.mdi-blur-linear:before {
    content: "";
}

.mdi-blur-off:before {
    content: "";
}

.mdi-blur-radial:before {
    content: "";
}

.mdi-bone:before {
    content: "";
}

.mdi-book:before {
    content: "";
}

.mdi-book-multiple:before {
    content: "";
}

.mdi-book-multiple-variant:before {
    content: "";
}

.mdi-book-open:before {
    content: "";
}

.mdi-book-open-variant:before {
    content: "";
}

.mdi-book-variant:before {
    content: "";
}

.mdi-bookmark:before {
    content: "";
}

.mdi-bookmark-check:before {
    content: "";
}

.mdi-bookmark-music:before {
    content: "";
}

.mdi-bookmark-outline:before {
    content: "";
}

.mdi-bookmark-outline-plus:before {
    content: "";
}

.mdi-bookmark-plus:before {
    content: "";
}

.mdi-bookmark-remove:before {
    content: "";
}

.mdi-border-all:before {
    content: "";
}

.mdi-border-bottom:before {
    content: "";
}

.mdi-border-color:before {
    content: "";
}

.mdi-border-horizontal:before {
    content: "";
}

.mdi-border-inside:before {
    content: "";
}

.mdi-border-left:before {
    content: "";
}

.mdi-border-none:before {
    content: "";
}

.mdi-border-outside:before {
    content: "";
}

.mdi-border-right:before {
    content: "";
}

.mdi-border-style:before {
    content: "";
}

.mdi-border-top:before {
    content: "";
}

.mdi-border-vertical:before {
    content: "";
}

.mdi-bowling:before {
    content: "";
}

.mdi-box:before {
    content: "";
}

.mdi-box-cutter:before {
    content: "";
}

.mdi-briefcase:before {
    content: "";
}

.mdi-briefcase-check:before {
    content: "";
}

.mdi-briefcase-download:before {
    content: "";
}

.mdi-briefcase-upload:before {
    content: "";
}

.mdi-brightness-1:before {
    content: "";
}

.mdi-brightness-2:before {
    content: "";
}

.mdi-brightness-3:before {
    content: "";
}

.mdi-brightness-4:before {
    content: "";
}

.mdi-brightness-5:before {
    content: "";
}

.mdi-brightness-6:before {
    content: "";
}

.mdi-brightness-7:before {
    content: "";
}

.mdi-brightness-auto:before {
    content: "";
}

.mdi-broom:before {
    content: "";
}

.mdi-brush:before {
    content: "";
}

.mdi-bug:before {
    content: "";
}

.mdi-bulletin-board:before {
    content: "";
}

.mdi-bullhorn:before {
    content: "";
}

.mdi-bus:before {
    content: "";
}

.mdi-cached:before {
    content: "";
}

.mdi-cake:before {
    content: "";
}

.mdi-cake-layered:before {
    content: "";
}

.mdi-cake-variant:before {
    content: "";
}

.mdi-calculator:before {
    content: "";
}

.mdi-calendar:before {
    content: "";
}

.mdi-calendar-blank:before {
    content: "";
}

.mdi-calendar-check:before {
    content: "";
}

.mdi-calendar-clock:before {
    content: "";
}

.mdi-calendar-multiple:before {
    content: "";
}

.mdi-calendar-multiple-check:before {
    content: "";
}

.mdi-calendar-plus:before {
    content: "";
}

.mdi-calendar-remove:before {
    content: "";
}

.mdi-calendar-text:before {
    content: "";
}

.mdi-calendar-today:before {
    content: "";
}

.mdi-call-made:before {
    content: "";
}

.mdi-call-merge:before {
    content: "";
}

.mdi-call-missed:before {
    content: "";
}

.mdi-call-received:before {
    content: "";
}

.mdi-call-split:before {
    content: "";
}

.mdi-camcorder:before {
    content: "";
}

.mdi-camcorder-box:before {
    content: "";
}

.mdi-camcorder-box-off:before {
    content: "";
}

.mdi-camcorder-off:before {
    content: "";
}

.mdi-camera:before {
    content: "";
}

.mdi-camera-enhance:before {
    content: "";
}

.mdi-camera-front:before {
    content: "";
}

.mdi-camera-front-variant:before {
    content: "";
}

.mdi-camera-iris:before {
    content: "";
}

.mdi-camera-party-mode:before {
    content: "";
}

.mdi-camera-rear:before {
    content: "";
}

.mdi-camera-rear-variant:before {
    content: "";
}

.mdi-camera-switch:before {
    content: "";
}

.mdi-camera-timer:before {
    content: "";
}

.mdi-candycane:before {
    content: "";
}

.mdi-car:before {
    content: "";
}

.mdi-car-battery:before {
    content: "";
}

.mdi-car-connected:before {
    content: "";
}

.mdi-car-wash:before {
    content: "";
}

.mdi-carrot:before {
    content: "";
}

.mdi-cart:before {
    content: "";
}

.mdi-cart-outline:before {
    content: "";
}

.mdi-cart-plus:before {
    content: "";
}

.mdi-case-sensitive-alt:before {
    content: "";
}

.mdi-cash:before {
    content: "";
}

.mdi-cash-100:before {
    content: "";
}

.mdi-cash-multiple:before {
    content: "";
}

.mdi-cash-usd:before {
    content: "";
}

.mdi-cast:before {
    content: "";
}

.mdi-cast-connected:before {
    content: "";
}

.mdi-castle:before {
    content: "";
}

.mdi-cat:before {
    content: "";
}

.mdi-cellphone:before {
    content: "";
}

.mdi-cellphone-android:before {
    content: "";
}

.mdi-cellphone-basic:before {
    content: "";
}

.mdi-cellphone-dock:before {
    content: "";
}

.mdi-cellphone-iphone:before {
    content: "";
}

.mdi-cellphone-link:before {
    content: "";
}

.mdi-cellphone-link-off:before {
    content: "";
}

.mdi-cellphone-settings:before {
    content: "";
}

.mdi-certificate:before {
    content: "";
}

.mdi-chair-school:before {
    content: "";
}

.mdi-chart-arc:before {
    content: "";
}

.mdi-chart-areaspline:before {
    content: "";
}

.mdi-chart-bar:before {
    content: "";
}

.mdi-chart-histogram:before {
    content: "";
}

.mdi-chart-line:before {
    content: "";
}

.mdi-chart-pie:before {
    content: "";
}

.mdi-check:before {
    content: "";
}

.mdi-check-all:before {
    content: "";
}

.mdi-checkbox-blank:before {
    content: "";
}

.mdi-checkbox-blank-circle:before {
    content: "";
}

.mdi-checkbox-blank-circle-outline:before {
    content: "";
}

.mdi-checkbox-blank-outline:before {
    content: "";
}

.mdi-checkbox-marked:before {
    content: "";
}

.mdi-checkbox-marked-circle:before {
    content: "";
}

.mdi-checkbox-marked-circle-outline:before {
    content: "";
}

.mdi-checkbox-marked-outline:before {
    content: "";
}

.mdi-checkbox-multiple-blank:before {
    content: "";
}

.mdi-checkbox-multiple-blank-outline:before {
    content: "";
}

.mdi-checkbox-multiple-marked:before {
    content: "";
}

.mdi-checkbox-multiple-marked-outline:before {
    content: "";
}

.mdi-checkerboard:before {
    content: "";
}

.mdi-chemical-weapon:before {
    content: "";
}

.mdi-chevron-double-down:before {
    content: "";
}

.mdi-chevron-double-left:before {
    content: "";
}

.mdi-chevron-double-right:before {
    content: "";
}

.mdi-chevron-double-up:before {
    content: "";
}

.mdi-chevron-down:before {
    content: "";
}

.mdi-chevron-left:before {
    content: "";
}

.mdi-chevron-right:before {
    content: "";
}

.mdi-chevron-up:before {
    content: "";
}

.mdi-church:before {
    content: "";
}

.mdi-cisco-webex:before {
    content: "";
}

.mdi-city:before {
    content: "";
}

.mdi-clipboard:before {
    content: "";
}

.mdi-clipboard-account:before {
    content: "";
}

.mdi-clipboard-alert:before {
    content: "";
}

.mdi-clipboard-arrow-down:before {
    content: "";
}

.mdi-clipboard-arrow-left:before {
    content: "";
}

.mdi-clipboard-check:before {
    content: "";
}

.mdi-clipboard-outline:before {
    content: "";
}

.mdi-clipboard-text:before {
    content: "";
}

.mdi-clippy:before {
    content: "";
}

.mdi-clock:before {
    content: "";
}

.mdi-clock-end:before {
    content: "";
}

.mdi-clock-fast:before {
    content: "";
}

.mdi-clock-in:before {
    content: "";
}

.mdi-clock-out:before {
    content: "";
}

.mdi-clock-start:before {
    content: "";
}

.mdi-close:before {
    content: "";
}

.mdi-close-box:before {
    content: "";
}

.mdi-close-box-outline:before {
    content: "";
}

.mdi-close-circle:before {
    content: "";
}

.mdi-close-circle-outline:before {
    content: "";
}

.mdi-close-network:before {
    content: "";
}

.mdi-close-octagon:before {
    content: "";
}

.mdi-close-octagon-outline:before {
    content: "";
}

.mdi-closed-caption:before {
    content: "";
}

.mdi-cloud:before {
    content: "";
}

.mdi-cloud-check:before {
    content: "";
}

.mdi-cloud-circle:before {
    content: "";
}

.mdi-cloud-download:before {
    content: "";
}

.mdi-cloud-outline:before {
    content: "";
}

.mdi-cloud-outline-off:before {
    content: "";
}

.mdi-cloud-print:before {
    content: "";
}

.mdi-cloud-print-outline:before {
    content: "";
}

.mdi-cloud-upload:before {
    content: "";
}

.mdi-code-array:before {
    content: "";
}

.mdi-code-braces:before {
    content: "";
}

.mdi-code-brackets:before {
    content: "";
}

.mdi-code-equal:before {
    content: "";
}

.mdi-code-greater-than:before {
    content: "";
}

.mdi-code-greater-than-or-equal:before {
    content: "";
}

.mdi-code-less-than:before {
    content: "";
}

.mdi-code-less-than-or-equal:before {
    content: "";
}

.mdi-code-not-equal:before {
    content: "";
}

.mdi-code-not-equal-variant:before {
    content: "";
}

.mdi-code-parentheses:before {
    content: "";
}

.mdi-code-string:before {
    content: "";
}

.mdi-code-tags:before {
    content: "";
}

.mdi-codepen:before {
    content: "";
}

.mdi-coffee:before {
    content: "";
}

.mdi-coffee-to-go:before {
    content: "";
}

.mdi-coin:before {
    content: "";
}

.mdi-color-helper:before {
    content: "";
}

.mdi-comment:before {
    content: "";
}

.mdi-comment-account:before {
    content: "";
}

.mdi-comment-account-outline:before {
    content: "";
}

.mdi-comment-alert:before {
    content: "";
}

.mdi-comment-alert-outline:before {
    content: "";
}

.mdi-comment-check:before {
    content: "";
}

.mdi-comment-check-outline:before {
    content: "";
}

.mdi-comment-multiple-outline:before {
    content: "";
}

.mdi-comment-outline:before {
    content: "";
}

.mdi-comment-plus-outline:before {
    content: "";
}

.mdi-comment-processing:before {
    content: "";
}

.mdi-comment-processing-outline:before {
    content: "";
}

.mdi-comment-question-outline:before {
    content: "";
}

.mdi-comment-remove-outline:before {
    content: "";
}

.mdi-comment-text:before {
    content: "";
}

.mdi-comment-text-outline:before {
    content: "";
}

.mdi-compare:before {
    content: "";
}

.mdi-compass:before {
    content: "";
}

.mdi-compass-outline:before {
    content: "";
}

.mdi-console:before {
    content: "";
}

.mdi-contact-mail:before {
    content: "";
}

.mdi-content-copy:before {
    content: "";
}

.mdi-content-cut:before {
    content: "";
}

.mdi-content-duplicate:before {
    content: "";
}

.mdi-content-paste:before {
    content: "";
}

.mdi-content-save:before {
    content: "";
}

.mdi-content-save-all:before {
    content: "";
}

.mdi-contrast:before {
    content: "";
}

.mdi-contrast-box:before {
    content: "";
}

.mdi-contrast-circle:before {
    content: "";
}

.mdi-cookie:before {
    content: "";
}

.mdi-cow:before {
    content: "";
}

.mdi-credit-card:before {
    content: "";
}

.mdi-credit-card-multiple:before {
    content: "";
}

.mdi-credit-card-scan:before {
    content: "";
}

.mdi-crop:before {
    content: "";
}

.mdi-crop-free:before {
    content: "";
}

.mdi-crop-landscape:before {
    content: "";
}

.mdi-crop-portrait:before {
    content: "";
}

.mdi-crop-square:before {
    content: "";
}

.mdi-crosshairs:before {
    content: "";
}

.mdi-crosshairs-gps:before {
    content: "";
}

.mdi-crown:before {
    content: "";
}

.mdi-cube:before {
    content: "";
}

.mdi-cube-outline:before {
    content: "";
}

.mdi-cube-send:before {
    content: "";
}

.mdi-cube-unfolded:before {
    content: "";
}

.mdi-cup:before {
    content: "";
}

.mdi-cup-water:before {
    content: "";
}

.mdi-currency-btc:before {
    content: "";
}

.mdi-currency-eur:before {
    content: "";
}

.mdi-currency-gbp:before {
    content: "";
}

.mdi-currency-inr:before {
    content: "";
}

.mdi-currency-ngn:before {
    content: "";
}

.mdi-currency-rub:before {
    content: "";
}

.mdi-currency-try:before {
    content: "";
}

.mdi-currency-usd:before {
    content: "";
}

.mdi-cursor-default:before {
    content: "";
}

.mdi-cursor-default-outline:before {
    content: "";
}

.mdi-cursor-move:before {
    content: "";
}

.mdi-cursor-pointer:before {
    content: "";
}

.mdi-database:before {
    content: "";
}

.mdi-database-minus:before {
    content: "";
}

.mdi-database-plus:before {
    content: "";
}

.mdi-debug-step-into:before {
    content: "";
}

.mdi-debug-step-out:before {
    content: "";
}

.mdi-debug-step-over:before {
    content: "";
}

.mdi-decimal-decrease:before {
    content: "";
}

.mdi-decimal-increase:before {
    content: "";
}

.mdi-delete:before {
    content: "";
}

.mdi-delete-variant:before {
    content: "";
}

.mdi-delta:before {
    content: "";
}

.mdi-deskphone:before {
    content: "";
}

.mdi-desktop-mac:before {
    content: "";
}

.mdi-desktop-tower:before {
    content: "";
}

.mdi-details:before {
    content: "";
}

.mdi-deviantart:before {
    content: "";
}

.mdi-diamond:before {
    content: "";
}

.mdi-dice:before {
    content: "";
}

.mdi-dice-1:before {
    content: "";
}

.mdi-dice-2:before {
    content: "";
}

.mdi-dice-3:before {
    content: "";
}

.mdi-dice-4:before {
    content: "";
}

.mdi-dice-5:before {
    content: "";
}

.mdi-dice-6:before {
    content: "";
}

.mdi-directions:before {
    content: "";
}

.mdi-disk-alert:before {
    content: "";
}

.mdi-disqus:before {
    content: "";
}

.mdi-disqus-outline:before {
    content: "";
}

.mdi-division:before {
    content: "";
}

.mdi-division-box:before {
    content: "";
}

.mdi-dns:before {
    content: "";
}

.mdi-domain:before {
    content: "";
}

.mdi-dots-horizontal:before {
    content: "";
}

.mdi-dots-vertical:before {
    content: "";
}

.mdi-download:before {
    content: "";
}

.mdi-drag:before {
    content: "";
}

.mdi-drag-horizontal:before {
    content: "";
}

.mdi-drag-vertical:before {
    content: "";
}

.mdi-drawing:before {
    content: "";
}

.mdi-drawing-box:before {
    content: "";
}

.mdi-dribbble:before {
    content: "";
}

.mdi-dribbble-box:before {
    content: "";
}

.mdi-drone:before {
    content: "";
}

.mdi-dropbox:before {
    content: "";
}

.mdi-drupal:before {
    content: "";
}

.mdi-duck:before {
    content: "";
}

.mdi-dumbbell:before {
    content: "";
}

.mdi-earth:before {
    content: "";
}

.mdi-earth-off:before {
    content: "";
}

.mdi-edge:before {
    content: "";
}

.mdi-eject:before {
    content: "";
}

.mdi-elevation-decline:before {
    content: "";
}

.mdi-elevation-rise:before {
    content: "";
}

.mdi-elevator:before {
    content: "";
}

.mdi-email:before {
    content: "";
}

.mdi-email-open:before {
    content: "";
}

.mdi-email-outline:before {
    content: "";
}

.mdi-email-secure:before {
    content: "";
}

.mdi-emoticon:before {
    content: "";
}

.mdi-emoticon-cool:before {
    content: "";
}

.mdi-emoticon-devil:before {
    content: "";
}

.mdi-emoticon-happy:before {
    content: "";
}

.mdi-emoticon-neutral:before {
    content: "";
}

.mdi-emoticon-poop:before {
    content: "";
}

.mdi-emoticon-sad:before {
    content: "";
}

.mdi-emoticon-tongue:before {
    content: "";
}

.mdi-engine:before {
    content: "";
}

.mdi-engine-outline:before {
    content: "";
}

.mdi-equal:before {
    content: "";
}

.mdi-equal-box:before {
    content: "";
}

.mdi-eraser:before {
    content: "";
}

.mdi-escalator:before {
    content: "";
}

.mdi-ethernet:before {
    content: "";
}

.mdi-ethernet-cable:before {
    content: "";
}

.mdi-ethernet-cable-off:before {
    content: "";
}

.mdi-etsy:before {
    content: "";
}

.mdi-evernote:before {
    content: "";
}

.mdi-exclamation:before {
    content: "";
}

.mdi-exit-to-app:before {
    content: "";
}

.mdi-export:before {
    content: "";
}

.mdi-eye:before {
    content: "";
}

.mdi-eye-off:before {
    content: "";
}

.mdi-eyedropper:before {
    content: "";
}

.mdi-eyedropper-variant:before {
    content: "";
}

.mdi-facebook:before {
    content: "";
}

.mdi-facebook-box:before {
    content: "";
}

.mdi-facebook-messenger:before {
    content: "";
}

.mdi-factory:before {
    content: "";
}

.mdi-fan:before {
    content: "";
}

.mdi-fast-forward:before {
    content: "";
}

.mdi-fax:before {
    content: "";
}

.mdi-ferry:before {
    content: "";
}

.mdi-file:before {
    content: "";
}

.mdi-file-chart:before {
    content: "";
}

.mdi-file-check:before {
    content: "";
}

.mdi-file-cloud:before {
    content: "";
}

.mdi-file-delimited:before {
    content: "";
}

.mdi-file-document:before {
    content: "";
}

.mdi-file-document-box:before {
    content: "";
}

.mdi-file-excel:before {
    content: "";
}

.mdi-file-excel-box:before {
    content: "";
}

.mdi-file-export:before {
    content: "";
}

.mdi-file-find:before {
    content: "";
}

.mdi-file-image:before {
    content: "";
}

.mdi-file-import:before {
    content: "";
}

.mdi-file-lock:before {
    content: "";
}

.mdi-file-multiple:before {
    content: "";
}

.mdi-file-music:before {
    content: "";
}

.mdi-file-outline:before {
    content: "";
}

.mdi-file-pdf:before {
    content: "";
}

.mdi-file-pdf-box:before {
    content: "";
}

.mdi-file-powerpoint:before {
    content: "";
}

.mdi-file-powerpoint-box:before {
    content: "";
}

.mdi-file-presentation-box:before {
    content: "";
}

.mdi-file-send:before {
    content: "";
}

.mdi-file-video:before {
    content: "";
}

.mdi-file-word:before {
    content: "";
}

.mdi-file-word-box:before {
    content: "";
}

.mdi-file-xml:before {
    content: "";
}

.mdi-film:before {
    content: "";
}

.mdi-filmstrip:before {
    content: "";
}

.mdi-filmstrip-off:before {
    content: "";
}

.mdi-filter:before {
    content: "";
}

.mdi-filter-outline:before {
    content: "";
}

.mdi-filter-remove:before {
    content: "";
}

.mdi-filter-remove-outline:before {
    content: "";
}

.mdi-filter-variant:before {
    content: "";
}

.mdi-fingerprint:before {
    content: "";
}

.mdi-fire:before {
    content: "";
}

.mdi-firefox:before {
    content: "";
}

.mdi-fish:before {
    content: "";
}

.mdi-flag:before {
    content: "";
}

.mdi-flag-checkered:before {
    content: "";
}

.mdi-flag-outline:before {
    content: "";
}

.mdi-flag-outline-variant:before {
    content: "";
}

.mdi-flag-triangle:before {
    content: "";
}

.mdi-flag-variant:before {
    content: "";
}

.mdi-flash:before {
    content: "";
}

.mdi-flash-auto:before {
    content: "";
}

.mdi-flash-off:before {
    content: "";
}

.mdi-flashlight:before {
    content: "";
}

.mdi-flashlight-off:before {
    content: "";
}

.mdi-flattr:before {
    content: "";
}

.mdi-flip-to-back:before {
    content: "";
}

.mdi-flip-to-front:before {
    content: "";
}

.mdi-floppy:before {
    content: "";
}

.mdi-flower:before {
    content: "";
}

.mdi-folder:before {
    content: "";
}

.mdi-folder-account:before {
    content: "";
}

.mdi-folder-download:before {
    content: "";
}

.mdi-folder-google-drive:before {
    content: "";
}

.mdi-folder-image:before {
    content: "";
}

.mdi-folder-lock:before {
    content: "";
}

.mdi-folder-lock-open:before {
    content: "";
}

.mdi-folder-move:before {
    content: "";
}

.mdi-folder-multiple:before {
    content: "";
}

.mdi-folder-multiple-image:before {
    content: "";
}

.mdi-folder-multiple-outline:before {
    content: "";
}

.mdi-folder-outline:before {
    content: "";
}

.mdi-folder-plus:before {
    content: "";
}

.mdi-folder-remove:before {
    content: "";
}

.mdi-folder-upload:before {
    content: "";
}

.mdi-food:before {
    content: "";
}

.mdi-food-apple:before {
    content: "";
}

.mdi-food-variant:before {
    content: "";
}

.mdi-football:before {
    content: "";
}

.mdi-football-australian:before {
    content: "";
}

.mdi-football-helmet:before {
    content: "";
}

.mdi-format-align-center:before {
    content: "";
}

.mdi-format-align-justify:before {
    content: "";
}

.mdi-format-align-left:before {
    content: "";
}

.mdi-format-align-right:before {
    content: "";
}

.mdi-format-bold:before {
    content: "";
}

.mdi-format-clear:before {
    content: "";
}

.mdi-format-color-fill:before {
    content: "";
}

.mdi-format-float-center:before {
    content: "";
}

.mdi-format-float-left:before {
    content: "";
}

.mdi-format-float-none:before {
    content: "";
}

.mdi-format-float-right:before {
    content: "";
}

.mdi-format-header-1:before {
    content: "";
}

.mdi-format-header-2:before {
    content: "";
}

.mdi-format-header-3:before {
    content: "";
}

.mdi-format-header-4:before {
    content: "";
}

.mdi-format-header-5:before {
    content: "";
}

.mdi-format-header-6:before {
    content: "";
}

.mdi-format-header-decrease:before {
    content: "";
}

.mdi-format-header-equal:before {
    content: "";
}

.mdi-format-header-increase:before {
    content: "";
}

.mdi-format-header-pound:before {
    content: "";
}

.mdi-format-indent-decrease:before {
    content: "";
}

.mdi-format-indent-increase:before {
    content: "";
}

.mdi-format-italic:before {
    content: "";
}

.mdi-format-line-spacing:before {
    content: "";
}

.mdi-format-list-bulleted:before {
    content: "";
}

.mdi-format-list-bulleted-type:before {
    content: "";
}

.mdi-format-list-numbers:before {
    content: "";
}

.mdi-format-paint:before {
    content: "";
}

.mdi-format-paragraph:before {
    content: "";
}

.mdi-format-quote:before {
    content: "";
}

.mdi-format-size:before {
    content: "";
}

.mdi-format-strikethrough:before {
    content: "";
}

.mdi-format-strikethrough-variant:before {
    content: "";
}

.mdi-format-subscript:before {
    content: "";
}

.mdi-format-superscript:before {
    content: "";
}

.mdi-format-text:before {
    content: "";
}

.mdi-format-textdirection-l-to-r:before {
    content: "";
}

.mdi-format-textdirection-r-to-l:before {
    content: "";
}

.mdi-format-underline:before {
    content: "";
}

.mdi-format-wrap-inline:before {
    content: "";
}

.mdi-format-wrap-square:before {
    content: "";
}

.mdi-format-wrap-tight:before {
    content: "";
}

.mdi-format-wrap-top-bottom:before {
    content: "";
}

.mdi-forum:before {
    content: "";
}

.mdi-forward:before {
    content: "";
}

.mdi-foursquare:before {
    content: "";
}

.mdi-fridge:before {
    content: "";
}

.mdi-fridge-filled:before {
    content: "";
}

.mdi-fridge-filled-bottom:before {
    content: "";
}

.mdi-fridge-filled-top:before {
    content: "";
}

.mdi-fullscreen:before {
    content: "";
}

.mdi-fullscreen-exit:before {
    content: "";
}

.mdi-function:before {
    content: "";
}

.mdi-gamepad:before {
    content: "";
}

.mdi-gamepad-variant:before {
    content: "";
}

.mdi-gas-station:before {
    content: "";
}

.mdi-gate:before {
    content: "";
}

.mdi-gauge:before {
    content: "";
}

.mdi-gavel:before {
    content: "";
}

.mdi-gender-female:before {
    content: "";
}

.mdi-gender-male:before {
    content: "";
}

.mdi-gender-male-female:before {
    content: "";
}

.mdi-gender-transgender:before {
    content: "";
}

.mdi-ghost:before {
    content: "";
}

.mdi-gift:before {
    content: "";
}

.mdi-git:before {
    content: "";
}

.mdi-github-box:before {
    content: "";
}

.mdi-github-circle:before {
    content: "";
}

.mdi-glass-flute:before {
    content: "";
}

.mdi-glass-mug:before {
    content: "";
}

.mdi-glass-stange:before {
    content: "";
}

.mdi-glass-tulip:before {
    content: "";
}

.mdi-glasses:before {
    content: "";
}

.mdi-gmail:before {
    content: "";
}

.mdi-google:before {
    content: "";
}

.mdi-google-cardboard:before {
    content: "";
}

.mdi-google-chrome:before {
    content: "";
}

.mdi-google-circles:before {
    content: "";
}

.mdi-google-circles-communities:before {
    content: "";
}

.mdi-google-circles-extended:before {
    content: "";
}

.mdi-google-circles-group:before {
    content: "";
}

.mdi-google-controller:before {
    content: "";
}

.mdi-google-controller-off:before {
    content: "";
}

.mdi-google-drive:before {
    content: "";
}

.mdi-google-earth:before {
    content: "";
}

.mdi-google-glass:before {
    content: "";
}

.mdi-google-nearby:before {
    content: "";
}

.mdi-google-pages:before {
    content: "";
}

.mdi-google-physical-web:before {
    content: "";
}

.mdi-google-play:before {
    content: "";
}

.mdi-google-plus:before {
    content: "";
}

.mdi-google-plus-box:before {
    content: "";
}

.mdi-google-translate:before {
    content: "";
}

.mdi-google-wallet:before {
    content: "";
}

.mdi-grid:before {
    content: "";
}

.mdi-grid-off:before {
    content: "";
}

.mdi-group:before {
    content: "";
}

.mdi-guitar:before {
    content: "";
}

.mdi-guitar-pick:before {
    content: "";
}

.mdi-guitar-pick-outline:before {
    content: "";
}

.mdi-hand-pointing-right:before {
    content: "";
}

.mdi-hanger:before {
    content: "";
}

.mdi-hangouts:before {
    content: "";
}

.mdi-harddisk:before {
    content: "";
}

.mdi-headphones:before {
    content: "";
}

.mdi-headphones-box:before {
    content: "";
}

.mdi-headphones-settings:before {
    content: "";
}

.mdi-headset:before {
    content: "";
}

.mdi-headset-dock:before {
    content: "";
}

.mdi-headset-off:before {
    content: "";
}

.mdi-heart:before {
    content: "";
}

.mdi-heart-box:before {
    content: "";
}

.mdi-heart-box-outline:before {
    content: "";
}

.mdi-heart-broken:before {
    content: "";
}

.mdi-heart-outline:before {
    content: "";
}

.mdi-help:before {
    content: "";
}

.mdi-help-circle:before {
    content: "";
}

.mdi-hexagon:before {
    content: "";
}

.mdi-hexagon-outline:before {
    content: "";
}

.mdi-history:before {
    content: "";
}

.mdi-hololens:before {
    content: "";
}

.mdi-home:before {
    content: "";
}

.mdi-home-modern:before {
    content: "";
}

.mdi-home-variant:before {
    content: "";
}

.mdi-hops:before {
    content: "";
}

.mdi-hospital:before {
    content: "";
}

.mdi-hospital-building:before {
    content: "";
}

.mdi-hospital-marker:before {
    content: "";
}

.mdi-hotel:before {
    content: "";
}

.mdi-houzz:before {
    content: "";
}

.mdi-houzz-box:before {
    content: "";
}

.mdi-human:before {
    content: "";
}

.mdi-human-child:before {
    content: "";
}

.mdi-human-male-female:before {
    content: "";
}

.mdi-image:before {
    content: "";
}

.mdi-image-album:before {
    content: "";
}

.mdi-image-area:before {
    content: "";
}

.mdi-image-area-close:before {
    content: "";
}

.mdi-image-broken:before {
    content: "";
}

.mdi-image-broken-variant:before {
    content: "";
}

.mdi-image-filter:before {
    content: "";
}

.mdi-image-filter-black-white:before {
    content: "";
}

.mdi-image-filter-center-focus:before {
    content: "";
}

.mdi-image-filter-center-focus-weak:before {
    content: "";
}

.mdi-image-filter-drama:before {
    content: "";
}

.mdi-image-filter-frames:before {
    content: "";
}

.mdi-image-filter-hdr:before {
    content: "";
}

.mdi-image-filter-none:before {
    content: "";
}

.mdi-image-filter-tilt-shift:before {
    content: "";
}

.mdi-image-filter-vintage:before {
    content: "";
}

.mdi-image-multiple:before {
    content: "";
}

.mdi-import:before {
    content: "";
}

.mdi-inbox:before {
    content: "";
}

.mdi-information:before {
    content: "";
}

.mdi-information-outline:before {
    content: "";
}

.mdi-instagram:before {
    content: "";
}

.mdi-instapaper:before {
    content: "";
}

.mdi-internet-explorer:before {
    content: "";
}

.mdi-invert-colors:before {
    content: "";
}

.mdi-jeepney:before {
    content: "";
}

.mdi-jira:before {
    content: "";
}

.mdi-jsfiddle:before {
    content: "";
}

.mdi-keg:before {
    content: "";
}

.mdi-key:before {
    content: "";
}

.mdi-key-change:before {
    content: "";
}

.mdi-key-minus:before {
    content: "";
}

.mdi-key-plus:before {
    content: "";
}

.mdi-key-remove:before {
    content: "";
}

.mdi-key-variant:before {
    content: "";
}

.mdi-keyboard:before {
    content: "";
}

.mdi-keyboard-backspace:before {
    content: "";
}

.mdi-keyboard-caps:before {
    content: "";
}

.mdi-keyboard-close:before {
    content: "";
}

.mdi-keyboard-off:before {
    content: "";
}

.mdi-keyboard-return:before {
    content: "";
}

.mdi-keyboard-tab:before {
    content: "";
}

.mdi-keyboard-variant:before {
    content: "";
}

.mdi-label:before {
    content: "";
}

.mdi-label-outline:before {
    content: "";
}

.mdi-lan:before {
    content: "";
}

.mdi-lan-connect:before {
    content: "";
}

.mdi-lan-disconnect:before {
    content: "";
}

.mdi-lan-pending:before {
    content: "";
}

.mdi-language-csharp:before {
    content: "";
}

.mdi-language-css3:before {
    content: "";
}

.mdi-language-html5:before {
    content: "";
}

.mdi-language-javascript:before {
    content: "";
}

.mdi-language-php:before {
    content: "";
}

.mdi-language-python:before {
    content: "";
}

.mdi-language-python-text:before {
    content: "";
}

.mdi-laptop:before {
    content: "";
}

.mdi-laptop-chromebook:before {
    content: "";
}

.mdi-laptop-mac:before {
    content: "";
}

.mdi-laptop-windows:before {
    content: "";
}

.mdi-lastfm:before {
    content: "";
}

.mdi-launch:before {
    content: "";
}

.mdi-layers:before {
    content: "";
}

.mdi-layers-off:before {
    content: "";
}

.mdi-leaf:before {
    content: "";
}

.mdi-led-off:before {
    content: "";
}

.mdi-led-on:before {
    content: "";
}

.mdi-led-outline:before {
    content: "";
}

.mdi-led-variant-off:before {
    content: "";
}

.mdi-led-variant-on:before {
    content: "";
}

.mdi-led-variant-outline:before {
    content: "";
}

.mdi-library:before {
    content: "";
}

.mdi-library-books:before {
    content: "";
}

.mdi-library-music:before {
    content: "";
}

.mdi-library-plus:before {
    content: "";
}

.mdi-lightbulb:before {
    content: "";
}

.mdi-lightbulb-outline:before {
    content: "";
}

.mdi-link:before {
    content: "";
}

.mdi-link-off:before {
    content: "";
}

.mdi-link-variant:before {
    content: "";
}

.mdi-link-variant-off:before {
    content: "";
}

.mdi-linkedin:before {
    content: "";
}

.mdi-linkedin-box:before {
    content: "";
}

.mdi-linux:before {
    content: "";
}

.mdi-lock:before {
    content: "";
}

.mdi-lock-open:before {
    content: "";
}

.mdi-lock-open-outline:before {
    content: "";
}

.mdi-lock-outline:before {
    content: "";
}

.mdi-login:before {
    content: "";
}

.mdi-logout:before {
    content: "";
}

.mdi-looks:before {
    content: "";
}

.mdi-loupe:before {
    content: "";
}

.mdi-lumx:before {
    content: "";
}

.mdi-magnet:before {
    content: "";
}

.mdi-magnet-on:before {
    content: "";
}

.mdi-magnify:before {
    content: "";
}

.mdi-magnify-minus:before {
    content: "";
}

.mdi-magnify-plus:before {
    content: "";
}

.mdi-mail-ru:before {
    content: "";
}

.mdi-map:before {
    content: "";
}

.mdi-map-marker:before {
    content: "";
}

.mdi-map-marker-circle:before {
    content: "";
}

.mdi-map-marker-multiple:before {
    content: "";
}

.mdi-map-marker-off:before {
    content: "";
}

.mdi-map-marker-radius:before {
    content: "";
}

.mdi-margin:before {
    content: "";
}

.mdi-markdown:before {
    content: "";
}

.mdi-marker-check:before {
    content: "";
}

.mdi-martini:before {
    content: "";
}

.mdi-material-ui:before {
    content: "";
}

.mdi-math-compass:before {
    content: "";
}

.mdi-maxcdn:before {
    content: "";
}

.mdi-medium:before {
    content: "";
}

.mdi-memory:before {
    content: "";
}

.mdi-menu:before {
    content: "";
}

.mdi-menu-down:before {
    content: "";
}

.mdi-menu-left:before {
    content: "";
}

.mdi-menu-right:before {
    content: "";
}

.mdi-menu-up:before {
    content: "";
}

.mdi-message:before {
    content: "";
}

.mdi-message-alert:before {
    content: "";
}

.mdi-message-draw:before {
    content: "";
}

.mdi-message-image:before {
    content: "";
}

.mdi-message-outline:before {
    content: "";
}

.mdi-message-processing:before {
    content: "";
}

.mdi-message-reply:before {
    content: "";
}

.mdi-message-reply-text:before {
    content: "";
}

.mdi-message-text:before {
    content: "";
}

.mdi-message-text-outline:before {
    content: "";
}

.mdi-message-video:before {
    content: "";
}

.mdi-microphone:before {
    content: "";
}

.mdi-microphone-off:before {
    content: "";
}

.mdi-microphone-outline:before {
    content: "";
}

.mdi-microphone-settings:before {
    content: "";
}

.mdi-microphone-variant:before {
    content: "";
}

.mdi-microphone-variant-off:before {
    content: "";
}

.mdi-microsoft:before {
    content: "";
}

.mdi-minus:before {
    content: "";
}

.mdi-minus-box:before {
    content: "";
}

.mdi-minus-circle:before {
    content: "";
}

.mdi-minus-circle-outline:before {
    content: "";
}

.mdi-minus-network:before {
    content: "";
}

.mdi-monitor:before {
    content: "";
}

.mdi-monitor-multiple:before {
    content: "";
}

.mdi-more:before {
    content: "";
}

.mdi-motorbike:before {
    content: "";
}

.mdi-mouse:before {
    content: "";
}

.mdi-mouse-off:before {
    content: "";
}

.mdi-mouse-variant:before {
    content: "";
}

.mdi-mouse-variant-off:before {
    content: "";
}

.mdi-movie:before {
    content: "";
}

.mdi-multiplication:before {
    content: "";
}

.mdi-multiplication-box:before {
    content: "";
}

.mdi-music-box:before {
    content: "";
}

.mdi-music-box-outline:before {
    content: "";
}

.mdi-music-circle:before {
    content: "";
}

.mdi-music-note:before {
    content: "";
}

.mdi-music-note-eighth:before {
    content: "";
}

.mdi-music-note-half:before {
    content: "";
}

.mdi-music-note-off:before {
    content: "";
}

.mdi-music-note-quarter:before {
    content: "";
}

.mdi-music-note-sixteenth:before {
    content: "";
}

.mdi-music-note-whole:before {
    content: "";
}

.mdi-nature:before {
    content: "";
}

.mdi-nature-people:before {
    content: "";
}

.mdi-navigation:before {
    content: "";
}

.mdi-needle:before {
    content: "";
}

.mdi-nest-protect:before {
    content: "";
}

.mdi-nest-thermostat:before {
    content: "";
}

.mdi-newspaper:before {
    content: "";
}

.mdi-nfc:before {
    content: "";
}

.mdi-nfc-tap:before {
    content: "";
}

.mdi-nfc-variant:before {
    content: "";
}

.mdi-nodejs:before {
    content: "";
}

.mdi-note:before {
    content: "";
}

.mdi-note-outline:before {
    content: "";
}

.mdi-note-plus:before {
    content: "";
}

.mdi-note-plus-outline:before {
    content: "";
}

.mdi-note-text:before {
    content: "";
}

.mdi-notification-clear-all:before {
    content: "";
}

.mdi-numeric:before {
    content: "";
}

.mdi-numeric-0-box:before {
    content: "";
}

.mdi-numeric-0-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-0-box-outline:before {
    content: "";
}

.mdi-numeric-1-box:before {
    content: "";
}

.mdi-numeric-1-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-1-box-outline:before {
    content: "";
}

.mdi-numeric-2-box:before {
    content: "";
}

.mdi-numeric-2-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-2-box-outline:before {
    content: "";
}

.mdi-numeric-3-box:before {
    content: "";
}

.mdi-numeric-3-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-3-box-outline:before {
    content: "";
}

.mdi-numeric-4-box:before {
    content: "";
}

.mdi-numeric-4-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-4-box-outline:before {
    content: "";
}

.mdi-numeric-5-box:before {
    content: "";
}

.mdi-numeric-5-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-5-box-outline:before {
    content: "";
}

.mdi-numeric-6-box:before {
    content: "";
}

.mdi-numeric-6-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-6-box-outline:before {
    content: "";
}

.mdi-numeric-7-box:before {
    content: "";
}

.mdi-numeric-7-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-7-box-outline:before {
    content: "";
}

.mdi-numeric-8-box:before {
    content: "";
}

.mdi-numeric-8-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-8-box-outline:before {
    content: "";
}

.mdi-numeric-9-box:before {
    content: "";
}

.mdi-numeric-9-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-9-box-outline:before {
    content: "";
}

.mdi-numeric-9-plus-box:before {
    content: "";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "";
}

.mdi-numeric-9-plus-box-outline:before {
    content: "";
}

.mdi-nutrition:before {
    content: "";
}

.mdi-octagon:before {
    content: "";
}

.mdi-octagon-outline:before {
    content: "";
}

.mdi-odnoklassniki:before {
    content: "";
}

.mdi-office:before {
    content: "";
}

.mdi-oil:before {
    content: "";
}

.mdi-oil-temperature:before {
    content: "";
}

.mdi-omega:before {
    content: "";
}

.mdi-onedrive:before {
    content: "";
}

.mdi-open-in-app:before {
    content: "";
}

.mdi-open-in-new:before {
    content: "";
}

.mdi-opera:before {
    content: "";
}

.mdi-ornament:before {
    content: "";
}

.mdi-ornament-variant:before {
    content: "";
}

.mdi-outbox:before {
    content: "";
}

.mdi-owl:before {
    content: "";
}

.mdi-package:before {
    content: "";
}

.mdi-package-down:before {
    content: "";
}

.mdi-package-up:before {
    content: "";
}

.mdi-package-variant:before {
    content: "";
}

.mdi-package-variant-closed:before {
    content: "";
}

.mdi-palette:before {
    content: "";
}

.mdi-palette-advanced:before {
    content: "";
}

.mdi-panda:before {
    content: "";
}

.mdi-pandora:before {
    content: "";
}

.mdi-panorama:before {
    content: "";
}

.mdi-panorama-fisheye:before {
    content: "";
}

.mdi-panorama-horizontal:before {
    content: "";
}

.mdi-panorama-vertical:before {
    content: "";
}

.mdi-panorama-wide-angle:before {
    content: "";
}

.mdi-paper-cut-vertical:before {
    content: "";
}

.mdi-paperclip:before {
    content: "";
}

.mdi-parking:before {
    content: "";
}

.mdi-pause:before {
    content: "";
}

.mdi-pause-circle:before {
    content: "";
}

.mdi-pause-circle-outline:before {
    content: "";
}

.mdi-pause-octagon:before {
    content: "";
}

.mdi-pause-octagon-outline:before {
    content: "";
}

.mdi-paw:before {
    content: "";
}

.mdi-pen:before {
    content: "";
}

.mdi-pencil:before {
    content: "";
}

.mdi-pencil-box:before {
    content: "";
}

.mdi-pencil-box-outline:before {
    content: "";
}

.mdi-pencil-lock:before {
    content: "";
}

.mdi-pencil-off:before {
    content: "";
}

.mdi-percent:before {
    content: "";
}

.mdi-pharmacy:before {
    content: "";
}

.mdi-phone:before {
    content: "";
}

.mdi-phone-bluetooth:before {
    content: "";
}

.mdi-phone-forward:before {
    content: "";
}

.mdi-phone-hangup:before {
    content: "";
}

.mdi-phone-in-talk:before {
    content: "";
}

.mdi-phone-incoming:before {
    content: "";
}

.mdi-phone-locked:before {
    content: "";
}

.mdi-phone-log:before {
    content: "";
}

.mdi-phone-missed:before {
    content: "";
}

.mdi-phone-outgoing:before {
    content: "";
}

.mdi-phone-paused:before {
    content: "";
}

.mdi-phone-settings:before {
    content: "";
}

.mdi-phone-voip:before {
    content: "";
}

.mdi-pi:before {
    content: "";
}

.mdi-pi-box:before {
    content: "";
}

.mdi-pig:before {
    content: "";
}

.mdi-pill:before {
    content: "";
}

.mdi-pin:before {
    content: "";
}

.mdi-pin-off:before {
    content: "";
}

.mdi-pine-tree:before {
    content: "";
}

.mdi-pine-tree-box:before {
    content: "";
}

.mdi-pinterest:before {
    content: "";
}

.mdi-pinterest-box:before {
    content: "";
}

.mdi-pizza:before {
    content: "";
}

.mdi-play:before {
    content: "";
}

.mdi-play-box-outline:before {
    content: "";
}

.mdi-play-circle:before {
    content: "";
}

.mdi-play-circle-outline:before {
    content: "";
}

.mdi-play-pause:before {
    content: "";
}

.mdi-play-protected-content:before {
    content: "";
}

.mdi-playlist-minus:before {
    content: "";
}

.mdi-playlist-play:before {
    content: "";
}

.mdi-playlist-plus:before {
    content: "";
}

.mdi-playlist-remove:before {
    content: "";
}

.mdi-playstation:before {
    content: "";
}

.mdi-plus:before {
    content: "";
}

.mdi-plus-box:before {
    content: "";
}

.mdi-plus-circle:before {
    content: "";
}

.mdi-plus-circle-multiple-outline:before {
    content: "";
}

.mdi-plus-circle-outline:before {
    content: "";
}

.mdi-plus-network:before {
    content: "";
}

.mdi-plus-one:before {
    content: "";
}

.mdi-pocket:before {
    content: "";
}

.mdi-pokeball:before {
    content: "";
}

.mdi-polaroid:before {
    content: "";
}

.mdi-poll:before {
    content: "";
}

.mdi-poll-box:before {
    content: "";
}

.mdi-polymer:before {
    content: "";
}

.mdi-popcorn:before {
    content: "";
}

.mdi-pound:before {
    content: "";
}

.mdi-pound-box:before {
    content: "";
}

.mdi-power:before {
    content: "";
}

.mdi-power-settings:before {
    content: "";
}

.mdi-power-socket:before {
    content: "";
}

.mdi-presentation:before {
    content: "";
}

.mdi-presentation-play:before {
    content: "";
}

.mdi-printer:before {
    content: "";
}

.mdi-printer-3d:before {
    content: "";
}

.mdi-printer-alert:before {
    content: "";
}

.mdi-professional-hexagon:before {
    content: "";
}

.mdi-projector:before {
    content: "";
}

.mdi-projector-screen:before {
    content: "";
}

.mdi-pulse:before {
    content: "";
}

.mdi-puzzle:before {
    content: "";
}

.mdi-qrcode:before {
    content: "";
}

.mdi-qrcode-scan:before {
    content: "";
}

.mdi-quadcopter:before {
    content: "";
}

.mdi-quality-high:before {
    content: "";
}

.mdi-quicktime:before {
    content: "";
}

.mdi-radar:before {
    content: "";
}

.mdi-radiator:before {
    content: "";
}

.mdi-radio:before {
    content: "";
}

.mdi-radio-handheld:before {
    content: "";
}

.mdi-radio-tower:before {
    content: "";
}

.mdi-radioactive:before {
    content: "";
}

.mdi-radiobox-blank:before {
    content: "";
}

.mdi-radiobox-marked:before {
    content: "";
}

.mdi-raspberrypi:before {
    content: "";
}

.mdi-ray-end:before {
    content: "";
}

.mdi-ray-end-arrow:before {
    content: "";
}

.mdi-ray-start:before {
    content: "";
}

.mdi-ray-start-arrow:before {
    content: "";
}

.mdi-ray-start-end:before {
    content: "";
}

.mdi-ray-vertex:before {
    content: "";
}

.mdi-rdio:before {
    content: "";
}

.mdi-read:before {
    content: "";
}

.mdi-readability:before {
    content: "";
}

.mdi-receipt:before {
    content: "";
}

.mdi-record:before {
    content: "";
}

.mdi-record-rec:before {
    content: "";
}

.mdi-recycle:before {
    content: "";
}

.mdi-reddit:before {
    content: "";
}

.mdi-redo:before {
    content: "";
}

.mdi-redo-variant:before {
    content: "";
}

.mdi-refresh:before {
    content: "";
}

.mdi-regex:before {
    content: "";
}

.mdi-relative-scale:before {
    content: "";
}

.mdi-reload:before {
    content: "";
}

.mdi-remote:before {
    content: "";
}

.mdi-rename-box:before {
    content: "";
}

.mdi-repeat:before {
    content: "";
}

.mdi-repeat-off:before {
    content: "";
}

.mdi-repeat-once:before {
    content: "";
}

.mdi-replay:before {
    content: "";
}

.mdi-reply:before {
    content: "";
}

.mdi-reply-all:before {
    content: "";
}

.mdi-reproduction:before {
    content: "";
}

.mdi-resize-bottom-right:before {
    content: "";
}

.mdi-responsive:before {
    content: "";
}

.mdi-rewind:before {
    content: "";
}

.mdi-ribbon:before {
    content: "";
}

.mdi-road:before {
    content: "";
}

.mdi-road-variant:before {
    content: "";
}

.mdi-rocket:before {
    content: "";
}

.mdi-rotate-3d:before {
    content: "";
}

.mdi-rotate-left:before {
    content: "";
}

.mdi-rotate-left-variant:before {
    content: "";
}

.mdi-rotate-right:before {
    content: "";
}

.mdi-rotate-right-variant:before {
    content: "";
}

.mdi-router-wireless:before {
    content: "";
}

.mdi-routes:before {
    content: "";
}

.mdi-rss:before {
    content: "";
}

.mdi-rss-box:before {
    content: "";
}

.mdi-ruler:before {
    content: "";
}

.mdi-run:before {
    content: "";
}

.mdi-sale:before {
    content: "";
}

.mdi-satellite:before {
    content: "";
}

.mdi-satellite-variant:before {
    content: "";
}

.mdi-scale:before {
    content: "";
}

.mdi-scale-bathroom:before {
    content: "";
}

.mdi-school:before {
    content: "";
}

.mdi-screen-rotation:before {
    content: "";
}

.mdi-screen-rotation-lock:before {
    content: "";
}

.mdi-screwdriver:before {
    content: "";
}

.mdi-script:before {
    content: "";
}

.mdi-sd:before {
    content: "";
}

.mdi-seal:before {
    content: "";
}

.mdi-seat-flat:before {
    content: "";
}

.mdi-seat-flat-angled:before {
    content: "";
}

.mdi-seat-individual-suite:before {
    content: "";
}

.mdi-seat-legroom-extra:before {
    content: "";
}

.mdi-seat-legroom-normal:before {
    content: "";
}

.mdi-seat-legroom-reduced:before {
    content: "";
}

.mdi-seat-recline-extra:before {
    content: "";
}

.mdi-seat-recline-normal:before {
    content: "";
}

.mdi-security:before {
    content: "";
}

.mdi-security-network:before {
    content: "";
}

.mdi-select:before {
    content: "";
}

.mdi-select-all:before {
    content: "";
}

.mdi-select-inverse:before {
    content: "";
}

.mdi-select-off:before {
    content: "";
}

.mdi-selection:before {
    content: "";
}

.mdi-send:before {
    content: "";
}

.mdi-server:before {
    content: "";
}

.mdi-server-minus:before {
    content: "";
}

.mdi-server-network:before {
    content: "";
}

.mdi-server-network-off:before {
    content: "";
}

.mdi-server-off:before {
    content: "";
}

.mdi-server-plus:before {
    content: "";
}

.mdi-server-remove:before {
    content: "";
}

.mdi-server-security:before {
    content: "";
}

.mdi-settings:before {
    content: "";
}

.mdi-settings-box:before {
    content: "";
}

.mdi-shape-plus:before {
    content: "";
}

.mdi-share:before {
    content: "";
}

.mdi-share-variant:before {
    content: "";
}

.mdi-shield:before {
    content: "";
}

.mdi-shield-outline:before {
    content: "";
}

.mdi-shopping:before {
    content: "";
}

.mdi-shopping-music:before {
    content: "";
}

.mdi-shredder:before {
    content: "";
}

.mdi-shuffle:before {
    content: "";
}

.mdi-shuffle-disabled:before {
    content: "";
}

.mdi-shuffle-variant:before {
    content: "";
}

.mdi-sigma:before {
    content: "";
}

.mdi-sign-caution:before {
    content: "";
}

.mdi-signal:before {
    content: "";
}

.mdi-silverware:before {
    content: "";
}

.mdi-silverware-fork:before {
    content: "";
}

.mdi-silverware-spoon:before {
    content: "";
}

.mdi-silverware-variant:before {
    content: "";
}

.mdi-sim:before {
    content: "";
}

.mdi-sim-alert:before {
    content: "";
}

.mdi-sim-off:before {
    content: "";
}

.mdi-sitemap:before {
    content: "";
}

.mdi-skip-backward:before {
    content: "";
}

.mdi-skip-forward:before {
    content: "";
}

.mdi-skip-next:before {
    content: "";
}

.mdi-skip-previous:before {
    content: "";
}

.mdi-skype:before {
    content: "";
}

.mdi-skype-business:before {
    content: "";
}

.mdi-slack:before {
    content: "";
}

.mdi-sleep:before {
    content: "";
}

.mdi-sleep-off:before {
    content: "";
}

.mdi-smoking:before {
    content: "";
}

.mdi-smoking-off:before {
    content: "";
}

.mdi-snapchat:before {
    content: "";
}

.mdi-snowman:before {
    content: "";
}

.mdi-sofa:before {
    content: "";
}

.mdi-sort:before {
    content: "";
}

.mdi-sort-alphabetical:before {
    content: "";
}

.mdi-sort-ascending:before {
    content: "";
}

.mdi-sort-descending:before {
    content: "";
}

.mdi-sort-numeric:before {
    content: "";
}

.mdi-sort-variant:before {
    content: "";
}

.mdi-soundcloud:before {
    content: "";
}

.mdi-source-fork:before {
    content: "";
}

.mdi-source-pull:before {
    content: "";
}

.mdi-speaker:before {
    content: "";
}

.mdi-speaker-off:before {
    content: "";
}

.mdi-speedometer:before {
    content: "";
}

.mdi-spellcheck:before {
    content: "";
}

.mdi-spotify:before {
    content: "";
}

.mdi-spotlight:before {
    content: "";
}

.mdi-spotlight-beam:before {
    content: "";
}

.mdi-square-inc:before {
    content: "";
}

.mdi-square-inc-cash:before {
    content: "";
}

.mdi-stackoverflow:before {
    content: "";
}

.mdi-stairs:before {
    content: "";
}

.mdi-star:before {
    content: "";
}

.mdi-star-circle:before {
    content: "";
}

.mdi-star-half:before {
    content: "";
}

.mdi-star-off:before {
    content: "";
}

.mdi-star-outline:before {
    content: "";
}

.mdi-steam:before {
    content: "";
}

.mdi-steering:before {
    content: "";
}

.mdi-step-backward:before {
    content: "";
}

.mdi-step-backward-2:before {
    content: "";
}

.mdi-step-forward:before {
    content: "";
}

.mdi-step-forward-2:before {
    content: "";
}

.mdi-stethoscope:before {
    content: "";
}

.mdi-stocking:before {
    content: "";
}

.mdi-stop:before {
    content: "";
}

.mdi-store:before {
    content: "";
}

.mdi-store-24-hour:before {
    content: "";
}

.mdi-stove:before {
    content: "";
}

.mdi-subway:before {
    content: "";
}

.mdi-sunglasses:before {
    content: "";
}

.mdi-swap-horizontal:before {
    content: "";
}

.mdi-swap-vertical:before {
    content: "";
}

.mdi-swim:before {
    content: "";
}

.mdi-switch:before {
    content: "";
}

.mdi-sword:before {
    content: "";
}

.mdi-sync:before {
    content: "";
}

.mdi-sync-alert:before {
    content: "";
}

.mdi-sync-off:before {
    content: "";
}

.mdi-tab:before {
    content: "";
}

.mdi-tab-unselected:before {
    content: "";
}

.mdi-table:before {
    content: "";
}

.mdi-table-column-plus-after:before {
    content: "";
}

.mdi-table-column-plus-before:before {
    content: "";
}

.mdi-table-column-remove:before {
    content: "";
}

.mdi-table-column-width:before {
    content: "";
}

.mdi-table-edit:before {
    content: "";
}

.mdi-table-large:before {
    content: "";
}

.mdi-table-row-height:before {
    content: "";
}

.mdi-table-row-plus-after:before {
    content: "";
}

.mdi-table-row-plus-before:before {
    content: "";
}

.mdi-table-row-remove:before {
    content: "";
}

.mdi-tablet:before {
    content: "";
}

.mdi-tablet-android:before {
    content: "";
}

.mdi-tablet-ipad:before {
    content: "";
}

.mdi-tag:before {
    content: "";
}

.mdi-tag-faces:before {
    content: "";
}

.mdi-tag-multiple:before {
    content: "";
}

.mdi-tag-outline:before {
    content: "";
}

.mdi-tag-text-outline:before {
    content: "";
}

.mdi-target:before {
    content: "";
}

.mdi-taxi:before {
    content: "";
}

.mdi-teamviewer:before {
    content: "";
}

.mdi-telegram:before {
    content: "";
}

.mdi-television:before {
    content: "";
}

.mdi-television-guide:before {
    content: "";
}

.mdi-temperature-celsius:before {
    content: "";
}

.mdi-temperature-fahrenheit:before {
    content: "";
}

.mdi-temperature-kelvin:before {
    content: "";
}

.mdi-tennis:before {
    content: "";
}

.mdi-tent:before {
    content: "";
}

.mdi-terrain:before {
    content: "";
}

.mdi-text-to-speech:before {
    content: "";
}

.mdi-text-to-speech-off:before {
    content: "";
}

.mdi-texture:before {
    content: "";
}

.mdi-theater:before {
    content: "";
}

.mdi-theme-light-dark:before {
    content: "";
}

.mdi-thermometer:before {
    content: "";
}

.mdi-thermometer-lines:before {
    content: "";
}

.mdi-thumb-down:before {
    content: "";
}

.mdi-thumb-down-outline:before {
    content: "";
}

.mdi-thumb-up:before {
    content: "";
}

.mdi-thumb-up-outline:before {
    content: "";
}

.mdi-thumbs-up-down:before {
    content: "";
}

.mdi-ticket:before {
    content: "";
}

.mdi-ticket-account:before {
    content: "";
}

.mdi-ticket-confirmation:before {
    content: "";
}

.mdi-tie:before {
    content: "";
}

.mdi-timelapse:before {
    content: "";
}

.mdi-timer:before {
    content: "";
}

.mdi-timer-10:before {
    content: "";
}

.mdi-timer-3:before {
    content: "";
}

.mdi-timer-off:before {
    content: "";
}

.mdi-timer-sand:before {
    content: "";
}

.mdi-timetable:before {
    content: "";
}

.mdi-toggle-switch:before {
    content: "";
}

.mdi-toggle-switch-off:before {
    content: "";
}

.mdi-tooltip:before {
    content: "";
}

.mdi-tooltip-edit:before {
    content: "";
}

.mdi-tooltip-image:before {
    content: "";
}

.mdi-tooltip-outline:before {
    content: "";
}

.mdi-tooltip-outline-plus:before {
    content: "";
}

.mdi-tooltip-text:before {
    content: "";
}

.mdi-tor:before {
    content: "";
}

.mdi-traffic-light:before {
    content: "";
}

.mdi-train:before {
    content: "";
}

.mdi-tram:before {
    content: "";
}

.mdi-transcribe:before {
    content: "";
}

.mdi-transcribe-close:before {
    content: "";
}

.mdi-transfer:before {
    content: "";
}

.mdi-tree:before {
    content: "";
}

.mdi-trello:before {
    content: "";
}

.mdi-trending-down:before {
    content: "";
}

.mdi-trending-neutral:before {
    content: "";
}

.mdi-trending-up:before {
    content: "";
}

.mdi-triangle:before {
    content: "";
}

.mdi-triangle-outline:before {
    content: "";
}

.mdi-trophy:before {
    content: "";
}

.mdi-trophy-award:before {
    content: "";
}

.mdi-trophy-outline:before {
    content: "";
}

.mdi-trophy-variant:before {
    content: "";
}

.mdi-trophy-variant-outline:before {
    content: "";
}

.mdi-truck:before {
    content: "";
}

.mdi-truck-delivery:before {
    content: "";
}

.mdi-tshirt-crew:before {
    content: "";
}

.mdi-tshirt-v:before {
    content: "";
}

.mdi-tumblr:before {
    content: "";
}

.mdi-tumblr-reblog:before {
    content: "";
}

.mdi-twitch:before {
    content: "";
}

.mdi-twitter:before {
    content: "";
}

.mdi-twitter-box:before {
    content: "";
}

.mdi-twitter-circle:before {
    content: "";
}

.mdi-twitter-retweet:before {
    content: "";
}

.mdi-ubuntu:before {
    content: "";
}

.mdi-umbraco:before {
    content: "";
}

.mdi-umbrella:before {
    content: "";
    background: url(../images/img/umbrella.svg);
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.resp-tab-active .mdi-umbrella:before {
    background: url(../images/img/umbrella-w.svg);
}

.page-insurance .mdi-umbrella:before {
    background: url(../images/img/umbrella.svg);
}

.mdi-umbrella-outline:before {
    content: "";
}

.mdi-undo:before {
    /*content: "\f637";*/
    content: "";
    background: url(../images/ico/2.svg);
    height: 16px;
    width: 14px;
    vertical-align: middle;
    /*transform: rotate(31.44deg);*/ 
}

.mdi-undo.active:before {
    background: url(../images/ico/22.svg);
    background-repeat: no-repeat;
    background-size: contain; 
}


.mdi-undo-variant:before {
    content: "";
}

.mdi-unfold-less:before {
    content: "";
}

.mdi-unfold-more:before {
    content: "";
    background: url(../images/ico/1.svg);
    height: 16px;
    width: 14px;
    vertical-align: middle;
    /*transform: rotate(31.44deg);*/
 }

 .mdi-unfold-more.active:before {
    content: "";
    background: url(../images/ico/11.svg);
    height: 16px;
    width: 14px;
    vertical-align: middle;
    /*transform: rotate(31.44deg);*/
 }

.mdi-ungroup:before {
    content: "";
}

.mdi-untappd:before {
    content: "";
}

.mdi-upload:before {
    content: "";
}

.mdi-usb:before {
    content: "";
}

.mdi-vector-arrange-above:before {
    content: "";
}

.mdi-vector-arrange-below:before {
    content: "";
}

.mdi-vector-circle:before {
    content: "";
}

.mdi-vector-circle-variant:before {
    content: "";
}

.mdi-vector-combine:before {
    content: "";
}

.mdi-vector-curve:before {
    content: "";
}

.mdi-vector-difference:before {
    content: "";
}

.mdi-vector-difference-ab:before {
    content: "";
}

.mdi-vector-difference-ba:before {
    content: "";
}

.mdi-vector-intersection:before {
    content: "";
}

.mdi-vector-line:before {
    content: "";
}

.mdi-vector-point:before {
    content: "";
}

.mdi-vector-polygon:before {
    content: "";
}

.mdi-vector-polyline:before {
    content: "";
}

.mdi-vector-selection:before {
    content: "";
}

.mdi-vector-square:before {
    content: "";
}

.mdi-vector-triangle:before {
    content: "";
}

.mdi-vector-union:before {
    content: "";
}

.mdi-verified:before {
    content: "";
}

.mdi-vibrate:before {
    content: "";
}

.mdi-video:before {
    content: "";
}

.mdi-video-off:before {
    content: "";
}

.mdi-video-switch:before {
    content: "";
}

.mdi-view-agenda:before {
    content: "";
}

.mdi-view-array:before {
    content: "";
}

.mdi-view-carousel:before {
    content: "";
}

.mdi-view-column:before {
    content: "";
}

.mdi-view-dashboard:before {
    content: "";
}

.mdi-view-day:before {
    content: "";
}

.mdi-view-grid:before {
    content: "";
}

.mdi-view-headline:before {
    content: "";
}

.mdi-view-list:before {
    content: "";
}

.mdi-view-module:before {
    content: "";
}

.mdi-view-quilt:before {
    content: "";
}

.mdi-view-stream:before {
    content: "";
}

.mdi-view-week:before {
    content: "";
}

.mdi-vimeo:before {
    content: "";
}

.mdi-vine:before {
    content: "";
}

.mdi-vk:before {
    content: "";
}

.mdi-vk-box:before {
    content: "";
}

.mdi-vk-circle:before {
    content: "";
}

.mdi-voicemail:before {
    content: "";
}

.mdi-volume-high:before {
    content: "";
}

.mdi-volume-low:before {
    content: "";
}

.mdi-volume-medium:before {
    content: "";
}

.mdi-volume-off:before {
    content: "";
}

.mdi-vpn:before {
    content: "";
}

.mdi-walk:before {
    content: "";
}

.mdi-wallet:before {
    content: "";
}

.mdi-wallet-giftcard:before {
    content: "";
}

.mdi-wallet-membership:before {
    content: "";
}

.mdi-wallet-travel:before {
    content: "";
}

.mdi-wan:before {
    content: "";
}

.mdi-watch:before {
    content: "";
}

.mdi-watch-export:before {
    content: "";
}

.mdi-watch-import:before {
    content: "";
}

.mdi-water:before {
    content: "";
}

.mdi-water-off:before {
    content: "";
}

.mdi-water-percent:before {
    content: "";
}

.mdi-water-pump:before {
    content: "";
}

.mdi-weather-cloudy:before {
    content: "";
}

.mdi-weather-fog:before {
    content: "";
}

.mdi-weather-hail:before {
    content: "";
}

.mdi-weather-lightning:before {
    content: "";
}

.mdi-weather-night:before {
    content: "";
}

.mdi-weather-partlycloudy:before {
    content: "";
}

.mdi-weather-pouring:before {
    content: "";
}

.mdi-weather-rainy:before {
    content: "";
}

.mdi-weather-snowy:before {
    content: "";
}

.mdi-weather-sunny:before {
    content: "";
}

.mdi-weather-sunset:before {
    content: "";
}

.mdi-weather-sunset-down:before {
    content: "";
}

.mdi-weather-sunset-up:before {
    content: "";
}

.mdi-weather-windy:before {
    content: "";
}

.mdi-weather-windy-variant:before {
    content: "";
}

.mdi-web:before {
    content: "";
}

.mdi-webcam:before {
    content: "";
}

.mdi-weight:before {
    content: "";
}

.mdi-weight-kilogram:before {
    content: "";
}

.mdi-whatsapp:before {
    content: "";
}

.mdi-wheelchair-accessibility:before {
    content: "";
}

.mdi-white-balance-auto:before {
    content: "";
}

.mdi-white-balance-incandescent:before {
    content: "";
}

.mdi-white-balance-irradescent:before {
    content: "";
}

.mdi-white-balance-sunny:before {
    content: "";
}

.mdi-wifi:before {
    content: "";
}

.mdi-wifi-off:before {
    content: "";
}

.mdi-wii:before {
    content: "";
}

.mdi-wikipedia:before {
    content: "";
}

.mdi-window-close:before {
    content: "";
}

.mdi-window-closed:before {
    content: "";
}

.mdi-window-maximize:before {
    content: "";
}

.mdi-window-minimize:before {
    content: "";
}

.mdi-window-open:before {
    content: "";
}

.mdi-window-restore:before {
    content: "";
}

.mdi-windows:before {
    content: "";
}

.mdi-wordpress:before {
    content: "";
}

.mdi-worker:before {
    content: "";
}

.mdi-wrap:before {
    content: "";
}

.mdi-wrench:before {
    content: "";
}

.mdi-wunderlist:before {
    content: "";
}

.mdi-xbox:before {
    content: "";
}

.mdi-xbox-controller:before {
    content: "";
}

.mdi-xbox-controller-off:before {
    content: "";
}

.mdi-xda:before {
    content: "";
}

.mdi-xing:before {
    content: "";
}

.mdi-xing-box:before {
    content: "";
}

.mdi-xing-circle:before {
    content: "";
}

.mdi-xml:before {
    content: "";
}

.mdi-yeast:before {
    content: "";
}

.mdi-yelp:before {
    content: "";
}

.mdi-youtube-play:before {
    content: "";
}

.mdi-zip-box:before {
    content: "";
}

.mdi-18px {
    font-size: 18px;
}

.mdi-24px {
    font-size: 24px;
}

.mdi-36px {
    font-size: 36px;
}

.mdi-48px {
    font-size: 48px;
}

.mdi-dark {
    color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive {
    color: rgba(0, 0, 0, 0.26);
}

.mdi-light {
    color: white;
}

.mdi-light.mdi-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.mdi-umbraco:before {
    content: "\f636"; 
}
  
.mdi-umbrella:before {
    /*content: "\f637";*/
    content: "";
    background: url(../images/umbrella.svg);
    height: 22px;
    width: 22px;
    vertical-align: middle;
    /*transform: rotate(31.44deg);*/ 
}

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

.icon:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon[href]:hover {
    text-decoration: none !important;
}

.icon-circle {
    border-radius: 50%;
}

.icon-box .icon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.icon-box:hover .icon {
    -webkit-box-shadow: 0px 0 30px 0 rgba(100, 103, 121, 0.31);
    box-shadow: 0px 0 30px 0 rgba(100, 103, 121, 0.31);
}

.icon-box * + p {
    margin-top: 0;
}

.icon-box-variant-1 {
    background-color: #fff;
    border: 1px solid #cacaca;
    padding: 0 35px 34px 34px;
    height: 100%;
}

.icon-box-variant-1 .icon.icon-xl {
    margin-top: -60px;
}

.icon-box-variant-1 .icon + h5 {
    margin-top: 29px;
}

.icon-box-variant-1 h5 + p {
    margin-top: 22px;
}

.icon-info {
    background-color: #42d4ec;
    color: #fff;
}

.icon-info.icon-lg {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 54px;
}

.icon-info.icon-circle {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #fff;
    border: 1px solid #cacaca;
}

.icon-info.icon-circle .icon-inner:before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 9px;
    right: 9px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#42d4ec),
        to(#22a9bf)
    );
    background-image: linear-gradient(0deg, #42d4ec 0%, #22a9bf 100%);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.icon-info.icon-circle .icon-inner:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    background-color: #1f2746;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    z-index: -1;
}

.icon-box-variant-1:hover .icon-info.icon-circle .icon-inner:before {
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
}

.icon-box-variant-1:hover .icon-info.icon-circle .icon-inner:after {
    left: 9px;
    top: 9px;
    bottom: 9px;
    right: 9px;
}

.icon-primary {
    -webkit-box-shadow: 2px 0 20px 0 rgba(100, 103, 121, 0.21);
    box-shadow: 2px 0 20px 0 rgba(100, 103, 121, 0.21);
}

.icon-xxs {
    font-size: 18px;
}

.icon-xs {
    font-size: 20px;
}

.icon-sm {
    font-size: 24px;
}

.icon-lg {
    font-size: 62px;
}

.icon-lg.mdi-airplane {
    font-size: 58px;
}

.icon-lg.fa-search {
    font-size: 42px;
}

.icon-lg.icon-circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.icon-xl {
    font-size: 70px;
}

.icon-xl.icon-circle {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 52px;
}

.thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.thumbnail .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 22px 30px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}

@media (min-width: 992px) {
    .thumbnail .caption {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1630px) {
    .thumbnail .caption {
        padding: 42px 50px;
    }
}

.thumbnail .caption .divider {
    margin-top: 14px;
    margin-bottom: 17px;
}

.thumbnail .caption p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 1630px) {
    .thumbnail .caption p {
        white-space: normal;
        display: block;
    }
}

.thumbnail .caption hr + p {
    margin-top: 30px;
}

.thumbnail .caption:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(34, 169, 191, 0.7);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.thumbnail .caption,
.thumbnail .caption .h1,
.thumbnail .caption .h2,
.thumbnail .caption .h3,
.thumbnail .caption .h4,
.thumbnail .caption .h5,
.thumbnail .caption .h6,
.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3,
.thumbnail .caption h4,
.thumbnail .caption h5,
.thumbnail .caption h6 {
    color: #fff;
}

.thumbnail:hover .caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.thumbnail:hover .caption:before {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

html.mobile .thumbnail .caption,
html.tablet .thumbnail .caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

html.mobile .thumbnail .caption:before,
html.tablet .thumbnail .caption:before {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.thumbnail-btn {
    position: relative;
    overflow: hidden;
}

.thumbnail-btn .thumbnail-img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    will-change: transform;
}

.thumbnail-btn .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    will-change: transform;
}

@media (min-width: 992px) {
    .thumbnail-btn .caption {
        padding: 40px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.thumbnail-btn .caption .button {
    margin-top: 23px;
    padding: 11px 20px;
    font-size: 12px;
    letter-spacing: 0.08em;
    opacity: 0;
}

.thumbnail-btn .caption,
.thumbnail-btn .caption .h1,
.thumbnail-btn .caption .h2,
.thumbnail-btn .caption .h3,
.thumbnail-btn .caption .h4,
.thumbnail-btn .caption .h5,
.thumbnail-btn .caption .h6,
.thumbnail-btn .caption h1,
.thumbnail-btn .caption h2,
.thumbnail-btn .caption h3,
.thumbnail-btn .caption h4,
.thumbnail-btn .caption h5,
.thumbnail-btn .caption h6 {
    color: #fff;
}

.thumbnail-btn:hover .thumbnail-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.thumbnail-btn:hover .caption {
    -webkit-transform: none;
    transform: none;
}

.thumbnail-btn:hover .caption .button {
    opacity: 1;
}

html.mobile .thumbnail-btn .thumbnail-img,
html.tablet .thumbnail-btn .thumbnail-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

html.mobile .thumbnail-btn .caption,
html.tablet .thumbnail-btn .caption {
    -webkit-transform: none;
    transform: none;
}

html.mobile .thumbnail-btn .caption .button,
html.tablet .thumbnail-btn .caption .button {
    opacity: 1;
}

.thumbnail-variant-1 {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 22px;
}

@media (min-width: 768px) {
    .thumbnail-variant-1 {
        padding: 22px 36px;
    }
}

@media (min-width: 992px) {
    .thumbnail-variant-1 {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.thumbnail-variant-1 .caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .thumbnail-variant-1 .caption {
        margin-top: 0;
        padding: 22px 20px;
    }
}

@media (min-width: 1800px) {
    .thumbnail-variant-1 .caption {
        padding: 32px 38px;
    }
}

.thumbnail-variant-1 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    max-height: 200px;
}

@media (min-width: 992px) {
    .thumbnail-variant-1 img {
        max-height: none;
        border-radius: 0;
    }
}

.thumbnail-variant-1 p + p {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .thumbnail-variant-1 p + p {
        margin-top: 40px;
    }
}

html.mac-os .thumbnail-variant-1 .caption {
    width: 100%;
}

html.mac-os .thumbnail-variant-1 > :first-child {
    position: relative;
    width: 75%;
}

html.mac-os .thumbnail-variant-1 > :first-child img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.thumbnail-variant-2 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thumbnail-variant-2:hover {
    -webkit-box-shadow: 0 2px 20px 0 rgba(100, 103, 121, 0.2);
    box-shadow: 0 2px 20px 0 rgba(100, 103, 121, 0.2);
}

.thumbnail-variant-3 {
    background-color: #1f2746;
    will-change: transform;
}

@media (min-width: 992px) {
    .thumbnail-variant-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .thumbnail-variant-3:hover .caption {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.thumbnail-variant-3:hover img {
    opacity: 0.6;
}

.thumbnail-variant-3 .thumbnail-image {
    width: 100%;
}

.thumbnail-variant-3 img {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    will-change: transform;
    min-width: calc(100% + 2px);
}

.thumbnail-variant-3 .caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 23px 16px 28px 16px;
    background-color: #fff;
    -webkit-transition: 0.45s ease-out;
    transition: 0.45s ease-out;
    will-change: transform;
    border-left: 1px solid #eaeaea;
}

@media (min-width: 992px) {
    .thumbnail-variant-3 .caption {
        padding-left: 34px;
        padding-right: 31px;
        -webkit-transform: translateY(calc(100% - 101px));
        transform: translateY(calc(100% - 101px));
        position: absolute;
    }
}

@media (min-width: 768px) {
    .thumbnail-variant-3 .caption .list-marked {
        padding-left: 20px;
    }
}

.thumbnail-variant-3 .caption .list-marked li {
    padding-left: 20px;
}

.thumbnail-variant-3 * + .list-marked {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .thumbnail-variant-3 p + p {
        margin-top: 20px;
    }
}

html.ie-10 .thumbnail-variant-3,
html.ie-11 .thumbnail-variant-3,
html.mobile .thumbnail-variant-3,
html.tablet .thumbnail-variant-3 {
    display: block;
    padding-bottom: 0;
}

html.ie-10 .thumbnail-variant-3 .caption,
html.ie-11 .thumbnail-variant-3 .caption,
html.mobile .thumbnail-variant-3 .caption,
html.tablet .thumbnail-variant-3 .caption {
    position: static;
    -webkit-transform: none;
    transform: none;
}

.thumbnail-variant-4 {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #1f2746;
    max-height: 222px;
}

@media (min-width: 768px) {
    .thumbnail-variant-4 {
        max-height: none;
    }
}

.thumbnail-variant-4 img {
    min-width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.thumbnail-variant-4 .caption {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(calc(0% - 14px));
    transform: translateY(calc(0% - 14px));
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .thumbnail-variant-4 .caption {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .thumbnail-variant-4 .caption {
        -webkit-transform: translateY(calc(0% - 21px));
        transform: translateY(calc(0% - 21px));
    }
}

@media (min-width: 1800px) {
    .thumbnail-variant-4 .caption {
        left: 10%;
        right: 10%;
    }
}

.thumbnail-variant-4 .caption h3 {
    white-space: nowrap;
    font-size: 24px;
}

@media (min-width: 1600px) {
    .thumbnail-variant-4 .caption h3 {
        font-size: 36px;
    }
}

.thumbnail-variant-4 .caption,
.thumbnail-variant-4 .caption .h1,
.thumbnail-variant-4 .caption .h2,
.thumbnail-variant-4 .caption .h3,
.thumbnail-variant-4 .caption .h4,
.thumbnail-variant-4 .caption .h5,
.thumbnail-variant-4 .caption .h6,
.thumbnail-variant-4 .caption h1,
.thumbnail-variant-4 .caption h2,
.thumbnail-variant-4 .caption h3,
.thumbnail-variant-4 .caption h4,
.thumbnail-variant-4 .caption h5,
.thumbnail-variant-4 .caption h6 {
    color: #fff;
}

.thumbnail-variant-4 .thumbnail-link {
    line-height: 1;
    color: #fff;
}

.thumbnail-variant-4 .thumbnail-link:hover {
    color: #c62a82;
}

.thumbnail-variant-4 .thumbnail-link:before {
    content: "";
    font-family: "Material Design Icons";
    font-size: 30px;
}

.thumbnail-variant-4 .thumbnail-link,
.thumbnail-variant-4 p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.thumbnail-variant-4:hover .caption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.thumbnail-variant-4:hover .thumbnail-link,
.thumbnail-variant-4:hover p {
    opacity: 1;
}

.thumbnail-variant-4:hover img {
    opacity: 0.2;
}

.thumbnail-variant-4 * + p {
    margin-top: 10px;
}

.thumbnail-variant-4 * + .thumbnail-link {
    margin-top: 8px;
}

@media (min-width: 1800px) {
    .thumbnail-variant-4 * + p {
        margin-top: 26px;
    }
    .thumbnail-variant-4 * + .thumbnail-link {
        margin-top: 16px;
    }
}

html.mobile .thumbnail-variant-4 .caption,
html.tablet .thumbnail-variant-4 .caption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

html.mobile .thumbnail-variant-4 a,
html.mobile .thumbnail-variant-4 p,
html.tablet .thumbnail-variant-4 a,
html.tablet .thumbnail-variant-4 p {
    opacity: 1;
}

html.mobile .thumbnail-variant-4 img,
html.tablet .thumbnail-variant-4 img {
    opacity: 0.2;
}

.thumbnail-opacity {
    display: inline-block;
}

.thumbnail-opacity img {
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.thumbnail-opacity:hover img {
    opacity: 0.5;
}

.thumbnail-gray {
    display: inline-block;
}

.thumbnail-gray img {
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.thumbnail-gray:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

html.ie-10 .thumbnail-gray:hover img,
html.ie-11 .thumbnail-gray:hover img {
    opacity: 0.5;
}

.img-thumbnail,
.thumbnail {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.thumbnail-block {
    display: block;
}

.thumbnail-block > img,
.thumbnail-block a > img {
    width: 100%;
    height: auto;
}

.thumbnail-img {
    display: block;
}

.thumbnail-img img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.thumbnail-img:hover img {
    opacity: 0.8;
}

.img-wrap {
    display: inline-block;
    position: relative;
    height: 100%;
}

.img-wrap .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    font-size: 50px;
}

.img-wrap .icon:hover {
    font-size: 60px;
}

@media (min-width: 992px) {
    .img-wrap .icon {
        font-size: 100px;
    }
    .img-wrap .icon:hover {
        font-size: 110px;
    }
}

.img-wrap .icon.icon-sm {
    font-size: 72px;
}

.img-wrap .icon.icon-sm:hover {
    font-size: 80px;
}

.rd-form {
    position: relative;
    text-align: left;
}

.rd-form .button {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 48px;
}

* + .rd-form {
    margin-top: 20px;
}

p + .rd-form {
    margin-top: 30px;
}

input:-webkit-autofill ~ .form-validation,
input:-webkit-autofill ~ label {
    color: #3e3f40 !important;
}

.form-wrap {
    position: relative;
}

.page-main .form-wrap,
.rd-navbar-search-form-input,
.search-input .form-wrap {
    margin-right: -11px;
    margin-left: -11px;
}

.form-wrap.has-error .form-input {
    border-color: #f5543f;
}

.page-main .form-wrap.has-error .form-input {
    border-color: inherit;
}

.form-wrap.has-focus .form-input {
    border-color: #c62a82;
}

.form-wrap + .form-wrap {
    margin-top: 25px;
}

.rd-form {
    position: relative;
}

.rd-form * + .button {
    margin-top: 25px;
}

.form-inline {
    display: block;
}

.form-inline * + .button {
    margin-top: 25px;
}

@media (min-width: 576px) {
    .form-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .form-inline .form-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .form-inline label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .form-inline .form-input {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline * + .button {
        margin-top: 0;
    }
}

.form-inline .form-label-outside {
    display: block;
    margin-bottom: 4px;
}

/* label {
    margin-bottom: 10px;
    font-weight: 400;
} */

.form-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #ced4da;
}

.rd-navbar-search-form-input,
.search-input .form-input {
    min-height: 60px;
    padding: 21px 13px 0;
    color: #fff;
    background: rgba(31, 39, 70, 0.8);
    border-radius: 8px;
    border-color: transparent;
    cursor: pointer;
}

.form-input,
.rd-navbar-search-form-input,
.search-input .form-input {
    min-height: 60px;
    padding: 21px 13px 0;
    color: #1f2746;
    background: #fff;
    border-radius: 0;
    border-color: transparent;
    cursor: pointer;
}

@media (min-width: 576px) {
    .form-input,
    .rd-navbar-search-form-input {
        padding: 21px 20px 0 20px;
    }
}

.page-insurance .form-input {
    background: rgba(255, 255, 255, 0.8);
    color: #1f2746;
}

.form-input:focus {
    outline: 0;
}

.myModal_search .form-input:focus {
    border-color: transparent;
}

.page-main .form-input:focus,
.rd-navbar-search-form-input:focus {
    border-color: transparent;
}

.form-input::-moz-placeholder {
    font-size: 16px;
    color: #3e3f40;
    opacity: 1;
}

.form-input:-ms-input-placeholder {
    font-size: 16px;
    color: #3e3f40;
}

.form-input::-webkit-input-placeholder {
    font-size: 16px;
    color: #3e3f40;
}

textarea.form-input {
    height: 150px;
    min-height: 80px;
    max-height: 190px;
    resize: vertical;
}

.form-label-outside {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.form-label {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 21px;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: transform;
}

.rd-search .form-label {
    color: #09183f;
}

.page-insurance .form-label {
    color: #3e3f40;
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #495057;
}

.form-label-outside + * + .form-validation {
    top: 27px;
}

[data-x-mode="true"] .form-label {
    pointer-events: auto;
}

.form-label-outside {
    width: 100%;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }
    .form-label-outside,
    .form-label-outside.auto-fill,
    .form-label-outside.focus {
        -webkit-transform: none;
        transform: none;
    }
}

[data-x-mode="true"] .form-label {
    pointer-events: auto;
}

.form-validation {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-main .form-validation {
    display: none;
}

.form-validation-left .form-validation {
    top: auto;
    right: auto;
    left: 5px;
    bottom: 5px;
}

.stepper .form-validation {
    top: 100%;
}

.recaptcha div {
    display: block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.recaptcha iframe {
    display: block;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    visibility: hidden;
    -webkit-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#form-output-global.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #f5543f;
}

.form-output.success {
    color: #98bf44;
}

.form-input,
.input-lg,
.input-sm {
    font-size: 16px;
}

.form-input,
.form-input:focus,
.input-lg,
.input-lg:focus,
.input-sm,
.input-sm:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-wrap-sm .form-input {
    min-height: 40px;
    font-size: 14px;
    border-radius: 0;
    padding: 9px 16px;
}

.form-wrap-sm .form-label {
    top: 21px;
    font-size: 14px;
}

.form-wrap-sm + .form-wrap-sm {
    margin-top: 10px;
}

.form-wrap-sm + .button {
    margin-top: 10px;
}

.form-input-dark {
    background-color: #161b31;
    color: #cacaca;
    border: none;
}

.form-group {
    position: relative;
    margin-bottom: 0;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442;
}

.has-error .form-input:not(.form-control-impressed),
.has-error .form-input:not(.form-control-impressed):focus {
    border-color: #f2dede;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-input:not(.form-control-impressed):focus,
.page-main .has-error .form-input:not(.form-control-impressed) {
    border-color: inherit;
}

.has-error .form-control-impressed,
.has-error .form-control-impressed:focus {
    -webkit-box-shadow: inset 0 0 0 1px #f2dede;
    box-shadow: inset 0 0 0 1px #f2dede;
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #f2dede;
    background-color: #f2dede;
}

.has-error .input-group-btn > .button {
    border-color: #f2dede;
    background: #f2dede;
}

.has-error .form-validation {
    color: #a94442;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d;
}

.has-success .form-input:not(.form-control-impressed),
.has-success .form-input:not(.form-control-impressed):focus {
    border-color: #dff0d8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control-impressed,
.has-success .form-control-impressed:focus {
    -webkit-box-shadow: inset 0 0 0 1px #dff0d8;
    box-shadow: inset 0 0 0 1px #dff0d8;
}

.has-success .input-group-addon {
    color: #fff;
    border-color: #dff0d8;
    background-color: #dff0d8;
}

.has-success .input-group-btn > .button {
    border-color: #dff0d8;
    background: #dff0d8;
}

.has-success .form-validation {
    color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b;
}

.has-warning .form-input:not(.form-control-impressed),
.has-warning .form-input:not(.form-control-impressed):focus {
    border-color: #fcf8e3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .form-control-impressed,
.has-warning .form-control-impressed:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fcf8e3;
    box-shadow: inset 0 0 0 1px #fcf8e3;
}

.has-warning .input-group-addon {
    color: #fff;
    border-color: #fcf8e3;
    background-color: #fcf8e3;
}

.has-warning .input-group-btn > .button {
    border-color: #fcf8e3;
    background: #fcf8e3;
}

.has-warning .form-validation {
    color: #8a6d3b;
}

.has-info .checkbox,
.has-info .checkbox-inline,
.has-info.checkbox-inline label,
.has-info.checkbox label,
.has-info .control-label,
.has-info .help-block,
.has-info .radio,
.has-info .radio-inline,
.has-info.radio-inline label,
.has-info.radio label {
    color: #31708f;
}

.has-info .form-input:not(.form-control-impressed),
.has-info .form-input:not(.form-control-impressed):focus {
    border-color: #d9edf7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-info .form-control-impressed,
.has-info .form-control-impressed:focus {
    -webkit-box-shadow: inset 0 0 0 1px #d9edf7;
    box-shadow: inset 0 0 0 1px #d9edf7;
}

.has-info .input-group-addon {
    color: #fff;
    border-color: #d9edf7;
    background-color: #d9edf7;
}

.has-info .input-group-btn > .button {
    border-color: #d9edf7;
    background: #d9edf7;
}

.has-info .form-validation {
    color: #31708f;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 9999999;
}

#form-output-global.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #e75854;
}

.form-output.success {
    color: #5cb85c;
}

.checkbox-inline .checkbox-custom,
.checkbox .checkbox-custom,
.radio-inline .radio-custom,
.radio .radio-custom {
    opacity: 0;
}

.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.radio .radio-custom,
.radio .radio-custom-dummy {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -26px;
    margin-top: 3px;
    outline: none;
    cursor: pointer;
}

.checkbox-inline .checkbox-custom-dummy,
.checkbox .checkbox-custom-dummy,
.radio-inline .radio-custom-dummy,
.radio .radio-custom-dummy {
    pointer-events: none;
    background: #f3f4f7;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.checkbox-inline .checkbox-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.radio .radio-custom-dummy:after {
    position: absolute;
    opacity: 0;
}

.checkbox-inline .checkbox-custom:focus,
.checkbox .checkbox-custom:focus,
.radio-inline .radio-custom:focus,
.radio .radio-custom:focus {
    outline: none;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.radio .radio-custom,
.radio .radio-custom-dummy {
    width: 16px;
    height: 16px;
}

.checkbox-inline,
.radio-inline {
    padding-left: 26px;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 15px;
}

.checkbox-inline-wrapper,
.radio-inline-wrapper {
    margin-left: -15px;
}

.checkbox-inline-wrapper .checkbox-inline,
.checkbox-inline-wrapper .radio-inline,
.radio-inline-wrapper .checkbox-inline,
.radio-inline-wrapper .radio-inline {
    margin-left: 15px;
}

.checkbox-custom:checked + .checkbox-custom-dummy:after,
.radio-custom:checked + .radio-custom-dummy:after {
    opacity: 1;
}

.radio-inline .radio-custom-dummy,
.radio .radio-custom-dummy {
    border-radius: 50%;
}

.radio-inline .radio-custom-dummy:after,
.radio .radio-custom-dummy:after {
    content: "";
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #3e3f40;
    border-radius: 50%;
}

.checkbox,
.checkbox-inline {
    padding-left: 26px;
}

.checkbox-inline .checkbox-custom-dummy,
.checkbox .checkbox-custom-dummy {
    pointer-events: none;
    margin-left: 0;
    left: 0;
}

.checkbox-inline .checkbox-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after {
    content: "";
    font-family: "Material Design Icons";
    font-size: 20px;
    line-height: 10px;
    position: absolute;
    top: 1px;
    left: -2px;
    color: #222;
}

.unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

[class*="unit"]:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.unit-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.unit {
    margin-bottom: -15px;
    margin-left: -30px;
}

.unit > * {
    margin-bottom: 15px;
    margin-left: 30px;
}

@media (min-width: 576px) {
    .unit-sm {
        margin-bottom: -15px;
        margin-left: -30px;
    }
    .unit-sm > * {
        margin-bottom: 15px;
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    .unit-md {
        margin-bottom: -15px;
        margin-left: -30px;
    }
    .unit-md > * {
        margin-bottom: 15px;
        margin-left: 30px;
    }
}

@media (min-width: 992px) {
    .unit-lg {
        margin-bottom: -15px;
        margin-left: -30px;
    }
    .unit-lg > * {
        margin-bottom: 15px;
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .unit-xl {
        margin-bottom: -15px;
        margin-left: -30px;
    }
    .unit-xl > * {
        margin-bottom: 15px;
        margin-left: 30px;
    }
}

@media (min-width: 1800px) {
    .unit-xxl {
        margin-bottom: -15px;
        margin-left: -30px;
    }
    .unit-xxl > * {
        margin-bottom: 15px;
        margin-left: 30px;
    }
}

.unit-spacing-xxs.unit {
    margin-bottom: -10px;
    margin-left: -5px;
}

.unit-spacing-xxs.unit > * {
    margin-bottom: 10px;
    margin-left: 5px;
}

@media (min-width: 576px) {
    .unit-spacing-xxs.unit {
        margin-bottom: -10px;
        margin-left: -5px;
    }
    .unit-spacing-xxs.unit > * {
        margin-bottom: 10px;
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xxs.unit {
        margin-bottom: -10px;
        margin-left: -5px;
    }
    .unit-spacing-xxs.unit > * {
        margin-bottom: 10px;
        margin-left: 5px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xxs.unit {
        margin-bottom: -10px;
        margin-left: -5px;
    }
    .unit-spacing-xxs.unit > * {
        margin-bottom: 10px;
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xxs.unit {
        margin-bottom: -10px;
        margin-left: -5px;
    }
    .unit-spacing-xxs.unit > * {
        margin-bottom: 10px;
        margin-left: 5px;
    }
}

@media (min-width: 1800px) {
    .unit-spacing-xxs.unit {
        margin-bottom: -10px;
        margin-left: -5px;
    }
    .unit-spacing-xxs.unit > * {
        margin-bottom: 10px;
        margin-left: 5px;
    }
}

.unit-spacing-xs.unit {
    margin-bottom: -10px;
    margin-left: -22px;
}

.unit-spacing-xs.unit > * {
    margin-bottom: 10px;
    margin-left: 22px;
}

@media (min-width: 576px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -22px;
    }
    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 22px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -22px;
    }
    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 22px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -22px;
    }
    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 22px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -22px;
    }
    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 22px;
    }
}

@media (min-width: 1800px) {
    .unit-spacing-xs.unit {
        margin-bottom: -10px;
        margin-left: -22px;
    }
    .unit-spacing-xs.unit > * {
        margin-bottom: 10px;
        margin-left: 22px;
    }
}

.unit-spacing-sm.unit {
    margin-bottom: -10px;
    margin-left: -41px;
}

.unit-spacing-sm.unit > * {
    margin-bottom: 10px;
    margin-left: 41px;
}

@media (min-width: 576px) {
    .unit-spacing-sm.unit {
        margin-bottom: -10px;
        margin-left: -41px;
    }
    .unit-spacing-sm.unit > * {
        margin-bottom: 10px;
        margin-left: 41px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-sm.unit {
        margin-bottom: -10px;
        margin-left: -41px;
    }
    .unit-spacing-sm.unit > * {
        margin-bottom: 10px;
        margin-left: 41px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-sm.unit {
        margin-bottom: -10px;
        margin-left: -41px;
    }
    .unit-spacing-sm.unit > * {
        margin-bottom: 10px;
        margin-left: 41px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-sm.unit {
        margin-bottom: -10px;
        margin-left: -41px;
    }
    .unit-spacing-sm.unit > * {
        margin-bottom: 10px;
        margin-left: 41px;
    }
}

@media (min-width: 1800px) {
    .unit-spacing-sm.unit {
        margin-bottom: -10px;
        margin-left: -41px;
    }
    .unit-spacing-sm.unit > * {
        margin-bottom: 10px;
        margin-left: 41px;
    }
}

.unit-spacing-15.unit {
    margin-bottom: -10px;
    margin-left: -15px;
}

.unit-spacing-15.unit > * {
    margin-bottom: 10px;
    margin-left: 15px;
}

@media (min-width: 576px) {
    .unit-spacing-15.unit {
        margin-bottom: -10px;
        margin-left: -15px;
    }
    .unit-spacing-15.unit > * {
        margin-bottom: 10px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .unit-spacing-15.unit {
        margin-bottom: -10px;
        margin-left: -15px;
    }
    .unit-spacing-15.unit > * {
        margin-bottom: 10px;
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .unit-spacing-15.unit {
        margin-bottom: -10px;
        margin-left: -15px;
    }
    .unit-spacing-15.unit > * {
        margin-bottom: 10px;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-15.unit {
        margin-bottom: -10px;
        margin-left: -15px;
    }
    .unit-spacing-15.unit > * {
        margin-bottom: 10px;
        margin-left: 15px;
    }
}

@media (min-width: 1800px) {
    .unit-spacing-15.unit {
        margin-bottom: -10px;
        margin-left: -15px;
    }
    .unit-spacing-15.unit > * {
        margin-bottom: 10px;
        margin-left: 15px;
    }
}

.section-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.section-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

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

.section-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section-220 {
    padding-top: 220px;
    padding-bottom: 220px;
}

@media (min-width: 576px) {
    .section-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-sm-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-sm-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .section-sm-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section-sm-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section-sm-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .section-sm-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .section-sm-220 {
        padding-top: 220px;
        padding-bottom: 220px;
    }
}

@media (min-width: 768px) {
    .section-md-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-md-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-md-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-md-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-md-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-md-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .section-md-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section-md-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section-md-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .section-md-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .section-md-220 {
        padding-top: 220px;
        padding-bottom: 220px;
    }
}

@media (min-width: 992px) {
    .section-lg-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-lg-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-lg-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-lg-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .section-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section-lg-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section-lg-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .section-lg-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .section-lg-220 {
        padding-top: 220px;
        padding-bottom: 220px;
    }
}

@media (min-width: 1200px) {
    .section-xl-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section-xl-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-xl-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-xl-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-xl-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .section-xl-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section-xl-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section-xl-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .section-xl-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .section-xl-220 {
        padding-top: 220px;
        padding-bottom: 220px;
    }
}

@media (min-width: 1800px) {
    .section-xxl-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section-xxl-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-xxl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-xxl-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-xxl-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-xxl-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-xxl-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .section-xxl-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section-xxl-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section-xxl-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .section-xxl-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .section-xxl-220 {
        padding-top: 220px;
        padding-bottom: 220px;
    }
}

.section-top-0 {
    padding-top: 0px;
}

.section-top-30 {
    padding-top: 30px;
}

.section-top-50 {
    padding-top: 50px;
}

.section-top-60 {
    padding-top: 60px;
}

.section-top-70 {
    padding-top: 70px;
}

.section-top-80 {
    padding-top: 80px;
}

.section-top-90 {
    padding-top: 90px;
}

.section-top-100 {
    padding-top: 100px;
}

.section-top-120 {
    padding-top: 120px;
}

.section-top-140 {
    padding-top: 140px;
}

.section-top-200 {
    padding-top: 200px;
}

.section-top-220 {
    padding-top: 220px;
}

@media (min-width: 576px) {
    .section-sm-top-0 {
        padding-top: 0px;
    }
    .section-sm-top-30 {
        padding-top: 30px;
    }
    .section-sm-top-50 {
        padding-top: 50px;
    }
    .section-sm-top-60 {
        padding-top: 60px;
    }
    .section-sm-top-70 {
        padding-top: 70px;
    }
    .section-sm-top-80 {
        padding-top: 80px;
    }
    .section-sm-top-90 {
        padding-top: 90px;
    }
    .section-sm-top-100 {
        padding-top: 100px;
    }
    .section-sm-top-120 {
        padding-top: 120px;
    }
    .section-sm-top-140 {
        padding-top: 140px;
    }
    .section-sm-top-200 {
        padding-top: 200px;
    }
    .section-sm-top-220 {
        padding-top: 220px;
    }
}

@media (min-width: 768px) {
    .section-md-top-0 {
        padding-top: 0px;
    }
    .section-md-top-30 {
        padding-top: 30px;
    }
    .section-md-top-50 {
        padding-top: 50px;
    }
    .section-md-top-60 {
        padding-top: 60px;
    }
    .section-md-top-70 {
        padding-top: 70px;
    }
    .section-md-top-80 {
        padding-top: 80px;
    }
    .section-md-top-90 {
        padding-top: 90px;
    }
    .section-md-top-100 {
        padding-top: 100px;
    }
    .section-md-top-120 {
        padding-top: 120px;
    }
    .section-md-top-140 {
        padding-top: 140px;
    }
    .section-md-top-200 {
        padding-top: 200px;
    }
    .section-md-top-220 {
        padding-top: 220px;
    }
}

@media (min-width: 992px) {
    .section-lg-top-0 {
        padding-top: 0px;
    }
    .section-lg-top-30 {
        padding-top: 30px;
    }
    .section-lg-top-50 {
        padding-top: 50px;
    }
    .section-lg-top-60 {
        padding-top: 60px;
    }
    .section-lg-top-70 {
        padding-top: 70px;
    }
    .section-lg-top-80 {
        padding-top: 80px;
    }
    .section-lg-top-90 {
        padding-top: 90px;
    }
    .section-lg-top-100 {
        padding-top: 100px;
    }
    .section-lg-top-120 {
        padding-top: 120px;
    }
    .section-lg-top-140 {
        padding-top: 140px;
    }
    .section-lg-top-200 {
        padding-top: 200px;
    }
    .section-lg-top-220 {
        padding-top: 220px;
    }
}

@media (min-width: 1200px) {
    .section-xl-top-0 {
        padding-top: 0px;
    }
    .section-xl-top-30 {
        padding-top: 30px;
    }
    .section-xl-top-50 {
        padding-top: 50px;
    }
    .section-xl-top-60 {
        padding-top: 60px;
    }
    .section-xl-top-70 {
        padding-top: 70px;
    }
    .section-xl-top-80 {
        padding-top: 80px;
    }
    .section-xl-top-90 {
        padding-top: 90px;
    }
    .section-xl-top-100 {
        padding-top: 100px;
    }
    .section-xl-top-120 {
        padding-top: 120px;
    }
    .section-xl-top-140 {
        padding-top: 140px;
    }
    .section-xl-top-200 {
        padding-top: 200px;
    }
    .section-xl-top-220 {
        padding-top: 220px;
    }
}

@media (min-width: 1800px) {
    .section-xxl-top-0 {
        padding-top: 0px;
    }
    .section-xxl-top-30 {
        padding-top: 30px;
    }
    .section-xxl-top-50 {
        padding-top: 50px;
    }
    .section-xxl-top-60 {
        padding-top: 60px;
    }
    .section-xxl-top-70 {
        padding-top: 70px;
    }
    .section-xxl-top-80 {
        padding-top: 80px;
    }
    .section-xxl-top-90 {
        padding-top: 90px;
    }
    .section-xxl-top-100 {
        padding-top: 100px;
    }
    .section-xxl-top-120 {
        padding-top: 120px;
    }
    .section-xxl-top-140 {
        padding-top: 140px;
    }
    .section-xxl-top-200 {
        padding-top: 200px;
    }
    .section-xxl-top-220 {
        padding-top: 220px;
    }
}

.section-bottom-0 {
    padding-bottom: 0px;
}

.section-bottom-30 {
    padding-bottom: 30px;
}

.section-bottom-50 {
    padding-bottom: 50px;
}

.section-bottom-60 {
    padding-bottom: 60px;
}

.section-bottom-70 {
    padding-bottom: 70px;
}

.section-bottom-80 {
    padding-bottom: 80px;
}

.section-bottom-90 {
    padding-bottom: 90px;
}

.section-bottom-100 {
    padding-bottom: 100px;
}

.section-bottom-120 {
    padding-bottom: 120px;
}

.section-bottom-140 {
    padding-bottom: 140px;
}

.section-bottom-200 {
    padding-bottom: 200px;
}

.section-bottom-220 {
    padding-bottom: 220px;
}

@media (min-width: 576px) {
    .section-sm-bottom-0 {
        padding-bottom: 0px;
    }
    .section-sm-bottom-30 {
        padding-bottom: 30px;
    }
    .section-sm-bottom-50 {
        padding-bottom: 50px;
    }
    .section-sm-bottom-60 {
        padding-bottom: 60px;
    }
    .section-sm-bottom-70 {
        padding-bottom: 70px;
    }
    .section-sm-bottom-80 {
        padding-bottom: 80px;
    }
    .section-sm-bottom-90 {
        padding-bottom: 90px;
    }
    .section-sm-bottom-100 {
        padding-bottom: 100px;
    }
    .section-sm-bottom-120 {
        padding-bottom: 120px;
    }
    .section-sm-bottom-140 {
        padding-bottom: 140px;
    }
    .section-sm-bottom-200 {
        padding-bottom: 200px;
    }
    .section-sm-bottom-220 {
        padding-bottom: 220px;
    }
}

@media (min-width: 768px) {
    .section-md-bottom-0 {
        padding-bottom: 0px;
    }
    .section-md-bottom-30 {
        padding-bottom: 30px;
    }
    .section-md-bottom-50 {
        padding-bottom: 50px;
    }
    .section-md-bottom-60 {
        padding-bottom: 60px;
    }
    .section-md-bottom-70 {
        padding-bottom: 70px;
    }
    .section-md-bottom-80 {
        padding-bottom: 80px;
    }
    .section-md-bottom-90 {
        padding-bottom: 90px;
    }
    .section-md-bottom-100 {
        padding-bottom: 100px;
    }
    .section-md-bottom-120 {
        padding-bottom: 120px;
    }
    .section-md-bottom-140 {
        padding-bottom: 140px;
    }
    .section-md-bottom-200 {
        padding-bottom: 200px;
    }
    .section-md-bottom-220 {
        padding-bottom: 220px;
    }
}

@media (min-width: 992px) {
    .section-lg-bottom-0 {
        padding-bottom: 0px;
    }
    .section-lg-bottom-30 {
        padding-bottom: 30px;
    }
    .section-lg-bottom-50 {
        padding-bottom: 50px;
    }
    .section-lg-bottom-60 {
        padding-bottom: 60px;
    }
    .section-lg-bottom-70 {
        padding-bottom: 70px;
    }
    .section-lg-bottom-80 {
        padding-bottom: 80px;
    }
    .section-lg-bottom-90 {
        padding-bottom: 90px;
    }
    .section-lg-bottom-100 {
        padding-bottom: 100px;
    }
    .section-lg-bottom-120 {
        padding-bottom: 120px;
    }
    .section-lg-bottom-140 {
        padding-bottom: 140px;
    }
    .section-lg-bottom-200 {
        padding-bottom: 200px;
    }
    .section-lg-bottom-220 {
        padding-bottom: 220px;
    }
}

@media (min-width: 1200px) {
    .section-xl-bottom-0 {
        padding-bottom: 0px;
    }
    .section-xl-bottom-30 {
        padding-bottom: 30px;
    }
    .section-xl-bottom-50 {
        padding-bottom: 50px;
    }
    .section-xl-bottom-60 {
        padding-bottom: 60px;
    }
    .section-xl-bottom-70 {
        padding-bottom: 70px;
    }
    .section-xl-bottom-80 {
        padding-bottom: 80px;
    }
    .section-xl-bottom-90 {
        padding-bottom: 90px;
    }
    .section-xl-bottom-100 {
        padding-bottom: 100px;
    }
    .section-xl-bottom-120 {
        padding-bottom: 120px;
    }
    .section-xl-bottom-140 {
        padding-bottom: 140px;
    }
    .section-xl-bottom-200 {
        padding-bottom: 200px;
    }
    .section-xl-bottom-220 {
        padding-bottom: 220px;
    }
}

@media (min-width: 1800px) {
    .section-xxl-bottom-0 {
        padding-bottom: 0px;
    }
    .section-xxl-bottom-30 {
        padding-bottom: 30px;
    }
    .section-xxl-bottom-50 {
        padding-bottom: 50px;
    }
    .section-xxl-bottom-60 {
        padding-bottom: 60px;
    }
    .section-xxl-bottom-70 {
        padding-bottom: 70px;
    }
    .section-xxl-bottom-80 {
        padding-bottom: 80px;
    }
    .section-xxl-bottom-90 {
        padding-bottom: 90px;
    }
    .section-xxl-bottom-100 {
        padding-bottom: 100px;
    }
    .section-xxl-bottom-120 {
        padding-bottom: 120px;
    }
    .section-xxl-bottom-140 {
        padding-bottom: 140px;
    }
    .section-xxl-bottom-200 {
        padding-bottom: 200px;
    }
    .section-xxl-bottom-220 {
        padding-bottom: 220px;
    }
}

@media (max-width: 1200px) {
    .section-grid-demonstration [class*="col-"] h5 {
        font-size: 16px;
        line-height: 16px;
    }
    .section-grid-demonstration [class*="col-"] p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .section-grid-demonstration [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

html .group {
    margin-bottom: -27px;
    margin-left: -27px;
}

html .group:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 27px;
    margin-left: 27px;
}

html .group-xs {
    margin-bottom: -5px;
    margin-left: -5px;
}

html .group-xs:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-xs > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 5px;
}

html .group-sm {
    margin-bottom: -10px;
    margin-left: -10px;
}

html .group-sm:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-sm > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}

html .group-lg {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -30px;
}

@media (min-width: 992px) {
    html .group-lg {
        margin-left: -58px;
    }
}

html .group-lg > *,
html .group-lg > :first-child {
    display: inline-block;
    margin-top: 10px;
    margin-left: 30px;
}

@media (min-width: 992px) {
    html .group-lg > *,
    html .group-lg > :first-child {
        margin-left: 58px;
    }
}

html .group-42 {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -10px;
}

@media (min-width: 992px) {
    html .group-42 {
        margin-left: -42px;
    }
}

html .group-42 > *,
html .group-42 > :first-child {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

@media (min-width: 992px) {
    html .group-42 > *,
    html .group-42 > :first-child {
        margin-left: 42px;
    }
}

html .group-26 {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -10px;
}

@media (min-width: 992px) {
    html .group-26 {
        margin-left: -26px;
    }
}

html .group-26 > *,
html .group-26 > :first-child {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

@media (min-width: 992px) {
    html .group-26 > *,
    html .group-26 > :first-child {
        margin-left: 26px;
    }
}

html .group-xl {
    margin-bottom: -30px;
    margin-left: -30px;
}

html .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-xl > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 30px;
}

html .group-top > *,
html .group-top > :first-child {
    vertical-align: top;
}

html .group-middle > *,
html .group-middle > :first-child {
    vertical-align: middle;
}

html .group-bottom > *,
html .group-bottom > :first-child {
    vertical-align: bottom;
}

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

.page-wide > header {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-wide > footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-wide > footer a {
    color: #fff;
}

a {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:focus,
a:hover {
    outline: none;
}

a.hover,
a:hover {
    /* color: #1f2746; */
}

a.focus,
a:focus {
    color: #cacaca;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hr-title {
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #cacaca;
}

.divider {
    height: 2px;
    border: none;
}

.divider-wide {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 1px;
    background-color: #e3e3e5;
}

.divider-info {
    background-color: #42d4ec;
}

.divider-info-dr {
    background-color: #22a9bf;
}

.divider-primary {
    background-color: #c62a82;
}

.divider-white {
    background-color: #fff;
}

.divider-80 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80px;
}

.divider-60 {
    margin-top: 20px;
    margin-bottom: 22px;
    width: 60px;
}

.divider-50 {
    margin-top: 20px;
    margin-bottom: 22px;
    width: 50px;
}

.divider-40 {
    margin-top: 22px;
    margin-bottom: 20px;
    width: 40px;
}

.divider-30 {
    margin-top: 24px;
    margin-bottom: 22px;
    width: 30px;
}

.divider-left {
    margin-left: 0;
    text-align: left;
}

@media (min-width: 1200px) {
    .divider-lg-left {
        margin-left: 0;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .divider-md-left {
        margin-left: 0;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .divider-sm-left {
        margin-left: 0;
        text-align: left;
    }
}

.well {
    background-color: #f3f4f7;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 4px;
}

@media (max-width: 767.98px) {
    .well h4 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .well {
        padding: 31px 30px;
    }
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

@media (min-width: 992px) {
    .gallery {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    width: 105px;
}

.gallery-item img {
    width: 100%;
}

.inset-left-0 {
    padding-left: 0;
}

.inset-left-8 {
    padding-left: 8px;
}

.inset-left-10 {
    padding-left: 10px;
}

.inset-left-20 {
    padding-left: 20px;
}

.inset-left-26 {
    padding-left: 26px;
}

.inset-left-40 {
    padding-left: 40px;
}

.inset-left-50 {
    padding-left: 50px;
}

.inset-left-65 {
    padding-left: 65px;
}

.inset-left-80 {
    padding-left: 80px;
}

.inset-left-120 {
    padding-left: 120px;
}

.inset-left-150 {
    padding-left: 150px;
}

@media (min-width: 576px) {
    .inset-sm-left-0 {
        padding-left: 0;
    }
    .inset-sm-left-8 {
        padding-left: 8px;
    }
    .inset-sm-left-10 {
        padding-left: 10px;
    }
    .inset-sm-left-20 {
        padding-left: 20px;
    }
    .inset-sm-left-26 {
        padding-left: 26px;
    }
    .inset-sm-left-40 {
        padding-left: 40px;
    }
    .inset-sm-left-50 {
        padding-left: 50px;
    }
    .inset-sm-left-65 {
        padding-left: 65px;
    }
    .inset-sm-left-80 {
        padding-left: 80px;
    }
    .inset-sm-left-120 {
        padding-left: 120px;
    }
    .inset-sm-left-150 {
        padding-left: 150px;
    }
}

@media (min-width: 768px) {
    .inset-md-left-0 {
        padding-left: 0;
    }
    .inset-md-left-8 {
        padding-left: 8px;
    }
    .inset-md-left-10 {
        padding-left: 10px;
    }
    .inset-md-left-20 {
        padding-left: 20px;
    }
    .inset-md-left-26 {
        padding-left: 26px;
    }
    .inset-md-left-40 {
        padding-left: 40px;
    }
    .inset-md-left-50 {
        padding-left: 50px;
    }
    .inset-md-left-65 {
        padding-left: 65px;
    }
    .inset-md-left-80 {
        padding-left: 80px;
    }
    .inset-md-left-120 {
        padding-left: 120px;
    }
    .inset-md-left-150 {
        padding-left: 150px;
    }
}

@media (min-width: 992px) {
    .inset-lg-left-0 {
        padding-left: 0;
    }
    .inset-lg-left-8 {
        padding-left: 8px;
    }
    .inset-lg-left-10 {
        padding-left: 10px;
    }
    .inset-lg-left-20 {
        padding-left: 20px;
    }
    .inset-lg-left-26 {
        padding-left: 26px;
    }
    .inset-lg-left-40 {
        padding-left: 40px;
    }
    .inset-lg-left-50 {
        padding-left: 50px;
    }
    .inset-lg-left-65 {
        padding-left: 65px;
    }
    .inset-lg-left-80 {
        padding-left: 80px;
    }
    .inset-lg-left-120 {
        padding-left: 120px;
    }
    .inset-lg-left-150 {
        padding-left: 150px;
    }
}

@media (min-width: 1200px) {
    .inset-xl-left-0 {
        padding-left: 0;
    }
    .inset-xl-left-8 {
        padding-left: 8px;
    }
    .inset-xl-left-10 {
        padding-left: 10px;
    }
    .inset-xl-left-20 {
        padding-left: 20px;
    }
    .inset-xl-left-26 {
        padding-left: 26px;
    }
    .inset-xl-left-40 {
        padding-left: 40px;
    }
    .inset-xl-left-50 {
        padding-left: 50px;
    }
    .inset-xl-left-65 {
        padding-left: 65px;
    }
    .inset-xl-left-80 {
        padding-left: 80px;
    }
    .inset-xl-left-120 {
        padding-left: 120px;
    }
    .inset-xl-left-150 {
        padding-left: 150px;
    }
}

@media (min-width: 1800px) {
    .inset-xxl-left-0 {
        padding-left: 0;
    }
    .inset-xxl-left-8 {
        padding-left: 8px;
    }
    .inset-xxl-left-10 {
        padding-left: 10px;
    }
    .inset-xxl-left-20 {
        padding-left: 20px;
    }
    .inset-xxl-left-26 {
        padding-left: 26px;
    }
    .inset-xxl-left-40 {
        padding-left: 40px;
    }
    .inset-xxl-left-50 {
        padding-left: 50px;
    }
    .inset-xxl-left-65 {
        padding-left: 65px;
    }
    .inset-xxl-left-80 {
        padding-left: 80px;
    }
    .inset-xxl-left-120 {
        padding-left: 120px;
    }
    .inset-xxl-left-150 {
        padding-left: 150px;
    }
}

.inset-right-0 {
    padding-right: 0;
}

.inset-right-8 {
    padding-right: 8px;
}

.inset-right-10 {
    padding-right: 10px;
}

.inset-right-20 {
    padding-right: 20px;
}

.inset-right-26 {
    padding-right: 26px;
}

.inset-right-40 {
    padding-right: 40px;
}

.inset-right-50 {
    padding-right: 50px;
}

.inset-right-65 {
    padding-right: 65px;
}

.inset-right-80 {
    padding-right: 80px;
}

.inset-right-120 {
    padding-right: 120px;
}

.inset-right-150 {
    padding-right: 150px;
}

@media (min-width: 576px) {
    .inset-sm-right-0 {
        padding-right: 0;
    }
    .inset-sm-right-8 {
        padding-right: 8px;
    }
    .inset-sm-right-10 {
        padding-right: 10px;
    }
    .inset-sm-right-20 {
        padding-right: 20px;
    }
    .inset-sm-right-26 {
        padding-right: 26px;
    }
    .inset-sm-right-40 {
        padding-right: 40px;
    }
    .inset-sm-right-50 {
        padding-right: 50px;
    }
    .inset-sm-right-65 {
        padding-right: 65px;
    }
    .inset-sm-right-80 {
        padding-right: 80px;
    }
    .inset-sm-right-120 {
        padding-right: 120px;
    }
    .inset-sm-right-150 {
        padding-right: 150px;
    }
}

@media (min-width: 768px) {
    .inset-md-right-0 {
        padding-right: 0;
    }
    .inset-md-right-8 {
        padding-right: 8px;
    }
    .inset-md-right-10 {
        padding-right: 10px;
    }
    .inset-md-right-20 {
        padding-right: 20px;
    }
    .inset-md-right-26 {
        padding-right: 26px;
    }
    .inset-md-right-40 {
        padding-right: 40px;
    }
    .inset-md-right-50 {
        padding-right: 50px;
    }
    .inset-md-right-65 {
        padding-right: 65px;
    }
    .inset-md-right-80 {
        padding-right: 80px;
    }
    .inset-md-right-120 {
        padding-right: 120px;
    }
    .inset-md-right-150 {
        padding-right: 150px;
    }
}

@media (min-width: 992px) {
    .inset-lg-right-0 {
        padding-right: 0;
    }
    .inset-lg-right-8 {
        padding-right: 8px;
    }
    .inset-lg-right-10 {
        padding-right: 10px;
    }
    .inset-lg-right-20 {
        padding-right: 20px;
    }
    .inset-lg-right-26 {
        padding-right: 26px;
    }
    .inset-lg-right-40 {
        padding-right: 40px;
    }
    .inset-lg-right-50 {
        padding-right: 50px;
    }
    .inset-lg-right-65 {
        padding-right: 65px;
    }
    .inset-lg-right-80 {
        padding-right: 80px;
    }
    .inset-lg-right-120 {
        padding-right: 120px;
    }
    .inset-lg-right-150 {
        padding-right: 150px;
    }
}

@media (min-width: 1200px) {
    .inset-xl-right-0 {
        padding-right: 0;
    }
    .inset-xl-right-8 {
        padding-right: 8px;
    }
    .inset-xl-right-10 {
        padding-right: 10px;
    }
    .inset-xl-right-20 {
        padding-right: 20px;
    }
    .inset-xl-right-26 {
        padding-right: 26px;
    }
    .inset-xl-right-40 {
        padding-right: 40px;
    }
    .inset-xl-right-50 {
        padding-right: 50px;
    }
    .inset-xl-right-65 {
        padding-right: 65px;
    }
    .inset-xl-right-80 {
        padding-right: 80px;
    }
    .inset-xl-right-120 {
        padding-right: 120px;
    }
    .inset-xl-right-150 {
        padding-right: 150px;
    }
}

@media (min-width: 1800px) {
    .inset-xxl-right-0 {
        padding-right: 0;
    }
    .inset-xxl-right-8 {
        padding-right: 8px;
    }
    .inset-xxl-right-10 {
        padding-right: 10px;
    }
    .inset-xxl-right-20 {
        padding-right: 20px;
    }
    .inset-xxl-right-26 {
        padding-right: 26px;
    }
    .inset-xxl-right-40 {
        padding-right: 40px;
    }
    .inset-xxl-right-50 {
        padding-right: 50px;
    }
    .inset-xxl-right-65 {
        padding-right: 65px;
    }
    .inset-xxl-right-80 {
        padding-right: 80px;
    }
    .inset-xxl-right-120 {
        padding-right: 120px;
    }
    .inset-xxl-right-150 {
        padding-right: 150px;
    }
}

html .page .offset-top-0 {
    margin-top: 0;
}

html .page .offset-top-2 {
    margin-top: 2px;
}

html .page .offset-top-4 {
    margin-top: 4px;
}

html .page .offset-top-6 {
    margin-top: 6px;
}

html .page .offset-top-10 {
    margin-top: 10px;
}

html .page .offset-top-12 {
    margin-top: 12px;
}

html .page .offset-top-15 {
    margin-top: 15px;
}

html .page .offset-top-20 {
    margin-top: 20px;
}

html .page .offset-top-24 {
    margin-top: 24px;
}

html .page .offset-top-30 {
    margin-top: 30px;
}

html .page .offset-top-40 {
    margin-top: 40px;
}

html .page .offset-top-46 {
    margin-top: 46px;
}

html .page .offset-top-50 {
    margin-top: 50px;
}

html .page .offset-top-60 {
    margin-top: 60px;
}

html .page .offset-top-70 {
    margin-top: 70px;
}

html .page .offset-top-80 {
    margin-top: 80px;
}

html .page .offset-top-90 {
    margin-top: 90px;
}

html .page .offset-top-100 {
    margin-top: 100px;
}

html .page .offset-top-120 {
    margin-top: 120px;
}

@media (min-width: 576px) {
    html .page .offset-sm-top-0 {
        margin-top: 0;
    }
    html .page .offset-sm-top-2 {
        margin-top: 2px;
    }
    html .page .offset-sm-top-4 {
        margin-top: 4px;
    }
    html .page .offset-sm-top-6 {
        margin-top: 6px;
    }
    html .page .offset-sm-top-10 {
        margin-top: 10px;
    }
    html .page .offset-sm-top-12 {
        margin-top: 12px;
    }
    html .page .offset-sm-top-15 {
        margin-top: 15px;
    }
    html .page .offset-sm-top-20 {
        margin-top: 20px;
    }
    html .page .offset-sm-top-24 {
        margin-top: 24px;
    }
    html .page .offset-sm-top-30 {
        margin-top: 30px;
    }
    html .page .offset-sm-top-40 {
        margin-top: 40px;
    }
    html .page .offset-sm-top-46 {
        margin-top: 46px;
    }
    html .page .offset-sm-top-50 {
        margin-top: 50px;
    }
    html .page .offset-sm-top-60 {
        margin-top: 60px;
    }
    html .page .offset-sm-top-70 {
        margin-top: 70px;
    }
    html .page .offset-sm-top-80 {
        margin-top: 80px;
    }
    html .page .offset-sm-top-90 {
        margin-top: 90px;
    }
    html .page .offset-sm-top-100 {
        margin-top: 100px;
    }
    html .page .offset-sm-top-120 {
        margin-top: 120px;
    }
}

@media (min-width: 768px) {
    html .page .offset-md-top-0 {
        margin-top: 0;
    }
    html .page .offset-md-top-2 {
        margin-top: 2px;
    }
    html .page .offset-md-top-4 {
        margin-top: 4px;
    }
    html .page .offset-md-top-6 {
        margin-top: 6px;
    }
    html .page .offset-md-top-10 {
        margin-top: 10px;
    }
    html .page .offset-md-top-12 {
        margin-top: 12px;
    }
    html .page .offset-md-top-15 {
        margin-top: 15px;
    }
    html .page .offset-md-top-20 {
        margin-top: 20px;
    }
    html .page .offset-md-top-24 {
        margin-top: 24px;
    }
    html .page .offset-md-top-30 {
        margin-top: 30px;
    }
    html .page .offset-md-top-40 {
        margin-top: 40px;
    }
    html .page .offset-md-top-46 {
        margin-top: 46px;
    }
    html .page .offset-md-top-50 {
        margin-top: 50px;
    }
    html .page .offset-md-top-60 {
        margin-top: 60px;
    }
    html .page .offset-md-top-70 {
        margin-top: 70px;
    }
    html .page .offset-md-top-80 {
        margin-top: 80px;
    }
    html .page .offset-md-top-90 {
        margin-top: 90px;
    }
    html .page .offset-md-top-100 {
        margin-top: 100px;
    }
    html .page .offset-md-top-120 {
        margin-top: 120px;
    }
}

@media (min-width: 992px) {
    html .page .offset-lg-top-0 {
        margin-top: 0;
    }
    html .page .offset-lg-top-2 {
        margin-top: 2px;
    }
    html .page .offset-lg-top-4 {
        margin-top: 4px;
    }
    html .page .offset-lg-top-6 {
        margin-top: 6px;
    }
    html .page .offset-lg-top-10 {
        margin-top: 10px;
    }
    html .page .offset-lg-top-12 {
        margin-top: 12px;
    }
    html .page .offset-lg-top-15 {
        margin-top: 15px;
    }
    html .page .offset-lg-top-20 {
        margin-top: 20px;
    }
    html .page .offset-lg-top-24 {
        margin-top: 24px;
    }
    html .page .offset-lg-top-30 {
        margin-top: 30px;
    }
    html .page .offset-lg-top-40 {
        margin-top: 40px;
    }
    html .page .offset-lg-top-46 {
        margin-top: 46px;
    }
    html .page .offset-lg-top-50 {
        margin-top: 50px;
    }
    html .page .offset-lg-top-60 {
        margin-top: 60px;
    }
    html .page .offset-lg-top-70 {
        margin-top: 70px;
    }
    html .page .offset-lg-top-80 {
        margin-top: 80px;
    }
    html .page .offset-lg-top-90 {
        margin-top: 90px;
    }
    html .page .offset-lg-top-100 {
        margin-top: 100px;
    }
    html .page .offset-lg-top-120 {
        margin-top: 120px;
    }
}

@media (min-width: 1200px) {
    html .page .offset-xl-top-0 {
        margin-top: 0;
    }
    html .page .offset-xl-top-2 {
        margin-top: 2px;
    }
    html .page .offset-xl-top-4 {
        margin-top: 4px;
    }
    html .page .offset-xl-top-6 {
        margin-top: 6px;
    }
    html .page .offset-xl-top-10 {
        margin-top: 10px;
    }
    html .page .offset-xl-top-12 {
        margin-top: 12px;
    }
    html .page .offset-xl-top-15 {
        margin-top: 15px;
    }
    html .page .offset-xl-top-20 {
        margin-top: 20px;
    }
    html .page .offset-xl-top-24 {
        margin-top: 24px;
    }
    html .page .offset-xl-top-30 {
        margin-top: 30px;
    }
    html .page .offset-xl-top-40 {
        margin-top: 40px;
    }
    html .page .offset-xl-top-46 {
        margin-top: 46px;
    }
    html .page .offset-xl-top-50 {
        margin-top: 50px;
    }
    html .page .offset-xl-top-60 {
        margin-top: 60px;
    }
    html .page .offset-xl-top-70 {
        margin-top: 70px;
    }
    html .page .offset-xl-top-80 {
        margin-top: 80px;
    }
    html .page .offset-xl-top-90 {
        margin-top: 90px;
    }
    html .page .offset-xl-top-100 {
        margin-top: 100px;
    }
    html .page .offset-xl-top-120 {
        margin-top: 120px;
    }
}

@media (min-width: 1800px) {
    html .page .offset-xxl-top-0 {
        margin-top: 0;
    }
    html .page .offset-xxl-top-2 {
        margin-top: 2px;
    }
    html .page .offset-xxl-top-4 {
        margin-top: 4px;
    }
    html .page .offset-xxl-top-6 {
        margin-top: 6px;
    }
    html .page .offset-xxl-top-10 {
        margin-top: 10px;
    }
    html .page .offset-xxl-top-12 {
        margin-top: 12px;
    }
    html .page .offset-xxl-top-15 {
        margin-top: 15px;
    }
    html .page .offset-xxl-top-20 {
        margin-top: 20px;
    }
    html .page .offset-xxl-top-24 {
        margin-top: 24px;
    }
    html .page .offset-xxl-top-30 {
        margin-top: 30px;
    }
    html .page .offset-xxl-top-40 {
        margin-top: 40px;
    }
    html .page .offset-xxl-top-46 {
        margin-top: 46px;
    }
    html .page .offset-xxl-top-50 {
        margin-top: 50px;
    }
    html .page .offset-xxl-top-60 {
        margin-top: 60px;
    }
    html .page .offset-xxl-top-70 {
        margin-top: 70px;
    }
    html .page .offset-xxl-top-80 {
        margin-top: 80px;
    }
    html .page .offset-xxl-top-90 {
        margin-top: 90px;
    }
    html .page .offset-xxl-top-100 {
        margin-top: 100px;
    }
    html .page .offset-xxl-top-120 {
        margin-top: 120px;
    }
}
/* 
h1 + p {
    margin-top: 20px;
}

h2 + p {
    margin-top: 20px;
}

h3 + p {
    margin-top: 30px;
}

h4 + p {
    margin-top: 20px;
}

h5 + p {
    margin-top: 20px;
}

h6 + p {
    margin-top: 6px;
}

h1 + h2 {
    margin-top: 20px;
}

h2 + h3 {
    margin-top: 30px;
}

h3 + h4 {
    margin-top: 30px;
}

h4 + h5 {
    margin-top: 20px;
}

h5 + h6 {
    margin-top: 20px;
}

p + p {
    margin-top: 10px;
}

p + a {
    margin-top: 30px;
}

p + .button {
    margin-top: 30px;
}

p + ul {
    margin-top: 10px;
}

ul + p {
    margin-top: 10px;
}

hr + p {
    margin-top: 40px;
}

h4 + .text-italic.text-gray {
    margin-top: 2px;
}

h5 + h2 {
    margin-top: 20px;
}

h2 + h5 {
    margin-top: 30px;
}

h3 + .quote {
    margin-top: 40px;
}

h3 + img {
    margin-top: 30px;
}

h2 + .post-blog-meta {
    margin-top: 24px;
}

img + p {
    margin-top: 30px;
}

p + img {
    margin-top: 30px;
}

span.extra-small + p {
    margin-top: 6px;
}

hr + .offset-custom-60 {
    margin-top: 60px;
}

hr + .row-90 {
    margin-top: 120px;
} */

.d-inline-block + p {
    margin-top: 24px;
}

hr + .owl-custom-pagination {
    margin-top: 40px;
}

hr + .owl-carousel {
    margin-top: 50px;
}

hr + .owl-custom-offset-1 {
    margin-top: 50px;
}

hr + .owl-custom-offset-2 {
    margin-top: 60px;
}

hr + .responsive-tabs {
    margin-top: 50px;
}

h5.text-gray + .divider-80 {
    margin-top: 40px;
}

p + h1 {
    margin-top: 20px;
}

span + h1 {
    margin-top: 30px;
}

.icon + h5 {
    margin-top: 30px;
}

.row + .view-animate {
    margin-top: 50px;
}

.list-marked + .list-terms-variant-1 {
    margin-top: 60px;
}

.parallax-scene-js + .row {
    margin-top: 0;
}

.hr-title + .row {
    margin-top: 0;
}

.hr-title + .unit {
    margin-top: 30px;
}

.hr-title + .row-custom-offset-1 {
    margin-top: 30px;
}

.hr-title + .rd-search {
    margin-top: 30px;
}

.hr-title + .list-inline {
    margin-top: 24px;
}

.small + .form-input {
    margin-top: 4px;
}

.isotope-filters + .isotope {
    margin-top: 60px;
}

.box-comments + .box-comments {
    margin-top: 30px;
}

.divider-80 + p {
    margin-top: 20px;
}

.post-blog-meta + img {
    margin-top: 30px;
}

h4.text-bold.text-capitalize + p {
    margin-top: 20px;
}

h4.text-bold.text-capitalize + .group {
    margin-top: 20px;
}

p + .group {
    margin-top: 20px;
}

* + p {
    margin-top: 10px;
}

* + .row {
    margin-top: 50px;
}

* + .row-offset-1 {
    margin-top: 30px;
}

* + .row-offset-3 {
    margin-top: 40px;
}

* + .row-offset-4 {
    margin-top: 20px;
}

* + .row-offset-6 {
    margin-top: 40px;
}

* + .row-offset-7 {
    margin-top: 60px;
}

* + .button-wrap {
    margin-top: 50px;
}

* + .divider-info-dr {
    margin-top: 12px;
}

* + .pagination {
    margin-top: 30px;
}

* + .pagination-offset {
    margin-top: 40px;
}

* + .blog-post-item {
    margin-top: 50px;
}

* + .rd-search-results {
    margin-top: 60px;
}

* + .list-tickets {
    margin-top: 40px;
}

.divider-info-dr + * {
    margin-top: 30px;
}

@media (min-width: 768px) {
    span.extra-small + p {
        margin-top: 10px;
    }
    .owl-custom-pagination + .owl-carousel {
        margin-top: 30px;
    }
    * + .row-offset-5 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    hr + .owl-carousel {
        margin-top: 80px;
    }
    hr + .owl-custom-offset-1 {
        margin-top: 50px;
    }
    hr + .owl-custom-offset-2 {
        margin-top: 60px;
    }
    hr + .owl-custom-pagination {
        margin-top: 90px;
    }
    * + .row {
        margin-top: 90px;
    }
    * + .row-offset-1 {
        margin-top: 30px;
    }
    * + .row-offset-2 {
        margin-top: 50px;
    }
    * + .row-offset-3 {
        margin-top: 40px;
    }
    * + .row-offset-4 {
        margin-top: 60px;
    }
    * + .row-offset-6 {
        margin-top: 40px;
    }
    * + .row-offset-7 {
        margin-top: 60px;
    }
    h1 + p {
        margin-top: 30px;
    }
    h2 + p {
        margin-top: 30px;
    }
    h3 + img {
        margin-top: 40px;
    }
    p + a {
        margin-top: 40px;
    }
    p + .button {
        margin-top: 50px;
    }
    h4.text-bold.text-capitalize + p {
        margin-top: 30px;
    }
    h4.text-bold.text-capitalize + .group {
        margin-top: 60px;
    }
    p + .group {
        margin-top: 30px;
    }
    .divider-80 + p {
        margin-top: 30px;
    }
    .post-blog-meta + img {
        margin-top: 50px;
    }
    p.text-italic + p {
        margin-top: 20px;
    }
    .group-26 + p {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    hr + .owl-custom-offset-1 {
        margin-top: 90px;
    }
    hr + .owl-custom-offset-2 {
        margin-top: 90px;
    }
    hr + .responsive-tabs {
        margin-top: 90px;
    }
    * + .isotope-wrap {
        margin-top: 90px;
    }
    .row + .view-animate {
        margin-top: 90px;
    }
    * + .row-offset-3 {
        margin-top: 60px;
    }
    * + .button-wrap {
        margin-top: 90px;
    }
    * + .pagination {
        margin-top: 60px;
    }
    * + .pagination-offset {
        margin-top: 90px;
    }
    * + .blog-post-item {
        margin-top: 90px;
    }
}

.section-grid-demonstration h4 + p {
    margin-top: 10px;
}

.row-0 {
    margin-bottom: 0px;
}

.row-0:empty {
    margin-bottom: 0;
}

.row-0 > * {
    margin-bottom: 0px;
}

.row-10 {
    margin-bottom: -10px;
}

.row-10:empty {
    margin-bottom: 0;
}

.row-10 > * {
    margin-bottom: 10px;
}

.row-15 {
    margin-bottom: -15px;
}

.row-15:empty {
    margin-bottom: 0;
}

.row-15 > * {
    margin-bottom: 15px;
}

.row-20 {
    margin-bottom: -20px;
}

.row-20:empty {
    margin-bottom: 0;
}

.row-20 > * {
    margin-bottom: 20px;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30:empty {
    margin-bottom: 0;
}

.row-30 > * {
    margin-bottom: 30px;
}

.row-40 {
    margin-bottom: -40px;
}

.row-40:empty {
    margin-bottom: 0;
}

.row-40 > * {
    margin-bottom: 40px;
}

.row-50 {
    margin-bottom: -50px;
}

.row-50:empty {
    margin-bottom: 0;
}

.row-50 > * {
    margin-bottom: 50px;
}

.row-60 {
    margin-bottom: -60px;
}

.row-60:empty {
    margin-bottom: 0;
}

.row-60 > * {
    margin-bottom: 60px;
}

.row-80 {
    margin-bottom: -80px;
}

.row-80:empty {
    margin-bottom: 0;
}

.row-80 > * {
    margin-bottom: 80px;
}

.row-90 {
    margin-bottom: -90px;
}

.row-90:empty {
    margin-bottom: 0;
}

.row-90 > * {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .row-md-23 {
        margin-bottom: -23px;
    }
    .row-md-23:empty {
        margin-bottom: 0;
    }
    .row-md-23 > * {
        margin-bottom: 23px;
    }
    .page-main .row-md-23 > * {
        margin-bottom: 4px;
    }
    .row-md-26 {
        margin-bottom: -26px;
    }
    .row-md-26:empty {
        margin-bottom: 0;
    }
    .row-md-26 > * {
        margin-bottom: 26px;
    }
    .row-md-30 {
        margin-bottom: -30px;
    }
    .row-md-30:empty {
        margin-bottom: 0;
    }
    .row-md-30 > * {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .row-lg-0 {
        margin-bottom: 0px;
    }
    .row-lg-0:empty {
        margin-bottom: 0;
    }
    .row-lg-0 > * {
        margin-bottom: 0px;
    }
    .row-lg-60 {
        margin-bottom: -60px;
    }
    .row-lg-60:empty {
        margin-bottom: 0;
    }
    .row-lg-60 > * {
        margin-bottom: 60px;
    }
    .row-lg-90 {
        margin-bottom: -90px;
    }
    .row-lg-90:empty {
        margin-bottom: 0;
    }
    .row-lg-90 > * {
        margin-bottom: 90px;
    }
    .row-lg-120 {
        margin-bottom: -120px;
    }
    .row-lg-120:empty {
        margin-bottom: 0;
    }
    .row-lg-120 > * {
        margin-bottom: 120px;
    }
}

.breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 0;
    color: #cacaca;
}

.breadcrumb > li {
    display: inline-block;
}

@media (min-width: 1200px) {
    .breadcrumb {
        margin-top: 105px;
    }
}

.breadcrumb a {
    color: #42d4ec;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb li + li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 11px;
    color: #808080;
}

@media (min-width: 768px) {
    .breadcrumb li + li:before {
        padding: 0 18px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    z-index: 10;
}

.breadcrumb-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.3)),
        to(transparent)
    );
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    z-index: -1;
}

.breadcrumb-wrapper h5 + h1 {
    margin-top: 20px;
}

.counter {
    font-size: 60px;
    line-height: 0.8;
    letter-spacing: 0.06em;
    font-weight: 900;
}

@media (min-width: 992px) {
    .counter-wrapper {
        padding-left: 27px;
        border-left: 2px solid #42d4ec;
    }
}

.counter-title {
    margin-top: 12px;
    color: #cacaca;
}

@media (min-width: 992px) {
    .counter-title {
        margin-top: 22px;
    }
}

.counter-sm .counter {
    font-size: 50px;
}

.counter-sm .counter-title {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 16px;
}

.select2 {
    width: 100%;
}

.page-main .select2 {
    width: 100% !important;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 38;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 17px;
    right: 34px;
    top: 25px;
}

.page-insurance
    .select2-container
    .select2-selection--single
    .select2-selection__rendered,
.page-main
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    left: 13px;
    right: 0px;
}

@media (min-width: 576px) {
    .page-insurance
        .select2-container
        .select2-selection--single
        .select2-selection__rendered,
    .page-main
        .select2-container
        .select2-selection--single
        .select2-selection__rendered {
        left: 20px;
        right: 34px;
    }
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin-top: 5px;
    padding: 0;
}

.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #1f2746;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9;
}

.page-main .select2-dropdown {
    background: rgba(31, 39, 70, 0.8);
    border: none;
    border-radius: 10px;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 2px 10px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.page-user-passenger .select2-results__option {
    padding: 2px 15px;
}

.page-insurance .select2-results__option,
.page-main .select2-results__option {
    color: #fff;
    text-align: left;
    height: 60px;
    line-height: 60px;
    padding: 0 0px 0 13px;
    font-size: 13px;
}

@media (min-width: 576px) {
    .page-insurance .select2-results__option,
    .page-main .select2-results__option {
        padding: 0 15px 0 20px;
        font-size: 16px;
    }
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2 + .form-validation {
    z-index: 14;
}

.select2-container--bootstrap {
    display: block;
}

.select2-container--bootstrap .select2-selection {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    color: #3e3f40;
    font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    outline: 0;
}

.myModal-add-pass .select2-container--bootstrap .select2-selection {
    background-color: transparent;
}

.myModal-add-pass .select2-container--bootstrap .select2-selection {
    border: none;
    border-bottom: 1px solid #bbbdc7;
    width: 300px;
}

.page-insurance .select2-container--bootstrap .select2-selection,
.page-main .select2-container--bootstrap .select2-selection {
    background-color: rgba(31, 39, 70, 0.8);
    border: none;
    border-radius: 10px;
    font-size: 13px;
}

.select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}

@media (min-width: 576px) {
    .page-insurance .select2-container--bootstrap .select2-selection,
    .page-main .select2-container--bootstrap .select2-selection {
        font-size: 16px;
    }
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    color: #3e3f40;
    font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.select2-container--bootstrap .select2-search__field {
    outline: 0;
    font-size: 16px;
}

.select2-container--bootstrap
    .select2-search__field::-webkit-input-placeholder {
    color: #3e3f40;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #3e3f40;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #3e3f40;
    opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #3e3f40;
}

.select2-container--bootstrap .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled="true"] {
    color: #cacaca;
    cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
}

.select2-container--bootstrap
    .select2-results__option--highlighted[aria-selected] {
    background-color: #c62a82;
    color: #fff;
}

.select2-container--bootstrap
    .select2-results__option
    .select2-results__option {
    padding: 10px 20px;
}

.select2-container--bootstrap
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}

.select2-container--bootstrap
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -20px;
    padding-left: 40px;
}

.select2-container--bootstrap
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -40px;
    padding-left: 60px;
}

.select2-container--bootstrap
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -60px;
    padding-left: 80px;
}

.select2-container--bootstrap
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -80px;
    padding-left: 100px;
}

.select2-container--bootstrap
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -100px;
    padding-left: 120px;
}

.select2-container--bootstrap .select2-results__group {
    color: #cacaca;
    display: block;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.875;
    white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    border-color: #cacaca;
}

@media screen and (prefers-reduced-motion: reduce) {
    .select2-container--bootstrap.select2-container--focus .select2-selection,
    .select2-container--bootstrap.select2-container--open .select2-selection {
        -webkit-transition: none;
        transition: none;
    }
}

.select2-container--bootstrap.select2-container--open
    .select2-selection
    .select2-selection__arrow
    b {
    border-color: transparent transparent #c62a82 transparent;
    border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below
    .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--bootstrap.select2-container--open.select2-container--above
    .select2-selection {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bootstrap .select2-selection__clear {
    color: #1f2746;
    cursor: pointer;
    float: right;
    font-weight: 400;
    margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
    color: #c62a82;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #cacaca;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled
    .select2-search__field,
.select2-container--bootstrap.select2-container--disabled .select2-selection {
    cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f3f4f7;
}

.select2-container--bootstrap.select2-container--disabled
    .select2-selection--multiple
    .select2-selection__choice__remove,
.select2-container--bootstrap.select2-container--disabled
    .select2-selection__clear {
    display: none;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #cacaca;
    overflow-x: hidden;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 180px;
    overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
    text-align: left;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    padding-right: 31px;
}

.page-insurance .select2-container--bootstrap .select2-selection--single,
.page-main .select2-container--bootstrap .select2-selection--single {
    height: 60px;
    line-height: 32px;
    padding: 0 15px;
}

.select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 0;
}

.select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    position: absolute;
    top: 50%;
    font-weight: 400;
    margin-top: -10px;
    right: 0;
    height: 20px;
    line-height: 20px;
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    color: #9295a4;
}

.select2-container--bootstrap
    .select2-selection--single
    .select2-selection__rendered {
    color: #fff;
    padding: 0;
}

.myModal-add-pass
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.select2-container--bootstrap
    .select2-selection--single
    .select2-selection__placeholder {
    color: #3e3f40;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 48px;
}

.select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 24;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__placeholder {
    color: #3e3f40;
    float: left;
    margin-top: 5px;
}

.select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__choice {
    color: #3e3f40;
    background: #3e3f40;
    border: 1px solid #3e3f40;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin: 0;
    padding: 0 16px;
}

.select2-container--bootstrap
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    background: transparent;
    padding: 0 20px;
    height: 46px;
    line-height: 24;
    margin-top: 0;
    min-width: 5em;
}

.select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #1f2746;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
}

.select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #c62a82;
}

.select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__clear {
    margin-top: 16px;
}

.select2-container--bootstrap.input-lg,
.select2-container--bootstrap.input-sm {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0;
}

.form-wrap-sm .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap.input-sm .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 45.6px;
    line-height: 1.5;
    padding: 12.8px 28px 12.8px 16px;
}

.form-wrap-sm
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow
    b,
.input-group-sm
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow
    b,
.select2-container--bootstrap.input-sm
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -12.8px;
}

.form-wrap-sm .select2-container--bootstrap .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap.input-sm .select2-selection--multiple {
    min-height: 45.6px;
}

.form-wrap-sm
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__choice,
.input-group-sm
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--bootstrap.input-sm
    .select2-selection--multiple
    .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 11.8px 0 0 8px;
    padding: 0 12.8px;
}

.form-wrap-sm
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field,
.input-group-sm
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field,
.select2-container--bootstrap.input-sm
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    padding: 0 16px;
    font-size: 12px;
    height: 43.6px;
    line-height: 1.5;
}

.form-wrap-sm
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__clear,
.input-group-sm
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__clear,
.select2-container--bootstrap.input-sm
    .select2-selection--multiple
    .select2-selection__clear {
    margin-top: 12.8px;
}

.form-wrap-lg .select2-container--bootstrap .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap.input-lg .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 64.4px;
    line-height: 1.33333;
    padding: 19.2px 39px 19.2px 24px;
}

.form-wrap-lg
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow,
.input-group-lg
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--bootstrap.input-lg
    .select2-selection--single
    .select2-selection__arrow {
    width: 5px;
}

.form-wrap-lg
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow
    b,
.input-group-lg
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow
    b,
.select2-container--bootstrap.input-lg
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 5px 5px 0 5px;
    margin-left: -5px;
    margin-left: -19.2px;
    margin-top: -2.5px;
}

.form-wrap-lg .select2-container--bootstrap .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap.input-lg .select2-selection--multiple {
    min-height: 64.4px;
}

.form-wrap-lg
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__choice,
.input-group-lg
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--bootstrap.input-lg
    .select2-selection--multiple
    .select2-selection__choice {
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px;
    margin: 18.2px 0 0 12px;
    padding: 0 19.2px;
}

.form-wrap-lg
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field,
.input-group-lg
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field,
.select2-container--bootstrap.input-lg
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    padding: 0 24px;
    font-size: 18px;
    height: 62.4px;
    line-height: 1.33333;
}

.form-wrap-lg
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__clear,
.input-group-lg
    .select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__clear,
.select2-container--bootstrap.input-lg
    .select2-selection--multiple
    .select2-selection__clear {
    margin-top: 19.2px;
}

.select2-container--bootstrap.input-lg.select2-container--open
    .select2-selection--single {
}

.select2-container--bootstrap.input-lg.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #1f2746 transparent;
    border-width: 0 5px 5px 5px;
}

.input-group-lg
    .select2-container--bootstrap.select2-container--open
    .select2-selection--single {
}

.input-group-lg
    .select2-container--bootstrap.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #1f2746 transparent;
    border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 32px;
    padding-right: 20px;
}

.select2-container--bootstrap[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--bootstrap[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}

.select2-container--bootstrap[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 20px;
    right: auto;
}

.select2-container--bootstrap[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__placeholder {
    float: right;
}

.select2-container--bootstrap[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 0;
    margin-right: 10px;
}

.select2-container--bootstrap[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}

.has-warning.select2-drop-active {
    border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}

.has-error.select2-drop-active {
    border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}

.has-success.select2-drop-active {
    border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c;
}

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend
    .select2-container--bootstrap
    .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group.select2-bootstrap-append
    .select2-container--bootstrap
    .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .button,
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .button,
.select2-bootstrap-prepend .select2-container--bootstrap {
    vertical-align: top;
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}

.form-inline .select2-container--bootstrap {
    display: inline-block;
}



.nav-custom {
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap; }
  
  @media (min-width: 768px) {
    .nav-custom {
      border-radius: 4px;
      border: 1px solid #d7d7d7; } }
  
  .nav-custom li {
    margin-top: 3px;
    margin-left: 3px; }
  
  @media (min-width: 768px) {
    .nav-custom li {
      margin-top: 0;
      margin-left: 0; } }
  
  @media (min-width: 768px) {
    .nav-custom li + li {
      border-left: 1px solid #d7d7d7; } }
  
  .nav-custom a {
    display: block;
    color: #808080;
    font-weight: 700;
    padding: 8px 19px;
    border: 1px solid #d7d7d7;
    transition: .3s; }
  
  @media (min-width: 768px) {
    .nav-custom a {
      border: none; } }
  
  @media (min-width: 992px) {
    .nav-custom a {
      padding: 12px 40px; } }
  
  .nav-custom a:hover {
    background-color: #c62a82;
    color: #fff; }
  
  .nav-custom a.active {
    background-color: #22a9bf;
    color: #fff; }
  
  .nav-custom-tabs {
    display: flex;
    overflow: hidden;
    margin-bottom: 4px !important;
}
  
  .page-main .nav-custom-tabs, .hot-hotel-deals .nav-custom-tabs {
    /* margin-left: -5px;  */
}
  
  .nav-custom-tabs + * {
    border: none !important; }
  
  .nav-custom-tabs + * .resp-accordion {
    display: none; }
  
  .nav-custom-tabs .nav-item {
    display: inline-block;
    padding: 20px 9.5px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 14px;
    font-weight: 900;
    color: #1f2746;
    cursor: pointer;
    transition: .3s;
    background: rgba(31, 39, 70, 0.3);
    border-radius: 10px;
    margin-right: 7px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px; }
  
  .page-main .nav-custom-tabs .nav-item, .hot-hotel-deals .nav-custom-tabs .nav-item {
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
    padding: 8px 16px;
    background: #CACEE2;
    border: 1px solid #fff;
    margin-right: 4px;
    font-weight: normal;
    text-transform: none; 
    display: flex;
    align-items: center;
}
  .nav-custom-tabs .nav-item.resp-tab-active a{
    color: #fff;
  }
  .nav-custom-tabs .nav-item:last-child {
    margin-right: 0px; }
  
  @media (min-width: 576px) {
    .page-insurance .nav-custom-tabs .nav-item {
      /*padding: 20px;*/
      height: 60px;
      line-height: 16px; } }
  
  .page-insurance .nav-custom-tabs .nav-item {
    background: rgba(255, 255, 255, 0.3); }
  
  /*@media (min-width: 576px) {
      .nav-custom-tabs .nav-item {
          padding: 13px 24px;
      }
  }
  */
  /*@media (min-width: 1200px) {*/
  /*	.nav-custom-tabs .nav-item {*/
  /*		padding: 20px 30px;*/
  /*	}*/
  /*}*/
  .nav-custom-tabs .nav-item > * {
    /*color: #9295A4;*/
    vertical-align: middle; }
  
  .nav-custom-tabs .nav-item + :not(.nav-item-active),
  .nav-custom-tabs .nav-item + :not(.resp-tab-active) {
    position: relative; }
  
  .nav-custom-tabs .nav-item + :not(.nav-item-active):before,
  .nav-custom-tabs .nav-item + :not(.resp-tab-active):before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: rgba(31, 39, 70, 0.2); }
  
  .page-main .nav-custom-tabs .nav-item + :not(.nav-item-active):before,
  .page-main .nav-custom-tabs .nav-item + :not(.resp-tab-active):before,
  .hot-hotel-deals .nav-custom-tabs .nav-item + :not(.nav-item-active):before, 
  .hot-hotel-deals .nav-custom-tabs .nav-item + :not(.resp-tab-active):before {
    content: none; }
  
  .nav-custom-tabs .nav-item:not(.nav-item-active.resp-tab-active):hover {
    /*color: $dark-blue;*/ }
  
  .nav-custom-tabs .nav-item .icon {
    margin-right: 8px;
    font-size: 22px;
    /*display: none;*/ }
  
  @media (min-width: 576px) {
    .nav-custom-tabs .nav-item .icon {
      display: inline; } }
  
  .nav-custom-tabs .nav-item-active, .nav-custom-tabs .nav-item.resp-tab-active {
    background-color: #1f2746;
    color: #fff; }
  
  .page-main .nav-custom-tabs .nav-item-active, .nav-custom-tabs .nav-item.resp-tab-active, .hot-hotel-deals .nav-custom-tabs .nav-item-active  {
    font-weight: bold;
    border: none; }
  
  .page .nav-custom-tab {
    align-self: stretch;
    padding: 20px 10px;
    background-color: #1f2746;
    color: #fff; }
  
  .page-main .nav-custom-tab, .hot-hotel-deals .nav-custom-tab {
    padding: 4px 10px;
    background-color: transparent; }
  
  .page .nav-custom-tab .resp-tab-content {
    padding: 0; }
  
  @media (min-width: 1500px) {
    .page .nav-custom-tab {
      /*padding: 40px;*/ } }
  
  .page .nav-custom-tab.resp-tabs-container, .page .nav-custom-tab {
    border-radius: 9px;
    border-top-left-radius: 0; }
  
  .page .nav-custom-tab .button {
    margin-bottom: 0; }
  
  .search-input .form-label-outside,
  .page .nav-custom-tab .form-label-outside {
    margin-bottom: 5px;
    color: #fff;
    opacity: .7;
    position: absolute;
    z-index: 39;
    top: 9px;
    left: 13px;
    font-size: 13px;
    width: auto; }
  
  .page-main .nav-custom-tab .form-label-outside,
  .hot-hotel-deals .nav-custom-tab .form-label-outside {
    color: #1f2746; }
  
  @media (min-width: 576px) {
    .page .nav-custom-tab .form-label-outside {
      left: 21px; } }
  
  .page-insurance .nav-custom-tab .form-label-outside {
    color: #1f2746; }
  
  .page .nav-custom-tab .form-wrap + .form-wrap {
    margin-top: 8px; }
  
  @media (min-width: 1500px) {
    .page .nav-custom-tab.nav-custom-wide {
      /*padding: 29px 30px 36px 40px;*/ } }
  
  .nav-custom-dark {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start; }
  
  .resp-tabs-container.nav-custom-tab {
    /*min-height: 321px;*/ }
  
  .page .nav-custom-light {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  
  .page .nav-custom-light .nav-custom-tab {
    background-color: #f3f4f7;
    color: #3e3f40; }
  
  .page .nav-custom-light .form-label-outside {
    opacity: 1;
    color: #808080; }
  
  .page .nav-custom-light .radio .radio-custom-dummy, .page .nav-custom-light .radio-inline .radio-custom-dummy, .page .nav-custom-light .checkbox .checkbox-custom-dummy, .page .nav-custom-light .checkbox-inline .checkbox-custom-dummy {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #cacaca; }


.progress {
    width: 100%;
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f4f7;
}

.progress-wrapper {
    position: relative;
    text-align: left;
}

.progress-wrapper + .progress-wrapper {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .progress-wrapper + .progress-wrapper {
        margin-top: 30px;
    }
}

.progress-title {
    float: left;
    margin-bottom: 11px;
    padding-right: 32px;
}

.progress-counter {
    margin-bottom: 11px;
    float: right;
    color: #3e3f40;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#c62a82),
        to(#ad146a)
    );
    background: linear-gradient(90deg, #c62a82 0%, #ad146a 100%);
}

.progress-bar.progress-bar-info {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#42d4ec),
        to(#22a9bf)
    );
    background: linear-gradient(90deg, #42d4ec 0%, #22a9bf 100%);
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    color: #808080;
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 8px 12px 22px;
}

@media (min-width: 1200px) {
    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 13px 8px 12px 32px;
    }
}

.table > thead > tr > th {
    border-bottom: 1px solid #3a3a3b;
    color: #393a3c;
}

.table > tbody > tr.tr-bold > td,
.table > tbody > tr.tr-bold > th {
    color: #1f2746;
    font-weight: 700 !important;
}

.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > td,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > thead > tr > th {
    border-bottom: none;
}

.table-striped.table > thead > tr > th {
    font-weight: 700;
}

.table-hover > tbody > tr:hover {
    background-color: #f3f4f7;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f3f4f7;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    color: #fff;
    background-color: #42d4ec;
    border-bottom: none;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
    color: #393a3c;
}

@media (min-width: 992px) {
    .table-fixed {
        table-layout: fixed;
    }
}

.table-fixed > tbody > tr > td,
.table-fixed > tbody > tr > th,
.table-fixed > tfoot > tr > td,
.table-fixed > tfoot > tr > th,
.table-fixed > thead > tr > td,
.table-fixed > thead > tr > th {
    padding: 13px 8px 12px 8px;
}

th {
    text-align: center;
}

@media (min-width: 768px) {
    .table-custom {
        table-layout: fixed;
    }
}

.table-custom > tbody > tr > td,
.table-custom > tbody > tr > th,
.table-custom > tfoot > tr > td,
.table-custom > tfoot > tr > th,
.table-custom > thead > tr > td,
.table-custom > thead > tr > th {
    padding: 13px 8px 12px 8px;
    border-bottom: none;
}

@media (max-width: 767.98px) {
    .table-responsive .table {
        min-width: 420px;
    }
}
/* 
.pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pagination .page-link {
    padding: 7px 7px;
    font-size: 14px;
    line-height: 22px;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    display: inline-block;
    min-width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    padding: 7px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background-color: #42d4ec;
    border-width: 2px;
    border-style: solid;
    border-color: #42d4ec;
    font-weight: 700;
    margin: 0 2px;
}

@media (min-width: 576px) {
    .pagination > li > a,
    .pagination > li > span {
        margin: 0 5px;
    }
}

.pagination > li:first-child a span,
.pagination > li:first-child span span,
.pagination > li:last-child a span,
.pagination > li:last-child span span {
    position: relative;
    font-size: 11px;
    line-height: 1;
}

.pagination > li > a:active,
.pagination > li > a:active:focus,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:active,
.pagination > li > span:active:focus,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #c62a82;
    border-color: #c62a82;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination > .active > a,
.pagination > .active > a:active,
.pagination > .active > a:active:focus,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:active,
.pagination > .active > span:active:focus,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    background-color: #cacaca;
    border-color: #cacaca;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #fff;
    background-color: #cacaca;
    border-color: #cacaca;
    cursor: not-allowed;
} */

.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(62, 63, 64, 0.4);
    z-index: 2000;
}

.dtp > .dtp-content {
    background: #fff;
    max-width: 300px;
    -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    left: 50%;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .dtp > .dtp-content {
        max-height: 90vh;
        overflow-y: auto;
    }
}

.dtp-header {
    background: #c62a82;
    color: #fff;
    text-align: center;
    padding: 0.3rem;
    position: relative;
}

.dtp-date,
.dtp-time {
    background: #d94a9b;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.dtp-date > div {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dtp-actual-month {
    font-size: 1.5em;
}

.dtp-actual-maxtime,
.dtp-actual-num {
    font-size: 3em;
    line-height: 0.9;
}

.dtp-actual-year {
    font-size: 1.5em;
    color: #fff;
}

.dtp-picker {
    padding: 1rem;
    text-align: center;
}

.dtp-actual-time,
.dtp-picker-month {
    font-weight: 500;
    text-align: center;
}

.dtp-close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
}

.dtp-close > a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.dtp table.dtp-picker-days {
    margin: 0;
    border: none;
}

.dtp table.dtp-picker-days tr {
    border: none;
}

.dtp table.dtp-picker-days tr > td {
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 1rem 0.3rem;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
    color: #bdbdbd !important;
}

.dtp table.dtp-picker-days tr > td > a {
    color: #3e3f40;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.dtp .dtp-picker-time > a {
    color: #3e3f40;
    padding: 0.4rem 0.5rem 0.5rem 0.6rem;
    border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #c62a82;
    color: #fff;
}

.dtp table.dtp-picker-days tr > th {
    color: #3e3f40;
    text-align: center;
    font-weight: 700;
    padding: 0.4rem 0.3rem;
    border-bottom: none;
}

.dtp .p10,
.dtp .p20,
.dtp .p60,
.dtp .p80 {
    display: inline-block;
    vertical-align: middle;
}

.dtp .p10 {
    width: 10%;
}

.dtp .p10 > a {
    color: #f3f4f7;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.dtp .p10 > a:hover {
    color: #fff;
}

.dtp .p20 {
    width: 20%;
}

.dtp .p60 {
    width: 60%;
}

.dtp .p80 {
    width: 80%;
}

.dtp-picker-month {
    display: none !important;
}

.dtp-meridien-am,
.dtp-meridien-pm {
    position: relative;
    top: 10px;
    color: #3e3f40;
    font-weight: 500;
    padding: 0.7rem 0.5rem;
    border-radius: 50% !important;
    text-decoration: none;
    background: #eee;
    font-size: 1rem;
}

.dtp-actual-meridien a.selected {
    background: #c62a82;
    color: #fff;
}

.dtp-picker-time {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 1em;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 500;
    text-align: center !important;
}

.dtp-picker-time > a {
    display: block;
    line-height: 23px;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp-picker-time > a.dtp-select-hour.selected {
    background: #c62a82;
    color: #fff;
}

.dtp-picker-time > a.dtp-select-hour.disabled {
    color: #1f2746;
}

.dtp-picker-time > a.dtp-select-minute.disabled {
    color: #1f2746;
}

.dtp-picker-time > a.dtp-select-minute.selected {
    background: #c62a82;
    color: #fff;
}

.dtp-picker-clock {
    margin: 1rem 2rem 0 2rem;
    padding: 1rem;
    border-radius: 50% !important;
    background: #fcf3f8;
}

.dtp-clock-center {
    width: 15px;
    height: 15px;
    background: #1f2746;
    border-radius: 50%;
    position: absolute;
    z-index: 50;
}

html[class*="ie"] .dtp-clock-center {
    display: none;
}

.dtp-hand,
.dtp-hour-hand {
    position: absolute;
    width: 4px;
    margin-left: -2px;
    background: #1f2746;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}

html[class*="ie"] .dtp-hand,
html[class*="ie"] .dtp-hour-hand {
    display: none;
}

.dtp-minute-hand {
    width: 2px;
    margin-left: -1px;
}

.dtp-hand.on {
    background: #c62a82;
}

.dtp-buttons {
    padding: 0 1rem 1rem 1rem;
    text-align: right;
}

.dtp .invisible {
    visibility: hidden;
}

.dtp .left {
    float: left;
}

.dtp .right {
    float: right;
}

.hidden {
    display: none;
}

html .dtp .dtp-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html .dtp .dtp-buttons > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html .dtp .dtp-buttons .button-primary {
    color: #fff;
}

html .dtp .dtp-buttons .button-primary.active,
html .dtp .dtp-buttons .button-primary.focus,
html .dtp .dtp-buttons .button-primary:active,
html .dtp .dtp-buttons .button-primary:focus,
html .dtp .dtp-buttons .button-primary:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html .dtp .dtp-buttons .btn-sm {
    padding: 14px 39px 13px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 0;
}

html .dtp .dtp-buttons .clearfix {
    display: none;
}

.dtp table.dtp-picker-days tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-size: cover;
    background-position: 50%;
}

.section-single.bg-gray-darker {
    color: #fff;
}

.section-single h1 + h3 {
    margin-top: 20px;
}

.section-single * + .row {
    margin-top: 50px;
}

.section-single :not(.button) + .button {
    margin-top: 70px;
}

.section-single * + .group {
    margin-top: 60px;
}

.section-single * + .rd-form {
    margin-top: 40px;
}

.section-single * + .DateCountdown-wrapper {
    margin-top: 40px;
}

.section-single .DateCountdown-wrapper + p {
    margin-top: 50px;
}

.section-single .countdown + p {
    margin-top: 30px;
}

.section-single .form-modern .form-wrap + .button {
    margin-top: 30px;
}

.section-single .form-modern .form-input,
.section-single .form-modern .form-label {
    color: #fff;
}

@media (min-width: 1800px) {
    .section-single .row + .group {
        margin-top: 100px;
    }
}

.section-single-footer .divider-wide,
.section-single-header .divider-wide {
    position: absolute;
    left: 0;
    right: 0;
}

.section-single-header {
    text-align: center;
    padding: 50px 0;
}

.section-single-header .divider-wide {
    top: 0;
}

.section-single-main {
    padding: 30px 0;
}

.section-single-footer {
    padding: 50px 0;
}

.section-single-footer .divider-wide {
    bottom: 0;
}

.section-single-footer a {
    color: #fff;
}

.section-single-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
}

.section-single-inner > * {
    width: 100%;
}

@supports (display: grid) {
    .section-single-inner {
        display: -ms-grid;
        display: grid;
        justify-items: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.one-screen-page .form-modern .form-input,
.one-screen-page .form-modern .form-label {
    color: #fff;
}

.search-list {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    counter-reset: li;
}

.search-list .search-list-item {
    position: relative;
}

.search-list .search-list-item:before {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 16px;
    content: counter(li, decimal) ".";
    counter-increment: li;
    display: inline-block;
    margin-right: 12px;
    color: #808080;
}

.search-list .search-list-item a:hover {
    color: #c62a82;
}

.search-list li div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.search-list .search_link {
    color: #22a9bf;
}

.search-list .match {
    margin-top: 10px;
    margin-bottom: 22px;
}

.search-list .search-list-item + .search-list-item {
    margin-top: 50px;
}

.search-list p {
    color: #3e3f40;
}

.search-list li + li {
    margin-top: 25px;
}

.search-list h5 + * {
    margin-top: 8px;
}

.search-list p {
    margin-bottom: 8px;
}

.search-list li:only-child:before {
    display: none;
}

.search-list-item {
    padding-left: 30px;
    list-style: none;
    color: #1f2746;
}

.search-list-item > * {
    color: #222;
}

.search-list-item p {
    font-size: 16px;
}

.search-list-item + .search-list-item {
    margin-top: 40px;
}

.search-list-item * + p {
    margin-top: 0;
}

@media (min-width: 768px) {
    .search-list-item {
        padding-left: 40px;
    }
}

.search_title {
    color: #3e3f40;
}

.search {
    background: #c62a82;
    color: #fff;
}

.rd-search-results-live {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    -webkit-box-shadow: 1px 2px 20px 0 rgba(33, 33, 33, 0.14);
    box-shadow: 1px 2px 20px 0 rgba(33, 33, 33, 0.14);
    z-index: 20;
}

.rd-search-results-live .search-list-item {
    padding-left: 30px;
}

.rd-search-results-live #search-results {
    text-align: left;
    padding: 10px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #fff;
    color: #3e3f40;
}

.rd-search-results-live #search-results h5 + p {
    margin-top: 0;
}

.rd-search-results-live #search-results .match {
    display: none;
}

.rd-search-results-live #search-results.active {
    visibility: visible;
    opacity: 1;
}

.rd-search-results-live .search-quick-result {
    margin-bottom: 8px;
    font-size: 18px;
}

.rd-search-results-live .search_title {
    font-size: 17px;
    line-height: 1.25;
}

.rd-search-results-live .search-list {
    font-size: 14px;
}

.rd-search-results-live .search-list-item + .search-list-item {
    margin-top: 10px;
}

.rd-search-results-live .search-list-item-all {
    padding: 3px 9px;
    margin-top: 10px;
    background-color: #c62a82;
}

.rd-search-results-live .search-list-item-all a {
    color: #fff;
}

.rd-search-results-live .search-list-item-all a:hover {
    text-decoration: underline;
}

.rd-navbar .rd-search .form-group {
    margin-bottom: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

html:not(.ie-10) .not-animated {
    opacity: 0;
}

.view-animate {
    opacity: 0;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.view-animate.active {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fadeInRightSm.active {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
}

.fadeInLeftSm.active {
    -webkit-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm;
}

.fadeInUpSmall.active {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

.fadeInUpLg.active {
    -webkit-animation-name: fadeInUpLg;
    animation-name: fadeInUpLg;
}

.fadeInUpBigger.active {
    -webkit-animation-name: fadeInUpBigger;
    animation-name: fadeInUpBigger;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.zoomInSmall.active {
    -webkit-animation-name: zoomInSmall;
    animation-name: zoomInSmall;
}

.delay-1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-08 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-06 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-04 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes fadeOutDownSm {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes fadeOutDownSm {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

.fadeOutDownSm {
    -webkit-animation-name: fadeOutDownSm;
    animation-name: fadeOutDownSm;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

@-webkit-keyframes fadeBoth {
    0%,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes fadeBoth {
    0%,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px) scale(0.8);
        transform: translateX(-150px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}

@keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px) scale(0.8);
        transform: translateX(-150px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}

@-webkit-keyframes fadeInRightSm {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150px) scale(0.8);
        transform: translateX(150px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}

@keyframes fadeInRightSm {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150px) scale(0.8);
        transform: translateX(150px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px) scale(0.9);
        transform: translateY(70px) scale(0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px) scale(0.9);
        transform: translateY(70px) scale(0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes fadeInUpLg {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px) scale(0.95);
        transform: translateY(150px) scale(0.95);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeInUpLg {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px) scale(0.95);
        transform: translateY(150px) scale(0.95);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes fadeInUpBigger {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBigger {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes zoomInSmall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    70% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomInSmall {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    70% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.stepper {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.stepper input[type="number"] {
    width: 100%;
    padding-left: 13px;
    padding-right: 10px;
    -moz-appearance: textfield;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

@media (min-width: 576px) {
    .stepper input[type="number"] {
        padding-left: 20px;
    }
}

.stepper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.stepper-arrow {
    display: none;
}

@media (min-width: 768px) {
    .stepper-arrow {
        display: block;
        position: absolute;
        top: 50%;
        right: 16px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 22px;
        font-family: "Material Design Icons";
        cursor: pointer;
        color: #9295a4;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 39;
    }
}

.stepper-arrow:hover {
    color: #c62a82;
}

.stepper-arrow.up {
    top: 16px;
}

.stepper-arrow.up:before {
    content: "";
}

.stepper-arrow.down {
    bottom: 3px;
}

.stepper-arrow.down:before {
    content: "";
}

.stepper.disabled .stepper-arrow {
    pointer-events: none;
    opacity: 0.5;
}

.twitter-item {
    position: relative;
    padding-left: 26px;
}

.twitter-item:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #42d4ec;
    font-family: FontAwesome;
    content: "";
}

.twitter-item + .twitter-item {
    margin-top: 28px;
}

.twitter-item a {
    color: #22a9bf;
}

.twitter-item a:hover {
    text-decoration: underline;
}

.parallax-scene-wrapper {
    position: relative;
}

.parallax-scene li {
    position: absolute;
    display: none;
    pointer-events: none;
}

@media (min-width: 992px) {
    .parallax-scene li {
        display: block;
    }
}

.parallax-scene .layer-01 {
    left: -453px;
    top: -10px;
}

.parallax-scene .layer-02 {
    bottom: -370px;
    left: -200px;
}

@media (min-width: 1800px) {
    .parallax-scene .layer-02 {
        left: -270px;
    }
}

.parallax-scene .layer-03 {
    right: -40px;
}

@media (min-width: 1800px) {
    .parallax-scene .layer-03 {
        right: -90px;
        top: -10px;
    }
}

.parallax-scene .layer-04 {
    right: -60px;
    bottom: -210px;
}

@media (min-width: 1800px) {
    .parallax-scene .layer-04 {
        right: -130px;
    }
}

.parallax-scene .layer-05 {
    left: -200px;
    top: -160px;
}

.parallax-scene .layer-06 {
    left: -314px;
    bottom: -130px;
}

.parallax-scene .layer-07 {
    left: 41px;
    top: 70px;
}

.parallax-scene .layer-08 {
    right: 74px;
    top: -177px;
}

.parallax-scene .layer-09 {
    right: 160px;
    bottom: -204px;
}

.parallax-scene .layer-10 {
    right: -140px;
    bottom: -419px;
}

.isotope:after {
    content: "";
    display: block;
    clear: both;
}

[data-isotope-layout] {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    display: block;
    margin-bottom: -30px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    min-height: 160px;
}

[data-isotope-layout] [class*="col-"] {
    display: block;
    margin-top: 30px;
    -webkit-transition: 0.4s opacity ease;
    transition: 0.4s opacity ease;
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

.item-lg {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 576px) {
    .item-lg {
        width: calc(50% - 1px);
    }
}

@media (min-width: 768px) {
    .item-lg {
        width: 33.2%;
    }
}

@media (min-width: 1500px) {
    .item-lg {
        width: calc(40% - 1px);
    }
}

.grid-sizer,
.item-sm {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 576px) {
    .grid-sizer,
    .item-sm {
        width: calc(50% - 1px);
    }
}

@media (min-width: 768px) {
    .grid-sizer,
    .item-sm {
        width: 33.2%;
    }
}

@media (min-width: 1500px) {
    .grid-sizer,
    .item-sm {
        width: calc(20% - 1px);
    }
}

.isotope-no-padding {
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none;
}

.isotope-no-padding img {
    width: auto;
    min-width: 100.5%;
    height: auto;
}

@media (min-width: 1500px) {
    .isotope-no-padding img {
        max-width: none;
    }
}

.isotope-no-padding [class*="col-"] {
    margin-top: 0;
}

.isotope-col {
    width: 0.5%;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.owl-carousel-middle .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2px;
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    will-change: transform;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    /* cursor: hand; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item .list-marked-flex,
.owl-carousel .owl-item .post-blog-grid,
.owl-carousel .owl-item .post-blog-masonry {
    will-change: transform;
}

.owl-flex .owl-stage {
    margin-left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px "FontAwesome";
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
    content: "";
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-carousel-fullheight {
    border-radius: 9px;
    overflow: hidden;
}

.owl-carousel-fullheight,
.owl-carousel-fullheight .owl-item > *,
.owl-carousel-fullheight .owl-stage,
.owl-carousel-fullheight .owl-stage-outer {
    height: 100%;
}

.owl-carousel-fullheight .owl-stage-outer {
    margin-left: 3px;
}

.owl-carousel-fullheight .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-nav {
    display: none;
}

@media (min-width: 992px) {
    .owl-nav {
        display: block;
    }
}

.owl-nav.disabled {
    display: none;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 12%;
    font: 400 60px/50px "Material Design Icons";
    color: #42d4ec;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    cursor: pointer;
}

.owl-next:hover,
.owl-prev:hover {
    color: #808080;
}

.owl-prev {
    left: 0;
}

.owl-prev:before {
    content: "";
}

.owl-next {
    right: 0;
}

.owl-next:before {
    content: "";
}

.owl-nav-position-variant-1 .owl-nav {
    position: absolute;
    bottom: 40px;
    left: 20px;
}

@media (min-width: 768px) {
    .owl-nav-position-variant-1 .owl-nav {
        left: 40px;
    }
}

.owl-nav-variant-1 .owl-nav {
    text-align: center;
    margin-top: 50px;
    display: block !important;
}

@media (min-width: 1200px) {
    .owl-nav-variant-1 .owl-nav {
        margin-top: 90px;
    }
}

.owl-nav-variant-1 .owl-next,
.owl-nav-variant-1 .owl-prev {
    display: inline-block;
    position: static;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #22a9bf;
    color: #22a9bf;
    font-size: 20px;
    text-align: center;
}

.owl-nav-variant-1 .owl-next:hover,
.owl-nav-variant-1 .owl-prev:hover {
    background-color: #22a9bf;
    border-color: #22a9bf;
    color: #fff;
}

.owl-nav-variant-1 .owl-prev:before {
    content: "";
}

.owl-nav-variant-1 .owl-next {
    margin-left: 10px;
}

.owl-nav-variant-1 .owl-next:before {
    content: "";
}

.owl-nav-variant-1.owl-nav-light .owl-next,
.owl-nav-variant-1.owl-nav-light .owl-prev {
    border-color: #fff;
    color: #fff;
}

.owl-nav-variant-1.owl-nav-light .owl-next:hover,
.owl-nav-variant-1.owl-nav-light .owl-prev:hover {
    border-color: #22a9bf;
}

.owl-nav-variant-2 .owl-nav {
    margin-top: 18px;
    display: block !important;
    text-align: center;
}

@media (min-width: 768px) {
    .owl-nav-variant-2 .owl-nav {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .owl-nav-variant-2 .owl-nav {
        margin-top: 18px;
    }
}

.owl-nav-variant-2 .owl-next,
.owl-nav-variant-2 .owl-prev {
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    line-height: 1.2;
    background-color: transparent;
    border: none;
    color: #cacaca;
    font-size: 20px;
    text-align: center;
}

.owl-nav-variant-2 .owl-next:before,
.owl-nav-variant-2 .owl-prev:before {
    font-family: FontAwesome;
}

.owl-nav-variant-2 .owl-next:hover,
.owl-nav-variant-2 .owl-prev:hover {
    color: #22a9bf;
}

.owl-nav-variant-2 .owl-prev:before {
    content: "";
}

.owl-nav-variant-2 .owl-next {
    margin-left: 12px;
}

.owl-nav-variant-2 .owl-next:before {
    content: "";
}

@media (min-width: 1200px) {
    .owl-nav-variant-3 {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.owl-nav-variant-3 .owl-nav {
    text-align: center;
    display: none !important;
}

@media (min-width: 768px) {
    .owl-nav-variant-3 .owl-nav {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .owl-nav-variant-3 .owl-nav {
        display: block !important;
    }
}

.owl-nav-variant-3 .owl-next,
.owl-nav-variant-3 .owl-prev {
    display: inline-block;
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    color: #808080;
    font-size: 36px;
    text-align: center;
    border-radius: 50%;
}

.owl-nav-variant-3 .owl-next:hover,
.owl-nav-variant-3 .owl-prev:hover {
    background-color: #22a9bf;
    color: #fff;
}

.owl-nav-variant-3 .owl-prev:before {
    content: "";
}

.owl-nav-variant-3 .owl-next:before {
    content: "";
}

.owl-nav-offset-30 .owl-nav {
    margin-top: 30px;
}

.owl-nav-offset-90 .owl-dots {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .owl-nav-offset-90 .owl-dots {
        margin-top: 90px;
    }
}

.owl-dots {
    text-align: center;
    margin-top: 14px;
}

@media (min-width: 992px) {
    .owl-dots {
        margin-top: 30px;
    }
}

.owl-dots.disabled {
    display: none;
}

@media (min-width: 1200px) {
    .owl-dots-lg .owl-dots {
        display: none !important;
    }
}

@media (min-width: 1450px) {
    .owl-dots-xl .owl-dots {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .owl-dots-sm .owl-dots {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .owl-dots-left .owl-dots {
        text-align: left;
    }
}

.owl-dot {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    width: 8px;
    height: 8px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 5px #808080;
    box-shadow: inset 0 0 0 5px #808080;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.owl-dot + .owl-dot {
    margin-left: 12px;
}

.owl-dot:focus,
.owl-dot:hover {
    -webkit-box-shadow: inset 0 0 0 5px #42d4ec;
    box-shadow: inset 0 0 0 5px #42d4ec;
}

.owl-dot.active {
    -webkit-box-shadow: inset 0 0 0 8px #42d4ec;
    box-shadow: inset 0 0 0 8px #42d4ec;
}

.owl-dots-primary .owl-dot {
    width: 14px;
    height: 14px;
    -webkit-box-shadow: inset 0 0 0 2px #cacaca;
    box-shadow: inset 0 0 0 2px #cacaca;
}

.owl-dots-primary .owl-dot.active,
.owl-dots-primary .owl-dot:hover {
    -webkit-box-shadow: inset 0 0 0 8px #c62a82;
    box-shadow: inset 0 0 0 8px #c62a82;
}

.owl-dots-primary .owl-dot + .owl-dot {
    margin-left: 30px;
}

.owl-custom-pagination {
    margin: 0;
}

@media (min-width: 992px) {
    .owl-custom-pagination {
        margin: 0 -2px;
    }
}

.owl-custom-pagination .owl-dot-custom {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

@media (min-width: 992px) {
    .owl-custom-pagination .owl-dot-custom {
        padding: 0 2px;
    }
}

.owl-custom-pagination .owl-dot-custom:after {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    border: 8px solid white;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 13px 0 rgba(81, 98, 121, 0.18);
    box-shadow: 0 0 13px 0 rgba(81, 98, 121, 0.18);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}

.owl-custom-pagination .owl-dot-custom:hover:after {
    opacity: 1;
}

.owl-custom-pagination .owl-dot-custom.active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.owl-custom-pagination .owl-dot-custom.active:after {
    opacity: 1;
}

@-webkit-keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
    -webkit-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed,
.rd-navbar-fullwidth,
.rd-navbar-sidebar,
.rd-navbar-static {
    display: block;
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    -webkit-transition: none !important;
    transition: none !important;
}

@media (min-width: 1200px) {
    .rd-navbar-search {
        display: inline-block;
        vertical-align: middle;
        margin-right: 60px;
    }
}

.brand-name,
.rd-navbar,
.rd-navbar-brand,
.rd-navbar-collapse-items,
.rd-navbar-dropdown,
.rd-navbar-live-search-results,
.rd-navbar-megamenu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-search-form,
.rd-navbar-search-form-input,
.rd-navbar-search-form-submit,
.rd-navbar-search-toggle,
.rd-navbar-slogan {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    display: none;
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:after,
.rd-navbar-collapse-toggle span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-navbar-collapse-toggle span:after,
.rd-navbar-collapse-toggle span:before {
    content: "";
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}

.rd-navbar--has-sidebar body {
    padding-left: 270px;
}

.rd-navbar--is-stuck {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar {
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rd-navbar-toggle {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border: none;
    display: block;
    position: fixed;
    top: 4px;
    right: 3px;
    padding: 0;
}

@media (min-width: 1200px) {
    .rd-navbar-toggle {
        display: none;
    }
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-navbar-toggle span:after {
    top: 8px;
}

.rd-navbar-toggle span,
.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.page-main .rd-navbar-toggle span:after,
.rd-navbar-toggle span,
.rd-navbar-toggle span:before {
    background-color: #09183f;
}

.rd-navbar-toggle span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-navbar-toggle.active span:after,
.rd-navbar-toggle.active span:before {
    top: 0;
    width: 15px;
}

.rd-navbar-toggle.active span:before {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.rd-navbar-toggle.active span:after {
    top: -10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100%;
    left: 10px;
}

.rd-navbar-toggle:focus {
    outline: none;
}

.rd-navbar-brand .brand-name {
    color: #1f2746;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}

.rd-navbar-dropdown {
    display: none;
}

.rd-navbar .rd-search {
    width: 350px;
}

.rd-navbar .rd-search-toggle {
    display: inline-block;
    font: 400 18px/36px "FontAwesome";
}

.rd-navbar .rd-search-toggle,
.rd-navbar .rd-search-toggle:after,
.rd-navbar .rd-search-toggle:before {
    text-align: center;
    width: 36px;
    height: 36px;
}

.rd-navbar .rd-search-toggle:after,
.rd-navbar .rd-search-toggle:before {
    position: absolute;
    left: 0;
    top: 0;
}

.rd-navbar .rd-search-toggle:before {
    content: "";
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar .rd-search-toggle:after {
    content: "";
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar .rd-search-toggle.active:before {
    -webkit-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
}

.rd-navbar:not(.rd-navbar-fixed) .rd-navbar .rd-search-toggle.active:after {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed .rd-navbar .rd-search-toggle,
.rd-navbar-fixed .rd-navbar .rd-search-toggle:before {
    width: 48px;
    line-height: 48px;
}

.rd-navbar .rd-search-form-submit {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.rd-navbar .rd-search-form-submit:before {
    content: "";
    font-weight: 400;
    font-family: "FontAwesome";
}

.rd-navbar .rd-search-form-submit.active {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.rd-navbar-shop {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rd-navbar-shop:hover {
    color: #c62a82;
}

.rd-navbar-shop:focus {
    outline: 0;
    color: #c62a82;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-inner {
    max-width: 1800px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: transparent;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav-wrap {
    position: relative;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-megamenu {
    width: 950px;
    left: calc(50% - 475px);
}

@media (min-width: 1400px) {
    .rd-navbar-minimal.rd-navbar-static .rd-navbar-megamenu {
        top: 100% !important;
    }
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: none;
}

@media (min-width: 1200px) {
    .rd-navbar-minimal.rd-navbar-static .rd-navbar-nav {
        margin-right: 42px;
        display: block;
    }
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 15px 4px 16px;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 10px;
}

@media (min-width: 1200px) {
    .rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li + li {
        margin-left: 25px;
    }
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li.active,
.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li.focus,
.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li.opened,
.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li:hover {
    background-color: #292f45;
}

.rd-navbar-minimal.rd-navbar-static
    .rd-navbar-nav
    > li.active
    > .rd-navbar-submenu-toggle,
.rd-navbar-minimal.rd-navbar-static
    .rd-navbar-nav
    > li.focus
    > .rd-navbar-submenu-toggle,
.rd-navbar-minimal.rd-navbar-static
    .rd-navbar-nav
    > li.opened
    > .rd-navbar-submenu-toggle,
.rd-navbar-minimal.rd-navbar-static
    .rd-navbar-nav
    > li:hover
    > .rd-navbar-submenu-toggle {
    color: #42d4ec;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li:hover > a {
    color: #42d4ec;
    background-color: transparent;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a {
    padding: 0;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li > a {
    padding: 0;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li > a:before {
    content: none;
}

.rd-navbar-minimal.rd-navbar-static
    .rd-navbar-nav
    > li
    > .rd-navbar-submenu-toggle {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-left: 9px;
}

.rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck {
    background-color: #292f45;
}

.rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
    padding-top: 9px;
    padding-bottom: 9px;
}

.rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck
    .rd-navbar-nav
    > li
    > a {
    padding-top: 0;
    padding-bottom: 0;
}

.rd-navbar-minimal .rd-navbar-search.active .rd-search {
    right: -18px;
}

.rd-navbar-minimal .rd-navbar-search-toggle {
    display: block;
}

.rd-navbar-minimal .rd-navbar-contact-info {
    text-align: right;
}

.rd-navbar-minimal .rd-navbar-contact-info .icon {
    padding-right: 10px;
    font-size: 22px;
}

.rd-navbar-minimal .rd-navbar-contact-info a {
    color: #fff;
}

.rd-navbar-minimal .rd-navbar-contact-info a:hover {
    text-decoration: underline;
}

.rd-navbar-fullwidth,
.rd-navbar-static {
    background-color: #1f2746;
}

.rd-navbar-fullwidth,
.rd-navbar-static {
    background-color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-brand,
.rd-navbar-fullwidth .rd-navbar-nav > li > a,
.rd-navbar-fullwidth .rd-navbar-search-toggle,
.rd-navbar-static .rd-navbar-brand,
.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-static .rd-navbar-search-toggle {
    position: relative;
    z-index: 2;
}

.rd-navbar-fullwidth .rd-navbar-nav > li,
.rd-navbar-static .rd-navbar-nav > li {
    position: relative;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a,
.rd-navbar-static .rd-navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 28px 37px;
    color: #fff;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a,
.rd-navbar-static .rd-navbar-nav > li > a {
    color: #09183f;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a:before,
.rd-navbar-static .rd-navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 31px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 8px;
    z-index: 10;
    color: #fff;
    cursor: pointer;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before {
    content: "";
    font-family: FontAwesome;
}

.rd-navbar-fullwidth .rd-navbar-nav > li.rd-navbar-submenu > a,
.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a {
    padding-right: 48px;
    padding-left: 29px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a:before,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > a:before,
.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover:before,
.rd-navbar-static .rd-navbar-nav > li.focus > a:before,
.rd-navbar-static .rd-navbar-nav > li.opened > a:before,
.rd-navbar-static .rd-navbar-nav > li > a:hover:before {
}

.rd-navbar-fullwidth .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.active > a {
    color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-nav > li.active > a:before,
.rd-navbar-static .rd-navbar-nav > li.active > a:before {
}

.rd-navbar-fullwidth
    .rd-navbar-nav
    > .rd-navbar-submenu
    .rd-navbar-submenu.rd-navbar--has-dropdown,
.rd-navbar-static
    .rd-navbar-nav
    > .rd-navbar-submenu
    .rd-navbar-submenu.rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-fullwidth
    .rd-navbar-nav
    > .rd-navbar-submenu
    .rd-navbar-submenu.rd-navbar--has-dropdown
    .rd-navbar-submenu-toggle,
.rd-navbar-static
    .rd-navbar-nav
    > .rd-navbar-submenu
    .rd-navbar-submenu.rd-navbar--has-dropdown
    .rd-navbar-submenu-toggle {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.rd-navbar-fullwidth
    .rd-navbar-nav
    > .rd-navbar-submenu
    .rd-navbar-submenu.rd-navbar--has-dropdown
    .rd-navbar-submenu-toggle:before,
.rd-navbar-static
    .rd-navbar-nav
    > .rd-navbar-submenu
    .rd-navbar-submenu.rd-navbar--has-dropdown
    .rd-navbar-submenu-toggle:before {
    content: "";
    font-family: "Material Icons";
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.rd-navbar-fullwidth
    .rd-navbar-nav
    > .rd-navbar-submenu.focus
    > .rd-navbar-dropdown,
.rd-navbar-fullwidth
    .rd-navbar-nav
    > .rd-navbar-submenu.focus
    > .rd-navbar-megamenu,
.rd-navbar-static
    .rd-navbar-nav
    > .rd-navbar-submenu.focus
    > .rd-navbar-dropdown,
.rd-navbar-static
    .rd-navbar-nav
    > .rd-navbar-submenu.focus
    > .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-fullwidth
    .rd-navbar-nav
    > .rd-navbar-submenu
    .rd-navbar-submenu.focus
    > .rd-navbar-dropdown,
.rd-navbar-static
    .rd-navbar-nav
    > .rd-navbar-submenu
    .rd-navbar-submenu.focus
    > .rd-navbar-dropdown {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-inner,
.rd-navbar-static .rd-navbar-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1770px;
}

.rd-navbar-fullwidth .rd-navbar-search.active .rd-search,
.rd-navbar-static .rd-navbar-search.active .rd-search {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 4px);
}

.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle,
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle {
    font-size: 14px;
}

.rd-navbar-fullwidth .rd-navbar-search .rd-search,
.rd-navbar-static .rd-navbar-search .rd-search {
    position: absolute;
    right: 20px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: calc(100% + 14px);
}

.rd-navbar-fullwidth .rd-navbar-search .rd-search .button,
.rd-navbar-static .rd-navbar-search .rd-search .button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #c62a82;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rd-navbar-fullwidth .rd-navbar-search .rd-search .button:hover,
.rd-navbar-static .rd-navbar-search .rd-search .button:hover {
    color: #42d4ec;
}

.rd-navbar-fullwidth .rd-navbar-search .rd-search .form-input,
.rd-navbar-static .rd-navbar-search .rd-search .form-input {
    padding-right: 50px;
}

.rd-navbar-fullwidth .rd-navbar-search .rd-search .form-group,
.rd-navbar-static .rd-navbar-search .rd-search .form-group {
    margin-bottom: 0;
}

.rd-navbar-fullwidth .rd-navbar-nav-2 > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav-2 > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
    display: block;
    position: absolute;
    text-align: left;
    left: 0;
    background: #161b31;
    z-index: 5;
}

.rd-navbar-fullwidth .rd-navbar-nav-2 > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav-2 > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
    background: #fff;
}

.page-insurance .rd-navbar-static .rd-navbar-nav-2 > li > .rd-navbar-dropdown {
    background: #fff;
}

.page-insurance .rd-navbar-static .rd-navbar-dropdown > li > a {
    color: #161b31;
}

.rd-navbar-fullwidth .rd-navbar-nav li.rd-navbar--has-dropdown,
.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-fullwidth .rd-navbar-nav-2 li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav-2 li.focus > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav-2 li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav-2 li.opened > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav-2 li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav-2 li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav-2 li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav-2 li.opened > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-fullwidth .rd-navbar-nav > li,
.rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu {
    top: 100%;
    z-index: 15;
}

.rd-navbar-fullwidth
    .rd-navbar-nav
    > li
    > .rd-navbar-dropdown
    .rd-navbar-dropdown,
.rd-navbar-static
    .rd-navbar-nav
    > li
    > .rd-navbar-dropdown
    .rd-navbar-dropdown {
    left: 100%;
    top: 0;
    z-index: 2;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown {
    background: #161b31;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
    color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a {
    display: block;
    color: #fff;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a {
    color: #09183f;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover {
    color: #42d4ec;
    background: #1f2746;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover {
    background: #fff;
}

.page-insurance .rd-navbar-static .rd-navbar-dropdown > li > a:hover {
    background: #fff;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a,
.rd-navbar-static .rd-navbar-dropdown > li.focus > a {
    color: #42d4ec;
    background: #1f2746;
}

.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-megamenu {
    display: table;
    table-layout: fixed;
    right: 10px;
    text-align: left;
    table-layout: fixed;
    background: #161b31;
    z-index: 4;
    position: fixed !important;
    right: 15px;
    top: 110px !important;
    width: calc(100vw - 45px);
}

@media (min-width: 1400px) {
    .rd-navbar-fullwidth .rd-navbar-megamenu,
    .rd-navbar-static .rd-navbar-megamenu {
        right: 0;
        position: absolute !important;
        width: 1000px;
    }
}

.rd-navbar-fullwidth .rd-navbar-megamenu h5,
.rd-navbar-static .rd-navbar-megamenu h5 {
    padding: 13px 20px 13px 26px;
    border-top: 2px solid #161b31;
    background-color: #1f2746;
    color: #e4e4e4;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li,
.rd-navbar-static .rd-navbar-megamenu > li {
    position: relative;
    display: table-cell;
    border-left: 1px solid #161b31;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li > p,
.rd-navbar-static .rd-navbar-megamenu > li > p {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a,
.rd-navbar-static .rd-navbar-megamenu > li > ul a {
    display: block;
    color: #fff;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a:hover,
.rd-navbar-static .rd-navbar-megamenu > li > ul a:hover {
    color: #42d4ec;
    background: #1f2746;
}

.rd-navbar-fullwidth.rd-navbar--is-clone,
.rd-navbar-static.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-search-form .form-group,
.rd-navbar-static .rd-navbar-search-form .form-group {
    margin-bottom: 0;
}

.rd-navbar-fullwidth .rd-navbar-search-form:after,
.rd-navbar-static .rd-navbar-search-form:after {
    left: 100%;
}

.rd-navbar-fullwidth .rd-navbar-search-form-submit,
.rd-navbar-static .rd-navbar-search-form-submit {
    background-color: transparent;
    right: 27px;
    border: none;
}

.rd-navbar-fullwidth .rd-navbar-search-toggle,
.rd-navbar-static .rd-navbar-search-toggle {
    color: #fff;
    background-color: transparent;
    border: none;
}

.rd-navbar-fullwidth .rd-navbar-search-toggle:focus,
.rd-navbar-static .rd-navbar-search-toggle:focus {
    outline: 0;
}

.rd-navbar-fullwidth .rd-navbar-search-toggle:hover,
.rd-navbar-static .rd-navbar-search-toggle:hover {
    color: #c62a82;
}

.rd-navbar-fullwidth .rd-navbar-search.active .rd-navbar-search-form,
.rd-navbar-static .rd-navbar-search.active .rd-navbar-search-form {
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.rd-navbar-fullwidth.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #1f2746;
    -webkit-box-shadow: 0 2px 25px -5px rgba(255, 255, 255, 0.14);
    box-shadow: 0 2px 25px -5px rgba(255, 255, 255, 0.14);
    z-index: 44;
}

.rd-navbar-fullwidth.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    background: #fff;
}

.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li > a,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li > a,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
}

.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-megamenu,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-megamenu,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-megamenu,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-megamenu {
    top: 70px !important;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
    position: absolute;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(100, 103, 121, 0.21);
    box-shadow: 0 2px 20px 0 rgba(100, 103, 121, 0.21);
}

.rd-navbar-static .head-block .rd-navbar-dropdown {
    margin-top: 30px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown a,
.rd-navbar-fullwidth .rd-navbar-megamenu a,
.rd-navbar-static .rd-navbar-dropdown a,
.rd-navbar-static .rd-navbar-megamenu a {
    position: relative;
    padding: 13px 20px 13px 38px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rd-navbar-fullwidth .rd-navbar-dropdown a:hover,
.rd-navbar-fullwidth .rd-navbar-megamenu a:hover,
.rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-megamenu a:hover {
    padding-left: 68px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown a:hover:before,
.rd-navbar-fullwidth .rd-navbar-megamenu a:hover:before,
.rd-navbar-static .rd-navbar-dropdown a:hover:before,
.rd-navbar-static .rd-navbar-megamenu a:hover:before {
    left: 40px;
    opacity: 1;
}

.rd-navbar-fullwidth .rd-navbar-dropdown a:before,
.rd-navbar-fullwidth .rd-navbar-megamenu a:before,
.rd-navbar-static .rd-navbar-dropdown a:before,
.rd-navbar-static .rd-navbar-megamenu a:before {
    left: 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    margin-right: 17px;
    -webkit-transition: left 0.3s, opacity 0.3s;
    transition: left 0.3s, opacity 0.3s;
    opacity: 0;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown {
    width: 250px;
}

.rd-navbar-fullwidth .rd-navbar--has-dropdown,
.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-fullwidth.rd-navbar-minimal,
.rd-navbar-static.rd-navbar-minimal {
    background-color: transparent;
}

.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-megamenu,
.rd-navbar-static.rd-navbar-minimal .rd-navbar-megamenu {
    margin: 0;
}

.rd-navbar-fullwidth.rd-navbar-minimal.rd-navbar--is-stuck .rd-navbar-megamenu,
.rd-navbar-static.rd-navbar-minimal.rd-navbar--is-stuck .rd-navbar-megamenu {
    top: 52px !important;
}

.rd-navbar-fullwidth.rd-navbar-float,
.rd-navbar-static.rd-navbar-float {
    background-color: transparent;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-inner,
.rd-navbar-static.rd-navbar-float .rd-navbar-inner {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(100, 103, 121, 0.21);
    box-shadow: 0 2px 20px 0 rgba(100, 103, 121, 0.21);
}

@media (min-width: 1770px) {
    .rd-navbar-fullwidth.rd-navbar-float .rd-navbar-inner,
    .rd-navbar-static.rd-navbar-float .rd-navbar-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li {
    position: relative;
}

.rd-navbar-fullwidth.rd-navbar-float
    .rd-navbar-nav
    > li
    > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li > a,
.rd-navbar-static.rd-navbar-float
    .rd-navbar-nav
    > li
    > .rd-navbar-submenu-toggle,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li > a {
    color: #1f2746;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li > a:hover,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li.focus > a,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li.opened > a,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li > a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li.focus > a:before,
.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li.opened > a:before,
.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li > a:hover:before,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li.focus > a:before,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li.opened > a:before,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li > a:hover:before {
    background-color: #c62a82;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li.active > a,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li.active > a {
    background: rgba(0, 0, 0, 0.05);
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-nav > li.active > a:before,
.rd-navbar-static.rd-navbar-float .rd-navbar-nav > li.active > a:before {
    background-color: #c62a82;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-search-toggle,
.rd-navbar-static.rd-navbar-float .rd-navbar-search-toggle {
    color: #1f2746;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-search-toggle:hover,
.rd-navbar-static.rd-navbar-float .rd-navbar-search-toggle:hover {
    color: #c62a82;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-top-panel,
.rd-navbar-static.rd-navbar-float .rd-navbar-top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 15px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-fullwidth.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-200
    a,
.rd-navbar-static.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-200
    a {
    display: inline-block;
    max-width: 200px;
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth.rd-navbar-float
        .rd-navbar-top-panel
        .rd-navbar-top-panel-200
        a,
    .rd-navbar-static.rd-navbar-float
        .rd-navbar-top-panel
        .rd-navbar-top-panel-200
        a {
        max-width: none;
    }
}

.rd-navbar-fullwidth.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-left,
.rd-navbar-static.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.rd-navbar-fullwidth.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-left
    > *
    + *,
.rd-navbar-static.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-left
    > *
    + * {
    margin-left: 20px;
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth.rd-navbar-float
        .rd-navbar-top-panel
        .rd-navbar-top-panel-left
        > *
        + *,
    .rd-navbar-static.rd-navbar-float
        .rd-navbar-top-panel
        .rd-navbar-top-panel-left
        > *
        + * {
        margin-left: 52px;
    }
}

.rd-navbar-fullwidth.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-left
    > *,
.rd-navbar-static.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-left
    > * {
    display: inline-block;
}

.rd-navbar-fullwidth.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-left
    .icon,
.rd-navbar-static.rd-navbar-float
    .rd-navbar-top-panel
    .rd-navbar-top-panel-left
    .icon {
    margin-right: 10px;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-top-panel a,
.rd-navbar-static.rd-navbar-float .rd-navbar-top-panel a {
    color: #fff;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-top-panel a.icon:hover,
.rd-navbar-static.rd-navbar-float .rd-navbar-top-panel a.icon:hover {
    color: #1f2746;
}

.rd-navbar-fullwidth.rd-navbar-float .rd-navbar-top-panel a:hover,
.rd-navbar-static.rd-navbar-float .rd-navbar-top-panel a:hover {
    text-decoration: underline;
}

.rd-navbar-fullwidth.rd-navbar-float.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar-float.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar-float.rd-navbar--is-clone,
.rd-navbar-static.rd-navbar-float.rd-navbar--is-stuck {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(100, 103, 121, 0.21);
    box-shadow: 0 2px 20px 0 rgba(100, 103, 121, 0.21);
}

.rd-navbar-fullwidth.rd-navbar-float.rd-navbar--is-clone .rd-navbar-inner,
.rd-navbar-fullwidth.rd-navbar-float.rd-navbar--is-stuck .rd-navbar-inner,
.rd-navbar-static.rd-navbar-float.rd-navbar--is-clone .rd-navbar-inner,
.rd-navbar-static.rd-navbar-float.rd-navbar--is-stuck .rd-navbar-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rd-navbar-fullwidth.rd-navbar-float.rd-navbar--is-clone .rd-navbar-top-panel,
.rd-navbar-fullwidth.rd-navbar-float.rd-navbar--is-stuck .rd-navbar-top-panel,
.rd-navbar-static.rd-navbar-float.rd-navbar--is-clone .rd-navbar-top-panel,
.rd-navbar-static.rd-navbar-float.rd-navbar--is-stuck .rd-navbar-top-panel {
    display: none;
}

@media (max-width: 1399px) {
    .rd-navbar-fullwidth.rd-navbar-float.rd-navbar--is-clone
        .rd-navbar-megamenu,
    .rd-navbar-fullwidth.rd-navbar-float.rd-navbar--is-stuck
        .rd-navbar-megamenu,
    .rd-navbar-static.rd-navbar-float.rd-navbar--is-clone .rd-navbar-megamenu,
    .rd-navbar-static.rd-navbar-float.rd-navbar--is-stuck .rd-navbar-megamenu {
        top: 70px !important;
    }
}

@media (max-width: 1399px) {
    .rd-navbar-fullwidth.rd-navbar-float .rd-navbar-megamenu,
    .rd-navbar-static.rd-navbar-float .rd-navbar-megamenu {
        top: 170px !important;
    }
}

@media (max-width: 1200px) {
    .rd-navbar-fullwidth.rd-navbar-float .rd-navbar-megamenu,
    .rd-navbar-static.rd-navbar-float .rd-navbar-megamenu {
        top: 195px !important;
    }
}

.rd-navbar-fixed .rd-navbar-collapse-toggle,
.rd-navbar-sidebar .rd-navbar-collapse-toggle {
    display: inline-block;
    z-index: 9999;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-dropdown {
    display: block;
}

.rd-navbar-fixed .rd-navbar-collapse-items,
.rd-navbar-sidebar .rd-navbar-collapse-items {
    position: absolute;
    width: 260px;
    padding: 25px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #1f2746;
    font-size: 16px;
    line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-collapse-items li > *,
.rd-navbar-sidebar .rd-navbar-collapse-items li > * {
    vertical-align: middle;
}

.rd-navbar-fixed .rd-navbar-collapse-items li + li,
.rd-navbar-sidebar .rd-navbar-collapse-items li + li {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon,
.rd-navbar-fixed .rd-navbar-collapse-items a,
.rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.rd-navbar-sidebar .rd-navbar-collapse-items a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon,
.rd-navbar-fixed .rd-navbar-collapse-items a[class*="fa"]:before,
.rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.rd-navbar-sidebar .rd-navbar-collapse-items a[class*="fa"]:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-right: 5px;
}

.rd-navbar-sidebar {
    width: 270px;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    background: #1f2746;
    -webkit-box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.17);
    z-index: 998;
    padding: 10px 0;
}

.rd-navbar-sidebar:after,
.rd-navbar-sidebar:before {
    content: "";
    display: block;
    height: 56px;
}

.rd-navbar-sidebar::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-sidebar::-webkit-scrollbar-thumb {
    background: #2f3b69;
    border: none;
    border-radius: 0;
    opacity: 0.2;
}

.rd-navbar-sidebar::-webkit-scrollbar-track {
    background: #1f2746;
    border: none;
    border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav {
    margin-top: 130px;
}

@media (min-width: 1200px) {
    .rd-navbar-fixed .rd-navbar-nav {
        margin-top: 0;
    }
}

.rd-navbar-fixed .rd-navbar-nav li,
.rd-navbar-sidebar .rd-navbar-nav li {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-nav li li > a,
.rd-navbar-sidebar .rd-navbar-nav li li > a {
    padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-nav li > a,
.rd-navbar-sidebar .rd-navbar-nav li > a {
    position: relative;
    display: block;
    padding: 5px 45px 5px 15px;
}

.rd-navbar-fixed .rd-navbar-nav li > a:first-letter,
.rd-navbar-sidebar .rd-navbar-nav li > a:first-letter {
    text-transform: uppercase;
}

.rd-navbar-fixed .rd-navbar-nav li.focus > a,
.rd-navbar-fixed .rd-navbar-nav li > a:hover,
.rd-navbar-sidebar .rd-navbar-nav li.focus > a,
.rd-navbar-sidebar .rd-navbar-nav li > a:hover {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li + li,
.rd-navbar-fixed .rd-navbar-nav li > a + a,
.rd-navbar-fixed .rd-navbar-nav li > a + ul,
.rd-navbar-fixed .rd-navbar-nav li > img + a,
.rd-navbar-sidebar .rd-navbar-nav li + li,
.rd-navbar-sidebar .rd-navbar-nav li > a + a,
.rd-navbar-sidebar .rd-navbar-nav li > a + ul,
.rd-navbar-sidebar .rd-navbar-nav li > img + a {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown > li > a {
    padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown ul > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown ul > li > a {
    padding-left: 25px;
}

.rd-navbar-fixed .rd-navbar-search-form-submit,
.rd-navbar-sidebar .rd-navbar-search-form-submit {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.rd-navbar-static {
    display: block;
}

.rd-navbar-static .rd-navbar-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    display: none;
}

@media (min-width: 1200px) {
    .rd-navbar-static .rd-navbar-nav-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: flex-center;
        -ms-flex-pack: flex-center;
        justify-content: center;
        display: flex;
        width: 100%;
        align-items: center;
    }
}

.rd-navbar-static .rd-navbar-nav {
    width: 72%;
    text-align: center;
}

.page-insurance .rd-navbar-static .rd-navbar-nav {
    visibility: hidden;
}

.rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
}

.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 0px;
}

.rd-navbar-fullwidth {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav {
    width: 100%;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
    margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel {
    display: none;
}

.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    text-align: left;
    position: fixed;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 46px;
    height: 48px;
    z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 122px;
    height: auto;
}

.page-insurance .rd-navbar-fixed .rd-navbar-brand img {
    margin-left: 15px;
}

.rd-navbar-fixed .rd-navbar-brand .brand-name {
    color: #3e3f40;
}

.rd-navbar-fixed .rd-navbar-panel {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 4px;
    height: 56px;
    color: #fff;
    z-index: 42;
}

.rd-navbar-fixed .rd-navbar-panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.17);
    background: #1f2746;
}

.rd-navbar-fixed .rd-navbar-panel:before {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1200px) {
    .rd-navbar-fixed .rd-navbar-search {
        margin-top: 10px;
    }
}

.rd-navbar-fixed .rd-navbar-search {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
    display: none;
}

.rd-navbar-fixed .rd-navbar-search .rd-navbar-search-toggle {
    display: none;
}

.rd-navbar-fixed .rd-navbar-search .button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    background-color: transparent;
    color: #c62a82;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rd-navbar-fixed .rd-navbar-search .button:hover {
    color: #42d4ec;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
    padding-right: 55px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.rd-navbar-fixed .rd-navbar-search .rd-search label {
    color: #09183f;
    font-size: 16px;
}

.page-insurance .rd-navbar-fixed .rd-navbar-search .rd-search label {
    color: #1f2746;
}

.rd-navbar-fixed .rd-navbar-search .rd-search .form-label {
    top: 30px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search input {
    font-size: 16px;
    padding: 11px 20px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    top: -56px;
    left: 0;
    right: 0;
    padding: 112px 0 106px;
    bottom: -56px;
    color: #09183f;
    background: #fff;
    z-index: 41;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    overflow-y: auto;
    display: block;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.rd-navbar-fixed .rd-navbar-nav:after,
.rd-navbar-fixed .rd-navbar-nav:before {
    content: "";
    display: block;
    height: 8px;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    display: block;
    padding: 30px 0;
    color: #09183f;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > a,
.rd-navbar-fixed .rd-navbar-nav li a:hover {
    background: white;
}

.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle:after {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-megamenu {
    display: none;
}

.rd-navbar-fixed .rd-navbar-megamenu h5 {
    display: none;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
    padding-left: 48px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    display: block;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > a,
.rd-navbar-fixed .rd-navbar-nav li:hover > a:hover {
    color: #fff;
    background: #c62a82;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle:hover {
    cursor: pointer;
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
    -webkit-transition: opacity 0.3s, height 0.4s ease;
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > a {
    background: #c62a82;
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    margin-top: -22px;
    width: 65px;
    height: 48px;
    font: 400 14px "FontAwesome";
    line-height: 48px;
    text-align: center;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    z-index: 2;
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav-2 .rd-l:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -55px;
    margin-top: -15px;
    width: 65px;
    height: 48px;
    font: 400 14px "FontAwesome";
    line-height: 48px;
    text-align: center;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    z-index: 2;
    color: black;
}

.page-insurance .rd-navbar-fixed .rd-navbar-nav-2 .rd-l:after {
    color: #1f2746;
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-search-toggle {
    height: 48px;
    z-index: 1000;
    background-color: transparent;
    border: none;
    width: 22px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .rd-navbar-fixed .rd-navbar-collapse,
    .rd-navbar-fixed .rd-navbar-search-toggle {
        top: 4px;
    }
}

.rd-navbar-fixed .rd-navbar-collapse:focus,
.rd-navbar-fixed .rd-navbar-search-toggle:focus {
    outline: none;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    position: fixed;
    right: 0;
    top: 4px;
}

.rd-navbar-fixed .rd-navbar-contact-info,
.rd-navbar-fixed .rd-navbar-top-panel {
    position: fixed;
    top: 90px;
    right: 10px;
    z-index: 999;
    border-radius: 5px;
    background-color: #1f2746;
    -webkit-box-shadow: 1px 1px 20px -5px black;
    box-shadow: 1px 1px 20px -5px black;
    width: 280px;
    text-align: left;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rd-navbar-fixed .rd-navbar-contact-info .icon,
.rd-navbar-fixed .rd-navbar-top-panel .icon {
    margin-right: 6px;
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-contact-info a:hover,
.rd-navbar-fixed .rd-navbar-top-panel a:hover {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-contact-info .rd-navbar-top-panel-right,
.rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-top-panel-right {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-contact-info.active,
.rd-navbar-fixed .rd-navbar-top-panel.active {
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-top-panel-200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rd-navbar-fixed .rd-navbar-contact-info {
    width: auto;
}

.rd-navbar-fixed.active .rd-navbar-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 1199px) {
    .rd-navbar-fixed.rd-navbar--on-search .brand-name {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed.rd-navbar--is-clone .rd-navbar-panel {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
}

.rd-navbar-fixed.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-panel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

html.rd-navbar-fixed-linked body {
    padding-top: 55px;
}

html.rd-navbar-sidebar-linked body {
    padding-left: 270px;
}

.rd-navbar-sidebar {
    position: fixed;
    display: block;
}

.rd-navbar-sidebar .rd-navbar-nav li.focus > a,
.rd-navbar-sidebar .rd-navbar-nav li.focus > a:hover,
.rd-navbar-sidebar .rd-navbar-nav li:hover > a,
.rd-navbar-sidebar .rd-navbar-nav li:hover > a:hover {
    color: #fff;
    background: #161b31;
}

.rd-navbar-sidebar .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle:hover {
    cursor: pointer;
    color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-megamenu {
    -webkit-transition: opacity 0.3s, height 0.4s ease;
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    height: auto;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > a {
    background: #161b31;
    color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu-toggle:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    margin-top: -22px;
    width: 65px;
    height: 44px;
    font: 400 14px "FontAwesome";
    line-height: 42px;
    text-align: center;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    z-index: 2;
}

.rd-navbar-sidebar .rd-navbar-brand {
    text-align: center;
}

.rd-navbar-sidebar .rd-navbar-collapse-items {
    top: 0;
    left: 0;
    padding-top: 45px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-collapse {
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    z-index: 1;
}

.rd-navbar-sidebar .rd-navbar-collapse.active .rd-navbar-collapse-items {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

html.boxed.rd-navbar--has-sidebar body {
    padding-left: 300px;
    padding-right: 30px;
}

html.boxed .rd-navbar--is-clone {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

ol ol,
ol ul,
ul ol,
ul ul {
    padding-left: 0;
}

.rd-parallax-inner {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    clip: rect(-1px, auto, auto, -1px);
}

.rd-parallax-layer[data-type="media"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%;
}

.rd-parallax-layer[data-url] {
    background-size: cover;
    background-position: center center;
}

.rd-parallax-swiper {
    z-index: 1 !important;
}

.google-map-markers {
    display: none;
}

.google-map-container {
    width: 100%;
}

.google-map {
    height: 200px;
    width: 100%;
}

@media (min-width: 576px) {
    .google-map {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .google-map {
        height: 550px;
    }
}

.gm-style-iw > div > div {
    padding-right: 10px;
    font-size: 13px;
}

.google-map-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 330px;
    height: auto;
}

.google-map-align .google-map {
    height: auto;
}

.google-map-abs-section {
    position: relative;
}

.google-map-abs {
    position: static;
}

.google-map-abs .google-map-container {
    height: 300px;
    position: relative;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .google-map-abs .google-map-container {
        position: absolute !important;
        top: 0;
        right: 0;
        left: 72vw;
        bottom: 0;
        width: auto;
        height: 100%;
    }
}

@media (min-width: 1800px) {
    .google-map-abs .google-map-container {
        left: calc(50vw + 440px);
    }
}

.page-main .swiper-onSlider:before, .hot-hotel-deals .swiper-onSlider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-main .swiper-onSlider--bg-1:before, .hot-hotel-deals .swiper-onSlider--bg-1:before {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.82; 
}
  
.page-main .swiper-onSlider--bg-2:before {
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.79;
    -webkit-backdrop-filter: blur(270px);
            backdrop-filter: blur(270px); 
}

.page-main .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: calc(100vh - 55px);
}

.page-main .swiper-onSlider,
.hot-hotel-deals .swiper-onSlider {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    /* overflow-y: scroll; */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    background-repeat: no-repeat;
    background-size: cover; 
}

.page-main .swiper-onSlider::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.page-main .swiper-slide-wrapper {
    position: relative;
}

.page-main .swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.page-main .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-main .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.page-main .swiper-container-android .swiper-slide,
.page-main .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.page-main .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-main .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.page-main .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.page-main .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.page-main .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.page-main .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.page-main .swiper-button-next,
.page-main .swiper-button-prev {
    display: none;
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 46px;
    text-align: center;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
}

.page-main .swiper-button-next:hover,
.page-main .swiper-button-prev:hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .page-main .swiper-button-next,
    .page-main .swiper-button-prev {
        display: block;
    }
}

.page-main .swiper-button-next.swiper-button-disabled,
.page-main .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.page-main .swiper-button-prev {
    left: 3.5%;
}

.page-main .swiper-button-next {
    right: 3.5%;
}

.page-main .swiper-pagination {
    display: block;
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.page-main .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.page-main .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
}

.page-main .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.page-main .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.page-main .swiper-pagination-bullet-active {
    opacity: 1;
}

.page-main .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.page-main .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.page-main .swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.page-main
    .swiper-container-vertical
    > .swiper-pagination
    .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.page-main .swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.page-main
    .swiper-container-horizontal
    > .swiper-pagination
    .swiper-pagination-bullet {
    margin: 0 5px;
}

.page-main .swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.page-main .swiper-container-3d .swiper-cube-shadow,
.page-main .swiper-container-3d .swiper-slide,
.page-main .swiper-container-3d .swiper-slide-shadow-bottom,
.page-main .swiper-container-3d .swiper-slide-shadow-left,
.page-main .swiper-container-3d .swiper-slide-shadow-right,
.page-main .swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page-main .swiper-container-3d .swiper-slide-shadow-bottom,
.page-main .swiper-container-3d .swiper-slide-shadow-left,
.page-main .swiper-container-3d .swiper-slide-shadow-right,
.page-main .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.page-main .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.page-main .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.page-main .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.page-main .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.page-main .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.page-main .swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.page-main .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.page-main .swiper-container-fade .swiper-slide-active,
.page-main .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.page-main .swiper-container-cube {
    overflow: visible;
}

.page-main .swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-main .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.page-main .swiper-container-cube .swiper-slide-active,
.page-main .swiper-container-cube .swiper-slide-next,
.page-main .swiper-container-cube .swiper-slide-next + .swiper-slide,
.page-main .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.page-main .swiper-container-cube .swiper-slide-shadow-bottom,
.page-main .swiper-container-cube .swiper-slide-shadow-left,
.page-main .swiper-container-cube .swiper-slide-shadow-right,
.page-main .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page-main .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.page-main .swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
}

.page-main .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    z-index: 50;
    height: 3px;
    width: 100%;
}

.page-main .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.page-main .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #c62a82;
    left: 0;
    top: 0;
}

.page-main .swiper-scrollbar-cursor-drag {
    cursor: move;
}

.page-main .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.page-main .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.page-main .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-main .swiper-slide > .parallax_cnt,
.page-main .swiper-slide > .vide__body {
    height: 100%;
}

.page-main .swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;
}

.page-main .swiper-slide-caption p {
    display: none;
}

@media (min-width: 768px) {
    .page-main .swiper-slide-caption p {
        display: block;
    }
}

.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #c62a82;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 80px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
}

.ui-to-top:focus {
    color: #fff;
}

.ui-to-top:hover {
    color: #fff;
    background: #b12674;
    text-decoration: none;
}

.ui-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 100px;
    }
}

.resp-tabs-container {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .resp-tabs-container {
        border: none;
    }
}

[data-type="accordion"] .resp-tabs-container {
    border: 1px solid #dbdbdb;
}

.responsive-tabs .resp-accordion {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #22a9bf;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    padding: 12px 36px 12px 16px;
}

@media (min-width: 768px) {
    .responsive-tabs .resp-accordion {
        padding: 13px 56px 13px 28px;
    }
}

.responsive-tabs .resp-accordion:hover {
    color: #ad146a;
}

.responsive-tabs .resp-accordion.resp-tab-active {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

* + .resp-accordion {
    margin-top: -1px;
    border-top: 1px solid #dbdbdb;
}

.resp-easy-accordion .resp-tab-content {
    border-top: none;
    border-bottom: 1px solid #dbdbdb;
}

.resp-easy-accordion .resp-tab-content.resp-tab-content-active {
    border: none;
}

@media (max-width: 991.98px) {
    .resp-tab-content {
        border-top: none;
    }
    .resp-tab-content.resp-tab-content-active {
        border-top: none;
    }
}

.responsive-tabs .resp-accordion .resp-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    width: 20px;
    font-family: "Material Design Icons";
    font-size: 20px;
    color: #ad146a;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.responsive-tabs .resp-accordion .resp-arrow:before {
    content: "";
}

@media (min-width: 992px) {
    .responsive-tabs .resp-accordion .resp-arrow {
        font-size: 20px;
        right: 17px;
    }
}

.responsive-tabs .resp-accordion:hover {
    color: #ad146a;
    cursor: pointer;
}

.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow:before {
    content: "";
}

.responsive-tabs .resp-tab-content {
    text-align: left;
    padding: 0 25px 15px 17px;
}

@media (min-width: 768px) {
    .responsive-tabs .resp-tab-content {
        padding: 0 73px 15px 32px;
    }
}

.responsive-tabs .resp-tabs-list:not(.nav-custom-tabs) {
    display: none;
    padding: 0;
    margin-bottom: 0;
}

.responsive-tabs .resp-tabs-list:not(.nav-custom-tabs) li {
    position: relative;
    display: inline-block;
    padding: 0 0 13px;
    font-size: 16px;
    font-weight: 700;
    color: #2d2e2e;
    list-style-type: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.responsive-tabs .resp-tabs-list:not(.nav-custom-tabs) li.resp-tab-active,
.responsive-tabs .resp-tabs-list:not(.nav-custom-tabs) li:hover {
    color: #2d2e2e;
    background: transparent;
}

.responsive-tabs .resp-tab-content {
    display: none;
}

@media (min-width: 992px) {
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed),
    .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed) {
        border-bottom: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed)
        .resp-tab-content
        + .resp-accordion,
    .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed)
        .resp-tab-content
        + .resp-accordion {
        border-top: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed)
        .resp-accordion,
    .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed)
        .resp-accordion {
        display: none;
    }
    .responsive-tabs[data-type="horizontal"]:not(.tabs-lg-collapsed)
        .resp-tabs-list:not(.nav-custom-tabs),
    .responsive-tabs[data-type="vertical"]:not(.tabs-lg-collapsed)
        .resp-tabs-list:not(.nav-custom-tabs) {
        display: block;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs[data-type="vertical"] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
    }
    .responsive-tabs[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs) {
        text-align: left;
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
        max-width: 22%;
    }
    .responsive-tabs[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li {
        display: block;
    }
    .responsive-tabs[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li
        + li {
        margin-left: 0;
    }
    .responsive-tabs[data-type="vertical"] .resp-tabs-container {
        -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
        max-width: 71%;
        padding-left: 30px;
    }
    .responsive-tabs.tabs-lg-collapsed {
        border-bottom: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-tab-content + .resp-accordion {
        border-top: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-accordion {
        display: none;
    }
    .responsive-tabs.tabs-lg-collapsed .resp-tabs-list:not(.nav-custom-tabs) {
        display: block;
    }
}

@media (min-width: 992px) {
    .responsive-tabs-classic[data-type="horizontal"],
    .responsive-tabs-classic[data-type="vertical"] {
        border-bottom: none;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tab-content
        + .resp-accordion,
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tab-content
        + .resp-accordion {
        border-top: none;
        margin-top: 10px;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs),
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs) {
        font-size: 0;
        text-align: left;
        position: relative;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs):after,
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs):after {
        width: 100%;
        height: 1px;
        content: "";
        background: #e4e4e4;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 0;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li,
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 700;
        font-size: 16px;
        position: relative;
        color: #808080;
    }
    .page .responsive-tabs-classic[data-type="horizontal"] {
        text-align: left;
    }
    .page
        .responsive-tabs-classic[data-type="horizontal"]:not(.nav-custom-tabs)
        resp-tabs-list {
        display: inline-block;
        border: 1px solid #d7d7d7;
        border-radius: 4px;
        overflow: hidden;
    }
    .page
        .responsive-tabs-classic[data-type="horizontal"]:not(.nav-custom-tabs)
        resp-tabs-list:after {
        content: none;
    }
    .page
        .responsive-tabs-classic[data-type="horizontal"]:not(.nav-custom-tabs)
        resp-tabs-list
        li {
        padding: 10px 26px;
        color: #808080;
    }
    .page
        .responsive-tabs-classic[data-type="horizontal"]:not(.nav-custom-tabs)
        resp-tabs-list
        li
        + li {
        margin: 0;
        border-left: 1px solid #d7d7d7;
    }
    .page
        .responsive-tabs-classic[data-type="horizontal"]:not(.nav-custom-tabs)
        resp-tabs-list
        li
        + li:hover {
        border-left: 1px solid transparent;
    }
    .page
        .responsive-tabs-classic[data-type="horizontal"]:not(.nav-custom-tabs)
        resp-tabs-list
        li:hover {
        background-color: #c62a82;
        color: #fff;
    }
    .page
        .responsive-tabs-classic[data-type="horizontal"]:not(.nav-custom-tabs)
        resp-tabs-list
        li:hover
        + li {
        border-left: 1px solid transparent;
    }
    .page
        .responsive-tabs-classic[data-type="horizontal"]:not(.nav-custom-tabs)
        resp-tabs-list
        li.resp-tab-active {
        background-color: #22a9bf;
        color: #fff;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li:after,
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li:after {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        top: 100%;
        left: 50%;
        z-index: 2;
        -webkit-transition: 0.35s all ease-in;
        transition: 0.35s all ease-in;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li.resp-tab-active,
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li:hover,
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li:hover {
        color: #c62a82;
    }
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li.resp-tab-active {
        color: #42d4ec;
        border-left-color: transparent;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li.resp-tab-active:after,
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li.resp-tab-active:after {
        width: 100%;
        left: 0;
        background: #42d4ec;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li
        + li,
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li
        + li {
        margin-left: 25px;
    }
    .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content,
    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content {
        padding: 25px 0 0 0;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .tabs-lg-collapsed
        .resp-tab-content,
    .responsive-tabs-classic[data-type="vertical"]
        .tabs-lg-collapsed
        .resp-tab-content {
        padding: 0 20px 20px;
    }
    .responsive-tabs-classic[data-type="horizontal"]
        .tabs-lg-collapsed
        .resp-tab-content
        + .resp-accordion,
    .responsive-tabs-classic[data-type="vertical"]
        .tabs-lg-collapsed
        .resp-tab-content
        + .resp-accordion {
        border-top: 1px solid #dbdbdb;
        margin-top: 0;
    }
    .responsive-tabs-classic[data-type="horizontal"].tabs-lg-collapsed,
    .responsive-tabs-classic[data-type="vertical"].tabs-lg-collapsed {
        border-bottom: 1px solid #dbdbdb;
    }
}

@media (min-width: 1200px) {
    .page
        .responsive-tabs-classic[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li {
        padding: 12px 34px;
    }
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs) {
        text-align: right;
    }
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li
        + li {
        margin-left: 0;
        margin-top: 16px;
    }
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li {
        padding: 0 20px 0 5px;
    }
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li:after {
        height: 0;
        top: 50%;
        left: 100% !important;
        margin-left: -1px;
        width: 1px;
    }
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li.resp-tab-active:after {
        height: 100%;
        top: 0;
        width: 1px;
        background: #42d4ec;
    }
    .responsive-tabs-classic[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs):after {
        left: auto;
        right: 0;
        width: 1px;
        height: 100000px;
        top: 0;
    }
    .responsive-tabs-classic[data-type="vertical"] .resp-tab-content {
        padding: 0;
    }
    .responsive-tabs-classic[data-type="vertical"]
        .tabs-lg-collapsed
        .resp-tab-content {
        padding: 0;
    }
    .responsive-tabs-classic[data-type="vertical"].tabs-lg-collapsed {
        border-bottom: none;
    }
}

.responsive-tabs-boxed .resp-accordion {
    border-radius: 4px;
    border: 1px solid #b1b1b1;
    padding-left: 20px;
    padding-right: 40px;
}

.responsive-tabs-boxed .resp-accordion .resp-arrow {
    right: 10px;
}

.responsive-tabs-boxed .resp-tab-content {
    padding: 30px 0;
    text-align: left;
}

.responsive-tabs-boxed .resp-tab-content + .resp-accordion {
    margin-top: 5px;
}

@media (min-width: 992px) {
    .responsive-tabs-boxed[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs),
    .responsive-tabs-boxed[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs) {
        text-align: left;
        font-size: 0;
    }
    .responsive-tabs-boxed[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li,
    .responsive-tabs-boxed[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li {
        text-transform: capitalize;
        position: relative;
        padding: 11px 27px;
        margin-bottom: -1px;
        font-size: 16px;
        font-weight: 700;
        color: #3eb2cf;
        border: 2px solid #3eb2cf;
        border-radius: 25px;
    }
    .responsive-tabs-boxed[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li
        + li,
    .responsive-tabs-boxed[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li
        + li {
        margin-left: 30px;
    }
    .responsive-tabs-boxed[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li.resp-tab-active,
    .responsive-tabs-boxed[data-type="horizontal"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li:hover,
    .responsive-tabs-boxed[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li.resp-tab-active,
    .responsive-tabs-boxed[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li:hover {
        background: #c62a82;
        color: #fff;
        border-color: #c62a82;
    }
    .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content,
    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
        padding-bottom: 0;
    }
    .responsive-tabs-boxed[data-type="horizontal"]
        .resp-tab-content
        + .resp-accordion,
    .responsive-tabs-boxed[data-type="vertical"]
        .resp-tab-content
        + .resp-accordion {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .responsive-tabs-boxed[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs) {
        padding-right: 30px;
        text-align: left;
        margin: 0 0 0 -1px;
    }
    .responsive-tabs-boxed[data-type="vertical"]
        .resp-tabs-list:not(.nav-custom-tabs)
        li
        + li {
        margin-left: 0;
        margin-top: 20px;
    }
    .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.accordion-modern {
    border-bottom: none;
}

.accordion-modern .resp-accordion,
.accordion-modern .resp-tab-content {
    background: #f6f7f8;
    border-top: none;
    padding-left: 60px;
    padding-right: 20px;
}

.accordion-modern .resp-accordion .resp-arrow,
.accordion-modern .resp-tab-content .resp-arrow {
    left: 19px;
    font-size: 18px;
    color: #c62a82;
    border-radius: 5px;
}

.accordion-modern .resp-accordion .resp-arrow:before,
.accordion-modern .resp-tab-content .resp-arrow:before {
    content: "";
}

@media (min-width: 992px) {
    .accordion-modern .resp-accordion .resp-arrow,
    .accordion-modern .resp-tab-content .resp-arrow {
        font-size: 28px;
    }
}

.accordion-modern .resp-accordion.resp-tab-active,
.accordion-modern .resp-accordion:hover,
.accordion-modern .resp-tab-content.resp-tab-active,
.accordion-modern .resp-tab-content:hover {
    color: #2d2e2e;
    cursor: pointer;
}

.accordion-modern .resp-accordion.resp-tab-active .resp-arrow:before,
.accordion-modern .resp-tab-content.resp-tab-active .resp-arrow:before {
    content: "";
}

.accordion-modern .resp-accordion {
    color: #2d2e2e;
}

.accordion-modern .resp-accordion:hover {
    color: #c62a82;
}

.accordion-modern .resp-accordion.resp-tab-active:hover {
    color: #2d2e2e;
}

.accordion-modern .resp-tab-content {
    color: #888888;
}

.accordion-modern .resp-tab-content:hover {
    color: #888888;
}

.accordion-modern .resp-tab-content + .accordion-modern {
    margin-top: 10px;
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.time_circles canvas {
    z-index: 1;
}

.time_circles > div {
    position: absolute;
    text-align: center;
    top: calc(50% - 12px) !important;
}

.time_circles > div:before {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 5px solid #e7e9ed;
    width: 90px;
    height: 90px;
}

@media (min-width: 576px) {
    .time_circles > div:before {
        content: "";
    }
}

@media (min-width: 992px) {
    .time_circles > div:before {
        width: 130px;
        height: 130px;
    }
}

.time_circles > div:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: 45px;
    background-color: #e7e9ed;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (min-width: 768px) {
    .time_circles > div:after {
        height: 64px;
        width: 64px;
    }
}

@media (min-width: 1200px) {
    #DateCountdown {
        width: 100%;
    }
}

.DateCountdown-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
    margin-top: 32px;
}

@media (min-width: 992px) {
    .DateCountdown-wrapper {
        margin-top: 42px;
    }
}

.DateCountdown-dark .time_circles > div:before {
    border-color: #1f2746;
}

.DateCountdown-dark .time_circles > div:after {
    background-color: #1f2746;
}

.DateCountdown-dark .time_circles > div > h4,
.DateCountdown-dark .time_circles > div > span {
    color: #fff;
}

.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px !important;
    position: absolute;
    left: 0;
    right: 0;
    color: #3e3f40;
    bottom: -50px;
}

@media (min-width: 400px) {
    .time_circles > div > h4 {
        bottom: -74px;
    }
}

@media (min-width: 576px) {
    .time_circles > div > h4 {
        bottom: -84px;
    }
}

@media (min-width: 992px) {
    .time_circles > div > h4 {
        bottom: -105px;
    }
}

.time_circles > div > h4 + * {
    margin-top: 0;
}

.time_circles > div > span {
    display: block;
    font-size: 20px !important;
    line-height: 1.2 !important;
    text-align: center;
    color: #3e3f40;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: transparent;
    padding: 0;
    border: none;
}

.modal-content {
    -webkit-box-shadow: 2px 38px 44px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 38px 44px -15px rgba(0, 0, 0, 0.5);
}

.modal-body,
.modal-header {
    padding: 0;
    border: none;
}

.modal-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-dialog {
    top: 60px;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-dialog {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
}

.close {
    color: #fff;
    opacity: 1;
    -webkit-transition: 250ms;
    transition: 250ms;
}

.close:focus {
    outline: none;
}

.close:hover {
    color: #c62a82;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

@font-face {
    font-family: "lg";
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"),
        url("../fonts/lg.woff?n1z373") format("woff"),
        url("../fonts/lg.ttf?n1z373") format("truetype"),
        url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.lg-icon {
    font-family: "lg";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1090;
    border: none;
    outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1092;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "";
}

.lg-toolbar .lg-download:after {
    content: "";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1090;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        color 0.2s linear,
        -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
        -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
        -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item.lg-complete
    .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1090;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #c62a82;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1090;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../images/youtube-play.png") no-repeat scroll 0 0
        transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1093;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #c62a82;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.15s !important;
    -webkit-transition: opacity 0.15s,
        -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s,
        -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
        -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1090;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px white inset;
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
        -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px white inset;
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1091;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s,
        visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
        -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
        -webkit-transform 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "";
}

.lg-css3.lg-zoom-in .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-current,
.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current,
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-current,
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current,
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current,
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current,
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
    opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-current,
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-scale-up .lg-item {
    opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-current,
.lg-css3.lg-scale-up .lg-item.lg-next-slide,
.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-current,
.lg-css3.lg-slide-circular .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current,
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current,
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-current,
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current,
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-current,
.lg-css3.lg-slide-skew .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current,
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-lollipop .lg-item {
    opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-current,
.lg-css3.lg-lollipop .lg-item.lg-next-slide,
.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current,
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-rotate .lg-item {
    opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-current,
.lg-css3.lg-rotate .lg-item.lg-next-slide,
.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-current,
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-tube .lg-item {
    opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
    -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-current,
.lg-css3.lg-tube .lg-item.lg-next-slide,
.lg-css3.lg-tube .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1090;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("../images/loading.gif") no-repeat scroll center center
        transparent;
    display: none !important;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1090;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1090;
    background-color: rgba(17, 17, 17, 0.95);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader-body {
    text-align: center;
}

.preloader-body p {
    position: relative;
    right: -8px;
}

.cssload-container {
    width: 100%;
    height: 36px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #c62a82;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: cssload-spin 0.88s infinite linear;
    animation: cssload-spin 0.88s infinite linear;
}

@-webkit-keyframes cssload-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cssload-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.checkbox-custom:checked + span + .checkbox-custom-dummy:after {
    opacity: 1;
}

.agreement_checkbox label {
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
}

.agreement_checkbox .form-validation {
    top: initial;
    bottom: -15px;
}

.card-group .card-body a {
    display: inline-block;
}

.child-hid,
input[type="checkbox"] {
    display: none;
}

.page-main .child-hid {
    min-width: 100.33333%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .page-main .child-hid {
        min-width: 166.33333%;
    }
}

.child-show {
    display: block;
    z-index: 2;
    position: absolute;
    top: 70px;
    left: 0;
}

.btn-child {
    cursor: pointer;
}

.btn-child label {
    cursor: inherit;
}

.btn-child input {
    cursor: inherit;
}

.btn-child:before {
    position: absolute;
    top: 50%;
    font-weight: 400;
    margin-top: -10px;
    right: 18px;
    height: 20px;
    line-height: 20px;
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    color: #9295a4;
}

input[name="departure"] {
    cursor: pointer;
}

.format-fly {
    left: -20px;
    top: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.format-fly a {
    color: #1f2746;
}

.format-fly a img {
    margin-right: 11px;
    display: inline-block;
    vertical-align: top;
}

.format-fly a p {
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.add-fly {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: -5px;
    padding: 12px;
    background: #ba0e6f;
    border-radius: 40px;
}

.col-2-i {
    width: 20.6%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

.col-2-h {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

.col-2-b {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

@media (min-width: 1200px) {
    .col-2-b {
        width: 16.6%;
    }
}

@media (min-width: 1200px) {
    .col-2-h {
        width: 20.8%;
    }
}

.col-2-5,
.col-lg-five,
.col-md-five,
.col-sm-five,
.col-xs-five {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

@media (min-width: 1200px) {
    .col-2-5 {
        width: 20.9%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-xs-five {
        width: 21%;
    }
}

.col-two-inputs {
    float: left;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:focus,
.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.myModal {
    width: 90%;
    border-radius: 8px;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    z-index: 45;
    padding: 20px 0 70px;
    overflow-y: auto;
    height: 90%;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.myModal::-webkit-scrollbar {
    height: 0px;
    width: 0;
}

.myModal-add-pass {
    overflow-y: auto;
    height: 90%;
    overflow-x: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.myModal-add-pass::-webkit-scrollbar {
    height: 0;
    width: 0;
}

@media (min-width: 768px) {
    .myModal {
        width: 580px;
        padding: 20px 0 30px;
        height: auto;
    }
}

.myOverlay,
.myOverlay-2 {
    z-index: 44;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.showdiv p {
    margin-top: 9px;
}

.top-input {
    margin: 0 20px 25px;
}

.top-input input {
    border: 1px solid #bbbdc7;
    border-radius: 8px;
    padding: 17px 23px 17px 23px;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
}

.h-city {
    text-transform: uppercase;
    color: #1f2746;
    margin-bottom: 12px;
    padding-left: 42px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.p-block p:first-child {
    color: #1f2746;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}

.p-block p:nth-child(2) {
    color: #838797;
    margin-top: 0;
    font-size: 13px;
    line-height: 16px;
}

.radius img,
.radius p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

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

.main-city img {
    margin: 0 10px 0 0;
}

.main-city,
.point-city {
    cursor: pointer;
    padding: 8px 43px 8px;
}

.point-city {
    padding: 8px 70px 8px;
}

.point-city:hover {
    background: #bbbdc7;
}

.point-city img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

.radius {
    color: #22a9bf;
    position: absolute;
    width: 150px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    bottom: 18px;
    left: 40px;
}

.radius img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.radius p {
    display: inline-block;
    vertical-align: middle;
    width: 117px;
}

@media (min-width: 768px) {
    .radius {
        top: 135px;
        right: 19px;
        left: auto;
    }
}

.head-block {
    display: block;
    width: 100%;
    text-align: center;
}

.head-block ul {
    position: absolute;
    top: 150px;
    width: 100%;
    margin-left: -20px;
    text-align: center;
}

@media (min-width: 1200px) {
    .head-block ul {
        position: relative;
        top: auto;
        width: auto;
    }
}

.head-block li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #808080;
    padding: 0 22px;
}

.head-block .rd-navbar-dropdown li {
    padding: 0;
    width: 100%;
}

.head-block a {
    color: #fff;
    text-transform: uppercase;
}

.head-block a {
    color: #09183f;
}

.head-block li:last-child {
    border-right: none;
}

@media (min-width: 1200px) {
    .head-block {
        display: block;
        width: 28%;
    }
    .head-block ul {
        display: inline-block;
        vertical-align: middle;
    }
}

.spoiler-body {
    display: none;
}

.page-insurance .rd-navbar-fixed .rd-navbar-panel:before {
    background: #fff;
}

.page-insurance .rd-navbar-toggle span,
.page-insurance .rd-navbar-toggle span:after,
.page-insurance .rd-navbar-toggle span:before {
    background-color: #1f2746;
}

.page-insurance .rd-navbar-fullwidth,
.page-insurance .rd-navbar-static {
    background-color: #fff;
}

.rd-navbar-fullwidth .page-insurance .rd-navbar-fixed .rd-navbar-nav li > a,
.rd-navbar-static {
    color: #1f2746;
}

.page-insurance .rd-navbar-fixed .rd-navbar-nav li > a {
    color: #1f2746;
}

.page-insurance .rd-navbar-fixed .rd-navbar-nav-wrap {
    background-color: #fff;
}

.page-insurance .head-block a {
    color: #1f2746;
}

.page-insurance .nav-custom-tabs .nav-item-active,
.page-insurance .nav-custom-tabs .nav-item.resp-tab-active {
    background-color: #fff;
}

.page-insurance .nav-custom-tabs .nav-item-active,
.page-insurance .nav-custom-tabs .nav-item.resp-tab-active {
    color: #1f2746;
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2 > ul {
    width: 500px;
    margin: 25px auto 0;
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2 > li {
    display: inline-block;
    position: relative;
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2 > li:first-child {
    padding-right: 50px;
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2 > ul > li > a {
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2 li ul {
    position: absolute;
    top: 33px;
    left: -14px;
    margin: 0;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2 li:hover ul {
    max-height: 300px;
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2 li ul li a {
    padding: 5px 12px;
    display: block;
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2li ul li:first-child {
    margin-top: 25px;
    position: relative;
}

.rd-navbar-fixed .head-block .rd-navbar-nav-2 li ul li:first-child:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    left: 10px;
    top: -10px;
}

.plane-ico {
    position: relative;
    display: block;
    height: 30px;
    margin-top: 43px;
}

.plane-ico:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url("../images/img/progress-bar.svg");
    -webkit-animation: timing linear 27s normal infinite;
    animation: timing linear 27s normal infinite;
    z-index: 1;
}

@-webkit-keyframes timing {
    to {
        left: 100%;
    }
}

@keyframes timing {
    to {
        left: 100%;
    }
}

.plane-line {
    position: relative;
    display: block;
    height: 3px;
    background: #ba0e6f;
    top: 13.4px;
}

.plane-line:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 2em;
    width: 100%;
    height: 3px;
    background: #bbbdc7;
    -webkit-animation: timing linear 27s normal infinite;
    animation: timing linear 27s normal infinite;
}

.page-progress-bar {
    background-size: contain;
    background: url("../images/img/map.svg") no-repeat center center;
    background-position: center 105px;
}

.page-progress-bar .page {
    background-color: transparent;
}

.progress-bar-block {
    width: 90%;
    overflow: hidden;
    display: block;
    margin: 175px auto 0;
    color: #1f2746;
    font-weight: bold;
}

@media (min-width: 992px) {
    .progress-bar-block {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .radius {
        display: block;
        width: 100%;
        background: #fff;
    }
}

.progress-bar-block p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 21px;
}

.progress-bar-block p:first-child {
    font-size: 20px;
    line-height: 24px;
}

.page-main .swiper-slide-wrapper .button-wrap {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% - -20px);
    padding: 12px 0 0;
    border-radius: 0 8px 8px 0; 
}

@media (min-width: 768px) {
    .page-main .swiper-slide-wrapper .button-wrap {
        padding: 5px 0;
        background: #fff; 
    }
    
    .page-main .swiper-onSlider .row-md-23 {
        margin-bottom: 0;
    }
}

.page-main .myLinkModal-1 .form-input {
    border-radius: 8px 0 0 8px;
}

@media (max-width: 1199px) {
    .page-main .myLinkModal-2 .form-input {
        border-radius: 0 8px 8px 0;
    }
    .page-main .js-calendar .input-field:first-child {
        border-radius: 8px 0 0 8px;
    }
}

@media (max-width: 767px) {
    .page-main .myLinkModal-1 .form-input,
    .page-main .myLinkModal-2 .form-input {
        border-radius: 8px;
    }
    .page-main .js-calendar .input-field:last-child {
        border-radius: 0 8px 8px 0;
    }
    .page-main .btn-child .form-input {
        border-radius: 8px;
    }
    .page-main .swiper-slide-wrapper .row-20 > * {
        margin-bottom: 4px;
    }
    .page-main .nav-custom-tabs, .hot-hotel-deals .nav-custom-tabs{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% + 10px);
    }
    .page-main .nav-custom-tabs .nav-item, .hot-hotel-deals .nav-custom-tabs .nav-item {
        margin-right: 0;
        text-align: left;
        border: none;
        border-radius: 0;
    }
    .page-main .nav-custom-tabs, .hot-hotel-deals .nav-custom-tabs {
        border-radius: 8px;
        max-height: 37px;
        -webkit-transition: max-height 0.4s linear;
        transition: max-height 0.4s linear;
    }
    .page-main .nav-custom-tabs:hover, .hot-hotel-deals .nav-custom-tabs:hover {
        max-height: 300px;
    }
    .nav-custom-tabs .nav-item.resp-tab-active,
    .page-main .nav-custom-tabs .nav-item-active,
    .hot-hotel-deals .nav-custom-tabs .nav-item-active {
        position: relative;
        font-weight: normal;
    }
    .nav-custom-tabs .nav-item.resp-tab-active:before,
    .page-main .nav-custom-tabs .nav-item-active,
    .hot-hotel-deals .nav-custom-tabs .nav-item-active {
        position: absolute;
        top: 50%;
        font-weight: 400;
        margin-top: -10px;
        right: 18px;
        height: 20px;
        line-height: 20px;
        content: "";
        font-family: FontAwesome;
        font-size: 20px;
        color: #9295a4;
        -webkit-transition: 0.4s linear;
        transition: 0.4s linear;
    }
    .page-main .nav-custom-tabs:hover .nav-item.resp-tab-active:before,
    .hot-hotel-deals .nav-custom-tabs:hover .nav-item.resp-tab-active:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.4s linear;
        transition: 0.4s linear;
    }
}

.rd-navbar-brand img {
    margin-left: 15px;
}

.languages li a.rd-navbar-submenu:before {
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    content: "";
    margin-right: 5px;
}
.lang-ru:before {
    background-image: url(/frontend-assets/images/ru.png);
}
.lang-en:before {
    background-image: url(/frontend-assets/images/en.png);
}
.lang-ua:before {
    background-image: url(/frontend-assets/images/ua.png);
}

.lang-image {
    float: left;
    height: 16px;
    margin-left: 16px;
    margin-top: 17px !important;
    width: 16px;
}
/*# sourceMappingURL=style.css.map */

@media (max-width: 1200px) {
    .rd-navbar-fixed .head-block .rd-navbar-nav-2 li ul li a {
        padding: 6px 30px;
        display: block;
    }
    .lang-image {
        float: left;
        height: 16px;
        margin-left: 36px;
        margin-top: 10px !important;
        width: 16px;
    }
}

.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
    background: #f3f3f3;
}

@media (max-width: 576px) {
    .page-main .nav-custom-tabs {
        margin-left: -5px !important;
    }
}

/* TODO::лучше потом все разбить на модули, это нереально поддерживать */
/* 
.btn {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    font-family: "Lato-Regular", sans-serif;
    color: #fff;
    background: none;
    border: none;
    background-color: #dd348b;
    padding: 13px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-white {
    background-color: #fff;
    color: #dd348b;
} */

/* Services */
.inner {
    max-width: 1432px;
    margin: 0 auto;
    padding: 0 16px;
}

.services {
    padding-top: 70px;
}

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

.services-wrap__item {
    background-color: #f5f7f9;
    padding: 24px 24px 34px;
    width: 48%;
    margin-bottom: 20px;
}

.services-wrap__item--icon {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services-wrap__item--icon img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.services-wrap__item--title {
    font-size: 14px;
    line-height: 16px;
    color: #1f2746;
    text-align: center;
    text-transform: uppercase;
    max-width: 114px;
    margin: 0 auto;
}

.services-wrap__item:nth-child(2n + 1) {
    margin-right: 4%;
}

/* Tours */

.tours {
    margin: 50px 0 46px;
}

.tours-wrap__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #1f2746;
}

.tours-wrap__list--item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dcdfe1;
    border-radius: 0px 0px 16px 16px;
}

.tours-wrap__list--item-image {
    position: relative;
    width: 100%;
    height: 222px;
}

.tours-wrap__list--item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tours-wrap__list--item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 24px 31px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
}

.tours-wrap__list--item-content_title {
    color: #9ca2a8;
    font-weight: 500;
}

.tours-wrap__list--item-content_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px 0 16px;
}

.tours-wrap__list--item-content_rating img {
    display: block;
    margin-right: 4px;
}

.tours-wrap__list--item-content_country {
    text-transform: uppercase;
    color: #1f2746;
    margin: 16px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.tours-wrap__list--item-content_country img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; 
}
  
.tours-wrap__list--item-content_country img {
    max-width: 14px;
    max-height: 16px;
    margin-right: 10px; 
}

.tours-wrap__list--item-content_price {
    font-weight: 700;
    margin: 16px 0 24px;
    color: #83174e;
}

.tours-wrap__list--item-content_link {
    width: 100%;
    max-width: 280px;
    display: block;
}

.popular-wrap__list--item-title-ico {
    display: flex;
    max-height: 16px;
    max-width: 16px;
    min-width: 16px !important;
    margin-right: 8px; 
    margin-top: 4px !important;
}
    
.popular-wrap__list--item-title-ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; 
}

/* Sub */

.sub {
    background-color: #f5f7f9;
}

.sub-wrap {
    padding: 30px 0;
}

.sub-wrap__text {
    color: #1f2746;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
}

.sub-wrap__text--title {
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.sub-wrap__text--description {
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 0;
}

.sub-wrap__form {
    margin: 16px 0 24px;
}

.sub-wrap__form input,
.sub-wrap__form button {
    width: 100%;
}

.sub-wrap__form input {
    margin-bottom: 8px;
}

.sub-wrap__telegram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #bde9ff;
    border-radius: 25px;
    padding: 10px 16px;
}

.sub-wrap__telegram--title {
    font-size: 20px;
    line-height: 24px;
    color: #0088cc;
}

.sub-wrap__telegram--icon {
    min-width: 30px;
}

/* Hot */

.hot {
    margin: 50px 0;
}

.hot-wrap .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto 0;
    list-style-type: none;
}

.hot-wrap .slick-dots li {
    margin: 4px;
}

.hot-wrap .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: none;
    border: none;
    background-color: #9ca2a8;
    cursor: pointer;
}

.hot-wrap .slick-dots .slick-active button {
    background-color: #ba0e6f;
}

.hot-wrap__title {
    font-size: 18px;
    line-height: 21px;
    color: #1f2746;
    text-align: center;
    max-width: 258px;
    margin: 0 auto 30px;
    text-transform: uppercase;
}

.hot-wrap__list--item {
    min-height: 332px;
    position: relative;
    color: #fff;
}

.hot-wrap__list--item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(38.94%, #45709c),
        to(rgba(79, 132, 172, 0))
    );
    background: linear-gradient(
        90deg,
        #45709c 38.94%,
        rgba(79, 132, 172, 0) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
}

.hot-wrap__list--item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hot-wrap__list--item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hot-wrap__list--item-company {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 47px;
    min-width: 132px;
}

.hot-wrap__list--item-company img {
    max-height: 47px;
}

.hot-wrap__list--item-content {
    position: relative;
    z-index: 3;
    padding: 102px 25px 25px;
    text-align: left;
}

.hot-wrap__list--item-content_title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    position: relative;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}

.hot-wrap__list--item-content_date {
    margin-bottom: 24px;
}

.hot-wrap__list--item-content_link {
    width: 100%;
    max-width: 203px;
    min-height: 50px;
    color: #1f2746;
}

.hot-wrap__list .bg-dark::after {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(31.12%, #1f2746),
        to(rgba(31, 39, 70, 0))
    );
    background: linear-gradient(
        90deg,
        #1f2746 31.12%,
        rgba(31, 39, 70, 0) 100%
    );
}

/* News */

.news {
    margin-top: 50px;
}

.news_page .news, .one_news .news {
    margin-top: 0;
}

.news_page .news__item {
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.news_page .news-wrap__list > div {
    width: 100%;
}
@media (min-width: 678px) {
    .news_page .news-wrap__list > div {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .news_page .news-wrap__list > div {
        width: calc(100% / 3);
    }
}
@media (min-width: 1360px) {
    .news_page .news-wrap__list > div {
        width: calc(100% / 4);
    }
}

.news_page .news__desc {
    display: block;
}

.news-nav {
    display: flex;
    padding-bottom: 24px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none; 
}
    
.news-nav::-webkit-scrollbar {
      height: 0;
      width: 0; 
}
    
.news-nav li {
      padding-right: 30px;
      font-size: 13px;
      line-height: 1.7;
      color: #74798c;
      cursor: pointer; 
}

.news-nav li a {
    color: #74798c;
}
      
@media (min-width: 768px) {
    .news-nav li {
        font-size: 16px; 
    } 
}
    
.news-nav .active {
    color: #ba0e6f; 
}
/* 
.pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0 50px;
}
@media (min-width: 375px) {
    .pagination {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .pagination {
        padding-right: 95px;
    }
}
.pagination__content {
    padding: 15px 0;
    font-size: 12px;
    line-height: 1.3;
    color: #74798c;
    white-space: nowrap;
}
@media (min-width: 375px) {
    .pagination__content {
        padding: 0 40px 0 0;
    }
}
.pagination__nav {
    display: flex;
    white-space: nowrap;
}
.pagination__arrow {
    width: 24px;
    height: 24px;
}
.pagination__arrow a {
    display: block;
    margin: auto;
    width: 8px;
    height: 12px;
}
.pagination__arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.pagination ul {
    display: flex;
}
.pagination ul li {
    margin: 0 4px;
}
.pagination ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #74798c;
}
.pagination .active {
    background: #e0e0e0;
    color: #ba0e6f;
} */

.page-article {
    display: flex;
    text-align: left;
}
.page-article .news-wrap__list {
    justify-content: flex-start;
}

.main-column {
    max-width: 805px;
    margin: 0 auto;
}
/* 
.article {
    border-bottom: 1px solid #bbbdc7;
}
.article__title {
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: -0.01em;
    color: #263186;
    text-transform: none;
}
@media (min-width: 768px) {
    .article__title {
        flex-direction: row;
        font-size: 27px;
        line-height: 1.5;
    }
}
.article__head {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 14px;
}
@media (min-width: 768px) {
    .article__head {
        flex-direction: row;
        align-items: center;
        padding-bottom: 0;
    }
}
.article__head__info {
    display: flex;
    width: 100%;
}
@media (max-width: 767px) {
    .article__head__info {
        flex-wrap: wrap;
    }
}
.article__head__info li {
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .article__head__info li {
        padding-right: 30px;
    }
}
.article__head__info span {
    font-size: 14px;
    line-height: 1.5;
    color: #74798c;
}
@media (min-width: 768px) {
    .article__head__info span {
        font-size: 16px;
    }
}
.article__head__ico {
    height: 22px;
    width: 22px;
    margin-right: 6px;
}
.article__head__ico img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 767px) {
    .article-author {
        width: 65%;
        padding-bottom: 16px;
    }
}
.article-author a {
    color: #22a9bf;
}
@media (max-width: 767px) {
    .article-date {
        width: 35%;
        justify-content: flex-end;
        padding-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .article-views {
        padding-right: 16px;
    }
}
@media (max-width: 767px) {
    .article .social-links {
        position: absolute;
        bottom: 20px;
        right: -10px;
    }
}
.article p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #000;
    padding-bottom: 16px;
}
@media (min-width: 768px) {
    .article p {
        font-size: 18px;
        padding-bottom: 20px;
    }
}

.article__content {
    color: #000;
}

.article__content h1,h2,h3,h4,h5,h6 {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #000;
    font-size: 18px;
    letter-spacing: .04em;
    font-weight: 700;
    line-height: 1.5;
}

.article__content h1 {
    font-size: 32px;
}

.article__content h2 {
    font-size: 28px;
}

.article__content h3 {
    font-size: 24px;
}

.article__content h4 {
    font-size: 20px;
}

.article__content h5 {
    font-size: 16px;
}

.article__content h6 {
    font-size: 12px;
}

.article__content ul {
    list-style-type: disc;
    padding-left: 1rem;
    padding-bottom: 20px;
    font-size: 14px;
    color: #000;
}

.article__content ol {
    list-style-type: decimal;
    padding-left: 1rem;
    padding-bottom: 20px;
    font-size: 14px;
    color: #000;
}

.article__content img {
    width: 100% !important;
    height: auto !important;
}

.article__content strong {
    font-family: 'Lato-Bold', Helvetica, Arial, sans-serif;
}

.article__content blockquote {
    padding: 0 20px;
}

.article__content blockquote p:before {
    content: open-quote;
}

.article__content blockquote p:after {
    content: close-quote;
}


@media (min-width: 768px) {
    .article__content ul {
        list-style-type: disc;
        padding-left: 1rem;
        padding-bottom: 20px;
        font-size: 18px;
        color: #000;
    }
    
    .article__content ol {
        list-style-type: decimal;
        padding-left: 1rem;
        padding-bottom: 20px;
        font-size: 18px;
        color: #000;
    }
}


.article__img {
    width: 100%;
    height: 258px;
    min-height: 258px;
    margin: 30px 0;
}
@media (min-width: 768px) {
    .article__img {
        margin: 20px 0 46px;
    }
}
.article__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
} */
.article__read-also {
    display: block;
    margin: 20px 0 30px 0;
    padding: 20px 5px;
    border-top: 1px solid rgba(187, 189, 199, 0.4);
    border-bottom: 1px solid rgba(187, 189, 199, 0.4);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #1f2746;
}
@media all and (min-width: 768px) {
    .article__read-also {
        margin: 30px 0 40px 0;
        font-size: 18px;
        padding: 24px 15px;
    }
}
@media all and (min-width: 992px) {
    .article__read-also {
        margin: 40px 0 50px 0;
    }
}
.article__read-also span {
    font-weight: 600;
}
.article__subtitle {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #1f2746;
    font-weight: bold;
}
@media all and (min-width: 1200px) {
    .article__subtitle {
        font-size: 18px;
    }
}
.article__bottom-info {
    padding: 5px 0 50px;
}
.article__error {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #74798c;
}
.article__tag {
    display: flex;
    padding-top: 16px;
    color: #ba0e6f;
    flex-wrap: wrap;
}
.article__tag a {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #ba0e6f;
    margin-right: 3px;
}
.article__tag a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 99%;
    border-bottom: 1px solid #ba0e6f;
}

.article__tag .tag__item a {
    background-color: rgba(0, 0, 0, .1);
    padding: 5px 10px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.article__tag .tag__item {
    margin-right: 7px;
    margin-bottom: 7px;
}

.article__tag .tag__item:last-child{
    margin-right: 0;
}

.article__tag .tag__item a:before {
    display: none;
}

.aside {
    display: none;
    max-width: 327px;
}
.aside > * {
    position: relative;
}
.aside > *:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid #bbbdc7;
}
.aside > *:last-child {
    padding-bottom: 380px;
}
@media all and (min-width: 1200px) {
    .aside {
        display: block;
    }
}
.aside .news:last-child {
    border-bottom: none;
}
.aside .news-wrap__list {
    margin: 0;
}
.aside .news__item {
    margin-left: 0;
    margin-right: 0;
}
.aside .news__item .news__type {
    display: none;
}

.сomment {
    padding: 24px 0;
    border-bottom: 1px solid #bbbdc7;
}
.сomment-wrap {
    padding-top: 50px;
}
.сomment__head {
    display: flex;
}
.сomment-number {
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: bold;
    color: #1f2746;
}
.сomment__img {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-right: 10px;
    border-radius: 50%;
}
.сomment__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.сomment__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #1f2746;
}
.сomment__time {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #838797;
}
.сomment__content {
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #74798c;
}
.сomment-form {
    max-width: 623px;
    padding: 30px 0 50px;
}
.сomment-form__row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media all and (min-width: 640px) {
    .сomment-form__row {
        flex-direction: row;
    }
}
@media all and (min-width: 640px) {
    .сomment-form__col {
        max-width: 295px;
    }
}
.сomment-form__title {
    padding-bottom: 32px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #1f2746;
}
@media all and (min-width: 768px) {
    .сomment-form__title {
        font-size: 18px;
    }
}
.сomment-form textarea,
.сomment-form input {
    width: 100%;
    padding: 11px 16px;
    margin-bottom: 16px;
    border: 1px solid #bbbdc7;
    border-radius: 5px;
}
.сomment-form textarea::-moz-placeholder,
.сomment-form input::-moz-placeholder {
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #74798c;
}
.сomment-form textarea:-ms-input-placeholder,
.сomment-form input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #74798c;
}
.сomment-form textarea::placeholder,
.сomment-form input::placeholder {
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #74798c;
}
.сomment-form textarea {
    height: 100px;
    resize: none;
}
.сomment-form__btn {
    padding: 8px 60px;
}
@media all and (max-width: 639px) {
    .сomment-form__btn {
        width: 100%;
    }
    .сomment-form__btn-wrap {
        display: flex;
        justify-content: flex-end;
    }
}

.back-link {
    display: flex;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #74798c; 
}
    
.back-link__img {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-right: 15px; 
}
    
.back-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; 
}

.social-links ul {
    display: flex; 
}
    
.social-links ul a {
      display: block;
      margin: 0 8px;
      width: 22px;
      height: 22px; 
}

.social-links ul img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; 
}


.news-wrap__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 640px) {
    .news-wrap__list {
        margin-right: -14px;
        margin-left: -14px;
    }
}

.news__item {
    display: flex;
    flex-direction: column;
    color: #1f2746;
    max-width: 328px;
    margin: 0 0 30px;
}
@media (min-width: 640px) {
    .news__item {
        margin-right: 14px;
        margin-left: 14px;
    }
}
@media (min-width: 768px) {
    .news_item {
        margin-bottom: 50px;
    }
}
@media (min-width: 1024px) {
    .news__item {
        display: flex;
    }
}
@media (min-width: 768px) {
    .news__item:hover .news__title {
        text-decoration: underline;
    }
}

.news__img {
    width: 100%;
    height: 240px;
    min-height: 240px;
}
.news__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__type {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
}

.news__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding-top: 16px;
    text-align: left;
}

.news__date {
    margin-top: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    color: #74798c;
    padding-top: 24px;
}

.news__date img {
    margin-right: 7px;
}

@media (min-width: 768px) {
    .news__date {
        font-size: 16px;
    }
}

.news__title {
    font-size: 16px;
    line-height: 30px;
}
@media (min-width: 768px) {
    .news__title {
        font-size: 20px;
        min-height: 60px;
    }
}

.news__headline {
    font-size: 18px;
    padding-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #1f2746;
}
@media (min-width: 768px) {
    .news__headline {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (min-width: 1024px) {
    .news__headline {
        font-size: 32px;
        line-height: 36px;
    }
}

.news__desc {
    /* display: none; */
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #74798c;
}
@media (min-width: 768px) {
    .news__desc {
        font-size: 16px;
    }
}

.news-actual {
    max-width: 100%;
}

.news-actual .news__type,
.news-actual.news__type {
    background-color: #ba0e6f;
}

.news-route .news__type,
.news-route.news__type {
    background-color: #1f2746;
}

.news-tips .news__type,
.news-tips.news__type {
    background-color: #22a9bf;
}

.news-places .news__type,
.news-places.news__type {
    background-color: #718aeb;
}

.news-actual_item .news__type,
.news-actual_item.news__type {
    background-color: #ba0e6f;
}

.news-route_item .news__type,
.news-route_item.news__type {
    background-color: #1f2746;
}

.news-tips_item .news__type,
.news-tips_item.news__type {
    background-color: #22a9bf;
}

.news-places_item .news__type,
.news-places_item.news__type {
    background-color: #718aeb;
}

.news--list .news-wrap__list {
    justify-content: center;
}

.news--list .news-wrap__list a.news__item, .news--related .news-wrap__list a.news__item {
    height: 100%;
}

.news--related .news-wrap__list .news-actual {
    margin-bottom: 30px;
}

@media screen and (max-width: 1450px) {
    .news--list .news-wrap.news__container {
        width: 97%;
        margin: 0 auto;
    }
}

/* .news-route {
    width: 100%;
} */

.news__title {
    word-break: break-word;
}

.news-related {
    padding: 50px 0;
    border-top: 1px solid #bbbdc7;
}
.news-related__title {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #1f2746;
}

@media (max-width: 720px) {
    .news--related .news-wrap__list {
        justify-content: center;
    }
}

.news--related .news__type {
    display: none;
}

@media all and (min-width: 1200px) {
    .news--aside .news-wrap {
        margin-left: 30px;
    }
}

@media all and (min-width: 1200px) {
    .news--aside .news__type {
        margin: 30px 0 24px;
    }
}

@media all and (min-width: 1200px) {
    .news--aside .news_item {
        margin-bottom: 24px;
    }
}

@media all and (min-width: 1200px) {
    .news--aside .news__img {
        height: 138px;
        min-height: 138px;
    }
}

@media all and (min-width: 1200px) {
    .news--aside .news__title {
        min-height: auto;
    }
}


.rating {
    margin: 50px 0;
}

.rating-wrap__title {
    font-size: 18px;
    line-height: 32px;
    color: #1f2746;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.rating-wrap__list--tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    position: relative;
}

.rating-wrap__list {
    position: relative;
}

@media screen and (max-width: 450px) {
    .rating-wrap__list::after {
        content:  "";
        font-family: FontAwesome;
        color: #c62a82;
        font-size: 20px;
        position: absolute;
        top: 4px;
        right: -15px;
    }
}

.rating-wrap__list--tabs::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1f2746;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rating-wrap__list--tabs::-webkit-scrollbar {
    width: 0;
}

.rating-wrap__list--tabs-item {
    color: #838797;
    margin-right: 13px;
    font-weight: 500;
    padding-bottom: 16px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rating-wrap__list--tabs-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #1f2746;
    opacity: 1;
}

.rating-wrap__list--tabs-item:last-child {
    margin-right: 0;
}

.rating-wrap__list--tabs .active {
    color: #ba0e6f;
}

.rating-wrap__list--tabs .active::after {
    background-color: #ba0e6f;
}

.rating-wrap__list--inner {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.rating-wrap__list--inner__wrapper {
    margin-top: 30px !important;
    left: 0;
    top: 0;
    /* height: 350px; */
    /* max-height: 350px; */
    overflow: hidden;
}

.rating-wrap__list--inner__wrapper-show {
    opacity: 1;
    visibility: visible;
    position: static;
}


.rating-wrap__list--inner__wrapper-active {
    max-height: 8000px;
}

.rating-wrap__list--inner_active {
    opacity: 1;
    visibility: visible;
    position: static;
}

.rating-wrap__list--inner-flex {
    width: 100%;
    display: none;
}

.rating-wrap__list--inner-flex_active {
    display: block;
}

.rating-wrap__list--inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.rating-wrap__list--inner-item {
    width: 33%;
}


@media (max-width: 1024px) {
    .rating-wrap__list--inner-item {
        width: 47%;
    }

    .rating-wrap__list--inner__wrapper {
        max-height: 370px;
    }

    .rating-wrap__list--inner__wrapper-active {
        max-height: 8000px;
    }
}

@media (max-width: 768px) {
    .rating-wrap__list--inner-item {
        width: 100%;
    }

    .rating-wrap__list--inner__wrapper {
        max-height: 285px;
    }

    .rating-wrap__list--inner__wrapper-active {
        max-height: 8000px;
    }
}


.rating-wrap__list--inner-item_title {
    font-weight: 400;
    min-width: 126px;
    margin-right: 46px;
    color: #1f2746;
    text-align: left;
    display: flex;
    align-items: center;
}

.rating-wrap__list--inner-item_title .logo {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    padding: 4px;
}

.rating-wrap__list--inner-item_title .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.rating-wrap__list--inner-item_count {
    color: #838797;
    font-size: 13px;
    line-height: 15px;
    margin-left: 8px;
}

.rating-wrap__list--inner-more {
    margin-top: 36px;
}

.rules {
    margin: 50px 0;
    padding: 50px 0;
    background-color: #f5f7f9;
}

.rules-wrap__title {
    font-size: 18px;
    line-height: 32px;
    color: #1f2746;
    margin-bottom: 16px;
    text-transform: uppercase;
    max-width: 300px;
    font-weight: 400;
    text-align: left;
}

.rules-wrap__description {
    font-size: 16px;
    line-height: 28px;
    color: #1f2746;
    margin-bottom: 25px;
    max-width: 320px;
    text-align: left;
}

.rules-wrap__form {
    border-bottom: solid 1px #74798c;
    padding: 11px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rules-wrap__form input {
    background-color: #f5f7f9;
    border: none;
    font-size: 16px;
    margin-top: -0.5em;
    letter-spacing: 0.3px;
    color: #838797;
}

.rules-wrap__form input::-webkit-input-placeholder {
    color: #838797;
    opacity: 1;
}

.rules-wrap__form input::-moz-placeholder {
    color: #838797;
    opacity: 1;
}

.rules-wrap__form input:-ms-input-placeholder {
    color: #838797;
    opacity: 1;
}

.rules-wrap__form input::-ms-input-placeholder {
    color: #838797;
    opacity: 1;
}

.rules-wrap__form input::placeholder {
    color: #838797;
    opacity: 1;
}

.rules-wrap__countries {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rules-wrap__countries--flex {
    display: none;
}

.rules-wrap__countries--flex:nth-child(1),
.rules-wrap__countries--flex:nth-child(2) {
    display: block;
}

.rules-wrap__countries--flex_item {
    margin-right: 30px;
    font-weight: 500;
    color: #1f2746;
    text-transform: uppercase;
    margin-bottom: 21px;
    display: block;
}

@media (min-width: 768px) {
    /* .btn {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .btn:hover {
        background-color: #a81c64;
    }

    .btn-white:hover {
        background-color: #fff;
        text-decoration: underline;
    } */

    .services-wrap__item--icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .services-wrap__item--title {
        font-size: 20px;
        line-height: 24px;
    }

    .services-wrap__item:hover .services-wrap__item--icon {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .tours-wrap__title {
        font-size: 24px;
        line-height: 28px;
    }

    .tours-wrap__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tours-wrap__list--item {
        width: 48%;
        margin-bottom: 30px;
    }

    .tours-wrap__list--item:nth-child(2n + 1) {
        margin-right: 4%;
        /* background-color: #fff; */
    }

    .sub-wrap__text--title {
        font-size: 18px;
    }

    .sub-wrap__text--description {
        font-size: 24px;
        line-height: 35px;
        max-width: 462px;
    }

    .sub-wrap__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 564px;
        background: #ffffff;
        border: 1px solid #dcdfe1;
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        border-radius: 8px;
        padding: 5px;
    }

    .sub-wrap__form input {
        border: none;
        width: 100%;
        margin-bottom: 0;
        height: 50px;
    }

    .sub-wrap__form .btn {
        width: 100%;
        max-width: 142px;
        height: 52px;
    }

    .sub-wrap__telegram {
        max-width: 282px;
    }

    .sub-wrap__telegram--icon {
        margin-bottom: -1px;
    }

    .hot {
        overflow-x: hidden;
    }

    .hot-wrap__title {
        font-size: 24px;
        line-height: 28px;
        max-width: 100%;
    }

    .hot-wrap__list {
        margin-right: -30px;
    }

    .hot-wrap__list--wrap {
        padding-right: 30px;
    }

    .rating-wrap__title {
        font-size: 24px;
        line-height: 44px;
    }

    .rating-wrap__list--tabs-item {
        font-size: 24px;
        line-height: 28px;
        margin-right: 40px;
        cursor: pointer;
    }

    .rating-wrap__list--tabs-item:first-child {
        padding-left: 20px;
    }

    .rating-wrap__list--inner__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rating-wrap__list--inner-item {
        margin-bottom: 40px;
    }

    .rating-wrap__list--inner-flex {
        width: 47%;
    }

    .rating-wrap__list--inner-flex:nth-child(2n + 2) {
        margin-left: 43px;
    }

    .rating-wrap__list--inner-more {
        width: 100%;
    }

    .rules {
        padding: 58px 30px;
    }

    .rules-wrap__title {
        font-size: 24px;
        line-height: 35px;
        max-width: 400px;
    }

    .rules-wrap__description {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .rules-wrap__countries {
        margin-top: 60px;
    }

    .rules-wrap__countries--flex {
        margin-right: 50px;
    }

    .rules-wrap__countries--flex:nth-child(3) {
        display: block;
    }

    .rules-wrap__countries--flex:nth-child(6n + 6) {
        margin-right: 0;
    }

    .rules-wrap__countries--flex_item:hover {
        text-decoration: underline;
    }
}

@media (min-width: 1024px) {
    .services-wrap__item {
        width: 24%;
        margin-right: 1.33% !important;
    }

    .services-wrap__item:nth-child(4n + 4) {
        margin-right: 0 !important;
    }

    .services-wrap__item--title {
        max-width: 100%;
    }

    .tours {
        margin: 70px 0 50px;
    }

    .tours-wrap__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 50px;
    }

    .tours-wrap__list--item {
        width: 24%;
        margin-right: 1.33% !important;
    }

    .tours-wrap__list--item:nth-child(4n + 4) {
        margin-right: 0 !important;
    }

    .sub-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sub-wrap__text {
        width: 55%;
    }

    .sub-wrap__text--description {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 28px;
        max-width: 650px;
    }

    .sub-wrap__form {
        width: 45%;
    }

    .sub-wrap__telegram {
        width: 100%;
    }

    .hot {
        margin: 70px 0;
    }

    .hot-wrap__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 50px;
    }

    .hot-wrap__list {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .hot-wrap__list--item-content_title {
        font-size: 24px;
        line-height: 32px;
    }

    .hot-wrap__list--item-content_date {
        font-size: 16px;
        line-height: 19px;
    }

    .rating-wrap__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 50px;
    }

    .rating-wrap__list--inner-item {
        margin-bottom: 35px;
    }

    .rating-wrap__list--inner-item_title {
        font-size: 20px;
        line-height: 24px;
        min-width: 158px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .rating-wrap__list--inner-item svg * {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .rating-wrap__list--inner-item:hover .rating-wrap__list--inner-item_title {
        color: #ba0e6f;
    }

    .rating-wrap__list--inner-item:hover
        .rating-wrap__list--inner-item_stars
        svg
        * {
        fill: #ba0e6f;
    }

    .rules-wrap__title {
        font-size: 32px;
        line-height: 36px;
        max-width: 500px;
        margin-bottom: 20px;
    }

    .rules-wrap__description {
        max-width: 668px;
    }

    .rules-wrap__countries--flex {
        margin-right: 106px !important;
        display: block !important;
    }

    .rules-wrap__countries--flex:nth-child(6n + 6) {
        margin-right: 0 !important;
    }
}

@media (min-width: 1400px) {
    .rating-wrap__list--inner-flex {
        width: 27%;
    }

    .rating-wrap__list--inner-flex:nth-child(2n + 2) {
        margin: 0;
    }

    .rating-wrap__list--inner-flex:nth-child(3n + 2) {
        margin: 0 124px;
    }
}

@supports (-webkit-appearance: none) {
}

@media (min-width: 768px) {
    @supports (-webkit-appearance: none) {
    }
}

@media (min-width: 1024px) {
    @supports (-webkit-appearance: none) {
    }
}

@media (min-width: 1400px) {
    @supports (-webkit-appearance: none) {
    }
}

.rd-navbar-dropdown {
    z-index: 99 !important;
}

.right-block ul {
    list-style-type: disc;
    padding-left: 1rem;
}

.right-block ol {
    list-style-type: decimal;
    padding-left: 1rem;
}

/*Hot deal page*/

.hot-hotel-deals {
    /* Auto Height */
    /* 3D Effects */
    /* CSS Mode */
}
.hot-hotel-deals .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    min-height: 0;
    min-width: 0;
}
.hot-hotel-deals .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.hot-hotel-deals .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    min-width: 0;
}
.hot-hotel-deals .swiper-container-android .swiper-slide,
.hot-hotel-deals .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.hot-hotel-deals .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.hot-hotel-deals .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.hot-hotel-deals .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.hot-hotel-deals .swiper-container-pointer-events {
    touch-action: pan-y;
}
.hot-hotel-deals .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}
.hot-hotel-deals .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.hot-hotel-deals .swiper-slide-invisible-blank {
    visibility: hidden;
}
.hot-hotel-deals .swiper-container-autoheight,
.hot-hotel-deals .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.hot-hotel-deals .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.hot-hotel-deals .swiper-container-3d {
    perspective: 1200px;
}
.hot-hotel-deals .swiper-container-3d .swiper-wrapper,
.hot-hotel-deals .swiper-container-3d .swiper-slide,
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-left,
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-right,
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-top,
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-bottom,
.hot-hotel-deals .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-left,
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-right,
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-top,
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.hot-hotel-deals .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.hot-hotel-deals .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}
.hot-hotel-deals
    .swiper-container-css-mode
    > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.hot-hotel-deals .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.hot-hotel-deals
    .swiper-container-horizontal.swiper-container-css-mode
    > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.hot-hotel-deals
    .swiper-container-vertical.swiper-container-css-mode
    > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.hot-hotel-deals .form {
    --input-height: 40px;
    --input-radius: 5px;
    --input-border: 1px;
    --input-gap: 16px;
    --input-border-color: #bbbdc7;
    --input-focus: #22a9bf;
}
.hot-hotel-deals .form__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--input-gap) * -1);
    margin-bottom: calc(var(--input-gap) * -1);
}
.hot-hotel-deals .form__item {
    position: relative;
    padding-left: var(--input-gap);
    padding-bottom: var(--input-gap);
}
.hot-hotel-deals .form__item_col-2 {
    flex: var(--fl, 0 0 auto);
    width: calc(100% / 2 * 1);
    min-width: 0;
}
@media all and (max-width: 767.98px) {
    .hot-hotel-deals .form__item_col-2 {
        flex: var(--fl, 0 0 auto);
        width: calc(100% / 1 * 1);
        min-width: 0;
    }
}
.hot-hotel-deals .form__input {
    height: var(--input-height);
    padding: 10px 24px;
    border-radius: var(--input-radius);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #1f2746;
    position: relative;
    border: 1px solid var(--input-border-color, rgba(var(--divider), 1));
    min-width: 0;
    width: 100%;
}
.hot-hotel-deals .form__input::-moz-placeholder {
    color: #838797;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.hot-hotel-deals .form__input:-ms-input-placeholder {
    color: #838797;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.hot-hotel-deals .form__input::placeholder {
    color: #838797;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.hot-hotel-deals .form__input:focus {
    border-color: var(--input-focus);
}
.hot-hotel-deals .form__input:focus::-moz-placeholder {
    color: transparent;
}
.hot-hotel-deals .form__input:focus:-ms-input-placeholder {
    color: transparent;
}
.hot-hotel-deals .form__input:focus::placeholder {
    color: transparent;
}
.hot-hotel-deals .form__btn {
    width: 100%;
    padding: 8px 16px;
}

.hot-hotel-deals .spoller {
    position: relative;
    cursor: pointer;
}

.hot-hotel-deals .spoller ~ * {
    z-index: 1;
}

.hot-hotel-deals
    .spollers.hidden
    .spoller:not(.spoller_active)
    .spoller__angle {
    transform: rotate(-180deg);
}

.hot-hotel-deals .spollers.hidden .spoller.spoller_active .spoller__angle {
    transform: rotate(0deg);
}

.hot-hotel-deals .spoller__angle {
    transition: 0.3s ease-out;
}

.hot-hotel-deals .spoller_active .spoller__angle {
    transform: rotate(-180deg);
}

.hot-hotel-deals ._tabs__block {
    display: none;
}
.hot-hotel-deals ._tabs__block._active {
    display: block;
}

.hot-hotel-deals .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    font-weight: 700;
    cursor: pointer;
    background: var(--btn-bg-clr, #838797);
    color: var(--btn-txt-clr, #fff);
    border: 1px solid var(--btn-border-clr, #838797);
    font-size: 16px;
    text-transform: none;
    max-width: 100%;
}
.hot-hotel-deals .btn__icon {
    width: 18px;
    height: 15px;
    flex: 0 0 18px;
    fill: currentColor;
}
.hot-hotel-deals .btn .btn_dis {
    pointer-events: none;
    filter: grayscale(1);
}
.hot-hotel-deals .btn_prim {
    --btn-bg-clr: #dd348b;
    --btn-txt-clr: #fff;
    --btn-border-clr: #ba0e6f;
}
.hot-hotel-deals .btn_sec {
    --btn-bg-clr: #1f2746;
    --btn-txt-clr: #fff;
    --btn-border-clr: #1f2746;
}
.hot-hotel-deals .btn_light {
    --btn-bg-clr: #fff;
    --btn-txt-clr: #dd348b;
    --btn-border-clr: #fff;
}
.hot-hotel-deals .btn_bord {
    background: transparent;
    border-color: var(--btn-bg-clr);
    color: var(--btn-bg-clr);
}
.hot-hotel-deals .btn_bord:hover {
    background: var(--btn-bg-clr);
    color: var(--btn-txt-clr);
    border: 1px solid var(--btn-bg-clr);
}
.hot-hotel-deals .btn:disabled,
.hot-hotel-deals .btn_disabled {
    cursor: auto;
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(100%);
}
.hot-hotel-deals .btn_lg {
    min-height: 60px;
}
.hot-hotel-deals .btn_md {
    min-height: 44px;
}
.hot-hotel-deals .btn_sm {
    min-height: 36px;
}
.hot-hotel-deals .btn_round {
    border-radius: 8px;
}
.hot-hotel-deals .btn_round_md {
    border-radius: 10px;
}
.hot-hotel-deals .btn_scale:hover {
    transform: scale(1.05);
}
.hot-hotel-deals .btn_scale:active {
    transform: scale(0.95);
}
.hot-hotel-deals .btn_shad:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.hot-hotel-deals .btn_shad:active {
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2);
}

.hot-hotel-deals .popup {
    -webkit-overflow-scrolling: touch;
    z-index: 3000;
    padding: 30px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}
.hot-hotel-deals .popup::before {
    content: "";
    background-color: rgba(31, 39, 70, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}
.hot-hotel-deals .popup.show {
    visibility: visible;
    overflow: auto;
}
.hot-hotel-deals .popup.show::before {
    opacity: 1;
}
.hot-hotel-deals .popup.show .popup__box {
    transform: scale(1);
    opacity: 1;
}
.hot-hotel-deals .popup._active {
    overflow: auto;
    visibility: visible;
}
.hot-hotel-deals .popup._active::before {
    opacity: 1;
}
.hot-hotel-deals .popup._active .popup__box {
    transition: all 0.3s ease 0.2s;
    transform: scale(1);
    opacity: 1;
}
.hot-hotel-deals .popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    padding: 10px;
    max-width: 1165px;
    margin: 0 auto;
}
.hot-hotel-deals .popup__box {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 1165px;
    border-radius: 10px;
    background-color: #fff;
}
.hot-hotel-deals .popup__cross {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 30;
}
.hot-hotel-deals .popup__cross svg {
    width: 12px;
    height: 12px;
    fill: #bbbdc7;
    transition: 0.3s;
}
.hot-hotel-deals .popup__cross:hover svg {
    fill: #dd348b;
}
@media all and (max-width: 767.98px) {
    .hot-hotel-deals .popup__cross {
        top: 22px;
        right: 22px;
    }
}
.hot-hotel-deals .popup__header {
    padding: 32px 55px 25px 35px;
    border-bottom: 1px solid #bbbdc7;
}
@media all and (max-width: 767.98px) {
    .hot-hotel-deals .popup__header {
        padding: 35px 35px 25px 16px;
    }
}
.hot-hotel-deals .popup__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}
.hot-hotel-deals .popup__body {
    padding: 32px 70px;
}
@media all and (max-width: 767.98px) {
    .hot-hotel-deals .popup__body {
        padding: 32px 16px;
    }
}

.box {
    width: 100%;
    max-width: 100%;
    padding-left: calc(50% - 1165px / 2);
    padding-right: calc(50% - 1165px / 2);
}

.box {
    width: 100%;
    max-width: 100%;
    padding-left: calc(50% - 1165px / 2);
    padding-right: calc(50% - 1165px / 2);
}

@media (max-width: 1199.98px) {
    .box {
        padding-left: calc(50% - 932px / 2);
        padding-right: calc(50% - 932px / 2);
    }
}

@media (max-width: 991.98px) {
    .box {
        padding-left: calc(50% - 700px / 2);
        padding-right: calc(50% - 700px / 2);
    }
}
@media (max-width: 767.98px) {
    .box {
        padding-left: calc(50% - 540px / 2);
        padding-right: calc(50% - 540px / 2);
    }
}

@media (max-width: 575.98px) {
    .box {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.hotel-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px;
    background-color: #fff;
}
@media all and (max-width: 991.98px) {
    .hotel-info {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media all and (max-width: 767.98px) {
    .hotel-info {
        padding-bottom: 60px;
    }
}
.hotel-info__breadcrumps {
    flex: var(--fl, 0 0 auto);
    width: calc(100% / 1 * 1);
    min-width: 0;
}
@media all and (max-width: 991px) {
    .hotel-info__breadcrumps {
        display: none;
    }
}
.hotel-info__galary {
    width: 566px;
    max-width: 100%;
}
@media all and (max-width: 1199.98px) {
    .hotel-info__galary {
        margin: 0 auto;
    }
    .hotel-info__galary:not(:last-child) {
        padding-bottom: 24px;
    }
}
.hotel-info__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: var(--fl, 0 0 auto);
    width: calc(100% / 1165 * 539);
    min-width: 0;
}
@media all and (max-width: 1199.98px) {
    .hotel-info__box {
        flex: var(--fl, 0 0 auto);
        width: calc(100% / 1 * 1);
        min-width: 0;
    }
}
.hotel-info__head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}
.hotel-info__head__left {
    display: flex;
}
.hotel-info__logo {
    width: 64px;
    height: 45px;
    margin-right: 16px;
}
.hotel-info__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.hotel-info__logo + .hotel-info__title {
    display: flex;
    align-items: center;
}
.hotel-info__title {
    font-size: 22px;
    line-height: calc(35 / 32);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1f2746;
}
.hotel-info__title:not(:last-child) {
    padding-bottom: 16px;
}
@media all and (max-width: 767.98px) {
    .hotel-info__title {
        font-size: 18px;
    }
    .hotel-info__title:not(:last-child) {
        padding-bottom: 12px;
    }
}
.hotel-info__title span {
    font-size: 13px;
    letter-spacing: 0.32px;
    text-transform: none;
}
@media all and (min-width: 768px) {
    .hotel-info__title span {
        font-size: 16px;
    }
}
.hotel-info__location:not(:last-child) {
    padding-bottom: 24px;
}
@media all and (max-width: 767.98px) {
    .hotel-info__location:not(:last-child) {
        padding-bottom: 12px;
    }
}
.hotel-info__list {
    padding-bottom: 30px;
}

.hotel-info__list a {
    margin-left: 4px;
    color: #dd348b;
    transition: .2s color;
}
.hotel-info__list a:hover {
    color: rgba(221, 52, 139, 0.8);
}
.hotel-info .hotel-info__hr:not(:last-child) {
    margin-bottom: 32px;
}
@media all and (max-width: 767.98px) {
    .hotel-info .hotel-info__hr {
        display: none;
    }
}
.hotel-info__order {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 0;
}
@media all and (min-width: 768px) {
    .hotel-info__order {
        flex-direction: row;
        align-items: center;
        border-top: 1px solid #bbbdc7;
    }
}
.hotel-info__price {
    font-size: 24px;
    line-height: calc(29 / 24);
    color: #ba0e6f;
    font-weight: 700;
}
@media all and (max-width: 768px) {
    .hotel-info__price {
        font-weight: bold;
        padding-bottom: 24px;
    }
}
.hotel-info__btn {
    width: 280px;
    max-width: 100%;
    padding: 13px 16px;
}
@media all and (max-width: 575.98px) {
    .hotel-info__btn {
        width: 100%;
    }
}
.hotel-info__country-emblems {
    display: flex;
}
.hotel-info__country-emblems p {
    font-size: 11px;
    padding-top: 6px;
    text-align: center;
}
.hotel-info__country-emblem {
    margin-left: 28px;
}

.hotel-info__country-emblem {
    width: 60px;
    height: 60px;
    padding: 5px;
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
}
.hotel-info__country-emblem__img {
    /* height: 43px;
    width: 64px; */

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.hotel-info__country-emblem__img.gerb img, .hotel-info__country-emblem__img.emblem img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.hotel-info__country-emblem__img.emblem img {
    -o-object-fit: contain;
    object-fit: contain;
}

.hotel-info .gerb .hotel-info__country-emblem__img {
    /* height: 55px; */
}

.location {
    display: flex;
    align-items: baseline;
    color: #dd348b;
}
.location__icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: currentColor;
}
.location__icon:not(:last-child) {
    margin-right: 4px;
}
.location__text {
    font-size: 16px;
    line-height: calc(28 / 16);
    letter-spacing: 0.32px;
    color: currentColor;
}
.location .location_prim {
    color: #dd348b;
}

.info-list__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -16px;
    margin-bottom: -16px;
}

.info-list__col {
    padding-left: 16px;
    padding-bottom: 16px;
    flex: var(--fl, 0 0 auto);
    width: calc(100% / 2 * 1);
    min-width: 0;
}
@media all and (max-width: 991.98px) {
    .info-list__col {
        flex: 0 0 auto;
        width: auto;
        max-width: 50%;
    }
}
@media all and (max-width: 767.98px) {
    .info-list__col {
        flex: var(--fl, 0 0 auto);
        width: calc(100% / 1 * 1);
        min-width: 0;
        max-width: 100%;
    }
}

.info-list__title {
    font-weight: 600;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #1f2746;
}
.info-list__title:not(:last-child) {
    margin-bottom: 4px;
}

.info-list__item:not(:last-child) {
    margin-bottom: 16px;
}

.info-list__item_sm:not(:last-child) {
    margin-bottom: 4px;
}

.info-item {
    display: flex;
    padding-left: 28px;
    position: relative;
}
.info-item__icon {
    position: absolute;
    top: calc(0.5em * 19 / 16);
    left: 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #838797;
    transform: translateY(-50%);
}
.info-item__icon_sm {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}
.info-item__text {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: calc(19 / 16);
    color: #1f2746;
}
@media all and (max-width: 345px) {
    .info-item__text {
        flex-direction: column;
    }
}
.info-item__text data {
    font-weight: 600;
    font-size: 16px;
}
.info-item__text span {
    color: #74798c;
    margin-left: -30px;
    margin-right: 5px;
}
.info-item__option {
    padding-right: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #838797;
}
.info-item__option + .info-item__option {
    padding-left: 6px;
}
.info-item__choice-ico {
    display: table;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-left: 8px;
    padding-bottom: 10px;
    cursor: pointer;
}
.info-item__choice-ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.info-item__choice-type {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 23px;
    white-space: nowrap;
    padding-bottom: 2px;
}
.info-item__choice-type:hover .info-item__choice-dropdown {
    transition: max-height 0.4s linear;
    max-height: 300px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(10, 30, 48, 0.1);
    border: 1px solid #e0e0e0;
}
.info-item__choice-type:before {
    content: "";
    position: absolute;
    bottom: -2px;
    border-bottom: 1px solid #74798c;
    width: calc(100% - 25px);
}
.info-item__choice-type input {
    padding: 0;
    border: none;
    width: 23px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #1f2746;
}
.info-item__choice-dropdown {
    background: #fff;
    position: absolute;
    top: 25px;
    left: -30px;
    width: 267px;
    height: 126px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    z-index: 40;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
}
@media all and (min-width: 345px) {
    .info-item__choice-dropdown {
        left: auto;
        right: -10px;
    }
}
@media all and (min-width: 370px) {
    .info-item__choice-dropdown {
        right: -24px;
    }
}
.info-item__choice-dropdown-raw {
    display: flex;
    justify-content: space-between;
    padding-bottom: 19px;
}
.info-item__choice-dropdown-raw:last-child {
    padding-bottom: 0;
}
.info-item__choice-dropdown__content {
    padding-right: 28px;
}
.info-item__choice-dropdown__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    color: #1f2746;
    white-space: nowrap;
}
.info-item__choice-dropdown__desc {
    padding-top: 4px;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(31, 39, 70, 0.7);
    white-space: nowrap;
}
.info-item__choice-dropdown .stepper-arrow {
    display: none;
}
.info-item__choice-dropdown__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 118px;
}
.info-item__choice-dropdown__btns input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    display: flex;
    padding: 0;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #1f2746;
    border: none;
}
.info-item__choice-dropdown__btns
    input[type="number"]::-webkit-inner-spin-button,
.info-item__choice-dropdown__btns
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.info-item__choice-dropdown__btns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    border: 1px solid #bbbdc7;
    cursor: pointer;
    background: transparent;
}
.info-item__choice-dropdown__btns button:hover,
.info-item__choice-dropdown__btns button:active,
.info-item__choice-dropdown__btns button:focus {
    outline: 0;
}
.info-item__choice-dropdown__btns button:after {
    content: "";
    position: absolute;
    display: block;
    transform: translate(-50%, -50%) rotate(180deg);
}
.info-item__choice-dropdown__btns button.plus:after {
    content: "";
}
.info-item__subtext {
    color: #838797;
    font-weight: 400;
}



.presentation {
    position: relative;
}
.presentation__picture {
    position: relative;
}
.presentation__picture:not(:last-child) {
    margin-bottom: 2px;
}

.presentation-slider {
    min-width: 0;
}
.presentation-slider::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(59 / 566 * 100%);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(31, 39, 70, 0.61) 0%,
        rgba(31, 39, 70, 0) 79.17%
    );
    z-index: 2;
    pointer-events: none;
}
.presentation-slider::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(59 / 566 * 100%);
    height: 100%;
    background: linear-gradient(
        -90deg,
        rgba(31, 39, 70, 0.61) 0%,
        rgba(31, 39, 70, 0) 79.17%
    );
    z-index: 2;
    pointer-events: none;
}
.presentation-slider__item {
    display: block;
    position: relative;
}
.presentation-slider__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc(353 / 566 * 100%);
}
.presentation-slider__item .ratio__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.presentation-slider__item .ratio__box img,
.presentation-slider__item .ratio__box iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.presentation-slider__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.presentation-slider__img {
    transition: transform 1s;
    display: block;
}
.presentation-slider__img:hover {
    transform: scale(1.05);
}
.presentation-slider__controls {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3;
}
.presentation-slider__btn {
    pointer-events: auto;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
@media all and (max-width: 767.98px) {
    .presentation-slider__btn {
        width: 16px;
        height: 16px;
    }
}
.presentation-slider__btn_prev {
    margin-left: 18px;
}
@media all and (max-width: 767.98px) {
    .presentation-slider__btn_prev {
        margin-left: 10px;
    }
}
.presentation-slider__btn_next {
    margin-right: 18px;
}
@media all and (max-width: 767.98px) {
    .presentation-slider__btn_next {
        margin-right: 10px;
    }
}
.presentation-slider__btn:hover .presentation-slider__arrow {
    transform: scale(1.1);
}
.presentation-slider__btn:active .presentation-slider__arrow {
    transform: scale(0.95);
}
.presentation-slider__arrow {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #fff;
    transition: transform 0.3s;
}
@media all and (max-width: 767.98px) {
    .presentation-slider__arrow {
        width: 12px;
        height: 12px;
    }
}
.presentation-slider__arrow_silver {
    fill: #bbbdc7;
}
.presentation-slider__pagination {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.presentation-thumbnails {
    position: relative;
}
.presentation-thumbnails__item {
    display: block;
    position: relative;
    background-color: #000;
    cursor: pointer;
}
.presentation-thumbnails__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc(88 / 140 * 100%);
}
.presentation-thumbnails__item .ratio__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.presentation-thumbnails__item .ratio__box img,
.presentation-thumbnails__item .ratio__box iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.presentation-thumbnails__item::after {
    transition: opacity 0.3s;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s;
}
.presentation-thumbnails__item:not(.swiper-slide-thumb-active)::after {
    opacity: 1;
    background: hsla(
        calc(var(--sec_hue) + 0),
        calc(var(--sec_saturation) + 0%),
        calc(var(--sec_lightness) + 0%),
        0.4
    );
}
.presentation-thumbnails__item:not(.swiper-slide-thumb-active):hover::after {
    background-color: hsla(
        calc(var(--sec_hue) + 0),
        calc(var(--sec_saturation) + 0%),
        calc(var(--sec_lightness) + 0%),
        0.2
    );
}
.presentation-thumbnails__item:not(.swiper-slide-thumb-active)
    .presentation-thumbnails__pic {
    opacity: 1;
}
.presentation-thumbnails__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.5;
}

.hotel-benefits {
    background-color: #f5f7f9;
    padding-top: 70px;
    padding-bottom: 70px;
}
@media all and (max-width: 1199.98px) {
    .hotel-benefits {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media all and (max-width: 767.98px) {
    .hotel-benefits {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}
.hotel-benefits__title {
    font-size: 32px;
    line-height: calc(35 / 32);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1f2746;
    text-align: center;
    padding: 0;
    font-weight: 400;
}
.hotel-benefits__title:not(:last-child) {
    margin-bottom: 50px;
}
@media all and (max-width: 1199.98px) {
    .hotel-benefits__title:not(:last-child) {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 767.98px) {
    .hotel-benefits__title {
        font-size: 18px;
    }
    .hotel-benefits__title:not(:last-child) {
        margin-bottom: 32px;
    }
}
.hotel-benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -30px;
    max-width: 100%;
    margin: 0 auto;
}
@media all and (max-width: 1199.98px) {
    .hotel-benefits__list {
        max-width: 492px;
    }
}
@media all and (max-width: 767.98px) {
    .hotel-benefits__list {
        max-width: 100%;
        margin-bottom: -20px;
    }
}
.hotel-benefits__item {
    padding-bottom: 30px;
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 767.98px) {
    .hotel-benefits__item {
        padding-bottom: 20px;
        margin: 0 10px;
    }
}
.hotel-benefits .btn {
    margin-top: 20px;
}
.hotel-benefits .thumbnail-opacity:hover img {
    opacity: 1;
}
.hotel-benefits-slider {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
@media all and (min-width: 1360px) {
    .hotel-benefits-slider {
        max-width: none;
    }
}
.hotel-benefits-slider button,
.hotel-benefits-slider button:active,
.hotel-benefits-slider button:focus {
    border: none;
}
.hotel-benefits-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    margin: -15px 0 0 0;
    z-index: 2;
    font-size: 0;
    width: 30px;
    height: 30px;
}
.hotel-benefits-slider .slick-arrow.slick-prev {
    left: -20px;
    background: url("../images/img/line_down-l.svg") 0 0/100% no-repeat;
}
@media all and (min-width: 1500px) {
    .hotel-benefits-slider .slick-arrow.slick-prev {
        left: -120px;
    }
}
.hotel-benefits-slider .slick-arrow.slick-next {
    right: -20px;
    background: url("../images/img/line_down-2.svg") 0 0/100% no-repeat;
}
@media all and (min-width: 1500px) {
    .hotel-benefits-slider .slick-arrow.slick-next {
        right: -120px;
    }
}
.hotel-benefits-slider .slick-slide {
    display: flex;
    justify-content: center;
}

.benefit {
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 144px;
    min-height: 144px;
    border-radius: 16px;
    border: 1px solid #dcdfe1;
    padding: 16px;
}
@media all and (max-width: 767.98px) {
    .benefit {
        max-width: 130px;
        min-height: 130px;
    }
}
.benefit__thumb {
    width: 100%;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}
.benefit__thumb:not(:last-child) {
    margin-bottom: 16px;
}
.benefit__text {
    font-weight: bold;
    font-size: 13px;
    line-height: calc(16 / 13);
    text-align: center;
    color: #808080;
    text-align: center;
}
.benefit__icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #22a9bf;
    position: absolute;
    top: 14px;
    right: 14px;
}
@media all and (max-width: 767.98px) {
    .benefit__icon {
        top: 12px;
        right: 12px;
    }
}

.align-center {
    display: flex;
    justify-content: center; 
}

.hotel-description {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.hotel-description__header:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 767.98px) {
    .hotel-description__header:not(:last-child) {
        margin-bottom: 16px;
    }
}
.hotel-description__title {
    font-size: 28px;
    line-height: calc(36 / 28);
    color: #1f2746;
    padding: 0;
}
.hotel-description__title:not(:last-child) {
    margin-bottom: 4px;
}
@media all and (max-width: 767.98px) {
    .hotel-description__title {
        font-size: 18px;
    }
}
.hotel-description__subtitle {
    font-size: 16px;
    line-height: calc(22 / 16);
}
@media all and (max-width: 767.98px) {
    .hotel-description__subtitle {
        font-size: 14px;
    }
}
.hotel-description__chips:not(:last-child) {
    margin-bottom: 10px;
}
@media all and (max-width: 767.98px) {
    .hotel-description__chips:not(:last-child) {
        margin-bottom: 16px;
    }
}
.hotel-description__info {
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #1f2746;
}
.hotel-description__info:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 767.98px) {
    .hotel-description__info:not(:last-child) {
        margin-bottom: 16px;
    }
}

.chips {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-bottom: -8px;
}

.chips__item {
    padding-left: 8px;
    padding-bottom: 8px;
    flex: 0 0 auto;
}

.chips-item {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s, box-shadow 0.3s;
    color: #1f2746;
}
.chips-item__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: currentColor;
}
.chips-item__icon:not(:last-child) {
    margin-right: 10px;
}
.chips-item__txt {
    line-height: 1;
    font-size: 14px;
    color: currentColor;
}
.chips-item_lg {
    min-height: 48px;
    padding: 8px 24px;
}
@media all and (max-width: 767.98px) {
    .chips-item_lg {
        min-height: 40px;
        padding: 8px;
    }
}
.chips-item_md {
    min-height: 38px;
    padding: 4px 12px;
}
.chips-item_prim {
    color: #dd348b;
}
.chips-item_shad {
    box-shadow: 0px 2px 10px rgba(222, 233, 244, 0.6);
}
.chips-item_shad .chips-item__txt {
    color: #dd348b;
}
.chips-item_scale:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 20px rgba(222, 233, 244, 0.6);
}
.chips-item_scale:hover:active {
    transform: scale(0.95);
    box-shadow: 0 0 0px 0 rgba(222, 233, 244, 0.6);
}

.hotel-spec {
    box-shadow: 0px 2px 10px rgba(222, 233, 244, 0.6);
    border: 1px solid #dee6ed;
}

.hotel-spec img, .hotel-spec__spollers img {
    width: 100% !important;
    height: auto !important;
}

@media all and (max-width: 1199.98px) {
    .hotel-spec {
        border: none;
        box-shadow: none;
    }
}
.hotel-spec__row {
    display: flex;
    flex-wrap: wrap;
}
@media all and (max-width: 767.98px) {
    .hotel-spec__row {
        display: none;
    }
}
.hotel-spec .hotel-spec__nav {
    background-color: #f5f7f9;
    width: 260px;
    max-width: 30%;
}
@media all and (max-width: 1199.98px) {
    .hotel-spec .hotel-spec__nav {
        width: 100%;
        max-width: 100%;
    }
}
.hotel-spec__box {
    flex: 1 1 0%;
}
@media all and (max-width: 1199.98px) {
    .hotel-spec__box {
        border: 1px solid #dee6ed;
        border-top: 1px solid transparent;
        box-shadow: 0px 2px 10px rgba(222, 233, 244, 0.6);
    }
}
.hotel-spec__block {
    padding: 20px 28px;
}
@media all and (max-width: 767.98px) {
    .hotel-spec__block {
        padding: 16px;
    }
}
.hotel-spec__chips:not(:last-child) {
    margin-bottom: 20px;
}
.hotel-spec__spollers {
    display: none;
}
@media all and (max-width: 767.98px) {
    .hotel-spec__spollers {
        display: block;
    }
}

.spoller-item {
    border: 1px solid #dee6ed;
    box-shadow: 0px 2px 10px rgba(222, 233, 244, 0.6);
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    min-height: 45px;
}
.spoller-item__title {
    font-weight: bold;
    font-size: 14px;
    line-height: calc(19 / 14);
    color: #dd348b;
    padding-right: 8px;
}
.spoller-item__arrow {
    margin-left: auto;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}
.spoller-item__icon {
    width: 9px;
    height: 9px;
}

.spec-spollers__item:not(:first-child) {
    margin-top: 8px;
}

.spec-spollers__block {
    border: 1px solid #dee6ed;
    box-shadow: 0px 2px 10px rgba(222, 233, 244, 0.6);
    padding: 16px;
}

@media all and (max-width: 1199.98px) {
    .aside-nav {
        display: flex;
        overflow-y: auto;
    }
}

.aside-nav__item {
    padding: 20px;
    min-height: 60px;
    font-size: 14px;
    line-height: calc(19 / 14);
    color: #1f2746;
    cursor: pointer;
    flex: 0 0 auto;
}
.aside-nav__item:hover {
    color: #dd348b;
    background-color: rgba(221, 52, 139, 0.1);
}
@media all and (max-width: 1199.98px) {
    .aside-nav__item {
        padding: 20px 10px;
    }
}
.aside-nav__item._active {
    background-color: #dd348b;
    color: #fff;
    pointer-events: none;
}

.txt-block {
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #1f2746;
}

.txt-block h1,
.txt-block h2,
.txt-block h3,
.txt-block h4,
.txt-block h5,
.txt-block h6 {
    margin-bottom: 8px;
    margin-top: 10px;
    color: #ba0e6f;
    font-size: 14px;
    line-height: calc(20 / 14);
}

.txt-block p {
    margin-top: 10px;
}

/* .txt-block ol {
    display: flex;
    align-items: center;
} */

.txt-block ol li {
    list-style: decimal;
}

.txt-block ul, ol {
    padding-left: 22px;
}

.txt-block li {
    /* min-height: 38px; */
    list-style: initial;
    margin-right: 5px;
    margin-bottom: 10px;
}

.txt-block__section:not(:last-child) {
    margin-bottom: 16px;
}
.txt-block__text {
    color: #1f2746;
}
.txt-block__text:not(:last-child) {
    margin-bottom: 8px;
}
@media all and (max-width: 1199.98px) {
    .txt-block__text {
        font-weight: 400;
    }
}
.txt-block__title {
    color: #ba0e6f;
}
.txt-block__title:not(:last-child) {
    margin-bottom: 8px;
}
@media all and (max-width: 1199.98px) {
    .txt-block__title {
        font-weight: 400;
    }
}
.txt-block__list {
    padding-left: 28px;
}
.txt-block__list:not(:last-child) {
    margin-bottom: 8px;
    list-style: initial;
}
.txt-block__list-item {
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #1f2746;
    list-style: initial;
}
.txt-block__list-item:not(:last-child) {
    margin-bottom: 8px;
}
@media all and (max-width: 1199.98px) {
    .txt-block__list-item {
        font-weight: 400;
    }
}

.consultation {
    background-color: #f5f7f9;
    padding-top: 65px;
    padding-bottom: 65px;
}
@media all and (max-width: 1199.98px) {
    .consultation {
        padding-top: 62px;
        padding-bottom: 62px;
    }
}
@media all and (max-width: 767.98px) {
    .consultation {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.consultation .consultation__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.consultation__box {
    width: 406px;
    max-width: 40%;
    display: flex;
    align-items: flex-start;
}
@media all and (max-width: 1199.98px) {
    .consultation__box {
        max-width: 100%;
        padding-bottom: 35px;
    }
}
@media all and (max-width: 767.98px) {
    .consultation__box {
        padding-bottom: 30px;
        width: 280px;
    }
}
.consultation__thumb {
    position: relative;
    width: 100px;
    flex: 0 0 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #22a9bf;
}
.consultation__thumb:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc(100 / 100 * 100%);
}
.consultation__thumb .ratio__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.consultation__thumb .ratio__box img,
.consultation__thumb .ratio__box iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.consultation__thumb:not(:last-child) {
    margin-right: 24px;
}
.consultation__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.consultation__title {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #22a9bf;
}
@media all and (max-width: 767.98px) {
    .consultation__title {
        font-size: 18px;
    }
}
.consultation__form {
    width: 612px;
    max-width: 50%;
}
@media all and (max-width: 1199.98px) {
    .consultation__form {
        width: 100%;
        max-width: 100%;
    }
}

.consultation__form.hide {
    display: none;
}

.success_block {
    display: none;
}

.success_block.active {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1f2746;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.02em;
}

.presentation-slider__btn.swiper-button-disabled {
    opacity: 0;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.7;
    z-index: 99;
    cursor: pointer;
}

body.fixed {
    overflow: hidden;
}

.overlay.active {
    display: block;
}

.popup_order {
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translate(-50%) scale(0);
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 24px 48px 0 #00000014;
    z-index: 100;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    max-width: calc(100% - 66px);
    border-radius: 10px;
}

.popup_order.open {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%) scale(1);
}

.popup_order .popup_wrap {
    position: relative;
    border-radius: 10px;
}

.popup_order .popup_close {
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: 0 18px 36px 0 #00000014;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
}

.popup_order .popup_body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
}

.popup_order .popup_body .popup_wrap {
    display: flex;
    height: -webkit-max-content;
    height: max-content;
}

.popup_right-form {
    width: 400px;
    padding: 80px 50px 89px 34px;
}

@media screen and (max-width: 680px) {
    .popup_left-bg {
        display: none;
    }
}

.popup_right-form .form_title {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #1f2746;
    margin-bottom: 35px;
}

.popup_right-form .form {
    display: flex;
    flex-direction: column;
}

.popup_right-form .form input {
    border: 1px solid #bbbdc7;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
    color: #838797;
    margin-bottom: 16px;
    padding: 10px 16px;
}

.popup_right-form .form textarea {
    resize: none;
    border: 1px solid #bbbdc7;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 16px;
    height: 100px;
}

.popup_right-form .form .btn {
    background: #dd348b;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 9px 0;
    margin-top: 27px;
}

.popup_right-form .order_block {
    display: block;
}

.popup_right-form .order_block.hide {
    display: none;
}

.popup_right-form .success_block {
    display: none;
    flex-direction: column;
    align-items: center;
    color: #1f2746;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-top: 100px;
}

.popup_right-form .success_block.active {
    display: flex;
}

.popup_right-form .success_block .success_img {
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .page .nav-custom-tab,
    .page .nav-custom-tab.resp-tabs-container {
        padding: 10px 0 0 0;
        width: 100%;
    }
}

.banner--large {
    padding: 50px 0; 
}

.news_page .banner, .one_news .banner {
    margin: 0 auto;
}

.banner {
    max-width: 90%;
    margin: 50px auto;
    background: rgba(191,203,253,.2);
}
.news_banner.banner {
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .banner {
        max-width: 728px;
    }
}
.banner__img {
    position: absolute;
    max-width: 90%;
    height: 90px;
}
@media all and (min-width: 768px) {
    .banner__img {
        max-width: 100%;
    }
}
.banner__img:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #ba0e6f 47.96%,
        rgba(186, 14, 111, 0) 100%
    );
    opacity: 0.5;
}
.banner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner__content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 16px;
}
@media all and (min-width: 768px) {
    .banner__content {
        padding: 23px 40px;
    }
}
.banner__title {
    max-width: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.banner__btn {
    color: #fff;
    padding: 13px 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #dd348b;
    border-radius: 8px;
    cursor: pointer;
}
@media all and (min-width: 768px) {
    .banner__btn {
        padding: 13px 60px;
    }
}

/* 
.footer-nav {
    padding: 45px 15px;
    background-color: #1f2746;
  }
  .footer-nav__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1376px;
    margin: 0 auto;
  }
  .footer-nav ul {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 992px) {
    .footer-nav ul {
        flex-direction: row;
    }
  }
  .footer-nav li {
    text-transform: uppercase;
    padding: 0 30px 15px;
    border-right: none;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  .footer-nav li a {
    color: #fff;
  }

  .footer-nav li:last-child {
    padding-bottom: 0;
  }
  @media (min-width: 992px) {
    .footer-nav li {
        padding-bottom: 0;
        text-align: left;
        border-right: 1px solid #bbbdc7;
    }
  }
  .footer-nav li:last-child {
    border-right: none;
  }
  .footer-nav .copy {
    padding-top: 37px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #bbbdc7;
  } */
  

  .hero {
    position: relative;
    /* overflow: hidden; */
    }

.hero--rw {
    max-width: 1600px;
    margin: 0 auto;
}

.hero--rw:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.23deg, #F1F0F1 7.94%, #C9C9C9 60.21%, rgba(255, 255, 255, 0) 87.4%);
}

@media (min-width: 768px) {
    .hero--rw:after {
        width: 84%;
    }
}

.hero--rw .hero__img {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .hero--rw .hero__img {
        margin-left: 50%;
    }
}

.hero--rw .hero__img img {
    max-width: 845px;
}

.hero--info .hero__title {
    padding-top: 23px;
}

.hero--info .hero__img--grad:after {
    width: 68%;
}

@media (max-width: 768px) {
    .hero--info .breadcrumps--pc {
        display: none;
    }
}

.hero--info .breadcrumps--mob {
    display: flex;
    align-items: center;
    font-size: 14px;
    z-index: 2;
}
.hero--info .breadcrumps--mob .breadcrumps__item{
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero--info .breadcrumps--mob {
        display: none;
    }
}

.hero--info .breadcrumps__ico {
    max-width: 13px;
    max-height: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 12px;
}

.hero__content {
    position: relative;
    padding: 28px 15px;
    position: relative;
    color: #1f2746;
}

@media (min-width: 640px) {
    .hero__content {
        padding: 57px 15px 90px;
    }
}

.hero__content .breadcrumps {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
}

.hero__content .breadcrumps__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #838797;
}

.hero__content .breadcrumps__item:not(:last-child)::after {
    content: '⠀\002F⠀';
}

.hero__content--md {
    max-width: 945px;
    margin: 0 auto;
}

.hero__logo {
    width: 182px;
    height: 70px;
    margin-bottom: 24px;
}

.hero__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.hero__img--grad:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 38.94%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 768px) {
    .hero__img--grad:after {
        width: 44%;
    }
}

.hero__img__logo {
    width: 182px;
    height: 70px;
    margin-bottom: 24px;
}

.hero__title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #1f2746;
}

@media (min-width: 768px) {
    .hero__title {
        font-size: 32px;
        line-height: 1.9;
    }
}

@media (min-width: 640px) {
    .hero__title {
        font-weight: bold;
    }
}

.hero__desc {
    max-width: 525px;
    padding-top: 24px;
}


.helpfullinformation_page {
    background: #fff;
}

.form .text {
    text-align: left;
}

.pt-40 {
    padding-top: 40px;
}

.news_row {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.news_row .news_item:last-child {
    margin-right: 0;
}

.news_row .news_item {
    margin-right: 2.7%;
    width: 22%;
}

@media screen and (max-width: 1300px) {
    .news_row .news_item {
        width: 45%;
    }
}

@media screen and (max-width: 740px) {
    .news_row .news_item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.bold {
    font-weight: bold;
    color: #000;
}

.order_block p {
    margin: 0 0 5px 0;
}

.success_message_block {
    display: none;
    align-items: center;
    height: 380px;
}

.success_message_block.active {
    display: flex;
}

.success_message_block .success_img {
    margin-right: 30px;
}

.green-clr {
    color: #2ad457 !important;
}

.red-clr {
    color: #d42a2a !important;
}
/* 
.common__breadcrumps {
    max-width: 1432px;
    padding-left: 20px;
    margin: 0 auto;
}

.contact {
  padding-bottom: 50px;
}
.contact iframe {
  height: 205px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact iframe {
    position: absolute;
    top: 0;
    width: calc(100% - 16px);
  }
}
@media (min-width: 768px) {
  .contact iframe {
    height: 359px;
  }
}
.contact__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact__inner {
    flex-direction: row;
  }
}
.contact__content {
  position: relative;
  z-index: 0;
  color: #1f2746;
  line-height: 1.5;
  padding-top: 30px;
  text-align: left;
}
@media (min-width: 992px) {
  .contact__content {
    padding-top: 138px;
  }
}

@media screen and (max-width: 450px) {
    .contact__content {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    .contact__content {
        font-size: 12px;
    }
}

.contact__content:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  height: 138px;
  width: 80%;
  background: linear-gradient(
    90deg,
    #ffffff 41.15%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media (min-width: 768px) {
  .contact__content:after {
    padding-top: 359px;
  }
}
.contact__content a {
  color: #1f2746;
  text-decoration: none !important;
}
.contact__title {
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.01em;
}
.contact__title + .contact__subtitle {
  padding-top: 30px;
}
.contact__subtitle {
  font-size: 24px;
  padding-top: 48px;
  padding-bottom: 30px;
}
.contact__ico {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.contact__ico.social_links {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 7px;
}
.contact__ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact__items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact__items-wrap {
  display: flex;
}
.contact__items span {
  border-bottom: 1px solid #1f2746; 
}
.contact__items p {
  margin-top: 0;
}
.contact__item.email_field {
   margin-top: 10px; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
}

.contact__item span {
    width: 50%;
}

.contact__social {
  display: flex;
  flex-wrap: wrap;
}
.contact__social li {
  margin-right: 25px;
}
.contact .contact__items-wrap + .contact__items-wrap {
  padding-top: 26px;
}
.contact__form {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 447px;
  margin: 50px auto;
  padding: 43px 24px;
  background: #eff2f7;
  box-shadow: 0 4px 31px rgba(160, 160, 160, 0.3);
  border-radius: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .contact__form {
    padding: 43px 55px 45px 59px;
  }
}
@media (min-width: 992px) {
  .contact__form {
    margin: 287px 50px 50px 0;
  }
}
.contact__form-title {
  font-size: 28px;
  line-height: 1.2;
  color: #1f2746;
  padding-bottom: 32px;
}
.contact__form input {
    margin-bottom: 16px;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 15px;
    border: 1px solid #dcdfe1;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 8px;
    background: #fff;
    color: #1f2746;
    padding: 14px 24px;
    padding-left: 16px !important;
}
.contact__form input[required] + label:after {
  content: '*';
  color: red;
}
.contact__form input[required]:invalid + label {
  display: block;
  position: relative;
  top: -50px;
  z-index: 0;
  height: 0;
  margin: 0 0 0 16px;
}
.contact__form input[required]:valid + label {
  display: none;
}
.contact__form textarea {
  border: 1px solid #bbbdc7;
  border-radius: 5px;
  padding: 9px 16px;
  resize: none;
  min-height: 100px;
  margin-bottom: 27px;
}
.contact__form input[type='checkbox'] {
  display: inline-block;
}
.contact__form-checkbox {
  display: flex;
  padding-top: 23px;
}
.contact__form-checkbox input {
  min-width: 16px;
  min-height: 16px;
  border: 2px solid #bbbdc7;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #eff2f7;
}
.contact__form-checkbox label {
  font-size: 13px;
  line-height: 16px;
  color: #838797;
} */

.text-desc__content {
  display: flex;
  flex-wrap: wrap;
}

.text-desc-wrap {
  background: #f5f7f9;
  padding: 39px 0;
  color: #1f2746;
  text-align: left;
}

/* .text-desc-wrap h1, h2, h3, h4, h5, h6 {
    padding-bottom: 30px;
} */

.text-desc-wrap ul {
    list-style-type: disc;
    padding-left: 15px;
}

.text-desc-wrap ol {
    list-style-type: decimal;
    padding-top: 10px;
}

.text-desc-wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.text-desc__title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .text-desc__col {
    width: 50%;
  }
}

.text-desc__col + .text-desc__col {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .text-desc__col + .text-desc__col {
    padding-left: 50px;
    padding-top: 0;
  }
}

.text-desc__col p + p {
  padding-top: 30px;
  margin: 0;
}

li a.category__actual {
    color: #ba0e6f;
}

li a.category__route {
    color: #1f2746;
}

li a.category__tips {
    color: #22a9bf;
}

li a.category__places {
    color: #718aeb;
}

.plane-card-wrap {
    margin: 50px 0 46px;
}

@media (min-width: 1024px) {
    .plane-card-wrap {
        margin: 70px 0 50px;
    }
}

.plane-card__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #1f2746;
}

@media (min-width: 768px) {
    .plane-card__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .plane-card__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .plane-card__list {
        display: flex;
        flex-wrap: wrap;
    }
}

.plane-card__list--item {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #DCDFE1;
    border-radius: 0 0 16px 16px;
}

@media (min-width: 768px) {
    .plane-card__list--item {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .plane-card__list--item {
        width: 24%;
        margin-right: 1.33% !important;
    }
}

@media (min-width: 768px) {
    .plane-card__list--item:nth-child(2n+1) {
        margin-right: 4%;
    }
}

@media (min-width: 1024px) {
    .plane-card__list--item:nth-child(4n+4) {
        margin-right: 0 !important;
    }
}

.plane-card__list--item-image {
    width: 100%;
    height: 222px;
    min-height: 222px;
}

.plane-card__list--item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.plane-card__list--item-content {
    padding: 24px 31px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.plane-card__list--item-content_title {
    color: #9CA2A8;
    font-weight: 500;
}

.plane-card__list--item-content_rating {
    display: flex;
    margin: 7px 0 16px;
}

.plane-card__list--item-content_rating img {
    display: block;
    margin-right: 4px;
}

.plane-card__list--item-content_country {
    text-transform: uppercase;
    color: #ba0e6f;
    margin: 16px 0;
    font-weight: 700;
}

.plane-card__list--item-content_link {
    width: 100%;
    max-width: 280px;
    display: block;
}

.plane-card__info {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1f2746;
}

.plane-card__info p {
    margin-top: 0;
}

.plane-card__price {
    font-weight: 700;
    padding-bottom: 24px;
    color: #ba0e6f;
}

.plane-card__ico {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.offers-info {
    display: flex;
    padding-top: 35px;
    padding-bottom: 19px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .offers-info {
        flex-direction: row;
    }
}

.offers-info-page {
    background-color: #fff;
}

@media (max-width: 767px) {
    .offers-info-page .hero__content {
        padding: 33px 15px 23px;
    }
}

@media (max-width: 991.98px) {
    .offers-info.box {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.offers-info__time-stock {
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #22a9bf;
    padding-bottom: 27px;
}

@media (min-width: 992px) {
    .offers-info__time-stock {
        font-size: 16px;
    }
}

.offers-info__time-stock-ico {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.offers-info__time-stock-ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.offers-info .info-item__icon {
    width: 22px;
    height: 22px;
}

.offers-info .info-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.offers-info__img {
    max-height: 303px;
    max-width: 447px;
}

.offers-info__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .offers-info__img {
        width: 47%;
    }
}

.offers-info .hotel-info__order {
    border-top: none;
}

.offers-info .hotel-info__order {
    padding: 24px 0 0;
}

.offers-info__way {
    display: flex;
    flex-wrap: wrap;
    font-family: "Lato-Regular", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1f2746;
    padding-bottom: 14px;
}

.offers-info__way li {
    margin-right: 6px;
}

@media (min-width: 992px) {
    .offers-info__way li {
        margin-right: 24px;
    }
}

.offers-info__way li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin-right: 6px;
    background-image: url("./../images/icons/aeroplane.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

@media (min-width: 992px) {
    .offers-info__way li::before {
        margin-right: 24px;
    }
}

.offers-info__way li:first-child {
    margin-left: 0;
}

.offers-info__way li:first-child::before {
    content: none;
    margin-right: 0;
}

.offers-info__box {
    width: 100%;
    padding-top: 38px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .offers-info__box {
        padding-top: 0;
        padding-left: 44px;
        width: 49%;
    }
}

.offers-article {
    padding-bottom: 70px;
    color: #1f2746;
}

.offers-article h1, .offers-article h2, .offers-article h3, .offers-article h4, .offers-article h5, .offers-article h6  {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 32px 0 24px;
}

@media (min-width: 768px) {

    .offers-article h1 {
        font-size: 32px;
        margin-top: 0;
    }
    .offers-article h2 {
        font-size: 28px;
        margin-top: 0;
    }
    .offers-article h3 {
        font-size: 24px;
        margin-top: 0;
    }
    .offers-article h4 {
        font-size: 20px;
        margin-top: 0;
    }
    .offers-article h5 {
        font-size: 16px;
        margin-top: 0;
    }
    .offers-article h6 {
        font-size: 12px;
        margin-top: 0;
    }
}

.offers-article ol {
    list-style: decimal;
    padding-left: 5px;
}
.offers-article ul {
    list-style: initial;
    padding-left: 5px;
}

.offers-article strong {
    font-family: 'Lato-Bold', Helvetica, Arial, sans-serif;
}

.offers-article p {
    line-height: 1.75;
    letter-spacing: 0.32px;
}

.offers-article p+p {
    padding-top: 30px;
}

.offers-article ul {
    list-style: square;
}

.offers-article li {
    margin-left: 20px;
}

.offers-article li+li {
    padding-top: 16px;
}

.offers-article .btn {
    display: flex !important;
    margin: 32px auto 0;
}

.text-desc-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-desc-btn .show_all.arr-up .collapse {
    display: block;
}

.text-desc-btn .show_all.arr-up .expand {
    display: none;
}

.text-desc-btn .expand {
    display: block;
}

button.show_all {
    background: none;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    color: #dd348b;
    margin-top: 36px;
}

.text-desc {
    height: 100%;
    position: relative;
    max-height: 300px;
    overflow: hidden;
    transition: all 2s;
}

.text-desc.show {
    max-height: 5000px;
}

span.highlight {
    color: #dd348b;
}

.page .news_page h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.resp-tab-mobile { 
    display: none !important;
}

@media screen and (max-width: 767px) {
    .resp-tab-mobile {
        display: block !important;
    }
}




/* Railway */

/* benefits */
.benefits-our {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.benefits-our-wrap {
    padding: 20px 0;
}

.benefits-our__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
    padding: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .benefits-our__item {
        padding: 30px 15px;
    }
}

.benefits-our__item-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media (min-width: 768px) {
    .benefits-our__item-wrap {
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .benefits-our__item-wrap {
        max-width: 25%;
    }
}

.benefits-our__img {
    width: 44px;
    height: 44px;
}

.benefits-our__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.benefits-our__desc {
    padding-top: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    color: #1F2746;
}

/* banners */

.banner-box {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

@media (max-width: 1360px) {
    .banner-box {
        flex-direction: column;
        margin: 0 -15px;
    }
}

.banner-ticet {
    position: relative;
    display: flex;
    background-color: rgba(233, 233, 227, 0.2);
}

.banner-ticet-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 808px;
    margin-right: 15px;
    background-color: #E9E9E3;
}

@media (max-width: 1360px) {
    .banner-ticet-wrap {
        max-width: none;
    }
}

.banner-ticet__title {
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    /* text-transform: capitalize; */
    color: #1F2746;
}

@media (min-width: 768px) {
    .banner-ticet__title {
        font-size: 32px;
    }
}

.banner-ticet__desc {
    max-width: 279px;
    padding: 24px 0;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.32px;
    color: #1F2746;
}

.banner-ticet__content {
    max-width: 486px;
    padding: 32px 0 16px 32px;
    box-sizing: content-box;
}

@media (min-width: 768px) {
    .banner-ticet__content {
        padding: 60px 0 60px 62px;
    }
}

@media (min-width: 992px) {
    .banner-ticet__content {
        padding: 112px 0 112px 72px;
    }
}

.banner-ticet__img {
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 100%;
    max-width: 361px;
    height: 100%;
    mix-blend-mode: multiply;
}

.banner-ticet__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 768px) {
    .banner-ticet__img {
        right: -65px;
    }
}

.banner-ticet__img img {
    min-height: 100%;
}

.banner-ticet__img-bg {
    position: absolute;
    left: -80px;
    bottom: calc(-100% + -375px + 0px);
    width: 512px;
    height: 464px;
    -moz-filter: blur(200px);
    -ms-filter: blur(200px);
    filter: blur(200px);
}

.banner-ticet__img-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .banner-ticet__img-bg {
        bottom: calc(-100% + -68px + 0px);
    }
}

@supports (-webkit-touch-callout: none) {
    .banner-ticet__img-bg {
        display: none;
    }
}

.banner-ticet__btn {
    display: inline-block;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

@supports (-webkit-touch-callout: none) {
    .banner-ticet__btn {
        box-shadow: 0 0 300px red;
    }
}

@media (min-width: 1360px) {
    .banner-ticet-row {
        display: flex;
        justify-content: center;
        background-color: #E9E9E3;
        overflow: hidden;
    }
}

@media (min-width: 1360px) {
    .banner-ticet-row .banner-ticet__content {
        padding: 50px 0 50px 15px;
    }
}

@media (min-width: 1360px) {
    .banner-ticet-row .banner-ticet-wrap {
        overflow: visible;
        max-width: 898px;
    }
}

@media (min-width: 1360px) {
    .banner-ticet-row .banner-ticet__img-bg {
        bottom: calc(-100% + -68px + -150px);
    }
}

.banner-app {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.banner-app-wrap {
    display: flex;
    width: 100%;
    max-width: 566px;
    min-height: 100%;
    overflow: hidden;
    background-color: #1F2746;
}

@media (max-width: 1360px) {
    .banner-app-wrap {
        max-width: none;
    }
}

.banner-app__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    max-width: 283px;
}

@media (max-width: 460px) {
    .banner-app__content {
        max-width: 50%;
    }
}

.banner-app__content-wrap {
    padding: 30px 0 32px 16px;
    height: 100%;
    width: 375px;
}

@media (min-width: 768px) {
    .banner-app__content-wrap {
        padding: 40px 0 90px 62px;
    }
}

@media (min-width: 992px) {
    .banner-app__content-wrap {
        padding: 40px 0 90px 32px;
    }
}

.banner-app__title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
}

@media (min-width: 768px) {
    .banner-app__title {
        font-size: 32px;
    }
}

.banner-app__desc {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.32px;
    color: white;
}

.banner-app__img {
    position: absolute;
    top: 0;
    right: -148px;
    height: 100%;
    width: 100%;
}

.banner-app__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1360px) {
    .banner-app__img {
        height: 120%;
        top: -15px;
        right: 0;
        width: auto;
    }
}

@media (max-width: 768px) {
    .banner-app__img {
        right: -139px;
    }
}

.banner-app__img:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -72%;
    /* z-index: 0; */
    width: 100%;
    height: 150%;
    background-color: #1F2746;
    transform: rotate(15deg);
}

@media (max-width: 1360px) {
    .banner-app__img:before {
        top: -70%;
        height: 200%;
    }
}

.banner-app__btns {
    display: flex;
}

@media (max-width: 460px) {
    .banner-app__btns {
        display: none;
    }
}

@media (max-width: 460px) {
    .banner-app__btns {
        flex-direction: column;
    }
}

.banner-app__btns a {
    display: inline-flex;
    justify-content: flex-start;
    width: 117px;
    margin-right: 13px;
}

.banner-app__btns a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 460px) {
    .banner-app__btns a+a {
        margin-top: 15px;
    }
}

/* Services */

.service-our {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .service-our {
        padding: 72px 0;
    }
}

.service-our__headline {
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .service-our__headline {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .service-our__headline span {
        display: none;
    }
}

.service-our__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 -15px;
}

.service-our__item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 16px;
    max-width: 444px;
    background: #fff;
    border: 1px solid #DCDFE1;
    box-shadow: 0 4px 16px rgba(12, 19, 53, 0.1);
    border-radius: 16px;
    margin: 15px !important;
}

.service-our__content--4 .service-our__item {
    max-width: 326px;
    min-height: 195px;
    text-align: left;
}

.service-our__text {
    padding-left: 16px;
}

.service-our__content--4 .service-our__item:last-child .service-our__text {
    padding-bottom: 12px;
}

.service-our__img {
    min-width: 72px;
    min-height: 72px;
    width: 72px;
    height: 72px;
}

.service-our__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-our__title {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.5;
    color: #1F2746;
}

.service-our__desc {
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.3;
    color: #1F2746;
}

/* Partners */

.partners {
    display: flex;
    justify-content: space-between;
}

.partners__content {
    padding-top: 30px;
}

@media (max-width: 1240px) {
    .partners__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .partners__content {
        padding-top: 72px;
    }
}

.partners-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #F5F7F9;
}

@media (min-width: 1240px) {
    .partners-wrap {
        margin-bottom: 77px;
    }
}

.partners__title {
    padding-bottom: 30px;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #1F2746;
}

@media (min-width: 768px) {
    .partners__title {
        font-size: 32px;
        padding-bottom: 76px;
    }
}

.partners__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: calc(585px + 55px);
    padding-left: 35px;
}

.partners__logo {
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 47px;
    max-width: 174px;
    margin: 0 15px 30px;
    mix-blend-mode: multiply;
}

.partners__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .partners__logo {
        margin-bottom: 49px;
    }
}

.partners__img {
    width: 100%;
    max-width: 788px;
    height: 100%;
    margin-right: -115px;
}

.partners__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1240px) {
    .partners__img {
        display: none;
    }
}

/* Tours */







.tours {
    margin: 30px 0 46px;
}

@media (min-width: 768px) {
    .tours {
        margin-top: 50px;
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .tours {
        margin: 70px 0 50px;
    }
}

.tours-wrap__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #1f2746;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .tours-wrap__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .tours-wrap__list {
        display: flex;
        flex-wrap: wrap;
    }
}

.tours-wrap__list--item {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #DCDFE1;
    border-radius: 0 0 16px 16px;
}

@media (min-width: 768px) {
    .tours-wrap__list--item {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .tours-wrap__list--item {
        width: 24%;
        margin-right: 1.33% !important;
    }
}

@media (min-width: 768px) {
    .tours-wrap__list--item:nth-child(2n+1) {
        margin-right: 4%;
    }
}

@media (min-width: 1024px) {
    .tours-wrap__list--item:nth-child(4n+4) {
        margin-right: 0 !important;
    }
}

.tours-wrap__list--item-image {
    width: 100%;
    height: 222px;
    min-height: 222px;
}

.tours-wrap__list--item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tours-wrap__list--item-content {
    padding: 24px 31px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.tours-wrap__list--item-content_title {
    color: #9CA2A8;
    font-weight: 500;
}

.tours-wrap__list--item-content_rating {
    display: flex;
    margin: 7px 0 16px;
}

.tours-wrap__list--item-content_rating img {
    display: block;
    margin-right: 4px;
}

.tours-wrap__list--item-content_country {
    text-transform: uppercase;
    color: #1f2746;
    margin: 16px 0;
    font-weight: 700;
}

.tours-wrap__list--item-content_price {
    font-weight: 700;
    margin: 16px 0 24px;
    color: #83174E;
}

.tours-wrap__list--item-content_link {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto;
}

.tours-wrap__list--item-content_link:hover {
    color: #fff;
    background-color: #dd348b;
}

.tours__info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}

.tours__info-num {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #1F2746;
}

/* SEO */

.article-adver-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background-color: #F5F7F9;
}

@media (min-width: 768px) {
    .article-adver-wrap {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .article-adver-wrap {
        padding-top: 72px;
        padding-bottom: 51px;
    }
}

.article-adver h1, 
.article-adver h2,
.article-adver h3,
.article-adver h4,
.article-adver h5,
.article-adver h6{
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 17px;
    font-weight: 700;
}

.article-adver__title {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 17px;
    font-weight: 700;
}

.article-adver p+p {
    padding-top: 10px;
}

.article-adver ul {
    padding: 10px 0;
    padding-left: 18px;
}
.article-adver ol li{
    list-style: decimal;
}
.article-adver li {
    list-style: disc;
    line-height: 1.6;
}

.article-adver__btn {
    position: relative;
    padding-top: 50px;
    text-align: center;
    font-weight: 700;
    color: #DD348B;
    cursor: pointer;
}
.article-adver .spoiler-less:before {
    content: "";
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f7f9 75%);
  }

.spoiler-text {
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    cursor: pointer; 
}

.spoiler-text--seo {
    height: auto; 
}
  
.spoiler-btn {
    display: none;
    text-decoration: none;
    position: relative; 
}

/* Pay Banner */

.banner-pay {
    position: relative;
}

.banner-pay-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    background-color: #CAD6D6;
}

.banner-pay__content {
    text-align: left;
}

@media (max-width: 992px) {
    .banner-pay__content {
        text-align: center;
    }
}

.banner-pay__title {
    padding-bottom: 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #000;
}

@media (min-width: 768px) {
    .banner-pay__title {
        font-size: 32px;
    }
}

.banner-pay__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.banner-pay__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .banner-pay__img {
        display: none;
    }
}

.banner-pay__btn {
    display: inline-block;
}

/* Railway info */

.travel-data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 945px;
    margin: 0 auto;
}

.travel-data__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 44px;
    width: 100%;
}

@media (max-width: 992px) {
    .travel-data__inner {
        flex-direction: column;
    }
}

.travel-data__item {
    display: flex;
    align-items: center;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 275px;
}

@media (max-width: 992px) {
    .travel-data__item {
        padding-bottom: 24px;
    }
}

.travel-data__item-wrap {
    display: flex;
    width: 100%;
}

@media (min-width: 768px) {
    .travel-data__item-wrap {
        width: 50%;
    }
}

.travel-data__item-wrap:nth-child(3n+3) {
    align-items: flex-end;
}

.travel-data__item-wrap:nth-child(4n+4) {
    align-items: flex-end;
}

.travel-data__content {
    display: flex;
    flex-wrap: wrap;
    min-height: 108px;
}

@media (max-width: 768px) {
    .travel-data__content {
        max-width: 275px;
        margin: 0 auto;
    }
}

.travel-data__ico {
    width: 36px;
    height: 36px;
}

.travel-data__ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.travel-data__desc {
    padding-left: 16px;
    font-size: 16px;
    line-height: 1.2;
    color: #838797;
}

.travel-data__desc span {
    display: block;
    padding-top: 4px;
    font-weight: 700;
    color: #1F2746;
}

.travel-data__also {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .travel-data__also {
        flex-direction: row;
        justify-content: space-between;
    }
}

.travel-data__logo {
    width: 132px;
    height: 47px;
}

.travel-data__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.travel-data__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #BA0E6F;
}

@media (max-width: 768px) {
    .travel-data__price {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        padding: 20px 0 33px;
    }
}

.travel-data__price span {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .travel-data__price span {
        padding-top: 4px;
    }
}

@media (min-width: 992px) {
    .travel-data__price span {
        padding-top: 38px;
    }
}

.travel-data__price-wrap {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .travel-data__price-wrap {
        width: 100%;
    }
}

.travel-data__btn {
    padding: 13px 82px;
}

@media (max-width: 460px) {
    .travel-data__btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .travel-data__btn {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .travel-data__btn {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    .travel-data__btn {
        margin-top: 44px;
    }
}

.travel-details {
    max-width: 945px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.travel-details__title {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .travel-details__title {
        font-weight: 700;
    }
}

.travel-details__desc {
    padding-top: 24px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.32px;
    color: #1F2746;
}

.travel-details__desc ol {
    list-style: decimal;
    padding-left: 15px;
}

.travel-details__desc ul {
    list-style: initial;
    padding-left: 15px;
}

.travel-details__desc h1 {
    font-size: 34px;
}
.travel-details__desc h2 {
    font-size: 30px;
}
.travel-details__desc h3 {
    font-size: 26px;
}
.travel-details__desc h4 {
    font-size: 22px;
}
.travel-details__desc h5 {
    font-size: 18px;
}
.travel-details__desc h6 {
    font-size: 16px;
}

.travel-details__desc strong {
    font-family: 'Lato-Bold', Helvetica, Arial, sans-serif;
}

.travel-way {
    padding-top: 32px;
    padding-bottom: 50px;
}

.travel-way__title {
    padding-bottom: 24px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .travel-way__title {
        font-weight: 700;
    }
}

.travel-way__top .travel-way__point:before {
    top: 50%;
    height: 50% !important;
}

.travel-way__bottom .travel-way__point:before {
    height: 50% !important;
}

.travel-way-mid {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: calc(95px + 8px);
}

@media (min-width: 460px) {
    .travel-way-mid {
        padding-right: 16px;
        padding-left: calc(114px + 16px);
    }
}

.travel-way-mid .travel-way__point {
    padding-top: 22px;
    padding-bottom: 22px;
}

.travel-way__content {
    position: relative;
    padding: 16px 64px 16px 24px;
    background: white;
    border: 1px solid #DCDFE1;
    border-radius: 16px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: black;
}

@media (max-width: 460px) {
    .travel-way__content {
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .travel-way__content {
        padding: 16px 30px 16px 16px;
    }
}

.travel-way__content.active .accordion__btn {
    transform: rotate(180deg);
}

.travel-way__content.active .travel-way__point {
    padding-top: 22px;
    padding-bottom: 22px;
}

.travel-way__content.active .travel-way__point:before {
    height: 94%;
}

.travel-way__content.active .travel-way__point:before {
    border-left: 2px dashed #BA0E6F;
}

.travel-way__content.active .travel-way__top .travel-way__point:before {
    top: 50%;
    height: 44% !important;
}

.travel-way__content.active .travel-way__bottom .travel-way__point:before {
    height: 44% !important;
}

.travel-way__content span {
    padding-left: 16px;
    color: #BA0E6F;
}

.travel-way__item {
    display: flex;
    align-items: center;
}

.travel-way__name {
    min-width: calc(95px + 8px);
    padding-right: 5px;
}

@media (min-width: 460px) {
    .travel-way__name {
        padding-right: 16px;
        min-width: calc(114px + 16px);
    }
}

.travel-way__point {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 8px;
}

@media (min-width: 460px) {
    .travel-way__point {
        padding-left: 16px;
    }
}

.travel-way__point:after {
    content: '';
    position: absolute;
    left: -8px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #BA0E6F;
}

@media (min-width: 460px) {
    .travel-way__point:after {
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        left: -14px;
    }
}

.travel-way__point:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 2px solid #BA0E6F;
}

.travel-way__btn {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 16px;
    height: 18px;
}

.travel-way__btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 460px) {
    .travel-way__btn {
        top: 50px;
    }
}

@media (min-width: 768px) {
    .travel-way__btn {
        top: 45px;
        right: 64px;
    }
}

/* Popular */

.popular {
    margin: 50px 0 70px;
}

.popular-wrap__more {
    margin-top: 36px;
}

.popular-wrap__more:hover, .tours-wrap__more:hover, .news-wrap__more:hover {
    text-decoration: none;
    color: #dd348b;
}

.popular-wrap__title {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #1f2746;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 768px) {
    .popular-wrap__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .popular-wrap__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .popular-wrap__list {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .popular-wrap__list--item {
        margin-right: 30px;
        width: 48%;
    }
}

@media (min-width: 1024px) {
    .popular-wrap__list--item {
        margin-right: 0;
        width: calc(100%/3 - 20px);
    }
}

@media (min-width: 768px) {
    .popular-wrap__list--item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .popular-wrap__list--item:nth-child(3n+2) {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.popular-wrap__list--item {
    display: flex;
    align-items: center;
    border: 1px solid #DCDFE1;
    box-shadow: 0 2px 4px rgba(10, 30, 48, 0.1);
    border-radius: 8px;
    color: #1f2746;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .popular-wrap__list--item {
        overflow: hidden;
    }
}

.popular-wrap__list--item-image {
    min-width: 106px;
    width: 106px;
    height: 100px;
    margin-right: 17px;
}

@media (min-width: 768px) {
    .popular-wrap__list--item-image {
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .popular-wrap__list--item-image {
        height: 132px;
        width: 163px;
        min-width: 163px;
    }
}

.popular-wrap__list--item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

@media (min-width: 768px) {
    .popular-wrap__list--item-image img {
        transition: 0.3s;
    }
}

.popular-wrap__list--item-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 19px 0 23px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .popular-wrap__list--item-title {
        font-size: 20px;
        line-height: 24px;
        margin: 37px 0 15px;
        padding-right: 10px;
    }
}

.popular-wrap__list--item-title_icon {
    margin: -5px 8px 0;
}

.popular-wrap__list--item-title-content {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.popular-wrap__list--item-content {
    display: flex;
    /* flex-direction: column;
    justify-content: center; */
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media (min-width: 768px) {
    .popular-wrap__list--item:hover .popular-wrap__list--item-image img {
        transform: scale(1.25);
    }
}

.rating-wrap__search {
    position: relative;
    width: 100%;
    max-width: 688px;
}

.rating-wrap__search input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #74798C;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.7;
    padding: 14px 24px 14px 75px;
}

.rating-wrap__search input::-moz-placeholder {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #838797;
}

.rating-wrap__search input::placeholder {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #838797;
}

.rating-wrap__search button {
    position: absolute;
    left: 25px;
    top: 15px;
    max-width: 24px;
    min-width: 24px;
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
}

.rating-wrap__search button img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.logos {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1125px;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    padding: 45px 15px;
}

@media (min-width: 1820px) {
    .logos {
        padding: 45px 85px 45px 105px;
    }
}

.logos-wrap {
    background: #fff;
}

.logos__img {
    height: 65px;
    margin: 0 15px 15px 15px;
}

.logos__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.logos__mastercard {
    width: 75px;
}

.logos__iata-tids {
    width: 80px;
}

.logos__certificate {
    width: 170px;
}

.logos__iata {
    width: 120px;
}

.logos__dart {
    width: 140px;
}

.logos__visa {
    width: 85px;
}

.cookie {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -16px;
    background-color: rgba(31,39,70,.7);
}

.cookie-wrap {
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.cookie-wrap a {
    color: #DD348B;
    white-space: nowrap;
}

.cookie__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 53px 32px;
    color: white;
}

@media (max-width: 768px) {
    .cookie__inner {
        flex-direction: column;
    }
}

.cookie__content {
    max-width: 688px;
    padding-right: 15px;
    text-align: left;
}

@media (max-width: 768px) {
    .cookie__content {
        padding-bottom: 15px;
        text-align: center;
    }
}

.cookie__close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-width: 280px;
    padding: 0 68px;
    cursor: pointer;
    border: none;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

.news-group__more {
    padding-bottom: 60px;
}

.news-group__more:hover {
    color: #dd348b;
    text-decoration: none;
}

.insurance-page .partners__logos {
    padding-left: 0; 
}
  
.insurance-page .partners-wrap {
    margin-top: 72px; 
}
  
.insurance-page .partners__title {
    max-width: 566px;
    text-transform: none; 
}


.tours__mark {
  position: absolute;
  top: 16px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 19px;
  background-color: white;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1F2746;
}
.tours__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #1f2746;
  }
  .tours__subtitle {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #930253;
  }
.tours__data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
.tours__address-ico {
    max-width: 13px;
    max-height: 13px;
    min-width: 13px;
    min-height: 13px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tours__address span {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: #9CA2A8;
  }

  .tours-wrap__list--hotel .tours-wrap__list--item-content_rating {
    margin-bottom: 8px;
  }
  .tours-wrap__list--hotel .tours-wrap__list--item-content_price {
    margin: 0;
  }
  .tours-wrap__list--hotel .tours-wrap__list--item-content {
    padding: 24px;
  }


.hotel_info_description {
    color: #1F2746;
    margin-bottom: 20px;
}
.hotel_info_description p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.hotel_info_description p:last-child{
    margin-bottom: 0;
}


/* new railways banner with widget */
.hero.hero_small_widget{
    overflow: visible;
}
.hero--rw.hero_small_widget{
    max-width: 100%;
    overflow: visible;
}

.page-main .hero_small_widget .swiper-onSlider--bg-1:before, .page-main .hero_small_widget .swiper-onSlider--bg-2:before{
    display: none;
}

.hero_small_widget .rezon-forms .rez-container{
    max-width: 100%;
    padding-bottom: 0;
}

.hero_small_widget__single_railway.hero--info .hero__img--grad:after{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.91) 24.67%, rgba(255, 255, 255, 0) 100%);
    opacity: .5;
}


.hero_small_widget__single_railway .resp-tabs-container{
    border: none;
}
.hero_small_widget__single_railway .resp-accordion{
    display: none;
}

.hero_small_widget__single_avia .rez-forms.container form{
    padding-bottom: 0;
}

.hero_small_widget__avia .resp-tabs-container{
    border: none;
}
.hero_small_widget__avia .resp-accordion{
    display: none;
}

.hero_small_widget__single_railway h1, .hero_small_widget__single_railway .swiper-slide-wrapper{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 640px){
    .hero_small_widget .hero__content {
        padding: 24px 15px;
    }
}


/* END new railways banner with widget */

@media (max-width: 767px){
    .page-main .nav-custom-tabs li a {
        width: 100%;
    }
}

/*  new avia */
.hero_small_widget__avias .hero__img img{
    object-position: right;
}
.hero_small_widget__avia.hero_small_widget .hero__content{
    padding-top: 70px;
}
.hero_small_widget__single_avia.hero_small_widget__avia.hero_small_widget .hero__content{
    padding-top: 24px;
}
.hero_small_widget__single_avia h1{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 800px){
    .page .hero_small_widget__single_avia  .nav-custom-tab.resp-tabs-container{
        margin-left: 0;
    }
    .hero_small_widget__single_avia #rezon-forms{
        margin-left: 0;
    }
}


@media (min-width: 768px){
    .hero--info .breadcrumps--mob {
        display: none;
    }
}

.travel-data__content__avia .travel-data__item{
    max-width: 305px;
}

/*  END new avia */

.crisp-client .cc-1m7s[data-full-view=true] .cc-iv0q .cc-dc5e {
    right: 94% !important;
}

.crisp-client .cc-1m7s .cc-iv0q .cc-1ta8, .crisp-client .cc-1m7s .cc-iv0q .cc-dc5e {
    right: 94% !important;
}

.hero_small_widget .breadcrumps {
    z-index: 2;
}

.hero_small_widget .swiper-slide-wrapper{
    position: relative;
    z-index: 3;
}


.swiper-slide-wrapper__insurance{
    background: linear-gradient(259.43deg, #1F2746 10.28%, #DD348B 86.51%);
}
    .swiper-slide-wrapper__insurance .main-tabs__headline{
    color: #fff;
    }
.page-main .swiper-onSlider--bg-3:before{
    background: linear-gradient(95.11deg, rgba(255, 255, 255, 0.95) 22.53%, rgba(255, 255, 255, 0) 59.78%), rgba(255, 255, 255, 0.2);
    opacity: 0.5;
    backdrop-filter: blur(135px);
}


.swiper__breadcrumbs_wrap{
    position: relative;
}

.swiper__breadcrumbs_wrap .breadcrumps {
    position: absolute;
    top: -60px;
    left: 10px;
}
    .swiper__breadcrumbs_wrap .breadcrumps a{
        color: #514c4c;
    }
    .swiper-slide-wrapper__insurance .swiper__breadcrumbs_wrap .breadcrumps a{
        color: #fff;
    }
    .swiper__breadcrumbs_wrap .breadcrumps--mob{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
        .swiper__breadcrumbs_wrap .breadcrumps__ico {
            max-width: 13px;
            max-height: 10px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            margin-right: 12px;
        }
@media (max-width: 768px){
    .swiper__breadcrumbs_wrap  .breadcrumps:not(.breadcrumps--mob) {
        display: none;
    }
}
@media (min-width: 768px){
    .swiper__breadcrumbs_wrap  .breadcrumps--mob {
        display: none;
    }
}


.swiper-onSlider--bg-home{
    background-position: center;
}