
.enter:hover {
    color: black;
}

.btn:hover, .btn:focus, .btn.focus {
    color: white;
}

.custom_submit {
    color: var(--black);
    min-width: 14.375em;
    height: 2.9375em;
    display: block;
    margin: 0 auto;
}

.custom_login {
    color: var(--black);
    min-width: 14.375em;
    height: 2.9375em;
    display: block;
    margin: 0 auto;
}

.custom_download {
    color: var(--black);
	background-color: var(--yellow);
    min-width: 14.375em;
    height: 2.9375em;
    display: block;
    margin: 0 auto;
}

.custom_refresh {
    color: var(--black);
	background-color: var(--green);
    min-width: 14.375em;
    height: 2.9375em;
    display: block;
    margin: 0 auto;
}

.reviews__item__body > p > img {
    max-width: 100%;
}

.custom_login {
    color: black;
}

.custom_download {
    color: black;
}

.custom_refresh {
    color: black;
}

.notebook-bg {
    width: 100%;
}

.re {
    transform: scale(0.77);
}

.help-block {
    text-align: center;
    font-size: 14px;
}

.container-alert{
    width: 100%;
}
.alert {
    font-size: 18px;
    width: 100%;
    position: relative;
}
.alert .close {
    position: absolute;
    right: 0;
    background-image: none;
    top: 0;
    font-size: 26px;
    width: auto;
    height: auto;
}

.form-group .control-label {
    display: block;
    font-size: 16px;
    font-family: "PTSans";
    margin-bottom: .5em;
    padding-left: .8em;
    font-weight: unset;
}

.btn {
    line-height: unset;
}

.profile__form__line {
    margin-bottom: unset;
}

a:hover, a:focus {
    color: unset;
    text-decoration: unset;
}

.container {
    box-sizing: unset;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
}

label {
    font-weight: unset;
}

.popup__form__check input:checked + label:before, .popup__form__check .has-success label:before {
    background: #fff url("../img/ico/check-blue.png") center center no-repeat;
    background-size: 60%;
}

.profile__form__btn__mail input:checked + label:before, .profile__form__btn__mail .has-success label:before {
    background: #fff url("../img/ico/check-black.png") center center no-repeat;
    background-size: 60%;
}

.profile__form__btn__mail label:before {
    background: #fff;
    background-size: 60%;
}

table {
    border-collapse: unset;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 25px 5px;
    vertical-align: middle;
    border-top: 1px dashed var(--blue);
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px dashed var(--blue);
}

.table tr th:first-child {
    border-left: 1px dashed var(--blue);
}

.table tr:last-child th:first-child {
    border-bottom-left-radius: 20px;
}

.table tr:first-child th:first-child {
    border-top-left-radius: 20px;
}

.table tr th {
    border: 1px dashed var(--blue);
    border-right: none;
    border-left: none;
    border-top: none;
    padding: 25px 5px;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.table tr th::after {
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    border-right: 1px dashed var(--blue);
    position: absolute;
    top: 10px;
    right: 0;
}

.table tr:first-child th:last-child {
    border-top-right-radius: 20px;
}

.table tr th:last-child {
    border-right: 1px dashed var(--blue);
}

.table tr:last-child th:last-child {
    border-bottom-right-radius: 20px;
}

.search__line {
    padding: unset !important;
}

.search__line .help-block-error {
    padding-top: unset !important;
}

.form-group {
    margin-bottom: unset;
}

.agree .checkbox {
    margin-top: unset;
    margin-bottom: unset;
}

.agree .help-block {
    margin-top: unset;
    margin-bottom: unset;
}

.radio-selected {
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
    border-color: var(--yellow) !important;
    -webkit-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.1) !important;
}

.compare__btn:hover {
    color: black;
}

.buy-list {
    cursor: pointer;
}

.buy-list > label {
    cursor: pointer;
}

.error-summary {
    font-size: 14px;
    color: red;
    text-align: center;
}

.modal-dialog {
    z-index: 1051;
}

.title_blog {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: .5em;
}
.blog__inner__text h1{

    font-family: "AkzidenzPro", sans-serif;
    font-size: 32px;

}
.blog__data__title--lg > span {
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.blog__data__title--lg span:before {
    content: '';
    width: 1em;
    height: 100%;
    background-color: var(--blue);
    position: absolute;
    top: 0;
    left: -.2em;
    z-index: -1;
}

.blog__inner__text a{
    color: #28abe2;
}
.blog__inner__text a:hover{
    color: #28abe2;
    text-decoration: underline;
}
.blog__inner__text a:active{
    color: #28abe2;
}
.blog__inner__text a:link{
    color: #28abe2;
}

.download-file a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0.75em 1em .7em;
    border-radius: 20px;
    background-color: var(--blue);
    color: #fff;
    border: 1px dashed transparent;
    text-transform: initial;
    font-family: "PTSans";
    -webkit-transition: all .2s;
    transition: all .2s;
}

.download-file a:hover {
    background-color: transparent;
    color: var(--blue);
    border-color: var(--blue);
}

.top-section__descr__block > p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    max-width: 520px;
}

#loginform-recaptcha-recaptcha-login-form > div {
    margin-left: auto;
    margin-right: auto;
}

#signupform-recaptcha-recaptcha-form-signup > div {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.blog__inner__text-old {
    padding-top: 10px;
}

.blog__inner__text-old h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: .5em;
}

.blog__inner__text h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: .5em;
}

.blog__inner__text h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: .5em;
}

.blog__inner__text h5 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: .5em;
}

.one_block {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.compare__body__list li.cross::before {
    background-image: url("../img/ico/cross-item.png");
}

.reviews__item__body > a > img {
    max-width: 100%;
}
.site-error{
    margin-bottom: 30px;
    font-size: 16px;
    height: calc( 100vh - 420px );
}
.site-error h1{
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #28abe2;
    border-color: #28abe2;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    line-height: 1.42857143;
    text-decoration: none;
    color: #28abe2;
    background-color: #ffffff;
    border: 1px solid #28abe2;
    border-radius: 10px;
    margin: 6px;
    font-size: 16px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 10px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .one_block {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.inner_banner {
    margin-bottom: 35px;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.banner_block img {
    width: 100%;
}

@media (max-width: 1023px) {
    .banner_block {
        display: none;
    }

    .inner_banner {
        display: none;
    }

    .banner_block.active {
        display: none;
    }

    img {
        height: auto !important;
    }
}