/*--flags--*/
.fib,
.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.fi {
    position: relative;
    display: inline-block;
    width: 1.333333em;
    line-height: 1em
}

.fi:before {
    content: " "
}

.fi.fis {
    width: 1em
}

.fi-cn {
    background-image: url(../libs/flags/4x3/cn.svg)
}

.fi-de {
    background-image: url(../libs/flags/4x3/de.svg)
}

.fi-fr {
    background-image: url(../libs/flags/4x3/fr.svg)
}

.fi-gb {
    background-image: url(../libs/flags/4x3/gb.svg)
}

.fi-it {
    background-image: url(../libs/flags/4x3/it.svg)
}

.fi-kz {
    background-image: url(../libs/flags/4x3/kz.svg)
}

.fi-nl {
    background-image: url(../libs/flags/4x3/nl.svg)
}

.fi-pl {
    background-image: url(../libs/flags/4x3/pl.svg)
}

.fi-ru {
    background-image: url(../libs/flags/4x3/ru.svg)
}

.fi-tr {
    background-image: url(../libs/flags/4x3/tr.svg)
}

.fi-ua {
    background-image: url(../libs/flags/4x3/ua.svg)
}

.fi-eg {
    background-image: url(../libs/flags/4x3/eg.svg)
}

.fi-es {
    background-image: url(../libs/flags/4x3/es.svg)
}

.fi-jp {
    background-image: url(../libs/flags/4x3/jp.svg)
}

/*--main-style--*/
.language-block-list,
.mega-menu,
button.create {
    box-shadow: 0 3px 14px -6px rgba(0, 0, 0, .4)
}

.language-block-list li,
.mega-menu li {
    padding: 5px 15px
}

.page-nav-button.button-next::after,
.page-nav-button.button-prev::before {
    content: '';
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    height: 12px;
    width: 12px
}

.page-nav-button:hover,
a:focus,
a:hover {
    text-decoration: none
}

.language-block-head,
.main-menu-link,
.page-nav-name,
button.create {
    text-transform: uppercase
}

.header-logo img,
img {
    max-width: 100%;
    height: auto
}

:root {
    --accent-color-blue: #129cd0;
}

* {
    box-sizing: border-box
}

a:focus,
a:hover {
    color: #333
}

body {
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fdfdfd;
    padding: 0;
    margin: 0
}

.container {
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    width: 100%;
    min-height: 80px;
    background-color: #1d1d1d;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 15px
}

.header-logo {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
    padding: 0;
    transition: all .2s ease-in-out
}

.header-logo:hover {
    color: #129cd0
}

.language-block-head,
.main-menu-link,
.mega-menu li a {
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:640px) {
    .header-logo {
        padding: 0;
        margin-right: 40px
    }
}

.header-logo img {
    max-height: 80px
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1
}

.main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto
}

.main-menu-item {
    padding: 15px
}

.main-menu-link {
  	text-decoration: none;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}

.footer-wrap-list li a:hover,
.main-menu-link:hover,
.mega-menu li a:hover,
.pagination-list li a.active,
.pagination-list li a:hover {
    color: var(--accent-color-blue)
}

.mega-menu {
    list-style: none;
    width: 100%;
    background-color: #343434;
    flex-wrap: wrap;
    position: absolute;
    top: 85%;
    left: 0;
    padding: 20px 15px;
    margin: 0;
    display: none
}

@media screen and (min-width:992px) {
    .mega-menu {
        max-height: 85vh;
        background-color: #1d1d1d;
        overflow-y: auto
    }
}

.copyright,
.main-card-image,
.page-nav-name,
.slider-wrap {
    overflow: hidden
}

.main-menu-item:hover>.mega-menu {
    display: flex
}

.mega-menu li {
    width: 25%
}

.mega-menu li a {
    color: #fff;
    transition: .3s
}

.header-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.social-element {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    padding: 0 10px
}

.social-element-item {
    display: inline-block;
    width: 32px;
    height: 32px
}

.phone-item {
    border-radius: 50%;
    background-color: #000;
    padding: 5px
}

.phone-item svg {
    fill: #fff
}

.social-element-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.language-block {
    width: 83px;
    min-width: 83px;
    color: #fff;
    position: relative;
    padding: 10px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.language-block-head {
    display: flex;
    align-items: center;
    position: relative
}

.language-block-head span {
    margin-right: 5px;
    margin-bottom: 2px
}

.language-block-head::after {
    content: "";
    border-left: 2px solid var(--accent-color-blue);
    border-bottom: 2px solid var(--accent-color-blue);
    height: 8px;
    width: 8px;
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg)
}

.language-block-list {
    list-style: none;
    width: 120px;
    background-color: #343434;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1010;
    display: none
}

.language-block-list.active {
    display: block
}

.language-block-list li:hover {
    background-color: #333
}

.language-block-list li a {
    display: block;
    color: #fff;
    text-align: left
}

.button-burger {
    width: 35px;
    height: auto;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 60;
    transform: translateY(-50%);
    padding: 0;
    display: none;
}

.button-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color-blue);
    margin: 0 0 6px;
}

.button-burger span:last-child {
    margin: 0;
}

.main-content {
    padding: 85px 0 40px;
}

.catalog-wrap {
    padding: 15px 20px;
}

@media screen and (max-width:992px) {
    .catalog-wrap {
        padding: 0 0;
    }
}

/*----------------- filter top ----------------*/

.filter-wrapper {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px 15px;
}

@media screen and (max-width: 992px) {
    .filter-wrapper {
        height: 60px;
        overflow: hidden;
        position: relative;
    }

    .filter-wrapper.open {
        height: auto;
    }
}

.filters-header {
    display: none;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}

.filters-header::after {
    content: "";
    border: 7px solid transparent;
    border-top: 7px solid #f2385a;
    position: absolute;
    top: 40%;
    right: 15px;
}

.filters-header.view::after {
    border-top-color: #000;
    top: 25%;
    transform: rotate(180deg);
}

@media screen and (max-width: 992px) {
    .filters-header {
        display: flex;
    }
}

.filters-header__burger {
    width: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

.filters-header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px;
}

.filters-header__burger span:nth-child(2) {
    width: 70%;
}

.filters-header__burger span:nth-child(3) {
    width: 30%;
}

/*----------------- filter top /---------------*/

.catalog-list {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 14px 3px rgba(34, 60, 80, .18);
    display: flex;
    align-items: center;
    padding: 12px 16px;
}

@media screen and (max-width: 992px) {
    .catalog-list {
        display: block;
    }
}

.catalog-list .widget-title {
    margin-bottom: 20px;
}

.catalog-item {
    position: relative;
    padding: 10px 15px;
}

@media screen and (min-width: 992px) {
    .catalog-item:not(:last-child) {
        border-right: 1px solid #d9d9d9;
    }
}

@media screen and (max-width: 992px) {
    .catalog-item {
        padding: 10px 0;
    }
}

.catalog-item .city-list {
    display: none;
    min-width: 220px;
    max-height: 370px;
    background-color: #fff;
    box-shadow: 0 3px 14px -6px rgba(0, 0, 0, .4);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    padding: 20px 10px 20px 20px;
    overflow: auto;
}

.catalog-item.open .city-list {
    display: block;
}

@media screen and (max-width: 992px) {
    .catalog-item .city-list {
        position: static;
        box-shadow: none;
    }
}

.catalog-item .city-list li {
    list-style: none;
}

.catalog-item .catalog-head {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
    padding: 5px 15px;
    cursor: pointer;
    user-select: none;
    transition: all .3s ease;
}

.catalog-item .catalog-head svg {
    width: 15px;
    fill: #000;
}

.catalog-item.open .catalog-head svg {
    transform: rotate(180deg);
    fill: var(--accent-color-blue);
}

.catalog-item .catalog-head:hover,
.catalog-item .catalog-head:hover>svg {
    color: var(--accent-color-blue);
    fill: var(--accent-color-blue);
}

.catalog-head a {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    transition: all .3s ease;
}

.catalog-head a:hover {
    color: var(--accent-color-blue);
}

.city-list .city__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding: 8px 10px;
}

/*------------------------- banner ---------------------*/

.banner-top {
    background-color: #1d1d1d;
    padding: 20px 0;
}

.banner-top__inner {
    border-radius: 8px;
    background-color: #1d1d1d;
    overflow: hidden;
    position: relative;
    padding: 4px;
}

@media screen and (max-width: 640px) {
    .banner-top__inner {
        padding: 2px;
    }
}

.banner-top__inner::before {
    content: '';
    width: 150%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: linear-gradient(to bottom,
            transparent 0%,
            transparent calc(50% - 60px),
            rgba(255, 255, 255, 0.2) calc(50% - 40px),
            rgba(255, 255, 255, 1) calc(50% - 5px),
            rgba(255, 255, 255, 1) calc(50% + 5px),
            rgba(255, 255, 255, 0.2) calc(50% + 40px),
            transparent calc(50% + 60px),
            transparent 100%);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right;
    animation: glint-spin 5s infinite;
    z-index: 0;
}

.banner-top__content {
    border-radius: 7px;
    position: relative;
    z-index: 1;
}

.banner-top__content a {
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.banner-top__content img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@keyframes glint-spin {
    0% {
        transform: rotate(0deg);
    }

    45% {
        transform: rotate(195deg);
    }

    55% {
        transform: rotate(205deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*------------------------- banner /--------------------*/

.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

@media screen and (max-width:1750px) {
    .main-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media screen and (max-width:1400px) {
    .main-grid {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (max-width:1048px) {
    .main-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:700px) {
    .main-grid {
        grid-template-columns: 1fr
    }
}

.main-card-image {
    position: relative;
    overflow: hidden
}

.main-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.main-card-info {
    width: 100%;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(65%);
    padding: 20px 20px;
    transition: all .5s ease
}

@media screen and (max-width:992px) {
    .main-card-info {
        transform: translateY(0)
    }
}

.main-card-image:hover>.main-card-info {
    transform: translateY(0)
}

.offer-model-time {
    margin: 0
}

.main-card-title {
    margin: 0 0 10px 0
}

.main-card-title a {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 1.4
}

.location-item {
    font-size: 16px;
    color: #fff
}

.location-item span.bold-text {
    font-weight: 700
}

@media screen and (max-width:992px) {
    .options-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.main-card-options {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 10px 0
}

.card-options-item {
    font-size: 12px;
    color: #fff;
    column-gap: 5px;
    padding: 8px 0
}

.card-button,
.data-model-wrap {
    display: flex;
    align-items: center
}

.card-options-item span {
    display: block
}

.card-options-item .bold-text {
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:992px) {
    .card-button-block {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 5px
    }
}

.card-button {
    width: 100%;
    justify-content: center;
    column-gap: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    padding: 12px 0;
    transition: .3s
}

@media screen and (max-width:992px) {
    .card-button-block .card-button {
        width: 40px;
        height: 40px;
        font-size: 0;
        border-radius: 50%;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        padding: 5px;
        margin: 0
    }
}

.card-button img {
    width: 32px;
    height: auto
}

.content-title,
.description-wrap h1,
.sidebar-title {
    color: #000;
    font-weight: 700
}

.card-button:hover {
    color: #fff;
    opacity: .8
}

.button-phone {
    background-color: #000
}

.button-phone svg {
    width: 25px;
    fill: #fff
}

.button-telegram {
    background-color: #039be5;
    margin: 0 0 8px
}

.button-telegram svg {
    width: 25px
}

.button-whatsapp {
    background-color: #2cb742
}

.button-whatsapp svg {
    width: 20px
}

.sidebar-item .card-button {
    border-radius: 6px;
    padding: 17px 15px;
    margin: 0 0 10px
}

.slider-wrap {
    width: 100%;
    margin: 0 0 15px 0;
}

.swiper-top {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.swiper-slide {
    height: 500px;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    text-align: center
}

@media screen and (max-width:768px) {
    .swiper-slide {
        height: 400px
    }
}

@media screen and (max-width:480px) {
    .swiper-slide {
        height: auto
    }
}

.swiper-pagination {
    top: auto;
    bottom: 0 !important;
    padding: 5px 0
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid var(--accent-color-blue);
    background: #fff;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: var(--accent-color-blue)
}

.content-bg-block,
.sidebar-item {
    background-color: #fdfdfd;
    box-shadow: 0 0 14px 3px rgba(34, 60, 80, .18);
    border-radius: 8px
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.single-content-wrap {
    padding: 80px 0 10px;
}

.page-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.page-nav-button {
    width: 50%;
    max-width: 190px;
    color: #000;
    line-height: 1.2;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 14px 3px rgba(34, 60, 80, .18);
    position: relative;
    padding: 8px 15px;
    transition: .3s
}

.page-nav-button.button-prev {
    text-align: left;
    padding-left: 45px;
    margin-right: 1px
}

.page-nav-button.button-prev::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(320deg)
}

.page-nav-button.button-next {
    text-align: right;
    padding-right: 45px;
    margin-left: 1px
}

.page-nav-button.button-next::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(132deg)
}

.page-nav-name {
    display: block;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis
}

.page-nav-rout {
    display: block;
    font-size: 14px;
    color: var(--accent-color-blue)
}

.sidebar-item {
    padding: 25px 50px;
    margin: 0 0 20px
}

.sidebar-title {
    display: block;
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 10px
}

.single-content {
    padding: 20px 0
}

.content-bg-block {
    padding: 40px;
    margin: 0 0 20px
}

.content-title {
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 25px
}

.description-wrap h1 {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 15px
}

.description-wrap p {
    font-size: 14px;
    line-height: 1.4;
    color: #757575;
    margin: 0 0 10px
}

.data-model-wrap {
    flex-wrap: wrap
}

.data-model-left,
.data-model-right {
    align-items: center;
    gap: 15px;
    display: flex
}

.data-model-left {
    width: 50%;
    justify-content: space-between;
    flex-wrap: wrap;
    border-right: 2px solid #d9d9d9;
    padding: 0 40px 0 0
}

.data-model-right {
    width: 50%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 0 40px
}

@media screen and (max-width:1200px) {
    .sidebar-item {
        padding: 25px 40px
    }

    .data-model-left {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #d9d9d9;
        padding: 0 0 40px
    }

    .data-model-right {
        width: 100%;
        padding: 40px 0 0
    }
}

.data-model-item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 15px
}

.info-desc-item,
.info-digital-item {
    display: block;
    font-size: 18px;
    line-height: 1
}

.data-model-item-info {
    text-align: left
}

.info-desc-item {
    color: #757575;
    margin: 0
}

.info-digital-item {
    color: #000;
    margin: 5px 0 0
}

.info-digital-item a {
    color: #000
}

.offer-model-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.offer-model-price,
.offer-model-time {
    display: block;
    line-height: 1.4;
    color: #757575;
    font-size: 14px
}

.offer-model-item {
    width: 25%;
    text-align: center;
    padding: 15px
}

.offer-model-price {
    font-weight: 700;
    margin: 10px 0 0
}

.services-head {
    font-weight: 700;
    font-size: 18px;
    color: #757575;
    display: flex;
    align-items: center
}

.services-head-left,
.services-list-left {
    width: 60%;
    padding: 8px 0
}

.services-head-center,
.services-head-right {
    width: 20%;
    min-width: 60px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.services-list-item {
    font-size: 16px;
    color: #757575;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9
}

.services-list-item:last-child {
    border: none
}

@media screen and (max-width:992px) {
    .language-block-list {
        right: auto;
        left: 0
    }

    .page-navigation {
        position: sticky;
        top: 85px;
        z-index: 15
    }

    .navigation {
        width: 100%;
        border-top: 1px solid var(--accent-color-blue);
        background-color: #343434;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 30px 20px;
        display: none
    }

    .navigation.active {
        display: flex;
        max-height: calc(100vh - 80px);
        overflow-y: auto
    }

    .main-menu {
        width: 100%;
        flex-direction: column;
        order: 2
    }

    .main-menu-item {
        width: 100%;
        padding: 15px 0
    }

    .mega-menu {
        position: static;
        display: flex;
        box-shadow: none
    }

    .mega-menu li {
        width: 100%;
        padding: 5px 0
    }

    .header-options {
        order: 1;
        width: 100%
    }

    .button-burger {
        display: block
    }

    .offer-model-item {
        width: 50%
    }

    .services-head {
        font-size: 16px
    }

    .services-list-item {
        font-size: 14px
    }
}

.comment-title,
.modal-comments-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.4
}

.services-list-center,
.services-list-right {
    width: 20%;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px
}

.comment-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.comment-title {
    margin: 10px 0
}

button.create {
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color: #039be5;
    padding: 10px 15px;
    transition: .3s
}

button.create:hover {
    opacity: .6
}

.modal-comments {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    background-color: rgba(0, 0, 0, .4);
    justify-content: center;
    align-items: center;
    display: none
}

.modal-comments.active {
    display: flex;
    opacity: 1;
    transition: opacity .3s
}

.modal-comments-inner {
    width: 100%;
    max-width: 50%;
    background-color: #fff;
    position: relative;
    padding: 60px
}

.modal-comments-input,
.modal-comments-textarea {
    background-color: #e9ebf0;
    padding: 15px;
    margin: 0 0 20px
}

.modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 70;
    cursor: pointer
}

.modal-close svg {
    width: 30px;
    fill: red
}

.modal-comments-title {
    display: block;
    margin: 0 0 20px
}

.modal-comments-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d9d9d9
}

.modal-comments-textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    resize: vertical
}

::placeholder {
    font-size: 16px;
    color: #757575
}

.rating-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    margin: 0 0 10px
}

.rating-block svg {
    width: 20px;
    fill: #faaf00
}

.modal-comments-button {
    width: 100%;
    color: #000;
    text-align: center;
    border: none;
    border-radius: 8px;
    background-color: #129cd0;
    padding: 10px 20px
}

.pagination-list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin: 0
}

.pagination-list li a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 10px;
    line-height: 46px;
    transition: .3s
}

.random-block {
    padding: 40px 0
}

.footer {
    color: #b0b0b0;
    background-color: #1d1d1d;
    padding: 50px
}

@media screen and (max-width:768px) {

    .content-bg-block,
    .sidebar-item {
        padding: 25px
    }

    .modal-comments-inner {
        border: 1px solid #e7e9ee;
        max-width: 95%;
        padding: 30px;
        background-color: #fff
    }

    .footer {
        padding: 30px 15px
    }
}

.footer-wrap-list {
    list-style: none;
    columns: 150px 6;
    column-gap: 15px;
    padding: 0;
    margin: 0 0 30px
}

.footer-wrap-list li {
    margin-bottom: 20px
}

.footer-wrap-list li .footer-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.footer-wrap-list li a {
    display: block;
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 8px;
    transition: .3s
}

.copyright-text {
    padding: 20px 0 0;
    margin: 0
}