/********* ДОПОЛНИТЕЛЬНЫЙ СТИЛЬ ОСНОВНОЙ *********/
:root {
  --bs-primary: #3151aa;
  --bs-primary-rgb: 49, 81, 170;
  --bs-primary-text-emphasis: #223977;
  --bs-primary-bg-subtle: #a5b6e5;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-danger: #ed2e38;
  --bs-danger-rgb: 237, 46, 56;
  --bs-danger-text-emphasis: #58151c;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-danger-border-subtle: #f1aeb5;
}
@media (max-width: 769px) {
    html,
    body{
        width: 100% !important;
    }
}
body{
    font-family: "AFuturica";
    font-size: 14px;
    line-height: 1.3;
    color: #333333;
}

body header h1{
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
ol {
    list-style-type: decimal;
}
.badge{
    font-size: 12px;
}
/* ссылка */
a{
    text-decoration: none;
    color: #3151aa;
}
a:hover{
    color: #223977;
}
a.text-link-hover:hover{
    color: #223977 !important;
}
/* typography */
.text-compressed{
    font-family: "Sofia Sans";
}
.text-color-default{
    color: #3151aa !important;
    color: rgba(49, 81, 170,var(--bs-text-opacity,1)) !important;
}
.border-color-default{
    border-color: #3151aa !important;
    color: rgba(49, 81, 170,var(--bs-border-opacity,1)) !important;
}
.bg-color-default{
    color: #3151aa !important;
    color: rgba(49, 81, 170,var(--bs-bg-opacity,1)) !important;
}
.progress-bar{
    background-color: #3151aa;
}
table th,
table th{
    font-weight: 600;
}
table thead th,
table thead th{
    border-bottom-color: #000000;
}
ul:not(.nav-tabs, .dropdown-menu, .list-unstyled){
    padding: 0;
    margin: 26px 0 36px;
}
ul:not(.nav-tabs, .dropdown-menu, .list-unstyled)>li {
    margin: 8px 0 0 21px;
    list-style-type: none;
    position: relative;
}
ul:not(.nav-tabs, .dropdown-menu, .list-unstyled)>li:first-of-type {
    margin-top: 0;
}
ul:not(.nav-tabs, .dropdown-menu, .list-unstyled)>li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
}
ul>li.not-market:before {
    content: "";
}
ol{
    padding-left: 18px;
    margin: 26px 0 36px;
}
ol>li {
    padding-left: 2px;
}
/* заголовки */
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: "PantonLightCaps";
    color: #1d2029;
    padding: 1px 0;
    margin: 0;
    margin-bottom: 14px;
    line-height: 1.4;
    font-weight: 400;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
    color: #1d2029;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover {
    color: #3151aa;
}
h1,.h1{
    font-size: 32px;
    line-height: 34px;
}
h2,.h2{
    font-size: 26px;
    line-height: 28px;
}
h3,.h3{
    font-size: 20px;
}
h4,h5,h6,
.h4,.h5,.h6{
    font-weight: 600;
}
h4,.h4{
    font-size: 17px;
}
h5,.h5{
    font-size: 16px;
}
h6,.h6{
    font-size: 15px;
}
.text-title{
    font-family: "PantonLightCaps";
    font-size: 15px;
}
/* blockquote */
blockquote.blockquote,
blockquote.blockquote{
    color: #333333;
    min-height: 40px;
    padding: 2px 20px 2px 37px;
    position: relative;
    vertical-align: middle;
    border: none;
    font-weight: 700;
    margin: 2.666rem 0;
}
blockquote.blockquote:before,
blockquote.blockquote:before {
    bottom: 5px;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 5px;
    width: 2px;
    background-color: #3151aa;
}
/*  изображение bg  */
/*  изображение bg  */
.image{
    width: 100%;
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
}
.image.bsize-contain{
    background-size: contain;
}
.image.bsize-cover{
    background-size: cover;
}
.image.bsize-100{
    background-size: 100% auto;
}
.image.bposition-center{
    background-position: center center;
}
.image.bposition-bottom{
    background-position: center bottom;
}
.image.bposition-start{
    background-position: left center;
}
.image.bposition-end{
    background-position: right center;
}
/* icon : svg img span */
.icon{
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.icon-sm{
    width: 0.75rem;
    height: 0.75rem;
}
.icon-lg{
    width: 3rem;
    height: 3rem;
}
/*  изображение object-fit  */
.object-fit{
    position: relative;
    overflow: hidden;
}
.bg-blur-1{
    filter: blur(1px);
}
.bg-blur-2{
    filter: blur(2px);
}
.bg-blur-3{
    filter: blur(3px);
}
.bg-blur-4{
    filter: blur(4px);
}
.bg-blur-5{
    filter: blur(5px);
}

.bg-blur-before-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(1px);
    z-index: -1;
}
.bg-blur-before-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(2px);
    z-index: -1;
}
.bg-blur-before-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(3px);
    z-index: -1;
}
.bg-blur-before-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(4px);
    z-index: -1;
}
.bg-blur-before-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(5px);
    z-index: -1;
}
.bg-lighten-10{
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: overlay;
}
.bg-lighten-25{
    background-color: rgba(255, 255, 255, 0.25);
    background-blend-mode: overlay;
}
.bg-lighten-50{
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
}
.bg-darken-10{
    background-color: rgba(0, 0, 0, 0.1);
    background-blend-mode: overlay;
}
.bg-darken-25{
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay;
}
.bg-darken-50{
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}

/* height */
.h-5{
    height: 5%;
}
.h-10{
    height: 10%;
}
.h-15{
    height: 15%;
}
.h-20{
    height: 20%;
}
.hx-25{
    height: 25px;
}
.hx-50{
    height: 50px;
}
.hx-100{
    height: 100px;
}
.hx-150{
    height: 150px;
}
.hx-200{
    height: 200px;
}
.hx-250{
    height: 250px;
}
.hx-300{
    height: 300px;
}
.hx-350{
    height: 350px;
}
.hx-400{
    height: 400px;
}
.hx-450{
    height: 450px;
}
.hx-500{
    height: 500px;
}
/* width */ 
.w-5{
    width: 5%;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-85{
    width: 83%;
}
.wx-25{
    width: 25px;
}
.wx-50{
    width: 50px;
}
.wx-75{
    width: 75px;
}
.wx-100{
    width: 100px;
}
.wx-150{
    width: 150px;
}
.wx-200{
    width: 200px;
}
.wx-250{
    width: 250px;
}
.wx-300{
    width: 300px;
}
.wx-350{
    width: 350px;
}
.wx-400{
    width: 400px;
}
.wx-450{
    width: 450px;
}
.wx-500{
    width: 500px;
}
.w-0{
    width: 0;
}
.h-0{
    height: 0;
}
/* svg fill */
.color-svg-primary svg,.color-svg-primary svg path,svg.color-svg-primary{
    fill: var(--bs-primary);
}
.color-svg-secondary svg,.color-svg-secondary svg path,svg.color-svg-secondary{
    fill: var(--bs-secondary);
}
.color-svg-success svg,.color-svg-success svg path,svg.color-svg-success{
    fill: var(--bs-success);
}
.color-svg-danger svg,.color-svg-danger svg path,svg.color-svg-danger{
    fill: var(--bs-danger);
}
.color-svg-warning svg,.color-svg-warning svg path,svg.color-svg-warning{
    fill: var(--bs-warning);
}
.color-svg-info svg,.color-svg-info svg path,svg.color-svg-info{
    fill: var(--bs-info);
}
.color-svg-light svg,.color-svg-light svg path,svg.color-svg-light{
    fill: var(--bs-light);
}
.color-svg-dark svg,.color-svg-dark svg path,svg.color-svg-dark{
    fill: var(--bs-dark);
}
.color-svg-white svg,.color-svg-white svg path,svg.color-svg-white{
    fill: #ffffff;
}
.color-svg-black svg,.color-svg-black svg path,svg.color-svg-black{
    fill: #000000;
}

.text-hide{
    display: block;
    text-indent: -9999px;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}
/* callout */
.bd-callout {
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300))
}
.bd-callout h4 {
    margin-bottom: .25rem
}
.bd-callout>:last-child {
    margin-bottom: 0
}
.bd-callout+.bd-callout {
    margin-top: -.25rem
}
.bd-callout .highlight {
    background-color: rgba(0,0,0,0.05)
}
.bd-callout-primary {
    --bd-callout-color: var(--bs-primary-text-emphasis);
    --bd-callout-bg: var(--bs-primary-bg-subtle);
    --bd-callout-border: var(--bs-primary-border-subtle)
}
.bd-callout-secondary {
    --bd-callout-color: var(--bs-secondary-text-emphasis);
    --bd-callout-bg: var(--bs-secondary-bg-subtle);
    --bd-callout-border: var(--bs-secondary-border-subtle)
}
.bd-callout-success {
    --bd-callout-color: var(--bs-success-text-emphasis);
    --bd-callout-bg: var(--bs-success-bg-subtle);
    --bd-callout-border: var(--bs-success-border-subtle)
}
.bd-callout-danger {
    --bd-callout-color: var(--bs-danger-text-emphasis);
    --bd-callout-bg: var(--bs-danger-bg-subtle);
    --bd-callout-border: var(--bs-danger-border-subtle)
}
.bd-callout-warning {
    --bd-callout-color: var(--bs-warning-text-emphasis);
    --bd-callout-bg: var(--bs-warning-bg-subtle);
    --bd-callout-border: var(--bs-warning-border-subtle)
}
.bd-callout-info {
    --bd-callout-color: var(--bs-info-text-emphasis);
    --bd-callout-bg: var(--bs-info-bg-subtle);
    --bd-callout-border: var(--bs-info-border-subtle)
}
.bd-callout-light {
    --bd-callout-color: var(--bs-light-text-emphasis);
    --bd-callout-bg: var(--bs-light-bg-subtle);
    --bd-callout-border: var(--bs-light-border-subtle)
}
.bd-callout-dark {
    --bd-callout-color: var(--bs-dark-text-emphasis);
    --bd-callout-bg: var(--bs-dark-bg-subtle);
    --bd-callout-border: var(--bs-dark-border-subtle)
}
/*  каруселька bootstrap  */
.carousel .carousel-control-next .btn, .carousel .carousel-control-prev .btn{
    padding: 0;
    font-size: 26px;
    font-weight: 800;
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.carousel-control-next, .carousel-control-prev{
    width: 10%;
}
.carousel-control-next:hover .btn, .carousel-control-prev:hover .btn{
    
}
.carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,.1);
    opacity: 1;
    position: relative;
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    margin: 0 10px;
    opacity: 1;
}
.carousel-indicators [data-bs-target]:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    transition: all .3s ease;
}
.carousel-indicators [data-bs-target].active:before,
.carousel-indicators [data-bs-target]:hover:before{
    transform: scale(1.5);
    background-color: #3151AA;
}
/* owl-carousel */ 
.owl-nav{
    margin-top: 10px;
    text-align: right;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    font-size: 36px;
    line-height: 30px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    border: none;
    padding: 0!important;
    width: 30px;
    height: 30px;
    
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    color: #363636;
    
    transition-duration: .1s;
    transition-timing-function: linear;
    transition-property: background-color, border-color, color;
}
.owl-carousel .owl-nav button.owl-next>*, .owl-carousel .owl-nav button.owl-prev>*{
    display: inline-block;
    position: relative;
    top: -2px;
    font-family: monospace;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    color: #3151AA;
}
.owl-dots{
    display: none;
}
.owl-carousel.owl-grab,
.owl-carousel.owl-grab *{
    cursor: move !important;
    cursor: grab !important;
}
.owl-carousel .owl-item>*{
    width: 100%;
}
/* accordion */
.accordion-button:not(.collapsed){
    background-color: #ffffff;
    color: #3151AA;
}
/* form|input|button */
input:focus,input:focus-visible{
    outline: 0!important;
    outline-offset: 0!important;
}
.required-mark{
    color: #f25353;
}
label{
    cursor: pointer;
}
/* new select */
.select-y-new-block {
    display: block;
    width: 100%;
    position: relative;
}
.y-new-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.y-new-select__list {
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    position: absolute;
    top: 100%;
    margin-top: 2px;
    left: 0;
    z-index: 2;
}
.y-new-select__item{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.y-new-select__list.on {
    display: block;
}
.y-new-select__item span {
    display: block;
    padding: 5px;
    cursor: pointer;
}
.y-new-select__item span:hover {
    color: #3151aa;
}
/* fancybox */
.fancybox__footer .fancybox__caption{
    width: 50%;
    margin: 0 auto;
    min-width: 600px;
    color: #ffffff;
}
.fancybox__footer .fancybox__caption h3{
    color: #ffffff;
}

.form-switch.lg{
    padding-left: 4.5em;
}
.form-switch.lg .form-check-input{
    width: 4em;
    height: 2em;
    margin-left: -4.5em;
    margin-top: -1px;
}

/* 
text - Roboto

color H - #3151aa
color RGB - rgb(49, 81, 170)

:hover
color dark H - #223977
color dark RGB - rgb(34, 57, 119)

color light H - #a5b6e5
color light RGB - rgb(165, 182, 229)

rgb(134, 166, 255)
rgb(165, 182, 229)

color red H = #ed2e38
color red RGB - rgb(237, 46, 56)
*/
.icon-sotc{
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
    opacity: 1;
    position: relative;
    background-image: url("../../images/social.svg");
    background-repeat: no-repeat;
    transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    
    animation: placeholder-glow 2s ease-in-out infinite;
    transform: scale(1.2);
}
.icon-sotc:hover{
    opacity: 0.8;
}
.icon-sotc.vk {
    background-position: 0 -189px;
}
.icon-sotc.ytb {
    background-position: -94px -330px;
}
.icon-sotc.wa {
    background-position: -329px -236px;
}
.icon-sotc.tg {
    background-position: -329px -330px;
}
/********* ДОПОЛНИТЕЛЬНЫЙ СТИЛЬ BOOTSTRAP *********/
/*  кнопки  */
.btn{
    transition-duration: .1s;
    transition-timing-function: linear;
    transition-property: background-color, border-color, color;
    font-size: 16px;
    /*padding: 10px 20px;*/
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    line-height: 1;
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 10px;
}
.btn-group-sm>.btn,
.btn.btn-sm{
    font-size: 14px;
    padding: 6px 12px;
}
.btn-lg{
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    font-size: 1.25rem;
    line-height: var(--bs-btn-line-height);
}
.btn .wave {
    background: rgba(49, 81, 170, .4);
    border-radius: 50%;
    transform: scale(0);
    animation: wave 1s linear;
    pointer-events: none;
    position: absolute;
}
.btn-primary .wave,.btn-secondary .wave,.btn-success .wave,.btn-info .wave,.btn-warning .wave,.btn-danger .wave,.btn-light .wave,.btn-dark .wave,
    .btn-outline-primary .wave,.btn-outline-secondary .wave,.btn-outline-success .wave,.btn-outline-info .wave,.btn-outline-warning .wave,.btn-outline-danger .wave,.btn-outline-light .wave,.btn-outline-dark .wave,
    .btn-back .wave, .btn-outline-back .wave, .btn-outline .wave {
    background: rgba(255, 255, 255, .4);
}
@keyframes wave {
    100% {
        transform: scale(4);
        opacity: 0;
    }
}
.btn.btn-norounded{
    border-radius: 0;
}
.btn:not(.btn-primary,.btn-secondary,.btn-success,.btn-info,.btn-warning,.btn-danger,.btn-light,.btn-dark,
    .btn-outline-primary,.btn-outline-secondary,.btn-outline-success,.btn-outline-info,.btn-outline-warning,.btn-outline-danger,.btn-outline-light,.btn-outline-dark){
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.btn:not(.btn-primary,.btn-secondary,.btn-success,.btn-info,.btn-warning,.btn-danger,.btn-light,.btn-dark,
    .btn-outline-primary,.btn-outline-secondary,.btn-outline-success,.btn-outline-info,.btn-outline-warning,.btn-outline-danger,.btn-outline-light,.btn-outline-dark):hover{
    background-color: #ffffff;
    border-color: #3151AA;
    color: #3151AA;
}
.btn.btn-back{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #3151AA;
}
.btn.btn-back:hover{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.btn.btn-outline-back{
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    color: #333333;
}
.btn.btn-outline-back:hover{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.btn.btn-outline{
    background-color: #ffffff;
    border-color: #3151AA;
    color: #3151AA;
}
.btn.btn-outline:hover{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.btn.btn-primary{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.btn.btn-primary:hover{
    background-color: #223977;
    border-color: #182855;
    color: #ffffff;
}
.btn.btn-light{
    color: #333333;
}
.btn.btn-light:hover{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.btn.btn-dark:hover{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
@media (max-width: 767px) {
    .btn{
        padding: 8px 18px;
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .btn{
        padding: 6px 14px;
        font-size: 13px;
    }
}

/* эфекты навидения'  */
@-webkit-keyframes xwave {
    100% {
        left: 125%;
    }
}

@keyframes xwave {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: .55;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .55;
    }

    100% {
        opacity: 1;
    }
}
.hover-xwave{
    position: relative;
    overflow: hidden;
}
.hover-xwave .item-xwave:before {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}
.hover-xwave:hover .item-xwave:before {
    -webkit-animation: xwave .5s;
    animation: xwave .5s;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.hover-zoom{
    position: relative;
    overflow: hidden;
}
.hover-zoom .item-zoom {
    transition: transform ease .8s
}
.hover-zoom:hover .item-zoom {
    transform: scale(1.1)
}
.hover-blink{
    position: relative;
    overflow: hidden;
}
.hover-blink:hover .item-blink {
    opacity: 1;
    -webkit-animation: flash .8s;
    animation: flash .8s
}
/*  каруселька bootstrap  */
.carousel .carousel-control-next .btn, .carousel .carousel-control-prev .btn{
    padding: 0;
    font-size: 26px;
    font-weight: 800;
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.carousel-control-next, .carousel-control-prev{
    width: 10%;
}
.carousel-control-next:hover .btn, .carousel-control-prev:hover .btn{
    
}
.carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,.1);
    opacity: 1;
    position: relative;
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    margin: 0 10px;
    opacity: 1;
}
.carousel-indicators [data-bs-target]:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    transition: all .3s ease;
}
.carousel-indicators [data-bs-target].active:before,
.carousel-indicators [data-bs-target]:hover:before{
    transform: scale(1.5);
    background-color: #3151AA;
}
/* accordion */
.accordion-button:not(.collapsed){
    background-color: #ffffff;
    color: #3151AA;
}
/* form|input|button */
input:focus,input:focus-visible{
    outline: 0!important;
    outline-offset: 0!important;
}
.required-mark{
    color: #f25353;
}
label{
    cursor: pointer;
}
/* new select */
.select-y-new-block {
    display: block;
    width: 100%;
    position: relative;
}
.y-new-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.y-new-select__list {
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    position: absolute;
    top: 100%;
    margin-top: 2px;
    left: 0;
    z-index: 2;
}
.y-new-select__item{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.y-new-select__list.on {
    display: block;
}
.y-new-select__item span {
    display: block;
    padding: 5px;
    cursor: pointer;
}
.y-new-select__item span:hover {
    color: #3151aa;
}
/* fancybox */
.fancybox__footer .fancybox__caption{
    width: 50%;
    margin: 0 auto;
    min-width: 600px;
    color: #ffffff;
}
.fancybox__footer .fancybox__caption h3{
    color: #ffffff;
}


/********* Шапка  *********/
.header{
    background-color: #ffffff;
    background: linear-gradient(180deg,rgba(228,228,228,.5) 0,rgba(255,255,255,1) 100%);
}
.header-contacts{
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    height: 50px;
}
.header-contacts i.bi{
    font-size: 18px;
}
.header-contacts a{
    color: #000000;
}
.header-contacts a:hover{
    color: #3151aa;
}

.header-contacts button.btn{
    background: transparent;
    border: none;
    padding: 0;
    color: #000000;
    text-decoration: none;
    overflow: visible;
}

.header-contacts button.btn:hover{
    color: #3151aa;
}

.header-contacts .favorites-global-count{
    background-color: #3151aa;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    display: block;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 10px;
}









/* Главное меню */
.block-main-menu{
    height: 100px;
    position: relative;
}
.header.constructor .block-main-menu{
    height: 66px;
}
.main-menu{}
.main-menu-list{}
.main-menu-list > li > a,
.main-menu-list > li > .menu-group-title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 0;
    padding: 0 12px;
    
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    letter-spacing: .8px;
    text-transform: uppercase;
    
    transition: color .25s ease;
    
    white-space: nowrap;
}

.main-menu-list > li:hover > a,
.main-menu-list > li:hover > .menu-group-title,
.main-menu-list > li.show > a,
.main-menu-list > li.show > .menu-group-title{
    color: #3151aa;
}
.main-menu-list .menu-group-title{
    cursor: default;
}
.main-menu-list .menu-subgroup-title{
    display: block;
    cursor: default;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}


.main-menu-list > li.dropdown > .dropdown-menu{
    padding: 0;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    border-color: #f0f0f0;
    padding-bottom: 10px;
    top: 100%;
    margin-top: -5px;
    width: 100%;
    min-width: 250px;
    
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility.25s ease;
}
.main-menu-list > li.dropdown > .dropdown-menu::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: -5px;
    width: 100%;
    height: 10px;
    opacity: 0;
    background-color: transparent;
    z-index: 999;
}
.main-menu-list > li.dropdown > .dropdown-menu-list{
    display: flex;
    flex-direction: row;
    align-self: stretch;
    gap: 2rem;
}
.main-menu-list > li.dropdown.show > .dropdown-menu{
    opacity: 1;
    visibility: visible;
}
.main-menu-list a.dropdown-item{
    padding: 7px 27px 6px 20px;
    line-height: 25px;
    color: #222222;
    font-size: 14px;
    background-color: transparent;
}
.main-menu-list a.dropdown-item:hover{
    color: #3151aa;
}

.main-menu-list > li.parent > .dropdown-menu-list > li{
    margin-top: 20px;
    border-right: 1px solid #eeeeee;
    padding: 0 1.6rem;
}
.main-menu-list > li.parent > .dropdown-menu-list > li:first-child{
    margin-left: 27px;
    padding-left: 0;
}
.main-menu-list > li.parent > .dropdown-menu-list > li:last-child{
    margin-right: 20px;
    padding-right: 0;
    border-right: none;
}

.main-menu-list > li.parent.menu-grouped > .dropdown-menu-list{
    width: auto;
    gap: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main-menu-list > li.parent.menu-grouped > .dropdown-menu::before{
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    cursor: pointer;
}
.main-menu-list > li.parent.menu-grouped > .dropdown-menu-list a.dropdown-item{
    padding: 3px 10px;
}

.main-menu-list > li.dropdown.menu-item-complex{
    position: static;
    padding: 0;
    border-bottom: none;
}
.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list{
    max-width: 100%;
    min-height: 100px;
    top: 100px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    overflow: hidden;
}
@media (min-width: 576px) {
    .main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list {
        width:540px
    }
}

@media (min-width: 768px) {
    .main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list {
        width:720px
    }
}

@media (min-width: 992px) {
    .main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list {
        width:960px
    }
}

@media (min-width: 1200px) {
    .main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list {
        width:1140px
    }
}

@media (min-width: 1400px) {
    .main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list {
        width:1320px
    }
}

.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li{
    width: 100%;
    border-right: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #eeeeee;
    position: static;
    line-height: 30px;
    display: flex;
}
.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li > a{
    position: relative;
    width: 29%;
    height: auto;
    background-color: transparent;
    color: #222222;
    padding: 8px 10px 8px 35px;
    font-size: 18px;
    z-index: 100;
    transition: background-color .25s ease, color.25s ease;
    background-color: #ffffff;
}
.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li > a::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-left: auto;
    transform: rotate(-90deg);
}
.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li:hover > a{
    background-color: #efefef;
    color: #3151aa;
}
.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li.active > a{
    background-color: #3151aa;
    color: #ffffff;
}

.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li > .menu-description{
    display: none !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding-left: 29%;
}
.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li.active > .menu-description{
    display: block!important;
}
.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li > .menu-description .item-description{
    padding-right: 380px;
}
.main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list > li > .menu-description .item-image .image{
    background-position: right bottom;
    background-size: auto 100%;
}
.main-menu-list > li.parent.menu-item-complex .dropdown-menu-list li a .menu-svg-icon{
    width: 30px;
    height: 30px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.main-menu-list > li.parent.menu-item-complex .dropdown-menu-list li a .menu-image-icon{
    width: 30px;
    height: 30px;
    display:inline-block;
    object-fit:contain;
}
.main-menu-list > li.parent.menu-item-complex .dropdown-menu-list li a svg{
    fill: #3151aa;
}
.main-menu-list > li.parent.menu-item-complex .dropdown-menu-list li.active a svg{
    fill: #ffffff;
}

.main-menu-list > li.parent.menu-item-complex.reverse > .dropdown-menu-list > li{
    flex-direction: row-reverse;
}
.main-menu-list > li.parent.menu-item-complex.reverse > .dropdown-menu-list > li > .menu-description .item-image .image{
    background-position: left bottom;
}
.main-menu-list > li.parent.menu-item-complex.reverse > .dropdown-menu-list > li > a::after{
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: rotate(90deg) translatey(-50%);
}
.main-menu-list > li.parent.menu-item-complex.reverse > .dropdown-menu-list > li > .menu-description{
    padding-left: 0;
    padding-right: 29%;
}
.main-menu-list > li.parent.menu-item-complex.reverse > .dropdown-menu-list > li > .menu-description .item-description{
    padding-right: 1rem!important;
    padding-left: 380px!important;
}

.fixed-top .main-menu-list > li.parent.menu-item-complex > .dropdown-menu-list{
    top:70px;
}


/********** ПОДВАЛ **********/
.block-footer{
    position: relative;
    padding: 60px 0;
    background-color: #333333;
    color: #999999;
    font-size: 13px;
}
/* footer menu */
.footer-title h3{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-title a{
    color: #ffffff;
}
.footer-title a:hover{
    color: #ffffff;
    opacity: .5;
}
.footer-menu{
    font-size: 13px;
}
.footer-menu li{
    margin: 10px 0 0;
}
.footer-menu li:first-child{
    margin: 0;
}
.block-footer a,
.footer-menu a{
    color: #999999;
}
.block-footer a:hover,
.footer-menu a:hover{
    color: #ffffff;
}
/* footer contact */
.footer-list-contact li{
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}
.footer-list-contact li a{
    color: #ffffff;
}
.footer-list-contact li a:hover{
    color: #999999;
}
.footer-list-contact li .bi{
    position: absolute;
    top: 50%;
    left: 5px;
    color: #999999;
    margin-top: -10px;
}
.footer-list-contact li a.callback{
    color: #999999;
}
.footer-list-contact li a.callback:hover{
    color: #ffffff;
}
/* footer sots */
.footer-hr{
    position: relative;
}
.footer-hr hr{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}
.footer-sots{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 10px 32px;
    background-color: #333333;
    z-index: 2;
}
.footer-sots li{
    padding: 0;
    margin: 0 5px;
    border: 1px solid rgba(255,255,255,.2);
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
.footer-sots li:first-child{
    margin: 0 5px 0 0;
}
.footer-sots li:last-child{
    margin: 0 0 0 5px;
}
.footer-sots li > a,
.footer-sots li > span{
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
    opacity: .5;
    position: relative;
    background-image: url("media/images/social.svg");
    background-repeat: no-repeat;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.footer-sots li:hover{
    border-color: transparent;
}
.footer-sots li:hover > a,
.footer-sots li:hover > span{
    opacity: 1;
}
.footer-sots li.vk a{
    background-position: 0 -377px;
}
.footer-sots li.vk a:hover{
    background-position: 0 -189px;
}
.footer-sots li.max a{
    background-position: -564px -424px;
}
.footer-sots li.max a:hover{
    background-position: -564px -284px;
}
.footer-sots li.wa a{
    background-position: -329px -424px;
}
.footer-sots li.wa a:hover{
    background-position: -329px -236px;
}
.footer-sots li.tg a{
    background-position: -329px -518px;
}
.footer-sots li.tg a:hover{
    background-position: -329px -330px;
}
.footer-sots li.ok a,
.footer-sots li.ok span{
    background-position: -49px -377px;
}
.footer-sots li.ok > a:hover,
.footer-sots li.ok > span:hover{
    background-position: -49px -189px;
}
.footer-sots li.yandex > a,
.footer-sots li.yandex > span{
    background-position: -95px -424px;
}
.footer-sots li.yandex > a:hover,
.footer-sots li.yandex > span:hover{
    background-position: -95px -48px;
}
/* block footer bot */
.block-footer-bot{
    font-size: 12px;
}
/* footer bank */
.footer-bank{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-bank li{
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.footer-bank li .icon-bank{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: .5;
    position: relative;
    background-image: url("media/images/payment.svg");
    background-repeat: no-repeat;
    background-size: 1000px;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.footer-bank li:hover .icon-bank{
    opacity: 1;
}
.footer-bank li.cash .icon-bank{
    background-position: -24px -230px;
    width: 26px;
    height: 26px;
}
.footer-bank li.cash .icon-bank:hover{
    background-position: -24px -152px;
}
.footer-bank li.mir .icon-bank{
    background-position: -159px -230px;
    width: 36px;
    height: 26px;
}
.footer-bank li.mir .icon-bank:hover{
    background-position: -159px -152px;
}
.footer-bank li.sber .icon-bank{
    background-position: -69px -230px;
    width: 26px;
    height: 26px;
}
.footer-bank li.sber .icon-bank:hover{
    background-position: -69px -152px;
}
.footer-bank li.yoomoney .icon-bank{
    background-position: -264px -230px;
    width: 26px;
    height: 26px;
}
.footer-bank li.yoomoney .icon-bank:hover{
    background-position: -264px -152px;
}
.footer-bank li.yapay .icon-bank{
    background-position: -441px -230px;
    width: 26px;
    height: 26px;
}
.footer-bank li.yapay .icon-bank:hover{
    background-position: -440px -152px;
}
.footer-bank li.vtb .icon-bank{
    background-position: -482px -230px;
    width: 56px;
    height: 26px;
}
.footer-bank li.vtb .icon-bank:hover{
    background-position: -482px -153px;
}
.footer-bank li.robokassa .icon-bank{
    background-position: -550px -230px;
    width: 74px;
    height: 26px;
}
.footer-bank li.robokassa .icon-bank:hover{
    background-position: -550px -153px;
}
.footer-bank li.tbank .icon-bank{
    background-position: -398px -230px;
    width: 26px;
    height: 26px;
}
.footer-bank li.tbank .icon-bank:hover{
    background-position: -398px -152px;
}
.footer-bank li.alfa .icon-bank{
    background-position: -109px -230px;
    width: 26px;
    height: 26px;
}
.footer-bank li.alfa .icon-bank:hover{
    background-position: -109px -152px;
}
.logo-footer{
    max-width: 284px;
}
.footer-block-menu{
    min-width: 220px;
}

/* bottom-button-info-mobile */
.bottom-button-info-mobile{
    box-shadow: 0 -2px 8px rgba(0,0,0,.15);
    border-top: 1px solid #cacaca;
}
.bottom-button-info-mobile a{
    height: 54px;
    font-size: 12px;
}


/********* Скрытые блоки *********/
.dropdown-template{
    display: none;
    position: absolute;
}

/******* ПРАВЫЙ СКРЫТЫЙ БЛОК ********/
.floating-icons{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    display: flex;
    z-index: 1044;
    max-width: 63px;
    visibility: hidden;
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-radius: 4px 0 0 4px;
    transition: transform 120ms ease;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}
.floating-icons > ul{
    display: flex;
    flex-direction: column;
}
.floating-icons > ul > li{
    width: 63px;
    height: 65px;
}
.floating-icons > ul > li > a{
    display: inline-block;
    border-bottom: solid #ececec;
    width: 100%;
    height: 100%;
    display: flex;
    color: #343434;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.floating-icons > ul > li:last-child > a{
    border-bottom: none;
}
.floating-icons > ul > li > a:hover{
    color: #3151aa;
}


#phonesDropdownContent{
    max-width: 300px;
    /*overflow: hidden;*/
}







.items-more .bi{
    animation: rotate 2s linear infinite;
    display: inline-block;
    transform-origin: center;
    animation-play-state: paused;
}

.items-more.active .bi{
    animation-play-state: running;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}




/******** WIDGETS *********/
.page-main-image.fix-size{
    height: 550px;
}
.page-main-image-container{
    width: 100%;
    max-width: 1320px;
}







/******* ЗАГОЛОВКИ НА ГЛАВНОЙ ********/
.block-title{
    padding-top: 5px;
    margin-bottom: 30px;
}
.block-title h1,
.block-title h2{
    margin: 0;
}
.block-title-small{
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}
.block-title-small:hover{
    color: #3151aa;
}





/******* СЛАЙДЕР ********/

.home .header.test1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: transparent;
}
.home .header.test1 .block-main-menu{
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.home .header.test1 .block-main-menu .container{
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: var(--bs-box-shadow) !important;
}
.home .header.test1 .main-menu {
    margin-right: 20px;
}



/*
.carousel-main{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 100;
    height: 100%;
    min-height: 945px;
    background-color: #666666;
    
    
}
.carousel-main.load{
    min-height: 800px;
}
*/





/******* СЛАЙДЕР И БАНЕРЫ ********/
.slider-banners{
    position: relative;
    height: 550px;
    overflow: hidden;
}
.slider-banners .carousel-control-next,
.slider-banners .carousel-control-prev{
    width: 7%;
    opacity: .3;
    transition: none;
    left: auto;
    right: auto;
    transition-duration: .3s, .3s, .2s;
    transition-timing-function: ease;
    transition-delay:  0s, 0s, .2s;
    transition-property: left, right, opacity;
}
.slider-banners .carousel-control-prev{
    right: 100%;
}
.slider-banners .carousel-control-next{
    left: 100%;
}
.slider-banners .carousel:hover .carousel-control-prev{
    right: 93%;
    opacity: 1;
}
.slider-banners .carousel:hover .carousel-control-next{
    left: 93%;
    opacity: 1;
}
.slider-banners .carousel-control-next:hover .btn,
.slider-banners .carousel-control-prev:hover .btn{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.slider-banners .slider-carousel-item-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-banners .slider-carousel-item-container{
    padding-left: 7%;
    padding-right: 7%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.slider-banners .slider-carousel-item-desc{
    width: 50%;
    min-width: 700px;
}
.slider-banners .slider-carousel-item-image{
    max-width: 50%;
}
.slider-banners .slider-carousel-item-image img{
    max-height: 100%;
    max-width: 90%;
}
.slider-banners .slider-carousel-item-desc{
    color: #000000;
}
.slider-banners .slider-carousel-item-tile{
    font-size: 13px;
    text-transform: uppercase;
    opacity: .7;
    line-height: 16px;
}
.slider-banners .slider-carousel-item-title{
    font-size: 48.92px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    
}
.slider-banners .slider-carousel-item-description{
    font-size: 19.21px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 1.2;
}


.slider-banners .banners .banner-bg,
.slider-banners .banners .banner-shadow,
.slider-banners .banners .banner-desc{
    position: absolute;
    left: 0;
    width: 100%;
}
.slider-banners .banners .banner-bg{
    top: 0;
    height: 100%;
    z-index: 1;
}
.slider-banners .banners .banner-shadow{
    top: 0;
    height: 100%;
    z-index: 2;
    -webkit-transition: box-shadow 300ms ease;
    -moz-transition: box-shadow 300ms ease;
    -ms-transition: box-shadow 300ms ease;
    -o-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    -webkit-box-shadow:inset 0 -100px 30px -15px rgba(0,0,0,0.3);
    box-shadow:inset 0 -100px 30px -15px rgba(0,0,0,0.3);
}
.slider-banners .banners .banner:hover .banner-shadow{
    -webkit-box-shadow:inset 0 -300px 30px -15px rgba(0,0,0,0.5);
    box-shadow:inset 0 -300px 30px -15px rgba(0,0,0,0.5);
}
.slider-banners .banners .banner-desc{
    bottom: 0;
    padding: 0 0 30px;
    color: #ffffff;
    z-index: 3;
}
.slider-banners .banners .banner-section{
    text-overflow: ellipsis;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    top: 18px;
    left: 32px;
    z-index: 3;
    color: #ffffff;
}
.slider-banners .banners .banner-title-3d{
    margin-left: 32px;
}
.slider-banners .banners .banner-desc .banner-title{
    text-overflow: ellipsis;
    font-size: 1.7vw;
    font-weight: 600;
    line-height: 26px;
}
.slider-banners .banners .banner-podarki{
    position: absolute;
    width: 80%;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -20px;
}
.slider-banners .banners .banner-3d{
    position: absolute;
    width: 50%;
    z-index: 3;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.slider-banners .banners .banner-strelka{
    position: absolute;
    width: 18%;
    z-index: 3;
    bottom: 20px;
    right: 20px;
    animation: 0.75s linear infinite banner-strelka;
}


@keyframes banner-strelka {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}





/********* ТИЗЕРЫ **********/
@media (max-width: 769px) {
    .teasers{
        padding: 60px 0;
    }
}
.teasers{
    padding: 80px 0;
}
.teasers .teaser-title{
    font-size: 17px;
    font-weight: 700;
}
.teasers .teaser-description{
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 20px;
}



.snip-right{
    display: inline-block;
    animation: 0.75s linear infinite snip-right;
}


@keyframes snip-right {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(10px);
  }
}



/********* О КОМПАНИИ **********/
.company{}
.company .company-link-video{
    position: relative;
}
.company .company-link-video::before,
.company .company-link-video::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform ease .3s;
}
.company .company-link-video::before{
    border: 15px solid transparent;
    border-left: 30px solid #fff;
    z-index: 2;
    margin: -15px 0 0px -12px;
}
.company .company-link-video::after{
    margin: -45px 0 0 -45px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #3151aa;
    border-color: #3151aa;
}
.company .company-link-video:hover::before,
.company .company-link-video:hover::after{
    transform: scale(1.1);
}



/********* Быстрый заказ **********/
.quick-order{
    background-color: #3151aa;
    color: #ffffff;
}


/********* НАШИ РАБОТЫ **********/
.works{
    
}
.work-items .work-item .work-item-block{
    padding-bottom: 66%;
    min-height: 200px;
}
.work-items .work-item .work-item-block::before,
.work-items .work-item .work-item-block::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    border-radius: var(--bs-border-radius);
}
.work-items .work-item .work-item-block::before{
    content: "\f62c";
    display: flex;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
.work-items .work-item .work-item-block::after{
    top: 40%;
    z-index: 1;
    background: -moz-linear-gradient(90deg,rgba(0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}
.work-items .work-item .work-item-block:hover::before{
    opacity: 1;
}
.work-items .work-item .work-item-block a{
    z-index: 99;
}

/********* Статьи(НОВОСТИ) **********/
.articles{
    
}

/********* Отзывы **********/
.reviews{
    
}
/********* ВКонтакте **********/
.vk-block{
    
}
/********* Наши партнеры **********/
.partners{
    
}







/******** Внутрение СТРАНИЦЫ *********/

.page-image-container{
    height: 550px;
}














/******** КАТАЛОГ СТРАНИЦА *********/

/********* СПИСОК ДИЗАЙНОВ **********/

















/********* УДАЛИТЬ **********/

.home-block-title{
    padding-top: 5px;
    margin-bottom: 30px;
}
.home-block-title h1,
.home-block-title h2{
    margin: 0;
}
.home-block-title-small{
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}
@media (max-width: 769px) {
    .home-block-title-small > a{
        clear: both;
        font-size: 0;
        height: 27px;
        width: 27px;
        display: block;
        padding: 5px;
        margin-right: 5px;
    }
    .home-block-title-small > a:before {
        content: "\f285";
        display: inline-block;
        font-family: bootstrap-icons!important;
        font-style: normal;
        font-weight: 400!important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
    }
}
.home-block-title-small a{
    color: #999999;
}
.home-block-title-small a:hover{
    color: #3151AA;
}

/********* УДАЛИТЬ **********/
/* home slideshow */
.home-slideshow{
    position: relative;
    height: 550px;
    overflow: hidden;
}
.home-carousel-slidershow{
    overflow: hidden;
}
.home-carousel-slidershow .carousel-control-next,
.home-carousel-slidershow .carousel-control-prev{
    width: 7%;
    opacity: .3;
    transition: none;
    left: auto;
    right: auto;
    transition-duration: .3s, .3s, .2s;
    transition-timing-function: ease;
    transition-delay:  0s, 0s, .2s;
    transition-property: left, right, opacity;
}
.home-carousel-slidershow .carousel-control-prev{
    right: 100%;
}
.home-carousel-slidershow .carousel-control-next{
    left: 100%;
}
.home-carousel-slidershow:hover .carousel-control-prev{
    right: 93%;
    opacity: 1;
}
.home-carousel-slidershow:hover .carousel-control-next{
    left: 93%;
    opacity: 1;
}
.home-carousel-slidershow .carousel-control-next:hover .btn,
.home-carousel-slidershow .carousel-control-prev:hover .btn{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.home-carousel-slidershow .carousel-item{
}
.home-carousel-slidershow .home-carousel-slidershow-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-carousel-slidershow .home-carousel-slidershow-container{
    padding-left: 7%;
    padding-right: 7%;
    /*background-color: rgba(255,255,255,0.3);*/
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.home-carousel-slidershow .home-carousel-slidershow-desc{
    width: 50%;
    min-width: 700px;
}
.home-carousel-slidershow .home-carousel-slidershow-image{
    max-width: 50%;
}
.home-carousel-slidershow .home-carousel-slidershow-image img{
    max-height: 100%;
    max-width: 90%;
}
.home-carousel-slidershow-desc{
    color: #000000;
}
.home-carousel-slidershow-tile{
    font-size: 13px;
    text-transform: uppercase;
    opacity: .7;
    line-height: 16px;
}
.home-carousel-slidershow-title{
    font-size: 48.92px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    
}
.home-carousel-slidershow-description{
    font-size: 19.21px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 1.2;
}

.home-slidershow-banner .slidershow-banner{
    position: relative;
}
.slidershow-banner .slidershow-banner-bg,
.slidershow-banner .slidershow-banner-shadow,
.slidershow-banner .slidershow-banner-desc{
    position: absolute;
    left: 0;
    width: 100%;
}
.slidershow-banner .slidershow-banner-bg{
    top: 0;
    height: 100%;
    z-index: 1;
}
.slidershow-banner .slidershow-banner-shadow{
    top: 0;
    height: 100%;
    z-index: 2;
    -webkit-transition: box-shadow 300ms ease;
    -moz-transition: box-shadow 300ms ease;
    -ms-transition: box-shadow 300ms ease;
    -o-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    -webkit-box-shadow:inset 0 -100px 30px -15px rgba(0,0,0,0.3);
    box-shadow:inset 0 -100px 30px -15px rgba(0,0,0,0.3);
}
.slidershow-banner:hover .slidershow-banner-shadow{
    -webkit-box-shadow:inset 0 -300px 30px -15px rgba(0,0,0,0.5);
    box-shadow:inset 0 -300px 30px -15px rgba(0,0,0,0.5);
}
.slidershow-banner .slidershow-banner-desc{
    bottom: 0;
    padding: 0 0 30px;
    color: #ffffff;
    z-index: 3;
}
.slidershow-banner .slidershow-banner-section{
    text-overflow: ellipsis;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    top: 18px;
    left: 32px;
    z-index: 3;
    color: #ffffff;
}
.slidershow-banner-title-3d{
    margin-left: 32px;
}
.slidershow-banner .slidershow-banner-desc .slidershow-banner-title{
    text-overflow: ellipsis;
    font-size: 1.7vw;
    font-weight: 600;
    line-height: 26px;
}
.slidershow-banner .slidershow-banner-podarki{
    position: absolute;
    width: 80%;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -20px;
}
.slidershow-banner .slidershow-banner-3d{
    position: absolute;
    width: 50%;
    z-index: 3;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.slidershow-banner .slidershow-banner-strelka{
    position: absolute;
    width: 18%;
    z-index: 3;
    bottom: 20px;
    right: 20px;
    animation: 0.75s linear infinite banner-strelka;
}


@keyframes banner-strelka {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
/* ПРОВЕРИТЬ */
@media (max-width: 992px) {
    .home-slideshow{
        border-radius: 0!important;
        height: auto!important;
    }
    .home-slideshow .carousel{
        height: 450px!important;
    }
    .home-slidershow-banner{
        height: 250px!important;
    }
    .slidershow-banner .slidershow-banner-section{
        font-size: 2.5vw;
    }
    .slidershow-banner .slidershow-banner-desc .slidershow-banner-title{
        font-size: 2vw;
    }
    .slidershow-banner .slidershow-banner-3d{
        width: 30%;
    }
}

@media (max-width: 769px) {
    .home-slideshow{
        box-shadow: none!important;
        overflow: visible;
    }
    .home-slideshow .h-100{
        height: auto!important;
    }
    .home-carousel-slidershow .home-carousel-slidershow-bg{
        position: relative!important;
        height: 250px!important;
    }
    .home-carousel-slidershow .home-carousel-slidershow-bg:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.3);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }
    .home-carousel-slidershow .home-carousel-slidershow-container{
        position: relative!important;
        padding: 27px 20px;
        background-color: #f8f8f8;
        text-align: center;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        display: block!important;
    }
    .home-carousel-slidershow .carousel-control-next, .home-carousel-slidershow .carousel-control-prev{
        display: none;
    }
    .home-carousel-slidershow .home-carousel-slidershow-desc{
        width: 100%;
        min-width: 0;
        padding: 0!important;
    }
    .home-carousel-slidershow-tile{
        font-size: 11px;
    }
    .home-carousel-slidershow-title{
        font-size: 22px;
    }
    .home-carousel-slidershow-description{
        font-size: 13px;
    }
    .home-carousel-slidershow .home-carousel-slidershow-image{
        position: absolute;
        display: block!important;
        bottom: 100%;
        left: 50%;
        margin-bottom: 20px;
        max-width: none;
        width: 90%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .home-carousel-slidershow .carousel-indicators{
        top: 220px;
        bottom: auto;
    }
    .home-carousel-slidershow .home-carousel-slidershow-image img{
        max-height: 220px;
    }
    .home-slidershow-banner{
        height: auto!important;
    }
    .home-slidershow-banner .slidershow-banner{
        height: auto!important;
        padding-top: 47%!important;
    }
    .home-slidershow-banner .slidershow-banner>div{
        height: 100%!important;
        position: absolute!important;
        top: 0;
        left: 0;
    }
    .slidershow-banner .slidershow-banner-shadow{
        -webkit-box-shadow: inset 0 -90px 40px -15px rgba(0,0,0,0.5)!important;
        box-shadow: inset 0 -90px 40px -15px rgba(0,0,0,0.5)!important;
    }
    .slidershow-banner .slidershow-banner-bg.item-zoom{
        transform: scale(1)!important;
    }
    .slidershow-banner .slidershow-banner-bg .image{
        height: 100%!important;
    }
    .slidershow-banner .slidershow-banner-desc{
        padding: 0 15px 20px;
    }
    .slidershow-banner .slidershow-banner-desc .slidershow-banner-title{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .slidershow-banner .slidershow-banner-section{
        font-size: 3vw;
    }
    .slidershow-banner .slidershow-banner-desc .slidershow-banner-title{
        font-size: 3vw;
    }
    .slidershow-banner .slidershow-banner-3d{
        width: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}





/* home reviews */
.home-reviews{
    border-top: 1px solid #e5e5e5;
    padding: 60px 0;
}
.slide-reviews{
    margin-top: 20px;
}
.slide-reviews .carousel-control-next,
.slide-reviews .carousel-control-prev{
    opacity: 1;
}
.slide-reviews .carousel-control-next:hover .btn, .slide-reviews .carousel-control-prev:hover .btn{
    background-color: #3151AA;
    border-color: #3151AA;
    color: #ffffff;
}
.slide-reviews-p{
    max-width: 950px;
    margin: 0 auto;
}

.slide-reviews-image{
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
}
.slide-reviews-date{
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}
.slide-reviews-name-p{
    font-size: 20px;
    font-family: JuliaMono;
}
.slide-reviews-desc{
    font-size: 15px;
    line-height: 24px;
}
.home-reviews-image svg{
    fill: #999;
}
@media (max-width: 769px) {
    .slide-reviews .carousel-control-next .btn, .slide-reviews .carousel-control-prev .btn,
    .slide-reviews .carousel-control-next:hover .btn, .slide-reviews .carousel-control-prev:hover .btn{
        background-color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0);
        color: #333333;
    }
}






/* quest */
.block-quest{
    background-color: #f8f9f8;
    overflow: hidden;
    position: relative;
}
.block-quest .block-quest-bg1{
    background-image: url("../../images/Messi-Background-PNG.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    top: 150px;
    right: 78%;
    width: 507px;
    height: 571px;
}
.block-quest .block-quest-bg2{
    background-image: url("../../images/russell-westbrook-clipart-2.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    bottom: 0;
    left: 76%;
    width: 460px;
    height: 450px;
}
.block-quest-process{
    position: absolute;
    top: 30px;
    width: 90%;
    left: 5%;
}
@media (min-width: 768px){
.block-quest-process{
    width: 40%;
}
}
.block-quest-content{
    background-color: rgba(165, 182, 229, .6);
}
.block-quest-bigimage{
    height: 400px;
    width: 100%;
    position: relative;
}
.block-quest-smallimage{
    height: 150px;
}
.quest-question-other-area{
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity .2s ease, visibility .2s ease;
    -ms-transition: opacity .2s ease, visibility .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
}
.quest-question-other-area.active{
    opacity: 1;
    visibility: visible;
}

.block-quest-bigimage span.image{
  transform: scale(1);
  transition: transform 500ms linear;
}
.block-quest-bigimage span.image.animate {
  transform: scale(0);
}
.block-quest-question{
    transition: all 500ms linear;
  transform: scale(1);
  opacity: 1;
    visibility: visible;
}
.block-quest-question.animate {
  transform: scale(0);
}
.block-quest-question.clone{
    opacity: 0;
    visibility: hidden;
}
.block-quest-process:before,
.block-quest-process:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 20px;
}
.block-quest-process:before{
    content: "1";
    left: 0;
}
.block-quest-process:after{
    content: "10";
    right: 0;
}
@media (max-width: 767px){
    .nav-question{
        position: absolute;
        top: 0;
        width: 100%;
        height: 0;
    }
    .nav-question .btn{
        position: absolute;
        top: 200px;
        z-index: 10;
        height: 0;
        padding-top: 150px;
        width: 50px;
        text-indent: -9999px;
        white-space: nowrap; 
    }
    .nav-question .btn:before{
        display: block;
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        text-indent: 0;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        font-size: 28px;
    }
    .nav-question .btn.prev-question{
        left: 2px;
    }
    .nav-question .btn.next-question{
        right: 2px;
    }
    .nav-question .btn.prev-question:before{
        content: "<";
    }
    .nav-question .btn.next-question:before{
        content: ">";
    }
    .block-quest-questions{
        min-height: 366px;
    }
}





.nav-tabs .nav-link{
    position: relative;
}
.nav-tabs .nav-link.active{
    border-bottom-color: #ffffff !important;
    cursor: default;
}
.nav-tabs .nav-link:not(.active):hover{
    border-bottom-color: transparent !important;
}
/*.nav-tabs .nav-link:before {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgb(175,175,175,0) 0,rgba(175,175,175,.3) 100%);
    background: linear-gradient(to right,rgba(175,175,175,0) 0,rgba(175,175,175,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}
.nav-tabs .nav-link:not(.active):hover:before {
    -webkit-animation: xwave .5s;
    animation: xwave .5s;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}*/


/* about */
.about-clients .col,
.about-partners .col,
.about-brands .col{
    border: 1px solid #f2f2f2;
    -webkit-transition: box-shadow 200ms linear;
    -moz-transition: box-shadow 200ms linear;
    -ms-transition: box-shadow 200ms linear;
    -o-transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-clients .col:hover,
.about-partners .col:hover,
.about-brands .col:hover {
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    z-index: 2;
    cursor: pointer;
}
.about-partners.owl-carousel,
.about-brands.owl-carousel{
    margin: -9px;
    padding: 9px;
    overflow: hidden;
}
.about-partners.owl-carousel .owl-stage-outer,
.about-brands.owl-carousel .owl-stage-outer{
    overflow: visible;
}



/*  popup blocks hide  */
.popup-block-hide{
    display: none;
    z-index: 99999;
    position: fixed;
}
.block-popup-content{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}
.popup-bg{
    background: #3a3f44;
    opacity: .7!important;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.popup-content{
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    padding: 34px 40px 30px 20px;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid #fafafa;
    border-radius: var(--bs-border-radius);
}
.popup-cloze{
    position: absolute;
    z-index: 3;
    opacity: 0.7;
    cursor: pointer;
}
.popup-cloze:hover{
    opacity: 1;
}
.block-popup-content > .popup-cloze{
    top: 20px;
    right: 30px;
    font-size: 2.2rem;
    color: #fefefe;
}
.block-popup-content > .popup-cloze:hover{
    color: #ffffff;
}
.popup-content > .popup-cloze{
    top: 10px;
    right: 15px;
    font-size: 1.3rem;
    color: #000000;
}
.popup-content > .popup-cloze:hover{
    color: #3151aa;
}


/* popup search */
.popup-search-cont{
    top: -100px;
    left: 0;
    padding: 0;
    width: 100%;
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.popup-search-cont > .popup-cloze{
    top: 50%;
    margin-top: -19px;
    right: 50px;
    font-size: 30px;
}
.popup-search-input{
    height: 100px;
}
.popup-search-input input{
    font-size: 20px;
    padding: 0;
    height: 100%;
    color: #333333;
    width: 100%;
    border: none;
    border-radius: 0;
}
.popup-search-input select{
    cursor: pointer;
    font-size: 20px;
    color: #333333;
    padding: 15px 5px;
    border: 0;
    border-radius: 0;
}
.popup-search-input select option{
    cursor: pointer;
}
.popup-search-input .select-y-new-block{
    min-width: 150px;
}
.popup-search-input .y-new-select{
    border: none;
}



























/* articles */
.articles-image{
    height: 200px;
}
.articles-block-item{
    border: 1px solid #f2f2f2;
    -webkit-transition: box-shadow 200ms linear;
    -moz-transition: box-shadow 200ms linear;
    -ms-transition: box-shadow 200ms linear;
    -o-transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.articles-block-item:hover{
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    z-index: 2;
}



/* sertifikati */
.sertifikati-block-item{
    border: 1px solid #f2f2f2;
    -webkit-transition: box-shadow 200ms linear;
    -moz-transition: box-shadow 200ms linear;
    -ms-transition: box-shadow 200ms linear;
    -o-transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sertifikati-block-item:hover{
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    z-index: 2;
}



/*staff*/
.staff-item-block{
    padding-bottom: 100px;
}
.staff-image-cont{
    padding-top: 100%;
}
.staff-image-cont .image{
    padding-top: 100%;
}
.staff-item-block .staff-image-cont-block{
    -webkit-transition: top 200ms linear,bottom 200ms linear;
    -moz-transition: top 200ms linear,bottom 200ms linear;
    -ms-transition: top 200ms linear,bottom 200ms linear;
    -o-transition: top 200ms linear,bottom 200ms linear;
    transition: top 200ms linear,bottom 200ms linear;
    top: auto;
    bottom: -277px;
}
.staff-item-block.contact .staff-image-cont-block{
    top: auto;
    bottom: -277px;
}
.staff-item-block .staff-hidden-block{
    visibility: hidden;
}
.staff-item-block:hover .staff-hidden-block{
    visibility: visible;
}
.staff-item-block:hover .staff-image-cont-block{
    top: auto;
    bottom: -100px;
}



/* video*/
.video-block{
    height: 250px;
}
.video-block:after,
.video-block:before{
    content: "";
    position: absolute;
    background: #ccc;
    height: 5px;
    border-radius: 0 0 3px 3px;
}
.video-block:after{
    opacity: .5;
    left: 16px;
    right: 16px;
    bottom: -10px;
}
.video-block:before{
    left: 8px;
    right: 8px;
    bottom: -5px;
}
.video-block-e{
    width: 40px;
    height: 20px;
    border-radius: 0 0 50% 50%;
}
.video-block .video-block-r{
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    opacity: 0;
}
.video-block:hover .video-block-r{
    opacity: 0.3;
}



/*contact*/
.contact-image{
    padding-top: 100%;
}




/*cloths*/
.cloths-block-item{
    border: 1px solid #f2f2f2;
    -webkit-transition: box-shadow 200ms linear;
    -moz-transition: box-shadow 200ms linear;
    -ms-transition: box-shadow 200ms linear;
    -o-transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cloths-block-item:hover{
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    z-index: 2;
}



.cloths-block-item > a{
    padding-top: 100%;
}
.cloths-block-item > a .cloths-block-h{
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    opacity: 0.1;
}
.cloths-block-item > a:hover .cloths-block-h{
    opacity: 0.9;
}
.cloths-block-p{
    border: 2px solid #ffd700;
}
.cloths-block-p:after,
.cloths-block-p:before{
    content: "";
    display: block;
    position: absolute;
}
.cloths-block-p:after{
    top: 0;
    right: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ffd700;
    border-right: 10px solid #ffd700;
}
.cloths-block-p:before{
    content: "Премиум";
    top: 5px;
    right: 20px;
    color: #ffd700;
    font-weight: 600;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.cloths-block-item > a:hover .cloths-block-p:before{
    opacity: 1;
}
















/*model*/

.model-block-item{
    max-width: 200px;
    width: 100%;
}
.model-block-item .model-block-image{
    padding-top: 100%;
}
.model-block-item .model-block-image .model-block-h{
    left: -100%;
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear;
    -ms-transition: left 200ms linear;
    -o-transition: left 200ms linear;
    transition: left 200ms linear;
}
.model-block-item .model-block-image:hover .model-block-h{
    left: 0;
}
.nav-pills .nav-link.nav-prem-tab.active{
    background-color: #f59f54;
}
.nav-pills .nav-link.nav-mas-tab.active{
    background-color: #ae4dff;
}
.nav-pills .nav-link.nav-eco-tab.active{
    background-color: #4d4dff;
}
.nav-pills .nav-link.nav-oth-tab.active{
    background-color: rgb(108,117,125);
}













/*modal*/
.modal-backdrop{
    z-index: 1044;
}
.modal{
    z-index: 1045;
}









/* favorites-global */
.favorites-global-count{
    background-color: #3151aa;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
}








.reviews-rating-stars .bi{
    cursor: pointer;
}
.reviews-rating-stars .bi-star{
    color: #333333;
}
.reviews-rating-stars .bi-star-fill{
    color: #e6c553;
}
.input-rating .rating-message:before {
    content: "\2014";
}
.input-rating .rating-message:after {
    content: "Без оценки";
}

.bi-star-fill+.bi-star+.bi-star+.bi-star+.bi-star + .rating-message:after{
    content: "Очень плохо";
}
.bi-star-fill+.bi-star-fill+.bi-star+.bi-star+.bi-star + .rating-message:after{
    content: "Плохо";
}
.bi-star-fill+.bi-star-fill+.bi-star-fill+.bi-star+.bi-star + .rating-message:after{
    content: "Нормально";
}
.bi-star-fill+.bi-star-fill+.bi-star-fill+.bi-star-fill+.bi-star + .rating-message:after{
    content: "Хорошо";
}
.bi-star-fill+.bi-star-fill+.bi-star-fill+.bi-star-fill+.bi-star-fill + .rating-message:after{
    content: "Отлично";
}







.offcanvas.offcanvas-search{
    height: auto;
    max-height: none;
    bottom: auto;
}
@media (max-width: 767px) {
    .offcanvas-search .btn-close{
        position: static !important;
        transform: translateY(0) !important;
    }
    .offcanvas-search .bi-search{
        display: none !important;
    }
    .offcanvas-search [type="submit"]{
        text-indent: -99999px;
    }
    .offcanvas-search [type="submit"]:before {
        content: "\f52a";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-indent: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)!important;
    }
}










.bottom-button-info-mobile svg,
.bottom-button-info-mobile svg path{
    fill: #3151aa !important;
}


.info-mobile2.bottom-button-info-mobile{
    height: 70px;
}
.info-mobile2.bottom-button-info-mobile a{
    height: auto;
}
.info-mobile2.bottom-button-info-mobile a svg{
    height: 26px;
}


/*bottom-button-info-mobile*/
.bottom-button-info-mobile{
    max-width: 86%;
    margin: 0 auto;
    border-radius: 35px;
    border: 0;
    bottom: 12px;
    box-shadow: 0px 25px 2px -18px rgba(0,0,0,.15);
    height: 48px;
    overflow: hidden;
    background-color: transparent !important;
}
.bottom-button-info-mobile:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 56px;
    height: 54px;
    left: 50%;
    top: 6px;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 0px 2000px #ffffff;
    z-index: 11;
}
.bottom-button-info-mobile:before{
    
}



.bottom-button-info-mobile a{
    text-indent: -99999px;
    height: auto;
    position: relative;
    z-index: 31;
}
.bottom-button-info-mobile a .bi{
    text-indent: 0;
    display: block;
}
.bottom-button-info-mobile a:nth-child(3){
    opacity: 0;
    visibility: hidden;
}
.bottom-button-info-mobile-catalog{
    width: 46px;
    height: 46px;
    left: 50%;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translateX(-50%);
    bottom: 32px;
}

.offcanvas-mobile .footer-menu a{
    color: #222222;
}

body.mobile{
    background-color: #f4f4f4;
}




.navbar-toggler-icon{
    width: 2.3rem;
    height: 2.3rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2849, 81, 170, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



















/* catalog mobile */
.catalog-mobile-image-block{
    height: calc(0.44 * 100vw);
}
.catalog-mobile-image-block h3{
    font-size: calc(0.09 * 33vw);
    text-shadow: 1px 1px 0px rgba(235,235,235,0.3);
}




@media (min-width: 769px){


/*.home-carousel-slidershow .carousel-item:nth-child(2) .home-carousel-slidershow-container,
.home-carousel-slidershow .carousel-item:nth-child(2) .home-carousel-slidershow-container,
.home-carousel-slidershow .carousel-item:nth-child(2) .home-carousel-slidershow-container,
.home-carousel-slidershow .carousel-item:nth-child(2) .home-carousel-slidershow-container{
    background-color: rgba(0, 0, 0, 0.3);
}*/
.home-carousel-slidershow .carousel-item:nth-child(1) .home-carousel-slidershow-desc,
.home-carousel-slidershow .carousel-item:nth-child(1) .home-carousel-slidershow-description,
.home-carousel-slidershow .carousel-item:nth-child(2) .home-carousel-slidershow-desc,
.home-carousel-slidershow .carousel-item:nth-child(2) .home-carousel-slidershow-description,
.home-carousel-slidershow .carousel-item:nth-child(5) .home-carousel-slidershow-desc,
.home-carousel-slidershow .carousel-item:nth-child(5) .home-carousel-slidershow-description,
.home-carousel-slidershow .carousel-item:nth-child(9) .home-carousel-slidershow-desc,
.home-carousel-slidershow .carousel-item:nth-child(9) .home-carousel-slidershow-description{
    color: #ffffff;
}


}






























/* constructor-mobile-conteiner */
.constructor-mobile-conteiner{
    position: fixed;
    z-index: 998;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3151aa;
    background: -webkit-gradient( linear, left top, left bottom, from( #3151aa ), to( #a5b6e5 ) );
    background: -webkit-linear-gradient( top, #3151aa, #a5b6e5 );
    background: -moz-linear-gradient( top, #3151aa, #a5b6e5 );
    background: -ms-radial-gradient( top, #3151aa, #a5b6e5 );
    background: -o-linear-gradient( top, #3151aa, #a5b6e5 );
    background: linear-gradient( top, #3151aa, #a5b6e5 );
}
.loder{
    position: fixed;
    z-index: 998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}
.loder .spinner-border{
    color: #3151aa;
}
.constructor-mobile-wrap{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.constructor-colors-tabs{
    top: 46px;
}
.constructor-colors-tabs .nav-tabs{
    margin-bottom: 10px !important;
    border-bottom: 0;
}
.constructor-colors-tabs .nav-tabs .nav-item{
    margin: 0 5px !important; 
}
.constructor-colors-tabs .nav-tabs .nav-item .nav-link{
    color: #ffffff;
    border: 0;
    border-radius: 4px;
}
.constructor-colors-tabs .nav-tabs .nav-item .nav-link.active{
    color: #222222;
    background-color: #ffffff;
}




.offcanvas-full{
    --bs-offcanvas-width: 100%;
}


.logo-colors-cont{
    display: inline-block;
    border: 2px solid #000000;
    width: 100px;
    height: 30px;
    border-radius: 4px;
}
.logo-colors{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    color: transparent;
}

.close-btn{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f00'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 15px;
    right: 20px;
}
.h-butn{
    display: none;
}
.dell .h-butn{
    display: block;
    text-align: center;
}
.dell>.p-1,
.dell>.close-btn{
    display: none;
}

/* конструктор футбол */
.constructor-display-base{
    position: relative;
    z-index: 1;
    width: 505px;
    height: 410px;
}
.constructor-display-bot{
    position: relative;
    z-index: 2;
    width: 240px;
    height: 410px;
}
.constructor-display-full{
    width: 505px;
}
.constructor-display-full-base{
    position: relative;
    z-index: 3;
    width: 505px;
    height: 410px;
}
.constructor-display-full-bot{
    position: relative;
    z-index: 2;
    width: 240px;
    height: 210px;
}
.constructor-display-full-bot-l{
    width: 240px;
    height: 410px;
    margin-top: -100px;
}
.constructor-display-back{
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
#mask{
    background-image: url("https://safsport.ru/admin/cnstr/assets/images/builder/mask/274.png") !important;
}
#bot_mask {
    background-image: url("https://safsport.ru/admin/cnstr/assets/images/builder/mask/276.png") !important;
    display: block !important;
}
.const-set-desing-m.active,
.const-set-desing-sh.active{
    outline: 2px solid #223977;
}
.add-complect{
    transition: transform 500ms linear;
}
.const-set-color.active{
    outline: 2px solid #ffffff;
}

.constructor-display-full-table table{
    
}


.mobile-menu{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.mobile-menu .mobile-menu-cont{
    display: flex;
    flex-wrap: nowrap;
    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
}
.mobile-menu .mobile-menu-cont.open-drop{
    transform: translateX(-100%);
}
.mobile-menu ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
}
.mobile-menu a{
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    padding: 19px 20px 20px 19px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
}
.mobile-menu li:last-child > a{
    border-bottom: 0;
}
.mobile-menu a.dropdown-toggle{
    display: flex;
    justify-content: space-between;
}
.mobile-menu a.dropdown-toggle:after{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    margin: 0;
    vertical-align: middle;
}
.mobile-menu svg,
.mobile-menu svg path {
    fill: #3151aa;
    fill: rgb(49, 81, 170);
}
.mobile-menu .dropdown-menu-mobile{
    display: none;
}
.mobile-menu .dropdown-menu-mobile.open{
    display: flex;
}





.block-mobile-search{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    transition: left .3s ease;
    padding: 0 50px 0 20px;
}
.block-mobile-search.hide{
    left: 100%;
}
.block-mobile-search input{
    height: 80%;
    width: 100%;
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 24px;
}
.block-mobile-search button{
    padding: 10px; 
}






.modal.bg-title .modal-header{
    background-image: url(../../../lk/image/fon-logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}
.modal.bg-title .modal-header>*{
    position: relative;
    z-index: 5;
}
.modal.bg-title .modal-header:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    backdrop-filter: blur(3px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}
.modal.bg-title .logo-text{
    max-width: 164px;
}







.tooltip {
  --bs-tooltip-max-width: 250px;
}




.wp-block-image img{
    max-width: 100%;
    border-radius: var(--bs-border-radius) !important;
}







.block-header-cart .favorites-global-count{
    left: 23px;
}



.catalog-item.clone{
    transform: scale(1);
    transition: transform 700ms linear;
    z-index: 99999;
    position: absolute;
    background-color: #ffffff;
}
.catalog-item.clone.run{
    transform: scale(0);
}






.image-loop{
    overflow: hidden;
    position: relative;
}
.image-loop span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-loop:hover span{
    transform: scale(2);
}


.carousel-images-slider-item .carousel-indicators{
    margin: 0;
    width: 100%;
}
.carousel-images-slider-item .carousel-indicators button[data-bs-target]{
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    background: none;
    border: 0;
    border-radius: 0;
    display: block;
    margin: 0;
    text-indent: 0;
}
.carousel-images-slider-item .carousel-indicators button[data-bs-target] > span{
    width: 99%;
    padding: 6px 0;
    background-color: #3151AA;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    font-weight: 600;
    opacity: 0.4;
    z-index: 1;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.carousel-images-slider-item .carousel-indicators button[data-bs-target].active > span{
    opacity: 1;
}
.carousel-images-slider-item .carousel-indicators [data-bs-target]:before{
    display: none;
}


.hokey .tab-pane{
    max-height: 205px;
    transition: max-height .3s ease;
    overflow: hidden;
    position: relative;
}
.hokey .tab-pane.more{
    max-height: none;
}































.footer.constructor{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

























































.container-catalog::before,
.container-catalog::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.container-catalog::before{
    background-image: url('/wp-content/themes/safplus/images/template/catalog-fut.webp');
    right: 100%;
    transform: translateX(30%);
}
.container-catalog::after{
    background-image: url('/wp-content/themes/safplus/images/template/catalog-bas.webp');
    left: 100%;
    transform: translateX(-20%);
}







.container-works{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}






.catalog-item-new-block{
    
}

.catalog-item-new-block .catalog-item-new-block-op{
    opacity: 0.75;
    transition: opacity 0.2s ease,background-color 0.2s ease,font-size 0.2s ease;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: rgba(0,0,0,0.01) !important;
    padding: 20px !important;
    align-items: flex-end!important;
}
.catalog-item-new-block:hover .catalog-item-new-block-op{
    opacity: 1;
    font-size: 42px !important;
    background-color: rgba(0,0,0,0.4) !important;
    align-items: center!important;
}




.catalog-item-new-block2{
    overflow: hidden;
}
.catalog-item-new-block2 .catalog-item-new-block-op{
    background-color: #3151aa !important;
    visibility: hidden;
    opacity: 1;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}










.header{
    background-color: #ffffff;
    /*background: linear-gradient(180deg,rgba(255,255,255,.7) 0, rgba(255,255,255,.8) 10%, rgba(220,220,220,1) 20%, rgba(255,255,255,1) 100%);*/
}


.home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}


.header .block-main-menu.fixed-top{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    --bs-border-opacity: 1;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: var(--bs-box-shadow) !important;
    
}
.carousel-control-next, .carousel-control-prev{
    margin-top: 150px;
}












.header{
    height: 150px;
}





.owl-carousel .owl-nav{
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: 1001;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    top: 0;
}
.owl-carousel .owl-nav button.owl-next{
    left: 100%;
}
.owl-carousel .owl-nav button.owl-prev{
    right: 100%;
    left: auto;
}

.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled{
    opacity: 0.3;
    cursor: not-allowed;
}


@media (max-width: 767px) { 
    .owl-carousel .owl-nav{
        position: relative;
        margin: 10px 0 0;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto;
        z-index: 1001;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        position: relative;
        top: auto;
    }
    .owl-carousel .owl-nav button.owl-next{
        left: auto;
    }
    .owl-carousel .owl-nav button.owl-prev{
        right: auto;
        left: auto;
    }
}





.thumbs-model-image .thumb-item.active{
    border-color: red !important;
}



.loader-items{
    height: 0;
    margin-bottom: 35px;
    z-index: 100;
}

.items-more .bi{
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
}
.items-more:hover .bi{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.desing-item{
    border: 1px solid #f2f2f2;
    -webkit-transition: box-shadow 200ms linear;
    -moz-transition: box-shadow 200ms linear;
    -ms-transition: box-shadow 200ms linear;
    -o-transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear;
    z-index: 1;
}
.desing-item:hover {
    border-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    z-index: 2;
}

.desing-items-list .border{
    border-color: #f2f2f2!important;
}

.desing-item-images-btns-info{
    top: 10px;
    right: 5px;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity .2s ease, visibility .2s ease;
    -ms-transition: opacity .2s ease, visibility .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
}
.desing-item-images-cont:hover .desing-item-images-btns-info{
    visibility: visible;
    opacity: 1;
}
.desing-item-images-btns-info .btn{
    padding: 7px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 18px;
    border-color: transparent;
    background-color: transparent;
    color: #aaaaaa;
}
.desing-item-images-btns-info .btn .bi{
    display: inline-block;
}
.desing-item-images-btns-info .btn:hover{
    border-color: transparent;
    background-color: #aaaaaa;
    color: #333333;
}
.desing-item-images-btns-info .btn.add-favorite.active{
    color: #3151aa;
}

.desing-item-images-carousel.owl-carousel .owl-stage-outer{
    z-index: 1;
}
.desing-item-images-carousel.owl-carousel .owl-nav{
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: 1001;
}
.desing-item-images-carousel.owl-carousel .owl-nav button.owl-next, .desing-item-images-carousel.owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    top: 0;
}
.desing-item-images-carousel.owl-carousel .owl-nav button.owl-next{
    right: 0;
    left: auto;
}
.desing-item-images-carousel.owl-carousel .owl-nav button.owl-prev{
    right: auto;
    left: 0;
}
.desing-item-images-carousel.owl-carousel .owl-nav button.owl-next:not(.disabled), .desing-item-images-carousel.owl-carousel .owl-nav button.owl-prev:not(.disabled){
    color: #ffffff;
}
.desing-item-images-carousel .owl-dots{
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 0;
    background: none;
    height: auto;
    width: 100%;
}
.desing-item-images-carousel.owl-carousel .owl-dot{
    position: relative;
    display: block;
    background: none;
    flex: 1 1 auto;
}
.desing-item-images-carousel.owl-carousel .owl-dot > button{
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.desing-item-images-carousel.owl-carousel .owl-dot > button > span{
    display: block;
    width: 99%;
    padding: 6px 0;
    background-color: #3151AA;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    opacity: 0.4;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.desing-item-images-carousel.owl-carousel .owl-dot.active > button > span{
    opacity: 1;
}



.desing-item-image-price{
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: 37px;
    padding: 40px 0;
    font-size: 28px;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    color: #dddddd;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity .2s ease, visibility .2s ease;
    -ms-transition: opacity .2s ease, visibility .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
}
.desing-item-images-cont:hover .desing-item-image-price{
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) { 
    .desing-item-image-price,
    .desing-item-images-btns-info{
        opacity: 1;
        visibility: visible;
    }
}



.btn-model-types.btn-group>.btn,
.btn-model-types.btn-group-vertical>.btn{
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    background-color: rgba(255,255,255,0.1);
}
.btn-model-types.btn-group>.btn:hover,
.btn-model-types.btn-group-vertical>.btn:hover{
    color: #ffffff;
    background-color: rgba(255,255,255,0.3);
}
.btn-model-types.btn-group>.btn.active,
.btn-model-types.btn-group-vertical>.btn.active{
    background-color: rgba(255,255,255,1);
    border-color: #3151AA;
    color: #3151AA;
    cursor: default;
}
.models-list .owl-carousel .owl-nav button.owl-next, .models-list .owl-carousel .owl-nav button.owl-prev{
    color: #dddddd;
}
.models-list .owl-carousel .owl-nav button.owl-next:hover, .models-list .owl-carousel .owl-nav button.owl-prev:hover{
    color: #ffffff;
}
.models-list .badge{
    isplay: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.55em;
}
.types-models .nav-pills{
    width: 370px;
    flex-wrap: nowrap;
    top: 0;
    left: 0;
    transform: rotate(90deg) translate(167px, 250px);
}
.types-models .nav-pills .nav-item{
    flex: 1 0 auto;
}
.types-models .nav-pills .nav-link{
    width: 100%;
    color: #ffffff;
    background-color: transparent;
    font-size: 16px;
    border-radius: 3px;
}
.types-models .nav-pills .nav-link.active{
    color: #3151aa;
    background-color: #ffffff;
}
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    height: 100%;
    position: relative;
}
.owl-carousel .owl-item .model-item{
    height: 100%;
    position: relative;
}
/* Для модального окна модели при открытии ткани */
#ybModelModal .modal-body.loading {
    position: relative;
}
/* Контейнер для модального окна ткани */
#clothModalInModel {
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.25);
}


.cloth-item a .hover-cloth{
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity .2s ease, visibility .2s ease;
    -ms-transition: opacity .2s ease, visibility .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
}
.cloth-item a:hover .hover-cloth{
    opacity: 1;
    visibility: visible;
}
.cloth-preview-text {
    font-size: 0.9rem;
    line-height: 1.4;
    max-height: 100px;
    overflow: hidden;
}

.saf-video-item figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.saf-video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #999999;
    background-color: #ffffff;
}



@media (max-width: 769px) {
    .order-bottom-block{
        height: 600px;
        border-radius: 0!important;
        box-shadow: none!important;
    }
    .order-bottom-block>div{
        border-radius: 0!important;
    }
}


.svg-icon{
    display: block;
    width: 100%;
    height: 100%;
}

.footer-order{
    animation: smoothPulse 1.5s ease-in-out infinite;
}


.unvisibility-block {
  opacity: 0;
  transform: scale(0);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}



@media (max-width: 769px) {
    html, body {
        width: 100% !important;
        overflow-x: hidden;
    }
}

body.mobile{
    margin-top: 50px;
}

.mobile .icon-max{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 1;
    position: relative;
    background-image: url(media/images/social.svg);
    background-repeat: no-repeat;
    background-position: -567px -287px;
    border: 1px solid #2e19ff;
    border-radius: 6px;
}

.mobile .icon-telegram{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 1;
    position: relative;
    background-image: url(media/images/social.svg);
    background-repeat: no-repeat;
    background-position: -332px -332px;
    border: 1px solid #2e19ff;
    border-radius: 6px;
}

.text-max{
    color: #2e19ff;
}

.mobile .mobile-menu .menu-svg-icon{
    width: 30px;
    height: 30px;
}



.info-mobile-w-icon{
    width: 38px;
    margin-left: 1px;
    margin-right: 1px;
}
.info-mobile-w-icon-menu{
    width: 70px;
    padding-right: 2px;
    margin-right: 1px;
}









































