@font-face {
    font-family: 'Noto';
    src: url('/style/font/NotoSerif-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Noto';
    src: url('/style/font/NotoSerif-Italic.ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto';
    src: url('/style/font/NotoSerif-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Noto';
    color: #2B1B12;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #303437;
}

p{
    margin-bottom: 12px;
}

p a{
    color: #0000ff;
    text-decoration: underline;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-see-more {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #004385;
    padding: 7.5px 60px 7.5px 18px;
    font-size: 14px;
    line-height: 31px;
}

.btn-see-more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(/obrazki/arrow-light.svg) no-repeat center #5EA6F0;
    height: 100%;
    width: 45px;
    background-size: 9.7px 17.7px;
    transition: 0.4s;
}

.btn-see-more:hover::after {
    background-color: #004385;
}

.facebook-icon {
    width: 15px;
}

.wrap {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1904px) {

    .container {
        max-width: 1440px !important;
    }
}

@media (max-width: 1240px) {
    .wrap {
        width: 940px;
    }
}

@media (max-width: 1000px) {
    .wrap {
        width: 700px;
    }
}

@media (max-width: 740px) {
    .wrap {
        width: 440px;
    }
}

@media (max-width: 460px) {
    .wrap {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
}

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

header .top-bar {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    font-size: 14px;
}

@media (min-width: 820px) {
    header .top-bar br {
        display: none;
    }
}

header .top-bar-item:not(:last-child) {
    margin-right: 30px;
}

header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}


header .header-main .logo-container {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 0;
    z-index: 2;
}

@media (min-width: 700px) {
    header .header-main .logo-container span {
        display: inline-block;
        margin-left: 30px;
        text-transform: uppercase;
    }
}

header .header-main::before {
    content: '';
    background: url(/images/site/oiab/header-main-bg.png) no-repeat;
    width: 128.5px;
    height: 156.7px;
    background-size: 128px;
    position: absolute;
    left: 56%;
}

@media (max-width: 1240px) {
    header .header-main::before {
        left: 52%;
    }
}

@media (max-width: 1000px) {
    header .header-main::before {
        left: 77%;
    }
}

header .header-main .righttop {
    /*width: 344px;*/
    position: relative;
    color:white;
    text-align: right;
}

header .header-main .righttop a {

    color:white;
}

header .header-main .search-toggle {
    width: 40px;
    height: 40px;
    background: url('/obrazki/search-white.svg') no-repeat center;
    background-size: 25px;
    cursor: pointer;
}


header .header-main .search .search-input {
    width: 100%;
    height: 100%;
    padding: 12.5px;
    padding-right: 40px;
    font-size: 14px;
    outline: none;
}

header .header-main .search .search-submit {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 40px;
    right: 0;
    background: url('/obrazki/search.svg') no-repeat center;
    background-size: 20px;
    cursor: pointer;
}

header nav.menu {
    width: 100%;
    background-color: #5EA6F0;
}

header nav.menu ul {
    list-style-type: none;
}

header nav.menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

header nav.menu ul.mainmenu {
    display: flex;
    padding-left: 0;
}

header nav.menu ul.mainmenu .close {
    display: none;
}

header nav.menu ul.mainmenu>li {
    padding: 18.5px 15px 18.5px 15px;
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 14px;
}

header nav.menu ul.mainmenu>li:hover {
    background-color: #004385;
}

header nav.menu ul.mainmenu>li.has-submenu span {
    position: relative;
    top: 2px;
    background: url('/obrazki/arrow-light-down.svg') no-repeat center;
    background-size: 17px;
    width: 14px;
    height: 15px;
    display: inline-block;
    margin-left: 8px;
}

@media (min-width: 741px) {
    /* header nav.menu ul.mainmenu>li:first-child {
        padding-left: 0;
    }

    header nav.menu ul.mainmenu>li:last-child {
        padding-right: 0;
    } */

    header nav.menu ul.mainmenu>li:hover {
        cursor: pointer;
    }
}

@media (min-width: 1001px) {
    header .header-main .search-toggle {
        display: none;
    }

    header .header-main .search {
        display: block !important;
    }

    header nav.menu ul.mainmenu>li:hover>ul.submenu {
        display: block;
    }
}

header nav.menu ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -40px;
    z-index: 10;
    width: 215px;
}

header nav.menu ul.submenu li {
    background-color: #71b0f2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

header nav.menu ul.submenu li>a {
    padding: 8px 20px;
    display: block;
    font-size: 13px;
}


header nav.menu ul.submenu li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

header nav.menu ul.submenu li:hover {
    background-color: #55a1ef;
}

@media (max-width: 1000px){
    header nav.menu ul.submenu li {
        background-color: #fff;
    }

    header nav.menu ul.submenu li:hover a {
        color: #fff;
    }

    header nav.menu ul.submenu li>a {
        color: #71b0f2;
    }

    header nav.menu ul.submenu li:not(:last-child) {
        border-bottom: 1px solid #71b0f2;
    }
}

header .switch {
    display: none;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: url('/obrazki/menu_switch.svg') no-repeat;
    cursor: pointer;
    z-index: 2;
}

div.message {
    width: 100%;
    padding: 10px;
}

div.message.ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

div.message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

main .main-swiper {
    margin-top: 30px;
    padding-bottom: 35px;
}

main .main-swiper .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
}

main .main-swiper .swiper-slide a img {
    width: 100%;
}

main .main-swiper .swiper-pagination {
    bottom: 0px;
}

main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #EEE6E6;
    opacity: 1;
}

main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5EA6F0;
}

main .mainpage-section.gray {
    background-color: #F9F7F7;
}

main .mainpage-section.about {
    margin-top: 50px;
    margin-bottom: 100px;
}

main .mainpage-section.about .mainpage-heading {
    margin-bottom: 100px;
}

main .mainpage-section.offer {
    padding: 100px 0;
}

main .mainpage-section.offer .content.categories .category-box {
    background-color: #fff;
    width: calc(100% / 6);
    margin-right: 2px;
    border-bottom: 1px solid #fff;
    transition: 0.7s;
}

main .mainpage-section.offer .content.categories .category-box:hover {
    border-bottom-color: #f00;
}

main .mainpage-section.offer .content.categories .category-box>a {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 40px 30px 60px 30px;
    text-decoration: unset;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

main .mainpage-section.offer .content.categories .category-box>a .image {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

main .mainpage-section.offer .btn {
    text-align: right;
    margin-top: 60px;
}

main .mainpage-section.offer .btn .btn-see-more {
    margin-right: 70px;
}

main .mainpage-section.mainpage-news {
    padding: 100px 0;
}

main .mainpage-section.mainpage-news .content.news {
    justify-content: space-between;
    flex-direction: row;
}

main .mainpage-section.mainpage-news .content.news .news-tile {
    width: 30%;
    max-width: 390px;
    padding-bottom: 35px;
    border-bottom: 1px solid #F5EEEE;
}

main .mainpage-section.mainpage-news .content.news .news-tile:hover {
    border-bottom: 1px solid #f00;
}

main .mainpage-section.mainpage-news .content.news .news-tile:hover .news-title {
    color: #f00;
}

main .mainpage-section.mainpage-news .content.news .news-tile a {
    color: #000;
    text-decoration: none;
}

main .mainpage-section.mainpage-news .content.news .news-tile .image {
    width: 100%;
}

main .mainpage-section.mainpage-news .content.news .news-tile .image img {
    width: 100%;
    border-bottom: 3px solid #f00;
}

main .mainpage-section.mainpage-news .content.news .news-tile .news-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}

main .mainpage-section.mainpage-news .content.news .news-tile .news-desc {
    font-size: 13px;
    color: #3F3F3F;
    margin-top: 30px;
}

main .mainpage-section.mainpage-news .btn {
    text-align: right;
    margin-top: 60px;
}

main .mainpage-section.mainpage-news .btn .btn-see-more {
    margin-right: 70px;
}

main .mainpage-section .mainpage-heading {
    padding-left: 100px;
    margin-bottom: 60px;
}

main .mainpage-section .mainpage-heading span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #7F7F7F;
    text-transform: uppercase;
    margin-bottom: 10px;
}

main .mainpage-section .mainpage-heading h2 {
    font-weight: 600;
    font-size: 40px;
}

main .mainpage-section .content {
    display: flex;
}

main .mainpage-section .content .image {
    width: 50%;
}

main .mainpage-section .content .image img {
    max-width: 100%;
}

main .mainpage-section .content .text {
    width: 40%;
    margin-left: 10%;
    line-height: 31px;
}

main .mainpage-section .content .btn {
    text-align: right;
    margin-top: 90px;
}

main .partners-swiper {
    margin-bottom: 40px;
}

main .partners-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

/* main .partners-swiper .swiper-button-next,
main .partners-swiper .swiper-button-prev {
    color: #424141;
} */

.site-content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 50;
    display: none;
}

#left {
    width: 273px;
    margin-right: 39px;
}

#left .category-list {
    list-style-type: none;
    overflow-y: auto;
}

#left .category-list .category-list-link {
    margin-bottom: 3px;
}

#left .category-list .category-list-link.active {
    border-left: 3px solid #f00;
}

#left .category-list .category-list-link a {
    text-decoration: none;
    color: #fff;
    background-color: #004385;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 14.5px 25px;
}

#left .category-list .category-list-link a:hover {
    background-color: #5EA6F0;
}

#left .category-list .category-list-link>ul {
    display: none;
    list-style-type: none;
    background-color: #F8F6F6;
    padding-bottom: 10px;
}

#left .category-list .category-list-link.has-submenu>a {
    margin-bottom: 0;
}

#left .category-list .category-list-link.has-submenu>ul {
    display: block;
}

#left .category-list .category-list-link.has-submenu>ul a {
    padding: 7px 35px;
    font-weight: 400;
    text-transform: unset;
}

#left .category-list .category-list-link.has-submenu>ul li.active a {
    color: #f00;
}

#left .banners {
    width: 100%;
    margin-top: 20px;
}

#left .banners .banner-img {
    width: 100%;
}

#left .banners .banner-img:not(:last-child) {
    margin-bottom: 20px;
}

#left .widget {
    display: none !important;
}

.layout-mainpage.has-left-col.container .content {
    display: flex;
    margin: 50px auto;
}

@media (max-width: 460px) {
    .layout-mainpage.has-left-col.container .content {
        margin-top: 20px;
    }
}

.layout-mainpage.has-left-col.container .content .right {
    width: calc(100% - (273px + 39px));
}

@media (max-width: 1000px) {
    .layout-mainpage.has-left-col.container .content .right {
        width: 100%;
    }
}

.layout-subpage.container {
    margin-top: 65px;
    margin-bottom: 90px;
    display: flex;
}

.layout-subpage.container .content {
    width: 100%;
}

.layout-subpage.container .content p {
    font-size: 14px;
}

.layout-subpage.container .content .text-img {
    display: flex;
    align-items: flex-start;
}

.layout-subpage.container .content .text-img img {
    margin-left: 90px;
    max-width: 100%;
}

.layout-subpage.has-left-col.container .content {
    width: calc(100% - 267px - 50px);
}

.subpage-heading {
    margin-bottom: 55px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.subpage-heading.no-bold{
    font-weight: 400;
}

.search-phrase{
    font-weight: 700;
    color: #5ea6f0;
}

.advert-types{
    margin-bottom: 15px;
}

.advert-types .advert-type{
    color: #fff;
    padding: 3px 6px;
    background: #004385;
    margin-right: 5px;
    margin-bottom: 5px;
}

.news-section, .ogloszenie-section {
    display: flex;
    flex-direction: column;
}

.news-section .article, .ogloszenie-section .article {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px;
}

.news-section .article img, .ogloszenie-section .article img {
    margin-right: 23.8px;
    width: 156px;
    min-width: 156px;
}

.news-section .article .title, .ogloszenie-section .article .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px;
    color: #1B1D1E;
}

.news-section .article .date, .ogloszenie-section .article .date {
    font-size: 13px;
    margin-bottom: 22px;
    color: #303437;
}

.news-section .article .image .title,
.news-section .article .image .date {
    display: none;
}

.news-section .article .article-info .desc, .ogloszenie-section .article .ogloszenie-info .desc,
.ogloszenie-section .article .ogloszenie-info .email {
    font-size: 17px;
    color: #303437;
}

.ogloszenie-section .article .ogloszenie-info .email{
    margin-top: 10px;
}

.ogloszenie-section .article .ogloszenie-info.free-advert .title {
    color: red;
}

.news-section .article:hover .article-info .title, .ogloszenie-section .article:hover .ogloszenie-info .title {
    color: #004386;
}

@media (max-width: 740px) {
    .news-section .article, .ogloszenie-section .article {
        flex-direction: column;
    }

    .news-section .article img, .ogloszenie-section .article img {
        margin: 0;
        margin-bottom: 15px;
    }

    .news-section .article .image, .ogloszenie-section .article .image  {
        display: flex;
    }

    .news-section .article .image img, .ogloszenie-section .article .image img {
        margin-right: 10px;
    }

    .news-section .article .article-info .title,
    .news-section .article .article-info .date {
        display: none;
    }

    .news-section .article .image .title,
    .news-section .article .image .date {
        display: block;
    }
}

.news-section .btn-see-more, .ogloszenie-section .btn-see-more {
    align-self: flex-end;
}

.boxes-section {
    display: flex;
    margin-bottom: 60px;
}

.boxes-section .box {
    width: 20%;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #004385;
    border-bottom: 8px solid #004385;
    text-align: center;
    padding: 15px;
}

.boxes-section .box img {
    margin-right: 25px;
}

.boxes-section .box:nth-child(2n) {
    background-color: #0961A9;
    border-bottom: 8px solid #0961A9;
    color: #B1D8FF;
}

.boxes-section .box:hover {
    border-color: #5EA6F0;
}

@media (max-width: 1000px) {
    .boxes-section .box {
        flex-direction: column;
    }

    .boxes-section .box img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 740px) {
    .boxes-section {
        flex-wrap: wrap;
    }

    .boxes-section .box {
        height: 180px;
        width: 33.3%;
        flex-grow: 1;
    }
}

@media (max-width: 460px) {
    .boxes-section .box {
        width: 100%;
        height: 150px;
    }
}

.partners-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

.partners-section-nobtn{
    max-width: 100%;
}


.partners-section .logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 185px);
}

.partners-section-nobtn .logos {
    width: 100%;
}

.partners-section .logos a {
    margin-right: 1%;
}

.partners-section .logos a img {
    width: 100%;
    object-fit: scale-down;
}

.partners-section .points-btn {
    color: #fff;
    background-color: #00B0C2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11.5px 10px;
    font-size: 15px;
    width: 145px;
    margin-top: 12px;
}

.partners-section .points-btn:hover {
    background-color: #009dae;
}


@media (max-width: 740px) {
    .partners-section {
        flex-direction: column;
    }

    .partners-section .points-btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }

    .partners-section .logos {
        width: 100%;
    }

    .partners-section .logos a {
        margin-bottom: 15px;
    }
}


.layout-implementations .content .subpage-heading {
    padding-left: 100px;
    margin-bottom: 65px;
}

.layout-implementations .content .implementations {
    display: flex;
    flex-wrap: wrap;
}

.layout-implementations .content .implementations .implementation-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    flex-basis: 25%;
    border: 1px solid #fff;
    padding: 30px 20px 35px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
}

.layout-implementations .content .implementations .implementation-box:hover {
    border-color: #F5F1F1;
    color: #f00;
    border-bottom-color: #f00;
}

.layout-implementations .content .implementations .implementation-box .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 20px;
}

.layout-implementations .content .implementations .implementation-box .title {
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .layout-implementations .content .implementations .implementation-box {
        flex-basis: 33%;
    }
}

@media (max-width: 740px) {
    .layout-implementations .content .implementations .implementation-box {
        flex-basis: 45%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 400px) {
    .layout-implementations .content .implementations .implementation-box {
        flex-basis: 100%;
    }
}

.dynamic-content {
    margin-top: 50px;
}

.pagination {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.pagination .pagination-prev,
.pagination .pagination-next {
    background: url('/images/site/oiab/arrow-dark.png') no-repeat center;
    height: 24px;
    width: 13px;
    background-size: 13px 24px;
    cursor: pointer;
}

.pagination .pagination-prev {
    transform: rotate(180deg);
}

.pagination .pagination-prev_n,
.pagination .pagination-next_n {
    background: url('/images/site/oiab/arrow-dark_n.png') no-repeat center;
    height: 24px;
    width: 18px;
    background-size: 18px 24px;
    cursor: pointer;
    padding-left: 24px;
}

.pagination .pagination-prev_n {
    transform: rotate(180deg);
}

.pagination .pagination-prev_pp,
.pagination .pagination-next_pp {
    background: url('/images/site/oiab/arrow-dark_pp.png') no-repeat center;
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
    cursor: pointer;
    padding-left: 24px;
}

.pagination .pagination-prev_pp {
    transform: rotate(180deg);
}

.pagination .pagination-prev_k,
.pagination .pagination-next_k {
    background: url('/images/site/oiab/arrow-dark_k.png') no-repeat center;
    height: 24px;
    width: 14px;
    background-size: 14px 24px;
    cursor: pointer;
}

.pagination .pagination-prev_k {
    transform: rotate(180deg);
}

.pagination div.pages {
    display: flex;
    align-items: center;
    margin: 0 5px;
}

.pagination div.pages .page {
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    cursor: pointer;
}

.pagination div.pages .page.current {
    color: #f00;
}

.layout-news .content .subpage-heading {
    padding-left: 100px;
    margin-bottom: 65px;
}

.layout-news .content .news {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.layout-news .content .news .news-tile {
    flex-basis: 30%;
    max-width: 390px;
    padding-bottom: 35px;
    margin-bottom: 60px;
    border-bottom: 1px solid #F5EEEE;
}

.layout-news .content .news .news-tile:hover {
    border-bottom: 1px solid #f00;
}

.layout-news .content .news .news-tile:hover .news-title {
    color: #f00;
}

.layout-news .content .news .news-tile a {
    color: #000;
    text-decoration: none;
}

.layout-news .content .news .news-tile .image {
    width: 100%;
}

.layout-news .content .news .news-tile .image img {
    width: 100%;
    border-bottom: 3px solid #f00;
}

.layout-news .content .news .news-tile .news-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}

.layout-news .content .news .news-tile .news-desc {
    font-size: 13px;
    color: #3F3F3F;
    margin-top: 30px;
}

@media (max-width: 740px) {
    .layout-news .content .subpage-heading {
        padding-left: 0;
    }

    .layout-news .content .news .news-tile {
        flex-basis: 45%;
    }
}

@media (max-width: 740px) {
    .layout-news .content .news .news-tile {
        flex-basis: 100%;
    }
}

.login-form-container {
    display: flex;
    justify-content: center;
}

.login-form {
    display: flex;
    flex-direction: column;
    width: 400px;
    justify-content: center;
    padding: 20px;
}

.login-form .remind_password {
    padding-bottom: 10px;
}

.login-form input {
    background-color: #F9F7F7;
    height: 40px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.login-form input[type="submit"] {
    text-decoration: none;
    color: #fff;
    background: #004385;
    background-size: auto;
    background-size: 10px 20px;
    cursor: pointer;
}

.layout-contact {
    margin-top: 60px;
    margin-bottom: 60px;
}

.layout-contact .subpage-heading {
    padding-left: 0;
    margin-bottom: 60px;
    text-align: center;
}

.layout-contact .contact-heading {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid #EDE7E7;
}

.layout-contact .contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.layout-contact .contact-form input,
.layout-contact .contact-form textarea,
.layout-contact .contact-form select {
    font-size: 12px;
    color: #000;
    padding: 20px 15px;
}
.layout-contact .contact-form input.field-captcha{
    width: 200px;
}


.layout-contact .contact-form input[type="radio"] {
    margin-right: 10px;
    margin-bottom: 10px;
}

.layout-contact .contact-form input::placeholder,
.layout-contact .contact-form textarea::placeholder {
    color: #7F7A7A;
    font-size: 16px;
}

.layout-contact .contact-form .fields {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin-right: 25px;
}

.layout-contact .contact-form .fields label{
    font-size: 16px;
}

.layout-contact .contact-form .fields.fw {
    width: 100%;
    margin: 10px 0;
    align-items: center;
}

.layout-contact .contact-form .fields.fw .agreements .agreement{
    justify-content: center;
}

.layout-contact .contact-form .fields .error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.layout-contact .contact-form .message-content .error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.layout-contact .contact-form .fields input:not(:last-child),
.layout-contact .contact-form .fields select:not(:last-child) {
    /*  margin-bottom: 20px; */
}

.layout-contact .contact-form .message-content {
    width: 670px;
}

.layout-contact .contact-form .message-content textarea {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat';
}

.layout-contact .contact-form .agreements {
    width: 1095px;
    margin-top: 10px;
}

.layout-contact .contact-form .agreements .agreement {
    display: flex;
}

.layout-contact .contact-form .agreements .agreement input {
    margin-right: 15px;
}

.layout-contact .contact-form .agreements .agreement label {
    font-size: 16px;
    color: #8F8B8B;
    line-height: 17px;
}

.layout-contact .contact-form .required-info {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 11px;
    width: 100%;
    text-align: center;
}

.layout-contact .contact-form input[type="submit"] {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    background: url(/obrazki/arrow-light.svg) no-repeat 88% center #004385;
    background-size: 9.7px 17.7px;
    padding: 7.5px 60px 7.5px 18px;
    font-size: 14px;
    line-height: 31px;
    cursor: pointer;
    margin: 10px 0;
}

.subscriptions-list .subscription-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #ddd;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.subscriptions-list .subscription-header {
    font-weight: bold;
}

.subscriptions-list .subscription-item:nth-child(2n) {
    background-color: #eee;
}

.subscriptions-list .subscription-item .subscription-name {
    flex-basis: 40%;
}

.subscriptions-list .subscription-item .subscription-price {
    flex-basis: 20%;
}

.subscriptions-list .subscription-item .subscription-payment-date {
    flex-basis: 20%;
}

.subscriptions-list .subscription-item .subscription-payment-status {
    flex-basis: 20%;
}

@media (max-width: 740px){
    .subscriptions-list .subscription-header {
        display: none;
    }
    .subscriptions-list .subscription-item {
        flex-direction: column;
    }

    .subscriptions-list .subscription-item > div {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .subscriptions-list .subscription-item > div::before {
        content: attr(data-col);
        font-weight: 700;
    }
}

@media (max-width: 460px){
    .subscriptions-list .subscription-item > div {
        font-size: 13px;
    }
}

.subscription-message {
    padding-bottom: 10px;
}

.subscription-until {
    padding: 20px;
    border: 1px solid gray;
    margin-bottom: 20px;
    font-weight: bold;
}

.subscription-buy .subscription-item {
    background-color: #eee;
    margin-bottom: 5px;
    padding: 20px;
    flex-direction: row;
    display: flex;
    cursor: pointer;
}

.subscription-buy .subscription-label > input {
    visibility: hidden;
    position: absolute;
}

.subscription-buy .subscription-label > input:checked + div.subscription-item {
    border: 2px solid #888;
}

.subscription-buy .subscription-name {
    flex-grow: 2;
}

.subscription-buy .subscription-price {
    min-width: 100px;
}

.subscription-buy .subscription-months {
    min-width: 80px;
}

.subscription-months-form {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.subscription-months-form .subscription-months {
    width: 25%;
    border: 1px solid #eee;
}

.subscription-months-form .subscription-months .subscription-months-header {
    display: block;
    background-color: #eee;
    padding: 5px;
}

.subscription-months-form .subscription-months .subscription-months-wrapper {
    padding: 20px 10px;
    display: flex;
    justify-content: center;
}

.subscription-months-form .subscription-months .subscription-months-message {
    font-size: 0.7rem;
    padding: 10px;
}

.subscription-months-form .subscription-months .subscription-months-message span {
    font-weight: bold;
}

.subscription-months input {
    border: 2px solid #eee;
    width: 50%;
    font-weight: bold;
    font-size: 16px;
}

.subscription-months input.error {
    border: 2px solid red;
}

@media (max-width: 740px){
    .subscription-buy .subscription-item {
        flex-wrap: wrap;
    }

    .subscription-months-form .subscription-months {
        width: 100%;
    }
}

.buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.buttons .button {
    text-decoration: none;
    color: #fff;
    background: #004385;
    cursor: pointer;
    padding: 20px;
}

@media (max-width: 1240px) {
    .layout-contact .contact-form .fields {
        width: 385px;
    }

    .layout-contact .contact-form .agreements {
        width: auto;
    }

    .layout-contact .contact-form .message-content {
        width: 530px;
    }
}

@media (max-width: 1000px) {
    .layout-contact .contact-form .fields {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .layout-contact .contact-form .message-content {
        width: 100%;
    }
}

.layout-contact .contact-boxes {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
    padding-right: 48px;
}

.layout-contact .contact-boxes .box {
    line-height: 23px;
}

.layout-contact .contact-boxes .box:first-child {
    padding-left: 80px;
    background: url('/public/img/location-tag.svg') no-repeat left top;
    background-size: 36px 48px;
}

.layout-contact .contact-boxes .box .label {
    font-size: 14px;
    font-weight: bold;
}

.layout-contact .contact-boxes .box .label.red {
    color: #f00;
}

.layout-contact .contact-boxes .box .info {
    font-size: 13px;
}

@media (max-width: 1000px) {
    .layout-contact .contact-boxes {
        padding-right: 0;
    }
}

@media (max-width: 740px) {
    .layout-contact .contact-boxes {
        flex-direction: column;
        align-items: center;
    }

    .layout-contact .contact-boxes .box {
        margin-bottom: 20px;
    }

    .layout-contact .contact-boxes .box:first-child {
        margin-left: -100px;
    }
}

@media (max-width: 460px) {
    .layout-contact .contact-boxes .box:first-child {
        margin-left: -69px;
        padding-left: 50px;
    }
}

footer.site-footer {
    background-color: #424242;
    position: relative;
    margin-top: 25px;
}

footer.site-footer .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

footer.site-footer .wrap.top {
    padding-top: 48px;
    padding-bottom: 70px;
}

footer.site-footer .wrap.top .menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer.site-footer .wrap.top .menu .box .name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
}

footer.site-footer .wrap.top .menu .box ul {
    list-style-type: none;
}

footer.site-footer .wrap.top .menu .box ul li {
    font-size: 13px;
    margin-bottom: 5px;
}

footer.site-footer .wrap.top .menu .box ul a:hover {
    color: #004385;
}

footer.site-footer .wrap.top .menu .box.info .logo {
    display: flex;
    align-items: center;
}

footer.site-footer .wrap.top .menu .box.info .logo span {
    margin-left: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

footer.site-footer .wrap.top .menu .box.info .hours {
    padding-left: 62.5px;
    margin-top: 54px;
    font-size: 13px;
}

@media (max-width: 460px) {
    footer.site-footer .wrap.top .menu .box.info .hours {
        text-align: center;
        padding-left: 0;
        margin-top: 20px;
    }
}

footer.site-footer .wrap.top .menu .box.contact .name {
    padding-left: 36px;
}

footer.site-footer .wrap.top .menu .box.contact div:not(.name) {
    font-size: 13px;
    position: relative;
    padding-left: 36px;
}

footer.site-footer .wrap.top .menu .box.contact div:not(.name)::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
}

footer.site-footer .wrap.top .menu .box.contact div:not(.name):not(:last-child) {
    margin-bottom: 15px;
}

footer.site-footer .wrap.top .menu .box.contact .location::before {
    background: url('/obrazki/location.svg') no-repeat;
    width: 17.5px;
    height: 24.3px;
}

footer.site-footer .wrap.top .menu .box.contact .mail::before {
    background: url('/obrazki/mail.svg') no-repeat;
    width: 19.8px;
    height: 14.3px;
}

footer.site-footer .wrap.top .menu .box.contact .phone::before {
    background: url('/obrazki/phone.svg') no-repeat;
    width: 19.7px;
    height: 19.8px;
}

footer.site-footer .wrap.top .menu .biuletyn {
    align-self: flex-start;
}

@media (max-width: 1000px) {
    footer.site-footer .wrap.top .menu {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) and (min-width: 741px) {
    footer.site-footer .wrap.top .menu .box.links {
        width: auto;
        margin-top: 0;
    }

    footer.site-footer .wrap.top .menu .box.info {
        width: 33%;
    }

    footer.site-footer .wrap.top .menu .biuletyn {
        position: absolute;
        bottom: 5px;
        right: 0;
    }
}

@media (max-width: 740px) {
    footer.site-footer .wrap.top .menu .box {
        margin-bottom: 15px;
    }
}

@media (max-width: 460px) {
    footer.site-footer .wrap.top .menu .box {
        width: 100%;
        margin-bottom: 15px;
    }

    footer.site-footer .wrap.top .menu .box.links {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    footer.site-footer .wrap.top .menu .box.contact .name {
        text-align: center;
        padding-left: 0;
    }

    footer.site-footer .wrap.top .menu .box.contact div:not(.name) {
        width: 51%;
        margin: auto;
    }

    footer.site-footer .wrap.top .menu .biuletyn {
        margin: auto;
    }
}

@media (max-width: 400px) {
    footer.site-footer .wrap.top .menu .box.contact div:not(.name) {
        width: auto;
        margin-left: 15%;
        display: inline-block;
    }
}

footer.site-footer .wrap.top .gotop {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    cursor: pointer;
}

footer.site-footer .wrap.top .gotop:hover .btn {
    background-color: #4b9cee;
}

footer.site-footer .wrap.top .gotop .btn {
    width: 45px;
    height: 45px;
    background: url('/obrazki/arrow-light.svg') no-repeat center #5EA6F0;
    background-size: 13px;
    transform: rotate(-90deg);
}

footer.site-footer .wrap.top .gotop .label {
    font-size: 12px;
    color: #690000;
}

footer.site-footer .wrap.top .facebook {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #0961A9;
}

footer.site-footer .wrap.top .facebook img {
    width: 10px;
}
footer.site-footer .bottom {
  color: #ffffff !important;               /* zmień na swój */
}

footer.site-footer .bottom {
    background-color: #424242;
    text-align: center;
    padding: 14px;
    font-size: 13px;
    color: #fff;
}

footer.site-footer .bottom a {
    color: #fff;
}

footer.site-footer .footerbackground,
footer.site-footer .footerbackground p,
footer.site-footer .footerbackground h1,
footer.site-footer .footerbackground h2,
footer.site-footer .footerbackground h3,
footer.site-footer .footerbackground h4,
footer.site-footer .footerbackground h5,
footer.site-footer .footerbackground li,
footer.site-footer .footerbackground span {
  color: #fff !important; /* podmień na swój */
}

/* .dynamic-content ul.search-result {
    list-style-type: none;
} */

.dynamic-content ul.search-result{
    padding-left: 20px;
}
.dynamic-content ul.search-result li {
    padding-left: 10px;
    margin-bottom: 20px;
}

.dynamic-content .no-search-message {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1240px) {
    header nav.menu ul.mainmenu {
        flex-wrap: wrap;
    }

    main .mainpage-section.offer .content.categories {
        flex-wrap: wrap;
    }

    main .mainpage-section.offer .content.categories .category-box {
        width: calc(100% / 3 - (6px / 3));
    }

    .layout-subpage .container .content .text-img {
        flex-direction: column;
        align-items: center;
    }

    .layout-subpage .container .content .text-img img {
        margin-left: 0;
        order: -1;
        margin-bottom: 20px;
    }

    .subpage-heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 1000px) {
    header .header-main {
        align-items: center;
        transition: 0.4s;
    }

    header .header-main .search {
        width: 100%;
        margin-bottom: 15px;
    }

    header .header-main .search {
        width: 100%;
        margin-bottom: 15px;
        display: none;
    }

    header .header-main .search.open {
        position: absolute;
        right: 0;
        height: 36px;
        bottom: 0;
        width: 100%;
    }

    header .header-main.ex-padd {
        padding-bottom: 50px;
    }

    header .header-main form[name="search_form"] {
        z-index: 5;
        position: static;
        margin-left: auto;
        margin-right: 15px;
    }

    header nav.menu ul.mainmenu .close {
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-color: #004385;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        animation: slowlyShow 0.7s ease-in 0s forwards;
    }

    header nav.menu ul.mainmenu .close span {
        width: 1px;
        height: 18px;
        background-color: #fff;
        transform: rotate(-35deg);
    }

    header nav.menu ul.mainmenu .close span:last-child {
        transform: rotate(35deg);
        position: relative;
        left: -1.5px;
    }


    header nav.menu ul.mainmenu>li.has-submenu span {
        position: absolute;
        right: 0;
        top: 0;
        height: 43px;
        width: 50px;
        background-size: 17px;
        cursor: pointer;
    }

    header nav.menu ul.mainmenu>li.has-submenu ul.submenu.mobile-show {
        position: static;
        display: block;
        width: 100%;
    }

    main .mainpage-section .mainpage-heading {
        padding-left: 0;
        margin-bottom: 40px;
    }

    main .mainpage-section .content {
        flex-direction: column;
    }

    main .mainpage-section .content .image,
    main .mainpage-section .content .text {
        width: 100%;
        margin: 0;
    }

    main .mainpage-section .content .image {
        margin-bottom: 20px;
    }

    main .mainpage-section .content .image img {
        width: 50%;
        display: block;
        margin: auto;
    }

    main .mainpage-section.offer .content.categories {
        flex-direction: row;
    }

    main .mainpage-section.offer .content.categories .image img {
        width: auto;
    }

    #left {
        position: fixed;
        left: -273px;
        top: 0;
        height: 100%;
        transition: 0.7s;
        background-color: #fff;
        z-index: 100;
    }

    #left .widget {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 92px;
        height: 36px;
        position: fixed;
        bottom: 0;
        right: 50px;
        color: #fff;
        background-color: #5EA6F0;
        cursor: pointer;
    }

    #left+.content {
        width: 100%;
    }

    body.left-col-toggled #left {
        left: 0;
    }

    body.left-col-toggled .site-content-overlay {
        display: block;
    }

    header {
        flex-wrap: wrap;
        position: relative;
    }

    header .header-main .search {
        width: calc(100% - 50px);
        z-index: 2;
    }

    header .header-main .switch {
        margin-top: 4px;
    }

    header nav.menu {
        order: 3;
        width: 100%;
        margin: 0;
    }

    header nav.menu ul.mainmenu {
        display: none;
    }

    header nav.menu ul.mainmenu.menu-toggled {
        display: flex;
        border-top: 3px solid #fff;
        flex-direction: column;
        position: absolute;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        left: 0;
        top: 100%;
        text-align: center;
        background-color: transparent;
        transition: height 1s;
        margin: 0;
    }

    header nav.menu ul.mainmenu.menu-toggled>li {
        opacity: 0;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(1) {
        animation: slowlyShow 0.7s ease-in 0s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(2) {
        animation: slowlyShow 0.7s ease-in 0.2s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(3) {
        animation: slowlyShow 0.7s ease-in 0.3s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(4) {
        animation: slowlyShow 0.7s ease-in 0.4s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(5) {
        animation: slowlyShow 0.7s ease-in 0.5s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(6) {
        animation: slowlyShow 0.7s ease-in 0.6s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(7) {
        animation: slowlyShow 0.7s ease-in 0.7s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(8) {
        animation: slowlyShow 0.7s ease-in 0.8s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(9) {
        animation: slowlyShow 0.7s ease-in 0.9s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(10) {
        animation: slowlyShow 0.7s ease-in 1s forwards;
    }

    header nav.menu ul.mainmenu.menu-toggled>li:nth-child(11) {
        animation: slowlyShow 0.7s ease-in 1.1s forwards;
    }

    header nav.menu ul.mainmenu>li {
        background-color: #5EA6F0;
        padding: 0;
    }

    header nav.menu ul.mainmenu>li>a {
        display: block;
        font-size: 14px;
        padding: 12px;
    }

    header nav.menu ul.mainmenu>li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    header .switch {
        display: block;
    }
}

@media (max-width: 740px) {
    header .header-main::before {
        left: 65%;
    }



    main .mainpage-section .content .image img {
        width: 75%;
    }

    main .mainpage-section .content .btn {
        text-align: center;
    }

    main .mainpage-section .content .btn .btn-see-more {
        margin-right: 0;
    }

    main .mainpage-section.offer .content.categories .category-box {
        width: calc(100% / 2 - (4px / 2));
    }

    main .mainpage-section.offer .btn {
        text-align: center;
    }

    main .mainpage-section.offer .btn .btn-see-more {
        margin-right: 0;
    }

    main .mainpage-section.mainpage-news .content.news {
        flex-direction: column;
    }

    main .mainpage-section.mainpage-news .content.news .news-tile {
        width: 100%;
        max-width: unset;
    }

    main .mainpage-section.mainpage-news .content.news .news-tile img {
        width: auto;
    }

    main .mainpage-section.mainpage-news .btn {
        text-align: center;
    }

    main .mainpage-section.mainpage-news .btn .btn-see-more {
        margin-right: 0;
    }

    footer.site-footer .wrap .links a {
        padding: 5px 0;
    }
}

@media (max-width: 740px) and (max-width: 740px) {
    header nav.menu ul.mainmenu>li>a {
        user-select: none;
    }
}

@media (max-width: 600px) {
    header .top-bar {
        flex-direction: column;
        font-size: 12px;
        padding: 6px 14px;
    }

    header .top-bar-item {
        margin-bottom: 10px;
        text-align: center;
        margin-right: 0 !important;
        padding: 0 10px;
    }

    header .top-bar-item:last-child {
        margin-bottom: 0;
    }

    header .top-bar br {
        display: none;
    }

    footer.site-footer .gotop {
        right: 20px;
        top: 70px;
    }
}

@media (max-width: 760px) {
    .chname {
        display: none;
    }

    header .logo {
        width: 100%;
        object-fit: scale-down;
        margin-bottom: 5px;
    }

    main .mainpage-section.offer .content.categories .category-box {
        width: 100%;
        margin: 0;
        margin-bottom: 2px;
    }

    footer.site-footer {
        display: flex;
        flex-direction: column;
    }

    footer.site-footer .bottom {
        order: 3;
    }

    footer.site-footer .gotop {
        position: static;
        padding-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .chname {
        display: none;
    }

    header .header-main {
        flex-wrap: wrap;
    }

    header .header-main .logo-container {
       /* padding: 0;*/
    }
}

@keyframes slowlyShow {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.info-box-section span:first-child{
    width: 25%;
    margin-right: 10%;
    text-align: center;
    display: inline-block
}

@media (max-width: 460px){
    .chname {
        display: none;
    }

    .info-box-section span:first-child{
        width: auto;
        min-width: 35%;
    }

    .info-box-section span:first-child img{
        max-width: 100%;
    }
}

.info-box-section span:last-child{
    width: 65%;
    display: inline-block
}

.breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
}
.breadcrumb-list {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    padding-left: 0;
}
.breadcrumb-list-item {
    position: relative;
    padding-right: 25px;
    font-size: 13px;
}
.breadcrumb-list-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 2px;
    background: url('/images/site/oiab/arrow-dark.png') no-repeat center;
    background-size: 5px;
    width: 15px;
    height: 15px;
}
.breadcrumb-list-item a {
    color: #000;
    text-decoration: none;
}
.breadcrumb-list-item .sub {
    display: none;
    list-style-type: none;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    padding-top: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    min-width: 100px;
}
.breadcrumb-list-item .sub li a {
    display: block;
    padding: 5px;
    white-space: nowrap;
    font-size: 13px;
}
.breadcrumb-list-item .sub li a:hover {
    background-color: #f5f5f5;
}
@media (min-width: 741px) {
    .breadcrumb-list-item:hover > .sub {
        display: block;
    }
}


input.field-regulation.error ~ label{
    color: #f00 !important;
}

.field-advert-type.error ~ span{
    color: #f00 !important;
}

#tinymce ol, ul{
    padding-left: 40px;
}

h1{
    font-size: 18px;
}

.page-html > div{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.field_counter {
    text-align: center;
    padding: 2px 0;
    color: #8F8B8B;
}

.v-input:has(*[required="required"]) .v-label::after {
    content: " *";
    color: red;
}

