@charset "UTF-8";
@import "../themes/228/assets/vendor/slick-carousel/slick.css";
@font-face{font-family:"IBM Plex Mono";src:url("../themes/228/assets/fonts/IBMPlexMono-Regular.woff2") format("woff2"),url("../themes/228/assets/fonts/IBMPlexMono-Regular.woff") format("woff");font-weight:400;font-display:swap}
@font-face{font-family:"IBM Plex Mono";src:url("../themes/228/assets/fonts/IBMPlexMono-Medium.woff2") format("woff2"),url("../themes/228/assets/fonts/IBMPlexMono-Medium.woff") format("woff");font-weight:500;font-display:swap}
@font-face{font-family:"IBM Plex Mono";src:url("../themes/228/assets/fonts/IBMPlexMono-SemiBold.woff2") format("woff2"),url("../themes/228/assets/fonts/IBMPlexMono-SemiBold.woff") format("woff");font-weight:600;font-display:swap}
@font-face{font-family:"IBM Plex Mono";src:url("../themes/228/assets/fonts/IBMPlexMono-Bold.woff2") format("woff2"),url("../themes/228/assets/fonts/IBMPlexMono-Bold.woff") format("woff");font-weight:700;font-display:swap}
.flex-stretch{display:flex;align-items:stretch}
.flex-center{display:flex;align-items:center}
.flex-between{display:flex;justify-content:space-between}
.flex-evenly{display:flex;justify-content:space-evenly}
.flex-right{display:flex;justify-content:flex-end}
.text-center{text-align:center}
.text-underline{text-decoration:underline}
.section-dark{background-color:var(--main-dark)}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus input:-webkit-autofill,textarea:-webkit-autofill,textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border:0;-webkit-text-fill-color:#ссс;-webkit-box-shadow:0 0 0 1000px transparent inset;transition:background-color 5000s ease-in-out 0s;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%)}
*{box-sizing:border-box;line-height:1.6}
a,button{cursor:pointer}
a:focus,button:focus{outline:none}
a:focus-visible,button:focus-visible{outline:2px solid var(--hover-color);outline-offset:4px}
a{color:#00a9ff;text-decoration:none}
button{padding:0;border:none;font:inherit;color:inherit;background-color:transparent}
svg{display:block;max-width:100%;max-height:100%}
strong{font-weight:700}
html{width:100%;min-width:0}
body{width:100%;min-height:100vh;font-family:"IBM Plex Mono",sans-serif;font-weight:400;font-size:18px;line-height:1.5;-webkit-text-size-adjust:100%;color:var(--main-dark);background-color:var(--main-light);-webkit-tap-highlight-color:rgba(44,44,44,0.2)}
body.lock{overflow:hidden;width:100%}
.wrapper{position:relative;width:100%;min-height:100%;display:flex;flex-direction:column}
main{flex:1 1 auto;width:100%}
.inner-page{padding-top:115px;background:#F5F5F5}
@media (max-width:990px){.inner-page{padding-top:95px}}
@media (max-width:574px){.inner-page{padding-top:80px}}
:root{--hover-color:#e80000;--main-light:#fff;--light-hover:#C1C1C1;--main-dark:#0E0E0F;--blue:#0057B8;--blue-hover:#006DE6;--yellow:#FFD700;--yellow-hover:#C8A800;--link-hover:#B7884D}
.container{width:100%;min-width:320px;max-width:1600px;padding:0 40px;margin:0 auto}
@media (max-width:990px){.container{padding-left:calc(env(safe-area-inset-left) + 24px);padding-right:calc(env(safe-area-inset-right) + 24px)}}
@media (max-width:574px){.container{padding-left:calc(env(safe-area-inset-left) + 16px);padding-right:calc(env(safe-area-inset-right) + 16px)}}
.btn{display:flex;align-items:center;justify-content:center;padding:11px 31px;min-width:220px;font-weight:700;font-size:18px;font-size:calc(16px + 2 * ((100vw - 360px) / (1920 - 360)));line-height:1.9;color:var(--main-dark);white-space:nowrap;background-color:var(--main-light);transition:background-color 0.2s}
@media (min-width:1920px){.btn{font-size:18px}}
@media (max-width:990px){.btn{padding:11px 24px;line-height:1.5;min-width:180px}}
@media (hover:hover){.btn:hover{background-color:var(--light-hover)}}
.btn_blue{color:var(--main-light);background-color:var(--blue)}
@media (hover:hover){.btn_blue:hover{background-color:var(--blue-hover)}}
.btn_yellow{background-color:var(--yellow)}
@media (hover:hover){.btn_yellow:hover{background-color:var(--yellow-hover)}}
.btn .arrow{flex:0 0 16px;width:16px;height:13px;margin-left:20px}
@media (max-width:990px){.btn .arrow{margin-left:12px}}
.nav-btn{position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #0E0E0F;background-color:#fff;transition:background-color 0.3s}
.nav-btn:before{content:"";position:relative;z-index:2;width:50%;max-width:20px;max-height:19px;height:48%;background:url("../themes/228/assets/images/icons/slider-nav.svg") center / 100% no-repeat}
@media (hover:hover){.nav-btn:hover{background-color:#F5F5F5}}
.nav-btn:focus-visible{outline:none;background:#F5F5F5}
.nav-btn:active{background:#F5F5F5}
.link-hover,.text-link-inner a{display:inline;transition:0.3s}
@media (hover:hover){.link-hover:hover,.text-link-inner a:hover{color:var(--blue)}}
.no-brake{white-space:nowrap}
@media (max-width:767px){.no-brake{white-space:normal}}
.title{font-weight:700;line-height:1.1;letter-spacing:0.5px;text-transform:uppercase;color:var(--main-dark)}
.title_h2{font-size:calc(24px + 18 * ((100vw - 360px) / (1920 - 360)))}
@media (min-width:1920px){.title_h2{font-size:42px}}
.title_h3{font-size:calc(18px + 12 * ((100vw - 360px) / (1920 - 360)));font-weight:600}
@media (min-width:1920px){.title_h3{font-size:30px}}
.title_light{color:var(--main-light)}
.social__list{display:flex;align-items:center;margin:0 -2px}
.social__list li{padding:0 2px}
.social__link{display:block;padding:8px;width:40px;height:40px;cursor:pointer}
.social__link svg{display:block;width:100%;height:100%;transition:fill 0.3s}
@media (hover:hover){.social__link:hover svg{fill:var(--yellow)}}
.slick-dots{width:100%;position:absolute;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center}
.slick-dots li{padding:2px 4px}
.slick-dots button{display:block;width:8px;height:8px;background:#FFF;opacity:0.2;border-radius:50%;cursor:pointer;box-shadow:none;font-size:0;line-height:0;transition:opacity 0.3s ease}
.slick-dots .slick-active button{opacity:1}
.section-grey{padding:72px 0;background:#F5F5F5}
@media (max-width:990px){.section-grey{padding:42px 0}}
.header{position:absolute;z-index:20;top:0;left:0;right:0;padding:15px 0;min-height:72px;background:#26271A;transition:background 0.3s ease-in-out}
@media (max-width:1199px){.header:before{content:"";position:fixed;z-index:10;top:0;left:0;right:0;bottom:0;display:block;opacity:0;visibility:hidden;transition:0.3s ease-in-out;background:rgba(0,0,0,0.85)}}
.header_main{padding:20px 0;background:none;transition:none}
.header.header_fixed{padding:10px 0;position:fixed;min-height:60px;background:#26271A;box-shadow:5px 0 15px rgba(0,0,0,0.7);transform:translateY(-100%);opacity:0}
.header.menu-active{opacity:1}
.header.menu-active:before{opacity:1;visibility:visible}
.header__container{height:100%;display:flex;align-items:center;justify-content:space-between}
.header__logo{display:flex;align-items:center}
@media (min-width:1200px){.header_main:not(.header_fixed) .header__logo{display:none}}
.header__logo img{margin-right:25px;display:block;height:auto;width:79px}
@media (max-width:1449px){.header__logo img{width:60px;margin-right:12px}}
@media (max-width:479px){.header__logo img{width:45px}}
.header_fixed .header__logo img{width:45px}
@media (hover:hover){.header__logo:hover .header__title{color:var(--link-hover)}}
.header__title{font-weight:700;font-size:calc(8px + 10 * ((100vw - 360px) / (1920 - 360)));line-height:1.5;color:#FFF;transition:color 0.3s}
@media (min-width:1920px){.header__title{font-size:18px}}
@media (max-width:1199px){.header__title{font-size:calc(10px + 8 * ((100vw - 360px) / (1920 - 360)))}}
@media (max-width:1199px) and (min-width:1920px){.header__title{font-size:18px}}
.page-eng .header__title{margin-right:32px}
@media (max-width:767px){.page-eng .header__title{max-width:250px}}
.header__nav{display:flex;align-items:center}
@media (min-width:1200px){.header__nav{flex:1 1 auto;display:block}}
.header__menu-btn{display:none}
@media (max-width:1199px){.header__menu-btn{position:relative;display:block;z-index:16;width:24px;height:19px}}
@media (max-width:1199px){.header__menu-btn span{position:absolute;right:0;display:block;width:100%;height:3px;background-color:#fff;transition:transform 0.3s,top 0.2s 0.1s,bottom 0.2s 0.1s,opacity 0.2s 0.1s;transform-origin:center center}.header__menu-btn span:first-child{top:0}.header__menu-btn span:nth-child(2){top:50%;transform:translateY(-50%)}.header__menu-btn span:last-child{bottom:0}}
.menu-active .header__menu-btn span{transition:0.2s top,0.2s bottom,0.2s opacity,0.2s transform 0.1s}
.menu-active .header__menu-btn span:first-child{top:50%;transform:translateY(-50%) rotate(-45deg)}
.menu-active .header__menu-btn span:nth-child(2){opacity:0}
.menu-active .header__menu-btn span:last-child{bottom:50%;transform:translateY(50%) rotate(45deg)}
.header__body{margin-left:20px;display:flex;align-items:center;justify-content:flex-end}
@media (max-width:1199px){.header__body{position:fixed;display:block;right:-120%;top:0;width:100%;max-width:300px;height:100vh;z-index:15;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:34px 50px 100px;background:#26271A;transition:right 0.5s}.menu-active .header__body{right:0}}
.header__menu-logo{display:none}
@media (max-width:1199px){.header__menu-logo{display:block;margin-bottom:40px}}
@media (min-width:1200px){.header__lang{margin-left:22px}}
@media (min-width:1200px){.header__list{margin:0 -12px;display:flex;align-items:center;justify-content:flex-end}}
@media (min-width:1450px){.header__list{margin:0 -8px}}
.header__list li{padding:0 12px}
@media (max-width:1449px){.header__list li{padding:0 8px}}
@media (max-width:1199px){.header__list li{padding:6px 0}}
.header__link{display:inline-block;padding:12px 0;font-weight:700;font-size:calc(12px + 4 * ((100vw - 360px) / (1920 - 360)));line-height:1.2;color:#FFF;white-space:nowrap;text-decoration:none;transition:color 0.3s,background 0.3s}
@media (min-width:1920px){.header__link{font-size:16px}}
@media (max-width:1199px){.header__link{font-size:16px;display:block;padding:6px 0;border-bottom:1px solid rgba(var(--link-hover),0)}}
.header_main .header__link{background:linear-gradient(var(--c,#fff) 0 0) 0 72% / var(--d,100%) 1px no-repeat;font-size:calc(12px + 8 * ((100vw - 360px) / (1920 - 360)))}
@media (min-width:1920px){.header_main .header__link{font-size:20px}}
@media (hover:hover){.header_main .header__link:hover{--d:0;--c:var(--link-hover)}}
@media (max-width:1199px){.header_main .header__link{font-size:16px;--d:0}}
@media (max-width:1199px){.header_main .header__link_support{color:#000;padding:12px 16px;background-color:var(--yellow);text-align:center}}
@media (max-width:1199px) and (hover:hover){.header_main .header__link_support:hover{color:#000;background-color:var(--yellow-hover)}}
.header__link_current{color:var(--link-hover);--d:0;cursor:default}
@media (hover:hover){.header__link:hover{color:var(--link-hover)}}
.inner-page .header__link_support{color:#000;padding:12px 16px;background-color:var(--yellow);text-align:center}
@media (hover:hover){.inner-page .header__link_support:hover{color:#000;background-color:var(--yellow-hover)}}
.lang-menu{position:relative}
@media (max-width:1199px){.lang-menu{width:fit-content;display:none}}
@media (max-width:419px){.lang-menu{display:block}}
.lang-menu_tablet{display:none}
@media (max-width:1199px){.lang-menu_tablet{display:block;margin-right:24px}}
@media (max-width:419px){.lang-menu_tablet{display:none}}
.lang-menu__button{position:relative;z-index:2;display:flex;align-items:center;color:#FFF;padding:12px 0 10px;font-size:calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));font-weight:700;line-height:1;text-transform:uppercase;transition:color 0.2s}
@media (min-width:1920px){.lang-menu__button{font-size:18px}}
@media (max-width:1199px){.lang-menu__button{padding:12px 0;font-size:16px}}
.header_main .lang-menu__button{font-size:calc(14px + 6 * ((100vw - 360px) / (1920 - 360)))}
@media (min-width:1920px){.header_main .lang-menu__button{font-size:20px}}
@media (max-width:1199px){.header_main .lang-menu__button{font-size:16px}}
.lang-menu__button svg{flex:0 0 16px;width:16px;height:auto;margin-left:8px;transition:stroke 0.2s,transform 0.2s}
.active .lang-menu__button svg{transform:rotate(180deg)}
@media (hover:hover){.lang-menu__button:hover{color:var(--link-hover)}.lang-menu__button:hover svg{stroke:var(--link-hover)}}
.lang-menu__option-list{position:absolute;top:100%;left:0;right:0;z-index:3;width:100%;overflow:hidden;box-shadow:0 0 23px 8px rgba(0,0,0,0.15);background-color:#fff;display:none}
.lang-menu__option{display:inline-block;padding:8px 12px;color:#0E0E0F;font-size:calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase}
@media (min-width:1920px){.lang-menu__option{font-size:18px}}
.header_main .lang-menu__option{font-size:calc(14px + 6 * ((100vw - 360px) / (1920 - 360)))}
@media (min-width:1920px){.header_main .lang-menu__option{font-size:20px}}
@media (max-width:1199px){.lang-menu__option{font-size:16px}}
@media (hover:hover){.lang-menu__option:hover{background-color:var(--link-hover)}}
.footer{padding:62px 0 49px}
@media (max-width:767px){.footer{padding:48px 0 24px}}
.footer__main-menu{margin-bottom:48px}
@media (max-width:767px){.footer__main-menu{margin-bottom:0}}
.footer__grid{margin-bottom:20px}
@media (min-width:768px){.footer__grid{margin-bottom:25px}}
.footer__main{display:flex;align-items:center;padding:41px 0 33px;border-top:2px solid rgba(255,255,255,0.2)}
@media (max-width:767px){.footer__main{flex-wrap:wrap;padding:41px 0 22px;justify-content:center}}
.footer__logo{flex:1 1 auto;display:flex;align-items:center}
@media (max-width:767px){.footer__logo{flex:0 0 auto;max-width:100%}}
@media (max-width:599px){.page-eng .footer__logo{max-width:350px}}
@media (max-width:419px){.page-eng .footer__logo{max-width:310px}}
.footer__logo img{flex:0 0 46px;width:46px;height:53px;object-fit:contain;margin-right:12px}
@media (max-width:359px){.footer__logo img{flex:0 0 40px;width:40px}}
.footer__title{font-weight:400;font-size:calc(12px + 6 * ((100vw - 360px) / (1920 - 360)));line-height:1.6;color:var(--main-light)}
@media (min-width:1920px){.footer__title{font-size:18px}}
.footer__nav{margin-left:32px}
@media (max-width:767px){.footer__nav{margin:38px 0 0;flex:1 0 100%;display:flex;justify-content:center}}
.footer__bottom{font-weight:400;font-size:calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));line-height:1.7;color:var(--main-light)}
@media (min-width:1920px){.footer__bottom{font-size:18px}}
@media (max-width:767px){.footer__bottom{flex-direction:column;align-items:center}}
.footer__bottom span{white-space:nowrap}
@media (max-width:767px){.footer__bottom span:first-child{margin-bottom:12px}}
.footer__bottom a{margin-bottom:3px}
@media (max-width:767px){.footer__bottom a{margin-bottom:2px;max-width:120px}}
.footer__bottom a svg{transition:fill 0.3s}
@media (hover:hover){.footer__bottom a:hover svg{fill:#ed2424}}
.footer-grid{display:grid;grid-template-columns:1fr 300px;grid-template-rows:1fr auto;column-gap:100px;row-gap:32px;grid-template-areas:"descr buttons" "menu buttons"}
@media (max-width:1199px){.footer-grid{column-gap:50px}}
@media (max-width:990px){.footer-grid{grid-template-areas:"descr buttons" "menu menu"}}
@media (max-width:767px){.footer-grid{display:block}}
.footer-grid__descr{grid-area:descr;margin-bottom:32px;font-weight:400;font-size:calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));line-height:150%;color:var(--main-light)}
@media (min-width:1920px){.footer-grid__descr{font-size:18px}}
@media (max-width:990px){.footer-grid__descr{padding-right:50px}}
@media (max-width:767px){.footer-grid__descr{padding-right:0;margin-bottom:32px}}
.footer-grid__descr a{color:var(--main-light);line-height:1.5;display:inline;border:none;text-decoration:none}
@media (hover:hover){.footer-grid__descr a:hover{color:var(--yellow);border:0}}
.footer-grid__descr a span{line-height:1.5;text-decoration:underline}
@media (max-width:767px){.footer-grid{padding:24px 0}}
.footer-grid__info-menu{grid-area:menu}
@media (max-width:574px){.footer-grid__info-menu.footer-menu{display:block}}
.footer-grid__buttons{grid-area:buttons}
@media (max-width:990px){.footer-grid__buttons{flex:0 0 250px}}
@media (max-width:767px){.footer-buttons{margin:0 0 24px}}
@media (max-width:767px){.footer-buttons__row{display:flex}}
@media (max-width:519px){.footer-buttons__row{display:block}}
.footer-buttons__button{justify-content:space-between;width:100%;max-width:300px}
@media (max-width:767px){.footer-buttons__button{order:1;flex:0 0 calc(50% - 12px);max-width:100%}}
.footer-buttons__button.btn_yellow{margin-bottom:24px}
@media (max-width:767px){.footer-buttons__button.btn_yellow{order:2;margin:0 0 0 24px}}
@media (max-width:519px){.footer-buttons__button.btn_yellow{margin:0 0 24px}}
.footer-buttons strong{display:block;margin-bottom:12px;font-size:calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));line-height:150%;color:var(--main-light)}
@media (min-width:1920px){.footer-buttons strong{font-size:18px}}
.footer-menu{margin:-4px -12px;display:flex;align-items:baseline;flex-wrap:wrap}
@media (min-width:575px){.footer-menu{margin:-6px -12px}}
@media (min-width:991px){.footer-menu{margin:-9px -16px}}
@media (max-width:574px){.footer__main-menu .footer-menu{flex-direction:column;max-height:110px}.footer__main-menu .footer-menu li{width:50%}}
.footer-menu li{padding:3px 12px}
@media (min-width:575px){.footer-menu li{padding:5px 12px}}
@media (min-width:991px){.footer-menu li{padding:8px 16px}}
.footer-menu__link{font-weight:500;font-size:calc(12px + 4 * ((100vw - 360px) / (1920 - 360)));line-height:1.3;color:var(--main-light);display:inline;transition:0.3s}
@media (min-width:1920px){.footer-menu__link{font-size:16px}}
@media (hover:hover){.footer-menu__link:hover{color:var(--yellow)}}
.footer-menu__link_current{color:var(--link-hover);cursor:default;display:inline;transition:0.3s}
@media (hover:hover){.footer-menu__link_current:hover{color:var(--link-hover)}}
.gallery-page__title{margin-bottom:57px}
@media (max-width:990px){.gallery-page__title{margin-bottom:36px}}
@media (max-width:574px){.gallery-page__title{margin-bottom:24px}}
@media (max-width:990px){.gallery-page__container{padding:0}}
.gallery-page__slider{margin-bottom:27px}
@media (max-width:767px){.gallery-page__slider{margin-bottom:18px}}
.gallery-page__slider .slick-track{display:flex;align-items:center}
.gallery-page__slider::before,.gallery-page__slider::after{content:"";position:absolute;top:0;bottom:0;width:80px;display:block;z-index:2}
@media (max-width:574px){.gallery-page__slider::before,.gallery-page__slider::after{width:40px}}
.gallery-page__slider::after{left:0;background:linear-gradient(90deg,#F5F5F5 0%,rgba(245,245,245,0) 90%)}
.gallery-page__slider::before{right:0;background:linear-gradient(270deg,#F5F5F5 0%,rgba(245,245,245,0) 90%)}
.gallery-page__slide{width:963px;max-width:65vw;opacity:0.25;transform:scale(0.95);transition:0.3s ease-in-out}
@media (max-width:990px){.gallery-page__slide{max-width:80vw}}
.gallery-page__slide.slick-center{opacity:1;transform:scale(1)}
.gallery-page__slide.slick-active:not(.slick-center) img{object-position:right}
.gallery-page__slide.slick-center + .slick-active img{object-position:left}
.gallery-page__slide picture{display:flex;align-items:center;justify-content:center;width:100%}
.gallery-page__slide img{display:block;width:100%;height:auto;max-height:550px;object-fit:contain;transition:0.3s}
.gallery-page__nav-btn{position:absolute;z-index:5;top:50%;width:48px;height:48px;transform:translateY(-50%)}
.gallery-page__nav-btn.swiper-button-disabled{opacity:0;visibility:hidden}
.gallery-page__nav-btn_prev{left:40px;transform:translate(0,-50%)}
@media (max-width:1199px){.gallery-page__nav-btn_prev{left:10px}}
.gallery-page__nav-btn_next{right:40px;transform:translate(0,-50%) scale(-1)}
@media (max-width:1199px){.gallery-page__nav-btn_next{right:10px}}
.gallery-page__slider-preview::before,.gallery-page__slider-preview::after{content:"";position:absolute;top:0;bottom:0;width:80px;display:block;z-index:2}
@media (max-width:574px){.gallery-page__slider-preview::before,.gallery-page__slider-preview::after{width:40px}}
.gallery-page__slider-preview::after{left:0;background:linear-gradient(90deg,#F5F5F5 0%,rgba(245,245,245,0) 90%)}
.gallery-page__slider-preview::before{right:0;background:linear-gradient(270deg,#F5F5F5 0%,rgba(245,245,245,0) 90%)}
.gallery-page__slide-preview{padding:6px;opacity:0.7;transition:0.3s ease-in-out}
.gallery-page__slide-preview img{display:block;box-sizing:content-box;width:100px;height:80px;border:3px solid rgba(38,39,26,0);object-fit:cover;cursor:pointer;transition:0.3s ease-in-out}
@media (max-width:990px){.gallery-page__slide-preview img{width:80px;height:65px}}
@media (max-width:479px){.gallery-page__slide-preview img{width:65px;height:45px}}
.gallery-page__slide-preview.slick-center{opacity:1}
.gallery-page__slide-preview.slick-center img{border:3px solid #26271a}