.mission, .family, .advantages, .progress, .partners, .questions, .person{
  display: none;
}

@charset "UTF-8";
html {
  backface-visibility: hidden
}

.metoda {
  cursor: pointer
}

.metoda .metoda_menu {
  display: none;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  transition: all ease-in-out .3s
}

.nav_link.metoda:hover {
  border-bottom: 2px solid transparent
}

.metoda:hover .metoda_menu {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  min-height: 100px
}

.metoda svg {
  height: 10px
}

.metoda .metoda_menu .metoda_item {
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  line-height: 1;
  padding: 10px;
  cursor: pointer;
  line-height: 20px;
  transition: all ease-in-out .3s
}

.metoda .metoda_menu .metoda_item:hover {
  color: #d93b8e
}

.tab_content.activ {
  display: block
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

input:focus {
  border: 1px solid #d93b8e !important;
  transition: all ease-in-out .3s
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: 0
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: 0;
  background: transparent;
  color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir="rtl"] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir="rtl"] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: 0
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul > li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before, .fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before, .fa-users:before {
  content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before, .fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"
}

.fa-won:before, .fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before, .fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "Futura PT - Book";
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype")
}

@font-face {
  font-family: "Futura PT - Heavy";
  src: url("../fonts/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT-Heavy.eot") format("embedded-opentype"), url("../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.ttf") format("truetype")
}

@font-face {
  font-family: "Salted Mocha";
  src: url("../fonts/SaltedMocha-Regular.woff2") format("woff2"), url("../fonts/SaltedMocha-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

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

.allert {
  cursor: pointer
}

.allert span {
  font-family: 'pts';
  font-size: 12px;
  width: 200px;
  padding: 1px 2px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  left: -200px;
  top: -90%;
  border: 1px solid red;
  display: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  text-align: center
}

.allert:hover span {
  display: block
}

.allert {
  position: absolute;
  z-index: 20;
  top: 10px;
  bottom: 0;
  display: block;
  right: 20px;
  height: 20px;
  width: 20px;
  color: #ff6565;
  cursor: default;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto
}

.allert p {
  display: none;
  opacity: 0;
  padding: 3px;
  margin-left: 5px;
  line-height: 14px;
  color: #000;
  font-style: italic;
  font-size: 13px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
  min-width: 140px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -180px;
  border: #ec4828 1px solid;
  border-radius: 5px
}

.allert svg {
  display: block;
  width: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.allert:hover p {
  display: block;
  opacity: 1;
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -17px;
  opacity: 1
}

.form-group {
  position: relative
}

.absolute_menu {
  display: none
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

html, body {
  margin: 0;
  padding: 0
}

a, .fa, img {
  display: block;
  text-decoration: none
}

.small_disp_burger {
  display: none
}

.glut {
  display: none
}

.blue_line {
  z-index: 1
}

.section {
  overflow: hidden;
  padding: 0
}

.section .wr {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 100%
}

.blue_line {
  width: 37px;
  height: 2px;
  margin: 20px auto
}

.blue_line img {
  width: 100%;
  height: 100%
}

.navigataon {
  position: fixed;
  width: 100%;
  z-index: 99;
  overflow: visible
}

.navigataon .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 20px 20px 0
}

.navigataon .nav .stz {
  fill: #d93b8e
}

.navigataon .nav .stww {
  fill: white
}

.navigataon .nav .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  width: 100%
}

.navigataon .nav .links .nav_link {
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: white;
  list-style: none;
  margin: 0 0 0 24px;
  height: 35px;
  white-space: nowrap;
}

.navigataon .nav .links .nav_link > a {
  color: white
}

.navigataon.otehal .nav .links .nav_link > a{
  color: black;
  white-space: nowrap;
}

.navigataon .nav .links .nav_link.liniya {
  border-bottom: 2px solid #d93b8e
}

.menu-item-has-children > .sub-menu{
  display: none;
      min-width: 170px;
}

.menu-item-has-children > .sub-menu:hover,
.menu-item-has-children:hover > .sub-menu{
    display: block;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    min-height: 100px;    
    margin-top: -2px;
    margin-left: -4px;
    position: absolute;
}

li.lang-item{
  text-transform: uppercase;
  list-style: none;
}

.bot-menu{
      margin-top: 50px;
}

.bot-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .bot-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bot-menu ul li {
  margin: 0 12px;
  letter-spacing: 0.024em;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .bot-menu ul li {
    margin: 10px 0;
    text-align: center;
  }
}

.bot-menu ul li a {
  padding-bottom: 7px;
      text-decoration: none;
    color: inherit;
    -webkit-transition: color .5s, opacity .5s, background .5s;
    -o-transition: color .5s, opacity .5s, background .5s;
    transition: color .5s, opacity .5s, background .5s;
        font-family: "Futura PT - Book";
    font-size: 19px;
    color: #000;
    line-height: 1.3;
    font-weight: 400;
}

.bot-menu ul li a:hover {
  border-bottom: 2px solid #d93b8e;
}


.menu-item-has-children > .sub-menu:hover .nav_link > a,
.menu-item-has-children:hover > .sub-menu .nav_link > a{
  color: black;
  
}

.sub-menu .nav_link{
  margin: 0px !important;
  padding-left: 10px;
}

.absolute_menu .inn ul {
  list-style: none;
  padding-left: 0;
}
.absolute_menu .inn ul a{
  color: black
}

.navigataon.otehal .nav .links .nav_link {
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: black;
  height: 35px
}

.navigataon .nav .logo_cont {
  width: 80px;
  height: 80px
}

.navigataon .nav .logo_cont img {
  max-width: 100px;
}

.navigataon .nav .btn {
  max-width: 210px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer
}

.navigataon .nav .btn .phone_icon {
  width: 31px;
  height: 31px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d93b8e;
  position: relative;
  z-index: 1
}

.navigataon .nav .btn .phone_icon:before {
  content: "";
  position: absolute;
  width: 51px;
  height: 51px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .5;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  z-index: 0;
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out
}

.navigataon .nav .btn .phone_icon::after {
  content: "";
  position: absolute;
  width: 51px;
  height: 51px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .0;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  z-index: 0;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
  animation: pulse 1.5s infinite ease-in-out
}

.navigataon .nav .btn .phone_icon i {
  color: white;
  font-size: 11px;
  z-index: 2
}

.navigataon .nav .btn:hover .phone_icon:before {
  -webkit-animation: pulse 1.5s infinite ease-in-out;
  animation: pulse 1.5s infinite ease-in-out;
  opacity: .9
}

.navigataon .nav .btn:hover .phone_icon:after {
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
  opacity: .4
}

.navigataon .nav .btn .number {
  color: #fff;
  font-family: "Futura PT - Book";
  font-size: 18px;
  font-weight: 400;
  line-height: 33px
}

.navigataon.otehal {
  background: white
}

.navigataon.otehal .nav {
  padding: 10px 0px 10px
}

.navigataon.otehal .nav .stz {
  fill: #d93b8e
}

.navigataon.otehal .nav .stww {
  fill: black
}

.navigataon.otehal .nav a {
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: black;
  height: 35px
}

.navigataon.otehal .nav .number {
  color: #000
}

.navigataon.otehal .small_disp_burger .icon {
  border: 2px solid black
}

.navigataon.otehal .small_disp_burger .icon .rov {
  background: black
}

.navigataon.otehal .small_disp_burger .icon:before {
  background: black
}

.navigataon.otehal .small_disp_burger .icon:after {
  background: black
}

.navigataon.otehal .small_disp_burger .menu_descr {
  color: black
}

.main_sec {
  /* background-image: url(../img/first_main.png); */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url(/wp-content/themes/unitsevenschools/assets/img/96AE74775C40FAF59C08A859747CE47E.jpg);

   background-position: center;
  background-size: cover; 
   background-repeat: no-repeat;
  height: 100%;
}

.main_sec .main_container {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* margin: auto; */
  /* width: -webkit-fit-content; */
  /* width: -moz-fit-content; */
  /* width: fit-content; */
  /* height: -webkit-fit-content; */
  /* height: -moz-fit-content; */
  /* height: fit-content */
}

.main_sec .main_container .title {
  color: #fff;
  font-family: "Futura PT - Book";
  font-size: 58px;
  font-weight: 600;
  max-width: 530px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 30px auto;
  position: relative;
  z-index: 1;

}
.main_sec .main_container iframe{
	height: 65vh;
}

.main_sec .blue_btn{
  width: 235px;
  height: 60px;
  margin-left:auto;
  margin-right:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: relative;
}

.main_sec .blue_btn .border{
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main_sec img{
	margin: 0 auto;
	max-width:100%;
}

.main_sec .blue_btn .inn{
  width: 100%;
  height: 100%;
  background-color: #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.main_sec .blue_btn:hover .border{
  width: 100%;
  height: 100%;
}

.main_sec .blue_btn:hover .inn{
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.main_sec .blue_btn .btn_descr{
  color: #fff;
  font-family: "Futura PT - Heavy";
  font-size: 16px;
  font-weight: 400;
}


.main_sec .main_container .absolute_dots {
  width: 274px;
  height: 244px;
  position: absolute;
  right: -150px;
  top: -40px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 3px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 3px, transparent 100%);
  background-size: 25px 25px;
  z-index: 0
}

.main_sec .main_container .discr {
  color: #fff;
  font-family: "Futura PT - Book";
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.main_sec .main_container .scroll_down {
  width: 40px;
  height: 40px;
  background-color: #d93b8e;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.main_sec .main_container .scroll_down:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .5;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  z-index: 0;
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out
}

.main_sec .main_container .scroll_down::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .0;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  z-index: 0;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
  animation: pulse 1.5s infinite ease-in-out
}

.main_sec .main_container .scroll_down i {
  font-size: 16px;
  color: white;
  font-weight: 900;
  z-index: 2
}

.main_sec .main_container .scroll_down:hover:before {
  -webkit-animation: pulse 1.5s infinite ease-in-out;
  animation: pulse 1.5s infinite ease-in-out;
  opacity: .9
}

.main_sec .main_container .scroll_down:hover:after {
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
  opacity: .4
}

.advantages .title_cont {
  height: 230px;
  max-width: 685px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px
}

.advantages .title_cont .absolute_descr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  z-index: 1
}

.advantages .title_cont .blue_line {
  width: 42px;
  height: 3px;
  margin-bottom: 15px
}

.advantages .title_cont .blue_line img {
  width: 100%;
  height: 100%;
  display: block
}

.advantages .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
  text-align: center;
  z-index: 2
}

.advantages .flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.advantages .flex_cont .absolute_line {
  width: 73%;
  height: 1px;
  background-color: #e1e1e1;
  position: absolute;
  max-width: 830px;
  left: 0;
  right: 0;
  margin: auto;
  top: 290px;
  z-index: 0
}

.advantages .flex_cont .colum {
  max-width: 310px;
  width: 100%;
  margin: 45px;
  position: relative
}

.advantages .flex_cont .colum .col_wr {
  position: relative;
  z-index: 1
}

.advantages .flex_cont .colum .orb {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  margin: 35px auto 15px;
  background: white;
  position: relative
}

.advantages .flex_cont .colum .orb .inn {
  width: 44px;
  height: 44px;
  border: 1px solid #cfcfcf;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.advantages .flex_cont .colum .orb .inn .num {
  color: #cecece;
  font-family: "Futura PT - Book";
  font-size: 16px;
  font-weight: 900
}

.advantages .flex_cont .colum .svg_cont {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  height: 170px
}

.advantages .flex_cont .colum .svg_cont img {
  height: 100%;
  width: 100%
}

.advantages .flex_cont .colum .descr_cont .col_title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center
}

.advantages .flex_cont .colum .descr_cont .col_descr {
  opacity: .7;
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  position: relative
}

.advantages .flex_cont .col1 .absolute_dots {
  width: 335px;
  height: 165px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -390px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-size: 25px 25px
}

.advantages .flex_cont .col3 .absolute_dots {
  width: 335px;
  height: 165px;
  position: absolute;
  z-index: 0;
  top: 0;
  right: -390px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-size: 25px 25px
}

.person {
  margin-top: 90px;
  margin-bottom: 90px
}

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

.person .flex_cont .col1 {
  max-width: 730px;
  width: 100%;
  position: relative;
  height: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.person .flex_cont .col1 .absolute_image.loaded {
  position: absolute;
  background: url(../img/natalia.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 340px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3
}

.person .flex_cont .col1 .absolute_descr {
  position: absolute;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2
}

.person .flex_cont .col1 .absolute_dots {
  position: absolute;
  width: 574px;
  height: 391px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-size: 25px 25px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1
}

.person .flex_cont .col1 .person_info {
  z-index: 4;
  max-width: 160px;
  width: 100%
}

.person .flex_cont .col1 .person_info .name {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 36px;
  font-weight: 400;
  line-height: 36px
}

.person .flex_cont .col1 .person_info .blue_line {
  margin: 12px 0 20px
}

.person .flex_cont .col1 .person_info .position {
  color: #737373;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400
}

.person .flex_cont .col1 .play_orb {
  width: 82px;
  height: 82px;
  border: 10px solid rgba(0, 172, 168, 0.15);
  background-color: #d93b8e;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
  cursor: pointer
}

.person .flex_cont .col1 .play_orb:before {
  content: "";
  position: absolute;
  width: 102px;
  height: 102px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .4;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  z-index: 0;
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out
}

.person .flex_cont .col1 .play_orb::after {
  content: "";
  position: absolute;
  width: 102px;
  height: 102px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .2;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  z-index: 0;
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out
}

.person .flex_cont .col1 .play_orb .fa {
  font-size: 10px;
  color: white;
  position: relative;
  z-index: 1
}

.person .flex_cont .col1 .play_orb:hover:before {
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
  opacity: .8
}

.person .flex_cont .col1 .play_orb:hover:after {
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out;
  opacity: .4
}

.person .flex_cont .col2 {
  max-width: 360px;
  width: 100%;
  color: #d2d2d2;
  font-family: "Futura PT - Heavy";
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1
}

.person .flex_cont .col2 .title {
  color: #000;
  font-style: normal
}

.person .flex_cont .col2 .blue_line {
  margin: 14px 0 24px
}

.person .flex_cont .col2 .descr {
  color: #757575;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px
}

.mission {
  margin-bottom: 140px
}

.mission .flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.mission .flex_cont .colum {
  max-width: 600px;
  width: 100%
}

.mission .flex_cont .col1 .title_cont {
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.mission .flex_cont .col1 .title_cont .absolute_descr {
  position: absolute;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.mission .flex_cont .col1 .title_cont .blue_line {
  margin: 20px 0;
  position: relative
}

.mission .flex_cont .col1 .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 79px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative
}

.mission .flex_cont .col1 .descr {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 24px;
  font-weight: 400;
  position: relative;
  max-width: 460px;
  margin-bottom: 40px
}

.mission .flex_cont .col1 .image.loaded {
  height: 550px;
  background: url(../img/mission_img.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat
}

.mission .flex_cont .col2 {
  padding-left: 90px
}

.mission .flex_cont .col2 .col_descr {
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 24px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 55px
}

.mission .flex_cont .col2 .item {
  margin-bottom: 55px
}

.mission .flex_cont .col2 .item_title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px
}

.mission .flex_cont .col2 .blue_line {
  margin: 25px 0
}

.mission .flex_cont .col2 .item_descr {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400
}

.whywe {
  margin-bottom: 140px;
  margin-top: 40px;

}

.whywe .title_cont {
  height: 250px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.whywe .title_cont .absolute_descr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  z-index: 1
}

.whywe .title_cont .blue_line {
  width: 42px;
  height: 3px;
  margin-bottom: 15px
}

.whywe .title_cont .blue_line img {
  width: 100%;
  height: 100%;
  display: block
}

.whywe .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
  text-align: center;
  z-index: 2
}

.whywe .sec_descr {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 60px auto 0
}

.whywe .blue_dots {
  margin: 35px auto 30px;
  max-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.whywe .blue_dots .dot {
  width: 3px;
  height: 3px;
  background-color: #d93b8e;
  border-radius: 100%
}

.whywe .bold_descr {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 24px;
  font-weight: 400;
  max-width: 590px;
  margin: 0 auto 80px;
  text-align: center
}

.whywe .flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px
}

.whywe .flex_cont .colum {
  max-width: 600px;
  width: 100%
}

.whywe .flex_cont .colum .small_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px
}

.whywe .flex_cont .colum .small_flex .small_col {
  max-width: 300px;
  width: 100%
}

.whywe .flex_cont .colum .small_flex .small_col .inn {
  max-width: 260px;
  width: 100%;
  margin: 0 auto
}

.whywe .flex_cont .colum .small_flex .small_col .inn .item_title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 22px
}

.whywe .flex_cont .colum .small_flex .small_col .inn .item_descr {
  opacity: .7;
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 19px;
  font-weight: 400;
  text-align: center
}

.whywe .flex_cont .colum .small_flex .small_col .image {
  width: 270px;
  height: 270px;
  margin: 0 auto
}

.whywe .flex_cont .colum .small_flex .small_col .img1.loaded {
  background: url(../img/whywe1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.whywe .flex_cont .colum .small_flex .small_col .img2.loaded {
  background: url(../img/whywe3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.whywe .flex_cont .colum .small_flex .small_col .img3.loaded {
  background: url(../img/whywe2_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.whywe .flex_cont .colum .small_flex .small_col .img4.loaded {
  background: url(../img/whywe4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.whywe .view_more {
  margin-top: 30px;
  max-width: 395px;
  height: 125px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.whywe .view_more .absolute_dots {
  position: absolute;
  width: 185px;
  height: 125px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-size: 25px 25px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1
}

.whywe .view_more .blue_btn {
  width: 235px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: relative
}

.whywe .view_more .blue_btn .border {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.whywe .view_more .blue_btn .inn {
  width: 100%;
  height: 100%;
  background-color: #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.whywe .view_more .blue_btn .btn_descr {
  color: #fff;
  font-family: "Futura PT - Heavy";
  font-size: 16px;
  font-weight: 400
}

.whywe .view_more .blue_btn:hover .inn {
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.whywe .view_more .blue_btn:hover .border {
  width: 100%;
  height: 100%
}

.graduate {
  margin-bottom: 160px
}

.graduate .title_cont {
  height: 250px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.graduate .title_cont .absolute_descr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  z-index: 1
}

.graduate .title_cont .blue_line {
  width: 42px;
  height: 3px;
  margin-bottom: 15px
}

.graduate .title_cont .blue_line img {
  width: 100%;
  height: 100%;
  display: block
}

.graduate .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
  text-align: center;
  z-index: 2
}

.graduate .tabs {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  border-radius: 36px;
  border: 1px solid #e1e1e1;
  margin-bottom: 60px
}

.graduate .tabs li {
  width: 230px;
  height: 55px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  cursor: pointer
}

.graduate .tabs li a {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400
}

.graduate .tabs li a:hover {
  color: #d93b8e;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s
}

.graduate .tabs li.active {
  background-color: #d93b8e
}

.graduate .tabs li.active a {
  color: #fff
}

.graduate .super_big_orb {
  position: relative;
  max-width: 1075px;
  height: 700px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.graduate .super_big_orb .items {
  position: absolute;
  top: 0;
  width: 1075px;
  height: 700px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.graduate .super_big_orb .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  width: 100%;
  min-height: 78px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.graduate .super_big_orb .items .item .descr {
  max-width: 230px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400
}

.graduate .super_big_orb .items .item .dot {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px;
  position: relative
}

.graduate .super_big_orb .items .item .dot:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .5;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  z-index: 0;
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.graduate .super_big_orb .items .item .dot::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .7;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  z-index: 0;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
  animation: pulse 1.5s infinite ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.graduate .super_big_orb .items .item .dot .dot_inn {
  width: 9px;
  height: 9px;
  background-color: #d93b8e;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}

.graduate .super_big_orb .items .item1 {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.graduate .super_big_orb .items .item2 {
  position: absolute;
  left: 94px;
  top: 0;
  bottom: 0;
  margin: auto;
  top: -440px
}

.graduate .super_big_orb .items .item2 .descr {
  text-align: right
}

.graduate .super_big_orb .items .item2.mymy3 .descr {
  padding-right: 20px
}

.graduate .super_big_orb .items .item3 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: -173px
}

.graduate .super_big_orb .items .item3 .descr {
  text-align: right
}

.graduate .super_big_orb .items .item4 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: 205px
}

.graduate .super_big_orb .items .item4 .descr {
  text-align: right
}

.graduate .super_big_orb .items .item5 {
  position: absolute;
  left: 94px;
  top: 0;
  bottom: 0;
  margin: auto;
  top: 480px
}

.graduate .super_big_orb .items .item5 .descr {
  text-align: right
}

.graduate .super_big_orb .items .item6 {
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  right: 94px;
  top: 0;
  bottom: 0;
  margin: auto;
  top: -440px
}

.graduate .super_big_orb .items .item6 .descr {
  text-align: right;
  padding-right: 75px
}

.graduate .super_big_orb .items .item7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: -173px
}

.graduate .super_big_orb .items .item8 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: 205px
}

.graduate .super_big_orb .items .item9 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 480px;
  right: 94px
}

.graduate .super_big_orb .items .item10 {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.graduate .super_big_orb .absolute_orb {
  width: 590px;
  height: 590px;
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width: 768px){
  .tab1absolute_orbimage {
    width: 390px;
    height: 390px;
  }
}

.graduate .super_big_orb .absolute_orb .image.loaded {
  /*width: 390px;*/
  /*height: 390px;*/
  background: url(/wp-content/uploads/home_graduate_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  background-position: top
}

.graduate .super_big_orb .absolute_orb.sb2 .image {
  width: 390px;
  height: 390px;
  background: url(/wp-content/uploads/home_graduate_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  background-position: top
}

.facts {
  margin-bottom: 140px
}

.facts .title_cont {
  height: 250px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 640px;
  margin-bottom: 75px
}

.facts .title_cont .absolute_descr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  z-index: 1
}

.facts .title_cont .blue_line {
  width: 42px;
  height: 3px;
  margin-bottom: 15px
}

.facts .title_cont .blue_line img {
  width: 100%;
  height: 100%;
  display: block
}

.facts .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
  text-align: center;
  z-index: 2
}

.facts .part2 {
  background-image: url(../img/firsrt_facts.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black
}

.facts .part2 .wr {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 20px;
  position: relative;
  height: 100%
}

.facts .part2 .wr .flex_cont {
  width: 100%;
  margin: 0 auto
}

.facts .part2 .wr .flex_cont .white_orb {
  background: #d93b8e;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.facts .part2 .wr .flex_cont .white_orb .inner {
  -webkit-transition: all ease-in-out .8s;
  transition: all ease-in-out .8s
}

.facts .part2 .wr .flex_cont .white_orb span {
  display: block
}

.facts .part2 .wr .flex_cont .white_orb .title {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  text-align: center;
  margin: 0 auto
}

.facts .part2 .wr .flex_cont .white_orb .discr {
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  -webkit-transition: all ease-in-out .5s !important;
  transition: all ease-in-out .5s !important
}

.facts .part2 .wr .flex_cont .white_orb:hover .inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.facts .part2 .wr .flex_cont .white_orb:hover .title {
  color: white !important
}

.facts .part2 .wr .flex_cont .white_orb:hover .discr {
  color: white
}

.facts .part2 .wr .flex_cont .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.facts .part2 .wr .flex_cont .row .orb1 {
  width: 360px;
  height: 360px
}

.facts .part2 .wr .flex_cont .row .orb1 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -4px;
  max-width: 215px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px
}

.facts .part2 .wr .flex_cont .row .orb2 {
  width: 280px;
  height: 280px
}

.facts .part2 .wr .flex_cont .row .orb2 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 27px;
  font-weight: 400;
  line-height: 26.6px;
  margin-bottom: 15px;
  text-align: center
}

.facts .part2 .wr .flex_cont .row .orb3 {
  width: 318px;
  height: 318px
}

.facts .part2 .wr .flex_cont .row .orb3 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 36px;
  font-weight: 400;
  line-height: 35.33px;
  text-align: center;
  margin-bottom: 15px;
  max-width: 195px;
  width: 100%
}

.facts .part2 .wr .flex_cont .row .orb4 {
  width: 285px;
  height: 285px
}

.facts .part2 .wr .flex_cont .row .orb4 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 36px;
  line-height: 34.99px;
  max-width: 160px;
  text-align: center;
  margin-bottom: 15px
}

.facts .part2 .wr .flex_cont .row .orb5 {
  width: 228px;
  height: 228px
}

.facts .part2 .wr .flex_cont .row .orb5 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 27px;
  font-weight: 400;
  line-height: 26.6px;
  text-align: center;
  max-width: 90px;
  margin: 0 auto;
  margin-bottom: 15px
}

.facts .part2 .wr .flex_cont .row2 {
  max-width: 670px;
  width: 100%;
  margin: 0 auto
}

.family {
  margin-bottom: 140px
}

.family .flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.family .flex_cont .colum {
  max-width: 578px;
  width: 100%
}

.family .flex_cont .col1 .title_cont {
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.family .flex_cont .col1 .title_cont .absolute_descr {
  position: absolute;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 145px;
  font-weight: 400;
  line-height: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.family .flex_cont .col1 .title_cont .blue_line {
  margin: 20px 0;
  position: relative
}

.family .flex_cont .col1 .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 68px;
  font-weight: 400;
  line-height: 79px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative
}

.family .flex_cont .col1 .descr {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-bottom: 40px;
  max-width: 480px
}

.family .flex_cont .col1 .descr2 {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  max-width: 480px;
  margin-bottom: 60px
}

.family .flex_cont .col1 .image {
  height: 580px
}

.family .flex_cont .col1 .image.loaded {
  background: url(../img/family.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat
}

.family .flex_cont .col2 .col_descr {
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 24px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 55px
}

.family .flex_cont .col2 .item {
  margin-bottom: 60px
}

.family .flex_cont .col2 .item_title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px
}

.family .flex_cont .col2 .blue_line {
  margin: 25px 0
}

.family .flex_cont .col2 .item_descr {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative
}

.family .flex_cont .col2 .item_descr::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #d93b8e;
  border-radius: 100%;
  left: 0;
  top: 8px
}

.adv2 {
  margin-bottom: 140px
}

.adv2 .title_cont {
  max-width: 870px;
  width: 100%
}

.adv2 .flex_cont {
  margin-bottom: 50px
}

.adv2 .flex_cont .colum {
  max-width: 335px;
  margin: 45px 30px
}

.adv2 .flex_cont .colum .descr_cont .col_descr {
  font-size: 19px
}

.adv2 .view_more {
  max-width: 395px;
  height: 125px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.adv2 .view_more .absolute_dots {
  position: absolute;
  width: 185px;
  height: 125px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 3px, transparent 100%);
  background-size: 25px 25px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1
}

.adv2 .view_more .blue_btn {
  width: 235px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: relative
}

.adv2 .view_more .blue_btn .border {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.adv2 .view_more .blue_btn .inn {
  width: 100%;
  height: 100%;
  background-color: #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.adv2 .view_more .blue_btn .btn_descr {
  color: #fff;
  font-family: "Futura PT - Heavy";
  font-size: 16px;
  font-weight: 400
}

.adv2 .view_more .blue_btn:hover .inn {
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.adv2 .view_more .blue_btn:hover .border {
  width: 100%;
  height: 100%
}

.history {
  margin-bottom: 140px
}

.history .title_cont {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 640px;
  height: 230px;
  margin-bottom: 30 xp
}

.history .title_cont .absolute_descr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  z-index: 1
}

.history .title_cont .blue_line {
  width: 42px;
  height: 3px;
  margin-bottom: 15px
}

.history .title_cont .blue_line img {
  width: 100%;
  height: 100%;
  display: block
}

.history .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
  text-align: center;
  z-index: 2;
  margin-bottom: 55px;
}

.history .discr_cont {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 24px;
  font-weight: 400;
  max-width: 745px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 75px
}

.history .part2 {
  background-image: url(../img/history.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black
}

.history .part2 .wr {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 20px;
  position: relative;
  height: 100%
}

.history .part2 .wr .flex_cont {
  width: 100%;
  margin: 0 auto
}

.history .part2 .wr .flex_cont .white_orb {
  background: #d93b8e;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.history .part2 .wr .flex_cont .white_orb .inner {
  -webkit-transition: all ease-in-out .8s;
  transition: all ease-in-out .8s
}

.history .part2 .wr .flex_cont .white_orb span {
  display: block
}

.history .part2 .wr .flex_cont .white_orb .title {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  text-align: center;
  transition: all ease-in-out 1s
}

.history .part2 .wr .flex_cont .white_orb .discr {
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  -webkit-transition: all ease-in-out .5s !important;
  transition: all ease-in-out .5s !important
}

.history .part2 .wr .flex_cont .white_orb:hover .inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.history .part2 .wr .flex_cont .white_orb:hover .title {
  color: white !important
}

.history .part2 .wr .flex_cont .white_orb:hover .discr {
  color: white
}

.history .part2 .wr .flex_cont .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.history .part2 .wr .flex_cont .row .orb1 {
  width: 305px;
  height: 305px
}

.history .part2 .wr .flex_cont .row .orb1 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 15px
}

.history .part2 .wr .flex_cont .row .orb2 {
  width: 410px;
  height: 410px
}

.history .part2 .wr .flex_cont .row .orb2 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center
}

.history .part2 .wr .flex_cont .row .orb3 {
  width: 260px;
  height: 260px
}

.history .part2 .wr .flex_cont .row .orb3 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px
}

.history .part2 .wr .flex_cont .row .orb4 {
  width: 306px;
  height: 306px
}

.history .part2 .wr .flex_cont .row .orb4 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  line-height: .7;
  margin-bottom: 15px
}

.history .part2 .wr .flex_cont .row .orb5 {
  width: 350px;
  height: 350px
}

.history .part2 .wr .flex_cont .row .orb5 .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 65px;
  font-weight: 400;
  line-height: .7;
  text-align: center;
  margin-bottom: 15px
}

.history .part2 .wr .flex_cont .row2 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.progress {
  margin-bottom: 100px
}

.progress .title_cont {
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  height: 255px;
  margin-bottom: 55px
}

.progress .title_cont .absolute_descr {
  position: absolute;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.progress .title_cont .blue_line {
  margin: 20px auto;
  position: relative
}

.progress .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 79px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center
}

.progress .flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.progress .flex_cont .colum {
  max-width: 600px;
  width: 100%
}
.progress .flex_cont .colum.col1{
  max-width: 400px;
}
.progress .flex_cont .colum.col2{
  max-width: 800px;
}
.progress .flex_cont .col1 .image.loaded {
  height: 490px;
  background: url(../img/progress.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 75px
}

.progress .flex_cont .col2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.progress .flex_cont .col2 .row .item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 75px
}
@media(max-width:992px){
  .progress .flex_cont .col2 .row .item{
    max-width: 230px;
  }
}
@media(max-width:567px){
  .progress .flex_cont .col2 .row .item {
    max-width: 265px;
  }
}

.progress .flex_cont .col2 .row .item .title {
  color: #d93b8e;
  font-family: "Futura PT - Heavy";
  font-size: 30px;
  font-weight: 400;
  line-height: 34.92px;
  margin-bottom: 25px
}

.progress .flex_cont .col2 .row .item .discr {
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400
}

.partners .title_cont {
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  height: 255px;
  margin-bottom: 55px
}

.partners .title_cont .absolute_descr {
  position: absolute;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.partners .title_cont .blue_line {
  margin: 20px auto;
  position: relative
}

.partners .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 79px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto;
  text-align: center
}

.partners .slider_container {
  padding-bottom: 120px;
  position: relative
}

.partners .slider_container .slide_inn {
  width: 278px;
  height: 160px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  margin: 0 auto
}

.partners .slider_container .sl1 {
  background: url(../img/logo_1.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center
}

.partners .slider_container .sl2 {
  background: url(../img/logo_2.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center
}

.partners .slider_container .sl3 {
  background: url(../img/logo_3.png);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center
}

.partners .slider_container .sl4 {
  background: url(../img/logo_4.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center
}

.partners .slider_container .slick-dots {
  bottom: -75px
}

.partners .slider_container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 100%;
  border: 3px solid #d93b8e;
  width: 11px;
  height: 11px;
  font-family: "slick";
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.partners .slick-dots li.slick-active button:before {
  border: 0;
  background: #d93b8e
}

.questions {
  margin-bottom: 60px
}

.questions .title_cont {
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  height: 255px;
  margin-bottom: 55px
}

.questions .title_cont .absolute_descr {
  position: absolute;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.questions .title_cont .blue_line {
  margin: 20px auto;
  position: relative
}

.questions .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 79px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto;
  text-align: center
}

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

.questions .flex_cont .colum {
  max-width: 570px;
  width: 100%;
  margin: 0 5px;
  min-height: 600px
}

.questions .flex_cont .colum .question {
  border-bottom: 1px solid #e1e1e1;
  padding: 35px 0
}

.questions .flex_cont .colum .question:hover .team_main {
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  color: #d93b8e
}

.questions .flex_cont .colum .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.questions .flex_cont .colum .team_main {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 1
}

.questions .flex_cont .colum .item_discr {
  opacity: .7;
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px
}

.questions .flex_cont .colum .close_ic {
  color: #d93b8e
}

.questions .question {
  cursor: pointer
}

.questions .question .item_discr {
  display: none
}

.questions .question .item_discr.visible {
  display: block
}

.whont_more {
  margin-bottom: 130px
}

.whont_more .title_cont {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1100px;
  height: 230px;
  margin-bottom: 30 xp
}

.whont_more .title_cont .absolute_descr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #f3f3f3;
  font-family: "Salted Mocha";
  font-size: 180px;
  font-weight: 400;
  line-height: 182px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  z-index: 1
}

.whont_more .title_cont .blue_line {
  width: 42px;
  height: 3px;
  margin-bottom: 15px
}

.whont_more .title_cont .blue_line img {
  width: 100%;
  height: 100%;
  display: block
}

.whont_more .title_cont .title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
  text-align: center;
  z-index: 2
}

.whont_more .discr_cont {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 24px;
  font-weight: 400;
  max-width: 605px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 75px
}

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

.whont_more .flex_cont .colum .image {
  width: 350px;
  height: 505px
}

.whont_more .flex_cont .col1 .image.loaded {
  background: url(/wp-content/themes/unitsevenschools/assets/img/c2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

.whont_more .flex_cont .col3 .image.loaded {
  background: url(/wp-content/themes/unitsevenschools/assets/img/c1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

.whont_more .flex_cont .form_container {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 385px;
  width: 100%;
  padding: 60px 0
}

.whont_more .flex_cont .form_container .form_inn {
  max-width: 275px;
  width: 100%
}

.whont_more .flex_cont .form_container .form_title {
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  margin-bottom: 19px
}

.whont_more .flex_cont .form_container .form_discr {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  max-width: 220px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px
}

.whont_more .flex_cont .form_container input {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  width: 100%;
  background-color: #fff;
  height: 60px;
  margin-bottom: 12px;
  text-align: center;
  color: #a6b3b2;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative
}

.whont_more .flex_cont .form_container input::-webkit-input-placeholder {
  text-align: center;
  color: #a6b3b2;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px
}

.whont_more .flex_cont .form_container input:-moz-placeholder {
  text-align: center;
  color: #a6b3b2;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px
}

.whont_more .flex_cont .form_container input::-moz-placeholder {
  text-align: center;
  color: #a6b3b2;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px
}

.whont_more .flex_cont .form_container input:-ms-input-placeholder {
  text-align: center;
  color: #a6b3b2;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px
}

.whont_more .flex_cont .form_container .blue_btn {
  border: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: relative;
  background: #d93b8e;
  color:#fff;
  font-weight:bold;
}

.whont_more .flex_cont .form_container .blue_btn .border {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.whont_more .flex_cont .form_container .blue_btn .inn {
  width: 100%;
  height: 100%;
  background-color: #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.whont_more .flex_cont .form_container .blue_btn .btn_descr {
  color: #fff;
  font-family: "Futura PT - Heavy";
  font-size: 16px;
  font-weight: 400
}

.whont_more .flex_cont .form_container .blue_btn:hover .inn {
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.whont_more .flex_cont .form_container .blue_btn:hover .border {
  width: 100%;
  height: 100%
}

.foot_sec .flex_cont {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.foot_sec .flex_cont .colum {
  max-width: 399px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px
}

.foot_sec .flex_cont .colum .col_inn {
  max-width: 240px
}

.foot_sec .flex_cont .colum .icon {
  width: 46px;
  height: 46px;
  border: 10px solid rgba(0, 172, 168, 0.1);
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2
}

.foot_sec .flex_cont .colum .icon .ic_inn {
  width: 46px;
  height: 46px;
  background-color: #d93b8e;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 18px
}

.foot_sec .flex_cont .colum .icon:before {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .9;
  -webkit-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out
}

.foot_sec .flex_cont .colum .icon::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  background: #d93b8e;
  margin: auto;
  border-radius: 100%;
  opacity: .4;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
  animation: pulse 1.5s infinite ease-in-out
}

.foot_sec .flex_cont .colum .descr {
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.foot_sec .flex_cont .colum .descr a {
  color: #505050
}

.foot_sec .flex_cont .colum .descr .fa {
  padding-right: 8px
}

.foot_sec .flex_cont .colum span {
  display: inline-block
}

.foot_sec .flex_cont .colum .sp_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.foot_sec .flex_cont .colum:hover .icon::before {
  -webkit-animation: pulse 1.5s infinite ease-in-out;
  animation: pulse 1.5s infinite ease-in-out
}

.foot_sec .flex_cont .colum:hover .icon::after {
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out
}

.foot_sec .modals_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #e6e6e6
}

.foot_sec .modals_flex .footer_modals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 690px;
  width: 100%
}

.foot_sec .modals_flex .footer_modals .footer_modal {
  opacity: .4;
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s
}

.foot_sec .modals_flex .footer_modals .footer_modal:hover {
  opacity: 1
}

.foot_sec .modals_flex .logo_rez {
  width: 37px;
  height: 33px
}

.foot_sec .modals_flex .logo_rez .cls-1 {
  fill: black
}

.foot_sec .modals_flex .logo_rez .cls-2 {
  fill: black;
  fill-rule: evenodd
}

.foot_sec .foot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0
}

.foot_sec .foot_nav .nav_link {
  color: #000;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  height: 35px;
  -webkit-transition: all ease .1s;
  transition: all ease .1s
}

.f_modal {
  background: white;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto
}

.f_modal .bottom-modal-content {
  width: 100%;
  padding: 30px;
  max-height: 85vh;
  overflow-y: scroll;
  position: relative;
  overflow-x: auto
}

.f_modal .bottom-modal-content .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'gpm';
  text-align: center;
  font-family: "Futura PT - Heavy"
}

.f_modal .bottom-modal-content .md_content {
  text-align: center;
  font-family: 'pts';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Futura PT - Book"
}

.f_modal .popup-modal-dismiss {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0
}

.f_modal .popup-modal-dismiss::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.f_modal .popup-modal-dismiss::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: black;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nav_link:hover {
  border-bottom: 2px solid #d93b8e
}

.f_modal.videomodal {
  background: black;
  overflow: hidden !important;
  border-radius: 50px;
  overflow: hidden !important
}

.f_modal.videomodal .bottom-modal-content {
  overflow: hidden !important;
  height: 80vw
}

.f_modal.videomodal .popup-modal-dismiss {
  right: 20px;
  top: 20px
}

.f_modal.videomodal .popup-modal-dismiss::after {
  background: white
}

.f_modal.videomodal .popup-modal-dismiss::before {
  background: white
}

#video_person video {
  display: block;
  width: 100%;
  height: 75vh;
  margin: 0 auto;
  overflow: hidden !important
}

#video_person video::-webkit-media-controls-enclosure {
  cursor: pointer
}

.adv2 .flex_cont .colum .sv1 {
  background: url(../img/adv2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.partners .slider_container .slick-dots {
  opacity: 0
}

.foot_sec .flex_cont .colum .icon .ic_inn svg {
  width: 14px
}

.foot_sec .flex_cont .colum .descr a:hover {
  color: #d93b8e
}

.foot_sec .flex_cont .col1 .descr:hover {
  color: #d93b8e
}

.number.nav_link {
  margin-top: 140px
}

.adv2 .flex_cont .col2 .svg_cont {
  margin-left: 35px
}

.adv2 .flex_cont .col2 .svg_cont svg {
  height: 190px
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0;
    mask-position: 0
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0;
    mask-position: 0
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
  to {
    -webkit-mask-position: 0;
    mask-position: 0
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
  to {
    -webkit-mask-position: 0;
    mask-position: 0
  }
}

.button-container-1 {
  position: relative;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s
}

.button-container-1 .mas {
  position: absolute;
  color: #000;
  width: 101%;
  position: absolute;
  overflow: hidden
}

.button-container-1 button {
  width: 101%;
  height: 100%;
  background: white;
  -webkit-mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
  mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
  -webkit-mask-size: 5200%;
  mask-size: 5200%;
  border: 0;
  color: #fff;
  cursor: default;
  -webkit-animation: ani2 .7s steps(29) forwards;
  animation: ani2 .7s steps(29) forwards
}

.button-container-1 button:hover {
  -webkit-animation: ani .7s steps(29) forwards;
  animation: ani .7s steps(29) forwards
}

@media only screen and (max-width: 1440px) {
  .whywe .flex_cont {
    margin-bottom: 45px
  }

  .main_sec .main_container .title {
   
    text-align: center;
    padding-top: 100px
  }
}

@media only screen and (max-width: 1240px) {
  .partners .slider_container .slick-dots {
    opacity: 1
  }

  .mission .flex_cont .col1 .title_cont .absolute_descr {
    text-align: center
  }

  .mission .flex_cont .col1 .title_cont .title {
    text-align: center;
    margin: 0 auto
  }

  .mission .flex_cont .col1 .title_cont .blue_line {
    margin: 20px auto
  }

  .mission .flex_cont .col1 .descr {
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px
  }

  .mission .flex_cont .colum {
    max-width: 100%
  }

  .mission .flex_cont .col1 .image.loaded {
    background: url(../img/dec1_small_sec3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 445px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-bottom: 70px
  }

  .mission .flex_cont .col2 {
    padding-left: 0
  }

  .mission .flex_cont .col2 .col_descr {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px
  }

  .mission .flex_cont .col2 .item {
    max-width: 425px;
    margin: 0 auto;
    margin-bottom: 50px
  }

  .mission .flex_cont .col2 .item .blue_line {
    margin: 20px auto
  }

  .mission .flex_cont .col2 .item .item_title {
    text-align: center;
    margin-bottom: 20px
  }

  .mission .flex_cont .col2 .item .item_descr {
    text-align: center
  }

  .mission {
    margin-bottom: 70px
  }
}

@media only screen and (max-width: 1224px) {
  .advantages .flex_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .adv2 .flex_cont .absolute_line {
    display: none
  }

  .advantages .flex_cont .colum .orb {
    margin: 20px auto
  }

  .adv2 .flex_cont .colum .descr_cont .col_descr br {
    display: none
  }

  .adv2 .flex_cont .colum {
    max-width: 500px
  }

  .advantages .flex_cont .col1 .svg_cont {
    margin-left: 30px
  }

  .advantages .flex_cont .col3 .svg_cont {
    margin-right: 30px
  }

  .adv2 .flex_cont .col1 .svg_cont {
    margin-left: 25%
  }

  .adv2 .flex_cont .col2 .svg_cont {
    margin-left: 25%
  }

  .adv2 .flex_cont .col3 .svg_cont {
    margin-right: 25%
  }

  .adv2 .flex_cont .col4 .svg_cont {
    margin-left: 25%
  }

  .adv2 .flex_cont .col5 .svg_cont {
    margin-right: 25%
  }
}

@media only screen and (max-width: 1199px) {
  .graduate .super_big_orb .items .item {
    align-items: center
  }

  .graduate .super_big_orb .items .item {
    align-items: center
  }

  .graduate .super_big_orb .items .item1.mymy1 {
    align-items: center
  }

  .advantages .flex_cont .absolute_line {
    display: none
  }

  .advantages .flex_cont .colum .orb {
    margin: 20px auto
  }

  .person .flex_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .person .flex_cont .col2 {
    max-width: 550px;
    text-align: center
  }

  .person .flex_cont .col2 .blue_line {
    display: none
  }

  .person .flex_cont .col2 .title {
    display: none
  }

  .graduate {
    margin-bottom: 80px
  }

  .graduate .super_big_orb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto
  }

  .graduate .super_big_orb .items {
    position: static;
    max-width: 800px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .graduate .super_big_orb .items .item {
    margin-left: 1px
  }

  .graduate .super_big_orb .items .item {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .graduate .super_big_orb .items .item .descr {
    text-align: left
  }

  .graduate .super_big_orb .items .item1 {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }

  .graduate .super_big_orb .items .item {
    position: static !important;
    margin-bottom: 30px
  }

  .graduate .super_big_orb .absolute_orb {
    width: 490px;
    height: 490px
  }

  .graduate .super_big_orb .absolute_orb .image {
    width: 370px;
    height: 370px
  }

  .graduate .super_big_orb .items .item .descr {
    width: 100%
  }

  .graduate .title_cont {
    margin-bottom: 50px
  }

  .graduate .super_big_orb .absolute_orb {
    margin-bottom: 50px
  }

  .facts .part2 .wr .flex_cont .white_orb {
    -webkit-box-shadow: 0 10px 57px rgba(96, 170, 167, 0.2);
    box-shadow: 0 10px 57px rgba(96, 170, 167, 0.2);
    margin: 5px
  }

  .facts .title_cont {
    margin-bottom: 0
  }

  .facts .part2 .wr {
    padding: 50px 20px
  }

  .history .part2 .wr .flex_cont .white_orb {
    -webkit-box-shadow: 0 10px 57px rgba(96, 170, 167, 0.2);
    box-shadow: 0 10px 57px rgba(96, 170, 167, 0.2);
    margin: 5px
  }

  .history .title_cont {
    margin-bottom: 0
  }

  .history .part2 .wr {
    padding: 50px 20px
  }

  .title_cont .title {
    font-size: 55px !important;
    font-weight: 400 !important;
    line-height: 61px !important
  }

  .title_cont .absolute_descr {
    font-family: "Salted Mocha";
    font-size: 140px !important;
    font-weight: 400 !important;
    line-height: 143px !important
  }

  .whont_more .flex_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .whont_more .flex_cont .col3 {
    display: none
  }

  .whont_more .flex_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse
  }

  .family .flex_cont .colum {
    max-width: 100%;
    width: 100%
  }

  .family .flex_cont .col1 .title_cont .title {
    margin: 0 auto
  }

  .family .flex_cont .col1 .title_cont .blue_line {
    margin: 20px auto
  }

  .family .flex_cont .col1 .title_cont {
    height: 200px
  }

  .family .flex_cont .col1 .descr {
    margin: 0 auto 40px;
    text-align: center
  }

  .family .flex_cont .col1 .descr2 {
    margin: 0 auto 60px;
    text-align: center
  }

  .family .flex_cont .col1 .image.loaded {
    background: url(../img/dec1_e_img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 40px
  }

  .family .flex_cont .col2 .item {
    max-width: 425px;
    width: 100%;
    margin: 0 auto 40px
  }

  .family {
    margin-bottom: 50px
  }

  .adv2 .flex_cont {
    margin-bottom: 50px
  }

  .adv2 {
    margin-bottom: 70px
  }

  .progress {
    margin-bottom: 70px
  }

  .questions .flex_cont .colum {
    max-width: 100%
  }

  .questions .title_cont {
    margin-bottom: 20px
  }

  .questions .flex_cont .colum {
    min-height: auto
  }

  .whont_more {
    margin-bottom: 80px
  }

  .foot_sec .flex_cont .colum .descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .foot_sec .flex_cont .colum span {
    text-align: center
  }
}

@media only screen and (max-width: 1024px) {
  .partners .title_cont {
    margin-bottom: 10px
  }

  .partners .title_cont {
    height: 190px
  }

  .whywe .flex_cont {
    margin-bottom: 45px
  }

  .facts .part2 {
    background: transparent
  }

  .history .part2 {
    background: transparent
  }

  .navigataon .nav .links {
    display: none
  }

  .navigataon .small_disp_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 170px;
    z-index: 6;
    cursor: pointer
  }

  .navigataon .small_disp_burger .icon {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 100%;
    position: relative
  }

  .navigataon .small_disp_burger .icon .rov {
    position: absolute;
    height: 2px;
    width: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: white
  }

  .navigataon .small_disp_burger .icon:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 16px;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
  }

  .navigataon .small_disp_burger .icon:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 16px;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
  }

  .navigataon .small_disp_burger .menu_descr {
    color: #fff;
    font-family: "Futura PT - Book";
    font-size: 21px;
    font-weight: 400;
    line-height: 33px
  }

  .navigataon .small_disp_burger.visible .icon {
    border: 2px solid black
  }

  .navigataon .small_disp_burger.visible .icon .rov {
    opacity: 0
  }

  .navigataon .small_disp_burger.visible .icon:before {
    background: black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .navigataon .small_disp_burger.visible .icon:after {
    background: #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .navigataon .small_disp_burger.visible .menu_descr {
    color: #000
  }

  .navigataon .absolute_menu.visible {
    display: block;
    width: 100vw;
    height: 100vh;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
  }

  .navigataon .absolute_menu.visible .inn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 100px;
    margin: auto
  }

  .navigataon .absolute_menu.visible .inn .nav_link {
    color: #000;
    font-family: "Futura PT - Heavy";
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
  }

  .navigataon .absolute_menu.visible .inn .nav_link:hover {
    border-bottom: 2px solid #d93b8e
  }

  .foot_sec .modals_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .foot_sec .modals_flex .footer_modals {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .foot_sec .modals_flex .footer_modals .footer_modal {
    margin: 10px 20px;
    text-align: center
  }

  .foot_sec .modals_flex .logo_rez {
    margin-top: 20px
  }

  .questions {
    margin-bottom: 120px
  }

  .partners {
    margin-bottom: 50px
  }

  .history {
    margin-bottom: 100px
  }

  .graduate .title_cont {
    height: 130px;
    margin-bottom: 30px
  }

  .mission {
    margin-bottom: 90px
  }
}

@media only screen and (max-width: 768px) {
  .advantages .title_cont .title {
    max-width: 500px
  }

  .graduate .super_big_orb .items .item {
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: auto
  }

  .graduate .super_big_orb .items .item10 .descr {
    padding-right: 10px
  }

  .graduate .super_big_orb .items .item4.mymy1 {
    margin-bottom: 20px
  }

  .graduate .super_big_orb .items .item6.mymy2 {
    margin-bottom: 20px
  }

  .graduate .super_big_orb .items .item2.mymy3 {
    margin-bottom: 20px
  }

  .graduate .super_big_orb .items .item8.mymy4 {
    margin-bottom: 20px
  }

  .graduate .super_big_orb .items .item4.mymy5 {
    margin-bottom: 20px
  }

  .whywe .flex_cont .colum .small_flex {
    margin-bottom: 60px
  }

  .main_sec .main_container .scroll_down {
    margin-top: 25px
  }

  .person .flex_cont .col1 .absolute_descr {
    font-size: 120px
  }

  .foot_sec .foot_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .whywe .flex_cont .colum .small_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .whywe .flex_cont .colum .sm_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .title_cont .title {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 45px !important
  }

  .title_cont .absolute_descr {
    font-family: "Salted Mocha";
    font-size: 80px !important;
    font-weight: 400 !important;
    line-height: 80px !important
  }

  .person .flex_cont .col1 .absolute_descr {
    font-size: 80px;
    line-height: 80px !important
  }

  .graduate .super_big_orb .absolute_orb .image {
    width: 300px;
    height: 300px
  }

  .graduate .super_big_orb .absolute_orb {
    width: 320px;
    height: 320px
  }

  .nav_link {
    font-size: 30px !important;
    line-height: 1 !important
  }
}

@media only screen and (max-width: 610px) {
  .svg_cell {
    margin-top: 90px;
    margin-bottom: 0;
    height: 310px
  }

  .mission .flex_cont .col1 .image.loaded {
    height: 360px
  }

  .family .flex_cont .col1 .image.loaded {
    height: 310px
  }

  .graduate .super_big_orb .items {
    flex-direction: column
  }

  .main_sec {
    background-position: 42%
  }

  .history .discr_cont {
    margin-bottom: 35px
  }

  .mission .flex_cont .col1 .image {
    height: 420px
  }

  .graduate .super_big_orb .items .item {
    min-height: auto
  }

  .advantages .flex_cont .colum .orb {
    background: transparent
  }

  .family .flex_cont .col1 .image {
    height: 375px
  }

  .progress .flex_cont .col1 .image {
    height: 335px
  }

  .history .part2 .wr .flex_cont .row .orb5, .history .part2 .wr .flex_cont .row .orb2 {
    height: 325px;
    width: 325px
  }

  .facts .part2 .wr .flex_cont .row .orb1 {
    height: 325px;
    width: 325px
  }

  .nav_link {
    font-size: 25px !important;
    line-height: 1 !important
  }

  .navigataon .small_disp_burger {
    margin-left: 0
  }

  .navigataon .nav .logo_cont {
    width: 60px;
    height: 60px
  }

  .navigataon .nav .btn {
    max-width: auto;
    width: auto
  }

  .navigataon .nav .btn .number {
    display: none
  }

  .progress .flex_cont .col2 .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .mission .flex_cont .col1 .title_cont {
    height: 120px
  }

  .whywe {
    margin-bottom: 70px
  }

  .facts .title_cont {
    height: auto
  }

  .whywe .flex_cont {
    margin-bottom: 0
  }

  .adv2 .flex_cont {
    margin-bottom: 0
  }

  .graduate .super_big_orb .items .item {
    margin-bottom: 20px
  }

  .facts {
    margin-bottom: 70px
  }

  .advantages .title_cont {
    height: 120px
  }

  .progress .title_cont {
    height: auto
  }

  .partners .title_cont {
    height: auto
  }

  .whywe .title_cont {
    height: auto
  }

  .whont_more .title_cont {
    height: auto
  }

  .title_cont {
    height: auto !important;
    margin-bottom: 25px !important
  }

  .history {
    margin-bottom: 70px
  }

  .title_cont .blue_line {
    margin: 0 auto 10px !important
  }

  .adv2 {
    margin-bottom: 100px
  }

  .whywe {
    margin-bottom: 100px
  }

  .history {
    margin-bottom: 100px
  }

  .facts {
    margin-bottom: 100px
  }
}

@media only screen and (max-width: 550px) {
  .adv2 .flex_cont .col1 .svg_cont {
    margin-left: 20%
  }

  .adv2 .flex_cont .col2 .svg_cont {
    margin-left: 20%
  }

  .adv2 .flex_cont .col3 .svg_cont {
    margin-right: 20%
  }

  .adv2 .flex_cont .col4 .svg_cont {
    margin-left: 20%
  }

  .adv2 .flex_cont .col5 .svg_cont {
    margin-right: 20%
  }

  .graduate .tabs li a {
    font-size: 16px;
    text-align: center
  }
}

@media only screen and (max-width: 480px) {
  .person .flex_cont .col1 .person_info {
    margin-top: 160px
  }

  .person .flex_cont .col1 .play_orb {
    margin-top: 160px
  }

  .whont_more {
    margin-bottom: 50px
  }

  .adv2 .flex_cont .col1 .svg_cont {
    margin-left: 15%
  }

  .adv2 .flex_cont .col2 .svg_cont {
    margin-left: 15%
  }

  .adv2 .flex_cont .col3 .svg_cont {
    margin-right: 15%
  }

  .adv2 .flex_cont .col4 .svg_cont {
    margin-left: 15%
  }

  .adv2 .flex_cont .col5 .svg_cont {
    margin-right: 15%
  }
  .navigataon .nav{
	  padding:20px 0px 0;
  }
}

@media only screen and (max-width: 350px) {
  .mission .flex_cont .col1 .image {
    height: 380px
  }

  .adv2 .flex_cont .col1 .svg_cont {
    margin-left: 10%
  }

  .adv2 .flex_cont .col2 .svg_cont {
    margin-left: 10%
  }

  .adv2 .flex_cont .col3 .svg_cont {
    margin-right: 10%
  }

  .adv2 .flex_cont .col4 .svg_cont {
    margin-left: 10%
  }

  .adv2 .flex_cont .col5 .svg_cont {
    margin-right: 10%
  }
}

.top_nav_lang_cont {
  display: flex;
  max-width: 300px;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center
}

.top_nav_lang_cont .lang_btn {
  position: relative;
  font-family: "Futura PT - Book";
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  color: white
}

.top_nav_lang_cont .lang_btn a {
  color: white
}

.top_nav_lang_cont .lang_btn .bot_lang_wr {
  position: absolute;
  display: none
}

.top_nav_lang_cont .lang_btn {
  position: relative;
}

.top_nav_lang_cont .lang_btn:hover .bot_lang_wr {
  display: block;
  background: white;
  padding: 10px;
  border-radius: 5px
}

.top_nav_lang_cont .lang_btn .top_lang {
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center
}

.top_nav_lang_cont .lang_btn:hover .bot_lang_wr a {
  color: black
}

.top_nav_lang_cont .lang_btn a.bot_lang:hover {
  border-bottom: 2px solid #d93b8e;
}

.top_nav_lang_cont .lang_btn a.bot_lang {
  border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 767px) {
  .navigataon .nav .btn {
    max-width: fit-content;
  }

  .navigataon .nav .btn .number {
    display: none
  }

  .top_nav_lang_cont {
    max-width: 93px;
    justify-content: space-between
  }
}

.top_nav_lang_cont .lang_btn .top_lang i {
  font-size: 11px;
}

.navigataon.otehal .top_nav_lang_cont .lang_btn .top_lang {
  color: black
}

.modal_form{
  max-width: 385px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
}
.modal_form .wrapper{
  max-width: 275px;
  width: 100%;
}
.modal_form .wrapper .form_title{
  color: #000;
  font-family: "Futura PT - Heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  margin-bottom: 19px;
}
.modal_form .wrapper .form_discr{
  color: #505050;
  font-family: "Futura PT - Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.modal_form .wrapper input{
   border-radius: 30px;
   border: 1px solid #e6e6e6;
   width: 100%;
   background-color: #fff;
   height: 60px;
   margin-bottom: 12px;
   text-align: center;
   color: #a6b3b2;
   font-family: "Futura PT - Book";
   font-size: 20px;
   font-weight: 400;
   line-height: 26px;
   position: relative;
 }
.modal_form .wrapper .blue_btn {
  border: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: relative;
  background: transparent;
}
.modal_form .wrapper .blue_btn .border {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal_form .wrapper .blue_btn .inn {
  width: 100%;
  height: 100%;
  background-color: #d93b8e;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal_form .wrapper .blue_btn .btn_descr {
  color: #fff;
  font-family: "Futura PT - Heavy";
  font-size: 16px;
  font-weight: 400;
}
.modal_form .wrapper .blue_btn:hover .border{
  width: 100%;
  height: 100%;
}
.modal_form .wrapper .blue_btn:hover .inn{
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal_form .mfp-close{
  left: calc(50% + 145px);
  top: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #d93b8e;
}
.modal_form .mfp-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_form .mfp-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.infographic {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.visible .path1 {
  animation: visible_l 2s linear forwards;
}

@keyframes visible_l {
  0% {
    fill: transparent;
  }

  80% {
    fill: transparent;
  }

  100% {
    fill: white;
  }
}

.svg_cell{

  max-width: 450px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 0;
  margin-top: 50px;
  padding: 20px; }
}

.links,
li.nav_link,
.ls-none{
  list-style: none !important
}

.min-height-hidden{
  width: 100%;
}

@media(max-height: 950px){
  .min-height-hidden{
    height: 120px;
  }
}

@media(max-height: 720px){
  .min-height-hidden{
    height: 180px;
  }
}

body > div.section.main_sec.loaded > div > div > div.min-height-hidden.loaded {
  height: 1px !important
}
