

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default_2023/style.css?1748790142578*/

/* breadcrumbs */
.breadcrumbs>ol{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 20px 0;

}
.breadcrumbs>ol>li>a:after {
    content: '/';
    margin-left: 10px;
}
.breadcrumbs>ol>li>a,
.breadcrumbs>ol>li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--gray-text);
    text-decoration: none;
}
@media (max-width: 756px) {
    .breadcrumbs>ol>li>a,
    .breadcrumbs>ol>li {
        font-size: 12px;
    }
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/components/bitrix/catalog.section.list/poshiv/style.css?174879015710124*/
#poshiv {
    display: flex;
    align-items: center;
    position: relative;
    gap: 30px;
    margin-bottom: 60px;
}
*[data-modal] {
	cursor: pointer;
}
*[data-modal]:hover {
	opacity: .7;
}
#poshiv>.hpls {
    display: flex;
    flex-direction: column;
    gap: 31px;
}
#poshiv>.hpls>h1 {
    font-size: 76px;
    margin: 0;
}
#poshiv>.hpls>.hplsdesc {
    font-size: 20px;
    margin: 0;
    max-width: 80%;
    line-height: 30px;
}
#poshiv>.hpls>.hplsbtngr {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 25px;
}
#poshiv>.hpls>.hplsbtngr>.hplpreim {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
#poshiv>.hpls>.hplsbtngr>button {
    background-color: var(--yellow);
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
#poshiv>.hpls>.hplsbtngr>.hplpreim>span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
}
#poshiv>.hprs {
    min-width: 45%;
    position: relative;
}
#poshiv>.hprs>img {
    height: auto;
    width: auto;
    width: 100%;
}
@media (max-width: 1290px) {
    #poshiv>.hpls>.hplsbtngr {
        flex-direction: column-reverse;
        align-items: start;
    }
    #poshiv>.hpls>h1 {
        font-size: 56px;
        margin: 0;
    }
}
@media (max-width: 1006px) {
    #poshiv>.hprs {
        min-width: 35%;
    }
}
@media (max-width: 880px) {
    #poshiv>.hpls {
        position: relative;
        z-index: 1;
        max-width: 70%;
    }
    #poshiv>.hprs {
        position: absolute;
        max-height: 100%;
        height: 100%;
        right: 0;
        z-index: 0;
        overflow: hidden;
    }
    #poshiv>.hprs>img {
        width: auto;
        max-height: 100%;
        height: 100%;
        max-width: 100%;
    }
}
@media (max-width: 790px) {
    #poshiv>.hprs>img {
        transform: translateX(30%);
        -webkit-transform: translateX(30%);
        -moz-transform: translateX(30%);
        -ms-transform: translateX(30%);
        -o-transform: translateX(30%);
    }
}
@media (max-width: 690px) {
    #poshiv>.hpls>h1 {
        font-size: 46px;
        margin: 0;
    }
    #poshiv>.hpls>.hplsdesc {
        font-size: 16px;
        font-weight: 400;
        max-width: none;
        margin: 0;
    }
}
@media (max-width: 540px) {
    #poshiv>.hpls>h1 {
        font-size: 36px;
        margin: 0;
    }
    #poshiv>.hprs {
        opacity: .2;
    }
    #poshiv>.hpls {
        position: relative;
        z-index: 1;
        max-width: 100%;
    }
    #poshiv>.hprs>img {
        max-width: none;
        transform: translateX(40%);
        -webkit-transform: translateX(40%);
        -moz-transform: translateX(40%);
        -ms-transform: translateX(40%);
        -o-transform: translateX(40%);
    }
    #poshiv>.hpls>.hplsbtngr>button {
        width: 100%;
    }
}



#item_create {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#item_create>a{
    position: relative;
    color: var(--black);
    margin-top: 20px;
    min-width: calc(20% - 16px);
    width: calc(20% - 16px);
    border-radius: 32px;
    background-color: rgba(240, 74, 76, 0.15);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#item_create>a>svg {
    width: 24px;
    height: 24px;
	z-index: 1;
    position: absolute;
    bottom: 20px;
    right: 20px;
    pointer-events: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
#item_create>a:hover>svg {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
#item_create>a>img{
    margin: -20px 18% 0 18%;
    max-width: calc(100% - 36%);
}
#item_create>a>.content-cr{
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    gap: 10px;
}
#item_create>a>.content-cr>span:first-child {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}
#item_create>a>.content-cr>span:last-child {
    font-weight: 500;
	color: var(--gray-text);
}
@media (max-width: 1080px) {
    #item_create>a{
        min-width: calc(25% - 15px);
        width: calc(25% - 15px);
    }
}
@media (max-width: 870px) {
    #item_create>a{
        min-width: calc(33.3333% - 15px);
        width: calc(33.3333% - 15px);
    }
}
@media (max-width: 630px) {
    #item_create {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: scroll;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
    }
    #item_create::-webkit-scrollbar {
        display: none; 
    }
    #item_create>a{
        min-width: calc(50% - 25px);
        width: calc(50% - 25px);
    }
}
@media (max-width: 470px) {
    #item_create>a{
        min-width: 230px;
        width: 230px;
    }
}






#video-cinteiner {
    position: relative;
    margin: 80px auto;
    overflow: hidden;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

#video-cinteiner img {
    width: 100%;
    height: auto;
    cursor: pointer;
    filter: grayscale(.4);
    -webkit-filter: grayscale(.4);
}

#video-cinteiner .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background:var(--gray-text) url('/images/poshiv/play.svg') no-repeat;
    opacity: .7;
    border-radius: 100%;
    background-size: contain;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#video-cinteiner .play-button:hover {
    opacity: 1;
}

#video-cinteiner .video {
    display: none;
    width: 100%;
    height: auto;
}
@media (max-width: 470px) {
    #video-cinteiner .play-button{
        width: 60px;
        height: 60px;
    }
}





#knan {
    display: flex;
    align-items: center;
    gap: 30px;
}
#knan>.hpls {
    display: flex;
    flex-direction: column;
    gap: 31px;
}
#knan>.hpls>h2 {
    margin: 0;
}
#knan>.hpls>.hplsdesc {
    font-size: 20px;
    margin: 0;
    max-width: 80%;
    line-height: 30px;
}
#knan>.hpls>.hplsbtngr {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
#knan>.hpls>.order-nd {
    width: max-content;
    background-color: var(--yellow);
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
#knan>.hpls>.hplsbtngr>a,
#knan>.hpls>.hplsbtngr>span {
	color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
}
#knan>.hprs {
    min-width:50%;
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}
#knan>.hprs>img {
    height: auto;
    width: auto;
    width: 100%;
}

@media (max-width:1025px) {
    #knan>.hpls>h2 {
        text-align: left;
    }
    #knan>.hprs {
        min-width:40%;
        width:30%;
    }
}
@media (max-width:620px) {
    #knan>.hprs {
        display: none;
    }
    #knan>.hpls>.hplsdesc {
        max-width: 100%;
        width: 100%;
    }
    #knan>.hpls,
    #knan>.hpls>.hplsbtngr {
        justify-content: center;
        align-items: center;
    }
    #knan>.hpls,
    #knan>.hpls>h2 {
        text-align: center;
    }
}
#consultation {
    margin: 60px 0;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    overflow: hidden;
    padding: 50px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    background: var(--yellow) url(/images/poshiv/consultation.webp) no-repeat left 10% top;
    background-size: auto 100%;
}
#consultation>* {
    max-width: 600px;
    text-align: right;

}
#consultation>h2 {
    margin: 0;
    font-size: 50px;
    line-height: 56px;
}
#consultation>span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

#consultation>button {
    background-color: var(--black-primary);
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
@media (max-width: 1190px) {
    #consultation {
        min-height: 400px;
        justify-content: start;
        background-size: 40% auto;
        background-position: bottom left;
    }
}
@media (max-width: 680px) {
    #consultation>h2 {
        font-size: 42px;
        line-height: 48px;
    }
    #consultation {
        padding: 30px;
        background-size: 55% auto;
        background-position: bottom left;
    }
}
@media (max-width: 540px) {
    #consultation {
        min-height: 300px;
        justify-content: start;
        background-position: bottom left;
    }
    #consultation>h2 {
        font-size: 32px;
        line-height: 38px;
    }
    #consultation>span {
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    #consultation {
        min-height: auto;
        justify-content: center;
        align-items: center;
        background: var(--yellow);
    }
    #consultation>h2 {
        font-size: 22px;
        line-height: 28px;
    }
    #consultation>span {
        line-height: 18px;
        font-size: 14px;
    }
    #consultation>* {
        text-align: center;
    }
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/components/bitrix/system.pagenavigation/.default/style.css?1748790157402*/
.pagnav {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    padding:0px;
}
.pagnav li {
    display: inline-block;
    margin: 0 2px;
}
.pagnav li a{
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.pagnav .active-page {
    background-color: #eaeaea;
    padding: 2px;
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/components/bitrix/news.list/poshiv_gallery/style.css?17487901571397*/
#raboty {
    margin-top: 60px;
}
#raboty>.header-rb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
#raboty>.header-rb>.btn-gallery-group {
  display: flex;
  gap: 30px;
}
#raboty>.header-rb>.btn-gallery-group>button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-color: var(--white);
  border: 1px solid var(--gray-background);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#raboty>.header-rb>.btn-gallery-group>button:hover {
  opacity: .7;
}
#raboty .carousel-container {
  position: relative;
  padding: 5px 0 0 0;
}

.carousel-wrapper {
  display: flex;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.carousel-wrapper::-webkit-scrollbar {
    display: none; 
}
.carousel {
  display: flex;
  justify-content: center;
  gap: 5px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.slide {
  display: flex;
  gap: 10px;
  height: 200px;
  flex-shrink: 0; /* Отключаем сжатие слайдов */
}

.slide img {
    max-height: 200px;
    width: auto;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default_2023/style.css?1748790142578 */
/* /bitrix/templates/Upgifts2023/components/bitrix/catalog.section.list/poshiv/style.css?174879015710124 */
/* /bitrix/templates/Upgifts2023/components/bitrix/system.pagenavigation/.default/style.css?1748790157402 */
/* /bitrix/templates/Upgifts2023/components/bitrix/news.list/poshiv_gallery/style.css?17487901571397 */
