
@font-face {
    font-family: 'OptimusPrincepsCyr';
    src: url(/wp-content/themes/vipboys/assets/fonts/OptimusPrincepsCyr/optimusprincepscyr.ttf);
    font-weight: normal;
}
/* @font-face {
    font-family: 'Montserrat';
    src: url(/wp-content/themes/vipboys/assets/fonts/Montserrat/stylesheet.css);
    font-weight: normal;
} */

/* @import url(/wp-content/themes/vipboys/assets/fonts/OptimusPrincepsCyr/optimusprincepscyr.ttf); */
@import url(/wp-content/themes/vipboys/assets/fonts/Montserrat/stylesheet.css);


/* .js_image {
  max-width: 100px;
  max-height: 100px;
} */

button.slick-next.slick-arrow  {
  max-height: 40px;
}
button.slick-prev.slick-arrow  {
  max-height: 40px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     outline: none;
    /* font-family: 'Montserrat'; */
}

a, a:hover, a:focus, a:active {
     text-decoration: none;
     color: inherit;
}


html,
body {
    height: 100%;
}

h1, h2, h3 {
    font-family: 'OptimusPrincepsCyr', sans-serif;
    margin: 0;
}
body, button, input, select, optgroup, textarea, div, span, a {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    letter-spacing: 0.4px;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
a:focus, a:active{
  outline: none;
}
a {
    color: unset;
    text-decoration: unset;
}
a:visited {
    color: unset;
    text-decoration: unset;
}



/*shadow overlay*/
.shadow_overlay {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 200%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.63);
    opacity: 0;
}
.shadow_overlay.active {
    opacity: 1;
    z-index: 10;
    left: 0%;
    transition: opacity .4s ease 0s;
}
.shadow_overlay_lightbox {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 200%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.63);
    opacity: 0;
}
.shadow_overlay_lightbox.active {
    opacity: 1;
    z-index: 10;
    left: 0%;
    transition: opacity .4s ease 0s;
}




/*Слайдер лайтбокс*/


.conteiner_close_lightbox {
    max-width: 1660px;
    width: 100%;
    position: relative;
    left: 0;
    top: 1%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 10px;
}
.close_lightbox {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
}
.close_lightbox::before {
    content: "";
    height: 3px;
    width: 23px;
    background: rgba(255, 255, 255, 0.45);
    position: absolute;
    left: 0px;
    top: 10px;
    transform: rotate(-45deg);
    border-radius: 10px;
}
.close_lightbox::after {
    content: "";
    height: 3px;
    width: 23px;
    background: rgba(255, 255, 255, 0.45);
    position: absolute;
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
    border-radius: 10px;
}
.close_lightbox:hover::before {
    background: #FFFFFF;
    transition: background 0.4s ease 0s;
}
.close_lightbox:hover::after {
    background: #FFFFFF;
    transition: background 0.4s ease 0s;
}
.slider_lightbox {
    /*padding: 30px;*/
    margin: 0px 70px;
}
.slider_lightbox.slick-slide {
    transform: scale(1);
    filter: brightness(40%);
    transition: .3s ease-in-out all;
}
.slider_lightbox.slick-slide.slick-active {
    max-width: 379px;
    width: 100%;
}
.lightbox .slick-list.draggable {
    max-width: 1660px;
    width: 100%;
    /* min-height: 835px; */
    height: 100%;
}
.slider_lightbox.slick-slide.slick-center {
    filter: brightness(100%);
    transform: scale(1.08);
    max-width: 555px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider {
    max-width: 1660px;
    margin: 0 auto;
    /*border: 1px solid;*/
    position: relative;
}
.slider:after, .slider:before {
    content: "";
    background: #FAFAFA;
    position: absolute;
    top: 0;
    height: 100%;
    width: 12%;
    z-index: 100;
    /*opacity: .9;*/
}
.slider:after {
     right: 0;
     background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
 }
.slider:before {
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.lightbox.slick-initialized.slick-slider {
    /*position: fixed;*/
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}
/* .dop_img_men.slick-slide.slick-current.slick-active, .dop_img_men.slick-slide.slick-active {
    opacity: 1;
    filter: brightness(100%);
} */

.lightbox_parents {
    margin: 0 auto;
    position: fixed;
    top: 7%;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    left: 200%;
    /*transition: 0.6s ease 0s;*/
}
.lightbox_parents.active {
    left: 0;
    opacity: 1;
    transition: 0.6s ease 0s;
    z-index: 11;
}
.slick-list.draggable {
    display: flex;
    align-items: center;
}
.lightbox button.slick-next.slick-arrow {
    right: 33%;
    z-index: 12;
    width: 40px;
    height: 40px;
}
.lightbox button.slick-prev.slick-arrow {
    left: 33%;
    z-index: 12;
    width: 40px;
    height: 40px;
}
img.slidereeer {
    max-width: 95%;
    margin: 0 auto;
}

.dop_img_men.slick-slide.slick-active {
  align-items: center;
  justify-content: center;
  display: flex;
}




/*ПАГИНАЦИЯ*/
.pagination-row {
    overflow: hidden;
    clear: both;
    margin-top: 80px;
    padding-bottom: 100px;

}
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-item {
    display: inline-block;
    align-items: center;
    justify-content: center;
    /*margin: 0 2px 3px;*/
}
.pagination .page-link {
    display: inline-block;
    height: 28px;
    min-width: 28px;
    line-height: 28px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    /*border: 1px solid #ddd;*/
    border-radius: 2px;
    /*background: #fbfbfb;*/
    text-decoration: none;
    color: #717171;
    margin: 0px 10px;
}
li.page-item.prev.disabled, li.page-item.next.disabled {
    display: none;
}
li.page-item.prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.page-item.prev::before {
    content: "";
    height: 2px;
    width: 10px;
    background: #717171;
    position: absolute;
    right: 19px;
    top: 10px;
    transform: rotate(-45deg);
    border-radius: 10px;
}
li.page-item.prev::after {
    content: "";
    height: 2px;
    width: 10px;
    background: #717171;
    position: absolute;
    right: 19px;
    top: 16px;
    transform: rotate(45deg);
    border-radius: 10px;
}
li.page-item.next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.page-item.next::before {
    content: "";
    height: 2px;
    width: 10px;
    background: #717171;
    position: absolute;
    right: 19px;
    top: 10px;
    transform: rotate(45deg);
    border-radius: 10px;
}
li.page-item.next::after {
    content: "";
    height: 2px;
    width: 10px;
    background: #717171;
    position: absolute;
    right: 19px;
    top: 16px;
    transform: rotate(-45deg);
    border-radius: 10px;
}
.pagination a.page-link:hover {
    background: rgba(237, 27, 27, 0.4);
}
.pagination .active a.page-link {
    background: #ED1B1B;
    /*border-color: #c19432;*/
    color: white;
}
.pagination .separator .page-link {
    border-color: #fff;
    background: #fff;
}
.pagination .disabled .page-link {
    color: #999;
}















/*Модалка успешной отправки*/

.positiv_result {
    max-width: 895px;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: 0;
    padding: 15px;
    position: fixed;
    background: #1E1E1E;
    border: 0.5px dashed rgba(240, 240, 240, 0.37);
    box-shadow: 0px 4px 20px rgba(88, 88, 88, 0.22);
    border-radius: 5px;
    left: 200%;
}
.positiv_result.active {
    opacity: 1;
    z-index: 15;
    transition: opacity .4s ease 0s;
    position: fixed;
    top: 50%;
    left: 50%;
}
.positiv_result_child {
    display: flex;
    background: #141414;
    border: 0.5px dashed rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    position: relative;
    min-height: 333px;
    width: 100%;
    height: 100%;
}
.image_modal {
    max-width: 316px;
    width: 100%;
    min-height: 333px;
    height: 100%;
    display: flex;
}
.image_modal img {
    mix-blend-mode: screen;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content_modal {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.close_modal {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.conteiner_close {
    width: 29px;
    height: 29px;
    background: radial-gradient(90.59% 298.07% at 47.75% 48.33%, #990000 3%, #5F0000 55.84%, #2C0000 73.05%, #0C0000 87%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    background-blend-mode: screen;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conteiner_close::before {
    content: "";
    height: 2px;
    width: 15px;
    background: white;
    position: absolute;
    right: 25%;
    top: 45%;
    transform: rotate(-45deg);
}
.conteiner_close::after {
    content: "";
    height: 2px;
    width: 15px;
    background: white;
    position: absolute;
    right: 25%;
    top: 45%;
    transform: rotate(45deg);
}
.text_info_modal {
    display: flex;
    flex-direction: column;
    margin-right: 51px;
}
.title_modal {
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-top: 50px;
}
.text_modal {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 30px;
}











/*скролл каталога вверх*/
#scroll_top {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 25px;
    z-index: 10;
    width: 54px;
    height: 54px;
    background: url(/wp-content/themes/vipboys/assets/image/scroll_top.png) 50% 50% no-repeat;
    border-radius: 50%;
    opacity: 0.5;
}
#scroll_top:hover {
    opacity: 1;
}





/*ТУМАН*/

html {
    box-sizing: border-box;
}

.fog {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #131313;
    top: 0;
    z-index: -1;
    opacity: 0.2;
}
.fog__container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.fog__img {
    position: absolute;
    height: 100%;
    width: 300vw;
    z-index: -1;
}
.fog__img--first {
    background: url("/wp-content/themes/vipboys/assets/image/fog-1.png") repeat-x;
    background-size: contain;
    background-position: center;
    -webkit-animation: marquee 60s linear infinite;
    animation: marquee 60s linear infinite;
}
.fog__img--second {
    background: url("/wp-content/themes/vipboys/assets/image/fog-2.png") repeat-x;
    background-size: contain;
    background-position: center;
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-200vw, 0, 0);
        transform: translate3d(-200vw, 0, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-200vw, 0, 0);
        transform: translate3d(-200vw, 0, 0);
    }
}

.content {
    min-height: calc(100vh - 80px);
    background: #131313;
    z-index: 0;
    position: relative;
}
.header {
    width: 100%;
    position: relative;
    z-index: 1;
}
.footer {
    width: 100%;
    position: relative;
    z-index: 1;
}
.seo_info_footer{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #404040;
}
.seo_info_footer a:hover {
    background: radial-gradient(199.49% 655.68% at 2.98% 15%,#AC0E0E 3%,#5F0000 55.84%,#2C0000 73.05%,#0C0000 87%,#000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.8s ease 0s;
}
.headerfixed {
    position: fixed;
    z-index: 2;
    top: 0;
}
.bodyfix {
    overflow-y: hidden;
}
.header_wrapper {
    width: 100%;
    min-height: 108px;
    height: 100%;
    background: radial-gradient(65.25% 97.88% at 50.86% 0.03%, #303030 14.01%, #292929 33.45%, #161616 61.28%, #0B0B0B 74.37%, #050505 81.69%, #000000 94.47%), #1A1919;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
}
.header_wrapper_child {
    max-width: 1680px;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
}
.logo_site_desctopt {
    cursor: pointer;
    max-width: 176px;
    display: flex;
    align-items: center;
}
.logo_site_mobile {
  cursor: pointer;
  max-width: 80px;
  display: flex;
  align-items: center;
  display: none;
}
.menu {
    max-width: 866px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a {
    color: white;
}
.menu-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding-right: 60px;
    padding-left: 86px;
    position: relative;
    text-decoration: none;
}
.menu-item a:last-child {
    padding-right: 86px;
}
.menu-item a:hover {
    background: radial-gradient(199.49% 655.68% at 2.98% 15%, #AC0E0E 3%, #5F0000 55.84%, #2C0000 73.05%, #0C0000 87%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.8s ease 0s;
}

.menu-item a::after {
    content: url("/wp-content/uploads/2022/09/butterfly.png");
    position: absolute;
    left: 0;
    top: 2px;
}
.menu-item:last-child a::before  {
    content: url("/wp-content/uploads/2022/09/butterfly.png");
    position: absolute;
    right: 0;
    top: 2px;
}

.menu-item a:hover:after {
    content: url("/wp-content/uploads/2022/09/butterfly_red.png");
    position: absolute;
    transition: content 0.8s ease 0s;
}
.menu-item:last-child a:hover::before {
    content: url("/wp-content/uploads/2022/09/butterfly_red.png");
    color: #00A8EF;
    position: absolute;
    right: 0;
    top: 2px;
    transition: content 0.8s ease 0s;
}
.social_icons {
    display: flex;
    align-items: center;
}
.social_icons_tg {
    display: flex;
    align-items: center;
    margin-left: 60px;
}
.social_icons_phone {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 30px;
}
.social_icons_phone:hover .general_phone{
  background: radial-gradient(199.49% 655.68% at 2.98% 15%, #AC0E0E 3%, #5F0000 55.84%, #2C0000 73.05%, #0C0000 87%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.8s ease 0s;
}
.social_icons_phone:hover svg path {
    stroke: #ED1B1B;
    transition: stroke 0.6s ease 0s;
}
.social_icons_whatsapp {
    margin-left: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.general_phone {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: 10px
}
.burger {
    display: none;
}
.mini_menu_wrap {
    display: none;
}
.home_page {
    width: 100%;
    height: 100%;
    /* background: #131313; */
}
.home_page_wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
.home_page_banner {
    display: flex;
}
.home_background_title {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.home_background_title img {
    object-fit: cover;

}
.home_page_title {
    min-height: 126px;
    height: 100%;
    padding: 0px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conteiner_title_and_line {
  display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.conteiner_title_and_line.home svg {
    top: 8px;
    z-index: 1;
}
.conteiner_title_and_line.catalog_man svg {
    z-index: 1;
}
.conteiner_title_and_line svg {
    position: absolute;
    left: 0;
    top: 21%;
    z-index: -1;
}
.container_home_title_img img  {
    position: relative;
    object-fit: contain;
    z-index: 0;
    display: flex;
}

.home_title {
    z-index: 1;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    /*line-height: 80px;*/
    text-align: center;
    background: linear-gradient(100.09deg, #B6B6B6 11.28%, #FFFFFF 55.25%, #606060 95.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home_catalog_boys {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    position: relative;
}
.home_background_boys {
    position: relative;
    width: 100%;
    height: 100%;
}
.home_background_boys img{
    position: absolute;
    object-fit: contain;
    top: 0;
    z-index: 0;
    width: 100%;
    mix-blend-mode: screen;
    opacity: 0.3;
}
.home_title_catalog {
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 100px;
    z-index: 1;
}
.home_text_catalog {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    z-index: 1;
}
.home_list_boys {
    width: 100%;
    /*height: 400px;*/
    /*background: pink;*/
}
.home_button_catalog_link {
    margin-top: 80px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.home_button_catalog {
    width: 220px;
    height: 58px;
    background: radial-gradient(90.59% 298.07% at 47.75% 48.33%, #990000 3%, #5F0000 55.84%, #2C0000 73.05%, #0C0000 87%, #000000 100%);
    box-shadow: 0px 5px 20px rgb(157 0 0 / 46%);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.home_button_catalog:hover {
    background: radial-gradient(65.25% 97.88% at 50.86% 0.03%, #303030 14.01%, #292929 33.45%, #161616 61.28%, #0B0B0B 74.37%, #050505 81.69%, #000000 94.47%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 46%);
    transition: box-shadow 0.4s ease 0s, radial-gradient 0.4s ease 0s;
}
.home_dop_info {
    max-width: 1670px;
    width: 100%;
    min-height: 860px;
    padding: 0px 10px;
    display: flex;
    margin: 0 auto;
    margin-top: 170px;
    position: relative;
}
.home_subtitle_and_text_wrapper {
    display: flex;
    flex-direction: column;
    max-width: 809px;
    margin-left: 50px;
}
.subtitle_dop_indo_home {
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    color: #FFFFFF;
    z-index: 2;
}
.text_dop_indo_home {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 30px;
    white-space: pre-line;
    text-align: justify;
    z-index: 2;
}
.dop_info_bg {
    width: 100%;
    height: 100%;
}
.dop_info_bg img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    mix-blend-mode: lighten;
}

.home_container_cf {
    display: flex;
    align-items: center;
    max-width: 1680px;
    width: 100%;
    padding: 0px 10px;
    justify-content: space-between;
    margin: 0 auto;
}
.cf_img {
    max-width: 528px;
    width: 100%;
    margin-left: 50px;
    opacity: 0.7;
}
.cf_img img {
    object-fit: contain;
}
.fields_container_cf {
    max-width: 812px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.fields_container_cf img {
    object-fit: contain;
    max-width: 273px;
    margin-left: 20px;
}
.title_cf {
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    color: #FFFFFF;
}
.text_cf {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 30px;
}
.filds_cf {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
}
.name_fields_cf {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #949494;
    max-width: 380px;
    width: 100%;
}
.phone_fields_cf {
    margin-left: 51px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #949494;
    max-width: 380px;
    width: 100%;
}
.container_btn_and_logo_cf {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.button_cf {
    display: flex;

}
.button_cf:hover {
    background: radial-gradient(65.25% 97.88% at 50.86% 0.03%, #303030 14.01%, #292929 33.45%, #161616 61.28%, #0B0B0B 74.37%, #050505 81.69%, #000000 94.47%);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.46);
    transition: box-shadow 0.4s ease 0s, radial-gradient 0.4s ease 0s;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.oneboy_comments_form .form-submit .submit {
    width: 220px;
    height: 58px;
    background: radial-gradient(90.59% 298.07% at 47.75% 48.33%, #990000 3%, #5F0000 55.84%, #2C0000 73.05%, #0C0000 87%, #000000 100%);
    box-shadow: 0px 5px 20px rgba(157, 0, 0, 0.46);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.oneboy_comments_form .form-submit .submit {
    width: 260px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover,
.oneboy_comments_form .form-submit .submit:hover {
    background: radial-gradient(65.25% 97.88% at 50.86% 0.03%, #303030 14.01%, #292929 33.45%, #161616 61.28%, #0B0B0B 74.37%, #050505 81.69%, #000000 94.47%);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.46);
    transition: box-shadow 0.4s ease 0s, radial-gradient 0.4s ease 0s;
}




.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="mask"],
.wpcf7 input[type="text" i]
{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;

    max-width: 380px;
    width: 100%;
    height: 30px;
    border: unset;
    border: 1px solid transparent;
    border-bottom: 1px solid #554F4F;
    padding-bottom: 10px;
    background: transparent;
}
.wpcf7-not-valid-tip {
    top: -26px;
    right: 0;
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ED1B1B;
}


.wpcf7-response-output, .wpcf7-spinner  {
    display: none;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border-bottom: 1px solid #ED1B1B;
}
.wpcf7-form-control-wrap input {
    border: 1px solid #ED1B1B;;
}
/*///*/
.wpcf7 .wpcf7-stripe .wpcf7-form-control-wrap {
    margin: .6em 0;
}

.wpcf7 .wpcf7-stripe .wpcf7-form-control {
    display: block;
    background: #f6f7f7;
    padding: 12px 12px;
    border: 1px solid #787c82;
}

.wpcf7 .wpcf7-stripe button:disabled {
    cursor: not-allowed;
}

.wpcf7 .wpcf7-stripe .hidden {
    display: none;
}


/*Хлебные крошки*/
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1680px;
    width: 100%;
    padding: 50px 10px 0px 10px;
    margin: 0 auto;
}
.breadcrumbs a {
    color: white;
}
.breadcrumbs__link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.breadcrumbs__link:hover {
    color: #ED1B1B;
}
.breadcrumbs__separator {
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    margin: 0px 8px;
}
.breadcrumbs__separator::after {
    content: "";
    height: 1px;
    width: 6px;
    background: white;
    position: absolute;
    right: 4px;
    top: 6px;
    transform: rotate(45deg);
    border-radius: 10px;
}
.breadcrumbs__separator::before {
    content: "";
    height: 1px;
    width: 6px;
    background: white;
    position: absolute;
    right: 4px;
    top: 10px;
    transform: rotate(-45deg);
    border-radius: 10px;
}
.breadcrumbs__current {
    color: #ED1B1B;
}


.page_oneboy {
    /*background: #131313;*/
    position: relative;
}
.oneboy_wrapper {
    max-width: 1710px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
}
.oneboy_previews_and_info {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    /* flex-direction: column; */
}
.oneboy_previews_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
}
.oneboy_previews_photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.previews_one_photo {
    display: flex;
    max-width: 514px;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
}
.info_block_wrapper {
    max-width: 610px;
    width: 100%;
    padding: 0px 10px;
    position: sticky;
    top: 0;
    height: 100%;
}
.oneboy_info_block {
    /*height: 100%;*/
    padding: 15px;
    background: #1E1E1E;
    border: 0.5px dashed rgba(240, 240, 240, 0.37);
    box-shadow: 0px 4px 20px rgba(88, 88, 88, 0.22);
    border-radius: 5px;
}
.info_block_child {
    width: 100%;
    background: #141414;
    border: 0.5px dashed rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
}
.info_block_child img {
    position: absolute;
    width: 100%;
}
.wrapper_cards_title {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 52px;
}
.cards_title {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    background: linear-gradient(100.37deg, #B6B6B6 2.59%, #FFFFFF 51.06%, #FFFFFF 82.03%, #606060 95.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0px 20px;
}

.cards_phone {
    font-family: 'OptimusPrincepsCyr';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 57px;
    text-align: center;
    background: linear-gradient(90deg, #461622 -8.6%, #C9111D 19.62%, #E42729 50.11%, #BE121D 79.46%, #530F16 104.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    cursor: pointer;
    margin-top: 7px;
}
.cards_city {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    background: linear-gradient(100.09deg, #B6B6B6 11.28%, #FFFFFF 55.25%, #606060 95.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 25px;
}
.cards_text {
    white-space: pre-line;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 23px;
}
.cards_border_text {
    max-width: 503px;
    width: 100%;
    margin-top: 40px;
}

.wrapper_specifications {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 502px;
    width: 100%;
    margin-top: 30px;
}

.one_specifications {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 10px;
    max-width: 124px; */
    padding: 10px;
    min-height: 57px;
    width: 100%;
    height: 100%;
}

.subtitle_specifications {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #515151;
}
.info_specifications {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 13px;
}

.gallery_men {
    display: flex;
    align-items: center;
    /* max-width: 1680px; */
    max-width: 1050px;
    width: 100%;
    margin-top: 90px;
    padding: 0px 10px;
}
.dop_img_men {
    padding: 8px;
}
.dop_img_men_child {
    max-width: 497px;
    width: 100%;
    height: 100%;
}
.dop_img_men_child img {
    max-width: 497px;
    width: 100%;
    height: 100%;
    /*max-height: 747px;*/
    /*width: auto;*/
    height: 100%;
    object-fit: cover;
    /* object-fit: contain; */
}
/*slick-slider*/
.slick-track {
    display: flex;
    align-items: center;
}
.gallery_men .slick-list.draggable {
    max-width: 1523px;
    width: 100%;
    max-height: 747px;
}
button.slick-next.slick-arrow {
    background: rgba(255, 255, 255, 0.45);
    max-width: 40px;
    min-height: 40px;
    height: 100%;
    width: 100%;
    padding: 3px;
    border-radius: 50%;
    margin-left: 25px;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
}
button.slick-prev.slick-arrow {
    background: rgba(255, 255, 255, 0.45);
    max-width: 40px;
    min-height: 40px;
    height: 100%;
    width: 100%;
    padding: 3px;
    border-radius: 50%;
    margin-right: 25px;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
}
button.slick-prev.slick-arrow::before {
    content: "";
    width: 15px;
    height: 3px;
    background: #131313;
    position: absolute;
    left: 11px;
    border-radius: 10px;
    top: 12px;
    transform: rotate(-45deg);
}
button.slick-prev.slick-arrow::after {
    content: "";
    width: 15px;
    height: 3px;
    background: #131313;
    position: absolute;
    left: 11px;
    border-radius: 10px;
    top: 22px;
    transform: rotate(45deg);
}

button.slick-prev.slick-arrow:hover {
    background: #FFFFFF;
    transition: background 0.4s ease 0s;
}


button.slick-next.slick-arrow::before {
    content: "";
    width: 15px;
    height: 3px;
    background: #131313;
    position: absolute;
    left: 13px;
    border-radius: 10px;
    top: 13px;
    transform: rotate(45deg);
}
button.slick-next.slick-arrow::after {
    content: "";
    width: 15px;
    height: 3px;
    background: #131313;
    position: absolute;
    left: 13px;
    border-radius: 10px;
    top: 22px;
    transform: rotate(-45deg);
}
button.slick-next.slick-arrow:hover {
    background: #FFFFFF;
    transition: background 0.4s ease 0s;
}


.one_boy_btn_back {
    display: flex;
    max-width: 208px;
    min-height: 58px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    cursor: pointer;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 100px;
    margin-left: 10px;
}
.one_boy_btn_back:hover {
    border: 1px solid rgba(237, 27, 27, 0.6);
    transition: border 0.4s ease 0s;
}
.one_boy_btn_back:hover .btn_arrows_block {
    border-right: 1px solid rgba(237, 27, 27, 0.6);
    transition: border 0.4s ease 0s;
}
.one_boy_btn_back:hover .btn_arrows_block::before {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.4s ease 0s;
}
.one_boy_btn_back:hover .btn_arrows_block::after {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.4s ease 0s;
}
.one_boy_btn_back:hover .btn_text_block {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.4s ease 0s;
}
.btn_arrows_block {
    width: 42px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
}
.btn_arrows_block::before {
    content: "";
    width: 7px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 17px;
    border-radius: 10px;
    top: 26px;
    transform: rotate(-45deg);
}
.btn_arrows_block::after {
    content: "";
    width: 7px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 17px;
    border-radius: 10px;
    top: 30px;
    transform: rotate(45deg);
}
.btn_text_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}


/*услуги*/
.services_page {
    width: 100%;
    height: 100%;
    position: relative;
}
.services_content_wrapper {
    max-width: 1680px;
    padding: 0px 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.container_title_img_description {
    display: flex;
    justify-content: space-between;
}
.services_page_title {
    display: flex;
    flex-direction: column;
    max-width: 674px;
    width: 100%;
    margin-top: 80px;
    margin-right: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.services_title {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    color: #FFFFFF;
}
.container_services_title_img {
    display: flex;
}
.services_text_description {
    white-space: pre-line;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}
.services_img_previews {
    max-width: 893px;
    width: 100%;
    display: flex;
    align-items: center;
}
.services_img_previews img {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: lighten;
}
.one_service_wrapper {
    max-width: 1660px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}
.one_service_wrapper:nth-child(2n) {
    flex-direction: row-reverse;
}
.one_service_img {
    max-width: 700px;
    width: 100%;
    padding: 0px 10px;
}
.one_service_img img {
    mix-blend-mode: lighten;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.one_service_cards {
    max-width: 867px;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #1E1E1E;
    border: 0.5px dashed rgba(240, 240, 240, 0.37);
    box-shadow: 0px 4px 20px rgba(88, 88, 88, 0.22);
    border-radius: 5px;
}

.one_service_cards_child {
    padding: 60px;
    background: #141414;
    border: 0.5px dashed rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    /* min-height: 518px; */
    height: 100%;
}
.one_service_title {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 17px;
}
.one_service_text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    white-space: pre-line;
    text-align: justify;
    margin-top: 30px;
}
.cf_page_services {
    margin-top: 77px;
}


/*страница одного блога*/
.page_one_blog {
    width: 100%;
    height: 100%;
    /*background: #131313;*/
    padding-bottom: 100px;
    position: relative;
}
.one_blog_content_wrapper{
    max-width: 1680px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0px 10px;
    position: relative;
}
.one_blog_img {
    /*max-width: 770px;*/
    width: 50%;
    margin-right: 78px;
    position: sticky;
    top: 30%;
}
.one_blog_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.one_blog_text_wrapper {
    display: flex;
    flex-direction: column;
    /*max-width: 812px;*/
    width: 50%;
}
.one_blog_title {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
}
.one_blog_text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    white-space: pre-line;
    text-align: justify;
}
.one_blog_button {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.one_blog_text {
    margin-top: 30px;
}
.one_blog_button {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.prev_blog {
    padding-left: 24px;
    cursor: pointer;
    position: relative;
}
.prev_blog::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    left: 2px;
    top: 4px;
    transform: rotate(-45deg);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}
.prev_blog::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    left: 2px;
    bottom: 6px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}
.prev_blog:hover {
    color: #ED1B1B;
    transition: color 0.4s ease 0s;
}
.prev_blog:hover::after, .prev_blog:hover::before{
    background: rgba(237, 27, 27, 0.6);
    transition: background 0.4s ease 0s;
}

.next_blog {
    padding-right: 24px;
    cursor: pointer;
    position: relative;
}
.next_blog::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    right: 2px;
    top: 4px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}
.next_blog::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    right: 2px;
    bottom: 6px;
    transform: rotate(-45deg);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}
.next_blog:hover {
    color: #ED1B1B;
    transition: color 0.4s ease 0s;
}
.next_blog:hover::after, .next_blog:hover::before{
    background: rgba(237, 27, 27, 0.6);
    transition: background 0.4s ease 0s;
}



/*страница контакты*/
.page_contacts {
    width: 100%;
    height: 100%;
    position: relative;
}
.contacts_wrapper {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-top: 68px;
}
.contacts_title_wrapper {
    max-width: 1673px;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contacts_title {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    text-align: center;
    color: #FFFFFF;
}
.container_contacts_title_img {
    display: flex;
    justify-content: center;
}
.container_contacts_title_img img   {
    object-fit: contain;
}
.contacts_dop_info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
}
.one_container_info {
    padding: 10px;
}
.svg_and_text_info {
    display: flex;
    align-items: center;
}
.title_info_style {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #D1D1D1;
    opacity: 0.5;
    margin-left: 10px;
}
.text_info_style {
    margin-top: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}
.hover_email_contacts:hover {
    color: #ED1B1B;
    transition: color 0.6s ease 0s;
}
.hover_phone_contacts:hover {
    color: #ED1B1B;
    transition: color 0.6s ease 0s;
}
.link_telegram_page_contacts:hover path {
    fill: #ED1B1B;
    transition: fill 0.6s ease 0s;
}
.link_whatsapp_page_contacts {
    margin-left: 20px;
}
.link_whatsapp_page_contacts:hover path {
    fill: #ED1B1B;
    transition: fill 0.6s ease 0s;
}
.contacts_iframe_map {
    margin-top: 40px;
}



/*страница всех постов*/
.page_blogs {
    max-width: 1665px;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.page_blogs_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 68px;
}
.blogs_title {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    color: #FFFFFF;
}
.container_blog_title_img {
    display: flex;
}
.container_blog_title_img img {
    object-fit: contain;
}
.page_blogs_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.one_line {
    width: 33%;
    display: flex;
    flex-direction: column;
}
.one_blog_post {
    padding: 10px;
}
.one_blog_post_child {
    position: relative;
    max-width: 538px;
    width: 100%;
    cursor: pointer;
}
.one_blog_post_child.little_block {
    height: 300px;
    width: 100%;
}
.one_blog_post_child.little_less_average_block {
    height: 450px;
    width: 100%;
}
.one_blog_post_child.average_block {
    height: 480px;
    width: 100%;
}
.one_blog_post_child.big_block {
    height: 650px;
    width: 100%;
}
.post_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.one_post_title_wrapper {
    z-index: 1;
    padding: 20px 15px;
    width: 100%;
    min-height: 98px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(4px);
    bottom: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    transition: opacity 0.2s ease 0s;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.one_blog_post_child:hover .open_post_text{
    transition: opacity 0.3s ease 0s;
    opacity: 0;
}

.one_post_title {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
}
.one_blog_post_child:hover .one_post_title{
    transition: linear-gradient 0.6s ease 0s;
    background: linear-gradient(102.36deg, #B6B6B6 1.41%, #FFFFFF 34.39%, #606060 92.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.post_open_wrapper {
    display: flex;
    align-items: center;
    height: 17px;
    margin-top: 11px;
    position: relative;
}
.open_post_text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: underline;
    color: #ED1B1B;
}
.open_post_arrow {
    opacity: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.2s ease 0s;
}
.one_blog_post_child:hover .open_post_arrow{
    transition: opacity 0.6s ease 0.1s;
    opacity: 1;
}


/*страница каталога мужчин*/
.page_catalog_boys {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.boys_background_title {
    position: absolute;
    top: 0;
    z-index: -1;
    mix-blend-mode: screen;
    opacity: 0.3;
}
.wrapper_catalog_boys {
    margin: 0 auto;
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    max-width: 1690px;
    /* padding-bottom: 100px; */
}
.catalog_boys_title {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.boys_cat_title {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    text-align: center;
    color: #FFFFFF;
}
.container_boys_title_img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_boys_title_img img {
    object-fit: contain;
}
.boys_page_text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
}
.container_catalog_boys {
    max-width: 1672px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-top: 65px;
}
.one_cards_boys {
    padding: 7px;
}
.one_cards_boys_child {
    width: 404px;
    height: 600px;
    position: relative;
}
.img_boys_card {
    display: flex;
}
.img_boys_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0px;
}
.cards_info_boys {
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}
.name_and_photo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 19px;
    border-bottom: 1px solid #575757;
}
.name_boys {
  text-align: initial;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    background: linear-gradient(101.66deg, #B6B6B6 1.33%, #FFFFFF 58.36%, #606060 110.83%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.icons_photo_boys {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.icons_photo_boys:hover svg path{
  stroke-opacity: 2;
}
.icons_photo_boys img {
    opacity: 0.5;
}
.icons_photo_boys:hover img {
    opacity: 1;
}
.icons_photo_boys svg, .icons_photo_boys img {
    margin-left: 10px;
}
.quantity_photo {
    margin-left: 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
}
.info_boys {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop-down_fields {
    opacity: 0;
    position: absolute;
    transition: opacity 0s ease 0s;
}

.cards_info_boys:hover .drop-down_fields{
    opacity: 1;
    position: relative;
    transition: opacity 0.6s ease 0.2s, position 0.6s ease 0s;
}
.cards_info_boys:hover .name_and_photo {
  text-align:center;
  border-bottom: 2px solid transparent;
  border-image: radial-gradient(90.59% 298.07% at 47.75% 48.33%, #990000 3%, #5F0000 55.84%, #2C0000 73.05%, #0C0000 87%, #000000 100%);
  border-image-slice: 1;
  width:100%;
  transition: width 0.6s ease 0.2s, border-image 0.6s ease 0s;
}


.title_info {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
}
.info_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    /* text-transform: capitalize; */
    color: rgba(255, 255, 255, 0.8);
}
.mobile_icons_social {
  display: none;
}




@media (max-width: 1600px) {
    .oneboy_previews_photo {
        flex-direction: column;
    }
    .previews_one_photo {
        margin-top: 20px;
    }
    .previews_one_photo:first-child {
        margin-top: 0px;
    }
    /* .info_block_wrapper {
        max-width: 520px;
    } */

    /*страница одного поста*/
    .one_blog_img {
        margin-right: 30px;
    }
    .menu-item a {
      padding-left: 56px;
    }
    .menu-item a:last-child {
      padding-right: 56px;
    }
    .oneboy_previews_and_info {
      flex-direction: column;
    }
    .oneboy_wrapper {
        margin-top: 0px;
    }
    .gallery_men {
      max-width: 100%;
      margin-top: 30px;
    }
    .info_block_wrapper {
      max-width: 100%;
      margin-top: 30px;
    }


}






@media (max-width: 1300px) {
    .logo_site_desctopt {
        max-width: 90px;
    }
    .social_icons_whatsapp {
        margin-left: 15px;
    }
    .menu {
        display: none;
    }
    .burger {
        display: flex;
        /*margin: 0 20px;*/
        align-items: center;
    }
    .container_burger {
        display: inline-block;
        cursor: pointer;
    }
    .bar1, .bar2, .bar3 {
        width: 25px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 6px 0;
        transition: 0.4s;
        border-radius: 10px;
    }
    .active_burger .bar1 {
      transform: rotate(45deg) translate(6px,6px);
      transition: transform .4s ease 0s;
    }
    .active_burger .bar2 {
        opacity: 0;
        transition: opacity .4s ease 0s;
    }
    .active_burger .bar3 {
      transform: rotate(-45deg) translate(5px,-6px);
      transition: transform .4s ease 0s;
    }
    .mini_menu_wrap {
        width: 100%;
        background: #131313;
        top: 0;
        z-index: -1;
        opacity: 0;
        padding: 65px 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        right: -100%;
        position: fixed;
    }
    .mini_menu_item {
        display: flex;
        flex-direction: column;
        line-height: 30px;
        margin-top: 30px;
        width: 100%;
    }
    .mini_menu_item a {
        color: white;
        text-decoration: none;
        position: relative;
        margin-top: 50px;
        font-weight: 500;
        font-size: 22px;
        line-height: 27px;
        color: rgba(255, 255, 255, 0.8);
        position: relative;
        padding-left: 43px;
        display: flex;
        align-items: center;
    }
    .mini_menu_item a::before {
      content: url(/wp-content/uploads/2022/09/butterfly.png);
      position: absolute;
      left: 0;
    }
    .mini_menu_item a:hover::before {
      content: url(/wp-content/uploads/2022/09/butterfly_red.png);
      transition: content 0.8s ease 0s;
    }
    .mini_menu_item a:hover {
        background: radial-gradient(199.49% 655.68% at 2.98% 15%, #AC0E0E 3%, #5F0000 55.84%, #2C0000 73.05%, #0C0000 87%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: background 0.8s ease 0s;
    }
    .mini_menu_wrap.active {
        opacity: 1;
        z-index: 1;
        transition: opacity .4s ease 0s;
        right: 0;
        position: fixed;
        overflow-y: scroll;
        height: 100vh;
        align-items: center;
        /*flex-direction: row;*/

    }
    .background_mini_menu img{
        position: absolute;
    }

    .home_page_title {
        min-height: 55px;
    }



    .wpcf7-not-valid-tip {
        top: unset;
        right: unset;
        position: relative;
    }



    /*.dop_img_men_child img {*/
    /*    height: 500px;*/
    /*}*/

}

@media (max-width: 1024px) {
    .header_wrapper {
        min-height: 65px;
    }
    .breadcrumbs {
        padding-top: 20px;
    }

    /*главная страница*/
    .home_title {
        font-size: 32px;
    }
    .container_home_title_img {

    }
    .home_title_catalog {
        margin-top: 30px;
        font-size: 32px;
    }
    .home_text_catalog {
        margin-top: 15px;
    }
    .home_button_catalog_link {
        margin-top: 30px;
    }
    .home_dop_info {
        margin-top: 50px;
        min-height: unset;
    }
    .home_subtitle_and_text_wrapper {
        margin-left: 0px;
        max-width: unset;
    }
    .subtitle_dop_indo_home {
        font-size: 32px;
    }
    .text_dop_indo_home {
        margin-top: 15px;
        line-height: 20px;
    }
    .home_container_cf {
        margin-top: 70px;
    }
    .cf_img {
        margin-left: 0px;
    }
    .title_cf {
        font-size: 32px;
    }
    .text_cf {
        margin-top: 15px;
        line-height: 20px;

    }
    .filds_cf {
        margin-top: 50px;
        flex-direction: column;
        align-items: flex-start;
    }
    .phone_fields_cf {
        margin-left: 0px;
        margin-top: 15px;
    }
    /*.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="mask"], .wpcf7 input[type="text" i] {*/
    /*    margin-left: 5px;*/
    /*}*/
    .wpcf7-not-valid-tip {
        margin-top: 4px;
    }
    .container_btn_and_logo_cf {
        margin-top: 50px;
    }
    .fields_container_cf img {
        max-width: 100px;
    }

    .cf_img {
        margin-right: 20px;
    }


    /*Анкета парня*/
    .oneboy_wrapper {
        margin-top: 30px;
    }
    .previews_one_photo {
        max-width: 435px;
    }
    .previews_one_photo img {
        object-fit: contain;
    }
    .oneboy_info_block {
        padding: 10px;
    }
    .info_block_child {
        padding: 10px;
    }
    .info_block_child img{
        width: 60%;
    }
    /* .info_block_wrapper {
        max-width: 400px;
    } */
    .wrapper_cards_title {
        margin-top: 10px;
    }
    .cards_title {
        font-size: 40px;
        margin: 0px 10px;
    }
    .cards_phone {
        font-size: 40px;
    }
    .cards_city {
        font-size: 32px;
        margin-top: 15px;
    }
    .cards_text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
    .cards_border_text {
        margin-top: 0px;
    }
    .wrapper_specifications {
        margin-top: 10px;
    }
    .subtitle_specifications {
        font-size: 16px;
    }

    .info_specifications {
        font-size: 16px;
        margin-top: 0px;
    }


    /*страница услуги*/
    .services_page_title {
        margin-right: 0px;
    }
    .services_title {
        font-size: 32px;
    }
    .container_services_title_img {
        max-width: 150px;
    }
    .container_title_img_description {
        justify-content: center;
    }
    .services_img_previews {
        display: none;
    }
    .services_page_title {
        margin-top: 30px;
        max-width: unset;
    }
    .services_text_description {
        font-size: 16px;
        line-height: 20px;
    }
    .one_service_wrapper {
        margin-top: 50px;
    }
    .one_service_cards {
        padding: 10px;
    }
    .one_service_cards_child {
        padding: 15px;
    }
    .one_service_title {
        font-size: 24px;
    }
    .one_service_text {
        font-size: 16px;
        margin-top: 20px;
    }
    .cf_page_services {
        margin-top: 50px;
    }

    /*страница одного поста*/
    .page_one_blog {
        padding-bottom: 50px;
    }
    .one_blog_content_wrapper {
        flex-direction: column;
        margin-top: 30px;
    }
    .one_blog_img {
        margin-right: 0px;
        width: 100%;
        position: unset;
    }
    .one_blog_img img {
        height: 350px;
        object-fit: cover;
    }
    .one_blog_text_wrapper {
        width: 100%;
        margin-top: 30px;
    }
    .one_blog_text {
        margin-top: 20px;
    }
    /*.dop_img_men_child img{*/
    /*    height: 400px;*/
    /*}*/


    /*страница контакты*/
    .contacts_wrapper {
        margin-top: 30px;
    }
    .container_contacts_title_img {
        max-width: 170px;
    }
    .contacts_title {
        font-size: 32px;
    }
    .contacts_dop_info{
        margin-top: 10px;
        justify-content: center;
    }
    .one_container_info {
        padding: 20px;
    }
    .contacts_iframe_map {
        margin-top: 10px;
    }


    /*страница всех постов*/
    .page_blogs {
        padding-bottom: 60px;
    }
    .blogs_title {
        font-size: 32px;
    }
    .page_blogs_title {
        margin-top: 30px;
    }
    .page_blogs_wrapper {
        margin-top: 20px;
    }
    .container_blog_title_img {
        max-width: 150px;
    }
    .one_blog_post {
        padding: 5px;
    }
    .one_post_title_wrapper {
        min-height: 50px;
        padding: 15px 10px;
    }
    .one_post_title {
        font-size: 16px;
    }
    .open_post_text {
        font-size: 12px;
    }
    .post_open_wrapper {
        margin-top: 8px;
    }
    .one_blog_post_child {
        padding: 5px;
    }
    .one_blog_post_child.big_block {
        height: 400px;
    }
    .one_blog_post_child.little_less_average_block {
        height: 350px;
    }
    .one_blog_post_child.little_block {
        height: 220px;
    }
    .one_blog_post_child.average_block {
        height: 300px;
    }






    /*страница каталога мужчин*/
    .wrapper_catalog_boys {
        margin-top: 30px;
        /* padding-bottom: 50px; */
    }
    .container_boys_title_img {
        max-width: 150px;
    }
    .boys_cat_title {
        font-size: 32px;
    }
    .boys_page_text {
        margin-top: 15px;
    }
    .container_catalog_boys {
        margin-top: 30px;
    }
    .one_cards_boys {
        padding: 3px;
    }
    .one_cards_boys_child {
        width: 225px;
        height: 333px;
    }
    .cards_info_boys {
        padding: 10px;
    }
    .name_and_photo {
        padding-bottom: 10px;
    }
    .name_boys {
        font-size: 18px;
    }
    .icons_photo_boys svg, .icons_photo_boys img {
        width: 20px;
        height: 18px;
    }
    .info_boys {
        margin-top: 10px;
    }



    #scroll_top {
        bottom: 100px;
        right: 15px;
        width: 35px;
        height: 35px;
    }

    .pagination-row {
        margin-top: 40px;
        padding-bottom: 50px;
    }


    /*Модалка успешной отправки*/
    .positiv_result {
        width: 95%;
    }


    .mini_menu_item {
        margin-top: 0px;
    }


    .conteiner_title_and_line svg{
      max-width: 30px;
      top: 5%;
    }
    .conteiner_title_and_line.catalog_man svg {
        top: 5%;
    }

    .conteiner_title_and_line.home svg {
      top: 0;
      z-index: -1;
    }

    .lightbox .slick-list.draggable {
      min-height: max-content;
    }
    /* .conteiner_close_lightbox {
      top: 2%;
    } */
}
@media (max-width: 768px) {

    .breadcrumbs__link, .breadcrumbs__current {
        font-size: 14px;
    }

    /*главная страница*/
    .home_title {
        font-size: 26px;
    }
    .home_text_catalog {
        margin-top: 10px;
        font-size: 18px;
    }
    .home_button_catalog_link {
        margin-top: 25px;
    }
    .home_button_catalog {
        width: 180px;
        height: 45px;
    }
    .home_dop_info {
        margin-top: 35px;
    }
    .subtitle_dop_indo_home{
        font-size: 26px;
    }
    .text_dop_indo_home {
        margin-top: 5px;
        font-size: 16px;
    }
    .home_container_cf {
        margin-top: 50px;
        /*align-items: flex-end;*/
    }
    .fields_container_cf {
        padding-bottom: 20px;
    }
    .title_cf {
        font-size: 26px;
    }
    .text_cf {
        font-size: 16px;
    }
    .filds_cf {
        margin-top: 20px;
    }
    .name_fields_cf {
        font-size: 14px;
    }
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="mask"], .wpcf7 input[type="text" i] {
        font-size: 14px;
        line-height: 18px;
        height: 20px;
        padding-bottom: 1px;
    }
    .container_btn_and_logo_cf {
        margin-top: 20px;
    }
    .wpcf7 input[type="submit"], .wpcf7 input[type="button"],
    .oneboy_comments_form .form-submit .submit {
        width: 180px;
        height: 45px;
    }
    .cf_img {
        display: none;
    }
    .fields_container_cf  {
        align-items: center;
    }
    /* .text_cf {
        text-align: center;
    } */
    .filds_cf {
        flex-direction: row;
    }
    .phone_fields_cf {
        margin-top: 0px;
        margin-left: 30px;
    }
    .container_btn_and_logo_cf {
        width: 100%;
    }


    /*анкета парня*/
    .oneboy_previews_and_info {
        flex-direction: column;
        align-items: center;
    }
    .oneboy_previews_photo {
        flex-direction: row;
    }
    .previews_one_photo {
        max-height: 500px;
    }
    .previews_one_photo:last-child {
        margin-top: 0px;
    }
    .info_block_wrapper {
        max-width: unset;
        margin-top: 30px;
    }
    .gallery_men {
        margin-top: 10px;
    }

    .cards_title {
        font-size: 26px;
    }
    .cards_phone {
        font-size: 32px;
        line-height: 30px;
    }
    .cards_city {
        font-size: 18px;
        margin-top: 10px;
    }
    .cards_text {
        font-size: 14px;
        line-height: 18px;
    }
    .one_specifications {
        padding: 5px;
    }
    .subtitle_specifications {
        font-size: 14px;
    }
    .info_specifications {
        font-size: 14px;
    }

    .lightbox button.slick-prev.slick-arrow {
        width: 20px;
        height: 20px;
    }
    .lightbox button.slick-next.slick-arrow {
        width: 20px;
        height: 20px;
    }

    button.slick-prev.slick-arrow {
        max-width: 20px;
        min-height: 20px;
        margin-right: 15px;
    }

    button.slick-prev.slick-arrow::before {
        width: 9px;
        height: 2px;
        left: 4px;
        top: 6px;
    }
    button.slick-prev.slick-arrow::after {
        width: 9px;
        height: 2px;
        left: 4px;
        top: 11px;
    }

    button.slick-next.slick-arrow {
        max-width: 20px;
        min-height: 20px;
        margin-left: 15px;
    }
    button.slick-next.slick-arrow::before {
        width: 9px;
        height: 2px;
        left: 5px;
        top: 6px;
    }
    button.slick-next.slick-arrow::after {
        width: 9px;
        height: 2px;
        left: 5px;
        top: 11px;
    }
    .one_boy_btn_back {
        min-height: 35px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .btn_arrows_block::before {
        width: 12px;
        left: 10px;
        top: 11px;
    }
    .btn_arrows_block::after {
        width: 12px;
        left: 10px;
        top: 19px;
    }
    .btn_text_block {
        font-size: 14px;
    }


    /*страница услуги*/
    .services_page_title {
        margin-top: 15px;
    }
    .services_title {
        font-size: 26px;
    }
    .container_services_title_img {
        max-width: 130px;
    }
    .one_service_wrapper {
        flex-direction: column;
        margin-top: 0px;
    }
    .one_service_wrapper:nth-child(2n) {
        flex-direction: column;
    }
    .one_service_img {
        max-width: unset;
        padding: 0px;
    }
    .one_service_title {
        font-size: 22px;
    }
    .one_service_text {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }
    .cf_page_services {
        margin-top: 30px;
    }

    /*страница одного поста*/
    .page_one_blog {
        padding-bottom: 30px;
    }
    .one_blog_title {
        font-size: 32px;
    }
    .one_blog_text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .one_blog_button {
        margin-top: 20px;
    }
    /*.dop_img_men_child img{*/
    /*    height: 510px;*/
    /*}*/
    .dop_img_men_child img {
      object-fit: contain;
    }



    /*страница контакты*/
    .contacts_wrapper {
        margin-top: 20px;
    }
    .container_contacts_title_img {
        max-width: 150px;
    }
    .contacts_title {
        font-size: 26px;
    }
    .one_container_info {
        padding: 10px 20px;
    }



    /*страница всех постов*/
    .page_blogs_wrapper {
        flex-direction: column;
    }
    .one_line {
        width: 100%;
    }
    .one_blog_post_child {
        max-width: 100%;
    }




    /*страница всех постов*/
    .page_blogs {
        padding-bottom: 30px;
    }
    .page_blogs_title {
        margin-top: 15px;
    }
    .blogs_title {
        font-size: 26px;
    }
    .container_blog_title_img {
        max-width: 120px;
    }
    .page_blogs_wrapper {
        margin-top: 10px;
    }
    .one_blog_post_child.big_block, .one_blog_post_child.little_less_average_block, .one_blog_post_child.little_less_average_block, .one_blog_post_child.little_block, .one_blog_post_child.average_block  {
        height: 400px;
    }



    /*страница каталога мужчин*/

    .wrapper_catalog_boys {
        margin-top: 15px;
        /* padding-bottom: 30px; */
    }
    .container_boys_title_img {
        max-width: 120px;
    }
    .boys_cat_title {
        font-size: 26px;
    }
    .boys_page_text {
        margin-top: 10px;
        font-size: 16px;
    }
    .container_catalog_boys {
        margin-top: 20px;
    }
    .one_cards_boys_child {
        width: 195px;
        height: 303px;
    }
    .cards_info_boys {
        padding: 5px;
    }
    .name_and_photo {
        padding-bottom: 10px;
    }
    .name_boys {
        font-size: 16px;
    }
    .icons_photo_boys svg, .icons_photo_boys img {
        width: 18px;
        height: 16px;
    }
    .info_boys {
        margin-top: 5px;
    }
    .title_info {
        font-size: 14px;
    }
    .info_text {
        font-size: 14px;
    }







    .lightbox .slick-list.draggable {
        max-width: 478px;
        min-height: max-content;
    }
    .lightbox button.slick-next.slick-arrow {
        right: 13%;
    }
    .lightbox button.slick-prev.slick-arrow {
        left: 13%;
    }
    .lightbox .slider_lightbox {
        margin: 0px 20px;
    }

    li.page-item.next::before {
        right: 14px;
    }
    li.page-item.next::after {
        right: 14px;
    }
    li.page-item.prev::before {
        right: 14px;
    }
    li.page-item.prev::after {
        right: 14px;
    }
    .pagination-row {
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .pagination .page-link {
        margin: 0px 5px;
    }



    /*Модалка успешной отправки*/
    .positiv_result {
        width: 95%;
        padding: 8px;
    }
    .content_modal{
        padding: 10px;
    }
    .text_info_modal {
        margin-right: 0px;
    }
    .title_modal {
        font-size: 36px;
        margin-top: 30px;
    }
    .text_modal {
        font-size: 18px;
        margin-top: 10px;
    }
    .positiv_result_child
    {
        min-height: unset;
    }
    .image_modal {
        min-height: unset;
    }


    .mobile_icons_social {
      display: flex;
      width: 100%;
      margin-top: 50px;
    }
    .social_icons_tg, .social_icons_whatsapp{
        display: none;
    }
    .logo_site_desctopt {
      display: none;
    }
    .logo_site_mobile {
        display: flex;
    }
    .social_icons_phone {
      margin-left: 0px;
      font-size: 14px;
      line-height: 20px;
    }

    .mobile_menu_telegram, .mobile_menu_whatsapp {
      display: flex;
    }
    .mobile_menu_whatsapp {
      margin-left: 30px
    }



    .fog {
      display: none;
    }

}
@media (max-width: 428px) {

    .social_icons_phone svg {
      width: 18px;
      height: 18px;
    }
    .general_phone {
      margin-left: 5px;
      font-size: 14px;
    }

    .breadcrumbs__link, .breadcrumbs__current {
        font-size: 12px;
    }

    /*главная страница*/
    .home_title {
        font-size: 20px;
    }
    .home_title_catalog {
        font-size: 22px;
        margin-top: 20px;
    }
    .home_text_catalog {
        font-size: 14px;
        margin-top: 5px;
    }
    .dop_info_bg {
        display: none;
    }
    .subtitle_dop_indo_home {
        font-size: 22px;
    }
    .text_dop_indo_home {
        font-size: 12px;
    }
    .home_container_cf{
        margin-top: 40px;
    }
    .title_cf {
        font-size: 22px;
    }
    .text_cf {
        font-size: 12px;
    }
    .filds_cf {
        flex-direction: column;
    }

    .fields_container_cf img {
        display: none;
    }
    .phone_fields_cf {
        margin-left: 0px;
        margin-top: 25px;
    }
    .container_btn_and_logo_cf {
        justify-content: center;
    }




    /*анкета парня*/
    .oneboy_wrapper {
        margin-top: 20px;
    }
    .cards_title {
        font-size: 20px;
        margin: 0px 5px;
    }
    .cards_phone {
        font-size: 24px;
        line-height: 20px;
    }
    .cards_city {
        font-size: 14px;
        margin-top: 10px;
    }
    .cards_text {
        font-size: 12px;
    }
    .one_specifications {
        padding: 3px;
    }
    .subtitle_specifications {
        font-size: 12px;
    }
    .info_specifications {
        font-size: 12px;
    }


    /*страница услуги*/
    .services_title {
        font-size: 22px;
    }
    .container_services_title_img {
        max-width: 100px;
    }
    .services_text_description {
        font-size: 14px;
        line-height: 16px;
    }
    .one_service_wrapper {
        margin-top: 20px;
    }
    .one_service_cards {
        padding: 5px;
    }
    .one_service_cards_child {
        padding: 10px;
    }
    .one_service_title {
        font-size: 18px;
    }
    .one_service_text {
        font-size: 12px;
        line-height: 16px;
    }
    .cf_page_services {
        margin-top: 15px;
    }


    /*страница одного поста*/
    .one_blog_content_wrapper {
        margin-top: 20px;
    }
    .one_blog_text_wrapper {
        margin-top: 15px;
    }
    .one_blog_title {
        font-size: 26px;
    }
    .one_blog_text {
        font-size: 14px;
        line-height: 18px;
    }
    .one_blog_button {
        font-size: 14px;
    }
    .prev_blog {
        padding-left: 20px;
    }
    .prev_blog::before, .prev_blog::after {
        width: 8px;
    }
    .next_blog {
        padding-left: 20px;
    }
    .next_blog::before, .next_blog::after {
        width: 8px;
    }



    /*страница контакты*/
    .contacts_wrapper {
        margin-top: 20px;
    }
    .contacts_dop_info {
        flex-direction: column;
        align-items: flex-start;
    }
    .one_container_info {
        padding: 10px;
    }
    .svg_and_text_info svg{
        width: 20px;
        height: 20px;
    }
    .text_info_style {
        margin-top: 8px;
        font-size: 16px;
    }

    /*страница всех постов*/
    .blogs_title {
        font-size: 22px;
    }
    .container_blog_title_img {
        max-width: 100px;
    }



    /*страница каталога мужчин*/
    .boys_cat_title {
        font-size: 22px;
    }
    .container_boys_title_img {
        max-width: 100px;
    }
    .boys_page_text {
        margin-top: 5px;
        font-size: 14px;
    }
    .container_catalog_boys {
        margin-top: 10px;
    }






    .lightbox .slick-list.draggable {
        max-width: 315px;
    }
    /* .lightbox button.slick-next.slick-arrow {
        right: 23%;
    }
    .lightbox button.slick-prev.slick-arrow {
        left: 23%;
    } */
    .lightbox .slider_lightbox {
        margin: 0px 10px;
    }


    .pagination-row {
        margin-top: 20px;
        padding-bottom: 20px;
    }




    /*Модалка успешной отправки*/

    .content_modal{
        align-items: center;
        padding-bottom: 30px;
    }
    .text_info_modal {
        align-items: center;
    }
    .title_modal {
        font-size: 26px;
        margin-top: 15px;
    }
    .text_modal {
        font-size: 16px;
    }

    .image_modal {
        display: none;
    }



    .one_cards_boys_child {
      width: 144px;
      height: 224px;
    }
    .name_boys {
      font-size: 12px;
    }
    .icons_photo_boys svg, .icons_photo_boys img {
      width: 15px;
      height: 15px;
    }
    .quantity_photo {
          font-size: 12px;
    }
    .title_info {
      font-size: 12px;
    }
    .info_text{
        font-size: 12px;
    }


}
/* 404 */

.error--404 {
    overflow: hidden;
    min-height: calc(100vh - 216px);
}
.error--404__image {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    /* right: 18.17%; */
    left: 57.5%;
    z-index: -2;
}

.error--404__text-title {
    font-family: 'OptimusPrincepsCyr';
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 49px 0px 74px;
    z-index: 1;
}

.error--404__text-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline !important;
    color: #FFFFFF !important;
    align-self: flex-start;
    display: flex;
    align-items: center;
    z-index: 1;
}

.error--404__text-link img {
    margin-right: 11px;
}

.error--404__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    left: 11%;
    top: 50%;
    transform: translateY(-50%);
}

.error--404__cloud {
    position: absolute;
    min-width: 935px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -86px;
}

.error--404__logo {
    z-index: 1;
}

@media (max-width: 1700px) {
    .error--404 {
        min-height: calc(100vh - 80px);
    }
}

@media (max-width: 1400px) {
    .error--404__text {
        left: 3%;
    }
    .error--404__cloud {
        min-width: 710px;
    }
    .error--404__logo {
        width: 448px;
    }
    .error--404__text-title {
        font-size: 35px;
        line-height: 40px;
        margin: 40px 0px;
    }
}
@media (max-width: 1200px) {
    .error--404__image {
        left: 52%;
    }
    .error--404__cloud {
        min-width: 595px;
    }
    .error--404__logo {
        width: 351px;
    }
    .error--404__text-title {
        font-size: 26px;
        line-height: 100%;
        margin: 21px 0px;
    }
}

@media (max-width: 992px) {
    .error--404__logo {
        width: 274px;
    }
    .error--404__text-title {
        font-size: 21px;
    }
}
@media (max-width: 768px) {
    .error--404__image {
        left: unset;
        right: 0;
        transform: translate(50%, -50%);
    }
}
@media (max-width: 576px) {
    .error--404__image {
        display: none;
    }
    .error--404__text {
        width: 100%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .error--404__text-link {
        align-self: center;
    }
    .error--404__cloud {
        transform: translate(50%, -50%);
        right: 50%;
    }
}
.oneboy_comments {
    color: #fff;
    width: 100%;
    margin-top: 50px;
    padding: 0px 2%;
}
.oneboy_comments .nav-links {
    display: flex;
    margin-bottom: 20px;
    gap: 25px;
    width: fit-content;
}
.oneboy_comments_title, .oneboy_comments_form h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}
.oneboy_comments_form h3 {
    margin-bottom: 0 !important;
}
.oneboy_comments_form .comment-form-comment, .oneboy_comments_form .comment-form-author {
    display: flex;
    flex-direction: column;
}
.oneboy_comments_form .comment-form-comment .comment {
    font-weight: 400;
    color: #949494;
}
.oneboy_comments_form .comment-form-comment textarea, .oneboy_comments_form .comment-form-author input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    resize: none;
    width: 700px;
    color: #fff;
    margin-top: 10px;
}
.oneboy_comments_form .logged-in-as {
    color: rgba(255,255,255,.7);
}
.oneboy_comments_container {
    display: grid;
    grid-template: auto / repeat(4, 1fr);
    gap: 20px;
}
.oneboy_comments_list {
    margin-bottom: 30px;
}
.oneboy_comments_container a:not(.comment-edit-link) {
    pointer-events: none;
}
.oneboy_comments_container .comment {
    border: 0.5px dashed rgba(240,240,240,.37);
    padding: 8px;
    border-radius: 7px;
    box-shadow: 0 4px 20px rgba(88, 88, 88, 0.22);
}
.oneboy_comments_container .comment article {
    height: 100%;
    background: #141414;
    border-radius: 7px;
    border: 0.5px dashed rgba(240,240,240,.2);
    padding: 10px;
}
.oneboy_comments_container .comment-author {
    font-size: 23px;
}
.oneboy_comments_container .comment-metadata {
    margin: 5px 0px 20px;
}
.oneboy_comments_container .comment-metadata time, .oneboy_comments_container .comment-metadata a:not(.comment-edit-link) {
    color: rgba(255,255,255,.7);
}
.oneboy_comments_container .comment-content, .oneboy_comments_container .comment-body p {
    font-size: 18px;
}
.oneboy_comments_container .comment.parent {
    display: flex;
    flex-direction: column;
}
.oneboy_comments_container .comment.depth-2 {
    padding: 5px 10px;
}
@media (max-width: 1400px) {
    .oneboy_comments_container {
        grid-template: auto/repeat(2,1fr);
        gap: 10px;
    }
    .oneboy_comments_container .comment-author {
        font-size: 20px;
    }
    .oneboy_comments_container .comment-metadata {
        margin: 2px 0px 10px;
        font-size: 14px;
    }
    .oneboy_comments_container .comment-content, .oneboy_comments_container .comment-body p {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .oneboy_comments_container {
        grid-template: auto/repeat(1,1fr);
        gap: 7px;
    }
    .oneboy_comments_container .comment, .oneboy_comments_container .comment article {
        padding: 5px;
    }
    .oneboy_comments_container .comment-author {
        font-size: 18px;
    }
    .oneboy_comments_container .comment-metadata {
        font-size: 13px;
    }
    .oneboy_comments_title, .oneboy_comments_form h3 {
        font-size: 29px;
        margin-bottom: 13px;
    }
    .oneboy_comments_form .comment-form-comment textarea, .oneboy_comments_form .comment-form-author input {
        width: 100%;
    }
    .oneboy_comments_form .form-submit .submit {
        font-size: 15px;
        width: 215px;
    }
    .oneboy_comments_form .comment-form-comment textarea {
        height: 130px;
    }
}
@media (max-width: 576px) {
    .oneboy_comments_title, .oneboy_comments_form h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .oneboy_comments_form .form-submit .submit {
        margin: 0 auto;
    }
}



/* ПУНКТ 2 */

@media (min-width: 1125px) {
    .home_page_title {
        position: absolute;
        top: 25vw;
        /* bottom: ; */
        height: 120px;
        width: 100%;
        /* left: 50%;
        transform: translateX(-50%); */
        background-color: rgba(0, 0, 0, .7);
        backdrop-filter: blur(10px);
        /* max-width: 1200px; */

        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 10px;
    }

    .home_page_title .conteiner_title_and_line {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }


    .home_page_title .home_descr{
        background: linear-gradient(100.09deg, #B6B6B6 11.28%, #FFFFFF 55.25%, #606060 95.69%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 400;
        font-size: 20px;
    }

    .home_page_title .home_background_title {
        display: none;
    }
}

@media (max-width: 1555px) {
    .home_page_title .home_button_catalog_link {
        margin-top: 50px ;
    }
}

@media (max-width: 1333px) {
    .home_page_title .home_title {
        font-size: 50px;
    }

    .home_page_title .home_descr {
        font-size: 18px;
    }

    .home_page_title {
        height: 105px;
    }

    .home_page_title .conteiner_title_and_line img {
        font-size: 50px !important;
        width: 1.157em;
        height: .3em;
    }
}

@media (max-width: 1124px) {
    .home_page_title {
        position: relative;

        display: flex;
        flex-direction: column;

        height: inherit;
        margin-bottom: 5vw;
    }

    .home_page_title .conteiner_title_and_line {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin-top: 20px;
    }

    .home_page_title .home_button_catalog_link {
        margin: 20px !important;
    }

    .home_page_title .home_title {
        font-size: clamp(22px, 5vw, 50px);
    }

    .home_page_title .home_descr {
        font-size: clamp(14px, 3vw, 18px);
        background: linear-gradient(100.09deg, #B6B6B6 11.28%, #FFFFFF 55.25%, #606060 95.69%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 400;
        text-align: center;
    }
}


/* ПУНКТ 3 */

.general_phone {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 444px) {
    .general_phone {
        font-size: clamp(14px, 5vw, 22px);
    }
}
