<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "OpenSans";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
}

@font-face {
  font-family: "Bloggersans";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/BloggersansLight/BloggersansLight.eot");
  src: url("../fonts/BloggersansLight/BloggersansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BloggersansLight/BloggersansLight.woff") format("woff"), url("../fonts/BloggersansLight/BloggersansLight.ttf") format("truetype");
}

@font-face {
  font-family: "Bloggersans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/BloggersansRegular/BloggersansRegular.eot");
  src: url("../fonts/BloggersansRegular/BloggersansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BloggersansRegular/BloggersansRegular.woff") format("woff"), url("../fonts/BloggersansRegular/BloggersansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Bloggersans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/BloggersansMedium/BloggersansMedium.eot");
  src: url("../fonts/BloggersansMedium/BloggersansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/BloggersansMedium/BloggersansMedium.woff") format("woff"), url("../fonts/BloggersansMedium/BloggersansMedium.ttf") format("truetype");
}

@font-face {
  font-family: "Bloggersans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/BloggersansBold/BloggersansBold.eot");
  src: url("../fonts/BloggersansBold/BloggersansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BloggersansBold/BloggersansBold.woff") format("woff"), url("../fonts/BloggersansBold/BloggersansBold.ttf") format("truetype");
}

@font-face {
  font-family: "Intro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Intro/Intro.eot");
  src: url("../fonts/Intro/Intro.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro/Intro.woff") format("woff"), url("../fonts/Intro/Intro.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Roboto-Light/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype");
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  overflow-x: hidden;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "OpenSans", sans-serif;
}

body.no_scroll {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.contain {
  max-width: 1395px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.body_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#footer_boss {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #1a1a1a;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 0;
  position: relative;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.main_header {
  -webkit-box-shadow: 0 0 100px 40px white;
          box-shadow: 0 0 100px 40px white;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.main_header .contain {
  position: relative;
}

.header_wrap_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_logo_1 {
  max-width: 195px;
  padding-top: 25px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.header_logo_1 img {
  top: -5px;
  position: relative;
  z-index: 1;
  max-width: 115px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.header_logo_1:before {
  content: '';
  bottom: -12px;
  width: 100%;
  height: 195px;
  left: 0;
  background: #000;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(90deg) skew(7deg);
      -ms-transform: rotate(90deg) skew(7deg);
          transform: rotate(90deg) skew(7deg);
}

.button_5 {
  letter-spacing: 1px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 20px 20px 20px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
  width: 100%;
  font-family: "OpenSans", sans-serif;
}

.button_5:hover {
  border-color: #E60086;
}

.button_5:active {
  top: 3px;
  border-color: #fff;
}

.top_block {
  background-color: #235A8E;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 200;
  padding: 15px 0;
}

.pink_block {
  background-color: #E60086;
  padding: 40px 0;
}

.pink_block p {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Intro", sans-serif;
  margin-right: 5rem;
}

.pink_block .contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social_2 {
  background-color: #000;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  display: inline-block;
  position: relative;
}

.social_2 svg {
  position: absolute;
  width: 28px;
  fill: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.social_2:hover svg {
  fill: #E60086;
}

.social_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social_block .social_2 {
  margin-right: 5px;
}

.shows_block {
  background-color: #000;
  padding: 40px 0 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.shows_block:before {
  content: '';
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  width: 150%;
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 0 70px 150px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 70px 150px rgba(255, 255, 255, 0.1);
}

.shows_block .button_5 {
  max-width: 250px;
}

.shows_block .center {
  margin-top: 7rem;
}

.name_3 {
  font-family: "Intro", sans-serif;
  font-size: 4rem;
}

.slider_shows_wrap {
  position: relative;
  color: #fff;
}

.slider_shows_wrap .nav_style_2 .owl-prev {
  left: -50px;
}

.slider_shows_wrap .nav_style_2 .owl-next {
  right: -50px;
}

.show_elem .img {
  position: relative;
  width: 100%;
  padding-bottom: 140%;
  overflow: hidden;
}

.show_elem .img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  max-height: 100% !important;
  -webkit-transition: opacity .4s, -webkit-transform .3s !important;
  transition: opacity .4s, -webkit-transform .3s !important;
  -o-transition: transform .3s, opacity .4s !important;
  transition: transform .3s, opacity .4s !important;
  transition: transform .3s, opacity .4s, -webkit-transform .3s !important;
}

.show_elem .name {
  text-align: center;
  font-family: "Intro", sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.show_elem:hover .img span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.nav_style_2.disabled {
  display: none;
}

.nav_style_2 button {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  cursor: pointer;
}

.nav_style_2 button.disabled {
  opacity: .1;
}

.nav_style_2 button.disabled svg {
  fill: #fff !important;
  stroke: #fff !important;
}

.nav_style_2 button:hover svg {
  fill: #E60086;
  stroke: #E60086;
}

.nav_style_2 svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 30px;
  -webkit-transition: fill .25s, stroke .25s;
  -o-transition: fill .25s, stroke .25s;
  transition: fill .25s, stroke .25s;
}

.nav_style_2 .owl-prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
}

.nav_style_2 .owl-next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
}

.footer_bottom {
  padding: 40px 0;
  background-color: #1A1A1A;
}

.wrap_footer_elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_nav {
  font-size: 18px;
}

.footer_nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_nav li {
  margin-right: 3rem;
}

.footer_nav li:last-child {
  margin-right: 0;
}

.footer_nav a {
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.footer_nav a:hover {
  color: #E60086;
}

.button_6 {
  text-transform: uppercase;
  font-family: "OpenSans", sans-serif;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 13px;
  font-weight: 600;
  background: none;
  text-decoration: none;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
  color: #fff !important;
  display: inline-block;
}

.button_6:hover {
  border-color: #E60086;
}

.button_6:active {
  top: 3px;
  border-color: #fff;
}

.copyright {
  text-align: center;
  opacity: .5;
  font-size: 18px;
  margin-top: -10px;
}

.logo_2 {
  display: inline-block;
  max-width: 200px;
}

.logo_2 img {
  max-width: 100%;
}

.secondary_logo {
  width: 100px;
  display: block;
}

.navigation_1 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 3.5rem;
}

.navigation_1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.navigation_1 li {
  margin-right: 7rem;
  position: relative;
}

.navigation_1 li:before {
  content: '';
  position: absolute;
  left: -3.5rem;
  width: 4.5px;
  height: 4.5px;
  background-color: #06a4de;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation_1 li:last-child {
  margin-right: 0;
}

.navigation_1 li:last-child:after {
  content: '';
  position: absolute;
  right: -3.5rem;
  width: 4.5px;
  height: 4.5px;
  background-color: #06a4de;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation_1 li &gt; a {
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.navigation_1 li &gt; a:hover {
  color: #06a4de;
}

.section_main {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 0;
}

.main_content {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}

.main_content .button_1 {
  max-width: 440px;
  padding-left: 6rem;
  padding-right: 6rem;
}

.name_1 {
  font-size: 6rem;
  font-family: "Bloggersans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.main_anons {
  font-size: 3rem;
  font-weight: 200;
  margin: 30px auto;
}

.button_1 {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #06a4de;
  border: none;
  position: relative;
  padding: 13px 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.15);
  z-index: 0;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}

.button_1:before {
  content: '';
  background-color: #A8D24E;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#A8D24E), to(#88CB45));
  background: -o-linear-gradient(top, #A8D24E 0%, #88CB45 100%);
  background: linear-gradient(to bottom, #A8D24E 0%, #88CB45 100%);
  z-index: -1;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.button_1:hover:before {
  opacity: 0;
}

.button_1:active {
  top: 3px;
}

.button_1.type_2 {
  max-width: 250px;
  width: 100%;
  padding: 20px 20px;
}

.button_2 {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #06a4de;
  border: none;
  position: relative;
  padding: 2.3rem 5rem;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  display: inline-block;
}

.button_2:hover {
  background-color: #0699cf;
}

.button_2:active {
  top: 3px;
}

.button_2.disabled {
  opacity: .5;
  background-color: #06a4de !important;
  top: 0 !important;
}

.button_3 {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  color: #fff;
  background: none;
  border: 2px solid #06a4de;
  position: relative;
  padding: 2.3rem 5rem;
  border-radius: 50px;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  display: inline-block;
}

.button_3:hover {
  background-color: #06a4de;
}

.button_3:active {
  top: 3px;
}

.button_3.disabled {
  opacity: .5;
  background-color: #06a4de !important;
  top: 0 !important;
}

.wrap_slider_1 {
  position: relative;
}

.slider_1 .owl-stage-outer {
  padding: 0 0 30px;
}

.slider_1 .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider_1 .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item_1 {
  background-color: #fff;
  color: #000;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.item_1:hover .img span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.item_1:hover .name {
  color: #A8D24E;
}

.item_1:hover .arrow_el_1 {
  color: #A8D24E;
}

.item_1:hover .arrow_el_1 svg {
  fill: #A8D24E;
}

.item_1 .img {
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
}

.item_1 .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  max-height: 100% !important;
  -webkit-transition: opacity .4s, -webkit-transform .5s !important;
  transition: opacity .4s, -webkit-transform .5s !important;
  -o-transition: transform .5s, opacity .4s !important;
  transition: transform .5s, opacity .4s !important;
  transition: transform .5s, opacity .4s, -webkit-transform .5s !important;
}

.item_1 .contant {
  padding: 20px 3rem 25px;
}

.item_1 .name {
  color: #06a4de;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.item_1 .text {
  font-size: 14px;
  margin-top: 10px;
}

.item_1 .arrow_el_1 {
  font-size: 14px;
  margin-top: 15px;
}

.arrow_el_1 {
  position: relative;
  display: inline-block;
  color: #06a4de;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.arrow_el_1 svg {
  width: 8px;
  height: 19px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  margin-left: 5px;
  fill: #06a4de;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.style_nav_1 {
  text-align: center;
}

.style_nav_1.disabled {
  display: none;
}

.style_nav_1 button {
  background: none;
  border: none;
  background-color: #A8D24E;
  width: 52px;
  height: 52px;
  background-color: #A8D24E;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: background .25s, opacity .25s;
  -o-transition: background .25s, opacity .25s;
  transition: background .25s, opacity .25s;
}

.style_nav_1 button.disabled {
  opacity: .1;
  background-color: #A8D24E !important;
}

.style_nav_1 button:hover {
  background-color: #06a4de;
}

.style_nav_1 button:active {
  top: 3px;
}

.style_nav_1 button svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  stroke-width: 35px;
  stroke: #fff;
  fill: #fff;
}

.style_nav_1 .owl-next {
  margin-left: 15px;
}

.style_nav_1 .owl-next svg {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.addition_1 {
  width: 100%;
  min-width: 2500px;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: -220px;
  margin-bottom: -10px;
  z-index: -1;
}

.addition_1 use {
  width: 100% !important;
  width: 3000px;
}

.addition_2 {
  width: 100%;
  min-width: 2500px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: -180px;
  margin-bottom: -10px;
  z-index: -1;
}

.addition_2 use {
  width: 100% !important;
  width: 3000px;
}

.green_section {
  background-color: #A8D24E;
  position: relative;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#9CCF4B), to(#69AB3F));
  background: -o-linear-gradient(top, #9CCF4B 0%, #69AB3F 100%);
  background: linear-gradient(to bottom, #9CCF4B 0%, #69AB3F 100%);
  padding-bottom: 100px;
}

.green_section.type_2 {
  padding-bottom: 0;
}

.green_content {
  text-align: center;
  max-width: 925px;
  margin: 0 auto;
}

.green_content .name_1 {
  color: #fff;
}

.green_content .anons {
  font-size: 22px;
  font-weight: 700;
  font-family: "Bloggersans", sans-serif;
  margin-top: 30px;
}

.green_content .anons span {
  color: #fff;
}

.wrap_steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 40px auto 0;
}

.wrap_steps .step {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #06a4de;
  font-size: 23px;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-family: "Bloggersans", sans-serif;
  font-weight: 600;
  -webkit-transition: background .25s, color .25s, font-size .25s, -webkit-transform .25s;
  transition: background .25s, color .25s, font-size .25s, -webkit-transform .25s;
  -o-transition: background .25s, color .25s, font-size .25s, transform .25s;
  transition: background .25s, color .25s, font-size .25s, transform .25s;
  transition: background .25s, color .25s, font-size .25s, transform .25s, -webkit-transform .25s;
}

.wrap_steps .step:before {
  content: '';
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  left: -5px;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  border-radius: 50%;
  background-color: #89BD44;
  position: absolute;
  z-index: -1;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.wrap_steps .step.active {
  background-color: #fff;
  color: #A8D24E;
  font-size: 28px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.wrap_steps .step.active:before {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  background-color: rgba(255, 255, 255, 0.1);
}

.test_areas {
  margin-top: 5rem;
  -webkit-transition: min-height .25s;
  -o-transition: min-height .25s;
  transition: min-height .25s;
  position: relative;
}

.test_areas .name_1 {
  text-align: center;
  margin-bottom: 25px;
}

.area_step {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  width: 100%;
}

.area_step.active {
  opacity: 1;
  visibility: visible;
}

.area_step.disp {
  display: block;
}

.area_step .name_2 {
  margin-bottom: 4rem;
}

.answers_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.answer {
  width: 49.6%;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 3rem 4rem;
  background-color: #E2E8DC;
  border-radius: 5px;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  min-height: 103px;
}

.answer:hover {
  background-color: #C5F0FF;
}

.answer:active {
  top: 3px;
}

.answer.active {
  background-color: #06a4de;
  color: #fff;
}

.name_2 {
  font-size: 30px;
  font-family: "Bloggersans", sans-serif;
  font-weight: 700;
}

.blue_section {
  background-size: cover;
  position: relative;
  background-position: center top;
  z-index: 0;
}

.blue_section.type_2 {
  padding-bottom: 50px;
}

.blue_wrap_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: 30px;
}

.blue_wrap_content .img {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 0;
}

.blue_wrap_content .content {
  width: 50%;
}

.blue_wrap_content .name {
  font-size: 5rem;
  font-family: "Bloggersans", sans-serif;
  font-weight: 700;
}

.blue_wrap_content .anons {
  font-size: 3rem;
  font-family: "Bloggersans", sans-serif;
  font-weight: 700;
}

.blue_wrap_content .elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blue_wrap_content .elements .element_1 {
  margin-bottom: 20px;
}

.blue_wrap_content .elements .element_1:first-child {
  margin-right: 5rem;
}

.list_1 {
  list-style-type: none;
  font-size: 18px;
}

.list_1 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.list_1 li:before {
  content: '';
  width: 17px;
  height: 2px;
  background-color: #A8D24E;
  position: absolute;
  left: 0;
  top: 50%;
}

.element_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.element_1:hover span {
  border-color: white;
}

.element_1:hover i {
  -webkit-box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.3);
}

.element_1 i {
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

.element_1 i svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.element_1 span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-bottom: 2px;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
  white-space: nowrap;
}

.down_text {
  font-size: 14px;
  opacity: .7;
  line-height: 1.5;
}

.circles_elem {
  position: absolute;
  width: 40rem;
  height: 40rem;
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.circles_elem:after {
  content: '';
  position: absolute;
  width: 50rem;
  height: 50rem;
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.circles_elem:before {
  content: '';
  position: absolute;
  width: 60rem;
  height: 60rem;
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
}

.alert_fixed {
  background-color: #A8D24E;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  padding: 17px 20px;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  max-width: 1365px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  z-index: 10;
}

.alert_fixed.fixed_no {
  position: absolute;
}

.popup_block {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 15px 15px;
  overflow: auto;
  text-align: center;
}

.popup_block:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.popup_block.alert {
  display: block;
  opacity: 1;
}

.popup_item {
  vertical-align: middle;
  margin-left: -5px;
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0, -200px, 0);
          transform: translate3d(0, -200px, 0);
  opacity: 0;
  -webkit-transition: opacity .7s, -webkit-transform .7s;
  transition: opacity .7s, -webkit-transform .7s;
  -o-transition: transform .7s, opacity .7s;
  transition: transform .7s, opacity .7s;
  transition: transform .7s, opacity .7s, -webkit-transform .7s;
}

.popup_item.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.popup_item .close_icon {
  top: -40px;
  right: 5px;
  position: absolute;
}

.popup_item.type_2 {
  background-color: #fff;
  max-width: 1000px;
  border-radius: 10px;
}

.close_icon {
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.close_icon:hover {
  opacity: .5;
}

.close_icon:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #989898;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close_icon:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #989898;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.double_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.double_block .img {
  width: 40%;
  position: relative;
  padding-bottom: 50%;
}

.double_block .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.double_block .content {
  width: 60%;
  padding: 60px 30px 60px;
  text-align: left;
}

.slider_popup {
  max-width: 1395px;
}

.slider_popup .close_popup {
  right: 90px;
  top: 20px;
  z-index: 2;
}

.wrap_slider_2 {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 70px;
}

.wrap_slider_2 .style_nav_1 button {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}

.wrap_slider_2 .owl-prev {
  left: 0;
}

.wrap_slider_2 .owl-next {
  right: 0;
}

.slider_2 .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider_2 .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item_double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
}

.item_double .img {
  width: 50%;
  background-size: cover;
  background-position: center;
  max-height: 100% !important;
  min-height: 600px;
}

.item_double .content {
  width: 50%;
  padding: 60px 6rem 60px;
}

.item_double .name {
  font-size: 4.8rem;
  font-family: "Bloggersans", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
  line-height: 1;
}

.item_double .button_1 {
  margin-top: 30px;
}

.area_text_1 {
  font-size: 18px;
}

.area_text_1 p {
  margin-bottom: 20px;
}

.area_text_1 p:last-child {
  margin-bottom: 0;
}

.darkened_background {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition: opacity .25s, visibility .25s;
  -o-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.darkened_background.active {
  opacity: 1;
  visibility: visible;
}

.burger_button {
  cursor: pointer;
  width: 25px;
  position: relative;
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.burger_button span {
  content: '';
  width: 100%;
  height: 3px;
  background: #06a4de;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger_button:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #06a4de;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  top: 0;
  position: relative;
}

.burger_button:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #06a4de;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  position: relative;
  bottom: 0;
}

.burger_button.active:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 5px 3px;
      -ms-transform-origin: 5px 3px;
          transform-origin: 5px 3px;
}

.burger_button.active:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 4px 1px;
      -ms-transform-origin: 4px 1px;
          transform-origin: 4px 1px;
}

.burger_button.active span {
  opacity: 0;
}

.burger_menu {
  position: fixed;
  z-index: 21;
  background-color: #06a4de;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  height: 100%;
  max-height: 100vh;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  max-width: 400px;
  color: #fff;
  padding: 80px 30px 50px;
}

.burger_menu ul {
  list-style-type: none;
  font-size: 18px;
}

.burger_menu ul li {
  margin-bottom: 10px;
}

.burger_menu.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.burger_menu .close_icon {
  position: absolute;
  top: 20px;
  right: 30px;
}

.burger_menu .close_icon:before, .burger_menu .close_icon:after {
  background-color: #fff;
}

.result_content {
  text-align: center;
  color: #fff;
  display: none;
}

.result_content.show {
  display: block;
}

.result_content .inner {
  max-width: 950px;
  margin: 0 auto;
}

.result_content .main_anons {
  margin-top: 20px;
}

.result_content .img_1 {
  margin: 6rem auto 5rem;
}

.result_content .name_2 {
  color: #000;
}

.result_content .designations {
  margin: 6rem auto 6rem;
  max-width: 810px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.circle_img {
  margin: 50px auto;
  display: block;
  max-width: 900px;
  padding-bottom: 64%;
  width: 100%;
  position: relative;
}

.circle_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img_1 {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
}

.img_1:before {
  content: '';
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  z-index: -1;
}

.img_1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  height: 250px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_3 {
  color: #000;
}

.slider_3 .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.slider_3 .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider_3 .item_1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 30px 5rem;
  text-align: left;
}

.slider_3 .text {
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.3;
}

.number_1 {
  width: 58px;
  height: 58px;
  background-color: rgba(168, 210, 78, 0.2);
  border-radius: 50%;
  line-height: 60px;
  display: block;
  position: relative;
  text-align: center;
  z-index: 0;
  color: #fff;
  font-size: 21px;
  font-family: "Bloggersans", sans-serif;
  font-weight: 700;
}

.number_1:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  height: -webkit-calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 50%;
  background-color: #A8D24E;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.buttons_result {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.buttons_result .button_2 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.buttons_result .button_3 {
  margin-top: 20px;
}

.pixel {
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.designations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.designations p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.designations p:last-child {
  margin-right: 0;
}

.designations span {
  margin-right: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.push {
  height: 1000px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1600px) {
  /**/
}

@media only screen and (max-width: 1395px) {
  /**/
  .contain, .alert_fixed {
    max-width: 1200px;
  }
  .alert_fixed {
    font-size: 16px;
  }
  .circle_img {
    padding-bottom: 73%;
  }
  .name_1 {
    font-size: 5.5rem;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  html {
    font-size: 9px;
  }
  .contain, .alert_fixed {
    max-width: 992px;
  }
  .navigation_1 {
    font-size: 16px;
  }
  .navigation_1 li {
    margin-right: 30px;
  }
  .navigation_1 li:before {
    left: -15px;
  }
  .navigation_1 li:last-child:after {
    right: -15px;
  }
  .green_section {
    padding-bottom: 0;
  }
  .blue_section.type_2 {
    padding-bottom: 0;
  }
  .alert_fixed {
    position: static !important;
    margin-top: 40px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 15px 10px;
  }
  .circle_img {
    padding-bottom: 90%;
  }
  .logo_2 {
    max-width: 150px;
  }
  .footer_nav {
    font-size: 16px;
  }
  .footer_nav li {
    margin-right: 15px;
  }
  .button_6 {
    font-size: 12px;
  }
  .copyright {
    font-size: 16px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  html {
    font-size: 8px;
  }
  .contain, .alert_fixed {
    max-width: 768px;
  }
  .footer_bottom {
    padding: 5rem 0 7rem;
  }
  .wrap_footer_elem {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wrap_footer_elem .footer_nav {
    width: 100%;
    margin-top: 20px;
  }
  .wrap_footer_elem .button_6 {
    margin-top: 30px;
  }
  .copyright {
    margin-top: -30px;
  }
  .header_logo_1 {
    max-width: 120px;
    padding-top: 15px;
  }
  .header_logo_1 img {
    max-width: 80px;
  }
  .header_logo_1:before {
    bottom: -8px;
    height: 120px;
  }
  .circle_img {
    padding-bottom: 96%;
  }
  .navigation_1 {
    display: none;
  }
  .secondary_logo {
    width: 78px;
    margin-right: 50px;
  }
  .burger_button {
    display: block;
  }
  .name_1 {
    font-size: 5rem;
  }
  .green_content .name_1 {
    font-size: 4.5rem;
  }
  .blue_wrap_content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blue_wrap_content .img {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .blue_wrap_content .content {
    width: 100%;
  }
  .item_double {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .item_double .img {
    width: 100%;
    height: 300px;
    min-height: 0;
    padding-bottom: 0;
  }
  .item_double .content {
    width: 100%;
  }
  .slider_popup .close_popup {
    top: -40px;
    right: 70px;
  }
  .double_block .img {
    width: 50%;
  }
  .double_block .content {
    width: 50%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  html {
    font-size: 7px;
  }
  .contain, .alert_fixed {
    max-width: 480px;
  }
  .pink_block p {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .pink_block .contain {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .social_2 {
    width: 54px;
    height: 54px;
  }
  .wrap_footer_elem {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrap_footer_elem .logo_2 {
    margin: 0 auto;
  }
  .wrap_footer_elem .footer_nav {
    font-size: 16px;
    margin-top: 30px;
  }
  .wrap_footer_elem .footer_nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wrap_footer_elem .footer_nav li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
  }
  .copyright {
    margin-top: 30px;
  }
  .main_anons {
    font-size: 22px;
  }
  .green_content .name_1 {
    font-size: 4rem;
  }
  .wrap_steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .answer {
    padding: 15px 15px;
    font-size: 17px;
  }
  .name_2 {
    font-size: 28px;
  }
  .result_text {
    font-size: 18px;
  }
  .item_double .content {
    padding: 30px 15px;
  }
  .wrap_slider_2 {
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .wrap_slider_2 .style_nav_1 button {
    top: 290px;
    z-index: 1;
  }
  .slider_popup .close_popup {
    right: 0;
  }
  .popup_item.type_2 {
    max-width: 480px;
  }
  .double_block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .double_block .img {
    width: 100%;
    padding-bottom: 0;
    height: 400px;
  }
  .double_block .content {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .contain, .alert_fixed {
    max-width: 320px;
  }
  .answer {
    width: 100%;
    margin-right: 0 !important;
    min-height: 0;
  }
  .wrap_steps .step {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .img_1 {
    width: 290px;
    height: 290px;
  }
  .double_block .content {
    padding: 0 15px 30px 15px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 3000px) {
  /**/
  .addition_1 {
    margin-top: -8.5%;
  }
}
</pre></body></html>