@font-face{font-family: YekanBakh;font-style: normal;font-weight: 800;src: url("../fonts/IRANYekanBold.woff") format("woff");font-display: swap;}
@font-face{font-family: YekanBakh;font-style: normal;font-weight: 600;src: url("../fonts/IRANYekanRegular.woff") format("woff");font-display: swap;}
@font-face{font-family: Audiowide;font-style: normal;font-weight: 800;src: url("../fonts/Audiowide-Regular.woff2") format("woff2");font-display: swap;}
html{scroll-behavior: smooth;}*{margin: 0;padding: 0;box-sizing: border-box;border: none;outline: none;font-family: YekanBakh;}ol,ul,li{list-style: none;}a{text-decoration: none;}.maxrow{max-width: 1600px;margin: 0 auto;}.center{display: flex;justify-content: center;align-items: center;}.mycontainer{padding: 35px 100px;}

/* --------------------SideBar-------------------- */

.slider-page{background-color: #00000055;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999;display: none;}
.sidebar{width: 240px;height: 100%;position: fixed;background-color: #FFF;display: flex;flex-direction: column;align-items: center;justify-content: space-between;overflow-y: auto;border-radius: 10px 0 0 10px;right: -100%;top: 0;z-index: 1000;transition: all .5s;}
.sidebar::-webkit-scrollbar{display: none;}
.sidebar-header{width: 100%;direction: rtl;}
.sidebar-logo{width: 100%;height: 80px;border-bottom: 1px solid #ccc;display: flex;align-items: center;padding: 0 15px;background: #FF2E5D;background: -moz-linear-gradient(-45deg, #FF2E5D 0%, #F9403B 100%);background: -webkit-linear-gradient(-45deg, #FF2E5D 0%, #F9403B 100%);background: linear-gradient(135deg, #a283e1 0%, #d3c9f4 100%);}
.sidebar-logo img{height: 70px;}
.t-ab-r-text{display: flex;flex-direction: column;justify-content: space-between;height: 40px;margin-right: 15px;}
.t-ab-r-text h1{font-size: 13px;color: #FFF;font-weight: 800;}
.t-ab-r-text h2{font-size: 10px;color: #fcfcfc;}
.sidebar-menu{width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 10px 0;}
.sidebar-menu-h3{font-size: 13px;color: #555;width: 100%;padding: 0 15px;font-weight: 800;margin-bottom: 10px;-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;}
.sidebar-menu-item{width: 100%;height: 40px;display: flex;align-items: center;overflow: hidden;transition: 0.3s;padding: 0 15px;color: #666;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;position: relative;-webkit-tap-highlight-color: transparent;}
.sidebar-menu-item-ico{display: flex;flex-direction: row-reverse;height: 40px;align-items: center;}
.sidebar-menu-item-ico > img{height: 80%;margin-left: 10px;}
.sidebar-menu-item-ico > p{font-size: 12px;font-weight: 800;}
.sidebar-menu-item::after{content: url("../images/svg/chevrondown-black.svg");position: absolute;left: 5px;top: 9px;transition: 0.3s;}
.sidebar-menu-item.active::after{color: #FB2314;transform: rotate(180deg)translate(-2px,10px) !important;}
.sidebar-menu-item.active{color: #79172c;}
.data-lists-div{width: 100%;display: none;flex-direction: column;}
.pink-bg{background-color: #f93bd911;}
.pink-bg > .sidebar-data-sub{color: #79172c;}
.blue-bg{background-color: #5e3bf911;}
.blue-bg > .sidebar-data-sub{color: #172679;}
.red-bg{background-color: #F9403B11;}
.red-bg > .sidebar-data-sub{color: #791717;}
.yellow-bg{background-color: #f9f63b50;}
.yellow-bg > .sidebar-data-sub{color: #525310;}
.green-bg{background-color: #97ffc650;}
.green-bg > .sidebar-data-sub{color: #10532e;}
.purple-bg{background-color: #f98afb50;}
.purple-bg > .sidebar-data-sub{color: #531051;}
.sidebar-data-sub{width: 100%;height: 35px;display: flex;justify-content: flex-end;align-items: center;flex-direction: row-reverse;padding: 0 15px;padding-right: 40px;font-weight: 800;transition: 0.3s;font-size: 11px;position: relative;}
.sidebar-data-sub::before{content: url("../images/svg/angle-left.svg");position: absolute;top: 9px;right: 15px;}
.sidebar-menu-footer{width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 10px 0;border-top: 1px solid #ccc;margin-top: 10px;direction: rtl;}
.sidebar-menu-footer > a{width: 100%;height: 40px;display: flex;align-items: center;padding: 0 15px;font-size: 12px;font-weight: 800;color: #555;cursor: pointer;}

/* --------------------Header-------------------- */

header{position: fixed;width: 100%;background-color: #F3F7F8;display: flex;flex-direction: column;top: 0;left: 0;z-index: 190;-webkit-box-shadow: 0 5px 20px -5px #00000022; box-shadow: 0 5px 20px -5px #00000022;}
.top-about{width: 100%;background-color: #FFF;border-bottom: 1px solid #efefef;}
.t-ab{width: 100%;height: 60px;display: flex;align-items: center;justify-content: space-between;direction: rtl;padding: 0 25px;}
.t-ab-right{display: flex;height: 60px;align-items: center;}
.t-ab-right > a{height: 40px;display: flex;align-items: center;}
.t-ab-right > a > h1{font-family: 'Audiowide', cursive;color: #777;font-size: 25px;transition: 0.3s;}
.t-ab-right > a > h1::first-letter{color: #a283e1;}
.t-ab-right > a:hover > h1{color: #a283e1;}
.search-form{position: relative;width: 500px;height: 40px;margin-right: 25px;}
.search-in{width: 100%;height: 100%;background-color: #F0F0F1;border-radius: 5px;padding: 0 40px 0 15px;transition: 0.3s;}
.search-in::placeholder {color: #A1A3A8;font-weight: 600;font-size: 13px;}
.search-in:focus{background-color: #FbFbFb;border: 1px solid #ddd;}
.search-ico{width: 20px;height: 20px;position: absolute;top: 50%;right: 10px;transform: translateY(-50%);}
.search-ico::before{content: url("../images/svg/Search.svg");}
.t-left-res{display: none;}
.t-left-res .profile-a {padding: 0 20px;}
.t-left-res .profile-a img{margin-left: 0;}
.t-left-res a:hover{background-color: #F2F4F6;}
.t-left-res > span{width: 1px;height: 25px;background-color: #ddd;margin: 0 10px;}
.t-ab-left{display: flex;height: 60px;align-items: center;}
.profile-a{direction: ltr;height: 40px;border-radius: 5px;transition: 0.3s;border: 1px solid #ddd;display: flex;justify-content: center;align-items: center;color: #666;font-weight: 600;font-size: 13px;padding: 0 10px;}
.profile-a img{width: 17px;height: 17px;margin-left: 10px;}
.buy-a{padding: 0 20px;height: 40px;border-radius: 5px;transition: 0.3s;display: flex;justify-content: center;align-items: center;border: 1px solid #ddd;position: relative;}
.buy-a img{width: 17px;height: 17px;}
.buy-span-numbers{position: absolute;height: 17px;top: 3px;right: 3px;z-index: 2;border-radius: 3px;background-color: #a283e1;color: #FFF;font-size: 13px;font-weight: 800;display: flex;justify-content: center;align-items: center;padding: 5px 5px;}
.buy-span-numbers > span{font-size: 13px;font-weight: 800;}
.t-ab-left a:hover{background-color: #F2F4F6;}
.t-ab-left > span{width: 1px;height: 25px;background-color: #ddd;margin: 0 10px;}
.faqs{direction: ltr;height: 100%;border-radius: 5px;transition: 0.3s;display: flex;justify-content: center;align-items: center;color: #666;font-weight: 800;font-size: 13px;}
.faqs img{width: 18px;height: 18px;margin-left: 10px;}
.burger{display: none;justify-content: center;align-items: center;width: 40px;height: 40px;cursor: pointer;background-color: #F0F0F1;border-radius: 5px;transition: 0.3s;-webkit-tap-highlight-color: transparent;}
.menu-nav{position: relative;width: 100%;height: 50px;z-index: 4;background-color: #FFF;}
.navbarnav{display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;max-width: 1600px;padding: 0 25px;}
.navbaritems{display: flex;flex-direction: row-reverse;justify-content: center;align-items: center;}
.navbaritems-a{color: #666;margin-left: 25px;height: 50px;font-weight: 800;display: flex;justify-content: center;align-items: center;font-size: 13px;position: relative;}
.navbaritems-a,.navbaritems-a:after,.navbaritems-a:before,.icon-header{transition: all .5s;}
.navbaritems-a:after{position: absolute;width: 0%;height: 3px;bottom: 0;left: 0;right: 0;margin: auto;content: '.';color: transparent;background: #a283e1;border-radius: 3px 3px 0 0;}
.navbaritems-a:hover:after{width: 100%;}
.navbaritems-a:hover{color: #444;}
.navbaritems-left{height: 50px;display: flex;align-items: center;color: #444;font-weight: 800;font-size: 13px;}
.navbaritems-a.active:after{width: 100%;}
.navbaritems-a.active{color: #444;}
.header-categories > .navbaritems-a{position: relative;padding-right: 20px;}
.header-categories > .navbaritems-a::before{content: url("../images/svg/grid.svg");position: absolute;right: 0;top: 16px;}
.header-categories:hover > .navbaritems-a:after{width: 100%;}
.header-categories:hover > .navbaritems-a{color: #444;}
.header-categories{position: relative;height: 100%;}
.header-categories:hover > .onhover-categories{visibility: visible;opacity: 1;}
.onhover-categories{transition: 0.1s;position: fixed;top: 111px;left: 50%;z-index: 180;transform: translateX(-50%);width: calc(100% - 50px);padding-bottom: 10px;background-color: #FFF;opacity: 0;visibility: hidden;display: flex;direction: rtl;border-radius: 0 0 10px 10px;overflow: hidden;box-shadow: 0 10px 15px 5px #00000011;border: 1px solid #aaa;border-top: none;}
.first-element{width: 20%;border-left: 1px solid #f0f0f0;}
.first-element-sub:first-child{width: 100%;height: 50px;display: flex;justify-content: flex-end;align-items: center;flex-direction: row-reverse;border-bottom: 1px solid transparent;border-top: 1px solid transparent;padding: 0 15px;background-color: #FFF;font-size: 13px;color: #888;font-weight: 800;transition: 0.3s;}
.first-element-sub:first-child > img{width: 35px;height: 35px;margin-left: 10px;}
.first-element:hover > .first-element-sub:first-child{background-color: #f9f9f9;color: #381d52;border-color: #f0f0f0;}
.first-element-sub:not(:first-child){width: 100%;height: 30px;display: flex;justify-content: flex-end;align-items: center;flex-direction: row-reverse;border-bottom: 1px solid transparent;border-top: 1px solid transparent;padding: 0 15px;background-color: #FFF;padding-right: 40px;color: #aaa;font-weight: 800;transition: 0.3s;font-size: 12px;position: relative;}
.first-element-sub:not(:first-child)::before{content: url("../images/svg/angle-left.svg");position: absolute;top: 7px;right: 15px;}
.first-element-sub:not(:first-child):hover{color: #381d52;padding-right: 50px;background: linear-gradient(135deg, #a283e1 0%, #d3c9f4 100%);}

/* --------------------Main-------------------- */

main{background-color: #FAFAFA;width: 100%;padding-top: 110px;}
.other-container{padding: 25px;}
.marg-top-25{margin-top: 25px;}
.marg-bottom-25{margin-bottom: 25px;}
.contact-us-div{width: 100%;display: flex;align-items: center;flex-direction: column;direction: rtl;background-color: #FFF;border: 1px solid #ddd;box-shadow: 0 0 10px 2px #24162109;overflow: hidden;border-radius: 5px;padding: 0 25px;}
.contact-us-div-h1{width: 100%;height: 50px;display: flex;align-items: center;color: #666;font-size: 16px;font-weight: 800;border-bottom: 1px solid #a283e1;}
.contact-us-div-p{width: 100%;margin: 15px 0;color: #777;font-size: 13px;font-weight: 600;}
.contact-us-div-a{font-size: 13px;font-weight: 600;color: #00a0eb;margin: 0 2px;}
.form-sms{display: flex;width: 100%;flex-direction: column;align-items: center;margin-top: 50px;}
.field-form{display: grid;width: 100%;grid-template-columns: repeat(2,1fr);grid-template-rows: repeat(2,1fr);grid-gap: 40px;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}input[type=number] {-moz-appearance: textfield;}
.myFloatLabel{color: #666;font-size: 11px;position: absolute;right: 10px;top: -22px;transition: 0.3s;font-weight: 600;}
.myFloatInput{width: 100%;height: 40px;background-color: #FFF;border-radius: 5px;color: #666;font-size: 13px;font-weight: 600;padding: 0 15px;border: 1px solid #ccc;transition: 0.3s;}
.myFloatInput:focus,.form-control:focus{border-color: #aaa;}
.myFloatInput:read-only{background-color: #eae8e8;}
.field{position: relative;direction: rtl;width: 100%;}
.field-form-control{position: relative;direction: rtl;width: 100%;margin: 40px 0;}
.form-control{width: 100%;height: 250px;background-color: white;border-radius: 5px;border: 1px solid #ddd;transition: 0.3s;resize: none;overflow: auto;padding: 15px;color: #666;font-size: 13px;font-weight: 600;}
.smsfromsub-btn{width: 100%;height: 50px;border-radius: 5px;display: flex;justify-content: center;align-items: center;color: #FFF;font-size: 13px;font-weight: 800;background-color: #a283e1;transition: 0.3s;cursor: pointer;margin-bottom: 25px;}
.smsfromsub-btn:hover{background-color: #905dbc;}
.contact-us-informations{display: grid;width: 100%;grid-template-columns: repeat(3,1fr);margin: 25px 0;grid-gap: 25px;}
.contact-us-loc,.contact-us-tel,.contact-us-email,.contact-us-telegram,.contact-us-insta,.contact-us-whats{display: flex;flex-direction: column;position: relative;padding-right: 50px;}
.contact-us-loc h2,.contact-us-tel h2,.contact-us-email h2,.contact-us-telegram h2,.contact-us-insta h2,.contact-us-whats h2{font-size: 14px;color: #666;font-weight: 800;}
.contact-us-loc p,.contact-us-tel p,.contact-us-email p,.contact-us-telegram p,.contact-us-insta p,.contact-us-whats p{font-size: 13px;color: #777;font-weight: 600;}
.contact-us-telegram a,.contact-us-insta a,.contact-us-whats a{font-size: 13px;font-weight: 600;color: #00a0eb;margin: 0 2px;}
.contact-us-email::before{content: url('../images/svg/clarity-email-line.svg');position: absolute;top: 5px;right: 0px;}
.contact-us-tel::before{content: url('../images/svg/carbon-phone-voice.svg');position: absolute;top: 5px;right: 0px;}
.contact-us-loc::before{content: url('../images/svg/fluent-location-20-regular.svg');position: absolute;top: 5px;right: 0px;}
.contact-us-telegram::before{content: url('../images/social-media/contact-telegram.png');position: absolute;top: 5px;right: 0px;}
.contact-us-insta::before{content: url('../images/social-media/contact-instagram.png');position: absolute;top: 5px;right: 0px;}
.contact-us-whats::before{content: url('../images/social-media/contact-whatsapp.png');position: absolute;top: 5px;right: 0px;height: 60px;}
.contact-us-h5-success{font-size: 14px;font-weight: 500;margin: 20px 0;text-align: right;color: #0b2e13;}
.contact-us-h5-fail{font-size: 14px;font-weight: 500;margin: 20px 0;text-align: right;color: #79172c;}
/* alert */
.alert-warning{position: fixed;display:flex;align-items: center;direction: rtl;background-color: #F8D7DA;top: 25px;left: 50%;transform: translate(-50%,0%);border-radius: 5px;padding: 10px 10px 10px 15px;border: 1px solid #c5000088;box-shadow: 0px 0px 10px #c5000022;font-size: 13px;color: #721C24;z-index: 200;}
.alert-success{position: fixed;display:flex;align-items: center;direction: rtl;background-color: #dcf8d7;top: 25px;left: 50%;transform: translate(-50%,0%);border-radius: 5px;padding: 10px 10px 10px 15px;border: 1px solid #15c50088;box-shadow: 0px 0px 10px #c5000022;font-size: 13px;color: #29721c;z-index: 200;}
.alert-success-message{font-weight: 600;margin-right: 10px;}
.alert-success-message > b{margin-left: 10px;}
.close-alert{display: flex;justify-content: center;align-items: center;width: 25px;height: 25px;cursor: pointer;border-radius: 3px;transition: 0.3s;background-color: #c5000022;}.close-alert:hover{background-color: #c5000055;}
.close-alert span{color: #c5000088;font-size: 16px;font-weight: 800;}.close-alert span:hover{color: #c50000;}
@media screen and (max-width: 480px){.alert-warning{padding: 10px 10px 10px 10px;}.alert-warning{width: 90%;}.close-alert{background-color: #c5000022;padding: 5px 7px;}.alert-success-message{margin-right: 10px;}}
.hidden{display: none;}.show{display: flex;}
.loader-back{display: none;align-items: center;justify-content: center;width: 100%;height: 100%;/*top: 0;right: 0;left: 0;bottom: 0;*/position: fixed;background-color: rgba(0,0,0,0.4);z-index: 10000;}
.loader {border: 6px solid #f3f3f3; /* Light grey */ /*border-top: 6px solid #3498db;  Blue */border-top: 6px solid #ff0000;border-radius: 50%;width: 50px;height: 50px;animation: spin 2s linear infinite;}
/* --------------------Footer-------------------- */

footer{width: 100%;}
.footer-background-one{width: 100%;background-color: #ECEFF1;border-top: 1px solid #dbdbdb;}
.feauther-innerbox{width: 100%;display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 25px;}
.div-innerbox{width: 100%;height: 80px;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.div-innerbox > img{width: 50px;height: 50px;}
.div-innerbox > p{color: #555;font-weight: 800;font-size: 13px;}
.footer-menus{direction: rtl;width: 100%;border-top: 1px solid #dbdbdb;margin-top: 25px;display: flex;justify-content: space-between;align-items: flex-start;}
.footer-menu{width: auto;}
.footer-menu > p{padding: 25px 0 15px 0;color: #565e78;font-size: 16px;font-weight: 800;}
.footer-menu > ul{width: 100%;display: flex;flex-direction: column;}
.footer-menu > ul > li{display: flex;align-items: center;position: relative;}
.footer-menu > ul > li > a{color: #666;font-weight: 600;transition: 0.3s;font-size: 13px;margin-right: 20px;}
.footer-menu > ul > li::before{content: "";background-color: #a283e1;width: 7px;height: 4px;border-radius: 1px;position: absolute;right: 0px;top: 45%;}
.footer-menu > ul > li > a:hover{color: #555;transform: translateX(-5px);}
.footer-call-informations{direction: rtl;width: 100%;border-top: 1px solid #dbdbdb;margin-top: 25px;display: flex;justify-content: center;align-items: center;}
.footer-call-informations-head{padding: 25px 0 15px 0;color: #565e78;font-size: 16px;text-align: center;font-weight: 800;}
.footer-socialmedia{display: flex;align-items: center;justify-content: center;margin-top: 15px;}
.footer-socialmedia-div{width: 150px;height: 50px;border-radius: 5px;background-color: #F9F9F9;display: flex;justify-content: space-between;align-items: center;box-shadow: 0 0 15px 5px #23425E22;padding: 0 10px;margin: 0 15px;transition: 0.3s;}
.footer-socialmedia-div:hover{transform: translateY(-5px) scale(1.02);}
.footer-socialmedia-div img{width: 30px;height: 30px;}
.footer-socialmedia-innerdiv{height: 100%;display: flex;flex-direction: column;justify-content: center;padding-left: 5px;}
.footer-socialmedia-innerdiv p{font-size: 12px;font-weight: 800;color: #565e78;transition: 0.3s;}
.footer-socialmedia-div:hover > .redtext p{color: #EF394E;}
.footer-socialmedia-div:hover > .bluetext p{color: #19BFD3;}
.footcontainer{background-color: #D7DEE0;width: 100%;}
.footer-end-nemad{display: flex;align-items: flex-start;justify-content: space-between;width: 100%;direction: rtl;}
.footer-about{display: flex;flex-direction: column;width: 50%;}
.footer-about-head{padding: 0 0 15px 15px;color: #565e78;font-size: 16px;font-weight: 800;}
.footer-about-p{color: #555;font-size: 13px;font-weight: 200;text-align: justify;}
.footer-about a{color: #444;font-size: 13px;font-weight: 600;transition: 0.3s;}
.footer-about a:hover{color: #a283e1;}
.footer-nemads{display: flex;align-items: center;justify-content: center;flex-direction: row-reverse;flex-wrap: wrap;}
.footer-enemad{width: 140px;height: 140px;border-radius: 5px;background-color: #f0f0f0;border: 1px solid #e5e5ea;display: flex;justify-content: center;align-items: center;overflow: hidden;margin: 5px 5px 0 0;}
.footer-enemad img{width: 130px;height: 130px;}
.footer-end-p{direction: rtl;display: flex;justify-content: center;align-items: center;border-top: 1px solid #bbb;margin: 0 100px;padding: 15px 0;}
.footer-end-p p{color: #555;font-size: 13px;font-weight: 600;text-align: center;}
.footer-end-p a{color: #555;font-size: 13px;font-weight: 800;margin: 0 2px;transition: 0.3s;}
.footer-end-p a:hover{color: #a283e1;}

/* --------------------MediaQuery-------------------- */

@media screen and (max-width: 1300px)
{
  .mycontainer{padding: 35px 50px;}
  .footer-end-p{margin: 0 50px;}
}
@media screen and (max-width: 992px)
{
  .mycontainer{padding: 25px;}
  nav{display: none;}
  .navbarlogo{justify-content: flex-start;}
  .burger{display: flex;}
  .t-ab-right{width: 100%;}
  .t-ab-left{display: none;}
  .search-form{width: 100%;}
  .t-left-res{display: flex;align-items: center;flex-direction: row-reverse;}
  .faqs{display: none;}
  .footer-end-p{margin: 0 25px;}
  /*Main*/

}
@media screen and (max-width: 792px)
{
  .footer-menus{align-items: center;flex-direction: column;}
  .footer-menu{width: 170px;}
  .footer-menu > p{padding-bottom: 10px;padding-top: 25px;width: 100%;}
  .footer-call-informations{flex-direction: column;}
  .footer-call-informations-head{padding: 25px 0 0 0;}
  .footer-end-nemad{flex-direction: column;align-items: center;}
  .footer-about{width: 100%;}
  .footer-about-head{text-align: center;}
  .footer-nemads{margin-top: 25px;}
  .feauther-innerbox{grid-template-columns: repeat(2,1fr);grid-row-gap: 50px;}
  /*Main*/
  .field-form{grid-template-columns: repeat(1,1fr);grid-template-rows: repeat(4,1fr);}
  .contact-us-informations{grid-template-columns: repeat(1,1fr);}
}
@media screen and (max-width: 480px)
{
  .mycontainer{padding: 25px 10px;}
  .t-ab{padding: 0 10px;}
  .t-ab-r-a{padding: 0 10px;}
  .navbarnav{padding: 0 10px;}
  .search-form{margin-right: 0;}
  .t-ab-right > a{display: none;}
  .footer-end-p{margin: 0 20px;}
  /*Main*/
  .other-container{padding: 10px;}
  .contact-us-div{padding: 0 10px;}
  .smsfromsub-btn{margin-bottom: 10px;}
}
@media screen and (max-width: 370px)
{
  .sidebar{width: 220px;}
  .t-ab-r-a{border-left: none;}
  .t-ab-r-text{margin-right: 10px;}
  .t-ab-r-text h2{font-size: 7px;}
  .t-ab-left-login img{margin-left: 8px;}
  .feauther-innerbox{grid-column-gap: 10px;}
  .sp-main{grid-template-columns: repeat(1,1fr);}
  .item-img-txt{display: flex;flex-direction: column;align-items: center;}
  .item-img-txt > img{width: 50%;}
}
.hidden{display: none;}
.show{display: flex;}
.slide-show{right: 0;-webkit-box-shadow: -10px 0 30px 5px #00000033;box-shadow: -10px 0 30px 5px #00000033;}
@media screen and (min-width: 992px){.slider-page{display: none;}.sidebar{display: none;}}
.scrollNone{overflow-y: hidden;}
