@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: inherit;
  color: #fff; }

a {
  text-decoration: none;
  outline: none;
  color: #fff; }

p {
  margin: 0;
  padding: 0; }

body,
html {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

.glightbox {
  outline: none !important; }

html.hidden {
  overflow: hidden; }

main {
  overflow: hidden; }

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: block; }

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px;
  position: relative; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-thumb {
  background: #fcd574; }

button,
textarea,
input {
  border: none;
  outline: none;
  border-radius: 8px; }

.title--hide {
  z-index: -5;
  width: 1px;
  height: 1px;
  font-size: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute; }

section {
  position: relative; }

.input {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dadde1;
  padding: 24px 20px;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #787878; }

.input::-webkit-input-placeholder {
  font-weight: 400;
  color: #787878; }

.bnt-submit {
  width: 100%;
  margin-bottom: 16px;
  cursor: pointer; }

.form__inf {
  text-align: center;
  font-size: 9px;
  color: #72678a; }

.slick-slide {
  outline: none !important; }

.slider__btn-next,
.slider__btn-prev {
  position: absolute;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 19px;
  right: 0;
  z-index: 2;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #fee591 0%, #f9b233 100%);
  background: linear-gradient(180deg, #fee591 0%, #f9b233 100%);
  box-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27, 0 6px 32.68px rgba(234, 84, 49, 0.23); }

.slider__btn-next {
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

.slider__btn-prev {
  right: auto;
  left: 0; }

.slider__btn-next:before,
.slider__btn-prev:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #161616;
  border-right: 3px solid #161616;
  margin-left: -3px;
  margin-top: -2px; }

.slider__btn-prev:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -2px; }

.slider__btn-next:after,
.slider__btn-prev:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffebc4;
  border-right: 3px solid #ffebc4;
  position: absolute;
  top: 50%;
  z-index: -1;
  margin-left: -3px;
  margin-top: -2px; }

.slider__btn-prev:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -2px; }

.slick-dots {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.slick-dots li {
  display: block;
  margin-right: 16px;
  width: 6px;
  height: 6px;
  padding: 2px;
  background: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  border-radius: 50%;
  cursor: pointer; }

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

.slick-dots li.slick-active {
  background: #fcd471; }

.slick-dots li:hover {
  background: #fcd471; }

.slick-dots li button {
  visibility: hidden;
  display: none !important; }

.fly-elem {
  position: absolute;
  -webkit-animation: ease-in-out fly 4.6s 2s infinite;
          animation: ease-in-out fly 4.6s 2s infinite;
  margin-top: 0; }

.fly-elem--small {
  position: absolute;
  -webkit-animation: ease-in-out fly--small 3s 2s infinite;
          animation: ease-in-out fly--small 3s 2s infinite;
  margin-top: 0; }

.fly-elem--smaller {
  position: absolute;
  -webkit-animation: ease-in-out fly--smaller 4s 2s infinite;
          animation: ease-in-out fly--smaller 4s 2s infinite;
  margin-top: 0; }

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  25% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%); }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fly--small {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(2.2%);
            transform: translateY(2.2%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fly--small--rewers {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-2.2%);
            transform: translateY(-2.2%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fly--smaller {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(0.5%);
            transform: translateY(0.5%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fly--smaller-reverse {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-0.5%);
            transform: translateY(-0.5%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

.img-circle--fly {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ease-in-out circle-fly 3s 2s infinite;
          animation: ease-in-out circle-fly 3s 2s infinite;
  background: none;
  border: 1px solid #eeedeb;
  border-radius: 50%;
  opacity: 0;
  z-index: -2; }

.img-circle--fly-small {
  width: 110px;
  height: 110px; }

.img-circle--fly-medium {
  width: 200px;
  height: 200px; }

.img-circle--fly-big {
  width: 320px;
  height: 320px; }

@-webkit-keyframes circle-fly {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

.btn-sheen {
  position: relative;
  overflow: hidden; }

.btn-sheen:before {
  content: "";
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  height: 100%;
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  -webkit-transform: skewX(-45deg) translateX(0);
      -ms-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-animation: ease-in-out sheen 3.8s 5s infinite;
          animation: ease-in-out sheen 3.8s 5s infinite; }

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0); }
  30% {
    -webkit-transform: skewX(-45deg) translateX(600px);
            transform: skewX(-45deg) translateX(600px); }
  30.0001% {
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0); } }

@keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0); }
  30% {
    -webkit-transform: skewX(-45deg) translateX(600px);
            transform: skewX(-45deg) translateX(600px); }
  30.0001% {
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.input--hide {
  position: absolute;
  z-index: -99;
  opacity: 0;
  visibility: hidden; }

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.item {
  border-radius: 10px;
  background: #F4FAFF;
  padding: 65px 25px 20px;
  height: 100%; }

.item--back {
  position: absolute;
  width: calc(100% - 8px);
  height: 100%;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  background: rgba(227, 242, 255, 0.7);
  z-index: -1; }

.footer {
  background: #0d002b; }

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.footer__copyright {
  margin: 32px 0; }

.copyright,
.footer__privacy {
  font-size: 10px; }

.footer__privacy {
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-top: 4px; }

.footer__privacy:hover {
  border-bottom: 1px solid transparent; }

.footer__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.footer .header__item--soc_text {
  display: block; }

.footer__logo--wrap {
  padding: 10px;
  background: #fff;
  border-radius: 5px; }

.footer .phone:hover {
  border-color: #D7D7D7;
  margin-bottom: 6px; }

.footer__text,
.policy,
.legal-address {
  font-size: 14px;
  color: #D7D7D7; }

.policy {
  display: inline-block;
  text-align: center;
  margin-bottom: 14px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-bottom: 1px solid #d7d7d7; }

.policy:hover {
  border-color: transparent; }

@media (min-width: 460px) {
  .container {
    padding: 60px 15px; }
  .footer-container {
    padding: 40px 30px; } }

@media (min-width: 560px) {
  .container {
    padding: 60px 20px; }
  .footer-container {
    padding: 40px 30px; } }

@media (min-width: 860px) {
  .container {
    padding: 80px 30px; }
  .footer-container {
    padding: 40px 30px; } }

.popup-policy {
  background: #fff;
  color: #001637; }

.popup-policy .container {
  max-width: 960px; }

.popup-policy .btn-close--popup {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  border-radius: 0 0 0 15px; }

.popup-policy--title {
  margin-bottom: 36px;
  text-align: center;
  font-size: 17px;
  font-weight: 600; }

.popup-policy--item {
  margin-bottom: 36px; }

.popup-policy--item span {
  font-weight: 600; }

.popup-policy--item:last-child {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4; }

.popup__content--camebeaker {
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1106px;
  padding: 70px 55px;
  border: none;
  background: url(../img/all/placeholder.png) no-repeat center/cover #F6F8FA; }

.popup-camebeaker {
  z-index: 990; }

.popup-camebeaker__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.popup-camebeaker__img--block {
  margin-right: 65px;
  -webkit-flex-basis: 45%;
          flex-basis: 45%; }

.popup-camebeaker__dsc--block {
  -webkit-flex-basis: 55%;
          flex-basis: 55%; }

.popup-camebeaker__dsc-text,
.popup-camebeaker__dsc-list_title {
  margin-bottom: 21px;
  color: #001637;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600; }

.popup-camebeaker__dsc-text,
.popup-camebeaker__dsc-list {
  margin-bottom: 33px; }

.popup-camebeaker__dsc-item {
  color: #808080;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px; }

.popup-camebeaker__dsc-item:last-child {
  margin-bottom: 0; }

.popup-camebeaker--title {
  margin-bottom: 52px; }

.popup-thank .popup__content--wrap {
  max-width: 360px; }

.popup-callback--subtitle {
  margin-bottom: 30px;
  color: #001637;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600; }

.main-rights {
  max-width: 100%; }

@media (min-width: 560px) {
  .img-circle--fly-small {
    width: 120px;
    height: 120px; }
  .img-circle--fly-medium {
    width: 240px;
    height: 240px; }
  .img-circle--fly-big {
    width: 400px;
    height: 400px; } }

@media (min-width: 768px) {
  .slider__btn-next,
  .slider__btn-prev {
    width: 52px;
    height: 52px;
    top: 50%; }
  .slider__btn-next:before,
  .slider__btn-prev:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 4px solid #161616;
    border-right: 4px solid #161616;
    margin-left: 0;
    margin-top: 2px; }
  .slider__btn-prev:before {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 2px; }
  .slider__btn-next:after,
  .slider__btn-prev:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 4px solid #ffebc4;
    border-right: 4px solid #ffebc4;
    position: absolute;
    top: 50%;
    z-index: -1;
    margin-left: 0;
    margin-top: -4px;
    margin-top: -3px; }
  .slider__btn-prev:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 2px; }
  .img-circle--fly-small {
    width: 160px;
    height: 160px; }
  .img-circle--fly-medium {
    width: 300px;
    height: 300px; }
  .img-circle--fly-big {
    width: 440px;
    height: 440px; }
  .input {
    margin-bottom: 12px;
    padding: 32px 27px;
    font-size: 15px; }
  .bnt-submit {
    margin-bottom: 22px; }
  .form__inf {
    font-size: 10px; } }

@media (min-width: 960px) {
  .img-circle--fly-small {
    width: 260px;
    height: 260px; }
  .img-circle--fly-medium {
    width: 430px;
    height: 430px; }
  .img-circle--fly-big {
    width: 600px;
    height: 600px; } }

@media (min-width: 1024px) {
  .form__inf {
    font-size: 12px; } }

*,
*::before,
*::after {
  box-sizing: inherit;
  color: #fff; }

a {
  text-decoration: none;
  outline: none;
  color: #fff; }

p {
  margin: 0;
  padding: 0; }

body,
html {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

.glightbox {
  outline: none !important; }

html.hidden {
  overflow: hidden; }

main {
  overflow: hidden; }

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: block; }

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px;
  position: relative; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-thumb {
  background: #fcd574; }

button,
textarea,
input {
  border: none;
  outline: none;
  border-radius: 8px; }

.title--hide {
  z-index: -5;
  width: 1px;
  height: 1px;
  font-size: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute; }

section {
  position: relative; }

.input {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dadde1;
  padding: 24px 20px;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #787878; }

.input::-webkit-input-placeholder {
  font-weight: 400;
  color: #787878; }

.bnt-submit {
  width: 100%;
  margin-bottom: 16px;
  cursor: pointer; }

.form__inf {
  text-align: center;
  font-size: 9px;
  color: #72678a; }

.slick-slide {
  outline: none !important; }

.slider__btn-next,
.slider__btn-prev {
  position: absolute;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 19px;
  right: 0;
  z-index: 2;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #fee591 0%, #f9b233 100%);
  background: linear-gradient(180deg, #fee591 0%, #f9b233 100%);
  box-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27, 0 6px 32.68px rgba(234, 84, 49, 0.23); }

.slider__btn-next {
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

.slider__btn-prev {
  right: auto;
  left: 0; }

.slider__btn-next:before,
.slider__btn-prev:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #161616;
  border-right: 3px solid #161616;
  margin-left: -3px;
  margin-top: -2px; }

.slider__btn-prev:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -2px; }

.slider__btn-next:after,
.slider__btn-prev:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffebc4;
  border-right: 3px solid #ffebc4;
  position: absolute;
  top: 50%;
  z-index: -1;
  margin-left: -3px;
  margin-top: -2px; }

.slider__btn-prev:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -2px; }

.slick-dots {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.slick-dots li {
  display: block;
  margin-right: 16px;
  width: 6px;
  height: 6px;
  padding: 2px;
  background: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  border-radius: 50%;
  cursor: pointer; }

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

.slick-dots li.slick-active {
  background: #fcd471; }

.slick-dots li:hover {
  background: #fcd471; }

.slick-dots li button {
  visibility: hidden;
  display: none !important; }

.fly-elem {
  position: absolute;
  -webkit-animation: ease-in-out fly 4.6s 2s infinite;
          animation: ease-in-out fly 4.6s 2s infinite;
  margin-top: 0; }

.fly-elem--small {
  position: absolute;
  -webkit-animation: ease-in-out fly--small 3s 2s infinite;
          animation: ease-in-out fly--small 3s 2s infinite;
  margin-top: 0; }

.fly-elem--smaller {
  position: absolute;
  -webkit-animation: ease-in-out fly--smaller 4s 2s infinite;
          animation: ease-in-out fly--smaller 4s 2s infinite;
  margin-top: 0; }

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  25% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%); }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fly--small {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(2.2%);
            transform: translateY(2.2%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fly--small--rewers {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-2.2%);
            transform: translateY(-2.2%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fly--smaller {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(0.5%);
            transform: translateY(0.5%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fly--smaller-reverse {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-0.5%);
            transform: translateY(-0.5%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

.img-circle--fly {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ease-in-out circle-fly 3s 2s infinite;
          animation: ease-in-out circle-fly 3s 2s infinite;
  background: none;
  border: 1px solid #eeedeb;
  border-radius: 50%;
  opacity: 0;
  z-index: -2; }

.img-circle--fly-small {
  width: 110px;
  height: 110px; }

.img-circle--fly-medium {
  width: 200px;
  height: 200px; }

.img-circle--fly-big {
  width: 320px;
  height: 320px; }

@-webkit-keyframes circle-fly {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

.btn-sheen {
  position: relative;
  overflow: hidden; }

.btn-sheen:before {
  content: "";
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  height: 100%;
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  -webkit-transform: skewX(-45deg) translateX(0);
      -ms-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-animation: ease-in-out sheen 3.8s 5s infinite;
          animation: ease-in-out sheen 3.8s 5s infinite; }

@keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0); }
  30% {
    -webkit-transform: skewX(-45deg) translateX(600px);
            transform: skewX(-45deg) translateX(600px); }
  30.0001% {
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.input--hide {
  position: absolute;
  z-index: -99;
  opacity: 0;
  visibility: hidden; }

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.item {
  border-radius: 10px;
  background: #F4FAFF;
  padding: 65px 25px 20px;
  height: 100%; }

.item--back {
  position: absolute;
  width: calc(100% - 8px);
  height: 100%;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  background: rgba(227, 242, 255, 0.7);
  z-index: -1; }

.footer {
  background: #0d002b; }

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.footer__copyright {
  margin: 32px 0; }

.copyright,
.footer__privacy {
  font-size: 10px; }

.footer__privacy {
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-top: 4px; }

.footer__privacy:hover {
  border-bottom: 1px solid transparent; }

.footer__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.footer .header__item--soc_text {
  display: block; }

.footer__logo--wrap {
  padding: 10px;
  background: #fff;
  border-radius: 5px; }

.footer .phone:hover {
  border-color: #D7D7D7;
  margin-bottom: 6px; }

.footer__text,
.policy,
.legal-address {
  font-size: 14px;
  color: #D7D7D7; }

.policy {
  display: inline-block;
  text-align: center;
  margin-bottom: 14px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-bottom: 1px solid #d7d7d7; }

.policy:hover {
  border-color: transparent; }

@media (min-width: 460px) {
  .container {
    padding: 60px 15px; }
  .footer-container {
    padding: 40px 30px; } }

@media (min-width: 560px) {
  .container {
    padding: 60px 20px; }
  .footer-container {
    padding: 40px 30px; } }

@media (min-width: 860px) {
  .container {
    padding: 80px 30px; }
  .footer-container {
    padding: 40px 30px; } }

.popup-policy {
  background: #fff;
  color: #001637; }

.popup-policy .container {
  max-width: 960px; }

.popup-policy .btn-close--popup {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  border-radius: 0 0 0 15px; }

.popup-policy--title {
  margin-bottom: 36px;
  text-align: center;
  font-size: 17px;
  font-weight: 600; }

.popup-policy--item {
  margin-bottom: 36px; }

.popup-policy--item span {
  font-weight: 600; }

.popup-policy--item:last-child {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4; }

.popup__content--camebeaker {
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1106px;
  padding: 70px 55px;
  border: none;
  background: url(../img/all/placeholder.png) no-repeat center/cover #F6F8FA; }

.popup-camebeaker {
  z-index: 990; }

.popup-camebeaker__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.popup-camebeaker__img--block {
  margin-right: 65px;
  -webkit-flex-basis: 45%;
          flex-basis: 45%; }

.popup-camebeaker__dsc--block {
  -webkit-flex-basis: 55%;
          flex-basis: 55%; }

.popup-camebeaker__dsc-text,
.popup-camebeaker__dsc-list_title {
  margin-bottom: 21px;
  color: #001637;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600; }

.popup-camebeaker__dsc-text,
.popup-camebeaker__dsc-list {
  margin-bottom: 33px; }

.popup-camebeaker__dsc-item {
  color: #808080;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px; }

.popup-camebeaker__dsc-item:last-child {
  margin-bottom: 0; }

.popup-camebeaker--title {
  margin-bottom: 52px; }

.popup-thank .popup__content--wrap {
  max-width: 360px; }

.popup-callback--subtitle {
  margin-bottom: 30px;
  color: #001637;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600; }

.main-rights {
  max-width: 100%; }

@media (min-width: 560px) {
  .img-circle--fly-small {
    width: 120px;
    height: 120px; }
  .img-circle--fly-medium {
    width: 240px;
    height: 240px; }
  .img-circle--fly-big {
    width: 400px;
    height: 400px; } }

@media (min-width: 768px) {
  .slider__btn-next,
  .slider__btn-prev {
    width: 52px;
    height: 52px;
    top: 50%; }
  .slider__btn-next:before,
  .slider__btn-prev:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 4px solid #161616;
    border-right: 4px solid #161616;
    margin-left: 0;
    margin-top: 2px; }
  .slider__btn-prev:before {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 2px; }
  .slider__btn-next:after,
  .slider__btn-prev:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 4px solid #ffebc4;
    border-right: 4px solid #ffebc4;
    position: absolute;
    top: 50%;
    z-index: -1;
    margin-left: 0;
    margin-top: -4px;
    margin-top: -3px; }
  .slider__btn-prev:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 2px; }
  .img-circle--fly-small {
    width: 160px;
    height: 160px; }
  .img-circle--fly-medium {
    width: 300px;
    height: 300px; }
  .img-circle--fly-big {
    width: 440px;
    height: 440px; }
  .input {
    margin-bottom: 12px;
    padding: 32px 27px;
    font-size: 15px; }
  .bnt-submit {
    margin-bottom: 22px; }
  .form__inf {
    font-size: 10px; } }

@media (min-width: 960px) {
  .img-circle--fly-small {
    width: 260px;
    height: 260px; }
  .img-circle--fly-medium {
    width: 430px;
    height: 430px; }
  .img-circle--fly-big {
    width: 600px;
    height: 600px; } }

@media (min-width: 1024px) {
  .form__inf {
    font-size: 12px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(17, 0, 58, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -5;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

.popup--active {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  pointer-events: auto; }

.popup-menu.popup--active {
  z-index: 50; }

.popup__table {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.popup__cell {
  display: table-cell;
  vertical-align: middle; }

.popup__content--wrap {
  border-radius: 8px;
  z-index: 2;
  max-width: 679px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.popup__content {
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  padding: 33px 42px; }

.popup-menu__content {
  padding: 20px 20px 30px;
  background: #11013A;
  height: 100%; }

.popup-menu__content-top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative; }

.popup-menu__content-top .logo--shadow {
  -webkit-transform: translate(-25%, -50%);
      -ms-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%); }

.popup-menu__nav_item:last-child {
  margin-bottom: 0; }

.btn-close--popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 20;
  border-radius: 50%;
  -webkit-transform: translate(0%, -100%);
      -ms-transform: translate(0%, -100%);
          transform: translate(0%, -100%); }
  .btn-close--popup:before {
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #DCDADF;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-close--popup:after {
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #DCDADF;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.btn-close--popup:hover:after,
.btn-close--popup:hover:before {
  background: #fcd574; }

.popup--title {
  color: #191919;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase; }

.popup--subtitle {
  color: #191919;
  text-align: center;
  font-size: 13px;
  margin-bottom: 42px; }

.popup__logo .logo__title,
.popup__logo .logo__dsc {
  color: #fff; }

@media (min-width: 680px) {
  .popup__cell {
    padding: 50px; }
  .btn-close--popup {
    -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
            transform: translate(100%, -100%); }
  .popup__content {
    padding: 70px 46px 50px; } }

@media (min-width: 768px) {
  .popup--title {
    font-size: 28px;}
.telega{width:52px;}	
.tele {float:left;padding-right:20px;}

	}

.rights {
  font-size: 12px;
  color: #c8c8c8;
  max-width: 290px;
  display: inline-block; }

.rights span {
  border-bottom: 1px solid transparent;
  color: #3d93f3;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  line-height: 1.3; }

.rights:hover span {
  border-bottom: 1px solid #3d93f4; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Black.woff") format("woff"), url("../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  opacity: 0; }

/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: auto; }

.gslide-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto; }

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh; }

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.gslide-description {
  position: relative; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

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

.zoomed .gslide-description {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
          order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1; }

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000; }

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12); }

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff; }

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none; }

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px; }

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px; }

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 95vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%; }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

* {
  line-height: 1.3;
  font-weight: 600; }

button,
textarea,
input,
body,
a {
  font-family: "Raleway", sans-serif, sans-serif;
  font-weight: 600; }

body {
  font-weight: normal;
  color: #fff;
  background: #11003A;
  overflow-x: hidden; }

body.no--active {
  overflow: hidden; }

button,
textarea,
input {
  font-size: 15px;
  font-weight: 600; }

.btn--wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 30px; }

.btn {
  max-width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background: -webkit-linear-gradient(280deg, #fee591 0%, #f9b233 100%);
  background: linear-gradient(170deg, #fee591 0%, #f9b233 100%);
  box-shadow: 0px 4px 0px 0px rgba(225, 122, 39, 0.004), 0px 6px 32.68px 10.32px rgba(234, 84, 49, 0.23), inset 0px -1px 0px 0px #ffd8a1, 0px 4px 0 0 #f9b233;
  padding: 26px 24px 32px;
  color: #161616;
  text-shadow: 0px 1px 0px #ffd8a1;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 10px; }

.btn-submit {
  cursor: pointer;
  width: 100%;
  margin-bottom: 22px;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background: -webkit-linear-gradient(280deg, #fee591 0%, #f9b233 100%);
  background: linear-gradient(170deg, #fee591 0%, #f9b233 100%);
  box-shadow: 0px 4px 0px 0px rgba(225, 122, 39, 0.004), 0px 6px 32.68px 10.32px rgba(234, 84, 49, 0.23), inset 0px -1px 0px 0px #ffd8a1, 0px 4px 0 0 #f9b233;
  padding: 26px 24px 32px;
  color: #161616;
  text-shadow: 0px 1px 0px #ffd8a1;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 10px; }

.btn-submit:hover {
  box-shadow: 0px 4px 0px 0px rgba(225, 122, 39, 0.004), 0px 6px 20px 10.32px rgba(234, 84, 49, 0.1), inset 0px -1px 0px 0px #ffd8a1, 0px 0px 0px 0 #f9b233; }

.thanks__content_btn {
  cursor: pointer;
  margin-bottom: 22px;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background: -webkit-linear-gradient(280deg, #fee591 0%, #f9b233 100%);
  background: linear-gradient(170deg, #fee591 0%, #f9b233 100%);
  box-shadow: 0px 4px 0px 0px rgba(225, 122, 39, 0.004), 0px 6px 32.68px 10.32px rgba(234, 84, 49, 0.23), inset 0px -1px 0px 0px #ffd8a1, 0px 4px 0 0 #f9b233;
  padding: 26px 24px 32px;
  color: #161616;
  text-shadow: 0px 1px 0px #ffd8a1;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 10px;
  margin-top: 24px; }

.thanks__content_btn:hover {
  box-shadow: 0px 4px 0px 0px rgba(225, 122, 39, 0.004), 0px 6px 20px 10.32px rgba(234, 84, 49, 0.1), inset 0px -1px 0px 0px #ffd8a1, 0px 0px 0px 0 #f9b233; }

.btn:hover {
  box-shadow: 0px 4px 0px 0px rgba(225, 122, 39, 0.004), 0px 6px 20px 10.32px rgba(234, 84, 49, 0.1), inset 0px -1px 0px 0px #ffd8a1, 0px 0px 0px 0 #f9b233; }

.btn-call {
  padding: 16px 22px;
  border: 1px solid rgba(0, 22, 55, 0.4);
  background: transparent;
  margin-right: 32px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.btn-submit--back {
  background: -webkit-linear-gradient(top, #00A0EE 0%, #0070B7 100%);
  background: linear-gradient(180deg, #00A0EE 0%, #0070B7 100%);
  opacity: 0.6;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.btn-submit--wrap:hover .btn-submit--back {
  opacity: 0.3; }

.btn-submit--green {
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px; }

.btn-submit--green .btn-submit--back {
  background: -webkit-linear-gradient(top, #12A724 0%, #41C050 100%);
  background: linear-gradient(180deg, #12A724 0%, #41C050 100%); }

.title {
  margin-bottom: 25px;
  font-size: 13px;
  color: #fff;
  margin-top: 0;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3; }

.title span {
  color: #fab83e;
  font-weight: 900; }

.title span {
  color: #fab83e; }

.subtitle {
  font-weight: 900;
  font-size: 11px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.25; }

.subtitle span {
  font-weight: 900; }

.item-title {
  font-size: 20px;
  color: #001637;
  font-weight: 600; }

.blur-section:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background-image: -webkit-linear-gradient(top, transparent 0%, #fff 35%);
  background-image: linear-gradient(to bottom, transparent 0%, #fff 35%);
  z-index: 2; }

.slider--wrap {
  position: relative; }

.slide__prev {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(180deg);
          transform: translateY(-50%) translateX(-50%) rotate(180deg);
  left: 0;
  width: 50px;
  height: 50px;
  background: #EFB428; }

.slide__next {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
      -ms-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: #EFB428; }

.slick-disabled {
  display: none !important; }

.svg-shadow {
  -webkit-filter: 0 1px 0 #ffd8a1, 0 3px #e17a27, 0 6px 32.68px #ea5431;
  filter: 0 1px 0 #ffd8a1, 0 3px #e17a27, 0 6px 32.68px #ea5431; }

.header {
  margin-bottom: 54px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #11003A;
  box-shadow: 0px 10px 32px rgba(255, 255, 255, 0.12);
  z-index: -10;
  width: 100%;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%); }

.header-fixed .container-header {
  padding-top: 20px;
  padding-bottom: 20px; }

.header-fixed.active {
  z-index: 10;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 0; }

.header__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.logo {
  position: relative;
  width: 36px;
  margin-right: 16px; }

.logo--shadow {
  content: '';
  position: absolute;
  width: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%); }

.logo__title {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 4px; }

.logo__dsc {
  font-size: 8px; }

.header__item--phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.header__nav_item {
  font-size: 15px;
  margin-right: 18px;
  padding: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.header__nav_item:last-child {
  margin-right: 0; }

.header__nav_item:hover {
  border-bottom: 1px solid #fff; }

.header__item--soc_text {
  font-size: 11px;
  font-weight: 400;
  margin-right: 18px;
  display: none; }

.header__item--mes {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.header__item--soc_link {
  margin-right: 14px;
  padding: 3px; }

.header__item--soc_link:last-child {
  margin-right: 0; }

.header__item--soc_link--img {
  width: 25px; }

.header__item--phone {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.phone {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700; }

.header__phone {
  margin-bottom: 6px; }

.btn--call {
  display: inline-block;
  border-bottom: 1px dashed #ffd428;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 13px;
  color: #ffd428; }

.btn--call:hover {
  border-color: #fff;
  color: #fff; }

.header__item--desctop {
  display: none; }

.menu-btn {
  position: relative;
  padding: 20px 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: none;
  cursor: pointer; }

.menu-btn__content {
  width: 28px;
  height: 3px;
  background: #fcd574;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.menu-btn.active .menu-btn__content {
  opacity: 0; }

.menu-btn:after {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: #fcd574;
  position: absolute;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.menu-btn.active:after {
  -webkit-transform: translateY(0px) rotate(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg); }

.menu-btn:before {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: #fcd574;
  position: absolute;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.menu-btn.active:before {
  -webkit-transform: translateY(0px) rotate(-45deg);
      -ms-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg); }

.popup__mes {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.popup-menu__content .header__item--soc_text {
  display: block; }

.popup-menu__main--wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.popup-menu__main {
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.popup-menu__nav_item {
  display: block;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center; }

.popup__phone {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.popup__phone .phone {
  margin-bottom: 10px; }

.main {
  z-index: 2; }

.main--bg-mobile,
.main--bg,
.main--bg-medium {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99; }

.main--bg,
.main--bg-medium {
  display: none; }

.investment--bg-mobile {
  margin-top: -55%; }

.investment--bg {
  display: none;
  top: 0;
  left: 0;
  width: auto;
  max-width: 160%;
  margin-top: -50%; }

.investment--bg-red {
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  max-width: 70%;
  opacity: 0.5;
  display: none;
  z-index: -3; }

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

.container--main {
  padding-top: 0; }

.main--title,
.main--subtitle {
  text-align: left; }

.main--title {
  font-size: 30px;
  margin-bottom: 36px;
  line-height: 1.2; }

.main--title span {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27, 0 6px 32.68px rgba(234, 84, 49, 0.23); }

.main--title span:before {
  content: 'онлайн-школу?';
  position: absolute;
  top: -3px;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: initial;
  width: 101%; }

.main--subtitle {
  margin-bottom: 48px; }

.main--subtitle span {
  color: #fab83e;
  font-weight: inherit; }

.main__plan {
  position: relative;
  display: inline-block; }

.main__plan-img {
  position: absolute;
  width: auto;
  top: 12px;
  right: -12px; }

.main__plan-text {
  line-height: 24px;
  margin-bottom: 65px;
  font-size: 12px; }

.btn-main--wrap {
  position: relative; }

.btn-main {
  padding-left: 95px;
  padding-right: 34px; }

.btn-main__img {
  position: absolute;
  z-index: 5;
  left: -4px;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 82px; }

.btn__guarantee {
  padding-left: 12px;
  margin-top: 16px;
  position: relative;
  margin-left: 2px; }

.btn__guarantee-img {
  width: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.btn__guarantee {
  font-size: 8px;
  color: #bfb4d6; }

.main-right {
  margin-top: 21px;
  position: relative;
  z-index: 2; }

.main-right__content {
  position: relative; }

.main-img {
  position: static;
  margin-left: auto;
  width: auto;
  max-width: 85%; }

.main__substrate--wrap {
  position: absolute;
  top: 45%;
  left: -5%;
  z-index: -1; }

.main__substrate {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 116px;
  padding: 15px 32px 26px;
  z-index: 1; }

.main__substrate_img-substrate {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 56px); }

.main__substrate_img-shield {
  width: 15px;
  margin-bottom: 8px; }

.main__substrate_text {
  font-size: 9px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  color: #141416; }

.main--img__red-top {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0.4;
  display: none;
  z-index: -2; }

.main--img__blue {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  display: none;
  opacity: 0.6;
  max-width: 80%;
  z-index: -2; }

.container--investment {
  padding-top: 0;
  margin-top: -20px; }

.investment__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 26px; }

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

.investment__item-img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0px, -45%);
      -ms-transform: translate(0px, -45%);
          transform: translate(0px, -45%);
  width: 32px; }

.investment__item_img--shadow {
  position: absolute;
  position: absolute;
  width: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-30%, -50%);
      -ms-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%); }

.investment__item--top {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 12px;
  padding-left: 42px; }

.investment__item-title {
  position: relative;
  font-size: 34px;
  font-weight: 900;
  text-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27, 0 6px 32.68px rgba(234, 84, 49, 0.23);
  color: #fab83e;
  font-family: "Montserrat", sans-serif;
  font-weight: 900; }

.investment__item-title1:before {
  content: '2 750 000 р';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  font-weight: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.investment__item-title2:before {
  content: '225 млрд';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  font-weight: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.investment__item-title3:before {
  content: '56%';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  font-weight: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.investment__item-title4:before {
  content: '14%';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  font-weight: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.investment__item-title5:before {
  content: '25 000 р';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  font-weight: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.investment__item-text {
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  max-width: 220px; }

.investment__item-text4 {
  max-width: 340px; }

.container--routine {
  padding-top: 10px; }

.routine__list--wrap {
  padding-top: 110px;
  position: relative; }

.routine--bg-mobile,
.routine--bg {
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  z-index: -1; }

.routine--bg {
  display: none; }

.routine--bg-shine {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -2; }

.routine__list_text {
  margin-bottom: 26px;
  font-size: 10px;
  font-weight: 600;
  text-align: center; }

.routine__list {
  display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

.routine__item {
  width: 130px;
  position: relative;
  padding: 25px 20px 25px;
  padding-left: 50px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 8px;
  background: -webkit-linear-gradient(210deg, #2b0c74 0%, #1b064d 100%);
  background: linear-gradient(-120deg, #2b0c74 0%, #1b064d 100%); }

.routine__item:nth-child(even) {
  margin-right: 0; }

.routine__item:nth-child(11), .routine__item:nth-child(12) {
  margin-bottom: 0; }

.routine__item_img--wrap {
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px; }

.routine__item_img--shadow {
  position: absolute;
  width: 50px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-30%, -50%);
      -ms-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  z-index: -1; }

.routine__item_dsc {
  font-size: 10px;
  font-weight: 600; }

.projects {
  background: url(../img/projects/bg-mobile.png) no-repeat;
  background-size: cover; }

.container--projects {
  padding-bottom: 110px; }

.projects__slider--wrap {
  background: #0e002f;
  position: relative;
  margin: 0 20px 30px 20px;
  padding: 30px;
  border-radius: 8px; }

.projects__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.projects__slide-right {
  text-align: center; }

.projects__slide-left {
  margin-bottom: 33px; }

.projects__slide-img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.projects__slide_title--wrap {
  margin-bottom: 26px; }

.projects__slide_result,
.projects__slide_title {
  font-size: 18px;
  margin-bottom: 7px; }

.projects__slide_result {
  color: #fab83e; }

.projects__slide_result-text,
.projects__slide_name {
  font-size: 11px; }

.img-transition--top {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-95%);
      -ms-transform: translateY(-95%);
          transform: translateY(-95%);
  z-index: -2; }

.img-transition--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(95%) rotate(180deg);
      -ms-transform: translateY(95%) rotate(180deg);
          transform: translateY(95%) rotate(180deg);
  z-index: -2; }

.about {
  z-index: 5;
  background: #FFFFFF; }

.about--title {
  color: #1f1e26;
  margin-bottom: 42px; }

.about__main-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  z-index: 1; }

.about__center {
  position: relative;
  z-index: 3;
  margin-bottom: 40px; }

.about__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.about__item--wrap {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.about__item--wrap:first-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.about__item--wrap:nth-child(2) {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }

.about__item--wrap:nth-child(3) {
  margin-top: 160px; }

.about__item {
  text-align: center;
  max-width: 120px; }

.about__item_title {
  position: relative;
  font-size: 46px;
  text-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27;
  color: #fab83e;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-bottom: 8px; }

.about__item_subtitle {
  position: relative;
  text-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27, 0 6px 32.68px rgba(234, 84, 49, 0.23);
  color: #fab83e;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-bottom: 15px; }

.about__item_title1:before {
  content: '129';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.about__item_title2:before {
  content: '99%';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.about__item_title3:before {
  content: '283';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.about__item_subtitle3:before {
  content: 'млн.руб.';
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.about__item_text {
  color: #1f1e26;
  font-size: 10px;
  text-align: center; }

.facts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.facts__item {
  width: 46%;
  margin-right: 12px;
  margin-bottom: 12px;
  box-shadow: 0px 30px 55.48px 17.52px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 25px 12px;
  border-radius: 8px;
  z-index: 1; }

.facts__item:nth-child(even) {
  margin-right: 0; }

.facts__item:nth-child(3), .facts__item:nth-child(4) {
  margin-bottom: 0; }

.facts__item_img {
  width: 67px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto; }

.facts__item:nth-child(3) .facts__item_img,
.facts__item:nth-child(4) .facts__item_img {
  width: 75px; }

.facts__item_title,
.facts__item_dsc {
  color: #1f1e26;
  text-align: center; }

.facts__item_dsc {
  font-size: 9px;
  line-height: 1.5; }

.facts__item_title {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 900; }

.team {
  background: #fff;
  margin-bottom: 40px;
  margin-top: -1px; }

.team .container {
  padding-top: 0; }

.team--title {
  color: #1f1e26; }

.team__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto; }

.team__item {
  width: 98px;
  margin: 0 10px 20px; }

.team__item_img {
  position: relative;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #341086;
  margin-bottom: 14px;
  overflow: hidden; }

.team__item_img-item {
  z-index: 2;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%; }

.team__item_img-people {
  z-index: 2;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 80%;
  z-index: 1; }

.team__item_name {
  color: #1f1e26;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 11px;
  margin-bottom: 6px; }

.team__item_dsc {
  color: #1f1e26;
  text-align: center;
  font-size: 8px; }

.school--bg-mobile {
  position: absolute;
  bottom: -30%;
  left: 0;
  z-index: -1; }

.school__list {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px; }

.school__item {
  text-align: center;
  margin-bottom: 38px; }

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

.school__item_img {
  width: 180px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.school__item_img-1 {
  width: 140px; }

.school__item_img-back {
  position: absolute;
  top: 60%;
  left: 20%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.school__item_img-left {
  position: absolute;
  bottom: -6%;
  left: -8%;
  z-index: -1;
  width: 28%;
  -webkit-animation: ease-in-out fly--small 4s 2s infinite;
          animation: ease-in-out fly--small 4s 2s infinite; }

.school__item_img-right {
  position: absolute;
  top: -10%;
  right: -20%;
  z-index: -1;
  width: 36%;
  -webkit-animation: ease-in-out fly--small--rewers 4s 2s infinite;
          animation: ease-in-out fly--small--rewers 4s 2s infinite; }

.school__item_img-shine {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250%;
  z-index: -2; }

.school__item_title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 900; }

.school__item_text {
  line-height: 1.5;
  font-size: 12px; }

.img--bg-top {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.open--title {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

.open__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.open__item {
  position: relative;
  margin-bottom: 32px;
  margin-right: 12px;
  border-radius: 8px;
  background: #fff;
  padding: 36px 10px 18px;
  width: 45%;
  text-align: center;
  max-width: 220px; }

.open__item:nth-child(even),
.open__item:last-child {
  margin-right: 0; }

.open__item_num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #11003a;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.open__item_num .p {
  font-size: 19px;
  text-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27;
  color: #fab83e;
  position: relative;
  font-weight: 900;
  font-family: "Montserrat", sans-serif; }

.open__item_num .p:before {
  position: absolute;
  top: 0px;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.open__item_num .p-1:before {
  content: '1'; }

.open__item_num .p-2:before {
  content: '2'; }

.open__item_num .p-3:before {
  content: '3'; }

.open__item_num .p-4:before {
  content: '4'; }

.open__item_num .p-5:before {
  content: '5'; }

.open__item_img {
  width: auto;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px; }

.open__item_title {
  color: #1f1e26;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 12px; }

.open__item_dsc {
  color: #1f1e26;
  font-size: 10px; }

.open__item_dsc span {
  font-weight: 700;
  color: #1f1e26; }

.img--bg {
  position: absolute;
  top: -20%;
  left: 0;
  display: none; }

.shine-img-shine--left {
  position: absolute;
  left: 0;
  bottom: -20%;
  display: none;
  width: auto;
  z-index: -2; }

.shine-img-shine--right {
  position: absolute;
  right: 0;
  bottom: -5%;
  display: none;
  width: auto;
  z-index: -2; }

.tariffs {
  margin: 40px 0;
  background: #fff; }

.tariffs .title {
  color: #1f1e26; }

.tariffs__list {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto; }

.tariffs__item {
  margin-bottom: 18px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 30px 55.48px 17.52px rgba(0, 0, 0, 0.05); }

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

.tariffs__item-top,
.tariffs__item-bottom {
  padding: 0 40px;
  border-radius: 8px;
  background: #170348; }

.tariffs__item-top {
  padding-top: 34px;
  padding-bottom: 46px; }

.tariffs__item-bottom {
  padding-bottom: 34px;
  padding-top: 30px; }

.tariffs__item_pack {
  padding: 30px 40px;
  color: #1f1e26; }

.tariffs__item_pack-title {
  font-weight: 900;
  color: #1f1e26;
  font-size: 12px;
  margin-bottom: 12px; }

.tariffs__item_pack-item {
  color: #1f1e26;
  font-size: 11px;
  margin-bottom: 10px; }

.tariffs__item_pack-item:last-child {
  margin-bottom: 0; }

.tariffs__item_subtitle {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 12px; }

.tariffs__item_title {
  color: #fab83e;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  font-size: 20px;
  margin-bottom: 26px;
  text-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27; }

.tariffs__item_title-1:before {
  content: 'Результат';
  position: absolute;
  top: 0;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.tariffs__item_price {
  color: #fab83e;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27; }

.tariffs__item_price-1:before {
  content: '290 000 Р';
  position: absolute;
  top: 0;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.tariffs__item_title-2:before {
  content: 'для инвесторов';
  position: absolute;
  top: 0;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.tariffs__item_price-2:before {
  content: '900 000 Р';
  position: absolute;
  top: 0;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.tariffs__item_dsc {
  line-height: 1.5;
  font-size: 11px; }

.tariffs__item_result-dsc {
  font-size: 12px;
  margin-bottom: 22px; }

.tariffs__item_result-dsc span {
  color: #fbcb62; }

.contract__item {
  margin-bottom: 15px;
  position: relative;
  border-radius: 8px;
  background: #0e002f;
  padding: 60px 30px 40px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto; }

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

.contract__item-2 {
  padding: 60px 30px 40px; }

.contract__item_img {
  position: absolute;
  top: 0; }

.contract__item_img-1 {
  width: 60%;
  left: 0; }

.contract__item_img-2 {
  width: 100%;
  right: 0; }

.contract__item-dsc {
  z-index: 3;
  position: relative; }

.contract__item_title-1 {
  margin-bottom: 60px;
  margin-right: 30px;
  text-align: right;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900; }

.contract__item_title-2 {
  margin-bottom: 22px;
  margin-top: 110px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900; }

.contract__item_dsc {
  font-size: 12px;
  margin-bottom: 28px; }

.contract__item_dsc span {
  color: #fbcb62; }

.contract__item_text {
  font-size: 10px;
  margin-bottom: 24px;
  font-weight: 400; }

.contract .img--bg-top {
  top: -20%; }

.reviews__slider-content {
  margin: 0 20px; }

.reviews__slider--wrap {
  position: relative;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

.reviews__slider {
  margin-bottom: 30px; }

.reviews .slider__btn-next,
.reviews .slider__btn-prev {
  top: 50%; }

.reviews .slider__btn-next {
  -webkit-transform: translate(50%, -100%);
      -ms-transform: translate(50%, -100%);
          transform: translate(50%, -100%); }

.reviews .slider__btn-prev {
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

.projects__slide-img {
  border-radius: 8px; }

.projects__slide--link-img {
  position: absolute;
  width: 45px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.reviews--bg-mobile {
  z-index: -5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.question .container {
  max-width: 414px; }

.question__text {
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
  color: #efefef;
  margin-bottom: 32px; }

.question .title {
  margin-bottom: 12px; }

.question--subtitle {
  font-weight: 900;
  font-size: 10px;
  text-align: center;
  margin-bottom: 24px; }

.question--bg {
  position: absolute;
  -webkit-animation: ease-in-out fly--smaller-reverse 5s 2s infinite;
          animation: ease-in-out fly--smaller-reverse 5s 2s infinite;
  bottom: -10%;
  left: 0;
  display: none;
  z-index: -3; }

.question--arm-left {
  z-index: -2;
  bottom: -30px;
  left: 0;
  width: auto;
  max-width: 40%;
  position: absolute;
  display: none; }

.question--arm-right {
  z-index: -2;
  bottom: -30px;
  right: 0;
  width: auto;
  max-width: 35%;
  position: absolute;
  display: none; }

.footer .popup__mes {
  margin-top: 0; }

.footer__item--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.footer__copyright {
  margin-left: 52px; }

.footer .header__item {
  position: relative; }

.footer .logo--shadow {
  -webkit-transform: translate(-25%, -50%);
      -ms-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%); }

.thanks__content {
  min-height: 100vh; }

.thanks__content .subtitle {
  text-align: left; }

.thanks__content .main--img__blue,
.thanks__content .main--img__red-top {
  width: auto;
  max-height: 100%; }

.thanks--subtitle {
  text-shadow: 0 1px 0 #ffd8a1, 0 3px #e17a27;
  color: #fab83e;
  font-weight: 900; }

.thanks--subtitle-top {
  position: relative;
  color: #fab83e; }

.thanks--subtitle-top:before {
  content: 'В один клик в чате';
  position: absolute;
  top: -1px;
  font-weight: 900;
  color: #e17a27
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#f9b233));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.main--title-1,
.main--title-2 {
  font-size: 18px;
  margin-bottom: 6px !important; }

.main--title-1 span:before {
  content: ''; }

.main--title-2 span:before {
  content: 'в ближайшее время';
  position: absolute;
  top: -1px;
  font-weight: 900;
  color: #e17a27;
  font-size: inherit;
  z-index: 1;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fee591), to(#FEDE8B));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.main--title-2 span {
  color: #ffd8a1; }

.popup-privacy .popup__content {
  border-radius: 0; }

.popup-privacy .text {
  color: #1f1e26;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5; }

.popup-privacy .subtitle {
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 24px;
  text-align: left; }

.popup-privacy__title {
  font-size: 18px;
  margin-bottom: 24px;
  color: #1f1e26;
  font-weight: 400; }

.popup-privacy .btn-close--popup {
  -webkit-transform: translate(-25%, 25%);
      -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%); }

@media (min-width: 340px) {
  .logo__title {
    font-size: 17px; }
  .logo__dsc {
    font-size: 9px; }
  .main--title {
    font-size: 32px; }
  .main--title-1,
  .main--title-2 {
    font-size: 24px; }
  .main--subtitle {
    font-size: 15px; } }

@media (min-width: 360px) {
  .title {
    font-size: 15px; }
  .form--title {
    font-size: 14px; }
  .main--title {
    font-size: 34px; }
  .main--title-1,
  .main--title-2 {
    font-size: 28px; }
  .main--subtitle {
    font-size: 16px; }
  .btn__guarantee {
    font-size: 9px; }
  .btn,
  .btn-submit,
  .thanks__content_btn {
    font-size: 12px; }
  .main__plan-text {
    font-size: 13px; }
  .investment__item-text {
    font-size: 12px; }
  .subtitle {
    font-size: 14px; }
  .routine__list--wrap {
    padding-top: 130px; }
  .routine__item {
    width: 340px;
    padding-left: 85px; }
  .facts__item {
    width: 48%;
    max-width: 240px; }
  .tariffs__item_title {
    font-size: 24px; }
  .tariffs__item_price {
    font-size: 28px; } }

@media (min-width: 414px) {
  .title {
    font-size: 17px; }
  .main--title {
    font-size: 40px; }
  .main--title-1,
  .main--title-2 {
    font-size: 30px; }
  .main--subtitle {
    font-size: 18px; }
  .main__plan-img {
    right: -24px; }
  .main__substrate--wrap {
    left: 0; }
  .btn__guarantee {
    font-size: 10px; }
  .subtitle {
    font-size: 16px; }
  .routine__list--wrap {
    padding-top: 170px; }
  .routine__list_text {
    font-size: 13px; }
  .about__item_subtitle {
    font-size: 24px; }
  .about__item_title {
    font-size: 60px; }
  .about__item {
    max-width: 140px; }
  .open__item {
    width: 48%; }
  .tariffs__item_title {
    font-size: 36px;
    width: calc(100% + 50px);
    margin-left: -25px; }
  .tariffs__item_price {
    font-size: 31px; }
  .question--subtitle {
    font-size: 13px; } }

@media (max-width: 767px) {
.tele{font-size: 18px;
float: left;
padding-right: 10px;}
.telega {width:28px;}

}

@media (min-width: 460px) {
  .header__item--mes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .main__substrate--wrap {
    left: 12px;
    top: 72%; }
  .main-img {
    max-width: 360px;
    margin-left: 20px; }
  .subtitle {
    font-size: 18px; }
  .routine__item,
  .routine__item:nth-child(even) {
    margin-right: 6px;
    margin-bottom: 6px;
    width: 420px;
    padding-left: 85px; }
  .routine__item:nth-child(3n) {
    margin-right: 0; }
  .routine__item:nth-child(10), .routine__item:nth-child(11), .routine__item:nth-child(12) {
    margin-bottom: 0; }
  .routine__list {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 30px; }
  .main__plan-text,
  .btn,
  .btn-submit,
  .thanks__content_btn {
    font-size: 15px; }
  .about__main-img {
    width: 90px; }
  .open__item_title {
    font-size: 18px; }
  .open__item_dsc {
    font-size: 12px; }
  .reviews__slider--wrap {
    width: 80%; } }

@media (min-width: 560px) {
  .title {
    font-size: 25px;
    margin-bottom: 30px; }
  .question .title {
    margin-bottom: 25px; }
  .subtitle {
    font-size: 20px; }
  .main--title {
    font-size: 48px;
    margin-bottom: 36px; }
  .main--title-1,
  .main--title-2 {
    font-size: 32px; }
  .main--subtitle {
    font-size: 20px; }
  .container--main {
    padding-top: 0; }
  .header__item--phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .header__item--mes {
    display: none; }
  .investment__item-title {
    font-size: 38px; }
  .investment__item-text {
    font-size: 12px; }
  .investment__item--top {
    padding-left: 46px; }
  .investment--bg {
    display: block; }
  .investment--bg-mobile {
    display: none; }
  .main--bg-medium {
    display: block; }
  .main--bg-mobile {
    display: none; }
  .routine__list--wrap {
    padding-top: 220px; }
  .container--routine {
    padding-top: 40px; }
  .routine__item, .routine__item:nth-child(even) {
    width: 470px; }
  .routine__item_dsc {
    font-size: 12px; }
  .routine__item_img--wrap {
    left: 8%;
    width: 22px; }
  .projects__slide_result-text, .projects__slide_name {
    font-size: 13px; }
  .projects__slide_result,
  .projects__slide_title {
    font-size: 20px; }
  .container--projects {
    padding-bottom: 140px; }
  .about__item--wrap {
    width: 40%; }
  .about__main-img {
    width: 120px; }
  .about__item--wrap:nth-child(3) {
    margin-top: 220px; }
  .facts__item {
    padding: 30px 20px; }
  .facts__item_dsc {
    font-size: 11px; }
  .facts__item_title {
    font-size: 18px; }
  .facts__item_img {
    width: 72px; }
  .facts__item:nth-child(3) .facts__item_img,
  .facts__item:nth-child(4) .facts__item_img {
    width: 90px; }
  .facts__item {
    margin-bottom: 17px;
    margin-right: 17px; }
  .about__center {
    margin-bottom: 55px; }
  .team__item {
    width: 120px; }
  .team__list {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto; }
  .team__item_img {
    width: 120px;
    height: 120px; }
  .team__item_name {
    font-size: 13px; }
  .school--bg-mobile {
    display: none; }
  .img--bg-top,
  .img--bg {
    display: block;
    z-index: -5; }
  .contract__item_title-1 {
    margin-bottom: 90px; }
  .contract__item_title-2 {
    margin-top: 140px; }
  .reviews--bg-mobile {
    display: none; }
  .footer__item {
    margin-bottom: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .footer__item:last-child {
    margin-bottom: 0; }
  .footer__copyright {
    margin: 0 0 0 40px; }
  .footer .popup__phone {
    margin-top: 0; }
  .footer .popup__phone {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .footer .phone {
    margin-bottom: 6px; }
  .footer__item {
    width: 440px; }
  .footer__item--top {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .footer__item--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .question--bg {
    display: block; } }

@media (min-width: 640px) {
  .investment--bg {
    max-width: 100%;
    margin-top: -30%; }
  .routine__list--wrap {
    padding-top: 200px; }
  .routine__list {
    max-width: 100%; }
  .routine__item, .routine__item:nth-child(even) {
    width: 270px; }
  .routine--bg {
    display: block;
    width: 120%;
    left: -10%; }
  .routine--bg-mobile {
    display: none; }
  .about__item_subtitle {
    font-size: 28px; }
  .about__item_title {
    font-size: 72px; }
  .about__item_text {
    font-size: 12px; }
  .about__item {
    max-width: 160px; }
  .about__main-img {
    width: 140px; }
  .school__list {
    max-width: 460px; }
  .school__item_img {
    width: 200px; }
  .school__item_img-1 {
    width: 160px; } }

@media (min-width: 680px) {
  .header__item--mes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .title {
    font-size: 24px; }
  .main--title {
    font-size: 48px; }
  .main--title-1,
  .main--title-2 {
    font-size: 32px; }
  .open__item {
    max-width: 260px; }
  .open__item_img {
    height: 64px; }
  .popup__content--wrap {
    border-radius: 8px;
    max-width: 636px; }
  .popup-privacy .popup__content {
    border-radius: 8px; } }

@media (min-width: 768px) {
  .investment__content {
    max-width: 70%;
    margin-left: auto; }
  .investment__item-text {
    text-align: left;
    max-width: 100%;
    font-size: 14px;
    padding-left: 44px; }
  .investment__item-text4 {
    max-width: 440px; }
  .investment__item-img {
    width: 36px; }
  .subtitle {
    text-align: left; }
  .question .subtitle {
    text-align: center; }
  .main--title {
    font-size: 56px; }
  .main--title-1,
  .main--title-2 {
    font-size: 36px; }
  .main--subtitle {
    font-size: 24px; }
  .btn, .main__plan-text, .btn-submit, .thanks__content_btn {
    font-size: 16px; }
  .header__item--soc_text {
    display: block; }
  .title {
    margin-bottom: 40px; }
  .question .title {
    margin-bottom: 25px; }
  .routine--title,
  .investment--title {
    text-align: left; }
  .investment__item {
    display: block;
    margin-bottom: 32px; }
  .investment--bg {
    max-width: 108%;
    position: absolute;
    top: -18%;
    left: -10%;
    margin-top: 0; }
  .container--routine {
    padding-top: 60px; }
  .routine__list_text {
    text-align: left; }
  .btn--wrap-left {
    display: block; }
  .routine__item_img--wrap {
    width: 28px; }
  .routine__item, .routine__item:nth-child(even) {
    width: 270px;
    padding-left: 56px; }
  .routine__list {
    margin-left: 0;
    max-width: 100%px; }
  .routine--bg {
    max-width: 100%;
    width: auto;
    left: auto;
    right: -25%; }
  .routine__list--wrap {
    padding-top: 0; }
  .routine--bg-shine {
    max-width: 100%;
    left: auto;
    right: -23%; }
  .projects {
    background: url(../img/projects/bg.png) top right/cover no-repeat; }
  .projects__slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .projects__slide-left {
    max-width: 62%;
    margin-bottom: 0;
    margin-right: 4%; }
  .projects__slide-right {
    width: 30%; }
  .projects__slide-right {
    text-align: left; }
  .container--projects {
    padding-bottom: 180px; }
  .about__item_subtitle {
    font-size: 32px; }
  .about__item_title {
    font-size: 80px; }
  .about__item_text {
    font-size: 15px; }
  .about__item {
    max-width: 210px; }
  .about__main-img {
    width: 180px; }
  .about__item--wrap:nth-child(3) {
    margin-top: 320px; }
  .projects {
    background-position: center; }
  .about__center {
    margin-bottom: -100px; }
  .facts__item_dsc {
    font-size: 12px; }
  .facts__item {
    max-width: initial;
    width: 280px;
    padding: 40px; }
  .facts__list {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
  .btn-main__img {
    width: auto; }
  .team__item {
    width: 140px;
    margin: 0 13px 28px; }
  .team__list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .team__item_img {
    width: 140px;
    height: 140px; }
  .team__item_name {
    font-size: 15px; }
  .team__item_dsc {
    font-size: 11px; }
  .team {
    margin-bottom: 80px; }
  .school__list {
    max-width: 80%;
    margin-bottom: 80px; }
  .school__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .school__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .school__item_dsc {
    text-align: left;
    width: 60%;
    margin-left: 30px; }
  .school__item:nth-child(even) .school__item_dsc {
    margin-left: 0;
    margin-right: 30px;
    width: 50%; }
  .school__item_img {
    margin: 0;
    width: 35%; }
  .school__item_img-1 {
    width: 32%; }
  .school__item_title {
    font-size: 22px; }
  .school__item_text {
    font-size: 14px; }
  .school__item_img-shine {
    width: 230%; }
  .open__item {
    max-width: 220px; }
  .open__item:nth-child(even) {
    margin-right: 12px; }
  .open__item:nth-child(3) {
    margin-right: 0; }
  .open__list {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px; }
  .open__item {
    width: 260px; }
  .tariffs__list {
    max-width: 720px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .tariffs__item_dsc {
    min-height: 65px; }
  .tariffs__item {
    width: 375px;
    margin: 0 12px 0 0; }
  .tariffs__item:last-child {
    margin: 0; }
  .tariffs__item_title {
    font-size: 32px; }
  .tariffs__item_pack-item {
    font-size: 12px; }
  .tariffs__item_pack {
    min-height: 405px; }
  .tariffs__item .btn {
    padding-left: 12px;
    padding-right: 12px; }
  .tariffs__item-2 .tariffs__item-bottom,
  .tariffs__item-2 .tariffs__item-top {
    padding-left: 16px;
    padding-right: 16px; }
  .tariffs__item_price {
    font-size: 36px; }
  .tariffs__list {
    max-width: 860px; }
  .tariffs__item {
    max-width: 420px; }
  .tariffs {
    margin: 80px 0; }
  .contract__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .contract__item {
    margin: 0 20px 0 0;
    width: 350px; }
  .contract__item:last-child {
    margin: 0; }
  .contract__item .btn {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px; }
  .contract__item_title-1,
  .contract__item_title-2 {
    font-size: 30px;
    margin-right: 0; }
  .contract__item_title-1 {
    margin-bottom: 78px; }
  .contract__item_dsc {
    font-size: 14px; }
  .contract__item_text {
    font-size: 12px; }
  .projects__slide--link-img {
    width: 60px;
    opacity: .3;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .reviews__slide-link:hover .projects__slide--link-img {
    opacity: 1; }
  .question .container {
    max-width: 560px; }
  .question__text {
    font-size: 13px;
    font-weight: 400; }
  .question--subtitle {
    font-size: 16px; }
  .question--arm-right,
  .question--arm-left {
    display: block; }
  .thanks__content .main-right {
    position: absolute;
    top: 0;
    right: 0; }
  .thanks__content .main-img {
    max-height: 500px; } }

@media (min-width: 860px) {
  .btn,
  .btn-submit,
  .thanks__content_btn {
    font-size: 17px; }
  .main-img {
    max-width: 60%;
    margin-left: auto; }
  .main-right {
    position: absolute;
    top: 0;
    right: -12%;
    margin-top: 0; }
  .main__substrate--wrap {
    right: 42%;
    top: 78%; }
  .main__substrate {
    margin-left: auto; }
  .btn__guarantee {
    font-size: 11px; }
  .header {
    margin-bottom: 80px; }
  .title {
    font-size: 26px; }
  .main--title {
    font-size: 56px; }
  .main--title-1,
  .main--title-2 {
    font-size: 36px; }
  .investment--bg {
    top: -30%;
    max-width: 120%;
    left: -15%; }
  .investment {
    margin-top: 40px; }
  .main--bg {
    display: block;
    width: 160%;
    left: -40%; }
  .main--bg-medium {
    display: none; }
  .routine--bg {
    top: -30%; }
  .routine--bg-shine {
    top: -15%; }
  .projects__slide_result, .projects__slide_title {
    font-size: 22px; }
  .tariffs__item_result-dsc {
    font-size: 15px; }
  .tariffs__item-bottom {
    padding: 50px 46px; }
  .tariffs__item_pack-item {
    font-size: 13px; }
  .tariffs__item_pack {
    min-height: 420px; }
  .tariffs__item_pack-title {
    font-size: 15px; }
  .tariffs__item_title {
    font-size: 36px; }
  .tariffs__item_subtitle {
    font-size: 16px; }
  .tariffs__item_dsc {
    font-size: 13px;
    min-height: 80px; }
  .popup-privacy .text {
    font-size: 15px; }
  .popup-privacy__title {
    font-size: 24px; }
  .popup-privacy .popup__content--wrap {
    max-width: 860px; }
  .thanks-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0; } }

@media (min-width: 900px) {
  .main-img {
    max-width: 70%; }
  .main__substrate--wrap {
    right: 48%; }
  .container--routine {
    padding-top: 80px; } }

@media (min-width: 960px) {
  .title {
    font-size: 30px;
    margin-bottom: 50px; }
  .main--title {
    font-size: 46px; }
  .main--title-1,
  .main--title-2 {
    font-size: 36px; }
  .subtitle {
    font-size: 22px; }
  .main--subtitle {
    font-size: 24px; }
  .header__item--desctop {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .header__item--mobile,
  .header__item--soc_text {
    display: none; }
  .logo__title {
    margin-bottom: 6px; }
  .main__substrate {
    width: 163px;
    padding: 12px 46px 20px; }
  .main__substrate_img-shield {
    width: 24px; }
  .main__substrate_text {
    font-size: 12px; }
  .main__substrate--wrap {
    right: 320px;
    top: 78%; }
  .main-right {
    right: -6%; }
  .investment__item-img {
    width: 43px;
    -webkit-transform: translate(-8px, -45%);
        -ms-transform: translate(-8px, -45%);
            transform: translate(-8px, -45%); }
  .investment__item--top {
    padding-left: 52px; }
  .investment__item-title {
    font-size: 42px; }
  .investment__item {
    margin-bottom: 38px; }
  .main--img__red-top,
  .main--img__blue,
  .investment--bg-red {
    display: block; }
  .investment--bg {
    left: -20%; }
  .investment {
    margin-top: 90px; }
  .routine--bg {
    right: -20%; }
  .routine--bg-shine {
    right: -18%; }
  .projects__slide_result-text, .projects__slide_name {
    font-size: 14px; }
  .projects__slide_result, .projects__slide_title {
    font-size: 24px; }
  .about__item--wrap:nth-child(3) {
    margin-top: 140px; }
  .about__main-img {
    top: 40%; }
  .about .img-circle--fly {
    top: 40%; }
  .facts__list {
    max-width: initial; }
  .facts__item {
    width: 200px;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 18px; }
  .facts__item:nth-child(even) {
    margin-right: 8px; }
  .facts__item_dsc {
    font-size: 11px; }
  .facts__item_img {
    width: 90px; }
  .team__list {
    max-width: 960px; }
  .shine-img-shine--right,
  .shine-img-shine--left {
    display: block;
    opacity: .6; }
  .contract__item {
    width: 430px; }
  .contract__item_title-1 {
    margin-bottom: 80px;
    margin-top: 30px; }
  .contract__item .btn {
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px; }
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .footer__item--top {
    margin-bottom: 0; }
  .footer__item {
    width: auto; }
  .footer__item--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
  .footer .popup__mes {
    margin-right: 32px; }
  .btn__guarantee-img {
    width: 16px; }
  .investment__item_img--shadow {
    width: 90px;
    -webkit-transform: translate(-35%, -50%);
        -ms-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%); } }

@media (min-width: 1024px) {
  .header__item--soc_text {
    display: block; }
  .logo {
    width: 47px;
    margin-right: 20px; }
  .main--title {
    font-size: 45px; }
  .main--title-1,
  .main--title-2 {
    font-size: 40px; }
  .header {
    margin-bottom: 114px; }
  .investment__content {
    max-width: 68%; }
  .investment__item-title {
    font-size: 46px; }
  .investment__item-text {
    font-size: 17px; }
  .investment__item-text4 {
    max-width: 520px; }
  .investment__item-img {
    width: 53px;
    -webkit-transform: translate(-12px, -50%);
        -ms-transform: translate(-12px, -50%);
            transform: translate(-12px, -50%); }
  .investment__item {
    margin-bottom: 46px; }
  .main--bg {
    display: block;
    width: 130%;
    left: -20%; }
  .container--routine {
    padding-top: 120px; }
  .routine--bg {
    max-width: 90%; }
  .routine--bg-shine {
    right: -24%; }
  .about__item_subtitle {
    font-size: 36px; }
  .about__item_title {
    font-size: 90px; }
  .about__item_text {
    font-size: 17px; }
  .about__item {
    max-width: 240px; }
  .about__main-img {
    width: 240px; }
  .about__item--wrap:nth-child(3) {
    margin-top: 180px; }
  .facts__item {
    width: 220px;
    padding: 30px 20px; }
  .facts__item_dsc {
    font-size: 12px; }
  .facts__item,
  .facts__item:nth-child(even) {
    margin-right: 17px; }
  .team {
    margin-bottom: 120px; }
  .question__text {
    font-size: 15px;
    margin-bottom: 42px; }
  .question--subtitle {
    font-size: 19px; }
  .copyright, .footer__privacy {
    font-size: 13px; }
  .investment__item_img--shadow {
    width: 120px;
    -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%); } }

@media (min-width: 1099px) {
  .phone {
    font-size: 22px; }
  .main-right {
    right: -2%; }
  .main-img {
    max-width: 75%; }
  .main__substrate--wrap {
    right: 350px; }
  .investment__content {
    max-width: 65%; }
  .title {
    font-size: 32px; }
  .main--title {
    font-size: 45px; }
  .main--title-1,
  .main--title-2 {
    font-size: 32px; }
  .investment__item--top {
    padding-left: 56px; }
  .container--routine {
    padding-top: 200px; }
  .routine--bg-shine {
    top: -6%; }
  .facts__item,
  .facts__item:nth-child(even) {
    width: 240px; }
  .open--title {
    max-width: 840px; } }

@media (min-width: 1199px) {
  .main-img {
    max-width: 100%; }
  .main-right {
    right: -12%; }
  .main__substrate--wrap {
    top: 60%;
    left: -50px;
    right: auto; }
  .title {
    margin-bottom: 70px;
    font-size: 36px; }
  .main--subtitle {
    font-size: 30px; }
  .investment__item {
    margin-bottom: 58px; }
  .investment__content {
    max-width: 790px; }
  .container--investment {
    padding-top: 200px; }
  .main--title {
    font-size: 50px; }
  .main--title-1,
  .main--title-2 {
    font-size: 40px; }
  .investment {
    margin-top: 0; }
  .investment--bg {
    max-width: 130%; }
  .container--routine {
    padding-top: 80px; }
  .routine--bg-shine {
    top: -16%;
    right: -65px;
    width: auto; }
  .routine--bg {
    max-width: 960px;
    right: -15%;
    top: -50%; }
  .routine__item_img--wrap {
    width: 32px; }
  .routine__item, .routine__item:nth-child(even) {
    width: 350px;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 65px; }
  .routine__list {
    max-width: 100%; }
  .routine__item_dsc {
    font-size: 15px; }
  .projects__slide-left {
    margin-right: 58px; }
  .projects__slide_result, .projects__slide_title {
    font-size: 28px;
    margin-bottom: 12px; }
  .projects__slide_result-text, .projects__slide_name {
    font-size: 16px; }
  .container--projects {
    padding-bottom: 240px; }
  .projects {
    background-position: top right; }
  .about__item_subtitle {
    font-size: 40px; }
  .about__item_title {
    font-size: 102px; }
  .about__item_text {
    font-size: 17px; }
  .about__item {
    max-width: 240px; }
  .about__main-img {
    width: 286px; }
  .facts__item,
  .facts__item, .facts__item:nth-child(even) {
    width: 260px; }
  .facts__item:nth-child(3) .facts__item_img,
  .facts__item:nth-child(4) .facts__item_img,
  .facts__item_img {
    width: 115px; }
  .facts__item_dsc {
    font-size: 14px; }
  .facts__item_title {
    font-size: 24px; }
  .team__list {
    max-width: initial;
    width: calc(100% + 60px);
    margin-left: -30px; }
  .team__item {
    margin: 0 54px 38px 0;
    width: 188px; }
  .team__item:nth-child(5),
  .team__item:last-child {
    margin-right: 0; }
  .team__item_img {
    width: 188px;
    height: 188px; }
  .team__item_img-item {
    width: auto; }
  .team__item_img-people {
    height: auto; }
  .team__item_name {
    font-size: 20px; }
  .team__item_dsc {
    font-size: 14px; }
  .team__item_img-people {
    top: 55%; }
  .school__list {
    max-width: 920px; }
  .school__item_img-main {
    width: auto; }
  .school__item_img,
  .school__item_img-1 {
    width: initial; }
  .school__item_dsc {
    margin-left: 60px;
    width: 520px; }
  .school__item:nth-child(even) .school__item_dsc {
    margin-left: 0;
    width: 440px; }
  .school__item_title {
    font-size: 32px; }
  .school__item_text {
    font-size: 16px; }
  .school__item_img-shine,
  .school__item_img-back,
  .school__item_img-right {
    width: auto; }
  .school__item_img-left {
    width: 90px; }
  .open--title {
    max-width: 960px; }
  .open__item {
    width: 220px;
    padding: 45px 14px 30px; }
  .open__list {
    max-width: initial;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-bottom: 60px; }
  .open__item,
  .open__item:nth-child(3) {
    margin-bottom: 0;
    margin-right: 14px; }
  .open__item_dsc {
    font-size: 13px; }
  .open__item_title {
    font-size: 21px;
    margin-bottom: 14px; }
  .tariffs__item {
    max-width: 570px;
    width: auto;
    margin-right: 30px; }
  .tariffs__list {
    max-width: initial;
    width: calc(100% + 60px);
    margin-left: -30px; }
  .tariffs__item_result-dsc {
    font-size: 18px;
    margin-bottom: 32px; }
  .tariffs__item-bottom,
  .tariffs__item-top {
    padding: 50px 80px; }
  .tariffs__item-2 .tariffs__item-bottom, .tariffs__item-2 .tariffs__item-top {
    padding-left: 46px;
    padding-right: 46px; }
  .tariffs__item_price {
    font-size: 45px;
    margin-bottom: 42px; }
  .tariffs__item .btn {
    padding-left: 24px;
    padding-right: 24px; }
  .tariffs__item_pack-title {
    font-size: 18px;
    margin-bottom: 20px; }
  .tariffs__item_pack-item {
    font-size: 16px;
    margin-bottom: 16px; }
  .tariffs__item_pack {
    min-height: 610px;
    padding: 54px 40px; }
  .tariffs__item_dsc {
    font-size: 15px; }
  .tariffs__item_subtitle {
    font-size: 20px; }
  .tariffs {
    margin: 120px 0; }
  .tariffs__item_title {
    font-size: 54px; }
  .contract__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: calc(100% + 317px);
    margin-left: -70px; }
  .contract__item {
    width: 570px;
    padding: 48px 48px 56px;
    max-width: initial; }
  .contract__item_title-1 {
    margin-right: 40px;
    font-size: 40px; }
  .contract__item_title-2 {
    font-size: 40px;
    margin-bottom: 30px; }
  .contract__item_dsc {
    font-size: 18px;
    margin-bottom: 40px; }
  .contract__item_text {
    font-size: 15px; }
  .contract__item .btn {
    font-size: 17px; }
  .routine__item_img--shadow {
    width: auto; }
  .thanks__content .main-right__content {
    top: -20%;
    right: 0; }
  .thanks__content .main-img {
    max-width: 600px; }
  .thanks__content .main-img {
    max-height: auto; } }

@media (min-width: 1240px) {
  .investment--bg {
    max-width: 120%;
    left: -12%; }
  .facts__item, .facts__item:nth-child(even) {
    width: 280px;
    padding: 38px 22px; }
  .facts__list {
    width: calc(100% + 60px);
    margin-left: -30px; } }

@media (min-width: 1360px) {
  .main--img__red-top,
  .shine-img-shine--right,
  .shine-img-shine--left {
    opacity: 1; }
  .main--img__blue {
    opacity: 1;
    max-width: 100%; }
  .investment--bg {
    max-width: 112%;
    left: -8%; }
  .investment__content {
    max-width: 735px; }
  .main--bg {
    width: 100%;
    left: 0; }
  .investment--bg-red {
    opacity: .6;
    top: 65; }
  .routine--bg-shine {
    right: 0; }
  .team {
    margin-bottom: 160px; }
  .tariffs {
    margin: 160px 0; } }

@media (min-width: 1420px) {
  .investment--bg {
    max-width: 100%;
    left: 0; }
  .routine--bg-shine {
    right: 60px; } }

@media (min-width: 1600px) {
  .routine--bg-shine {
    right: 130px; } }

@media (min-width: 1720px) {
  .container--routine {
    padding-top: 200px; }
  .routine--bg-shine {
    right: 200px;
    top: -5%; }
  .question--bg {
    bottom: -40%; } }

@media (min-width: 1800px) {
  .container--routine {
    padding-top: 250px; }
  .routine--bg-shine {
    right: 280px;
    top: 5%; } }

@media (min-width: 1920px) {
  .main {
    z-index: 2; }
  .container--routine {
    padding-top: 360px; }
  .routine--bg-shine {
    top: 10%; }
  .container--projects {
    padding-bottom: 280px; } }

@media (min-width: 2000px) {
  .investment--bg {
    width: 100%;
    margin-top: -12%; }
  .routine--bg-shine {
    right: 18%; }
  .investment--bg-red {
    width: 100%; }
  .projects {
    background-position: right top; } }

@media (min-width: 2200px) {
  .investment--bg {
    margin-top: -14%; }
  .routine--bg-shine {
    right: 22%;
    top: 12%; }
  .team {
    margin-bottom: 200px; }
  .tariffs {
    margin: 200px 0; }
  .contract .img--bg-top {
    top: -40%; } }

@media (min-width: 2400px) {
  .routine--bg-shine {
    right: 24%;
    top: 22%; }
  .container--routine {
    padding-top: 260px; }
  .container--investment {
    padding-top: 320px; }
  .container--projects {
    padding-bottom: 320px; } }

@media (min-width: 2560px) {
  .routine--bg-shine {
    right: 27%;
    top: 36%; }
  .container--investment {
    padding-top: 460px; }
  .container--projects {
    padding-bottom: 360px; } }

/*# sourceMappingURL=maps/main.css.map */


.slider_live {
    margin-bottom: 100px;
	}
	
.slider_live ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider_live .bx-wrapper {
    width: 920px;
    margin: 0 auto;
    position: relative;
    box-shadow: none;
    background: #F5F5F5;
    border: 5px solid #F5F5F5;
}

.slider_live  .bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: fit-content;
  max-height: 500px;
  border-radius: 10px;
}
.slider_live  #bx-pager {
  margin-top: 20px;
  text-align: center;
}
.slider_live  #bx-pager a {margin: 0 3px;}
.slider_live  #bx-pager a img {
  padding: 3px;
  width: 160px;
  height: 100px !important;
    object-fit: cover;
    transition: .4s ease-in-out;
    border-radius: 10px;
	display: inherit;
}
.slider_live  #bx-pager a.active img {border: 1px solid #4079da;}

.bx-prev, .bx-next {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: white;
  color: #666;
  width: 30px;
  height: 80px;
  text-align: center;
  transition: .4s linear;
  z-index: 10;
  cursor: pointer;
}
.slider_live  .bx-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slider_live  .bx-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.slider_live  .bx-prev:before, .bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 80px;
}
.slider_live  .bx-next:before {
	content: "";
}
.slider_live  .bx-prev:before {content: "\f104";}

.slider_live .bx-wrapper .bx-controls-direction a.bx-next {
background: url(../img/prev.png) no-repeat;
    background-color: #fff;
    background-position: 50%;	
}

.slider_live .bx-wrapper .bx-controls-direction a.bx-prev {
background: url(../img/next.png) no-repeat;
    background-color: #fff;
    background-position: 50%;	
}


.slider_live .bx-wrapper .bx-controls-direction a {
    width: 78px;
    height: 78px;
    background-color: #fff;
    border: 1px solid rgba(226, 227, 227, 0.57);
    box-shadow: 0 0 27.6px 1.5px transparent;
    margin-top: -39px;
    border-radius: 39px;
}

.slider_live .bx-wrapper .bx-controls-direction a:hover {
	background-color: #f1de10;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; 
}

.slider_live .bx-wrapper .bx-next {
    right: -44px;
    background-position: -82px -294px;
}

.slider_live .bx-wrapper .bx-prev {
    left: -44px;
    background-position: 30px -294px;
}

@media only screen and (max-width: 1200px){
.slider_live .bx-wrapper .bx-next {
    right: -25px;
}

.slider_live .bx-wrapper .bx-prev {
    left: -25px;
}

}
@media only screen and (max-width: 1000px){
#bx-pager {
	display:none;
}
}


@media only screen and (max-width: 600px){
.slider_live .bx-wrapper .bx-next {
    right: 0px;
}

.slider_live .bx-wrapper .bx-prev {
    left: 0px;
}

.slider_live .bx-wrapper .bx-controls-direction a {
	    opacity: 0.5;
}
}


.slider {
display:table;
margin:0 auto;
max-width:1272px;
}

.slick-active {
height:360px !important;
overflow:hidden;
width:360px;
padding:60px 0;
}

.slick-active * {
height:100% !important;
max-width:none !important;
}

.slick-center {
width:552px !important;
height:385px !important;
padding:0px; 
opacity:1 !important;
padding:0px 0 0 0 !important;
box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
border-radius: 10px;
}

.slick-center iframe {
max-width:none;
width:100%;
height:100% !important;
position:relative;
}

 .slick-track {
padding:50px 0;
}

 .slider .slide {
position:relative;
}

 .slick-slide {
opacity:.7;
position:relative;
}

 .slider .slide iframe {
width:500px;
position:absolute;
top:0px;
left:0px;
bottom:0px;
}

 .slick-center .slide iframe {
width:552px !important;
height:385px !important;
position:relative;
top:auto;
left:auto;
bottom:auto;
}

 .slick-active + .slick-active + .slick-active  iframe {
right:0px;
left:auto;
}





 .slick-dots {
list-style:none;
margin:0px;
padding:0px;
display:flex;
font-size:0px;
line-height:0px;
z-index:6;
justify-content: center;
}

 .slick-dots button {
margin:0px;
padding:0px;
cursor:pointer;
background: #000;
width:14px !important;
height:14px !important;
border-radius:555px;
font-size:0px;
line-height:0px;
border:0px;
}

 .slick-dots li {
margin:0px 0 0 7px;
}

 .slick-dots li.slick-active  {
height:inherit !important;
    overflow: hidden;
    width:inherit !important;
    padding: 0px 0 !important;
}

 .slick-dots li.slick-active button {
border-radius:555px;
background:#ffbb00;
}

 .slick-slide:before {
content:"";
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
z-index:1;
}

 .slick-center:before {
display:none;
}


@media screen and (max-width:1000px) {

 .slick-arrow {
width: 40px;
height: 40px;
font-size:0px;
line-height:0px;
cursor:pointer;
position:absolute;
top:50%;
z-index:9;
margin:-20px 0 0 0;
border:0px;
background-size:contain !important;
display:block;
}


 .slider .slide iframe {
width:100%;
position:relative;
}

 .slick-track {
padding:0px 0;
}

 .slick-active {
padding:20px 0;
}

 .slick-slide {
opacity:1;
}

 .slick-prev {
background:url(7Ei.svg) no-repeat;
transform: rotate(180deg);
left:10px;
}

 .slick-next {
right:10px;
background:url(7Ei.svg) no-repeat;
}

}


#popup__toggle{bottom:7%;right:1%;position:fixed;z-index:999;}
.img-circle{background-color:#fab83e;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #fab83e;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#fab83e;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

/* --------------video dibrov---------------------- */
.page2021__section.video-block {
    /*margin-top: 110px;*/
}

.content-block__container {
    max-width: 1280px;
    margin: 0 auto;
}

.video-block__body {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (max-width: 991px) {
    .video-block__body {
        height: auto;
    }

    .video-block__body {
        margin-top: 66px;
    }
}

/* --------------video dibrov---------------------- */


/* Video Play Button */
.popup-youtube {
    cursor: pointer;
}

.play-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn:hover {
    cursor: pointer;
}

.play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #ffffff45;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #fab83edb;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #fff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* end of video play button */