* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

*[disabled] {
    cursor: default;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

optgroup {
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* style */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto-v15-latin_cyrillic-300.eot");
    src: local('Roboto Light'), local('Roboto-Light'), url("../fonts/roboto-v15-latin_cyrillic-300.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v15-latin_cyrillic-300.woff2") format('woff2'), url("../fonts/roboto-v15-latin_cyrillic-300.woff") format('woff'), url("../fonts/roboto-v15-latin_cyrillic-300.ttf") format('truetype'), url("../fonts/roboto-v15-latin_cyrillic-300.svg#Roboto") format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v15-latin_cyrillic-regular.eot");
    src: local('Roboto'), local('Roboto-Regular'), url("../fonts/roboto-v15-latin_cyrillic-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v15-latin_cyrillic-regular.woff2") format('woff2'), url("../fonts/roboto-v15-latin_cyrillic-regular.woff") format('woff'), url("../fonts/roboto-v15-latin_cyrillic-regular.ttf") format('truetype'), url("../fonts/roboto-v15-latin_cyrillic-regular.svg#Roboto") format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto-condensed-v13-latin_cyrillic-300.eot");
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("../fonts/roboto-condensed-v13-latin_cyrillic-300.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-condensed-v13-latin_cyrillic-300.woff2") format('woff2'), url("../fonts/roboto-condensed-v13-latin_cyrillic-300.woff") format('woff'), url("../fonts/roboto-condensed-v13-latin_cyrillic-300.ttf") format('truetype'), url("../fonts/roboto-condensed-v13-latin_cyrillic-300.svg#RobotoCondensed") format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-condensed-v13-latin_cyrillic-700.eot");
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("../fonts/roboto-condensed-v13-latin_cyrillic-700.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-condensed-v13-latin_cyrillic-700.woff2") format('woff2'), url("../fonts/roboto-condensed-v13-latin_cyrillic-700.woff") format('woff'), url("../fonts/roboto-condensed-v13-latin_cyrillic-700.ttf") format('truetype'), url("../fonts/roboto-condensed-v13-latin_cyrillic-700.svg#RobotoCondensed") format('svg');
}

@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg');
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    background-color: #fff;
    font-style: normal;
    font-weight: 400;
    position: relative;
    min-width: 320px;
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
    line-height: normal;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

.input-element {
    border: 1px solid #e9e9e9;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    min-width: 200px;
    border-radius: 4px;
    padding: 14px 20px;
    line-height: 20px;
    color: #111;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.input-element:focus {
    border: 1px solid #7cb633;
    padding: 14px 20px;
    font-size: 16px;
    color: #111;
    line-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-element.-error {
    border: 1px solid #fb4a1b;
    color: #fb4a1b;
}

button {
    overflow: visible;
    color: inherit;
    font: inherit;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: button;
}

button:active {
    padding: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button[disabled] {
    cursor: default;
}

.button-element {
    display: inline-block;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    height: 60px;
    line-height: 59px;
    min-width: 300px;
    background: #7cb633;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.button-element > span {
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.button-element.-mini {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 160px;
    width: 100%;
}

.button-element.-mini > span {
    line-height: 16px;
}

.button-element:hover,
.button-element:focus {
    background: #96d347;
    text-decoration: none;
    border: none;
    color: #fff;
}

.button-element:hover > span,
.button-element:focus > span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.button-element:active {
    outline: 0;
}

.button-element[disabled],
.button-element[disabled]:hover,
.button-element[disabled]:focus,
.button-element[disabled]:active {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background: #7cb633;
    cursor: default;
}

.button-element[disabled] > span,
.button-element[disabled]:hover > span,
.button-element[disabled]:focus > span,
.button-element[disabled]:active > span {
    border-bottom: 1px solid #fff;
}

.checkbox-block {
    position: relative;
    height: 25px;
    line-height: 25px;
    padding: 0;
}

.checkbox-block > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 4;
    cursor: pointer;
}

.checkbox-block > label {
    display: block;
    padding-left: 38px;
    line-height: 25px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-transform: translateZ(0);
}

.checkbox-block > label:after,
.checkbox-block > label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transform: translateZ(0);
    background: url("../img/checkbox-img.png") no-repeat;
}

.checkbox-block > label:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.checkbox-block > label:before {
    background-position: 0 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.checkbox-block > input:checked + label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.checkbox-block > input:checked + label:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

input[placeholder],
textarea[placeholder],
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888;
    opacity: 0.8 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    filter: alpha(opacity=80) !important;
    font-weight: 300 !important;
}

.radio-block {
    position: relative;
    line-height: 24px;
    padding: 0;
}

.radio-block > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 4;
    cursor: pointer;
}

.radio-block > .label {
    display: block;
    padding-left: 30px;
    line-height: 24px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-transform: translateZ(0);
}

.radio-block > .label:after,
.radio-block > .label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transform: translateZ(0);
    background: url("../img/radio-img.png") no-repeat;
}

.radio-block > .label:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.radio-block > .label:before {
    background-position: 0 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.radio-block > input:checked + .label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.radio-block > input:checked + .label:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

select {
    color: inherit;
    font: inherit;
    margin: 0;
    text-transform: none;
    outline: none;
}

textarea {
    overflow: auto;
    outline: none;
    color: inherit;
    font: inherit;
    margin: 0;
    resize: none;
}

.textarea-element {
    border: 1px solid #e9e9e9;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    min-width: 200px;
    min-height: 140px;
    border-radius: 4px;
    padding: 12px 20px;
    line-height: 20px;
    color: #111;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.textarea-element:focus {
    border: 1px solid #7cb633;
    padding: 12px 20px;
    font-size: 16px;
    color: #111;
    line-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.textarea-element.-error {
    border: 1px solid #fb4a1b;
    color: #fb4a1b;
}

.label-input {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 0 0 1px;
}

h1 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 67px;
    font-weight: 700;
    color: #61c4e1;
    line-height: 1.1;
    text-transform: uppercase;
}

h2 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    color: #111;
}

h3 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    color: #111;
}

h4 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.1;
    color: #111;
}

h5 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
    color: #111;
}

a {
    background-color: transparent;
    color: #717171;
    text-decoration: none;
    border-bottom: 1px solid #c8c8c8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #7cb633;
    text-decoration: none;
    border-bottom: 1px solid rgba(200, 200, 200, 0);
}

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

.no-animation {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.no-animation:before,
.no-animation:after {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

p {
    margin: 0;
}

p + p {
    margin-top: 10px;
}

.container,
.header-title,
.header-content,
.limits-block,
.sertif-block,
.route-block > .title,
.route-block > .desc,
.route-block > .comment,
.order-block,
.wedding-block,
.foto-block > .desc,
.socseti-block,
.partner-block,
.contacts-bg > .text,
.pay-bg > .text {
    margin: 0 auto;
    max-width: 1040px;
    min-width: 280px;
    padding: 0 20px;
    position: relative;
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot");
    src: url("../fonts/fontello.eot#iefix") format('embedded-opentype'), url("../fonts/fontello.woff2") format('woff2'), url("../fonts/fontello.woff") format('woff'), url("../fonts/fontello.ttf") format('truetype'), url("../fonts/fontello.svg#fontello") format('svg');
    font-weight: normal;
    font-style: normal;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -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;
}

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

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

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

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: 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;
}

select {
    color: inherit;
    font: inherit;
    margin: 0;
    text-transform: none;
    outline: none;
}

select.select-element {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 100%;
    height: 1px;
}

select.select-element.-error + .select2 > .selection > .select2-selection {
    border: 1px solid #fb4a1b;
}

.select2 {
    display: block;
    width: 100% !important;
    outline: none;
    position: relative;
}

.select2 span {
    outline: none;
}

.select2 > .selection {
    display: block;
}

.select2-selection {
    background: #fff;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    display: block;
    height: 50px;
    border-radius: 4px;
}

.select2-selection__rendered {
    color: #000;
    line-height: 48px;
    display: block;
    overflow: hidden;
    padding-left: 19px;
    padding-right: 40px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.select2-selection__arrow {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 18px;
    top: 22px;
}

.select2-selection__arrow b {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    font-size: 5px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-selection__arrow b:before {
    content: '\e90c';
}

.select2-selection__rendered .select2-selection__placeholder {
    color: #888;
    font-weight: 300;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.select2-container--open .select2-selection {
    border: 1px solid #7cb633;
}

.select2-hidden-accessible {
    border: 0 none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-dropdown {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    width: 100%;
    z-index: 7;
    overflow: hidden;
}

.select2-search--hide {
    display: none;
}

.select2-results {
    display: block;
    max-height: 312px;
    overflow: hidden;
}

.select2-results__options {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 0 20px;
    line-height: 38px;
    height: 39px;
    cursor: pointer;
    color: #717171;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-results__option--highlighted {
    color: #000;
    background: #ccc;
}

.select2-results > .iScrollVerticalScrollbar {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    overflow: hidden;
    width: 4px;
    z-index: 8;
}

.select2-results > .iScrollVerticalScrollbar > .iScrollIndicator {
    width: 100%;
    background: #868686;
    position: absolute;
    -webkit-transform: translate(0px, 0px) translateZ(0px);
    -moz-transform: translate(0px, 0px) translateZ(0px);
    -o-transform: translate(0px, 0px) translateZ(0px);
    -ms-transform: translate(0px, 0px) translateZ(0px);
    transform: translate(0px, 0px) translateZ(0px);
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    -ms-transition-duration: 0ms;
    transition-duration: 0ms;
    cursor: pointer;
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot");
    src: url("../fonts/fontello.eot#iefix") format('embedded-opentype'), url("../fonts/fontello.woff2") format('woff2'), url("../fonts/fontello.woff") format('woff'), url("../fonts/fontello.ttf") format('truetype'), url("../fonts/fontello.svg#fontello") format('svg');
    font-weight: normal;
    font-style: normal;
}

.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    background: #000;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur,
.mfp-close {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 26px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-close:before {
    content: '\e907';
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    margin: 0;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    font-size: 36px;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    color: #7cb633;
}

.mfp-arrow-left {
    left: 0;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-arrow-left:before {
    content: '\e904';
}

.mfp-arrow-right {
    right: 0;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-arrow-right:before {
    content: '\e905';
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

video.mfp-video {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.header-block {
    height: 160px;
}

.header-block > .top {
    height: 90px;
    background: #61c4e1;
}

.header-block > .menu {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99;
}

.header-block > .menu.-fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

.header-title {
    padding-top: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.header-title > .subtitle {
    margin-left: 20%;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.header-title > .title {
    margin-left: 20%;
    font-size: 30px;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

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

.header-content:after {
    clear: both;
}

.header-content > .logo {
    float: left;
    width: 20%;
}

.header-content > .menu {
    float: left;
    padding: 23px 0 0;
    width: 60%;
}

.header-content > .button {
    display: none;
    border-bottom: none;
}

.header-content > .button:hover {
    border-bottom: none;
}

.header-content > .phone {
    float: right;
    width: 20%;
    padding: 23px 0 0;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.header-content > .phone a {
    color: #111;
    border-bottom: none;
}

.header-content > .phone a:hover {
    color: #111;
    border-bottom: none;
}

.header-logo {
    display: block;
    margin: -40% auto 0;
    width: 74%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: none;
}

.header-logo:hover {
    border-bottom: none;
}

.header-logo > img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.header-block > .menu.-fixed .header-logo {
    margin: 0 auto;
    width: 36%;
}

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

.header-menu > .item {
    padding: 0;
    float: left;
}

.header-menu > .item + .item {
    margin-left: 3%;
}

.menu-link {
    color: #111;
    font-size: 16px;
    line-height: 1.1;
    border-bottom: 1px solid #c8c8c8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.menu-link:hover {
    color: #555;
    border-bottom: 1px solid rgba(200, 200, 200, 0);
}

.footer-block {
    position: relative;
}

.footer-block > .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 78%;
    height: 50px;
    background: url("../img/dotter-line-cyan.png") repeat-x 100% 16px;
    font-size: 50px;
    color: #61c4e1;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-block > .line:before {
    content: '\e903';
}

.footer-block > .line:before {
    position: absolute;
    top: 0;
    right: -74px;
}

.footer-menu {
    padding: 70px 0 40px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.footer-menu > .item {
    padding: 0;
    display: inline-block;
    margin: 0 20px;
}

.footer-link {
    color: #111;
}

.footer-link:hover {
    color: #555;
}

.footer-copyright {
    text-align: center;
    color: #717171;
    padding: 0 20px 50px;
}

.screen1-block {
    height: 650px;
    background: url("../img/header-bg.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.screen1-block.-video {
    overflow: hidden;
    background: url("../storage/slider_video.jpg") no-repeat 50% 43%;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.screen1-block > .video {
    position: absolute;
    top: -175px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 1000px;
    display: inline-block;
    line-height: 1000px;
}

.screen1-block > .video > video {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.screen1-block > .video-sep {
    background: url("../img/screen-video-filter.png") repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.preview-socseti {
    display: none;
}

.no-animation .screen1-block.-video {
    background: url("../img/header-bg.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.screen1-zakaz {
    position: relative;
    z-index: 3;
    padding-top: 300px;
}

.screen1-zakaz > .subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    padding: 30px 0 5px;
    text-shadow: 0 0 6px #010101;
}

.screen1-zakaz > .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 0 0 6px #010101;
}

.screen1-zakaz > .button {
    margin-top: 30px;
}

.safe-bg {
    height: 781px;
    background: url("../img/dotter-safe.png") no-repeat 50% 0;
    position: relative;
    margin-top: -94px;
    z-index: 1;
}

.safe-block {
    padding: 188px 0 0;
    height: 781px;
}

.safe-block > .title {
    margin: 0 0 22px;
    height: 50px;
}

.safe-block > .list {
    margin: 0;
}

.safe-block > .list:after,
.safe-block > .list:before {
    content: "";
    display: table;
}

.safe-block > .list:after {
    clear: both;
}

.safe-block > .airplane {
    position: absolute;
    bottom: -23px;
    right: 32px;
    width: 62px;
    height: 50px;
    color: #61c4e1;
    font-size: 50px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.safe-block > .airplane:before {
    content: '\e903';
}

.safe-item {
    position: relative;
    float: left;
    width: 50%;
    height: 215px;
}

.safe-item.-left {
    padding-right: 85px;
    padding-left: 0;
}

.safe-item.-right {
    padding-left: 0;
    padding-right: 90px;
}

.safe-item > .icon {
    height: 70px;
}

.safe-item > .icon.-air1 {
    color: #7cb633;
    font-size: 70px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.safe-item > .icon.-air1:before {
    content: '\e901';
}

.safe-item > .icon.-air2 {
    color: #1ea782;
    font-size: 49px;
    padding-top: 14px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.safe-item > .icon.-air2:before {
    content: '\e903';
}

.safe-item > .icon.-pilot {
    color: #61c4e1;
    font-size: 54px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.safe-item > .icon.-pilot:before {
    content: '\e90a';
}

.safe-item > .icon.-sertificate {
    color: #194887;
    font-size: 52px;
    padding: 6px 0 0 5px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.safe-item > .icon.-sertificate:before {
    content: '\e90d';
}

.safe-item > .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.01em;
    height: 140px;
    margin-top: 2px;
}

.airplanes-block {
    position: relative;
    z-index: 2;
    margin-top: -40px;
}

.airplanes-list > .title {
    font-size: 60px;
}

.airplanes-list > .desc {
    margin-top: 35px;
    font-weight: 300;
}

.airplanes-item {
    background: url("../img/airplane-bg.png") repeat-y 100% 0;
    border-radius: 6px;
    margin-top: 30px;
}

.airplanes-item:after,
.airplanes-item:before {
    content: "";
    display: table;
}

.airplanes-item:after {
    clear: both;
}

.airplanes-item > .info {
    float: left;
    width: 74%;
}

.airplanes-item > .order {
    float: left;
    width: 26%;
}

.airplane-info {
    position: relative;
    border-radius: 6px 0 0 6px;
}

.airplane-info > .foto {
    float: left;
    width: 50%;
    padding: 30px 27px 30px 30px;
    text-align: right;
}

.airplane-info > .text {
    float: left;
    width: 50%;
    padding: 24px 20px 30px 1px;
}

.airplane-info > .marker {
    position: absolute;
    left: -6px;
    top: 256px;
    width: 192px;
    height: 43px;
    background: url("../img/mark-samolet.png") no-repeat;
    padding: 11px 26px 0 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.airplane-foto {
    border: none;
}

.airplane-foto > img {
    display: inline-block;
    border-radius: 6px;
    max-width: 100%;
}

.airplane-foto:hover {
    border: none;
}

.airplane-more {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #7cb633;
}

.airplane-more:hover {
    color: #7cb633;
}

.airplane-text > .title {
    margin: 0;
}

.airplane-text > .passenger {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #717171;
    margin: 5px 0 10px 2px;
}

.airplane-text > .descr {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

.airplane-passenger {
    font-size: 18px !important;
    padding: 0 2px 0 0;
    vertical-align: top;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.airplane-passenger:before {
    content: '\e90e';
}

.airplane-order {
    padding: 27px 25px 23px 25px;
}

.airplane-order > .radio {
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.airplane-order > .radio .color-green {
    font-size: 21px;
}

.airplane-order > .text {
    margin: 4px 0 16px 4px;
    font-size: 15px;
    font-weight: 300;
}

.airplane-order > .button {
    max-width: 300px;
}

.airplane-order > .button > button {
    width: 100%;
}

.ruble-simbol {
    font-size: 15px;
    vertical-align: middle;
    padding: 0 0 3px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ruble-simbol:before {
    content: '\e90b';
}

.color-green {
    color: #7cb633;
}

.limits-bg {
    margin-top: 45px;
    position: relative;
    z-index: 2;
}

.limits-bg > .line {
    position: absolute;
    top: 10px;
    right: 0;
    width: 50%;
    height: 9px;
}

.limits-line {
    margin-left: -245px;
    height: 9px;
    background: url("../img/dotter-line-cyan.png") repeat-x 0 0;
}

.limits-block {
    position: relative;
}

.limits-block > .aircraft {
    position: absolute;
    top: -2px;
    left: -76px;
    font-size: 48px;
    color: #61c4e1;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.limits-block > .aircraft:before {
    content: '\e902';
}

.limits-block > .title {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.02em;
    font-size: 20px;
    font-weight: 700;
    color: #61c4e1;
    text-transform: uppercase;
}

.limits-block > .text {
    font-weight: 300;
}

.limits-block > .text > p {
    margin-top: 26px;
}

.sertif-bg {
    height: 863px;
    background: url("../img/dotter-zakaz.png") no-repeat 50% 0;
    position: relative;
    margin-top: -122px;
    padding: 184px 0 0 0;
    z-index: 1;
}

.sertif-block > .title {
    margin-bottom: 42px;
}

.sertif-block > .list:after,
.sertif-block > .list:before {
    content: "";
    display: table;
}

.sertif-block > .list:after {
    clear: both;
}

.sertif-item {
    float: left;
    width: 50%;
    height: 231px;
}

.sertif-item.-first {
    padding-right: 150px;
}

.sertif-item.-second {
    padding-right: 60px;
}

.sertif-item > .icon {
    height: 66px;
    position: relative;
}

.sertif-item > .icon.-phone {
    font-size: 50px;
    color: #7cb633;
    margin-left: -2px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sertif-item > .icon.-phone:before {
    content: '\e909';
}

.sertif-item > .icon.-car {
    font-size: 40px;
    color: #51bb9e;
    margin-left: -16px;
    padding: 5px 0 0;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sertif-item > .icon.-car:before {
    content: '\e906';
}

.sertif-item > .icon.-airplan {
    font-size: 65px;
    color: #61c4e1;
    margin-left: -2px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sertif-item > .icon.-airplan:before {
    content: '\e900';
}

.sertif-item > .icon.-parcel {
    font-size: 38px;
    color: #194887;
    padding: 15px 0 0;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sertif-item > .icon.-parcel:before {
    content: '\e908';
}

.sertif-item > .title {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.sertif-item > .text {
    font-weight: 300;
}

.route-block {
    position: relative;
    margin-top: -39px;
}

.route-block > .title {
    margin-bottom: 60px;
}

.route-block > .map {
    height: 690px;
}

.route-block > .desc {
    margin-top: 46px;
}

.route-block > .desc:after,
.route-block > .desc:before {
    content: "";
    display: table;
}

.route-block > .desc:after {
    clear: both;
}

.route-block > .comment {
    margin-bottom: 40px;
    font-weight: 300;
}

.route-block > .comment:after,
.route-block > .comment:before {
    content: "";
    display: table;
}

.route-block > .comment:after {
    clear: both;
}

.route-airplane {
    font-size: 50px;
    color: #61c4e1;
    position: absolute;
    top: 10px;
    right: 40px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.route-airplane:before {
    content: '\e903';
}

.route-desc {
    float: left;
    width: 50%;
    padding-bottom: 20px;
}

.route-desc.-left {
    padding-right: 10px;
}

.route-desc.-right {
    padding-left: 10px;
}

.route-desc > .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.route-desc > .title > p {
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.route-desc > .title:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 0;
}

.route-desc > .title.-route4 {
    color: #bd87f6;
}

.route-desc > .title.-route4:before {
    background: #bd87f6;
}

.route-desc > .title.-route1 {
    color: #1ea782;
}

.route-desc > .title.-route1:before {
    background: #1ea782;
}

.route-desc > .title.-route2 {
    color: #7cb633;
}

.route-desc > .title.-route2:before {
    background: #7cb633;
}

.route-desc > .title.-route3 {
    color: #eb8748;
}

.route-desc > .title.-route3:before {
    background: #eb8748;
}

.route-desc > .text {
    font-weight: 300;
}

.order-bg {
    background: #f5f5f5 url("../img/dotter-form.png") no-repeat 50% 20px;
}

.order-block {
    padding-top: 85px;
    padding-bottom: 65px;
    color: #000;
}

.order-block > .title {
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}

.order-block > .title > h1 {
    color: #7cb633;
}

.order-block > .subtitle {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    padding-right: 220px;
    margin-bottom: 30px;
}

.order-block > .infotext {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    padding: 10px 340px 0 0;
}

.order-block > .posttext {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    padding: 10px 340px 0 0;
}

.order-block > .form {
    display: block;
}

.order-block > .form:after,
.order-block > .form:before {
    content: "";
    display: table;
}

.order-block > .form:after {
    clear: both;
}

.order-form {
    z-index: 2;
}

.order-item {
    width: 300px;
    margin-right: 100px;
    position: relative;
    float: left;
}

.order-item > .item {
    margin-bottom: 20px;
}

.order-item.-left {
    right: 400px;
}

.order-item.-right {
    left: 400px;
}

.order-desc {
    margin: 10px 0 0;
    padding: 0 11px 0 0;
    font-size: 15px;
}

.order-airlink {
    display: none;
}

.order-airlink.-show {
    display: inline-block;
}

.order-price {
    display: none;
}

.order-price.-show {
    display: block;
}

.order-price > .text {
    font-size: 15px;
    line-height: 1.1;
}

.order-price > .price {
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #7cb633;
    line-height: 1.3;
}

.order-sertif {
    position: absolute;
    top: 400px;
    right: 0;
    z-index: 1;
    width: 319px;
    height: 253px;
}

.order-sertif > img {
    max-width: 100%;
    height: auto;
}

.order-info {
    min-height: 100px;
}

.checkbox-block > label {
    line-height: 1;
}
.checkbox-block > label.center-label {
    line-height: 25px;
}

.fpol-block {
    font-size: 12px;
}

.wedding-bg {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}

.wedding-bg > .line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    background: url("../img/dotter-line-cyan.png") repeat-x 50% 16px;
}

.wedding-block {
    z-index: 3;
}

.wedding-block > .airplaneleft {
    font-size: 50px;
    position: absolute;
    bottom: -48px;
    left: 108px;
    padding: 0 20px;
    z-index: 3;
    background: #fff;
    color: #61c4e1;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wedding-block > .airplaneleft:before {
    content: '\e902';
}

.wedding-block > .title {
    text-align: center;
}

.wedding-block > .text {
    padding-bottom: 50px;
}

.wedding-offers {
    margin-left: -10px;
    margin-right: -10px;
}

.wedding-offers:after,
.wedding-offers:before {
    content: "";
    display: table;
}

.wedding-offers:after {
    clear: both;
}

.wedding-offers > .column {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.wedding-title > .title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    margin: 20px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.wedding-title > .subtitle {
    font-weight: 300;
    font-size: 18px;
}

.wedding-offer {
    margin: 30px 0 0;
}

.wedding-offer > .foto > img {
    border-radius: 6px;
    width: 100%;
    display: block;
}

.wedding-offer > .text {
    margin: 5px 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}

.wedding-info {
    font-weight: 300;
    font-size: 16px;
}

.foto-block > .desc {
    padding-top: 60px;
    padding-bottom: 30px;
}

.foto-desc {
    position: relative;
}

.foto-desc > .title {
    margin-bottom: 20px;
}

.foto-desc > .text {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 65px;
    width: 80%;
}

.foto-desc > .arrows {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 120px;
    height: 50px;
}

.foto-arrow {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 50px;
    border-bottom: none;
    color: #111;
}

.foto-arrow.-left {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.foto-arrow.-left:before {
    content: '\e904';
}

.foto-arrow.-right {
    margin: 0 0 0 20px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.foto-arrow.-right:before {
    content: '\e905';
}

.foto-arrow:hover {
    color: #7cb633;
    border-bottom: none;
}

.foto-list:after,
.foto-list:before {
    content: "";
    display: table;
}

.foto-list:after {
    clear: both;
}

.foto-item {
    float: left;
    width: 25%;
}

.foto-link {
    display: block;
    border-bottom: none;
}

.foto-link > img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}

.foto-link:hover {
    border-bottom: none;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.foto-link.-video {
    position: relative;
}

.foto-link.-video > img {
    position: relative;
    z-index: 0;
}

.foto-link.-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/play-button.png") no-repeat 50% 50%;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    z-index: 3;
}

.socseti-block {
    padding-top: 90px;
    padding-bottom: 40px;
}

.socseti-block > .title {
    text-align: center;
    margin: 0 0 10px;
    padding: 0 22%;
}

.socseti-block > .text {
    margin-top: 60px;
    text-align: center;
}

.socseti-link {
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #ccc;
    margin: 0 8px 5px;
    border-radius: 5px;
    overflow: hidden;
}

.socseti-link:hover {
    border: 1px solid #ccc;
}

.socseti-link > .button {
    display: inline-block;
    float: left;
    width: 60%;
    height: 34px;
    line-height: 34px;
}

.socseti-link > .button:before {
    color: #fff;
    font-size: 22px;
    margin-top: 6px;
}

.socseti-link > .label {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 34px;
    width: 40%;
    height: 34px;
    border-left: 1px solid #ccc;
    color: #000;
    position: relative;
}

.socseti-link > .label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.socseti-link.-mini {
    width: 90px;
}

.socseti-link.-mini > .button {
    width: 100%;
}

.socseti-link[data-type="vk"] > .button {
    background: #45668e;
}

.socseti-link[data-type="vk"] > .button:before {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e812';
}

.socseti-link[data-type="vk"] > .button:hover {
    background: #3a5678;
}

.socseti-link[data-type="fb"] > .button {
    background: #3b5998;
}

.socseti-link[data-type="fb"] > .button:before {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e815';
}

.socseti-link[data-type="fb"] > .button:hover {
    background: #324b81;
}

.socseti-link[data-type="ok"] > .button {
    background: #ed812b;
}

.socseti-link[data-type="ok"] > .button:before {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e81a';
}

.socseti-link[data-type="ok"] > .button:hover {
    background: #a5510e;
}

.socseti-link[data-type="mr"] > .button {
    background: #168de2;
}

.socseti-link[data-type="mr"] > .button:before {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e800';
}

.socseti-link[data-type="mr"] > .button:hover {
    background: #1065a3;
}

.socseti-link[data-type="gp"] > .button {
    background: #dd4b39;
}

.socseti-link[data-type="gp"] > .button:before {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e801';
}

.socseti-link[data-type="gp"] > .button:hover {
    background: #98281a;
}

.socseti-link[data-type="tw"] > .button {
    background: #55acee;
}

.socseti-link[data-type="tw"] > .button:before {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e813';
}

.socseti-link[data-type="tw"] > .button:hover {
    background: #1063a2;
}

.contacts-bg {
    position: relative;
}

.contacts-bg > .line {
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("../img/dotter-line-cyan.png") repeat-x 50% 16px;
}

.contacts-bg > .map {
    height: 400px;
}

.contacts-block > .airplaneleft {
    font-size: 50px;
    position: absolute;
    top: 93px;
    left: 108px;
    padding: 0 20px;
    z-index: 2;
    background: #fff;
    color: #61c4e1;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contacts-block > .airplaneleft:before {
    content: '\e902';
}

.contacts-block > .title {
    padding: 80px 0 40px;
    text-align: center;
}

.contacts-block > .title > h1 {
    display: inline-block;
    padding: 0 18px;
    z-index: 2;
    background: #fff;
}

.contacts-block > .text {
    display: block;
}

.contacts-text {
    width: 660px;
    margin: 0 auto 50px;
    text-align: center;
}

.contacts-text > .title {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.contacts-text > .text {
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 20px;
}

.contact-phone {
    color: #111;
    border-bottom: none;
}

.contact-phone:hover {
    color: #111;
    border-bottom: none;
}

.pay-bg {
    position: relative;
    background: #f5f5f5;
    padding: 20px 0 60px;
}

.pay-block > .title {
    padding: 40px 0 40px;
    text-align: center;
}

.pay-block > .title > h1 {
    display: inline-block;
    padding: 0 18px;
    z-index: 2;
    color: #7cb633;
}

.pay-block > .text {
    display: block;
}

.pay-form {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
}

.pay-form > .error {
    font-weight: 400;
    margin: -20px 0 30px;
    color: #fb4a1b;
}

.pay-form > .title {
    font-weight: 400;
}

.pay-form > .text {
    font-weight: 300;
}

.pay-form > .desc {
    font-weight: 400;
    margin: 40px 0 50px;
}

.pay-form > .button {
    margin: 0;
}

.pay-form > .cards {
    margin: 40px 0;
}

.pay-form > .cards > img {
    max-width: 300px;
}

.pay-form > .cloudpayment {
    font-weight: 300;
    font-size: 17px;
}

.pay-end {
    font-weight: 400;
    margin: 40px 0 0;
}

.pay-noorder {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 90px 0 60px;
    text-transform: uppercase;
    text-align: center;
}

.modal-window {
    text-align: left;
    margin: 40px auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    z-index: 991;
    min-width: 287px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-window.-text {
    max-width: 880px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.modal-window.-airplane {
    max-width: 800px;
}

.modal-window h3 {
    margin: 0 0 5px;
    padding: 0 32px 0 0;
}

.modal-window h4 {
    margin: 20px 0 5px;
}

.modal-window h5 {
    margin: 15px 0 5px;
}

.modal-window.-airplane .mfp-close {
    color: #fff;
}

.modal-window.-airplane .airplane-order {
    border-top: none;
}

.modal-plane > .logo {
    text-align: center;
    margin-bottom: -94px;
    position: relative;
    z-index: 993;
}

.modal-plane > .logo > img {
    width: 180px;
}

.modal-plane > .image {
    position: relative;
    z-index: 992;
}

.modal-plane > .image > img {
    display: block;
    max-width: 100%;
}

.modal-plane > .text {
    background: #fff;
    padding: 30px 40px;
    font-weight: 300;
}

.modal-plane > .list {
    background: #fff;
}

.modal-list {
    padding: 0 0 30px;
}

.modal-list:after,
.modal-list:before {
    content: "";
    display: table;
}

.modal-list:after {
    clear: both;
}

.modal-list > .params {
    float: left;
    width: 60%;
    padding: 8px 40px;
    border-right: 1px solid #e4e4e4;
}

.modal-list > .order {
    float: left;
    width: 40%;
    padding: 8px 40px;
}

.modal-params > .title {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.modal-params > .list {
    margin: 8px 0 0;
    padding-left: 19px;
}

.modal-params > .list > li {
    font-weight: 300;
}

.modal-order > .title {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.modal-order > .order {
    padding: 20px 0 0 0;
}

.modal-send {
    text-align: center;
    position: relative;
}

.modal-send > .logo {
    width: 20%;
    margin: 10px auto 20px;
}

.modal-send > .logo > img {
    max-width: 100%;
    max-height: none;
}

.modal-send > .title {
    padding: 0;
}

.modal-pilots {
    text-align: center;
}

.modal-pilots > .title {
    margin-bottom: 10px;
}

.modal-pilots > .item {
    margin-bottom: 10px;
}

.modal-pilots > .autoinfo {
    margin-bottom: 10px;
}

.pilotsinfo-item > .title {
    margin-bottom: 10px;
}

.pilotsinfo-item > .desc {
    display: block;
}

.pilotsinfo-auto:after,
.pilotsinfo-auto:before {
    content: "";
    display: table;
}

.pilotsinfo-auto:after {
    clear: both;
}

.pilotsinfo-auto > .img {
    float: left;
    width: 40%;
}

.pilotsinfo-auto > .img > img {
    display: block;
    margin: 0 auto;
    width: 70%;
    max-width: 100%;
    max-height: none;
}

.pilotsinfo-auto > .text {
    float: left;
    width: 60%;
    padding: 22px 0 0 10px;
    text-align: left;
}

.airplane-passengers {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #717171;
    margin: 5px 0 10px 2px;
}

@media (min-width: 860px) {
    .wedding-offers > .column {
        float: left;
        width: 50%;
    }
}

@media (max-width: 1180px) {
    .screen1-block {
        height: 500px;
    }

    .screen1-block > .video {
        top: -250px;
    }

    .screen1-zakaz {
        padding-top: 162px;
    }

    .screen1-zakaz > .subtitle {
        padding: 25px 0 5px;
        font-size: 24px;
    }
}

@media (max-width: 1040px) {
    .footer-block > .line {
        display: none;
    }

    .screen1-zakaz > .title {
        font-size: 50px;
    }

    .safe-bg {
        background: none;
        margin: 0;
        height: auto;
        padding-bottom: 60px;
    }

    .safe-block {
        height: auto;
        padding: 60px 0 0;
    }

    .safe-block > .airplane {
        display: none;
    }

    .safe-item.-left {
        padding-right: 10px;
    }

    .safe-item.-right {
        padding-right: 0;
    }

    .airplanes-item {
        background: #f5f5f5;
    }

    .airplanes-item > .info {
        float: none;
        width: 100%;
    }

    .airplanes-item > .order {
        float: none;
        width: 100%;
        padding: 0 27px 30px 30px;
    }

    .airplane-info:after,
    .airplane-info:before {
        content: "";
        display: table;
    }

    .airplane-info:after {
        clear: both;
    }

    .airplane-info > .foto {
        width: 360px;
    }

    .airplane-info > .text {
        width: auto;
        float: none;
        overflow: hidden;
    }

    .airplane-info > .marker {
        top: 250px;
    }

    .airplane-order {
        padding: 30px 0 0 0;
        border-top: 1px solid #7cb633;
    }

    .limits-line {
        display: none;
    }

    .sertif-bg {
        background: none;
        margin: 0;
        padding: 70px 0 0;
        height: auto;
    }

    .sertif-item.-first {
        padding-right: 50px;
    }

    .sertif-item.-second {
        padding-right: 0;
    }

    .route-block {
        margin-top: 40px;
    }

    .route-airplane {
        display: none;
    }

    .order-bg {
        background: #f5f5f5;
    }

    .order-block > .subtitle {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .order-block > .infotext {
        padding: 10px 0 0;
    }

    .order-block > .posttext {
        padding: 10px 0 0;
    }

    .order-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .order-item.-left {
        right: 50%;
    }

    .order-item.-right {
        left: 50%;
    }

    .order-item {
        width: 50%;
        padding-right: 60px;
        margin-right: 0;
    }

    .order-desc {
        padding: 0;
    }

    .order-sertif {
        display: none;
    }

    .wedding-bg {
        padding-bottom: 0;
    }

    .wedding-bg > .line {
        display: none;
    }

    .wedding-block > .airplaneleft {
        display: none;
    }

    .contacts-bg > .line {
        display: none;
    }

    .contacts-block > .airplaneleft {
        display: none;
    }
}

@media (max-width: 1010px) {
    .header-menu > .item + .item {
        margin-left: 2%;
    }
    .menu-link {
        font-size: 15px;
    }
}

@media (max-width: 920px) {
    .header-block > .menu.-fixed .header-logo {
        width: 40%;
    }

    .header-menu > .item + .item {
        margin-left: 2%;
    }
    .menu-link {
        font-size: 14px;
    }
}

@media (max-width: 910px) {
    .screen1-block {
        height: 450px;
    }

    .screen1-block > .video {
        top: -275px;
    }

    .screen1-zakaz > .subtitle {
        padding: 25px 0 5px;
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .pilotsinfo-auto > .text {
        padding: 10px 0 0 10px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -o-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -o-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .route-desc.-left {
        padding-right: 0;
        width: auto;
    }
    .route-desc.-center {
        padding-right: 0;
        width: auto;
    }
    .route-desc.-right {
        padding-left: 0;
        width: auto;
    }
}

@media (max-width: 870px) {
    .header-title > .title {
        font-size: 26px;
    }

    .header-content > .phone {
        font-size: 18px;
    }

    .menu-link {
        font-size: 13px;
    }
}

@media (max-width: 840px) {
    .header-block > .menu.-fixed .header-logo {
        width: 46%;
    }
}

@media (max-width: 800px) {
    .button-element {
        font-size: 18px;
        height: 50px;
        line-height: 49px;
        min-width: 260px;
    }

    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 26px;
    }

    .screen1-block {
        height: 400px;
    }

    .screen1-block > .video {
        top: -300px;
    }

    .screen1-zakaz {
        padding-top: 115px;
    }

    .screen1-zakaz > .subtitle {
        padding: 10px 0 0;
        font-size: 22px;
    }

    .screen1-zakaz > .title {
        font-size: 46px;
    }

    .safe-block {
        padding: 40px 0 0;
    }

    .safe-item {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 15px;
    }

    .safe-item.-left {
        padding-right: 0;
    }

    .safe-item > .text {
        height: auto;
        line-height: 1.2;
    }

    .airplanes-list > .title {
        font-size: 58px;
        text-align: center;
        margin: 15px 0 0 0;
    }

    .airplanes-list > .desc {
        margin-top: 20px;
    }

    .limits-block {
        text-align: center;
    }

    .sertif-block > .title {
        margin-bottom: 2px;
        text-align: center;
    }

    .sertif-item {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        padding-top: 40px;
    }

    .sertif-item.-first {
        padding-right: 0;
    }

    .sertif-item > .icon {
        height: auto;
    }

    .sertif-item > .title {
        font-size: 24px;
    }

    .route-block > .title {
        text-align: center;
        margin-bottom: 30px;
    }

    .route-block > .map {
        height: 500px;
    }

    .route-desc {
        float: none;
        width: auto;
    }

    .order-block > .subtitle {
        font-size: 18px;
    }

    .order-item {
        padding-right: 30px;
    }

    .foto-block > .desc {
        padding-top: 60px;
    }

    .socseti-block > .title {
        padding: 0 10%;
    }

    .contacts-bg > .map {
        height: 360px;
    }

    .contacts-block > .title {
        padding: 30px 0 40px;
    }

    .contacts-text {
        width: auto;
    }
}

@media (max-width: 780px) {
    .header-block {
        height: 59px;
    }

    .header-block > .top {
        display: none;
    }

    .header-block > .menu {
        height: auto;
        position: fixed;
        top: 0;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    }

    .header-content {
        padding: 0;
        min-width: 320px;
    }

    .header-content > .logo {
        width: 80px;
        margin-bottom: 2px;
        padding-left: 20px;
    }

    .header-content > .menu {
        float: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: none;
        clear: both;
    }

    .header-content > .menu.-active {
        display: block;
    }

    .header-content > .button {
        display: block;
        float: right;
        width: 70px;
        height: 50px;
        color: #111;
        font-size: 20px;
        text-align: center;
        padding: 20px 14px 0 10px;
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .header-content > .button:before {
        content: '\e90f';
    }

    .header-content > .button.-close {
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .header-content > .button.-close:before {
        content: '\e907';
    }

    .header-content > .phone {
        width: auto;
        margin: 0 70px;
        float: none;
        text-align: center;
        padding: 19px 0 0;
        font-size: 24px;
    }

    .header-logo {
        margin: 0 auto;
        width: 60px;
    }

    .header-block > .menu.-fixed .header-logo {
        width: 60px;
    }

    .header-menu {
        display: block;
        background: #fff;
        width: 100%;
        padding: 0;
        z-index: 1;
    }

    .header-menu > .item {
        float: none;
        overflow: hidden;
        border-top: 1px solid #b5b5b5;
    }

    .header-menu > .item + .item {
        margin: 0;
    }

    .menu-link {
        font-size: 18px;
        padding: 16px 0 16px 20px;
        display: block;
        border-bottom: none;
    }

    .menu-link:hover {
        border-bottom: none;
    }

    .airplane-info > .foto {
        width: 320px;
    }

    .airplane-info > .marker {
        top: 223px;
    }

    .modal-plane > .logo {
        margin-bottom: -74px;
    }

    .modal-plane > .logo > img {
        width: 140px;
    }

    .modal-list > .params {
        padding: 8px 40px 25px;
        float: none;
        border-right: none;
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
    }

    .modal-list > .order {
        padding: 25px 40px 8px;
        float: none;
        width: 100%;
    }
}

@media (max-width: 750px) {
    .wedding-bg {
        padding-top: 40px;
    }
}

@media (max-width: 740px) {
    .pilotsinfo-auto > .img > img {
        width: 40%;
    }

    .pilotsinfo-auto > .img {
        float: none;
        width: 100%;
    }

    .pilotsinfo-auto > .text {
        text-align: center;
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 730px) {
    .screen1-block > .video {
        display: none;
    }

    .screen1-block > .video-sep {
        display: none;
    }
}

@media (max-width: 700px) {
    .footer-menu {
        padding-top: 30px;
    }

    .airplane-info > .foto {
        float: none;
        width: auto;
        text-align: center;
        padding-bottom: 0;
    }

    .airplane-info > .text {
        padding: 24px 30px 30px 30px;
    }

    .airplane-info > .marker {
        top: 254px;
    }

    .airplane-foto {
        display: block;
    }

    .order-item {
        padding-right: 20px;
    }

    .foto-desc > .title {
        text-align: center;
    }

    .contacts-text > .title {
        font-size: 18px;
    }

    .contacts-text > .text {
        font-size: 16px;
    }

    .pay-block > .title {
        padding: 20px 0 35px;
    }

    .pay-block > .title > h1 {
        font-size: 46px;
        padding: 0;
    }

    .pay-form {
        font-size: 16px;
    }

    .pay-form > .cloudpayment {
        font-size: 14px;
    }
}

@media (max-width: 680px) {
    .order-item.-left {
        right: 0;
    }

    .order-item.-right {
        left: 0;
    }

    .order-item {
        float: none;
        width: auto;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 16px;
    }

    .button-element {
        font-size: 16px;
        height: 42px;
        line-height: 41px;
        min-width: 210px;
    }

    .button-element > span {
        line-height: 18px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .screen1-block {
        height: 300px;
    }

    .screen1-zakaz {
        padding-top: 75px;
    }

    .screen1-zakaz > .subtitle {
        padding: 15px 0 0;
        font-size: 18px;
    }

    .screen1-zakaz > .title {
        font-size: 34px;
    }

    .screen1-zakaz > .button {
        margin-top: 20px;
    }

    .limits-bg {
        margin-top: 35px;
    }

    .limits-block > .text > p {
        margin-top: 15px;
    }

    .order-block > .subtitle {
        font-size: 16px;
    }

    .order-block > .infotext {
        padding: 5px 0 0;
    }

    .order-block > .posttext {
        padding: 5px 0 0;
        font-size: 16px;
    }

    .foto-block > .desc {
        padding-top: 30px;
    }

    .foto-desc > .text {
        font-size: 18px;
    }

    .modal-plane > .logo {
        margin-bottom: -43px;
    }

    .modal-plane > .logo > img {
        width: 100px;
    }

    .modal-plane > .text {
        padding: 20px 20px;
    }

    .modal-list {
        padding: 0 0 20px;
    }

    .modal-list > .params {
        padding: 8px 20px 20px;
    }

    .modal-list > .order {
        padding: 20px 20px 8px;
    }
}

@media (max-width: 560px) {
    .pilotsinfo-auto > .img > img {
        width: 50%;
    }
    .foto-desc > .title > h2{
        display: none;
    }
}

@media (max-width: 540px) {
    .airplane-info > .marker {
        display: none;
    }

    .airplane-order > .button {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .foto-desc > .text {
        font-size: 16px;
    }

    .socseti-block > .title {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .pilotsinfo-auto > .img > img {
        width: 70%;
    }
}

@media (max-width: 460px) {
    .button-element {
        font-size: 15px;
        height: 39px;
        line-height: 38px;
        min-width: 200px;
    }

    .screen1-block {
        height: 250px;
    }

    .screen1-zakaz {
        padding-top: 55px;
    }

    .screen1-zakaz {
        padding-top: 30px;
    }

    .screen1-zakaz > .subtitle {
        padding: 10px 0 0;
        font-size: 16px;
    }

    .screen1-zakaz > .title {
        font-size: 30px;
    }

    .screen1-zakaz > .button {
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    .button-element {
        height: 36px;
        line-height: 36px;
        min-width: 180px;
    }

    .button-element > span {
        line-height: 16px;
    }

    .header-content > .logo {
        width: 60px;
        padding-left: 10px;
        margin-bottom: 2px;
    }

    .header-content > .phone {
        font-size: 22px;
        padding: 21px 0 0;
    }

    .header-block > .menu.-fixed .header-logo {
        padding: 5px 0 0;
        width: 60px;
    }

    .screen1-block {
        height: 200px;
    }

    .screen1-zakaz > .subtitle {
        padding: 5px 0 0;
        font-size: 16px;
    }

    .screen1-zakaz > .title {
        font-size: 24px;
    }

    .screen1-zakaz > .button {
        margin-top: 8px;
    }

    .iframe-modal {
        margin: 0 -30px;
    }
}

@media (orientation: landscape), screen and (max-height: 600px) {
    .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-image-holder .mfp-close {
        right: 3px;
    }

    img.mfp-img {
        padding: 0;
    }
}
#camera-iframe {
    margin: 15px 0;
}
.pilots-page {
    margin: 60px auto 20px;
    max-width: 800px;
}
.partner-block {
    padding-top: 50px;
    padding-bottom: 10px;
}

.partner-block > .title {
    text-align: center;
    margin: 0 0 10px;
    padding: 0 22%;
}

.partner-block > .content {
    margin-top: 30px;
    text-align: center;
}
.partner-link {
    margin: auto 15px;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: none;
    display: inline-block;
}
.partner-link:hover {
    border-bottom: none;
}
.partner-link > img {
    max-width: 180px;
    max-height: 180px;
}
.partner-link.-pskovline > img {

}
.partner-link.-flighttv > img {
    height: 72px;
}
.partner-link.-voi > img {
    height: 100px;
}
.partner-link.-pervushino > img {
    height: 114px;
}
.safe-bg-n{
    padding-top: 50px;
    overflow: hidden;
}
.safe-block-n > .title{
    margin-bottom: 10px;
    text-align: center;
}