/********** Template CSS **********/
/*:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body { 
    position: relative;
    max-width: 100%;  
}

body {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    min-width: 320px;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    font-size: 16px;
    line-height: 30px;
    color: #151545;
    margin: 0;
    padding: 0; 
}

a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

a, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: none;
/*  border: none;*/
}

button, button:active, button:focus, button:hover {
   text-decoration: none !important;
   outline: none;
}

button:active, button:focus {
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
    list-style: none;
}

p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  margin: 0;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*** Heading ***/
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.section-title {
    margin-bottom: 80px;
}

.section-title h3 {
    font-size: 32px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  background: #090A0F;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
}

#preloader.show {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-out, visibility 0s linear 0s;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ED0505;
  border-top-color: #090A0F;
  border-bottom-color: #090A0F;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*** Button ***/
.wrap-btn {
    position: relative;
    top: 0;
    left: 0;
    width: 227px;
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-btn a,
.wrap-btn button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    font-weight: 400px;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
}

.wrap-btn:hover a,
.wrap-btn:hover button {
    letter-spacing: 2px;
}

.wrap-btn a::before,
.wrap-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}

.wrap-btn:hover a::before,
.wrap-btn:hover button::before {
    transform: skewX(45deg) translate(200px);
}

.wrap-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 3px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.wrap-btn:hover::before /*lightup button*/ {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 3px;
}

.wrap-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 3px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.wrap-btn:hover::after /*lightup button*/ {
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 3px;
}

.wrap-btn::before, 
.wrap-btn::after {
    background: #ED0505;
    box-shadow: 0 0 5px #ED0505, 0 0 15px #ED0505, 0 0 30px #ED0505,
        0 0 60px #ED0505;
}

.wrap-btn.wrap-btn__blue::before, 
.wrap-btn.wrap-btn__blue::after {
    background: #1856E4;
    box-shadow: 0 0 5px #1856E4, 0 0 15px #1856E4, 0 0 30px #1856E4,
        0 0 60px #1856E4;
}

/*.container .btn:nth-child(3)::before, 
.container .btn:nth-child(3)::after {
    background: #1eff45;
    box-shadow: 0 0 5px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45,
        0 0 60px #1eff45;
}*/

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** Navbar ***/
.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.header.scrolled {
    background: #090A0F;
    top: -82px;
}

.top_bar {
    width: 100%;
}

.top_bar_content {
    width: 100%;
    height: 84px;
}

.top_bar_content .top_bar_content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-right: 55px;
}

.menu_inner.menu_mm .menu_extra .top_bar_content-item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 18px;
}

.top_bar_content .top_bar_content-item .bg-square,
.menu_inner.menu_mm .menu_extra .top_bar_content-item .bg-square {
    background-color: #ed0505;
    width: 30px;
    height: 30px;
}

.top_bar_content .top_bar_content-item .bg-square img,
.menu_inner.menu_mm .menu_extra .top_bar_content-item .bg-square img {
    width: 14px;
    height: auto;
}

.top_bar_content .top_bar_content-item .contact-info__item a,
.menu_inner.menu_mm .menu_extra .top_bar_content-item .contact-info__item a {
    color: #fff;
}

.menu_inner.menu_mm .menu_extra .wrap-btn {
	top: 30px;
}

.header_container {
    width: 100%;
    background: transparent;
}

.header.scrolled .header_container {
    background: #090A0F;
}

.header_content {
    width: 100%;
    height: 58px;
}

.header.scrolled .header_content {
    height: 70px;
}

.main_nav ul li {
    display: inline-block;
}

.main_nav ul li:not(:first-child) {
    margin-left: 52px;
}

.main_nav ul li a {
    position: relative;
    font-size: 16px;
    padding-bottom: 20px;
    color: #fff;
}

.header.scrolled .main_nav ul li a {
    padding-bottom: 26px;
}

.header_container .header_content .main_nav ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: #ED0505;
    transition: .5s;
}

.header_container .header_content .main_nav ul li a:hover:before,
.header_container .header_content .main_nav ul li.current-menu-item a:before {
    width: 100%;
    left: 0;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger i {
    font-size: 24px;
    color: #fff;
}

.header_container .header_content button.btn.text-primary {
    color: #ffffff!important;
    border: none!important;
}

.header_container .header_content button.btn.text-primary:active,
.header_container .header_content button.btn.text-primary:focus {
    text-decoration: none!important;
    outline: none!important;
    border: none!important;
}

/*********************************
Logo
*********************************/

.logo_container_outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logo_container {
    position: absolute;
    top: 0;
    left: -6px;
    width: auto;
    height: 142px;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header.scrolled .logo_container {
    top: 88px;
    height: 70px;
}

/*.logo_container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}*/

.logo_content {
    width: 100%;
    height: 100%;
}

/*.logo {
    margin-top: 27px;
}*/

.custom-logo {
    max-width: 167px;
    height: auto;
    transition: .4s;
}

.header.scrolled .custom-logo {
   max-width: 132px;
}

/*********************************
Menu
*********************************/

.menu_container {
    position: fixed;
    top: 0;
    right: -50vw;
    width: 50vw;
    height: 100vh;
    background: #192130;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 101;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

.menu_container.active {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.menu_mobi {
    position: absolute;
    top: 60px;
    left: 0;
    padding-left: 15%;
}

.menu_inner {
    width: 100%;
    height: 100%;
}

.menu_mobi.menu_mm ul {
    -webkit-transform: translateY(1.5rem);
    -moz-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    -o-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    -webkit-transition: all 1000ms 400ms ease;
    -moz-transition: all 1000ms 400ms ease;
    -ms-transition: all 1000ms 400ms ease;
    -o-transition: all 1000ms 400ms ease;
    transition: all 1000ms 400ms ease;
    opacity: 0;
}

.menu_container.active .menu_mobi.menu_mm ul {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.menu_mobi.menu_mm ul li {
    margin-bottom: 20px;
}

.menu_mobi.menu_mm ul li.menu-item a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_mobi.menu_mm ul li.menu-item a:hover {
    color: #ffb606;
}

.menu_close_container {
    position: absolute;
    top: 86px;
    right: 79px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_close {
    top: 0;
    width: 21px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_close::after {
    display: block;
    position: absolute;
    top: -9px;
    left: 9px;
    content: '';
    width: 3px;
    height: 21px;
    background: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
    background: #20d34a;
}

.menu_extra {
    position: absolute;
    left: 0;
    bottom: 17%;
    padding-left: 15%;
    padding-bottom: 25px;
}

.menu_appointment a {
    font-size: 13px;
    color: #283290;
}

.menu_emergencies {
    font-size: 13px;
    color: #272727;
}


/*** Offer ***/
.offer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    height: 90vh;
    min-height: 700px;
}

.offer-wrap .offer-wrap__item {
    padding-top: 120px;
}

.offer-wrap .offer-wrap__item:last-child {
    padding-top: 190px;
}

.offer-wrap .offer-wrap__item .info-left {
    max-width: 545px;
}

.offer-wrap .offer-wrap__item .info-left span {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.offer-wrap .offer-wrap__item .info-left h1 {
    font-weight: 900;
    font-size: 82px;
    margin: 15px 0 8px 0;
}

.offer-wrap .offer-wrap__item .info-left .offer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
}

.offer-wrap .offer-wrap__item .info-left .offer-button .wrap-btn.wrap-btn__blue {
    margin-left: 25px;
}

.offer-wrap .offer-wrap__item .info-right {
    background: rgba(25, 33, 48, 0.7);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(24.5px);
            backdrop-filter: blur(24.5px);
    padding: 50px 40px 53px;
    max-width: 270px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.offer-wrap .offer-wrap__item .info-right:before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    background-color: #366EEF;
}

.offer-wrap .offer-wrap__item .info-right .offer-carousel {
    margin: 30px 0 0 0;
}

.offer-wrap .offer-wrap__item .info-right .owl-dots {
    margin: 30px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.offer-wrap .offer-wrap__item .info-right .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid #847C7C;
  margin-right: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease 0ms;
  -khtml-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  position: relative;
  z-index: 1; }
  .offer-wrap .offer-wrap__item .info-right .owl-dots .owl-dot.active {
    border-color: #ED0505;
    background-color: transparent;
    transform: scale(1.4);
    border-width: 2.4px; }

.offer-wrap.site-inner {
    height: 50vh;
    min-height: 500px;
}

.offer-wrap.site-inner h1 {
    padding-top: 9rem;
    font-weight: 700;
    font-size: 58px;
}

.offer-wrap.site-inner.site-inner__post h1 {
    font-size: 50px;
}

.offer-wrap.site-inner nav {
    margin-top: 32px;
}

.offer-wrap.site-inner nav ol li a,
.offer-wrap.site-inner nav ol li span {
    color: #fff;
}

.offer-wrap.site-inner .breadcrumb-item+.breadcrumb-item::before {
    color: #ED0505;
}
 

/*** Section Title ***/


/*** About ***/
.about-section .container {
    padding: 138px 0 90px 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.about-section .about-img {
    position: relative;
}

.about-section .about-img .about-img__frame {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -5%;
    left: -5%;
    border: 1px solid #366EEF;
    border-radius: 5px;
    z-index: -1;
}

.about-section .about-img img {
    width: 100%;
    height: 539px;
    border-radius: 5px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section .about-info h2 {
    font-size: 32px;
}

.about-section .about-info .about-info__wrap {
    position: relative;
    margin: 40px 0px 0px 57px;
}

.about-section .about-info .about-info__wrap:before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 239px;
    left: -20px;
    top: 7px;
    bottom: 50px;
    background-color: #366EEF;
}

.about-section .about-info .about-info__wrap p {
    padding: 0px 0px 0px 40px;
}

.about-section .about-info .about-info__wrap .wrap-btn {
    margin: 46px 0 46px 40px;
}

.about-section.about-section__inner .container {
    padding: 162px 0 90px 0;
}

.about-section.about-section__inner .about-info .about-info__wrap .wrap-btn {
    width: 310px;
    height: 60px;
}

/*** Components ***/
.components-section {
    padding: 125px 0 200px 0;
}

.components-section.components-section__inner {
    padding: 0;
}

.components-section.components-section__inner .container {
    padding: 100px 0 80px 0;
/*     border-bottom: 1px solid rgba(256, 256, 256, .1); */
}

.components-section.components-section__inner .components-item {
    min-height: 482px;
    margin-bottom: 30px;
}

.components-section .components-item {
    background: rgba(25, 33, 48, 0.7);
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(24.5px);
            backdrop-filter: blur(24.5px);
    border-radius: 5px;
}

.components-section .components-item img {
    width: 100%;
    height: 225px;
    border-radius: 5px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
    border-radius: 4px;
}

.components-section .components-item h4 {
    margin: 25px 0 25px 0;
    min-height: 50px;
    font-size: 21px;
    font-weight: 600;
}

.components-section .components-item p {
    font-size: 15px;
    font-weight: 400;
    color: #CACACA;
}

.components-section .components-item:hover img {
    transform: scale(1.1);
}

.components-section .components-item a.btn-slide {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.components-section .components-item a.btn-slide i,
.components-section .components-item a.btn-slide span {
    position: relative;
    height: 41px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #ED0505;
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.components-section .components-item a.btn-slide span {
    top: -1px;
    padding-left: 0;
    left: -100%;
    z-index: 1;
    height: 41px;
}

.components-section .components-item:hover a.btn-slide i {
    border-radius: 0;
}

.components-section .components-item:hover a.btn-slide span {
    top: 0;
    left: 0;
    padding: 20px 15px 20px 5px;
    height: 41px;
}

.components-section .components-carousel .owl-nav div {
    position: absolute;
    left: -40px;
    top: 0;
    margin-top: -17%;
}

.components-section .components-carousel .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.components-section .components-carousel span.arrow_left,
.components-section .components-carousel span.arrow_right {
    position: relative;
}

.components-section .components-carousel span.arrow_left:before {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    content: url('../img/left-slide.svg');
}

.components-section .components-carousel span.arrow_right:before {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    content: url('../img/right-slide.svg');
}

.components-section .components-link {
    text-align: center;
    margin-top: 50px;
}

.components-section .components-link a {
    position: relative;
    color: #fff;
    font-size: 15px;
}

.components-section .components-link a:before {
    position: absolute;
    display: block;
    bottom: -10px;
    right: -31px;
    content: url('../img/ellipse-arrow.svg');
}

.components-section .components-carousel .owl-dots {
    position: absolute;
    bottom: -17%;
    right: 0;
}

.components-section .components-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid #847C7C;
  margin-right: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease 0ms;
  -khtml-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  position: relative;
  z-index: 1; }
  .components-section .components-carousel .owl-dots .owl-dot.active {
    border-color: #ED0505;
    background-color: transparent;
    transform: scale(1.4);
    border-width: 2.4px; }


/*** Causes ***/
.causes-section {
    padding: 0 0 170px 0;
}

.causes-section .causes-item .section-title {
    margin-bottom: 50px;
}

.causes-section .causes-item ul li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 30px;
    color: #fff;
}

.causes-section .causes-item ul li:before {
    position: absolute;
    content: url('../img/causes-check.svg');
    left: 0;
    top: 2px;
}

.causes-section .causes-item .bg-red {
    background: rgba(237, 5, 5, 0.2);
    -webkit-backdrop-filter: blur(24.5px);
    backdrop-filter: blur(24.5px);
}

.causes-section .causes-item .bg-blue {
    background: rgba(24, 86, 228, 0.2);
    -webkit-backdrop-filter: blur(24.5px);
    backdrop-filter: blur(24.5px);
}

.causes-section .causes-item .bg-grey {
    background: rgba(25, 33, 48, 0.7);
    -webkit-backdrop-filter: blur(24.5px);
    backdrop-filter: blur(24.5px);
}

.causes-section .causes-item .bg-red,
.causes-section .causes-item .bg-blue,
.causes-section .causes-item .bg-grey {
    padding: 30px 20px 30px 27px;
    border-radius: 4px;
}

.causes-section .causes-item .bg-red p,
.causes-section .causes-item .bg-blue p,
.causes-section .causes-item .bg-grey p {
    margin-top: 20px;
    font-size: 15px;
}

.causes-section .causes-item .bg-red img,
.causes-section .causes-item .bg-blue img,
.causes-section .causes-item .bg-grey img {
    transition: .5s;
}

.causes-section .causes-item .bg-red:hover img,
.causes-section .causes-item .bg-blue:hover img,
.causes-section .causes-item .bg-grey:hover img {
    transform: translateY(-10px);
}

/*** Features ***/
.features-section {
    padding: 0 0 50px 0;
}

.features-section .section-title {
    text-align: center;
    margin-bottom: 120px;
}

.features-section .features-item .features-item__wrap {
    position: relative;
    padding: 73px 40px 40px 50px;
    background: rgba(25, 33, 48, 0.7);
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(24.5px);
            backdrop-filter: blur(24.5px);
    border-radius: 5px;
    min-height: 285px;
    z-index: 1;
}

.features-section .features-item .features-item__wrap:after {
    content: "";
    position: absolute;
    width: 58px;
    height: 36px;
    background: #ED0505;
    top: -5px;
    left: -25px;
    z-index: 0;
}

.features-section .features-item .features-item__frame {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 8%;
    left: 4%;
    border: 1px solid #366EEF;
    border-radius: 5px;
    z-index: -1;
}

.features-section .features-item .features-item__wrap .feature-num {
    position: absolute;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #fff;
    top: -16px;
    left: -13px;
    font-size: 65px;
    z-index: 1;
}

.features-section .features-item.features-item__left {
    margin: 0 42px 180px 0;
}

.features-section .features-item.features-item__right {
    margin: 180px 0 0 42px;
}

/*** Contacts ***/
.contacts-section .container {
    padding: 130px 0 100px 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.contacts-section .contact-content {
    background: rgba(25, 33, 48, 0.7);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(24.5px);
            backdrop-filter: blur(24.5px);
    border-radius: 5px;
    padding: 60px 60px 60px 60px;
}

.contacts-section .contact-content .contacts-info {
    background: rgba(24, 86, 228, 0.2);
    height: 100%;
    padding: 72px 40px 50px 40px;
    border-radius: 4px;
}

.contacts-section .contact-content .contacts-info h4 {
    font-size: 27px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 500;
}

.contacts-section .contact-content .contacts-info p {
    line-height: 30px;
}

.contacts-section.contacts-section__inner .container {
    padding: 22px 0 100px 0;
}

.contacts-section.contacts-section__inner .contact-content {
    padding: 53px 50px 45px 50px;
}

.contacts-section.contacts-section__inner .contact-content h4 {
    font-size: 24px;
    margin-bottom: 18px;
}

.contacts-section.contacts-section__inner .contact-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.63);
}

.contacts-section.contacts-section__inner .contact-content .from-wrapper .from-box .wrap-btn {
    width: 100%;
}

.contacts-section.contacts-section__inner .contact-content .from-wrapper .from-box .wrap-btn button {
    outline: none;
    border: none;
}

.contacts-section.contacts-section__inner .contact-content .from-wrapper .from-box p.privacy-policy {
    margin-top: 28px;
}

.contacts-section.contacts-section__inner .contact-content .from-wrapper .from-box {
    margin-left: 0;
}

.contacts-section.contacts-section__inner .contact-content .from-wrapper .from-box textarea.form-control {
	height: 50px;
}

.contacts-section.contacts-section__inner-more .container {
    padding: 55px 0 100px 0;
}

.contacts-section .contacts-map {
    height: 100%;
}

.contacts-section .contacts-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
}

.contact-info {
    padding-top: 75px;
}

.contact-info .bg-square {
    background-color: #ED0505;
    width: 60px;
    height: 60px;
}

.contact-info .contact-info__item p {
    margin-bottom: 7px;
}

.contact-info .contact-info__item a,
.contact-info .contact-info__item h4 {
   font-weight: 700;
   font-size: 22px;
   color: #FFFFFF;
}

.from-wrapper .from-box {
    margin-left: 55px;
}

.from-wrapper .from-box h5 {
    font-size: 27px;
}

.from-wrapper .from-box .form-group {
  position: relative;
  margin-top: 40px;
}

.from-wrapper .from-box .form-group .form-floating {
    margin-bottom: 20px;
}

.from-wrapper .from-box .form-group__send {
    margin: 28px 0 0 0;
}

.from-wrapper .from-box .form-group__send .wrap-btn button {
    outline: none;
    border: none;
}

.from-wrapper .from-box .form-group .form-control {
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.from-wrapper .from-box .form-group input.form-control {
    height: 50px;
    font-size: 15px;
}

.from-wrapper .from-box .form-group .form-control:active, 
.from-wrapper .from-box .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid white;
}

.from-wrapper .from-box .form-group label {
    padding: 15px 0 15px 0;
   font-size: 15px;
   color: rgba(255, 255, 255, 0.47);
}

/*.wrap-form .form-group.focus {
  background: #fff;
}*/

/*.wrap-form .form-group.field--not-empty label {
  margin-top: -30px;
}*/

.from-wrapper .from-box .form-control {
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.47);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.from-wrapper .from-box .form-control:active, 
.from-wrapper .from-box .form-control:focus {
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid white;
}

/*.contacts-section .contact-content .from-wrapper .from-box input.form-control::-webkit-input-placeholder {
    color: #fff;
}

.contacts-section .contact-content .from-wrapper .from-box textarea.form-control::-webkit-input-placeholder {
    color: #fff;
}*/

.from-wrapper .from-box textarea.form-control {
    height: 120px;
    font-size: 15px;
}

.from-wrapper .from-box p.privacy-policy {
    font-weight: 200;
    font-size: 12px;
    color: #ffffff75;
    line-height: 14px;
    margin-top: 50px;
}

/*** Footer ***/
.footer-section {
    padding: 85px 0 100px 0;
}

.footer-section .footer-logo .custom-logo {
    margin-left: -23px;
}

.footer-section .footer-logo .custom-logo img {
    max-width: 167px;
    height: auto;
}

.footer-section .footer-menu {
    margin-bottom: 36px;
}

.footer-section .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-section .footer-menu ul li {
    margin-left: 55px;
}

.footer-section .footer-menu ul li a {
    font-size: 16px;
    color: #FFFFFF;
}

.footer-section .footer-privacy {
	flex-wrap: wrap;
	gap: 5px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-section .footer-privacy p {
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-section .footer-privacy p:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1.7px;
    height: 14px;
    top: 1px;
    right: 13px;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
}

.footer-section .footer-privacy a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

/*** Service ***/
.service-section .service-item {
    position: relative;
    background-color: #F0F5FF;
    height: 320px;
    padding: 0 30px;
    margin-bottom: 30px;
    transition: .5s;
}

.service-section .service-item:hover {
    transform: translateY(-10px);
}

.service-section .service-item:before,
.service-section .service-item__bg:before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    background-color: #ED0505;
}

.service-section .container {
    padding: 100px 0 120px 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service-section .section-title {
    text-align: center;
}

.service-section .service-item__bg {
    background: #192130;
    height: 320px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(24.5px);
            backdrop-filter: blur(24.5px);
}

.service-section .service-item__bg h5 {
    font-size: 24px;
}

.service-section .service-item__bg .wrap-btn.wrap-btn__blue {
    margin-top: 40px;
}

.service-section .service-item__bg a.service-phone {
	color: #fff;
    font-size: 22px;
} 

.service-section .service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ED0505;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-section .service-item .service-icon img {
    transform: rotate(45deg);
}

.service-section .service-item h4 {
    font-weight: 700;
    color: #192130;
    font-size: 18px;
}

.service-section .service-item p {
    color: #525252;
    font-size: 14px;
}

/*** Testimonial ***/
.testimonial-section {
    padding: 120px 0 100px 0;
}


.testimonial-section .testimonial-carousel .owl-dots {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-section .testimonial-carousel .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid #847C7C;
  margin-right: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease 0ms;
  -khtml-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  position: relative;
  z-index: 1; }
  .testimonial-section .testimonial-carousel .owl-dots .owl-dot.active {
    border-color: #ED0505;
    background-color: transparent;
    transform: scale(1.4);
    border-width: 2.4px; }

.testimonial-section .testimonial-carousel .owl-item .testimonial-item,
.testimonial-section .testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-section .testimonial-carousel .owl-item.center .testimonial-item {
    border-color: #ED0505!important;
}

.testimonial-section .testimonial-carousel .owl-item.center .testimonial-item .position-absolute {
    background: #ED0505!important;
}

.testimonial-section .testimonial-carousel .owl-item.center .testimonial-item.bg-light {
    color: #F0F5FF!important;
}

.testimonial-section .testimonial-carousel .owl-item .testimonial-item p {
    color: #474747;
}

.testimonial-section .testimonial-carousel .owl-item .testimonial-item h4 {
    font-size: 18px;
    line-height: 22px;
    color: #192130;
}

.testimonial-section .testimonial-carousel .owl-item .testimonial-item small {
    font-size: 14px;
    color: #6A6A6A;
}

.testimonial-section .testimonial-carousel .owl-nav div {
    position: absolute;
    left: -40px;
    top: 0;
    margin-top: -16%;
}

.testimonial-section .testimonial-carousel .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.testimonial-section .testimonial-carousel span.arrow_left,
.testimonial-section .testimonial-carousel span.arrow_right {
    position: relative;
}

.testimonial-section .testimonial-carousel span.arrow_left:before {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    content: url('../img/left-slide.svg');
}

.testimonial-section .testimonial-carousel span.arrow_right:before {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    content: url('../img/right-slide.svg');
}

.testimonial-section .testimonial-carousel .testimonial-item__wrap {
	position: relative;
    min-height: 310px;
}

.testimonial-section .testimonial-carousel .testimonial-item__wrap .testimonial-item__wrap-info {
	position: absolute;
	bottom: 0;
}



/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Members ***/
.members-section {
    padding: 100px 0 0 0;
}

.members-section .section-title {
    text-align: center;
}

.members-section .member-item {
    padding: 70px 0 70px 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.members-section .member-item:last-child {
    padding: 70px 0 100px 0;
}

.members-section .member-item .member-img img {
    width: 100%;
    height: 539px;
    border-radius: 5px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}

.members-section .member-item .member-img:hover img {
    transform: scale(1.05);
}

.members-section .member-item .member-info {
    margin-left: 40px;
}

.members-section .member-item .member-info h4 {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 14px;
}

.members-section .member-item .member-info p.profile {
    font-weight: 400;
    font-size: 20px;
}

.members-section .member-item .member-info ul {
    margin-top: 54px;
}

.members-section .member-item .member-info ul li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 30px;
}

.members-section .member-item .member-info ul li:before {
    position: absolute;
    content: url('../img/causes-check.svg');
    left: 0;
    top: 2px;
}

.members-section .member-item .member-info ul li h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.members-section .member-item .member-info ul li p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

.btn.btn-lg.btn-primary.btn-lg-square.rounded.back-to-top {
    background-color: #366EEF;
    border-color: #366EEF;
}

.top_bar_content-item .contact-info__item .dropdown-menu {
	background-color: #192130;
	-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
	display: block;
	border: none;
	margin-top: 0;
	top: 150%;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.top_bar_content-item .contact-info__item .dropdown-menu .dropdown-item:hover, 
.top_bar_content-item .contact-info__item .dropdown-menu .dropdown-item:focus {
	background-color: #e9ecef0f;
}

.top_bar_content-item .contact-info__item:hover .dropdown-menu {
	top: 100%;
	visibility: visible;
	transition: .5s;
	opacity: 1;
}

.top_bar_content-item .contact-info__item .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

#primary.site-main {
    padding: 100px 0 100px 0;
}

#primary.site-main.site-inner__search {
    padding: 0;
}

.offer-wrap.site-inner.site-inner-search {
    height: 50vh;
    min-height: 460px;
}

.offer-wrap.site-inner.site-inner-search h1 {
    font-size: 42px;
}

#primary.site-main .articles-post .post-thumb__accessories {
    position: relative;
    margin-right: 50px;
}

#primary.site-main .articles-post .post-thumb__accessories img {
    width: 100%;
    height: 539px;
    border-radius: 5px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

#primary.site-main .articles-post .post-thumb__accessories .accessories-img__frame {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -5%;
    left: -5%;
    border: 1px solid #366EEF;
    border-radius: 5px;
    z-index: -1;
}

#primary.site-main .articles-post .entry-content figure img {
    border-radius: 5px;
}

/*** Modal ***/
#searchModal .modal-dialog.modal-fullscreen .modal-content {
    background: rgba(25, 33, 48, 0.98);
}

#searchModal .modal-dialog.modal-fullscreen .modal-content .modal-body .input-group {
    display: block;
    max-width: 600px;
}

#searchModal .modal-dialog.modal-fullscreen .modal-content .modal-body .input-group form {
    position: relative;
}

#searchModal .modal-dialog.modal-fullscreen .modal-content .modal-body .input-group form input {
    max-width: 600px;
}

#searchModal .modal-dialog.modal-fullscreen .modal-content .modal-body .input-group form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#staticBackdrop.modal .modal-content,
#staticBackdrop-2.modal .modal-content {
    background-color: #192130;
    padding: 40px 30px 50px 30px;
}

#staticBackdrop.modal .modal-content .modal-header,
#staticBackdrop-2.modal .modal-content .modal-header {
    border-bottom: none;
    padding: 0rem 1rem;
}

#staticBackdrop.modal .modal-content .modal-header .btn-close,
#staticBackdrop-2.modal .modal-content .modal-header .btn-close {
    color: #fff;
    background: transparent url(../img/close-ico.svg) center/1em auto no-repeat;
}

#staticBackdrop.modal .modal-content .from-wrapper .from-box,
#staticBackdrop-2.modal .modal-content .from-wrapper .from-box {
    margin-left: 0;
}

#primary.site-main .navigation.post-navigation {
    display: none;
}

.property-pagination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 45px 0 0 0;
}

.property-pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ed0505a3;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 6px;
    border-radius: 3px;
}
.property-pagination a:hover {
    background: #ED0505;
    border-color: #ED0505;
    color: #ffffff;
}

.property-pagination .pagination span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background: #ED0505;
    border-color: #ED0505;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}

/*** Button ***/
.wrap-btn {
    position: relative;
    top: 0;
    left: 0;
    width: 227px;
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-btn a,
.wrap-btn button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    font-weight: 400px;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
}

.wrap-btn:hover a,
.wrap-btn:hover button {
    letter-spacing: 2px;
}

.wrap-btn a::before,
.wrap-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}

.wrap-btn:hover a::before,
.wrap-btn:hover button::before {
    transform: skewX(45deg) translate(200px);
}

.wrap-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 3px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.wrap-btn:hover::before /*lightup button*/ {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 3px;
}

.wrap-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 3px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.wrap-btn:hover::after /*lightup button*/ {
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 3px;
}

.wrap-btn::before,
.wrap-btn::after {
    background: #ED0505;
    box-shadow: 0 0 5px #ED0505, 0 0 15px #ED0505, 0 0 30px #ED0505,
    0 0 60px #ED0505;
}

.wrap-btn.wrap-btn__blue::before,
.wrap-btn.wrap-btn__blue::after {
    background: #1856E4;
    box-shadow: 0 0 5px #1856E4, 0 0 15px #1856E4, 0 0 30px #1856E4,
    0 0 60px #1856E4;
}

#error-page {
    padding: 340px 0 144px 0;
}

.error-404 h1 {
    font-size: 120px;
    font-weight: bold;
    line-height: 80px;
    color: #fff;
}

.error-404 h1 i {
    padding: 5px;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.20);
    font-size: 180px;
    color: #ED0505;
}

.error-404 h4 {
    line-height: 40px;
    font-size: 24px;
    color: #fff;
}

.error-404 p {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.error-404 .go-back {
    margin-top: 62px
}

.error-404 .go-back a {
    background-color: transparent;
    border: 1px solid #ED0505;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 22px 56px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}

.error-404 .go-back a:hover {
    background-color: #ED0505;
    color: #fff;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    color: #fff;
}

/* Контейнер для чекбокса и текста */
.checkbox-container {
margin-top: 15px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  user-select: none; /* чтобы текст не выделялся при клике */
}

.checkbox-container a {
color: #ed0505;}

/* Скрываем стандартный чекбокс */
.checkbox-container input[type="checkbox"] {
  display: none;
}

/* Стиль для псевдоэлемента, который будет выглядеть как чекбокс */
.checkbox-custom {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  transition: border-color 0.2s;
  display: inline-block;
	margin-top: 6px;
}

/* Создаем галочку внутри чекбокса при выборе */
.checkbox-container:has(input[type="checkbox"]:checked) .checkbox-custom::after {
      content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border: solid #000;
    background-color: #999;
    border-width: 0 2px 2px 0;
}

/* Меняем цвет рамки при наведении */
.checkbox-container:hover .checkbox-custom {
  border-color: #333;
}

.checkbox-container br {
	display: none !important;
}

.wpcf7 br {
display: none;}

.cdek-section__block {
    padding: 100px 0 50px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.cdek-section__block h5, .cdek-center {
    text-align: center;
}

.cdek-section__block .from-wrapper .from-box {
    margin-left: 0;
}