html {
    height: 100%;
}

a {
    color: #2fa3e7;
    text-decoration: none
}

a:focus, a:hover {
    color: #157ab5;
    text-decoration: none
}

.unlinked {
    color: #565656; !important;
}

body {
    font-family: 'PT Sans', Arial, sans-serif;
    color: #565656;
    font-size: 16px;
    height: 100%;
    margin: 0;
    background-color: #f7f9fa;
}

h1, h2 {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-weight: normal;
    color: #2fa3e7;
    margin: 0;
}

h1 {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 25px;
    word-break: break-all;
}

h2 {
    font-size: 20px;
    line-height: 19px;
}

.top {
    margin: 0 auto;
    background-color: #f7f9fa;
}

header {
    margin-bottom: 50px;
}

header, main {
    margin: 0 auto;
}

.main-text {
    display: table-row;
    width: 100%;
}

.logo img {
    width: 100%;
}

.octo {
    vertical-align: top;
}

.octo img {
    width: 100%;
    border-collapse: collapse;
}

.hint {
    padding-top: 58px;
}

.hint p {
    display: table-cell;
}

.hint .contact-administrator {
    margin-top: 15px;
    display: block;
}

.hint .title {
    line-height: 50px;
    font-size: 20px;
    font-family: 'PT Sans Caption', Arial, sans-serif;
}

.bottom-mobile {
    margin-top: 20px;
}

.bottom-mobile footer {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}

.bottom-mobile footer .txt {
    display: table-cell;
}

.bottom-mobile footer span {
    display: table-cell;
}

.bottom-mobile footer p {
    display: table-row;
    width: 100%;
    line-height: 25px;
}

.service {
    display: none;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 40px;
}

.btn {
    color: #ffffff;
    border: 1px solid #418ab6;
    background: #418ab6;
    background: -webkit-gradient(linear, left top, left bottom, from(#2fa3e7), to(#0087e0));
    background: linear-gradient(to bottom, #2fa3e7, #0087e0);
    -webkit-box-shadow: inset 0 1px 0 0 #34bdf1, inset 0 -1px 0 0 #0065d1;
    box-shadow: inset 0 1px 0 0 #34bdf1, inset 0 -1px 0 0 #0065d1;
    padding: 5px 20px 8px;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}

.btn:hover, .btn:focus {
    color: #ffffff;
    border: 1px solid #418ab6;
    background: #0992e3;
    -webkit-box-shadow: inset 0 1px 0 0 #34bdf1, inset 0 -1px 0 0 #0065d1;
    box-shadow: inset 0 1px 0 0 #34bdf1, inset 0 -1px 0 0 #0065d1;
}

.txt {
    color: #9295a3;
}

.mt-20 {
    margin-top: 20px;
}

.ml-30 {
    margin-left: 30px;
}

hr {
    border: 1px solid #c6d0d7;
    margin-top: 30px;
}

@media screen and (min-width: 1024px) {
    .logo {
        display: block;
        width: 20%;
        margin: 0 auto;
    }

    header, main {
        width: 1024px;
    }

    header {
        padding-top: 50px;
    }

    .octo {
        display: table-cell;
        width: 500px;
        padding-right: 5px;
    }

    main {
        display: table;
    }

    .hint {
        display: table-cell;
    }

    .hint .price {
        font-size: 20px;
        padding-right: 50px;
        display: block;
        font-weight: bold;
    }

    .hint a:hover .price {
        color: #565656;
    }

    .hint .from {
        font-size: 16px;
        font-weight: 400;
    }

    .bottom-mobile footer .txt {
        width: 170px;
    }
}

@media screen and (max-width: 1023px) {
    .logo {
        display: block;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }

    .hint {
        display: block;
    }

    header {
        padding-top: 20px;
    }

    .octo {
        display: block;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }

    main {
        max-width: 500px;
    }

    .hint {
        width: 95%;
        margin: 0 auto;
    }

    .show-price-block {
        display: flex !important;
        justify-content: space-between;
    }

    .hint .price {
        font-size: 20px;
        display: block;
        font-weight: bold;
    }

    .hint .from {
        font-size: 15px;
    }

    .bottom-mobile footer .footer-info {
        text-align: right;
    }
}

@media screen and (max-width: 450px) {
    .hint {
        width: 90%;
    }
    .hint .title {
        line-height: 30px;
    }

    .btn-row {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .btn-row a:first-child {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .btn-row a:last-child {
        margin-left: 0;
    }

    .show-price-block {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .show-price-block p {
        font-size: 24px;
        text-align: center;
    }

    .hint .from {
        font-size: 20px;
        font-weight: normal;
    }
    .hint .price {
        font-size: 28px;
        font-weight: 600;
    }


}
