@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@font-face {
  font-family: "Objectivity";
  src: url("../fonts/Objectivity-Bold.woff") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Objectivity";
  src: url("../fonts/ObjectSans-Regular.woff") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dmsans-bold.woff") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dmsans-medium.woff") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dmsans-regular.woff") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(../s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: "EuclidCircularA";
  src: url("https://www.dashboardsdesign.com/fonts/EuclidCircularA-Regular-WebXL.woff") format("woff"), url("https://www.dashboardsdesign.com/fonts/EuclidCircularA-Regular-WebXL.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EuclidCircularA";
  src: url("https://www.dashboardsdesign.com/fonts/EuclidCircularA-Medium-WebXL.woff") format("woff"), url("https://www.dashboardsdesign.com/fonts/EuclidCircularA-Medium-WebXL.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Objectivity", Arial, sans-serif;

  font-style: normal;
  font-weight: normal;
  background-color: #F9F9FB;

}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

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

img {
  pointer-events: none;
  vertical-align: middle;
  border-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

strong {
  font-weight: normal;
}

h1 {
  margin: 0;
  padding: 0 30px 0 0;
  font-family: "Objectivity", Arial, sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.035em;
  color: #0E0C39;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: "Objectivity", Arial, sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #0E0C39;
}


h4 {
  margin: 0;
  padding: 0;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.01em;

  color: #0E0C39;
}

p {
  margin: 0;
  padding: 0;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  text-align: center;

  color: rgba(14, 12, 57, 0.6);
}

/*header*/

header .bg-light {
  background-color: #3662FF !important;
}

.navbar-light .navbar-nav .nav-link {
  padding-top: 9px;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;

  letter-spacing: 3.8px;
  text-transform: uppercase;

  color: #FFFFFF;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: rgba(255, 255, 255, 0.6);
}

.navbar {
  position: static;
}

.top-nav {
  padding: 0 0 0 15px;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.top-nav .custom-nav .nav-item .nav-link {
  position: relative;
  padding: 10px 20px 10px 40px;
  height: 40px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #FB5F3D;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top-nav .custom-nav .nav-item:hover .nav-link,
.top-nav .custom-nav .nav-item:active .nav-link {
  background-color: #FA360B;
}

.top-nav .custom-nav .nav-item .nav-link:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/arrow.svg");
}

.top-nav .hidden-link {
  display: none;
}

.bottom-nav {
  position: relative;
  height: 61px;
  padding: 0;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bottom-nav .nav-item:nth-child(1) .nav-link {
  margin-top: -2px;
  padding-top: 0;
}

.bottom-nav .nav-item:nth-child(2) .nav-link {
  padding: 0;
}

.bottom-nav .nav-item:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -15.5px;
}

.bottom-nav .nav-item:nth-child(3) {
  margin-left: auto;
  margin-right: 12px;
}

.bottom-nav .nav-link {

  height: 32px;

  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 36px !important;

  text-align: center;
  letter-spacing: -0.2px !important;
  text-transform: none !important;

  color: #5E81FF !important;
}


.bottom-nav .nav-item:nth-child(3) .nav-link,
.bottom-nav .nav-item:nth-child(4) .nav-link {
  padding: 0 11px;
  border-radius: 5px;
  background-color: rgba(94, 129, 255, 0.1);
}

.bottom-nav .nav-item:nth-child(4) .nav-link {
  background-color: #5E81FF;
  color: #ffffff !important;
}

.bottom-nav .nav-item:nth-child(3) .nav-link:hover,
.bottom-nav .nav-item:nth-child(3) .nav-link:active {
  background-color: rgba(94,129,255,.2);
}

.bottom-nav .nav-item:nth-child(4) .nav-link:hover,
.bottom-nav .nav-item:nth-child(4) .nav-link:active {
  background-color: #2b59ff;
}

.bottom-nav .navbar-nav {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header-container p {
  padding: 0 15px;
  margin-top: 15px;
}


.header-container .row:first-of-type p {
  padding: 0 75px;
}

.header-container .col-lg-9 {
  padding: 0;
}

.header-container .large-img {
  margin-top: 50px;
}

.header-container .large-img > p {
  margin-top: 30px;
}

.header-container {
  margin-bottom: 20px;
}

.header-buttons {
  padding-left: 40px;
  margin-top: 43px;
}

.header-buttons .btn {
  padding: 0 10px;

  height: 60px;

  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 62px;

  text-align: center;
  letter-spacing: -0.2px;

  color: #FFFFFF;
  border-radius: 5px;
}

.header-buttons .btn-green {
  background-color: #3ED772;
  color: #FFFFFF;
}

.header-buttons .btn-green:hover,
.header-buttons .btn-green:active {
  background-color: #27BB59;
}

.header-buttons .btn-grey {
  background-color: rgba(93, 129, 255, 0.1);
  color: #5D81FF;
}

.header-buttons .btn-grey:hover,
.header-buttons .btn-grey:active {
  background-color: #D6DDFF;
}

.header-buttons .btn-wrapper {
  max-width: 190px;
}

.header-buttons .btn-wrapper:first-child {
  margin-right: 15px;
}

/*premium-kit*/

.premium-kit img {
  width: 100%;
}

.premium-kit p {
  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 29px;

  text-align: center;

  color: rgba(255, 255, 255, 0.6);
}

.premium-kit a:not(.custom) {
  text-decoration: none;
  display: block;
}

.premium-kit {
  padding-top: 81px;
  padding-bottom: 142px;

  background-color: #0E0C39;
}

.premium-kit h2 {
  padding-top: 34px;

  font-family: "Objectivity", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 57px;

  text-align: center;
  letter-spacing: -0.03em;

  color: #FFFFFF;
}

.premium-kit h2 + p {
  padding-top: 22px;
}

.premium-kit strong {
  display: block;

  font-family: "Objectivity", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 57px;

  text-align: center;
  letter-spacing: -0.01em;

  color: #FFFFFF;
}

.premium-kit .advantages-row {
  padding-top: 70px;
}

.premium-kit .advantages p {
  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;

  text-align: center;

  color: #FFFFFF;
  opacity: 0.6;
}

.premium-kit .advantages-item div {
  padding: 29px 15px 20px;
  background-color: rgba(249, 249, 251, 0.1);
  border-radius: 15px;
}


.premium-kit .advantages-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.premium-kit .list-group-item {
  position: relative;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;

  letter-spacing: -0.01em;

  color: #FFFFFF;

  border: none;
  background-color: transparent;
}

.premium-kit .list-group-item:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -6px;
  width: 14px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/ok.svg");
}

.premium-kit .list div {
  padding: 30px 50px 40px 60px;
  background-color: rgba(249, 249, 251, 0.1);
  border-radius: 15px;
}

.premium-kit .advantages-item {
  margin-bottom: 25px;
}

.premium-kit .advantages-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.premium-kit .btn-wrapper {
  margin-top: 32px;

  min-width: 229px;
  max-width: 229px;
}

.premium-kit .btn {
  width: 229px;
  height: 50px;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background-color: #4339F2;
  border-radius: 10px;
  outline: 0 !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.premium-kit .btn:hover {
  background-color: #564DF3;
}

.premium-kit .btn:active {
  background-color: #3429EB;
}

/*products*/

.products-row {
  padding-top: 70px;
}

.products-row .products-item h4 {
 font-family: "DM Sans", Arial, sans-serif;
 font-weight: bold;
 font-size: 26px;
 line-height: 34px;
 letter-spacing: -0.01em;
 color: #FFFFFF;
}

.products-row h4 > a {
  color: #FFFFFF;
}

.products-row .btn-block {
  width: 50px;
  height: 30px;
  margin-left: auto;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  background-color:  rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  outline: 0 !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
   box-shadow: none !important;
}

.products-row .products-item:nth-last-child(-n+4) {
  margin-top: 30px;
}

.products-row .first .btn-block:hover  {
  background-color: rgba(255,255,255,.1);
}

.products-row .first .btn-block:active {
  background-color: rgb(36, 220, 179);
}

.products-row .method .btn-block {
  color: #0E0C39;
  background-color: rgba(14, 12, 57, 0.1);
}

.products-row .method .btn-block:hover {
  background-color: rgba(0,0,0,.05);
}

.products-row .method .btn-block:active {
  background-color: rgba(35, 213, 173, 0.616);
}

.products-row .singleton .btn-block:hover {
  background-color: rgba(255,255,255,.1);
}

.products-row .singleton .btn-block:active {
  background-color: rgb(36, 220, 179);
}

.products-row .inner {
  background-color: #48495D;
  border-radius: 15px;

  padding-bottom: 25px;
}

.products-row .method .inner {
  background-color: #C0C5CF;
}

.products-row  header {
  padding-left: 25px;
  padding-right: 20px;
}

.products-row .post-bottom {
  padding: 10px 25px 0;
}

.products-row .post-bottom p + p {
  padding-top: 10px;
}

.products-row .products-item p {
 font-family: "DM Sans", Arial, sans-serif;
 font-weight: normal;
 font-size: 18px;
 line-height: 23px;
 letter-spacing: -0.01em;
 color: rgba(255, 255, 255, 0.6);
 text-align: left;
}

.products-row .post-bottom p:nth-child(2) {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
}

.products-row .products-item p > a {
  color: rgba(255,255,255,1);
  text-decoration: none;
}

.products-row .products-item:nth-child(2) p > a {
  color: rgba(14, 12, 57, 1);
  text-decoration: none;
}


.products-row  .products-item:nth-child(2) h4,
.products-row  .products-item:nth-child(2) h4 > a  {
  color: #0E0C39;
}

.products-row .first .inner {
  background-color: rgba(255, 255, 255, 1);
}

.products-row .second .inner {
  background-color: rgba(32, 103, 214, 1);
  border: 1px solid rgba(32, 103, 214, 1);
}

.products-row .five .inner {
  background-color: rgba(227,255,244, 1.0);
  border: 1px solid rgba(227,255,244, 1.0);
}

.products-row .third .inner {
  background-color: rgba(233, 243, 241, 1);
}

.products-row .products-item:nth-last-child(-n+4) img {
  padding-top: 29px;
}

.products-row .products-item:nth-last-child(-n+4) h4,
.products-row .products-item:nth-last-child(-n+4) h4 > a  {
  font-size: 19px;
  line-height: 26px;

  color: #0E0C39;
}

/*
.products-row .first h4,
.products-row .first h4 > a {
  color: rgba(255,255,255,1) !important;
}*/

.products-row .products-item:nth-last-child(-n+4) .btn-block {
  color: #0E0C39;
  background-color: rgba(14, 12, 57, 0.1);
}

.products-row .products-item:nth-last-child(3) .btn-block {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.products-row .products-item:nth-last-child(3) h4,
.products-row .products-item:nth-last-child(3) h4 > a {
    color: #FFFFFF;
}

.products-row .products-item:nth-last-child(3) p {
    color: rgba(255, 255, 255, 0.6) !important;
}

/*
.products-row .first .btn-block {
  background-color: rgba(255,255,255,.2) !important;
  border-color: rgba(255,255,255,.01) !important;
  color: rgba(255,255,255,1) !important;
}*/

.products-row .first  .btn-block:active,
.products-row .second  .btn-block:active,
.products-row .third .btn-block:active,
.products-row .five .btn-block:active  {
   background-color: rgb(36, 220, 179) !important;
}

.products-row .first  .btn-block:hover,
.products-row .third .btn-block:hover,
.products-row .five .btn-block:hover  {
   background-color: rgba(0,0,0,.05);
}

.products-row .second  .btn-block:hover {
    background-color: rgba(255,255,255,.1);
}

.products-row .products-item:nth-last-child(-n+4) p {
  padding-right: 5px;

  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;

  color: rgba(14, 12, 57, 0.6);
}
/*
.products-row .products-item:nth-last-child(4) p {
  color: rgba(255,255,255,.6);
}*/

.products-row .products-item:nth-last-child(-n+4) header {
  padding-right: 50px;
}

.products-row .products-item {
  -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.products-row .products-item:hover,
.products-row .products-item:active {
  opacity: 0.85;
  -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}


/*
.products-row .singleton .inner:hover,
.products-row .singleton .inner:active {

 -webkit-box-shadow: 0px 10px 50px rgba(72,73,93,.5), 0px 10px 50px rgba(0,0,0,.15);

 box-shadow: 0px 10px 50px rgba(72,73,93,.5), 0px 10px 50px rgba(0,0,0,.15);
}

.products-row .method .inner:hover,
.products-row .method .inner:active {

 -webkit-box-shadow: 0px 10px 50px rgba(192,197,207,.5), 0px 10px 50px rgba(0,0,0,.15);

 box-shadow: 0px 10px 50px rgba(192,197,207,.5), 0px 10px 50px rgba(0,0,0,.15);
}


.products-row .first .inner:hover,
.products-row .first .inner:active {

   -webkit-box-shadow: 0px 10px 50px rgba(255,255,255,.5), 0px 10px 50px rgba(0,0,0,.15);

  box-shadow: 0px 10px 50px rgba(255,255,255,.5), 0px 10px 50px rgba(0,0,0,.15);
}

.products-row .second .inner:hover,
.products-row .second .inner:active {

  -webkit-box-shadow: 0px 10px 50px rgba(28,103,215,.5), 0px 10px 50px rgba(0,0,0,.15);

  box-shadow: 0px 10px 50px rgba(28,103,215,.5), 0px 10px 50px rgba(0,0,0,.15);

}

.products-row .third .inner:hover,
.products-row .third .inner:active {

  -webkit-box-shadow: 0px 10px 50px rgba(233,243,241,.5), 0px 10px 50px rgba(0,0,0,.15);

  box-shadow: 0px 10px 50px rgba(233,243,241,.5), 0px 10px 50px rgba(0,0,0,.15);

}

.products-row .five .inner:hover,
.products-row .five .inner:active {

  -webkit-box-shadow: 0px 10px 50px rgba(255,255,255,.5), 0px 10px 50px rgba(0,0,0,.15);

  box-shadow: 0px 10px 50px rgba(255,255,255,.5), 0px 10px 50px rgba(0,0,0,.15);

}*/

.products-row .products-item:nth-child(2) p {
 color: rgba(14, 12, 57, 0.6);
}

.products-row .five {
  display: none;
}

.premium-kit .started {
  padding-top: 77px;
}

.started strong {
  position: relative;
  display: inline-block;

  font-family: "Objectivity", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;

  text-align: center;
  letter-spacing: -0.01em;

  color: #FFFFFF;
}

.started strong:before {
  position: absolute;
  top: 0;
  right: -12px;

  content: "$";

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;


  text-align: center;

  color: #FFFFFF;
  opacity: 0.6;
}

/*get-dashboards*/

.get-dashboards .custom-card  {
  max-width: 920px;
  position: relative;

  margin-top: 120px;
  margin-bottom: 120px;

  padding-top: 85px;
  padding-bottom: 81px;

  background-color: #FFFFFF;

  -webkit-box-shadow: 30px 30px 55px rgba(18, 14, 94, 0.1);

  box-shadow: 30px 30px 55px rgba(18, 14, 94, 0.1);
  border-radius: 20px;
}

.get-dashboards .custom-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 86px;
  height: 575px;

  background-image: url("../img/rectangle-group.png");
  background-repeat: no-repeat;
  background-position: center;
}

.get-dashboards {
  background-color: #F9F9FB;
}

.get-dashboards h2 {
  position: relative;
  left: 34px;

  font-family: "Objectivity", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;

  letter-spacing: -0.035em;

  color: #0E0C39;
}

.get-dashboards p {
  position: relative;
  left: 34px;

  margin-top: 25px;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;

  color: rgba(14, 12, 57, 0.6);
}

.get-dashboards .supported {
  padding-top: 35px;
}

.get-dashboards .btn-container {
  padding-left: 52px;
  padding-top: 45px;
}

.get-dashboards .btn-wrapper {
  min-width: 216px;
  max-width: 216px;
}

.get-dashboards .btn-wrapper:nth-child(2) {
  margin-left: 20px;

  min-width: 231px;
  max-width: 231px;
}

.get-dashboards .btn-block {
  height: 55px;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  background-color: #4339F2;
  border-radius: 10px;
  outline: 0 !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.get-dashboards .btn-block:hover {
  background-color: #564DF3;
}

.get-dashboards .btn-block:active {
  background-color: #3429EB;
}

.get-dashboards .btn-wrapper:nth-child(2) .btn-block {
  color: #4339F2;
  background-color: rgba(67, 57, 242, 0.1);
}

.get-dashboards .btn-wrapper:nth-child(2) .btn-block:hover {
  background-color: rgba(67, 57, 242, 0.15);
}

.get-dashboards .btn-wrapper:nth-child(2) .btn-block:active {
  background-color: rgba(67, 57, 242, 0.25);
}

.get-dashboards .supported div {
  margin-left: 10px;
}

.get-dashboards .supported span {
  padding-right: 19px;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;

  color: rgba(14, 12, 57, 0.6);
}

/*ready-to*/

.ready-to {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;

  background: #FFFFFF;
}

.ready-to h2 {
  color: #4339F2;
}

.ready-to p {
  padding-top: 15px;

  color: #0E0C39;
  opacity: 0.6;
}

.ready-to img {
 width: auto;
 max-width: 900px;

 border-radius: 15px;
 border: 2px solid #F8F8F8;
}

.ready-to .custom-shadow {
  -webkit-box-shadow: 30px 30px 55px rgba(38, 37, 69, 0.1);
  box-shadow: 30px 30px 55px rgba(38, 37, 69, 0.1);
}

.ready-to .dashboard-item {
  min-width: 900px;
  max-width: 900px;
}


.ready-to .dashboards-container:nth-last-child(4),
.ready-to .dashboards-container:nth-last-child(3),
.ready-to .dashboards-container:nth-last-child(2) {
  margin-top: -60px;
}

.ready-to .dashboards-container:nth-last-child(5) {
  margin-top: 82px;
}

.ready-to .dashboards-container .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ready-to .dashboards-container .dashboard-item:nth-child(1) {
  margin-left: -460px;
  margin-right: 30px;
  margin-top: 90px;
}

.ready-to .dashboards-container:nth-last-child(4) .dashboard-item:nth-child(1) {
  margin-left: -370px;
}

.ready-to .dashboards-container:nth-last-child(3) .dashboard-item:nth-child(1) {
  margin-left: -280px;
}

.ready-to .dashboards-container:nth-last-child(2) .dashboard-item:nth-child(1) {
  margin-left: -190px;
}

.ready-to .btn-wrapper {
  margin-top: 81px;

  min-width: 169px;
  max-width: 169px;
}

.ready-to .btn-block {
  height: 55px;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 55px;

  text-align: center;

  color: #4339F2;
  background-color: rgb(26%, 22%, 95%, 0.1);
  border-radius: 10px;

  outline: 0 !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ready-to .btn-block span {
  padding-right: 5px;
}

.ready-to .btn-block svg {
  vertical-align: initial;
}

.ready-to .btn-block:hover {
  background-color: rgb(26%, 22%, 95%, 0.15);
}

.ready-to .btn-block:active {
  background-color: rgb(26%, 22%, 95%, 0.25);
}

.ready-to {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ready-to .btn-wrapper {
  margin-top: 60px;
}

/*components*/

.components .custom-shadow {
  -webkit-box-shadow: 30px 30px 55px rgba(18, 14, 94, 0.1);
  box-shadow: 30px 30px 55px rgba(18, 14, 94, 0.1);

  z-index: 850;
}

.components .components-preview {
  margin-top: 60px;
}

.components {
  padding-top: 200px;

  background-color: #F9F9FB;
  overflow: hidden;
}

.components p {
  padding-top: 15px;

  color: #0E0C39;
  opacity: 0.6;
}

.components .components-item {
  position: relative;
}

.components .components-item img {
  margin-bottom: 30px;
  border-radius: 10px;
}

.components .components-item:nth-child(1) {
  left: -265px;
}

.components .components-item:nth-child(2) {
    left: -50px;
    margin-top: 55px;
}

.components .components-item:nth-child(3) {
  left: 80px;
}

.components .components-item:nth-child(4) {
  left: -265px;
  top: -35px;
}

.components .components-item:nth-child(5) {
  left: -50px;
}

.components .components-item:nth-child(6) {
  left: 130px;
}

.components .components-item:nth-child(6) .col-md-6:nth-child(2) {
  position: relative;
  right: -110px;
}

.components .components-item:nth-child(7) {
  left: -240px;
  top: -30px;
}

.components .components-item:nth-child(7)  .col-lg-4:nth-last-child(3) {
  left: -90px;
}

.components .components-item:nth-child(7)  .col-lg-4:nth-last-child(2) {
  left: 115px;
}

.components .components-item:nth-child(7)  .col-lg-4:nth-last-child(1) {
  left: 320px;
}

.components .components-item:nth-child(8) {
  left: 185px;
  top: -30px;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(2) {
  left: 100px;
}

.components .components-item:nth-child(2) img {
    height: 285px;
}

/*features*/

.features {
  background-color: #F9F9FB;
}

.features-item {
  padding-top: 40px;
  padding-bottom: 31px;


  background-color: #FFFFFF;
  border-radius: 15px;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  cursor: pointer;
}

.features-item:hover,
.features-item:active {
  -webkit-box-shadow: 15px 15px 35px rgba(18, 14, 94, 0.1);
  box-shadow: 15px 15px 35px rgba(18, 14, 94, 0.1);
}

.features-item:hover p,
.features-item:active p {
  color: #4339F2;
}

.features p {
  padding-top: 26px;

  font-family: "DM Sans" , Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 29px;
  text-align: center;

  color: rgba(14, 12, 57, 0.6);
}

.features a {
  text-decoration: none;
  text-align: center;
}

/*promo*/

.promo .left-column {
  margin-top: -100px;
}

.promo  .supported div {
  margin-left: 10px;
}

.promo .supported {
  padding-top: 35px;
}

.promo .supported span {
  padding-right: 19px;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: rgba(14, 12, 57, 0.6);
}

.promo {
  padding-top: 225px;
  padding-bottom: 300px;

  overflow: hidden;
}

.promo .promo-layout {
  position: relative;
  top: 160px;

  min-height: 426px;
}

.promo .promo-layout img {
  width: 681px;
  height: 426px;

  position: absolute;
  border-radius: 15px;
}

.promo .promo-item:nth-child(1) img {

  -webkit-box-shadow: 30px 30px 55px rgba(18, 14, 94, 0.1);

  box-shadow: 30px 30px 55px rgba(18, 14, 94, 0.1);
  z-index: 999;
}


.promo .promo-item:nth-child(2) img {
 left: 150px;
 top: -96px;

 -webkit-box-shadow: 55px -35px 55px rgba(14, 12, 57, 0.05);

 box-shadow: 55px -35px 55px rgba(14, 12, 57, 0.05);
 z-index: 300;
}


.promo .promo-item:nth-child(3) img {
 left: 300px;
 top: -192px;

 -webkit-box-shadow: 55px -35px 55px rgba(14, 12, 57, 0.05);

 box-shadow: 55px -35px 55px rgba(14, 12, 57, 0.05);
 z-index: 200;
}


.promo .promo-item:nth-child(4) img {
 left: 450px;
 top: -288px;

 -webkit-box-shadow: 55px -35px 55px rgba(14, 12, 57, 0.05);

 box-shadow: 55px -35px 55px rgba(14, 12, 57, 0.05);
 z-index: 100;
}


.promo .promo-item:nth-child(5) img {
 left: 600px;
 top: -384px;
 z-index: 50;

 -webkit-box-shadow: 55px -35px 55px rgba(14, 12, 57, 0.05);

}


.promo .btn-wrapper {
  min-width: 216px;
  max-width: 216px;
}

.promo .btn-block {
  height: 55px;
  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  background-color: #4339F2;
  border-radius: 10px;

  outline: 0 !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.promo .btn-wrapper:nth-child(2) {
  margin-left: 20px;
  min-width: 231px;
  max-width: 231px;
}

.promo .btn-wrapper:nth-child(2) .btn-block {
  color: #4339F2;
  background-color: rgba(67, 57, 242, 0.1);
}

.promo .btn-block:hover{
  background-color: #564DF3;
}

.promo .btn-block:active {
  background-color: #3429EB;
}

.promo .btn-wrapper:nth-child(2) .btn-block:hover {
  background-color: rgba(67, 57, 242, 0.15);
}

.promo .btn-wrapper:nth-child(2) .btn-block:active {
  background-color: rgba(67, 57, 242, 0.25);
}

.promo .btn-container {
  padding-top: 45px;
}

/*symbols*/

.symbols img {
  width: 100%;
}

.symbols {
  padding-top: 150px;
  padding-bottom: 80px;
  background-color: #F9F9FB;
}

.symbols .preview-container {
  padding: 60px 82px 0;
}

.symbols .vector-container:nth-child(1) {
  padding-top: 132px;
}

.symbols .preview-item {
  margin-right: 40px;
}

.symbols .preview-item img {
  border-radius: 15px;
}

.symbols .preview-item:nth-child(1) img,
.symbols .preview-item:nth-child(3) img {
  -webkit-box-shadow: 30px 30px 55px rgba(18, 14, 94, 0.1);
  box-shadow: 30px 30px 55px rgba(18, 14, 94, 0.1);
}

.symbols .preview-item {
  padding: 0;
}

.symbols .preview-item:nth-child(1) {
  max-width: 177.5px;
  min-width: 177.5px;
}

.symbols .preview-item:nth-child(2) {
  max-width: 373.5px;
  min-width: 373.5px;
}

.symbols .preview-item:nth-last-child(1) {
  max-width: 373.5px;
  min-width: 373.5px;
  margin-right: 0;
}

.symbols p {
  padding-top: 15px;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;

  color: rgba(14, 12, 57, 0.6);
}

.symbols .vector-container .vector-item p {
  padding: 25px 40px 0;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.035em;
  color: #0E0C39;
}

.symbols .vector-container .vector-item {
  margin-bottom: 70px;
}


.symbols .vector-container:nth-child(2) .vector-item:nth-last-child(3) p {
  padding: 25px 20px 0;
}

.symbols .vector-container:nth-child(2) .vector-item:nth-last-child(1) p {
  padding: 25px 45px 0;
}

/*intro*/

.intro a {
  padding-left: 18px;
  font-family: "Objectivity", Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;

  letter-spacing: -0.035em;

  color: #4339F2 !important;

  text-decoration: none;
  cursor: pointer;

}

.intro a:hover,
.intro a:active {
  color: #7069F5 !important;
}

.intro {
  padding-top: 162px;
}

.intro h1 {
  margin-top: 33px;
}

.intro .links {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.intro .btn-block {
  margin: 0 15px 0 0;
  padding: 0 16px;
  height: 45px;
  font-family: "Objectivity", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 45px;
  color: #4339F2;
  background-color: rgba(67, 57, 242, 0.1);
  border-radius: 10px;
  outline: 0 !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.intro .btn-block:hover {
  background-color: rgba(67, 57, 242, 0.15);
}

.intro .btn-block:hover,
.intro .btn-block:active {
  background-color: rgba(67, 57, 242, 0.25);
}

.intro .col-lg-4 {
  margin-right: 15px;
  padding: 0;
  width: initial;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

/*examples*/

.examples h2 {
  margin-bottom: 50px;

  font-family: "Objectivity", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;

  letter-spacing: -0.035em;

  color: #0E0C39;
  text-align: left;
}


.examples-cards {
  padding-top: 170px;
}

.examples-graphics {
  padding-bottom: 170px;
}

.examples-widgets,
.examples-icons,
.examples-graphics,
.examples-grids,
.examples-dashboards {
  padding-top: 100px;
}


/*footer*/

.company-descr {
  margin: 20px 0 0;
  padding: 0;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #0E0C39;
  mix-blend-mode: normal;
  text-align: left;
}

.company:nth-child(2) {
  max-width: 215px;
}

.company:nth-child(3) {
  max-width: 140px;
}

.company:last-child {
  margin-left: 30px;
  max-width: 215px;
}

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

.company-item a {
  display: block;
  margin-bottom: 15px;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;

  color: rgba(14, 12, 57, 0.5);
  mix-blend-mode: normal;

  -webkit-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;
  text-decoration: none;
}

.company-item a:hover,
.company-item a:focus,
.company-item a:active {
  color: rgba(14, 12, 57, 1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.company-item-first a {
  margin-top: 9px;

  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;

  letter-spacing: -0.2px;

  color: #0E0C39;
}

footer {
  background-color: #F9F9FB;
}

footer .container:first-child > div {

  border-top: 1px solid rgba(14, 12, 57, 0.05);

  padding-top: 40px;
}

footer .col-lg-8 {
  margin-left: auto;
}

.footer-right-section .col-lg-4:first-child {
  padding-left: 30px;
}

.copyright-text {
  margin: 35px 0 30px;
  padding: 0;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #0E0C39;
  mix-blend-mode: normal;
  opacity: 0.7;
  text-align: left;
}


footer .company-link > img {
  width: 137px;
  height: 36px;
}

/*grid*/

.grid {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-fill: initial;
  -moz-column-fill: initial;
  column-fill: initial;
  -webkit-box-pack: center;
  justify-content: center;
  grid-auto-flow: row;
}

.grid-item {
  vertical-align: middle;
  display: inline;
}

.grid-item img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
}

#widgets-big .grid {
  -webkit-column-count: 2 !important;
  -moz-column-count: 2 !important;
  column-count: 2 !important;
}


#grids .grid,
#icons .grid,
#graphics .grid,
#dashboards .grid  {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

#grids .grid img,
#icons .grid img,
#graphics .grid img,
#dashboards .grid img {
  border-radius: 15px;
}

#graphics .grid img ,
#dashboards .grid img {
  border: 1px solid rgba(14, 12, 57, 0.05);
}

/*Viewports*/

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

  h1 {
    font-size: 65px;
    line-height: 75px;
}

  /*header*/

  .header-container .row:first-of-type p {
    padding: 0 10px;
  }

  .header-buttons {
    padding-left: 0;
  }


  /*components*/

  .components .components-item:nth-child(1) img {

   width: 450px;
   height: 280px;
 }

 .components .components-item:nth-child(1) {
  left: -155px;
}

.components .components-item:nth-child(2) img {
 width: 450px;
 height: 260px;
}

.components .components-item:nth-child(2) {
  left: 10px;
  margin-top: 40px;
}

.components .components-item:nth-child(3) img:nth-child(2) {
  height: 195px;
  width: 440px;
}

.components .components-item:nth-child(3) {
  top: -20px;
  left: 170px;
}

.components .components-item:nth-child(4) img {
 width: 450px;
 height: 250px;
}

.components .components-item:nth-child(4) {
  left: -155px;
  top: -40px;
}

.components .components-item:nth-child(5) img {
 width: 450px;
 height: 230px;
}

.components .components-item:nth-child(5) {
  left: 10px;
  top: -20px;
}

.components .components-item:nth-child(6) {
  left: 170px;
  top: -20px;
}

.components .components-item:nth-child(6) img:nth-child(1) {
  height: 230px;
  width: 230px;
}

.components .components-item:nth-child(7) .col-lg-4:nth-last-child(2) {
  left: 200px;
}

.components .components-item:nth-child(7) .col-lg-12 img {
  width: 750px;
  height: 55px;
}

.components .components-item:nth-child(7) .col-lg-4:nth-last-child(3) img {
  width: 330px;
  height: 110px;
}

.components .components-item:nth-child(7) .col-lg-4:nth-last-child(2) img {
  width: 390px;
  height: 230px;
}

.components .components-item:nth-child(7) .col-lg-4:nth-last-child(1) img {
  display: none;
}

.components .components-item:nth-child(7) .col-lg-4:nth-last-child(3) {
  left: 0;
}

.components .components-item:nth-child(7) {
  left: -130px;
  top: -40px;
}

.components .components-item:nth-child(8) {
  left: 170px;
  top: -40px;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(4) img,
.components .components-item:nth-child(8) .col-lg-4:nth-last-child(3) img,
.components .components-item:nth-child(8) .col-lg-4:nth-last-child(2) img {
  height: 220px;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(4) img {
  width: 130px;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(3) img {
  width: 220px;
}

/*premium-kit*/

.premium-kit .advantages p {
  font-size: 14px;
  line-height: 21px;
}

.premium-kit .advantages-item div {
  padding: 29px 10px 20px;
}

.premium-kit .list div {
  padding-right: 20px;
  padding-left: 50px;
}

.premium-kit .list-group-item {
  font-size: 19px;
}


.premium-kit p {
  font-size: 18px;
  line-height: 28px;
}

.products-row .products-item:nth-last-child(-n+3) h4,
.products-row .products-item:nth-last-child(-n+3) h4 > a {
  font-size: 18px;
}

.products-row .post-bottom p:nth-child(2) {
  font-size: 15px;
  line-height: 20px;
}

.products-row .btn-block {
  font-size: 15px;
}

.products-row .post-bottom {
  padding: 10px 20px 0;
}

.products-row header {
    padding-left: 20px;
}

.products-row .inner {
    min-height: 376px;
}

/*get-dashboards*/

.get-dashboards h2 {
  left: 30px;

  font-size: 50px;
  line-height: 60px;
}

.get-dashboards .btn-container {
  padding-left: 45px;
  padding-top: 58px;
}

.get-dashboards p {
  left: 30px;
}

/*symbols*/

.symbols .preview-item:nth-child(1) {
  max-width: 150.5px;
  min-width: 150.5px;
}

.symbols .preview-item:nth-child(2) {
  max-width: 290.5px;
  min-width: 290.5px;
}

.symbols .preview-item:nth-last-child(1) {
 max-width: 290.5px;
 min-width: 290.5px;

}

.symbols .preview-item {
  margin-right: 30px;
}

.symbols .vector-container .vector-item p {
  padding: 25px 20px 0;
}

.symbols .vector-container:nth-child(2) .vector-item:nth-last-child(3) p {
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
}

/*ready-to*/

.ready-to img {
  width: 100%;
  max-width: 900px;
}

.ready-to .dashboards-container .dashboard-item:nth-child(1) {
  margin-right: 0;
}

.ready-to .dashboards-container .dashboard-item:nth-child(1) {
  margin-left: -540px;
}

.ready-to .dashboards-container:nth-last-child(4) .dashboard-item:nth-child(1) {
  margin-left: -450px;
}

.ready-to .dashboards-container:nth-last-child(3) .dashboard-item:nth-child(1) {
  margin-left: -360px;
}

.ready-to .dashboards-container:nth-last-child(2) .dashboard-item:nth-child(1) {
  margin-left: -270px;
}

/*promo*/

.promo .promo-layout img {
  width: auto;
  height: 360px;
}

.promo .promo-layout {
  left: 60px;
}

.promo .promo-item:nth-child(2) img {
  left: 100px;
}

.promo .promo-item:nth-child(3) img {
  left: 200px;
}

.promo .promo-item:nth-child(4) img {
  left: 300px;
}

.promo .promo-item:nth-child(5) img {
  left: 400px;
}

/*footer*/

.company:last-child {
  margin-left: 0;
  max-width: 215px;
}

}

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

  /*header*/

  header {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static !important;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-light .navbar-toggler {
    position: absolute;

    top: 22px;
    right: 40px;
    width: 50px;
    height: 50px;

    z-index: 999;

  }

  .promo .left-column {
     margin-top: -50px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 0;
    line-height: 60px;
    height: 60px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:active {
    color: #FFFFFF;

    background-color: #1D4EFF;
  }

  .bottom-nav .navbar-nav .nav-link:hover,
  .bottom-nav .navbar-nav .nav-link:active {
    font-size: 15px;
    color: #3662FF;

    background-color: transparent !important;
  }

  .top-nav {
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .top-nav .hidden-link {
    display: block;
  }

  .top-nav .hidden-link > .nav-link {
    color: #FFE600;
    display: none;
  }

  .top-nav .hidden-link > .nav-link:hover,
  .top-nav .hidden-link > .nav-link:active {
    color: #FFE600;
  }


  .top-nav .navbar-collapse a {
    padding: 10px 20px;
  }

  .top-nav .custom-nav .nav-item .nav-link {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 5px;
    width: 100%;
  }

  .top-nav .custom-nav .nav-item .nav-link:hover,
  .top-nav .custom-nav .nav-item .nav-link:active {
    border-top: 0.5px solid transparent !important;
    border-bottom: 0.5px solid transparent !important;
  }

  .top-nav .custom-nav .nav-item .nav-link:before {
    display: inline-block;
    position: relative;
    top: 2px;
    left: -7px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .bottom-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bottom-nav .hidden-link {
    visibility: hidden;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  .revers-color {
    background-color: #3662FF;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1 ) !important;
  }

  .revers-color .nav-item:first-child circle {
    fill: #FFFFFF;
  }

  .revers-color .nav-item:first-child path {
    fill: #ffffff;
  }

  .revers-color .nav-item:nth-child(2) path {
    fill: #FFFFFF;
  }

  .revers-color .nav-link {
    border-top: 0.5px solid transparent !important;
    border-bottom: 0.5px solid transparent !important;
  }

  .bottom-nav .nav-item:nth-child(1) .nav-link {
    padding-top: 12px;
  }

  .bottom-nav .nav-item:nth-child(4) .nav-link {
    padding: 0 ;
  }

  .bottom-nav .nav-item:nth-child(3) {
    display: none;
  }

  header .navbar-toggler {
    position: relative;
    border: none;
    outline: none;
  }

  header .navbar-toggler:before {
    content: "";
    position: absolute;

    top: 5px;
    right: 0;

    width: 15px;
    height: 2px;
    background-color: #3662FF;
    -webkit-transform: scale(2, 1);
    -ms-transform: scale(2, 1);
    transform: scale(2, 1);
  }

  header .navbar-toggler:after {
    content: "";
    position: absolute;

    top: 15px;
    right: -7px;

    width: 15px;
    height: 2px;
    background-color: #3662FF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  header .hidden:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    -webkit-transform: scale(1.6, 1);
    transform: rotate(-45deg) scale(1.6, 1);
  }

  header .hidden:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    -webkit-transform: scale(1.6, 1);
    transform: rotate(45deg) scale(1.6, 1);
  }

  .header-container p {
    font-size: 20px;
  }

  .header-container .row:first-of-type p {
    padding: 0 20px;

    font-size: 23px;
  }

  /*components*/

  .components .components-item img {
    margin-bottom: 0;

    width: 100% !important;
    height: 100% !important;
  }

  .components .components-item:nth-child(1) {
    left: 0;
  }

  .components .components-item {
    margin-bottom: 30px;
  }

  .components .components-item:nth-child(2) {
    left: 0;
    margin-top: 0;
  }

  .components .components-item:nth-child(3) {
    left: 0;
    top: 0;
  }

  .components .components-item:nth-child(3) img:nth-child(1) {
    display: none;
  }

  .components .components-item:nth-child(4) {
    left: 0;
    top: 0;
  }

  .components .components-item:nth-child(6) {
    left: 0;
    top: 0;
  }

  .components .components-item:nth-child(5) {
    left: 0;
  }

  .components .components-item:nth-child(7) {
    left: 0;
    top: 0;
  }

  .components .components-item:nth-child(7) .col-lg-4:nth-last-child(1) img {
    display: -webkit-box;
    display: flex;
    max-height: 255px;
    max-width: 291px;
    min-width: 291px;
  }

  .components .components-item:nth-child(7) .col-lg-4:nth-last-child(2) img {
    max-width: 369px;
    min-width: 369px;
    max-height: 255px;
}

  .components .components-item:nth-child(7) .col-lg-4:nth-last-child(2) {
    left: 0;
  }

  .components .components-item:nth-child(7) .col-lg-4:nth-last-child(3) {
   display: none;
 }

 .components .components-item:nth-child(7) .col-lg-4:nth-last-child(1) {
  left: 40px;
  top: 0;
}

.components .components-item:nth-child(5) {
    top: 0;
}

.components .components-item:nth-child(7) .col-lg-12 {
  margin-bottom: 30px;
}

.components .components-item:nth-child(8) {
  left: 0;
  top: 0;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(2) {
  left: 30px;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(3) {
  left: -20px;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(1) {
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.components .components-item:nth-child(6) .col-md-6:nth-child(2) {
  right: 0;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(3) img {
  width: 220px;
  max-height: 250px;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(3) img {
  max-height: 267px;
  min-height: 267px;

  min-width: 253px;
  max-width: 253px;

}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(4) img {
  max-height: 285px;
  min-height: 285px;

  min-width: 183px;
  max-width: 183px;
}

.components .components-item:nth-child(8) .col-lg-4:nth-last-child(2) img {
  max-height: 210px;
  min-height: 210px;

  min-width: 180px;
  max-width: 180px;
}

/*premium-kit*/

.premium-kit .list {
  margin-top: 30px;
}

.premium-kit .list div {
  padding-left: 60px;
}

.premium-kit .list-group-item {
  font-size: 20px;
}

.premium-kit .advantages p {
  font-size: 16px;
  line-height: 21px;
}

.products-row {
  padding-top: 0;
}

.products-row .products-item {
  margin-top: 30px;
}

.products-row .products-item:nth-last-child(-n+3) h4,
.products-row .products-item:nth-last-child(-n+3) h4 > a {
    font-size: 17px;
}

.started strong {
  font-size: 45px;
  line-height: 60px;
}

.products-row .five {
  display: block;
}


/*get-dashboards*/

.get-dashboards h2 {
  left: 0;

  font-size: 40px;
  line-height: 50px;
}

.get-dashboards p {
  left: 0;

  font-size: 22px;
  line-height: 30px;
}

.get-dashboards .btn-container {
  padding-left: 130px;
  padding-top: 50px;
}

.get-dashboards .btn-block {
  font-size: 18px;
}

.get-dashboards .btn-wrapper {
  min-width: 200px;
  max-width: 200px;
}

.get-dashboards .btn-wrapper:nth-child(2) {
  margin-left: 15px;
  min-width: 210px;
  max-width: 210px;
}

.get-dashboards .custom-card:before {
  height: 547px;
  background-size: 100% 100%;

}

/*symbols*/

.symbols .preview-item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.symbols .preview-item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.symbols .preview-item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.symbols {
  padding-top: 100px;
  padding-bottom: 50px;
}

.symbols .vector-container .vector-item p {
  padding: 25px 12px 0;
  font-size: 20px;
}

.symbols .vector-container:nth-child(2) .vector-item:nth-last-child(3) p {
  padding: 25px 0 0;
}

/*ready-to*/

.ready-to .dashboard-item {
  min-width: auto;
  max-width: none;
}

.ready-to .custom-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ready-to .dashboard-item:nth-child(1) img {
  -webkit-box-shadow: 30px 30px 55px rgba(38, 37, 69, 0.1) !important;
  box-shadow: 30px 30px 55px rgba(38, 37, 69, 0.1) !important;
}

.ready-to .dashboards-container .row {
  flex-wrap: wrap;
}

.ready-to .dashboards-container .dashboard-item:nth-child(1) {
  margin-right: 0;
  margin-left: 0;
}

.ready-to .dashboards-container:nth-last-child(4) .dashboard-item:nth-child(1) {
  margin-left: 0;
}

.ready-to .dashboards-container:nth-last-child(3) .dashboard-item:nth-child(1) {
  margin-left: 0;
}

.ready-to .dashboards-container:nth-last-child(2) .dashboard-item:nth-child(1) {
  margin-left: 0
}

.ready-to .dashboards-container .dashboard-item:nth-child(1) {
  margin-top: 0;
}

.ready-to .dashboards-container:nth-last-child(4),
.ready-to .dashboards-container:nth-last-child(3),
.ready-to .dashboards-container:nth-last-child(2) {
  margin-top: 0;
}

.ready-to .dashboards-container .dashboard-item {
  margin-bottom: 30px;
}

.ready-to {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ready-to .btn-wrapper {
  margin-top: 40px;
}

/*intro*/

.intro {
  padding-top: 100px;
}

.intro .links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro .col-lg-4:nth-last-child(3) {
  margin-right: 100px;
}

.intro .col-lg-4:nth-last-child(-n+2) {
  margin-top: 15px;
}

/*examples*/

.examples-cards {
  padding-top: 110px;
}

.examples-graphics {
  padding-bottom: 110px;
}

.examples-widgets,
.examples-widgets,
.examples-icons,
.examples-graphics,
.examples-grids,
.examples-dashboards  {
  padding-top: 80px;
}

/*grid*/

.grid {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

#widgets-big .grid {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

/*footer*/

.footer-right-section .col-lg-4,
.footer-right-section .col-lg-3,
.footer-right-section .col-lg-2 {
  margin-bottom: 40px;
}

.footer-right-section .col-lg-2 {
  padding-left: 15px;
}

.footer-right-section .col-lg-2:last-child {
  padding-left: 15px;
  max-width: 280px;
}

.footer-right-section .col-lg-4:first-child {
  padding-left: 15px;
}

.company:last-child {
  margin-left: auto;
}

/*features*/

.features .col-lg-3 {
  margin-bottom: 30px;
}

.features .col-lg-3:nth-last-child(-n+2) {
  margin-bottom: 0;
}

/*promo*/

.promo .promo-layout {
  left: 0;
  top: 390px;
}

.promo {
  padding-top: 150px;
  padding-bottom: 400px;
}

.promo .promo-item:nth-child(2) img {
  top: -80px;
}

.promo .promo-item:nth-child(3) img {
  top: -160px;
}

.promo .promo-item:nth-child(4) img {
  top: -240px;
}

.promo .promo-item:nth-child(5) img {
  top: -320px;
}

/*footer*/

.company-item a {
    font-size: 15.9px;
    line-height: 22px;
}

.company-item-first a {

    font-size: 18px;
    line-height: 28px;
}

}

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

  /*header*/

  .header-container .row:first-of-type p{
    padding: 0 15px;

    font-size: 20px;
    line-height: 30px;
  }

  .header-container p {
    font-size: 18px;
    line-height: 26px;
  }

  /*get-dashboards*/

  .get-dashboards .btn-container {
    padding-left: 105px;
    padding-top: 50px;
  }

  .get-dashboards .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .get-dashboards .btn-wrapper:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;

    min-width: 80%;
    max-width: 80%;
  }

  .get-dashboards .btn-wrapper {
    min-width: 80%;
    max-width: 80%;
  }

  .get-dashboards .btn-block {
    height: 50px;

    line-height: 50px;
  }

  .get-dashboards .custom-card:before {
    height: 591px;
    width: 80px;
    background-size: 100% 100%;
  }

  .get-dashboards .custom-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /*symbols*/

  .symbols .preview-item:nth-child(1),
  .symbols .preview-item:nth-child(2),
  .symbols .preview-item:nth-child(3) {
    max-width: inherit;
    min-width: inherit;
  }

  .symbols .preview-container {
    padding: 40px 0 0;
  }

  .symbols .preview-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
  }

  .symbols .preview-item:nth-child(3) {
    margin-top: -350px;
  }

  .symbols p {
    padding: 15px 40px 0;
  }

  .symbols .vector-container .vector-item p {
    padding: 15px 50px 0;
  }

  .symbols .vector-container:nth-child(2) .vector-item:nth-last-child(1) p {
    padding: 25px 65px 0;
  }

  /*components*/

  .components {
    padding-top: 100px;
  }

  .ready-to {
      padding-top: 50px;
      padding-bottom: 70px;
  }

  .symbols {
      padding-top: 50px;
      padding-bottom: 0;
  }

  .premium-kit {
      padding-top: 81px;
      padding-bottom: 82px;
      background-color: #0E0C39;
  }

  .get-dashboards .custom-card {
      margin-top: 80px;
      margin-bottom: 80px;
  }

  .components .components-item:nth-child(8) .col-lg-4:nth-last-child(3) {
    max-width: 260px;
    max-height: 155px;
  }

  .components .components-item:nth-child(8) .col-lg-4:nth-last-child(2) {
    display: none;
  }

  .components .components-item:nth-child(7) .col-lg-4:nth-last-child(2) img {
    max-width: initial;
    min-width: initial;
    max-height: initial;
}

  .components .components-item:nth-child(7) .col-lg-4:nth-last-child(1) img {
      max-width: initial;
      min-width: initial;
      max-height: initial;
  }

  .components .components-item:nth-child(7) .col-lg-4:nth-last-child(1) {
      left: 0;
      margin-top: 30px;
  }

  .components .components-item:nth-child(8) .col-lg-4:nth-last-child(3) {
      left: 35px;
  }

  .components .components-item:nth-child(6) .col-md-6:nth-child(2) {
    margin-top: 30px;
  }

  .products-row .products-item:nth-last-child(-n+3) h4,
  .products-row .products-item:nth-last-child(-n+3) h4 > a {
      font-size: 18px;
  }


  /*promo*/

  .promo {
    padding-top: 150px;
    padding-bottom: 330px;
  }

  .promo .promo-layout img {
    width: auto;
    height: 300px;
  }

  .symbols .vector-container:nth-child(2) .vector-item:nth-last-child(3) p {
    padding: 25px 20px 0;
  }

  /*intro*/

  .intro .links {
    flex-wrap: wrap;
  }


  .intro .col-lg-4:nth-last-child(3) {
    margin-right: 0;
  }

}

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

  /*footer*/

  .company-descr {
    margin-bottom: 60px;
    padding-right: 20px;
  }

}

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

  /*header*/

  .header-container .col-lg-9 {
    padding: 0 15px;
  }

  .header-container {
    padding: 0 10px;
  }

  .header-container p {
    padding-right: 40px;
  }

  .header-container .row:first-of-type p {
    padding: 0;

    max-width: 385px;

    font-size: 18px;
    line-height: 28px;
  }

  .header-buttons .btn {
    font-size: 18px;
  }

  /*promo*/

  .promo .btn-block {
    font-size: 18px;
  }

  .promo .btn-wrapper {
    min-width: 200px;
    max-width: 200px;
  }

  .promo .btn-wrapper:nth-child(2) {
    margin-left: 20px;
    min-width: 210px;
    max-width: 210px;
  }

  /*components*/

  .components .components-item:nth-child(7) .col-lg-4:nth-last-child(3) {
    display: block;
    margin-bottom: 30px;
  }

  .components .components-item:nth-child(8) {
    display: none;
  }



  /*get-dashboards*/

  .get-dashboards .row {
    padding: 0 15px;
  }

  .get-dashboards .custom-card:before {
    height: 100.3%;
    width: 80px;
    background-size: 100% 100%;
  }

  .get-dashboards h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .get-dashboards p {
    font-size: 19px;
    line-height: 28px;
  }

  .get-dashboards .btn-container {
    padding-left: 20%;
  }

  /*styles*/

  .symbols .preview-item {
    margin-bottom: 30px;
  }

  .symbols .preview-item:nth-child(3) {
    margin-top: 0;
  }

  .symbols p {
    padding: 15px 10px 0;
  }

  .symbols .vector-container .vector-item p {
    padding: 25px 22px 0;
  }

  .symbols .vector-container:nth-child(2) .vector-item:nth-last-child(3) p {
    padding: 25px 0 0;
  }

  /*features*/

  .features .col-lg-3 {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .features .col-lg-3:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }

  .features .col-lg-3:nth-last-child(1) {
    margin-bottom: 0;
  }

  /*intro*/

  .intro .col-lg-4:nth-last-child(-n+2) {
    margin-top: 15px;
    margin-right: 15px;
  }

  .intro .col-lg-4:nth-last-child(1) {
   margin-right: 0;
 }


 /*footer*/

 .footer-right-section .col-lg-2 {
    padding-left: 0;
  }

  .footer-right-section .col-lg-4,
  .footer-right-section .col-lg-3,
  .footer-right-section .col-lg-2 {
    width: 50%;
  }

  footer .container:first-child {
    padding: 25px;
  }

  .copyright-text {
    text-align: center;
  }

}

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

  /*header*/

  .header-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .header-buttons .btn {
    height: 50px;

    font-size: 18px;
    line-height: 52px;
  }

  .header-buttons .btn-wrapper {
    max-width: 190px;
    margin: 0 auto;
  }

  .header-buttons .btn-wrapper:first-child {
    margin-right: auto;
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 495px) {
  .intro .col-lg-4:nth-last-child(-n+3) {
    margin-top: 15px;
    margin-right: 15px;
  }
}


@media screen and (max-width: 475px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  /*get-dashboards*/

  .get-dashboards p {
    font-size: 17px;
    line-height: 25px;
  }

  .get-dashboards h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .get-dashboards .supported {
    padding-top: 20px;
  }

  .get-dashboards .btn-container {
    padding-top: 30px;
  }

  .get-dashboards .custom-card {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .get-dashboards .custom-card:before {
    display: none;
  }

  .get-dashboards .custom-card {
    padding: 30px 0;
  }

  .get-dashboards .btn-block {
    font-size: 16px;
  }

  /*promo*/

  .promo {
    padding-top: 100px;
  }

  .promo .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .promo .btn-wrapper {
    min-width: 90%;
    max-width: 90%;
  }

  .promo .btn-wrapper:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;

    min-width: 90%;
    max-width: 90%;
  }

}

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

  /*promo*/

  .promo .promo-item:nth-child(2) img {
    left: 80px;
    top: -60px;
  }

  .promo .promo-item:nth-child(3) img {
    left: 160px;
    top: -120px;
  }

  .promo .promo-item:nth-child(4) img {
    left: 240px;
    top: -180px;
  }

  .promo .promo-item:nth-child(5) img {
    left: 320px;
    top: -240px;
  }

  .promo .promo-layout {
    top: 290px;
  }

  .promo {
    padding-bottom: 230px;
  }

  /*premium-kit*/

  .premium-kit {
    padding-bottom: 100px;
  }

  /*examples*/

  .examples-widgets,
  .examples-icons,
  .examples-graphics,
  .examples-grids,
  .examples-dashboards  {
    padding-top: 60px;
  }

  .examples-graphics {
    padding-bottom: 50px;
  }

  /*footer*/

  .footer-right-section .col-lg-4,
  .footer-right-section .col-lg-3,
  .footer-right-section .col-lg-2 {
    width: 100%;
    max-width: initial;
    margin-left: 0;
  }

  .footer-right-section .col-lg-2:last-child {
    max-width: initial;
  }

  footer .container:first-child {
    padding: 30px;
    text-align: center;
  }

  .company-descr {
    text-align: center;
    padding: 0 10px;
  }

  .copyright-text {
    margin-top: 0;
  }

}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 45px;
    line-height: 60px;
  }

  /*intro*/

  .intro .col-lg-4:nth-last-child(-n+4) {
    margin-top: 15px;
    margin-right: 15px;
  }

}

@media screen and (max-width: 375px) {
  .ready-to h2 {
   font-size: 35px;
   line-height: 40px;
 }
}


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

  .premium-kit h2 + p {
    padding: 22px 20px 0;
  }

  .premium-kit .list div {
    padding-left: 40px;
  }

  .premium-kit .advantages p {
    font-size: 14px;
    line-height: 21px;
}

}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .symbols .vector-container .vector-item p {
    padding: 25px 12px 0;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.035em;
    color: #0E0C39;
  }
}

/* --- animation --- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-0-1s,
.magictime.delay-0-1s {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.animated.delay-0-2s,
.magictime.delay-0-2s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.animated.delay-0-3s,
.magictime.delay-0-3s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.animated.delay-0-4s,
.magictime.delay-0-4s {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.animated.delay-0-5s,
.magictime.delay-0-5s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-0-6s,
.magictime.delay-0-6s {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.animated.delay-0-7s,
.magictime.delay-0-7s {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.animated.delay-0-8s,
.magictime.delay-0-8s {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.animated.delay-0-9s,
.magictime.delay-0-9s {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
.animated.delay-1s,
.magictime.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-1-1s,
.magictime.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.animated.delay-1-2s,
.magictime.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay-1-3s,
.magictime.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.animated.delay-1-4s,
.magictime.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.animated.delay-1-5s,
.magictime.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-1-6s,
.magictime.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.animated.delay-1-7s,
.magictime.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.animated.delay-1-8s,
.magictime.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animated.delay-1-9s,
.magictime.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.animated.delay-2s,
.magictime.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-2-1s,
.magictime.delay-2-1s {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.animated.delay-2-2s,
.magictime.delay-2-2s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.upanddownsmalls {
  -webkit-animation-name: animation_13;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-name: animation_13;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
.upanddownsmall {
  -webkit-animation-name: animation_12;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-name: animation_12;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
.upanddown {
  -webkit-animation-name: animation_8;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-name: animation_8;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
.upanddowninvers {
  -webkit-animation-name: animation_9;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-name: animation_9;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
.animated.duration-1s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.duration-2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.duration-3s {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.fadeInDownCustom {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
.fadeInLeftCustom {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
.fadeInRightCustom {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes animation_8 {
  0% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  50% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,25,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,25,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  100% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@keyframes animation_8 {
  0% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  50% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,25,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,25,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  100% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@-webkit-keyframes animation_9 {
  0% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  50% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  100% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@keyframes animation_9 {
  0% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  50% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  100% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@-webkit-keyframes animation_12 {
  0% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  50% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  100% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@keyframes animation_12 {
  0% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  50% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  100% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@-webkit-keyframes animation_13 {
  0% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  50% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,10,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,10,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  100% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@keyframes animation_13 {
  0% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  50% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,10,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,10,0,1); opacity: 1; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out}
  100% {-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@-webkit-keyframes fadeInDownSmall {
  0% {opacity: 0;-webkit-transform: translateY(-20px);}
  100% {opacity: 1;-webkit-transform: translateY(0);}
}
@keyframes fadeInDownSmall {
  0% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}
  100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
}
@-webkit-keyframes fadeInLeftSmall {
  0% {opacity: 0;-webkit-transform: translateX(-30px);}
  100% {opacity: 1;-webkit-transform: translateY(0);}
}
@keyframes fadeInLeftSmall {
  0% {opacity: 0;-webkit-transform: translateX(-30px);transform: translateX(-30px);}
  100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
}

@-webkit-keyframes fadeInRightSmall {
  0% {opacity: 0;-webkit-transform: translateX(50px);}
  100% {opacity: 1;-webkit-transform: translateY(0);}
}
@keyframes fadeInRightSmall {
  0% {opacity: 0;-webkit-transform: translateX(50px);transform: translateX(50px);}
  100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
}
/* --- /animation --- */