/*--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--*/

.model-page * {
  margin: 0;
  padding: 0;
}

.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: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 8px;
    width: 8px;
}

.header,
body,
.mega-menu {
    background-image: linear-gradient(to right, #1d1d1d, #1d1d1d)
}

.main-card .more-btn {
    background-image: linear-gradient(to right, #352c25, #806047)
}

.header-logo img,
img {
    max-width: 100%;
    height: auto
}

.mega-menu {
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .1) 0 8px 10px -6px;
    left: 0
}

*,
.swiper-thumbs {
    box-sizing: border-box
}

.info-list-item a,
.main-card a,
.page-nav-button:hover,
a:focus,
a:hover {
    text-decoration: none
}

:root {
    --accent-color-gold: #f804f7;
    --accent-brown-color: #806047
}

a:focus,
a:hover {
    color: #333
}

html {
  	scroll-behavior: smooth;
}

body {
    font-family: serif;
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.container {
    width: 1500px;
    max-width: 100%
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 80px;
    position: fixed;
    top: 0;
    z-index: 50
}

.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.header-logo {
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 24px;
    color: var(--accent-color-gold);
    padding: 0
}

.header-logo:hover {
    color: #fff
}

.main-menu-link,
.mega-menu li a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    transition: .3s
}

@media screen and (max-width:640px) {
    .header-logo {
        padding: 0;
        margin-right: 40px
    }
}

.header-logo img {
    max-height: 60px;
}

.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-transform: uppercase;
    cursor: pointer
}

.breadcrumbs li,
.breadcrumbs li a:hover,
.footer-wrap-list li a:hover,
.language-block,
.main-menu-link:hover,
.pagination-list li a.active,
.pagination-list li a:hover {
    color: var(--accent-color-gold)
}

.mega-menu {
    list-style: none;
    width: 100%;
    border-radius: 0 0 10px 10px;
    flex-wrap: wrap;
    position: absolute;
    top: 87%;
    padding: 20px 15px;
    margin: 0;
    display: none
}

@media screen and (min-width:1023px) {
    .mega-menu {
        max-height: 85vh;
        overflow-y: auto
    }
}

.breadcrumbs,
.copyright,
.main-card,
.page-nav-name,
.service-wrap {
    overflow: hidden
}

.main-menu-item:hover>.mega-menu {
    display: flex
}

.mega-menu li {
    width: 33.33%
}

.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
}

.social-element-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.language-block {
    width: 75px;
    min-width: 75px;
    position: relative;
    padding: 10px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.language-block-head {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative
}

.language-block-head span {
    margin-right: 5px;
    margin-bottom: 2px
}

.language-block-head::after {
    content: "";
    border-left: 1px solid var(--accent-color-gold);
    border-bottom: 1px solid var(--accent-color-gold);
    height: 8px;
    width: 8px;
    position: absolute;
    top: 37%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg)
}

.language-block-list {
    list-style: none;
    width: 120px;
    background-color: #1d1d1d;
    box-shadow: 0 3px 14px -6px rgba(0, 0, 0, .4);
    padding: 10px 0;
  	margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1010;
    display: none
}

.info-list,
.service-body {
    box-shadow: 0 0 14px 3px rgba(34, 60, 80, .18);
    list-style: none
}

.language-block-list.active,
.service-body.open {
    display: block
}

.language-block-list li:hover {
    background-color: #333
}

.language-block-list li a {
    display: flex;
  	align-items: center;
  	gap: 12px;
  	font-size: 14px;
  	line-height: 1;
    color: #fff;
    text-align: left;
}

.button-burger {
    width: 35px;
    height: auto;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    display: none
}

.breadcrumbs li,
.main-card,
.main-card-image,
.page-nav-button {
    position: relative
}

.button-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color-gold);
    margin: 0 0 6px
}

.button-burger span:last-child {
    margin: 0
}

.breadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 0;
  	width: max-content;
}

.main-card a,
.main-grid {
    display: inline-block;
    width: 100%
}

.breadcrumbs li {
    font-size: 12px;
    padding: 0;
    margin-right: 25px
}

.breadcrumbs li:first-child,
.main-grid {
    padding-left: 0
}

.breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: #fff;
    position: absolute;
    top: 0;
    right: -15px
}

.breadcrumbs li a,
.info-list-item a {
    color: #fff
}

.main-content {
    padding: 90px 0 40px
}

.page-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  	flex: 1;
}

.page-nav-button {
    max-width: 190px;
    color: #fff;
    line-height: 1.2;
    padding: 8px 15px;
    transition: .3s
}

.page-navigation-divider {
  width: 5px;
  height: 100%;
  background-color: #f00;
}

.page-nav-button.button-prev {
    text-align: left;
    padding-left: 35px;
    margin-right: 1px
}

.page-nav-button.button-prev::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) rotate(320deg)
}

.page-nav-button.button-next {
    text-align: right;
    padding-right: 35px;
    margin-left: 1px
}

.page-nav-button.button-next::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(132deg)
}

.page-nav-name {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis
}

.page-nav-rout {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #ffffffb3;
}

/*------------------------- banner ---------------------*/

.banner-top {
    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 [class^=col] {
    padding-right: 7px;
    padding-left: 7px
}

.main-grid .row {
    margin-right: -7px;
    margin-left: -7px
}

.main-card {
    border-radius: 8px;
    margin-bottom: 20px
}

.main-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.main-card-info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    padding: 12px
}

.main-card-info h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-top: 15px;
    margin-bottom: 0
}

.main-card .more-btn {
    display: block;
    width: 100%;
    color: #fff;
    text-align: right;
    padding: 10px 12px
}

.swiper {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: center/cover #444;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab
}

.info-list-item,
.service-wrap,
.single-title-wrap {
    background-color: var(--accent-brown-color)
}

.swiper-top {
    height: 80%;
    width: 100%
}

.swiper-thumbs {
    height: 20%;
    padding: 5px 0
}

.swiper-thumbs .swiper-slide {
    width: 25%;
    height: auto;
    cursor: pointer
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comments-block,
.single-content {
    padding: 20px 0
}

.single-title-wrap {
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 0 20px
}

.single-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: flex;
    column-gap: 8px;
    align-items: center;
    margin: 0
}

.single-title span {
    font-size: 18px;
    font-weight: 400
}

.info-table,
.service-table {
    padding: 10px 0
}

.info-list,
.info-list-item {
    padding: 8px;
    border-radius: 8px
}

.comments-title,
.info-title,
.service-title {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0
}

.info-list-item {
    width: calc(25% - 12px)
}

.info-list-item span {
    display: block;
    text-transform: capitalize;
    text-align: center
}

.info-list-top {
    font-size: 14px;
    margin: 0
}

.info-list-bottom {
    font-size: 16px;
    margin: 5px 0 0
}

.service-wrap {
    border-radius: 8px;
    margin: 0 0 10px
}

.service-body {
    padding: 0;
    margin: 0;
    display: none
}

.service-item {
    display: flex;
    border-bottom: 1px solid #6b5441
}

.service-item:last-child {
    border: none
}

.service-item-left {
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.service-item-left span {
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.service-item-right {
    width: 50%;
    border-left: 1px solid #6b5441;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.comment-form-input,
.comment-form-textarea {
    font-size: 14px;
    color: #1d1d1d;
    border: none;
    background-color: #fff;
    padding: 10px;
    margin: 0 0 20px;
    width: 100%
}

.mobile-comments-wrap {
    display: none
}

@media screen and (max-width:1025px) {
    .language-block-list {
        right: auto;
        left: 0
    }

    .navigation {
        width: 100%;
        background-image: linear-gradient(to right, #1d1d1d, #1d1d1d);
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 30px 20px;
        display: none
    }

    .navigation.active {
        display: flex;
        max-height: calc(100vh - 70px);
        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
    }

    .mega-menu li {
        width: 100%;
        padding: 5px 0
    }

    .header-options {
        order: 1;
        width: 100%
    }

    .button-burger,
    .mobile-comments-wrap {
        display: block
    }

    .info-list-item {
        width: calc(50% - 8px)
    }

    .desktop-comments-wrap {
        display: none
    }
}

.comment-form-input {
    border-radius: 8px
}

.comment-form-textarea {
    border-radius: 8px;
    resize: vertical
}

::placeholder {
    font-size: 12px;
    color: #757575
}

.rating-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    padding: 5px 0;
    margin: 0 0 10px
}

.rating-block svg {
    width: 20px;
    fill: var(--accent-color-gold)
}

.comment-form-button {
    width: 100%;
    font-size: 14px;
    color: #1d1d1d;
    text-align: center;
    border: none;
    border-radius: 8px;
    background-color: var(--accent-color-gold);
    padding: 10px;
    margin: 0 0 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: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 10px;
    line-height: 46px;
    transition: .3s
}

.footer {
    color: #fff;
    padding: 50px
}

@media screen and (max-width:768px) {
    .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-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 8px;
    transition: .3s
}

.copyright-text {
    padding: 20px 0 0;
    margin: 0
}

/* ------------------------------------------------------------------------------- */
/* -------------------------------- custom styles -------------------------------- */
/* ------------------------------------------------------------------------------- */

body {
  font-family: sans-serif;
  background-image: none;
  background-color: #0b0f12;
}

.header {
  background-image: none;
  background-color: #1b1e24;
}

.container::before,
.container::after {
  display: none;
  height: 0;
  width: 0;
}

.content * {
  margin: 0;
  padding: 0;
}

.content {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

.content-header {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 2px solid #b4e6f0;
  color: #b4e6f0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.content-wrapper {
  flex: 1;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 24px 0;
  list-style: none;
}

.model-card {
  position: relative;
  width: calc(20% - 12px);
  overflow: hidden;
}

.model-link-image {
  height: 350px;
  object-fit: cover;
}

.model-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  background-color: #1b1e24;
}

.model-card-info p {
  text-align: center;
}

.model-card-name {
  font-size: 14px;
  font-weight: 700;
  color: #b4e6f0;
}

.model-card-prices {
  font-size: 12px;
  color: #fff;
}

.model-card-verified {
  position: absolute;
  top: 20px;
  right: -80px;
  padding: 6px;
  color: #fff;
  background-color: rgba(151, 5, 177, 0.7);
  transform: rotate(45deg);
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

/* -------------------------------- sidebar -------------------------------- */

.sidebar {
  width: 250px;
}

.sidebar-content {
  position: sticky;
  top: 40px;
  padding-top: 40px;
  margin-top: -40px;
}


.sidebar-content-top {
  border-bottom: 1px solid var(--accent-color-gold);
  margin-bottom: 16px;
}

.sidebar-content-top-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sidebar-content-top-block {
  padding: 24px;
  background-color: #2f3438;
}

.sidebar-content-top-link {
  display: block;
  height: 300px;
  width: 100%;
}

.sidebar-content-top-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sidebar-content-bottom {
  border-bottom: 1px solid var(--accent-color-gold);
}

.sidebar-content-bottom-title {
  font-size: 14px;
  color: var(--accent-color-gold);
  text-transform: uppercase;
  text-align: center;
}

.sidebar-content-bottom-subtitle {
  font-size: 12px;
  color: #a6a9aa;
  margin: 4px 0 16px;
  text-align: center;
}

.sidebar-content-bottom-block {
  padding: 24px;
  background-color: #2f3438;
}

.sidebar-content-bottom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.sidebar-content-bottom-item {
  height: 140px;
  width: calc(50% - 6px);
}

.sidebar-content-bottom-link {
  height: 100%;
  width: 100%;
}

.sidebar-content-bottom-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.seo {
  padding-top: 60px;
}

.seo * {
  margin: 0;
  padding: 0;
}

.seo-title,
.seo-text {
  font-size: 12px;
}

.seo-title {
  font-weight: 600;
  padding: 8px 0 2px;
}

.footer {
  background-image: none;
  background-color: #1b1e25;
  padding: 50px 50px 35px;
}

.footer * {
  margin: 0;
  padding: 0;
}

.footer-heading {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #454545;
}

.footer-item {
  font-size: 12px;
}

.footer-link {
  font-size: 12px;
  color: #a6a9aa;
  transition: all 0.3s ease-in-out;
}

.footer-link:hover {
  color: var(--accent-color-gold);
}

.footer-copyright-text {
  font-size: 14px;
  text-align: center; 
}

/* ------------------------------------- model page ------------------------------------- */

.model-page {
  background-color: #202529; 
}

.model-page .container {
  width: 1280px;
  margin: 0 auto;
}

.breadcrumbs-and-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-navigation-with-breadcrumbs {
  justify-content: flex-end;
  gap: 1px;
}

.page-navigation-with-breadcrumbs .page-nav-button.button-prev::after{
  position: absolute;
  right: -2px;
  top: 10%;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #777;
}

.page-nav-button:hover {
  background-color: #777;
}

/* MODEL PAGE SLIDER */

.model-page-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 650px;
  background-color: #2f3438;
}

.model-page-slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease;
}

.model-page-slide {
  min-width: 100%;
  user-select: none;
  padding: 8px;
}

.model-page-slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.model-page-slider-btn {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.model-page-prev { left: 10px; }
.model-page-next { right: 10px; }

.model-page-fullscreen-btn {
  position: absolute;
  display: flex;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.model-page-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.model-page-fullscreen.active {
  display: flex;
}

.model-page-fullscreen-img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .model-page-fullscreen-btn {
    display: none;
  }
}

.model-page-fullscreen-prev,
.model-page-fullscreen-next {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: none;
  padding: 16px;
  cursor: pointer;
}

.model-page-fullscreen-prev { left: 20px; }
.model-page-fullscreen-next { right: 20px; }

.model-page-fullscreen-close {
  position: absolute;
  display: flex;
  bottom: 20px;
  right: 20px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: none;
  padding: 16px;
  cursor: pointer;
}

.model-page-slider svg,
.model-page-fullscreen svg {
  height: 24px;
  width: 24px;
  fill: #fff;
}

/* MODEL PAGE CONTENT */

.model-page-content {
  padding-left: 36px;
}

.model-page-name {
  font-size: 32px;
  font-weight: bold;
}

.model-page-updated {
  font-size: 14px;
}

.model-page-benefits {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 16px 0 32px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff80;
}

.model-page-benefit {
  display: flex;
  align-items: center;
  gap: 6px;
}

.model-page-benefit img {
  height: 24px;
  width: 24px;
  object-fit: cover;
  object-position: center;
}

.model-page-benefit .model-page-hd {
  width: 30px;
  margin-right: -4px;
  margin-top: -3px; 
}

.model-page-description * {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.model-page-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  margin: 24px 0px;
}

.model-page-socials {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
}

.model-page-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease-in-out;
}

.model-page-social-link:hover {
  transform: scale(1.2);
}

.model-page-social-link-icon {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.model-page-block-title {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}

.model-page-block-list {
  list-style: none;
}

.model-page-block-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
}

.model-page-block-item:nth-child(2n + 1) {
  background-color: #2f3438;
}

.model-page-services {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 32px;
  list-style: none;
  margin-top: 12px;
}

.model-page-service {
  position: relative;
  display: flex;
  align-items: center;
}

.model-page-service:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.model-page-service-link {
  display: flex;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}

.model-page-service-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.model-page-random-info-title {
  font-size: 24px;
  margin: 24px 0 12px;
}

.model-page-random-cards {
  justify-content: flex-start;
  gap: 10px;
  margin: 0;  
}

.model-page-random-card {
  padding: 8px;
  width: calc(20% - 8px);
  background-color: #2f3438;
}

.model-page-random-card-info {
  padding: 16px 0 8px;
  background-color: #2f3438;
}

.model-page-random-card-name {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.model-page-random-card-description * {
  font-size: 14px;
  line-height: normal;
  color: #fff;
  text-align: start;
}

.model-page-random-card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.model-page-random-card-verified {
  right: -90px;
  text-align: center;
}

/* MEDIA QUERIES */

@media (max-width: 1441px) {
  .cards {
    gap: 20px;
  }

  .model-card {
    width: calc(25% - 15px);
  }

  .model-card-verified {
    right: -95px;
  }

  .sidebar-content-top-block,
  .sidebar-content-bottom-block {
    padding: 16px;
  }
  
  .model-page-random-card-verified {
    right: -120px;
  }
}

@media (max-width: 1367px) {
  .main-menu-link,
  .mega-menu li a {
    font-size: 14px;
  }

  .footer {
    padding: 40px 40px 20px;
  }

  .model-page-name {
    font-size: 28px;
  }

  .model-page-random-info-title {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .model-card-verified {
    right: -85px;
    top: 15px;
    font-size: 12px;
  }

  .model-page .container {
    padding: 0 20px;
  }

  .model-page-random-card-verified {
    top: 20px;
    right: -110px;
  }
  
  .footer {
    padding: 20px;
  }
}

@media (max-width: 1153px) {
  .cards {
    gap: 15px;
  }

  .model-card {
    width: calc(100% / 3 - 10px);
  }

  .model-card-verified {
    right: -105px;
  }

  .sidebar-content-top-block,
  .sidebar-content-bottom-block {
    padding: 12px;
  }

  .pagination-list li a {
    font-size: 16px;
  }

  .model-page-content {
    padding-left: 24px;
  }

  .model-link-image {
    height: 400px;
  }

  .model-page-random-card-verified {
    right: -145px;
  }
}

@media (max-width: 1025px) {
  .model-link-image {
    height: 350px;
  }
  
  .model-card-verified {
    right: -85px;
    font-size: 10px;
  }
  
  .model-page-random-card-verified {
    right: -125px;
  }
  
  .model-page-fullscreen-prev,
  .model-page-fullscreen-next,
  .model-page-fullscreen-close {
    background-color: #00000080;
  }
}

@media (max-width: 854px) {
  .cards {
    gap: 20px;
  }

  .model-card {
    width: calc(50% - 10px);
  }

  .model-card-verified {
    right: -105px;
  }
  
  .model-page-slider {
    width: 65%;
    margin: 0 auto;
  }
  
  .model-page-content {
    padding-left: 0;
  }

  .model-page-name {
    text-align: center;
    margin-top: 12px;
  }
  
  .model-page-random-link-image {
    height: 450px;
  }
  
  .model-page-random-card-verified {
    right: -160px;
  }
}

@media (max-width: 821px) {
  .model-card-verified {
    right: -100px;
  }

  .model-page-random-card-verified {
    right: -155px;
  }
}

@media (max-width: 769px) {
  .model-card-verified {
    right: -85px;
  }

  .model-page-random-card-verified {
    right: -145px;
  }
}

@media (max-width: 753px) {
  .content {
    flex-direction: column;
  }

  .content-header {
    justify-content: center;
  }

  .model-card {
    width: 80%;
  }

  .model-link-image {
    height: 450px;
  }

  .model-card-verified {
    right: -150px;
  }

  .sidebar {
    width: 80%;
    margin: 0 auto;
  }

  .sidebar-content {
    padding-top: 50px;
  }
  
  .sidebar-content-top {
    margin-bottom: 0;
  }
  
  .sidebar-content-bottom {
    padding-top: 16px;
  }

  .sidebar-content-top-title {
    text-align: center;
  }

  .sidebar-content-top-link {
    height: 400px;
  }

  .sidebar-content-bottom-item {
    height: 250px;
  }

  .seo {
    padding-top: 40px;
  }

  .breadcrumbs-and-navigation {
    flex-direction: column;
  }

  .breadcrumbs,
  .page-navigation-with-breadcrumbs {
    width: 100%;
  }

  .page-navigation-with-breadcrumbs {
    justify-content: space-between;
    gap: 0;
  }

  .page-navigation-with-breadcrumbs .page-nav-button.button-prev::after {
    display: none;
  }

  .page-nav-button.button-prev {
    margin-right: 0;
  }

  .page-nav-button.button-next {
    margin-left: 0;
  }

  .model-page-slider {
    width: 100%;
  }

  .model-page-name {
    font-size: 24px;
  }

  .model-page-benefits {
    font-size: 10px;
    gap: 12px;
  }

  .model-page-benefit {
    gap: 4px;
  }

  .model-page-benefit img {
    height: 12px;
    width: 12px;
  }

  .model-page-benefit .model-page-hd {
    width: 24px;
  }

  .model-page-description * {
    font-size: 14px;
  }

  .model-page-block-item {
    padding: 8px 12px;
    font-size: 14px;
  }

  .model-page-service-link {
    font-size: 14px;
  }

  .model-page-random-cards {
    justify-content: center;
  }
}

@media (max-width: 441px) {
  .model-card {
    width: 100%;
  }

  .model-link-image {
    height: 500px;
  }

  .model-card-verified {
    right: -180px;
  }

  .sidebar {
    width: 100%;
  }
  
  .sidebar-content-top-link {
    height: 450px;
  }
  
  .model-page .container {
    padding: 0 10px;
  }
  
  .model-page-slider {
    height: 600px;
  }
}

@media (max-width: 431px) {
  .model-card-verified {
    right: -175px;
  }
}

@media (max-width: 421px) {
  .model-card-verified {
    right: -170px;
  }
}

@media (max-width: 415px) {
  .model-page-socials {
    justify-content: space-around;
  }
  
  .model-card-verified {
    right: -165px;
  }
}

@media (max-width: 403px) {
  .model-card-verified {
    right: -160px;
  }
}

@media (max-width: 394px) {
  .model-card-verified {
    right: -155px;
  }
}

@media (max-width: 376px) {
  .model-link-image {
    height: 450px;
  }

  .model-card-verified {
    right: -145px;
  }
}

@media (max-width: 361px) {
  .model-card-verified {
    right: -140px;
  }
}

@media (min-height: 1919px) and (orientation: portrait) {
  .model-card-verified {
    right: -95px;
  }

  .model-page-fullscreen-prev,
  .model-page-fullscreen-next,
  .model-page-fullscreen-close {
    background-color: #00000080;
  }

  .model-page-random-card-verified {
    right: -135px;
  }
}

@media (max-width: 1441px) and (min-height: 2559px) {
  .model-page-random-card-verified {
    right: -120px;
  }
}

.mobile-header-links {
  	display: none;
}

.pt90 {
	padding-top: 90px;
}

@media (max-width: 753px) {
  .language-block-head::after {
   	top: 40%;
    right: -2px;
  }
  
  .mobile-header-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
  }

  .mobile-header-link {
    display: flex;
    justify-content: center;
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-color-gold);
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    outline: none;
  }
}

@media (max-width: 394px) {
	.mobile-header-link {
      font-size: 12px;
  }
}
