
@font-face {
  font-family: intro;
  src: url(../fonts/Intro/Intro.ttf), url(../fonts/Intro/Intro.eot),
    url(../fonts/Intro/Intro.woff), url(../fonts/Intro/Intro.woff2);
}

@font-face {
  font-family: intro;
  src: url(../fonts/Intro/Intro-Black.ttf), url(../fonts/Intro/Intro-Black.eot),
    url(../fonts/Intro/Intro-Black.woff), url(../fonts/Intro/Intro-Black.woff2);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: intro;
  src: url(../fonts/Intro/Intro-Bold.ttf), url(../fonts/Intro/Intro-Bold.eot),
    url(../fonts/Intro/Intro-Bold.woff), url(../fonts/Intro/Intro-Bold.woff2);
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/Intro/Intro-Light-Alt.woff2") format("woff2"),
    url("../fonts/Intro/Intro-Light-Alt.woff") format("woff"),
    url("../fonts/Intro/Intro-Light-Alt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent: #0c78e7;
  --text: #555;
  --dtext: #fff;
  --daccent: #0c45e7;
  --bg: #111;
}

::placeholder {
  color: #777;
}

::selection {
  background-color: var(--accent);
  color: #fff;
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

body {
  min-width: 320px;
  font-size: 16px;
  min-width: 320px;
  font-weight: bold;
  line-height: 1.65;
  font-family: "intro", sans-serif;
  color: var(--text);
}

body input,
body textarea {
  border: #777 1px solid;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

b,
strong {
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

.section_dark {
  background-color: var(--bg);
  color: var(--dtext);
}
.section_color {
  color: var(--dtext);
}
.section_light {
  background-color: #fff;
}
h2 {
  font-weight: 900;
  font-size: 34px;
  text-transform: capitalize;
  line-height: 1.3;
}

header,
.site_social_share {
  position: fixed;
}
header,
header a {
  width: 100%;
  z-index: 3;
  color: var(--dtext);
}
.header_fixed {
  z-index: 4;
  position: relative;
}
.header_fixed.black,
.header_fixed.black a {
  color: var(--text);
}
.flex_row {
  display: flex;
  justify-content: space-between;
}
.brand {
  position: relative;
  padding-top: 15px;
  width: 40px;
}
.brand a {
  transition: all 0.6s ease;
  display: block;
  position: relative;
}
.brand_home a {
  opacity: 0;
}
.brand_home.active a {
  opacity: 1;
}
.brand a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.brand a .img_white {
  z-index: 1;
}
.brand.black a .img_white {
  z-index: 0;
}
.menu {
  display: flex;
  align-items: center;
}
.hot ul {
  display: flex;
}
.hot ul li {
  padding-right: 40px;
}
.hot ul li a {
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.hamburger {
  margin-top: 10px;
}

.hamburger-inner.black,
.hamburger-inner.black::before,
.hamburger-inner.black::after {
  background-color: var(--text);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;
  background-color: var(--dtext);
  border-radius: 1px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--dtext);
}

.hamburger-inner {
  height: 4px;
}

.hamburger-inner::before,
.hamburger-inner::after {
  height: 4px;
}

.menu_hidden {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bg);
  font-weight: bold;
  transition: all 0.4s ease;
  transform: translateY(100%);
}
.menu_hidden.open {
  transform: translateY(0);
}
.menu_hidden_content,
.hidden_main_menu ul,
.hidden_secondary_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.hidden_main_menu ul,
.hidden_secondary_menu {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.menu_hidden_content {
  justify-content: space-around;
  -ms-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 110px 110px;
}
.hidden_main_menu {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 2;
}
.hidden_main_menu ul {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.hidden_secondary_menu {
  justify-content: space-between;
  padding-top: 10px;
}
.menu_hidden_block {
  margin-bottom: 40px;
}

/*
/*social*/
.site_social_share {
  top: 30%;
  right: 0;
  z-index: 2;
  display: block;
}

.site_social_share ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.site_social_share a {
  padding: 10px 20px;
  font-size: 20px;
}
.site_social_share.black a {
  color: var(--text);
}
.share_ok a,
.share_vk a,
.share_facebook a,
.share_telegram a {
  color: var(--dtext);
  transition: all 0.1s ease;
}
.share_ok.black a,
.share_vk.black a,
.share_facebook.black a,
.share_telegram.black a {
  color: var(--text);
}
.number {
  font-size: 500px;
}

/*first black section*/
.main_header {
  position: relative;
}

.main_video {
  display: flex;
  justify-content: flex-end;
}

.main_video video {
  width: 900px;
  margin: 80px 0 80px;
  opacity: 0.5;
}

.main_header_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}
.main_header_text .branding {
  padding-top: 55px;
}
.branding .logo img {
  width: 250px;
}

.text_video {
  padding: 25px 0 0 80px;
}

.text_video span {
  color: var(--dtext);
  display: block;
}

.text_video_first {
  font-weight: bold;
  font-size: 58px;
}

.text_video_second {
  font-size: 78px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.main_video_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.main_video_link a {
  font-size: 30px;
  padding: 20px;
  border: 1px solid var(--dtext);
  line-height: 1;
  border-radius: 10em;
  color: var(--dtext);
  transition: all ease 0.3s;
}
.main_video_link a:hover {
  background-color: var(--dtext);
  color: var(--text);
}
/*end first black section*/

/*section 01*/
.section {
  overflow: hidden;
}
.section_01 {
  position: relative;
}

.container_01 {
  padding: 80px;
}

.section_01 .container_01 .number {
  position: absolute;
  top: 0;
  left: -10%;
  line-height: 1;
  z-index: 0;
  opacity: 0.1;
}

.section_01 .container_01 .block_01 {
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.block_01 p {
  font-size: 34px;
}
.section_01 .container_01 .block_01 h2 {
  margin-bottom: 20px;
}

.section_01 .container_01 .block_01_number {
  color: var(--accent);
}

.section_01 .container_01 .block_01 p {
  font-weight: bold;
  animation-delay: 350ms;
}

/*end section 01*/

/*section 02*/
.section_02 {
  position: relative;
}

.container_02 {
  padding: 80px 80px 80px 80px;
}

.container_02 .number {
  position: absolute;
  top: 0;
  right: -10%;
  line-height: 1;
  z-index: 0;
  opacity: 0.1;
}

.block_02 {
  z-index: 1;
}

.block_02_text {
  padding-left: 25px;
  padding-bottom: 0;
}
.block_02_video {
  padding-right: 25px;
}
.block_02_video video {
  position: relative;
  width: 100%;
}

.block_02 h2 {
  margin-bottom: 20px;
}

.block_02_number {
  color: var(--accent);
}

.block_02 p {
  font-family: "intro";
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
}

/*end section 02*/

/*section 03*/
.section_03 {
  position: relative;
}
.container_03 {
  padding: 80px 80px 80px 80px;
}
.container_03 .number {
  position: absolute;
  top: 0;
  left: -10%;
  line-height: 1;
  z-index: 0;
  opacity: 0.06;
}

.container_03 h2 {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.block_03 {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
}
.block_03_number {
  color: var(--accent);
}

.block_03 .big {
  font-size: 100px;
  line-height: 1;
}
.block_03 .small {
  font-size: 20px;
}

.testimonials {
  margin-bottom: 30px;
  text-align: center;
}
/*end section 03*/

/*section 04*/
.section_04 {
  position: relative;
}
.header_04 {
  padding: 80px 0 50px 80px;
}
.section_04 .number {
  position: absolute;
  top: 0;
  left: -10%;
  line-height: 1;
  z-index: 0;
  opacity: 0.1;
}

.container_04 h2 {
  margin-bottom: 20px;
}

.block_04_number {
  color: var(--accent);
}
.block_04 {
  position: relative;
  background-color: #111;
  background-image: url(../img/love.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.block_04 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
  opacity: 0.6;
}
.container_041 {
  padding: 80px;
  z-index: 1;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.item {
  margin-bottom: 40px;
}
.item:nth-child(2) {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
}
.item:nth-child(3) {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}
.item h4 {
  font-size: 60px;
}
.item span {
  font-size: 40px;
  font-weight: bold;
}
.item::last-child {
  margin-bottom: 0;
}
/*end section 04*/

/*section 05*/
.section_05 {
  position: relative;
}

.container_05 {
  padding: 80px;
}

.container_05 .number {
  position: absolute;
  top: -10%;
  left: -10%;
  line-height: 1;
  z-index: 0;
  opacity: 0.1;
  animation-duration: 1s;
}

.container_05 h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.block_05_number {
  color: var(--accent);
}

.block_05 {
  position: relative;
  z-index: 1;
}
.block_05_wrap {
  position: relative;
  width: 360px;
  margin: auto;
}
.partners {
  z-index: 2;
}
.partners .slick-track {
  display: flex;
  align-items: center;
}
.partners_item {
  position: relative;
}
.partners_item img {
  width: 100px;
}
.arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  height: 60px;
}
.arrows .prev,
.arrows .next {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  cursor: pointer;
}
.arrows .prev {
  left: -40px;
}
.arrows .next {
  right: -40px;
}
/*end section 05*/

/*section 06*/
.section_06 {
  position: relative;
}

.container_06 {
  padding: 80px 80px 80px 80px;
}

.container_06 .number {
  position: absolute;
  top: 0;
  right: -5%;
  line-height: 1;
  z-index: 0;
  opacity: 0.1;
}

.container_06 h2 {
  margin-bottom: 60px;
}

.block_06_number {
  color: var(--accent);
}
/*new style*/
.block_06 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.program_item {
  width: 45%;
  margin: 0 2.5%;
}

.direction {
  position: relative;
  margin: 0 auto 35px;
  max-width: 500px;
}

.direction_img img {
  width: 100%;
}
.direction_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: end;
}
.direction_text h5 {
  font-size: 18px;
  color: #fff;
}
.direction_text p {
  margin-bottom: 0;
}
.direction_text:hover {
  opacity: 1;
  top: 0;
  left: 0;
  background-color: var(--daccent);
  justify-content: center;
}
.direct_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.direct_button a {
  display: inline-block;
  padding: 20px;
  border-radius: 10em;
  border: 1px solid var(--dtext);
  line-height: 1;
  color: var(--dtext);
  font-size: 20px;
  transition: all 0.2s ease;
}
.direct_button a:hover {
  border: 1px solid var(--accent);
  color: var(--accent);
  background-color: var(--dtext);
}
.block_06_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.see_all .fa {
  font-size: 19px;
}
/*end section 06*/

/*section 07*/
.section_07 {
  position: relative;
  background-color: var(--daccent);
  color: var(--dtext);
}
.container_07 {
  padding: 80px;
}
.section_07 .number {
  position: absolute;
  top: 0;
  right: -10%;
  line-height: 1;
  z-index: 0;
  opacity: 0.1;
}

.container_07 h2 {
  margin-bottom: 60px;
}

.block_07 {
  position: relative;
  font-weight: bold;
}
.reviews_item {
  padding: 0 25px;
}
.reviews_item .text {
  margin-bottom: 20px;
  min-height: 290px;
  font-weight: bold;
}
.reviews_item li {
  font-weight: 300;
  display: block;
}
.arrows_reviews {
  position: absolute;
  top: 50%;
  left: -5%;
  right: -5%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.arrows_reviews .prev,
.arrows_reviews .next {
  cursor: pointer;
}
.arrows_reviews .prev,
.arrows_reviews .next .fa {
  font-size: 70px;
}
.arrows_reviews .prev,
.arrows_reviews .fa {
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

.arrows_reviews .next {
  right: 0;
}
/*end section 07*/

/*section 08*/
.section_08 {
  position: relative;
  min-height: 700px;
}
.container_08 {
  padding: 80px;
}
.section_08 .number {
  position: absolute;
  top: 0;
  left: -10%;
  line-height: 1;
  z-index: 0;
  opacity: 0.1;
}

.container_08 h2 {
  margin: 60px 0 60px;
}
.container_08 .content {
  z-index: 2;
  position: relative;
}
.block_08_number {
  color: var(--accent);
  z-index: 0;
}
.block_08 {
  position: relative;
  font-weight: bold;
  padding-right: 40px;
}
.block_08_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  padding-top: 80px;
}
.block_08_img img {
  width: 100%;
}
.block_08_text {
  font-size: 20px;
}
.block_08_text .phone {
  display: block;
  margin-top: 10px;
}
.block_08_button {
  margin-top: 60px;
}
.block_08_button a {
  color: var(--text);
  border: 1px solid var(--text);
  padding: 10px 30px;
  border-radius: 10em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block_08_button a:hover {
  color: var(--dtext);
  border-color: var(--dtext);
  background-color: var(--daccent);
  text-decoration: none;
}

/*end section 08*/

/*footer*/
footer,
footer a {
  line-height: 2;
  font-weight: bold;
  letter-spacing: 1px;
}
footer a {
  color: var(--dtext);
  font-weight: bold;
}
.container_footer {
  padding: 20px 0;
}
.footer_brand {
  margin-bottom: 30px;
  font-size: 24px;
}
.footer_brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: start;
}
.footer_brand .logo {
  width: 100px;
  margin-right: 10px;
}
.footer_brand .logo img {
  width: 100%;
}
.footer_brand .site_name {
  line-height: 1;
  padding-top: 5px;
}
.footer_content {
  border-bottom: 1px solid var(--dtext);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.footer_content .footer_menu {
  font-size: 22px;
}
.footer_content .footer_menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.footer_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer_column {
  padding-right: 50px;
}
.footer_block {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.footer_block .header {
  font-size: 22px;
}
.find_us_text span {
  display: block;
  line-height: 1;
  margin-bottom: 2px;
}
.follow_us_text ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.follow_us_text ul li {
  margin-right: 15px;
}
.follow_us_text a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--bg);
  border-radius: 10em;
  transition: all ease 0.3s;
}
.follow_us_text a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--daccent);
}
.get_closer_menu {
  display: flex;
  align-items: start;
  flex-direction: column;
}
/*end footer*/

/*SECTION IMAGE*/

.image_header {
  position: relative;
  height: 600px;
}
.image_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.image_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 80px 80px;
}
.image_title h3 span {
  display: block;
}
.image_title h3 .small {
  font-weight: bold;
  font-size: 68px;
}
.image_title h3 .big {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 68px;
}

/*PAGE PROGRAMS/////////////////////////////////////////////////////////////////////*/
.programs_first_section {
  position: relative;
  overflow: hidden;
}
.programs_first_section .img {
  position: absolute;
  left: -22%;
  top: 50%;
  opacity: 0.5;
  width: 45%;
  transform: translateY(-50%);
}
.programs_first_section .img img {
  width: 100%;
}
.section .programs_text p {
  font-size: 28px;
  padding-bottom: 0;
}
.programs_item {
  display: block;
}
.section .programs_item .direction_text,
.section .program_item .direction_text {
  color: #fff;
}
.section.left .programs_text p,
.section.right .programs_item {
  padding-right: 5%;
  text-align: right;
}
.section.left .programs_item,
.section.right .programs_text p {
  padding-left: 5%;
}

.programs_second_section {
  position: relative;
  overflow: hidden;
}
.programs_second_section .img {
  position: absolute;
  right: -10%;
  bottom: 0;
  opacity: 0.5;
  width: 30%;
}
.programs_second_section .img img {
  width: 100%;
}
.programs_fourth_section .right .programs_text p,
.programs_fourth_section .left .programs_item {
  padding-left: 5%;
}
.programs_fourth_section .right .programs_item,
.programs_fourth_section .left .programs_text p {
  padding-right: 5%;
  text-align: right;
}

.programs_third_section {
  position: relative;
  overflow: hidden;
}
.programs_third_section .img {
  position: absolute;
  opacity: 0.5;
}
.programs_third_section .img img {
  width: 100%;
}
.programs_third_section .img_1 {
  right: 5%;
  top: 5%;
  width: 20%;
}
.programs_third_section .img_2 {
  left: 15%;
  bottom: 19%;
  width: 20%;
}

.programs_fourth_section {
  position: relative;
  overflow: hidden;
}
.programs_fourth_section .img {
  position: absolute;
  opacity: 0.3;
  right: 50%;
  top: -35%;
  width: 80%;
  transform: translateX(50%);
}
.programs_fourth_section .img img {
  width: 100%;
}

.programs_fifth_section {
  position: relative;
  overflow: hidden;
}
.programs_fifth_section .img {
  position: absolute;
  opacity: 0.5;
  right: 10%;
  bottom: 5%;
  width: 40%;
}
.programs_fifth_section .img img {
  width: 100%;
}

/*PAGE CONTACTS*/
.contacts_text_header {
  font-size: 52px;
  text-align: right;
  padding-right: 20px;
}
.contacts_list {
  padding-left: 20px;
  padding-bottom: 0;
}
.contacts_item_title,
.contacts_item a {
  display: block;
  font-size: 26px;
}
.contacts_item {
  padding-bottom: 20px;
}
.contacts_item a:hover {
  text-decoration: none;
}
.contacts_item .social_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
.contacts_item .social_list li {
  padding-right: 20px;
}

.contacts_second_section {
  position: relative;
}
.contacts_second_section .video video {
  width: 100%;
  display: block;
}
.address_block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 50%;
  padding: 80px;
  background-color: rgba(11, 11, 11, 0.8);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
.address_block .header_address {
  font-size: 52px;
  padding-bottom: 50px;
  display: block;
}
.address {
  font-size: 22px;
}
.programs_third_section iframe {
  height: 600px;
  display: block;
}

/*ABOUT PAGE*/
.about_second_section .about_button_container,
.about_fourth_section .about_button_container {
  text-align: right;
}
.button {
  cursor: pointer;
  z-index: 3;
}
.about_button_container {
  padding: 20px 80px 20px 80px;
}
.about_container {
  padding: 20px 80px 80px 80px;
}
.about_section .button_text {
  font-size: 34px;
  font-weight: 900;
}
.about_section .content {
  position: relative;
  font-size: 30px;
  z-index: 0;
  overflow: hidden;
}
.first_content,
.second_content,
.third_content,
.fourth_content,
.fifth_content {
  display: none;
}
.content .img {
  position: absolute;
}
.content .img img {
  width: 100%;
}
.first_content .img {
  width: 10%;
  top: 0;
  right: 10%;
  opacity: 0.1;
}
.second_content .img {
  bottom: 0;
  left: 0;
  width: 50%;
  opacity: 0.5;
}
.third_content .img {
  top: 0;
  left: 5%;
  right: 5%;
  opacity: 0.2;
}
.about_third_section {
  background-color: var(--daccent);
}

.about_fourth_section {
  background-color: #e5e9ec;
}

.about_treasure_header {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_treasure_text {
  font-size: 20px;
}
.treasure_img {
  width: 50%;
  opacity: 0.1;
  padding-bottom: 0;
}
.treasure_img img {
  width: 100%;
}
.about_fifth_section {
  background-color: #34495e;
}
.about_container_fifth {
  padding: 80px;
}
.first_block .about_container_fifth {
  padding: 30px 80px 80px;
}
.about_fifth_section .block:nth-child(even) {
  background-color: #586d82;
}
.about_fifth_section .block {
  position: relative;
}
.about_fifth_section .block .background {
  font-size: 400px;
  opacity: 0.1;
  position: absolute;
}

.about_fifth_section .block .background span {
  display: block;
  line-height: 1;
}

.about_fifth_section .first_block .background,
.about_fifth_section .third_block .background {
  top: 0;
  left: 0;
}
.about_fifth_section .second_block .background,
.about_fifth_section .fourth_block .background {
  top: 0;
  right: 0;
}
.about_fifth_section .fifth_block .background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: start;
}
.about_fifth_section .fifth_block .background span:nth-child(even) {
  align-self: end;
}

.about_fifth_section .sixth_block .background {
  right: 0;
  top: 0;
  width: 50%;
}
.about_fifth_section .seventh_block .background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.background img {
  width: 100%;
}

/*PROGRAM*/
.program_first_section {
  position: relative;
}
.program_second_section {
  position: relative;
}
.container_section {
  padding: 80px 80px;
}
.program_bg {
  position: absolute;
  opacity: 0.2;
  text-align: center;
  overflow: hidden;
}
.program_bg img {
  width: 100%;
}
.program_second_section .program_bg {
  bottom: 0;
  right: 0;
  width: 50%;
}
.program_first_section .program_bg {
  top: 0;
  left: 0;
  width: 50%;
}
.program_first_section .program_bg.churches__ministries,
.program_second_section .program_bg.churches__ministries,
.program_first_section .program_bg.counseling {
  width: 100%;
  top: 0;
}
.program_text_header {
  font-size: 35px;
  line-height: 1.6;
  font-weight: black;
  margin-bottom: 0;
  /*text-transform: uppercase;*/
}
.left .program_text_header,
.right .program_text {
  text-align: right;
  padding-right: 20px;
}
.right .program_text_header,
.left .program_text {
  padding-left: 20px;
}
.program_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.program_competencies {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.program_competencies p {
  font-size: 25px;
  width: 48%;
}
.program_competencies p:nth-child(even) {
  align-self: flex-end;
}
.program_competencies p:nth-child(odd) {
  text-align: right;
}

.section_color .overlay {
  background-color: rgba(57, 138, 215, 0.9);
}
.program_button {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  padding-top: 40px;
}
.program_button a {
  display: block;
  border: 1px solid var(--accent);
  padding: 10px 20px;
  border-radius: 10em;
  background-color: #fff;
  transition: all ease 0.3s;
}
.program_button a:hover {
  border: 1px solid #fff;
  background-color: var(--accent);
  color: #fff;
  text-decoration: none;
}
/*TCM*/
.program_bg.tcm {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tcm_header {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 30px;
  display: block;
}
.tcm_text {
  font-size: 30px;
}
.tcm_link {
  font-size: 30px;
}
.tcm_text .bold {
  font-weight: 900;
  margin-bottom: 30px;
  display: block;
}
.tcm_list li {
  margin-bottom: 15px;
}
.program_competencies span {
  display: block;
}
.program_competencies .name {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}
.program_competencies .text {
  font-weight: bold;
}

/* MEDIA QUERIES/////////////////////////////////////////////////////////////*/

@media (max-width: 1199.98px) {
  /*MAIN PAGE max-width: 1199.98px*/
  h2 {
    font-size: 30px;
  }
  .main_video video {
    width: 800px;
    margin: 80px 0 80px;
  }
  .text_video {
    padding: 70px 0 0 60px;
  }
  .text_video_first {
    font-size: 48px;
  }
  .text_video_second {
    font-size: 64px;
  }

  .block_01 p {
    font-size: 30px;
  }

  .block_02_text {
    padding-left: 0;
    padding-bottom: 25px;
  }
  .block_02_video {
    padding-right: 0;
  }
  .block_02 p {
    font-size: 30px;
  }

  .header_04 {
    padding: 60px 0 50px 80px;
  }
  .item {
    margin-bottom: 40px;
  }
  .item h4 {
    font-size: 50px;
  }
  .item span {
    font-size: 30px;
    font-weight: bold;
  }

  .section_08 {
    min-height: 581px;
  }
  .block_08_img {
    width: 570px;
  }

  /*PAGE PROGRAMS max-width: 1199.98px*/
  .section .programs_text p {
    font-size: 24px;
    padding-bottom: 0;
  }

  .programs_fourth_section .img {
    top: -15%;
  }
  /*PAGE CONTACTS max-width: 1199.98px*/

  .address_block .header_address {
    font-size: 45px;
    text-align: left;
  }
  /*PAGE ABOUTUS max-width: 1199.98px*/
  /*PROGRAM max-width: 1199.98px*/
}

@media (max-width: 991.98px) {
  /*MAIN PAGE max-width: 991.98px*/
  .brand a {
    opacity: 1;
  }
  .main_header_text {
    justify-content: center;
  }
  .branding a {
    display: none;
  }
  .text_video {
    padding: 30px 0 30px 0;
  }
  .main_header_text.container {
    padding: 0 0 0 60px;
  }

  .container_01 {
    padding: 60px;
  }
  .section_01 .container_01 .block_01 {
    font-size: 30px;
  }

  .container_02 {
    padding: 60px;
  }
  .block_02 {
    padding-bottom: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .block_02_video {
    order: 1;
  }
  .block_02_video {
    width: 100%;
  }
  .block_02_text {
    padding-left: 0;
    padding-bottom: 40px;
    order: 0;
    width: 100%;
  }
  .block_02 h2 {
    margin-bottom: 20px;
  }
  .block_02 p {
    font-size: 30px;
  }

  .container_03 {
    padding: 60px 60px 30px;
  }
  .container_03 h2 {
    margin-bottom: 60px;
  }
  .block_03 .big {
    font-size: 100px;
  }
  .block_03 .small {
    font-size: 20px;
  }
  .testimonials {
    margin-bottom: 30px;
  }

  .container_03 {
    padding: 60px 60px;
  }
  .header_04 {
    padding: 50px 0 40px 60px;
  }
  .container_041 {
    padding: 60px;
  }
  .item {
    margin-bottom: 30px;
  }
  .item h4 {
    font-size: 50px;
  }
  .item span {
    font-size: 30px;
    font-weight: bold;
  }

  .container_05 {
    padding: 60px 60px;
  }
  .container_05 h2 {
    margin-bottom: 40px;
  }
  .block_05_wrap {
    width: 360px;
  }

  .container_06 {
    padding: 60px;
  }
  .container_06 h2 {
    margin-bottom: 60px;
  }
  .direction {
    margin: 0 auto 35px;
    max-width: 400px;
  }
  .direction_text {
    padding: 15px;
    font-size: 14px;
    line-height: 1;
  }
  .direct_button a {
    padding: 10px;
    line-height: 1;
    font-size: 20px;
  }

  .container_07 {
    padding: 60px;
  }

  .section_08 {
    min-height: 700px;
  }
  .container_08 {
    padding: 60px;
  }
  .container_08 h2 {
    margin: 0 0 20px;
  }
  .block_08 {
    padding-right: 0;
  }
  .block_08_img {
    position: relative;
    top: 0;
    right: 0;
    width: 500px;
    padding-top: 40px;
    margin: auto;
  }
  .block_08_text {
    font-size: 20px;
  }
  .block_08_text .phone {
    display: block;
    margin-top: 10px;
  }

  /*SECTION IMAGE*/
  .image_title {
    padding: 80px 60px;
  }
  .image_title h3 .big {
    font-size: 50px;
  }
  /*PAGE PROGRAMS max-width: 991.98px*/
  .container_section {
    padding: 60px 60px;
  }
  .programs_first_section .img {
    left: -50%;
    width: 100%;
  }
  .section .programs_text p {
    padding-bottom: 25px;
  }
  .section.left .programs_text p,
  .section .left .programs_text p {
    padding-right: 0;
    text-align: left;
  }
  .section.left .programs_item,
  .section .left .programs_item {
    padding-left: 0;
  }

  .programs_second_section .img {
    right: 20%;
    bottom: 0;
    width: 70%;
  }
  .section.right .programs_text p,
  .section .right .programs_text p {
    padding-left: 0;
  }
  .section.right .programs_item,
  .section .right .programs_item {
    padding-right: 0;
  }

  .programs_third_section .img_1 {
    right: 5%;
    top: 5%;
    width: 30%;
  }
  .programs_third_section .img_2 {
    left: 5%;
    bottom: 5%;
    width: 30%;
  }

  .programs_fourth_section .img {
    top: 0%;
    width: 120%;
  }
  /*PAGE CONTACTS max-width: 991.98px*/
  .contacts_text_header {
    text-align: left;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .contacts_list {
    padding-left: 0;
  }

  .address_block .header_address {
    font-size: 40px;
    padding-bottom: 0;
  }
  /*PAGE ABOUTUS max-width: 991.98px*/
  .about_button_container {
    padding: 20px 60px 20px 60px;
  }
  .about_container {
    padding: 20px 60px 60px 60px;
  }

  .about_section .button_text {
    font-size: 30px;
  }
  .about_section .content {
    font-size: 26px;
  }
  .first_content .img {
    width: 30%;
  }
  .treasure_img {
    padding-bottom: 20px;
  }
  .about_fifth_section .block .background {
    font-size: 200px;
  }
  /*PROGRAM max-width: 991.98px*/
  .left .program_text_header,
  .right .program_text {
    text-align: left;
    padding-right: 0;
  }
  .right .program_text_header,
  .left .program_text {
    padding-left: 0;
  }
  .program_text_header {
    margin-bottom: 30px;
  }

  /*TCM*/
  .tcm_header {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .tcm_text {
    font-size: 26px;
  }
  .tcm_link {
    font-size: 26px;
  }
  .program_competencies .name {
    margin-bottom: 15px;
  }
  .program_competencies .text {
    font-weight: bold;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
  }
  .number {
    font-size: 400px;
  }

  .hot {
    display: none;
  }
  .hamburger {
    padding: 15px 0;
  }

  .menu_hidden_content {
    padding: 70px 50px;
  }
  .hidden_main_menu {
    font-size: 24px;
  }
  .menu_hidden_block {
    margin-bottom: 20px;
  }

  .site_social_share {
    display: none;
  }
  .main_video {
    display: block;
  }
  .main_video video {
    width: 100%;
    margin: 80px 0 80px;
  }

  .main_header_text.container {
    padding: 0 0 0 40px;
  }
  .text_video {
    padding: 30px 0 0 0;
  }
  .text_video_first {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 38px;
  }
  .text_video_second {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .container_01 {
    padding: 40px;
  }
  .section_01 .container_01 .block_01 {
    font-size: 26px;
  }
  .block_01 p {
    font-size: 26px;
  }

  .container_02 {
    padding: 40px;
  }
  .block_02_text {
    padding-bottom: 40px;
  }
  .block_02 h2 {
    margin-bottom: 20px;
  }
  .block_02 p {
    font-size: 26px;
  }

  .container_03 {
    padding: 60px 40px 30px;
  }
  .container_03 h2 {
    margin-bottom: 40px;
  }
  .block_03 .big {
    font-size: 80px;
  }
  .block_03 .small {
    font-size: 18px;
  }

  .header_04 {
    padding: 40px 0 30px 40px;
  }
  .container_041 {
    padding: 40px;
  }
  .item {
    margin-bottom: 30px;
  }
  .item h4 {
    font-size: 37px;
    line-height: 1;
    margin-bottom: 0;
  }
  .item span {
    font-size: 20px;
    font-weight: bold;
  }

  .container_05 {
    padding: 40px 40px;
  }
  .container_05 h2 {
    margin-bottom: 40px;
  }
  .block_05_wrap {
    width: 300px;
  }

  .reviews_item .text {
    font-size: 14px;
  }

  .container_06 {
    padding: 40px;
  }
  .program_item {
    width: 90%;
    margin: 0 5%;
  }
  .container_07 {
    padding: 40px;
  }
  .container_08 {
    padding: 40px;
  }
  .container_footer {
    padding: 40px 0;
  }
  .footer_brand {
    justify-content: center;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .footer_brand .logo {
    width: 50px;
    margin-right: 20px;
  }
  .footer_content {
    justify-content: space-around;
  }
  .footer_content .footer_menu {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .footer_content .footer_menu ul {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .footer_info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footer_column {
    padding-right: 0;
  }
  .footer_block .header {
    -ms-align-items: center;
    align-items: center;
  }
  .footer_block .header {
    font-size: 22px;
    line-height: 2;
  }
  .find_us_text span {
    display: block;
    line-height: 1;
    margin-bottom: 2px;
  }
  .follow_us_text ul li {
    margin-right: 15px;
  }

  /*SECTION IMAGE*/
  .image_header {
    height: 400px;
  }
  .image_title {
    padding: 80px 40px;
  }
  .image_title h3 .big {
    font-size: 40px;
  }

  /*PAGE PROGRAMS max-width: 767.98px*/
  .container_section {
    padding: 40px 40px;
  }
  .section .programs_text p {
    font-size: 22px;
  }

  .programs_second_section .img {
    right: 10%;
    bottom: 10%;
    width: 70%;
  }

  .programs_third_section .img_1 {
    right: 5%;
    top: 5%;
    width: 30%;
  }
  .programs_third_section .img_2 {
    left: 0;
    bottom: 0;
    width: 80%;
  }

  .programs_fourth_section .img {
    width: 160%;
  }
  /*PAGE CONTACTS max-width: 767.98px*/

  .contacts_text_header {
    font-size: 30px;
  }
  .address_block {
    padding: 40px;
  }
  .address_block .header_address {
    font-size: 30px;
  }

  .programs_third_section iframe {
    height: 600px;
  }
  /*PAGE ABOUTUS max-width: 767.98px*/
  .second_content .img {
    width: 100%;
  }
  .about_button_container {
    padding: 20px 30px 20px 30px;
  }
  .about_container {
    padding: 20px 30px 30px 30px;
  }

  .about_section .button_text {
    font-size: 24px;
  }
  .about_section .content {
    font-size: 18px;
  }
  /*PROGRAM max-width: 767.98px*/

  .program_text_header {
    font-size: 25px;
  }
  .program_competencies {
    -ms-align-items: center;
    align-items: center;
  }
  .program_competencies p {
    font-size: 25px;
    width: 100%;
    padding-bottom: 30px;
  }
  .program_competencies p:nth-child(even) {
    align-self: center;
  }
  .program_competencies p:nth-child(odd) {
    text-align: left;
  }

  .tcm_header {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .tcm_text {
    font-size: 20px;
  }
  .tcm_link {
    font-size: 20px;
  }
}

@media (max-width: 479.98px) {
  h2 {
    font-size: 20px;
  }

  .menu_hidden_content {
    padding: 50px 20px;
  }
  .hidden_main_menu {
    font-size: 17px;
  }
  .menu_hidden_block {
    margin-bottom: 20px;
  }
  .number {
    font-size: 250px;
  }

  .branding .logo img {
    width: 100px;
  }
  .main_header_text .branding {
    padding-top: 20px;
    padding-left: 20px;
  }
  .text_video {
    padding: 15px 0 0 20px;
  }
  .text_video_first {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .text_video_second {
    font-weight: 900;
    text-transform: uppercase;
  }
  .main_video_link {
    padding: 10px;
    padding-right: 20px;
  }
  .main_video_link a {
    padding: 10px;
  }

  .section_01 .container_01 .block_01 {
    font-size: 20px;
    line-height: 1.3;
  }
  .section_01 .container_01 .block_01 h2 {
    margin-bottom: 20px;
  }
  .block_01 p {
    font-size: 18px;
  }

  .block_02_text {
    padding-bottom: 20px;
  }
  .block_02 h2 {
    margin-bottom: 20px;
  }
  .block_02 p {
    font-size: 20px;
  }

  .container_03 h2 {
    margin-bottom: 40px;
  }
  .block_03 .big {
    font-size: 30px;
  }
  .block_03 .small {
    font-size: 10px;
  }

  .item {
    margin-bottom: 30px;
  }
  .item h4 {
    font-size: 22px;
  }
  .item span {
    font-size: 14px;
  }

  .container_05 h2 {
    margin-bottom: 40px;
  }
  .block_05_wrap {
    width: 100px;
  }

  .partners_item img {
    width: 80px;
  }
  .arrows {
    top: 59%;
  }
  .arrows .prev,
  .arrows .next {
    font-size: 40px;
  }

  .container_06 h2 {
    margin-bottom: 50px;
  }

  .direction {
    margin: 0 auto 35px;
    max-width: 300px;
  }
  .direction_text {
    padding: 10px;
    font-size: 10px;
    line-height: 1;
  }
  .direct_button a {
    padding: 7px;
    line-height: 1;
    font-size: 16px;
  }
  .direction_text h5 {
    font-size: 14px;
  }

  .section_08 {
    min-height: 100px;
  }
  .block_08_img {
    width: 350px;
    padding-top: 40px;
    margin: auto;
  }
  .block_08_text {
    font-size: 20px;
  }
  .block_08_text .phone {
    display: block;
    margin-top: 10px;
  }

  .footer_content .footer_menu {
    font-size: 14px;
  }
  .footer_block {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .footer_block .header {
    margin-bottom: 0;
    font-size: 16px;
  }

  /*SECTION IMAGE*/
  .image_header {
    height: 350px;
  }
  .image_title h3 .big {
    font-size: 32px;
  }

  /*PAGE PROGRAMS max-width: 479.98px*/
  .programs_first_section .img {
    left: -150%;
    width: 200%;
  }
  .section .programs_text p {
    font-size: 18px;
  }

  .programs_second_section .img {
    right: 10%;
    bottom: 30%;
    width: 70%;
  }
  /*PAGE CONTACTS max-width: 479.98px*/

  .contacts_text_header {
    font-size: 28px;
  }
  .contacts_item_title,
  .contacts_item a {
    font-size: 22px;
  }
  .address_block {
    padding: 30px;
  }
  .address_block .header_address {
    font-size: 20px;
  }
  /*PAGE ABOUTUS max-width: 479.98px*/

  .about_fifth_section .block .background {
    font-size: 150px;
  }
  /*PROGRAM max-width: 479.98px*/

  .program_competencies p {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .tcm_header {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tcm_text {
    font-size: 18px;
  }
  .tcm_link {
    font-size: 18px;
  }
}
/*END OF MEDIA QUERIES*/

/*WOW////////////////*/

.direction.d1 {
  animation-delay: 250ms;
}

.test {
  padding: 80px;
}
.text {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.extra {
  font-weight: 900;
}
