.noscroll {
  overflow: hidden;
}

main {
  font-size: 0;
}
main .column.left,
main .column.right {
  background: #e5eaf3;
  display: block;
  position: relative;
  font-size: 1.9vmin;
  width: 100%;
  min-height: 0;
  vertical-align: top;
}
@media (min-width: 641px) {
  main .column.left,
  main .column.right {
    display: inline-block;
    width: 100%;
    min-height: 100vh;
  }
  main .column.left {
    position: fixed;
  }
  main .column.right {
    margin-left: 0%;
  }
}

.video-banner {
  display: block;
}
@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}

.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;

  font-size: 1.25em;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}
@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;

  display: block;
  width: 2.5em;
  height: 2.5em;

  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);

  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}
@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);

  backgound: #330099;
}

.main .content {
  display: block;
  min-height: 100vh;
  max-width: 70vmin;
  margin: 2.5rem auto;
  padding: 1.5rem;
  margin-left: 5% !important;
  margin-top: 3vmin !important;
}
@media (min-width: 641px) {
  main .content {
    margin: 5vmin auto;
    margin-top: 1vmin;
    padding: 5vmin 12vmin;
    padding-left: 10vmin;
    padding-top: 15px;
  }
}

main .content h1,
main .content h2,
main .content p {
  font-size: 1.8vmin;
  font-weight: 300;
  line-height: 1.75em;
  color: #0d013d;
}
main .content p {
  font-size: 15px;
}
main .content h1 {
  font-size: 12vmin;
  font-weight: 200;
  line-height: 1em;

  margin: 0 0 0.5rem 0;
}
@media (min-width: 641px) {
  main .content h1 {
    font-size: 3.5vmin;
    line-height: 1.1em;
    margin-bottom: .85vmin;
    font-family: 'MuseoSansMedium';
    font-weight: 500;
    letter-spacing: -.4px;
    font-size: 3.5vmin;
    line-height: 1.1em;
    margin-bottom: .85vmin;
    font-family: 'MuseoSansMedium';
    font-weight: 500;
    letter-spacing: -.4px;
    width: 45%;
  }
}

#sow-editor-13 {
  display: none !important;
}


main .content h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
    font-family: 'MuseoSansMedium';
    font-weight: 600;
  margin-top: 3vmin;
}

/* buttons */
main .content .button-group {
  margin-top: 1em;
}
main .content .button {
  display: inline-block;
  padding: 1em 2em;
  min-width: 8em;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 1.5em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

  /* button theme - secondary is default */
  background: #fff;
  color: #2b2b2b;

  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}
main .content .button ~ .button {
  margin-left: 0.5em;
}
main .content .button:hover {
  background: #e5e5e5;
}
/* primary button overrides */
main .content .button.primary {
  background: #e50055;
  color: #fff;
}
main .content .button.primary:hover {
  background: #9d00e5;
}

/* video thumbnail grid */
main .content .video-thumb-grid {
  position: relative;
  font-size: 0; /* collapse the white-space */
  width: calc(100% + 3vmin);
  margin: 0 -1.7vmin;
}
main .content .video-thumb {
   display: inline-block;
  vertical-align: top;

  text-decoration: none;

  /* calculate the width, gutters, and aspect ratio */
  width: calc((100% - 6vmin) / 2);
  height: 0;
  padding-top: calc(((100% - 3vmin) / 2) * 0.5625); /* 16:9 calc */
border: 7px solid #fff;
    border-radius: 7px;
    box-shadow: 0px 5px 30px rgba(189, 196, 208, 0.78);
  margin: 3.5vmin 1.5vmin; /* gutters */


  position: relative; /* enable positioning for inner content */

  font-size: 1vmin; /* reset the font size */

  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);

  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}
.video-thumb-grid p {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: calc((100% - 6vmin) / 2);
	margin: 3.5vmin 1.5vmin;
}

main .content .video-thumb:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
}
main .content .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;

  /* position inside the 16:9 container */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  /* clipping for source images that are letterboxed */
  object-fit: cover;
  object-position: 50% 50%;

  background: #2b2b2b;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}
.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;

  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);

  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;

  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: rgba(13, 1, 61, 0.82); /* overlay color */

  opacity: 0;

  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;

  margin: 0 auto;

  overflow-y: visible;

  background: #000;

  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
  }
}

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;

  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;

  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}
.show-video-modal .video-modal .overlay {
  opacity: 1;
}
.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

/*
@keyframes scale {
  0% {
    transform: scale(1);
    left: 0;
  }

  60% {
    transform: scale(1.05);
    left: 14px;
  } 

  100% {
    transform: scale(1);
    left: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    left: 0;
  }

  60% {
    transform: scale(1.05);
  } 

  100% {
    transform: scale(1);
    left: 0;
  }
}*/

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

.about .section_body .el .col1 {
  display: none;
}

.about .section_body .el .col2 {
  width: 100%;
}

.at-section__title {
  margin: 0 0 50px;
  color: #000;
  font-size: 36px;
      font-family: 'MuseoSansBold';
    font-weight: 700;
    color: #474a4e;
  text-align: center;
}

.at-grid {
  border-radius: 12px;
  margin-bottom: 40px;
  overflow: hidden; 
}

.at-grid {
  overflow: visible; 
}

.at-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #FFF;
  border: 1px solid #E2E9ED;
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex-basis: 100%;
}

.at-social__item:last-child {
  display: none;
}

.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  flex-basis: 20%;
  height: 270px;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.at-grid[data-column="7"] .at-column {
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  min-width: 14.2857142857%;
  flex-basis: 14.2857142857%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  min-width: 11.1111111111%;
  flex-basis: 11.1111111111%;
}

.at-user__avatar {
  position: relative;
  overflow: visible !important; 
}

.at-user__avatar img {
  border-radius: 100%;
}

.at-user__avatar img:nth-child(2) {
  position: absolute;
  left: 0;
  opacity: .7;
  filter: blur(7px);
  top: 5px;
  z-index: 5;
}

.at-user__avatar img:first-child {
  position: relative;
  z-index: 10;
}

.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 0 1px #E2E9ED;
  padding: 10px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.at-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
          border-radius: 14px;
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    flex-basis: 50% !important;
  }


}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex-basis: 100% !important;
  }
}
.at-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
.at-user__avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 12px;
  overflow: hidden;
  margin-top: 15px;
}
.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.at-user__name {
  color: #313435;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.625rem;
}
.at-user__title {
  color: #6F808A;
  font-size: 0.875rem;
  line-height: 2.375rem;
}
.at-social {
  margin: 0 0 -18px;
  opacity: 0;
  transition: margin 0.2s ease, opacity 0.2s ease;
}
.at-social__item {
  display: inline-block;
  margin: 0 10px;
}
.at-social__item a {
  display: block;
}
.at-social__item svg {
  fill: #515F65;
  display: block;
  height: 18px;
  transition: fill 0.2s ease;
}
.at-social__item svg:hover {
  fill: #788D96;
}
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.ateam {
  padding-bottom: 0;
}

.contacts-home {
  margin-top: 0;
  padding-top: 0px;
}

.blog {
  margin-top: 35px;
}

.blog .row {
  max-width: 900px;

      max-width: 900px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.blog .card {
  float: left;
  padding: 0 1rem;
  margin-bottom: 30px;
  width: 100%;
}
 
.owl-item {
    width: calc(11.8% - 0px)!important;
}

.blog .card.cardhow {
  float: left;
  padding: 0 1rem;
  margin-bottom: 30px;
  width: calc(50% - 0px);
}
.blog .card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog .card .menu-content::before, .card .menu-content::after {
  content: '';
  display: table;
}
.blog .card .menu-content::after {
  clear: both;
}
.blog .card .menu-content li {
  display: inline-block;
}
.blog .card .menu-content a {
  color: #fff;
}
.blog .card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.blog .header ul a {
  margin-left: 0;
}

.blog .card .wrapper {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 9px 38px rgba(0, 0, 0, 0.15), 0 5px 22px rgba(0, 0, 0, 0.25);
}

.blog-3 {
  padding-top: 0 !important;
}

.blog .card .wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
}

.blog .card .wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%);
}

.blog .card .wrapper * {
  position: relative;
  z-index: 10;
}
/* .blog. card .wrapper:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
} */
.blog .card .data {
  position: absolute;
  bottom: 40px;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
          transform: translateY(calc(70px + 1em));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, bottom .3s;
}

.blog .card:hover .data {
  bottom: 80px;
}

.blog .card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.blog .card .author {
  font-size: 16px;
}
.blog .card .title {
  margin-top: 10px;
}
.blog .card .text {
  height: 70px;
  margin: 0;
  display: none;
}
.blog .card input[type='checkbox'] {
  display: none;
}
.blog .card input[type='checkbox']:checked + .menu-content {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.example-1 .wrapper {
  background: url(https://images.unsplash.com/photo-1496979551903-46e46589a88b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=cda12b505afa1beb06e49d89014cbd65&auto=format&fit=crop&w=634&q=80) 20% 1%/cover no-repeat;
}
.example-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month,
.example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: gray;
}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}

.example-2 .wrapper {
  background: url(https://tvseriescritic.files.wordpress.com/2016/10/stranger-things-bicycle-lights-children.jpg) center/cover no-repeat;
}
.example-2 .wrapper:hover .menu-content span {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  opacity: 1;
}
.example-2 .header {
  color: #fff;
  padding: 1em;
}
.example-2 .header::before, .example-2 .header::after {
  content: '';
  display: table;
}
.example-2 .header::after {
  clear: both;
}
.example-2 .header .date {
  float: left;
  font-size: 14px;
}
.example-2 .menu-content {
  float: right;
}
.example-2 .menu-content li {
  margin: 0 5px;
  position: relative;
}
.example-2 .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}
.example-2 .data {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
          transform: translateY(calc(70px + 4em));
}
.example-2 .title a {
  color: #fff;
  font-size: 25px;
}
.example-2 .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}

.example-2 .button:hover {
  text-decoration: underline;
}

.example-2 .button::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 0.3s;
      font-size: 20px;
    right: -5px;
    margin-top: .5px;
}
.example-2 .button:hover::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  opacity: 1;
}






.prices {
  background: #f6f6f6;
  padding-top: 0;
}

.prices .wr {
  position: relative; }

.prices .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; }
  .prices .section_body > h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
    font-size: 30px;
    display: none; }

.prices .section_head {
  margin-bottom: 70px; }
  .prices .section_head h2 {
    color: #4a4a4a;
    font-size: 23px; }
    .prices .section_head h2:after {
      border-color: #5a5a5a; }

.prices .section_info {
  width: 915px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  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: 40px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 90px rgba(0, 0, 0, 0.06), 0px 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 90px rgba(0, 0, 0, 0.06), 0px 1px 2px rgba(0, 0, 0, 0.07);
  border-radius: 15px; }
  .prices .section_info h3 {
    margin-bottom: 13px;
    color: #3a3a3a; }
  .prices .section_info p {
    font-family: 'MuseoSansRegular';
    font-size: 14.5px;
    line-height: 1.65em;
    font-weight: 300;
    color: #5a5a5a;
    margin-bottom: 15px; }
.prices .wr {
	width: 1250px;
}
    .prices .section_info p:last-child {
      margin-bottom: 0; }
  .prices .section_info .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;
    margin-top: 10px; }
  .prices .section_info a.social {
    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: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f5f5f5;
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .prices .section_info a.social:hover {
      background: #efefef; }
    .prices .section_info a.social img {
      width: 16px;
      height: 16px;
      opacity: .4; }
  .prices .section_info a.btn {
    background: #f5f5f5;
    height: 40px;
    color: #fff;
    font-family: 'MuseoSansMedium';
    font-weight: 500;
    font-size: 14px;
    padding: 0 30px;
    padding-left: 37px;
    position: relative;
    border-radius: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    color: #7a7a7a;
    -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 .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .prices .section_info a.btn:hover {
      background: #efefef; }
    .prices .section_info a.btn:after {
      content: '';
      position: absolute;
      top: 48%;
      left: 20px;
      -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      transform: translatey(-50%);
      width: 14px;
      opacity: .4;
      height: 14px;
      background: url(../img/maps-and-flags.svg);
      background-size: cover; }

.prices_card {
  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%;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .prices_card .card {
    width: calc(25% - 10px);
    margin: 5px;
    border: 2px solid #f2f2f2;
    border-radius: 15px;
    padding: 30px;
    padding-bottom: 45px;
    position: relative;
    background: #fff;
    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-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: 80px;
    -webkit-box-shadow: 0px 7px 50px rgba(0, 0, 0, 0.035), 0px 1px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 50px rgba(0, 0, 0, 0.035), 0px 1px 0px rgba(0, 0, 0, 0.07); }
    .prices_card .card_status {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    padding: 0 17px;
    text-transform: uppercase;
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding-top: 2.5px;
    font-family: 'MuseoSansMedium';
    font-size: 12px;
    letter-spacing: .75px;
    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;
    background: -webkit-gradient(linear, left top, right top, from(#A0B956), to(#B1CB5E));
    background: -webkit-linear-gradient(left, #A0B956 0%, #B1CB5E 100%);
    background: -o-linear-gradient(left, #A0B956 0%, #B1CB5E 100%);
    background: linear-gradient(to right, #A0B956 0%, #B1CB5E 100%);
    width: 120px;
}
    .prices_card .card img {
      width: 80px;
      margin-top: 30px;
      margin-bottom: 20px; }
    .prices_card .card h3 {
      font-family: 'MuseoSansMedium';
      margin-bottom: 10px;
      color: #3a3a3a;
      position: relative;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .prices_card .card p {
      font-family: 'MuseoSansRegular';
      font-weight: 300;
      font-size: 14px;
      line-height: 1.55em;
      letter-spacing: -.1px;
      color: #8a8a8a;
      margin-bottom: 20px; }
    .prices_card .card a {
      background: #F3F3F3;
      padding: 13px 25px;
      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;
      border-radius: 13px;
      font-size: 14.5px;
      width: 100%; }
      .prices_card .card a span {
        color: #323232 !important;
        font-family: 'MuseoSansMedium'; }
        .prices_card .card a span:nth-child(2) {
          border-bottom: 1px dashed #3a3a3a; }

.prices .section_footer {
  width: 100%;
  margin-top: 20px;
  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;
  padding-right: 0%; }
  .prices .section_footer a {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff6622), to(#ff8d5a));
    background: -webkit-linear-gradient(bottom, #ff6622 0%, #ff8d5a 100%);
    background: -o-linear-gradient(bottom, #ff6622 0%, #ff8d5a 100%);
    background: linear-gradient(to top, #ff6622 0%, #ff8d5a 100%);
	  background: linear-gradient(to top, #b5be0c 0%, #c7d01d 100%);
    padding: 0 15px;
    font-family: 'MuseoSansRegular';
    letter-spacing: .4px;
    height: 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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 10px; }

.prices .section_head {
	z-index: 15;
	position: relative;
}

.price  .change_city{
	left: 50% !important;
}

.prices .section_head i:hover .change_city {
	display: block;
}

.prices .card  {
  position: relative;
}

.prices .card:first-child {
  margin-top: 82px;
}

.prices .card .price {
  width: 120px;
    height: 67px;
    background: #f3f3f3;
    border-radius: 0 0 18% 18%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  text-align: center;
  font-size: 22px;    position: relative;
    top: -18px;
  position: relative;
}

.prices_card .card ul li:last-child {
  border-bottom: none;
}

.prices .card .price {
  margin-top: 0px;
}

.prices .card .price span{
  font-size: 13px;
    width: 86%;
    color: #5a7116;
}

.prices .wr {
  padding: 0 2%;
}

.prices_card .card {
  padding-bottom: 60px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
}


.prices_card .card a span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prices_card .card a span:nth-child(2) {
  display: none !important;
}

.prices_card .card a {
  position: absolute;
  bottom: 0px;
  width: 85%;
  left: 50%;
  transform: translatex(-50%);
      position: absolute;
    bottom: 0px;
    width: 85%;
    left: 50%;
    transform: translatex(-50%);
    height: 35px;
    font-size: 14px;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    background: linear-gradient(to bottom, #ffc808 0%, #f2b543 100%);
    box-shadow: 0px 1.75px 0px rgb(186, 118, 10), 0px 2px 20px rgba(21, 21, 21, 0.08);
    color: #fff;
    color: #fff;
    border: none;
    border-radius: 0 0 15px 15px;
    padding-top: 10px;
    width: 102%;
    height: 45px;
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.prices_card .card ul li {
font-family: 'MuseoSansRegular';
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-size: 14.5px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 11px;
    line-height: 1.5em;
    color: #7a7a7a;
}

.prices_card .card:first-child {
  background: none;
  box-shadow: none;
  padding-left: 10px;
  border: none !important;
}

.prices_card .card:first-child ul li {
  padding: 7px 14px;
  background: #fff;
  border: none !important;
  color:#333;
    border-radius: 13px;
    box-shadow: 0px 2px 9px -2px rgba(0,0,0,.125);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
}

.stat .col2 .row {
  position: absolute;
  bottom: -50px;
  left: 0;
  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;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.stat .col2 .row a {
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin-bottom: 7px;
  border-radius: 50px;
  background: #ff697d;
  font-family: 'MuseoSansMedium';
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 0px;
}

.stat .col2 .row a:nth-child(2) {
  margin-bottom: 0;
}

.blog-2 {
  margin-top: 0;
  background: #f5f5f5;
  background: #F6F8FB;
  padding-bottom: 25px;
}

.blog-2 .blog_title a img {
  height: 18px;
  width: 18px;
}

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

.row_video .video_iframe {
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 30px;
}

.video_iframe iframe {
  width: 100%;
  overflow: hidden; 
  height: 200px;
  margin-bottom: 7px;
  border: 5px solid #fff;
  box-shadow: 0px 2px 5px rgba(0,0,0,.2)
}

.video_iframe h2 {
  font-size: 19px;
  font-family: 'MuseoSansBold';
  font-weight: 700;
  color: #474a4e;
  letter-spacing: -.3px;
}

.video .blog_title {
  color: #474a4e;
  margin-top: 50px;
}

.blog.video {
  padding-top: 40px;
}

.video .blog_title span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  background: #f5f5f5;
  position: relative;
  padding-right: 1%;
  z-index: 10;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.video .blog_title span img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.video .blog_title-2 span img {
  height: 33px;
  width: 33px;
}

.video .blog_title-2 {
  position: relative;
}

.video .blog_title-2:after {
  content: '';
  position: absolute;
  top: 55%;
  right: 13%;
  transform: translateY(-50%);
  border-top: 2px solid #efefef;
  width: 83%;
}

.teamabout .wr .btn img {
  display: none;
}

.video .blog_title-2 a {
  position: relative;
  z-index: 10;
}

.wr {
  max-width: 95%;
}

@media (max-width: 750px) {
  .brain .swiper-button-next.swiper-brain-next {
        transform: translateY(-50%) scale(0.65);
  }
  .brain .swiper-button-prev.swiper-brain-prev {
        transform: translateY(-50%) rotate(180deg) scale(0.65);
  }
  .ourcities .section_body {
        overflow-x: scroll;
  }
  .course .col2 .btn {
    width: 100%
  }
  .question .section_body .col li > h3 {
        font-size: 16px;
  }
  .question .section_body .col {
    width: 100%
  }
  .question .section_body .col2 .qinfo_form {
    width: 100%
  }
  .question .section_body .col1 {
    margin-bottom: 30px
  }
  .course .col {
    width: 100%;
    padding-left: 40px !important;
    padding-right: 40px;
  }
  .course_set {
    max-width: 100%
  }
  .course .wr {
    max-width: 100%
  }
.course .col1 h2, .course .col2 h3 {
      font-size: 24px;
}
.course .col1 li span {
   font-size: 18px;
   min-width: 45px
}
  .header ul {
    display: none;
  }

  .header-3 .header_logo img {
    height: 22px;
  }

  .header_map .select {
    height: 30px;
    width: auto;
    padding-left: 17px;
    padding-right: 35px;
  }

  .header_map .select:after {
    top: 53%;
  }

  .header {
    height: 50px;
  }

  .header_map .select {
    margin-right: 0;
  }

  .banner .col1 {
    width: 100%;
    padding-right: 0;
  }

  .banner .wr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .banner .col2 {
    width: 100%;
  }

  .banner h2 {
    width: 100%;
  }

  .about {
    padding-top: 0px;
  }

  .about .wr {
    max-width: 100%;
    border-radius: 0px !important;
  }

  .about .section_body .el {
    border-radius: 0px;
  }

  .about .section_body .el .col2 h2 {
    font-size: 4.5vmin;
  }

  .about .section_body .el .col2 ul li {
    -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;
    text-align: center;
  }

  .about .wr {
    max-width: 100%;
  }

  .about .section_body .el {
    padding-left: 2%;
    padding-right: 2%;
  }

  .about .section_body .el .col2 {
    padding-right: 0;
    padding-left: 0;
  }

  .about .section_body .el .col2 p {
    margin-right: auto;
    margin-left: auto;
  }

  .about .section_body .el .col2 img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .about .section_body .el .col2 h4 {
    font-size: 4.1vmin;
    letter-spacing: -.425px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-family: 'MuseoSansBold';
    font-weight: 700;
  }

  .about .section_body .el .col2 img {
    height: 9vmin;
    width: 9vmin;
  }

  .about .section_body .el .col2 p {
    font-size: 3.7vmin;
    opacity: .8;
  }

  .about .section_body .el .col2 ul li:after {
    top: -1.5vmin;
    left: 50%;
    transform: translateX(-50%);
  }

  .about .section_body .el2 {
    width: 92%;
    border-radius: 4vmin;
    margin-right: auto;
    padding: 6vmin;
    padding-bottom: 7vmin;
    margin-left: auto;
  }



  .about {
    padding-bottom: 7vmin;
  }

  .contacts-home {
    padding-top: 0 !important;
  }

  .contacts-map .col2 .contacts_anim .anim1, .contacts-map .col2 .contacts_anim .anim2 {
    top: 0;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3%;
  }

  .about .section_body .el2:after {
    display: none;
  }

  .contacts .col .contacts_map {
    margin-top: 40vmin;
  }

  .contacts-map .col2 .contacts_map h2 {
    margin-top: 0;
  }

  .contacts-map .col2 .contacts_anim .anim1, .contacts-map .col2 .contacts_anim .anim2{
    width: 99%;
    margin-bottom: 0;
    border-radius: 3vmin;
    box-shadow: none;
    padding: 4vmin 10vmin;
    text-align: center;
  }

  .contacts-map .col2 .contacts_anim .anim2{
    width: 90%;
    left: 45%;
    transform: translateX(-50%);
  }

  .selectCity {
    padding: 0 20px;
  }

  .contacts .col .contacts_map ul li {
    width: calc(50% - 2vmin);
    margin: 1vmin;
    text-align: center;
    padding: 2.75vmin 0;
  }

  .contacts-map .col2 iframe {
    height: 100vmin !important;
  }

  .contacts-home {
    padding-bottom: 6vmin;
  }

  .stat {
    padding-top: 8vmin;
  }

  .stat .section_head h2 {
    text-align: center;
    font-size: 5.5vmin;
    font-family: 'MuseoSansBold';
    letter-spacing: -.2px;
  }

  .stat .section_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .stat .stat_line p span {
    font-size: 7vmin;
  }

  .stat .stat_line p {
    font-size: 4.5vmin;
  }

  .stat .stat_line p span:after {
    height: 10vmin;
  }

  .stat .stat_line p span img {
    height: 11vmin;
    width: 11vmin;
  }

  .stat .section_body .col {
    width: 100%;
  }

  .stat .section_body .col3 img {
    margin-top: 3vmin;
    margin-bottom: 3vmin;
  }

  .stat .section_body {
    margin-top: 14vmin;
  }

  .qform {
    padding: 12vmin 0;
  }

  .qform .wr {
    padding-right: 0;
    padding-bottom: 70vmin;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .qform .wr p {
    width: 100%;
    font-size: 4vmin;
  }

  .qform .wr h2 {
    font-family: 'MuseoSansBold';
    letter-spacing: -.6px;
  }

  .pros {
    padding: 3vmin 0;
  }

  .pros .wr .el {
    width: 50%;
    text-align: center;
    margin-top: 15vmin;
  }

  .pros .section_footer:after {
    display: none;
  }

  .pros .section_footer {
    margin-top: 9vmin;
    margin-bottom: 8vmin;
  }

  .qform-2 .wr .col1 {
    width: 100%;
  }

  .pros .wr .el h3 {
    width: 90%;
    line-height: 1.1em;
    font-size: 4vmin;
  }

  .pros .wr .el img {
    height: 22vmin;
    margin-bottom: 3vmin;
    width: 22vmin;
  }

  .qform:after {
    opacity: .2;
  }

  .qform .wr p {

  }

  .qform .wr .qform_videos {
    height: 65vmin;
    top: 80%;
    padding: 0;
    width: 100%;
    left: 0;
  }

  .qform .wr .qform_videos .swiper-container {
    padding: 0 !important;
  }

  .pros .wr > h2 {
    font-size: 6vmin;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .pros .wr > h2:before, .pros .wr > h2:after {
    display: none;
  }

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

  .qform .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;
  }

   .qform .wr .qform_videos {
    padding-left: 0;
   }

   .qform-2 .wr .col1 {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 45px;
   }

   .brain {
    padding-top: 10px;
   }

   .brain .section_head h2 {
    font-size: 5.5vmin;
   }

   .stat .section_body .col3 img {
    margin-top: 30px;
   }

   .qform {
    height: auto;
   }

   .qform .wr .qform_videos {
    top: 0;
    position: relative;
    transform: none;
    margin-top: 40px;
   }

   .qform .wr h2, .qform .wr p {
    padding-left: 3%;
    padding-right: 3%;
   }

   .stat .section_body .col3:after {
    width: 40vh;
    height: 40vh;
   }

   .qform .wr h2 {
    font-size: 7vmin;
   }

   .qform .wr h2:after {
    left: 3.5%;
   }

   .qform-2 .wr .btn, .qform .wr .btn {
    margin-right: auto !important;
    margin-left: auto !important;
   }

   .qform .wr {
    padding-bottom: 0;
   }

   .brain {
    padding-top: 30px;
   }

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

   .brain .col .el {
    width: 100%;
    border-right: 40px;
   }

   .qa_open {
    bottom: 10px;
    right: 13px;
   }

   .brain .col2 img {
    display: none;
   }
   .recommend .rec {
    padding: 7%;
   }
   .recommend .rec .rec_img {
    height: 65vmin;
    padding: 0;
    margin-bottom: 15px;
   }
  
   .page-id-482 .about .section_body .el .col2 ul li {
    width: 33.33%;
}
 .brain.brain2 {
    padding-top: 50px;
    padding-bottom: 50px;
   }
.brain.brain2 .col2 img {
      width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 100%;

}
.brain .swiper-pagination {
    bottom: -17px;} 
.brain2 .col2 {
  order: 3;
      width: 100%;
    height: 300px;
    padding-left: 6%;
    padding-right: 6%;
        margin-top: 20px;
}
.course .col, .question, .recommend {
  padding-top: 50px;
      padding-bottom: 50px;
}
   .brain .col p {
    font-size: 14px;
   }

   .brain .col3 .el {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;

   }

   .brain .col .el {
        width: 100%;
    border-radius: 30px !important;
    padding: 10px 20px;
   }

   body.home .blog {
    margin-top: 0;
   }


   .nws_title {
    padding-left: 3.5%;
    font-size: 20px;
    margin-bottom: 10px;
   }

   .brain .section_head {
    margin-bottom: 45px;
   }

   .qinfo .col1 li:after {
    opacity: .2;
   }

   .brain .col p {
    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;
   }

   .brain .col p {
    line-height: 1.25em;
   }

   .brain .col img {
    width: 45px;
    height: 45px;
   }

   .brain .col1 p:first-child, .brain .col3 p:first-child {
    margin-right: 0;
   }

   .qa {
    right: -200%;
   }

   body.home .header_map .select,  .page-id-482 .header_map .select {
    display: none !important;
   }

   .brain .col3 .el p:first-child {
    margin-left: 0;
    margin-right: 13px;
   }

   .brain .col .el:after {
    right: calc(100% - 65px);
   }

   .brain .col p {
    text-align: left;
   }

   .brain .col3 {
    margin-top: 30px;
   }

   .brain {
    padding-bottom: 35px;
   }

   .brain .col1, .brain .col3 {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
   }

   .brain .col h2 {
    text-align: center;
   }

   .comms .section_body .swiper-wrapper {
    -ms-align-items: flex-start;
    align-items: flex-start;
   }

   .comms {
    padding-bottom: 35px;
   }

   .comms .section_head {
    margin-bottom: 25px;
   }

   .blog .card {
    width: 100%;
   }

   .blog .card .title {
    line-height: .7em;
   }

   .example-2 .title a {
    font-size: 6.5vmin;
   }

   .blog .card .wrapper {
    min-height: 55vh;
   }

   .blog {
    padding-top: 30px;
   }

   .blog_title {
    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;
   }

   .blog_title a {
    margin-top: 15px;
   }

   .qform.qform-2 .wr .qform_videos {
    margin-top: 0;
   }

   .blog-2 {
    padding-bottom: 0;
   }

   .qinfo-home .col1 li h3 {
    font-size: 5vmin;
    padding-right: 5%;
   }

   .qinfo .col1 li p {
    font-size: 4.25vmin;
   }

   .qinfo .col1 li:after {
    width: 6% !important;
   }

   .qinfo .col1 li {
/*    padding-left: 3%;
    padding-right: 3%;*/
   }

  .qinfo .col1 li.active h3 {
    padding-left: 0;
  }

  .qinfo .col1 li.active p {
    padding-left: 0;
  }

  .contacts-home {
    padding-top: 30px !important;
  }

  .qinfo-home {
    padding-bottom: 35px;
  }

  .contacts-form .col1 .row {
    width: 100%;
  }

  .contacts-form .col1 .qinfo_form {
    width: 100%;
  }

  .contacts-form .col1 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0 5%;
  }

  .contacts .col h2 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    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;
  }

  .contacts .col h2 a {
    margin-top: 10px;
  }

  .contacts .col p {
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts-form .col1 .qinfo_form {
    padding: 7%;
    margin-top: 20px;
  }

  .contacts .qinfo_form form label {
    width: 100%;
  }

  .footer .col1, .footer .col2 {
    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;
  }

  .footer .col2 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .footer .col3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 40px;
    text-align: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .footer .col2 ul li {
    padding-left: 0;
    margin-left: 0;
    display: -webkit-flex;
    text-decoration: underline;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .stat {
    padding-bottom: 40px;
  }

  .contacts .col .contacts_map ul {
    width: 100%;
  }

  .contacts-home {
    padding-top: 10px !important;
  }

  .stat .section_body .col3 img, .stat .section_body .col3:after {
    display: none;
  }

  .stat .section_body .col1-2 {
    right: 0;
  }

  .stat .stat_line:last-child {
    margin-bottom: 50px;
  }

  .stat .stat_line p {
    font-size: 4vmin;
  }

  .stat .section_head {
    margin-bottom: 65px;
  }

  .stat .col1-2 .stat_line:last-child {
    margin-bottom: 0;
  }

  .stat .stat_line p span {
    font-size: 6.25vmin;
}

  .contacts-map .col2 .contacts_anim .anim1, .contacts-map .col2 .contacts_anim .anim2 {
    margin-top: 0;
    margin-bottom: 0px !important;
  }

  .banner .col2 img {
    right: 0;
  }

  .banner .col1 {
    padding-top: 0%;
    display: -webkit-flex;
    padding-left: 3%;
    padding-right: 3%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-family: serif;
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: 80% !important;
    position: relative;
    z-index: 50;
  }

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

  .pros .wr {
    max-width: 100%;
    border-radius: 0px;
  }

  .pros .section_footer a {
    max-width: 100%;
  }

  .qform .wr p {
    padding-left: 0;
    padding-right: 0;
  }

  .brain .col .el:after {
    display: none !important;
  }

  .qinfo_form label span {
    font-size: 13px;
  }

  .brain .col3 {
    margin-top: 10px;
  }

  .banner {
    height: 100vh;
  }

  #number {
    padding-right: 0;
  }

  .banner .col2:after {
    top: 80%;
    left: 0;
  }

  .banner .col2:before {
    top: 75%;
    right: 0;
  }

  .banner .col2 .circ {
    top: 70%;
    left: 40%;
  }

  .banner .btn {
    position: relative;
    z-index: 20;
    font-size: 4.75vmin;
    height: 12vmin;

  }

  .banner h2 {
    font-size: 6vmin;
  }

  .banner .col2 {
    position: absolute;
    bottom: 0;
    left: 0;
  }

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

  .banner h2 span:nth-child(2) {
    font-size: 8vmin;
  }

  #number {
    font-size: 5vmin;
  }

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

  .banner .col2 {
    padding-right: 0;
  }

  .banner h3 {
    font-size: 5vmin;
  }

  .banner .col1 {
    height: 100%;
  }

  .footer .col2 ul li:last-child {
    margin-bottom: 20px;
  }

  .header.header-2 .wr {
    -ms-align-items: center;
    align-items: center;
  }

  .header_logo img {
    height: 35px;
    width: auto;
  }

  .story {
    margin-top: 45px;
    padding-top: 15px;
  }

  .story .col1, .story .col2 {
    width: 100%;
  }

  .story .section_body {
    flex-wrap: wrap;
  }

  .story .section_body-2 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .story .section_footer {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .story .section_footer {
    padding-bottom: 0px;
    overflow: scroll;
    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;
    padding-left: 3vmin;
    padding-right: 2vmin;
  }

  .story .section_footer .el {
    margin-right: 8vmin;
    width: 21vmin;
  }

  .prc {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .prc .wr {
    padding: 7%;
    padding-top: 7%;
  }

  .prc .section_body {
    flex-wrap: wrap;
  }

  .prc .col2, .prc .col1 {
    width: 100%;
    border-right: none;
    border-left: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .prc .section_footer .btn {
    max-width: 100%;
    margin-top: 0px;
  }

  .contacts-home.contacts-form {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .prc .col1:after {
    display: none;
  }

  .prc .col1 {

  }

  .story .section_footer .el_img {
    height: 20vmin;
    width: 20vmin;
  }

  .story .section_footer .el_img img {
    height: 10.5vmin;
    width: 10.5vmin;
  }

  .story .col1, .story .col2 {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .contacts-page {
    margin-top: 45px;
    padding-top: 40px !important;
  }

  .contacts-page .wr {
    width: 89%;
  }

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

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

  .contacts-page .qinfo_form {
    width: 100%;
  }

  .contacts-page .col .contacts_map {
    margin-top: 25px;
  }

  .contacts-page .qinfo_form {
    padding: 35px 20px;
  }

  .login {
    margin-top: 45px;
  }

  .footer .col1 img {
    left: 0;
    height: 30px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .login {

  }

  .login_form form label input{
    padding-left: 10px;
  }

  .fbanner {
    background-position: center;
    height: 35vh;
    margin-top: 45px;
  }

  .fr .section_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 3%;
  }

  .fr .section_body .col1 {
    margin-bottom: 30px;
  }

  .fr .pros_list .list_num {
    line-height: .85em;
  }

  .fr .col > h3 {
    font-weight: 700;
  }

  .fr .fr_steps {
    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;
  }

  .fr .fr_steps .step {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: 7vmin;
  }

  .fr .fr_steps .step:last-child {
    margin-bottom: 0;
  }

  .fr .col1 .btn {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    font-size: 4.2vmin;
    letter-spacing: .2vmin
  }

  .fr .section_body .col3 .btn {
    width: 100%;
    text-align: center;
    height: 15vmin;
    line-height: 1.45em;
  }

  .fr .fr_steps .step .step_title {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 70% !important;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fr .step_img {
    height: 30vmin;
  }

  .fr .section_body .col {
    width: 100%;
  }

  .fbanner h2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 3% 5%;
  }

  .single-block {
    width: 100%;
    padding: 8vmin 8vmin;
    z-index: 20;
  }

  .single-block p {
    font-size: 14px;
  }

  .single-image {
    margin-top: 45px;
  }

  .single-block .row a:last-child {
    margin-right: 0;
  }

  .single-block .row a {

  }

  .single-block .row a {
    margin-right: 15px;
  }

  .single-block {
    top: -65px;
  }

  .team {
    margin-top: 45px;
    padding-top: 40px;
  }

  .team .card {
    width: 80%;
    margin-bottom: 100px;
  }

  .team .card:nth-last-child(2) {
    margin-bottom: 0 !important;
  }

  .team .section_footer {
    padding-left: 10%;
    overflow-x: scroll;
    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;
  }

  .team .section_footer .el:last-child {
    margin-right: 5%;
  }

  .team .wr {
    max-width: 100%;
  }

  .team .section_footer .el {
    width: 25vmin;
    min-width: 25vmin;
  }

  .ateam {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .at-section__title {
    margin-bottom: 40px !important;
  }

  .at-grid[data-column="3"] .at-column {
    width: 50% !important;
    min-width: 50% !important;
    flex-basis: 50% !important;
  }

  .at-user__name {
    font-size: 4.5vmin;
    height: 1.5em;
  }

  .at-user .btn {
    height: 1.2em;
    position: relative;
    top: 15px;
  }

  .container {
    padding: 0;
  }

  .ateam {
    padding-bottom: 0;
  }

  .team-info .card {
    margin-bottom: 60px;
  }

  .team-info {
    padding-bottom: 0;
  }

  .container {
    padding-top: 0px;
    width: 90% !important;
  }

  .container-info .btn {
    width: 100%;
    text-align: center;
    font-size: 5.75vmin;
    padding: 0;
  }


  .container-info p {
    font-size: 15.5px;
    line-height: 1.7em;
  }

  .at-user__title {
    height: 1em;
    margin-bottom: 20px;
  }

  main .content h1 {
    font-size: 7vmin;
    width: 90%;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 15px;
  }

  main .content p {
   opacity: .7;
   margin-bottom: 25px;
  }

  main .content h2{
    font-size: 5vmin;
  }

  .contacts .col .contacts_map #map {
    height: 50vh !important;
  }

  .contacts .col .contacts_map {
    padding-bottom: 0 !important;
  }

  .contacts .col .contacts_map ul {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .contacts-map .col2 .contacts_map h2 {
    margin-right: auto !important;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
  }

  .contacts .col .contacts_map ul li {
    font-size: 13px !important;
  }

  .contacts-map .col2 .contacts_anim, .contacts-map .col2 .contacts_anim .anim2 {
    position: relative !important;
  }

  .contacts .col .contacts_map {
    margin-top: 2vmin;
  }

  main .content .video-thumb {
    width: 100%;
    height: 35vh;
  }

  .selectCity select {
    text-align: center;
  }

#number {
  width: 90%;
}

#number, #number span {
  font-size: 4vmin;
}
  .header_map .select {
    font-size: 13px;
    text-align: center;
    letter-spacing: -.3px;
    padding: 5px 10px !important;
  }

  #store-list {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .banner h2 {
    font-size: 5vmin;
  }

  .banner h3 {
    font-size: 4.5vmin;
  }

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

  .banner h2 span:nth-child(2) {
    font-size: 8vmin;
  }

  #store-list .item {
    font-size: 14px;
  }

  .contacts .col .contacts_map {
    padding-top: 10px !important; 

  }

.qinfo-home .col1 li h3 {
  font-size: 4vmin;
}

.qinfo .col1 li p {
  font-size: 3.5vmin;
}

  .contacts .col .contacts_map {
    padding-left: 0;
    padding-right: 0;
  }

  .qform .wr h2 {
    padding-left: 60px;
  }

  .about .section_body .el .col2 ul li {
    width: 50%;
  }

  .about .section_body .el .col2 ul li:nth-child(3), .about .section_body .el .col2 ul li:nth-child(4) {
    margin-bottom: 30px;
  }

  .about .section_body .el{
        border-top: 2px dashed #e5e7e8;
    border-radius: 0px !important;
    margin-top: 0 !important;
    box-shadow: none !important;
  }

  .about {
    background: #fff;
  }
}

.blog_title a {
  display: none !important;
}

.blog .card .menu-content {
  display: none !important;
}

@media (max-width: 750px) {
	  .header #open_menu {
		  display: block !important; 
		z-index: 200;
    box-shadow: 0px 3px 21px rgba(0,0,0,.225);
	}
	
  #open_menu.active {
    background: #ff257e;
  }

  body.single-blog .qa_open {
    bottom: 50px;
  }

	.header_menu > ul{
		  display: block !important; 
	}
	
	.header #open_menu {   
    position: fixed;
    top: 3.5vmin;
    font-size: 6vmin;
    right: 3.5vmin;
    background: #6566ca;
    border-radius: 100%;
    font-size: 4.9vmin;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 11vmin !important;
    top: 9px !important;
    width: 11vmin !important;
    color: #fff !important;
        height: 11vmin !important;
    top: 4vmin !important;
    width: 11vmin !important;
    color: #fff !important;
    border-radius: 1.5vmin;
    font-size: 5.75vmin;

}

.qform .wr p {
  display: none;
}

.qform .wr {
  padding-left: 0;
  width: 100%;
  padding-bottom: 70px;
}

.qform .wr .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.qform .wr h2:before {
  width: calc(100% + 2%);
}

.qform .wr h2 {
  font-size: 6vmin;
}

.qform .wr h2 {
  margin-bottom: 0;
}

.qform .wr .col h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.qform .wr #sow-editor-7 > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

}

	.header #open_menu .fa-times{
		display: none; color: #fff !important;
	}
	.header #open_menu.active .fa-bars{
		display: none; color: #fff !important;
	}
	
	.header #open_menu.active .fa-times {
		display: flex; color: #fff !important;
	}
	
	.header #menu-verhnee-menju {
		    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: #7259b8ed;
    align-items: center;
    justify-content: center;display: none;
	}	
	.header #menu-verhnee-menju.active {
		    display: flex;
	}
	
	
	.header #open_menu:hover {
		text-decoration: none;
	}
	
	.header #menu-verhnee-menju li a {
    text-align: center;
    margin-left: 0;
    font-size: 5vmin;
		color: #fff !important;
    margin: 3vmin 0;
}
	
	main .content .video-thumb-grid {display: flex; flex-direction: column;}
	
	.header-3 .header_logo img {
		height: 17px;
	}
	.header .select {
		
		margin-right: 13vmin;
	}
	
	main .content .video-thumb {
		width: 95%; margin-left: auto; margin-right: auto;
	}

	
	.header-2 .header_logo img {
		height: 26px;
	}
	
	.pp_form {
		padding: 40px 20px;
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
    padding-top: 30px;
	}
	
	.pp label {
    width: 50%;
    padding: 0 4px;
}
	
  	.qinfo_form label span {
      font-size: 11.5px;
      color: #fff;
      /*opacity: .8;*/
      letter-spacing: -.3px;
  }

  .pros .wr {
    padding: 35px 10px;

  }

  .pros .wr .el-last {
    background: linear-gradient(to bottom, #ff2586 0%, #d81b66 100%);
    border: 4px solid #ff9ec9;
    box-shadow: inset 1px 2px 6px rgb(204, 6, 93);
    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: center;
        background: linear-gradient(to bottom, #eb64a6 0%, #e44b85 100%);
    border: 4px solid #ff9ec9;
    box-shadow: inset 1px 2px 6px rgb(232, 70, 148);

  }

  .pros .wr .el-last i.fas {
        font-size: 12vmin;
    margin-bottom: 4vmin;
    box-shadow: 0px 4px 15px rgb(202, 25, 112);
    border-radius: 100%;
    background: #e70074;
    color: #fff;
    font-size: 9vmin;
    margin-bottom: 3vmin;
    box-shadow: 0px 4px 15px rgb(202, 25, 112);
    border-radius: 100%;
    background: #f93f90;
    color: #fff;
    font-size: 9vmin;
    margin-bottom: 3vmin;
    box-shadow: 0px 4px 15px rgb(225, 56, 120);
  }

  .pros .wr .el-last h3 {    
    color: #fff;
    font-family: 'MuseoSansBold' !important;
    font-size: 4.5vmin !important;
    line-height: 1.1em !important;
  }
   .qinfo_form label span {
    font-size: 13.5px;
   /* opacity: .8;*/
   }

   .qa {
        width: calc(100vw - 50px);
    
    bottom: 10px;
   }

   .qa_info {
    padding-top: 25px;
   }

   .qa_main {
    margin-top: 10px;
   }

   .qa_sn {
    padding: 16px 20px 20px 20px;
   }

   .qa_sn-desc {
    font-size: 16px;
   }

  .banner h3 {
    display: none !important;
  }

  .banner .col1 .btn {
    display: none !important;
  }

  body.home .header .wr,  .page-id-482  .header .wr {
    height: 14vmin;
    border-radius: 2vmin;
  }

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

  .banner {
    height: 100vh;
    max-height: 600px;
  }

  .pros .wr .el-last .likebtn {
    background: #fff;
    font-size: 3.95vmin;
    height: 8vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0vmin 4vmin;
    border-radius: 1.5vmin;
    font-family: 'MuseoSansMedium';
    font-weight: 500;
    color: #e40068;
    margin-top: 3vmin;
    box-shadow: 0px 2px 10px rgb(224, 11, 121);    color: #e13878;
    margin-top: 3vmin;
    box-shadow: 0px 2px 10px rgb(197, 68, 111);
  }

  .pros .section_footer {
    display: none !important;
  }


  .section_head h2 {
    font-size: 23px;
  }

  .pros .wr .el {
    width: calc(50% - 10px);
    text-align: center;
    margin-top: 10px;
    margin: 5px;
}

.pros .wr .el img {
  height: 17vmin;
    margin-bottom: 3vmin;
    width: 17vmin;
}

.pros .wr .el h3 {
    width: 100%;
    line-height: 1.6em;
    font-size: 3.5vmin;
    letter-spacing: -.1px;
}

.header {
  height: auto;
}

.header .select {
    border-radius: 100%;
    font-size: 4.9vmin;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 11vmin !important;
    /* top: 9px !important; */
    width: 11vmin !important;
    color: #fff0 !important;
    margin-top: 1vmin;
    position: relative;
    margin-bottom: 2vmin;
}

.header {
  height: 70px;
}

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

.header-2 .header_logo img {
  height: 35px;
}

.story .col2 p {
  font-size: 14.5px;
}

.story .section_body-2, .story .section_body-3 {
  margin-top: 0;
}

.prc .section_head {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.prc .section_head h2 {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.prc .section_head {
  margin-bottom: 30px;
}

body.post-type-archive-blog section.blog {
  margin-top: 70px;
}

body.single-blog .blog {
  margin-top: 0;
}

.prc .col2 {
  padding-top: 30px;
  border-top: 1px solid #ebebeb;

}

.prc .col1 {
  margin-bottom: 5px;
}

.prc .wr {
  padding-bottom: 40px;
}

.story .col2 li {
  line-height: 1.5em;
  font-size: 14px;
}

.story .col2 h2 {
      color: #3e434a;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog {
  margin-top: 13vmin;
}

.contacts-page .contacts_anim {
  width: 100%;
  margin-top: 5vmin;
}

.contacts-page .col .contacts_map {
  border-radius: 2vmin !important;
  overflow: hidden; 
}

.contacts-page .col .contacts_map #map {
  margin-top: 35px;
}

.header .select:before {
  content: '\f007';
  font-size: 5vmin;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-family: fontawesome;
}

.contacts .col .contacts_map #map {
    height: 50vh !important;
    border-radius: 0px;
    border-right: 0px !important;
    border-left: 0px !important;
    margin-top: 45px;
}

.contacts-home {
  padding-bottom: 0;
}

.contacts-home .wr {
  max-width: 100%;
}

.header #menu-verhnee-menju.active {
  z-index: 100;
}

.header {
  padding-top: 1.5vmin;
}

.contacts .col .contacts_map {
  border-radius: 0px;
/*  margin-top: 0 !important;*/
}

/*.contacts-map .col2 .contacts_anim .anim1, .contacts-map .col2 .contacts_anim .anim2 {
  border-radius: 0px;
  width: 100%;
}
*/
/*.contacts-home {
  padding-top: 0 !important;
  padding-bottom: 0;
}*/

/*.contacts-map .col2 .contacts_anim .anim1, .contacts-map .col2 .contacts_anim .anim2 {
    border-radius: 0px;
    width: 100%;
    left: 0;
    transform: none;
    padding-top: 6vmin;
    padding-bottom: 6vmin;
}*/

}

@media (min-width: 768px) {
  .pros .wr .el-last {
    display: none !important;
  }
}

@media(max-width: 800px) {
  .prc .section_head {
    padding-right: 0;
  }

  .tps .tp {
    width: 100%;
  }
  .course_set {
    max-width: 100%
  }
  .ourcities .section_body {
        overflow-x: scroll;
  }
  .contacts-home .col1 .qinfo_form {
    width: 89%;
  }
	.recommend .section_head {
	margin-bottom: 60px;
}
.brain .section_head h2 {
	width: 90%;
	margin-left: auto; margin-right: auto;
	font-size: 23px;
}

.banner-camp .col1 .btn {
	justify-content: center;
    text-align: center;
    height: 17vmin;
    font-size: 5vmin;
    width: 100%;
    line-height: 1.1em;
    margin-top: 6vmin;
}
	.header_menu li {
		height: auto;
	}

.banner-camp .col1 {
	    height: auto !important;
    position: absolute;
    padding: 9vmin;
}
.banner-camp .col1 .btn {
display: flex !important;}

.contacts-form .col1 {
	padding: 0px;
}
}



@media (min-width: 1050px) {
  .brain .col2 {
    position: relative;
    top: -10px;
  }
}
@media (max-width: 320px) {
  .recommend .section_body .swiper-button-next, .recommend .section_body .swiper-button-prev {
    top: 33%;
}
} 
@media (max-width: 414px) {
   .recommend .section_body .swiper-button-next, .recommend .section_body .swiper-button-prev {
    top: 37%;
   }
   .ourcities {
        padding-bottom: 45px;
   }
}
