@charset "UTF-8";
/* CSS Document */

/*
Theme Name: AlexMade
Author: Alex Made
Author URI: http://alexmade.ru/
*/


* {
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

html {
    background: #f8f8f8;
}

.body {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #2957A5;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    overflow-x: hidden;
}

section {
    width: 100%;  
}

.section {
    padding-top: 70px;
    padding-bottom: 80px;
} 

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box; 
}

a:hover {
    opacity: 0.8;
}

.page-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.button {
    padding: 12px 22px;
    background: #E31E24;
    display: inline-block;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px #E31E24 solid;
    cursor: pointer;
    color: #fff;
}

.button:hover {
    opacity: 1;
    background: #0038B8;
    border: 1px #0038B8 solid;
}

.button span {
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
    text-transform: uppercase;
}

.button img {
    height: 16px;
    width: auto;
}

.button-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.button-box .button:first-child {
    border-radius: 10px 0 0 10px;
    background: #E31E24;
    border: 1px #E31E24 solid;
}

.button-box .button:nth-child(2) {
    border-radius: 0 10px 10px 0;
    background: #0038B8;
    border: 1px #0038B8 solid;
}

.button:hover,
.swiper-button-next:hover, 
.swiper-button-prev:hover,
.on-top:hover,
.social .icons a:hover {
    transform: scale(1.05);
}

.text {
    margin-top: 40px;
    display: block;
    line-height: 150%;
}

.header {
    width: 100%;
    height: 80px;
    position: absolute;
    border-top: 4px solid #E31E24;
    z-index: 99;
}

.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header .social {
    margin: 0 !important;
}

.header .social .icons {
    gap: 10px;
}

.header .social .icons a {
    height: 24px;
}

.logo {
    height: 80px;
    width: 180px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    -webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.2);
    opacity: 0.9;
}

.logo img {
    height: 59px;
    
}

.logo:hover {
    background: #fff;
    opacity: 1;
}

.logo:hover img {
    opacity: 0.9;
}

.footer .logo {
    box-shadow: none;
    opacity: 1;
}

.menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}

.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 6px;
    border-radius: 10px;
    opacity: 0.8;
    min-width: 151px;
    text-transform: uppercase;
    transition: none;
    white-space: nowrap;
    font-size: 16px;
}

.menu li a:hover {
    opacity: 1;
    background: #2957A5;
}


.menu .current-menu-item a,
.menu .current-menu-item:hover a {
    opacity: 1;
    color: #E31E24;
    background: none;
}

.menu .menu-item-has-children {
    cursor: pointer;
}

.menu .menu-item-has-children a {
    border-radius: 10px;
    
}

.menu .menu-item-has-children:hover a {
    background: #2957A5;
    opacity: 1;
    border-radius: 10px 10px 0 0;
    padding: 10px 6px 20px 6px;
}

.sub-menu {
    position: absolute;
    background: #2957A5;
    border-radius: 0 10px 10px 10px;
    padding: 0; 
    min-width: 166px;
    display: none;
    margin-top: 10px;
}

.menu .menu-item-has-children .sub-menu li a {
    color: #fff;
}

.menu .sub-menu li {
    background: none !important;
    padding: 10px 0;
}

.menu .sub-menu li a {
    background: none !important;
    opacity: 0.8;
}

.menu .sub-menu li:hover a {
    opacity: 1;
}

.menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.header .button {
    background: none;
    border: 1px #fff solid;
    padding: 10px 14px;
}

.header .button span {
    color: #fff;
}

.header .button:hover {
    border: 1px #E31E24 solid;
    background: #E31E24;
    opacity: 1;
}

.header .button:hover span{
    color: #fff;
}

.home-one {
    width: 100%;
    background: url(img/000.jpg) center center;
    background-size: cover;
} 

.video-mob {
    display: none;
}

.home-two {
    background: #F4F9FF url(img/bgr-w.svg) top center no-repeat;
    background-size: cover;
}

.home-two .container {
    height: auto;
}

.home-two .block {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.home-two .block .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    width: calc(25% - 15px);
}

.home-two .block .item img {
    height: 70px;
    width: auto;
}

.home-two .block .item h3{
    color: #2957A5;
    font-size: 60px;
    margin: 0;
    font-weight: 800;
    opacity: 0;
}

.home-two .block .item span {
    color: #193B7B;
    text-transform: uppercase;
}

.home-three {
    background: #F4F9FF;
    padding-bottom: 20px;
}

.home-three .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-three .container .left {
    width: calc(50% - 86px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 10px;
}

.home-three .container .left .text {
    max-width: 480px;
}

.home-three .container .left .button {
    margin-top: 40px;
}

.home-three .container .right {
    width: calc(50% + 86px);
    margin-top: -60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
} 

.home-three .container .right .map {
    height: 630px;
}

.city {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    max-width: 686px;
}

.city:nth-child(2) {
    display: flex;
}

.city .text-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    max-width: 405px;
    text-decoration: none;
    
}

.city .line {
    height: 1px;
    background: #E31E24;
  
}

.city .text-block img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.geo .round {
    width: 10px;
    height: 10px;
    background: #0038B8;
    border-radius: 100%;
    position: absolute;
    margin: -6px;
}

.city .text-block h3 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #193B7B;
    margin: 0;
    border-top: 1px #E31E24 solid;
    padding-top: 15px;
}

.city .text-block span {
    line-height: 150%;
    color: #2957A5;
    font-size: 15px;
}

.mySwiper8 {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 686px;
    max-height: 630px;
}

.mySwiper7 {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 210px;
    max-height: 630px;
}

.mySwiper7 .swiper-slide {
    width: 13px !important;
    height: 13px !important;
    position: absolute !important;
    cursor: pointer;
}

.mySwiper7 .swiper-slide .round:hover {
    background: #E31E24;
}

.swiper-slide-thumb-active .round {
    background: #E31E24;
    cursor: default;
}

.mySwiper8 .swiper-slide {
    display: none;
}

.mySwiper8 .swiper-slide-active {
    display: block;
}

.mySwiper9 {
    overflow: visible;
    width: 100%;
}

.mySwiper9 .swiper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.mySwiper9 .swiper-wrapper .swiper-slide {
    background: #F4F9FF;
    border-radius: 10px 0 0 10px;
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}

.mySwiper9 .swiper-wrapper .swiper-slide .box {
    padding: 24px;
    width: 100%;
    max-width: 570px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
}

.mySwiper9 .swiper-wrapper .swiper-slide h3 {
    margin: -7px 0 0 0;
    font-size: 24px;
    color: #193B7B;
}

.mySwiper9 .swiper-wrapper .swiper-slide h3 {
    margin: -7px 0 0 0;
    font-size: 24px;
    color: #193B7B;
}

.mySwiper9 .swiper-wrapper .swiper-slide span {
    display: none;
}

.mySwiper9 .swiper-wrapper .swiper-slide-thumb-active span {
    display: block;
	margin-top: 20px;
}

.break {
    background: #193B7B url(img/bgr-b.svg) top center no-repeat;
    background-size: cover;
}

.break .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.break .left {
    width: calc(50% + 150px);
    height: 100%;
}

.break .right {
    width: calc(50% - 150px);
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

h2 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    color: #193B7B;
}

h2 span {
	color: #E31E24;
}

.break h2,
.break .text {
    color: #fff;
}

.home-four {
    background: #fff url(img/bgr-l.svg) top center no-repeat;
    background-size: cover;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    width: 32px;
    height: 32px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    display: block !important;
}

.swiper-button-prev {
    background: #E31E24;
    border-radius: 10px 0 0 10px;
}

.swiper-button-next {
    background: #0038B8;
    border-radius: 0 10px 10px 0;
}

.mySwiper2,
.mySwiper1 {
    overflow: visible;
    width: calc(50% - 20px);
}

.mySwiper2 {
    height: 560px;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    margin: 0 0 0 12px;
}

.home-four .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-top: 60px;
}

.mySwiper1 {
    height: 560px;
    overflow: hidden;
}

.mySwiper1 .swiper-wrapper {
    gap: 20px;
    justify-content: center;
}

.mySwiper1 .swiper-wrapper .swiper-slide {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100% !important;
    gap: 24px;
    height: auto !important;
}

.mySwiper1 .swiper-wrapper .swiper-slide .textbox {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    cursor: pointer;
    padding: 0;
}

.mySwiper1 .swiper-wrapper .swiper-slide-thumb-active .img {
    width: 270px;
    border-radius: 10px;
}

.mySwiper1 .swiper-wrapper .swiper-slide-thumb-active .textbox {
    padding: 20px 0;
}

.mySwiper1 .swiper-wrapper .swiper-slide span,
.mySwiper1 .swiper-wrapper .swiper-slide a {
    display: none;
    font-size: 14px;
}

.mySwiper1 .swiper-wrapper .swiper-slide a {
    color: #E31E24;
}

.mySwiper1 .swiper-wrapper .swiper-slide-thumb-active {
    margin: 10px 0;
    display: flex;
}

.mySwiper1 .swiper-wrapper .swiper-slide-thumb-active h3 {
    font-size: 24px;
    line-height: 105%;
    color: #193B7B;
}

.mySwiper1 .swiper-wrapper .swiper-slide:first-child {
    margin-top: 10px;
}

.mySwiper1 .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 10px;
}

.mySwiper1 .swiper-wrapper .swiper-slide-thumb-active span,
.mySwiper1 .swiper-wrapper .swiper-slide-thumb-active a {
    display: block;
}

.mySwiper1 .swiper-wrapper .swiper-slide-thumb-active a {
    margin: 0 0 -2px 0;
}

.mySwiper1 .swiper-slide h3 {
    margin: -7px 0 0 0;
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
}

.mySwiper2 .swiper-wrapper {
    transform: none !important;
}

.mySwiper2 .swiper-slide {
    width: 158px !important;
    height: 138px !important;
    transform: none !important;
    position: absolute !important;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.min-form {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mySwiper2 .bgr {
    background: url(img/corner.svg) center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    filter: brightness(100);
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.mySwiper2 .bgr div {
    width: 95px;
    height: 95px;
}

.mySwiper2 .bgr div:hover {
    cursor: pointer;
}

.mySwiper2 .swiper-slide-active .bgr div:hover {
    cursor: default;
}

.mySwiper2 .swiper-slide:nth-child(2n) .bgr {
    background: url(img/corner-top.svg) center center no-repeat;
    background-size: cover;
    justify-content: flex-start;
}

.mySwiper1 .swiper-wrapper .swiper-slide:hover {
    opacity: 0.8;
}

.mySwiper2 .swiper-slide:nth-child(2n) {
    clip-path: polygon(0 0%, 50% 100%, 100% 0);
}

.mySwiper2 .swiper-slide:nth-child(2n) .min-form {
    clip-path: polygon(0 0%, 50% 100%, 100% 0);
}

.mySwiper2 .swiper-slide:first-child {
    margin: 0 0 0 158px;
}

.mySwiper2 .swiper-slide:nth-child(2) {
    margin: 138px 0 0 0;
}

.mySwiper2 .swiper-slide:nth-child(3) {
    margin: 138px 0 0 79px;
}

.mySwiper2 .swiper-slide:nth-child(4) {
    margin: 138px 0 0 158px;
}

.mySwiper2 .swiper-slide:nth-child(5) {
    margin: 138px 0 0 237px;
}

.mySwiper2 .swiper-slide:nth-child(6) {
    margin: 138px 0 0 316px;
}

.mySwiper2 .swiper-slide:nth-child(7) {
    margin: 276px 0 0 0;
}

.mySwiper2 .swiper-slide:nth-child(8) {
    margin: 276px 0 0 79px;
}

.mySwiper2 .swiper-slide:nth-child(9) {
    margin: 276px 0 0 158px;
}

.mySwiper2 .swiper-slide:nth-child(10) {
    margin: 276px 0 0 237px;
}

.mySwiper2 .swiper-slide:nth-child(11) {
    margin: 276px 0 0 316px;
}

.mySwiper2 .swiper-slide:nth-child(12) {
    margin: 415px 0 0 158px;
}

.mySwiper2 .swiper-slide-active .bgr,
.mySwiper2 .swiper-slide:hover .bgr {
    filter: none;
}

.home-five {
    background: #F4F9FF;
    background-size: cover;
}

.mySwiper3 {
    margin-top: 60px;
    border-radius: 10px;
}

.mySwiper3 .swiper-wrapper {
    height: auto;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.mySwiper3 .swiper-slide {
    height: 150px;
    border-radius: 10px;
}

.home-five .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 60px;
}

.mySwiper4, 
.mySwiper5 {
    overflow: visible;
    width: calc(50% - 10px);
}

.mySwiper4 .swiper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.mySwiper4 .swiper-wrapper .swiper-slide {
    background: #fff;
    border-radius: 0 10px 10px 0;
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
}

.mySwiper4 .swiper-wrapper .swiper-slide .box {
    padding: 24px;
    width: 100%;
    max-width: 570px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
}

.mySwiper4 .swiper-wrapper .swiper-slide h3 {
    margin: -7px 0 0 0;
    font-size: 24px;
    color: #193B7B;
}

.mySwiper4 .swiper-wrapper .swiper-slide span {
    display: none;
}

.mySwiper4 .swiper-wrapper .swiper-slide-thumb-active {
    cursor: default;
}

.mySwiper4 .swiper-wrapper .swiper-slide-thumb-active span {
    display: block;
}

.mySwiper5 .swiper-wrapper {
    transform: none !important;
    max-width: 590px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.mySwiper5 .swiper-slide {
    height: 260px;
    width: calc(50% - 15px) !important;
    
}

.mySwiper5 .swiper-slide .photo {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.mySwiper5 .swiper-slide .photo .bgr {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.mySwiper5 .swiper-slide-active {
    width: 50% !important;
    height: 275px;
    margin: -7.5px;
    -webkit-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.32); 
    box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.32);
    border-radius: 10px;
}

.mySwiper5 .swiper-slide-active .photo {
    border: 2px #E31E24 solid;
}

.mySwiper5 .swiper-slide-active .photo .bgr{
    background: rgba(255,255,255,0.1);
}

.home-six {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.home-six .left {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.home-six .left .box {
    width: 100%;
    max-width: 570px;
    padding: 0 20px;
}

.home-six .right {
    width: calc(50% - 10px);
}

.mySwiper6 {
    overflow: visible;
}

.mySwiper6 .swiper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.mySwiper6 .swiper-wrapper .swiper-slide {
    background: #F4F9FF;
    border-radius: 10px 0 0 10px;
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}

.mySwiper6 .swiper-wrapper .swiper-slide .box {
    padding: 24px;
    width: 100%;
    max-width: 570px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
}

.mySwiper6 .swiper-wrapper .swiper-slide-thumb-active {
    cursor: default;
}

.mySwiper6 .swiper-wrapper .swiper-slide span {
    display: none;
}

.mySwiper6 .swiper-wrapper .swiper-slide-active span {
    display: block;
}

.mySwiper6 .swiper-wrapper .swiper-slide h3 {
    margin: -7px 0 0 0;
    font-size: 24px;
    color: #193B7B;
}

.home-six .button-box {
    margin-top: 60px;
}

.home-seven {
    background: #193B7B url(img/bgr-b.svg) top center no-repeat;
    background-size: cover;
}

.home-seven h2 {
    color: #fff;
}

.home-seven .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    margin-top: 60px;
}

.home-seven .block .item {
    width: calc(33.33% - 33.33px);
    background: #2957A5;
    border-radius: 10px;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.home-seven .block .item .top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.home-seven .block img {
    height: 80px;
    width: auto;
}

.home-seven .block .item h3 {
    color: #fff;
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
} 

.home-seven .block .item span {
    color: #fff;
    line-height: 150%;
}

.home-eight {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    background: linear-gradient(110deg, #193B7B 0%, #2957A5 50%);
}

.home-eight .left {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 30px;
}

.home-eight .left .box {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px 0 40px;
    gap: 20px;
}

.home-eight h2,
.home-eight span {
    color: #fff;
}

.home-eight .text {
    margin-bottom: 30px;
}

.home-eight .right {
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    clip-path: polygon(130px 0%, 100% 0, 100% 100%, 0% 100%);
}

.home-eight .mySwiper15 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.home-eight .mySwiper15 .nav {
    position: absolute;
    padding-right: 40px;
    padding-left: 110px;
    width: 100%;
    justify-content: space-between;

}

.swiper-button-prev15,
.swiper-button-next15 {
    border-radius: 10px;
}

.subsribe {
    background: #fff url(img/bgr-l.svg) top center no-repeat;
    background-size: cover;
}

.subsribe .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.subsribe .left,
.subsribe .right {
    width: calc(50% - 10px);
}

.wpcf7-submit {
    padding: 12px 22px;
    background: #E31E24;
    display: inline-block;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px #E31E24 solid;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    width: auto !important;
}

.wpcf7-submit:hover {
    background: #0038B8;
    border: 1px #0038B8 solid;
}

input {
    border-radius: 10px;
    padding: 12px 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px #ccc solid;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.wpcf7-spinner {
    display: none !important;
}

form.wpcf7-form {
    max-width: 500px;
}

.wpcf7-form p {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.subsribe .wpcf7-form p {
    flex-direction: row;
    gap: 0;
}

.subsribe .wpcf7-form input {
    border-radius: 10px 0 0 10px;
}

.subsribe .wpcf7-form .wpcf7-submit {
    border-radius: 0 10px 10px 0;
}

.footer {
    background: #1A1A1A;
    padding-top: 6px;
    padding-bottom: 60px;
    font-size: 16px;
}

.page-top {
    background: #193B7B url(img/bgr-b.svg) top right no-repeat;
    padding-top: 110px;
    padding-bottom: 30px;
}

.bread {
    color: #fff;
    white-space: nowrap;
}

.bread a {
    text-decoration: none;
    color: #E31E24;
}

.min-one {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
}

.min-one .page-title {
    padding-top: 20px;
}

.min-one h1 {
    color: #fff;
}

.mySwiper16 {
    margin-top: 60px;
    margin-top: 20px;
    padding: 40px;
    width: calc(100% + 80px);
    margin-left: -40px;
}

.min-one .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.mySwiper16 .swiper-slide {
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    text-decoration: none;
}

.min-one .block .item {
    width: calc(33.33% - 33.33px);
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    text-decoration: none;
}

.min-one .block .item:hover,
.mySwiper16 .swiper-slide:hover {
    transform: scale(1.05);
    opacity: 1;
    -webkit-box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.5); 
    box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.5);
}

.min-one .block .item .bgr,
.mySwiper16 .swiper-slide .bgr {
    background: rgba(0,0,0,0.5);
    padding: 34px 28px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 14px;
}

.min-one .block .item:hover .bgr,
.mySwiper16 .swiper-slide:hover .bgr {
    background: rgba(0,0,0,0.3);
}

.min-one .block .item h3,
.mySwiper16 .swiper-slide h3 {
    color: #fff;
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.min-one .block .item .more,
.mySwiper16 .swiper-slide .more {
    color: #fff;
}

.min-single-one {
    background: #193B7B url(img/bgr-b.svg) top center no-repeat;
    background-size: cover;
    padding-top: 120px !important;
    padding-bottom: 300px;
}

.min-single-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.min-single-two .block,
.partners-one .swiper-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -340px;
}

.min-single-two .button {
    margin-top: 30px;
}

.mySwiper13 {
    max-width: 1896px;
    width: 100%;
    height: 536px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.mySwiper13 .swiper-wrapper {
    align-items: center;
}

.mySwiper13 .swiper-slide {
    height: 397px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mySwiper13 .swiper-slide-prev {
    padding-right: 160px;
}

.mySwiper13 .swiper-slide-next {
    padding-left: 160px;
}

.mySwiper13 .swiper-slide .bgr {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.mySwiper13 .swiper-slide h3 {
    background: rgba(0,0,0,0.7);
    padding: 10px 30px;
    border-radius: 0 10px 0 10px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 16px;
}

.mySwiper13 .swiper-slide-active {
    height: 100%;
}

.mySwiper13 .swiper-slide-active .bgr {
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
}

.mySwiper13 .nav {
    width: calc(33.33% + 320px);
    margin-top: -250px;
    max-width: 944px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.swiper-button-prev13,
.swiper-button-next13 {
    border-radius: 10px;
}

.min-single-two {
    background: #F4F9FF url(img/bgr-w.svg) top right no-repeat;
}

.min-single-two h2 {
    margin: 60px auto 0 auto;
    width: 100%;
    max-width: 880px;
    text-align: center;
}

.min-single-one .content {
    width: 100%;
    margin: 60px 0 0 0;
    color: #fff;
}

.min-single-one .content p {
    margin: 0 0 30px 0;
}

.min-single-one .content img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

blockquote {
    padding-left: 24px;
  border-left: 6px #E31E24 solid;
  cursor: default;
  margin: 10px 0;
}

.other-min {
    padding-top: 0px !important;
}

.other-min h2 {
    color: #fff;
}

.other-min .page-title {
    padding-top: 0px;
}

.involved-one {
    background: #193B7B url(img/bgr-b.svg) top center no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.involved-one h1 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 60px 0 0 0;
}

.involved-one .tabs {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.involved-one .tabs span {
    width: 33.33%;
    padding: 20px 10px 30px 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: #2957A5;
}

.involved-one .tabs a {
    width: 33.33%;
    padding: 20px 10px 30px 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none;
}

.involved-one .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    padding: 60px 50px 0 50px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #2957A5 100%);
    border-radius: 10px;
    margin-top: -10px;
}

.involved-one .block .left{
    width: calc(50% - 25px);
    border-radius: 10px;
}

.involved-one .block .right{
    width: calc(50% - 25px);
}

.involved-one .block .right h2 {
    color: #fff;
}

.involved-one .block .right .text {
    color: #fff;
}

.involved-one .block .right .wpcf7 {
    margin-top: 40px;
}

.social {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.social h3,
.footer h3 {
    margin: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.social .icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.social .icons a{
    height: 30px;
    width: auto;
    filter: brightness(100);
}

.social .icons a:hover {
    filter: none;
}

.social .icons a img {
    height: 100%;
    width: auto;
}

.block-prof {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    padding: 60px 50px 0 50px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #2957A5 100%);
    border-radius: 10px;
    margin-top: -10px;
}

.block-prof .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.block-prof .item .left {
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.block-prof .item .right {
    width: calc(100% - 350px);
}

.block-prof .item .right h2,
.block-prof .item .right .text {
    color: #fff;
}

.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.footer .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.footer .col:first-child {
    justify-content: space-between;
}

.footer .col:nth-child(2) {
    padding-top: 40px;
}

.footer .col:last-child {
    padding-top: 40px;
    justify-content: space-between;
    align-items: flex-end;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.contacts a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    text-decoration: none;
	max-width: 400px;
}

.contacts a:nth-child(2n) {
	margin-bottom: 10px;
}

.contacts a img {
    width: 16px;
    height: auto;
    filter: brightness(100);
    margin-top: 2px;
}

.contacts a span {
    color: #fff;
}

.footer .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 40px;
}

.footer .menu a {
    padding: 0;
    border-radius: 0;
    opacity: 1;
}

.footer .menu a:hover,
.footer .menu .current-menu-item a:hover {
    background: none;
    color: #E31E24;
    cursor: pointer;
}

.footer .menu .current-menu-item a {
    color: #fff;
}

.footer .menu .menu-item-has-children:hover .sub-menu {
    display: none;
}

.footer .menu .menu-item-has-children:hover a {
    opacity: 1;
    border-radius: 0;
    padding: 0;
}

.on-top {
    padding: 8px 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    text-decoration: none;
    border-radius: 10px;
    border: 1px #fff solid;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

.on-top span {
    line-height: 94%;
}

.on-top img {
    height: 18px;
    margin: 0 0 0 -3px;
}

.priv {
    color: #fff;
}

.page-one {
    background: #193B7B url(img/bgr-b.svg) top center no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 40px;
}

.page-one h1, 
.page-one h2,
.min-single-one h1 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 60px 0 0 0;
}

.min-single-one h1 {
    color: #fff;
}

.page-two {
    background: rgb(244, 249, 255) url("img/bgr-w.svg") right top no-repeat;
    background-size: cover;
    min-height: calc(100vh - 580px);
}

.page-two h2 {
    font-size: 26px;
}

.page404 {
    color: #fff;
    min-height: calc(100vh - 290px);
} 

.pro {
    color: #fff;
}

.partners-one {
    padding-bottom: 80px;
}

.partners-one .bread {
    width: 100%;
}

.partners-one .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.partners-one .text {
    color: #fff;
}

.partners-one h1 {
    color: #fff;
    width: 100%;
}

.partners-one .swiper-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}

.partners-one .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 60px;
    width: 100%;
}

.partners-one .block .item {
    width: calc(20% - 32px);
    height: 150px;
    border-radius: 10px;
}

.tabs-header.basic-color-background {
    background: none !important;
}

.suggested-amount-box .box-label {
    border-radius: 10px !important;
}

.testim-one {
    padding-bottom: 130px;
}

.testim-two {
    padding-top: 0;
    
}

.testim-two .tabs {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -90px;
}

.testim-two .tabs span {
    width: 33.33%;
    padding: 20px 10px 30px 10px;
    color: #193B7B;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: #F4F9FF;
}

.testim-two .tabs a {
    width: 33.33%;
    padding: 20px 10px 30px 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none;
}

.testim-prof {
    background: #F4F9FF url(img/bgr-w.svg) top right no-repeat;   
    padding: 60px 0 80px 0;
}

.testim-prof .container {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
}

.testim-prof .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.testim-prof .item .right {
    width: calc(50% - 25px);
}

.testim-prof .pro {
    color: #2957A5;
}

.testim-prof .item .left {
    width: calc(50% - 25px);
    height: 410px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.testim-prof .item .left .photo {
    width: calc(50% - 5px);
    border-radius: 10px;
    flex-wrap: wrap;
    height: calc(50% - 5px);
}

.testim-prof .item:first-child .left .photo:first-child,
.testim-prof .item:first-child .left .photo:nth-child(3),
.testim-prof .item:nth-child(3) .left .photo:first-child,
.testim-prof .item:nth-child(3) .left .photo:nth-child(3) {
    width: calc(40% - 5px);
}

.testim-prof .item:first-child .left .photo:nth-child(3),
.testim-prof .item:nth-child(3) .left .photo:nth-child(3) {
    margin-top: -210px;
}

.testim-prof .item:first-child .left .photo:nth-child(2),
.testim-prof .item:nth-child(3) .left .photo:nth-child(2) {
    width: calc(60% - 5px);
    height: 100%;
}

.testim-prof .item:nth-child(2) .left .photo:first-child {
    height: 100%;
    width: calc(60% - 5px);
}

.testim-prof .item:nth-child(2) .left .photo:nth-child(2),
.testim-prof .item:nth-child(2) .left .photo:nth-child(3) {
    width: calc(40% - 5px);
}

.testim-prof .item:nth-child(2) .left .photo:nth-child(3) {
    margin-top: -210px;
    margin-left: calc(60% + 5px);
}

.faq-two .tabs {
    margin-top: 60px;
    margin-top: -90px;
}

.mySwiper11 .swiper-slide {
    padding: 20px 10px 30px 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

.mySwiper11 .swiper-slide-thumb-active {
    color: #193B7B;
    border-radius: 10px 10px 0 0;
    background: #fff;
    cursor: default;
}


.faq-prof {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}

.faq-prof .mySwiper9 .swiper-wrapper .swiper-slide {
    border-radius: 10px;
}

.faq-prof .mySwiper9 .swiper-wrapper .swiper-slide .box {
    max-width: none;
}

.faq-prof .mySwiper9 .swiper-wrapper .swiper-slide .box .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-prof .mySwiper9 .swiper-wrapper .swiper-slide .minus {
    display: none;
}

.faq-prof .mySwiper9 .swiper-wrapper .swiper-slide img {
    width: 20px;
    height: auto;
	margin: 0 0 0 10px;
}

.faq-prof .mySwiper9 .swiper-wrapper .swiper-slide-thumb-active .plus{
    display: none;
}

.faq-prof .mySwiper9 .swiper-wrapper .swiper-slide-thumb-active .minus{
    display: block;
}

.contact-one .block {
    margin-top: 60px;
}

textarea {
    border-radius: 10px;
    padding: 12px 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px #ccc solid;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
    height: 120px;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-list-item input {
    width: auto !important;
}

.wpcf7-list-item-label {
    color: #fff;
}

.contact-one .block .right .wpcf7 {
    margin: 0 !important;
}

.contact-one {
    padding-bottom: 120px;
}

.contact-one .contacts a span {
    font-size: 20px;
}

.contact-one .contacts a img {
    width: 20px;
}

.involved-one .block .right .text {
    margin-bottom: 30px;
}

.mySwiper11 {
    width: 100%;
}

.givenow-one .tabs span {
    background: none;
}

.givenow-one .tabs span.swiper-slide-thumb-active  {
    background: #2957A5;
}

.givenow-one .block .swiper-slide{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
}

.givenow-one .block .swiper-slide .left {
    width: calc(50% - 25px);
    border-radius: 10px;
}

.givenow-one .block .swiper-slide .right {
    width: calc(50% - 25px);
}

.burger {
    height: 16px;
    filter: brightness(100);
    cursor: pointer;
    display: none;
}

.team-one .tabs a,
.team-one .tabs span {
    width: 50%;
}

.overlay {
    display:none; 
    position:fixed; 
    z-index:999; 
    opacity:0.7; 
    filter:alpha(opacity=50); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000;
    text-align: center;
}

.popup {
    display:none; 
    position:fixed; 
    overflow-y: auto;
    z-index:1000;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}

.popup-box {
    width: 90%;
    max-width: 320px;
    height: auto;
    background: #fff;
    margin: 5% auto 0 auto;
    padding: 20px 40px 40px 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.popup-box h2 {
    width: 100%;
    text-align: center;
}

.popup-box .menu-bottom-menu-container {
    width: 100%;
}

.popup-box .menu {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.popup-box .menu li a {
    color: #2957A5 !important;
    font-size: 18px;
    display: block;
    text-align: center;
    opacity: 1;
    background: none !important;
}

.close {
    display:block; 
    width:20px;  
    cursor:pointer;  
    height:16px;   
    margin: 0px -20px 0 0;
}

.readmore {
    display: none;
}

.abotblock {
    display: none;
    width: 300px;
    height: 180px;
    position: relative;
    margin: 10px 0 0 0;
    z-index: 999999;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
}

.abotblock .abotblocknone:first-child {
    display: flex;
    order: 1;
}

.abotblocknone {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 180px;
    padding: 10px;
    text-decoration: none;
}

.abotblocknone h3 {
    margin: 0 0 1px 0;
    color: #193B7B;
    border-left: 4px #E31E24 solid;
    padding-left: 12px;
    font-size: 20px;
}

.abotblocknone span {
    color: #E31E24;
    text-decoration: underline;
    border-left: 4px #E31E24 solid;
    padding-left: 12px;
    padding-top: 15px;
    margin-top: -1px;
    line-height: 15px;
}

.abotblock .swiper-slide-thumb-active {
    display: flex;
}

.faq-one {
    padding-bottom: 40px;
}

.give-two {
    background: #F4F9FF;
}

.letters-two {
    background: #F4F9FF;
}

.letters-two .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: -320px;
}

.letters-two .block a {
    width: calc(33.33% - 20px);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.1);
    border: 4px solid #2957A5;
    overflow: hidden;
}

.fancybox-content {
    border: 4px solid #2957A5 !important;
    border-radius: 10px;
    overflow: hidden;
}

.letters-two .block a:hover {
    opacity: 1;
}

.letters-two .block a img {
    width: 100%;
}

.letters-one {
    padding-bottom: 300px !important;
}

.popup-box .social .icons a{
    filter: none;
}

.popup-box .social {
    width: 100%;
    align-items: center;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0px !important;
    padding: 20px !important;
    border: 1px solid #00a0d2 !important;
    border-radius: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900 !important;
}

.popup-img {
    padding: 0 20px;
}

.popup-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.popup-img img:hover {
    transform: scale(1.05); 
    opacity: 1 !important;
}

a.popup-img:hover {
    opacity: 1 !important;
}

.video-player {
	width: 100%;
    max-width: 800px;
    padding: 0 40px;
}

.video-ministry,
.video-pray {
    border-radius: 10px; 
	height: 545px;
}

.partners-player .video-ministry {
	height: 600px;
}

.partners-player {
    width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.team-one {
    padding-bottom: 300px !important;
}

.team-two {
    background: #F4F9FF url(img/bgr-w.svg) top center no-repeat;
    background-size: auto;
  background-size: cover;
}

.team-two .img {
    width: 100%;
    height: auto;
    margin-top: -320px;
}

.team-two .img img {
    width: 100%;
    border-radius: 10px;
}

.textimonies-one {
    background: #193B7B url(img/bgr-b.svg) top center no-repeat;
    background-size: auto;
  background-size: cover;
  padding-top: 120px !important;
  padding-bottom: 0;
}

.textimonies-one h1 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 60px 0 0 0;
    padding-bottom: 0;
}

.textimonies-one .img {
    width: 100%;
    max-width: 720px;
    height: 545px;
    border-radius: 10px;
    margin: 50px auto 0 auto;
}

.textimonies-one .video-player {
    margin: 50px auto 0 auto;
}

.textimonies-two {
    background: #193B7B;
    color: #fff;
    line-height: 150%;
}

.testim-one {
    padding-bottom: 250px;
}

.testim-one .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    padding-top: 50px;
}

.testim-one .block .item {
    height: auto;
    background: #2957A5;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.testim-one .block .item .img {
    width: calc(50% + 200px);
    border-radius: 10px;
    height: auto !important;
    margin: 0;
}



.testim-one .block .item .text-box {
    height: calc(100% - 200px);
    width: 50%;
    background: #fff;
    border-radius: 10px;
    padding: 34px 28px;
    margin: 100px 50px 100px -50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.testim-one .block .item .text-box h3 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.testim-one .text {
    color: #fff;
}

.home-story {
    background: #193B7B url(img/bgr-b.svg) top center no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: cover; 
}

.home-story h2 {
    color: #fff;
}

.mySwiper17 {
    margin-top: 60px;
    height: 500px;
    border-radius: 10px;
    width: 100%;
}

.mySwiper17 .swiper-slide {
    background: #2957A5;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.mySwiper17 .swiper-slide .img {
    width: calc(50% + 200px);
  border-radius: 10px;
  height: auto !important;
  margin: 0;
}

.mySwiper17 .swiper-slide .text {
    height: calc(100% - 200px);
    width: 50%;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 34px 28px;
    margin: 100px 50px 100px -50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    font-size: 20px;
    color: #193B7B;
  }

  .home-story .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-story .block {
    width: 100%;
  }

  .home-story .button {
    margin-top: 30px; 
    display: inline-block;
  }

  .home-story .page-title {
    width: 100%;
  }

@media screen and (max-width: 1896px) {
    .mySwiper13 .swiper-slide-prev .bgr {
        border-radius: 0 10px 10px 0;
    }

    .mySwiper13 .swiper-slide-next .bgr {
        border-radius: 10px 0 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .header .button {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
    .mySwiper2 {
        width: 484px;
    }

    .mySwiper1 {
        width: calc(100% - 524px);
    }

    .home-seven .block .item h3,
    .min-one .block .item h3 {
        font-size: 30px;
    }

    .partners-one .block .item {
        width: calc(25% - 30px);
    }

    .header .social {
        display: none;
    }

}

@media screen and (max-width: 1080px) {
    .body {
        font-size: 15px;
    }

    .logo {
        opacity: 1;
    }

    h2,
    .involved-one h1 {
        font-size: 34px;
    }

    .section,
    .home-eight .left {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-two,
    .home-three {
        padding-bottom: 20px;
    }

    .home-two .block,
    .home-four .block,
    .home-seven .block,
    .mySwiper3,
    .min-one .block,
    .min-single-two h2,
    .min-single-two .content,
    .involved-one .tabs,
    .partners-one .block,
    .contact-one .block {
        margin-top: 50px;
    }

    .min-single-two .content {
        margin-bottom: 0;
    }

    .page-one h1, 
    .page-one h2,
    .min-single-one h1,
    .involved-one h1 {
        font-size: 34px;
        margin-top: 30px;
    }

    .home-two .block .item h3 {
        font-size: 46px;
    }

    .mySwiper1 .swiper-slide h3 {
        font-size: 20px;
    }

    .home-seven .block .item,
    .home-seven .block .item .top {
        gap: 20px;
    }

    .home-seven .block,
    .min-one .block,
    .involved-one .block,
    .block-prof .item {
        gap: 40px;
    }

    .home-seven .block .item {
        width: calc(33.33% - 26.66px);
    }

    .min-one .block .item {
        width: calc(50% - 20px);
    }

    .text {
        margin-top: 20px;
    }

    .footer {
        padding-bottom: 50px;
    }

    .min-one {
        padding-bottom: 50px !important;
    }

    .min-single-two .block {
        margin-top: -310px;
    }

    .other-min {
        padding-top: 20px !important;
    }

    .involved-one .block,
    .block-prof {
        padding: 40px 40px 0 40px;
    }

    .involved-one .tabs span,
    .involved-one .tabs a {
        font-size: 26px; 
    }

    .involved-one .block .left,
    .involved-one .block .right {
        width: calc(50% - 20px);
    }

    .home-two .text {
        margin-top: 30px;
    }

    .min-single-one {
        padding-bottom: 300px;
    }

    .involved-one,
    .partners-one {
        padding-top: 120px;
    }

    .team-one {
        padding-bottom: 160px !important;
    }

    .team-two .img {
        margin-top: -170px;
    }
} 

@media screen and (max-width: 1024px) {
    .logo {
        height: 70px;
        width: 140px;
    }

    .logo img {
        height: 49px;
    }

    .mySwiper8,
    .city {
        max-width: 550px;
    } 

    .city .text-block {
        max-width: 280px;
    }

    .letters-two .block a {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 1000px) {
    .burger {
        display: block;
    }

    .header .menu-top-menu-container {
        display: none; 
    }

    .header .button {
        display: block;
    }

    .menu .menu-item-has-children:hover .sub-menu {
        display: none;
    }

    .header .social {
        display: flex;
    }
}

@media screen and (max-width: 900px) {
    .mySwiper8, 
    .city {
        max-width: 480px;
    }

    .city .text-block {
        max-width: 240px;
    }

    .home-four .block {
        flex-direction: column;
        align-items: center;
    }

    .mySwiper1 {
        width: 100%;
        display: none;
    }

    .mySwiper2 {
        width: 474px;
        min-height: 500px;
    }

    .home-seven .block, 
    .min-one .block, 
    .involved-one .block, 
    .block-prof .item {
        gap: 20px;
    }

    .home-seven .block .item {
        width: calc(33.33% - 13.33px);
    }

    .home-eight,
    .break .container,
    .subsribe .container {
        flex-direction: column;
    }

    .home-eight .left,
    .home-eight .right,
    .break .left,
    .subsribe .left {
        width: 100%;
    }

    .home-eight .left .box {
        max-width: none;
    }

    .home-eight .right {
        height: 400px;
        clip-path: none;
    }

    .home-eight .mySwiper15 .nav {
        padding-right: 40px;
        padding-left: 40px;
    }

    .min-one .block .item {
        width: calc(50% - 10px);
    }

    .subsribe h2 br {
        display: none;
    }

    .subsribe .right {
        width: 60%;
    }

    .involved-one .block .left, .involved-one .block .right {
        width: calc(50% - 10px);
    }

    .partners-one .block .item {
        width: calc(33.33% - 13.33px);
    }

    .partners-one .block {
        gap: 20px;
    }

    .min-single-two .block,
    .partners-one .swiper-block {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .mySwiper13 {
        width: 100%;
        margin: 0;
    }

    .mySwiper13 .swiper-slide-active .bgr {
        width: 100%;
    }

    .abotblock {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .mySwiper13 .nav {
        width: 100%;
    }

    .mySwiper17 .swiper-slide {
        flex-direction: column;
    }

    .mySwiper17 {
        height: auto;
        max-height: 650px;
    }

    .mySwiper17 .swiper-slide .left {
        width: 100%;
        height: 400px;
    }

    .mySwiper17 .swiper-slide .right {
        width: 100%;
        height: auto;
    }
	
	.video-ministry,
	.video-pray {
		height: auto;
	}

	.partners-player .video-ministry {
		height: auto;
	}

    .testim-one .block .item {
        flex-direction: column;
        align-items: center;
    }


    .testim-one .block .item .img {
        height: 450px !important;
        width: 100%;
        max-width: 100%; 
    }

    .testim-one .block .item .text-box {
        width: 90%;
        margin: -100px 0 50px 0;
    }
	
	.mySwiper17 .swiper-slide {
		flex-direction: column;
	}
	.mySwiper17 {
		height: auto;
	}
	
	.mySwiper17 .swiper-slide .img {
		height: 400px !important;
		width: 100%;
	}

    .mySwiper17 .swiper-slide .text {
        width: 90%;
        margin: -100px 0 50px 5%;
    }
}

@media screen and (max-width: 800px) {
    .home-three .container {
        flex-direction: column;
    }

    .home-three .container .left {
        width: 100%;
    }

    .home-three .container .right {
        margin: 20px auto 0 auto;
        width: 100%;
    }

    .home-seven .block {
        flex-direction: column;
    }

    .home-seven .block .item {
        width: 100%;
    }

    .container {
        max-width: 600px;
    }

    .header .container,
    .footer .container,
    .involved-one .container {
        max-width: none;
    }

    .page-title {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .home-two .block {
        flex-wrap: wrap;
    }

    .home-two .block .item {
        width: calc(50% - 10px);
    }

    .home-four .nav {
        display: none;
    }

    .home-three h2 {
        text-align: center;
    }

    .home-two .block .item {
        align-items: center;
    }

    .home-two .block .item span,
    .home-three .container .left .text,
    .home-two .text,
    h2, 
    .involved-one h1,
    .break .text {
        text-align: center;
    }

    h2, .involved-one h1 {
        font-size: 26px;
    }

    .home-three .container .left {
        align-items: center;
    }

    .mySwiper2 {
        min-height: 300px;
    }

    .home-five .container {
        padding: 0;
        max-width: none;
    }

    .mySwiper3 {
        border-radius: 0;
    }

    .home-eight .left .box {
        align-items: center;
    }

    .min-one .block .item,
    .mySwiper16 .swiper-slide {
        height: 360px;
    }

    .min-one .block .item h3,
    .mySwiper16 .swiper-slide h3 {
        font-size: 20px;
    }

    .footer .col:nth-child(3) {
        display: none;
    }

    .contact-one .contacts a span {
        font-size: 16px;
    }

    .involved-one .block {
        flex-direction: column;
    }

    .involved-one .block .left {
        width: 100%;
        height: auto;
    }

    .involved-one .block .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .block-prof .item .right h2 {
        text-align: left;
    }

    .home-two .text {
        max-height: 180px;
        overflow: hidden;
    }

    .readmore {
        display: block;
        color: #E31E24;
        cursor: pointer;
        text-decoration: underline;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }

    .home-two .text.readall {
        max-height: none;
    }

    .dispnone {
        display: none;
    }

    .min-single-one .content {
        margin: 30px 0 0 0;
    }
}

@media screen and (max-width: 620px) {
    .mySwiper13 {
        height: 400px;
    } 

    .mySwiper13 .nav {
        margin-top: -220px;
    }

    .mySwiper13 .swiper-slide .bgr {
        border-radius: 0;
    }

    .container {
        padding: 0 20px;
    }

    .mySwiper8, .city {
        max-width: 320px;
    }

    .city .text-block img {
        display: none;
    }

    .city .text-block h3 {
        font-size: 16px;
    }

    .city .text-block {
        margin-left: -90px;
        max-width: 150px;
    }

    .mySwiper2 {
        transform: scale(0.7);
        margin: -100px 0;
    }

    .mySwiper1 .swiper-wrapper .swiper-slide-thumb-active {
        padding-left: 20px;
    }

    .home-eight .left .box {
        padding: 0 20px;
    }

    .home-eight .mySwiper15 .nav {
        padding-right: 20px;
        padding-left: 20px;
    }

    .subsribe .right {
        width: 100%;
    }

    .footer .container,
    .footer .col,
    .footer .col:last-child {
        flex-direction: column;
        align-items: center;
    }

    .footer .col {
        width: 100%;
    }

    .footer .social {
        margin-top: 20px;
    }

    .footer .contacts {
        max-width: 220px;
    }

    .min-one .block .item {
        width: 100%;
    }

    .min-one .block .item .bgr {
        padding: 20px;
    }

    .min-one .block .item h3 {
        max-width: 240px;
    }

    .subsribe .text {
        text-align: center;
    }

    .min-single-two .block {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .partners-one .swiper-block {
        width: calc(100% + 40px);
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .mySwiper13 .nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .min-single-one {
        padding-bottom: 180px;
    }

    .partners-one .swiper-block {
        margin-top: 0;
    }

    .min-single-two .block {
        margin-top: -170px;
    }

    .video-player {
        padding: 0 20px;
    }
 
    .min-single-two {
        padding-top: 0;
    }

    .involved-one .container {
        padding: 0;
    }

    .bread {
        text-align: center;
    }

    .involved-one .tabs span:first-child {
        border-radius: 0 10px 0 0;
    }

    .involved-one .tabs span:last-child {
        border-radius: 10px 0 0 0;
    }

    .involved-one .tabs span, 
    .involved-one .tabs a {
        font-size: 16px;
        padding: 10px 0 20px 0;
    }

    .involved-one .block {
        border-radius: 0;
        padding: 20px;
    }

    .footer .logo {
        display: none;
    }

    .block-prof .item {
        flex-direction: column;
    }

    .block-prof .item .left {
        width: 200px;
        height: 200px;
    }

    .block-prof .item .right {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .block-prof .item .right h2 {
        text-align: center;
        margin-bottom: 14px;
    }

    .partners-one .block .item {
        width: calc(50% - 10px);
    }

    .contact-one .social {
        margin-top: 30px;
    }

    .footer .col:nth-child(2) {
        padding-top: 20px;
    }

    .social {
        align-items: center;
    } 

    .video-mob {
        display: block;
    }

    .video-desc {
        display: none;
    }

    .letters-two .block a{
        width: 100%;
    }

    .header .social {
        display: none;
    }
}




