.gallery__flex{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;align-items:flex-start}@media(min-width:768px){.gallery__flex{gap:20px;flex-direction:row-reverse}}.gallery__main{width:100%;background-color:#252525;padding:30px 20px;border-radius:15px;box-sizing:border-box;height:35vh}@media(min-width:768px){.gallery__main{width:calc(65% - 10px);height:auto;border-radius:25px;padding:40px;display:flex;align-items:center;justify-content:center}}@media(min-width:768px){.gallery__main img{max-height:calc(80vh - 200px)}}.gallery__item{border-radius:15px;background-color:#252525;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#fff}@media(min-width:768px){.gallery__item{padding:20px;border-radius:25px;max-height:145px}}.gallery__item.active{background-color:#fff}.gallery__item img{max-width:80%;max-height:80%;margin:0 auto}.gallery__thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:100%}@media(min-width:768px){.gallery__thumbnails{grid-template-columns:repeat(2,1fr);width:calc(35% - 10px)}}.technical__top{width:100%;margin-bottom:40px}@media(min-width:768px){.technical__top{margin-bottom:50px}}.technical__flex{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.technical__flex__left{width:100%;margin-bottom:35px}@media(min-width:768px){.technical__flex__left{width:35%;margin-bottom:0}}.technical__flex__right{width:100%}@media(min-width:768px){.technical__flex__right{width:55%;margin-bottom:0}}.technical__image{display:block;margin:0 auto;max-width:50%}@media(min-width:768px){.technical__image{max-width:100%}}.technical__view-gallery{width:100%;display:flex;align-items:center;justify-content:center;gap:15px;text-align:center;font-weight:400;font-size:16px;line-height:1.4;letter-spacing:0}@media(min-width:768px){.technical__view-gallery{font-size:18px}}.technical__view-gallery{font-family:Open Sans,sans-serif;cursor:pointer;margin-top:20px;transition:all .2s ease}.technical__view-gallery button,.technical__view-gallery a{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;appearance:none;border:0;padding:0}.technical__view-gallery img{transition:all .5s ease;transform:scaleZ(1)}.technical__view-gallery:hover img{transform:scale3d(1.3,1.3,1.3)}.technical .accordion__item{width:100%;display:flex;flex-direction:column;margin-bottom:15px}.technical .accordion__item:last-child{margin-bottom:0}.technical .accordion__item__title{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;height:50px;background-color:#8ec3c712;color:#252525;font-weight:700;cursor:pointer;font-size:16px;padding:5px 20px;border-radius:10px;margin-bottom:0}@media(min-width:768px){.technical .accordion__item__title{height:60px;font-size:18px;font-size:20px;padding:5px 20px 5px 35px}}.technical .accordion__item__title img{width:8px;transition:all .3s linear}.technical .accordion__item.active .accordion__item__title img{transform:rotate(-90deg)}.technical .accordion__item__content{font-size:16px;display:none;overflow:hidden}.technical .accordion__item__content__wrap{padding:20px}@media(min-width:768px){.technical .accordion__item__content__wrap{padding:20px 35px}}.technical .accordion__item__content--technical__wrap{padding:10px 0}.technical .accordion__item__content ul{padding-left:0}.technical .accordion__item__content ul li{margin-bottom:0}.technical .accordion__item__content ul li:before{display:none}.technical .accordion__item__content .overview-list li{display:flex;gap:5px;padding-left:0!important;margin-bottom:20px}.technical .accordion__item__content .overview-list li:last-child{margin-bottom:0}.technical .accordion__item__content .overview-list li strong{flex-shrink:0}.technical .accordion__item__content .technical-list{width:100%}.technical .accordion__item__content .technical-list__item{width:100%;display:flex;align-items:center;color:#252525;font-size:16px;padding:15px 20px;border-bottom:1px solid rgba(181,205,207,.5019607843);font-weight:500}@media(min-width:768px){.technical .accordion__item__content .technical-list__item{font-size:18px;padding:15px 35px}}.technical .accordion__item__content .technical-list__item__icon{width:60px;height:30px;margin:0 20px 0 0;flex-shrink:0;display:flex;align-items:center;justify-content:flex-start}@media(min-width:768px){.technical .accordion__item__content .technical-list__item__icon{width:75px;height:45px}}.technical .accordion__item__content .technical-list__item__icon img{max-height:100%}.technical .accordion__item__content .technical-list__item__data{width:calc(100% - 80px);line-height:1.3}@media(min-width:768px){.technical .accordion__item__content .technical-list__item__data{width:calc(100% - 115px)}}.technical .accordion__item__content .technical-list__item__data label{font-weight:700;color:#252525;display:block}.technical .accordion__button-wrap{width:100%;padding:0 20px;display:flex;flex-wrap:wrap;gap:20px}@media(min-width:768px){.technical .accordion__button-wrap{padding:0 35px}}.technical .accordion__button-wrap .button{min-width:200px}@media(min-width:768px){.technical .accordion__button-wrap .button{min-width:221px}}