@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Marck+Script|Pacifico&subset=cyrillic");
*, html, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "MuseoSansRegular"; }

html {
  max-width: 100vw;
  oveflow-x: hidden; }

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

ul {
  list-style: none; }

.wr {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  max-width: 95%; }

section {
  padding: 70px 0; }

.section_head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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; }
  .section_head h2 {
    font-family: 'MuseoSansMedium';
    letter-spacing: .6px;
    font-size: 26px;
    position: relative;
    font-size: 24px;
    color: #3a3a3a; }
    .section_head h2:after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 50px;
      border-radius: 50px;
      border: 2px solid #3a3a3a; }

.qform {
  position: relative;
  height: 650px;
  height: auto;
  background: #494da2;
  background: #5e81cc;
  background: #f9de69;
  background: -webkit-gradient(linear, left top, right top, from(#ffd521), to(#f9de69));
  background: -webkit-linear-gradient(left, #ffd521, #f9de69);
  background: -o-linear-gradient(left, #ffd521, #f9de69);
  background: linear-gradient(to right, #ffd521, #f9de69);
  padding: 100px 0; }
  .qform:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background: url(../img/advantages_bg_img.png);
    background-size: 50%;
    background-position: center left;
    opacity: .45; }
  .qform .wr {
    position: relative;
    z-index: 10;
    padding-right: 45%;
    padding-left: 5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .qform .wr .swiper-slide {
      opacity: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .qform .wr .swiper-slide-active {
      opacity: 1; }
    .qform .wr .qform_videos {
      height: 320px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 50%;
      height: 400px; }
      .qform .wr .qform_videos .swiper-container {
        height: 100%;
        padding: 30px; }
      .qform .wr .qform_videos .swiper-slide {
        overflow: hidden; }
      .qform .wr .qform_videos .prev {
        position: absolute;
        top: 57%;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        width: 55px;
        height: 55px;
        border-radius: 7px;
        background-color: #3e5596;
        background-image: url(../img/ra2.svg);
        background-size: 33px;
        border-radius: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
        z-index: 35; }
      .qform .wr .qform_videos .next {
        position: absolute;
        top: 57%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 55px;
        height: 55px;
        border-radius: 7px;
        background-color: #3e5596;
        background-image: url(../img/ra2.svg);
        background-size: 33px;
        border-radius: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
        z-index: 35; }
      .qform .wr .qform_videos iframe {
        border: 10px solid #fff;
        border-radius: 10px;
        height: 100%;
        width: 100%;
        -webkit-box-shadow: 0px 2px 60px rgba(94, 78, 65, 0.5);
        box-shadow: 0px 2px 60px rgba(94, 78, 65, 0.5); }
    .qform .wr h2 {
      font-family: 'MuseoSansMedium';
      margin-bottom: 10px;
      color: #e06060;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 30px;
      position: relative; }
      .qform .wr h2:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -2%;
        width: 28%;
        height: 100%;
        z-index: -1;
        background: #db6da4; }

      .qform .wr h2 img {
        height: 40px;
        width: 40px;
        margin-right: 8px;
        position: relative;
        z-index: 10; }
    .qform .wr p {
      line-height: 1.7em;
      margin-bottom: 15px;
      font-size: 15px;
      color: #e06060;
      line-height: 1.6em;
      margin-bottom: 15px;
      font-size: 16px;
      color: #af5050;
      width: 90%; }
    .qform .wr .btn {
      margin-top: 20px;
      width: 250px;
      background: -webkit-gradient(linear, left top, left bottom, from(#ef5858), to(#e05050)) !important;
      background: -webkit-linear-gradient(top, #ef5858, #e05050) !important;
      background: -o-linear-gradient(top, #ef5858, #e05050) !important;
      background: linear-gradient(to bottom, #ef5858, #e05050) !important;
      -webkit-box-shadow: 0px 1px 9px -2px #564301;
      box-shadow: 0px 1px 9px -2px #564301; }

.header {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 50; }
  .header_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header_logo img {
    height: 45px;
    background: #fff;
    border-radius: 7px; }
  .header-3 .header_logo img {
    background: none;
    height: 35px; }
  .header .wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-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;
    height: 100%; }
  .header ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header ul a {
      display: block;
      margin-left: 30px;
      font-size: 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: 'MuseoSansMedium';
      font-weight: 500; }
      .header ul a img {
        width: 15px;
        margin-right: 4px;
        height: 15px;
        display: none; }
    .header ul #open_menu {
      width: 27px;
      height: 27px;
      display: block; }
      .header ul #open_menu img {
        display: block;
        width: 100%;
        height: 100%; }
  .header_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .selectmap {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    background-color: #ffc808;
    background-image: url(../img/ukraine.svg);
    background-size: 70%;
    background-position: center;
    border-radius: 50px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 9px -2px #564301;
    box-shadow: 0px 1px 9px -2px #564301;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .header_map {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 45px; }
    .header_map .select {
      background: #ffc808;
      background: -webkit-gradient(linear, left top, left bottom, from(#ff4686), to(#e9407a));
      background: -webkit-linear-gradient(top, #ff4686, #e9407a);
      background: -o-linear-gradient(top, #ff4686, #e9407a);
      background: linear-gradient(to bottom, #ff4686, #e9407a);
      height: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 25px;
      margin-right: 10px;
      border-radius: 7px;
      font-size: 16px;
      position: relative;
      font-weight: 400;
      letter-spacing: .7px;
      border-radius: 50px;
      font-family: 'MuseoSansMedium';
      color: #fff;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0px 1px 9px -2px #564301;
      box-shadow: 0px 1px 9px -2px #564301;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .header_map .select:after {
        content: '\f2f6';
        position: absolute;
        top: 50%;
        font-family: 'FontAwesome';
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        right: 15px;
        width: 14px;
        height: 14px;
        font-size: 16px;
        display: none;
        color: #fff;}
  .header-2 {
    background: #fff; }
    .header-2 ul a {
      color: #333;
      font-weight: 500;
      font-family: 'MuseoSansMedium';
      font-weight: 500; }
  .header #open_menu {
    display: none !important; }

#factsNumber span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 60px;
  height: 60px;
  font-size: 28px;
  border-radius: 100%;
  background: #f9ec78;
  margin-right: auto;
  margin-left: auto;
  color: #222;
  margin-bottom: 15px;
  z-index: 10;
  font-family: 'MuseoSansBold';
  font-weight: 900;
  color: #222;
  position: relative;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }

#factsNumber div {
  font-size: 20px;
  font-family: 'MuseoSansBlack';
  font-weight: 900;
  color: #222; }

.btn {
  background: #ffc80a;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  height: 50px;
  border-radius: 50px;
  width: auto;
  padding: 0 40px;
  color: #564301;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-family: 'MuseoSansMedium';
  -webkit-box-shadow: 0px 1px 0px -1px #564301;
  box-shadow: 0px 1px 0px -1px #564301;
  -webkit-box-shadow: 0px 1px 9px -2px #564301;
  box-shadow: 0px 1px 9px -2px #564301;
  -webkit-box-shadow: 0px 2px 4px -2px #564301bf;
  box-shadow: 0px 2px 4px -2px #564301bf;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbe08), to(#f5a00e)) !important;
  background: -webkit-linear-gradient(top, #ffbe08, #f5a00e) !important;
  background: -o-linear-gradient(top, #ffbe08, #f5a00e) !important;
  background: linear-gradient(to bottom, #ffbe08, #f5a00e) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4686), to(#e9407a)) !important;
  background: -webkit-linear-gradient(top, #ff4686, #e9407a) !important;
  background: -o-linear-gradient(top, #ff4686, #e9407a) !important;
  background: linear-gradient(to bottom, #ff4686, #e9407a) !important; }
  .btn:hover {
    color: #564301 !important;
    color: #fff !important; }
  .btn-pink {
    background: #ff697d;
    color: #fff; }

.banner {
  background: #e9406b;
  background: #d63e76;
  background: -webkit-gradient(linear, left top, right top, from(#67a6db), to(#d4408b));
  background: -webkit-linear-gradient(left, #67a6db 0%, #d4408b 100%);
  background: -o-linear-gradient(left, #67a6db 0%, #d4408b 100%);
  background: linear-gradient(to right, #67a6db 0%, #d4408b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#67a6db), to(#c39be6));
  background: -webkit-linear-gradient(left, #67a6db 0%, #c39be6 100%);
  background: -o-linear-gradient(left, #67a6db 0%, #c39be6 100%);
  background: linear-gradient(to right, #67a6db 0%, #c39be6 100%);
  height: calc(91vh - 0px);
  position: relative; }
  .banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background: url(../img/advantages_bg_img.png);
    background-size: 39.5%;
    background-position: center left;
    opacity: .45;
    right: 30%;
    width: 100%;
    height: 140%;
    top: -15%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    opacity: .2;
  }

  .banner .col1 {
    padding-top: 10vmin;
  }

  .banner .wr {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 130vmin;
    position: relative;
    z-index: 10; }
  .banner .btn {
    color: #fff;
    margin-top: 3.8vmin;
    height: 7vmin;
    padding: 0 4vmin;
    font-size: 2.2vmin;
    -webkit-animation-name: scale;
    animation-name: scale2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .banner .particles-wrapper {
    overflow: visible; }
  .banner .col {
    width: 60vmin;
    padding-right: 4vmin;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .banner .col1 {
      position: relative;
      z-index: 10; }
    .banner .col2 {
      width: calc(100% - 60vmin);
      position: relative; }
      .banner .col2:after {
        content: '';
        position: absolute;
        top: 58%;
        left: 65%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80vmin;
        height: 80vmin;
        background: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: -o-linear-gradient(120deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: linear-gradient(330deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        border-radius: 100%; }
      .banner .col2:before {
        content: '';
        position: absolute;
        top: 58%;
        left: 65%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 60vmin;
        height: 60vmin;
        background: -webkit-linear-gradient(150deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: -o-linear-gradient(150deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: linear-gradient(300deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        border-radius: 100%; }
      .banner .col2 .circ {
        position: absolute;
        top: 58%;
        left: 65%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 45vmin;
        height: 45vmin;
        background: -webkit-linear-gradient(150deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: -o-linear-gradient(150deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: linear-gradient(300deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        border-radius: 100%; }
      .banner .col2 img {
        position: absolute;
        z-index: 20;
        bottom: 0;
        right: -30vmin;
        width: 107vmin;
        right: -22vmin;
        width: calc(107vmin - 12%); }
  .banner h3 {
    text-shadow: 0px 1px 1px rgba(111, 94, 134, 0.6);
    font-weight: 900;
    font-family: 'MuseoSansBlack';
    color: #f9ff00;
    text-transform: uppercase;
    margin-bottom: 1vmin;
    font-size: 3vmin; 
	
    opacity: 1!important;}
  .banner h2 {
    font-size: 2.926vmin;
    font-weight: 700;
    margin-bottom: 1.2vmin;
    font-weight: 500;
    font-family: 'MuseoSansBold';
    font-weight: 900;
    font-family: 'MuseoSansBlack';
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-shadow: 0px 2px 6px rgba(111, 94, 134, 0.6);
    position: relative;
    margin-bottom: 4vmin; }
    .banner h2:after {
      content: '';
      position: absolute;
      bottom: -2vmin;
      left: 0;
      width: 6vmin;
      border-top: .45vmin solid #fff;
      -webkit-box-shadow: 0px 1px 4px rgba(111, 94, 134, 0.6);
      box-shadow: 0px 1px 4px rgba(111, 94, 134, 0.6); }
    .banner h2 span:first-child {
      font-weight: 900;
      font-family: 'MuseoSansBlack';
      font-size: 5.65vmin; }
    .banner h2 span:nth-child(2) {
      font-weight: 500;
      font-family: 'MuseoSansBold';
      font-weight: 900;
      font-family: 'MuseoSansBlack';
      font-size: 5vmin;
      font-size: 4vmin; }
  .banner p {
    line-height: 1.7em;
    font-size: 1.75vmin;
    width: 85%;
    opacity: .8;
    font-family: 'MuseoSansMedium';
    font-weight: 500; }
  .banner button {
    margin-top: 3.8vmin;
    height: 6vmin;
    padding: 0 4vmin;
    font-size: 1.9vmin; }

.about {
  background: #F3F3F3;
  background: #F6F8FB;
  background: #e5eaf3;
  position: relative; }
  .about .wr {
    width: 950px;
    position: relative; }
    .about .wr:after {
      content: '';
      position: absolute;
      width: 450px;
      height: 300px;
      /*background: url(http://nyanyapark.com.ua/wp-content/uploads/bfi_thumb/numbers-335nhutdgo32onx2jrcs22.png);
      */background-size: cover;
      background-repeat: no-repeat;
      top: 0%;
      left: -12%;
      opacity: 0;
      -webkit-transition: all 2.5s;
      -o-transition: all 2.5s;
      transition: all 2.5s; }
  .about:hover .wr:after {
    opacity: .8; }
  .about.userIsHere .wr:after {
    opacity: .6; }
  .about .section_head {
    display: none !important; }
  .about .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 10; }
    .about .section_body .el {
      width: 100%;
      background: #fff;
      border-radius: 20px;
      padding: 25px;
      padding-bottom: 35px;
      padding-top: 32px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
      box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12); }
      .about .section_body .el .col1 {
        height: 100%;
        background: #f3f3f3;
        width: 40%;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        border: 7px solid #f3f3f3;
        -webkit-box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.45); }
        .about .section_body .el .col1 .gift {
          width: 50px;
          height: 50px;
          background: url(../img/gift.svg);
          background-size: cover;
          position: absolute;
          z-index: 15;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          display: none; }
        .about .section_body .el .col1 img {
          position: absolute;
          width: 100%;
          width: 360px;
          bottom: -25px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          display: none; }
      .about .section_body .el .col2 {
        width: 100%;
        padding-top: 0%;
        padding-left: 6%;
        padding-right: 4%;
        padding-bottom: 2%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        padding-bottom: 0;
        align-items: flex-start; }
        .about .section_body .el .col2 h4 {
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    font-family: 'MuseoSansBold';
    color: #63656d;
    width: 90%;
    margin-left: auto;
    line-height: 1.35em;
    margin-right: auto;
        }
        .about .section_body .el .col2 h2 {
          width: 100%;
          text-align: center;
          padding-right: 7%;
          margin-bottom: 60px;
          color: #3a3a3a;
          font-size: 18px;
          position: relative; }
          .about .section_body .el .col2 h2:after {
            content: '';
            position: absolute;
            bottom: -18px;
            left: 48%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 40px;
            border-top: 3px solid #3a3a3a; }
        .about .section_body .el .col2 ul {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          top: 12px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .about .section_body .el .col2 ul li {
            width: 25%;
            margin-bottom: 40px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-right: 0%;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            position: relative; }
            .about .section_body .el .col2 ul li:after {
    content: '';
    width: 50%;
    height: 85px;
    width: 85px;
    background: #F2CF67;
    background: #e7dc8b;
    position: absolute;
    top: -10px;
    left: 50%;
    opacity: .3;
    border-radius: 100%;
    z-index: 0;
    transform: translateX(-50%);
            }
            .about .section_body .el .col2 ul li:nth-child(3), .about .section_body .el .col2 ul li:nth-child(4) {
              margin-bottom: 0; }
        .about .section_body .el .col2 img {
          width: 55px;
          height: 55px;
          min-width: 65px;
          min-height: 65px;
          margin-right: 0px;
          position: relative;
          z-index: 5; }
        .about .section_body .el .col2 h2 {
          font-family: 'MuseoSansMedium';
          color: #373737;
          background: #F8CE52;
          background: #f9eb79;
          padding: 10px 30px;
          text-transform: inherit;
          width: auto;
          margin-right: auto;
          margin-left: auto;
          font-size: 25px; }
        .about .section_body .el .col2 p {
          color: #707477;
          width: 85%;
          font-size: 15px;
          margin-top: 5px;
          line-height: 1.45em;
          display: none;
        }
      .about .section_body .el2 {
        height: auto;
        margin-top: 20px;
        padding: 35px;
        padding-left: 130px;
        position: relative; }
        .about .section_body .el2:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 40px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          height: 77px;
          width: 77px;
          background: url(../img/calligraphy.svg);
          background-size: cover; }
        .about .section_body .el2 p {
          line-height: 1.6em;
          color: #6a6e75;
          font-size: 15px; }
          .about .section_body .el2 p span {
            font-family: 'MuseoSansMedium';
            font-weight: 500;
            color: #000; }

.stat {
  padding-bottom: 85px;
  position: relative;
  background: #F6F8FB; }
  .stat * {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .stat .section_head h2 {
    background: #F8CE52;
    background: #f9eb79;
    padding: 10px 30px;
    text-transform: inherit; }
  .stat .wr {
    position: relative; }
    .stat .wr:after {
      content: '';
      position: absolute;
      bottom: -130px;
      right: -15%;
      width: 400px;
      height: 300px;
      background: url(../img/pers.png);
      background-size: cover;
      display: none; }
  .stat-2 {
    padding-top: 0px; }
    .stat-2 .section_body {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-left: 0 !important; }
      .stat-2 .section_body .col1 {
        padding-left: 60px !important;
        padding-right: 0 !important; }
        .stat-2 .section_body .col1 .stat_line:first-child p span:after {
          bottom: 0px; }
  .stat .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
    padding-left: 0%; }
    .stat .section_body .col1-2 {
      padding-left: 0% !important;
      padding-right: 0 !important;
      position: relative;
      right: -3%; }
    .stat .section_body .col1 {
      width: 33.3333%;
      padding-left: 0%;
      position: relative; }
      .stat .section_body .col1:after {
        content: 'Навыки которые получит ребенок';
        position: absolute;
        top: 48%;
        left: -270px;
        opacity: .7;
        font-size: 22px;
        font-weight: 900;
        color: #ebeef3;
        font-family: 'MuseoSansBlack';
        text-transform: uppercase;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: none; }
    .stat .section_body .col3 {
      width: 33.333%;
      position: relative; }
      .stat .section_body .col3:after {
        content: '';
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70%;
        height: 70%;
        border-radius: 100%;
        background: #e7dc8b;
        opacity: .3; }
      .stat .section_body .col3 img {
        width: 100%;
        position: relative;
        z-index: 10; }
    .stat .section_body .col2 {
      width: 22%;
      background: #f1f1f1;
      background: none;
      padding-top: 45px;
      border-radius: 20px;
      position: relative;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: perspective(900px) rotate3d(10, 0, 1700, 3deg);
      transform: perspective(900px) rotate3d(10, 0, 1700, 3deg); }
      .stat .section_body .col2:before {
        content: '';
        position: absolute;
        top: -10%;
        left: -40%;
        width: 430px;
        height: 430px;
        background: url(https://www.pportodosmuseus.pt/wp-content/uploads/2012/05/post-it.jpg);
        background-size: cover;
        z-index: -1;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        opacity: .6;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease; }
      .stat .section_body .col2:hover:before {
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg); }
      .stat .section_body .col2:after {
        content: '';
        position: absolute;
        top: 18px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 55px;
        -webkit-box-shadow: inset 0px 1px 1.5px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 1px 1.5px rgba(0, 0, 0, 0.3);
        height: 7px;
        border-radius: 50px;
        background: #fff;
        display: none; }
      .stat .section_body .col2 h2 {
        font-size: 22px;
        margin-bottom: 0px;
        margin-top: 10px;
        font-family: 'MuseoSansMedium';
        text-align: center;
        font-family: 'Marck Script', cursive;
        color: #555;
        position: relative;
        font-weight: 900;
        left: 20px; }
      .stat .section_body .col2 .row {
        display: none !important; }
      .stat .section_body .col2 p {
        font-size: 15px;
        line-height: 1.5; }
      .stat .section_body .col2 ul {
        margin-top: 10px;
        padding-left: 10px;
        position: relative;
        left: 20px; }
        .stat .section_body .col2 ul li {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 8px;
          color: #555; }
          .stat .section_body .col2 ul li:last-child {
            margin-bottom: 0; }
            .stat .section_body .col2 ul li:last-child .qu:after {
              display: none !important; }
          .stat .section_body .col2 ul li .qu {
            width: 30px;
            height: 30px;
            border-radius: 100%;
            background: #fff;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            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;
            color: #555;
            font-family: 'MuseoSansBold';
            position: relative;
            display: none; }
            .stat .section_body .col2 ul li .qu:after {
              content: '';
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              bottom: -25px;
              height: 25px;
              width: 2px;
              background: #f7f7f7; }
          .stat .section_body .col2 ul li p {
            width: calc(100% - 30px);
            padding-left: 15px;
            font-size: 18px;
            font-family: 'MuseoSansMedium';
            font-family: 'Marck Script', cursive; }
  .stat:hover .section_body .col2 {
    -webkit-transform: perspective(900px) rotate3d(10, 0, 0, 3deg);
    transform: perspective(900px) rotate3d(10, 0, 0, 3deg); }
    .stat:hover .section_body .col2:before {
      opacity: 1; }
  .stat.userIsHere .section_body .col2 {
    -webkit-transform: perspective(900px) rotate3d(10, 0, 0, 3deg);
    transform: perspective(900px) rotate3d(10, 0, 0, 3deg); }
    .stat.userIsHere .section_body .col2:before {
      opacity: 1; }
  .stat .section_body .col2:hover {
    -webkit-transform: perspective(900px) rotate3d(10, 0, 0, 3deg) scale(1.2);
    transform: perspective(900px) rotate3d(10, 0, 0, 3deg) scale(1.2);
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .stat .section_body .col1 {
    position: relative;
    z-index: 15; }
  .stat .section_head {
    position: relative;
    z-index: 15; }
  .stat .stat_line {
    margin-bottom: 50px; }
    .stat .stat_line:last-child {
      margin-bottom: 0; }
    .stat .stat_line p {
      width: 100%;
      font-size: 18px;
      color: #666;
      line-height: 1.6em; }
      .stat .stat_line p span {
        font-family: 'MuseoSansBlack';
        font-size: 35px;
        position: relative;
        color: #3a3a3a; }
        .stat .stat_line p span img {
          width: 45px;
          height: 45px;
          position: relative;
          left: -10px;
          top: 5px; }
        .stat .stat_line p span:after {
          content: '';
          width: 50%;
          height: 40px;
          background: #F2CF67;
          background: #e7dc8b;
          position: absolute;
          bottom: 0px;
          left: -10px;
          opacity: .4;
          z-index: -1; }
    .stat .stat_line:first-child p span:after {
      bottom: -6px; }
  .stat .el {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .stat .el .circ {
      border: 25px solid #F8CE52;
      width: 230px;
      height: 230px;
      font-size: 30px;
      border-radius: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
      .stat .el .circ:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-bottom: 3px solid #bd9c34; }
      .stat .el .circ:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 128%;
        height: 128%;
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-bottom: 2px solid #bb9624; }
      .stat .el .circ span {
        font-family: 'MuseoSansBold';
        color: #373737;
        font-size: 40px; }

.pros {
  position: relative; }
  .pros:after {
    content: '';
    position: absolute;
    top: 138px;
    left: 0px;
    height: 10px;
    width: 20%;
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), to(#e1e1e1));
    background: -webkit-linear-gradient(left, #fff 20%, #e1e1e1 100%);
    background: -o-linear-gradient(left, #fff 20%, #e1e1e1 100%);
    background: linear-gradient(to right, #fff 20%, #e1e1e1 100%);
    opacity: .3;
    display: none; }
  .pros .section_footer {
    margin-top: 70px;
    position: relative; }
    .pros .section_footer:after {
      content: '';
      position: absolute;
      bottom: 48px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 10px;
      height: 95px;
      background: #ebeef3;
      opacity: .3; }
    .pros .section_footer a {
      width: 300px;
      margin-right: auto;
      margin-left: auto;
      font-size: 17px;
      -webkit-box-shadow: 0px 1px 9px -3px #564301;
      box-shadow: 0px 1px 9px -3px #564301;
      position: relative;
      z-index: 10 ;
      color: #fff;
      font-family: 'MuseoSansMedium';
      font-weight: 500; }
  .pros .wr {
    position: relative; }
    .pros .wr:after {
      content: '';
      position: absolute;
      bottom: 143px;
      right: -1px;
      height: 10px;
      width: 60%;
      background: #ebeef3;
      opacity: .3; }
    .pros .wr > h2 {
      position: absolute;
      font-family: 'MuseoSansBlack';
      text-transform: uppercase;
      top: 5%;
      color: #e0e5ed;
      left: 10%;
      font-size: 80px;
      opacity: .3; }
      .pros .wr > h2:after {
        content: '';
        position: relative;
        height: 10px;
        background: #ebeef3;
        width: 50%;
        position: absolute;
        right: -55%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .pros .wr > h2:before {
        content: '';
        position: relative;
        height: 10px;
        background: #ebeef3;
        height: 415px;
        position: absolute;
        right: -55%;
        width: 10px;
        bottom: -367px; }
    .pros .wr .section_body {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      z-index: 10; }

      .pros .section_head h2 {
            background: #f9eb79;
    padding: 10px 30px;
    text-transform: inherit;
      }

    .pros .wr .el {
      width: 33.3333%;
      margin-top: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: 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; }
      .pros .wr .el img {
        width: 100px;
        margin-bottom: 20px;
        height: 100px; }
      .pros .wr .el h3 {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        line-height: 1.5em;
        font-size: 17px;
        font-size: 18px;
        color: #576d79;
        width: 50%; }

.findus {
  background: #f9f9f9;
  padding: 0; }
  .findus .wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%; }
  .findus .col {
    width: 55%;
    height: 100%;
    padding: 60px 0; }
    .findus .col1 {
      background: #fff; }
    .findus .col2 {
      width: 45%;
      width: 550px;
      padding-left: 50px; }
      .findus .col2 h2 {
        margin-bottom: 10px;
        font-family: 'MuseoSansBold';
        font-weight: 700;
        color: #494b4c; }
      .findus .col2 p {
        font-size: 15px;
        line-height: 1.55em;
        font-family: 'MuseoSansRegular';
        font-weight: 300;
        color: #6a6d6f; }
      .findus .col2 ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        border: 2px solid #f1f1f1;
        background: #fff;
        -webkit-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.025);
        box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.025);
        border-radius: 10px; }
        .findus .col2 ul li {
          width: 25%;
          height: 50px;
          padding: 10px 15px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          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;
          color: #555;
          font-size: 15px;
          cursor: pointer; }
          .findus .col2 ul li:hover {
            background: #f1f1f1; }

.pros-2 {
  padding-top: 40px; }

.pabout {
  background: -webkit-gradient(linear, left top, right top, from(#67a6db), to(#d4408b));
  background: -webkit-linear-gradient(left, #67a6db 0%, #d4408b 100%);
  background: -o-linear-gradient(left, #67a6db 0%, #d4408b 100%);
  background: linear-gradient(to right, #67a6db 0%, #d4408b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#67a6db), to(#c39be6));
  background: -webkit-linear-gradient(left, #67a6db 0%, #c39be6 100%);
  background: -o-linear-gradient(left, #67a6db 0%, #c39be6 100%);
  background: linear-gradient(to right, #67a6db 0%, #c39be6 100%);
  height: 80vh;
  min-height: 660px;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .pabout:after {
    content: '';
    position: absolute;
    top: -15%;
    left: 45%;
    width: 110vmin;
    height: 110vmin;
    background: url(../img/9fafcf71fa1b81549d669f4e47cab577.png);
    background-size: 100%;
    opacity: .2;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    display: none; }
  .pabout .wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    z-index: 10; }
  .pabout .section_head {
    width: 100%; }
  .pabout .col {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    position: relative;
    color: #fff; }
    .pabout .col img {
      width: 100%; }
    .pabout .col .btns {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .pabout .col .btn {
      margin-top: 50px; }
      .pabout .col .btn:first-child {
        margin-right: 10px; }
    .pabout .col h2 {
      font-family: 'MuseoSansBlack';
      font-weight: 900;
      font-size: 33px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative; }
      .pabout .col h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        border-top: 3px solid #fff; }
    .pabout .col p {
      line-height: 1.5em;
      font-size: 16px;
      width: 85%; }
    .pabout .col1 {
      padding-top: 5%; }
    .pabout .col2 {
      position: relative; }
      .pabout .col2 img {
        position: absolute;
        bottom: 0;
        width: 135%;
        left: 64%;
        z-index: 30;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .pabout .col2:after {
        content: '';
        position: absolute;
        top: 70%;
        left: 65%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80vmin;
        height: 80vmin;
        background: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: -o-linear-gradient(120deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: linear-gradient(330deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        border-radius: 100%; }
      .pabout .col2:before {
        content: '';
        position: absolute;
        top: 65%;
        left: 65%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 60vmin;
        height: 60vmin;
        background: -webkit-linear-gradient(130deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: -o-linear-gradient(130deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: linear-gradient(320deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        border-radius: 100%; }
      .pabout .col2 .circ {
        position: absolute;
        top: 65%;
        left: 65%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 45vmin;
        height: 45vmin;
        background: -webkit-linear-gradient(150deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: -o-linear-gradient(150deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        background: linear-gradient(300deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.025) 90%);
        border-radius: 100%; }

.qinfo {
  background: #f6f6f6;
  background: #F6F8FB;
  padding-bottom: 80px; }
  .qinfo .wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .qinfo .section_head {
    width: 100%;
    margin-bottom: 65px; }
  .qinfo .col {
    width: 70%; }
    .qinfo .col2 {
      width: 30%; }
    .qinfo .col1 {
      padding-right: 5%; }
      .qinfo .col1 ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        border-radius: 14px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.07); }
      .qinfo .col1 li {
        background: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 30px;
        border-bottom: 2px solid #f6f6f6; }
        .qinfo .col1 li:first-child {
          padding-top: 22px; }
        .qinfo .col1 li:last-child {
          border-bottom: 0;
          padding-bottom: 22px; }
        .qinfo .col1 li:after {
          content: '';
          position: absolute;
          top: 30px;
          left: 0;
          width: 30px;
          width: 0;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          border-top: 2px solid #ffc808; }
        .qinfo .col1 li h3 {
          font-family: 'MuseoSansMedium';
          font-weight: 500;
          font-size: 18px;
          width: 100%;
          color: #5e6974;
          max-width: 100%;
          cursor: pointer;
          position: relative; }
          .qinfo .col1 li h3:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 1.5%;
            border-right: 2px solid #ffc808;
            height: 15px;
            -webkit-transform: translatey(-50%) rotate(-45deg);
            -ms-transform: translatey(-50%) rotate(-45deg);
            transform: translatey(-50%) rotate(-45deg);
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }
          .qinfo .col1 li h3:before {
            content: '';
            position: absolute;
            top: calc(50% - 0px);
            right: calc(1.5% - 10px);
            border-right: 2px solid #ffc808;
            height: 15px;
            -webkit-transform: translatey(-50%) rotate(45deg);
            -ms-transform: translatey(-50%) rotate(45deg);
            transform: translatey(-50%) rotate(45deg);
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }
        .qinfo .col1 li p {
          height: 0;
          overflow: hidden;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          color: #5e6974;
          width: 90%;
          margin-right: auto;
          line-height: 1.65em;
          font-size: 15px; }
        .qinfo .col1 li.active:after {
          width: 30px; }
        .qinfo .col1 li.active p {
          height: auto;
          margin-top: 10px;
          padding-left: 20px; }
        .qinfo .col1 li.active h3 {
          padding-left: 15px; }
          .qinfo .col1 li.active h3:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 1.5%;
            border-right: 2px solid #ffc808;
            height: 15px;
            -webkit-transform: translatey(-50%) rotate(45deg);
            -ms-transform: translatey(-50%) rotate(45deg);
            transform: translatey(-50%) rotate(45deg); }
          .qinfo .col1 li.active h3:before {
            content: '';
            position: absolute;
            top: calc(50% - 0px);
            right: calc(1.5% - 10px);
            border-right: 2px solid #ffc808;
            height: 15px;
            -webkit-transform: translatey(-50%) rotate(-45deg);
            -ms-transform: translatey(-50%) rotate(-45deg);
            transform: translatey(-50%) rotate(-45deg); }
  .qinfo_form {
    width: 100%;
    background: #676dce;
    background: #6d73d2bf;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
    box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
    border-radius: 14px;
    overflow: hidden; }
    .qinfo_form form {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .qinfo_form h2 {
      text-align: center;
      font-size: 19px;
      margin-bottom: 30px;
      font-family: 'MuseoSansBold';
      letter-spacing: -.3px; }
    .qinfo_form label {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .qinfo_form label span {
        font-family: 'MuseoSansMedium';
        font-size: 14.5px;
        color: #fff;
        letter-spacing: -.1px; }
      .qinfo_form label input, .qinfo_form label select, .qinfo_form label select option {
    height: 35px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #999ef3;
    margin-bottom: 15px;
    background: #585fcb;
    color: #fff;
     }
    .qinfo_form label select {
      width: 100%;
    }
      .qinfo_form label textarea {
        height: 85px;
        font-size: 16px;
        border: none;
        padding-top: 10px;
        border-bottom: 2px solid #999ef3;
        margin-bottom: 15px;
        background: none;
        color: #fff; }
    .qinfo_form input[type="submit"] {
      height: 50px;
      border: none;
      background: #ffc80a;
      font-weight: 600;
      color: #57596d;
      font-family: 'MuseoSansMedium';
      border-radius: 50px;
      font-size: 16.25px;
      margin-top: 15px;
      background: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffd24c), to(#ceaa40)) !important;
      background: -webkit-linear-gradient(top, #ffd24c, #ceaa40) !important;
      background: -o-linear-gradient(top, #ffd24c, #ceaa40) !important;
      background: linear-gradient(to bottom, #ffd24c, #ceaa40) !important;
      border: 1px solid rgba(0, 0, 0, 0.14);
      color: #1e5996e3;
      border: none; }
  .qinfo-home {
    padding-top: 0; }
    .qinfo-home .wr {
      width: 970px; }
    .qinfo-home .col1 {
      padding-right: 0%;
      width: 100%; }
      .qinfo-home .col1 li h3 {
        font-size: 17.5px; }
    .qinfo-home .col2 {
      width: 31%;
      display: none; }

.blog {
  background: #F5F5F5;
  background: #F6F8FB; }
  .blog_title {
    font-weight: 800;
    padding-left: 1%;
    margin-bottom: 25px;
    position: relative;
    font-family: 'MuseoSansBold';
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-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-right: 1.5%; }
    .blog_title:after {
      content: '';
      position: absolute;
      top: 50%; }
    .blog_title a {
      font-size: 15px;
      height: 40px;
      font-weight: 700;
      font-family: 'MuseoSansBold';
      padding: 0 20px;
      background: #e9407a;
      color: #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      border-radius: 50px; }
      .blog_title a img {
        height: 23px;
        width: 23px;
        margin-right: 5px; }

.single-image {
  height: 50vh;
  background-size: cover !important;
  background-position: center !important;
  margin-top: 65px;
  position: relative; }
  .single-image .wr {
    width: 950px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    height: 100%;
    padding-bottom: 10%;
    position: relative;
    z-index: 10; }
    .single-image .wr h2 {
      color: #fff;
      font-family: 'MuseoSansBlack';
      font-weight: 900;
      font-size: 42px;
      display: none; }
  .single-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3; }
  .single-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    opacity: .5;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%); }

html, body {
  overflow-x: hidden;
  max-width: 100vw; }

.single-content {
  background: #f5f5f5;
  background: #F6F8FB;
  position: relative; }

.single-block {
  background: #fff;
  padding: 50px 70px;
  position: relative;
  top: -150px;
  width: 900px;
  margin-right: auto;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  margin-left: auto; }
  .single-block h1, .single-block h2, .single-block h3, .single-block h4, .single-block h5, .single-block h6 {
    font-family: 'MuseoSansBlack';
    font-weight: 900;
    color: #363738;
    margin-bottom: 20px; }
  .single-block p {
    font-size: 16px;
    color: #5f5f69;
    line-height: 1.65em;
    margin-bottom: 17px; }
  .single-block .row {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-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; }
    .single-block .row a {
      font-size: 26px;
      margin-right: 20px;
      opacity: .7;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .single-block .row a:first-child {
        position: relative;
        top: 2px; }
      .single-block .row a:before {
        color: #575768; }
    .single-block .row div {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .single-block .row div a.fa-share-alt {
        opacity: .7; }
    .single-block .row a:hover {
      opacity: 1; }

.comm {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: calc(100vh - 60px);
  margin-top: 70px; }
  .comm .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px; }
  .comm .el {
    width: calc(50% - 20px);
    margin: 10px;
    background: #fff;
    padding: 30px 40px;
    padding-top: 25px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.075);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .comm .el .row {
      width: calc(100% - 100px); }
    .comm .el_img {
      width: 100px;
      height: 100px;
      margin-right: 20px;
      border-radius: 100%;
      background-size: cover !important;
      background-position: center !important;
      border: 4px solid #ebebeb;
      -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.175);
      box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.175); }
    .comm .el_name {
      font-size: 18px;
      margin-bottom: 5px;
      font-weight: 600;
      font-family: 'MuseoSansMedium';
      color: #474a4e; }
    .comm .el_title {
      font-weight: 700;
      font-family: 'MuseoSansBold';
      letter-spacing: -.5px;
      margin-bottom: 10px;
      display: none; }
    .comm .el_desc {
      font-size: 16px;
      line-height: 1.5em;
      color: #3a3a3a;
      width: 90%;
      color: #474a4e; }

.teamabout {
  background: #f5f5f5;
  background: #e5eaf3;
  padding: 65px 0;
  margin-top: 70px;
  padding-bottom: 105px;
  position: relative; }
  .teamabout .wr {
    width: 950px;
    padding-left: 1.8%;
    padding-right: 17%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .teamabout .wr .btn {
      margin-top: 30px;
      margin-bottom: 20px;
      font-weight: 500;
      padding-left: 20px;
      padding-right: 25px; }
      .teamabout .wr .btn img {
        height: 16px;
        width: 16px;
        margin-right: 5px; }
  .teamabout h2 {
    font-family: 'MuseoSansBold';
    font-weight: 700;
    letter-spacing: -.3px;
    color: #474a4e;
    margin-bottom: 20px;
    font-size: 28px; }
  .teamabout p {
    line-height: 1.6em;
    letter-spacing: -.2px;
    margin-bottom: 10px;
    color: #474a4e;
    font-size: 17px; }

.team {
  background: #f5f5f5;
  background: #e5eaf3;
  padding-top: 0; }
  .team .section_head h2 {
    color: #3a3a3a;
    background: #fff;
    padding: 5px 15px; }
  .team .wr {
    width: 950px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .team .card {
    width: 27%;
    border-radius: 16px;
    padding: 20px;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
    position: relative;
    padding-top: 105px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 8px 40px #e6c21e;
    box-shadow: 0px 8px 40px #e6c21e; }
    .team .card_img {
      background-color: #cdcdcd;
      width: 150px;
      position: absolute;
      top: -70px;
      left: 50%;
      -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
      transform: translatex(-50%);
      height: 150px;
      border-radius: 100%; }
      .team .card_img div {
        border-radius: 100%;
        width: 100%;
        height: 100%;
        background-size: cover !important;
        background-position: center !important;
        position: relative;
        z-index: 10; }
        .team .card_img div:nth-child(2) {
          position: absolute;
          z-index: 5;
          top: 4.5px;
          opacity: .775;
          left: 0;
          -webkit-filter: blur(10px);
          filter: blur(10px); }
    .team .card_title {
      font-family: 'MuseoSansMedium';
      font-weight: 500;
      color: #474a4e;
      font-size: 21px;
      margin-bottom: 7px; }
    .team .card_position {
      text-transform: uppercase;
      font-size: 12px;
      color: #474a4e;
      opacity: .5;
      font-family: 'MuseoSansMedium';
      font-weight: 500;
      letter-spacing: 1.3px; }
    .team .card_btn {
      text-transform: uppercase;
      font-size: 10px;
      color: #474a4e;
      margin-top: 20px;
      display: none;
      opacity: .8; }

.prc {
  padding-top: 60px;
  padding-bottom: 60px; }
  .prc .wr {
    width: 850px; }
  .prc .section_head {
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-right: 8.25%;
  }
    .prc .section_head h2 {
      text-transform: inherit;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: 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;
      width: auto;
      padding-bottom: 0;
      margin-bottom: 0px; }
      .prc .section_head h2 a {
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd24c), to(#ceaa40));
        background: -webkit-linear-gradient(top, #ffd24c, #ceaa40);
        background: -o-linear-gradient(top, #ffd24c, #ceaa40);
        background: linear-gradient(to bottom, #ffd24c, #ceaa40);
        color: #fff;
        height: 35px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        border-radius: 50px;
        font-size: 15px;
        font-family: 'MuseoSansRegular';
        font-weight: 600;
        background: #e7ebec;
        color: #828f92;
        width: 160px;
        margin-top: 10px;
        text-align: center; }
      .prc .section_head h2:after {
        display: none; }
  .prc .section_footer .btn {
    background: #19cda7 !important;
    color: #fff;
    margin-top: 50px;
    width: 250px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto; }
    .prc .section_footer .btn:hover {
      color: #fff !important; }
  .prc .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .prc .col {
    width: 50%; }
    .prc .col2 {
      padding-left: 6%; }
    .prc .col1 {
      padding-right: 7%;
      position: relative; }
      .prc .col1:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border-right: 1px solid rgba(0, 0, 0, 0.075); }
    .prc .col li {
      padding-left: 30px;
      margin-bottom: 25px;
      font-size: 17px;
      position: relative;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .prc .col li:before {
        content: '';
        position: absolute;
        top: -1px;
        height: 22px;
        width: 22px;
        left: 0;
        background: url("../img/checked(1).svg");
        background-size: 12px;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 5; }
      .prc .col li:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        height: 22px;
        width: 22px;
        border-radius: 100%;
        background: #E4F7F3; }
      .prc .col li.block {
        color: #bbbec2; }
        .prc .col li.block:after {
          background: #F7F8F9; }
        .prc .col li.block:before {
          background: url("../img/cancel-music.svg");
          background-size: 9px;
          background-position: center;
          background-repeat: no-repeat; }
  .prc_img {
    width: 50px;
    margin-right: 15px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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 .35s;
    -o-transition: all .35s;
    transition: all .35s; }

.prc.active .prc_img{
    box-shadow: 0px 1px 3px rgba(51, 70, 169, 0.52);
  }

    .prc_img img {
      width: 90%;
      height: 90%;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
  .prc .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .prc .row p {
      letter-spacing: .3px;
      font-size: 15.5px;
      color: #54565a; }
  .prc_line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 15px;
    border-radius: 9px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px; }
    .prc_line > p {
      color: #54565a;
      padding-right: 45px;
      font-size: 17px; }
    .prc_line:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      transform: translatey(-50%);
      right: 15px;
      height: 25px;
      width: 25px;
      border-radius: 100%;
      border: 2px solid #CDD0D6; }
    .prc_line.active, .prc_line:hover {
      background: #435EDE;
      color: #fff;
      background: -webkit-gradient(linear, left top, right top, from(#8095F4), to(#435EDE));
      background: -webkit-linear-gradient(left, #8095F4 0%, #435EDE 100%);
      background: -o-linear-gradient(left, #8095F4 0%, #435EDE 100%);
      background: linear-gradient(to right, #8095F4 0%, #435EDE 100%);
    }
      .prc_line.active p, .prc_line:hover p {
        color: #fff !important; }
      .prc_line.active img, .prc_line:hover img {
        width: 65%;
        height: 65%; }
      .prc_line.active:before, .prc_line:hover:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
        right: 19px;
        height: 16.75px;
        width: 16.75px;
        border-radius: 100%;
        background: #fff; }
      .prc_line.active:after, .prc_line:hover:after {
        border-color: #fff; }
      .prc_line.active .prc_img, .prc_line:hover .prc_img {
        background: #fff; }

.buy {
  background: #F6F8FB;
  position: relative; }
  .buy .section_head {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 45px; }
    .buy .section_head h2 {
      margin-bottom: 35px; }
    .buy .section_head p {
      line-height: 1.65em;
      text-align: center;
      color: #4a4a4a;
      opacity: .8; }
  .buy .wr {
    width: 1000px; }
  .buy .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .buy .col {
    width: 30%;
    color: #fff;
    padding: 35px 40px;
    padding-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden; }
    .buy .col .buy_title {
      font-size: 23px;
      font-weight: 600;
      font-family: 'MuseoSansMedium';
      margin-bottom: 10px;
      letter-spacing: .5px;
      position: relative;
      z-index: 15; }
    .buy .col .buy_desc {
      line-height: 1.55em;
      width: 95%;
      margin-right: auto;
      margin-left: auto;
      font-size: 14px;
      margin-bottom: 30px;
      position: relative;
      z-index: 15; }
    .buy .col .buy_price {
      margin-bottom: 30px;
      font-size: 28px;
      font-family: 'MuseoSansBold';
      font-weight: 700;
      position: relative;
      z-index: 15;
      margin-bottom: 0; }
    .buy .col a {
      height: 40px;
      padding: 0 25px;
      border-radius: 50px;
      border: 2px solid rgba(255, 255, 255, 0.7);
      display: -webkit-flex;
      background: rgba(255, 255, 255, 0.4);
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      font-family: 'MuseoSansMedium';
      font-weight: 500;
      font-size: 15px;
      margin-top: 35px;
      position: relative;
      z-index: 20;
      bottom: -30px; }
    .buy .col1 {
      background: #5BBD84; }
      .buy .col1:after {
        content: '';
        position: absolute;
        bottom: -80px;
        left: 0;
        width: 100%;
        height: 80%;
        background: url(../img/book.png);
        background-size: cover;
        opacity: .3;
        background-position: center bottom; }
      .buy .col1 .buy_price {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        z-index: 15; }
      .buy .col1 a {
        background: rgba(156, 211, 176, 0.64); }
    .buy .col2 {
      background: #3B75E8; }
      .buy .col2:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0%;
        width: 100%;
        height: 70%;
        background: url(../img/camp.png);
        background-size: cover;
        opacity: .2;
        background-position: center bottom; }
      .buy .col2 a {
        background: rgba(138, 172, 240, 0.82); }
    .buy .col3 {
      border: 2px solid rgba(0, 0, 0, 0.1);
      color: #333; }
      .buy .col3 a {
        border-color: #666; }

#number {
  margin-left: 0vmin;
  margin-top: 0vmin;
  font-family: 'MuseoSansMedium';
  font-weight: 500;
  font-size: 2.5vmin;
  width: 100%;
  text-align: left;
  text-shadow: 0px 2px 6px rgba(111, 94, 134, 0.6);
  padding-right: 7%;
  line-height: 1.55em; }
  #number span {
    text-decoration: underline;
    font-family: 'MuseoSansBold';
    font-weight: 700;
    font-size: 3vmin;
    color: #d3dc5d;
    text-shadow: 0px 1px 2px rgba(111, 94, 134, 0.6); }

.pabout .col h2 {
  text-shadow: 0px 2px 6px rgba(111, 94, 134, 0.6); }

.qform .wr .btn {
  font-family: 'MuseoSansMedium'; }

.qform-orange .wr h2:before {
  background: #ffbd40; }

.header .selectmap {
  display: none !important; }

.contacts {
  background: #F6F8FB;
  margin-top: 65px;
  background: #484da2;
  overflow: hidden;
  position: relative;
  padding-top: 65px !important; }
  .contacts:after {
    content: '';
    position: absolute;
    top: -10%;
    right: -20%;
    height: 130%;
    width: 60%;
    background: url(../img/advantages_bg_img.png);
    background-size: 53%;
    background-position: center left;
    opacity: .45;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .contacts .wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 20; }
  .contacts .qinfo_form {
    margin-top: 30px;
    width: 83%; }
    .contacts .qinfo_form h2 {
      background: #ecbc19;
      padding: 10px 0;
      color: #57596f !important;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px !important; }
    .contacts .qinfo_form form {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contacts .qinfo_form form label {
        width: 50%;
        padding: 0 12px; }
      .contacts .qinfo_form form label.w100 {
        width: 100%;
        padding: 0 12px; }
      .contacts .qinfo_form form input[type="submit"] {
        width: 250px;
        margin-right: auto;
        margin-left: auto; }
  .contacts_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contacts_info a {
      padding: 15px 27px;
      -webkit-box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
      box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
      background: #676dce;
      background: #6d73d2bf;
      color: #fff;
      border-radius: 50px;
      margin-right: 12px;
      font-size: 17px;
      font-family: 'MuseoSansMedium';
      font-weight: 500;
      padding-left: 52px;
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 15px; }
      .contacts_info a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 20px;
        width: 22px;
        height: 22px;
        background: url(../img/mobile-phone.svg);
        background-size: cover;
        background-position: center;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%); }
      .contacts_info a.email:after {
        content: '';
        position: absolute;
        top: 57%;
        left: 20px;
        width: 27px;
        height: 27px;
        background: url(../img/mailing.svg);
        background-size: cover;
        background-position: center;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%); }
  .contacts .col {
    width: 50%; }
    .contacts .col1 {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-top: .75%; }
    .contacts .col2 .btn {
      font-family: 'MuseoSansMedium';
      font-weight: 600;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffd24c), to(#ffd24c)) !important;
      background: -webkit-linear-gradient(top, #ffd24c, #ffd24c) !important;
      background: -o-linear-gradient(top, #ffd24c, #ffd24c) !important;
      background: linear-gradient(to bottom, #ffd24c, #ffd24c) !important;
      color: #4d4e5c;
      font-size: 17px;
      border-radius: 15px 15px 0 0 !important; }
      .contacts .col2 .btn:hover {
        color: #4d4e5c !important; }
    .contacts .col h2 {
      font-family: 'MuseoSansBold';
      font-weight: 700;
      color: #fff;
      margin-bottom: 15px; }
      .contacts .col h2 a {
        background: #ffc808;
        font-size: 12px;
        padding: 5px 13px;
        border-radius: 50px;
        position: relative;
        top: -3px;
        font-family: 'MuseoSansMedium';
        font-weight: 600;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffcb17), to(#d7ac1d)) !important;
        background: -webkit-linear-gradient(top, #ffcb17, #d7ac1d) !important;
        background: -o-linear-gradient(top, #ffcb17, #d7ac1d) !important;
        background: linear-gradient(to bottom, #ffcb17, #d7ac1d) !important;
        color: #57596d; }
    .contacts .col p {
      line-height: 1.65em;
      z-index: 16;
      opacity: .7;
      color: #fff;
      width: 70%; }
      #store-list {
        margin-bottom: 15px;
      }
    .contacts .col .contacts_map {
      width: 100%;
      padding: 30px;
      background: #676dce;
      background: #6d73d2bf;
      border-radius: 12px;
      -webkit-box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
      box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12); }
      .contacts .col .contacts_map h2 {
        margin-bottom: 10px;
        width: 95%;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        -webkit-animation-name: scale;
        animation-name: scale;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
      .contacts .col .contacts_map ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-left: 0;
        margin-bottom: 12px;
        margin-top: 20px; }
        .contacts .col .contacts_map ul li {
          padding: 10px 20px;
          border-radius: 50px;
          color: #fff;
          margin-top: 0;
          margin-right: 8px;
          font-size: 15px;
          margin-bottom: 10px;
          border: 2px solid #abaeef;
          font-family: 'MuseoSansMedium';
          font-weight: 500;
          cursor: pointer;
          -webkit-box-shadow: 0px 3px 15px #565aa6, inset 0px 2px 4px rgba(73, 78, 161, 0.73);
          box-shadow: 0px 3px 15px #565aa6, inset 0px 2px 4px rgba(73, 78, 161, 0.73); }
          .contacts .col .contacts_map ul li.active {
            color: #fff;
            border: 2px solid #ffd117; }
      .contacts .col .contacts_map #map {
        width: 100% !important;
        height: 390px; }
    .contacts .col ul {
      border-radius: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 10px 25px;
      -webkit-box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
      box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
      margin-top: 30px; }
      .contacts .col ul li {
        margin-right: 17px; }
        .contacts .col ul li a img {
          width: 25px;
          height: 25px; }

.footer .wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer .col1 {
  width: 25%; }

.footer .col2 {
  width: 75%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .footer .col2 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.footer .col3 {
  width: 100%; }

.footer li:hover a {
  text-decoration: underline; }

.numbers {
  background: #fff;
  padding-bottom: 80px; }
  .numbers .section_head {
    margin-bottom: 75px; }
  .numbers .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    .numbers .section_body .el {
      width: 33.333%;
      padding: 0 2%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: 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;
      margin-bottom: 40px;
      position: relative; }
      .numbers .section_body .el h2 {
        font-size: 42px;
        font-family: 'MuseoSansBold';
        font-weight: 700;
        color: #e9407a;
        text-align: center;
        margin-bottom: 0px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        position: relative; }
        .numbers .section_body .el h2:after {
          content: '';
          position: absolute;
          top: -4px;
          left: -7px;
          width: 55px;
          height: 55px;
          background: #f9eb79;
          border-radius: 100%;
          opacity: .5; }
        .numbers .section_body .el h2 img {
          margin-right: 13px;
          width: 41px;
          position: relative;
          top: -2px;
          height: 41px;
          z-index: 10; }
      .numbers .section_body .el p {
        text-align: center;
        font-size: 16px;
        line-height: 1.5em;
        margin-top: 10px;
        font-family: 'MuseoSansMedium';
        font-weight: 500;
        width: 60%; }
      .numbers .section_body .el_img {
        width: 105px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 105px;
        background: #fff; }
        .numbers .section_body .el_img img {
          width: 60px; }
      .numbers .section_body .el:last-child {
        width: 33.33%; }
        .numbers .section_body .el:last-child h2 {
          font-size: 24px; }

.footer {
  background: #212121;
  padding: 25px 0;
  position: relative;
  z-index: 50; }
  .footer .wr {
    color: #fff; }
  .footer .col1 img {
    height: 54.5px;
    position: relative;
    left: -5px; }
  .footer .col2 {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer .col2 ul {
      position: relative;
      top: 17px; }
      .footer .col2 ul li {
        margin-left: 25px; }

.qform-2 {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background: -webkit-linear-gradient(355deg, #db6f8e, #d54394);
  background: -o-linear-gradient(355deg, #db6f8e, #d54394);
  background: linear-gradient(95deg, #db6f8e, #d54394); }
  .qform-2:after {
    right: 55%;
    width: 47%;
    height: 140%;
    top: -15%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  .qform-2 .wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .qform-2 .wr .col1 {
      width: 50%;
      padding-left: 5%; }
    .qform-2 .wr .qform_videos {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 50%;
      position: relative;
      top: 0;
      right: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .qform-2 .wr .qform_videos .swiper-container {
        width: 600px;
        margin-left: 0; }
    .qform-2 .wr h2 {
      color: #fff; }
      .qform-2 .wr h2:after {
        display: none; }
    .qform-2 .wr p {
      color: #fff;
      opacity: .75; }
    .qform-2 .wr .btn {
      background: #fff;
      background: #425692 !important;
      color: #f6f8fb; }

.brain {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F3F9FC;
  padding: 60px 0; }
  .brain .wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .brain .section_head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%; }
    .brain .section_head h2 {
      color: #303c5e;
      background: #F8CE52;
      background: #f9eb79;
      padding: 10px 30px;
      text-transform: inherit; }
      .brain .section_head h2:after {
        border-color: #303c5e !important; }
  .brain .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .brain .col {
    width: 28%; }
    .brain .col p {
      font-size: 16px;
      line-height: 1.4em;
      color: #1b2542; }
    .brain .col1, .brain .col3 {
      padding: 5% 0;
      padding-top: 3.5%; }
      .brain .col1 img, .brain .col3 img {
        height: 60px;
        width: 60px;
        margin-right: 13px; }
    .brain .col h2 {
      position: relative;
      font-size: 18px;
      font-family: 'MuseoSansBold';
      font-weight: 700;
      color: #303c5e;
      margin-bottom: 25px; }
    .brain .col1 {
      padding-right: 3%; }
      .brain .col1 .el:after {
        left: -5px; }
    .brain .col3 {
      padding-left: 3%; }
      .brain .col3 .el:after {
        right: -5px; }
      .brain .col3 .el {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right; }
        .brain .col3 .el img {
          margin-right: 0;
          margin-left: 13px; }
    .brain .col .el {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 35px;
      position: relative; }
      .brain .col .el:after {
        content: '';
        width: 70px;
        height: 70px;
        background: #e7dc8b;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        opacity: .5;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%); }
      .brain .col .el:last-child {
        margin-bottom: 0; }
    .brain .col2 {
      width: 44%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
    .brain .col img {
      max-width: 95%;
      position: relative;
      z-index: 10; }

.qinfo-home .qinfo_form, .qinfo-about .qinfo_form {
  background: #484da2; }
  .qinfo-home .qinfo_form h2, .qinfo-about .qinfo_form h2 {
    color: #9a9fec; }
  .qinfo-home .qinfo_form label span, .qinfo-about .qinfo_form label span {
    color: #9a9fec;
    opacity: 1; }

.story {
  margin-top: 65px;
  padding-top: 45px;
  background: #F3F9FC;
  background: #e4eaf1;
  min-height: 75vh; }
  .story .section_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-top: 60px; }
    .story .section_footer .el {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100px;
      -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; }
      .story .section_footer .el_img {
        width: 65px;
        height: 65px;
        border-radius: 100%;
        margin-bottom: 10px;
        background: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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-box-shadow: 0px 4px 30px rgba(215, 225, 228, 0.65);
        box-shadow: 0px 4px 30px rgba(215, 225, 228, 0.65);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: relative; }
        .story .section_footer .el_img img {
          width: 30px;
          height: 30px;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          position: relative;
          z-index: 10; }
        .story .section_footer .el_img img:nth-child(2) {
          position: absolute;
          top: 50%;
          z-index: 5;
          left: 50%;
          width: 35px;
          height: 35px;
          -webkit-filter: blur(5px);
          filter: blur(5px);
          opacity: .4;
          -webkit-transform: translate(-50%, -50%) !important;
          -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }
      .story .section_footer .el_title {
        font-size: 16px;
        font-family: 'MuseoSansMedium';
        font-weight: 400;
        color: #70748a; }
      .story .section_footer .el:hover {
        text-decoration: underline; }
        .story .section_footer .el:hover .el_img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
          .story .section_footer .el:hover .el_img img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
  .story .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
    .story .section_body h2 {
      margin-top: 30px; }
    .story .section_body-2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin-top: 70px;
      margin-bottom: 70px; }
      .story .section_body-2 .col2 {
        padding-left: 0%;

        padding-right: 4%; }
  .story .col1 {
    width: 45%; }
  .story .col2 {
    padding-left: 4%;
    width: 55%;
    margin-top: -5px; }
    .story .col2 ul {
      margin-bottom: 40px; }
    .story .col2 h2 {
      font-family: 'MuseoSansMedium';
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 24px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .story .col2 p {
      font-size: 16px;
      color: #70748a;
      margin-bottom: 17px;
      line-height: 1.5em; }
    .story .col2 li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 8px;
      font-size: 16px;
      color: #70748a; }
      .story .col2 li:after {
        content: '';
        position: absolute;
        top: 6.5px;
        left: 0;
        width: 8px;
        border-radius: 50px;
        height: 8px;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff4686), to(#e9407a));
        background: -webkit-linear-gradient(top, #ff4686, #e9407a);
        background: -o-linear-gradient(top, #ff4686, #e9407a);
        background: linear-gradient(to bottom, #ff4686, #e9407a); }
  .story .story_img {
    width: 100%;
    margin-right: auto;
    box-shadow: 0px 4px 40px rgb(209, 219, 230), 0px 2px 2px rgb(189, 197, 206);
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    margin-left: auto; }

  /*.banner_grad {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 60%;
    background: linear-gradient(to left, #000 0%, #fff 100%);
  }*/

.blog.video {
  background-size: 400px;
  position: relative;
  overflow: hidden; }
  .blog.video .wr {
    position: relative;
    z-index: 20; }
  .blog.video:before {
    content: '';
    position: absolute;
    top: -20%;
    left: 3%;
    height: 130%;
    width: 90%;
    background: url(../img/advantages_bg_img.png);
    background-size: 10%;
    background-position: center left;
    opacity: .1;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .blog.video .vb {
    background: #fff;
    padding: 2%;
    margin-top: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 30px rgba(215, 225, 228, 0.65);
    box-shadow: 0px 4px 30px rgba(215, 225, 228, 0.65); }
  .blog.video .blog_title {
    margin-top: 15px; }
    .blog.video .blog_title span {
      background: #fff; }
  .blog.video .blog_title-2:after {
    display: none; }

.comms {
  background: #484da2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 75px;
  overflow: hidden; }
  .comms .section_head {
    color: #fff;
    margin-bottom: 65px; }
    .comms .section_head h2 {
      color: #fff; }
      .comms .section_head h2:after {
        border-color: #fff !important; }
  .comms:after {
    content: '';
    position: absolute;
    top: -3%;
    right: -20%;
    height: 130%;
    width: 60%;
    background: url(../img/advantages_bg_img.png);
    background-size: 50%;
    background-position: center left;
    opacity: .45;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .comms .section_body {
    padding: 0 0%; }
    .comms .section_body .cm {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
    .comms .section_body .swiper-slide-next .cm {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .comms .section_body .swiper-button-next, .comms .section_body .swiper-button-prev {
      -webkit-transform: scale(0.65) !important;
      -ms-transform: scale(0.65) !important;
      transform: scale(0.65) !important; }
    .comms .section_body .swiper-button-next {
      right: 0 !important; }
    .comms .section_body .swiper-button-prev {
      left: 0 !important; }
    .comms .section_body .swiper-container {
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .comms .section_body .swiper-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .comms .section_body .cm {
      background: #6d73d2bf;
      border-radius: 10px;
      padding: 30px;
      color: #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: block; }
      .comms .section_body .cm h3 {
        margin-bottom: 5px;
        font-size: 17px; }
      .comms .section_body .cm_date {
        position: absolute;
        top: 15px;
        right: 17px;
        font-family: 'MuseoSansMedium';
        font-weight: 500;
        opacity: .7;
        font-size: 14.5px; }
      .comms .section_body .cm_img {
        height: 75px;
        width: 75px;
        border-radius: 100%;
        margin-right: 20px;
        margin-top: 7px;
        background: #cdcdcd;
        float: left;
		  overflow: hidde;
        -webkit-shape-outside: circle(50%);
        shape-outside: circle(50%); }
.comms .section_body .cm_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
	border: 3px solid #73a8cf;
}
      .comms .section_body .cm_info {
        width: 100%; }
        .comms .section_body .cm_info h3 {
          margin-bottom: 10px;
          font-family: 'MuseoSansBold';
          font-weight: 700;
          font-size: 20px; }
        .comms .section_body .cm_info p {
          font-size: 15px;
          opacity: .8;
          line-height: 1.5em; }

.team {
  background: #F3F9FC;
  margin-top: 65px;
  padding-top: 65px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd521), to(#f9de69));
  background: -webkit-linear-gradient(left, #ffd521, #f9de69);
  background: -o-linear-gradient(left, #ffd521, #f9de69);
  background: linear-gradient(to right, #ffd521, #f9de69);
  position: relative;
  overflow: hidden; }
  .team .wr {
    position: relative;
    z-index: 10; }
  .team:after {
    content: '';
    position: absolute;
    top: -30%;
    right: 0;
    height: 200%;
    width: 100%;
    background: url(../img/advantages_bg_img.png);
    background-size: 45%;
    background-position: center right;
    opacity: .25;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  .team .section_head {
    width: 100%;
    margin-bottom: 125px; }
  .team .section_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-top: 60px; }
    .team .section_footer .el {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100px;
      -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; }
      .team .section_footer .el_img {
        width: 65px;
        height: 65px;
        border-radius: 100%;
        margin-bottom: 10px;
        background: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-box-shadow: 0px 8px 40px rgba(230, 194, 30, 0.8);
        box-shadow: 0px 8px 40px rgba(230, 194, 30, 0.8);
        position: relative; }
        .team .section_footer .el_img img {
          width: 30px;
          height: 30px;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          position: relative;
          z-index: 10; }
        .team .section_footer .el_img img:nth-child(2) {
          position: absolute;
          top: 50%;
          z-index: 5;
          left: 50%;
          width: 35px;
          height: 35px;
          -webkit-filter: blur(5px);
          filter: blur(5px);
          opacity: .4;
          -webkit-transform: translate(-50%, -50%) !important;
          -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }
      .team .section_footer .el_title {
        font-size: 16px;
        font-family: 'MuseoSansMedium';
        font-weight: 400;
        color: #70748a;
        color: #4a4a4a;
        color: #987e00;
        padding: 0px 5px;
        background: #fff; }
      .team .section_footer .el:hover {
        text-decoration: underline; }
        .team .section_footer .el:hover .el_img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
          .team .section_footer .el:hover .el_img img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }

.contacts-form .col1 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .contacts-form .col1 .row {
    width: 56%; }
  .contacts-form .col1 .qinfo_form {
    margin-top: 0;
    width: 44%; }

.contacts-map .col2 {
  width: 100%;
  position: relative; }
  .contacts-map .col2 .contacts_map h2 {
    margin-top: 65px; margin-left: 0 !important;}
  .contacts-map .col2 .contacts_anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0 !important;
    z-index: 50; }
    .contacts-map .col2 .contacts_anim div {
      display: none; }
    .contacts-map .col2 .contacts_anim .anim1 {
      position: absolute;
      top: -4vmin;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
      background: -webkit-gradient(linear, left bottom, left top, from(#67a6db), to(#73a3e2));
      background: -webkit-linear-gradient(bottom, #67a6db 0%, #73a3e2 100%);
      background: -o-linear-gradient(bottom, #67a6db 0%, #73a3e2 100%);
      background: linear-gradient(to top, #67a6db 0%, #73a3e2 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#ffd24c), to(#ffd24c)) !important;
      background: -webkit-linear-gradient(top, #ffd24c, #ffd24c) !important;
      background: -o-linear-gradient(top, #ffd24c, #ffd24c) !important;
      background: linear-gradient(to bottom, #ffd24c, #ffd24c) !important;
      color: #596396;
      font-family: 'MuseoSansMedium';
      font-weight: 600;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 500px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 24px;
      height: 100px;
      -webkit-transition: all .375s ease;
      -o-transition: all .375s ease;
      transition: all .375s ease;
      border-radius: 14px;
      opacity: 1;
      -webkit-box-shadow: 0px 2px 0px 1px #dfb50b;
      box-shadow: 0px 2px 0px 1px #dfb50b; }
    .contacts-map .col2 .contacts_anim .fading {
      -webkit-transform: translateX(-50%) scale(0.6);
      -ms-transform: translateX(-50%) scale(0.6);
      transform: translateX(-50%) scale(0.6);
      opacity: 0; }
    .contacts-map .col2 .contacts_anim .anim2 {
      position: absolute;
      top: -4vmin;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
      background: -webkit-gradient(linear, left bottom, left top, from(#67a6db), to(#73a3e2));
      background: -webkit-linear-gradient(bottom, #67a6db 0%, #73a3e2 100%);
      background: -o-linear-gradient(bottom, #67a6db 0%, #73a3e2 100%);
      background: linear-gradient(to top, #67a6db 0%, #73a3e2 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#ffd24c), to(#ffd24c)) !important;
      background: -webkit-linear-gradient(top, #ffd24c, #ffd24c) !important;
      background: -o-linear-gradient(top, #ffd24c, #ffd24c) !important;
      background: linear-gradient(to bottom, #ffd24c, #ffd24c) !important;
      color: #596396;
      color: #0a64bc;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFEB3B), to(#FFC107)) !important;
      background: -webkit-linear-gradient(top, #FFEB3B, #FFC107) !important;
      background: -o-linear-gradient(top, #FFEB3B, #FFC107) !important;
      background: linear-gradient(to bottom, #FFEB3B, #FFC107) !important;
      font-family: 'MuseoSansMedium';
      font-weight: 600;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 500px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 21px;
      height: 100px;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      border-radius: 14px;
      opacity: 1;
      height: auto;
      padding-top: 25px;
      padding-bottom: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-shadow: 0px 0px 0px 1px #dfb50b;
      box-shadow: 0px 0px 0px 1px #dfb50b;
      -webkit-transform: translateX(-50%) scale(0.6);
      -ms-transform: translateX(-50%) scale(0.6);
      transform: translateX(-50%) scale(0.6);
      opacity: 0;
      display: block;
      text-align: center;
      background: linear-gradient(to bottom, #ffd24c, #ffd24c) !important; }
      .contacts-map .col2 .contacts_anim .anim2 a {
        height: 30px;
        background: #615ecb;
        background: #0a64bc;
        margin-top: 15px;
        font-size: 17px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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: 0 15px;
        border-radius: 50px;
        margin-right:  auto; margin-left: auto;
        width: 200px;
        color: #fff; }
    .contacts-map .col2 .contacts_anim .fadingIn {
      -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
      opacity: 1; }
  .contacts-map .col2 .btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5c022), to(#fbca04)) !important;
    background: -webkit-linear-gradient(top, #f5c022, #fbca04) !important;
    background: -o-linear-gradient(top, #f5c022, #fbca04) !important;
    background: linear-gradient(to bottom, #f5c022, #fbca04) !important;
    display: none; }
  .contacts-map .col2 #map {
    height: 570px !important;
    border: 10px solid #fff !important;
    border-radius: 10px; }

.city {
  background: #F3F9FC;
  margin-top: 65px;
  padding-top: 65px;
  padding-bottom: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd521), to(#f9de69));
  background: -webkit-linear-gradient(left, #ffd521, #f9de69);
  background: -o-linear-gradient(left, #ffd521, #f9de69);
  background: linear-gradient(to right, #ffd521, #f9de69);
  background: -webkit-linear-gradient(85deg, #494ba8, #6568cc);
  background: -o-linear-gradient(85deg, #494ba8, #6568cc);
  background: linear-gradient(-355deg, #494ba8, #6568cc);
  position: relative;
  overflow: hidden; }
  .city .wr {
    position: relative;
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .city:after {
    content: '';
    position: absolute;
    top: -30%;
    right: 0;
    height: 200%;
    width: 100%;
    background: url(../img/advantages_bg_img.png);
    background-size: 45%;
    background-position: center right;
    opacity: .25;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  .city .section_head {
    width: 100%;
    margin-bottom: 60px; }
    .city .section_head h2 {
      color: #3a3a3a;
      background: #fff;
      padding: 8px 15px;
      background: #ecbc19;
      color: #57596f !important; }
  .city .section_col {
    width: 60%;
    margin-right: 2%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #403e99;
    -webkit-box-shadow: 0px 5px 40px rgba(56, 55, 141, 0.41);
    box-shadow: 0px 5px 40px rgba(56, 55, 141, 0.41);
    padding: 40px; }
    .city .section_col p {
      font-size: 16px;
      margin-bottom: 15px;
      color: #3d3b56;
      line-height: 1.525em; }
    .city .section_col h3 {
      color: #3d3b56;
      font-family: 'MuseoSansBold';
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 23px;
      letter-spacing: -.25px; }
  .city .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 300px; }
    .city .section_body select {
      height: 35px;
      width: 100%;
      border-radius: 12px;
      background: #fff;
      font-size: 16px;
      margin-bottom: 20px;
      border: 1px solid #403e99;
      -webkit-box-shadow: 0px 5px 30px rgba(56, 55, 141, 0.41);
      box-shadow: 0px 5px 30px rgba(56, 55, 141, 0.41); }
    .city .section_body a {
      background: -webkit-gradient(linear, left top, left bottom, from(#6d70dc), to(#494ba8));
      background: -webkit-linear-gradient(top, #6d70dc, #494ba8);
      background: -o-linear-gradient(top, #6d70dc, #494ba8);
      background: linear-gradient(to bottom, #6d70dc, #494ba8);
      color: #fff;
      padding: 5px 15px;
      border-radius: 50px;
      font-size: 15px;
      border: 1px solid #403e99; }
    .city .section_body ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #fff;
      width: 100%;
      border-radius: 12px;
      border: 1px solid #403e99;
      -webkit-box-shadow: 0px 5px 40px rgba(56, 55, 141, 0.41);
      box-shadow: 0px 5px 40px rgba(56, 55, 141, 0.41); }
      .city .section_body ul li {
        padding: 15px 20px;
        border-bottom: 1px solid #efefef; }
        .city .section_body ul li:last-child {
          border-bottom: none; }
        .city .section_body ul li h2 {
          font-size: 19px;
          margin-bottom: 8px;
          font-family: 'MuseoSansMedium';
          font-weight: 400;
          color: #3d3b56; }
        .city .section_body ul li div {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-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; }
          .city .section_body ul li div p {
            font-size: 15px;
            color: #3d3c4e; }
  .city .section_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-top: 0px; }

.header ul li:hover a {
  text-decoration: underline; }

.fbanner {
  height: 400px;
  margin-top: 70px;
  background: url(https://support.apple.com/content/dam/edam/applecare/images/en_US/homepage/today-at-apple-workshop-banner.image.large_2x.jpg);
  background-size: cover; }
  .fbanner .wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%; }
  .fbanner h2 {
    background: #f9eb79;
    opacity: 1;
    color: #29274f;
    padding: 13px 20px;
    font-family: MuseoSansBold;
    font-weight: 700;
    width: auto;
    text-transform: inherit;
    font-size: 28px;
    line-height: 1.4em; }
    .fbanner h2 span {
      font-family: MuseoSansBold;
      font-weight: 700; }
    .fbanner h2:after {
      border-color: #f9eb79; }

.fr {
  background: #fff;
  background: #484da2;
  background: -webkit-gradient(linear, left top, right top, from(#ffd521), to(#f9de69));
  background: -webkit-linear-gradient(left, #ffd521, #f9de69);
  background: -o-linear-gradient(left, #ffd521, #f9de69);
  background: linear-gradient(to right, #ffd521, #f9de69);
  background: #f1f1f1;
  padding-top: 20px; }
  .fr .section_head {
    display: none; }
    .fr .section_head h2 {
      background: #f9eb79;
      padding: 13px 30px;
      font-family: MuseoSansBold;
      font-weight: 700;
      width: 600px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      text-transform: inherit;
      font-size: 30px;
      line-height: 1.4em;
      background: #fff; }
      .fr .section_head h2 span {
        font-family: MuseoSansBold;
        font-weight: 700;
        text-decoration: underline; }
      .fr .section_head h2:after {
        border-color: #333; }
  .fr .section_body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0px;
    padding: 30px;
    border-radius: 15px; }
    .fr .section_body .col {
      width: 48%;
      padding: 40px;
      border-radius: 15px;
      background: #fff; }
      .fr .section_body .col3 {
        width: 100%;
        height: auto;
        margin-top: 35px; }
        .fr .section_body .col3 p, .fr .section_body .col3 li {
          color: #747c8c;
          margin-top: 15px;
          line-height: 1.5em;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 10px; }
        .fr .section_body .col3 .btn {
          width: 400px;
          margin-right: auto;
          font-family: 'MuseoSansMedium';
          font-weight: 600; }
  .fr .col > h3 {
    margin-bottom: 20px;
    color: #313c56;
    color: #79925c;
    color: #729355;
    color: #313c56;
    color: #747c8c;
    color: #313c56;
    font-size: 26px;
    font-family: 'MuseoSansBold'; }
  .fr .col .btn {
    font-family: 'MuseoSansMedium';
    font-weight: 600; }
  .fr .col1 {
    width: 80%; }
    .fr .col1 .btn {
      width: 70%;
      margin-right: auto;
      margin-left: auto; }
  .fr .col2 img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .fr .col2 p {
    color: #747c8c;
    margin-top: 15px;
    line-height: 1.5em;
    width: 95%;
    margin-right: auto;
    margin-left: auto; }
  .fr .btn {
    margin-top: 30px; }
  .fr .fr_steps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    position: relative;
    border-top: 2px dashed #e1e4ea;
    padding-top: 35px; }
    .fr .fr_steps:after {
      content: '';
      position: absolute;
      top: 90px;
      left: 0;
      width: 100%;
      display: none;
      border: 4px solid #f0f1f2; }
    .fr .fr_steps .step {
      width: 33.3333%;
      text-align: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: 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; }
      .fr .fr_steps .step:first-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left; }
        .fr .fr_steps .step:first-child .step_title {
          padding-left: 10px; }
      .fr .fr_steps .step:last-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right; }
        .fr .fr_steps .step:last-child .step_title {
          padding-left: 23px;
          text-align: center; }
        .fr .fr_steps .step:last-child .step_title {
          width: 90%; }
      .fr .fr_steps .step:nth-child(2) .step_title {
        width: 80%; }
      .fr .fr_steps .step_img {
        width: 110px;
        height: 110px;
        border: 0px solid #cdcdcd;
        border-radius: 100%;
        margin-bottom: 10px;
        position: relative; }
        .fr .fr_steps .step_img img {
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translatex(-50%);
          -ms-transform: translatex(-50%);
          transform: translatex(-50%);
          width: 110px;
          height: 110px;
          border-radius: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          z-index: 10; }
          .fr .fr_steps .step_img img:nth-child(2) {
            opacity: .5;
            top: 4px;
            z-index: 5;
            -webkit-filter: blur(10px);
            filter: blur(10px); }
      .fr .fr_steps .step_title {
        font-size: 15px;
        color: #313c56; }
  .fr .pros_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .fr .pros_list .list {
      margin: 10px 0; }
      .fr .pros_list .list_num {
        font-size: 30px;
        font-family: 'MuseoSansBlack';
        font-weight: 900;
        position: relative;
        color: #3a3a3a;
        color: #1b69e2;
        color: #313c56;
        color: #115de2;
        color: #84ca33; }
        .fr .pros_list .list_num span {
          font-family: 'MuseoSansMedium';
          font-weight: 500;
          font-size: 18px;
          letter-spacing: -.25px;
          margin-right: 5px;
          color: #313c56;
          color: #79925c;
          color: #313c56;
          color: #313c56;
          color: #747c8c;
          opacity: 1; }
      .fr .pros_list .list_desc {
        margin-top: 5px;
        font-size: 16px;
        display: none; }

.prc {
  background: -webkit-gradient(linear, left top, right top, from(#ffd521), to(#f9de69));
  background: -webkit-linear-gradient(left, #ffd521, #f9de69);
  background: -o-linear-gradient(left, #ffd521, #f9de69);
  background: linear-gradient(to right, #ffd521, #f9de69);
  position: relative; }
  .prc:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(../img/advantages_bg_img.png);
    background-size: 35%;
    background-position: center left;
    opacity: .45; }
  .prc:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(310deg, #ffd52100 10%, #f9de69ba);
    background: -o-linear-gradient(310deg, #ffd52100 10%, #f9de69ba);
    background: linear-gradient(140deg, #ffd52100 10%, #f9de69ba);
    z-index: 15; }
  .prc .wr {
    width: 930px;
    background: #fff;
    padding: 45px;
    border-radius: 25px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 6px 30px #e7b802;
    box-shadow: 0px 6px 30px #e7b802;
    position: relative;
    z-index: 15; }

.btn-fr {
  width: 350px;
  font-size: 20px;
  margin-right: auto;
  margin-left: auto;
  height: 55px;
  font-family: 'MuseoSansMedium';
  font-weight: 500; }

.login {
  background: #F3F9FC;
  margin-top: 65px;
  padding-top: 65px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd521), to(#f9de69));
  background: -webkit-linear-gradient(left, #ffd521, #f9de69);
  background: -o-linear-gradient(left, #ffd521, #f9de69);
  background: linear-gradient(to right, #ffd521, #f9de69);
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 175px); }
  .login .wr {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    height: 100%; }
  .login:after {
    content: '';
    position: absolute;
    top: -30%;
    right: 0;
    height: 200%;
    width: 100%;
    background: url(../img/advantages_bg_img.png);
    background-size: 45%;
    background-position: center right;
    opacity: .25;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  .login_form {
    width: 450px;
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0px 6px 30px rgba(212, 180, 25, 0.6);
    box-shadow: 0px 6px 30px rgba(212, 180, 25, 0.6); }
    .login_form h2 {
      margin-bottom: 25px;
      text-align: center;
      color: #576d79; }
    .login_form form {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .login_form form label {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        position: relative; }
        .login_form form label:after {
          content: '';
          position: absolute;
          top: 35.25px;
          left: 10px;
          height: 17px;
          width: 17px;
          background: url(../img/email-envelope-outline-shape-with-rounded-corners.svg);
          background-size: cover;
          opacity: .5; }
        .login_form form label.label-password:after {
          background: url(../img/padlock.svg);
          background-size: cover; }
        .login_form form label input {
          height: 40px;
          padding: 0 10px;
          border: 2px solid #efefef;
          border-radius: 5px;
          color: #2a3b44;
          padding-left: 33px; }
        .login_form form label span {
          font-size: 15px;
          font-family: 'MuseoSansMedium';
          font-weight: 500;
          color: #576d79;
          margin-bottom: 5px;
          -webkit-transition: all .35s ease;
          -o-transition: all .35s ease;
          transition: all .35s ease; }
        .login_form form label:hover span {
          padding-left: 11px; }
      .login_form form input[type="submit"] {
        border: none;
        font-size: 18px;
        border-radius: 10px;
        background: #6d73d2bf !important; }

.team .section_footer .el_title {
  position: relative;
  z-index: 20; }

.at-user .btn {
  background: #fff !important;
  color: #318bd3 !important; }

.at-user .btn:hover {
  text-decoration: underline; }

.ateam-info {
  padding-top: 45px; }

.container-info {
  width: 1000px !important; }
  .container-info p {
    margin-bottom: 20px;
    font-size: 17.5px;
    color: #474a4e;
    line-height: 1.6em; }
  .container-info .btn {
    margin-top: 50px; }

#store-list .item div {
  display: none !important;
}

#store-list .item {
    background: #abadf4;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 7px;
    box-shadow: 0px 2px 5px #565aa6;
    color: #484a74;
    margin-right: 7px;
}

#store-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.selectCity {
      width: 100%;
    display: flex;
    padding: 0px 44px;
}

.selectCity select {
      width: 100%;
    margin-top: 15px;
    margin-bottom: 9px;
    height: 35px;
    border: none;
    background: #656dc9;
    color: #fff;
    border: 2px solid #494ba8;
    font-size: 16px;
    box-shadow: 0px 2px 5px #565aa675, inset 0px 2px 4px rgba(73, 78, 161, 0.36);
}

.mapboxgl-popup-content {
  padding: 20px !important;
  color: #353535;
}

.contacts-map .col2 .contacts_anim .fadingIn b {
font-family: 'MuseoSansMedium';
    font-weight: 600;
}

.mapboxgl-popup-close-button {
  height: 20px;
  width: 20px;
  background: #f7f7f7;
}

#store-list {
  display: none;
}

body.post-type-archive-blog section.blog {
  min-height: 85vh;
}

#store-list .item {
  font-weight: 600;
}

#store-list .item.active {
  background: #fdc900;;
}

.single-block .row  {
  display: none !important;
}

.contacts .col2 .btn {
  display: none !important;
}

.contacts-page #map {
      border: 10px solid #fff !important;
    border-radius: 10px;
}

.contacts-page .contacts_anim {
      background: -webkit-gradient(linear, left bottom, left top, from(#67a6db), to(#73a3e2));
    background: -webkit-linear-gradient(bottom, #67a6db 0%, #73a3e2 100%);
    background: -o-linear-gradient(bottom, #67a6db 0%, #73a3e2 100%);
    background: linear-gradient(to top, #67a6db 0%, #73a3e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd24c), to(#ffd24c)) !important;
    background: -webkit-linear-gradient(top, #ffd24c, #ffd24c) !important;
    background: -o-linear-gradient(top, #ffd24c, #ffd24c) !important;
    background: linear-gradient(to bottom, #ffd24c, #ffd24c) !important;
    color: #596396;
    font-family: 'MuseoSansMedium';
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    height: auto;
    -webkit-transition: all .375s ease;
    -o-transition: all .375s ease;
    transition: all .375s ease;
    border-radius: 14px;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 0px 1px #dfb50b;
    box-shadow: 0px 2px 0px 1px #dfb50b;
    padding: 20px 0;
    padding-top: 25px;
    font-size: 17px;
    width: 100%;
    margin-bottom: 25px;
        padding: 10px 0;
    padding-top: 16px;
    font-size: 17px;
    width: 70%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.contacts-page .col p {
  width: 85%;
}

.contacts-page .col1 {
  width: 45%;
}

.contacts-page .col2 {
  width: 55%;
}

.contacts-page .contacts_info {
  display: none !important;
}

.wpcf7-not-valid {
    border-bottom: 2px solid #f57c73 !important;
}

.setCity {
  font-family: 'MuseoSansMedium';
    font-weight: 600;
}

#r li {
  display: none;
}

.contacts-map .col2 .contacts_map h2 {
  display: none;
}

.contacts .col .contacts_map {
  padding-top: 110px;
}

.contacts_info {
  display: none !important;
}

.contacts-home .col1 .row {
  display: none !important;
}

.contacts-home .col1 .qinfo_form {
  margin-right: auto;
  margin-left: auto;
}

.header_map .select {
  text-align: center;
}

.header ul li a {
  text-align: center;
}

.pros .section_footer a {
  z-index: 15;
  position: relative;
}

.contacts-page .col .contacts_map {
  padding-top: 30px !important;
}


.contacts-page .col .contacts_map ul {
  margin-top: 0 !important;
}

.pp {
    background: #000000cc;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 150;
}

.pp_cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.pp_form {
    width: 470px;
    padding: 45px 35px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #585fcb;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 4px 30px 1px rgba(27, 28, 90, 0.4);    box-shadow: 0px 4px 30px 1px rgba(27, 28, 90, 0.4), inset 0px 0px 100px rgb(79, 80, 208);
    border: 3px solid #8c90f242;

}

.pp_form .close {
  position: absolute;
  font-size: 17px;
  top: 15px;
  right: 15px;
      font-size: 21px;
    top: 15px;
    right: 17px;
  color: #fff;
}

.pp h2 {
      font-family: 'MuseoSansBold';
    text-align: center;
    letter-spacing: -.3px;
    margin-bottom: 25px;
    color: #fff;
}

.pp .qinfo_form {
      padding: 0 !important;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 25px !important;
    border: 2px dashed #8c90f2;
    border-radius: 10px;
}

.pp label {
  width: 50%;
  padding: 0 7px;
}

.pp label.w100 {
  width: 100%;
}

.pp form > p label:nth-last-child(3) {
  display: none !important;
}

.pp input[type="submit"] {
  width: 100%;
  box-shadow: 0px 5px 20px rgba(63, 64, 181, 0.82);
      margin-top: 5px;
    border-radius: 12px;
    margin-left: 8px;
}

.pp form > p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

#changeCity {
      background: #e6ebec;
    height: 40px;
    border: 1px solid #c4ced0;
    margin-top: 25px;
    padding: 0 15px;
    color: #6a6a6a;
    background: #f7f8f9;
    height: 40px;
    border: 1px solid #d8dbe2;
    margin-top: 15px;
    color: #000;
    padding: 0 15px;
    margin-top: 0;
    color: #778194;
        margin-top: 6px;
    color: #778194;
    border-radius: 12px;
    margin-left: 11px;
}

.pp_form > p {
  display: none;
}

.allCityInfo {
	display: flex !important;
  justify-content: center;
}

.allCityInfo .setCity {
  margin-left: 5px;
}


/* CONTACT
========================================== */
.contact-area {

  position: relative;
}

.contact-area .contact {
  position: relative;
  max-width: 270px;
  width: 270px;
  height: 0;
  right: -200vw;
  overflow: hidden;
  margin: 0 auto;
  transition: all .4s ease;
}
.contact-area .contact.active {
  right: 0;
}

.contact-area .contact{
  padding: 30px 20px;
  height: auto;
  overflow: visible;
}

.contact nav {
  position: relative;
}

.contact nav:after {
  content: '';
  position: absolute;
  bottom: 50px;
  right: -5px;
    border: 20px solid transparent; border-top: 20px solid #2b3c65;
    opacity: 0;
}

.contact nav:after {
  content: '';
  position: absolute;
bottom: -56px;
    right: -5px;
    border: 20px solid transparent; border-top: 20px solid #2b3c65;
    opacity: 1;
        bottom: -49px;
    right: -3px;
    border: 18px solid transparent;
    border-top: 20px solid #2b3c65;
}

@media (min-width: 1024px) {
  .contact-area .contact {
    position: fixed;
    z-index: 100;
    background: #2b3c65;
    right: -200vw;
    bottom: 110px;
    padding: 0 !important;
    border-radius: 10px;
  }

  .contact-area .contact.active {
    right: 20px;
  }

  .contact-area .contact {
    padding: 5px 20px !important;
    padding-bottom: 20px !important;
  }
}
.contact main {
  float: left;
  width: 100%;
  position: relative;
}
.contact main section {
  border-radius: 5px;
  float: left;
  width: 100%;
  background-color: #eb524a;
}
.contact main section .content {
  float: left;
  width: 100%;
  padding: 20px 30px 50px 30px;
  position: relative;
  text-align: center;
}
@media (min-width: 414px) {
  .contact main section .content {
    text-align: left;
  }
}
.contact main section .content img {
  display: inline-block;
  width: 140px;
  border-radius: 50%;
}
@media (min-width: 414px) {
  .contact main section .content img {
    float: left;
    width: 30%;
    margin-right: 10%;
  }
}
.contact main section .content aside {
  float: left;
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
}
@media (min-width: 414px) {
  .contact main section .content aside {
    width: 60%;
  }
}
.contact main section .content aside h1 {
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 10px;
}
.contact main section .content aside p {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 160%;
}
.contact main .title {
  float: left;
  width: 100%;
  background-color: #c63535;
  max-height: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}
.contact main .title.active {
  max-height: 100px;
  -webkit-transition: all 1.3s;
  -moz-transition: all 1.3s;
  -o-transition: all 1.3s;
  transition: all 1.3s;
}
.contact main .title.active p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: .2s;
}
.contact main .title p {
  padding: 15px 30px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.contact main button {
  position: absolute;
  bottom: 0;
  right: 50%;
  background-color: #ffbe44;
  color: #c63535;
  border: 0;
  width: 200px;
  height: 48px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: -24px;
  margin-right: -100px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-delay: .1s;
  outline: none;
  overflow: hidden;
  z-index: 10;
  font-family: inherit;
}
.contact main button span {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  transition-delay: .4s;
  display: block;
  width: 200px;
  float: left;
  padding: 15px 0px;
}
.contact main button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact main button svg path {
  fill: #c63535;
}
.contact main button.active {
  margin-right: 0;
  right: 20px;
  width: 65px;
  height: 65px;
  margin-bottom: -32.5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 65px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.contact main button.active span {
  opacity: 0;
  transition-delay: 0s;
  width: 200px;
}
.contact main button.active svg {
  opacity: 1;
  transition-delay: .5s;
}
.contact nav {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact nav.active {
  max-height: 600px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.contact nav.active a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.contact nav.active a:nth-of-type(1) {
  transition-delay: .5s;
}
.contact nav.active a:nth-of-type(2) {
  transition-delay: .7s;
}
.contact nav.active a:nth-of-type(3) {
  transition-delay: .9s;
}
.contact nav a {
  width: 100%;
  margin-top: 18px;
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 414px) {
  .contact nav a {
    padding: 18px 23px;
  }
}
.contact nav a .arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact nav a .arrow path {
  fill: #e6e6e6;
}
.contact nav a.gmail .icon svg {
  background-color: #d14836;
}
.contact nav a.gmail .content h1 {
  color: #d14836;
}
.contact nav a.facebook .icon svg {
  background-color: #3b5998;
}
.contact nav a.facebook .content h1 {
  color: #3b5998;
}
.contact nav a.twitter .icon svg {
  background-color: #1da1f2;
}
.contact nav a.twitter .content h1 {
  color: #1da1f2;
}
.contact nav a .icon {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  margin-top: 3px;
  margin-left: 0 !important;
}
.contact nav a .icon svg {
  width: 100%;
  height: 100%;
  padding: 5.5px;
}
.contact nav a .icon svg path {
  fill: #ffffff;
}
.contact nav a .content h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin: 0 !important;
    margin-bottom: 0 !important;
    letter-spacing: .4px;
    line-height: 1.75em;
    font-weight: 400;
}
.contact nav a .content span {
  font-size: 14px;
  color: #b3b3b3;
  display: block;
  display: none !important;
  letter-spacing: .4px;
}

#price .setCity {
    border-top: 1px dashed #e5ebec;
    width: 100%;
    padding-top: 8px;
    margin-top: 6px;
    background: #dff8f3;
    padding-bottom: 12px;
    font-size: 19px;
    font-weight: 400;
    border-radius: 11px;
    border: 1px dashed #3ed3b1;
    color: #3da990;
    width: auto;
    padding: 7px 30px;
    margin-left: 10px;
}

#openSocial {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  z-index: 100;
}

#openSocial img {
  width: 30px;
  height: 30px;
}

select {
     -webkit-appearance: none;
   -moz-appearance:    none;
   padding: 0 10px;
   appearance:         none;
}

.prc .section_head h2 {
  text-align: center;    font-size: 20px;
    font-weight: 400;
    color: #333;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    width: auto;
}

.pros .section_head {
  margin-bottom: 35px;
}

.pros .section_footer:after, .pros .wr:after {
  display: none !important;
}

.header_map .select, .banner .col1 .btn, .qform .wr .btn, .pros .section_footer a, .contacts .qinfo_form form input[type="submit"], #openSocial {
  box-shadow: 0px 2px 15px rgba(0,0,0,.1) !important;
}

#openSocial {
  box-shadow: 0px 2px 25px rgba(0,0,0,.2) !important;
}

.banner .col1 .btn {
  box-shadow: 0px 2px 15px rgba(0,0,0,.1) !important;
}

.contact nav.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact nav a {
  width: 45px;
  height: 45px;
  margin: 5px;
  padding: 0 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.contact nav a .icon {
  height: 32px;
  width: 32px;
  margin: 0;
}

.contact nav a .icon svg {
  padding: 7px;
}

.contact nav a h1 {
  display: none !important;
}

.contact nav a .arrow {
  display: none !important;
}

.contact-area .contact {
  width: 205px;
}

.contact-area .contact {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.contacts-map .col2 .contacts_anim .anim1, .contacts-map .col2 .contacts_anim .anim2 {
  box-shadow: 0px 3px 20px rgba(0,0,0,.15), 0px 2px 10px rgba(0,0,0,.08);
}

.pros {
  background: #e5eaf3;
  padding-top: 55px;
  padding-bottom: 55px;
}

.pros .wr {
  box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
  background: #fff;
  border-radius: 20px;
  padding: 45px 65px;
/*  width: 980px;*/
    padding-top: 65px;
    padding-bottom: 73px;    padding-top: 55px;
    padding-bottom: 55px;
}

.pros .wr .el img {
  width: 85px;
  margin-bottom: 10px;
}

.pros .wr .el h3 {
      width: 100%;
    font-size: 15.5px;
}

.pros .wr .el {
      border: 1px dashed #dcdcdc;
    padding: 30px 20px;
    border-radius: 9px;
    margin-top: 17px;
    width: 32%;
    box-shadow: inset 0px 0px 76px rgba(228, 234, 244, 0.43);
    width: 19%;
}

.pros .wr .el:nth-child(2) {
  display: none;
}

.pros .section_footer {
  margin-top: 35px;
}

.pros .wr .section_body {
  justify-content: space-between;
}

.banner h2 {
  text-shadow: 0px 2px 6px rgba(92, 115, 162, 0.77);
}

.banner h3 {
  text-shadow: 0px 1px 1px rgba(92, 115, 162, 0.77);
}

.brain .col .el {
      background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 2px rgb(207, 216, 220);
    box-shadow: 0px 4px 15px -2.5px rgba(68, 86, 104, 0.12);
    padding-left: 15px;
    margin-bottom: 17px;

}

.brain .col1 .el {
  padding: 20px;
  padding-right: 15px;
  border-radius: 100px 28px 28px 100px;
}

.brain .col3 h2 {
  text-align: left;
      background: #f6edbc;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.brain .col3 .el:after {
  right: 12px;
}

.brain .col1 h2 {
  text-align: right;
      background: #f6edbc;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.brain .col2 {
      border-radius: 57px;
    overflow: hidden;
}

.brain .col2 img {
    padding: 9px;
    background: #f5edc1;
    border-radius: 50px;
}

.brain .col1 .el:after {
  left: 11px;
}

.brain .col3 .el {
  border-radius: 28px 100px 100px 28px;
}

#number {
  text-shadow: 0px 1px 3px rgba(92, 115, 162, 0.77);
}

.comms .section_body .swiper-button-next, .comms .section_body .swiper-button-prev {
width: 50px;
    height: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    border-radius: 100%;
}

.nws {
  padding-top: 0;
  padding-bottom: 35px;
  background: #f5f8fb;
}

.nw {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
    background: #fff;
    padding: 25px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px -2.5px rgba(62, 78, 95, 0.12);
}

.nws .swiper-slide {
  padding: 12px;
}

.nws .wr {
  position: relative;
}

.nws .nw-next {
      top: 0;
    right: 0;
    background: #000;
        top: 22px;
    right: 13px;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px -2.5px rgba(62, 78, 95, 0.4);
    background-size: 9px !important;
    background-position: 55% 50% !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'https%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
}

.nws .swiper-container {
  padding-bottom: 40px;
}

.nws .nw-prev {
      top: 0;
    left: calc(100% - 90px);
    background: #000;
        top: 22px;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0px 3px 15px -2.5px rgba(62, 78, 95, 0.4);
    background-size: 9px !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'https%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.nws_title {
font-weight: 800;
    padding-left: 1.5%;
    margin-bottom: 0;
    position: relative;
    font-family: 'MuseoSansBold';
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-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-right: 1.5%;
    font-size: 24px;
}

.nw_date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 13px;
  color: #7a7a7a;
  margin-bottom: 15px;
  opacity: .75;
}

.blog-2 .blog_title a {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

.nw_date i {
    color: #949494;
    font-size: 12px;
    margin-right: 3px;
}

.nw_title {
  font-size: 15px;
  line-height: 1.55em;
  font-family: 'MuseoSansMedium';
    color: #727679;

}

.banner h3, .banner h2:after {
  opacity: .7;
}

#number {
  opacity: 1;
}

#chCity2 .disabled {
  display: none !important;
}



.qa {
  position: fixed;
  bottom: 25px;
  width: 375px;
  box-shadow: 0px 4px 30px 0 rgba(0, 0, 0, 0.1);
  right: -100vw;
  background: #fff;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  z-index: 500;
	transition: all 1.25s ease-out;
}

.qa.active {
	right: 25px;
}

.qa.active .qa_open {
	display: none;
}

#chCityTitle {
  margin-left: 5px;
}

.qa_realTitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


.qa_info {
  padding: 30px;
  position: relative;
  padding-bottom: 35px;
}

.qa_bn {
  position: relative;
}

.qa .close {
    position: absolute;
    top: 11px;
    right: 16px;
    z-index: 100;
    color: #888;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qa_bn-title {
    font-weight: 700;
    font-family: 'MuseoSansBold';
    font-size: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.qa_bn-title select {
  margin-top: 15px;
  margin-bottom: 15px;

    font-weight: 700;
    color: #5a5b5d;
}



.qa select {
      height: 35px;
    font-size: 15px;
    font-family: 'MuseoSansRegular';
    font-weight: 400;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 15px;
       -webkit-appearance: none;
   -moz-appearance:    none;
   border: none;
   appearance:         none;
   width: 185px;
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTEyMS4zLDM0LjZjLTEuNi0xLjYtNC4yLTEuNi01LjgsMGwtNTEsNTEuMS01MS4xLTUxLjFjLTEuNi0xLjYtNC4yLTEuNi01LjgsMC0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTMuOSw1My45YzAuOCwwLjggMS44LDEuMiAyLjksMS4yIDEsMCAyLjEtMC40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMiAwLjEtNS44eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==" );
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

.qa_sn {
  width: 100%;
  padding: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0 rgba(0, 0, 0, 0.1);
}

.qa_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}

.qa_sr {
    width: calc(25% - 20px);
    margin: 0 10px 0 0;
    background: #000;
    border-radius: 5px;
    padding: 20px;
        width: calc(25% - 20px);
    margin: 0 10px 0 0;
    background: #000;
    border-radius: 5px;
    padding: 0px 0px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
}

.qa_li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  margin: 12px 0;
}

.qa_bn {
  padding: 27px;
	padding-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.qa_li:last-child {
  margin-bottom: 0;
}

.qa_li:first-child {
  margin-top: 0;
}

.qa_li div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #555;
}

/*.qa_ul {
  filter: blur(5px);
  opacity: .7;
}

.qa_ul-active {
  opacity: 1;
  filter: blur(0px);
}*/



@keyframes scalem {
  0% {
    transform: scale(1)
  }
  70% {
    transform: scale(1.1)
  }
  100% {
    transform: scale(1)
  }
}
/* 
.qa_bn > select {
  animation-name: scalem;
  animation-duration: 1s;
  animation-iteration-count: infinite;
} */

.qa_sn-desc {
      font-family: 'MuseoSansBold';
    font-size: 18px;
    color: #47474a;
    letter-spacing: -.3px;
}

.qa_li:last-child {
  font-size: 14.5px;
  padding-top: 13px;
  border-top: 1px solid #ebebeb;
  line-height: 1.45em;
}

.qa_after {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qa_line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.qa_line .qa_w {
  height: 20px;
  background: #f5f5f5;
  margin-bottom: 12px; width: 65px;
}

.qa_ul {
  position: relative;
}

.qa {
  transition: all .25s ease;
  z-index: 1001;
}

.qa_line .qa_w:last-child {
  height: 20px;
  width: 170px;
  background: #f5f5f5;
}

.qa_open {  
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 14%;
    width: 14%;
    /* background-color: #fafafabf; */
    background-image: url(../img/Button.png);
    /* border: 4px solid #0097fa; */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* border-radius: 100%; */
    z-index: 1000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0px 5px 30px rgba(16, 111, 173, 0.37), 0px 3px 8px rgba(16, 111, 173, 0.13);*/

}

@media (max-width:768px) {
	.qa_open {  
    width: 60%!important;
	bottom: 0%!important;
	
	}
}

.qa_line:first-child .qa_w:first-child {
  width: 65px;
}

.qa_line:first-child .qa_w:nth-child(2) {
  width: 155px;
}

.qa_line:nth-child(2) .qa_w:nth-child(2) {
  width: 145px;
}

.qa_line:last-child .qa_w:first-child {
    margin-top: 12px;
    margin-bottom: 3px;
    width: 100%;
}

.qa_line:last-child {
  flex-wrap: wrap;
}

.qa_line:last-child .qa_w:last-child {
    margin-top: 12px;
    width: 40%;
    margin-top: 0;
    margin-bottom: 0;
}

body.home .header .wr, .page-id-482 .header .wr {
    height: 6.5vmin;
    width: 130vmin;
    background: rgba(255,255,255,.7);
    border-radius: 4.5vmin;
    padding: 0px 1vmin;
    margin-top: 1vmin;
    padding-left: 2vmin;
    box-shadow: 0px 2px 30px rgba(77, 96, 185, 0.3);
    border: 1px solid #0097fa73;
}

body.home .header ul li a, .page-id-482 .header ul li a {
  color: #5e6169;
  font-size: 1.6vmin;
  margin-left: 2.7vmin;
      color: #5e6169;
    font-size: 1.6vmin;
    margin-left: 1.7vmin;
    margin-right: 1.7vmin;
}

body.home .header .header_logo img, .page-id-482 .header .header_logo img {
      background: none;
    height: 4vmin;
    top: .1vmin;
    position: relative;
}

body.home .header_map .select, .page-id-482 .header_map .select {
  height: 4vmin;
  font-size: 1.6vmin;
}

#r {
  position: relative;
  padding-top: 35px;
}


#chCity2 option:first-child.disabled {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

#chCity3 option:first-child.disabled {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

.contacts .col .contacts_map {
  box-shadow: 0px 6px 30px rgba(63, 65, 140, 0.78);
}

#r li {
  z-index: 20;
  position: relative;
}

#chCity3 {
  margin-top: 15px;
}

body.home .heateor_sss_sharing_container {
  display: none !important;
}

.qa_realTitle-long {
    text-align: center !important;
    font-size: 21px !important;
    margin-bottom: 5px !important;
    line-height: 1.5em !important;
}

.contacts-map .col2 .contacts_map h2 {
  display: none !important;
}

.header_menu {
  height: 100%;
}

.header_menu .menu-verhnee-menju-container {
  height: 100%;
}



.header_menu ul {
  height: 100%;
}

.header_menu ul li {
  position: relative;
  overflow: hidden;
}

.header_menu ul li:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  bottom: -15px;
  height: 7.5px;
  width: 7.5px;
  border-radius: 1000%;
  background: #76b7ea;
  transition: all .3s ease;
}

.header_menu ul li:hover:after {
  bottom: 7px;
}

body.home .header .header_logo img, .page-id-482 .header .header_logo img {
  height: 4.6vmin;
}

.header_menu ul li:hover a {
      color: #3288bf;
    text-decoration: none;
}

.header_menu ul li a {
  height: 100%;
}

.header_menu li {
  height: 100%;
}

.section_head h2:after {
  background: #3a3a3a;
}

.setCity-none {
  display: none !important;
}

/*#r {
  display: none;
}

#r.shop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
*/

.branch {
  width: calc(50% - 20px);
  margin: 0 10px;
    padding: 40px;
    padding-top: 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgb(209, 219, 230), 0px 2px 2px rgb(189, 197, 206);
    display: flex;
    flex-direction: column;
}

.myprofile {
  background: #e4eaf1;
}

.myprofile .btn {
      background: #2096f3 !important;
    border-radius: 8px !important;
    font-size: 18px;
    margin-top: 20px;
}

.branch input {
  height: 40px;
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.myprofile {
  padding: 120px 0;
  padding-bottom: 60px;
  min-height: 90vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.myprofile .wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}



.mapboxgl-popup-content {
      font-size: 16px;
    padding: 30px 30px !important;
    padding-top: 23px !important;
}

.mapboxgl-popup-content h3 {
      font-size: 12px;
    font-family: "MuseoSansRegular";
    font-weight: 400;
}

.mapboxgl-popup-content h4 {
  font-size: 16px;
}

/*.page-id-303 .wr br {
  display: none;
}*/

.page-id-303 .li {
  margin-bottom: 100px;
}

.page-id-303 .li2 {
  border: 1px solid #000;
  padding: 40px;
  margin-bottom: 30px;
}

.course {
  padding-top: 0;
  padding-bottom: 0;
}

.course .wr {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.course .col {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  z-index: 15;
}

.course .col1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #484da2;
}

.course .col2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #7078e3;
}

.course .col1 {
  background: #484da2;
  color: #fff;
  padding-left: 40px;
}

.course .col2 {
  padding-left: 70px;
  color: #fff;
}

.course .col1 li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  margin-top: 40px;
}

.course .col1 li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  background: #f9eb79;
  border: 7px solid #f9eb79;
  border-radius: 100%;
  color: #000;
  font-family: "MuseoSansBold";
  font-weight: 900;
  color: #474da2;
  font-size: 22px;
  margin-right: 25px;
  position: relative;
  box-shadow: 0px 3px 10px rgb(51, 56, 132);
}

.course .col1 li span:after {
  content: '';
  position: absolute;
  border-left: 2px solid #8ea9f3;
  top: 129%;
  height: 36px;
  left: 50%;
  transform: translateX(-50%);
}

.course .col1 li:last-child span:after {
  display: none !important;
}

.course .col1 h2 {
  font-family: 'MuseoSansMedium';
  margin-bottom: 15px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  position: relative;
}

.course .col1 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 28%;
  height: 100%;
  z-index: -1;
  background: #db6da4;
  background: #4062bb;
}

.course .col2 {
  background: #7078e3;
  position: relative;
}

.course .col2 h3 {
  font-family: 'MuseoSansMedium';
  margin-bottom: 15px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  position: relative;
}

.price_old {
  font-family: 'MuseoSansMedium';
  margin-bottom: 15px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 29px;
  position: relative;
  text-shadow: 0px 2px 0px rgb(52, 58, 144);
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .75;
}

.price_old:after {
    content: '';
    position: absolute;
    top: 57%;
    transform: translateY(-50%) rotate(8deg);
    left: -15%;
    width: 125%;
    height: 100%;
    /* border: 4px solid #f9eb79; */
    height: 5px;
    background: #f9eb79;
    border-radius: 15px;
    box-shadow: 0px 1px 0px rgb(52, 58, 144);
}

.price_new {    font-family: 'MuseoSansBlack';
    margin-bottom: 15px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 53px;
    position: relative;
    text-shadow: 0px 2px 0px rgb(52, 58, 144);
    margin-left: 20px;
    margin-bottom: 0;
margin-top: 40px;
padding-left: 0px;
}

.course_set {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 400px;
  margin-top: 30px;
}

.set {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: 45px;
    background: #484da2;
    padding: 0px 20px;
    border-radius: 8px;
    margin: 2px 0;
    opacity: .275;
}

.set:nth-child(3) {
  opacity: 1;
}

.course_price {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  position: relative;
}

.course .col2 .btn {
  background: #f9eb79 !important;
color: #000;
font-size: 18px;
height: 50px;
width: 300px;
text-align: center;
padding-left: 0;
padding-right: 0;
margin-top: 40px;
}

.course .col2 h4 {
  font-family: 'MuseoSansRegular';
  font-size: 18px;
  line-height: 1.65em;
  margin-bottom: 40px;
  opacity: .8;
  font-weight: 400;
}

.ourcities {
  background: #e5eaf3;
  padding-top: 40px;
  padding-bottom: 75px;
  position: relative;
}

.course {
  position: relative;
  overflow: hidden;
}

.course:after {
    content: '';
    position: absolute;
    top: -3%;
    right: -20%;
    height: 130%;
    width: 60%;
    background: url(../img/advantages_bg_img.png);
    background-size: 50%;
    background-position: center left;
    opacity: .175;
    z-index: 18;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.course:before{
      content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background: url(../img/advantages_bg_img.png);
    background-size: 50%;
    background-position: center left;
    opacity: .075;
        right: 55%;
    width: 47%;
    height: 140%;
    top: -15%;
    z-index: 18;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.ourcities .wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.ourcities .section_body {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.ourcities .section_body .table {
  width: 950px;
  overflow: hidden;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
}

.ourcities .table .line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e5eaf3;
}


.ourcities .line .col {
  width: 33.3333%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 22px 30px;
}

.ourcities .line-header .col {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 21px 30px;
}


.ourcities .line .col:first-child {
  font-size: 18px;
}

.ourcities .line .col:nth-child(2) {
  width: 25%;
}

.ourcities .line .col:nth-child(3) {
  width: 42%;
  text-align: right;
}

.page-id-482 .about .section_body .el .col2 p {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.page-id-482 .about .wr {
  width: 1050px;
}

.page-id-482 .about .section_body .el .col2 ul li {
  width: 20%;
}

.brain2 .col2 .swiper-container{
    height: 100%;
    width: 100%;
}
.brain2 .col2 p {
      width: 100%;
    height: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
}

.brain2 .swiper-container {
  height: 100%;
  width: 100%
}
.swiper-brain .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}
.brain .section_body {
  position: relative;
}
.brain .swiper-pagination {
  bottom: -10px;
      width: auto !important;
}
.brain .swiper-pagination-bullet-active {
background: #e7dc8b;
background-color: #3e5596;
}
.brain .swiper-pagination-bullet{
  width: 10px;
    height: 10px;
        margin: 0 4px;
}
.brain .swiper-button-prev.swiper-brain-prev {
    position: absolute;
    top: 57%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 55px;
    height: 55px;
    border-radius: 7px;
    background-color: #3e5596;
    background-image: url(../img/ra2.svg);
    background-size: 33px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    z-index: 35;
}
.brain .swiper-button-next.swiper-brain-next {
    position: absolute;
    top: 57%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 7px;
    background-color: #3e5596;
    background-image: url(../img/ra2.svg);
    background-size: 33px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    z-index: 35;
}
.swiper-brain .swiper-slide p {
   display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    align-items: center;
    justify-content: center;
}
.recommend {
      background: #F6F8FB;
    background: linear-gradient(95deg, #db6f8e, #d54394);
    overflow: hidden;
    position: relative;
    padding-top: 70px;
}
.recommend:after {
    content: '';
    position: absolute;
    top: -10%;
    right: -20%;
    height: 130%;
    width: 60%;
    background: url(../img/advantages_bg_img.png);
    background-size: 53%;
    background-position: center left;
    opacity: .45;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    right: 55%;
    width: 47%;
    height: 140%;
    top: -15%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.recommend .rec {
  background: #fff;
      box-shadow: 0px 6px 30px rgba(68, 86, 104, 0.12);
      border-radius: 10px;
      padding: 21px 30px;
}
.recommend .section_head {
  margin-bottom: 70px
}
.recommend h2  {
  color: #fff;
}
.recommend .section_head h2:after {
     border: 2px solid #fff; }
/*.recommend h2 {
  color: #fff;
  font-family: 'MuseoSansMedium';
    margin-bottom: 50px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    position: relative;
justify-content: center;
    text-align: center;
    z-index: 2
}
.recommend h2:before {
       content: '';
    position: absolute;
    bottom: 0;
    left: 41%;
    width: 28%;
    height: 100%;
    z-index: -1;
    background: #db6da4;
    transform: translateX(-50%);
}*/


.recommend .rec h3 {
  font-size: 16px;
      margin-bottom: 15px;
} 
.recommend .rec p {
      font-size: 16px;
    line-height: 1.4em;
    color: #1b2542;
        color: #727679
}
.recommend .rec .rec_img {
    height: 340px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0px;

        display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}
.recommend .rec .rec_img iframe {
  height: 100%;
       width: 100%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
        border: 10px solid;
        border-color: #d54394;
}
.recommend .section_body .swiper-button-next, .recommend .section_body .swiper-button-prev{
  width: 50px;
    height: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    border-radius: 100%;
    -webkit-transform: scale(0.65) ;
    -ms-transform: scale(0.65) ;
    transform: scale(0.65) ;
}
.recommend .section_body .swiper-button-next {
    right: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.65);
    -ms-transform: translateY(-50%) scale(0.65);
    transform: translateY(-50%) scale(0.65) ;
    width: 55px;
    height: 55px;
    border-radius: 7px;
    background-color: #3e5596;
    background-image: url(../img/ra2.svg);
    background-size: 33px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    z-index: 35;
}
.recommend .section_body .swiper-button-prev {
    left: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg) scale(0.65);
    -ms-transform: translateY(-50%) rotate(180deg) scale(0.65);
    transform: translateY(-50%) rotate(180deg) scale(0.65);
    width: 55px;
    height: 55px;
    border-radius: 7px;
    background-color: #3e5596;
    background-image: url(../img/ra2.svg);
    background-size: 33px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    z-index: 35;
}
.question {
  background: #F3F9FC;
 
}
.question .section_body {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px
}
.question .section_body .col {
  width:  50%;
  padding: 0 15px;
}
.question .section_body .col li {
  margin-bottom: 12px
}
.question .section_body .col li > h3 {
  background-color: #e6e8f3;
    padding: 8px 15px;
    position: relative;
    cursor: pointer;
    font-family: 'MuseoSansMedium';
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    color: #5e6974;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
     display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.question .section_body .col li > p {
   
   
    color: #5e6974;
    width: 90%;
    margin-right: auto;
    line-height: 1.65em;
    font-size: 15px;
    padding-bottom: 10px;
    padding: 15px
}
.question .section_body .col li > p {
    display: none;
}
.question .wr {
    width: 950px;
}
.question .section_body .col li .fa {
    font-size: 13px;
    margin-left: 10px;
    color: #3e5596;
    float: right;
}
.question .section_body .col2 .qinfo_form h2 {
  text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
    font-family: 'MuseoSansBold';
    letter-spacing: -.3px;
    font-weight: 700;
    background: #ecbc19;
    padding: 10px 0;
    color: #57596f !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important;
}
.question .section_body .col2 .qinfo_form {
width: 90%;
margin: auto;
}

.recommend .rec .rec_img {
	padding: 0;
	margin-bottom: 30px;
}

.recommend .rec .rec_img iframe {
	border-color: #b9679d !important;
}

.qinfo_form {
    width: 100%;
	background: #7078e3; }

.recommend .rec h3 {
	font-size: 18px;
}

.recommend .rec {
	padding: 40px;
	padding-top: 35px;
}

.banner-camp {
	background: url(https://test.indigomental.com.ua/wp-content/uploads/2019/03/viber-image-2019-02-26-10.42.30.jpg);
	background-size: cover;
	background-position: center;
}

.banner-camp .col1 {
    height: auto;
    padding: 4.5vmin 4.5vmin;
    padding-top: 40px;
    background: #f6658c;
    width: 55vmin;
    position: absolute;
    right: 0;
    bottom: 5vmin;
    border-radius: 8px;
}

.banner-camp h2 {
    text-shadow: 0px 2px 6px rgb(180, 80, 114);
	font-size: 2.2vmin;
}

.banner-camp h2 span:first-child {
	font-size: 4.5vmin;
}

.banner-camp h2 span:nth-child(2){
	font-size: 4vmin;
}
.banner-camp h3 {
	font-size: 1.5vmin;
}

.banner-camp .col1 .btn {
    background: linear-gradient(to top, #e2d359 0%, #f9ec83 100%) !important;
    color: #c94769;}

.mapboxgl-marker svg > g > g:first-child {
	display: none !important;
}

#number {
	font-size: 2vmin;
}

#number span {
	font-size: 2vmin;
}

#store-list {
	display: block !important;
}

#store-list .item {
	display: none;
}

#store-list .item.show {
	display: block;
}

.comms .section_body .cm {
  height: 250px;
  overflow-y: scroll;
}

.comms .section_body .cm::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  border-radius: 10px;
  background-color: none;
}

.comms .section_body .cm::-webkit-scrollbar
{
  width: 6px;
  background-color: none;
}

.pplang {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.comms .section_body .cm::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,);
  background-color: #555;
}

.qa_bn-title {
	width: 100%;
}

.qa_bn > select {
	width: 100%;
}

.qa select {
	border: 1px solid #cecee4;
    width: 100%;
    color: #000;
    background-color: #f5f5f5;
}

.qa_realTitle {
	font-weight: 900;
    font-family: 'MuseoSansBold';
    font-size: 21px;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    color: #47474a;
}

.qa select {
    background-position: 96% 50% !important;
}

.none {
  display: none !important; }


.mapItem_pretitle {
	color: #888;
    font-size: 14px;
}

.mapItem_title {
	width: 400px;
    max-width: 100%;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.mapItem_contats {
	font-weight: 600;
    color: #555;
    font-size: 15px;
}

.qa_addl{
	width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px dashed #b8b7d4;
    margin-top: 20px;
    border-radius: 4px;
    padding: 10px;
    background: #f5f5f5;
    font-size: 14px;
    color: #37373e;
	display: none;
}

.qa_addl.active {
	display: block;
}

#qaContact {
	font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
    color: #434249;
}

.qa_sr:hover i {
	color: #fff;
}

main .column.right {
	padding-top: 15px;
}

.sectionHowLearn {
	margin-top: 70px;
    background: #484da2;
    padding: 45px 0 60px 0;
}

.sectionHowLearn .section_head {
	font-family: 'MuseoSansMedium';
    color: #e06060;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    position: relative;
}


* {
  outline: none; }

.fc-item-content.fc-item-body-text-color.fc-item-top-space {
    text-align: center!important;
    white-space: nowrap;
}

.home #map2 {
    height: 550px!important;
}

select#chCity2 {
    display: block!important;
}




.wpgmp_infowindow .fc-item-title p {
    color: #000;
    padding: 5px 0px;
    font-size: 14px;
	opacity: 1;
	text-align: center;
	width: 100%;
}

.wpgmp_infowindow .fc-item-title i {
	text-align: left;
}

.btn-zapis {
    text-align: center;
    background: #ffc808;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4686), to(#e9407a));
    background: -webkit-linear-gradient(top, #ff4686, #e9407a);
    background: -o-linear-gradient(top, #ff4686, #e9407a);
    background: linear-gradient(to bottom, #ff4686, #e9407a);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    margin-right: 10px;
    border-radius: 7px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    letter-spacing: .7px;
    border-radius: 50px;
    font-family: 'MuseoSansMedium';
    color: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 9px -2px #564301;
    box-shadow: 0px 1px 9px -2px #564301;
    -webkit-box-shadow: none;
    box-shadow: 0px 2px 15px rgba(0,0,0,.1) !important;
    coursor: pointer;
    z-index: 999999;
    width: 62%;
    height: 35px;
    margin-left: 20%;
    border: 0;
}

.fa-address-book:before {
    content: "\f041"!important;
}

.cluster img {
    display: none;
}

.cluster div {
    border: #e9407a solid 4px;
    border-radius: 100px;
    background-color: #fff;
    color: #e9407a!important;
    width: 30px!important;
    height: 30px!important;
	font-size: 14px!important;
}

.wpgmp_infowindow.fc-infowindow-udine {
    border: 4px solid #f0427e;
}

.fc-infowindow-udine .fc-item-box img {
    width: 70%!important;
    text-align: center!important;
    margin-left: 15%!important;
	    margin-top: 20px;
	
	}

.infoBoxTail:after {
    border-top: 20px solid #f54380!important;;
}

p.phone_info < a.ifempty:empty {
    display: none;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #ff3e7d;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

select::-webkit-scrollbar {
  width: 10px;
  background-color:#F5F5F5;
 }

/* custom select */
.jcf-select{
  display:block;
  vertical-align:top;
  background:#585fcb;
  margin:0;
  min-width:1px;
  text-align:left;
  cursor:default;
  position:relative;
  line-height:1;
  border-radius:0;
  height:35px;
  font-size:14px;
  color:#0d0d0d;
  padding:13px 27px 0 10px;
  width:200px;
  border-bottom: 2px solid #999ef3;
  max-width: 100%;
}

.jcf-select:after{
  content:'';
  display:block;
  position:absolute;
  top:50%;
  right:10px;
  pointer-events:none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #d82717 transparent transparent transparent;
  margin-top:-4px;
}

.jcf-select select{
  z-index:1;
  left:0;
  top:0;
}

.jcf-select .jcf-select-text{
  cursor:default;
  display:block;
  text-align:left;
  margin:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.jcf-select .jcf-select-opener{
  display:none;
}

body > .jcf-select-drop{
  position:absolute;
  margin:-1px 0 0;
  z-index:9999;
}

body > .jcf-select-drop.jcf-drop-flipped{
  margin:1px 0 0;
}

.jcf-select .jcf-select-drop{
  position:absolute;
  margin-top:0;
  z-index:9999;
  top:100%;
  left:-1px;
  right:-1px;
}

.jcf-select .jcf-drop-flipped{
  bottom:100%;
  top:auto;
}

.jcf-select.jcf-compact-multiple{
  max-width:220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before{
  display:inline-block;
  padding-top:2px;
  content:'...';
}

.jcf-select-drop .jcf-select-drop-content{
  border:none;
  padding:1px 0 0;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover{
  background:none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected{
  background:#e6e6e6;
  color:#000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before{
  display:inline-block;
  content:'';
  height:4px;
  width:8px;
  margin:-7px 5px 0 -3px;
  border:3px solid #777;
  border-width:0 0 3px 3px;
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  -ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box{
  overflow:hidden;
  display:inline-block;
  border:1px solid #b8c3c9;
  min-width:200px;
  margin:0 15px;
}

/* select options styles */
.jcf-list{
  display:inline-block;
  vertical-align:top;
  position:relative;
  line-height:14px;
  font-size:12px;
  width:100%;
  box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.4);
  background:#585fcb;
  border-radius:0;
  overflow:hidden;
}

.jcf-list .jcf-list-content{
  vertical-align:top;
  display:inline-block;
  overflow:auto;
  width:100%;
  /*max-height:250px !important;*/
}

.jcf-list ul{
  list-style:none;
  margin:0;
  padding:2px 0 0!important;
  display:block!important;
  
}

.jcf-list ul li{
  overflow:hidden;
  display:block;
  margin:0;
  padding:0;
}

.jcf-list .jcf-overflow{
  overflow:auto;
}

.jcf-list .jcf-option{
  white-space:nowrap;
  overflow:hidden;
  cursor:default;
  display:block;
  color:#dddef4;
  text-decoration:none;
  text-overflow:ellipsis;
  padding:10px 15px;
  font-size:14px;
  line-height:1;
  text-align:left;
  height:auto;
  min-height:1px;
}

.jcf-list .jcf-disabled{
  background:#fff !important;
  color:#aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected{
  background:#e6e6e6;
  color:#000;
}

.jcf-list .jcf-optgroup-caption{
  white-space:nowrap;
  font-weight:bold;
  display:block;
  padding:5px 9px;
  cursor:default;
  color:#000;
}

.jcf-list .jcf-optgroup .jcf-option{
  padding-left:30px;
}

/* scrollbars */
.jcf-select-drop .jcf-scrollable-wrapper{
  box-sizing:content-box;
  position:relative;
}

.jcf-select-drop .jcf-scrollbar-vertical{
  position:absolute;
  cursor:default;
  bottom:0;
  right:0;
  top:0;
  background:none;
  width:10px;
  padding:0 0 0 2px;
}

.jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.jcf-select-drop .jcf-scrollbar-horizontal .jcf-scrollbar-handle,
.jcf-select-drop .jcf-scrollbar-horizontal .jcf-scrollbar-slider,
.jcf-select-drop .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-select-drop .jcf-scrollbar-horizontal .jcf-scrollbar-inc,
.jcf-select-drop .jcf-scrollbar-horizontal{
  display:none;
}

.jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-handle{
  height:1px;
  width:6px;
  border-radius:10px;
  background:#ccc;
}


.jcf-select-drop .jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle{
  visibility:hidden;
}
/* end scrollbars */

.jcf-list-content .jcf-option-placeholder{
  display:none;
}
/* end custom select */

.section_body:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 70px;
    margin-bottom: 70px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing,
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none;
}

ol li {
    margin-left: 42px;
}

.menu-verhnee-menju-container #menu-item-1651 {
    display: none;
}

.mess-tel-first{
  display: block;
  margin: 15px 0px 5px;
}

.mess-tel{
  font-size: 18px;
  font-weight: 700;
}
