:root {
    --accent-orange: #C59A4B;
    --text-black: #151515;
    --text-gray: #777777;
    --background-gray: #F5F5F5;
    --alt-gray: #B7B7B7;
    --border-gray: #CACACA;
    --text-white: #ffffff;
    --footer-gray: #BFBFBF;
}

body {
    background: #F9F9F9;
}

.sect-product {
    margin-top: 55px;
}

.sect-product .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.short-chars {
    height: auto;
    width: 25%;
    padding: 55px 22px;
    background: var(--text-white)
}

.short-chars-title {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--text-black);
    margin-bottom: 25px;
}

.chars-table {
    margin-bottom: 40px;
}

.chars-table-cell {
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.chars-table-cell-key {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #b5b5b5;
    margin-bottom: 10px;
}

.chars-table-cell-value {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--text-black);
}

.chars-order {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #8e8e8e;
    margin-bottom: 10px;
}

.product-price {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.chars-order-description {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #8e8e8e;
    margin-bottom: 70px;
}

.order-button {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--text-white);
    background: var(--accent-orange);
    padding: 22px 0;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    transition: all .2s ease-in;
}

.order-button:hover {
    background: var(--dark-orange);
}

.order-button:active {
    background: var(--text-gray);
}

.whatsapp-button {
    text-align: center;
    display: block;
    font-weight: 600;
    font-variation-settings: 1rem;
    line-height: 1.3;
    color: var(--text-white);
    background-color: #1FB31C;
    padding: 22px 0;
    border: none;
    width: 100%;
    transition: all .2s ease-in;
}

.whatsapp-button:hover {
    background-color: #1e921c;
}

.whatsapp-button:active {
    background-color: var(--text-gray);
}

.product {
    width: 73%;
    padding: 40px 50px;
    background: var(--text-white);
    height: auto;
}

.swiper-product .swiper-slide {
	height: 40em;
	width: 100%;
}

.swiper-product .swiper-slide img {
	width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.spotlight-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 125px);
    gap: 20px;
    margin-bottom: 55px;
}

.spotlight {
    background: var(--text-white);
    border: 1px solid var(--border-gray);
}

.spotlight:first-child {
    grid-row: span 3;
    grid-column: span 2;
}

.spotlight-image {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.product-name {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--text-black);
    margin-bottom: 25px;
}

.product-category {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    color: var(--text-gray);
    margin-bottom: 27px;
}

.product-description-title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--text-black);
    margin-bottom: 25px;
}

.product-description {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.3;
    color: var(--text-gray);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-align: start;
}

@media (max-width: 480px) {
	.product-description {
		font-size: 14px;
	}
}

.params-list {
    margin-top: 30px;
    padding: 47px 58px;
    background: var(--text-white);
}

.params-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.modal-body {
    padding: 70px 8em;
    position: relative;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
}

.modal-form {
    display: flex;
    flex-wrap: wrap;
}

.modal-form-input {
    padding: 12px 0 12px 25px;
    border: 1px solid #cacaca;
    background: #E9E9E933;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #ababab;
    width: 48%;
    margin-bottom: 10px;
    transition: all .2s ease-in;
}

#name {
    margin-right: auto;
}

.modal-form-input::placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #ababab;
}

.modal-form-select {
    width: 100%;
}

.modal-form-textarea {
    width: 100%;
    padding: 12px 0 12px 25px;
    border: 1px solid #cacaca;
    background: #e9e9e933;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #ababab;
    margin-bottom: 32px;
    transition: all .2s ease-in;
}


.modal-form-input:hover, .modal-form-textarea:hover {
    background: #E9E9E966;
}

.modal-form-input:focus, .modal-form-textarea:focus {
    background: #E9E9E966;
    outline: none;
}

.modal-form-button:hover {
    background: var(--dark-orange);
}

.modal-form:active { 
    background: var(--text-orange);
}

.modal-form-button {
    padding: 18px 56px;
    background: var(--accent-orange);
    color: var(--text-white);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    border: none;
    width: fit-content;
    margin-right: 30px;
    transition: all .2s ease-in;
}

.modal-form-textarea::placeholder {
    font-weight: 400;
    font-style: 1rem;
    line-height: 1.3;
    color: #ababab;
}

.phone-number {
    width: 45%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3;
    color: var(--text-gray);
    margin-bottom: 10px;
}

.phone-number a {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-black);
}

.params-item-key {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--text-gray);
}

.params-item-value {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--text-black);
}

.creds-content {
    margin-top: 30px;
    padding: 47px 58px;
    background: var(--text-white);
}

.creds-title {
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 1.3;
    color: var(--text-black);
    margin-bottom: 20px;
}

.creds h4 {
    font-weight: 700;
    font-size: 1.0325rem;
    line-height: 1.3;
    color: var(--text-black);
}

.creds {
    font-weight: 400;
    font-size: 1.0325rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.creds:not(:last-child) {
    border-bottom: 1px solid #cecece;
}

.docs-content {
    margin-top: 30px;
    padding: 47px 58px;
    background: var(--text-white);
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    align-items: center;
}

.docs-item {
    margin-right: 50px;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 1.0325rem;
    line-height: 1.3;
    color: var(--text-black);
    text-transform: uppercase;
}

.docs-item-container {
    border-radius: 50%;
    padding: 13px 16px;
    background: var(--accent-orange);
    margin-right: 15px;
}

.nav-link {
	flex-grow: 1;
    border: none !important;
    border-bottom: 1px solid #cecece !important;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 1em 0;
    padding-left: 0 !important;
    margin-right: 2em !important;
    color: var(--text-black) !important;
}

.nav-tabs .nav-link.active {
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid var(--accent-orange) !important;
    color: var(--accent-orange) !important;
}

@media (max-width: 1024px) {
    .sect-product .container {
        flex-direction: column-reverse;
    }

    .short-chars, .product {
        width: 100%;
    }

    .short-chars-title {
        display: none;
    }

    .chars-table {
        display: none;
    }

    .short-chars {
        padding: 40px 75px;
    }

    .order-button, .whatsapp-button {
        padding-left: 50px;
        padding-right: 50px;
    }

    .order-buttons {
        width: fit-content;
    }
}

@media (max-width: 550px) {
    .product, .short-chars, .params-list {
        padding: 20px;
    }

    .params-item-key, .params-item-value {
        max-width: 50%;
    }
    
    .swiper-product .swiper-slide {
    	height: 25em;
    }
}

.product-description ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	padding-left: 30px;
}

.product-description ul li {
	list-style: disc;
}

.product-description img {
	max-width: 100%;
}

.product-description h2, .product-description h3, .product-description h4, .product-description h5, .product-description h6 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #151515;
}