* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body::-webkit-scrollbar {
	width: 5px;
	height: 10px;
}
  
body::-webkit-scrollbar-thumb {
	background: #FFD700;
	border-radius: 5px;
}
  
body::-webkit-scrollbar-track {
	background-color: #bebebe;
	border: none;
}

body {
	background: #fff;
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
}

body.hidden {
    overflow-y: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Anticva', sans-serif;
    font-weight: 400;
}

a {
	position: relative;
	transition: all .5s ease;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    transition: all .5s ease;
    z-index: 999;
}

.section__wrapper {
    display: flex;
    max-width: 1420px;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

header .section__wrapper {
    flex-direction: row;
    justify-content: space-between;
    transition: all .5s ease;
}

main {
    overflow-x: hidden;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    width: 100%;
}

section.top__screen {
    height: auto;
    /* background: url(../img/top__bg.jpg) no-repeat right top;
    background-size: auto 100%; */
    padding: 150px 0 00px;
}

.top__left {
    display: flex;
    flex-direction: column;
}

.top__right {
    display: flex;
    max-width: 500px;
}

.top__right img {
    width: 100%;
}

section.top__screen .section__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

p.slogan {
    font-weight: 400;
    font-family: 'Anticva', sans-serif;
    font-size: 48px;
    line-height: 80px;
}

.offer {
    display: flex;
    flex-direction: column;
    max-width: 680px;
}

.offer__block {
    position: relative;
}

h1.title {
    position: absolute;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 36px;
    max-width: 310px;
    bottom: 10px;
    right: 80px;
}

span.color {
    color: #FFD700;
}

a.logo {
    display: flex;
}

nav.menu ul {
    display: flex;
    gap: 40px;
}

nav.menu ul li {
    list-style: none;
}

a.nav__link, a.call {
    text-decoration: none;
    color: #121212;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

a.nav__link:hover {
    border-color: #121212;
}

a.call:hover {
    border-color: #121212;
}

a.call {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 20px;
}

.control {
    display: flex;
    align-items: center;
    gap: 20px;
}

svg path {
    transition: all .5s ease;
}

.btn {
    background: #FFD700;
    border: none;
    width: 180px;
    height: 60px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    transition: all .5s ease;
    cursor: pointer;
    text-decoration: none;
    color: #121212;
}

.btn:hover {
    color: #fff;
    background: #121212;
}

section.top__screen .btn {
    width: 440px;
    height: 100px;
    font-size: 32px;
}

.delivery {
    display: flex;
    margin: 40px 0 20px 0;
    padding: 10px 10px 10px 20px;
    background: #3b3b3b;
    border-radius: 20px;
    max-width: 440px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.delivery__min {
    display: flex;
    flex-direction: column;
    background: #FFD700;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    color: #3b3b3b;
}

span.small {
    font-size: 16px;
    font-weight: 400;
}

p.delivery__text {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}

.block__wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.block__left {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    height: auto;
    width: 100%;
}

.block__right {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.block__left.img img {
    width: 100%;
    object-fit: cover;
}

.block__right.content {
    padding: 40px;
    border: 1px solid #A2A3A4;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block__right.content .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 24px;
}

h2.section__title {
    margin-bottom: 40px;
    font-size: 32px;
}

section.about h2.section__title {
    margin: 0;
}

.constructor__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.constructor__item {
    flex: 1;
    border-radius: 20px;
    padding: 35px 40px;
    border: 1px solid #A2A3A4;
    max-width: calc(100%/3 - 10px);
    overflow: hidden;
    position: relative;
}

h3.constructor__step {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
}

.constructor__img {
    display: flex;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.constructor__img img {
    width: 100%;
    height: auto;
    display: none;
}

select {
    width: 100%;
    height: 60px;
    display: flex;
    border-radius: 20px;
    border-color: #A2A3A4;
    padding: 20px 25px;
    outline: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #121212;
    appearance: none;
    cursor: pointer;
    transition: all .5s ease;
    background: url(../img/select.svg) no-repeat 93% center;
}

select:hover, select:focus {
    border-color: #121212;
}

.constructor__img img.active {
    display: flex;
}

.constructor__item.view__step .constructor__img img {
    display: flex;
}

input#view {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    padding: 20px 25px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #121212;
    outline: 0;
    border: 1px solid #A2A3A4;
    transition: all .5s ease;
    margin-bottom: 20px;
}

input#view:hover, input#view:focus {
    border-color: #121212;
}

.constructor__item.view__step p {
    font-size: 16px;
    max-width: 240px;
    line-height: 1.5;
}

.constructor__item.view__step p a {
    color: #121212;
    text-decoration: none;
    border-bottom: 1px solid;
}

.constructor__item.view__step p a:hover {
    color: #f3cd00;
}

.constructor__item.result__step p {
    margin-bottom: 20px;
    line-height: 1.5;
}

p.sum {
    font-family: 'Anticva', sans-serif;
    font-size: 24px;
    flex: 1;
}

.constructor__item.result__step .btn {
    width: 100%;
    font-size: 20px;
}

.stuffing__description {
    display: flex;
    margin-bottom: 20px;
    line-height: 1.5;
}

.swiper-slide.gallery__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 35px 40px;
    border: 1px solid #A2A3A4;
    border-radius: 20px;
}

h3.gallery__item__title {
    font-size: 24px;
    line-height: 32px;
}

.gallery__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    gap: 40px;
}

.gallery__item__img {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.gallery__item__img img {
    height: 400px;
}

.gallery__control {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn.order {
    width: 100%;
    font-size: 20px;
}

.arrow {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #A2A3A4;
    border-radius: 50%;
    transition: all .5s ease;
    cursor: pointer;
}

.arrow:hover {
    background: #121212;
    border-color: #121212;
}

.arrow:hover > svg path {
    fill: #fff;
}

section.delivery__pay h2.section__title {
    margin: 0;
}

a.link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
}

a.link:hover {
    color: #ffd700;
}

.reviews__wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.swiper-slide.reviews__item {
    padding: 35px 40px;
    border-radius: 20px;
    border: 1px solid #A2A3A4;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
}

footer {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.block__left.contact {
    flex-direction: column;
    padding: 40px;
    background: #3b3b3b;
    justify-content: space-between;
    color: #fff;
    gap: 40px;
}

.copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #ffffff8a;
}

a.politics {
    color: #ffffff8a;
    text-decoration: none;
    border-bottom: 1px solid;
}

a.politics:hover {
    color: #ffd700;
}

footer h2.section__title {
    margin: 0;
}

.top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.contacts__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.contacts__links * {
    font-size: 18px;
    line-height: 24px;
}

.soc {
    display: flex;
    gap: 10px;
}

a.soc__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 16px;
}

a.soc__item:hover {
    background: #fff;
	color: #121212;
}

a.soc__item svg {
    width: 24px;
    height: auto;
}

header.fixed {
    margin-top: 10px;
    padding: 0 20px;
}

header.fixed .section__wrapper {
    background: #ffffff7d;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 10px 20px;
    border: 1px solid #dfdfdf;
}

.burger {
    display: none;
}

section.delivery__pay a.link {
    color: #121212;
}

section.delivery__pay a.link:hover {
    color: #ffd700;
}

.input__wrapper {
    width: 100%;
    position: relative;
    margin: 10px 0;
    text-align: center;
}
   
.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
   
.input__file-icon-wrapper {
    height: 60px;
    width: 20%;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #fff;
}
   
.input__file-button-text {
    line-height: 1;
    margin-top: 1px;
    text-align: center;
}
   
.input__file-button {
    width: 100%;
    max-width: 100%;
    height: 60px;
    background: #ffd700;
    color: #121212;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 auto;
    transition: all .5s ease;
}

.modal {
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    z-index: 9999;
    transform: translateY(-100%);
}

.modal.active {
    transform: translateY(0%);
}

.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #12121259;
    backdrop-filter: blur(5px);
}

.modal__wrapper {
    display: flex;
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
}

.modal__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    right: 40px;
    border-radius: 50%;
    background: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    transition: all .5s ease;
}

.modal__close:hover {
    background: #ffd700;
}

.modal__form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
}

h3.modal__title {
    font-size: 24px;
}

p.modal__text {
    max-width: 300px;
}

.modal form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 9;
    top: 0;
    left: 0;
}

.preloader.active {
    display: flex;
}

.modal__input {
    width: 100%;
    height: 60px;
    padding: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #121212;
    border-radius: 20px;
    border: 1px solid #ccc;
    outline: 0;
    transition: all .5s ease;
}

.modal__input:hover, .modal__input:focus {
    border-color: #121212;
}

input.call__btn {
    width: 100%;
}

.politics {
    font-size: 14px;
}

.politics a {
    color: #121212;
    text-decoration: none;
    border-bottom: 1px solid;
}

.politics a:hover {
    color: #ffd700;
}

span.modal__close__line {
    display: flex;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
}

span.modal__close__line:nth-child(1) {
    transform: rotate(45deg);
}

span.modal__close__line:nth-child(2) {
    transform: rotate(-45deg);
}

textarea.modal__input {
    height: 100px;
}

.result__form {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
    background: #fff;
    gap: 10px;
}

form p.product__name span, form p.product__weight span, form p.product__price span {
    font-weight: 600;
}

.result__form.active {
    display: flex;
}

span.back {
    padding: 0 0 10px 0;
    cursor: pointer;
    transition: all .5s ease;
}

span.back:hover {
    color: #ffd700;
}

.stuffing__description p {
    display: none;
    text-align: justify;
}

.stuffing__description p.active {
    display: flex;
}

select#weight {
    margin-bottom: 10px;
}

.sended {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 40px;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
}

.sended.active {
    display: flex;
}

.gallery__item__img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

p.weight__price span {
    font-family: 'Anticva', sans-serif;
    font-size: 20px;
    margin: 0 3px 0 10px;
}

.gallery__control p.sum {
    margin: 10px 0;
}

.gallery__slider.swiper {
    width: 100%;
}

.arrows {
    display: flex;
    gap: 20px;
}

.reviews__wrapper {
    flex-direction: column;
    gap: 40px;
}

.reviews__slider.swiper {
    width: 100%;
}

.row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.error__text {
    display: none;
    color: rgb(233 28 64);
}

.error__text.visible {
    display: flex;
    margin: 0 !important;
}

input.error, input.error:focus, input.error:hover {
    border-color: rgb(233 28 64);
}

input {
    outline: 0;
}

.section__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section__header h2.section__title {
    margin: 0;
}

.reviews__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.reviews__text img {
    width: 100%;
    border-radius: 20px;
    max-height: 400px;
    object-fit: cover;
}

a.more__review {
    text-decoration: none;
    color: #121212;
    border-bottom: 1px solid;
    font-weight: 500;
    margin-top: 10px;
}

a.more__review:hover {
    color: #fcd400;
}

.construct__wrapper {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 40px;
    border: 1px solid #A2A3A4;
    border-radius: 20px;
    position: relative;
}

.construct__img {
    max-width: 50%;
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    overflow: hidden;
}

.construct__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.construct__content {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

section.construct {
    padding: 0 20px;
}

section.construct h2.section__title {
    margin-bottom: 12px;
}

.construct__description {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 80%;
    font-size: 14px;
}

.checks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.construct__weight, .construct__count {
    display: flex;
    gap: 5px;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio+label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: all .5s ease;
}

.custom-radio:not(:disabled):not(:checked)+label:hover {
    border-color: #fdd500;
}

.custom-radio:not(:disabled):active+label {
    background-color: #ffe769;
    border-color: ##ffe769;
}

.custom-radio:focus+label {
    box-shadow: 0 0 0 0.2rem rgb(253 213 0 / 24%);
}

.custom-radio:focus:not(:checked)+label {
    border-color: #d7bc2b;
}

.custom-radio:checked+label {
    border-color: #fdd500;
    background-color: #fdd500;
}

.custom-radio:disabled+label {
    background-color: #e9ecef;
}

.construct__weight__item label {
    flex-direction: column;
    gap: 0;
}

.construct__weight__item label span {
    display: flex;
    line-height: 1;
}

.construct__weight__item label span.kg {
    font-size: 12px;
}

.checks__block__header {display: flex;gap: 100px;align-items: center;justify-content: space-between;}

.checks__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: auto;
}

p.title {
    font-weight: 500;
}

.construct__stuffing__slider.swiper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.swiper-slide.stuffing__slide {
    width: 300px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s ease;
    cursor: pointer;
    opacity: .5;
}

.swiper-slide.stuffing__slide img {
    width: 100%;
}

p.stuffing__name {
    position: absolute;
    color: #fff;
    font-weight: 600;
    left: 20px;
    bottom: 25px;
}

p.stuffing__more {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dotted;
    line-height: 1;
    cursor: pointer;
    transition: all .5s ease;
}

.swiper-slide.stuffing__slide.swiper-slide-active:hover > p.stuffing__more {
    color: #ffd700;
}

.swiper-slide.stuffing__slide.swiper-slide-active {
    opacity: 1;
}

.construct__stuffing .arrow {
    position: absolute;
    z-index: 2;
    background: #fff;
    border: none;
    width: 32px;
    height: 32px;
}

.construct__stuffing {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.construct__stuffing .arrow.next {
    right: 20px;
}

.construct__stuffing .arrow svg {
    width: 20px;
}

.construct__stuffing .arrow.prev {
    left: 20px;
}

.construct__stuffing .arrow:hover > svg path {
    fill: #121212;
}

.construct__stuffing .arrow:hover {
    background: #ffd700;
}

.dops {
    display: flex;
    flex-direction: column;
    margin: 20px 0 40px 0;
}

.dops .row {
    flex-direction: row;
    align-items: center;
}

.dops input#view {
    margin: 0;
    width: calc(50% - 5px);
}

.files {
    width: calc(50% - 5px);
    display: flex;
}

.input__file-button:hover {
    background: #121212;
    color: #fff;
}

.dops .row p {
    font-size: 14px;
}

.dops .row p a {
    color: #ffd700;
}

.construct__results {
    display: flex;
    gap: 10px;
    align-items: center;
}

span.swiper-pagination-bullet {
    margin: 0 !important;
    width: 7px;
    height: 7px;
    background: #ababab;
    transition: all .5s ease;
}

.construct__stuffing__dots {
    display: flex;
    gap: 5px;
    justify-content: center;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffd700;
}

span.swiper-pagination-bullet:hover {
    background: #b39910;
}

.btn.result__send {
    flex: 1;
}

/* MODAL STUFFING */

.modal__stuffing__list__item {
    background: #3d3d3d;
    padding: 10px 20px; 
    font-size: 13px; 
    line-height: 1;
    cursor: pointer;
    color: #fff;
    transition: all .5s ease;
}

.modal__stuffing__img img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal__stuffing__img img.active {
    display: block;
}

.modal__stuffing__description p {
    display: none;
    font-size: 14px;
}

.modal__stuffing__description p.active {
    display: flex;
}

.modal__stuffing__wrapper {
    position: relative;
    background: #fff;
}

.modal__stuffing__container {
    display: flex;
    overflow: hidden;
}

.modal__stuffing__list {
    display: flex;
    flex-direction: column;
    background: #3d3d3d;
}

.modal__stuffing__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modal__stuffing__img {
    display: flex;
    width: 500px;
    height: 400px;
}

.modal__stuffing__description {
    max-width: 500px;
    padding: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.modal__stuffing__list__item.active,
.modal__stuffing__list__item.active:hover {
    background: #ffd700;
    color: #121212;
}

.modal__stuffing__list__item:hover {
    background: #fff;
    color: #121212;
}


.modal__stuffing__list__item:last-child {
    border-bottom: none;
}

button.btn.stuffing__change {
    font-size: 14px;
    height: 40px;
    width: 160px;
    border-radius: 10px;
}

.modal__construct__wrapper {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 500px;
    overflow: hidden;
}

.modal__construct__wrapper p.construct__subtitle {
    max-width: 320px;
    margin: 5px 0 15px 0;
}

.modal__construct__wrapper input {
    margin-bottom: 10px;
    width: 100%;
}

.info {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    gap: 5px;
}

.info span {
    font-weight: 500;
}

.footer__contacts {
    width: 100%;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ya__reviews {
    display: flex;
    width: calc(50% - 10px);
}

footer .block__wrapper {
    width: calc(50% - 10px);
    flex-direction: column-reverse;
}

.block__right.map {
    height: 400px;
}

.advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    /* border: 1px solid #A2A3A4; */
    border-radius: 20px;
    background: #3b3b3b;
    color: #fff;
}

.modal__size .modal__wrapper {
    max-width: 700px;
}

.modal__size .modal__wrapper img {
    width: 100%;
}

.adv__media {
    display: flex;
    justify-content: center;
}

h3.adv__title {
    text-align: center;
}

.call__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.call__wrapper span {
    font-size: 14px;
}