/* the norm */
#gritter-notice-wrapper {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 100000;
    text-align: center;
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}

#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}

#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.gritter-item-wrapper {
    /*position:relative;*/
    margin: 0 0 10px 0;
    /*background:url('../image/gritter/ie-spacer.gif'); *//* ie7/8 fix */
    /*background: rgba(228, 46, 47, 0.92) none repeat scroll 0 0;*/
    background: #d95c54 none scroll 0 0;

    border-radius: 0px;
}

.success-gritter {
    background-color: #2A81AC !important;
}

.gritter-top {
    /*background:url(../image/gritter/gritter.png) no-repeat left -30px;*/

}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    /*background:url(../image/gritter/gritter.png) no-repeat left bottom;*/

    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    /*background:url(../image/gritter/gritter.png) no-repeat left -40px;*/
    /* background: rgba(153, 40, 18, 0.92) none repeat scroll 0 0;*/
    color: #fff;
    padding: 2px 11px 8px 11px;
    font-size: 14px;
    height: 40px;
    font-family: verdana;
    line-height: 30px;
}

.hover .gritter-item {
    background-position: right -40px;

}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    font-family: Tahoma;
    font-size: 14px;
}

.gritter-close {
    position: absolute;
    top: 5px;
    right: 3px;
    background: url(gritter/gritter.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    display: none;
}

.gritter-title {
    font-family: Tahoma;
    font-size: 17px;
    padding: 0 0 7px;
    text-transform: uppercase;
    display: none;
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}

/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(gritter/gritter-light.png);
    color: #222;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

.ajax-loader {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("/custom/image/loading-bubbles.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    border-radius: 0;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000000;
}

.weather-item {
    display: none;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.new-mag img {
    width: 80px;
}

.last-news .text-news .title-news {
    max-height: 60px;
}

.last-news .text-news .title-news {
    margin-bottom: 0px;
}

.last-news .time-news {
    margin-top: 0px;
}

.news-addthis {
    display: inline-block;
}

.main-news {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.main-news p {
    white-space: normal;
}

.main-news table {
    margin: 0px 0px 30px 0px;
}

.main-news table tbody {
    display: block;
    max-width: 829px;
    overflow: scroll;
    max-height: 786px;
    scrollbar-color: #585858 #d2d2d2; /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;
}

@media (max-width: 1300px) {
    .main-news table tbody {
        max-width: 740px;
    }
}

@media (max-width: 1200px) {
    .main-news table tbody {
        max-width: 595px;
    }
}

@media (max-width: 1200px) {
    .main-news table tbody {
        max-width: 595px;
    }
}

.main-news table tbody::-webkit-scrollbar {
    width: 10px; /* ширина для вертикального скролла */
    height: 10px; /* высота для горизонтального скролла */
    background-color: #585858;
}

.main-news table tbody::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
    border-radius: 9em;
}

.main-news b, .main-news strong, .main-news span {
    font-family: 'PTSerif';
    font-size: 18px;
    line-height: 24px;
}

.tag-news:empty {
    display: none !important;
}

.last-news .news-t .text-news .title-news {
    font-size: 13px;
}

.sm-slid .title-news {
    max-height: 110px;
    font-size: 15px;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.last-news-title {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 20px;
}

.last-news-title a {

    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;

}

.edit-article {
    border-left: 1px solid #C2C2C2;
    padding-left: 30px;
    margin-left: 30px;
    display: inline-block;
    padding-top: 5px;
}

.edit-article a {
    text-decoration: underline;
    color: red;
}

.ic-lang {
    width: 24px;
    height: 24px;
    background: url("/img/12.png") no-repeat center/24px;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

#progress {
    display: none !important;
}

wave, #waveform {
    max-height: 85px !important;
}

.main-news img {
    min-height: auto !important;
}

.main-news a {
    text-decoration: underline !important;
    color: #0392BA !important;
}

.title-comment {
    text-transform: capitalize !important;
    font-size: 17px !important;
}

.audio-box {
    background-color: #C3DEFB;
    background-image: none !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.dropdown-menu {
    z-index: 100 !important;
}

.category-news .news-t .title-news {
    max-height: 85px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.link-tags a {
    color: white !important;
}

/*.news-t .img-100 {
    object-position: 50% 10% !important;
}*/
.link-social .ic-tg {
    background: url("/img/icons/tg.png") no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
}

.link-social .ic-ins {
    background: url("/img/icons/insta.png") no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
}

.link-social .ic-fb {
    background: url("/img/icons/fb.png") no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
}

.link-social .ic-tw {
    background: url("/img/icons/tw.png") no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
}

.link-social .ic-youtube {
    background: url("/img/youtube.png") no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
}

.link-social a, .social-links a {
    text-decoration: none !important;
}

.opinion-all-text {
    margin-right: 15px !important;
}

.link-social span a {
    text-decoration: underline !important;
}

.text-right {
    text-align: right !important;
}

.author-name-news {
    font-size: 19px;
    font-weight: bold;
    text-decoration: none !important;
    color: #4A5EA5;
}

.author-name-news:hover {
    text-decoration: underline !important;
}

.link-tags a {
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.main-news {
    background: white !important;
    background-color: white !important;
}

.telegram-link {
    text-decoration: underline !important;
}

@media only screen and (min-width: 769px) {
    .category-news .news-t .text-news {
        margin-left: 380px;
    }

    .category-news .news-t .img-news {
        width: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .author-name-news {
        font-size: 15px !important;
    }

    .ic-ese {
        margin-left: 10px;
        margin-right: 10px;
    }

    .title-comment {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 345px) {
    .ic-ese {
        margin-left: 3px !important;
        margin-right: 4px;
    }

    .head-logo {
        height: 22px;
    }
}


.hide {
    display: none !important;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

/*------------------------
    Audio Player - AP
------------------------*/
/* Player and control panel */
.ap {
    position: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    margin: auto;
    font-family: Arial, sans-serif;
    font-size: 10px;
    user-select: none;
    color: #333;
    z-index: 9999;
    background: transparent;
    border-radius: 30px;
}

.ap-inner {
    max-width: 1440px;
    margin: 0 auto;
}

.ap-panel {
    display: flex;
}

.ap-item {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.ap--track {
    flex: 1 40%;
    padding: 0 20px;
}

/* Info section */
.ap-info {
    width: 100%;
    position: relative;
    align-self: flex-start;
    padding: 5px 0 0;
}

.ap-title {
    position: relative;
    overflow: hidden;
    padding-right: 80px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ap-time {
    position: absolute;
    top: 5px;
    right: 0;
}

.ap-progress-container {
    padding: 5px 0 10px;
    cursor: pointer;
}

.ap-progress {
    position: relative;
    height: 3px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .2);
}

.ap-preload-bar,
.ap-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
}

.ap-bar {
    background: #f50;
    z-index: 9999;
}

.ap-bar:after {
    position: absolute;
    top: 0;
    right: -5px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    content: '';
    border-radius: 6px;
    background: #f50;
    opacity: 0;
    transition: opacity .3s ease;
}

.ap-progress-container:hover .ap-bar:after {
    opacity: 1;
}

/* Buttons */
.ap-controls {
    position: relative;
    z-index: 1000;
    display: block;
    height: 50px;
    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    background: none;
}

.ap-controls svg {
    fill: #333;
}

.ap-controls:hover svg {
    fill: #222;
}

.ap-controls:active {
    background: rgba(0, 0, 0, .1);
}

.ap--playback > .ap-controls,
.ap--settings > .ap-controls {
    flex: 0 25%;
}

.ap--pause,
.playing > .ap--play {
    display: none;
}

.playing > .ap--pause {
    display: inline;
}

.ap-volume-container {
    z-index: 9999;
}

.ap-volume {
    position: absolute;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    width: 100%;
    height: 0;
    visibility: hidden;
    transition: height .2s cubic-bezier(0.17, 0.72, 0.26, 1.23);
    background: #ddd;
    border: 1px solid #ccc;
    border-bottom: 0;
    z-index: 9999;
}

.ap-volume-btn {
    display: block;
    text-align: center;
    width: 100%;
}

.ap-volume-btn > .ap--volume-off,
.muted > .ap--volume-on {
    display: none;
}

.muted > .ap--volume-off {
    display: inline;
}

.ap-volume-container:hover {
    background: #ddd;
}

.ap-volume-container:hover .ap-volume {
    height: 120px;
    visibility: visible;
}

.ap-volume-progress {
    display: block;
    width: 4px;
    height: 100px;
    margin: 10px auto;
    background: rgba(0, 0, 0, .2);
    position: relative;
    border-radius: 3px;
}

.ap-volume-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f50;
    height: 50%;
    border-radius: 3px;
}

.ap-active {
    background: rgba(0, 0, 0, .15);
    opacity: 1;
}

@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.playing > .ap--pause {
    animation: blink 1.5s linear infinite;
}

/* --------------------------- */

@media (max-width: 880px) {
    .ap-item > .ap-controls {
        flex: 1;
    }
}

@media (max-width: 550px) {
    .ap {
        min-width: 250px;
    }

    .ap, .ap-panel {
        height: auto;
    }

    /*.ap-panel {*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.ap--track {*/
    /*    margin-bottom: 10px;*/
    /*    padding: 0 20px;*/
    /*    order: 1;*/
    /*    flex: 1 1 100%;*/
    /*}*/
    /*.ap--playback,*/
    /*.ap--settings {*/
    /*    flex: 1 1 50%;*/
    /*    order: 2;*/
    /*}*/
}

/*--------------------
  PlayList
--------------------*/
.pl-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    overflow: auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #f1f1f1;
    z-index: 999;
}

.pl-lead {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #333;
}

.pl-list {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 30px 10px;
}

.pl-list > li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.pl-number,
.pl-title,
.pl-remove {
    margin: 0 5px;
    padding: 10px 0;
}

.pl-number {
    flex: 0 10%;
    text-align: center;
}

.pl-playing {
    display: none;
}

.pl-current .pl-count {
    display: none;
}

.pl-current .pl-playing {
    display: block;
}

.pl-current .pl-title {
    font-weight: 700;
}

.pl-title {
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}

.pl-title:hover {
    text-decoration: underline;
}

.pl-remove {
    opacity: 0;
    margin-right: 0;
    cursor: pointer;
    text-align: center;
    flex: 0 50px;
}

.pl-remove:hover {
    background: #ddd;
}

.pl-list > li:hover .pl-remove {
    opacity: 1;
}

.pl-list svg {
    fill: rgba(0, 0, 0, .7);
}

.pl-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    color: #ccc;
}

@keyframes eq {
    0% {
        height: 3px;
    }
    50% {
        height: 20px;
    }
    100% {
        height: 3px;
    }
}

.eq {
    display: flex;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}

.eq-bar {
    width: 4px;
    background: rgba(0, 0, 0, .7);
}

.eq-bar:nth-child(1) {
    animation: eq .8s ease-in-out infinite 0s;
}

.eq-bar:nth-child(2) {
    animation: eq .8s ease-in-out infinite .2s;
}

.eq-bar:nth-child(3) {
    animation: eq .8s ease-in-out infinite .4s;
}


.ap1 {
    position: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    margin: auto;
    font-family: Arial, sans-serif;
    font-size: 10px;
    user-select: none;
    color: #333;
    z-index: 9999;
    background: transparent;
    border-radius: 30px;
}

.ap-inner {
    max-width: 1440px;
    margin: 0 auto;
}

.ap-panel {
    display: flex;
}

.ap-item {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.ap--track {
    flex: 1 40%;
    padding: 0 20px;
}

/* Info section */
.ap-info {
    width: 100%;
    position: relative;
    align-self: flex-start;
    padding: 5px 0 0;
}

.ap-title {
    position: relative;
    overflow: hidden;
    padding-right: 80px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ap-time {
    position: absolute;
    top: 5px;
    right: 0;
}

.ap-progress-container {
    padding: 5px 0 10px;
    cursor: pointer;
}

.ap-progress {
    position: relative;
    height: 3px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .2);
}

.ap-preload-bar,
.ap-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
}

.ap-bar {
    background: #f50;
    z-index: 9999;
}

.ap-bar:after {
    position: absolute;
    top: 0;
    right: -5px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    content: '';
    border-radius: 6px;
    background: #f50;
    opacity: 0;
    transition: opacity .3s ease;
}

.ap-progress-container:hover .ap-bar:after {
    opacity: 1;
}

/* Buttons */
.ap-controls {
    position: relative;
    z-index: 1000;
    display: block;
    height: 50px;
    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    background: none;
}

.ap-controls svg {
    fill: #333;
}

.ap-controls:hover svg {
    fill: #222;
}

.ap-controls:active {
    background: rgba(0, 0, 0, .1);
}

.ap--playback > .ap-controls,
.ap--settings > .ap-controls {
    flex: 0 25%;
}

.ap--pause,
.playing > .ap--play {
    display: none;
}

.playing > .ap--pause {
    display: inline;
}

.ap-volume-container {
    z-index: 9999;
}

.ap-volume {
    position: absolute;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    width: 100%;
    height: 0;
    visibility: hidden;
    transition: height .2s cubic-bezier(0.17, 0.72, 0.26, 1.23);
    background: #ddd;
    border: 1px solid #ccc;
    border-bottom: 0;
    z-index: 9999;
}

.ap-volume-btn {
    display: block;
    text-align: center;
    width: 100%;
}

.ap-volume-btn > .ap--volume-off,
.muted > .ap--volume-on {
    display: none;
}

.muted > .ap--volume-off {
    display: inline;
}

.ap-volume-container:hover {
    background: #ddd;
}

.ap-volume-container:hover .ap-volume {
    height: 120px;
    visibility: visible;
}

.ap-volume-progress {
    display: block;
    width: 4px;
    height: 100px;
    margin: 10px auto;
    background: rgba(0, 0, 0, .2);
    position: relative;
    border-radius: 3px;
}

.ap-volume-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f50;
    height: 50%;
    border-radius: 3px;
}

.ap-active {
    background: rgba(0, 0, 0, .15);
    opacity: 1;
}

@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.playing > .ap--pause {
    animation: blink 1.5s linear infinite;
}

/* --------------------------- */

@media (max-width: 880px) {
    .ap-item > .ap-controls {
        flex: 1;
    }
}

@media (max-width: 550px) {
    .ap {
        min-width: 250px;
    }

    .ap, .ap-panel {
        height: auto;
    }

    /*.ap-panel {*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.ap--track {*/
    /*    margin-bottom: 10px;*/
    /*    padding: 0 20px;*/
    /*    order: 1;*/
    /*    flex: 1 1 100%;*/
    /*}*/
    /*.ap--playback,*/
    /*.ap--settings {*/
    /*    flex: 1 1 50%;*/
    /*    order: 2;*/
    /*}*/
}

/*--------------------
  PlayList
--------------------*/
.pl-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    overflow: auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #f1f1f1;
    z-index: 999;
}

.pl-lead {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #333;
}

.pl-list {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 30px 10px;
}

.pl-list > li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.pl-number,
.pl-title,
.pl-remove {
    margin: 0 5px;
    padding: 10px 0;
}

.pl-number {
    flex: 0 10%;
    text-align: center;
}

.pl-playing {
    display: none;
}

.pl-current .pl-count {
    display: none;
}

.pl-current .pl-playing {
    display: block;
}

.pl-current .pl-title {
    font-weight: 700;
}

.pl-title {
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}

.pl-title:hover {
    text-decoration: underline;
}

.pl-remove {
    opacity: 0;
    margin-right: 0;
    cursor: pointer;
    text-align: center;
    flex: 0 50px;
}

.pl-remove:hover {
    background: #ddd;
}

.pl-list > li:hover .pl-remove {
    opacity: 1;
}

.pl-list svg {
    fill: rgba(0, 0, 0, .7);
}

.pl-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    color: #ccc;
}

@keyframes eq {
    0% {
        height: 3px;
    }
    50% {
        height: 20px;
    }
    100% {
        height: 3px;
    }
}

.eq {
    display: flex;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}

.eq-bar {
    width: 4px;
    background: rgba(0, 0, 0, .7);
}

.eq-bar:nth-child(1) {
    animation: eq .8s ease-in-out infinite 0s;
}

.eq-bar:nth-child(2) {
    animation: eq .8s ease-in-out infinite .2s;
}

.eq-bar:nth-child(3) {
    animation: eq .8s ease-in-out infinite .4s;
}

.i-pdf img {
    height: 395px !important;
}

#backtotop {
    display: inline-block;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #000000;
}

#backtotop:hover {
    cursor: pointer;
    background-color: #333;
}

#backtotop:active {
    background-color: #555;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

.padding-80 form button a {
    border-radius: 3px;
    background-color: #0078d1;
    color: #fff;
    padding: 6px 6px;
    font-size: 16px;
    text-decoration: none;
    transition: all ease 0.3s;
    display: block;
    max-width: 181px;
    margin: 0px 5px;
}


.padding-80 form button a:hover {
    background-color: #0066b1;
    text-decoration: none;
}

.padding-80 form button a:active {
    transform: translateY(2px);
}

.padding-80 form button a:focus {
    transform: translateY(2px);
}


.page-detail .padding-80 form button {
    display: flex;
    align-items: center;
}


.page-detail form button a {
    border-radius: 3px;
    background-color: #0078d1;
    color: #fff;
    padding: 6px 8px;
    font-size: 18px;
    text-decoration: none;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px 0px 2px 0px;
    height: 45px;
    font-weight: bold;
}

.page-detail form button a:nth-child(1) {
    margin-top: 3px;
}

.second__btn a {
    background-color: #94caf242 !important;
    color: #0078d1 !important;
    border: 1px solid rgba(148, 202, 242, 0.51);
}

.second__btn a:hover {
    background-color: rgba(148, 202, 242, 0.47) !important;
}

.page-detail form button a:hover {
    background-color: #0066b1;
    text-decoration: none;
}

.page-detail form button a:active {
    transform: translateY(2px);
}

.page-detail form button a:focus {
    transform: translateY(2px;
}

.form__block {
    margin: auto;
}

