.header {
    background-color: #013060;
    min-height: 80px;
}

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

.header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border: none;
}

.header .navbar-default li a {
    padding: 30px 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

.score-page table tr {
    border-bottom: 1px solid #b1b3b4;
    height: 120px;
}

.score-page table thead tr {
    height: 60px;
}

.score-page table thead th {
    padding: .5em 1em;
}

.score-page table th:nth-child(1), .score-page table td:nth-child(1) {
    width: 200px;
    text-align: center;
}

.score-page table td:nth-child(1) img {
    max-width: 60px;
    margin-bottom: 4px;
}

.score-page table td {
    font-size: 15px;
    font-weight: 300;
}

.payment-block label {
    font-weight: bold;
}

.payment-block label .payment-text {
    font-weight: 300;
}

.section-buy .error-summary p {
    font-weight: bold;
    padding-top: 2em;
}

.section-buy .error-summary ul {
    color: #a94442;
    list-style: none;
}

.error-summary {
    padding: 1em .5em;
}

.error-summary p {
    color: #a94442;
    list-style: none;
}

.register-block .form-header {
    margin: 2em 20%;
    margin-top: 0;
    text-align: center;
}

.register-block .input-group {
    width: 50%;
    margin: auto;
}

/**/
/* custom */
/**/

@media screen and (max-width: 411px) {

    /* adaptive media */
    .responsive-item {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .responsive-item iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .responsive-item iframe[src*="soundcloud"] {
        /* �� ����� ����������� ������� �� soundcloud */
        height: auto;
    }

    .patr-description.respo1nsive-item {
        height: auto;
    }

    .content img {
        max-width: 100%;
    }

    /* .adaptive media */

}

@media screen and (max-width: 768px) {
    .content img {
        max-width: 100%;
    }
}


.header .navbar-default li a:hover, .header .navbar-default li a:focus {
    color: #ee813c;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* custom select style */
.dropdown .btn {
    white-space: nowrap !important;
    color: #fff !important;
    background-color: #013060;
}

.section .empty {
    font-size: 2em;
    padding: 1em;
}

.embed-responsive img {
    width: 100%;
}

.btn-group.pos-btn-page a {
    max-width: 50%;
}

.btn-group.pos-btn-page.one-button a {
    float: none;
}

.empty {
    color: #fff;
}

.bg-gray.login-and-register .login-block,
.bg-gray.login-and-register .register-block {
    padding-top: 2.3em;
    padding-bottom: 4em;
}

.login-and-register .logined-box {
    margin-top: 0;
}

audio, video {
    width: 100%;
    /*height: auto;*/
	margin-top: 10px;
}

.login-and-register .payment-heading  {
    padding: 2em;
    margin: 0;
}

.login-and-register .tabbed-buttons {
    margin: 0;
    text-align: center;
}

.login-and-register .tabbed-buttons li {
    max-width: 270px;
}

.login-and-register .register-block {
    padding-top: 0;
}

/**/
/**/
/**/
/**/
/**/

@media print, screen and (max-width: 991px) {
    .header .navbar-default li a {
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media print, screen and (max-width: 767px) {
    .header .navbar-default li a {
        padding: 10px 12px;
    }
}

.header .navbar-default li.dropdown .dropdown-menu {
    background-color: #013060;
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .header .navbar-default li.dropdown .dropdown-menu {
        background-color: #053c75;
        text-align: center;
    }
}

.header .navbar-default li.dropdown .dropdown-menu a {
    padding: 10px;
    color: #fff;
}

.header .navbar-default li.dropdown .dropdown-menu a:hover, .header .navbar-default li.dropdown .dropdown-menu a:focus {
    color: #ee813c;
}

.header .navbar-default li.dropdown.open a {
    background-color: transparent;
    color: #fff;
}

.header .navbar-default li.dropdown.open .link-bell {
    background-color: transparent;
    color: #ee813c;
}

.header .navbar-default li a {
    position: relative;
}

.header .navbar-default li a:hover .notif-number, .header .navbar-default li a:focus .notif-number {
    background-color: #fff;
    transition-duration: 0s;
}

.header .navbar-default li.active a {
    color: #ee813c;
    background-color: transparent;
}

.header .navbar-default li.active a:hover, .header .navbar-default li.active a:focus {
    color: #ee813c;
    background-color: transparent;
}

.header .navbar-default li a.link-bell {
    transition-duration: 0s;
}

.header .navbar-default li a.link-bell:hover {
    transition-duration: 0s;
}

.header .notif-number {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: #ee813c;
    width: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    transition: 0s;
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

.header .notif-number:hover {
    transition: 0s;
}

.header .notif-number.dots {
    max-width: 35px;
}

@media print, screen and (max-width: 991px) {
    .header .notif-number {
        left: 5px;
    }
}

@media print, screen and (max-width: 767px) {
    .header .notif-number {
        left: 50%;
        margin-left: 0;
    }
}

.logo {
    display: block;
    height: auto;
    padding: 20px 35px 20px 0px;
    /*max-width: 1199pxEND*/
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

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

@media print, screen and (max-width: 1199px) {
    .logo {
        padding-left: 5px;
    }
}

@media print, screen and (max-width: 991px) {
    .logo {
        padding-right: 5px;
    }
}

@media print, screen and (max-width: 767px) {
    .logo {
        max-width: 180px;
    }
}

.header ul.navbar-right {
    text-transform: none;
}

.header ul.navbar-right li {
    padding-left: 5px;
    padding-right: 3px;
}

.header ul.navbar-right li a {
    text-transform: none;
}

.header dropdown a.link-bell {
    transition: 0s;
}

@media print, screen and (max-width: 767px) {
    .navbar-toggle {
        margin-top: 23px;
        margin-bottom: 23px;
        margin-right: 5px;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .navbar-toggle:focus {
        background-color: #053c75 !important;
    }

    .navbar-nav {
        text-align: center;
    }
}

/*max-width: 767px END*/
.nav .dropdown-menu {
    min-width: 100px;
}

html,
body {
    position: relative;
    min-height: 100vh;
    background-color: #000221;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #202020;
}

h1,
h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
}

h5 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

.img-fluid {
    display: block;
}

.container {
    max-width: 1200px;
    /*max-width: 991px END*/
}

@media screen and (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media print, screen and (max-width: 991px) {
    .container {
        width: 90%;
    }
}

.bold {
    font-weight: bold;
}

.c-primary {
    color: #0062a9;
}

.w5p {
    width: 5%;
}

.w10p {
    width: 10%;
}

.w15p {
    width: 15%;
}

.w20p {
    width: 20%;
}

.w25p {
    width: 25%;
}

.w30p {
    width: 30%;
}

.w35p {
    width: 35%;
}

.w40p {
    width: 40%;
}

.w45p {
    width: 45%;
}

.w50p {
    width: 50%;
}

.p0 {
    padding: 0;
}

.px10 {
    padding-right: 10px;
    padding-left: 10px;
}

.m0 {
    margin: 0;
}

.mx-25 {
    margin-left: -25px;
    margin-right: -25px;
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .mx-25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb15a {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb95 {
    margin-bottom: 95px;
}

.container-small {
    max-width: 880px;
    margin: 0 auto;
    border-radius: 3px;
    /*max-width: 991px END*/
}

@media screen and (min-width: 1220px) {
    .container-small {
        width: 880px;
    }
}

@media print, screen and (max-width: 991px) {
    .container-small {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.pb10 {
    padding-bottom: 25px;
}

.pb35 {
    padding-bottom: 35px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt25 {
    padding-top: 25px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.w30p {
    width: 30%;
}

.w70p {
    width: 70%;
}

.w35p {
    width: 35%;
}

.w65p {
    width: 65%;
}

.w32p {
    width: 32%;
}

.w68p {
    width: 68%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row [class*="col-"] {
    display: inline-flex;
    vertical-align: middle;
}

@media print, screen and (max-width: 991px) {
    .mx-column {
        flex-direction: column;
    }

    .mw100p {
        width: 100%;
    }

    .xs-w100p {
        width: 100%;
    }
}

/*max-width: 991px END*/
@media print, screen and (max-width: 767px) {
    .mdw100 {
        width: 100%;
    }
}

/*max-width: 767px END*/
.dropdown-menu {
    margin-top: 0;
    border: 0;
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.d-block {
    display: block;
}

@media print, screen and (min-width: 768px) {
    .mdp0 {
        padding: 0;
    }
}

/*min-width: 768px END*/
@media print, screen and (max-width: 991px) {
    .xs-p0 {
        padding-left: 0;
        padding-right: 0;
    }
}

/*max-width: 991px END*/
.section {
    margin-bottom: 45px;
}

.main-headings {
    color: #fff;
    margin: 0;
}

.section-pos {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 44px;
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 991px) {
    .section-pos {
        padding-left: 25px;
    }
}

@media print, screen and (max-width: 767px) {
    .section-pos {
        text-align: center;
        padding: 0;
    }
}

.row-program {
    background-image: url(../img/bg-card-section-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .row-program {
        border-radius: 10px;
    }
}

.row-knowledge {
    background-image: url(../img/bg-card-section-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .row-knowledge {
        border-radius: 10px;
    }
}

.row-box {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.thumbnail {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

.thumbnail:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.thumbnail:hover .descripton-info {
    bottom: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.thumbnail:hover .link {
    color: #ee813c;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.thumbnail:hover .card-heading {
    color: #ee813c;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media print, screen and (max-width: 991px) {
    .thumbnail {
        margin: 30px auto;
        max-width: 300px;
    }
}

@media print, screen and (max-width: 767px) {
    .thumbnail {
        margin: 10px auto;
    }
}

.thumbnail img {
    margin: 0;
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.thumbnail .caption {
    display: block;
    background-color: #fff;
    padding: 15px 20px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.descripton-info .descripton-body {
    /*(min-width: 992px) and (max-width: 1199px) END*/
    /*max-width: 575px END*/
}

@media print, screen and (min-width: 992px) and (max-width: 1199px) {
    .descripton-info .descripton-body {
        max-height: 200px;
        overflow: hidden;
    }
}

@media print, screen and (max-width: 370px) {
    .descripton-info .descripton-body {
        max-height: 200px;
        overflow: hidden;
    }
}

.card-heading {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    display: block;
    position: relative;
    height: 83px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.card-heading:hover {
    text-decoration: none;
    color: #ee813c;
}

.card-heading.dots {
    height: 83px;
}

.card-footer {
    display: block;
}

.tags {
    display: block;
    float: left;
    margin: 0;
    font-weight: 300;
    color: #000;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 1199pxEND*/
}

@media print, screen and (max-width: 1199px) {
    .tags {
        width: 80px;
    }
}

.link {
    display: inline-block;
    float: right;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.img-card {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    max-width: 100%;
}

.img-card img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.descripton-info {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 5;
    background-color: rgba(0, 2, 33, 0.8);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    line-height: 1.2;
    padding: 20px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.descripton-info .dots {
    height: 150px;
}

.thumbnail-more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .thumbnail-more {
        min-height: 150px;
    }
}

.img-more {
    width: 180px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.img-more img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.thumbnail-more:hover img {
    top: -180px;
}

.section-pos-shop {
    padding-right: 14px;
    padding-left: 14px;
}

.shop-page .thumbnail {
    padding-bottom: 0;
}

.shop-page .main-headings {
    padding-right: 20px;
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 991px) {
    .shop-page .main-headings {
        padding-left: 10px;
    }
}

@media print, screen and (max-width: 767px) {
    .shop-page .main-headings {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.shop-page .section {
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .shop-page .section {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.pb55 {
    padding-bottom: 55px;
}

.shop-headings {
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .shop-headings {
        margin: 0 auto;
        padding: 0;
    }
}

.flex-headings {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media screen and (max-width: 768px) {
    .flex-headings {
        flex-direction: column;
        align-items: center;
    }
}

.btn {
    border: none;
    outline: none;
    white-space: normal;
    line-height: 1.3;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*max-width: 767px END*/
}

.btn:hover, .btn:focus {
    border: none !important;
    outline: none !important;
}

.btn:active, .btn.active {
    border: none !important;
    outline: none !important;
}

.btn:hover, .btn:focus {
    color: #fff;
    background-color: #ee813c;
    text-decoration: none;
    cursor: pointer;
}

.btn:active, .btn.active {
    color: #fff;
    background-color: #ee813c;
}

@media print, screen and (max-width: 767px) {
    .btn {
        max-width: 85%;
    }
}

.btn .caret {
    margin-left: 30px;
}

/*.dropdown-select {*/
/*position: relative;*/
/*}*/

/*.dropdown-select:before {*/
/*content: '';*/
/*position: absolute;*/
/*top: 50%;*/
/*right: 0;*/
/*transform: translateY(-50%);*/
/*width: 0;*/
/*height: 0;*/
/*border-left: 5px solid transparent;*/
/*border-right: 5px solid transparent;*/
/*border-top: 5px solid #fff;*/
/*margin-right: 10px;*/
/*z-index: 5;*/
/*-webkit-transition: all 0.5s ease-out;*/
/*transition: all 0.5s ease-out;*/
/*}*/

/*.user-select {*/
/*min-width: 200px;*/
/*min-height: 30px;*/
/*border-radius: 4px;*/
/*border: none;*/
/*outline: none;*/
/*overflow: hidden;*/
/*padding: 5px 35px 5px 5px;*/
/*font-size: 15px;*/
/*background-color: #013060;*/
/*border: 1px solid transparent;*/
/*color: #fff;*/
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
/*position: relative;*/
/*}*/

/*.user-select option {*/
/*color: #fff;*/
/*}*/

.section-pos-knowledge {
    padding-right: 14px;
    padding-left: 14px;
}

.knowledge-page .thumbnail {
    padding-bottom: 0;
}

.knowledge-page .main-headings {
    padding-right: 20px;
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 991px) {
    .knowledge-page .main-headings {
        padding-left: 10px;
    }
}

@media print, screen and (max-width: 767px) {
    .knowledge-page .main-headings {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.knowledge-page .section {
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .knowledge-page .section {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.knowledge-headings {
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .knowledge-headings {
        margin: 0 auto;
        padding: 0;
    }
}

.section-quest {
    padding-bottom: 25px;
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .section-quest {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.row-quest {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 4px;
    margin-bottom: 10px;
}

.img-quest {
    width: 100%;
    /*max-width: 767px END*/
}

.img-quest img {
    width: 100%;
    display: block;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

@media print, screen and (max-width: 767px) {
    .img-quest {
        width: 100%;
    }
}

.block-quest {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 16px 16px 20px 18px;
    background-color: #fff;
    width: 100%;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .block-quest {
        flex-direction: column-reverse;
    }
}

.info-quest {
    width: 75%;
    border-right: 2px solid #d9dadb;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .info-quest {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
}

.day-quest {
    width: 25%;
    text-align: center;
    padding-left: 15px;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .day-quest {
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
    }
}

.header-day {
    padding-bottom: 62px;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .header-day {
        padding-bottom: 0;
    }
}

.heading-quest {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .heading-quest {
        padding-bottom: 5px;
    }
}

.descr-quest {
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
}

.number-day {
    font-size: 60px;
    color: #000;
    font-weight: bold;
    line-height: 0.9;
}

.btn-quest {
    width: 100%;
    background-color: #013060;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px !important;
}

.progress-block {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .progress-block {
        flex-direction: column;
    }
}

.progress {
    border-radius: 90px;
    height: 6px;
    width: 63%;
    margin-bottom: 0;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .progress {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.progress-bar {
    background-color: #013060;
    border-radius: 90px;
}

.progress-descr {
    width: 37%;
    padding-left: 20px;
    /*max-width: 575px END*/
}

.progress-descr span {
    font-size: 15px;
    font-weight: 300;
}

@media print, screen and (max-width: 575px) {
    .progress-descr {
        text-align: center;
        padding-left: 10px;
    }
}

.panel-group {
    width: 100%;
    padding-top: 20px;
}

.panel {
    margin-top: 21px !important;
    margin-bottom: 0 !important;
    border: none !important;
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .panel {
        max-width: 450px;
        margin: 20px auto 0;
    }
}

.panel-heading {
    padding-top: 17px;
    padding-bottom: 19px;
    padding-left: 79px;
    padding-right: 80px;
    background-color: #fff;
    position: relative;
    color: #202020;
    border-radius: 4px;
    cursor: pointer;
    /*max-width: 575px END*/
}

.panel-heading:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c2c2c;
    margin-right: 35px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.panel-heading[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media print, screen and (max-width: 575px) {
    .panel-heading {
        padding: 10px 60px;
    }
}

.dot-status:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d9dadb;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 34px;
}

.dot-status.ready:before {
    background-color: #00ac0c;
}

.panel-title {
    font-size: 20px;
    font-weight: bold;
    color: #202020;
}

.title-descr {
    font-size: 15px;
    display: block;
    font-weight: 300;
    color: #202020;
    padding-top: 4px;
}

.panel-body {
    border-top: none !important;
    background-color: #f6f6f6;
    padding: 0;
    padding-bottom: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panel-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    padding-right: 19px;
    padding-left: 19px;
}

.panel-row:hover, .panel-row:focus {
    background-color: #012347;
}

.panel-row:hover .day-block span, .panel-row:focus .day-block span {
    color: #fff;
}

.panel-row:hover .name-quest-block .name-quest, .panel-row:focus .name-quest-block .name-quest {
    color: #fff;
}

.panel-row:hover .time-item, .panel-row:focus .time-item {
    color: #7fc9ff;
}

.panel-row:hover .time-item:after, .panel-row:hover .time-item:before, .panel-row:focus .time-item:after, .panel-row:focus .time-item:before {
    border-color: #7fc9ff;
}

.panel-row:last-child .panel-content {
    border-bottom: none;
    padding-bottom: 0px;
}

a.panel-row,
.panel-row {
    text-decoration: none;
}

.panel-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #b1b3b4;
    padding-bottom: 14px;
    padding-top: 18px;
    padding-right: 25px;
    padding-left: 3px;
    width: 100%;
    position: relative;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .panel-content {
        flex-direction: column;
    }
}

.panel-content.dot-status:before {
    left: 100%;
    margin-left: -25px;
}

.panel-row.ready .panel-content.dot-status:before {
    background-color: #00ac0c;
}

.day-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*max-width: 575px END*/
}

.day-block span {
    font-weight: bold;
    font-size: 15px;
    color: #202020;
}

.day-block .d-number {
    font-size: 30px;
    line-height: 0.9;
}

@media print, screen and (max-width: 575px) {
    .day-block {
        padding-bottom: 20px;
    }
}

.name-quest-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .name-quest-block {
        padding-bottom: 20px;
    }
}

.name-quest {
    font-size: 15px;
    color: #202020;
    font-weight: bold;
    padding-left: 22px;
    padding-right: 30px;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .name-quest {
        text-align: center;
        padding: 0 10px;
        margin: 0 auto;
    }
}

.time-block {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.time-item {
    font-size: 15px;
    font-weight: bold;
    color: #b1b3b4;
    position: relative;
    padding-left: 25px;
    /*max-width: 575px END*/
}

.time-item:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #b1b3b4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.time-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #b1b3b4;
    border-left: 2px solid #b1b3b4;
    margin-left: 8px;
    margin-top: -2px;
}

@media print, screen and (max-width: 575px) {
    .time-item {
        margin: 0 auto;
    }
}

a.processing,
.processing {
    text-decoration: none;
    background-color: #053c75;
}

a.processing:hover,
.processing:hover {
    background-color: #053c75;
}

a.processing .arrow-link:after,
.processing .arrow-link:after {
    text-decoration: none;
    border-left: 5px solid #fff;
}

a.processing .day-block span,
.processing .day-block span {
    text-decoration: none;
    color: #fff;
}

a.processing .name-quest-block .name-quest,
.processing .name-quest-block .name-quest {
    text-decoration: none;
    color: #fff;
}

a.processing .time-item,
.processing .time-item {
    color: #7fc9ff;
}

a.processing .time-item:after, a.processing .time-item:before,
.processing .time-item:after,
.processing .time-item:before {
    border-color: #7fc9ff;
}

.blocked {
    background-color: #f6f6f6;
    pointer-events: none;
}

.blocked:hover {
    background-color: #f6f6f6;
}

.blocked:hover .arrow-link:after {
    border-left: 5px solid #b1b3b4;
}

.blocked:hover .day-block span {
    color: #b1b3b4;
}

.blocked:hover .name-quest-block .name-quest {
    color: #b1b3b4;
}

.blocked:hover:after {
    border-left: 5px solid #b1b3b4;
}

.blocked:hover .time-item {
    color: #b1b3b4;
}

.blocked:hover .time-item:after, .blocked:hover .time-item:before {
    border-color: #b1b3b4;
}

.blocked .day-block span {
    color: #b1b3b4;
}

.blocked .name-quest-block .name-quest {
    color: #b1b3b4;
}

.blocked .arrow-link:after {
    border-left: 5px solid #b1b3b4;
}

.arrow-link {
    position: relative;
}

.arrow-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #000;
    border-bottom: 5px solid transparent;
    margin-right: 17px;
}

@media print, screen and (max-width: 767px) {
    .r-quest-mobile {
        flex-direction: column;
        margin: 0 auto;
        max-width: 450px;
    }
}

/*max-width: 767px END*/
.bg-day-page {
    padding-top: 50px !important;
}

.section-day {
    margin-bottom: 0;
    padding-bottom: 55px;
}

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

.content-small {
    max-width: 700px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 43px;
    padding-bottom: 80px;
    position: relative;
}

.container-day {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.content {
    position: relative;
}

.preview {
    width: 100%;
    text-align: center;
}

.preview span {
    font-size: 20px;
    color: #b1b3b4;
    display: inline-block;
}

.name-part {
    text-align: center;
}

.name-part h2 {
    margin: 0;
    color: #013060;
    font-weight: 100;
    font-size: 24px;
}

.patr-description {
    width: 100%;
}

.story {
    padding-top: 13px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #202020;
    line-height: 1.6;
}

.day-task h2 {
    margin: 0;
    text-align: center;
    color: #013060;
}

.day-task .task {
    font-weight: bold;
    padding-left: 45px;
    margin-bottom: 15px;
    list-style-type: none;
}

.task-part {
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}

.task-part:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #020202;
    margin-left: -8px;
}

.main-btn {
    text-align: center;
    display: block;
}

.pos-btn-page {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: -25px;
}

.btn-user-primary {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 57%;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    background-color: #013060;
    padding: 15px;
    border-radius: 5px;
    /*max-width: 767px END*/
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 767px) {
    .btn-user-primary {
        max-width: 60%;
    }
}

@media print, screen and (max-width: 575px) {
    .btn-user-primary {
        max-width: 80%;
    }
}

.btn-day {
    text-transform: uppercase;
}

.logined-box {
    position: relative;
    display: block;
    max-width: 470px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    margin-top: 55px;
    border-radius: 4px;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .logined-box {
        padding: 30px 15px;
        max-width: 100%;
    }
}

.logined-heading {
    text-align: center;
    color: #202020;
    display: block;
    width: 100%;
    margin-bottom: 27px;
}

.logined-heading h2 {
    margin: 0;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .logined-heading h2 {
        font-size: 25px;
    }
}

.logined-heading .heading-info {
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding-top: 22px;
}

.login-block .heading-info.form-header {
    padding-top: 0;
    padding-bottom: 1em;
}

.logined-body {
    width: 100%;
}

.input-group {
    width: 100%;
}

.main-inp {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background-color: #eceded;
    border-radius: 5px;
    border: none;
    padding: 15px 20px;
    color: #202020;
}

.main-inp:focus {
    outline: none;
}

.main-inp:active, .main-inp.active {
    outline: none;
}

.check-seting {
    margin-bottom: 23px;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + .checkbox {
    position: relative;
    padding-left: 23px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

input[type=checkbox] + .checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 13px;
    background-color: #eceded;
    border-radius: 2px;
}

input[type=checkbox] + .checkbox:after {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1.4;
    display: none;
    margin-left: 3px;
    color: #020202;
}

input[type=checkbox]:checked + .checkbox:after {
    display: block;
}

.fogot {
    margin-bottom: 24px;
    text-align: center;
}

.fogot-text,
.fogot-link {
    font-size: 15px;
    font-weight: 300;
}

.fogot-text {
    padding-right: 5px;
}

.fogot-link {
    /*max-width: 575px END*/
}

.fogot-link:hover, .fogot-link:focus {
    text-decoration: underline;
    color: #0062a9;
}

.fogot-link:active, .fogot-link.active {
    text-decoration: underline;
    color: #0062a9;
}

@media print, screen and (max-width: 575px) {
    .fogot-link {
        display: block;
        padding-top: 15px;
    }
}

.btn-logined {
    width: 100%;
    max-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.registr-link-pos {
    width: 100%;
    text-align: center;
    padding-top: 14px;
}

.registr-link {
    font-size: 15px;
    font-weight: 300;
    background-color: #fff;
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.registr-link:hover, .registr-link:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ee813c;
}

.registr-link:active, .registr-link.active {
    text-decoration: none;
    color: #fff;
    background-color: #ee813c;
}

.section-buy {
    padding-top: 50px !important;
}

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

.order {
    padding-top: 45px;
    padding-bottom: 45px;
}

.payment {
    padding-bottom: 30px;
}

.order-heading {
    margin: 0;
}

.bg-buy-item {
    background-color: #013060;
    background-image: url(../img/products-bg.png);
    background-position: -160px -210px;
    background-repeat: no-repeat;
    background-size: cover;
}

.buy-img {
    width: 200px;
    /*max-width: 991px END*/
}

.buy-img img {
    border-radius: 4px;
}

@media print, screen and (max-width: 991px) {
    .buy-img {
        margin: 0 auto;
    }
}

.choice-buy {
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .choice-buy {
        text-align: center;
        margin: 0 auto;
    }
}

.choice-buy-heading {
    margin: 0;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
}

.choice-buy-text {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 17px;
}

.payment-heading {
    text-align: center;
    margin: 0;
    font-size: 20px;
    margin-bottom: 45px;
    font-weight: bold;
}

.buy-page-inp[type=radio] {
    display: none;
}

.buy-page-inp[type=radio] + .buy-page-label {
    position: relative;
    padding-left: 30px;
    margin: 0;
}

.buy-page-inp[type=radio] + .buy-page-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d9dadb;
}

.buy-page-inp[type=radio] + .buy-page-label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: none;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #ee813c;
    z-index: 10;
}

input[type=radio]:checked + .buy-page-label:after {
    display: block;
}

.buy-page-inp[type=checkbox] {
    display: none;
}

.buy-page-inp[type=checkbox] + .buy-page-checkbox {
    position: relative;
    padding-left: 30px;
    margin: 0;
}

.buy-page-inp[type=checkbox] + .buy-page-checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #d9dadb;
}

.buy-page-inp[type=checkbox] + .buy-page-checkbox:after {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    margin-left: 5px;
    font-size: 15px;
    line-height: 1.4;
    color: #020202;
    z-index: 10;
}

.buy-page-inp[type=checkbox]:checked + .buy-page-checkbox:after {
    display: block;
}

.buy-page-inp[type=checkbox] + .white-checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
}

.payment-img {
    vertical-align: middle;
    padding-left: 6px;
}

.payment-text {
    padding-top: 15px;
    line-height: 1.35;
}

.buy-page-label {
    font-weight: 300;
    font-size: 15px;
}

.counter-imp {
    max-width: 370px;
    margin: 0 auto;
}

.counter-link,
.total-link {
    padding-left: 4px;
    padding-right: 4px;
}

.counter-link:hover, .counter-link:focus,
.total-link:hover,
.total-link:focus {
    text-decoration: underline;
    color: #0062a9;
}

.counter-link:active, .counter-link.active,
.total-link:active,
.total-link.active {
    text-decoration: underline;
    color: #0062a9;
}

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

.total {
    position: relative;
    padding-bottom: 50px;
}

.counter-inp {
    margin-bottom: 0;
}

.discount {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    font-size: 20px;
    color: #202020;
    width: 100%;
    max-width: 80%;
}

.total-heading {
    margin: 0;
    font-size: 20px;
    padding-top: 25px;
}

.total-check {
    position: relative;
    display: inline-block;
    padding-top: 25px;
}

.total-check .checkbox {
    display: inline-block;
}

.condition {
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .condition {
        padding-bottom: 5px;
    }
}

.btn-pdf {
    background-color: #ee813c;
    color: #fff;
    text-transform: uppercase;
    min-width: 350px;
    max-width: max-content;


    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
}

.btn-pdf:hover, .btn-pdf:focus {
    background-color: #d26621;
}

.btn-payment {
    max-width: 370px;
    background-color: #ee813c;
    color: #fff;
    text-transform: uppercase;
    /*max-width: 575px END*/
}

.btn-payment:hover, .btn-payment:focus {
    background-color: #013060;
}

.btn-payment:active, .btn-payment.active {
    background-color: #013060;
}

@media print, screen and (max-width: 575px) {
    .btn-payment {
        width: 85%;
    }
}

.score-page {
    padding-top: 50px !important;
}

.container-products {
    padding: 28px 50px 35px;
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 575px) {
    .container-products {
        padding: 20px 15px;
    }
}

.row-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 13px;
    border-bottom: 1px solid #b1b3b4;
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .row-table {
        flex-direction: column;
    }
}

.row-table:last-child {
    border-bottom: none;
}

.col-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 8px;
    padding-left: 8px;
    /*max-width: 991px END*/
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 991px) {
    .col-table {
        padding: 15px;
        border-bottom: 1px solid #ee813c;
    }

    .col-table:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media print, screen and (max-width: 575px) {
    .col-table {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
}

.col-heading {
    font-weight: bold;
    width: 30%;
    display: none;
    /*max-width: 991px END*/
    /*max-width: 575px END*/
}

.col-heading .table-text {
    font-weight: bold;
}

@media print, screen and (max-width: 991px) {
    .col-heading {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media print, screen and (max-width: 575px) {
    .col-heading {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }
}

.table-head .table-text {
    font-weight: bold;
}

.table-head {
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .table-head {
        display: none;
    }
}

.table-content {
    text-align: center;
    width: 100%;
}

.table-img {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
}

.table-img img {
    width: 100%;
    border-radius: 3px;
}

.table-text {
    font-size: 15px;
    font-weight: 300;
}

.table-btn-block {
    max-width: 140px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 1px 0 8px;
    /*max-width: 991px END*/
    /*max-width: 575px END*/
}

@media print, screen and (max-width: 991px) {
    .table-btn-block {
        max-width: 70%;
        width: 100%;
    }
}

@media print, screen and (max-width: 575px) {
    .table-btn-block {
        max-width: 100%;
        width: 100%;
    }
}

.table-btn {
    width: 100%;
    color: #fff;
    background-color: #013060;
    border-radius: 3px;
    padding: 6px 6px !important;
    line-height: 1.3;
    font-size: 15px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*max-width: 991px END*/
}

.table-btn:hover, .table-btn:focus {
    color: #fff;
    background-color: #ee813c;
}

@media print, screen and (max-width: 991px) {
    .table-btn {
        max-width: 100%;
        font-size: 17px;
    }
}

.profile-page {
    padding-top: 50px !important;
}

.profile-heading {
    text-align: center;
    color: #202020;
    display: block;
    margin: 0;
    margin-bottom: 45px;
}

.content-profile {
    text-align: center;
}

.content-small-profile {
    padding-bottom: 50px;
}

.profile-block {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 48px;
    padding-left: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .profile-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.inp-group-user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .inp-group-user {
        flex-direction: column;
    }
}

.preview-input {
    text-align: right;
    margin-bottom: 0;
    margin-right: 19px;
    font-weight: bold;
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .preview-input {
        margin-bottom: 20px;
    }
}

.profile-inp {
    max-width: 370px;
    float: right;
    margin-bottom: 0;
}

.profile-description {
    display: block;
    font-size: 15px;
    color: #202020;
}

.fogot-profile {
    margin-bottom: 45px;
}

.btn-profile {
    text-transform: uppercase;
    max-width: 370px;
}

.pasword-block {
    position: relative;
    width: 100%;
    max-width: 370px;
    /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
    .pasword-block {
        margin-right: auto;
        margin-left: auto;
    }
}

.show-password {
    position: relative;
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: block;
    width: 26px;
    height: 15px;
    background-image: url(../img/eye.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    cursor: pointer;
}

.show-password:hover {
    background-position: center top;
}

.bg-main {
    background-image: url(../img/main-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 45px;
    min-height: calc(100vh - 235px);
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .bg-main {
        padding-left: 0;
        padding-right: 0;
    }
}

.knowledge-page {
    background-image: url(../img/main-bg-2.png);
}

.btn {
    margin-bottom: 0;
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-main {
    position: relative;
    margin-bottom: 30px;
    /*16px*/
    font-size: 16px;
    line-height: 1.2;
    border-radius: 0;
    color: #fff;
    background-color: #013060;
}

.btn-main:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 100%;
    width: 30px;
    height: 30px;
    background-color: #013060;
}

.btn-main.btn-main-left:after {
    right: 100%;
    left: auto;
}

.btn-white {
    color: #013060;
    background-color: #fff;
}

.btn-white:after {
    background-color: #fff;
}

.background-icons {
    width: 750px;
}

.p0 {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.header-name-part {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    min-height: 80px;
    padding-right: 41px;
}

.header-name-part h2 {
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-right: 10px;
}

.header-name-part span {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.logo-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.logo-box .logo {
    margin-right: auto;
    margin-left: auto;
}

.back {
    height: 42px;
    width: 40px;
    overflow: hidden;
    position: relative;
}

.back img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.back:hover img {
    top: -42px;
}

.sign-box {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-top: 29px;
    padding-bottom: 29px;
    cursor: pointer;
    color: #fff;
    padding-right: 18px;
    /*max-width: 767px END*/
}

.sign-box:hover, .sign-box:focus {
    color: #ee813c;
    text-decoration: none;
}

.sign-box:hover .sign-setings:before, .sign-box:focus .sign-setings:before {
    background-position-y: 100%;
}

@media print, screen and (max-width: 767px) {
    .sign-box {
        display: block;
        text-align: center;
        padding: 10px 10px 15px;
    }
}

.sign-setings {
    position: relative;
    padding-left: 30px;
    text-decoration: none;
}

.sign-setings:before {
    width: 18px;
    height: 20px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../img/sign-in.png);
    background-position-y: 0px;
}

.main-section {
    height: 700px;
    position: relative;
    background-image: url(../img/main-section/1.svg);
    background-size: cover;
    background-position: center center;
}

.main-section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 700px;
    background-image: url(../img/white-squares.svg);
    fill: green;
    background-size: contain;
    background-position: top right;
}

.col-user {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.col-user {
    margin-top: 20px;
}

.card-small {
    display: block;
    background-color: rgba(13, 32, 73, 0.7);
    border-radius: 2px;
    color: #fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

.card-small:hover {
    color: #ffb586;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.card-small-red {
    display: block;
    background-color: rgba(255, 81, 81, 0.7);
    border-radius: 2px;
    color: #fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*max-width: 991px END*/
    /*max-width: 767px END*/
}

.card-small-red:hover {
    background-color: rgba(255, 81, 81, 0.85);
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media print, screen and (max-width: 991px) {
    .card-small {
        max-width: 300px;
        margin: 30px auto;
    }
    .card-small-red {
        max-width: 300px;
        margin: 30px auto;
    }
}

@media print, screen and (max-width: 767px) {
    .card-small {
        margin: 10px auto;
    }
    .card-small-red {
        margin: 10px auto;
    }
}

.small-card-img {
    display: block;
    width: 100px;
    float: left;
}

.small-card-img img {
    border-radius: 2px;
}

.small-card-descr {
    float: left;
    width: calc(100% - 100px);
}

.small-card-descr p {
    margin: 10px 0px;
    padding: 8px 20px;
    line-height: 1.2;
    /*max-width: 1199pxEND*/
}

.small-card-descr p.dots {
    height: 80px;
}

@media print, screen and (max-width: 1199px) {
    .small-card-descr p {
        padding: 10px 5px;
    }
}

.footer {
    background-color: transparent;
    text-align: center;
}

.copy {
    padding: 40px 10px;
    color: #fff;
    /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
    .copy {
        padding: 10px;
    }
}