/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Base styles
 ==================================================================================================================== */

body, html {
    height: 100%;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    background: #ffffff;
}

body {
    overflow-y: scroll;
}

a:link {
    color: #009fde;
}

a:visited {
    color: #23b5f4;
}

a:hover {
    color: #006f9b;
}

a:active {
    color: #f367b9;
}

.em {
    font-weight: bold;
}

.page {
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}

.loading::after {
    display: block;
    content: '';
    width: 14vh;
    height: 14vh;
    border-radius: 100%;
    border: .5vh solid #0095d6;
    border-right-color: #ffffff;
    border-left-color: #ffffff;

    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7vh 0 0 -7vh;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.2s infinite linear;
    -ms-animation: spin 1.2s infinite linear;
    -o-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear
}

.loading .page {
    opacity: 0;
}

.page-frame {
    margin: 0 auto;
    padding: 0 15px;
    width: 1140px;
	

}

.inline-btn {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    color: #ffffff !important;
    background: #009fde;
    border-radius: 20px;
    cursor: pointer;
}

.inline-btn:hover {
    color: #FFFFFF !important;
    box-shadow: inset 0 -2px 0 0 #006c97 !important;
    background: #009fde !important;
}

.inline-btn:active {
    color: #FFFFFF !important;
    box-shadow: inset 0 2px 0 0 #004966 !important;
    background: #006c97 !important;
}

.be-client__go-site-btn {
    margin-left: 21px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 25px;
    text-transform: uppercase;
}

/* Header styles
 ==================================================================================================================== */

.page-header {
    position: fixed;
    width: 100%;
    min-width: 1170px;
    height: 72px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.site-main-nav {
    height: 72px;
}

.page-logo {
    display: block;
    position: relative;
    float: left;
    margin: 25px 0 0 0;
    width: 111px;
    height: 32px;
    text-indent: -9999px;
    overflow: hidden;
}

.page-logo img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


.page-logo-new-year {
    display: block;
    position: relative;
    float: left;
    margin: 10px 0 0 0;
    width: 111px;
    height: 46px;
    text-indent: -9999px;
    overflow: hidden;
}


.page-logo-new-year img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.site-main-menu {
    float: left;
    margin: 20px 0 0 0;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.site-main-menu-item {
    display: inline-block;
    position: relative;
    padding: 6px 16px;
    font-size: 16px;
    line-height: normal;
}

.site-main-menu-item a {
    text-decoration: none;
}

.site-main-menu-item_active a {
    color: #f367b9;
}

.site-main-menu-item__dropdown-toggle::after {
    display: inline-block;
    content: '';
    position: relative;
    top: -2px;
    margin-left: 8px;
    width: 8px;
    height: 6px;
    vertical-align: middle;
    background-image: url("../img/icon-menu-dropdown.png");
    transition: transform 0.3s ease-in-out;
}

.site-main-menu-item_opened .site-main-menu-item__dropdown-toggle::after {
    transform: rotate(-180deg);
}

.site-main-menu-item__dropdown-menu {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
    padding: 8px 15px;
    list-style: none;
    border: 1px solid #f8f8f8;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, visibility 0s;
}

.site-main-menu-item_opened .site-main-menu-item__dropdown-menu {
    top: 34px;
    opacity: 1;
    visibility: visible;
}

.site-main-menu-item__dropdown-menu li {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

/*inner menu*/
.site-inner-menu {
    margin-left: -14px;
    margin-bottom: 22px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.site-inner-menu-item {
    display: inline-block;
    position: relative;
    padding: 6px 16px;
    font-size: 16px;
    line-height: normal;
}

.site-inner-menu-item::before {
    content: '' !important;
}

.site-inner-menu-item a {
    text-decoration: none;
    color: #ffffff;
}

.site-inner-menu-item_active a {
    color: #002f67;
}

.site-inner-menu-item__dropdown-toggle::after {
    display: inline-block;
    content: '';
    position: relative;
    top: -2px;
    margin-left: 8px;
    width: 8px;
    height: 6px;
    vertical-align: middle;
    background-image: url("../img/icon-inner-menu-dropdown.png");
    transition: transform 0.3s ease-in-out;
}

.site-inner-menu-item_opened .site-inner-menu-item__dropdown-toggle::after {
    transform: rotate(-180deg);
}

.site-inner-menu-item__dropdown-menu {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
    padding: 8px 15px;
    list-style: none;
    border: 1px solid #002f67;
    border-radius: 7px;
    background: #009fde;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, visibility 0s;
}

.site-inner-menu-item_opened .site-inner-menu-item__dropdown-menu {
    top: 34px;
    opacity: 1;
    visibility: visible;
}

.site-inner-menu-item__dropdown-menu li {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

/* Page main section styles
 ==================================================================================================================== */

.page-main-section {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 185px;
    border-top: 72px solid #fff;

}

.page-main-section p {
    font-size: 16px;
}

.list-type-line {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

.list-type-line li::before {
    display: inline-block;
    content: '—';
    padding: 0 7px 0 0;
}

.page-main-section .mb0 {
    margin-bottom: 0;
}

/* Main page styles */

.departments-presentation {
    margin-bottom: 30px;
    min-width: 1170px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
}

.departments-presentation__item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 25%;
    height: 24vw;
    max-height: 33vmin;
    padding: 40px 0 0 50px;
    font-size: 32px;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
    color: #ffffff !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 112% auto;
    transition: background-size 0.35s ease-out;
	letter-spacing: -0.03em;
}

.departments-presentation__item:hover {
    background-size: 100% auto;
}

.departments-presentation__item-uts24 {
    background-image: url("../img/departments/img-department-uts24.jpg");
}

.departments-presentation__item-mice-event {
    background-image: url("../img/departments/img-department-mice-n-events.jpg");
}

.departments-presentation__item-hb-pro {
    background-image: url("../img/departments/img-department-hotelbook-pro2.jpg");
}

.departments-presentation__item-hb-ru {
    background-image: url("../img/departments/img-department-hotelbook-ru.jpg");
}

.departments-presentation__item-vip-sport {
    background-image: url("../img/departments/img-department-vip-n-sport.jpg");
}

.departments-presentation__item-incentive-incoming {
    background-image: url("../img/departments/img-department-incentive-n-incoming2.jpg");
}

.departments-presentation__item-corp-maintenance {
    background-image: url("../img/departments/img-department-corp-maintenance.jpg");
}

.departments-presentation__passport-visa-service {
    background-image: url("../img/departments/img-department-visa-n-operational.jpg");
}

.service-platforms {
    white-space: nowrap;
}

span.platform {
    display: inline-block;
}

span.platform + span.platform {
    margin-left: 45px;
}

.main-page-news {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 1140px;
    font-size: 0;
    line-height: 0;
}

.main-page-news-item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 30px 303px 30px 26px;
    width: 555px;
    height: 278px;
    background: #f8f8f8;
    vertical-align: top;
}

.main-page-news-item_narrow + .main-page-news-item_narrow {
    margin-left: 30px;
}

.main-page-news-item_wide {
    width: 1140px;
    padding-right: 888px;
}

.main-page-new-item__date {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: normal;
    color: #8b8b8b;
}

.main-page-news-item__heading {
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    color: #333333 !important;
}

.main-page-news-item__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 277px;
    height: 278px;
}

.main-page-news-item__image_wide {
    width: 862px;
}

/* Main page news in 3 cols */

.main-page-news-item_narrow {
    padding: 30px 30px 250px 30px;
    width: 360px;
    height: 360px;
}
.main-page-news-item__image {
    width: 100%;
    height: 220px;
    top: auto;
    bottom: 0;
    background-position: center center;
    background-size: cover;
}


/* Department page styles */

.department-presentation-item {
    padding: 55px 0 90px 0;
    width: 100%;
    min-height: 43vw;
    color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.department-presentation-header {
    margin: 0 0 23px 0;
    font-size: 52px;
    line-height: normal;
}

.department-presentation-details {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
}

.department-presentation-details__item {
    margin-bottom: 17px;
}

.department-presentation__btn-be-client {
    display: inline-block;
    margin-top: 4px;
    padding: 0 30px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.18);
    border-radius: 25px;
}

.department-presentation__btn-be-client:hover {
    color: #fff !important;
    box-shadow: none;
    background: #14a7e1;
}

.department-presentation__btn-be-client:active {
    color: #fff !important;
    box-shadow: none;
    background: #0079a9;
}

.department-presentation-item:nth-child(even) .department-presentation-header,
.department-presentation-item:nth-child(even) .department-presentation-details,
.department-presentation-item:nth-child(even) .department-presentation__btn-be-client {
    margin-left: calc(50% + 15px);
}

.send-mail-form {
    margin: 50px 0;
}

.providers-presentation {
    padding: 51px 0 60px 0;
    background: #f8f8f8;
}

.providers-presentation-header {
    margin: 0 0 43px 0;
    font-size: 52px;
    line-height: normal;
    font-weight: bold;
    color: #333333;
}

.providers-presentation-items {
    margin: 0;
    padding: 30px 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.providers-presentation__item {
    display: inline-block;
    margin: 0 30px 30px 0;
}

.providers-presentation__item img {
    width: 263px;
    background: #FFFFFF;
}

.providers-presentation__item:nth-child(4n+4) {
    margin-right: 0;
}

.providers-presentation__item:nth-child(4n+1),
.providers-presentation__item:nth-child(4n+3) {
    margin-right: 29px;
}

.inner-top {
    box-sizing: border-box;
    padding: 30px 0 20px 0;

    background: #fff;
    background-color: #009fde;
}

.inner-top-header {
    margin: 0 0 22px 0;
    font-size: 52px;
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
}
.inner-top-header a {
    text-decoration: none;
    color: #ffffff;
}

.inner-top-text {
    box-sizing: border-box;
    width: 730px;

    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

.inner-top-text a {
    color: #ffffff;
    text-decoration: none;
}

.vacations :last-child {
    border: none;
}

.strong {
    font-weight: bold;
}

.vacation {
    overflow: auto;
    padding: 53px 0 59px 0;
    border-bottom: 1px solid #e8e8e8;

}

.awards {
    overflow: auto;
    margin: 34px -17px 218px -17px;
}

.award {

    margin: 14px 15px;
    width: 165px;
    height: 234px;
    float: left;
}

.inner-header {
    margin: 0 0 22px 0;
    font-size: 36px;
    line-height: normal;
    font-weight: normal;
    color: #333333;
	width: 900px;
}

.inner-text {
    box-sizing: border-box;
    float: left;
    color: #333333;
    font-size: 18px;
    line-height: 26px;
	width: 750px;

}

/* Contacts */

.contacts-block {
    margin: 38px 0 0 0;
}

.contacts-header {
    font-size: 36px;
    font-weight: normal;
    margin: 0 10px 9px 0;
}

.contacts-left {
    float: left;
    padding: 0 24px 0 0;
    width: 480px;
    font-size: 18px;
    line-height: 26px;
}

.contacts-right {
    float: right;
    padding: 0 0 0 24px;
    width: 480px;
    font-size: 18px;
    line-height: 26px;
}

.contacts-left p,
.contacts-right p {
    margin: 26px 0;
}

.contacts-block .gray {
    color: #999999;
}

.contacts .map {
    margin: 22px 0 50px;
}

.contacts .map:last-child {
    margin-bottom: 0;
}

.qr-code {
    float: right;
    background-color: white;
    width: 150px;
    image-rendering: pixelated;
}
/* End contacts */


.be-client {
    box-sizing: border-box;
    padding: 51px 0 90px 0;
    min-height: 580px;
    background: #fff;
}

.be-client-header {
    margin: 0 0 53px 0;
    font-size: 52px;
    line-height: normal;
    font-weight: bold;
    color: #333333;
}

.be-client-inputs {
    box-sizing: border-box;
    float: left;
    padding-right: 112px;
    width: 570px;
}

.be-client-inputs label.error {
    display: block;
    margin-top: -24px;
    height: 24px;
    color: #f367b9;
}

.be-client-input__text {
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 9px 0;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
}

.be-client-input__text:focus {
    outline: none;
    border-bottom-color: #009fde;
}

.be-client-input__btn-submit {
    display: inline-block;
    margin-top: 20px;
    padding: 0 30px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: #009fde;
    border: 0 none;
    outline: none !important;
    border-radius: 25px;
}

.be-client-input__check {
    width: 20px;
    height: 20px;
    margin: 20px 10px 10px 0;
}

.be-client-input__label {
    color: #999999;
    font-size: 16px;
    position: relative;
    top: -5px;
}

.be-client-input__btn-submit:hover {
    color: #fff !important;
    background: #14a7e1;
}

.be-client-input__btn-submit:active {
    color: #fff !important;
    background: #0079a9;
}

.be-client-contacts {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    width: 570px;
    font-size: 18px;
    line-height: 26px;
}

.be-client-contacts a {
    text-decoration: none;
}

.tour-operator-certificate {
    float: right;
    margin-top: -95px;
    padding-left: 41px;
    width: 222px;
    min-height: 37px;
    font-size: 18px;
    line-height: 26px;
    background: left 5px no-repeat url("../img/icon-document-type-pdf.png");
    cursor: pointer;
}

.tour-operator-certificate a {
    color: #FFFFFF;
    border-bottom: 1px solid #7acdee;
    text-decoration: none;
}

/* Milestones styles */

.milestones {
    padding: 53px 0 34px;
}

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

.milestones-list-item {
    position: relative;
    box-sizing: border-box;
    padding: 14px 80px 14px 0;
    width: 424px;
    border-right: 1px solid #009fde;
}

.milestones-list-item:nth-child(even) {
    margin-left: 423px;
    padding-right: 0;
    padding-left: 63px;
    width: 520px;
    border-left: 1px solid #009fde;
    border-right: 0 none;
}

.milestones-list-item:first-child {
    padding-top: 8px;
}

.milestones-list-item:last-child {
    border: 0 none;
}

.milestones-list-item:last-child::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 14px;
    border-left: 1px solid #009fde;
}

.milestones-list-item:nth-child(odd):last-child::before {
    left: auto;
    right: 0;
    border-right: 1px solid #009fde;
    border-left: 0 none;
}

.milestone-year {
    position: absolute;
    right: -34px;
    top: 14px;
    margin: 0;
    width: 68px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
}

.milestones-list-item:nth-child(even) .milestone-year {
    right: auto;
    left: -34px;
}

.milestones-list-item:first-child .milestone-year {
    top: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border: 1px solid #009fde;
    border-radius: 50%;
}

.milestone-event {
    margin: 0;
    font-size: 18px !important;
    line-height: 26px;
}

.milestone-event + .milestone-event {
    margin-top: 28px;
}

.intersection {
    margin: 0;
    height: 1px;
    border: 0;
    background: #e8e8e8;
}

.facts-about-uts {
    padding: 42px 0 90px;
}

.facts-about-uts .inner-header {
    margin-bottom: 0;
}

.facts-about-uts-text {
    width: 765px;
}

.facts-about-uts-text p {
    margin: 27px 0;
    font-size: 18px;
    line-height: 26px;
}

.ceo-photo {
    float: right;
    margin: 0;
    width: 263px;
}

.ceo-photo-img {
    width: 263px;
    height: 263px;
    overflow: hidden;
    border-radius: 50%;
}

.ceo-photo img {
    vertical-align: top;
}

.ceo-photo figcaption {
    margin-top: 23px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.write-to-ceo {
    padding-top: 30px;
}

.write-to-ceo p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}


/* Popup styles */

#popup-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000;
}

.popup-window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popup-header {
    padding: 4px 15px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    background: #f8f8f8;
}

.popup-text {
    padding: 25px 15px;
    font-size: 16px;
    line-height: 26px;
}

.popup-close {
    padding: 15px;
    text-align: center;
}

/* Blog page */

.press-intro {
    margin-top: 40px;
}

.blog {
    padding: 40px 0 60px 0;
    font-size: 0;
    line-height: 0;
}

.blog-item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 30px 30px;
    padding: 25px 26px;
    width: 360px;
    height: 151px;
    font-size: 18px;
    line-height: 26px;
    vertical-align: top;
    text-decoration: none;
    overflow: hidden;
    background: #f8f8f8;
}

.blog-item::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    background: -moz-linear-gradient(top, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 85%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,0) 0%,rgba(248,248,248,1) 85%);
    background: linear-gradient(to bottom, rgba(248,248,248,0) 0%,rgba(248,248,248,1) 85%);
}

.blog-item:nth-child(3n+1) {
    margin-left: 0;
}

.blog-item-date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #8b8b8b;
}

.blog-item-header {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #333333;
}


/* Styles for old content */

.MsoNoSpacing {
    white-space: nowrap;
}

.MsoNoSpacing img {
    display: inline-block;
}

.MsoNoSpacing img + img {
    margin-left: 27px;
}


/* Footer styles
 ==================================================================================================================== */

.page-footer {
    margin-top: -185px;
    min-width: 1170px;
    height: 185px;
    background: #f8f8f8;
}

.page-footer-row {
    height: 135px;
}

.page-footer-row:last-child {
    height: 49px;
    border-top: 1px solid #e5e5e5;
}

.page-footer-presentation-button {
    float: left;
    padding-top: 20px;
    vertical-align: top;
}

.page-footer-presentation__btn-download {
    display: inline-block;
    padding: 0 30px;
    box-sizing: border-box;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333 !important;
    border: 1px solid #0095d6;
    border-radius: 25px;
}

.page-footer-presentation__btn-download:hover {
    color: #fff !important;
    background: #14a7e1;
}

.page-footer-presentation__btn-download:active {
    color: #fff !important;
    background: #0079a9;
}

.site-secondary-nav {
    float: left;
    padding-top: 5px;
    vertical-align: top;
}

.site-secondary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.site-secondary-menu__item {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 1.75em;
    vertical-align: top;
}

.site-secondary-menu__item + .site-secondary-menu__item {
    margin-left: 90px;
}

.site-secondary-menu__item a {
    float: left;
    clear: left;
    text-decoration: none;
    color: #999999;
}

.page-footer-email-and-map {
    float: right;
    margin-right: 90px;
    padding-top: 17px;
    line-height: 28px;
}

.page-footer-email {
    text-decoration: none;
}

.page-footer-map {
    display: inline-block;
    margin-left: 19px;
    line-height: normal;
    text-decoration: none;
    color: #333333 !important;
    border-bottom: 1px dotted #333333;
}

.page-footer-map::before {
    display: inline-block;
    content: '';
    position: relative;
    top: 3px;
    width: 10px;
    height: 14px;
    margin: 0 6px 0 -16px;
    background: url("../img/icon-map-point.png");
}

.page-footer-phone {
    float: right;
    padding: 17px 0 0 0;
    min-width: 170px;
    line-height: 28px;
    text-align: right;
}

.page-footer-phone-switch {
    position: relative;
    color: #999999;
    z-index: 2;
}

.page-footer-phone-switch .switch {
    color: #333333;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.page-footer-phones-dropdown {
    display: none;
    position: absolute;
    right: -15px;
    bottom: -3px;
    margin: 0;
    padding: 5px 15px 27px 15px;
    min-width: 100%;
    list-style: none;
    border: 1px solid #f8f8f8;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -1px 3px 1px rgba(0, 0, 0, 0.15);
    z-index: -1;
}

.page-footer-phones-dropdown_opened {
    display: block;
}

.page-footer-phones-dropdown li {
    float: right;
    clear: both;
    margin: 3px 0;
    padding: 0;
    line-height: normal;
    color: #333333;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.page-footer-phones-dropdown li.active {
    display: none;
}

.page-footer-phone-num {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.page-footer-redd-uts {
    margin-top:20px;
}

.page-footer-copyright {
    padding: 5px 15px 0 15px;
    color: #999999;
}

.page-privacy-policy {
    padding: 0 15px 0 15px;
    color: #999999;
}


.page-footer-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.page-footer-social-icons-item {
    position: relative;
    bottom: -5px;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}

.page-footer-social-icons-item + .page-footer-social-icons-item {
    margin-left: 10px;
}

.page-footer-social-icons-item_vk {
    left: -2px;
    bottom: -5px;
}

.page-footer-social-icons-item a path {
    fill: #999999;
}

.page-footer-social-icons-item a:hover path {
    fill: #333333;
}

.page-header-lang {
    float: right;
    margin-right: 25px;
    padding-top: 19px;
    font-size: 20px;
    line-height: 28px;
    color: #999999;
    text-decoration: none;
    font-weight: bold;
}

.page-header-lang a {
	color:#23b5f4;
    text-decoration: none;
	
}

.page-header-social-icons {
    float: right;
    margin-right: 25px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 28px;
    color: #999999;
}

.page-header-social-icons ul {
    margin: -3px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.page-header-social-icons-item {
    position: relative;
    bottom: -5px;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}

.page-header-social-icons-item + .page-header-social-icons-item {
    margin-left: 10px;
}

.page-header-social-icons-item_vk {
    left: -2px;
    bottom: -6px;
}

.page-header-social-icons-item a path {
    fill: #009fde;
}




.page-header-phone {
    float: right;
    min-width: 170px;
    padding-top: 20px;
    line-height: 28px;
    text-align: right;
}


.page-header-phone-switch {
    position: relative;
    color: #999999;
    z-index: 2;
    font-size: 12px;
}

.page-header-phone-switch .switch {
    color: #333333;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.page-header-phones-dropdown {
    display: none;
    position: absolute;
    right: -15px;

    margin: 0;
    padding: 5px 15px 5px 15px;
    min-width: 100%;
    list-style: none;
    border: 1px solid #f8f8f8;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -1px 3px 1px rgba(0, 0, 0, 0.15);
    z-index: -1;
}

.page-header-phones-dropdown_opened {
    display: block;
}

.page-header-phones-dropdown li {
    float: right;
    clear: both;
    margin: 3px 0;
    padding: 0;
    line-height: normal;
    color: #333333;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.page-header-phones-dropdown li.active {
    display: none;
}

.page-header-phone-num {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.qr-code {
    float: right;
    background-color: white;
    width: 150px;
    image-rendering: pixelated;
}

.btn-close {
    background: #fff;
    behavior: url(/PIE.htc);
    border-radius: 5px;
    box-shadow: 0 0 7px #666;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: -moz-linear-gradient(top, #ffffff, #f6f6f4);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f4));
    background: linear-gradient(top, #ffffff, #f6f6f4);
    background: -o-linear-gradient(top, #ffffff, #f6f6f4);
    -pie-background: linear-gradient(#ffffff, #f6f6f4);
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.mission-page-main-section {
    box-sizing: border-box;
    min-height: 100%;
    
    border-top: 72px solid #fff;

}

.mission{
	margin: 45px 0 70px 0;
}


.mission-inner-top {
height:116px;
background-image:url(../img/inner-top-img-bg.png) ;

 
}

.mission-inner-top-bg{
	background-color:rgba(0, 159, 222, 0.7);
	box-shadow:0 0 0 128px rgba(0, 159, 222, 0.33) inset;
	padding: 30px 0 4px 0;
	box-sizing: border-box;   
   
}


.mission-logo{
	width:623px;
	height:177px;
	margin: 0 0 0 0;
}


.mission-item{
	background: url(../img/mission-bg.jpg) left top no-repeat;
	height:526px;
	
}

#mission-descr{
	position:relative;
	left:190px;
	top: 200px;
	width:554px;
	margin:0;
	padding:0;
}

#value-descr{
	position:relative;
	left:548px;
	top: 230px;
	width:784px;
	margin:0;
	padding:0;
	text-align:right;
}

.mission-item-header{
	color: #000000;
  
    font-size: 32px;
	font-weight:regular;
    line-height: normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.mission-item-descr{
	color: #5397d5;
    
    font-size: 44px;
	
    line-height: normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
}


.mission-page-footer {
	margin-top:-46px;
   
    height: 109px;
    background: url(../img/mission-footer-bg.jpg) left top no-repeat;
}

.mission-page-footer .site-secondary-menu__item{
	font-size:12px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
