/* Reset Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* Fonts */
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Bold.ttf);
    font-weight: 700;
}
/* All styles */
* {
    font-family: 'Inter';
    font-weight: 400;
}
.-white {
    color: #fff;
}
.-blue-dark {
    color: #040628;
}
h1 {
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
}
h1 span {
    color: #FFCE00;
    font-weight: 700;
}
h2 {
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
}
h2 span {
    color: #1D49E3;
    font-weight: 700;
}
h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
h3 span {
    font-weight: 700;
    color: #1D49E3;
}
p {
    font-size: 16px;
    color: #fff;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    transition: all .5s;
}
.btn {
    background-color: #1D49E3;
    padding: 15px 0;
    border-radius: 500px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border: 1px solid transparent;
    text-decoration: none;
    width: fit-content;
    display: block;
    text-align: center;
    transition: all .5s;
}
.btn:hover {
    background-color: transparent;
    border: 1px solid #1D49E3;
    color: #1D49E3;
}
nav ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all .5s;
}
nav ul li a:hover {
    color: #FFCE00;
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header__tel {
    padding: 12px 20px;
    font-weight: 500;
    color: #1D49E3;
    border-radius: 500px;
    background: #FFCE00;
    transition: all .5s;
    text-decoration: none;
    border: 1px solid transparent;
}
.header__tel:hover {
    border: 1px solid #FFCE00;
    color: #FFCE00;
    background-color: transparent;
}
.header__logo {
    max-height: 50.02px;
}
header {
    background: #1D49E3;
    padding: 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.container {
    max-width: 1193px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.mb-s {
    margin-bottom: 140px;
}
.mb-t {
    margin-bottom: 60px;
}
.p-b-t {
    padding: 140px 0;
}
.bg-gradient {
    border-radius: 500px;
    background: linear-gradient(90deg, #1D49E3 0%, #1DB3E3 100%), #1D49E3;
    padding: 15px 40px;
    width: 100%;
    margin-bottom: 60px;
}
.bg-gradient.center {
    text-align: center;
}
/* Styles */
.main {
    border-radius: 0px 0px 80px 80px;
    background: linear-gradient(0deg, #00066F 0%, #00066F 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
    padding: 148px 0;
}
.main__container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.main__img {
    max-width: 500px;
}
.main p {
    margin-bottom: 50px;
    max-width: 278px;
}
.main__btn {
    min-width: 269px;
}
.services {
    border-radius: 80px;
    background: #00066E;;
}
.services__wrapper {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 40px;
    margin-bottom: 60px;
}
.services__item {
    text-decoration: none;
    transition: all .5s;
}
.services__item:hover .services__item-info {
    background-color: #FFCE00;
}
.services__item-img {
    padding: 60px;
    background-color: #1D49E3;
    border-radius: 40px 40px 0px 0px;
}
.services__item-info {
    padding: 28px 40px;
    border-radius: 0 0 40px 40px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
}
.services__item-img img {
    max-height: 180px;
    min-height: 180px;
    margin: 0 auto;
}
.services__item-info span{
    font-size: 24px;
    color: #040628;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.services__item-info button {
    color: #fff;
    background-color: #1D49E3;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services__more {
    display: block;
    margin: 0 auto;
    min-width: 208px;
}
.book {
    border-radius: 80px 80px 0px 0px;
    background: #00066E;
}
.book__wrapper {
    background: url(../images/book.jpg) center center / cover no-repeat;
    border-radius: 80px;
    padding: 18px 20px 18px 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.book__wrapper form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 40px;
    border-radius: 70px;
    max-width: 460px;
    width: 100%;
}
.book__wrapper form input,
.book__wrapper form select {
    padding: 10px 20px;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #040628;
    font-family: 'Inter';
    border: none;
    border-bottom: 1px solid #D7D7D7;

}
.book__wrapper form button {
    width: 100%;
    padding: 10px 0;
}
.book__wrapper form input::placeholder {
    color: #040628;
}
.book__wrapper form select {
    margin-bottom: 10px;
}
.book__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 42px 0;
}
.book__container h3 {
    max-width: 295px;
    margin-bottom: 10px;
}
.book__socials {
    display: flex;
    gap: 13px;
    text-decoration: none;
}
.book__info {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 40px;
}
.book__info-item {
    background-color: #1D49E3;
    border-radius: 38px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}
.book__info span:nth-of-type(1) {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.book__info-item span:nth-of-type(2) {
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.swiper .swiper-button-next ,
.swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #1D49E3;
    border-radius: 50%;
    color: #fff;
}
.swiper .swiper-button-next {
    right: -25px;
}
.swiper .swiper-button-prev {
    left: -25px;
}
.swiper .swiper-button-next:after ,
.swiper .swiper-button-prev:after{
    font-size: 1em;
    font-weight: 700;
}
.models .swiper-slide {
    background: #F4F7FF;
    border-radius: 20px;
    padding: 65px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 160px;
    min-height: 160px;
}
.models .swiper,
.projects .swiper {
    overflow: visible;
}
.swiper__hidden {
    overflow: hidden;
}
.about__container {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    border-radius: 70px;
    background: #edf1ff;
    margin-bottom: 40px;
}
.about__wrapper {
    border-radius: 70px;
    background: #1D49E3;
    padding: 160px 110px;
}
.about__wrapper img {
    width: 100%;
    height: 100%;
}
.about__info {
    display: flex;
    flex-direction: column;
    padding: 60px;
}
.about h2 {
    margin-bottom: 30px;
}
.about__info p {
    color: #040628;
    font-size: 14px;
    margin-bottom: 10px;
}
.about__info a {
    width: 100%;
    margin-top: 20px;
}
.about__items {
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    gap: 40px;
}
.about__item {
    border-radius: 60px;
    background: #EDF1FF;
    padding: 40px;
    min-height: 260px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.about__item span:nth-of-type(1) {
    font-size: 48px;
    font-weight: 700;
    color: #040628;
}
.about__item span:nth-of-type(2) {
    font-size: 14px;
    color: #040628;
}
.about__item-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.advantages__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.advantages__item {
    border-radius: 90px;
    background-color: #EDF1FF;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.advantages__item img {
    max-width: 600px;
    object-fit: cover;
    border-radius: 90px;
}
.advatages__item-info {
    padding: 44px 0 44px 60px;
    max-width: 512px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.advatages__item-info p {
    color: #040628;
    font-size: 12px;
}
footer {
    background: #1D49E3;
    padding: 100px 0 40px;
}
.footer__wrapper img {
    height: fit-content;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 140px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.footer__wrapper-info {
    display: flex;
    gap: 60px;
}
.footer__copyright {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer__info span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.footer__info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__socials {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__socials-number {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
}
.footer__contacts span {
    font-size: 16px;
    color: #fff;
}
.footer__socials svg rect {
    transition: all .5s;
}
.footer__socials svg:hover rect {
    fill: #FFCE00;
}

/* faq */
.question  input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.question .row {
    display: flex;
}
.question .row .col {
    flex: 1;
}
/* Accordion styles */
.question .tabs {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.question .tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.question .tab-label {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 20px;
    cursor: pointer;
    padding: 25px 95px 20px 40px;
    border-radius: 500px;
    background: #EDF1FF;
    position: relative;
    transition: all .5s;
    font-size: 20px;
    color: #040628;
    font-weight: 500;
   /* Icon */
}
.question .tab-label::after {
    content: "";
    background: url(../images/faq_arrow.svg) center center / cover no-repeat;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all 0.35s;
    position: absolute;
    right: 40px;
    border-radius: 50%;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    max-width: 50px;
}
.question .tab-label span {
    padding: 10px 20px;
    border-radius: 500px;
    background: #1D49E3;
    color: #fff;
    font-size: 20px;
}
.question .tab-content {
    max-height: 0;
    padding: 0px 40px;
    color: #000000;
    background: #1D49E3;
    transition: all 0.35s;
    font-size: 16px;
    line-height: 18px;
    border-radius: 0 0 30px 30px;
    color: #fff;
}

.question .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.question .tab-close:hover {
    background: #1a252f;
}
.question input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 70px 40px 25px;
    margin-top: -45px;
    
}
.question input:checked ~ .tab-label::after {
    transform: rotate(-180deg);
}
/* End faq */
.projects .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -45px;
}
.projects .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFCE00;
}
.projects .swiper-pagination-bullet {
    background-color: #1D49E3;
    opacity: 1;
    width: 15px;
    height: 15px;
}
.projects .swiper-wrapper img {
    max-height: 380px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.projects.mb-s {
    margin-bottom: 195px;
}
/* start mobile menu */
.menu-btn {
    width: 43px;
    height: 22px;
	position: relative;
	z-index:2;
    cursor:pointer;
    display: none;
}
.menu-btn span {
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: all 0.5s;
}
.menu-btn span:nth-of-type(2) {
	top: calc(50% - 7px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 7px);
}

.active .menu-btn span:nth-of-type(1) {
  display: none;
}
.active .menu-btn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.active .menu-btn span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}
.menu {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100vh - 80px);
	padding: 100px 20px;
    background-color: #1D49E3;
	transform: translateX(-100%);
	transition: transform 0.5s; 
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.active .menu {
	transform: translateX(0);
}
.menu li {
	list-style-type: none;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
}
.active .menu .header__btn {
    display: flex;
    margin: 0 auto;
}
.menu ul li {
    width: fit-content;
}
.menu ul li a {
font-size: 40px;
color: #fff;
transition: all .5s;
text-decoration: none;
}
.menu ul li a:hover {
    color: #8E8E8E;
}
.menu a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
/* end mobile menu */
.menu-btn {
    display: none;
}
main {
    padding-top: 80px;
}
.service .services {
    background-color: transparent;
}
.service .services__item-info {
    background-color: #040628;
}
.service .services__item-info span {
    color: #fff;
}
.service .services__item:hover .services__item-info span{
    color: #040628;
}
.breadcrumbs {
    margin: 40px 0;
}
.breadcrumbs a,
.breadcrumbs span {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
/* contacts */
.contacts__wrapper {
    background-color: #040628;
    border-radius: 40px;
}
.contacts__wrapper iframe{
    border-radius: 40px;
    min-height: 500px;
}
.contacts__wrapper-info {
    padding: 80px 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contacts__wrapper-info h2 {
    text-transform: none;
}
.contacts__wrapper-info h2 span {
    color: #FFCE00;
}
.contacts__wrapper-info a{
    min-width: 156px;
}
.portfolio-page__tabs  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
    white-space: nowrap;
}
.portfolio-page__tab {
    padding: 15px 30px;
    background-color: #040628;
    color: #fff;
    border-radius: 500px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s;
    border: 1px solid transparent;
    cursor: pointer;
}
.portfolio-page__tab.tab--active,
.portfolio-page__tab:hover {
    background-color: transparent;
    border: 1px solid #040628;
    color: #040628;
}
.projects__container {
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    gap: 40px;
}
.projects__item {
    border-radius: 20px;
    min-height: 380px;
}
.projects__item video ,
.projects__item img{
    max-height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
}
.projects__item video  {
    background-color: #040628;
}
.service-main {
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    background-color: #040628;
}
.service-main__img {
    background-color: #1D49E3;
    padding: 60px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.service-main__img img {
    object-fit: contain;
}
.service-main__info {
    padding: 80px 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.service-main__info a.btn {
    min-width: 157px;
}
.service-main__info h2 span,
.service-main__info h3 span
.service-main__info a {
    color: #FFCE00;
}
.service-info {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.service-info__item {
    border-radius: 70px;
    background: #F4F7FF;
    display: flex;
}
.service-info__item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.service__info-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px;
}
.service__info-content p ,
.service__info-content h2,
.service__info-content h3 {
    color: #040628;
}
.service-blue__wrapper {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 40px;
}
.service__item {
    background-color: #040628;
    border-radius: 30px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.service__item ul {
    color: #fff;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.service__item ul li span {
    color: #1D49E3;
}
.financing {
    display: flex;
    border-radius: 70px;
    background-color: #040628;
}
.financing__wrapper {
    padding: 88px 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.financing__wrapper p {
    font-size: 14px;
}
.financing img{
    max-width: 560px;
    border-radius: 70px;
    object-fit: cover;
}
.financing-steps__wrapper {
    grid-template-columns: repeat(3 , 1fr);
    display: grid;
    gap: 40px;
}
.financing-step__item {
    display: flex;
    flex-direction: column;
}
.financing-step__item img {
    border-radius: 30px 30px 0 0;
}
.financing-step__wrapper{
    border-radius: 0px 0px 30px 30px;
    background:#040628;
    padding: 40px;
    height: 100%;
}
.financing-step__wrapper span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.financing-step__wrapper p {
    font-size: 14px;
    color: #fff;
}
.donate__wrapper {
    padding: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #040628;
    margin-bottom: 40px;
}
.donate__wrapper h3 {
    max-width: 577px;
}
.donate__wrapper-info {
    max-width: 208px;
    width: 100%;
}
.donate__wrapper-info span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.donate__wrapper-info a {
    width: 100%;
    text-transform: uppercase;
}
.donate__items {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 40px;
}
.donate__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 100px;
    background: #F4F7FF;
    border-radius: 30px;
}
.donate__item a {
    margin: 0 auto;
    min-width: 150px;
    text-transform: uppercase;
}
.services__item-info svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 2em;
}
.container .question .container {
    padding: 0;
}
.book__wrapper form .wpcf7-submit {
    color: #fff;
    cursor: pointer;
}
.book__wrapper form .wpcf7-submit:hover {
    color: #040628;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}
@media screen and (min-width: 1200px) {
    h1 {
        min-width: 600px;
    }
    .main__img {
        max-width: 560px;
    }
}
@media screen and (max-width: 1023px) {
    .header__nav ,
    .header__tel,
    .main__img {
        display: none;
    }
    .menu-btn {
        display: flex;
    }
    .main__container {
        justify-content: center;
    }
    .main {
        padding: 275px 0;
    }
    .about__items {
        grid-template-columns: repeat(2 , 1fr);
        gap: 20px;
    }
    .about__container {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .about__wrapper {
        padding: 161px 174px;
    }
    .about__title br {
        display: none;
    }
    .about__info a {
        width: 80%;
        margin: 20px auto 0;
    }
    .about__wrapper img {
        max-width: 380px;
        margin: 0 auto;
    }
    .about__info {
        padding: 40px 20px;
    }
    .advantages__item img {
        max-width: 229px;
    }
    .advatages__item-info {
        max-width: 100%;
        padding: 44px 0 44px 40px;
    }
    .services__wrapper {
        gap: 20px;
    }
    .services__item-info {
        padding: 29px 20px;
    }
    .question .tab-label {
        padding: 25px 90px 25px 20px;
    }
    .question .tab-label::after {
        right: 20px;
    }
    .question .tab-label {
        border-radius: 30px;
    }
    .question input:checked ~ .tab-label {
        border-radius: 30px 30px 0 0;
    }
    .question .tab-content {
        border-radius: 0 0 30px 30px;
    }
    .book__wrapper {
        flex-direction: column;
        align-items: center;
        padding: 60px 20px 20px;
    }
    .book__info {
        gap: 20px;
    }
    .book__wrapper form {
        max-width: 100%;
        padding: 40px 60px;
    }
    .book__container {
        padding: 0;
        margin-bottom: 40px;
        min-height: 149px;
        align-items: center;
    }
    .book__text p {
        text-align: center;
    }
    .book__container h3 {
        max-width: 100%;
    }
    .footer__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .footer__wrapper img {
        min-width: 260px;
    }
    .models .container {
        padding: 0 0 0 16px;
    }
    .models .swiper-button-prev ,
    .models .swiper-button-next,
    .projects .swiper-button-next ,
    .projects .swiper-button-prev{
        display: none;
    }
    .models .swiper__hidden {
        padding-right: 20px;
    }
    .contacts__wrapper-info {
        padding: 40px 20px;
    }
    .projects__container {
        grid-template-columns: repeat(3 , 1fr);
        gap: 20px;
    }
    .service-main__info {
        padding: 40px 20px;
        gap: 20px;
    }
    .service-info__item {
        flex-direction: column;
    }
    .service__info-content {
        padding: 40px 20px;
        gap: 20px;
    }
    .service-blue__wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .service-info__item:nth-of-type(2n) {
        flex-direction: column;
    }
    .service-info {
        gap: 20px;
    }
    .financing {
        flex-direction: column;
    }
    .financing__wrapper {
        padding: 40px 20px;
        gap: 20px;
    }
    .financing img {
        max-width: 100%;
        border-radius: 70px
    }
    .financing-steps__wrapper {
        gap: 20px;
    }
    .financing-step__wrapper {
        padding: 40px 20px;
    }
    .donate__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
    }
    .donate__wrapper h3,
    .donate__wrapper-info {
        max-width: 100%;
    }
    .donate__wrapper-info a {
        max-width: 208px;
    }
    .donate__wrapper {
        padding: 50px 75px;
    }
    .donate__item {
        padding: 60px 52px;
    }
}
@media screen and (max-width: 767px) {
    .mb-s {
        margin-bottom: 70px;
    }
    .menu ul li a {
    font-size: 24px;
}
.menu ul {
    gap: 20px;
}
h1 {
    font-size: 30px;
}
.main p {
    max-width: 100%;
    margin-bottom: 40px;
}
.main {
    padding: 196px 0;
    border-radius: 0px 0px 40px 40px;
}
.about__items {
    display: flex;
    flex-direction: column;
}
.about__title {
    margin-bottom: 10px;
    font-size: 25px;
}
.about__wrapper {
    padding: 75px 48px;
}
.about__wrapper img {
    max-width: 223px;
}
.advantages__item img {
    display: none;
}
h3 {
    font-size: 20px;
    text-transform: none;
}
.advatages__item-info {
    padding: 42px 30px;
    border-radius: 40px;
}
.advantages__item {
    border-radius: 40px;
}
.bg-gradient h2 {
    font-size: 25px;
}
.services__wrapper {
    display: flex;
    flex-direction: column;
}
.p-b-t {
    padding: 70px 0;
}
.bg-gradient {
    margin-bottom: 30px;
}
.services__more {
    width: 100%;
}
.services__item-img img {
    min-height: 76px;
}
.services__item-info span {
    font-size: 20px;
}
.services {
    border-radius: 40px;
}
.question .tab-label {
    font-size: 12px;
}
.question .tab-content {
    font-size: 12px;
}
.book__info {
    display: flex;
    flex-direction: column;
}
.book__wrapper,
.book__wrapper form {
    border-radius: 40px;
}
.footer__wrapper-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}
.footer__contacts {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer__wrapper {
    padding-bottom: 100px;
}
.projects.mb-s {
    margin-bottom: 105px;
}
h2 {
    font-size: 25px;
}
.breadcrumbs {
    margin: 20px 0;
}
.contacts__wrapper iframe {
    min-height: 380px;
}
.contacts__wrapper-info a {
    width: 100%;
}
.projects__container {
    grid-template-columns: repeat(2 , 1fr);
}
.portfolio-page__tabs {
    gap: 10px;
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
}
.projects__item video ,
.projects__item img,
.projects__item { 
    min-height: 220px;
    max-height: 220px;
    height: 100%;
}
.book {
    border-radius: 30px 30px 0 0;
}
.service-main__info a.btn {
    width: 100%;
}
.service-main__img {
    padding: 60px 35px;
}
.service__item,
.donate__wrapper {
    padding: 40px 20px;
}
.financing-steps__wrapper {
    display: flex;
    flex-direction: column;
}
.donate__wrapper h3 {
    text-transform: uppercase;
}
.donate__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.donate__item {
    padding: 60px 35px;
}
.donate__wrapper-info a {
    max-width: 100%;
}
.financing__wrapper p {
    font-size: 12px;
}
}
@media screen and (max-width: 550px) {
    .main__btn {
        width: 100%;
    }
    .about__info a {
        width: 100%;
    }
    .about__info p {
        font-size: 12px;
    }
    .about__container,
    .about__wrapper {
        border-radius: 30px;
    }
    .book__wrapper form {
        padding: 40px 25px;
    }
    .book__container h3 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
    }
    .book__text p {
        font-size: 12px;
    }
}