@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

button {
    outline: none;
}

input,
textarea:focus {
    outline: none;
}

.main_container {
    max-width: 1628px;
    padding: 0 50px;
    margin: 0 auto;
}

.zoom_img {
    display: flex;
    position: relative;
    margin-top: 44px;
}

.zoom_img img {
    cursor: pointer;
}

.zoom_img .minus_z {
    position: absolute;
    width: 2%;
    left: 343px;
    top: 22px;
}

.zoom_img button {
    border: none;
    outline: none;
}

.zoom_img .plus_z {
    position: absolute;
    width: 2%;
    right: 345px;
    top: 22px;
}

.zoom_img #hubble-container {
    width: 50%;
    font-size: 0;
    border: 1px solid #111;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 2rem;
}

.zoom_img #hubblepic {
    width: 100%;
}

.zoom_img #zoomer {
    display: block;
    width: 50%;
    margin: 2rem auto;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

@media all and (max-width: 500px) {
    .zoom_img #zoomer,
    .zoom_img #hubble-container {
        width: 85%;
    }

    .zoom_img .minus_z {
        position: absolute;
        width: 6%;
        left: 0;
        top: 28px;
    }

    .zoom_img .plus_z {
        position: absolute;
        width: 6%;
        left: 317px;
        top: 28px;
    }
}

#zoom_album {
    transition: 0.5s all ease;
}

header .top {
    background: #efeded;
    padding-top: 15px;
    padding-bottom: 12px;
}

header .search {
    position: relative;
    width: 398px;
    height: 43px;
    border-radius: 6px;
    border: 0.5px solid #e1e1e1;
    background: #fff;
    margin-left: 31px;
    margin-right: 15px;
}

header .search input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 85%;
    background: transparent;
    outline: none;
    border: none;
    padding-left: 13px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.35px;
}

header .search img {
    margin-left: 15px;
    opacity: 0.4;
}

header .search input::-moz-placeholder {
    color: #dadada;
}

header .search input::placeholder {
    color: #dadada;
}

header .search button {
    position: absolute;
    background: none;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: none;
}

header .header_top .left a {
    color: #7c7878;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    margin-right: 39px;
}

header .header_top .left .filter {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    color: #767676;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
}

header .header_top .left .filter img {
    margin-left: 3px;
}

header .header_top ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
}

header .header_top ul li a img {
    margin-right: 3px;
}



header .bottom {
    background: #f9f9f9;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding-top: 26px;
    padding-bottom: 20px;
}

header .bottom .main_container {
    padding-left: 153px;
    position: relative;
}

header .bottom .main_container .logo {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -26px;
    left: 53px;
    width: 70px;
    height: 96px;
}

header .bottom .main_container .logo img {
    width: 100%;
    position: relative;
    z-index: 3;
}

header .bottom .bars {
    display: none;
}

header .bottom .search {
    display: none;
}

header .bottom .dropdown button {
    cursor: pointer;
    color: #1a1717;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
}

header .bottom .dropdown button::after {
    transform: translateY(3px);
}

header .bottom .last_dropdown button::after {
    transform: translate(-8px, 8px);
    color: #b32b37;
}

header .bottom .head_link {
    color: #1a1717;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
}

header .bottom .head_link img {
    margin-right: 6px;
}

header .bottom .head_link_active {
    background: var(--g-2, linear-gradient(99deg, #b98726 0%, #cd9f45 17.19%, #e6bd6b 38.54%, #e6bd6b 59.38%, #cfa249 79.69%, #b98726 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .bottom .last_head_dropdown button img:last-child {
    transform: translateY(5px) translateX(-6px);
}

header .bottom .last_head_dropdown ul {
    right: 0;
    left: auto;
    transform: translateY(24px) translateX(0);
}

.nav_list {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 55px;
    margin-top: 43px;
}

.nav_list a {
    margin: 0 5px;
    color: #b6b3b3;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
}

.golden .nav_list {
    justify-content: left;
    margin-bottom: 30px;
}

.golden .nav_list a {
    margin: 0 5px;
    color: #b6b3b3;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
}

.golden .golden_comment_wrapper {
    gap: 39px;
    margin-bottom: 95px;
}

.golden .golden_comment_wrapper .golden_comment {
    min-height: 228px;
    padding: 50px 10px;
    border-radius: 4px;
    background: #fff6f2;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.golden .golden_comment_wrapper .golden_comment img {
    display: inline-block;
    margin: 0 10px;
    width: 45px;
    height: 45px;
}

.golden .golden_comment_wrapper .golden_comment p {
    max-width: 1005px;
    color: #1a1717;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 42px;
}

.golden .golden_comment_wrapper .golden_comment_right {
    max-height: 228px;
    padding: 20px;
    max-width: 426px;
    border-radius: 4px;
    background: #123044;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.golden .golden_comment_wrapper .golden_comment_right .comment_right_in .comment_left h2 {
    margin-left: 9px;
    color: #fff;
    text-shadow: 0px 2.5897455215px 3.8846182823px 0px rgba(0, 0, 0, 0.25);
    font-family: "Fira Sans", sans-serif;
    font-size: 18.128px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.492px;
    margin-bottom: 0;
}

.golden .golden_comment_wrapper .golden_comment_right .comment_right_in .comment_right h4 {
    width: 150px;
    margin-bottom: 20px;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.281px;
}

.golden .golden_comment_wrapper .golden_comment_right .comment_right_in .comment_right h4 img {
    transform: translateY(-10px);
    margin-left: 14px;
}

.golden .golden_comment_wrapper .golden_comment_right .comment_right_in .comment_right .active_comment {
    transform: translateX(-30px);
}

.golden .golden_comment_wrapper .golden_comment_right .comment_right_in .comment_right .active_comment2 {
    width: 120px;
    transform: translateX(20px);
}

.golden .golden_comment_wrapper .golden_comment_right h3 {
    color: #fff;
    text-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.285px;
}

.golden .golden_main {
    margin-bottom: 192px;
}

.golden .golden_main h2 {
    color: #1a1717;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    margin-bottom: 53px;
}

.golden .golden_main .golden_main_card {
    padding: 30px;
    border-radius: 6px;
    background: #fcfcfc;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.golden .golden_main .golden_main_card img {
    -o-object-fit: contain;
    object-fit: contain;
}

.golden .golden_main .golden_main_card .golden_card_title {
    margin-bottom: 40px;
    display: none;
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.golden .golden_main .golden_main_card .golden_card_text {
    margin-top: 27px;

    color: #434040;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 0.4px;
}

.golden .golden_main .golden_main_card .golden_main_card_text {
    margin-left: 45px;
}

.golden .golden_main .golden_main_card .golden_main_card_text h3 {
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.golden .golden_main .golden_main_card .golden_main_card_text p {
    max-width: 850px;
    color: #434040;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 0.4px;
}

.statistics .nav_list {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 55px;
}

.statistics .nav_list a {
    margin: 0 5px;
    color: #b6b3b3;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
}

.statistics .statistic_wrapper {
    background-image: url("/templates/Main/images/statistic_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.statistics .statistic_wrapper .statistic_in {
    padding-top: 86px;
    padding-bottom: 160px;
    display: flex;
    justify-content: space-between;
}

.statistics .statistic_wrapper .statistic_in .statistic_left {
    padding: 92px 90px 91px 73px;
    background-image: url("/templates/Main/images/statistic_text_bg.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.statistics .statistic_wrapper .statistic_in .statistic_left h4 {
    color: #1c1d1e;
    font-family: "Fira Sans", sans-serif;
    font-size: 30.276px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.253px;
}

.statistics .statistic_wrapper .statistic_in .statistic_left h4 span {
    margin-left: 15px;
    color: #b32b37;
    font-family: Montserrat, sans-serif;
    font-size: 55.895px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.statistics .statistic_wrapper .statistic_in .statistic_right {
    display: flex;
    align-items: center;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in {
    display: flex;
    align-items: center;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in img {
    width: 48px;
    height: 48px;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in h5 {
    margin-left: 23px;
    max-width: 253px;
    color: #fff;
    text-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.285px;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right h6 {
    transform: translateY(141px);
    color: #fff;
    text-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.285px;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 {
    margin-right: 30px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.285px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 img {
    width: 59px;
    height: 59px;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right .statistic_icon1 {
    transform: translateX(30px);
    white-space: nowrap;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right .statistic_icon1 {
    white-space: nowrap;
}

.statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right .statistic_icon3 {
    transform: translateX(80px);
    white-space: nowrap;
}

.statistics .statistic_cards {
    background-color: #123044;
}

.statistics .statistic_cards .statistic_cards_in {
    margin: 0 auto;
    max-width: 1288px;
    padding: 32px 0 79px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 74px;
}

.statistics .statistic_cards .statistic_cards_in .statistic_card {
    flex: 1;
    padding: 30px 44px 48px 44px;
    border: 1px solid red;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    border: 1.1px solid rgba(0, 0, 0, 0.6);
    background: #102b3c;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_card_img {
    width: 230px;
    height: 227px;
    -o-object-fit: contain;
    object-fit: contain;
}

.statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_btn {
    width: 292px;
    height: 47px;
    display: block;
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    text-transform: uppercase;
    border-radius: 41px;
    background: #123044;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    border: none;
    margin-top: 28px;
}

.statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_btn img {
    width: 18px;
    height: 16px;
    margin-left: 7px;
}

.statistics .statistic_brands {
    padding: 62px 0;
}

.statistics .statistic_brands .statistic_brands_title {
    display: none;
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 65.906px;
}

.statistics .statistic_brands .statistic_brands_dropdowns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 62px;
    margin-bottom: 62px;
}

.statistics .statistic_brands .statistic_brands_dropdowns .statistic_brands_dropdown {
    border: none;
    padding: 7px 7px 7px 30px;
    display: flex;
    align-items: center;
    color: #4b4848;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    border-radius: 22px;
    background: #f9eedf;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.statistics .statistic_brands .statistic_brands_dropdowns .statistic_brands_dropdown img {
    margin-right: 20px;
    margin-left: 7px;
}

.statistics .statistic_brands .statistic_brands_slider {
    margin: 0 auto;
    max-width: 978px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.statistics .statistic_brands .statistic_brands_slider .statistic_brands_slider_title {
    max-width: 287px;
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 65.906px;
}

.statistics .statistic_brands .statistic_brands_slider .statistic_brands_in .statistic_brands_slider {
    gap: 36px;
}

.statistics .statistic_brands .statistic_brands_slider .statistic_brands_in .statistic_brands_slider .brand_prev_btn,
.statistics .statistic_brands .statistic_brands_slider .statistic_brands_in .statistic_brands_slider .brand_next_btn {
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.statistics .statistic_brands .statistic_brands_slider .statistic_brands_in .statistic_brands_slider .statistic_slider {
    overflow-x: hidden;
    max-width: 350px;
    text-align: center;
}

.statistics .statistic_brands .statistic_brands_slider .statistic_brands_in .statistic_brands_slider .statistic_slider .swiper-wrapper .swiper-slide h3 {
    max-width: 415px;
    color: #1a1717;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.285px;
}

.back {
    background: #edddc4;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.back .nav_list {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 56px;
}

.back .nav_list a {
    margin: 0 5px;
    color: #b6b3b3;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
}

.back .back_wrapper .back_social_media {
    width: 36%;
}

.back .back_wrapper .back_social_media .social_media_content {
    background-color: #123044;
    height: 100%;
    left: 0;
    width: 36%;
}

.back .back_wrapper .back_social_media .social_media_content .social_media_content_img {
    right: -15%;
    top: 74px;
    height: 60%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.back .back_wrapper .back_social_media .social_media_content ul {
    position: absolute;
    right: 143px;
    bottom: 72px;
    display: flex;
    align-items: center;
    gap: 23px;
}

.back .back_wrapper .back_social_media .social_media_content ul li a img {
    mix-blend-mode: luminosity;
    width: 42px;
    height: 42px;
}

.back .back_wrapper .back_form {
    width: 64%;
    padding: 120px 102px 220px 100px;
}

.back .back_wrapper .back_form .back_form_title {
    margin-bottom: 66px;
}

.back .back_wrapper .back_form .back_form_title h2 {
    flex: 1;
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.back .back_wrapper .back_form .back_form_title p {
    flex: 1;
    max-width: 512px;
    color: #4b4848;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
}

.back .back_wrapper .back_form .back_form_main {
    gap: 25px;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_left {
    flex: 1;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_left .back_input {
    border-radius: 7.051px;
    border: 0.588px solid #e1e1e1;
    background: #fff;
    box-shadow: 0px 1.1752265692px 8.2265863419px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    margin-bottom: 51px;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_left .back_input input {
    padding: 12px 0 12px 27px;
    color: #1a1717;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.411px;
    border: none;
    width: 90%;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_left .back_input img {
    margin-right: 14px;
    margin-left: auto;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_left .back_input_bottom {
    color: #767676;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_left .back_input_bottom img {
    margin-right: 13px;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_right {
    flex: 1;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_right textarea {
    height: 173px;
    display: inline-block;
    width: 100%;
    border-radius: 14.417px;
    border: 1.802px solid var(--light-gray, #e9ebf0);
    background: var(--white, #fff);
    padding: 9px 24px;
    color: #67727e;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.679px;
}

.back .back_wrapper .back_form .back_form_main .back_form_main_right .back_form_btn {
    margin-top: 37px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    width: 257px;
    height: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    letter-spacing: 0.96px;
    border-radius: 11px;
    background: #b32b37;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.albums .albums_home {
    overflow-x: hidden;
    background-color: #123044;
}

.albums .albums_home .albums_wrapper .albums_left {
    padding: 70px 0 186px 0;
    width: 50%;
}

.albums .albums_home .albums_wrapper .albums_left h4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44.264px;
    margin-bottom: 42px;
}

.albums .albums_home .albums_wrapper .albums_left .albums_left_in {
    gap: 76px;
}

.albums .albums_home .albums_wrapper .albums_left .albums_left_in ul {
    padding-left: 0;
}

.albums .albums_home .albums_wrapper .albums_left .albums_left_in ul li {
    margin-bottom: 29px;
}

.albums .albums_home .albums_wrapper .albums_left .albums_left_in ul li a {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    /* 26.76px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 7px 32px;
    transform: translateX(-15%);
    position: relative;
}

.albums .albums_home .albums_wrapper .albums_left .albums_left_in ul li .albums_list_active {
    border-radius: 18px;
    background: #102b3c;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
}

.albums .albums_home .albums_wrapper .albums_left .albums_left_in ul li .albums_list_active::after {
    top: 37%;
    left: 7%;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}

.albums .albums_home .albums_wrapper .albums_right {
    width: 50%;
}

.albums .albums_home .albums_wrapper .albums_right img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    right: 0;
    left: 50%;
}

.albums #album_slider {
    background: linear-gradient(140deg, #edddc5 0%, #dabd94 100%);
    padding: 53px 0 195px;
}

.albums #album_slider .head {
    align-items: flex-start;
    margin-bottom: 60px;
}

.albums #album_slider .head .head_left {
    gap: 40px;
    margin-top: 12px;
}

.albums #album_slider .head .head_left h3 {
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: 31.078px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.375px;
}

.albums #album_slider .head .head_left .album_dropdown button {
    border-radius: 10.25px;
    background: #f9f9f9;
    box-shadow: 0px 0.6833226681px 4.7832584381px 0px rgba(0, 0, 0, 0.09);
    outline: none;
    padding: 16px 18px 15px 12px;
    color: #b32b37;
    font-family: "Montserrat", sans-serif;
    font-size: 17.766px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.albums #album_slider .head .head_left .album_dropdown button img {
    width: 40px;
    height: 29px;
    margin-right: 18px;
}

.albums #album_slider .head .head_right {
    color: #123044;
    text-align: right;
    font-family: "Fira Sans", sans-serif;
    font-size: 42.105px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.albums #album_slider .content {
    gap: 100px;
}

.albums #album_slider .content #flip_slider {
    height: 765px;
    width: 1036px;
}

.albums #album_slider .content #flip_slider .item {
    background: white;
}

.albums #album_slider .content #flip_slider .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.albums #album_slider .content #flip_slider .even {
    background: rgb(240, 238, 238);
    background: linear-gradient(90deg, rgb(240, 238, 238) 0%, rgb(240, 240, 240) 59%, rgb(192, 192, 192) 100%);
    border-right: 3px solid #9d9d9d;
}

.albums #album_slider .content #flip_slider .odd {
    background: rgb(192, 192, 192);
    background: linear-gradient(90deg, rgb(192, 192, 192) 0%, rgb(240, 240, 240) 39%, rgb(240, 238, 238) 100%);
    border-left: 3px solid #9d9d9d;
}

.albums #album_slider .content .btn {
    border-radius: 50%;
    outline: none;
    background: transparent;
}

.albums .page .text {
    color: #123044;
    font-family: "Montserrat", sans-serif;
    font-size: 31.078px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.376px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-95px);
}

.albums .albums_comment_title h5 {
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    margin-top: 47px;
    margin-bottom: 73px;
}

.albums .albums_comment_title h3 {
    color: var(--main-text, #1a1a1a);
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.285px;
    margin-bottom: 45px;
}

.albums .albums_comments .albums_comment_card {
    margin: 0 auto 40px auto;
    max-width: 1270px;
    padding: 54px 45px 66px 66px;
    border-radius: 14.893px;
    background: #f8f8f8;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top {
    margin-bottom: 43px;
    display: flex;
    align-items: center;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top img {
    width: 60px;
    height: 60px;
    margin-right: 24px;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top h4 {
    color: #123044;
    font-family: Rubik, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 20px;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top h4 span {
    display: none;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top span {
    color: #67727e;
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.679px;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top .albums_btn {
    white-space: nowrap;
    border: none;
    margin-left: auto;
    background-color: transparent;
    color: #0a75b1;
    font-family: "Rubik", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.679px;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top .albums_btn img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top .albums_btn1 {
    border: none;
    margin-left: auto;
    background-color: transparent;
    margin-right: 25px;
    color: #b0333e;
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.679px;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top .albums_btn1 img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top .albums_btn2 {
    border: none;
    background-color: transparent;
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.679px;
}

.albums .albums_comments .albums_comment_card .albums_comment_card_top .albums_btn2 img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.albums .albums_comments .albums_comment_card p {
    color: #4b4848;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.albums .albums_comments .albums_comment_card_by {
    padding-left: 25px;
    max-width: 1390px;
    margin-left: auto;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my {
    margin-left: auto;
    margin-bottom: 46px;
    max-width: 1270px;
    padding: 54px 45px 66px 66px;
    border-radius: 14.893px;
    background: #f8f8f8;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top {
    margin-bottom: 43px;
    display: flex;
    align-items: center;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top img {
    width: 60px;
    height: 60px;
    margin-right: 24px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top h4 {
    color: #123044;
    font-family: Rubik, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 20px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top h4 span {
    display: none;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top span {
    color: #67727e;
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.679px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn {
    white-space: nowrap;
    border: none;
    margin-left: auto;
    background-color: transparent;
    color: #0a75b1;
    font-family: "Rubik", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.679px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn1 {
    border: none;
    margin-left: auto;
    background-color: transparent;
    margin-right: 25px;
    color: #b0333e;
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.679px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn1 img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn2 {
    border: none;
    background-color: transparent;
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.679px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn2 img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my p {
    color: #4b4848;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.albums .albums_comments .albums_comment_card_by .albums_comment_card_my p b {
    color: #123044;
}

.albums .albums_comments .albums_comment_card_by::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #e9ebf0;
}

.albums .albums_comments .albums_form {
    margin-bottom: 75px;
    margin-left: auto;
    max-width: 1390px;
}

.albums .albums_comments .albums_form .albums_full_btn {
    margin-bottom: 25px;
    display: flex;
    justify-content: end;
    color: #102b3c;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline;
}

.albums .albums_comments .albums_form .albums_form_btn {
    display: flex;
    align-items: center;
}

.albums .albums_comments .albums_form .albums_form_btn .albums_form_input {
    width: 100%;
    display: flex;
    align-items: center;
}

.albums .albums_comments .albums_form .albums_form_btn .albums_form_input img {
    width: 76px;
    height: 76px;
    transform: translateY(-40px);
}

.albums .albums_comments .albums_form .albums_form_btn .albums_form_input textarea {
    color: #67727e;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.679px;
    padding: 23px;
    height: 179px;
    border-radius: 14.893px;
    border: 1.862px solid var(--light-gray, #e9ebf0);
    background: var(--white, #fff);
    width: 100%;
    margin-left: 31px;
    margin-right: 77px;
}

.albums .albums_comments .albums_form .albums_form_btn button {
    border: none;
    margin-right: 50px;
    width: 181px;
    height: 53px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    letter-spacing: 0.96px;
    border-radius: 11px;
    background: #102b3c;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.registration {
    margin-bottom: 100px;
    background: #f8f8f8;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.registration .registration_wrapper .registration_left {
    width: 50%;
}

.registration .registration_wrapper .registration_left img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    width: 50%;
}

.registration .registration_wrapper .registration_left .registration_red_block {
    width: 37px;
    right: 50%;
    height: 100%;
    background-color: #b32b37;
}

.registration .registration_wrapper .registration_main {
    padding: 25px 40px;
    width: 50%;
}

.registration .registration_wrapper .registration_main h2 {
    margin-bottom: 16px;
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.registration .registration_wrapper .registration_main p {
    color: #767676;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 33px;
}

.registration .registration_wrapper .registration_main .form_full_btn {
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline;
    margin-bottom: 35px;
}

.registration .registration_wrapper .registration_main .form_input_wrapper {
    gap: 10px;
}

.registration .registration_wrapper .registration_main .form_input_wrapper .form_left .form_input_in {
    width: 284px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 0.5px solid #e1e1e1;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.registration .registration_wrapper .registration_main .form_input_wrapper .form_left .form_input_in input {
    padding: 15px 5px 15px 20px;
    border: none;
    color: #1a1717;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
}

.registration .registration_wrapper .registration_main .form_input_wrapper .form_left .form_input_in input:focus {
    box-shadow: none !important;
}

.registration .registration_wrapper .registration_main .form_input_wrapper .form_left .form_input_in img {
    margin-left: auto;
    padding-right: 10px;
}

.registration .registration_wrapper .registration_main .form_input_wrapper .form_right .form_input_in {
    width: 284px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 0.5px solid #e1e1e1;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.registration .registration_wrapper .registration_main .form_input_wrapper .form_right .form_input_in input {
    padding: 15px 15px 15px 20px;
    color: #1a1717;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
}

.registration .registration_wrapper .registration_main .form_input_wrapper .form_right .form_input_in img {
    margin-left: auto;
    padding-right: 10px;
}

.registration .registration_wrapper .registration_main .form_agreement {
    margin-bottom: 33px;
}

.registration .registration_wrapper .registration_main .form_agreement input {
    accent-color: #b32b37;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.registration .registration_wrapper .registration_main .form_agreement .form_agreement_text {
    color: #767676;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}

.registration .registration_wrapper .registration_main span {
    margin-bottom: 10px;
    color: #767676;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
}

.registration .registration_wrapper .registration_main span img {
    margin-right: 13px;
}

.registration .registration_wrapper .registration_main .form_btn {
    margin: 0 auto 36px auto;
    width: 257px;
    height: 45px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    letter-spacing: 0.96px;
    border-radius: 11px;
    background: #b32b37;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.registration .registration_wrapper .registration_main .form_bottom_text {
    margin: 0 auto;
    max-width: 417px;
    color: #123044;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 27.179px;
}

.sign_in {
    background: #f8f8f8;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.sign_in .sign_in_wrapper .sign_in_left {
    width: 50%;
}

.sign_in .sign_in_wrapper .sign_in_left img {
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    width: 50%;
}

.sign_in .sign_in_wrapper .sign_in_left .sign_in_red_block {
    width: 37px;
    right: 50%;
    background-color: #b32b37;
}

.sign_in .sign_in_wrapper .sign_in_main {
    padding: 10px;
    width: 50%;
}

.sign_in .sign_in_wrapper .sign_in_main h2 {
    margin: 97px auto;
    color: #123044;
    font-family: "Fira Sans", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.sign_in .sign_in_wrapper .sign_in_main form {
    max-width: 350px;
    margin: 0 auto 85px auto;
}

.sign_in .sign_in_wrapper .sign_in_main form .form_input_in {
    overflow: hidden;
    width: 331px;
    margin-bottom: 44px;
    border-radius: 6px;
    border: 0.5px solid #e1e1e1;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.sign_in .sign_in_wrapper .sign_in_main form .form_input_in input {
    padding: 15px 5px 15px 20px;
    color: #1a1717;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
}

.sign_in .sign_in_wrapper .sign_in_main form .form_input_in input:focus {
    box-shadow: none;
}

.sign_in .sign_in_wrapper .sign_in_main form .form_input_in img {
    margin-left: auto;
    padding-right: 10px;
}

.sign_in .sign_in_wrapper .sign_in_main form .form_btn {
    width: 257px;
    height: 44px;
    margin: 9px auto 53px auto;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    letter-spacing: 0.96px;
    border-radius: 11px;
    background: #123044;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.sign_in .sign_in_wrapper .sign_in_main form span {
    margin-bottom: 97px;
    color: #767676;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
}

.sign_in .sign_in_wrapper .sign_in_main form span img {
    margin-right: 13px;
}

.sign_in .sign_in_wrapper .sign_in_main form .form_bottom_link {
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline !important;
}

#brands .title {
    margin-bottom: 31px;
    gap: 64px;
}

#brands .title h1 {
    color: #123044;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.5%;
    position: relative;
    padding-left: 21px;
}

#brands .title h1::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #b32b37;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#brands .title h2 {
    color: #123044;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    transform: translateY(2px);
}

#brands .brands_wrapper {
    background: #123044;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 25px 0 34px;
}

#brands .brands_slider {
    gap: 25px;
}

#brands .brands_slider button {
    cursor: pointer;
    border-radius: 50%;
}

#brands .brands_slider .slider {
    max-width: 1350px;
    overflow-x: hidden;
}

#brands .brands_slider .slider .swiper-slide {
    cursor: pointer;
}

#brands .brands_slider .slider .swiper-slide img {
    margin-bottom: 21px;
}

#brands .brands_slider .slider .swiper-slide h3 {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.285px;
    padding: 0 40px;
}

#postmarks .head {
    padding-top: 52px;
    padding-bottom: 30px;
}

#postmarks .head h1 {
    color: #1a1717;
    font-family: "Fira Sans", sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 111.5%;
    margin-bottom: 40px;
}

#postmarks .head .right_list {
    padding: 0;
    margin: 0;
    gap: 29px;
}

#postmarks .head .right_list .dropdown {
    cursor: pointer;
    margin: 0;
    padding: 7px 20px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

#postmarks .head .right_list .dropdown button {
    color: #4b4848;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}

#postmarks .head .right_list_mobile {
    display: none !important;
}

#postmarks .head .nav {
    border-radius: 15px;
    background: #f9f9f9;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 24px 27px 22px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#postmarks .head .nav .nav_total button {
    color: #b32b37;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

#postmarks .head .nav .nav_total img {
    cursor: pointer;
    margin-right: 27px;
}

#postmarks .head .nav .nav_total .dropdown-toggle::after {
    display: none;
}

#postmarks .head .nav .right {
    display: flex;
    align-items: center;
    gap: 83px;
}

#postmarks .head .nav .right .search {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    position: relative;
}

#postmarks .head .nav .right .search .search_input {
    position: absolute;
    right: 10px;
    width: 0;
    height: 100%;
    top: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    transition: 0.5s ease all;
    overflow: hidden;
}

#postmarks .head .nav .right .search .search_input input {
    height: 100%;
    width: 100%;
    color: #1a1717;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.35px;
    padding-left: 15px;
    padding-right: 85px;
    background: transparent;
    outline: none;
    border: none;
}

#postmarks .head .nav .right .search .search_input_active {
    width: 490px;
}

#postmarks .head .nav .right .search button {
    cursor: pointer;
    padding: 7px 19px 3px 21px;
    border-radius: 22px;
    background: white;
    outline: none;
    border: none;
    position: relative;
}

#postmarks .content_wrapper {
    border-top: 1px solid #dbd5d5;
    border-bottom: 1px solid #dbd5d5;
}

#postmarks .content_wrapper .main_container {

    overflow-y: scroll;
}

#postmarks .content_wrapper .main_container::-webkit-scrollbar {
    width: 10px;
}

#postmarks .content_wrapper .main_container::-webkit-scrollbar-track {
    background: #f3f3f3;
}

#postmarks .content_wrapper .main_container::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #b32b37;
}

#postmarks .content_wrapper .content {
    gap: 40.53px;
    padding: 37px 0;
    margin: 0;
}

#postmarks .content_wrapper .content li {
    border-radius: 3.569px;
    border: 0.982px solid rgba(0, 0, 0, 0.6);
    background: #fff;
    text-align: center;
    padding: 26px 19px 10px;
}

#postmarks .content_wrapper .content li .text {
    max-width: 228px;
    color: #131111;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20.479px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.658px;
    margin-top: 13px;
}

.index {
    width: 100%;
    overflow-x: hidden;
}

.index #home {
    background: linear-gradient(134deg, rgba(237, 221, 196, 0.48) 0%, rgba(204, 163, 107, 0.48) 88.02%);
    padding: 34px 0 18px;
    position: relative;
}

.index #home .bg_3 {
    position: absolute;
    top: 0;
    right: 0;
}

.index #home .bg_mobile_1 {
    display: none;
}

.index #home .bg_mobile_2 {
    display: none;
}

.index #home .bg_mobile_3 {
    display: none;
}

.index #home .content {
    position: relative;
}

.index #home .content img {
    transform: translateX(-16px);
}

.index #home .content .content_bg {
    height: 594px;
    width: 908px;
}

.index #home .content .content_bg_mobile {
    display: none;
}

.index #home .content .text {
    position: absolute;
    top: 76px;
    left: 105px;
}

.index #home .content .text h1 {
    color: #1a1717;
    font-family: "Fira Sans", sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    max-width: 696px;
    margin-bottom: 36px;
}

.index #home .content .text p {
    max-width: 516px;
    color: #262626;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 28px;
}

.index #home .content .text .features {
    margin-bottom: 25px;
    gap: 73px;
}

.index #home .content .text .features .items .item {
    margin-bottom: 9px;
    position: relative;
    padding-left: 20px;
    color: #030303;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.index #home .content .text .features .items .item::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #030303;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}

.index #home .content .text a {
    border-radius: 26px;
    background: #b32b37;
    box-shadow: 0px 1px 8px 0px rgba(45, 40, 40, 0.28);
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    letter-spacing: 0.45px;
    padding: 18px 23px;
    margin-left: 18px;
}

.index #home .content .text a img {
    transform: translateX(0);
    padding-left: 10px;
}

.index #home .content .text .bg {
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%) translateX(-50px);
}

.index #home .content .text .bg_mobile {
    display: none;
}

.index #collection {
    background: #fbfbfb;
    padding-top: 40px;
}

.index #collection h1 {
    margin-bottom: 36px;
    color: #1a1717;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.index #collection .slider {
    padding-top: 40px;
    padding-bottom: 47px;
    background: #fbfbfb;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.index #collection .slider a:not(.swiper-slide) {
    margin-left: 153px;
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline;
}

.index #collection .slider_in {
    gap: 21px;
}

.index #collection .slider_in button {
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    border: none;
    background: transparent;
}

.index #collection .slider_in .collection_slider {
    width: 1006px;
    overflow: hidden;
}

.index #collection .slider_in .collection_slider .swiper-slide {
    padding: 28px 20px 54px;
    border-radius: 4px;
    border: 1.1px solid rgba(0, 0, 0, 0.6);
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    cursor: pointer;
}

.index #collection .slider_in .collection_slider .swiper-slide img {
    margin-bottom: 36px;
}

.index #collection .slider_in .collection_slider .swiper-slide h4 {
    color: #0f0f0f;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.index #collection .slider_in .collection_slider .swiper-slide h4 span {
    color: #131111;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transform: translate(-5px, -17px);
    display: inline-block;
}

.index #collection .author {
    padding: 66px 0 56px 0;
}

.index #collection .author .left {
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(8, 44, 62, 0.12);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 35px 86px 35px 30px;
}

.index #collection .author .left h1 {
    color: #0f0f0f;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    margin-bottom: 39px;
}

.index #collection .author .left p {
    color: #434040;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 156%;
    letter-spacing: 0.4px;
}

.index #collection .author .author_img {
    display: block;
}

.index #collection .author .author_img_mobile {
    display: none;
}

.index #news .news_top {
    padding-top: 56px;
    margin-bottom: 35px;
}

.index #news .news_top .left {
    width: 66%;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #f6e9e3;
    background: #fff6f2;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 29px 64px 47px 31px;
}

.index #news .news_top .left .link {
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline;
    display: none;
}

.index #news .news_top .left .link img {
    margin-left: 4px;
}

@media only screen and (max-width: 450px) {
    .index #news .news_top .left .link {
        color: #102b3c;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.813px;
        text-decoration-line: underline;
    }
}

.index #news .news_top .left h2 {
    color: #1a1717;
    font-family: "Fira Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-bottom: 43px;
}

.index #news .news_top .left .content .content_item {
    gap: 91px;
    margin-bottom: 26px;
}

.index #news .news_top .left .content .content_item:last-child {
    margin-bottom: 0;
}

.index #news .news_top .left .content .content_item .text h3 {
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 156%;
    letter-spacing: 0.525px;
    margin-bottom: 10px;
}

.index #news .news_top .left .content .content_item .text p {
    color: #4f4f4f;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 0.45px;
    padding-right: 80px;
}

.index #news .news_top .right {
    width: 29%;
    border-radius: 5.04px;
    background: #f9f9f9;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 41px 46px 36px 70px;
}

.index #news .news_top .right h2 {
    color: #1a1717;
    font-family: "Fira Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.index #news .news_top .right .item {
    gap: 31px;
    margin-bottom: 30px;
}

.index #news .news_top .right .item:last-child {
    margin-bottom: 0;
}

.index #news .news_top .right .item .time {
    color: #1a1717;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.index #news .news_top .right .item .text {
    color: #1a1717;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.525px;
}

.index #news .links {
    margin-bottom: 49px;
}

.index #news .links a {
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline;
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline;
}

.index #news .links a img {
    margin-left: 4px;
}

@media only screen and (max-width: 450px) {
    .index #news .links a {
        color: #102b3c;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.813px;
        text-decoration-line: underline;
    }
}

.index #news .links a img {
    margin-left: 4px;
}

.theme #brands .title h1 {
    padding-left: 0;
}

.theme #brands .title h1::before {
    display: none;
}

.theme #brands .brands_wrapper {
    background: #ece1db;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    padding-top: 0;
}

.theme #brands .brands_wrapper .slider {
    padding-top: 35px;
}

.theme #brands .brands_wrapper .slider .swiper-slide {
    border-radius: 4.15px;
    border: 1.142px solid rgba(0, 0, 0, 0.6);
    background: #fff;
    box-shadow: 0px 1.0375401974px 7.2627811432px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    padding: 29px 20px 25px;
    position: relative;
}

.theme #brands .brands_wrapper .slider .swiper-slide .new {
    position: absolute;
    padding: 4px 13px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13.488px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.337px;
    background: #b32b37;
    top: -16px;
    right: 7px;
}

.theme #brands .brands_wrapper .slider .swiper-slide img {
    margin-bottom: 37px;
}

.theme #brands .brands_wrapper .slider .swiper-slide h3 {
    color: #0f0f0f;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 21.788px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    padding: 0;
    position: relative;
}

.theme #brands .brands_wrapper .slider .swiper-slide h3 span {
    position: absolute;
    color: #131111;
    font-family: "Fira Sans", sans-serif;
    font-size: 16.601px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.415px;
    text-transform: uppercase;
    transform: translate(0, -15px);
}

.theme #stamps .head {
    padding-top: 65px;
}

.theme #stamps .head h1 {
    color: #202325;
    font-family: "Fira Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.5%;
    margin-bottom: 43px;
}

.theme #stamps .head .search_theme {

    margin-bottom: 17px;
}

.theme #stamps .head .search_theme input {
    padding: 14px 26px 15px;
    border: none;
    border-radius: 18px;
    background: #f9f9f9;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    outline: none;
    color: #818181;
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.5%;
}

.theme #stamps .head .search_theme button {
    padding: 0;
    margin: 0;
    border-radius: 50%;
}

.theme #stamps .content_wrapper {
    background: #f9f9f9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    height: 1046px;
    overflow-y: scroll;
}

.theme #stamps .content_wrapper::-webkit-scrollbar {
    width: 10px;
}

.theme #stamps .content_wrapper::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #b32b37;
}

.theme #stamps .content_wrapper .main_container {
    padding-top: 59px;
    padding-bottom: 59px;
}

.theme #stamps .content_wrapper .content {
    padding-left: 125px;
    display: flex;
    align-items: flex-start;
    gap: 45px;
}

.theme #stamps .content_wrapper .content ul {
    padding: 0;
    margin: 0;
    width: 341px;
}

.theme #stamps .content_wrapper .content ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.theme #stamps .content_wrapper .content ul li a {
    color: #1a1717;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 205%;
    letter-spacing: 0.45px;
}

.theme #cars {
    padding: 91px 0 64px;
}

.theme #cars h1 {
    color: #202325;
    font-family: "Fira Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.5%;
    margin-bottom: 34px;
}

.theme #cars h1 span {
    color: #b32b37;
}

.theme #cars .content {
    gap: 77px;
    border-radius: 4px;
    border: 1px solid rgba(8, 44, 62, 0.12);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 42px 104px 42px 35px;
}

.theme #cars .content .text p {
    color: #434040;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 0.45px;
    max-width: 928px;
    margin-bottom: 50px;
}

.theme #cars .content .text a {
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline;
}

.theme #cars .content .text a img {
    margin-left: 4px;
}

.theme #postmarks .content_wrapper .main_container {

}

.years #category_list .head {
    padding-bottom: 31px;
}

.years #category_list .head a {
    color: #818181;
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    margin-right: 48px;
}

.years #category_list .head .active {
    padding: 9px 12px 9px 28px;
    margin-right: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    color: #b32b37;
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.5%;
    position: relative;
}

.years #category_list .head .active::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #b32b37;
    border-radius: 50%;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.years #category_list .head button {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 6px 18px;
    margin-left: 74px;
    color: #4b4848;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.years #category_list .head button img {
    margin-left: 6px;
    transform: translateY(3px);
}

.years #category_list .content {
    padding-top: 51px;
    padding-bottom: 95px;
    background: #f9f9f9;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.years #category_list .content .main_container {
    gap: 70px;
}

.years #category_list .content .main_container a {
    color: #123044;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 187.5%;
    letter-spacing: 0.525px;
}

.years #category_list .content .main_container .active {
    color: #b32b37;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 187.5%;
    letter-spacing: 0.525px;
}

.years #postmarks .head h1 {
    color: #202325;
    font-family: "Fira Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.5%;
}

.years #postmarks .head h1 span {
    color: #b32b37;
}

.years #postmarks .content_wrapper .main_container {

}

.countries #continent {
    background: #f9f9f9;
}

.countries #continent .top {
    gap: 40px;
}

.countries #continent .continent_list .head {
    gap: 16px;
    margin-bottom: 48px;
    max-width: 643px;
}

.countries #continent .continent_list .head button {
    color: #818181;
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.5%;
    border-radius: 18px;
}

.countries #continent .continent_list .head .continent_selected {
    color: #b32b37;
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.5%;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 9px 12px 9px 28px;
    position: relative;
}

.countries #continent .continent_list .head .continent_selected::before {
    content: "";
    position: unset;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #b32b37;
    border-radius: 50%;
}

.countries #continent .continent_list .content {
    gap: 50px;
    width: 807px;
    margin-bottom: 45px;
}

.countries #continent .continent_list .content ul {
    margin: 0;
    padding: 0;
}

.countries #continent .continent_list .content ul li a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 187.5%;
    letter-spacing: 0.45px;
    margin-bottom: 5px;
}

.countries #continent .continent_list .content ul li .selected {
    color: #b32b37;
    font-weight: 700;
}

.countries #continent .map_image {
    margin-top: 33px;
}

.countries #continent .bottom .dropdown {
    text-align: right;
    margin-bottom: 38px;
}

.countries #continent .bottom .dropdown button {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    padding: 6px 13px 4px 17px;
}

.countries #continent .bottom .dropdown button img {
    margin-left: 5px;
}

.countries #continent .bottom .selected_country button {
    border-radius: 22px;
    background: #fff;
    color: #b32b37;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    padding: 18px 32px 13px 17px;
}

.countries #continent .bottom .selected_country button img {
    height: 32px;
    margin-left: 12px;
}

.countries #postmarks .content_wrapper {
    background: white;
}

.brand #anons .head {
    margin-bottom: 47px;
}

.brand #anons .head .head_left h1 {
    color: #202325;
    font-family: "Fira Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.5%;
    margin-bottom: 22px;
}

.brand #anons .head .head_left h3 {
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
}

.brand #anons .head .head_left h3 span {
    color: #123044;
    font-weight: 700;
}

.brand #anons .head .head_right {
    text-align: right;
}

.brand #anons .head .head_right p {
    color: #b6b3b3;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.brand #anons .head .head_right .title {
    color: #123044;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    position: relative;
}

.brand #anons .head .head_right .title img {
    width: 47.305px;
    height: 32.067px;
}

.brand #anons .content {
    margin-bottom: 40px;
}

.brand #anons .content .content_left {
    gap: 35px;
    width: 790px;
}

.brand #anons .content .content_left .anons_slider .slider {
    height: 690px;
}

.brand #anons .content .content_left .anons_slider .next_button {
    text-align: center;
    margin-top: 34px;
}

.brand #anons .content .content_left .anons_slider .next_button button {
    border-radius: 50%;
}

.brand #anons .content .content_left .main_image .stike {
    position: relative;
    margin-bottom: 44px;
}

.brand #anons .content .content_left .main_image .stike .stile_img {
    position: relative;
}

.brand #anons .content .content_left .main_image .stike .resize_icon {
    position: absolute;
    bottom: 25px;
    right: -8px;
}

.brand #anons .content .content_left .main_image .mobile_anons_slider {
    display: none;
}

.brand #anons .content .content_left .main_image .foot {
    gap: 43px;
}

.brand #anons .content .content_left .main_image .foot .left {
    width: 139.626px;
    height: 98.292px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.713px;
    border: 1.713px solid rgba(15, 15, 15, 0.54);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.brand #anons .content .content_left .main_image .foot .text a {
    display: block;
}

.brand #anons .content .content_left .main_image .foot .text .play {
    color: #123044;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
}

.brand #anons .content .content_left .main_image .foot .text .play img {
    margin-left: 24px;
}

.brand #anons .content .content_left .main_image .foot .text .by_watch {
    color: #767070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.813px;
    text-decoration-line: underline;
}

.brand #anons .content .content_right {
    width: calc(100% - 790px);
}

.brand #anons .content .content_right .description_head {
    margin-bottom: 60px;
}

.brand #anons .content .content_right .description_head .item {
    border-radius: 6px 6px 0px 0px;
    background: rgba(245, 245, 245, 0.56);
    padding: 19px 17px;
    gap: 100px;
}

.brand #anons .content .content_right .description_head .item .item_in {
    width: 50%;
}

.brand #anons .content .content_right .description_head .item .item_in .data {
    color: #696a6b;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.285px;
}

.brand #anons .content .content_right .description_head .item .item_in .value {
    color: #1a1a1a;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.285px;
    width: 40%;
}

.brand #anons .content .content_right .description_head .item .item_in .active {
    text-decoration-line: underline;
}

.brand #anons .content .content_right h1 {
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.285px;
    margin-bottom: 18px;
}

.brand #anons .content .content_right p {
    color: #4b4848;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
    letter-spacing: 0.45px;
    margin-bottom: 26px;
}

.brand #anons .content .content_right .link {
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    text-decoration-line: underline;
    margin-bottom: 39px;
}

.brand #anons .content .content_right .buy {
    border-radius: 6px;
    border: 1px solid #cbc9c9;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 21px 47px 27px 25px;
    margin-bottom: 41px;
}

.brand #anons .content .content_right .buy .price {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 90.405px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.brand #anons .content .content_right .buy .price span {
    color: #b6b3b3;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;

}

.brand #anons .content .content_right .buy a {
    border-radius: 13px;
    border: 1px solid #fff;
    background: #254459;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 17px 33px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 17.581px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    letter-spacing: 0.44px;
}

.brand #anons .content .content_right .buy a img {
    margin-left: 20px;
}

.brand #anons .content .content_right .comment_wrapper {
    background: #fcfcfc;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 11px 56px 12px;
    margin-bottom: 57px;
}

.brand #anons .content .content_right .comment_wrapper .comment {
    color: #0a75b1;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
}

.brand #anons .content .content_right .comment_wrapper .comment_right .grade {
    color: #0a75b1;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    margin-right: 18px;
}

.brand #anons .content .content_right .comment_wrapper .comment_right .number {
    color: #0f0f0f;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
    margin-left: 8px;
    margin-right: 3px;
}

.brand #anons .content .content_right .add_image {
    text-align: right;
}

.brand #anons .content .content_right .add_image button {
    border: none;
    outline: none;
    background: transparent;
    color: #b32b37;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

.brand #anons .content .content_right .add_image button img {
    margin-right: 5px;
}

.brand .img_modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.brand .img_modal .close {
    position: absolute;
    right: 45px;
    top: 15px;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    font-size: 50px;
}

.brand .img_modal img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
}

.brand .img_modal_active {
    display: block;
}

.brand #characteristic .calculation {
    border-radius: 5.33px;
    border: 0.888px solid #979797;
    background: #fff;
    box-shadow: 0px 0.8882681727px 6.217877388px 0px rgba(0, 0, 0, 0.09);
    margin: 0 auto;
    margin-top: 40px;
    padding: 85px 67px 79px;
    text-align: center;
    max-width: 441px;
}

.brand #characteristic .calculation .bnts_group {
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
}

.brand #characteristic .calculation .bnts_group button {
    background: transparent;
    border: 0;
    outline: none;
}

.brand #characteristic .calculation .bnts_group .selected svg path {
    fill: #efc351;
}

.brand #characteristic .calculation h2 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.231px;
    margin-bottom: 24px;
}

.brand #characteristic .calculation h3 {
    color: #0f0f0f;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    margin-top: 82px;
    margin-bottom: 28px;
}

.brand #characteristic .calculation .calculate {
    gap: 29px;
}

.brand #characteristic .calculation .calculate button {
    width: 43px;
    height: 43px;
    background: #b32b37;
    border: none;
    outline: none;
    border-radius: 50%;
    position: relative;
}

.brand #characteristic .calculation .calculate button span {
    color: #f9f9f9;
    font-family: "Montserrat", sans-serif;
    font-size: 30.71px;
    font-style: normal;
    font-weight: 600;
    line-height: 53.063px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand #characteristic .calculation .calculate .result {
    border-radius: 7.312px;
    border: 1.462px solid rgba(200, 200, 200, 0.23);
    background: #f8f8f8;
    box-shadow: 0px 0.8882681727px 6.217877388px 0px rgba(0, 0, 0, 0.09);
    color: #0f0f0f;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    padding: 14px 21px 20px 19px;
}

.brand #characteristic .calculation .evalutions button {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    background: #b32b37;
    margin-top: 28px;
    padding: 5px 20px 6px;
    filter: drop-shadow(0px 0.8882681727px 6.217877388px rgba(0, 0, 0, 0.09));
}

.brand #characteristic .mobile_calculation {
    display: none;
}

.brand #characteristic .characteristic_body {
    border-top: 1px solid #dbd5d5;
    border-bottom: 1px solid #dbd5d5;
    padding: 32px 0 93px;
    margin-bottom: 60px;
}

.brand #characteristic .characteristic_body h1 {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 44.264px;
    margin-bottom: 56px;
}

.brand #characteristic .characteristic_body .content {
    gap: 26px;
}

.brand #characteristic .characteristic_body .content .datas {
    width: 985px;
    gap: 40px;
}

.brand #characteristic .characteristic_body .content .datas .item {
    position: relative;
}

.brand #characteristic .characteristic_body .content .datas .item .border_bottom {
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 100%;
    background: url("/templates/Main/images/bg_line.png") repeat-x;
    z-index: -1;
}

.brand #characteristic .characteristic_body .content .datas .item .data {
    color: #838383;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: white;
    padding-right: 11px;
}

.brand #characteristic .characteristic_body .content .datas .item .value {
    padding-left: 11px;
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: 21.312px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 395px;
    background: white;
}

.brand #characteristic .characteristic_body .content .datas .item .active {
    color: #b83026;
}

.brand #characteristic .characteristic_footer {
    margin-bottom: 64px;
}

.brand #characteristic .characteristic_footer .left {
    width: calc(50% - 22.5px);
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #f6e9e3;
    background: #fff6f2;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 26px 29px 51px 45px;
    position: relative;
}

.brand #characteristic .characteristic_footer .left .icon {
    position: absolute;
    left: 12px;
    top: 12px;
}


.brand #characteristic .characteristic_footer .left h1 {
    color: #0f0f0f;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    margin-bottom: 30px;
}

.brand #characteristic .characteristic_footer .left .datas {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 10px;
}

.brand #characteristic .characteristic_footer .left .datas .data {
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 0.45px;
}

.brand #characteristic .characteristic_footer .left .datas .value {
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 0.45px;
}

.brand #characteristic .characteristic_footer .right {
    width: calc(50% - 22.5px);
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #f2e6e0;
    background: #ece1db;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    padding: 26px 29px 32px 28px;
}

.brand #characteristic .characteristic_footer .right .icon {
    position: absolute;
    top: 18px;
    right: 15px;
}

.brand #characteristic .characteristic_footer .right h1 {
    color: #0f0f0f;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    margin-bottom: 32px;
}

.brand #characteristic .characteristic_footer .right p {
    color: #0f0f0f;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 0.45px;
}

.brand #characteristic .link {
    text-align: right;
    margin-bottom: 59px;
}

.brand #characteristic .link a {
    color: #102b3c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
}

.brand #brands .title h1 {
    padding-left: 0;
}

.brand #brands .title h1::before {
    display: none;
}

.brand #brands .brands_wrapper {
    background: #f8f8f8;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

.brand #brands .brands_wrapper .brands_slider .slider .swiper-slide h3 {
    color: #1a1717 !important;
}

footer {
    background: linear-gradient(180deg, #e2d5cf 0%, #dabd96 100%);
}

footer .footer_wrapper {
    flex-wrap: wrap;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer_wrapper .footer_logo {
    transform: translateY(-30px);
}

footer .footer_wrapper ul li {
    margin-bottom: 30px;
}

footer .footer_wrapper ul li a {
    color: #1a1717;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.63px;
    text-transform: uppercase;
}

footer .footer_wrapper ul .footer_menu {
    color: #202325;
    font-family: "Fira Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
}

footer .footer_wrapper .footer_social .footer_text {
    max-width: 466px;
    color: #414345;
    font-family: "Fira Sans", sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: 38.679px;
    margin-bottom: 20px;
}

footer .footer_wrapper .footer_social .footer_social_in a {
    margin-right: 23px;
}

footer .footer_wrapper .footer_social form .form_in {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    border-radius: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
}

footer .footer_wrapper .footer_social form .form_in input {
    width: 70%;
    border: none;
    padding: 24px;
    color: #b6b3b3;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

footer .footer_wrapper .footer_social form .form_in button {
    width: 30%;
    height: 100%;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    letter-spacing: 1.08px;
    border-radius: 0px 99px 99px 0px;
    background: #b32b37;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 27px;
    border: none;
    cursor: pointer;
}

footer .footer_wrapper .footer_social .footer_social_in {
    display: flex;
}

footer .footer_wrapper .footer_social .footer_social_in .footer_social_email {
    display: flex;
    flex-direction: column;
}

footer .footer_wrapper .footer_social .footer_social_in .footer_social_email p {
    color: #404243;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
    margin-bottom: 0;
}

footer .footer_wrapper .footer_social .footer_social_in .footer_social_email a {
    color: #123044;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 26.263px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
}

footer .footer_bottom {
    padding-bottom: 80px;
}

footer .footer_bottom p {
    color: #6a6b6b;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.813px;
}

footer .footer_wrapper_media {
    display: none;
    padding-top: 14px;
}

footer .footer_wrapper_media .footer_top_media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer_wrapper_media .footer_top_media a {
    margin-right: 19px;
}

footer .footer_wrapper_media .footer_top_media a img {
    width: 76px;
    height: 104px;
}

footer .footer_wrapper_media .footer_top_media .footer_email p {
    color: #414345;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 21.556px;
    margin-bottom: 21px;
}

footer .footer_wrapper_media .footer_top_media .footer_email .email_wrapper {
    width: 100%;
    border-radius: 21.914px;
    background: #fff;
    display: flex;
    overflow: hidden;
    box-shadow: 0px 0.498056829px 3.4863977432px 0px rgba(0, 0, 0, 0.09);
}

footer .footer_wrapper_media .footer_top_media .footer_email .email_wrapper input {
    border: none;
    width: 60%;
    padding: 12px 9px;
    color: #b6b3b3;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
}

footer .footer_wrapper_media .footer_top_media .footer_email .email_wrapper button {
    cursor: pointer;
    width: 40%;
    border: none;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    letter-spacing: 0.72px;
    border-radius: 0px 49.308px 49.308px 0px;
    background: #b32b37;
    box-shadow: 0px 0.498056829px 3.4863977432px 0px rgba(0, 0, 0, 0.09);
}

footer .footer_wrapper_media .footer_center_media {
    margin-top: 38px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

footer .footer_wrapper_media .footer_center_media ul li {
    margin-bottom: 15px;
}

footer .footer_wrapper_media .footer_center_media ul li a {
    color: #1a1717;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.33px;
    text-transform: uppercase;
}

footer .footer_wrapper_media .footer_center_media ul .footer_menu_media {
    color: #202325;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.5%;
}

footer .footer_wrapper_media .footer_bottom_media .social_media_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer_wrapper_media .footer_bottom_media .social_media_footer a {
    margin: 0 11px;
}

footer .footer_wrapper_media .footer_bottom_media .social_media_footer a img {
    width: 28px;
    height: 28px;
}

footer .footer_wrapper_media .footer_bottom_media .footer_social_email_media {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 40px;
}

footer .footer_wrapper_media .footer_bottom_media .footer_social_email_media .footer_media_text {
    margin-bottom: 8px;
    color: #404243;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.057px;
}

footer .footer_wrapper_media .footer_bottom_media .footer_social_email_media a {
    display: inline-block;
    color: #123044;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    line-height: 14.636px;
    letter-spacing: 0.279px;
    text-decoration-line: underline;
}

footer .footer_wrapper_media .footer_media_bottom_in {
    padding-bottom: 32px;
    text-align: center;
    color: #6a6b6b;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.057px;
    margin-bottom: 0;
}

@media (max-width: 1530px) {
    header .top .header_top .filter span {
        display: none;
    }

    header .top .header_top ul li a span {
        display: none;
    }
}

@media (max-width: 1650px) {
    .countries #continent .top .continent_list .content {
        width: 700px;
    }

    .countries #continent .top .map_image {
        width: 600px;
    }
}

@media (max-width: 1600px) {


    .brand #anons .content .content_right .buy .price {
        flex-direction: column;

    }
}

@media (max-width: 1500px) {
    #postmarks .head .right_list_desktop {
        display: none !important;
    }

    #postmarks .head .right_list_mobile {
        display: flex !important;
        justify-content: flex-start;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    #postmarks .head .nav .right .search .search_input {
        width: 400px;
    }
}

@media (max-width: 1450px) {
    .index #collection .slider .main_container {
        display: block;
    }

    .index #collection .slider .main_container .slider_in {
        padding-bottom: 79px;
    }

    .index #collection .slider .main_container a {
        float: right;

    }

    .brand #anons .content {
        flex-direction: column;
        align-items: center !important;
        gap: 40px;
    }

    .brand #anons .content .content_right {
        width: 100%;
    }
}

@media screen and (max-width: 1440px) {
    .statistics .statistic_wrapper .statistic_in .statistic_left h4 {
        font-size: 23px;
        line-height: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left h4 span {
        font-size: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right h6 {
        transform: translateY(0);
        margin-top: 10px;
        font-size: 23px;
        line-height: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in h5 {
        font-size: 23px;
        line-height: 26px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 img {
        width: 45px;
        height: 45px;
    }

    .statistics .statistic_cards .statistic_cards_in {
        gap: 30px;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card {
        padding: 15px 20px;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_card_img {
        width: 90% !important;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_btn {
        width: 90%;
        white-space: nowrap;
    }

    .registration .registration_wrapper .registration_left {
        width: 40%;
    }

    .registration .registration_wrapper .registration_left img {
        width: 40%;
    }

    .registration .registration_wrapper .registration_left .registration_red_block {
        right: 60%;
    }

    .registration .registration_wrapper .registration_main {
        width: 60%;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper {
        justify-content: space-between;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_left {
        flex: 1;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_left .form_input_in {
        width: 100%;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_right {
        flex: 1;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_right .form_input_in {
        width: 100%;
    }

    .countries #continent .top .continent_list .content {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .countries #continent .top .map_image {
        width: 500px;
    }
}

@media screen and (max-width: 1300px) {
    .back .back_wrapper .back_social_media .social_media_content ul {
        right: 10%;
    }

    .back .back_wrapper .back_form {
        padding: 60px 60px 80px 80px;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_title {
        flex-direction: column;
        align-items: start;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main {
        flex-direction: column;
    }

    .albums #album_slider .head .head_left h3 {
        font-size: 20px;
    }

    .albums #album_slider .head .head_right {
        font-size: 28px;
    }

    .albums #album_slider .content #flip_slider {
        height: 600px;
    }

    .albums .albums_home .albums_wrapper .albums_left {
        padding: 70px 0 96px 0;
    }
}

@media (max-width: 1200px) {
    .index #collection .slider .slider_in .collection_slider .swiper-slide img {
        width: 100%;

        -o-object-fit: contain;
        object-fit: contain;
    }

    .brand #characteristic .characteristic_body .content .datas {
        width: 100%;
    }

    .brand #characteristic .characteristic_body .content .calculation {
        display: none;
    }

    .brand #characteristic .mobile_calculation {
        display: block;
    }
}

@media (max-width: 1150px) {
    header .top {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header .top .header_top .left a {
        display: none;
    }

    header .top .header_top .left .filter {
        display: none;
    }

    header .top .header_top .left .search {
        display: none;
    }

    header .top .header_top ul {
        margin-bottom: 0;
        transform: translateY(0);
    }

    header .bottom {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    header .bottom .logo {
        width: 47px;
        height: 65px;
        -o-object-fit: cover;
        object-fit: cover;
        transform: translateY(-15px);
    }

    header .bottom .bars {
        display: block;
    }

    header .bottom .head_dropdown {
        display: none;
    }

    header .bottom .search {
        margin-left: 0;
        display: block;

        height: 28px;
        max-width: 220px;
    }

    header .bottom .search img {
        width: 16px;
        height: 16px;
        transform: translate(8px, -2px);
    }

    header .bottom .head_link,
    header .bottom a {
        display: none;
    }

    header .header_mobile {
        display: block;
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
    }

    header .header_mobile .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }

    header .header_mobile .menu {
        background: white;
        position: absolute;
        top: 0;
        left: -350px;
        width: 300px;
        height: 100vh;
        transition: 0.5s ease all;
    }

    header .header_mobile .menu .close_menu {
        background: transparent;
        border: none;
        outline: none;
        font-size: 30px;
        margin-left: 270px;
    }

    header .header_mobile .menu ul li {
        padding: 0 20px;
    }

    header .header_mobile .menu ul li a {
        color: #1A1717;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.54px;
    }

    header .header_mobile_active .bg {
        display: block;
    }

    header .header_mobile_active .menu {
        left: 0;
    }

    .index #news .news_top {
        flex-direction: column;
        gap: 26px;
    }

    .index #news .news_top .left {
        width: 100%;
        position: relative;
    }

    .index #news .news_top .left .link {
        position: absolute;
        right: 13px;
        bottom: 11px;
        display: block;
    }

    .index #news .news_top .left .content .content_item {
        gap: 40px;
    }

    .index #news .news_top .right {
        width: 100%;
    }

    .index #news .links a:first-child {
        display: none;
    }
}

@media (max-width: 1050px) {
    .albums #album_slider .content {
        gap: 50px;
    }

    .albums #album_slider .content #flip_slider {
        height: 500px;
    }
}

@media (max-width: 1000px) {
    .index #home .bg_3 {
        display: none;
    }

    .index #home .bg_mobile_1 {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .index #home .bg_mobile_2 {
        position: absolute;
        top: 229px;
        right: 0;
        display: block;
    }

    .index #home .bg_mobile_3 {
        position: absolute;
        top: 362px;
        right: 0;
        display: block;
    }

    .index #home .content .content_bg {
        display: none;
    }

    .index #home .content .content_bg_mobile {
        display: block;
        margin-bottom: 79px;
    }

    .index #home .content .text {
        top: 26px;
        left: 27px;
    }

    .index #home .content .text h1 {
        color: #1A1717;
        font-family: "Fira Sans", sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
        max-width: 232px;
        margin-bottom: 14px;
    }

    .index #home .content .text p {
        color: #262626;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 145%;
        letter-spacing: 0.325px;
        max-width: 203px;
        margin-bottom: 32px;
    }

    .index #home .content .text .features {
        display: block;
    }

    .index #home .content .text .features .items .item {
        color: #030303;
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.275px;
        text-transform: uppercase;
    }

    .index #home .content .text .features .items .item::before {
        width: 3px;
        height: 3px;
    }

    .index #home .content .text a {
        margin-left: 0;
        color: #FFF;
        font-family: "Fira Sans", sans-serif;
        font-size: 12px;
        padding: 15px 19px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
        letter-spacing: 0.3px;
        transform: translateX(-35px) translateY(18px);
    }

    .index #home .content .text .bg {
        display: none;
    }

    .index #home .content .text .bg_mobile {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-60%) translateX(95px);
    }

    .index #collection .slider .slider_in .collection_slider .swiper-slide {
        padding: 14px 23px 18px;
    }

    .index #collection .author .main_container {
        display: block;
    }

    .index #collection .author .main_container .author_img {
        display: none;
    }

    .index #collection .author .main_container .author_img_mobile {
        display: block;
        width: 100%;
    }

    #brands .title {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .theme #cars .content {
        flex-direction: column;
        align-items: center;
        padding-right: 35px;
    }

    .years #category_list .head button {
        display: none;
    }

    .countries #continent .top .map_image {
        display: none !important;
    }

    .countries #continent .top .continent_list .content {
        flex-direction: row;
        gap: 40px;
    }
}

@media screen and (max-width: 992px) {
    .golden .golden_comment_wrapper {
        flex-direction: column-reverse;
    }

    .golden .golden_main_card {
        flex-direction: column;
    }

    .golden .golden_main_card img {
        order: 2;
    }

    .golden .golden_main_card .golden_card_title {
        order: 1;
        display: block !important;
    }

    .golden .golden_main_card .golden_card_text {
        order: 3;
        display: block !important;
    }

    .golden .golden_main_card .golden_main_card_text {
        margin-top: 27px;
        margin-left: 0 !important;
    }

    .albums .albums_home .albums_wrapper .albums_left {
        flex: 1;
        padding: 50px 0 70px 0;
    }

    .albums .albums_home .albums_wrapper .albums_left h4 {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .albums .albums_home .albums_wrapper .albums_left .albums_left_in {
        gap: 5px;
    }

    .albums .albums_home .albums_wrapper .albums_left .albums_left_in ul li {
        margin-bottom: 10px;
    }

    .albums .albums_home .albums_wrapper .albums_left .albums_left_in ul li a {
        transform: translateX(-15%);
        font-size: 11px;
        padding: 7px 17px;
    }

    .albums .albums_home .albums_wrapper .albums_left .albums_left_in ul li .albums_list_active::after {
        width: 6px;
        height: 6px;
    }

    .albums .albums_home .albums_wrapper .albums_left .albums_left_in .albums_left_wrap {
        transform: translateX(-25%);
    }

    .albums .albums_home .albums_wrapper .albums_right {
        flex: 1;
    }

    .albums .albums_home .albums_wrapper .albums_right img {
        width: auto;
    }

    .albums .albums_comments .albums_comment_card {
        padding: 30px;
    }

    .albums .albums_comments .albums_comment_card h4 span {
        display: block !important;
    }

    .albums .albums_comments .albums_comment_card span {
        display: none;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my {
        padding: 30px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top h4 span {
        display: block !important;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top span {
        display: none;
    }

    .albums .albums_comments .albums_form_btn {
        flex-direction: column;
    }

    .registration .registration_wrapper .registration_left {
        width: 30%;
    }

    .registration .registration_wrapper .registration_left img {
        width: 30%;
    }

    .registration .registration_wrapper .registration_left .registration_red_block {
        right: 70%;
    }

    .registration .registration_wrapper .registration_main {
        width: 70%;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper {
        justify-content: space-between;
        flex-direction: column;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_left {
        flex: 1;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_left .form_input_in {
        width: 100%;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_right {
        flex: 1;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_right .form_input_in {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .albums #album_slider .head {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .albums #album_slider .head .head_left {
        width: 100%;
        justify-content: space-between;
    }

    .albums #album_slider .content {
        gap: 20px;
    }

    .albums #album_slider .content #flip_slider {
        height: 400px;
    }
}

@media screen and (max-width: 947px) {
    .statistics .statistic_wrapper .statistic_in {
        flex-direction: column;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left {
        padding-left: 20%;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left h4 {
        font-size: 23px;
        line-height: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left h4 span {
        font-size: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right h6 {
        transform: translateY(0);
        margin-top: 10px;
        font-size: 23px;
        line-height: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in h5 {
        font-size: 23px;
        line-height: 26px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 img {
        width: 45px;
        height: 45px;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_btn {
        font-size: 13px;
        width: 90%;
        white-space: nowrap;
    }

    .statistics .statistic_brands .statistic_brands_title {
        display: block;
    }

    .statistics .statistic_brands .statistic_brands_dropdowns {
        gap: 24px;
        flex-direction: column;
        align-items: start;
    }

    .statistics .statistic_brands .statistic_brands_dropdowns .statistic_brands_dropdown {
        font-size: 13px;
        line-height: 111%;
    }

    .statistics .statistic_brands .statistic_brands_slider {
        gap: 30px;
        display: flex;
        justify-content: center;
    }

    .statistics .statistic_brands .statistic_brands_slider .statistic_brands_slider_title {
        display: none;
    }

    .statistics .statistic_brands .statistic_brands_slider .brand_prev_btn,
    .statistics .statistic_brands .statistic_brands_slider .brand_next_btn {
        width: 25px;
        height: 25px;
    }

    .statistics .statistic_brands .statistic_brands_slider .brand_prev_btn img,
    .statistics .statistic_brands .statistic_brands_slider .brand_next_btn img {
        width: 100%;
    }

    .statistics .statistic_brands .statistic_brands_slider .statistic_slider {
        max-width: 200px !important;
    }

    .statistics .statistic_brands .statistic_brands_slider .statistic_slider .swiper-wrapper .swiper-slide img {
        width: 186px;
    }

    .statistics .statistic_brands .statistic_brands_slider .statistic_slider .swiper-wrapper .swiper-slide h3 {
        margin: 0 auto;
        max-width: 179px !important;
        font-size: 14px !important;
        line-height: 14px;
    }
}

@media (max-width: 900px) {
    .brand #anons .head {
        position: relative;
    }

    .brand #anons .head .head_right p {
        display: none;
    }



    .brand #anons .content .content_left {
        flex-direction: column-reverse;
        width: 100%;
    }

    .brand #anons .content .content_left .anons_slider {
        display: none;
    }

    .brand #anons .content .content_left .main_image .stike {
        width: 100%;
    }

    .brand #anons .content .content_left .main_image .stike .stile_img {
        width: 100%;
        height: 522px;
    }

    .brand #anons .content .content_left .main_image .stike .resize_icon {
        right: 14px;
    }

    .brand #anons .content .content_left .main_image .mobile_anons_slider {
        display: block;
        position: relative;
    }

    .brand #anons .content .content_left .main_image .mobile_anons_slider .slider {
        width: calc(100vw - 40px);
        margin-bottom: 31px;
    }

    .brand #anons .content .content_left .main_image .mobile_anons_slider .next_button {
        position: absolute;
        right: 20px;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%) rotateZ(-90deg);
    }

    .brand #anons .content .content_left .main_image .mobile_anons_slider .next_button button {
        background: transparent;
        border: none;
        outline: none;
    }
}

@media (max-width: 850px) {
    #brands .brands_slider {
        position: relative;
    }

    #brands .brands_slider .brand_prev_button {
        position: absolute;
        z-index: 2;
        width: 25px;
        height: 25px;
        top: 90px;
        left: 40px;
    }

    #brands .brands_slider .brand_prev_button img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #brands .brands_slider .brand_next_button {
        position: absolute;
        z-index: 2;
        width: 25px;
        height: 25px;
        top: 90px;
        right: 40px;
    }

    #brands .brands_slider .brand_next_button img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #brands .brands_slider .slider .swiper-slide img {
        width: 100%;
    }

    #brands .brands_slider .slider .swiper-slide h3 {
        color: #FFF;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 15.889px;
        padding: 0 0;
    }

    .theme #brands .brands_wrapper .brands_slider .slider .swiper-slide {
        padding: 14px 12px 18px;
    }

    .theme #brands .brands_wrapper .brands_slider .slider .swiper-slide img {
        height: 134px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .theme #brands .brands_wrapper .brands_slider .slider .swiper-slide h3 {
        color: #0F0F0F;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
    }

    .theme #brands .brands_wrapper .brands_slider button {
        top: 140px;
    }

    .theme #stamps .content_wrapper .content {
        padding-left: 0;
    }
}

@media screen and (max-width: 845px) {
    .nav_list {
        margin-top: 20px;
        margin-bottom: 27px;
    }

    .statistics .statistic_wrapper .statistic_in {
        flex-direction: column;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left {
        padding-left: 20%;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left h4 {
        font-size: 23px;
        line-height: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left h4 span {
        font-size: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right h6 {
        transform: translateY(0);
        margin-top: 10px;
        font-size: 23px;
        line-height: 30px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in h5 {
        font-size: 23px;
        line-height: 26px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 img {
        width: 45px;
        height: 45px;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card img {
        height: 150px;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        font-size: 13px;
        width: 90%;
        font-size: 9px;
        white-space: nowrap;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_btn img {
        width: 10px;
    }

    .back .back_social_media_block {
        display: none;
        background-image: url("/templates/Main/images/back_img.pn");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .back .back_wrapper {
        padding-bottom: 140px;
        flex-direction: column-reverse;
    }

    .back .back_wrapper .back_social_media .social_media_content {
        height: 146px;
        width: 100%;
    }

    .back .back_wrapper .back_social_media .social_media_content .social_media_content_img {
        top: 0;
        right: 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .back .back_wrapper .back_social_media .social_media_content ul {
        justify-content: space-evenly;
        width: 234px;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding-left: 0;
        border-radius: 6px;
        background: #123044;
        padding: 25px 10px;
        top: 37%;
    }

    .back .back_wrapper .back_social_media .social_media_content ul li a img {
        width: 27px;
        height: 27px;
    }

    .back .back_wrapper .back_form {
        margin: 0 auto;
        padding: 24px 23px 40px 23px;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_title {
        margin-bottom: 37px;
        flex-direction: column;
        align-items: start;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_title h2 {
        font-size: 21px;
        line-height: 111%;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_title p {
        font-size: 13px;
        line-height: normal;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main {
        flex-direction: column;
    }

    header .bottom .logo {
        width: 55px !important;
        height: 75px !important;
    }

    header .bottom .logo img {
        width: 100%;
    }
}

@media (max-width: 800px) {
    #postmarks .head .nav .right .search .search_input {
        width: 250px;
    }
}

@media screen and (max-width: 768px) {
    .main_container {
        padding: 0 20px;
    }

    #postmarks .content_wrapper .main_container {
        padding-left: 0;
        padding-right: 10px;
        margin-left: 20px;
        margin-right: 20px;

    }

    #postmarks .content_wrapper .main_container::-webkit-scrollbar {
        width: 7px;
    }

    #postmarks .content_wrapper .content {
        gap: 12px;
        padding: 15px 0;
    }

    #postmarks .content_wrapper .content li {
        padding: 8px 8px 11px;
    }

    #postmarks .content_wrapper .content li img {
        height: 140px;
    }

    #postmarks .content_wrapper .content li .text {
        margin-top: 11px;
        color: #131111;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
        max-width: 134px;
    }

    .index #collection .slider .slider_in {
        position: relative;
    }

    .index #collection .slider .slider_in .collection_slider_prev_button {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-113%) translateX(-33px);
        z-index: 2;
    }

    .index #collection .slider .slider_in .collection_slider_next_button {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 2;
        transform: translateY(-113%) translateX(33px);
    }

    .index #news .news_top {
        padding-top: 47px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .index #news .news_top .left {
        padding: 25px 20px 54px 24px;
    }

    .index #news .news_top .left h2 {
        color: #1A1717;
        font-family: "Fira Sans", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        margin-bottom: 26px;
    }

    .index #news .news_top .left .content .content_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        position: relative;
    }

    .index #news .news_top .left .content .content_item .text .text_left h3 {
        color: #1A1A1A;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 156%;
        letter-spacing: 0.35px;
        margin-bottom: 18px;
    }

    .index #news .news_top .left .content .content_item .text .text_left p {
        color: #4F4F4F;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 156%;
        letter-spacing: 0.325px;
        padding-right: 0;
    }

    .index #news .news_top .left .content .content_item .text a {
        position: absolute;
        top: 30px;
        right: 0;
    }

    .index #news .news_top .left .content .content_item .text a img {
        width: 25px;
        height: 25px;
    }

    .index #news .news_top .right {
        padding: 35px 22px;
    }

    .index #news .news_top .right h2 {
        color: #1A1717;
        font-family: "Fira Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        margin-bottom: 36px;
    }

    .index #news .news_top .right .item {
        gap: 31px;
        margin-bottom: 47px;
    }

    .index #news .news_top .right .item:last-child {
        margin-bottom: 0;
    }

    .index #news .news_top .right .item .time {
        color: #1A1717;
        font-family: "Fira Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }

    .index #news .news_top .right .item .text {
        color: #1A1717;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.35px;
    }

    .theme #stamps .content_wrapper {
        height: 818px;
    }

    .theme #stamps .content_wrapper .content {
        flex-direction: column;
        gap: 0;
    }

    .theme #postmarks .content_wrapper .main_container {

    }

    .brand #characteristic .characteristic_body .content .datas .item .value {
        width: 380px;
    }

    .brand #characteristic .characteristic_footer {
        flex-direction: column;
        gap: 34px;
    }

    .brand #characteristic .characteristic_footer .left,
    .brand #characteristic .characteristic_footer .right {
        width: 100%;
    }

    .brand #characteristic .mobile_calculation {
        margin-bottom: 34px;
    }

    .brand #characteristic .link {
        display: none;
    }

    .statistics .statistic_wrapper .statistic_in {
        padding-top: 23px;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left {
        padding: 20% 20% 20% 10%;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left h4 {
        font-size: 15px;
        line-height: 26px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_left h4 span {
        font-size: 21px;
        line-height: 111%;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right {
        display: flex;
        justify-content: center;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right h6 {
        transform: translateY(0);
        margin-top: 7px;
        font-size: 12px;
        line-height: 36%;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in {
        display: flex;
        align-items: center;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in img {
        width: 28px;
        height: 28px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_text_right .statistic_text_right_in h5 {
        margin-left: 10px;
        font-size: 14px;
        line-height: 23px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 {
        font-size: 13px;
        line-height: 20%;
        margin-bottom: 20px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right h3 img {
        width: 26px;
        height: 26px;
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right .statistic_icon1 {
        transform: translateX(0);
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right .statistic_icon2 {
        transform: translateX(30px);
    }

    .statistics .statistic_wrapper .statistic_in .statistic_right .statistic_img_right .statistic_icon3 {
        transform: translateX(30px);
    }

    .statistics .statistic_cards .statistic_cards_in {
        gap: 10px;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card {
        padding: 7px;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_card_img {
        height: 115px;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_btn {
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        font-size: 13px;
        font-size: 7px;
        white-space: nowrap;
    }

    .statistics .statistic_cards .statistic_cards_in .statistic_card .statistic_btn img {
        width: 4px;
    }

    .golden .golden_comment_wrapper {
        margin-bottom: 33px;
    }

    .golden .golden_comment_wrapper .golden_comment {

        padding: 10px;
        flex-direction: column;
    }

    .golden .golden_comment_wrapper .golden_comment img {
        margin: 0;
    }

    .golden .golden_comment_wrapper .golden_comment p {
        font-size: 15px;
        line-height: 35.5px;
    }

    .golden .golden_comment_wrapper .golden_comment_right {
        width: 90%;
        margin-left: auto;
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper {
        position: relative;
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_left {
        transform: translateY(-15px);
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_left img {
        width: 28px;
        height: 28px;
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_left h2 {
        font-size: 14px;
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_right {
        width: 100px;
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_right h4 {
        width: 120px !important;
        margin-bottom: 11px;
        font-size: 13px;
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_right h4 img {
        margin-left: 9px;
        transform: translateY(0);
        width: 26px;
        height: 26px;
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_right .active_comment3 {
        transform: translateX(-10px);
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_right .active_comment {
        width: 110px !important;
        transform: translateX(10px);
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper .comment_right_in .comment_right .active_comment2 {
        width: 85px !important;
        transform: translateX(20px);
    }

    .golden .golden_comment_wrapper .golden_comment_right .comment_right_wrapper h3 {
        position: absolute;
        bottom: 3px;
        font-size: 12px;
    }

    .golden .golden_main h2 {
        display: none;
    }

    .golden .golden_main .golden_main_card {
        margin-bottom: 16px;
    }

    .golden .golden_main .golden_main_card .golden_card_title {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .golden .golden_main .golden_main_card .golden_card_text {
        font-size: 15px;
    }

    .albums #album_slider .content #flip_slider {
        height: 300px;
    }

    .albums .albums_comments .albums_form_btn {
        flex-direction: column;
    }

    .albums .albums_comments .albums_form_btn button {
        margin-bottom: 100px;
        margin-top: 10px;
        margin-right: 0 !important;
    }

    .registration .registration_wrapper .registration_left {
        width: 20%;
    }

    .registration .registration_wrapper .registration_left img {
        width: 20%;
    }

    .registration .registration_wrapper .registration_left .registration_red_block {
        right: 80%;
        width: 27px;
    }

    .registration .registration_wrapper .registration_main {
        padding: 10px 15px;
        width: 80%;
    }

    .registration .registration_wrapper .registration_main h2 {
        font-size: 21px;
        line-height: 111%;
        margin-bottom: 12px;
    }

    .registration .registration_wrapper .registration_main p {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 6px;
    }

    .registration .registration_wrapper .registration_main .form_full_btn {
        margin-bottom: 25px;
        font-size: 13px;
        line-height: 20.801px;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_left .form_input_in {
        margin-bottom: 14px;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_left .form_input_in input {
        padding: 16px 16px 16px 18px;
        font-size: 12px;
        line-height: normal;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_right .form_input_in {
        margin-bottom: 14px;
    }

    .registration .registration_wrapper .registration_main form .form_input_wrapper .form_right .form_input_in input {
        padding: 16px 16px 16px 18px;
        font-size: 12px;
        line-height: normal;
    }

    .registration .registration_wrapper .registration_main form .form_agreement {
        margin-bottom: 14px;
    }

    .registration .registration_wrapper .registration_main form .form_agreement .form_agreement_text {
        font-size: 11px;
        line-height: normal;
    }

    .registration .registration_wrapper .registration_main form span {
        font-size: 11px;
        line-height: normal;
        margin-bottom: 24px;
    }

    .registration .registration_wrapper .registration_main form .form_btn {
        width: 100%;
        font-size: 14px;
    }

    .registration .registration_wrapper .registration_main form .form_bottom_text {
        font-size: 14px;
    }

    .sign_in {
        background: #F8F8F8;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
        position: relative;
    }

    .sign_in .sign_in_wrapper .sign_in_left {
        width: 20%;
    }

    .sign_in .sign_in_wrapper .sign_in_left img {
        height: 100%;
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        left: 0;
        width: 20%;
    }

    .sign_in .sign_in_wrapper .sign_in_left .sign_in_red_block {
        width: 27px;
        position: absolute;
        right: 80%;
        height: 100%;
        background-color: #B32B37;
    }

    .sign_in .sign_in_wrapper .sign_in_main {
        padding: 10px;
        width: 80%;
    }

    .sign_in .sign_in_wrapper .sign_in_main h2 {
        margin: 54px auto 35px auto;
        font-size: 21px;
        line-height: 111.5%;
    }

    .sign_in .sign_in_wrapper .sign_in_main form {
        max-width: 350px;
        margin: 0 auto 14px auto;
    }

    .sign_in .sign_in_wrapper .sign_in_main form .form_input_in {
        width: 100%;
        height: 31px;
        margin-bottom: 14px;
    }

    .sign_in .sign_in_wrapper .sign_in_main form .form_input_in input {
        width: 100%;
        padding: 15px 5px 15px 20px;
        font-size: 14px;
    }

    .sign_in .sign_in_wrapper .sign_in_main form .form_input_in img {
        margin-left: auto;
        padding-right: 10px;
    }

    .sign_in .sign_in_wrapper .sign_in_main form .form_btn {
        border-radius: 7.941px;
        background: #B32B37;
        box-shadow: 0px 0.7219387889px 5.053571701px 0px rgba(0, 0, 0, 0.09);
        width: 100%;
        height: 37px;
        margin: 26px auto 40px auto;
    }

    .sign_in .sign_in_wrapper .sign_in_main form .form_bottom_in {
        display: flex;
        flex-direction: column;
    }

    .sign_in .sign_in_wrapper .sign_in_main form .form_bottom_in span {
        order: 2;
        margin-bottom: 95px;
        font-size: 11px;
    }

    .sign_in .sign_in_wrapper .sign_in_main form .form_bottom_in span img {
        margin-right: 9px;
    }

    .sign_in .sign_in_wrapper .sign_in_main form .form_bottom_in .form_bottom_link {
        margin-bottom: 40px;
        order: 1;
        font-size: 13px;
        line-height: 19.813px;
    }

    footer .footer_wrapper {
        display: none;
    }

    footer .footer_wrapper .footer_social .footer_social_in {
        width: 100% !important;
    }

    footer .footer_wrapper .footer_social .footer_social_in form .form_in {
        width: 100% !important;
    }

    footer .footer_bottom {
        display: none;
    }

    footer .footer_wrapper_media {
        display: block;
    }

    footer .footer_wrapper_media .footer_center_media ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 650px) {
    .albums .albums_comment_title h5 {
        font-size: 18px;
        line-height: 111.5%;
        margin-bottom: 26px;
    }

    .albums .albums_comment_title h3 {
        font-size: 16px;
        line-height: 36.285px;
        margin-bottom: 12px;
    }

    .albums .albums_comments .albums_comment_card {
        padding: 15px;
    }

    .albums .albums_comments .albums_comment_card .albums_comment_card_top {
        margin-bottom: 15px;
    }

    .albums .albums_comments .albums_comment_card .albums_comment_card_top img {
        width: 36px;
        margin-right: 15px;
    }

    .albums .albums_comments .albums_comment_card .albums_comment_card_top h4 {
        font-size: 14px;
        margin-bottom: 0;
        padding-top: 10px;
    }

    .albums .albums_comments .albums_comment_card .albums_comment_card_top h4 span {
        font-size: 12px;
        display: block !important;
        line-height: 23px;
    }

    .albums .albums_comments .albums_comment_card .albums_comment_card_top span {
        display: none;
    }

    .albums .albums_comments .albums_comment_card .albums_comment_card_top .albums_btn {
        display: flex;
        align-items: center;
        font-size: 10px;
    }

    .albums .albums_comments .albums_comment_card .albums_comment_card_top .albums_btn img {
        margin-right: 10px;
        width: 12px;
        height: 12px;
    }

    .albums .albums_comments .albums_comment_card p {
        font-size: 13px;
        line-height: 21.871px;
    }

    .albums .albums_comments .albums_comment_card_by {
        padding-left: 15px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my {
        padding: 15px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top img {
        width: 36px;
        margin-right: 15px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top h4 {
        margin-right: 10px;
        font-size: 14px;
        margin-bottom: 0;
        padding-top: 10px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top h4 span {
        font-size: 12px;
        line-height: 23px;
        display: block !important;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top span {
        display: none;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn {
        display: flex;
        align-items: center;
        font-size: 10px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn img {
        margin-right: 10px;
        width: 12px;
        height: 12px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn1 {
        margin-right: 5px;
        line-height: 20.266px;
        font-size: 10px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn1 img {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn2 {
        line-height: 20.266px;
        font-size: 10px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my .albums_comment_card_top .albums_btn2 img {
        margin-right: 5px;
        width: 12px;
        height: 12px;
    }

    .albums .albums_comments .albums_comment_card_by .albums_comment_card_my p {
        line-height: 21.871px;
        font-size: 13px;
    }

    .albums .albums_comments .albums_form_btn {
        flex-direction: column;
    }

    .albums .albums_comments .albums_form .albums_full_btn {
        font-size: 14px;
    }

    .albums .albums_comments .albums_form .albums_form_btn .albums_form_input textarea {
        padding: 15px;
        margin-right: 0;
        font-size: 13px;
        margin-left: 8px;
    }

    .albums .albums_comments .albums_form .albums_form_btn .albums_form_input img {
        transform: translateY(-70px);
        width: 40px;
        height: 40px;
    }

    .albums .albums_comments .albums_form .albums_form_btn button {
        width: 163px;
        height: 49px;
        font-size: 13px;
    }

    .back .back_social_media_block {
        display: none;
        background-image: url("/templates/Main/images/back_img.pn");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .back .back_wrapper {
        flex-direction: column-reverse;
    }

    .back .back_wrapper .back_social_media .social_media_content {
        height: 146px;
        width: 100%;
    }

    .back .back_wrapper .back_social_media .social_media_content .social_media_content_img {
        top: 0;
        right: 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .back .back_wrapper .back_social_media .social_media_content ul {
        justify-content: space-evenly;
        width: 234px;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding-left: 0;
        border-radius: 6px;
        background: #123044;
        padding: 25px 10px;
        top: 37%;
    }

    .back .back_wrapper .back_social_media .social_media_content ul li a img {
        width: 27px;
        height: 27px;
    }

    .back .back_wrapper .back_form {
        margin: 0 auto;
        width: 100%;
        padding: 24px 0px 40px 0px;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_title {
        margin-bottom: 37px;
        flex-direction: column;
        align-items: start;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_title h2 {
        font-size: 21px;
        line-height: 111%;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_title p {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 0;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main {
        max-width: 279px;
        margin: 0 auto;
        flex-direction: column;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main .back_form_main_left {
        max-width: 224px;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main .back_form_main_left .back_input {
        margin-bottom: 14px;
        height: 31px;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main .back_form_main_left .back_input input {
        font-size: 12px;
        padding: 7px 0 7px 17px;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main .back_form_main_left .back_input_bottom {
        font-size: 11px;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main .back_form_main_right textarea {
        font-size: 13px;
        padding: 9px;
    }

    .back .back_wrapper .back_form .back_form_content .back_form_main .back_form_main_right .back_form_btn {
        margin-top: 35px;
        height: 32px;
        font-size: 14px;
    }

    #postmarks .main_container {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    header .main_container {
        padding: 0 20px;
    }


    header .bottom .main_container {
        padding-left: 95px;
    }

    header .bottom .main_container .logo {
        left: 20px;
    }

    header .bottom .main_container .search {
        margin-left: 12px;
        width: 182px;
    }

    #brands .main_container {
        padding: 0 20px;
    }

    #brands .title {
        margin-bottom: 21px;
    }

    #brands .title h1 {
        color: #123044;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 111.5%;
    }

    #brands .title h2 {
        color: #123044;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 111.5%;
    }

    #brands .brands_wrapper {
        padding: 0;
    }

    #brands .brands_slider {
        padding-top: 13px;
        padding-bottom: 16px;
    }

    #brands .brands_slider .brand_prev_button {
        left: 18px;
        top: 70px;
    }

    #brands .brands_slider .brand_next_button {
        right: 18px;
        top: 70px;
    }

    #brands .brands_slider .slider .swiper-slide img {

    }

    #postmarks .head {
        padding-top: 39px;
    }

    #postmarks .head h1 {
        color: #1A1717;
        font-family: "Fira Sans", sans-serif;
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: 111.5%;
        margin-bottom: 22px;
    }

    #postmarks .head .right_list {
        gap: 15px;
        margin-bottom: 15px;
        margin-top: 12px;
    }

    #postmarks .head .right_list li button {
        color: #4B4848;
        font-family: "Montserrat", sans-serif;
        font-size: 13px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 111.5% !important;
    }

    #postmarks .head .nav {
        padding: 6px 3px 5px 6px;
    }

    #postmarks .head .nav .nav_total img {
        width: 20px;
        margin-right: 10px;
    }

    #postmarks .head .nav .nav_total button {
        color: #B32B37;
        font-family: "Montserrat", sans-serif;
        font-size: 13px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
    }

    #postmarks .head .nav .right .search button {
        padding: 3px 10px 3px 0;
    }

    #postmarks .head .nav .right .search button img {
        width: 16px;
        height: 16px;
    }

    #postmarks .head .nav .right .search .search_input {
        right: 0;
        width: 211px;
    }

    #postmarks .head .nav .right .search .search_input input {
        font-size: 14px;
        padding-right: 35px;
    }

    #postmarks .content_wrapper .main_container .content {
        justify-content: center;
    }

    .index #home {
        padding-top: 14px;
    }

    .index #home .main_container {
        padding: 0 36px;
    }

    .index #collection .main_container {
        padding: 0 20px;
    }

    .index #collection h1 {
        color: #1A1717;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
        margin-bottom: 14px;
    }

    .index #collection .slider {
        padding-top: 15px;
        padding-bottom: 42px;
    }

    .index #collection .slider .slider_in {
        padding-bottom: 37px;
    }

    .index #collection .slider .slider_in .collection_slider_prev_button {
        transform: scale(0.8) translate(-36px, -92px);
    }

    .index #collection .slider .slider_in .collection_slider_next_button {
        transform: scale(0.8) translate(36px, -92px);
    }

    .index #collection .slider .slider_in .collection_slider .swiper-slide {

        padding-top: 14px;
    }

    .index #collection .slider .slider_in .collection_slider .swiper-slide img {

        margin-bottom: 18px;
    }

    .index #collection .slider .slider_in .collection_slider .swiper-slide h4 {
        color: #0F0F0F;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
    }

    .index #collection .slider .slider_in .collection_slider .swiper-slide h4 span {
        color: #131111;
        font-family: "Fira Sans", sans-serif;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.225px;
        text-transform: uppercase;
        transform: translate(-5px, -9px);
    }

    .index #collection .author {
        padding-top: 22px;
    }

    .index #collection .author .left {
        padding-top: 16px;
        padding-left: 12px;
        padding-right: 22px;
        padding-bottom: 28px;
    }

    .index #collection .author .left h1 {
        color: #0F0F0F;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
        margin-bottom: 12px;
    }

    .index #collection .author .left p {
        color: #434040;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: italic;
        font-weight: 500;
        line-height: 160%;
        letter-spacing: 0.325px;
    }

    .theme #stamps .main_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .theme #stamps .head {
        padding-top: 52px;
    }

    .theme #stamps .head h1 {
        color: #202325;
        font-family: "Fira Sans", sans-serif;
        margin-bottom: 24px;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 111.5%;
    }

    .theme #stamps .head .search_theme input {
        width: 259px;
        color: #818181;
        font-family: "Fira Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 111.5%;
    }

    .theme #stamps .content_wrapper .content ul {
        max-width: 100%;
    }

    .theme #stamps .content_wrapper .content ul li a {
        color: #1A1717;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 200%;
        letter-spacing: 0.35px;
    }

    .theme #cars {
        padding-top: 46px;
        padding-bottom: 17px;
    }

    .theme #cars h1 {
        color: #202325;
        font-family: "Fira Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 111.5%;
    }

    .theme #cars .main_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .theme #cars .content {
        padding-top: 22px;
        padding-right: 24px;
        padding-left: 24px;
        padding-bottom: 13px;
        gap: 17px;
    }

    .theme #cars .content .img {
        height: 168px;
    }


    .theme #cars .content .text p {
        text-align: left;
        color: #434040;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: italic;
        font-weight: 500;
        line-height: 160%;
        letter-spacing: 0.325px;
        margin-bottom: 22px;
    }

    .theme #cars .content .text a {
        color: #102B3C;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.813px;
        text-decoration-line: underline;
        margin-right: 65px;
    }

    .years #category_list .main_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .years #category_list .head {
        padding-bottom: 24px;
    }

    .years #category_list .head a {
        color: #818181;
        font-family: "Fira Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 111.5%;
        margin-right: 22px;
    }

    .years #category_list .head .active {
        color: #B32B37;
        font-family: "Fira Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 111.5%;
        margin-right: 0;
    }

    .years #category_list .content {
        padding-top: 6px;
        padding-bottom: 12px;
    }

    .years #category_list .content .main_container {
        gap: 27px;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    .years #category_list .content .main_container a {
        color: #123044;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 187.5%;
        letter-spacing: 0.325px;
    }

    .years #category_list .content .main_container .active {
        color: #B32B37;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 800;
        line-height: 187.5%;
        letter-spacing: 0.325px;
        position: absolute;
        transform: translateX(173px);
    }

    .years #postmarks .head h1 {
        color: #202325;
        font-family: "Fira Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 145%;
    }

    .years #postmarks .head h1 span {
        color: #B32B37;
    }

    .years #postmarks .content_wrapper .main_container {

    }

    .countries #continent .top .continent_list .head {
        width: 100%;
        gap: 10px;
        margin-bottom: 21px;
    }

    .countries #continent .top .continent_list .head button {
        color: #818181;
        font-family: "Fira Sans", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 111.5%;
    }

    .countries #continent .top .continent_list .head .continent_selected {
        color: #B32B37;
        font-family: "Fira Sans", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 111.5%;
    }

    .countries #continent .top .continent_list .head .continent_selected::before {
        width: 5px;
        height: 5px;
    }

    .countries #continent .top .continent_list .content {
        width: 100%;
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    .countries #continent .top .continent_list .content ul li a {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 200%;
        letter-spacing: 0.35px;
    }

    .countries #continent .bottom .dropdown {
        margin-bottom: 25px;
    }

    .countries #continent .bottom .dropdown button {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 200%;
        letter-spacing: 0.35px;
    }

    .countries #continent .bottom .selected_country button {
        color: #B32B37;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
        padding: 18px 14px;
    }

    .countries #continent .bottom .selected_country button img {
        height: 21px;
        width: 31px;
        margin-right: 17px;
    }

    .brand_nav_list {
        overflow: hidden;
        margin-bottom: 50px;
    }

    .brand_nav_list a {
        white-space: nowrap;
    }

    .brand #anons .head {
        margin-bottom: 14px;
    }

    .brand #anons .head .head_left h1 {
        color: #202325;
        font-family: "Fira Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 111.5%;
        margin-bottom: 11px;
    }

    .brand #anons .head .head_left h3 {
        color: #123044;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 111.5%;
    }

    .brand #anons .head .head_left h3 span {
        font-weight: 600;
    }



    .brand #anons .content .content_left .main_image .stike .stile_img {
        height: 422px;
    }

    .brand #anons .content .content_left .main_image .mobile_anons_slider .slider .swiper-slide {
        height: 81px;
    }

    .brand #anons .content .content_left .main_image .mobile_anons_slider .slider .swiper-slide img {
        height: 100%;
    }

    .brand #anons .content .content_left .main_image .mobile_anons_slider .next_button button img {
        width: 38px;
        height: 38px;
    }

    .brand #anons .content .content_left .main_image .foot {
        gap: 11px;
    }

    .brand #anons .content .content_left .main_image .foot .left {
        width: 122px;
        height: 86px;
    }

    .brand #anons .content .content_left .main_image .foot .text .play {
        color: #123044;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.813px;
    }

    .brand #anons .content .content_left .main_image .foot .text .play img {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .brand #anons .content .content_left .main_image .foot .text .by_watch {
        color: #767070;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 28.813px;
        text-decoration-line: underline;
    }

    .brand #anons .content .content_right .description_head {
        margin-bottom: 34px;
    }

    .brand #anons .content .content_right .description_head .item {
        gap: 50px;
        padding: 13px 16px 13px 8px;
    }

    .brand #anons .content .content_right .description_head .item .item_in .data {
        color: #696A6B;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 23.484px;
    }

    .brand #anons .content .content_right .description_head .item .item_in .value {
        color: #000;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 23.484px;
    }

    .brand #anons .content .content_right h1 {
        color: #1A1A1A;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36.285px;
        margin-bottom: 18px;
    }

    .brand #anons .content .content_right p {
        color: #4B4848;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        letter-spacing: 0.35px;
        margin-bottom: 19px;
    }

    .brand #anons .content .content_right .link {
        color: #102B3C;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.813px;
        text-decoration-line: underline;
        margin-bottom: 34px;
    }

    .brand #anons .content .content_right .buy {
        padding: 29px 24px 29px 19px;
        margin-bottom: 32px;
    }

    .brand #anons .content .content_right .buy a {
        border-radius: 9.492px;
        border: 0.73px solid #FFF;
        background: #254459;
        box-shadow: 0px 0.7301587462px 5.1111111641px 0px rgba(0, 0, 0, 0.09);
        padding: 12px 24px;
        color: #FFF;
        font-family: "Fira Sans", sans-serif;
        font-size: 13.417px;
        font-style: normal;
        font-weight: 500;
        line-height: 111.5%;
        letter-spacing: 0.335px;
    }

    .brand #anons .content .content_right .buy a img {
        margin-left: 10px;
    }

    .brand #anons .content .content_right .main_comment {
        display: flex;
        flex-direction: column-reverse;
    }

    .brand #anons .content .content_right .main_comment .add_image {
        text-align: left;
        margin-bottom: 41px;
    }

    .brand #anons .content .content_right .main_comment .add_image button {
        color: #B32B37;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
    }

    .brand #anons .content .content_right .main_comment .add_image button img {
        margin-right: 5px;
    }

    .brand #anons .content .content_right .main_comment .comment_wrapper {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% + 40px);
        transform: translateX(-20px);
    }

    .brand #anons .content .content_right .main_comment .comment_wrapper .comment {
        color: #0A75B1;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 111.5%;
    }

    .brand #anons .content .content_right .main_comment .comment_wrapper .comment_right .grade {
        color: #0A75B1;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 111.5%;
        margin-right: 1px;
    }

    .brand #anons .content .content_right .main_comment .comment_wrapper .comment_right .stars {
        height: 12px;
    }

    .brand #anons .content .content_right .main_comment .comment_wrapper .comment_right .big_star {
        width: 16px;
        height: 16px;
    }

    .brand #anons .content .content_right .main_comment .comment_wrapper .comment_right .number {
        color: #0F0F0F;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 111.5%;
    }

    .brand .img_modal button {
        z-index: 1;
    }

    .brand .img_modal img {
        width: 90%;
        height: auto;
    }

    .brand #characteristic .characteristic_body {
        padding-top: 26px;
        padding-bottom: 26px;
        margin-bottom: 48px;
    }

    .brand #characteristic .characteristic_body h1 {
        color: #1A1A1A;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28.408px;
        margin-bottom: 36px;
    }

    .brand #characteristic .characteristic_body .content .datas {
        gap: 25px;
    }

    .brand #characteristic .characteristic_body .content .datas .item .data {
        color: #838383;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .brand #characteristic .characteristic_body .content .datas .item .value {
        color: #1A1A1A;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 290px;
    }

    .brand #characteristic .characteristic_footer {
        margin-bottom: 35px;
    }

    .brand #characteristic .characteristic_footer .left {
        padding: 25px 10px 22px;
    }

    .brand #characteristic .characteristic_footer .left .icon {
        top: 6px;
        left: 7px;
        width: 26px;
        height: 26px;
    }

    .brand #characteristic .characteristic_footer .left h1 {
        color: #0F0F0F;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
        margin-bottom: 24px;
        padding-left: 46px;
    }

    .brand #characteristic .characteristic_footer .left .datas .data,
    .brand #characteristic .characteristic_footer .left .datas .value {
        color: #1A1A1A;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        letter-spacing: 0.35px;
    }

    .brand #characteristic .characteristic_footer .right {
        padding: 26px 10px 41px;
    }

    .brand #characteristic .characteristic_footer .right .icon {
        width: 21px;
        height: 21px;
        top: 6px;
        left: 7px;
        right: auto;
    }

    .brand #characteristic .characteristic_footer .right h1 {
        color: #0F0F0F;
        font-family: "Montserrat", sans-serif;
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
        padding-left: 41px;
    }

    .brand #characteristic .characteristic_footer .right p {
        color: #0F0F0F;
        font-family: "Montserrat", sans-serif;

        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        letter-spacing: 0.35px;
    }

    .brand #characteristic .mobile_calculation .calculation {
        padding: 64px 30px 60px;
    }

    .brand #characteristic .mobile_calculation .calculation h2 {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 24.458px;
        margin-bottom: 18px;
    }

    .brand #characteristic .mobile_calculation .calculation .bnts_group button svg {
        width: 44px;
        height: 44px;
    }

    .brand #characteristic .mobile_calculation .calculation img {
        width: 232px;
    }

    .brand #characteristic .mobile_calculation .calculation h3 {
        color: #0F0F0F;
        font-family: "Montserrat", sans-serif;
        font-size: 13.659px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
        margin-top: 62px;
        margin-bottom: 21px;
    }

    .albums #album_slider {
        padding-top: 23px;
        padding-bottom: 72px;
    }

    .albums #album_slider .head {
        gap: 26px;
        margin-bottom: 28px;
    }

    .albums #album_slider .head .head_left {
        gap: 0;
    }

    .albums #album_slider .head .head_left h3 {
        color: #1A1A1A;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20.106px;
    }

    .albums #album_slider .head .head_left .album_dropdown button {
        color: #B32B37;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
    }

    .albums #album_slider .head .head_left .album_dropdown button img {
        width: 21px;
        height: 15px;
    }

    .albums #album_slider .head .head_right {
        color: #123044;
        text-align: right;
        font-family: "Fira Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.5%;
    }

    .albums #album_slider .content {
        position: relative;
    }

    .albums #album_slider .content button {
        position: absolute;
        z-index: 10;
    }

    .albums #album_slider .content button img {
        width: 21px;
        height: 21px;
    }

    .albums #album_slider .content .album_prev_button {
        left: -20px;
        position: absolute;
        z-index: 20;
    }

    .albums #album_slider .content .album_next_button {
        right: -20px;
    }

    .albums #album_slider .content #flip_slider {
        width: 100%;
    }

    .albums .page .text {
        color: #123044;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 7.874px;
        transform: translateX(-50%) translateY(-30px);
    }
}

@media (max-width: 400px) {
    #brands .brands_slider .brand_prev_button {
        left: 10px;
    }

    #brands .brands_slider .brand_next_button {
        right: 10px;
    }

    .albums #album_slider .content #flip_slider {
        height: 230px;
    }

    .albums #album_slider .content #flip_slider .even {
        border-right: 2px solid #9d9d9d;
    }

    .albums #album_slider .content #flip_slider .odd {
        border-left: 2px solid #9d9d9d;
    }
}

@media (max-width: 373px) {
    #postmarks .content_wrapper .content li {
        width: calc(50% - 6px);
    }
}

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

