html {
    position: relative;

    min-height: 100%;
}

body {
    margin-bottom: 50px;
}

.footer1 {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 50px;
}

@media (max-width: 767px) {
    body {
        margin-bottom: 0;
    }
    .footer1 {
        position: static;
        bottom: auto;

        height: auto;
    }
}

body {
    font-family: 'Myriad Pro', sans-serif; 

    background: url('../img/main_bg.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.with-bg {
    font-family: 'myriadprobold', sans-serif; 

    color: #f1f2f2;
    border-radius: 5px;
    background: linear-gradient(#00a2dd, #052b57);
}

.main-img {
    width: 90%; 
    margin-left: -10%;
}
@media (max-width: 767px) {
    .main-img {
        margin: 0 auto;
    }
}

.head {
    font-family: 'myriadwebpro', sans-serif;
    font-size: 25px;

    overflow: hidden;

    height: 32%;
    min-height: 195px;

    text-align: center;

    color: #0057a8;
}
.head__contact {
    position: relative;
    z-index: 10; 

    float: left;

    width: 33%;
    height: 25%;
}
@media (max-width: 767px) {
    .head__contact {
        float: none; 

        width: 100%;
    }
}
@media (max-width: 767px) {
    .head__contact--lg {
        display: none;
    }
}
.head__contact--xs {
    display: none;
}
@media (max-width: 767px) {
    .head__contact--xs {
        display: block;
    }
}
@media (max-width: 767px) {
    .head__contact a {
        font-size: 18px;
        line-height: 1.5;
    }
}
.head__logo {
    float: left;

    width: 34%; 
    height: 32%;
}
@media (max-width: 767px) {
    .head__logo {
        float: none;

        width: 80%;
        margin: auto;
    }
}
.head__logo img {
    max-width: 100%;
    height: auto;
    padding-top: 3%;
}
.head__logo_text {
    font-size: 24px; 

    display: inline-block;
}
@media (max-width: 767px) {
    .head__logo_text {
        font-size: 20px;
        line-height: 1.2;
    }
}
.head__info {
    float: right;

    width: auto;

    text-align: center;
}
@media (max-width: 991px) {
    .head__info {
        display: none;
    }
}
.head__abc {
    display: block;

    margin-top: 40px;

    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
@media (max-width: 991px) {
    .head__abc {
        margin-top: 25px;
    }
}

.head div p a img {
    height: 40%;
    min-height: 1px; 
    padding-top: 3%;
}

.head .right {
    text-align: right;
}

.head p {
    line-height: 1.4;
}

.back {
    height: 25%; 

    background: url('../img/bg_back.jpg') no-repeat;
    background-size: cover;
}

.main {
    overflow: hidden;

    width: auto;
    min-height: 360px;
    padding: 30px 0;
}

.main > h2 {
    font-size: 2.2em;

    margin-top: -5px;
    padding: 2% 0;

    text-align: center;
}

.sidebar {
    box-sizing: border-box;
    width: 29.3%; 
    min-height: 100%;

    border-right: .2em solid #9b9b9c;
    border-bottom: .1em solid #9b9b9c;
}

.sidebar.autorization-sidebar {
    background: url('../img/bg_autoriz_sidebar.jpg') no-repeat;
    background-size: cover;
}

.navigation {
    font-family: 'myriadprobold', sans-serif;

    padding: 5% 0;
}

.navigation li {
    width: 80%; 
    margin: 0 auto;

    text-align: center;
}

.navigation li.navigation-header {
    font-size: 1.7em;

    padding: 5% 0;

    text-transform: uppercase; 

    color: #fff;
    border-radius: 8px;
    background: #3d3c3e;
}

.navigation a {
    font-size: 1em;

    display: block;

    padding: 7% 0;

    text-decoration: none; 

    color: #231f20;
    border-top: 1px solid #3d3c3e;
    border-right: 2px solid #3d3c3e;
    border-bottom: 1px solid #3d3c3e;
    border-left: 2px solid #3d3c3e;
    border-radius: 8px;
    background: #fff;
}

.navigation a:hover,
.navigation li.active a {
    color: #fff; 
    background: #3d3c3e;
}

.content {
    display: table;

    width: 100%;
}

.content.autorization-content {
    width: 70.7%; 

    background: url('../img/bg_autoriz_content.jpg') no-repeat;
    background-size: cover;
}

.content.autorization-content > div {
    padding: 10% 0;
}

.content h2 {
    text-align: center;
}

.content h2 span {
    font-size: 2.3em;

    display: inline-block;

    padding: 3.3% 3%;
}

.content > p {
    font-family: 'myriadprobold', sans-serif;
    font-size: 1em;

    margin: 2% 0 1%;

    text-align: center; 

    color: #414042;
}

.content table {
    font-family: 'Myriad Pro Regular', sans-serif;
    font-size: .8em;

    width: 70%;
    margin: auto;
    margin-bottom: 30px; 

    color: #002d65;
    border-top: 2px solid #003d82;
    border-left: 2px solid #003d82;
}
@media (max-width: 991px) {
    .content table {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .content table {
        width: 95%;
    }
}

.content table th {
    font-size: 30px;

    padding: 10px 5px; 

    border-right: 2px solid #003d82;
    border-bottom: 2px solid #003d82;
}
@media (max-width: 767px) {
    .content table th {
        font-size: 16px;
    }
}

.content table td {
    font-size: 20px;

    padding: 15px 20px 15px; 

    border-right: 2px solid #003d82;
    border-bottom: 2px solid #003d82;
}
@media (max-width: 767px) {
    .content table td {
        font-size: 14px;

        padding: 10px;
    }
}

.content table .map {
    padding: 0 !important;
}

.content table .map img {
    width: 100%;
}

.content table .table_head {
    padding: 0;
}

.content table .table_head h2 {
    padding: 10px;
}

.content table .bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

#main_button {
    width: 90%;
}
@media (max-width: 767px) {
    #main_button {
        width: 100%;
    }
}

#main_button .wrapper {
    display: inline-block;
}

#main_button .inner {
    display: table-cell;

    width: 100%; 
    height: 80px;

    vertical-align: middle;
}

.main .left {
    float: left; 

    width: 68%;
}
@media (max-width: 767px) {
    .main .left {
        float: none;

        width: 100%;
        padding: 40px 0;
    }
}

.main .right {
    float: left; 

    width: 32%;
}
@media (max-width: 767px) {
    .main .right {
        float: none;

        width: 90%;
        margin: auto;
    }
}

.main .right button[type='submit'] {
    font-family: 'myriadprobold', sans-serif;
    font-size: 1.8em;

    width: 100%;
    padding: 1.5% 2%;

    cursor: pointer; 
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #00528c;
    border-radius: 10px;
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
}
@media (max-width: 991px) {
    .main .right button[type='submit'] {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .main .right button[type='submit'] {
        font-size: 16px;

        padding: 1% 1.5%;
    }
}

.submit .wrapper .inner span {
    font-size: 25px;
}
@media (max-width: 991px) {
    .submit .wrapper .inner span {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .submit .wrapper .inner span {
        font-size: 16px;
    }
}

#autorization {
    width: 65%; 
    margin: 2% auto;
}

#autorization p {
    overflow: hidden; 

    margin-bottom: 1.5%;
}

#autorization label {
    font-family: 'myriadprobold', sans-serif;
    font-size: 1em;

    display: inline-block;
    float: left;

    width: 43%; 
    padding: 2.7% 0;

    text-align: center;
    text-transform: uppercase;

    color: #414042;
    border: 2px solid #696a6b;
    background: linear-gradient(#fff, #e7e8e9);
}

#autorization input[type='text'],
#autorization input[type='password'] {
    font-size: 1em;

    float: right;

    width: 53%; 
    padding: 2.5% 0;

    text-align: center;

    border: 2px solid #404041;
    background: #fff;
}

#autorization input[type='submit'] {
    font-family: 'myriadprobold', sans-serif;
    font-size: 1em;

    display: block;

    width: 31%; 
    margin: 0 auto;
    padding: 3% 0;

    border: none;
}

#autorization input[type='submit']:hover {
    cursor: pointer;

    background: linear-gradient(#00301d, #008670);
}

.search {
    margin: 1.5% 0;
}

.search input {
    margin: 0 .6%;
}

.search input[type='submit'] {
    font-family: 'myriadprobold', sans-serif;

    padding: 1.5% 2%;

    text-transform: uppercase; 

    color: #414042;
    border: 1px solid #404041;
    background: linear-gradient(#fff, #e7e8e9);
    background: linear-gradient(#fff, #e7e8e9);
    background: linear-gradient(#fff, #e7e8e9);
    background: linear-gradient(#fff, #e7e8e9);
}

.search input[type='text'] {
    padding: .8% 0;

    text-align: center;
}

.content h3 {
    font-size: 1.5em;

    padding: 1% 0; 

    text-align: center;
}

.page_us {
    padding-top: 25px;
}

.page_us .left {
    float: left; 

    width: 75%;
}
@media (max-width: 767px) {
    .page_us .left {
        float: none; 

        width: 100%;
    }
}

.page_us .left .inner_content {
    font-size: 24px;

    padding-left: 13%;

    color: #002d65;
}
@media (max-width: 767px) {
    .page_us .left .inner_content {
        padding: 0 15px;
    }
}

.page_us .left .inner_content .big {
    font-size: 70px;
}
@media (max-width: 991px) {
    .page_us .left .inner_content .big {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .page_us .left .inner_content .big {
        font-size: 35px;
    }
}

.page_us .left .inner_content button[type='submit'] {
    font-family: 'myriadprobold', sans-serif;
    font-size: 20px;

    width: 100%;
    margin: 10px 0;
    padding: 6% 5%;

    cursor: pointer; 

    color: #fff;
    border: 1px solid #00528c;
    border-radius: 10px;
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
}

.page_us .left .inner_content .text_block {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .page_us .left .inner_content .text_block p {
        font-size: 16px !important;
    }
}

.page_us .left .inner_content .link_block {
    padding-top: 120px;
    padding-bottom: 30px;
}

.page_us .right {
    float: left; 

    width: 25%;
}
@media (max-width: 767px) {
    .page_us .right {
        float: none;

        width: 200px;
        margin: auto;
    }
}

.wss {
    margin-right: 10px;
}
@media (max-width: 767px) {
    .wss {
        margin-right: 0;
    }
}

.page_us .right .tariff {
    font-family: 'myriadprobold', sans-serif;
    font-size: 30px;

    display: table-cell; 

    text-align: center;

    color: #002d65;
}

.page_us .right .tariff .big {
    font-size: 80px;
}

.page_us .right .calc {
    font-family: 'Myriad Pro Regular', sans-serif;

    display: table-cell; 

    width: 170px;
    padding: 1.5% 2%;

    text-align: center;

    color: #002d65;
    border: 2px solid #262262;
    border-radius: 3px;
    background: linear-gradient(#fff, #bdbec0);
    background: linear-gradient(#fff, #bdbec0);
    background: linear-gradient(#fff, #bdbec0);
    background: linear-gradient(#fff, #bdbec0);
}

.page_us .right .calc span {
    font-family: 'myriadprobold', sans-serif;
}

.page_us .right .calc input[type=text] {
    font-size: 20px;

    width: 80px;
    height: 40px;
    margin-top: 5px;
    padding: 2px 10px; 

    border: none;
}

.page_us .right button[type='submit'] {
    font-family: 'myriadprobold', sans-serif;
    font-size: 18px;

    width: 170px;
    margin: 10px 0;
    padding: 6% 1%;

    cursor: pointer; 

    color: #fff;
    border: 1px solid #00528c;
    border-radius: 10px;
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
    background: linear-gradient(#00a2dd, #052b57);
}

.page_us .right .when {
    width: 170px;

    text-align: center; 

    color: #002d65;
}

.footer {
    bottom: 0; 

    height: 8%;
    min-height: 50px;

    background: #0055a6;
}

.footer1 {
    display: table;

    width: 100%; 
    height: 8%;
    min-height: 50px;

    background: #0055a6;
}
@media (max-width: 767px) {
    .footer1 {
        display: block;

        padding-top: 25px;
        padding-bottom: 15px;
    }
}

.footer1 .inner {
    display: table-cell;

    height: 8%;
    min-height: 50px;
    padding-left: 30px;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 767px) {
    .footer1 .inner {
        display: block;

        padding: 0 15px;
    }
}

.footer1 .inner a {
    margin: 0 5px;

    text-decoration: none; 

    color: #fff;
}
.footer1 .inner a:after {
    display: inline-block;

    margin-left: 15px; 

    content: '|';
}
@media (max-width: 767px) {
    .footer1 .inner a:after {
        display: none;
    }
}
.footer1 .inner a:last-of-type:after {
    display: none;
}
@media (max-width: 767px) {
    .footer1 .inner a {
        display: block;

        margin: 15px 0; 

        text-align: center;
    }
}
