.photo-tabs{position:relative}.photo-tabs:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);content:"";height:44px;position:absolute;right:0;top:0;width:50px}.photo-tabs__tabs{display:flex;margin:0 auto 30px;overflow:scroll}.photo-tabs__tabs::-webkit-scrollbar{display:none}.photo-tabs__tab-item{align-items:center;background:#fff;border-radius:20px;box-shadow:0 0 3px 0 rgba(71,99,136,.2);color:#476388;cursor:pointer;display:flex;flex:none;font-weight:800;letter-spacing:.5px;margin:5px;opacity:.5;padding:6px 15px;transition:all .3s ease-in-out}.photo-tabs__tab-item-active,.photo-tabs__tab-item:hover{opacity:1}.photo-tabs__tab-item>img{height:20px;margin:0 12px 0 0;width:20px}.photo-tabs__content-item{display:none}.photo-tabs__content-item-active{grid-gap:30px;display:grid;grid-template-columns:repeat(2,1fr);min-height:400px}.photo-tabs__text{background:#f2f5f9;display:flex;flex-direction:column;justify-content:center;margin:0;padding:50px}.photo-tabs__img,.photo-tabs__text{border-radius:30px;overflow:hidden}.photo-tabs__img{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}@media screen and (max-width:992px){.photo-tabs__content-item-active{grid-template-columns:1fr}.photo-tabs__img{height:300px}}@media screen and (max-width:480px){.photo-tabs__img,.photo-tabs__text{border-radius:20px}.photo-tabs__text *{text-align:left!important}.photo-tabs__text{padding:30px}.photo-tabs .buttons{align-items:flex-start}.photo-tabs .buttons__item{width:100%!important}.photo-tabs__content-item-active{grid-gap:20px}}