a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    height: 100%;
    font-size: 16px;
}
body {
    background: #fff;
    font-family: Ubuntu, sans-serif;
    color: #000;
    overflow-x: hidden;
    margin: 0 auto;
    height: 100%}
@media (max-width:700px) {
    body {
    width: 100%}
}* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: #0074c5;
    text-decoration: none;
}
a:hover {
    color: #005692;
    text-decoration: underline;
}
.content-block {
    margin: 40px 0;
    margin: 2.5rem 0;
    /*margin: 10px 0 20px 0;*/
}
.content-block:first-child {
    margin-top: 0;
}
.content-block:last-child {
    margin-bottom: 0;
}
.content-block:only-child {
    margin: 30px 0;
    margin: 1.875rem 0;
}
.site-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.site-body .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.site-body .content+.sidebar {
    margin-left: 40px;
}
@media only screen and (max-width:700px) {
    .site-body .content+.sidebar {
    margin: 40px 0 0 0;
}
}.site-body .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 360px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    margin-top: 30px;
}
@media only screen and (max-width:700px) {
    .site-body .sidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}.site-body .sidebar+content {
    margin-left: 40px;
}
@media only screen and (max-width:700px) {
    .site-body .sidebar+content {
    margin: 0;
}
}@media only screen and (max-width:700px) {
    .site-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.sidebar-section {
    border: 1px solid #C4C4C4;
    margin: 20px 0;
    margin: 2.5rem 0;
    text-align: left;
    padding: 18px;
}
.sidebar-section:first-child {
    margin-top: 0;
}
.sidebar-section:last-child {
    margin-bottom: 0;
}
.fixing.fixed {
    position: fixed;
    display: block;
    top: 30px;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fixing.at-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
@media only screen and (max-width:700px) {
    .container {
    width: auto;
    padding: 0 15px;
    padding: 0 0.9375rem;
}
}@media only screen and (min-width:700px) and (max-width:1025px) {
    .container {
    width: auto;
    padding: 0 15px;
    padding: 0 0.9375rem;
}
}.icon {
    display: inline-block;
    background: center center no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    vertical-align: middle;
}
.icon.i-geo {
    background-image: url(../img/i-geo.png);
    width: 15px;
    height: 21px;
}
.icon.i-clock {
    background-image: url(../img/i-clock.png);
    width: 20px;
    height: 20px;
}
.icon.i-site {
    background-image: url(../img/i-site.png);
    width: 20px;
    height: 20px;
}
.icon.i-mail {
    background-image: url(../img/i-mail.png);
    width: 20px;
    height: 18px;
}
.icon.i-phone {
    background-image: url(../img/i-phone.png);
    width: 18px;
    height: 18px;
}
.hidden-desktop {
    display: none!important;
}
@media (max-width:700px) {
    .hidden-desktop {
    display: inherit!important;
}
}@media only screen and (max-width:700px) {
    .hidden-mobile {
    display: none;
}
}.as-t {
    width: 100%;
    display: table;
}
@media (max-width:700px) {
    .as-t {
    display: block;
}
}.as-t-fixed {
    table-layout: fixed;
}
.as-tr {
    display: table-row;
}
@media (max-width:700px) {
    .as-tr {
    display: block;
}
}.as-col {
    display: table-cell;
    vertical-align: top;
}
@media (max-width:700px) {
    .as-col {
    display: block;
    width: auto;
}
}.as-col-vm {
    vertical-align: middle;
    display: table-cell;
}
@media (max-width:700px) {
    .as-col-vm {
    display: block;
    width: auto;
}
}.f-layer {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8000;
    display: none;
}
.h30 {
    height: 30px;
}
.w5p {
    width: 5%}
.mb20 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.mt20 {
    margin-top: 20px;
    margin-top: 1.25rem;
}
.mb10 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}
.mt10 {
    margin-top: 10px;
    margin-top: 0.625rem;
}
.pr30 {
    padding-right: 30px;
    padding-right: 1.875rem;
}
.pt30 {
    padding-top: 30px;
    padding-top: 1.875rem;
}
.pb30 {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
}
.pl30 {
    padding-left: 30px;
    padding-left: 1.875rem;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.h4 {
    font-weight: 900;
    font-size: 24px;
    font-size: 1.5rem;
}
.h3 {
    font-weight: 900;
    font-size: 28px;
    font-size: 1.75rem;
}
.h2 {
    font-weight: 900;
    font-size: 30px;
    font-size: 1.875rem;
}
.h1 {
    font-weight: 900;
    font-size: 36px;
}
.heading {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Circe, sans-serif;
}
.b, .strong, b, strong {
    font-weight: 700;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.page-description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
}
.page-description p {
    margin: 10px 0;
}
/*.page-description ul {list-style: list-style-type}*/
.page-description ul li {
    padding-left: 5px;
    list-style-type: disc;
    list-style-position: inside;
}
.main-menu-container {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 900;
}
@media (max-width:700px) {
    .main-menu-container {
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    display: block;
    max-height: 0;
    height: auto;
    overflow: hidden;
}
}.main-menu-switch {
    z-index: 120;
    width: 48px;
    height: 48px;
    position: absolute;
    background: #000;
    right: 6px;
    top: 6px;
    display: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
@media only screen and (max-width:700px) {
    .main-menu-switch {
    display: block;
    background: red;
}
}.main-menu-switch-line {
    width: 25px;
    height: 3px;
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    left: 50%;
    top: 50%;
    background: #fff;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.main-menu-switch-line:first-child {
    -moz-transform: translateX(-50%) translateY(-300%);
    -ms-transform: translateX(-50%) translateY(-300%);
    -o-transform: translateX(-50%) translateY(-300%);
    transform: translateX(-50%) translateY(-300%);
    -webkit-transform: translateX(-50%) translateY(-300%);
}
.main-menu-switch-line:last-child {
    -moz-transform: translateX(-50%) translateY(200%);
    -ms-transform: translateX(-50%) translateY(200%);
    -o-transform: translateX(-50%) translateY(200%);
    transform: translateX(-50%) translateY(200%);
    -webkit-transform: translateX(-50%) translateY(200%);
}
.main-menu-switch.active .main-menu-switch-line {
    display: none;
}
.main-menu-switch.active .main-menu-switch-line:first-child {
    display: block;
    -webkit-transform: translateX(-50%) translateY(0) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(0) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(0) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(0) rotate(-45deg);
    transform: translateX(-50%) translateY(0) rotate(-45deg);
}
.main-menu-switch.active .main-menu-switch-line:last-child {
    display: block;
    -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
    -o-transform: translateX(-50%) translateY(0) rotate(45deg);
    transform: translateX(-50%) translateY(0) rotate(45deg);
}
.main-menu-switch.active+.main-menu-container {
    max-height: 9000px;
    -webkit-transition: 3s;
    -o-transition: 3s;
    -moz-transition: 3s;
    transition: 3s;
}
.main-menu a {
    color: #5f5f5f;
    text-decoration: none;
    margin-left: 10px;
    margin-left: 0.625rem;
}
.main-menu a:hover {
    text-decoration: underline;
}
@media only screen and (max-width:700px) {
    .main-menu a {
    display: block;
    padding: 10px 0;
    padding: 0.625rem 0;
}
}.form-group {
    margin: 17px 0;
    margin: 1.0625rem 0;
    position: relative;
}
.form-group-horizontal {
    margin: 17px 0;
    margin: 1.0625rem 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width:700px) {
    .form-group-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 5px 0;
    margin: 0.3125rem 0;
}
}.form-group-horizontal>* {
    margin: 0 10px;
    margin: 0 0.625rem;
}
.form-group-horizontal>:first-child {
    margin-left: 0;
}
.form-group-horizontal>:last-child {
    margin-right: 0;
}
@media only screen and (max-width:700px) {
    .form-group-horizontal>* {
    margin: 10px 0;
    margin: 0.625rem 0;
}
}.form-group-horizontal label {
    white-space: nowrap;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%}
@media only screen and (max-width:700px) {
    .form-group-horizontal label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}
}.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
    outline: 0;
    padding: 13px 20px;
    padding: 0.8125rem 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn .big {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.btn-round {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-primary {
    text-align: center;
    color: #000;
    background-color: #f1d600;
    border: none;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .6);
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    height: 56px;
    -webkit-box-shadow: 0 4px 0 0 #e0c700;
    box-shadow: 0 4px 0 0 #e0c700;
}
.btn-primary.pushed, .btn-primary:hover {
    color: #000;
    background-color: #f1d600;
    -webkit-box-shadow: 0 2px 0 0 #c7b000;
    box-shadow: 0 2px 0 0 #c7b000;
    position: relative;
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}
.btn-secondary {
    text-align: center;
    color: #fff;
    background-color: #ef2d5a;
    border: none;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    height: 56px;
    -webkit-box-shadow: 0 4px 0 0 #c10f38;
    box-shadow: 0 4px 0 0 #c10f38;
}
.btn-secondary.pushed, .btn-secondary:hover {
    -webkit-box-shadow: 0 2px 0 0 #910b2a;
    box-shadow: 0 2px 0 0 #910b2a;
    position: relative;
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}
.btn-red {
    color: #fff;
    text-align: center;
    background-color: red;
    border: none;
    position: relative;
    font-weight: 700;
}
@media (max-width:700px) {
    .btn-red {
        height: auto;
    }
    .button_up {display: none}
}.btn-red:hover {
    color: #fff;
    background-color: #f33;
}
.btn-silent {
    color: #9a9a9a;
}
.btn-inline {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
    height: auto;
}
.btn-block {
    display: block;
    width: auto;
    margin: 0 auto;
}
.btn-big {
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 12px 60px;
    padding: 0.75rem 3.75rem;
}
.btn-sm {
    text-transform: none;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    font-size: 14px;
    font-size: 0.875rem;
    height: 35px;
    line-height: 14px;
    line-height: 0.875rem;
    font-weight: 400;
}
@media (max-width:700px) {
    .btn-sm {
    height: auto;
}
}.btn:active {
    outline: 0;
}
.form-field {
    display: block;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    background: 0 0;
    width: 100%;
    height: 34px;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    outline: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b5bdc2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.form-field::-webkit-input-placeholder {
    color: #b5bdc2;
}
.form-field::-moz-placeholder {
    color: #b5bdc2;
}
.form-field:-moz-placeholder {
    color: #b5bdc2;
}
.form-field:-ms-input-placeholder {
    color: #b5bdc2;
}
.form-field:focus {
    outline: 0;
}
textarea.form-field {
    height: auto;
    resize: vertical;
}
.site-header {
    background: #FFFFFF;
    padding: 12px 0;
    padding: 0.75rem 0;
    border-bottom: 1px solid #C4C4C4;
}
@media only screen and (max-width:700px) {
    .site-header {
    padding: 6px 0;
    padding: 0.375rem 0;
}
}.site-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
}
@media only screen and (max-width:700px) {
    .site-header-inner {
    width: auto;
    padding: 0 15px;
    padding: 0 0.9375rem;
}
}@media only screen and (min-width:700px) and (max-width:1025px) {
    .site-header-inner {
    width: auto;
    padding: 0 15px;
    padding: 0 0.9375rem;
}
}@media only screen and (max-width:700px) {
    .site-header-inner {
    padding: 0 6px;
    padding: 0 0.375rem;
    display: block;
}
}.site-promo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/train2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0;
    padding: 2.5rem 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width:700px) {
    .site-promo {
    background: #000;
}
}.site-promo-inner {
    width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%}
@media only screen and (max-width:700px) {
    .site-promo-inner {
    width: auto;
    padding: 0 15px;
    padding: 0 0.9375rem;
}
}@media only screen and (min-width:700px) and (max-width:1025px) {
    .site-promo-inner {
    width: auto;
    padding: 0 15px;
    padding: 0 0.9375rem;
}
}@media only screen and (max-width:700px) {
    .site-promo-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
}.site-promo-text {
    color: #fff;
}
.site-promo-text-heading {
    font-weight: 900;
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    max-width: 470px;
    font-family: Circe, sans-serif;
}
@media only screen and (max-width:700px) {
    .site-promo-text {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}
}.search-form {
    /*background: #d9e5ec;*/
    /*padding-left: 20px;*/
    /*padding-left: 1.25rem;*/
    width: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width:700px) {
  /*.search-form {  width: 100%}*/
}.search-form input {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}
.search-form input:last-child {
    margin-bottom: 0;
}
.search-form-input {
    display: block;
    background: #fff;
    color: #000;
    border: 1px solid #d9e5ec;
    outline: 0;
    width: 100%;
    height: 60px;
    padding: 15px 15px;
    padding: 0.9375rem 0.9375rem;
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-form-input-cal {
    background: url(../img/i-calendar.png) right 20px center no-repeat #fff;
}
.site-footer {
    background: #FFFFFF;
    padding: 40px 0;
    padding: 2.5rem 0;
    border-top: 1px solid #C4C4C4;
}
.site-footer-text {
    color: #646464;
    margin-top: 10px;
}
.site-footer-text p {
    margin: 10px 0;
    margin: 0.625rem 0;
}
.site-footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width:700px) {
    .site-footer-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}.site-footer-links {
    width: 237px;
}
.site-footer-links a {
    display: block;
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
}
@media only screen and (max-width:700px) {
    .site-footer-links {
    width: auto;
}
}.site-footer-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 295px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 295px;
    flex: 0 0 295px;
    margin-right: 100px;
    margin-right: 6.25rem;
    position: relative;
}
.site-footer-logo img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width:700px) {
    .site-footer-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-right: 0;
}
}.site-footer-addnew {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.site-footer-addnew b {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.site-footer-addnew p {
    margin: 20px 0;
    margin: 1.25rem 0;
}
@media only screen and (max-width:700px) {
    .site-footer-addnew {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 40px;
    margin-top: 2.5rem;
}
}.site-footer-text {
    /*margin-top: 100px;*/
    /*margin-top: 6.25rem;*/
}
.site-footer-text p {
    margin: 30px 0;
    margin: 1.875rem 0;
    line-height: 1.3;
}
.site-footer-text p:first-child {
    margin-top: 0;
}
.site-footer-text p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width:700px) {
    .site-footer-text {
    margin-top: 30px;
    margin-top: 1.875rem;
}
}.cities-list {
    margin: 40px 0;
    margin: 2.5rem 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.cities-list.c3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
@media only screen and (max-width:700px) {
    .cities-list.c3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}@media only screen and (max-width:700px) {
    .cities-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.cities-list-block {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
}.cities-list-block {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 30px 0;
    margin: 1.875rem 0;
}
.cities-list-block:first-child {
    margin-top: 0;
}
.cities-list-block:last-child {
    margin-bottom: 0;
}
.cities-list-block-letter {
    font-size: 24px;
    font-size: 1.5rem;
    color: #b9b9b9;
    font-weight: 900;
}
.cities-list ul li {
    margin: 15px 0;
    margin: 0.9375rem 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
}
.quick-search {
    position: relative;
    margin: 40px 0;
    margin: 2.5rem 0;
    width: 460px;
}
@media only screen and (max-width:700px) {
    .quick-search {
    width: auto;
}
}.quick-search .form-field {
    height: 40px;
}
.quick-search-btn {
    width: 40px;
    height: 40px;
    background: url(../img/i-search.png) center center no-repeat #e60000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.quick-search-btn:hover {
    background-color: #e60000;
}
.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width:700px) {
    .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.flex-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%}
@media only screen and (max-width:700px) {
    .flex-col-6 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
}.add-new-form {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 40px 0 150px 0;
    margin: 2.5rem 0 9.375rem 0;
}
.searching-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media only screen and (max-width:700px) {
    .searching-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.search-ext {
    background: url(../img/i-train.png) right 20px top 20px no-repeat;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 20px;
    padding: 1.25rem;
    border: 1px solid #ef2d5a;
}
.search-ext+.search-form {
    margin-left: 40px;
    margin-left: 2.5rem;
}
@media only screen and (max-width:700px) {
    .search-ext {
    margin-right: 0;
    background: 0 0;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}
}.search-ext .form-group-horizontal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.search-ext-heading {
    font-size: 24px;
    font-size: 1.5rem;
    color: #2e363e;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}
.search-ext-desc {
    color: #798491;
}
.ze-rating {
    position: relative;
    font-size: 0;
}
.ze-rating-input {
    width: 1px;
    height: 1px;
    z-index: -100;
    position: absolute;
    opacity: 0;
    right: 27px;
    top: 4px;
}
.ze-rating:hover>.ze-rating-star {
    background-position: 0 0;
}
.ze-rating .ze-rating-star {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-right: 3px;
    padding-right: 0.1875rem;
    background: url(../img/stars.png) 0 center no-repeat;
    cursor: pointer;
}
.ze-rating .ze-rating-star.active~.ze-rating-star {
    background-position: -21px center;
}
.ze-rating .ze-rating-star:hover {
    background-position: 0 center!important;
}
.ze-rating .ze-rating-star:hover~.ze-rating-star {
    background-position: -21px center;
}
.ze-rating-static {
    font-size: 0;
}
.ze-rating-static .ze-rating-star {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-right: 0.1875rem;
    background: url(../img/stars.png) -21px center no-repeat;
}
.ze-rating-static .ze-rating-star.active {
    background-position: 0 center;
}
.ze-rating-static .ze-rating-star.half {
    background-position: -42px 0;
}
.station-params {
    font-size: 18px;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width:700px) {
    .station-params {
    display: block;
}
}.station-params .station-params-param {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-height: 56px;
    margin: 5px 0;
    margin: 0.3125rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.station-params .station-params-param p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}
.station-params .icon {
    margin-right: 10px;
    margin-right: 0.625rem;
}
.station-params a {
    color: red;
}
.station-params a:hover {
    color: #f33;
}
.comments {
    font-size: 18px;
    font-size: 1.125rem;
}
.comment {
    border: 1px solid #e9f0f5;
    margin: 40px 0;
    margin: 2.5rem 0;
}
.comment:first-child {
    margin-top: 0;
}
.comment:last-child {
    margin-bottom: 0;
}
.comment-head {
    color: #949494;
    background: #e9f0f5;
    height: 44px;
    padding: 0 15px;
    padding: 0 0.9375rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comment-body {
    padding: 15px;
}
.comment-form {
    padding: 20px;
    padding: 1.25rem;
    border: 1px solid #ef2d5a;
}
.comment-form .form-field {
    background: #fff;
    min-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.comment-form-rate {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    margin: 0 30px;
    margin: 0 1.875rem;
}
.alphabet-list .cities-list-ul li {
    margin: 10px 0;
    margin: 0.625rem 0;
}
.alphabet-list .cities-list-ul li:first-child {
    margin-top: 0;
}
.alphabet-list .cities-list-ul li:last-child {
    margin-bottom: 0;
}
.alphabet-list-body {
    margin: 30px 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.alphabet-list-body.expanded {
    max-height: 900px;
}
.alphabet-list-letter {
    color: red;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: Circe, sans-serif;
    font-weight: 900;
    width: 45px;
    cursor: pointer;
    border-bottom: 1px dashed red;
    display: block;
    position: relative;
}
.alphabet-list-letter:after {
    content: '\25BC';
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.alphabet-list-letter.expanded {
    border-bottom: none;
}
.alphabet-list-letter.expanded:after {
    content: '\25B2';
    top: -2px;
}
@media only screen and (max-width:700px) {
    .station-head {
    display: block;
}
}.station-link {
    font-size: 24px;
    font-size: 1.5rem;
}
@media only screen and (max-width:700px) {
    .station-link {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
}

#map {
  width: 800px !important;
  height: 400px !important;
}

@media only screen and (max-width:700px) {
  #map {
    width: 500px !important;
    height: 300px !important;
  }
  .index-search-input {
    width: 250px !important;
}
}
@media only screen and (max-width:500px) {
  #map {
    width: 300px !important;
    height: 200px !important;
  }
}

.site-header-logo a, .site-footer-logo a {
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
}
.logo1 {
    color: #e60000;
    padding: 3px 5px;
}
.logo2 {
    color: #FFFFFF;
    border-left: 0;
    padding: 3px 5px;
    background-color: #e60000;
}
.quick-search-field {
    width: 300px;
    height: 40px;
}

.sidebar-title {font-size: 22px; margin-top: 10px}
.sidebar-section-flight {
    margin: 16px 0 ;
    line-height: 1.4;
}
.sidebar-section-flight p {font-size: 18px}

.flight-block {
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    border: 1px solid #C4C4C4;
}
.flight-block-header {
    background: #e9f0f5;
}
.flight-block-header-cell {
    display: table;
    width: 100%;
}
.flight-block-header-cell-n {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 14px;
}
.flight-block-header-cell-n1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.flight-block-header-cell-n1 b {
    font-weight: 700;
}
.flight-block-header-cell-n1 span {
    display: block;
    margin-top: 5px;
}
.flight-block-header-cell-n2 {
    display: table;
    width: 100%;
}
.flight-block-header-cell-n2-1:nth-child(1), .flight-block-header-cell-n2-1:nth-child(3) {
    width: 40%;
}
.flight-block-header-cell-n2-1 {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.flight-block-header-cell-n2-1 b {
    /*display: block;*/
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.flight-block-header-cell-n2-1 span {
    display: block;
    padding-top: 5px;
}
.flight-block-header-cell-n2-2 {
    width: 66px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.flight-block-header-cell-n2-2 img {
    width: 26px;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.flight-block-header-cell-n2-3:nth-child(3) {
    width: 40%;
}
.flight-block-header-cell-n2-3 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.flight-block-header-cell-n2-3 b {
    /*display: block;*/
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.flight-block-header-cell-n2-3 span {
    display: block;
    padding-top: 5px;
}
.flight-block-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.flight-block-body-n {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 10px 15px;
}
.flight-block-body-n1 {
    text-align: center;
}
.flight-block-body-n1 span {
    display: block;
    font-weight: 600;
}
.flight-block-body-n1-1 {
    width: 100px;
    margin: 0 auto;
    background: #47b1e0;
    font-size: 13px;
    padding: 8px 5px 8px;
    border-radius: 3px;
    color: #fff;

}
.flight-block-body-n1-2 {
    font-size: 18px;
    margin-top: 10px;
}
.flight-block-body-n1-3 {
    margin-top: 15px;
}
.flight-block-body-n1-3 > span {
    font-size: 13px;
    font-weight: 600;
}

.flight-block-body-n2 {
    margin-top: 20px;
    text-align: center;
}
.flight-block-body-n2-tz {
    text-align: left;
    margin-top: 10px;
}
.flight-block-body-n3 {
    margin-top: 15px;
    text-align: center;
}

.flight-block-body-n2 {
    margin-top: 20px;
    text-align: center;
}
.flight-block-body-n2-1 {
    display: table;
    width: 100%;
    background-color: #e9f0f5;
    padding: 10px;
}

.flight-block-bottom {
    padding: 10px 15px;
    background-color: #e9f0f5;
}
.flight-block-bottom-n:after {
    content: '';
    display: table;
    clear: both;
}
.flight-block-bottom-n-col {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 45%;
}
.flight-block-bottom-n-col ul {
    margin: 15px 0 0;
    list-style: none;
    padding: 0 0 0 10px;
}
.flight-block-bottom-n-col ul li {
    padding: 2px;
}
.flight-block-bottom-n-col ul li span {
    font-weight: 700;
}
.flight-block-bottom-n-col-full {
    margin: 25px 15px;
    width: 90%;
    text-align: left;
}
.price-block {padding-bottom: 10px}
.price-block-n {padding: 18px 5px 6px 5px;  margin-right: 10px; background: #FFFFFF; line-height: 1.7; white-space: nowrap;}
.price-block-n img {width: 25px; padding-right: 10px}
.price-block-n span {display: table-cell; vertical-align:middle;}
.price-block-key {font-size: 17px; font-weight: bold}
.price-block-price {font-size: 17px; color: red}

.flight-widget {
    margin-top: 30px;
}
.flight-widget h2 {
    padding: 5px 0 20px 0;
    font-size: 22px;
    font-weight: bold;
}
.flight-widget h1 {
    margin-bottom: 20px;
}

.similar-flight {
    display: block;
    overflow-x: auto;
    white-space: nowrap;

}
.similar-flight-table {
    width: 100%;
    border: 1px solid #C4C4C4;
    text-align: left;
}
.similar-flight-table tr th, .similar-flight-table tr td {
    padding: 10px;
}
.similar-flight-table tr th {font-weight: bold}
.similar-flight-table tbody tr:nth-of-type(2n+1) {
  background-color: #e9f0f5;
}

.faq-hide, .faq-hide + label ~ div {
    display: none;
}
.faq-hide + label {
    margin: 10px 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    width: 100%;
}
.faq-hide:checked + label {
    border-bottom: 0;
}
.faq-hide:checked + label + div {
    display: block;
    background: #e9f0f5;
    margin-left: 10px;
    padding: 10px;
    -webkit-animation:fade ease-in 0.5s;
    -moz-animation:fade ease-in 0.5s;
    animation:fade ease-in 0.5s;
}
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
.faq-hide + label:before {
    background-color: #47b1e0;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.faq-hide:checked + label:before {
    content: "\2212";
}

.button_up {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  background-image: linear-gradient(rgba(217, 229, 236, 0.8), rgba(217, 229, 236, 0.8)), url(/static/img/button-up.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  z-index: 10;
}

.index-widget-title {
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 30px;
    text-align: left;
}
.index-widget-1 {
    padding: 10px 10px 10px 0;
}
.index-widget-2 {
    padding: 10px 20px 10px 50px;
}
.index-widget-2 .datepicker {
    min-width: 90% !important;
}
.index-search {
    margin: 25px 0 30px 0;
}
.index-search-input {
    width: 600px;
}

@media (max-width:500px) {
    .h1-index {font-size: 22px; margin-top: 5px}
    .index-widget-2 {padding: 3px}
    .index-widget-title {font-size: 20px; text-align: left}
    .h1 { font-size: 20px }
    .content-block { margin-top: 10px }
    .content-block { margin-top: 10px }
}

.tabs { width: 100%; padding: 0; margin: 0 auto; margin-right: 20px;font-size: 15px;}
.tabs .tab-item { display: none; }
.tabs .tab-div {
    display: none;
    padding: 30px 10px;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    margin-top: 0;
}
.tabs .tab-label {
    display: inline-block;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    border: 1px solid #C4C4C4;
    background: #fff;
    cursor: pointer;
}
.tabs>.tab-item:checked + .tab-label {
    border: 1px solid #C4C4C4;
    border-bottom: 1px solid #FFF;
    background: #FFF;
}
.tab-url {
    display: inline-block;
    padding: 7px 7px 6px 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    border: 1px solid #C4C4C4;
    background: #e9f0f5;
    cursor: pointer;
}
.tab-url a {text-decoration: none; color: #000;
}
#tab_1:checked ~ #txt_1, #tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3, #tab_4:checked ~ #txt_4 { display: block; }

.weather-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 15px;
    border: 1px solid #dad9d9;
    padding: 20px;
}
.weather-header {
    box-sizing: border-box;
}
.weather-header-city {
    font-weight: 700;
    font-size: 18px;
}
.weather-header-city-label{
    font-size: 16px;
    color: #eb6e4b;
    margin-bottom: 10px;
}
.weather-body {
    padding-top: 6px;
}

.weather-temp {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}
.weather-current-temp {
    font-size: 30px;
    color: #368cb2;
    font-weight: 100;
    margin-right: 8pt;
}
.weather-items {
    margin-top: 4pt;
    margin-bottom: 0;
    padding-left: 16pt;
    padding-right: 16pt;
    max-width: 400px;
    border-left: 1px solid #eb6e4b;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    line-height: 20px;
}
.owm-weather-icon{height: 40px;}
.weather-items li[data-v-3208ab85] {
    margin-right: 16pt;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.icon-wind-direction { height: 5px; }
.icon-pressure {
    height: 12pt;
    width: auto;
}

.airplane-block {margin-bottom: 15px}
.airplane-title {
    padding: 5px 0 20px 0;
    font-size: 22px;
    font-weight: bold;
}
.airplane-sub-title{
    padding: 5px 0 20px 0;
    font-size: 22px;
    font-weight: 700;
}
.airplane-images {
    padding: 10px 5px;
}
.airplane-images img {width: 100%}
.airplane-table {padding: 10px 0; font-size: 18px; font-weight: bold}

.month-block {margin: 14px 0}
.expensive-month {padding: 4px 8px; background: #ff6d00; border-radius: 4px; color: #fff; margin: 0 5px}
.cheap-month {padding: 4px 8px; background: #64dd17; border-radius: 4px; color: #fff; margin: 0 5px}

.departure-arrow {padding-top: 20px; text-align: center; margin: auto;display: none}
.departure-arrow img {height:60px}
@media (max-width:552px) {
    .departure-arrow {display: block}
    .flight-block-body-n {padding-bottom: 5px}
}

.contact-block {line-height: 1.5}
.contact-block-team {display: flex;align-items: flex-start}
.contact-block-team-item {display: block; flex: 1; padding: 10px 0; margin: auto}
.contact-block-team-item-image {height: 200px}
.contact-block-team-item-name {font-weight: bold}
.contacts-feedback {padding: 20px}
.contacts-feedback input, .contacts-feedback textarea {width: 100%;}
.contact-block-item {padding: 10px 0}

.span-option {background-color: #e9f0f5; padding: 8px; line-height: 2.4}

@media (max-width: 812px) {
    .contact-block-team {display: block;}
    .flight-block-bottom-n-col {width: 90%}
}
