/*  */

.reproduction {
    padding: 160px 0 100px;
}
.reproduction-inner {
    height: 381px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}
.reproduction-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.reproduction-inner picture + div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    height: 100%;
    background: rgba(30, 37, 51, 0.55);
    border-radius: 8px;
    z-index: 1;
}
.reproduction-title {
    font-family: 'Trajan';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    letter-spacing: -0.03em;
    color: #FA7846;
}
.reproduction-inner p {
    font-weight: 500;
    color: #FFFFFF;
    max-width: 560px;
}
.reproduction-content {
    max-width: 1150px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 56px;
    margin-top: auto;
    z-index: 2;
}
.rp-tabs {
    position: relative;
    margin: 50px 0 20px;
}
.rp-tabs__inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
}
.rp-tab {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(30, 37, 51, 0.1);
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    line-height: 130.4%;
    transition: all .3s ease;
    height: 55px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rp-tab.active {
    font-weight: 600;
    color: white;
    background: #FC8C5F;
}

.rp-content {
    padding: 40px 30px;
    border-radius: 8px;
    background: #FBF2EA;
}
.p-text {
    color: #848484;
}
.rp-block .mc-search {
    width: 100%;
    max-width: 584px;
}
.alphabets {
    font-weight: 600;
    font-size: 20px;
    line-height: 130.4%;
    text-align: center;
    color: #000000;
    margin-right: 20px;
    flex: 0 0 69%;
}
.alphabets li {
    cursor: pointer;
}
.alph-tabs {
    display: none;
}
.rp-p-row {
    display: flex;
    margin-top: 30px;
}
.rp-p-ab {
    flex: 0 0 27%;
}
.alph-ru {
    display: flex;
    margin-bottom: 25px;
}
.alph-en {
    display: flex;
}
.alph-ru > li:not(:last-child),
.alph-en > li:not(:last-child) {
    margin-right: 15px;
}
.rp-p-about li {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.rp-p-about li.active {
    font-weight: bold;
    text-decoration: underline;
}
.rp-p-about li:not(:last-child) {
    margin-bottom: 15px;
}
.rp-p-about svg {
    margin-right: 7px;
}
.rp-search .p-text {
    margin-bottom: 10px;
}
.rp-search {
    margin-bottom: 37px;
}
.rp-results ul {
    column-count: 4;
    color: #000000;
}
.rp-results li a {
    line-height: 35px;
}
.rp-results li.active a {
    color: #FA7846;
    font-weight: 600;
}
.rp-p-about.rp-p-tb {
    display: none;
}
.rp-block.hidden-block {
    display: none;
}
/*  */

.rp-why {
    color: white;
}
.rp-why__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;    
    height: 100%;
    z-index: 0;
    background: rgba(30, 37, 51, 0.7);
}
.rp-why__inner {
    padding: 55px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 600px;
}
.rp-why__inner img {
    position: absolute;
    top: 0;
    width: 100%;    
    height: 100%;
    left: 0;
    object-fit: cover;
    z-index: -1;
}
.rp-why__main {
    flex: 0 0 55%;
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-left: 50px;
}
.rpw-subtitle {
    font-weight: 500;
    font-size: 30px;
    line-height: 130.4%;
}
.rpw-title {
    font-family: 'Trajan';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 140.4%;
    margin: 30px 0;
    color: #FC8C5F;
}
.rp-why-content {
    flex: 0 0 40%;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.rp-why-content .prw-li {
    font-weight: 600;
    font-size: 20px;
    line-height: 142%;
    color: #FC8C5F;  
    margin-bottom: 8px;  
}
.rp-why-content p {
    font-weight: 500;
    padding-right: 10px;
}
.rp-why-content li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #FA7846;
}
.rp-why__main p {
    max-width: 545px;
}
.rp-why-content > p {
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    line-height: 130.4%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.photo-rp-why {
    margin-bottom: 120px;
}
/*  */

.pop-painters {
    padding: 150px 0;
    overflow: hidden;
}
.paintners-title {
    text-align: start;
    font-weight: 600;
    margin-bottom: 50px;
    color: #FA7846;
}
.pp-list .cp-item {
    flex-basis: unset;
    margin: 0;
    max-width: unset;
}
.pp-list .swiper-button {
    display: none;
}
.pp-list2 .pp-list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 15px;
}
.pp-list2 .pp-list-wrapper .cp-item {
    margin: 0;
}

/*  */
.new-painters {
    overflow: hidden;
}
.cats-slider {
    padding: 20px 20px;
    overflow: hidden;
    position: relative;
}
.cats-slider .swiper-button {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
}
.cats-slider .swiper-next {
    left: unset;
    right: -0;
}
.cats-slider .swiper-prev {
    left: -0;
    right: unset;
}
.cats-item {
    position: relative;
}
.cats-item__inner {
    background: #FFFFFF;
    box-shadow: 3px 4px 20px rgba(30, 37, 51, 0.1);
    border-radius: 8px;
    padding: 9px 15px 19px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: 315px;
}
.ci-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ci-img img {
    height: 263px;
    width: 100%;
    object-fit: contain;
}

.ci-row {
    display: flex;
    padding-bottom: 3px;
    margin: 10px 0 13px;
    border-bottom: 0.5px solid #FC8C5F;
    justify-content: space-between;
    font-size: 12px;
    line-height: 15px;
}
.ci-row > span {
    display: flex;
    align-items: center;
}
.ci-row > span svg {
    margin-right: 3px;
}
.ci-row > span span {
    color: #1F9750;
}
.ci-list {
    display: flex;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 23px;
}
.ci-list ul:last-child {
    color: #FA7846;
    margin-left: 3px;
}
.ci-act {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ci-act a {
    max-width: 166px;
    height: 45px;
    margin: 0;
}
.ci-content > p {
    height: 47px;
}


/*  */

.rp-selected {
    padding: 0 0 100px;
}
.rp-s-title__row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.rp-selected__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 130.4%;
    color: #FC8C5F;
    text-align: start;
}
.rp-s-title__row p {
    font-weight: 500;    
    color: #000000;
    margin-left: 20px;
}
.rp-selected .mc-top-row {
    margin-bottom: 20px;
}

.rp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px 30px;
}

/*  */

.rp-century-row {
    display: flex;
    margin-top: 30px;
}
.rp-century-row .p-text {
    margin-bottom: 15px;
}
.select-century ul {
    column-count: 2;
    min-width: 233px;
    font-weight: 500;
    color: #000000;
}
.select-century li.active a {
    color: #FA7846;
    font-weight: 600;
}
.select-century li:not(:last-child) {
    margin-bottom: 20px;
}
.rp-century-col .rp-form {
    margin-top: 50px;
}
.rp-form .p-text {
    margin-bottom: 0;
}
.rp-form ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rp-form ul li {
    margin-top: 15px;
    position: relative;
}
.rp-form ul li:not(:last-child) {
    margin-right: 15px;
}
.select-color {
    margin: 0 12%;
}
.select-color .color-grid {
    padding: 0;
}
.rp-form ul li.active::after {
    display: block;
}
.rp-form ul li::after {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: none;
    background: url(../../images/icon/check-circle.svg) center no-repeat;
    background-size: contain;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rp-nation .rp-search {
    flex: 0 0 60%;
}
.rp-nations .p-text {
    margin-bottom: 15px;
}
.rp-nations .rp-results ul {
    column-count: 6;
}
.rp-nation .rp-p-tb {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #FA7846;
}

.pop-painters__inner > .mm-btn {
    margin-top: 50px;
    margin-left: auto;
}