@charset "UTF-8";
@font-face {
font-family: 'CoFo Sans';
src: url(../fonts/CoFoSans-Regular.woff2) format('woff2'),
url(../fonts/CoFoSans-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'CoFo Bold';
src: url(../fonts/CoFoSans-Bold.woff2) format('woff2'),
url(../fonts/CoFoSans-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: 'CoFo Sans';
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: var(--bs-border-width) solid;
opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
}
h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1 {
font-size: 2.5rem;
}
}
h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 2rem;
}
}
h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.75rem;
}
}
h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4 {
font-size: 1.5rem;
}
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 0.875em;
}
mark {
padding: 0.1875em;
color: var(--bs-highlight-color);
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
text-decoration: underline;
}
a:hover {
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 0.25rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-secondary-color);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} ::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
:root {
--white: #FFFFFF;
--black: #272728;
--gold: linear-gradient(180deg, #D7B051 0%, #DCCB86 100%);
--light-grey: #F7F7F7;
--grey: #4B4B4B;
--base-ff: "Inter";
}
html {
height: 100%;
}
body {
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
a {
text-decoration: none;
color: inherit;
}
ul[class], ol[class] {
list-style: none;
padding: 0;
}
ul, ol {
margin: 0;
padding: 0;
}
img {
height: auto;
max-width: 100%;
}
button {
background: none;
border: none;
padding: 0;
}
label {
cursor: pointer;
}
input, textarea {
outline: none;
}
textarea {
resize: none;
}
.for-flex {
display: flex;
align-items: center;
padding: 14px 0;
gap: 14%;
}
.for-width {
max-width: 1280px;
width: 100%;
margin: 0 auto;
}
header {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: rgb(255 255 255 / 89%);
position: fixed;
z-index: 9999;
top: 0;
}
.header-menu__dropdown {
display: flex;
justify-content: space-between;
align-items: center;
justify-content: space-between;
width: 85%;
}
.main {
margin: 0 auto;
}
.for-desc{
display: block;
}
.for-mob{
display: none;
}
#main-menu ul {
display: flex;
gap: 40px;
list-style: none;
}
.social img {
width: 40px;
}
.social {
display: flex;
gap: 10px;
}
.menu-item{
position: relative;
}
.menu-item::before {
content: '';
position: absolute;
transition: ease all .3s;
height: 2px;
opacity: 1;
background-color: #000;
width: 100%;
bottom: -4px;
opacity: 0;
}
.menu-item:hover::before {
opacity: 1;
animation: rotate 1s linear infinite;
background-color: #caa971;
}
@keyframes rotate {
0% {
width: 0;
}
100% {
width: 100;
}
}
.social a:hover img{
box-shadow: none;
}
.social a img{
box-shadow: 0 0 6px #4b4a4a;
border-radius: 50px;
transition: ease all .3s;
}
article.for-bg {
position: relative;
display: flex;
flex-direction: column;
margin: 0 auto;
min-height: 610px;
justify-content: center;
border-bottom: 1px solid #80808075;
}
h1 {
color: #222222;
font-weight: bold;
font-family: 'CoFo Bold';
font-size: 46px;
}
.title_article {width: 52%;}
.title_article p {
color: #5E695E;
font-size: 20px;
margin-top: 4%;
}
.for-img img {
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
.for-img {
overflow: hidden;
position: relative;
}
.btn {
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;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding: 15.5px 20px;
border-radius: 10px;
background: var(--d-green);
line-height: 120%;
color: var(--white);
font-weight: 500;
font-family: 'CoFo Bold';
}
.modal {
--bs-modal-zindex: 1055;
--bs-modal-width: 500px;
--bs-modal-padding: 1rem;
--bs-modal-margin: 0.5rem;
--bs-modal-bg: var(--bs-body-bg);
--bs-modal-border-color: var(--bs-border-color-translucent);
--bs-modal-border-width: var(--bs-border-width);
--bs-modal-border-radius: var(--bs-border-radius-lg);
--bs-modal-box-shadow: var(--bs-box-shadow-sm);
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
--bs-modal-header-padding-x: 1rem;
--bs-modal-header-padding-y: 1rem;
--bs-modal-header-padding: 1rem 1rem;
--bs-modal-header-border-color: var(--bs-border-color);
--bs-modal-header-border-width: var(--bs-border-width);
--bs-modal-title-line-height: 1.5;
--bs-modal-footer-gap: 0.5rem;
--bs-modal-footer-border-color: var(--bs-border-color);
--bs-modal-footer-border-width: var(--bs-border-width);
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-modal-zindex);
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
padding-top: 4%;
}
.modal-dialog {
position: relative;
width: auto;
margin: var(--bs-modal-margin);
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
-ms-transform: none;
transform: none;
background: #ffffffe0;
padding: 2%;
border-radius: 10px;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered { display: -ms-flexbox; -ms-flex-align: center; }
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
color: var(--bs-modal-color);
pointer-events: auto;
background-color: var(--bs-modal-bg);
background-clip: padding-box;
border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
border-radius: var(--bs-modal-border-radius);
outline: 0;
}
.modal-backdrop {
--bs-backdrop-zindex: 1050;
--bs-backdrop-bg: #000;
--bs-backdrop-opacity: 0.5;
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-backdrop-zindex);
width: 100vw;
height: 100vh;
background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: var(--bs-backdrop-opacity);
}
.modal-content p {
margin: 0;
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: var(--bs-modal-header-padding);
border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
border-top-left-radius: var(--bs-modal-inner-border-radius);
border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.wpcf7-textarea{
width: 100%;
border: none;
border-radius: 10px;
padding: 2%;
height: 150px;
}
.wpcf7-list-item {
font-size: 17px;
margin: 1% 0px!important;
}
.modal-title {
margin-bottom: 0;
line-height: var(--bs-modal-title-line-height);
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: var(--bs-modal-padding);
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
background-color: var(--bs-modal-footer-bg);
border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
border-bottom-right-radius: var(--bs-modal-inner-border-radius);
border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
.modal {
--bs-modal-margin: 1.75rem;
--bs-modal-box-shadow: var(--bs-box-shadow);
}
.modal-dialog {
max-width: var(--bs-modal-width);
margin-right: auto;
margin-left: auto;
}
.modal-sm {
--bs-modal-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
--bs-modal-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
--bs-modal-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1399.98px) {
.modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
}
:root {
--white: #FFFFFF;
--black: #222222;
--green: #C8F168;
--d-green: #043F2E;
--stroke: #E7E9ED;
--gray: #5E695E;
--light-gray: #F6F6F6;
--bg: #D1DCDA;
}
.form {
border-radius: 30px;
background: rgba(255, 255, 255, 0.8);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
padding: 30px;
}
.form__title {
text-align: center;
font-size: 24px;
line-height: 120%;
margin-bottom: 20px;
}
.form__fields {
margin-bottom: 20px;
}
.form__fields-item {
margin-bottom: 20px;
}
.form__fields-item:last-child {
margin-bottom: 0;
}
.form__consent {
margin-bottom: 20px;
}
.form-btn {
width: 100%;
}
.form-item__label {
font-size: 14px;
font-weight: normal;
margin-bottom: 5px;
}
.form-input {
display: block;
border-radius: 10px;
border: 1px solid var(--stroke);
background: var(--white);
padding: 0 15px;
width: 100%;
height: 50px;
font-weight: 500;
}
.form-checkbox {
font-weight: normal;
display: block;
}
.form-checkbox input {
display: none;
}
.form-checkbox input:checked + span .form-checkbox__icon {
background: var(--d-green) url(../img/check.svg) center no-repeat;
}
.form-checkbox__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.form-checkbox__icon {
width: 20px;
height: 20px;
border: 1px solid var(--d-green);
border-radius: 5px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.form-checkbox__txt {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-left: 10px;
line-height: 120%;
}
.form-checkbox__txt a {
color: var(--d-green);
line-height: inherit;
}
.modal-close {
width: 24px;
height: 24px;
position: absolute;
top: 20px;
right: 20px;
z-index: 3;
}
.btn:hover {
background: var(--green);
color: var(--d-green);
}
.title-block {
font-family: 'CoFo Bold';
font-size: 32px;
}
.title-block p {
font-size: 16px;
color: #5E695E;
}
.second-block {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #80808075;
padding-bottom: 60px;
align-items: center;
}
.second-img img {
width: 100%;
}
.second-article {
padding-top: 5%;
display: flex;
flex-direction: column;
gap: 60px;
}
.secont-title {
max-width: 60%;
}
.secont-title p {
margin: 18px 0px;
padding: 0;
}
.third-article {
padding-top: 60px;
display: flex;
justify-content: space-between;
}
.third-block {
max-width: 50%;
}
.third-title {
font-family: 'CoFo Bold';
font-size: 42px;
}
.third-block p {
margin: 5% 0;
font-size: 20px;
}
.third-block p:nth-child(3){
font-size: 16px;
}
footer {
background-color: #222222;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
padding-top: 4%;
}
.footer-main {
max-width: 1280px;
margin: 0 auto;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #80808075;
padding-bottom: 2%;
}
.footer-logo {
margin-bottom: 15%;
}
.footer-social {
display: flex;
justify-content: space-between;
}
.footer-right {
color: #fff;
display: flex;
flex-direction: column;
align-items: end;
}
.footer-num {
font-size: 30px;
}
#main-menu.menu-footer,
#main-menu.menu-footer ul {
display: flex;
flex-direction: column;
gap: 25px;
align-items: end;
margin-top: 18%;
font-size: 20px;
list-style: none;
}
textarea.form-input {
height: auto;
min-height: 120px;
padding: 15px;
}
.copyright {
max-width: 1280px;
margin: 0 auto;
color: #fff;
display: flex;
justify-content: space-between;
padding-top: 2%;
}
.header-menu__open {
width: 50px;
height: 50px;
border-radius: 10px;
display: none;
}
.header-menu__open span {
width: 24px;
height: 2px;
background: #043F2E;
position: relative;
}
.header-menu__open span::before, .header-menu__open span::after {
content: "";
width: 24px;
height: 2px;
background: #043F2E;
position: absolute;
-webkit-transition: 0.2s linear;
transition: 0.2s linear;
}
.header-menu__open span::before {
top: -5px;
}
.header-menu__open span::after {
bottom: -5px;
}
.header-menu__open[aria-expanded=true] span {
background: transparent;
}
.header-menu__open[aria-expanded=true] span::before {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.header-menu__open[aria-expanded=true] span::after {
top: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.header-menu__dropdown::before {
opacity: 0;
} @media(max-width: 1280px){
.footer-main, .copyright, .for-width{
padding-left: 5%;
padding-right: 5%;
}
.third-img{
margin-right: 2%;
}
}
@media(max-width: 1080px){
.third-block p:nth-child(3) {
font-size: 14px;
}
.third-block p {
margin: 5% 0;
font-size: 16px;
}
}
@media(max-width: 920px){
h1 {
font-size: 36px;
}
.title_article p {
font-size: 18px;
}
.title_article {
width: 65%;
}
.third-article {
padding-bottom: 2%;
}
}
@media(max-width: 768px){
.header-menu__open {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
color: #043F;
flex-direction: column;
border: 1px solid #043F;
border-radius: 50px;
height: 50px;
width: 50px;
}
.header-menu__dropdown {
border-radius: 30px;
background: rgba(255, 255, 255, 0.8);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
width: 336px;
}
.header-menu__dropdown--hidden {
display: none;
}
.header-menu__dropdown-inner {
padding: 30px;
}
.menu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 20px;
line-height: 120%;
font-weight: 500;
}
.for-flex {
gap: inherit;
justify-content: space-between;
}
.dropdown-menu {
--bs-dropdown-zindex: 1000;
--bs-dropdown-min-width: 10rem;
--bs-dropdown-padding-x: 0;
--bs-dropdown-padding-y: 0.5rem;
--bs-dropdown-spacer: 0.125rem;
--bs-dropdown-font-size: 1rem;
--bs-dropdown-color: var(--bs-body-color);
--bs-dropdown-bg: var(--bs-body-bg);
--bs-dropdown-border-color: var(--bs-border-color-translucent);
--bs-dropdown-border-radius: var(--bs-border-radius);
--bs-dropdown-border-width: var(--bs-border-width);
--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-divider-margin-y: 0.5rem;
--bs-dropdown-box-shadow: var(--bs-box-shadow);
--bs-dropdown-link-color: var(--bs-body-color);
--bs-dropdown-link-hover-color: var(--bs-body-color);
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #0d6efd;
--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
--bs-dropdown-item-padding-x: 1rem;
--bs-dropdown-item-padding-y: 0.25rem;
--bs-dropdown-header-color: #6c757d;
--bs-dropdown-header-padding-x: 1rem;
--bs-dropdown-header-padding-y: 0.5rem;
position: absolute;
z-index: var(--bs-dropdown-zindex);
display: none;
min-width: var(--bs-dropdown-min-width);
padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
margin: 0;
font-size: var(--bs-dropdown-font-size);
color: var(--bs-dropdown-color);
text-align: left;
list-style: none;
background-color: var(--bs-dropdown-bg);
background-clip: padding-box;
border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
border-radius: var(--bs-dropdown-border-radius);
}
.menu.header-menu__dropdown.outline-block.header-menu__dropdown--hidden.dropdown-menu {
position: absolute;
top: 100px;
right: 5%;
background-color: #ffffff96;
border-radius: 10px;
padding: 2%;
border: 1px solid #E7E9ED;
}
#main-menu ul {
gap: 20px;
flex-direction: column;
}
.social {
margin-top: 22px;
border-top: 1px solid #E7E9ED;
padding-top: 20px;
}
.modal {
top: 0%;
padding-bottom: 5%;
padding-top: 20%;
}
.for-desc{
display: none;
}
.for-mob{
display: block;
}
img.for-mob {
position: relative;
margin-top: -24%;
}
.secont-title p {
font-size: 14px;
}
.third-article {
flex-direction: column-reverse;
gap: 33px;
}
.third-block {
max-width: 100%;
}
.third-img {
display: flex;
justify-content: center;
}
.footer-num {
font-size: 26px;
}
#main-menu.menu-footer ul {
font-size: 18px;
}
.copyright {
font-size: 14px;
}
article.for-bg {
padding-right: 0;
}
.for-img {
overflow: hidden;
position: relative;
margin-top: 200px;
}
}
@media(max-width: 570px){
.secont-title {
max-width: 100%;
text-align: center;
}
.second-block {
flex-direction: column;
}
}
@media(max-width: 500px){
.footer-num {
font-size: 18px;
}
.copyright {
font-size: 14px;
display: flex;
flex-direction: column;
align-items: center;
}
}
.inner-page {
padding: 140px 0 80px;
max-width: 1100px;
}
.inner-page h1 {
margin-bottom: 16px;
}
.inner-page .lead {
color: #5E695E;
font-size: 20px;
line-height: 1.5;
margin-bottom: 32px;
}
.inner-page h2 {
font-family: 'CoFo Bold';
font-size: 28px;
margin: 36px 0 14px;
}
.inner-page p,
.inner-page li {
color: #5E695E;
font-size: 18px;
line-height: 1.65;
}
.inner-page ul {
padding-left: 22px;
}
.inner-cta {
margin-top: 28px;
}
.object-links {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 24px 0 8px;
}
.object-links a {
text-decoration: none;
}
