@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.container {
    background: #B0B0B0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

header {
    display: flex;
    padding: 15px 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    background: #212529;
}

* {
    margin: 0;
    padding: 0;
}

.vertical-line {
    border-left: thick solid #ff0000;
}

.list-none {
    list-style: none;
}

.jcc {
    justify-content: center;
}

.header-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--font, #FFF);
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumbs {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumbs a {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	text-decoration: none;
}

.aic {
    align-items: center;
}

.gap-5 {
    gap: 5px;
}

.acc {
    align-content: center;
}

header hr {
  display: inline-block;   
  width: 1px;            
  height: 18px;          
  background-color: white; 
  border: none;           
  margin: 0 8px;       
}


.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flag {
    width: 20px;
    height: 13px;
}

.call {
    display: flex;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
}

.header-catalog {
    display: flex;
    height: 120px;
    padding: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    background: #075697;
}

.header-catalog-right {
    gap: 20px;
    display: flex;
    flex-direction: row;
}

.header-catalog-right-catalog {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.header-catalog-right-catalog p {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.header-catalog-right-contacts p {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.header-catalog-right-contacts {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.header-catalog-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.svgs {
    height: 350px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1384" height="350" viewBox="0 0 1384 350" fill="none"%3E%3Cpath d="M1384 0H0.000976562V350H799H1384V131V0Z" fill="%231EA8E5"%2F%3E%3Cpath d="M1384 -0.000244141C1384 -0.000244141 1384 76.9473 1005 178.5C821.308 227.721 843.503 178.5 498.003 257C420.003 283 193.572 274.471 0 293H1384V-0.000244141Z" fill="%23F68021" transform="translate(0, 57)"%2F%3E%3C%2Fsvg%3E');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    text-align: center;
}

.svgs-left {
    gap: 30px;
}

.svgs-text {
    color: var(--font, #FFF);
    font-family: Inter;
    text-align: left;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 703px;
}

.svgs button {
    display: inline-flex;
    padding: 15px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #F68021;
    width: max-content;
    border: none;
    cursor: pointer;
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gap-30 {
    gap: 0.3rem;
}

.svgs-right img {
    width: 31.0625rem;
    height: 17.4375rem;
    flex-shrink: 0;
    border-radius: 0.9375rem;
    margin-right: 50px;
}

.green-block {
    background: #94CA3D;
    height: 5.375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 0px 20px;
}

.green-block p {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.separator {
    height: 0.25rem;
    background: #FFFFFF;
    border: none;
}

.black-block {
    height: 19.75rem;
    background: #212529;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.black-block h1 {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.black-block h3 {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 51rem;
}

.atom {
    width: 3.5625rem;
    height: 3.6875rem;
    aspect-ratio: 57/59;
}

.dna {
    width: 4.125rem;
    height: 4.125rem;
    aspect-ratio: 1/1;
}

.flask {
    width: 3.125rem;
    height: 4.125rem;
    aspect-ratio: 25/33;
}

.black-block-icons {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    gap: 3.125rem;
}

.black-block-text {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
}

.blue-block {
    background: #1EA8E5;
    height: 100%;
}

.popular-experements {
    display: flex;
    padding: 0 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
}

.popular-experements h1 {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.popular-experements h4 {
    color: var(--font, #FFF);
    font-feature-settings: 'calt' off;
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popular-experements-texttop {
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popular-experements-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.popular-experements-card {
    height: 364px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--font, #FFF);
    box-shadow: 0 0 4px 0 rgba(27, 106, 171, 0.25);
}

.popular-experements-card img {
    width: 100%;
    height: 182px;
    flex-shrink: 0;
    border-radius: 20px;
}

.popular-experements-card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
}

.popular-experements-card-text p {
    color: var(--font, #2D2D2D);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.our-sections-headingText h1 {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.our-sections-headingText h4 {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.our-sections-headingText {
    gap: 0.625rem;
}

.our-sections-cards {
    padding: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.our-sections-card {
    position: relative;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}

.our-sections-image {
    width: 440px;
    height: 287px;
    flex-shrink: 0;
    border-radius: 1.25rem;
}

.our-sections-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    flex-shrink: 0;
    border-radius: 0 0 20px 20px;
    background: rgba(217, 217, 217, 0.80);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-sections-text {
    color: var(--accent, #1A73E8);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

footer {
    display: flex;
    padding: 50px 20px 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
    align-self: stretch;
    background: #075697;
}

.footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.footer-left p {
    color: var(--font, #FFF);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 19.625rem;
}

.comm-icons {
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #0866B3;
}

.comm-ul {
    display: flex;
    flex-direction: row;
    gap: 0.3125rem;
}

.footer-left-two {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-left-first p {
    color: var(--font, #FFF);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-left-two p {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-right {
    display: flex;
    width: 581px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px 20px;
    flex-wrap: wrap;
}

.footer-right ul {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px 20px;
    flex-wrap: wrap;
    list-style: none;
    text-decoration: none;
}

.footer-right ul li a {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.copyright {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #212529;
}

.copyright p {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contacts-block {
    background: #1EA8E5;
    height: 39.8125rem;
}

.contact-block-headerText {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 3.125rem;
}

.contact-block-headerText h1 {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.contact-block-headerText h3 {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 545px;
    line-height: normal;
}

.contact-block-data {
    padding: 3.25rem;
}

.contact-block-data ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-block-data ul li {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.contacts-container {
    display: flex;
    flex-direction: row;
    background: #1EA8E5;
}

.contacts-image {
    width: 80%;
    height: 80%;
    flex-shrink: 0;
}

.catalog-container {
    min-height: calc(100dvh + 100px);
    flex-shrink: 0;
    background: #1EA8E5;
    display: flex;
}

.product-container {
    width: 100%;
    height: 1706px;
    flex-shrink: 0;
    background: #1EA8E5;
}

.product-card {
    display: inline-flex;
    align-items: flex-start;
    gap: 83px;
    border-radius: 8px;
}

.product-image {
    height: 407px;
    align-self: stretch;
    border-radius: 5px;
    margin-top: 6.25rem;
    margin-left: 7.625rem;
}

.product-image img {
    height: 407px;
    align-self: stretch;
    border-radius: 15px;
    border: #3988C9 solid 10px;
    background: #CFCFCF;
}

.product-description {
    display: flex;
    width: 470px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 6.25rem;
}

.product-description-topText {
    display: flex;
    width: 311px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.product-description-topText h1 {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
}

.product-description-topText h2 {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-description-imageVariants {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.product-description-imageVariants img {
    height: 90px;
    flex: 1 0 0;
    padding: 10px;
    cursor: pointer;
}


.product-description-record {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
    overflow: hidden;
    color: var(--font, #FFF);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-description-properties {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 0.625rem;
}

.product-description-property {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 0.625rem;
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-description-properties button {
    display: flex;
    width: 281px;
    padding: 15px 51px 15px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Primary, #3B82F6);
    margin-top: 1.875rem;
    color: var(--Background, #F5F5F5);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.see-also {
    display: flex;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.see-also-headingText h1 {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 6.25rem;
}

.see-also-product {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 20px;
    background: #2574B5;
}

.see-also-product-image {
    height: 267px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #CFCFCF;
    width: 301px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.see-also-product-image img {
    flex-shrink: 0;
    height: 193px;
    flex-shrink: 0;
}

.catalog-product {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 20px;
    background: #2574B5;
}

.catalog-product-image {
    height: 267px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #CFCFCF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-product-image img {
    flex-shrink: 0;
    width: 304px;
    height: 193px;
    flex-shrink: 0;
}

.catalog-product-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}

.catalog-product-description-topText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.catalog-product-description-topText h1 {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.catalog-product-description-topText h3 {
    color: #B9B9B9;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.catalog-product-description-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}

.catalog-product-description-price img {
    border-radius: 5px;
    background: #286AAB;
    padding: 5px;
}

.catalog-product-description-price h1 {
    margin-top: 1.875rem;
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.catalog-products {
    margin-top: 1.25rem;
    display: flex;
    padding: 0 10px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.catalog-cards {
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    display: flex;
    padding-right: 20px;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.catalog-cards:last-child {
    padding-bottom: 40px;
}

.see-also-product-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}

.see-also-product-description-topText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.see-also-product-description-topText h1 {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.see-also-product-description-topText h3 {
    color: #B9B9B9;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.see-also-product-description-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.see-also-product-description-price img {
    border-radius: 5px;
    background: #286AAB;
    padding: 5px;
}

.see-also-product-description-price h1 {
    margin-top: 1.875rem;
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.see-also-products {
    margin-top: 1.25rem;
    display: flex;
    padding: 0 10px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.basket-container {
    min-height: calc(100dvh + 100px);
    background: #1EA8E5;
}

.basket-headerText {
    padding: 1.25rem;
}

.basket-headerText h1 {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.basket-container-header {
    display: flex;
    padding: 10px;
    border-radius: 15px;
    background: #2574B5;
    justify-content: space-between;
    align-items: center;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.basket-container-header-selectAll {
    display: flex;
    align-items: center;
    gap: 5px;
}

.basket-container-header-selectAll p {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.basket-container-header-selectAll-btn {
    display: flex;
    padding: 15px 40px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Primary, #3B82F6);
    color: var(--Background, #F5F5F5);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	border: none;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
}

.custom-checkbox-catalog {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-catalog input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2979b8;
    border-radius: 4px;
    border: 1px solid white;
    box-sizing: border-box;
}

.custom-checkbox-catalog span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2979b8;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.custom-checkbox input:checked + span {
    background-color: #1b5a8a;
}

.custom-checkbox-catalog input:checked + span {
    background-color: #1A73E8;
}

.custom-checkbox span::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox-catalog span::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked + span::after {
    display: block;
}

.custom-checkbox-catalog input:checked + span::after {
    display: block;
}

.basket-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 1.25rem;
}

.basket-product {
    display: flex;
    padding: 15px;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    border-radius: 20px;
    background: #2574B5;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.basket-product-left {
    width: 301px;
    height: 297px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #3988C9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket-product-left img {
    width: 258px;
    height: 193px;
    flex-shrink: 0;
    aspect-ratio: 127/95;
}

.basket-product-headerText {
    display: flex;
    width: 254px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.basket-product-headerText h1 {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.basket-product-headerText h4 {
    color: #B9B9B9;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.basket-product-price p {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.basket-product-right {
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}

.basket-product-description {
    width: 682px;
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.basket-product-button button {
    display: flex;
    width: 281px;
    padding: 15px 51px 15px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Primary, #3B82F6);
    color: var(--Background, #F5F5F5);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	border: none;
}

.deleteButton {
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Primary, #3B82F6);
    cursor: pointer;
}

.deleteButton img {
    width: 24px;
    height: 24px;
}

.basket-products:last-child {
    padding-bottom: 40px;
}

.catalog-leftSide {
    margin-left: 20px;
    margin-top: 20px;
    display: flex;
    width: 311px;
    height: 1274px;
    padding: 30px 15px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #2574B5;
    margin-bottom: 2.5rem;
}

.catalog-leftSide-header {
    color: var(--font, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.catalog-rightSide-header {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 20px;
}

.catalog-leftSide-group {
    display: flex;
    padding-bottom: 5px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #3988C9;
}

.catalog-leftSide-options-group {
    display: flex;
    flex-direction: column;
    width: 281px;
    padding: 8px 5px 8px 15px;
    justify-content: space-between;
    border-radius: 10px;
    gap: 0.9375rem;
    background: #1B6AAB;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.catalog-leftSide-options-group.collapsed {
    max-height: 0;
    padding: 0 5px 0 15px;
}

.catalog-leftSide-groups {
    display: flex;
    width: 281px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.catalog-leftSide-group p {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.arrow-toggle {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.catalog-leftSide-options {
    display: flex;
    align-items: center;
    gap: 5px;
}

.catalog-leftSide-options p {
    color: var(--font, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.product-thumbnails {
    display: flex;
    gap: 10px;
}

.product-thumbnails img{
    width: 150px;
    height: 100px;
}

.product-description-imageVariants img.active-thumbnail {
    border-radius: 10px;
    background: #CFCFCF;
    padding: 10px;
}