.body-wrap {
background-color: var(--main_white);
} .where-home {
padding: 162px 0 37px;
color: var(--text-black);
}
.authors h1{
font-size: 82px;
font-weight: bold;
line-height: 96px;
color:#fff; 
margin-bottom: 41px;
text-transform: uppercase;
}
.where-home h1 {
font-size: 82px;
font-weight: bold;
line-height: 96px;
margin-bottom: 41px;
text-transform: uppercase;
}
.where-home p {
max-width: 928px;
font-size: 36px;
font-weight: bold;
line-height: 40px;
text-transform: uppercase;
}  .find-us {
color: var(--text-black);
padding-bottom: 24px;
}
.find-us h2 {
padding: 10px 0;
font-size: 36px;
font-weight: bold;
line-height: 40px;
text-transform: uppercase;
margin-bottom: 24px;
}
.find-us ul {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 36px;
}
.find-us h3 {
font-size: 24px;
font-weight: bold;
line-height: 28px;
margin-bottom: 8px;
text-transform: uppercase;
}
.locations-map-container h4 {
font-size: 16px;
font-weight: bold;
line-height: 16px;
margin-bottom: 8px;
}
.find-us p {
font-size: 24px;
font-weight: 500;
line-height: 32px;
}
.findus-cards {
display:grid; 
gap:18px;
grid-template-columns:repeat(3,minmax(0,1fr));
}
@media (max-width:1024px){
.findus-cards {
grid-template-columns:repeat(2,minmax(0,1fr));
gap: 8px;
}
.findus-card:nth-child(odd):not(:has(+ .findus-card)) {
grid-column: 1 / 3;
}
}
.findus-card {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 14px; 
background: rgba(201, 201, 201, 0.04);
overflow: hidden;
cursor: pointer;
transition: border-color 0.3s ease;
}
@media (hover: hover) {
.findus-card:hover {
border-color: rgba(0, 0, 0, 0.3);
}
}
.findus-card--active {
border-color: transparent;
cursor: default;
background: var(--gradient-main);
}
.findus-card--active .findus-card__header {
color: var(--main_white);
cursor: default;
}
.findus-card__header {
width: 100%; 
height: 100%;
display: flex; 
align-items: center; 
justify-content: center; 
gap: 12px;
padding: 16px 18px; 
cursor: pointer; 
background: transparent; 
color: var(--text-black); 
border: 0;
}
.findus-card__title {
font-weight: 700; 
text-transform: uppercase; 
letter-spacing: .02em;
font-size: 22px;
}
.findus-card__count {
font-size: 12px; 
opacity: .85; 
border: 1px solid rgba(255,255,255,.18);
padding: 2px 8px; 
border-radius: 999px; 
visibility: hidden;
}
.findus-cards-contents {
margin-block: 32px;
}
.findus-card__panel {
border-top: 1px solid rgba(255,255,255,.08); 
}
.findus-card__panel--hidden {
display: none;
}
.findus-list {
list-style: none; 
margin: 0; 
padding: 0; 
display: grid; 
gap: 14px;
}
.findus-item {
padding: 14px 16px; 
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 12px; 
background: rgba(201, 201, 201,.03);
}
.findus-item h3 {
margin:0 0 6px;
}  .location {
padding-bottom: 35px;
}
.location h2 {
padding: 10px 0;
margin-bottom: 37px;
text-align: right;
font-size: 36px;
font-weight: bold;
line-height: 40px;
text-transform: uppercase;
color: var(--grey-black);
}
.location iframe {
height: 783px;
width: 100%;
border-radius: 64px;
}  .sell-form {
padding-bottom: 31px;
}
.sell-form__container {
background: var(--gradient-main);
border-radius: 64px;
padding: 64px 105px 38px;
color: var(--main_white);
display: flex;
flex-direction: column;
gap: 48px;
}
.sell-form h2 {
font-size: 36px;
font-weight: bold;
line-height: 40px;
text-transform: uppercase;
}
.sell-form p {
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
line-height: 28px;
}
.sell-form form {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
.sell-form form button {
background: var(--main_black);
padding: 11px 70px;
color: var(--main_white);
text-transform: uppercase;
border-radius: 16px;
font-size: 20px;
font-weight: 600;
line-height: 24px;
border: 1px solid var(--main_black);
}
.sell-form form button:hover {
background: var(--main_white);
color: var(--main_black);
} .wrapper-wtb {
max-width: 1600px;
margin: 0 auto;
}
.container {
max-width: 1222px;
}
.find-us ul {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.find-us h3 {
font-size: 18px;
font-weight: bold;
line-height: 28px;
color: var(--text-black);
margin-bottom: 8px;
text-transform: uppercase;
}
.find-us p {
font-size: 18px;
font-weight: 500;
line-height: 32px;
}
.partners-slider-section h3 {
color: var(--text-black);
}
.sell-form-form:not(.submited) + .thx-text {
display: none;
}
.sell-form-form.submited {
display: none;
}
@media only screen and (max-width: 1600px) {
.wrapper-wtb {
max-width: 1280px!important;
}
}
@media only screen and (max-width: 992px) {
.body-wrap {
padding-top: 160px;
}
.where-home h1 {
font-size: 32px;
line-height: 38px;
margin-bottom: 15px;
}
.where-home {
padding: 0px 0 36px;
}
.where-home p {
font-size: 20px;
line-height: 24px;
}
.findus-card__title {
font-size: 16px;
}
.findus-cards-contents {
margin-block: 24px;
}
.find-us ul {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.sell-form__container {
padding: 36px 16px;
}
} .partners-slider-section,
.partners-grid-section {
margin: 50px 0;
}
.partners-slider-section {
overflow: hidden;
}
.partners-swiper {
width: 100%;
padding: 20px 0;
}
.swiper-slide {
text-align: center;
height: auto;
width: auto !important;
}
.swiper-slide img {
max-height: 60px;
width: auto;
filter: grayscale(100%);
transition: filter 0.3s;
object-fit: contain;
}
.swiper-slide img:hover {
filter: grayscale(0%);
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100px;
z-index: 1;
display: flex;
box-sizing: content-box;
transition-timing-function: linear !important;
}
.partners-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.grid-item {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
border-radius: 24px;
transition: 0.3s;
}
.grid-item:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.grid-item img {
max-height: 60px;
max-width: 100%;
filter: grayscale(100%);
transition: filter 0.3s;
}
.grid-item img:hover {
filter: grayscale(0%);
}
h3 {
font-size: 26px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
@media (max-width: 768px) {
.partners-grid {
grid-template-columns: repeat(2, 1fr);
}
.grid-item {
width: 80%;
margin: 0 auto;
}
}
@media (max-width: 480px) {
.partners-grid {
grid-template-columns: 1fr;
}
}