.tabs-module{padding:80px 0}.tabs-module .tab-item{margin:0;width:100%}.tabs-module .tab-nav{align-items:center;background-color:#ecf0f0;box-shadow:0 0 0 #c2c2c2;cursor:pointer;display:flex;font-size:30px;font-weight:700;height:92px;justify-content:space-between;line-height:1;margin-bottom:15px;padding:31px 28px;position:relative;transition:all .3s;width:calc(40% - 20px)}.tabs-module .tab-item.active .tab-nav,.tabs-module .tab-nav:hover{box-shadow:0 0 14px #c2c2c2}.tabs-module .tab-item.active .tab-nav{background-color:#ff5a2d;color:#fff;cursor:auto;pointer-events:none}.tabs-module .tab-item.active .tab-nav svg g{fill:#fff}.tabs-module .tab-details{align-items:center;background-color:#fff;box-shadow:0 0 14px hsla(0,0%,69%,.5);display:none;flex-wrap:wrap;float:right;margin:0;padding:24px 32px;width:60%}.tabs-module .tab-item.active .tab-details{display:flex}.tabs-module .tab-details .tab-details-desc{width:100%}.tabs-module .tab-details .tab-details-desc p{font-size:22px;line-height:37px}.tabs-module .tab-details .tab-link{text-align:right;width:100%}@media (max-width:767px){.tabs-module .tab-details,.tabs-module .tab-nav{width:100%}.tabs-module .tab-nav svg{transform:rotate(90deg)}.tabs-module .tab-details{float:none;margin-bottom:15px;margin-top:0!important;min-height:0!important;padding:5.21%}}