body {
    color: white;
    background-color: #0D0805;
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
}

.menu-item-has-children:hover {
    background: #302D28;
    border-radius: 2px;
}

.menu-menju-container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-menju-container .current-menu-item {
    background: #302D28;
    border-radius: 2px;
}

.menu-menju-container .menu-item-home a {
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-menju-container ul {
    padding-left: 0;
    margin-left: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    margin-bottom: 0;
   justify-content: center;
}

.menu-menju-container ul > li {
    list-style-type: none;
    padding: 5px 10px;
}

.menu-menju-container ul > li a {
    font-weight: 200;
    font-size: 18px;
    line-height: 21px;
    color: #FDC061;
    text-decoration: none;
    padding: 7px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.menu-menju-container ul > li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #FDC061;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-menju-container ul > li > ul {
    display: none;
    position: absolute;
    z-index: 4;
    background: #302D28;
    border-radius: 2px;
    margin-left: -10px;
    width: auto;
    padding: 10px 0;
    padding-right: 40px;
}

.menu-menju-container ul > li > ul li a {
    color: #fff;
    font-weight: 200 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.menu-menju-container ul > li > ul li a:hover {
    border-color: #FDC061;
    color: #FDC061;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-header {
    padding: 15px 0;
}

.header-buttons {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-buttons-item {
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-buttons-item a {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 12px 0;
    display: block;
}

.header-buttons-item a:hover {
    text-decoration: none;
}

.header-buttons-item:hover {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-buttons-item-1 {
    background: #FDC061;
    border-radius: 5px 0px 0px 5px;
    width: 42%;
    max-width: 42%;
    margin-right: 1%;
}

.header-buttons-item-1:hover {
    background-color: #fdca7a;
}

.header-buttons-item-2 {
    width: 57%;
    max-width: 57%;
    background: #3DAA45;
    -webkit-box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    border-radius: 0px 5px 5px 0px;
}

.header-buttons-item-2:hover {
    background-color: #44bc4d;
}

.btn-user, .btn-numburger {
    cursor: pointer;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.btn-numburger {
    position: relative;
    z-index: 5;
}

.btn-close {
    display: none;
}

.user-window {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 80px;
    background: #0D0805;
    text-align: center;
    z-index: 3;
}

.user-window .custom-logo-link {
    display: block;
    padding: 0 30px;
}

.user-window .custom-logo-link img {
    width: 100%;
    height: auto;
}

.user-window-btns {
    padding: 20px 30px;
}

.user-window-btn-2 a {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    display: block;
    padding: 12px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.user-window-btn-2 a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

.user-window-btn-1 {
    margin-bottom: 20px;
}

.user-window-btn-1 a {
    background: #00B956;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 12px 0;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.user-window-btn-1 a:hover {
    background-color: #00d362;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.mobile-none {
    display: none;
}

.slide-1 {
    max-width: 1440px;
    margin: auto;
}

.slide-1 .item {
    height: 404px;
    background-size: cover;
}

.slide-1 .owl-nav {
    display: none !important;
}

.slide-1 .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
}

.slide-1 .owl-dots .owl-dot {
    outline: 0 !important;
}

.slide-1 .owl-dots .owl-dot span {
    width: 64px !important;
    height: 4px !important;
    border-radius: 5px !important;
    background: #000000 !important;
}

.slide-1 .owl-dots .active span {
    background: #FDC061 !important;
}

.filter-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-inner-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.2%;
}

.filter-inner-link a {
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3DAA45;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-inner-link a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-inner-filter {
    width: 42%;
    max-width: 42%;
    margin-right: 2.2%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-inner-filter a {
    width: 33.3333333%;
    padding: 13px 0;
    text-align: center;
    display: block;
    max-width: 33.3333333%;
    background: #302D28;
    border: 1px solid #989694;
    font-size: 16px;
    line-height: 19px;
    color: #989694;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-inner-filter a:hover {
    border-color: #F9B242;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #F9B242;
    text-decoration: none;
}

.filter-inner-text {
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    width: 6.4%;
    margin-right: 1.9%;
}

.filter-inner-variation {
    width: 17%;
    max-width: 17%;
    position: relative;
    margin-right: 4.4%;
}

.filter-inner-variation a {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #989694;
    background: #302D28;
    border-radius: 2px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-inner-variation a:hover {
    text-decoration: none;
    color: #F9B242;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-inner-variation svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
}

.filter-inner-search {
    width: 17%;
    max-width: 17%;
    position: relative;
    margin-right: 1.5%;
}

.filter-inner-search input {
    width: 100%;
    background: #302D28;
    border-radius: 2px;
    border: 0;
    padding: 10px 12px;
}

.filter-inner-search a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
}

.games-button-center {
    margin-bottom: 50px;
}

.games-button-center a {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 17px 0;
    display: block;
    width: 23%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    background-color: #3DAA45;
    -webkit-box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.games-button-center a:hover {
    text-decoration: none;
    background-color: #44bc4d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.games-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.games-item {
    max-width: 18%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    margin-right: 2%;
    margin-bottom: 35px;
}

.games-item h3 a {
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.games-item h3 a:hover {
    text-decoration: none;
}

.games-item-img {
    position: relative;
    margin-bottom: 13px;
}

.games-item-img:hover .games-item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.games-item-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: auto;
}

.games-item-btns {
    position: absolute;
    bottom: 13px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: none;
    left: 0;
    right: 0;
}

.games-item-btn-2 a {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #3DAA45;
    border-radius: 46px;
}

.games-item-btn-1 a {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.games-item-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

.games-item-btn a {
    padding: 8px 12px;
}

.games-item-btn a:hover {
    text-decoration: none;
}

section.text-block {
    overflow-x: hidden;
    margin-bottom: 30px;
}

section.text-block h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 0 30px;
}

section.text-block h3 span {
    color: #FDC061;
}

section.text-block h3 a {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    background-color: #3DAA45;
    -webkit-box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    border-radius: 5px;
    padding: 12px 30px;
    margin-left: 30px;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.text-block h3 a:hover {
    text-decoration: none;
    background-color: #44bc4d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.text-block h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 0 30px;
}

section.text-block h2 span {
    color: #FDC061;
}

section.text-block p {
    font-size: 16px;
    color: #f2f2f2;
    line-height: 26px;
}

section.text-block p span {
    color: #FDC061;
}

section.text-block ul {
    padding-left: 20px;
    margin-left: 0;
}

section.text-block ul li {
    color: #fff;
    list-style-type: none;
    position: relative;
}

section.text-block ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #FDC061;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.oplata {
    margin: 30px 0;
}

.oplata img {
    width: 100%;
    height: auto;
}

.oplata h4 {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 0 45px;
}

.site-footer {
    background: #302D28;
    padding: 30px 0;
}

.site-footer .custom-logo-link img {
    width: 80%;
}

.text-footer {
    text-align: center;
}

.text-footer p {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #CACCCA;
    margin: 20px 0 30px;
}

#footer-menu li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.mobile-btn-mobile a {
    padding: 16px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    background: #3DAA45;
    -webkit-box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-btn-mobile a:hover {
    text-decoration: none;
    background-color: #44bc4d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news .col-md-6 {
    margin-bottom: 30px;
}

.news-item {
    background: #302D28;
    border: 1px solid #1F1C19;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-item-title {
    height: 96px;
}

.news-item-btns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 10px;
}

.news-item-btns-1 {
    font-size: 18px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.news-item-btns-1:hover {
    color: #fff;
    text-decoration: none;
}

.news-item-btns-2 {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    background-color: #3DAA45;
    -webkit-box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    border-radius: 5px;
    padding: 14px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-item-btns-2:hover {
    text-decoration: none;
    color: #000;
    background-color: #44bc4d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news h3 {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

.news h3 span {
    color: #FDC061;
}

.news p {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 30px;
}

.wpcf7-validation-errors {
    color: #fff;
}

.rewievs-block-items p {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.rewievs-block-items h3 {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 35px;
    line-height: 49px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.rewievs-block-item {
    background: #302D28;
    border: 1px solid #1F1C19;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 17px;
    padding: 30px;
    margin-bottom: 35px;
}

.rewievs-block-item h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #FDC061;
}

.rewievs-block-item p {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.rewievs-block-form {
    max-width: 800px;
    margin: auto;
}

.rewievs-block-form .wpcf7-submit {
    background: #3DAA45;
    -webkit-box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    border-radius: 5px;
    padding: 16px 65px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    border: 0;
    display: inherit;
    margin: auto;
}

.rewievs-block-form textarea {
    height: 150px;
    background: #2F2D27;
    border: 1px solid #1F1C19;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 17px;
    padding: 30px;
    color: #fff;
}

.rewievs-block-form textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #8E8E8E;
}

.rewievs-block-form textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #8E8E8E;
}

.rewievs-block-form textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #8E8E8E;
}

.rewievs-block-form textarea::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #8E8E8E;
}

.dropdown-mnu {
    display: none;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-mobile-btn {
    position: absolute;
    margin-top: -110px;
    z-index: 2;
    left: 50%;
    max-width: 240px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slide-mobile-btn a {
    background-color: #00B956;
    -webkit-box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    box-shadow: 0px 5px 10px rgba(4, 10, 72, 0.2);
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    padding: 16px 0;
}

.slide-mobile-btn a:hover {
    text-decoration: none;
    background-color: #00d362;
}

.wpcf7-response-output {
    color: #fff;
}

@media (max-width: 1200px) {
    .news-item-title {
        height: auto;
    }

    .filter-inner-search {
        width: 49%;
        max-width: 49%;
        margin-right: 1%;
        margin-bottom: 20px;
    }

    .filter-inner-variation {
        width: 49%;
        max-width: 49%;
        margin-left: 1%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .filter-inner-filter {
        width: 83.3%;
        max-width: 83.3%;
    }
}

@media (max-width: 992px) {
    .header-buttons {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    section.text-block h2 {
        font-size: 16px;
        line-height: 1.6;
        margin: 30px 0 20px;
    }

    section.text-block h3 {
        font-size: 16px;
        line-height: 1.6;
    }

    section.text-block h3 a {
        display: none;
    }

    section.text-block p {
        font-size: 14px;
    }

    .games-button-center a {
        width: 70%;
    }

    .games-item {
        max-width: 48%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-right: 0;
    }

    .games-row {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .mobile-none {
        display: block;
    }

    .mobile-menu #primary-menu li {
        text-align: center;
        margin: 5px;
    }


    .mobile-menu #primary-menu li a:hover {
        background: #302D28;
        border-radius: 5px;
        border-bottom: 0;
    }

    .site-header {
        border-bottom: 1px solid #FDC061;
    }

    .filter-inner-search, .filter-inner-variation, .filter-inner-text, .filter-inner-filter, .filter-inner-filter a {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .filter-inner-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-inner-text {
        margin-bottom: 20px;
    }

    .filter-inner-filter a {
        border-radius: 0 !important;
    }

    .filter-inner-link {
        display: none;
    }

    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .custom-logo-link {
        text-align: center;
        display: block;
        border-bottom: 1px solid #FDC061;
        padding-bottom: 25px;
    }

    .site-footer .custom-logo-link img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #footer-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 10px;
    }

    #footer-menu li {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 20px;
    }

    #footer-menu li a {
        font-size: 17px;
    }

    .text-footer p {
        padding: 15px 40px;
        font-size: 14px;
        margin: 0;
    }

    .text-footer p br {
        display: none;
    }

    .slide-1 .owl-dots {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 0;
        right: 0;
        width: 100%;
    }

    .slide-1 .owl-dots .owl-dot {
        width: 18%;
        margin: 0 !important;
        margin-left: 1% !important;
        margin-left: 1% !important;
        border-radius: 100px;
        display: block;
        height: 6px !important;
        background-color: #000 !important;
    }

    .slide-1 .owl-dots .owl-dot span {
        width: 18% !important;
        margin: 0 !important;
        margin-right: 2% !important;
        display: block;
        background-color: transparent !important;
    }

    .slide-1 .owl-dots .active {
        background-color: #FDC061 !important;
    }

    .slide-1 .item {
        background-size: cover;
        background-position: 85% 0;
        height: 426px;
    }

    .news {
        margin-bottom: 50px;
    }

    .news .col-md-6 {
        margin-bottom: 0;
    }

    .news-item {
        background: transparent;
        border: 0;
        padding: 0;
    }

    .news-item .news-item-btns {
        display: none;
    }

    .news-item p {
        font-size: 14px;
        line-height: 26px;
        padding: 0;
        margin-bottom: 0;
    }

    .news-item h3 {
        text-align: left;
        font-size: 16px;
        line-height: 1.6;
        margin: 30px 0 20px;
    }

    .news-item h3 br {
        display: none;
    }

    .site-header .custom-logo-link {
        display: block;
        text-align: center;
    }

    .rewievs-block-item p, .rewievs-block-items p {
        font-size: 14px;
        line-height: 18px;
    }

    .rewievs-block-items h3 {
        display: none;
    }

    .rewievs-block-form {
        display: none;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-menju-container ul > li > ul {
        padding-right: 0;
        width: 100%;
    }

    .site-header .dropdown-mnu {
        display: block;
    }
}
@media (max-width: 800px) {
  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}
.container {
    width: 100%;
    max-width: 1300px;
    padding: 10px;
}
header, main {
    display: flex;
    justify-content: center;
}
table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid sandybrown;
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 8px;
    margin: 25px auto;
}

/*# sourceMappingURL=main.css.map */