/* 
Theme Name: Lyuda
Author: Perets & Co
Text Domain: lyuda.com
Version:  1.0
*/
@font-face {
    font-family: "NAMU";
    src: url("fonts/NAMU-1750.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "NAMU";
    src: url("fonts/NAMU-1990.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url("fonts/OpenSans_Condensed-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
.has-medium-font-size {
    margin-top: 20px; /* Зовнішній відступ зверху */
    margin-bottom: 20px; /* Зовнішній відступ знизу */
    padding-left: 150px; /* Внутрішній відступ зліва */
    padding-right: 150px; /* Внутрішній відступ справа */
}

.wp-block-heading.has-text-align-left.has-large-font-size {
    margin-top: 20px; /* Зовнішній відступ зверху */
    margin-bottom: 20px; /* Зовнішній відступ знизу */
    margin-left: 0; /* Зовнішній відступ зліва */
    margin-right: 0; /* Зовнішній відступ справа */
    padding-top: 10px; /* Внутрішній відступ зверху */
    padding-bottom: 10px; /* Внутрішній відступ знизу */
    padding-left: 150px; /* Внутрішній відступ зліва */
    padding-right: 150px; /* Внутрішній відступ справа */
}
.custom-paragraph.has-large-font-size {
    margin-top: 1px; /* Зовнішній відступ зверху */
    margin-bottom: 1px; /* Зовнішній відступ знизу */
    margin-left: 0; /* Зовнішній відступ зліва */
    margin-right: 0; /* Зовнішній відступ справа */
    padding-top: 10px; /* Внутрішній відступ зверху */
    padding-bottom: 10px; /* Внутрішній відступ знизу */
    padding-left: 150px; /* Внутрішній відступ зліва */
    padding-right: 150px; /* Внутрішній відступ справа */
}


.koho-extralight {
  font-family: "KoHo", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.didact-gothic-regular {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.podkova-400 {
  font-family: "NAMU";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.podkova-600 {
  font-family: "NAMU";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.podkova-800 {
  font-family: "NAMU";
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
:root {
	--c-white: #fff;
	--c-black: #000;
	--fs-normal: 14px;
	--transition: all ease-in-out .3s;
}
html, body {
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.1;
	background-color: #E5E2E2;
	color: #000;
}
@media (min-width: 1920px) {
	body {
		font-size: 10px !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline:none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
	transition: var(--transition);
	text-decoration: none;
}
p {
	font-family: "OpenSans";
    font-weight: 400;
    font-style: normal;
	margin: 0 0 15px 0;
}
p:last-child {
	margin-bottom: 0;
}
.container {
	max-width: 1920px;
	margin: 0 auto;
}
.preload.hidden {
	opacity: 0;
	visibility: hidden;
}
/* Heading  */
h1, h2, h3, h4, h5, h6 {
	font-family: "NAMU";
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
h1 {
    margin: 1em 0 0 0;
    padding-left: 8.8542vw;
    font-size: 9.6em;
    line-height: 1.1;
    letter-spacing: -0.07em;	
}


#menu-main {
	display: none;
}
/* Header */
header {
	padding: 0.7812vw;
    text-align: right;	
}
main {
	overflow: hidden;	
}
/* Content */
.power-of-style {
    padding-bottom: 6.0708vw;
    position: relative;		
}
.power-of-style__wrapper {
    position: relative;	
}

.power-of-style .author, .power-of-style h1 {
    margin-bottom: 50px;
	text-align: center;
}

.price {
	font-size: 5vh;
	margin-left: 5vw;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 120px;
}

/* Стилізація старої ціни з перехресним закресленням */
.old-price {
    position: relative;
    color: #888; /* Колір старої ціни */
    display: inline-block;
    margin-right: 10px; /* Відступ між старою та новою ціною */
    font-size: 1em; /* Забезпечує, що лінії відповідають розміру тексту */
}

/* Псевдоелементи для перехресних ліній */
.old-price::before,
.old-price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30%; /* Початок лінії від 25% ширини елемента */
    width: 50%; /* Ширина лінії - 50% ширини елемента */
    height: 1px; /* Товщина лінії */
    background-color: #e74c3c; /* Колір ліній */
    transform-origin: center;
}

/* Перша лінія - під кутом 45 градусів */
.old-price::before {
    transform: rotate(45deg);
}

/* Друга лінія - під кутом -45 градусів */
.old-price::after {
    transform: rotate(-45deg);
}

/* Стилізація нової ціни */
.new-price {
    color: #e74c3c; /* Колір нової ціни (можете змінити за бажанням) */
    font-weight: bold;
    font-size: 1.2em; /* Розмір шрифту нової ціни */
}

/* Стилізація старої ціни з перехресним закресленням */
.course-duration-price-old-price {
    position: relative;
    color: #888; /* Колір старої ціни */
    display: inline-block;
    margin-right: 10px; /* Відступ між старою та новою ціною */
    font-size: 0.7em; /* Забезпечує, що лінії відповідають розміру тексту */
}

/* Псевдоелементи для перехресних ліній */
.course-duration-price-old-price::before,
.course-duration-price-old-price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%; /* Початок лінії від 25% ширини елемента */
    width: 35%; /* Ширина лінії - 50% ширини елемента */
    height: 1px; /* Товщина лінії */
    background-color: #e74c3c; /* Колір ліній */
    transform-origin: center;
}

/* Перша лінія - під кутом 45 градусів */
.course-duration-price-old-price::before {
    transform: rotate(45deg);
}

/* Друга лінія - під кутом -45 градусів */
.course-duration-price-old-price::after {
    transform: rotate(-45deg);
}

/* Стилізація нової ціни */
.course-duration-price-new-price {
    color: #e74c3c; /* Колір нової ціни (можете змінити за бажанням) */
    font-weight: bold;
    font-size: 1em; /* Розмір шрифту нової ціни */
}



.power-of-style .image {	
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6.2vw;
    width: 27vw;
    z-index: 9;
    max-width: 820px;
    pointer-events: none;		
}
.power-of-style .author {
    font-size: 6.4em;
    padding-left: 8.8542vw;
	text-align: center;
    width: 100%;
    display: block;
	font-family: 'Lugrasimo', sans-serif;	 
	height: 10px;
}
.text-left {
	margin-left: 3.6458vw;
    padding: 5.7479vw 0 5.0166em 2.2666em;
    font-size: 3.6em;
    max-width: 560px;
    border-left: 1px solid #000;
    line-height: 1.3;
}
.power-of-style .social-networks {
    margin: 1.7vw 4.5042em 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 15px;
    width: 60px;
    align-items: center;
}
.text-join {
    text-align: right;
    width: 50vw;
    margin: -27.2em 0 0 auto;
    font-family: "NAMU";
    font-weight: 600;
}
.text-join a {
    display: inline-block;
    border-right: none;
    font-size: 8.5em;
    padding: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
    border: 1px solid #000;
	color: #000;
    font-family: "NAMU";
    font-optical-sizing: auto;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
}
.botton-join {	
	align-content: center;
	align-items: center;
    width: 40vw;
    margin-top: -8vh;
	margin-left: 5vw;
    font-family: "NAMU";
    font-weight: 600;
	text-align: center;
}
.botton-join a {
	display: inline-block;
    border-right: none;
    font-size: 4.5em;
    padding: 0.3vw 0.3vw 0.3vw 0.3vw;
    border: 1px solid #000;
	color: #000;
    font-family: "NAMU";    
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
	transform: scale(1.5);
    transform-origin: center;
}

.text-right {
    font-size: 2.9em;
    margin: 13.7873vw 5.6875vw 0 auto;
    width: 28.9498vw;
    max-width: 600px;
    line-height: 1.2;
}
.text-right span {
	font-size: 1.6667em;
	position: relative;
	display: block;
}
.text-right span:after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateY(1.5625vw);
    width: 100vw;
    height: 2px;
    right: -4.6875vw;
    background-color: #000;
}
.structure {
    background-color: #000;
    color: #fff;
    padding: 3.4833vw 0 50px;
    position: relative;
}
.structure .image {
    position: absolute;
    bottom: 0;
    width: calc(1.35 / 3.65 * 100vw);
    right: 0;
    pointer-events: none;
}
.structure .image img {
	max-width: 100%;
	margin-left: 0;
}
.structure__wrapper {
    width: calc(2 / 3 * 100vw);
    max-width: 1280px;
    position: relative;
    z-index: 2;
}
.structure h2 {
	margin: 0 0 0 6.2500vw;
	font-weight: 400;
	font-size: 6.4em;
	position: relative;
}
.structure h2 span {
	transform: translate(10px,-25px) rotate(45deg);
	display: inline-block;
}
.structure h2 span img {
    position: absolute;
    width: 80px;
    max-width: inherit;
    left: -20px;
    top: -40px;
    transform: rotate(-45deg);
}
.structure ul {
	font-size: 2.4em;
	margin: 4.9042vw 0 0 6.2500vw;
	padding: 0;
	list-style-type: none;
	column-count: 2;
}
.structure ul span {
	font-size: 1.5em;
	display: block;
}
.structure li {
	margin-bottom: 1.4624vw;
	display: flex;
	align-items: center;
	gap: 1.56249vw;
}
.structure li p {
    font-weight: 400;
    font-family: "NAMU";
    line-height: 1.3;
}
.structure ul li::before {
	content: '';
	width: 22px;
	height: 22px;
	background-color: #D9D9D9;
	border-radius: 50%;
	flex-shrink: 0;
}
.buy-course {
    font-size: 9.6em;
    font-family: "NAMU";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    border: 4px solid #fff;
    padding: 1.5625vw 4.1666vw;
    color: #fff;
    margin: 2.7875vw 0 1vw 23.9582vw;
    display: inline-block;
    text-transform: uppercase;
}
.course-duration {
	font-size: 4em;
    font-family: "NAMU";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 4vw 6.2500vw 0;
    text-align: center;
}

.course-duration-price {
	font-size: 5em;
    font-family: "NAMU";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 4vw 6.2500vw 0;
    text-align: center;
}

/* Footer */
footer {
    margin-top: 2.6041vw;
}
footer .author {
	font-size: 20em;
	font-family: "KoHo", sans-serif;
    font-weight: 200;
    font-style: normal;
    padding: 3.3229vw 0 4.7895vw 4.6874vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
footer .copy .container {
    padding: 1.5624vw 2.0833vw;
}
.copy p {
    font-family: "KoHo", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.6em;
}
.offer-link {
    margin-top: 10px; /* Відступ від верхнього тексту */
    text-align: left; /* Вирівнювання по центру */
}

.offer-link a {
    color: #333; /* Зміна кольору тексту посилання */
    text-decoration: none; /* Забираємо підкреслення */
    font-weight: bold; /* Виділення жирним */
	border-bottom: 2px solid #333;
	
}

.offer-link a:hover {
    text-decoration: none; /* Підкреслення при наведенні */
	font-size: 1.6em;
}

#feedback {
    padding-top: 0px;
}
.feedback__info {
    text-align: center;    
    padding: 2.8458vw 2vw 1.8041vw;
}
.feedback__info p {
    font-size: 4.1em;
    font-family: "NAMU";
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: black;
    display: inline-block;
    margin-bottom: 0;
}
.feedback__info img {
    margin: 5px auto;
	color: black;	
}
h2 {
    font-size: 9.6em;
    font-family: "NAMU";
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    margin: 2.3874vw 0 0 0;
    text-align: center;
}
.form {
    width: 825px;
    max-width: 100%;
    margin: 15px auto 0;
    transform: translateX(6.7707vw);
	overflow: hidden;
}

input:not([type="submit"]) {
    height: 90px;
    background-color: transparent;
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 1.5624vw;
}
input:not([type="submit"]) {
    font-family: "OpenSans";
    font-weight: 400;
    font-style: normal;
    font-size: 5.4em;
}
input:not([type="submit"])::placeholder {
    font-family: "OpenSans";
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}
.problem {
    font-size: 6.4em;
    padding-left: 15.2249vw;
    font-family: "NAMU";
    font-weight: 400;
}
.problem-email {
	margin-top: 20px;
	margin-right: 150px;
	font-size: 6.4em;
    padding-left: 9.2249vw;
    font-family: "NAMU";
    font-weight: 400;
}

.form__title {
    font-size: 6.4em;
    font-family: "NAMU";
    font-weight: 600;
    font-style: normal;
    font-optical-sizing: auto;
    text-transform: uppercase;
    margin-bottom: 15px;
	text-align: right;
}
form {
    text-align: right;
}
.wpcf7-submit {
    font-size: 3.6em;
    font-family: "NAMU";
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    border: none;
    background-color: #000;
    color: #fff;
    padding: 0px 25px 8px;
    margin: 0px 0 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.wpcf7 {
    margin-bottom: 3vw;
}
.wpcf7 + .form__title {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: flex-end;
}
.wpcf7-spinner {
    display: none;
}
.social-networks {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 2.3437vw;
    justify-content: flex-end;
}
#feedback .social-networks a {
    display: inline-flex;
    background-color: #000;
    padding: 15px;
}
.social-networks svg {
    width: 60px;
    height: 60px;
}
.line {
    width: 1px;
    height: 55px;
    background-color: #000;
}
.line__1 {
    margin: 0 auto;
    transform: translateX(-6vw);
}
.line__2 {
    margin: 0px auto -50px;    
    transform: translateX(80px);
}
.line__3 {
     margin: 10px auto 10px;    
    transform: translateX(330px);
}
.form .form__title:first-child {
    padding-left: 35px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 20px auto 0;
    padding: 0;
    font-size: 2em;
    border: none;
}
.wpcf7-not-valid-tip {
    font-size: 2em;
}
input:not([type="submit"]).wpcf7-not-valid {
    border-color: #dc3232;
}
.phrase-footer {
	text-align: center;
	font-family: 'NAMU', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 5vw;
}
.add-info-block {
    margin-left: 10vw;
    margin-right: 20vw;
}

.add-info-title-block {
    margin-left: 40vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.add-info-title {
    text-align: left;
    font-family: "NAMU";
    font-weight: 400;
    font-style: normal;
    color: graytext;
    font-size: 1.5vw !important;
}

.add-info-sub-title {
    margin-top: 9vh;
    text-align: left;
    font-family: "NAMU";
    font-weight: 400;
    font-style: normal;
    font-size: 5em;
}

ul.add-info {
    list-style: none;
    padding: 0;
}

ul.add-info li {
    counter-increment: list;
    margin-bottom: 5px;
    display: flex;
    align-items: center;    
    border-bottom: 1px solid #000;    
    padding: 20px;    
    font-family: 'NAMU', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 3vw;
}

ul.add-info li::before {
    content: counter(list) ". ";
    font-weight: bold;
    margin-right: 150px;
    flex-shrink: 0;
    font-size: 1vw;
	color: graytext
	
}
ul.add-info li:first-child {
    border-top: 1px solid #000;
	
}

ul.add-info li p {
    margin: 0;
    flex-grow: 1;
}

.add-info-li {
    text-align: left;
    font-family: 'NAMU', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5vw !important;
}



@media (min-width: 1009px) {
    .order-5 br,
    .order-10 br,
    .order-8 br  {
        display: none;
    }	
}

@media (max-width: 1009px) {		
	.has-medium-font-size {
    margin-top: 20px; /* Зовнішній відступ зверху */
    margin-bottom: 20px; /* Зовнішній відступ знизу */
    padding-left: 80px; /* Внутрішній відступ зліва */
    padding-right: 80px; /* Внутрішній відступ справа */
}

.wp-block-heading.has-text-align-left.has-large-font-size {
    margin-top: 20px; /* Зовнішній відступ зверху */
    margin-bottom: 20px; /* Зовнішній відступ знизу */
    margin-left: 0; /* Зовнішній відступ зліва */
    margin-right: 0; /* Зовнішній відступ справа */
    padding-top: 10px; /* Внутрішній відступ зверху */
    padding-bottom: 10px; /* Внутрішній відступ знизу */
    padding-left: 80px; /* Внутрішній відступ зліва */
    padding-right: 80px; /* Внутрішній відступ справа */
}
.custom-paragraph.has-large-font-size {
    margin-top: 1px; /* Зовнішній відступ зверху */
    margin-bottom: 1px; /* Зовнішній відступ знизу */
    margin-left: 0; /* Зовнішній відступ зліва */
    margin-right: 0; /* Зовнішній відступ справа */
    padding-top: 10px; /* Внутрішній відступ зверху */
    padding-bottom: 10px; /* Внутрішній відступ знизу */
    padding-left: 80px; /* Внутрішній відступ зліва */
    padding-right: 80px; /* Внутрішній відступ справа */
}
	.power-of-style .author {
        font-size: 4em;
		padding-top: 2vh;
    }
    .feedback__info p {
        font-size: 25px;
    }
    .feedback__info p:first-child {
        margin-left: auto;
    }
    .feedback__info p:not(:last-child) {
        text-align: left;
        width: 80%;
        display: block;
    }
    .feedback__info p:last-child br {
        display: none;
    }
    .feedback__info img {
        margin: 3px auto;
        height: 20px;
    }
    .feedback__info {
        
        padding: 47px 30px 10px;
        
        margin-bottom: 40px;
    }
    h2 {
        font-size: 48px;
    }
    .problem {
        font-size: 24px;
        padding-left: 0;
        text-align: center;
    }
	
	.problem-email {
		margin-top: 0px;
	font-size: 24px;
        padding-left: 100px;
        text-align: center;
}
    .form__title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .form .form__title:first-child {
        padding-left: 0;
    }
    input:not([type="submit"]) {
        height: 48px;
        font-size: 36px;
        margin-bottom: 15px;
    }
    .form {
        width: 80vw;
        max-width: 100%;
        margin: 15px auto 0;
        transform: translateX(0vw);
    }
    .social-networks svg {
        width: 30px;
        height: 30px;
    }
    .line {
        margin: 20px auto;
    }
    .line__2 {
        margin: 20px auto;        
    }
    .wpcf7-submit {
        font-size: 24px;
        padding: 6px 16px 8px;
        margin: 0px 20px 0 auto;
    }
    .wpcf7 + .form__title {
        flex-direction: column;
    }
    .line__3 {
        position: relative;
        left: 40%;
        transform: translateX(-50%);  
    }
    .wpcf7 + .form__title {
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .social-networks {
        gap: 20px;
    }
    #feedback .social-networks a {
        padding: 10px;
    }
     
    footer .copy .container {
        padding: 25px 0;
        text-align: center;
    }
    .copy p {
        font-size: 22px;
    }	
	.phrase-footer {
	text-align: center;
	font-family: "NAMU";
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
}
	
	
	
}



@media (max-width: 768px) {
	.has-medium-font-size {
    margin-top: 20px; /* Зовнішній відступ зверху */
    margin-bottom: 20px; /* Зовнішній відступ знизу */
    padding-left: 13px; /* Внутрішній відступ зліва */
    padding-right: 13px; /* Внутрішній відступ справа */
		font-size: 2em !important;
}
	
	.wp-block-heading.has-text-align-center.has-large-font-size {
    margin-top: 20px; /* Зовнішній відступ зверху */
    margin-bottom: 20px; /* Зовнішній відступ знизу */
    margin-left: 0; /* Зовнішній відступ зліва */
    margin-right: 0; /* Зовнішній відступ справа */
    padding-top: 10px; /* Внутрішній відступ зверху */
    padding-bottom: 10px; /* Внутрішній відступ знизу */
    padding-left: 13px; /* Внутрішній відступ зліва */
    padding-right: 13px; /* Внутрішній відступ справа */
	font-size: 3em !important;
}

.wp-block-heading.has-text-align-left.has-large-font-size {
    margin-top: 20px; /* Зовнішній відступ зверху */
    margin-bottom: 20px; /* Зовнішній відступ знизу */
    margin-left: 0; /* Зовнішній відступ зліва */
    margin-right: 0; /* Зовнішній відступ справа */
    padding-top: 10px; /* Внутрішній відступ зверху */
    padding-bottom: 10px; /* Внутрішній відступ знизу */
    padding-left: 13px; /* Внутрішній відступ зліва */
    padding-right: 13px; /* Внутрішній відступ справа */
	font-size: 3em !important;
}
.custom-paragraph.has-large-font-size {
    margin-top: 1px; /* Зовнішній відступ зверху */
    margin-bottom: 1px; /* Зовнішній відступ знизу */
    margin-left: 0; /* Зовнішній відступ зліва */
    margin-right: 0; /* Зовнішній відступ справа */
    padding-top: 10px; /* Внутрішній відступ зверху */
    padding-bottom: 10px; /* Внутрішній відступ знизу */
    padding-left: 13px; /* Внутрішній відступ зліва */
    padding-right: 13px; /* Внутрішній відступ справа */
	font-size: 3em !important;
}
	.text-left {
        text-align: right !important;
		font-size: 2em !important;
		overflow-wrap: break-word;
		
    }
    .feedback__info p {
        font-size: 15px;
    }
    .feedback__info p:first-child {
        margin-left: auto;
    }
    .feedback__info p:not(:last-child) {
        text-align: left;
        width: 80%;
        display: block;
    }
    .feedback__info p:last-child br {
        display: none;
    }
    .feedback__info img {
        margin: 3px auto;
        height: 20px;
    }
    .feedback__info {        
        padding: 47px 30px 10px;        
        margin-bottom: 40px;
    }
    h2 {
        font-size: 48px;
    }
    .problem {
        font-size: 24px;
        padding-left: 0;
        text-align: center;
    }
	.problem-email {
		margin-top: 0px;
	font-size: 24px;
        padding-left: 0px;
        text-align: center;
}
    .form__title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .form .form__title:first-child {
        padding-left: 0;
    }
    input:not([type="submit"]) {
        height: 48px;
        font-size: 36px;
        margin-bottom: 15px;
    }
    .form {
        width: 80vw;
        max-width: 100%;
        margin: 15px auto 0;
        transform: translateX(0vw);
    }
    .social-networks svg {
        width: 30px;
        height: 30px;
    }
    .line {
        margin: 20px auto;
    }
    .line__2 {
        margin: 30px auto 20px;        
    }
	.line__3 {
        margin: 10px auto 25px;
        order: -1;        
    }
    .wpcf7-submit {
        font-size: 24px;
        padding: 6px 16px 8px;
        margin: 0px 20px 0 auto;
    }
    .wpcf7 + .form__title {
        flex-direction: column;
    }
    
    .wpcf7 + .form__title {
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .social-networks {
        gap: 20px;
    }
    #feedback .social-networks a {
        padding: 10px;
    }
    footer {
        margin-top: 50px;
    }
    footer .copy .container {
        padding: 25px 0;
        text-align: center;
    }
    .copy p {
        font-size: 16px;
    }
	
	.add-info-block {
    margin-left: 10vw;
    margin-right: 5vw;
}
	.add-info-title-block {   
    margin-top: 1vh;
		margin-left: 0vw;
}

.add-info-title {
    text-align: left;
    font-family: "NAMU";
    font-weight: 400;
    font-style: normal;
    color: graytext;
    font-size: 3vw !important;
}
	ul.add-info li {
    counter-increment: list;
    margin-bottom: 5px;
    display: flex;
    align-items: center;    
    border-bottom: 1px solid #000;    
    padding: 5px;    
    font-family: 'NAMU', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 5vw;
}

ul.add-info li::before {
    content: counter(list) ". ";
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 4vw;
	color: graytext
	
}
ul.add-info li:first-child {
    border-top: 1px solid #000;
	
}

ul.add-info li p {
    margin: 0;
    flex-grow: 1;
	font-size: 4vw;
}
	.add-info-sub-title {
		width: 100%;
    margin-top: 3vh;
    text-align: left;
    font-family: "NAMU";
    font-weight: 400;
    font-style: normal;
    font-size: 4vw;
}
	.offer-link {
    margin-top: 10px; /* Відступ від верхнього тексту */
    text-align: center; /* Вирівнювання по центру */
}

.offer-link a {
    color: #333; /* Зміна кольору тексту посилання */
    text-decoration: none; /* Забираємо підкреслення */
    font-weight: bold; /* Виділення жирним */
	border-bottom: 2px solid #333;
	
}

.offer-link a:hover {
    text-decoration: none; /* Підкреслення при наведенні */
	font-size: 1.6em;
}
}