/*
Theme Name: ABVV_AvenuePro
Theme URI: https://abvv.group/
Author: ABVV Group
Author URI: https://abvv.group/
Description: Develop for Avenue IT School
Version: 1.0
*/

#contacts_images.about_images {
	margin-top: -450px;
	background-image: none;
}
@media screen and (max-width: 1200px) {
	#contacts_images.about_images {
		margin-top: 0px;
	}
	header a[href="#modalOrder"] {
		display: none !important;
	}
}

/* ----- Sprite icons ------------------- */
a.icon {
  text-decoration: none;
  outline: none;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
}

.icon_arrow-left-slider {
  width: 13px;
  height: 25px;
  background-position: -5px -5px;
}

.icon_arrow-right-slider {
  width: 13px;
  height: 25px;
  background-position: -28px -5px;
}

.icon_b-icon1 {
  width: 37px;
  height: 37px;
  background-position: -51px -5px;
}

.icon_b-icon2 {
  width: 41px;
  height: 38px;
  background-position: -98px -5px;
}

.icon_b-icon3 {
  width: 41px;
  height: 41px;
  background-position: -5px -53px;
}

.icon_b-icon4 {
  width: 42px;
  height: 39px;
  background-position: -56px -53px;
}

.icon_b-icon5 {
  width: 41px;
  height: 38px;
  background-position: -108px -53px;
}

.icon_discount {
  width: 109px;
  height: 71px;
  background-position: -56px -102px;
}

.icon_icon-btn {
  width: 26px;
  height: 16px;
  background-position: -149px -5px;
}

.icon_icon-js {
  width: 71px;
  height: 80px;
  background-position: -185px -5px;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

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

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

[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;
}

/* Slider */
/* Navigation */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

.slick-prev:before, .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev {
  left: -15px;
}

.slick-prev:before {
  left: -4px;
  background-image: url(img/arrow-left-slider.png);
}

.slick-next {
  right: -15px;
}

.slick-next:before {
  left: 4px;
  background-image: url(img/arrow-right-slider.png);
}

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

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

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

.slick-slide {
  outline: none;
}

/* DOTS */
.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -30px;
}

.slick-dots li {
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 6px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  outline: none;
  display: inline-block;
  position: relative;
  background-color: #ebebeb;
  width: 12;
  height: 12;
}

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

.slick-dots li button:before {
  content: ' ';
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
}

.slick-dots li.slick-active button {
  background-color: #ccc;
}

/* ----- END Slick slider --------------- */
/*                                        */
/*                                        */
/* ----- Friday ------------------- */
.onscroll.header-black {
  background: #111723;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header #open_menu {
    margin-left: 25px;
  }
  header .phone {
    margin-left: 25px;
  }
  header .open_callback {
    margin-left: 25px;
    margin-right: 0;
  }
  header .btn_orange_transp span {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .btn_sm.btn_min-width {
    min-width: 120px;
  }
  /* end media min width 768 pixels */
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  border-radius: 22px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #ededed;
  background-color: #ce8a00;
  background-image: linear-gradient(to bottom, #ce8a00 0%, #a24f0b 100%);
  font-size: 20px;
  line-height: 24px;
  padding: 10px 30px;
  letter-spacing: 0.5px;
}

.btn_min-width {
  min-width: 217px;
  float: right;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #9b6800;
  background-image: linear-gradient(to top, #9b6800 0%, #d2660e 100%);
}

.btn_border {
  border: 1px solid #ffab00;
  color: #fff;
  line-height: 22px;
  background: transparent;
}

.btn_border:hover {
  color: #fff;
  background-color: #ffab00;
  background-image: linear-gradient(to right, #ffab00 0%, #ff7300 100%);
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: #ff7300;
}

.btn_second-st {
  background-image: linear-gradient(to right, #ffab00 0%, #ff7300 100%);
}

.btn_second-st:hover {
  background-image: linear-gradient(to top, #cc8900 0%, #ff8f33 100%);
}

.btn_sm {
  padding: 9px 25px;
  border-radius: 21px;
}

.btn_sm.btn_min-width {
  min-width: 173px;
}

.btn_md {
  padding: 15px 30px;
  font-size: 24px;
  border-radius: 28px;
}

.btn_md_sm {
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 24px;
}

.btn__icon-text {
  display: inline-block;
  vertical-align: middle;
}

.btn__icon {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.btn__icon_right {
  margin-left: 5px;
}

.btn__icon_left {
  margin-right: 5px;
}

.btn_icon:hover .icon_icon-btn {
  background-image: url(img/icon-btn-hover.png);
  background-position: 0px 0px;
}

.main-banner {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  *background: #13141f url(img/bg-friday.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.main-banner img {
  max-width: 100%;
}

.main-banner .subsubtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.main-banner-inner {
  padding-top: 100px;
  padding-bottom: 10px;
  padding-bottom: 50px;
}

.main-banner-inner__content {
  text-align: center;
}

.main-banner-tt__subtxt {
  font-size: 20px;
}

.main-banner-tt__subtxt b {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1.02px;
}

.main-banner-tt__subtxt strong {
  font-weight: 800;
}

.main-banner-tt__subtxt .b-txt-light {
  font-size: 18px;
  background-image: linear-gradient(to bottom, #fff 0%, #b4b4b4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

.title-site_friday {
  font-family: 'Humanist 521 Bold BT', arial;
  color: #d1c9d9;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 3.68px;
}

.main-banner__tt-site {
  background-image: linear-gradient(to bottom, #fff 0%, #b4b4b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.1px;
  margin-bottom: 40px;
}

.col-danger {
  background-image: linear-gradient(to bottom, #b53434 0%, #700000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b53434;
  background-clip: text;
}

.main-banner-tt {
  color: #fff;
  margin-bottom: 40px;
}

.main-banner-tt .title-site, .main-banner-tt h1, .main-banner-tt h2, .main-banner-tt h3, .main-banner-tt h4, .main-banner-tt h5 {
  color: #fff;
  margin-bottom: 10px;
}

.main-banner-slider-wrapp {
  margin-top: 50px;
}

.main-banner-slider-tt {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

a.banner-card:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(1, 12, 45, 0.8);
}

.banner-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(1, 12, 45, 0.4);
  padding: 12px 20px 16px;
  text-align: left;
  text-decoration: none;
  outline: none;
  transition: ease-in-out 0.2s;
  color: #fff;
}

.banner-card .banner-card-grid:last-child {
  margin-top: auto;
}

.banner-card:hover {
  color: #fff;
  text-decoration: none;
}

.banner-card-img {
  max-width: 71px;
  margin-right: 16px;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.banner-card-content {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 10px;
}

.banner-card-content__name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  margin-bottom: 6px;
}

.banner-card-content__txt {
  color: #fff;
  font-size: 14px;
  line-height: 23.98px;
  letter-spacing: 0.35px;
  margin-top: auto;
}

.banner-card-grid {
  display: flex;
  justify-content: space-between;
}

.banner-card-data {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.45px;
}

.main-banner .container {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.main-banner__timer {
  margin-bottom: 30px;
}

.main-banner .slick-track {
  display: flex;
}

.main-banner-slider-item .banner-card {
  height: 100%;
}

.main-banner-slider-item.slick-slide {
  float: none;
  flex-shrink: 0;
  height: auto;
}

.bg__discount {
  background: url(img/discount.png) center center no-repeat;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 109px;
  height: 71px;
  line-height: 71px;
  color: #ededed;
  font-size: 33px;
  font-weight: 800;
  text-align: right;
  transform: rotate(45deg);
  padding-right: 15px;
}

.main-banner-about {
  text-align: left;
}

.main-banner-about .text {
  margin-bottom: 40px;
}

.b-tt {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.9px;
  margin-bottom: 30px;
}

.b-tt b {
  font-weight: bold;
}

.b-tt__lg {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1.2px;
}

.b-tt__block {
  display: block;
  letter-spacing: 0.9px;
}

.b-center-snatch-tt {
  background-image: linear-gradient(to bottom, #b53434 0%, #700000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #d1c9d9;
  font-family: 'Humanist 521 Bold BT', arial;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2.9px;
}

.discount-bl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.discount-bl__tt {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}

.discount-bl__txt {
  color: #fafafa;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.35px;
}

.discount-bl__icon {
  background: url(img/discount.png) center center no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 80px;
  height: 50px;
  line-height: 50px;
  color: #ededed;
  font-size: 20px;
  font-weight: 800;
  text-align: right;
  padding-right: 15px;
  margin-right: 10px;
}

.discount-bl__content {
  flex-grow: 1;
}

.cl-fire {
  color: #f6c778;
}

.btns-bl {
  margin-bottom: 40px;
}

.btns-bl__box {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.banner-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.banner-icon {
  flex: 0 0 50%;
  margin-bottom: 25px;
}

.banner-icon__content {
  padding: 20px 10px 5px;
}

.banner-icon__icon {
  min-height: 41px;
  line-height: 41px;
  text-align: center;
}

.banner-icon__name {
  color: #fff;
  line-height: 26px;
  color: #f3c57a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.46px;
  margin-bottom: 5px;
}

.banner-icon__name_sm {
  font-size: 16px;
}

.banner-icon__txt {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.39px;
  font-weight: 400;
}

.main-banner-about__img {
  max-width: 400px;
  margin: 0 auto 40px;
}

.main-banner .text {
  overflow: hidden;
}

.main-banner .text p {
  color: #fafafa;
  font-size: 12px;
  letter-spacing: 0.35px;
  line-height: 18px;
}

.main-banner .text b {
  color: #fece73;
  font-size: 16px;
  font-weight: 500;
}

/* Min width 640 pixels */
@media only screen and (min-width: 640px) {
  .btns-bl__box {
    margin-right: 20px;
  }
  .banner-icon {
    flex: 0 0 33.3%;
    margin-bottom: 25px;
  }
  /* end media min width 640 pixels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .main-banner .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .main-banner .text b {
    font-size: 18px;
  }
  .main-banner-about .text {
    margin-bottom: 50px;
  }
  .title-site_friday {
    font-size: 76px;
  }
  .main-banner__tt-site {
    font-size: 44px;
    line-height: 60px;
  }
  .main-banner-slider-item {
    margin: 0 15px;
  }
  .main-banner-inner {
    padding-top: 200px;
    padding-bottom: 90px;
  }
  .main-banner-tt__subtxt {
    font-size: 48px;
  }
  .main-banner-tt__subtxt .b-txt-light {
    font-size: 42px;
  }
  .main-banner-tt .title-site, .main-banner-tt h1, .main-banner-tt h2, .main-banner-tt h3, .main-banner-tt h4, .main-banner-tt h5 {
    margin-bottom: 19px;
  }
  .main-banner-tt {
    margin-bottom: 65px;
  }
  .main-banner__timer {
    margin-bottom: 47px;
  }
  .main-banner-slider-wrapp {
    margin-top: 68px;
  }
  .b-tt {
    font-size: 36px;
    line-height: 44px;
  }
  .b-tt__lg {
    font-size: 48px;
  }
  .b-center-snatch-tt {
    font-size: 60px;
    line-height: 51.1px;
  }
  .discount-bl__icon {
    width: 109px;
    height: 71px;
    line-height: 71px;
    font-size: 33px;
  }
  .discount-bl__tt {
    font-size: 24px;
    line-height: 26px;
  }
  .discount-bl__txt {
    font-size: 14px;
    line-height: 18px;
  }
  .banner-icon {
    flex: 0 0 20%;
    margin-bottom: 25px;
  }
  .main-banner-about_wrapp-tt {
    position: relative;
  }
  .main-banner-about_wrapp-tt .b-tt {
    max-width: 400px;
  }
  .main-banner-about_wrapp-tt .b-center-snatch-tt {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 300px;
    text-align: right;
  }
  .banner-icon:last-child .banner-icon__content:after {
    display: none;
  }
  .banner-icon__content {
    position: relative;
  }
  .banner-icon__content:after {
    content: ' ';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 40px;
    background-color: #c3e9fc;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .banner-icon__name {
    line-height: 26px;
    font-size: 24px;
  }
  .banner-icon__name_sm {
    font-size: 18px;
  }
  .banner-icon__txt {
    font-size: 18px;
    line-height: 20px;
  }
  .main-banner-about {
    margin-right: 400px;
  }
  .main-banner-about_wrapp-tt {
    position: relative;
  }
  .main-banner-about_wrapp-tt .b-tt {
    max-width: 400px;
  }
  .main-banner-about_wrapp-tt .b-center-snatch-tt {
    right: auto;
    left: 100%;
    margin-left: -100px;
    text-align: left;
    max-width: 300px;
    line-height: 60px;
  }
  .main-banner-about__img {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    text-align: right;
    padding-left: 40px;
  }
  .btns-bl__box .btn_md {
    min-width: 280px;
  }
  /* end media min width 1000 pixels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  .main-banner .slick-prev {
    left: -40px;
  }
  .main-banner .slick-next {
    right: -40px;
  }
  .main-banner__tt-site {
    margin-bottom: 100px;
  }
  .main-banner-slider-item {
    margin: 0 17px;
  }
  .main-banner-slider-wrapp {
    padding: 0 60px;
  }
  .bg__discount {
    bottom: -5px;
    right: 10px;
    transform: rotate(27deg);
  }
  .main-banner-about {
    margin-right: 600px;
  }
  .main-banner-about__img {
    width: 600px;
    max-width: none;
  }
  .main-banner_about {
    background-image: url(img/banner-bg.png), url(img/bg-friday.jpg);
    background-repeat: no-repeat;
    background-position: right bottom 150px, center center;
    background-size: 100% 460px, cover;
  }
  .main-banner_about .main-banner-inner {
    padding-top: 170px;
    padding-bottom: 30px;
  }
  .main-banner-about_wrapp-tt .b-center-snatch-tt {
    margin-left: -116px;
    top: -16px;
  }
  .b-tt {
    margin-bottom: 36px;
  }
  .discount-bl__icon {
    margin-right: 17px;
  }
  .discount-bl {
    margin-bottom: 50px;
  }
  .main-banner-about .btns-bl {
    width: 630px;
  }
  .btns-bl__box {
    margin-right: 50px;
  }
  .btns-bl__box:last-child {
    margin-right: 0;
  }
  .banner-icons {
    margin-top: 70px;
  }
  .banner-icon {
    flex: 0 0 160px;
  }
  .banner-icon_lg {
    flex: 0 0 210px;
  }
  /* end media min width 1200 pixels */
}

/* Min width 1330 pixels */
@media only screen and (min-width: 1330px) {
  .main-banner-about__img {
    width: 680px;
  }
  /* end media min width 1330 pixels */
}

/* Min width 1440 pixels */
@media only screen and (min-width: 1440px) {
  .main-banner-about__img {
    width: 740px;
  }
  /* end media min width 1440 pixels */
}

/* Min width 1600 pixels */
@media only screen and (min-width: 1600px) {
  .main-banner-about__img {
    width: 820px;
    padding-left: 0;
  }
  /* end media min width 1600 pixels */
}

.timer-element > [id*='timer-number-'] {
  font: normal 700 24px/1 'Roboto', Arial, sans-serif !important;
  padding: 7px 10px;
  background-color: rgba(1, 12, 45, 0.4);
  border: 1px solid rgba(198, 128, 2, 0.4);
  border-radius: 2px;
  color: #fff !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.9px;
}

.timer-element [id*='timer-text-'] {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.46px;
  text-transform: capitalize;
  font-family: 'Roboto', Arial, sans-serif !important;
}

#timer9a487f4beacc274dcbfe28b360d54254 {
  min-width: 100px !important;
  width: 100%;
  max-width: 100%;
}

.timer-separator {
  color: #fff !important;
  padding: 0px 5px !important;
  font-size: 37px !important;
}

#course_package .package_items .item_wrap .item .price {
  position: relative;
}

.price__discount {
  position: absolute;
  top: -15px;
  right: 0;
  transform: rotate(30deg);
  color: #ededed;
  font-size: 20px;
  font-weight: 800;
  width: 80px;
  height: 60px;
  line-height: 58px;
  font-style: normal;
  text-align: center;
  background: url(img/discount2.png) center center no-repeat;
  background-size: contain;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .timer-element > [id*='timer-number-'] {
    font-size: 36px !important;
    min-width: 55px;
    text-align: center;
  }
  .timer-element [id*='timer-text-'] {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0.9px;
  }
  .timer-separator {
    padding: 0px 15px !important;
    font-size: 48px !important;
  }
  /* end media min width 768 pixels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  .price__discount {
    transform: rotate(30deg);
    font-size: 28px;
    width: 117px;
    height: 78px;
    line-height: 75px;
    padding-left: 10px;
    right: 3px;
  }
  /* end media min width 1200 pixels */
}

/* ----- END Friday --------------- */
/* ----- Vacancies ------------------- */
#events_top.section-vacancies-banner {
  background-image: url(svgs/bg_courses_top_left.svg), url(svgs/bg_courses_top_right2.svg), url(svgs/bg-banner-main.svg);
}

#events_top.section-vacancies-banner .container {
  height: auto;
}

.section-vacancies.vacancy_list:before {
  display: none;
}

#events_top {
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
}

.section-vacancies.vacancy_list {
  padding-top: 40px;
}

.button_vacancy {
  width: 100%;
}

.button_vacancy:hover {
  color: #fff;
}

.button_vacancy:hover span {
  color: #fff;
  background: none;
}

.button_vacancy:hover span i {
  border-color: #fff;
}

.vacancy_wrap .vacancy_item .company_link {
  padding: 15px 30px;
}

.vacancy_wrap .vacancy_item .company_logo {
  min-height: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  line-height: 1;
}

.vacancy_wrap .vacancy_item .company_logo img {
  max-height: 100px;
}

.vacancy_wrap .vacancy_item .company_list ul li {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}

.footer {
  background: url(svgs/footer-bg-main.svg) center top no-repeat;
  background-size: cover;
}

.main-banner-about .text {
	max-height: 240px;
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
  .vacancy_wrap {
    display: flex;
    justify-content: flex-start;
    margin-left: -1%;
    margin-right: -1%;
    width: auto;
  }
  .vacancy_wrap .vacancy_item {
    margin-left: 1%;
    margin-right: 1%;
    flex: 0 0 48%;
  }
  .vacancy_wrap .vacancy_item .company_logo {
    min-height: 10px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    height: 136px;
    line-height: 136px;
  }
  .vacancy_wrap .vacancy_item .company_logo img {
    max-height: 136px;
  }
  /* end media min width 480 pixels */
}

/* max width 767 pixels */
@media only screen and (max-width: 767px) {
  #events_top.section-vacancies-banner {
    background-image: url(svgs/bg-banner-main.svg);
    background-position: center top;
    background-size: cover;
  }
  header .btn.btn_min-width.btn_border {
	  display: none;
  }
  /* end media max width 767 pixels */
}

/* max width 1200 pixels */
@media only screen and (max-width: 1200px) {
  #events_top.section-vacancies-banner {
    padding-bottom: 80px;
  }
  #events_top.section-vacancies-banner h1 {
    margin-bottom: 30px;
  }
  #events_top.section-vacancies-banner .right_column {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    height: 210px;
    width: auto;
    max-width: 100%;
  }
  /* end media max width 1200 pixels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  #events_top.section-vacancies-banner {
    padding-bottom: 0;
    background-position: -670px 160px, left 62vw top 90px,center bottom;
  }
  #events_top.section-vacancies-banner .subtitle {
    margin-right: 0;
    max-width: none;
  }
  #events_top.section-vacancies-banner .left_column {
    margin-right: 400px;
    width: auto;
    padding-bottom: 120px;
  }
  #events_top.section-vacancies-banner .right_column {
    position: absolute;
    top: 50%;
    height: 80%;
    transform: translateY(-50%);
    right: 0;
    width: 380px;
  }
  #events_top.section-vacancies-banner .subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .vacancy_wrap {
    width: auto;
  }
  .vacancy_wrap .vacancy_item {
    flex: 0 0 23%;
    margin-bottom: 20px;
  }
  .vacancy_wrap .vacancy_item .company_logo {
    min-height: 10px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    height: 136px;
    line-height: 136px;
  }
  .vacancy_wrap .vacancy_item .company_logo img {
    max-height: 136px;
  }
  .section-vacancies.vacancy_list {
    padding-top: 60px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  #events_top.section-vacancies-banner {
    background-position: -300px 189px, left 61vw top 210px,center bottom;
  }
  #events_top.section-vacancies-banner .left_column {
    padding: 172px 0 100px 63px;
    min-height: 640px;
    margin-right: 530px;
    font-weight: 400;
  }
  #events_top.section-vacancies-banner .right_column {
    width: 530px;
    top: 54%;
  }
  #events_top.section-vacancies-banner h1 {
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 1.5px;
    color: #fed480;
    margin-bottom: 16px;
  }
  #events_top.section-vacancies-banner .subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }
  .vacancy_wrap .vacancy_item .company_link {
    padding-left: 30px;
    padding-right: 30px;
  }
  .button_vacancy {
    height: 52px;
    border-radius: 26px;
  }
  .button_vacancy span {
    height: 48px;
    border-radius: 26px;
    line-height: 48px;
    font-size: 22px;
  }
  .vacancy_wrap .vacancy_item .company_list ul li {
    color: #181818;
    font-size: 20px;
    line-height: 24px;
    padding: 29px 15px;
  }
  .vacancy_wrap .vacancy_item .company_link {
    padding: 30px;
  }
  .vacancy_wrap .vacancy_item {
    margin-bottom: 50px;
  }
  footer .map_wrap {
    margin-bottom: 75px;
  }
  .section-vacancies.vacancy_list {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .footer .container {
    padding-top: 110px;
  }
  #form_gotoit.section-wrapp-form {
    margin-bottom: 45px;
  }
  /* end media min width 1200 pixels */
}

/* Min width 1900 pixels */
@media only screen and (min-width: 1900px) {
  #events_top.section-vacancies-banner {
    background-position: -30px 189px, left 62vw top 210px,center bottom;
  }
  /* end media min width 1900 pixels */
}

/* ----- END Vacancies --------------- */
/*                                  */
/*                                  */


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

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

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

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

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

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

@keyframes select-anim {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.form-st__txt {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  min-width: 100px;
  max-width: 270px;
  width: 100%;
  flex-shrink: 0;
  background: transparent;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #ffa900;
}

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

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 12px;
  line-height: 36px;
  margin: 0 35px 0 15px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  text-align: center;
  width: 26px;
  line-height: 40px;
}

.jcf-select .jcf-select-opener:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-image: linear-gradient(to right, #ffab00 0%, #ff7300 100%);
  margin-left: -8px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}

.jcf-select .jcf-select-opener:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-image: linear-gradient(to left, #ffab00 0%, #ff7300 100%);
  margin-left: -2px;
  transform: rotate(-45deg);
}

.jcf-drop-active {
  border-radius: 10px 10px 0 0;
}

.jcf-drop-active .jcf-select-opener:before {
  margin-left: -2px;
}

.jcf-drop-active .jcf-select-opener:after {
  margin-left: -8px;
}

.jcf-drop-flipped.jcf-select {
  border-radius: 0 0 10px 10px;
}

.jcf-drop-flipped.jcf-select .jcf-select-opener:before {
  margin-left: -8px;
}

.jcf-drop-flipped.jcf-select .jcf-select-opener:after {
  margin-left: -2px;
}

.jcf-drop-flipped.jcf-select-drop {
  border-radius: 10px 10px 0 0;
  transform-origin: bottom center;
}

.jcf-drop-flipped.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #ffa900;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.jcf-select-drop {
  transition: ease 0.3s;
  transform-origin: top center;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #ffa900;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

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

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

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

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

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 15px;
  color: #000;
  min-height: 14px;
  height: 1%;
}

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

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

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

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

.jcf-select-color .jcf-select-text .jcf-option-color {
  font-weight: bold;
}

.jcf-select-text .jcf-option-red, .jcf-list .jcf-option-red {
  color: #d00;
}

.jcf-select-text .jcf-option-green, .jcf-list .jcf-option-green {
  color: #0d0;
}

.jcf-select-text .jcf-option-blue, .jcf-list .jcf-option-blue {
  color: #00d;
}

.jcf-select-drop .jcf-option-hideme {
  display: none;
}

.jcf-select.jcf-select-present {
  line-height: 48px;
  height: 48px;
  background: #fff;
}

.jcf-select.jcf-select-present .jcf-select-text img {
  vertical-align: top;
  width: 32px;
  height: auto;
  margin: 7px 5px 0 0;
}

.jcf-select-present .jcf-select-text {
  line-height: 48px;
}

.jcf-select-present .jcf-list {
  font-style: italic;
  line-height: 48px;
}

.jcf-select-present .jcf-list img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.jcf-select {
  min-width: 100%;
  display: block;
}

.jcf-select .jcf-select-text {
  font-size: 14px;
}

.field input {
  font-size: 14px;
}

.field_btn-min-width input {
  min-width: 268px;
  transition: 0s;
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
  .jcf-select {
    min-width: 100%;
    display: block;
  }
  .jcf-select .jcf-select-text {
    font-size: 16px;
  }
  .field input {
    font-size: 16px;
  }
  /* end media min width 480 pixels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .jcf-select {
    height: 56px;
  }
  .jcf-select .jcf-select-text {
    line-height: 52px;
    margin-left: 20px;
    font-size: 20px;
  }
  .field input {
    font-size: 20px;
  }
  .jcf-select .jcf-select-opener {
    width: 46px;
  }
  .jcf-list {
    font-size: 16px;
    line-height: 20px;
  }
  /* end media min width 768 pixels */
}

/*__________end_J_C_F_______________________*/
/*_________________F A N C Y_______________________*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000;
  opacity: 0.90;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current {
  display: block;
}

.fancybox-slide--next {
  display: block;
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
  color: #ccc;
}

.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button[disabled] {
  color: #888;
  cursor: default;
}

.fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2), .fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.st-modal {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: none;
  padding: 50px 10px 30px;
  position: relative;
}

.st-modal .title-site, .st-modal h1, .st-modal h2, .st-modal h3 {
  font-size: 26px;
  text-align: center;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .fancybox-close-small {
    padding: 0;
    color: #fff;
    width: 40px;
    height: 40px;
  }
  .st-modal {
    padding: 50px 40px 30px;
  }
  /* end media min width 768 pixels */
}

.fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--zoom, .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

/*_____________end F A N C Y_______________________*/
/* ----- Slick slider ------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

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

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

[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;
}

/* Slider */
/* ----- END Slick slider --------------- */
/*                                        */
/*                                        */
/* ----- Modal ------------------- */
.main-modal {
  line-height: 16px;
  font-size: 12px;
}

.main-modal .title-site, .main-modal h1, .main-modal h2, .main-modal h3, .main-modal h4, .main-modal h5, .main-modal h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.2;
  letter-spacing: 0.75px;
}

.main-modal .title-site_h1, .main-modal h1 {
  font-size: 26px;
}

.main-modal .title-site_h2, .main-modal h2 {
  font-size: 24px;
}

.main-modal .title-site_h3, .main-modal h3 {
  font-size: 22px;
}

.main-modal .title-site_h4, .main-modal h4 {
  font-size: 18px;
}

.main-modal .title-site_h5, .main-modal h5 {
  font-size: 17px;
}

.main-modal .title-site_h6, .main-modal h6 {
  font-size: 16px;
}

.main-modal .text_center {
  text-align: center;
}

.morphing-content {
  display: none;
}

.modal-full {
  min-height: 100%;
  width: 100%;
  display: none;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: normal;
  animation-name: push-modal;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.modal-full img {
  max-width: 100%;
}

.modal-full .container {
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: static;
}

.modal-full .w-box {
  height: 100%;
}

.modal-full .w-box-grid {
  min-height: 100%;
}

.modal-full .w-box > .container {
  height: 100%;
}

@keyframes push-modal {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.fancybox-is-modal .fancybox-bg {
  background: none;
}

.fancybox-is-modal .fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}

.fancybox-is-modal .fancybox-close-small, .fancybox-is-modal .fancybox-button--close {
  background: none;
}

.fancybox-is-modal .fancybox-close-small svg, .fancybox-is-modal .fancybox-button--close svg {
  display: none;
}

.fancybox-is-modal .fancybox-button--close:before, .fancybox-is-modal .fancybox-button--close:after, .fancybox-is-modal .fancybox-close-small:before, .fancybox-is-modal .fancybox-close-small:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  border-radius: 3px;
  transform: rotate(45deg);
  height: 3px;
  width: 30px;
  background-color: #ffab00;
  background-image: linear-gradient(to bottom, #ffab00 0%, #ff7300 100%);
}

.fancybox-is-modal .fancybox-button--close:before, .fancybox-is-modal .fancybox-close-small:before {
  animation-name: rotate-close-btn1;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}

.fancybox-is-modal .fancybox-button--close:after, .fancybox-is-modal .fancybox-close-small:after {
  transform: rotate(-45deg);
  animation-name: rotate-close-btn2;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}

@keyframes rotate-close-btn1 {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg);
    opacity: 1;
  }
}

@keyframes rotate-close-btn2 {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  100% {
    transform: rotate(-45deg);
    opacity: 1;
  }
}

.cap-modal {
  text-align: center;
  margin-bottom: 35px;
}

.cap-modal .title-site, .cap-modal h1, .cap-modal h2, .cap-modal h3 {
  margin-bottom: 25px;
}

.hidden {
  display: none;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-slide--html .modal-full {
  margin-bottom: 0;
}

.fancybox-slide--html.fancybox-slide::before {
  margin-right: 0;
}

.w-aside__tt {
  color: #fcd69f;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}

.w-aside__txt {
  color: #fffffe;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.45px;
  margin-bottom: 30px;
}

.w-aside__icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.w-aside {
  padding: 50px 15px 20px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #5c3db2;
  background-image: -webkit-linear-gradient(top right, #5c3db2 0%, #5c3db2 10%, #13429a 100%);
  background-image: -o-linear-gradient(top right, #5c3db2 0%, #5c3db2 10%, #13429a 100%);
  background-image: linear-gradient(to bottom left, #5c3db2 0%, #5c3db2 10%, #13429a 100%);
  text-align: center;
}

.w-aside__back-link a {
  color: #fefefe;
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  letter-spacing: 0.4px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  position: relative;
  padding-right: 38px;
}

.w-aside__back-link a:hover {
  color: #d8d8d8;
  text-decoration: none;
}

.w-aside__back-link a:hover:after {
  right: -5px;
}

.w-aside__back-link a:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  background: url(img/arrow-right-modal.png) center center no-repeat;
  width: 26px;
  height: 11px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  transition: 0.2s;
}

.content-modal {
  padding: 40px 0;
}

.carousel-brand-item__bl {
  height: 74px;
  line-height: 54px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  outline: none;
  padding: 10px;
  display: block;
}

.carousel-brand-item__bl > img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.carousel-brand .slick-dots {
  display: block;
  position: static;
  background-color: transparent;
  line-height: 1px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.carousel-brand .slick-dots li {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 6px;
}

.carousel-brand .slick-dots li.slick-active button {
  background-color: #6c49d1;
  background-image: linear-gradient(-225deg, #6c49d1 0%, #6c49d1 10%, #0c55e0 100%);
}

.carousel-brand .slick-dots li button {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  background-color: #b8b8b8;
  outline: none;
}

.carousel-brand .slick-dots li button:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.carousel-brand-wrapp {
  margin-bottom: 40px;
}

.modal-card {
  display: block;
  outline: none;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(32, 94, 171, 0.12);
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  transition: 0.2s;
}

.modal-cards {
  margin-bottom: 40px;
}

.modal-card__content {
  flex-grow: 1;
  padding-right: 10px;
}

.modal-card:hover {
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(32, 94, 171, 0.2);
}

.modal-card__tt {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4px;
  margin-bottom: 7px;
}

.modal-card__time {
  color: #4d77ff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.35px;
}

.modal-card-price {
  flex-shrink: 0;
  text-align: center;
}

.modal-card-price__value {
  color: #181818;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
}

.modal-card-price__name {
  font-weight: 300;
  color: #181818;
  font-size: 10px;
  line-height: 16px;
}

.modal-pact {
  box-shadow: 0 2px 29px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: top;
  transition: 0.2s;
}

a.modal-pact:hover {
  box-shadow: 0 2px 19px 2px rgba(0, 0, 0, 0.3);
}

.box-modal-why {
  margin-bottom: 35px;
}

.modal-why__icon {
  display: none;
}

.modal-why__list {
  color: #282828;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.45px;
  line-height: 14px;
}

.modal-why__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-why__list ul li {
  padding: 0;
  margin: 8px 0;
  position: relative;
  padding-left: 20px;
}

.modal-why__list ul li:before {
  content: ' ';
  width: 8px;
  height: 8px;
  background-image: linear-gradient(to top, #85d0fa 0%, #a3bafe 100%);
  background-color: #85d0fa;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.carousel-brand.slick-slider .slick-list {
  margin-bottom: 15px;
}

.modal-card-box {
  margin-bottom: 10px;
  text-align: right;
}

.modal-card-box__description {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  border-radius: 0 0 5px 5px;
  padding: 5px;
  background-color: #c53939;
  color: #fefefe;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.25px;
  display: inline-block;
  position: relative;
}

.modal-card-box__description:before {
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-bottom: 10px solid #c53939;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.modal-card-box .modal-card {
  margin-bottom: 0;
  text-align: left;
  border-bottom-right-radius: 0px;
}

.modal-card-box__description_second.modal-card-box__description {
  background-image: linear-gradient(-209deg, rgba(255, 196, 37, 0.5) 0%, rgba(201, 86, 24, 0.5) 100%);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}

.modal-card-list-item {
  margin-bottom: 27px;
}

.modal-card-bl__tt .title-site, .modal-card-bl__tt h1, .modal-card-bl__tt h2, .modal-card-bl__tt h3, .modal-card-bl__tt h4, .modal-card-bl__tt h5, .modal-card-bl__tt h6 {
  position: relative;
  display: inline-block;
  padding-left: 44px;
  margin-bottom: 12px;
}

.modal-card-bl__tt .title-site:before, .modal-card-bl__tt h1:before, .modal-card-bl__tt h2:before, .modal-card-bl__tt h3:before, .modal-card-bl__tt h4:before, .modal-card-bl__tt h5:before, .modal-card-bl__tt h6:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 7px;
  margin-top: -4px;
  background-size: contain;
  background: url(img/title-dots-modal.svg) left center no-repeat;
}

.ff-bold {
  font-weight: bold;
}

.main-menu {
  padding: 0;
  margin: 0;
}

.main-menu__item {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #161616;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  margin: 10px 0;
  text-align: right;
}

.main-menu__item a {
  color: #161616;
  text-decoration: none;
  outline: none;
}

.main-menu__item a:hover {
  color: #ffab00;
  background-image: linear-gradient(to bottom, #ffab00 0%, #ff7300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
}

.main-menu__item_active a {
  color: #ffab00;
  background-image: linear-gradient(to bottom, #cc8900 0%, #cc5c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  cursor: default;
}

.main-menu__item_active a:hover {
  background-image: linear-gradient(to bottom, #cc8900 0%, #cc5c00 100%);
}

.main-menu__item_big {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.main-menu__item_big_sm {
  color: #161616;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.main-menu__item_big_very-sm {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.main-menu__item_md {
  font-weight: 700;
}

.main-navigation-btn {
  margin-top: 30px;
}

.main-navigation-social {
  margin-top: 30px;
}

.w-box-grid__aside_mob-hidden {
  display: none;
}

.btn_border_dark-txt {
  color: #161616;
}

.btn_min-width {
  float: none;
}

header .btn_min-width {
  float: right;
}

.main-social {
  margin-left: -10px;
  margin-right: -10px;
}

.main-social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.main-social li a {
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.main-social li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.main-navigation-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.content-modal_menu {
  padding: 0;
}

.content-modal_menu .main-navigation-box {
  padding: 30px 20px;
}

.w-aside__txt-preview {
  background-image: linear-gradient(-225deg, #786be8 0%, #5250d2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  color: #8172f1;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.w-aside__txt-preview i {
  font-style: normal;
  font-size: 46px;
  letter-spacing: 1.15px;
}

.content-modal_bg-second.content-modal {
  position: relative;
  z-index: 1;
}

.content-modal_bg-second.content-modal:before {
  display: none;
}

.content-modal_bg-second.content-modal:after {
  background: url(img/modal-bg-menu.jpg) right top no-repeat;
  background-size: cover;
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  width: auto;
  height: auto;
  z-index: -1;
  animation: none;
}

.content-modal_order .main-navigation-box {
  padding-left: 0;
}

.checked-list li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.45px;
  margin: 5px 0;
}

.checked-list li:before {
  content: ' ';
  position: absolute;
  top: -4px;
  left: 0;
  width: 29px;
  height: 28px;
  background: url(img/checkbox-modal.png) center center no-repeat;
}

.w-aside__icon_plane {
  max-width: 100px;
  margin-left: auto;
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
  .modal-cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
  }
  .modal-cards .modal-card {
    margin-left: 1%;
    margin-right: 1%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .modal-card-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .modal-card-box .modal-card {
    border-bottom-right-radius: 5px;
    flex-grow: 1;
  }
  .modal-card-box__description {
    flex: 0 0 100px;
    max-width: 100px;
    border-radius: 0 5px 5px 0;
    padding: 4px 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22), inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
  }
  .modal-card-box__description:before {
    display: none;
  }
  .modal-card-list-item > .modal-card {
    margin-right: 100px;
  }
  /* end media min width 480 pixels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .modal-why__icon {
    display: block;
  }
  .modal-why__list {
    font-size: 18px;
    line-height: 24px;
  }
  .modal-cards {
    margin-left: 0;
    margin-right: 0;
    max-width: 690px;
    margin: 40px auto 40px;
  }
  .w-aside__tt {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .w-aside__txt {
    font-size: 18px;
    line-height: 24px;
  }
  .w-aside__txt_sm {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
  }
  .main-modal {
    line-height: 20px;
    font-size: 14px;
  }
  .main-modal .title-site_h1, .main-modal h1 {
    font-size: 30px;
  }
  .main-modal .title-site_h2, .main-modal h2 {
    font-size: 26px;
  }
  .main-modal .title-site_h3, .main-modal h3 {
    font-size: 24px;
  }
  .main-modal .title-site_h4, .main-modal h4 {
    font-size: 20px;
  }
  .main-modal .title-site_h5, .main-modal h5 {
    font-size: 18px;
  }
  .main-modal .title-site_h6, .main-modal h6 {
    font-size: 16px;
  }
  .modal-card__tt {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .modal-card__time {
    font-size: 14px;
  }
  .modal-card-price__value {
    line-height: 16px;
    font-size: 14px;
  }
  .modal-card-price__name {
    font-size: 12px;
    line-height: 16px;
  }
  .modal-card_sm .modal-card__tt {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .modal-card_sm .modal-card__time {
    font-size: 12px;
  }
  .modal-why {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .modal-why__icon {
    flex-shrink: 0;
    width: 200px;
    margin-right: 10px;
  }
  .modal-why__list {
    flex-grow: 1;
  }
  .cap-modal p {
    font-size: 16px;
    line-height: 24px;
  }
  .modal-card {
    padding: 8px 14px;
    min-height: 65px;
    margin-bottom: 15px;
  }
  .modal-card_sm {
    min-height: 41px;
    padding: 4px 14px;
    margin-bottom: 10px;
  }
  .w-aside__tt_md-size {
    font-size: 36px;
    line-height: 1.2;
  }
  .w-aside__tt_md-push {
    margin-bottom: 40px;
  }
  .modal-card-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .modal-card-list__col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-menu__item {
    font-size: 24px;
  }
  .main-menu__item_big {
    font-size: 48px;
  }
  .main-menu__item_big_sm {
    font-size: 40px;
  }
  .main-menu__item_big_very-sm {
    font-size: 36px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .content-modal_menu .main-navigation-box {
    padding: 30px 20px;
  }
  .main-modal {
    line-height: 24px;
    font-size: 16px;
  }
  .w-box-grid {
    display: flex;
    justify-content: flex-start;
  }
  .w-box-grid__aside {
    margin-right: 0;
    margin-left: 0;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .w-box-grid__content {
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    max-width: 70%;
    padding-left: 15px;
  }
  .w-aside {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 20px;
    padding-left: 0;
  }
  .w-aside:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2000px;
    background-color: #5c3db2;
    background-image: -webkit-linear-gradient(top right, #5c3db2 0%, #5c3db2 10%, #13429a 100%);
    background-image: -o-linear-gradient(top right, #5c3db2 0%, #5c3db2 10%, #13429a 100%);
    background-image: linear-gradient(to bottom left, #5c3db2 0%, #5c3db2 10%, #13429a 100%);
  }
  .w-aside__back-link {
    margin-top: auto;
    text-align: right;
  }
  .w-aside__icon_warranty {
    margin-top: 60px;
    max-width: none;
    margin-left: 53px;
    margin-bottom: 50px;
  }
  .w-aside__tt_line {
    position: relative;
    z-index: 1;
  }
  .w-aside__tt_line.w-aside__tt_md-push:after {
    bottom: -126px;
  }
  .w-aside__tt_line:after {
    z-index: -1;
    content: ' ';
    position: absolute;
    right: -20px;
    width: 645px;
    height: 105px;
    bottom: -117px;
    background: url(img/line-modal-tt.png) center center no-repeat;
  }
  .cap-modal {
    margin-bottom: 45px;
  }
  .carousel-brand.slick-slider .slick-list {
    margin-bottom: 27px;
  }
  .carousel-brand-wrapp {
    margin-bottom: 55px;
  }
  .modal-why__icon {
    margin-right: 14px;
    padding-top: 10px;
    width: 191px;
    padding-left: 8px;
  }
  .modal-why__list ul li {
    margin: 10px 0;
  }
  .content-modal_bg-second.content-modal:after {
    left: 0;
    right: -15px;
  }
  .w-aside__icon_plane {
    max-width: 120px;
    margin-left: auto;
    margin-top: 110px;
    margin-right: 70px;
    margin-bottom: 140px;
  }
  .form-st {
    margin-top: 40px;
  }
  .content-modal_order .main-navigation-box {
    max-width: 520px;
    padding-right: 20px;
    align-items: center;
  }
  .form-st__txt {
    margin-bottom: 26px;
  }
  .field.field_btn-min-width {
    margin-top: 40px;
  }
  .w-aside {
    animation-name: menu-animation-aside;
    animation-duration: 0.3s;
    animation-delay: 0.6s;
    animation-fill-mode: both;
  }
  @keyframes menu-animation-aside {
    0% {
      transform: translateX(-1000px);
    }
    100% {
      transform: translateX(0);
    }
  }
  /* end media min width 1000 pixels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  .w-box_menu .w-box-grid__aside {
    padding-bottom: 30px;
  }
  .w-box_menu .w-aside__back-link {
    padding-right: 40px;
  }
  .w-box_menu .content-modal {
    padding-bottom: 22px;
  }
  .main-navigation-btn {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .main-navigation-social {
    margin-top: auto;
  }
  .main-menu__item {
    margin: 20px 0;
  }
  .main-navigation-box {
    min-height: 100%;
    justify-content: flex-start;
  }
  .w-box_menu .w-aside__tt {
    line-height: 36px;
    letter-spacing: 0.75px;
  }
  .content-modal_push-left-md {
    padding-left: 35px;
  }
  .w-box-grid__aside {
    max-width: 23.8%;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
  }
  .w-box-grid__content {
    max-width: 76.2%;
    padding-top: 50px;
  }
  .w-box-grid_md .w-box-grid__aside {
    max-width: 29.5%;
    padding-top: 40px;
  }
  .w-box-grid_md .w-box-grid__content {
    max-width: 70.5%;
  }
  .w-aside__txt-preview {
    text-align: right;
    padding-right: 56px;
    padding-left: 20px;
  }
  .w-aside__tt_big {
    margin-bottom: 65px;
  }
  .w-aside__icon_carousel.w-aside__icon_warranty:before {
    margin-bottom: -140px;
  }
  .w-aside__icon_warranty.w-aside__icon_order {
    margin-top: 100px;
  }
  .w-aside__icon_warranty {
    margin-top: 50px;
    position: relative;
    z-index: 1;
  }
  .w-aside__icon_warranty:before {
    content: ' ';
    position: absolute;
    bottom: 100%;
    right: 100%;
    margin-right: -56px;
    margin-bottom: -40px;
    width: 188px;
    height: 141px;
    background-size: contain;
    background: url(img/icon_warranty-effect.svg) center center no-repeat;
    z-index: -1;
    animation-name: icon_warranty-animation;
    animation-duration: 35s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
  .w-aside__icon_plane.w-aside__icon_warranty:before {
    bottom: auto;
    top: 100%;
    transform: rotateX(180deg);
    animation-name: icon_warranty-animation-sm;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: -50px;
  }
  @keyframes icon_warranty-animation {
    0% {
      transform: translate(0, 0);
    }
    20% {
      transform: translate(-100px, 100px);
    }
    40% {
      transform: translate(0px, 100px) rotate(40deg);
    }
    60% {
      transform: translate(-100px, 20px) rotate(-30deg);
    }
    80% {
      transform: translate(-100px, 0px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @keyframes icon_warranty-animation-sm {
    0% {
      transform: translate(0, 0) rotateX(180deg);
    }
    20% {
      transform: translate(-30px, -30px) rotateX(180deg);
    }
    40% {
      transform: translate(0px, -30px) rotateZ(40deg) rotateX(180deg);
    }
    60% {
      transform: translate(-30px, 30px) rotateZ(-30deg) rotateX(180deg);
    }
    80% {
      transform: translate(-30px, -30px) rotateX(180deg);
    }
    100% {
      transform: translate(0, 0) rotateX(180deg);
    }
  }
  @keyframes icon_warranty-animation2 {
    0% {
      transform: translate(0, 0);
    }
    20% {
      transform: translate(-10px, -10px);
    }
    40% {
      transform: translate(0px, 100px);
    }
    60% {
      transform: translate(-20px, -20px);
    }
    80% {
      transform: translate(-50px, -80px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @keyframes icon_warranty-animation3 {
    0% {
      transform: translate(0, 50);
    }
    50% {
      transform: translate(0, 150px) rotate(20deg);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .cap-modal_width-sm {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .w-aside__tt_line:after {
    bottom: -137px;
  }
  .w-aside__icon_plane {
    animation-name: plane-animated;
    animation-duration: 0.3s;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
  @keyframes plane-animated {
    0% {
      transform: translate(-100px, 100px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .modal-cards {
    margin-bottom: 50px;
  }
  .modal-cards .modal-card {
    margin-left: 2.5%;
    margin-right: 2.5%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .fancybox-is-modal .fancybox-toolbar {
    right: auto;
    left: 50%;
    margin-left: 584px;
    top: 40px;
    width: 2000px;
    text-align: left;
    top: 0;
    height: 100%;
  }
  .fancybox-is-modal .fancybox-button--close, .fancybox-is-modal .fancybox-close-small {
    height: 100%;
    width: 100%;
  }
  .fancybox-is-modal .fancybox-button--close:before, .fancybox-is-modal .fancybox-button--close:after, .fancybox-is-modal .fancybox-close-small:before, .fancybox-is-modal .fancybox-close-small:after {
    left: 0;
    margin-left: 0;
    top: 50px;
    margin-top: 0;
  }
  .content-modal_bg-second.content-modal {
    position: static;
  }
  .content-modal_bg-second.content-modal:after {
    left: 50%;
    margin-left: -240px;
    right: 0;
    background-position: left bottom;
  }
  .main-social {
    margin-left: -16px;
    margin-right: -16px;
  }
  .main-social li {
    margin: 0 16px;
  }
  .main-navigation-btn .btn.btn_sm {
    min-width: 248px;
  }
  .modal-full .w-box > .container {
    min-height: 100%;
  }
  .modal-full .w-box-grid {
    min-height: 100vh;
  }
  .fancybox-active.compensate-for-scrollbar {
    overflow: hidden;
  }
  .checked-list li {
    margin: 25px 0;
    font-size: 18px;
    padding-left: 32px;
  }
  .w-box-grid__content {
    position: relative;
    z-index: 1;
  }
  .w-box-grid__content:before {
    content: ' ';
    position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -480px;
    width: 286px;
    height: 174px;
    background-size: contain;
    background: url(img/w-bg-1.png) center center no-repeat;
    z-index: -1;
    animation-name: icon_warranty-animation3;
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
  .w-aside-fix {
    position: sticky;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: none;
  }
  .w-box-grid__content {
    position: static;
  }
  .w-box-grid__content:after {
    left: auto;
    right: 0;
  }
  /* end media min width 1200 pixels */
}

/* Min width 1600 pixels */
@media only screen and (min-width: 1600px) {
  .w-box-grid__content:after {
    content: ' ';
    position: absolute;
    top: 33%;
    right: 50px;
    width: 179px;
    height: 191px;
    background-size: contain;
    background: url(img/icon_warranty-effect2.svg) center center no-repeat;
    z-index: -1;
    animation-name: icon_warranty-animation2;
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
  /* end media min width 1600 pixels */
}

.icon-animation {
  position: absolute;
  left: 0;
  top: 0;
  animation-duration: 10s;
  animation-name: icon-animation;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  width: 150px;
  height: 150px;
  border-radius: 20px;
  padding: 15px;
  opacity: 1;
  background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
  background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
  background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
}

.icon-animation .icon {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background-position: center;
  background-size: 100% 100%;
}

.icon-animation:nth-child(1) {
  animation-delay: 0s;
  animation-name: icon-animation;
}

.icon-animation:nth-child(2) {
  animation-delay: 0s;
  animation-name: icon-animation2;
}

.icon-animation:nth-child(3) {
  animation-delay: 0s;
  animation-name: icon-animation3;
}

.icon-animation:nth-child(4) {
  animation-delay: 0s;
  animation-name: icon-animation4;
}

.w-aside__icon_carousel.w-aside__icon {
  position: relative;
  z-index: 1;
  height: 300px;
  flex-shrink: 0;
  width: 100%;
  max-width: 258px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

@keyframes icon-animation {
  0% {
    opacity: 1;
    transform: scale(0.56);
    left: 20px;
    top: 180px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  25% {
    opacity: 1;
    transform: scale(0.55);
    left: -16px;
    top: 50px;
    background: -moz-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: -webkit-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: linear-gradient(135deg, #ffd179 0%, #f37572 100%);
  }
  50% {
    opacity: 1;
    transform: scale(0.35);
    left: 80px;
    top: -46px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  75% {
    opacity: 1;
    transform: scale(0.45);
    left: 111px;
    top: 60px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  100% {
    opacity: 1;
    transform: scale(0.56);
    left: 20px;
    top: 180px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
}

@keyframes icon-animation2 {
  0% {
    opacity: 1;
    transform: scale(0.35);
    left: 80px;
    top: -46px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  25% {
    opacity: 1;
    transform: scale(0.45);
    left: 111px;
    top: 60px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  50% {
    opacity: 1;
    transform: scale(0.56);
    left: 20px;
    top: 180px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  75% {
    opacity: 1;
    transform: scale(0.55);
    left: -16px;
    top: 50px;
    background: -moz-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: -webkit-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: linear-gradient(135deg, #ffd179 0%, #f37572 100%);
  }
  100% {
    opacity: 1;
    transform: scale(0.35);
    left: 80px;
    top: -46px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
}

@keyframes icon-animation3 {
  0% {
    opacity: 1;
    transform: scale(0.55);
    left: -16px;
    top: 50px;
    background: -moz-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: -webkit-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: linear-gradient(135deg, #ffd179 0%, #f37572 100%);
  }
  25% {
    opacity: 1;
    transform: scale(0.35);
    left: 80px;
    top: -46px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  50% {
    opacity: 1;
    transform: scale(0.45);
    left: 111px;
    top: 60px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  75% {
    opacity: 1;
    transform: scale(0.56);
    left: 20px;
    top: 180px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  100% {
    opacity: 1;
    transform: scale(0.55);
    left: -16px;
    top: 50px;
    background: -moz-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: -webkit-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: linear-gradient(135deg, #ffd179 0%, #f37572 100%);
  }
}

@keyframes icon-animation4 {
  0% {
    opacity: 1;
    transform: scale(0.45);
    left: 111px;
    top: 60px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  25% {
    opacity: 1;
    transform: scale(0.56);
    left: 20px;
    top: 180px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  50% {
    opacity: 1;
    transform: scale(0.55);
    left: -16px;
    top: 50px;
    background: -moz-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: -webkit-linear-gradient(-45deg, #ffd179 0%, #f37572 100%);
    background: linear-gradient(135deg, #ffd179 0%, #f37572 100%);
  }
  75% {
    opacity: 1;
    transform: scale(0.35);
    left: 80px;
    top: -46px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
  100% {
    opacity: 1;
    transform: scale(0.45);
    left: 111px;
    top: 60px;
    background: -moz-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: -webkit-linear-gradient(-45deg, #756eee 0%, #14258c 100%);
    background: linear-gradient(135deg, #756eee 0%, #14258c 100%);
  }
}

.fancybox-is-closing .fancybox-toolbar {
  display: none;
}


/* ----- END Modal --------------- */

/* ----- END Styles site --------------- */
