* {
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #d5b577
}

a:visited {
    color: #115417
}

a:hover,
a:hover:active,
a:active {
    color: #d5b577;
    text-decoration: underline
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }

  
  #customers tr:hover {background-color: #3d3d3d;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

img {
    max-width: 100%;
    height: auto
}

ul,
ol {
    list-style-position: inside;
    margin: 15px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #d5b577;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1
}

h1 {
    font-size: 45px;
    text-transform: uppercase
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 35px
}

h4 {
    font-size: 30px
}

@media(max-width:768px) {
    h1 {
        font-size: 30px;
        text-transform: uppercase
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 18px
    }
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

body {
    font-family: open sans, sans-serif;
    font-size: 16px;
    color: #fff;
    height: 100vh;
    width: 100%;
    background-color: #000;
    background-image: url(../img/main_bg.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed
}

@media(max-width:530px) {
    body {
        background-image: none
    }
}

.aligncenter {
    float: none;
    margin: 20px auto;
    display: block
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

.container {
    max-width: 1205px;
    margin: 0 auto;
    padding-bottom: 100px
}

@media(max-width:768px) {
    .container {
        padding-bottom: 0
    }
}

.breadcrumbs {
    background-color: rgba(0, 0, 0, .9);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin: 20px 0;
    list-style: none
}

.breadcrumbs .crumbs__item {
    color: #d5b577;
    margin-right: 4px
}

.breadcrumbs .crumbs__item .crumbs__link {
    color: #d5b577
}

.breadcrumbs .crumbs__item .crumbs__link:hover {
    text-decoration: underline
}

.breadcrumbs .breadcrumb-item .crumbs__curr {
    color: #fff
}

.header-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 89px;
    background: #000;
    opacity: .7;
    z-index: 1
}

.header {
    margin-bottom: 36px
}

@media(max-width:1024px) {
    .header {
        padding: 0 10px
    }
}

@media(max-width:768px) {
    .header {
        margin-bottom: 0;
        background: #000
    }
}

.header .header-wrap {
    z-index: 2;
    position: relative;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:530px) {
    .header .header-wrap {
        height: auto;
        flex-direction: column
    }
}

.header .header-wrap .header__logo {
    margin: 5px 0 0 15px
}

@media(max-width:768px) {
    .header .header-wrap .header__logo {
        margin: 5px 0 0
    }
}

@media(max-width:768px) {
    .header .header-wrap .header__logo img {
        height: 50px
    }
}

.header .header-wrap .header__btns {
    height: 89px;
    display: flex;
    align-items: center
}

@media(max-width:530px) {
    .header .header-wrap .header__btns {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px
    }
}

.header .header-wrap .header__btns .download_btn {
    padding: 5px 10px;
    background-color: #115417;
    text-transform: uppercase;
    font-size: 18px;
    color: #d5b577
}

.header .header-wrap .header__btns .download_btn:hover {
    color: #fff
}

@media(max-width:530px) {
    .header .header-wrap .header__btns .download_btn {
        margin-top: 20px
    }
}

.header .header-wrap .header__btns .enter_btn {
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .header-wrap .header__btns .enter_btn .fa-user-tie {
    font-size: 30px;
    width: 25px;
    height: 30px;
    color: #d4b37a;
    margin-right: 5px
}

.header .header-wrap .header__btns .enter_btn:hover {
    color: #d5b577
}

.header .header-wrap .header__btns .reg_btn {
    padding: 5px 10px;
    background-color: #d4b37a;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin: 0 20px
}

.header .header-wrap .header__btns .reg_btn:hover {
    color: #fff
}

@media(max-width:530px) {
    .header .header-wrap .header__btns .reg_btn {
        margin: 0 30px
    }
}

.header__menu {
    padding-top: 33px;
    min-height: 74px
}

@media(max-width:768px) {
    .header__menu {
        padding-top: 0
    }
}

.header__menu ul.hmenu {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 74px;
    background-color: #3d4347;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 999
}

@media(max-width:768px) {
    .header__menu ul.hmenu {
        border-radius: 0
    }
}

.header__menu ul.hmenu li {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border-right: 1px solid #313538;
    flex-basis: 60px;
    position: relative
}

.header__menu ul.hmenu li>a,
.header__menu ul.hmenu li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

@media(max-width:768px) {

    .header__menu ul.hmenu li>a,
    .header__menu ul.hmenu li>span {
        flex-direction: column
    }
}

.header__menu ul.hmenu li span.text {
    transition: color .5s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    font-size: 25px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

@media(max-width:1024px) {
    .header__menu ul.hmenu li span.text {
        font-size: 24px;
        letter-spacing: .4px
    }
}

@media(max-width:768px) {
    .header__menu ul.hmenu li span.text {
        font-size: 12px;
        letter-spacing: .4px
    }
}

@media(max-width:530px) {
    .header__menu ul.hmenu li span.text {
        font-size: 10px
    }
}

@media(max-width:320px) {
    .header__menu ul.hmenu li span.text {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: .3px
    }
}

.header__menu ul.hmenu li span.text:hover {
    color: #d5b577
}

.header__menu ul.hmenu li span.icon.icon-wrapper--no-icon {
    display: none
}

.header__menu ul.hmenu li span.icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-right: 5px
}

@media(max-width:530px) {
    .header__menu ul.hmenu li span.icon {
        width: 30px;
        height: 30px;
        margin-right: 0
    }
}

.header__menu ul.hmenu li span.icon svg {
    width: 46px;
    height: 46px;
    fill: #d5b577
}

@media(max-width:530px) {
    .header__menu ul.hmenu li span.icon svg {
        width: 30px;
        height: 30px
    }
}

.header__menu ul.hmenu li.current-menu-item span.text {
    color: #d5b577
}

.header-banner {
    height: 300px;
    position: relative
}

@media(max-width:768px) {
    .header-banner {
        height: auto;
        display: flex;
        flex-direction: column;
        border-bottom: 3px solid #d6b678
    }
}

@media(max-width:768px) {
    .header-banner .carousel__arrow {
        display: none
    }
}

.header-banner .carousel__arrow .carousel-main__arrow {
    font-size: 0;
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background-color: #3d4347
}

.header-banner .carousel__arrow .carousel-main__arrow:hover .carousel-main__arrow-next,
.header-banner .carousel__arrow .carousel-main__arrow:hover .carousel-main__arrow-prev {
    fill: #fff
}

.header-banner .carousel__arrow .carousel-main__arrow:before {
    content: "";
    vertical-align: middle;
    height: 100%;
    width: 0;
    display: inline-block
}

.header-banner .carousel__arrow .carousel-main__arrow-next,
.header-banner .carousel__arrow .carousel-main__arrow-prev {
    fill: #d5b577;
    vertical-align: middle
}

.header-banner .carousel__arrow .carousel-main__arrow_prev {
    left: 0;
    padding-right: 6px;
    text-align: right
}

.header-banner .carousel__arrow .carousel-main__arrow_next {
    right: 0;
    padding-left: 6px;
    text-align: left
}

.header-banner .carousel__arrow .carousel-main__arrow-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-banner .carousel__arrow .icon_svg-slider-arrow {
    width: 9px;
    height: 15px
}

.header-banner .carousel-text-wrap {
    width: 390px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .73)
}

@media(max-width:768px) {
    .header-banner .carousel-text-wrap {
        position: relative;
        order: 2;
        width: 100%;
        height: auto;
        min-height: 300px
    }
}

.header-banner .carousel-text-wrap .carousel-text {
    display: flex;
    flex-direction: column;
    height: min-content
}

.header-banner .carousel-text-wrap .carousel-text .slick-dots {
    padding-top: 23px;
    padding-bottom: 20px
}

.header-banner .carousel-text-wrap .carousel-text .slick-dots li {
    border: 2px solid #d5b577;
    border-radius: 100%;
    background: 0 0;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    opacity: 1
}

.header-banner .carousel-text-wrap .carousel-text .slick-dots li.slick-active {
    background-color: #ead1a0
}

.header-banner .carousel-text-wrap .carousel-text .slick-dots li.slick-active button:before {
    opacity: 0;
    color: #ead1a0
}

.header-banner .carousel-text-wrap .carousel-text .carousel-text__item {
    z-index: 1;
    height: 300px;
    border: 0;
    outline: none
}

@media(max-width:768px) {
    .header-banner .carousel-text-wrap .carousel-text .carousel-text__item {
        height: auto;
        min-height: 300px
    }
}

.header-banner .carousel-text-wrap .carousel-text .carousel-text__item .carousel-text__info {
    width: 390px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: auto
}

@media(max-width:768px) {
    .header-banner .carousel-text-wrap .carousel-text .carousel-text__item .carousel-text__info {
        width: 100%;
        min-height: 300px
    }
}

.header-banner .carousel-text-wrap .carousel-text .carousel-text__item .carousel-text__info .carousel-text__caption {
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 42px;
    text-transform: uppercase
}

@media(max-width:768px) {
    .header-banner .carousel-text-wrap .carousel-text .carousel-text__item .carousel-text__info .carousel-text__caption {
        font-size: 34px
    }
}

.header-banner .carousel-text-wrap .carousel-text .carousel-text__item .carousel-text__info .carousel-text__intro {
    font-size: 14px;
    line-height: 17px;
    width: 280px;
    text-align: center;
    margin-bottom: 33px;
    padding-left: 0;
    padding-right: 0
}

.header-banner .carousel-text-wrap .carousel-text .carousel-text__item .carousel-text__info .carousel-text__btn {
    font-size: 16px;
    padding: 9px 58px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    user-select: none;
    position: relative;
    display: block;
    background: 0 0;
    font-weight: 700;
    border: 2px solid #d5b577;
    white-space: nowrap;
    outline: none
}

.header-banner .carousel-text-wrap .carousel-text .carousel-text__item .carousel-text__info .carousel-text__btn:visited {
    color: #fff
}

.header-banner .carousel-text-wrap .carousel-text .carousel-text__item .carousel-text__info .carousel-text__btn:hover {
    color: #d5b577;
    text-decoration: none
}

@media(max-width:768px) {
    .header-banner .carousel-main {
        order: 1
    }
}

.header-banner .carousel-main .slick-list {
    overflow: visible
}

.header-banner .carousel-main .carousel-main__item {
    padding-top: 0;
    height: 300px;
    text-align: left;
    outline: none;
    display: inline-block
}

@media(max-width:768px) {
    .header-banner .carousel-main .carousel-main__item {
        height: auto
    }
}

.header-banner .carousel-main .carousel-main__item img.gallery__img {
    height: 100%;
    width: 100%;
    max-height: 301px
}

.header-banner .carousel__shadow-left {
    width: 566px;
    height: 100%;
    top: 0;
    right: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.73) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.73) 100%)
}

.header-banner .carousel__shadow-right {
    width: 566px;
    height: 100%;
    top: 0;
    left: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.73) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.73) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba000000', endColorstr='#00000000', GradientType=1)
}

.news-games {
    padding: 15px 0
}

.news-games .news-games-title {
    margin-bottom: 10px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.news-games .news-games-title svg {
    width: 42px;
    height: 36px
}

.news-games .news-games-title span {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 5px;
    color: #d5b577
}

.grid__item {
    width: 100%;
    display: block
}

.all-games-btn {
    width: 90%;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 7px;
    border: 2px solid #d5b577;
    display: block;
    background: 0 0;
    word-break: break-word;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    outline: none;
    cursor: pointer
}

.all-games-btn:visited {
    color: #fff;
    text-decoration: none
}

.all-games-btn:hover {
    color: #d5b577;
    text-decoration: none
}

.page__entry {
    background: #000;
    padding: 15px 20px;
    border-top: 1px solid #484a4b;
    border-bottom: 1px solid #484a4b
}

.page__entry .page__title {
    text-transform: uppercase;
    line-height: 40px;
    width: 100%
}

.page__entry .page__content {
    font-size: 17px;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
}

.page__entry .page__content p {
    padding-bottom: 15px;
    line-height: 1.4
}

.page__entry ul,
.page__entry ol {
    padding-bottom: 15px;
    padding-left: 40px
}

.page__entry ul li {
    list-style: none
}

.page__entry ul li:before {
    list-style: none;
    content: "\25C6";
    color: #f7630c;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.article__content,
.cat__content,
.slot__content {
    background: rgba(0, 0, 0, .9);
    padding: 15px 90px 50px;
    border: 0
}

@media(max-width:530px) {

    .article__content,
    .cat__content,
    .slot__content {
        padding: 15px 20px 20px
    }
}

.article__content h1,
.cat__content h1,
.slot__content h1 {
    font-size: 28px;
    margin-bottom: 25px
}

.article__content h2,
.cat__content h2,
.slot__content h2 {
    font-size: 23px;
    margin: 40px 0 25px
}

.article__content h3,
.cat__content h3,
.slot__content h3 {
    font-size: 20px;
    margin: 40px 0 25px
}

.article__content h4,
.cat__content h4,
.slot__content h4 {
    font-size: 16px;
    margin: 40px 0 25px
}

.article__content p,
.cat__content p,
.slot__content p {
    padding-bottom: 15px
}

.slot__content {
    padding: 15px 90px
}

@media(max-width:530px) {
    .slot__content {
        padding: 15px 20px 20px
    }
}

.search-form {
    padding: 14px 30px 0;
    border: none;
    font-family: helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #d3d3d3;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    position: relative
}

.search-form .search__input {
    font-size: 21px;
    padding: 25px 48px 25px 18px;
    border: 1px solid #3d4347;
    background-color: #1d2021;
    color: #fff;
    font-weight: 500;
    width: 100%
}

.search-form .search__btn {
    right: 30px;
    top: 15px;
    z-index: 101;
    position: absolute;
    bottom: 0;
    padding-right: 18px;
    display: flex;
    align-items: center;
    background: 0 0;
    border: 0;
    outline: none
}

.search-form .search__btn:after {
    content: "";
    background: url(../fonts/search.svg) 50% 50% no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px
}

::placeholder {
    color: #fff;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff
}

::-ms-input-placeholder {
    color: #fff
}

.slots-wrap {
    padding: 15px 0 30px;
    background-color: rgba(0, 0, 0, .9)
}

.slots-wrap .slots-list {
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.slots-wrap .slots-list .list__item {
    width: 33%;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 15px;
    list-style-type: none;
    background: 0 0;
    cursor: pointer
}

@media(max-width:640px) {
    .slots-wrap .slots-list .list__item {
        width: 50%
    }
}

.slots-wrap .slots-list .list__item .list__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none
}

.slots-wrap .slots-list .list__item .list__thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #d5b678;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 1;
    z-index: 9999
}

.slots-wrap .slots-list .list__item .list__thumb .hover-lay {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 120;
    background: #000;
    outline: none;
    line-height: 0
}

.slots-wrap .slots-list .list__item .list__thumb .hover-lay:hover img {
    opacity: .5
}

.slots-wrap .slots-list .list__item .list__thumb .hover-lay:after,
.slots-wrap .slots-list .list__item .list__thumb .hover-lay:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #d5b678;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 1;
    z-index: 9999;
    transition: opacity .15s linear, top 120ms ease-out, background-color 120ms ease-out
}

.slots-wrap .slots-list .list__item .list__thumb .hover-lay:before {
    left: 0
}

.slots-wrap .slots-list .list__item .list__thumb .hover-lay:after {
    right: 0
}

.slots-wrap .slots-list .list__item .list__thumb .list__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 22px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    height: 50%;
    background: linear-gradient(to top, #d5b577 0%, #ffedca 44%, #d5b577 100%);
    opacity: 0;
    overflow: hidden;
    z-index: 200;
    transition: opacity .15s linear, top 120ms ease-out, background-color 120ms ease-out
}

.slots-wrap .slots-list .list__item .list__thumb .list__btn:hover {
    text-decoration: underline
}

.slots-wrap .slots-list .list__item .list__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    height: 55px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    vertical-align: middle;
    text-transform: capitalize
}

@media(max-width:530px) {
    .slots-wrap .slots-list .list__item .list__title {
        font-size: 14px
    }
}

.slots-wrap .slots-list .list__item:hover .hover-lay:after,
.slots-wrap .slots-list .list__item:hover .hover-lay:before {
    visibility: visible
}

@media(max-width:1024px) {

    .slots-wrap .slots-list .list__item:hover .hover-lay:after,
    .slots-wrap .slots-list .list__item:hover .hover-lay:before {
        display: none
    }
}

.slots-wrap .slots-list .list__item:hover .list__thumb:after {
    visibility: visible
}

@media(max-width:1024px) {
    .slots-wrap .slots-list .list__item:hover .list__thumb:after {
        display: none
    }
}

.slots-wrap .slots-list .list__item:hover .list__btn {
    transition: opacity .15s linear, top 120ms ease-out, background-color 120ms ease-out;
    top: 0%;
    opacity: 1
}

@media(max-width:1024px) {
    .slots-wrap .slots-list .list__item:hover .list__btn {
        display: none
    }
}

.slot__inner iframe {
    position: relative;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 560px;
    max-height: 100%;
    overflow: hidden
}

.slot-btn {
    max-width: 700px;
    height: 60px;
    background-color: #d4b37a;
    color: #000;
    text-align: center;
    line-height: 56px;
    border: 2px solid transparent;
    margin: 15px auto;
    display: block;
    text-transform: uppercase;
    font-size: 26px
}

.slot-btn:hover {
    border: 2px solid #d5b577;
    color: #fff;
    text-decoration: none
}

.footer {
    padding-top: 39px;
    padding-bottom: 60px;
    background: rgba(0, 0, 0, .9);
    position: relative
}

@media(max-width:768px) {
    .footer {
        flex-wrap: wrap;
        padding-top: 0
    }
}

.footer .footer__icons {
    padding-left: 21px;
    padding-right: 32px;
    margin-bottom: 14px
}

@media(max-width:768px) {
    .footer .footer__icons {
        border-top: 1px solid #51452d;
        padding-top: 25px;
        margin-bottom: 0
    }
}

.footer .footer__icons .footer__icons-wrap {
    white-space: nowrap;
    border-bottom: none;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

@media(max-width:768px) {
    .footer .footer__icons .footer__icons-wrap {
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

.footer .footer__icons .footer__icons-wrap .footer__icons-item {
    margin: 0 9px;
    flex-shrink: 1;
    display: inline-block;
    vertical-align: middle;
    flex-basis: 9%
}

.footer .footer__icons .footer__icons-wrap .footer__icons-item.yandex-icons {
    margin-top: -8px
}

@media(max-width:768px) {
    .footer .footer__icons .footer__icons-wrap .footer__icons-item {
        margin-bottom: 20px;
        flex-basis: 15%
    }
}

@media(max-width:530px) {
    .footer .footer__icons .footer__icons-wrap .footer__icons-item {
        margin: 0 5px 20px;
        flex-basis: 20%
    }
}

.footer .footer__icons .icons-wrap2 {
    white-space: nowrap;
    border-bottom: none;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap
}

.footer .footer__menu ul {
    padding: 0 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 210px
}

@media(max-width:530px) {
    .footer .footer__menu ul {
        max-height: unset;
        flex-direction: column
    }
}

.footer .footer__menu ul li {
    margin-bottom: 35px;
    flex-basis: 15%;
    list-style: none;
    text-align: center
}

.footer .footer__menu ul li a,
.footer .footer__menu ul li span {
    border-bottom: 1px solid #d5b577;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.footer .footer__menu ul li a:hover,
.footer .footer__menu ul li span:hover {
    color: #d5b577;
    text-decoration: none
}

.footer .footer__menu ul li.current-menu-item span {
    color: #d5b577
}

.footer .footer__copy {
    text-align: center;
    padding-left: 54px;
    padding-right: 61px;
    font-size: 11px;
    color: #d5b577;
    font-weight: 300
}

.single .footer {
    margin-top: 50px
}

@media(max-width:530px) {

    .alignright,
    .alignleft {
        float: none;
        margin: 20px auto;
        display: block
    }
}