html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Tahoma;
    color: #2b2a2a;
}

.title-1, .title-2, .title-3, .title-4, .title-5, .title-6 {
    margin-top: 26px;
    margin-bottom: 32px;
    color: #1d364b;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.title-1 {
    font-size: 34px;
}

.title-2, .modal-title {
    font-size: 30px;
}

.title-3 {
    font-size: 24px;
}

.title-4 {
    font-size: 17px;
}

.title-5 {
    font-size: 14px;
}

.title-6 {
    font-size: 12px;
}

[class*=title].text-muted {
    color: #777;
}

a {
    color: #005eab;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #f0f0f0;
}

.bg-blue {
    background-color: #0083D5;
}

.btn.btn-orange {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-green {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-blue {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn-shadow {
    -moz-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.70);
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.70);
}

.btn-orange {
    background-color: #ff3c00;
    border-color: #ff3c00;
    color: #ffffff;
}

.btn-green {
    background-color: #5cc23d;
    border-color: #5cc23d;
    color: #ffffff;
}

.btn-blue {
    background-color: #0083D5;
    border-color: #0083D5;
    color: #ffffff;
}

.btn.btn-orange:hover, .btn.btn-orange:focus {
    background-color: #FF4B14;
    border-color: #E72711;
    color: #ffffff;
}

.btn.btn-green:hover, .btn.btn-green:focus {
    background-color: #5cc23d;
    border-color: #4ca332;
    color: #ffffff;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background-color: #0083D5;
    border-color: #00619c;
    color: #ffffff;
}

.header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.header .nav {
    width: 100%;
    margin-top: 32px;
}

.header .nav > li {
    width: 22.75%;
    margin-left: 3%;
}

.header .nav > li:first-child {
    margin-left: 0;
}

.header .nav > li > a {
    padding: 12px 0;
}

.header .nav .btn-lg {
    font-size: 16px;
}

.header .navbar-toggle {
    border: none;
    float: none;
    margin-right: 10px;
}

.header .navbar-toggle:focus, .header .navbar-toggle:hover {
    background-color: #f8f8f8;
}

.header .navbar-toggle .icon-bar {
    background-color: #045597;
}

.header .contacts {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.header .contacts.internal {
    margin-bottom: 0;
}

.header .contacts a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #BCBCBC;
    text-decoration: none;
    cursor: pointer;
}

.header .contacts button + a, .header .contacts button + a + a {
    color: #1d364b;
    border: none;
}

.header .contacts .home {
    float: left;
    font-size: 18px;
    border: none;
    padding: 0;
    line-height: 1;
}

.header .bg-blue {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
}

.header .bg-blue p {
    margin-top: 5px;
}

.header img[src*=logo-garant] {
    max-width: 200px;
    height: auto;
}

.preview {
    background: url("../images/bg-preview.jpg") center center no-repeat;
    background-size: cover;
    color: #ffffff;
    min-height: 472px;
}

.preview [class*=title] {
    color: #ffffff;
}

.preview .title-1 {
    margin-top: 34px;
    margin-bottom: 17px;
}

.preview .title-1 + .title-4 {
    margin-bottom: 56px;
}

.preview .title-4 {
    font-size: 20px;
}

.preview .btn {
    display: block;
    width: 240px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.flowplayer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3.6% 17% 0;
}

.flowplayer-container .fp-ratio {
    padding-top: 63% !important;
}

.flowplayer-container .flowplayer.is-playing {
    background-color: #000;
}

.advantage .title-5, .advantage p {
    text-align: center;
}

.advantage .title-5 {
    font-weight: bold;
    color: #20537d;
    margin-top: 8px;
    margin-bottom: 6px;
    min-height: 30px;
}

.advantage .row {
    position: relative;
}

.advantage .row + .row, .advantage .row + .row + .row {
    margin-bottom: 10px;
}

.advantage .row + div:before {
    content: "";
    display: block;
    width: 33.33333333%;
    height: 92%;
    position: absolute;
    top: 4%;
    left: 33.33333333%;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

#big-carousel .carousel-inner {
    -webkit-box-shadow: 0 0 4px 0 rgba(98, 98, 98, 0.5);
    box-shadow: 0 0 4px 0 rgba(98, 98, 98, 0.5);
}

#big-carousel .item > img {
    display: block;
    width: inherit;
    height: auto;
}

#big-carousel .carousel-indicators li {
    border-radius: 0;
    border: 1px solid #FF896F;
    background: #FF5530;
    width: 13px;
    height: 13px;
    margin: 0 3px;
}

#big-carousel .carousel-indicators li.active {
    border: 1px solid #4D87A6;
    background: #00527F;
}

#big-carousel .carousel-caption {
    background: #20537d;
    opacity: .8;
    text-align: left;
    text-shadow: none;
    padding: 14px;
    left: 30%;
    right: 0;
    bottom: 18%;
}

#big-carousel .carousel-caption .title-1 {
    color: white;
    margin: 0;
}

#big-carousel .carousel-indicators {
    left: 30%;
    bottom: 24px;
    margin: 0 0 0 -3px;
    text-align: left;
}

#big-carousel .carousel-control, #big-carousel .carousel-control {
    z-index: 15;
}

.carousel-control.left > img, .carousel-control.right > img {
    display: block;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.carousel-control.left > img {
    left: 22px;
}

.carousel-control.right > img {
    right: 22px;
}

.carousel-control.left, .carousel-control.right {
    filter: none;
    background-image: none;
}

#carousel .carousel-control.left {
    left: -66px;
}

#carousel .carousel-control.right {
    right: -66px;
}

.component {
    padding-top: 42px;
    padding-bottom: 22px;
}

.component img {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.demo {
    font-size: 17px;
}

.demo .title-4 {
    margin-bottom: 17px;
}

.demo p:last-child {
    margin-bottom: 36px;
}

.demo .btn-xs, .popular .btn-xs {
    margin-left: 12px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 12px;
    font-size: 14px;
}

#back-top {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: fixed;
    right: 10px;
    bottom: 2%;
    background-color: #DEDEDE;
    color: #ffffff;
    background-color: rgba(119, 119, 119, 0.4);
    font-size: 24px;
    cursor: pointer;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 99;
}

#back-top:hover {
    background-color: #777;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

#back-top .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -12px;
}

.question {
    padding-bottom: 50px;
}

.question .inner {
    position: relative;
    overflow: hidden;
    background-color: #005fae;
    border: 1px solid #005fae;
    margin-bottom: 15px;
    height: 164px;
    cursor: pointer;
}

.question .inner .title, .question .inner .answer {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
}

.question .inner .title {
    height: 50%;
    top: 25%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
}

.question .inner .answer {
    overflow-y: auto;
    padding: 10px;
    background-color: #ffffff;
    color: inherit;
    height: 100%;
    bottom: -100%;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.question .inner.active .answer {
    bottom: 0;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer .title-3 {
    font-size: 20px
}

.footer .copyright {
    font-size: 17px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.popular {
    padding-bottom: 24px;
}

.popular div > .title-2 {
    margin-bottom: 10px;
}

.popular div > .title-2 + .title-4 {
    margin-top: 10px;
}

.popular .documents p {
    color: #1d364b;
    font-size: 17px;
    margin-bottom: 4px;
}

.popular .nav {
    background-color: #f0f0f0;
    min-height: 224px;
    margin-bottom: 15px;
}

.popular .nav-pills > li.active > a, .popular .nav-pills > li.active > a:focus, .popular .nav-pills > li.active > a:hover {
    background-color: #20537d;
    color: #ffffff;
}

.popular .nav-pills > li > a {
    border-radius: 0;
    color: #2b2a2a;
    padding: 4px 18px;
}

.popular .nav-pills > li > a:focus, .popular .nav-pills > li > a:hover {
    text-decoration: none;
    background-color: #e3e3e3;
}

.popular .tab-content .title-4 {
    margin: 0 0 16px;
}

.doc-section .doc-section-title {
    font-size: 14px;
    font-weight: bold;
    color: #1d364b;
    margin: 0 0 14px;
}

.doc-section .doc-section-list {
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.doc-section .doc-section-list li {
    margin-bottom: 8px;
}

.full-list {
    cursor: pointer;
    text-decoration: underline;
}

.modal-content {
    border: 2px solid #A6C9E2;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 42px;
}

.modal-header {
    border-bottom: none;
    margin-bottom: 8px;
}

.modal-header .close {
    margin-top: 0;
    z-index: 2;
}

.modal-title {
    margin-top: 12px;
}

.modal-title + .title-3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 20px;
}

.modal-footer {
    border-top: none;
    padding-top: 6px;
    text-align: center;
}

.modal-backdrop {
    background-color: #a6c9e2;
}

.modal-content .btn.btn-orange.btn-lg {
    min-width: 270px;
    margin-bottom: 14px;
}

.modal-content .title-6 {
    margin: 0 0 10px;
}

.tooltip-inner {
    background-color: #ffffff;
    color: #2b2a2a;
    border: 1px solid #A6C9E2;
}

.tooltip-arrow {
    display: none;
}

label {
    font-weight: normal;
}

label.error {
    color: #a94442;
    font-size: 12px;
}

.checkbox label, .radio label {
    position: relative;
}

.checkbox label label, .radio label label {
    position: absolute;
    bottom: -20px;
    left: 0;
    padding: 0;
}

.modal form .btn {
    margin-top: 10px;
}

button.close {
    box-sizing: border-box;
    margin-top: 0;
    position: absolute;
    top: 3px;
    right: 3px;
    border: 1px solid #8D8D8D;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    font-size: 17px;
    font-weight: normal;
    color: #8D8D8D;
    opacity: .5;
}

button.close span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -6px;
}

button.close:focus, button.close:hover {
    opacity: 1;
    color: #8D8D8D;
}

:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.change-password {
    display: inline-block;
    margin-bottom: 20px;
}

.change-password:hover {
    text-decoration: none;
}

.table > tbody > tr > th {
    background-color: #ececec;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.btn.btn-social {
    background-color: #f0f0f0;
    color: #2b2a2a;
    width: 34px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.btn.btn-social:hover {
    color: #fff;
}

.btn-facebook:hover {
    background-color: #3B5999;
}

.btn-vk:hover {
    background-color: #4F7299;
}

.form-horizontal .form-group:last-child {
    margin-bottom: 0;
}

.modal-dialog .badge-login,
.modal-dialog .badge-registration {
    position: absolute;
    right: 0;
    margin-top: 25px;
}

.badge-login,
.badge-registration {
    padding: 2px 42px 2px 15px;
}

.badge-blue {
    background: #c6e7ec;
    color: #477f9a;
}

a.badge-login,
a.badge-registration {
    text-decoration: none;
    display: inline-block;
    outline: none;
}

.intro {
    margin-top: 35px;
}

.intro img {
    position: absolute;
    top: -35px;
    left: 46%;
}

.title-documents h1 {
    font-size: 30px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.title-documents img[src*=logo-garant] {
    max-width: 120px;
    float: right;
    margin-top: 30px;
    height: auto;
}

.screenshot img {
    display: block;
    max-width: 100%;
    height: auto;
}

.screenshot .order-container {
    position: fixed;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    text-transform: none;
    left: 50%;
    bottom: 12px;
    z-index: 999;
    display: flex;
    flex-direction: none;
    column-gap: 20px;
    left: 0;
    right: 0;
}

.steps {
    margin-top: 16px;
}

.steps .step {
    position: relative;
    margin-bottom: 20px;
}

.steps .step:after {
    display: block;
    width: 65px;
    height: 11px;
    content: "";
    position: absolute;
    top: 206px;
    right: -30px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2075%2011%22%3E%0A%20%20%3Cpath%20d%3D%22M71.58%2010.96L75%205.5%2071.58.04h-2.1v10.92zM63.7.04h3.91v10.92H63.7zm-5.79%200h3.91v10.92h-3.91zm-5.79%200h3.91v10.92h-3.91zm-5.79%200h3.91v10.92h-3.91zm-5.8%200h3.91v10.92h-3.91zm-5.79%200h3.91v10.92h-3.91zm-5.79%200h3.91v10.92h-3.91zm-5.79%200h3.91v10.92h-3.91zm-5.79%200h3.91v10.92h-3.91zm-5.79%200h3.91v10.92h-3.91zm-5.79%200H9.7v10.92H5.79zM0%20.04h3.91v10.92H0z%22%20fill%3D%22%23C2C2C2%22/%3E%0A%3C/svg%3E%0A');
    background-repeat: no-repeat;
}

.steps .step:last-child:after {
    display: none;
}

.steps .step img {
    margin-bottom: 14px;
}

.steps .step img + p {
    width: 80%;
}

.screenshot .btn.btn-orange.btn-lg {
    font-size: 14px;
}

.screenshot .btn.btn-green.btn-lg {
    font-size: 14px;
}

.screenshot .btn.btn-blue.btn-lg {
    font-size: 14px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 568px;
    }
}

@media (max-width: 1200px) {
    .header .nav .btn-lg {
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (max-width: 800px) {
    .screenshot .order-container {
        flex-direction: column;
        column-gap: 0px;
    }

    .screenshot .btn-buy {
        margin: 15px auto 15px auto;
    }
}

@media (max-width: 991px) {
    .header img[src*=logo-garant] {
        max-width: 100%;
    }

    .header .nav {
        margin-top: 17px;
    }

    .header .nav .btn-lg {
        font-size: 12px;
    }

    .flowplayer-container .fp-ratio {
        padding-top: 60% !important;
    }

    .slideout-panel {
        padding-bottom: 240px;
    }

    .steps .step:nth-child(2):after {
        display: none;
    }

    .steps .step img + p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .ctr-shadow {
        -moz-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.70);
        -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.70);
        box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.70);
    }

    #back-top {
        font-size: 20px;
    }

    .advantage .row {
        margin-right: 0;
        margin-left: 0;
    }

    .advantage .row > div {
        padding-right: 0;
        padding-left: 0;
    }

    .advantage .title-5, .advantage p {
        text-align: left;
        min-height: 0;
    }

    .advantage .row + div:before {
        display: none;
    }

    .header .navbar {
        margin-bottom: 0;
    }

    .preview {
        text-align: center;
    }

    .component p {
        margin-top: 10px;
    }

    .flowplayer-container {
        padding: 3.6% 17.5% 0;
    }

    .preview .btn {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .title-1 {
        font-size: 28px;
    }

    .title-2, .modal-title {
        font-size: 22px;
    }

    .title-3, .question .name a {
        font-size: 20px;
    }

    .title-4 {
        font-size: 16px;
    }

    .footer .copyright {
        font-size: 15px;
    }

    .modal-content {
        padding: 0;
    }

    #back-top {
        width: 36px;
        height: 36px;
    }

    #back-top .glyphicon {
        margin: -10px 0 0 -10px;
    }

    .header .contacts {
        text-align: left;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .header .contacts {
        text-align: left;
        margin-bottom: 0;
    }

    .header .contacts.bg-gray {
        background-color: #ffffff;
    }

    .header .contacts a {
        border-left: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .slideout-panel {
        padding-bottom: 240px;
    }

    .question .inner {
        height: 140px;
    }

    .modal-dialog .badge-login,
    .modal-dialog .badge-registration {
        left: 0;
        right: auto;
        top: 3px;
        margin-top: 0;
    }

    .badge-login,
    .badge-registration {
        padding: 2px 15px 2px 15px;
    }

    .intro {
        margin-top: 0;
    }

    .intro img {
        position: absolute;
        top: 8px;
        left: -12%;
    }

    .title-documents h1 {
        font-size: 24px;
    }

    .steps .step {
        margin-bottom: 65px;
    }

    .steps .step:after {
        width: 8px;
        height: 60px;
        top: 100%;
        right: 50%;
        margin-right: -4px;
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2011%2075%22%3E%0A%20%20%3Cpath%20d%3D%22M.04%2071.58L5.5%2075l5.46-3.42v-2.1H.04zm0-7.88h10.92v3.91H.04zm0-5.79h10.92v3.91H.04zm0-5.79h10.92v3.91H.04zm0-5.79h10.92v3.91H.04zm0-5.8h10.92v3.91H.04zm0-5.79h10.92v3.91H.04zm0-5.79h10.92v3.91H.04zm0-5.79h10.92v3.91H.04zm0-5.79h10.92v3.91H.04zm0-5.79h10.92v3.91H.04zm0-5.79h10.92V9.7H.04zM.04%200h10.92v3.91H.04z%22%20fill%3D%22%23C2C2C2%22/%3E%0A%3C/svg%3E%0A');
        background-repeat: no-repeat;
    }

    .steps .step:nth-child(2):after {
        display: block;
    }

    .steps .step img + p {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .slideout-panel {
        padding-bottom: 256px;
    }
}

@media (max-width: 540px) {
    .slideout-panel {
        padding-bottom: 272px;
    }
}

@media (max-width: 480px) {
    .slideout-panel {
        padding-bottom: 272px;
    }
}

@media (max-width: 400px) {
    .modal-content .btn.btn-orange.btn-lg, .preview .btn.btn-orange.btn-lg {
        width: 100%;
        min-width: 100%;
    }

    .slideout-panel {
        padding-bottom: 310px;
    }
}

@media (max-width: 320px) {
    .slideout-panel {
        padding-bottom: 342px;
    }
}

.page-404 .container {
    background-image: none !important;
}

.page-404 .content-box{
    height: 630px;
    width: 1000px;
    background: url('/images/aero/images/bg-404.jpg') no-repeat 68px 154px #FFFFFF;
    margin: 0 auto;
}

.page-404 .head-box {
    margin: 34px 0 10px 0;
    min-height: 70px;
    position: relative;
}

.page-404 .head-box .title-page{
    color: #ff4a34;
    font-size: 87px;
    position: relative;
}

.page-404 .head-box .title-page span {
    display: block;
    width: 260px;
    color: #005FB2;
    font-size: 24px;
    text-transform: none;
    position: absolute;
    top: 18px;
    left: 164px;
}

.page-404 .head-box .logo{
    top: 11px;
    display: block;
    width: 170px;
    height: 70px;
    position: absolute;
    right: 0;
}

.page-404 .link-box-demo {
    width: 450px;
    color: #005FB2;
    font-size: 24px;
    position: absolute;
    top: 581px;
    left: 785px;
}

.page-404 .link-box-demo a {
    color: #ff4a34;
    cursor: pointer;
}

.page-404 nav.navbar {
    display: none;
}