@media (min-width:981px){.section-gallery .gallery-container{position:relative;display:flex;gap:15px}}.section-gallery .gallery-container .tns-outer{flex-grow:1;border-radius:5px;overflow:hidden}.section-gallery .gallery-container .gallery-slider .image{height:250px;position:relative}@media (min-width:480px){.section-gallery .gallery-container .gallery-slider .image{height:350px}}@media (min-width:768px){.section-gallery .gallery-container .gallery-slider .image{height:450px}}@media (min-width:981px){.section-gallery .gallery-container .gallery-slider .image{height:650px}}@media (min-width:1200px){.section-gallery .gallery-container .gallery-slider .image{height:790px}}.section-gallery .gallery-container .gallery-slider .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.section-gallery .gallery-container .gallery-thumbs{flex-shrink:0;max-height:790px;overflow-y:scroll;display:none}@media (min-width:1200px){.section-gallery .gallery-container .gallery-thumbs{width:300px;display:block}}@media (min-width:1500px){.section-gallery .gallery-container .gallery-thumbs{width:400px}}.section-gallery .gallery-container .gallery-thumbs .thumbs{cursor:pointer;margin-bottom:30px;border-radius:5px;overflow:hidden;position:relative;padding-top:60%;height:auto}.section-gallery .gallery-container .gallery-thumbs .thumbs>.img,.section-gallery .gallery-container .gallery-thumbs .thumbs iframe,.section-gallery .gallery-container .gallery-thumbs .thumbs img,.section-gallery .gallery-container .gallery-thumbs .thumbs video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.section-gallery .gallery-container .gallery-thumbs .thumbs:last-child{margin-bottom:0}.section-gallery .gallery-container .controller{display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:20px}@media (min-width:981px){.section-gallery .gallery-container .controller{position:absolute;left:40px;bottom:50px;z-index:1;background-color:var(--white);justify-content:normal;flex-direction:row}}@media (min-width:981px){.section-gallery .gallery-container .controller .controls{padding:30px 50px 30px 30px}}.section-gallery .gallery-container .controller .slides{display:flex;align-items:center;justify-content:center;gap:10px}@media (min-width:981px){.section-gallery .gallery-container .controller .slides{background-color:var(--dark-blue);min-width:105px;padding:10px}}.section-gallery .gallery-container .controller .slides .num{color:var(--white);font-weight:700;font-size:28px;line-height:28px}.section-gallery .gallery-container .controller .slides .total{display:flex;align-items:center;gap:5px;font-size:18px;line-height:28px;color:var(--light-blue);padding-top:5px}.section-gallery .gallery-container .controller .slides .total .total-num{color:inherit}.controls{gap:20px}.controls,.controls .arrow{display:flex;align-items:center}.controls .arrow{width:45px;height:45px;border-radius:100%;justify-content:center;border:1px solid var(--light-blue);background-color:var(--light-blue);color:var(--white);cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.controls .arrow:hover{background:#1a7cff}.controls .arrow[aria-disabled=true]{background-color:var(--white);cursor:not-allowed;border:1px solid var(--white)}.controls .arrow[aria-disabled=true] span{color:var(--text-color)}@media (min-width:981px){.controls .arrow[aria-disabled=true]{border:1px solid var(--light-blue)}.controls .arrow[aria-disabled=true] span{color:var(--light-blue)}}