/************************************
10 - Animations
*************************************/
@-webkit-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fade-up-enter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-o-keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fade-up-leave {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.animate-fade-up.ng-enter {
  -webkit-animation: 0.35s fade-up-enter;
  -moz-animation: 0.35s fade-up-enter;
  -ms-animation: 0.35s fade-up-enter;
  -o-animation: 0.35s fade-up-enter;
  animation: 0.35s fade-up-enter;
}
@-webkit-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes animate-flip-y-enter {
  0% {
    -webkit-transform: perspective(3000px) rotateY(90deg);
    -moz-transform: perspective(3000px) rotateY(90deg);
    -ms-transform: perspective(3000px) rotateY(90deg);
    -o-transform: perspective(3000px) rotateY(90deg);
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@-o-keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes animate-flip-y-leave {
  0% {
    -webkit-transform: perspective(3000px) rotateY(0deg);
    -moz-transform: perspective(3000px) rotateY(0deg);
    -ms-transform: perspective(3000px) rotateY(0deg);
    -o-transform: perspective(3000px) rotateY(0deg);
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(3000px) rotateY(-90deg);
    -moz-transform: perspective(3000px) rotateY(-90deg);
    -ms-transform: perspective(3000px) rotateY(-90deg);
    -o-transform: perspective(3000px) rotateY(-90deg);
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
.animate-flip-y.ng-enter {
  -webkit-animation: 0.5s animate-flip-y-enter;
  -moz-animation: 0.5s animate-flip-y-enter;
  -ms-animation: 0.5s animate-flip-y-enter;
  -o-animation: 0.5s animate-flip-y-enter;
  animation: 0.5s animate-flip-y-enter;
}
.animate-flip-y.ng-leave {
  -webkit-animation: 0.5s animate-flip-y-leave;
  -moz-animation: 0.5s animate-flip-y-leave;
  -ms-animation: 0.5s animate-flip-y-leave;
  -o-animation: 0.5s animate-flip-y-leave;
  animation: 0.5s animate-flip-y-leave;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate-vertical-slide.ng-hide-add {
  -webkit-animation: 0.35s slideOutUp ease-in-out;
  -moz-animation: 0.35s slideOutUp ease-in-out;
  -ms-animation: 0.35s slideOutUp ease-in-out;
  -o-animation: 0.35s slideOutUp ease-in-out;
  animation: 0.35s slideOutUp ease-in-out;
}
.animate-vertical-slide.ng-hide-remove {
  -webkit-animation: 0.35s 0.35s slideInDown ease-in-out;
  -moz-animation: 0.35s 0.35s slideInDown ease-in-out;
  -ms-animation: 0.35s 0.35s slideInDown ease-in-out;
  -o-animation: 0.35s 0.35s slideInDown ease-in-out;
  animation: 0.35s 0.35s slideInDown ease-in-out;
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn,
a.btn:not(.md-button) {
  color: #ffffff;
  font-family: 'roboto_condensedregular';
  text-decoration: none;
  text-transform: uppercase;
}
.btn.transform-none,
a.btn:not(.md-button).transform-none {
  text-transform: none;
}
.btn-blue,
a.btn-blue {
  -webkit-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -ms-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -o-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  background-color: #23b4ff;
  color: #ffffff;
}
.btn-blue:hover,
a.btn-blue:hover,
.btn-blue:active,
a.btn-blue:active,
.btn-blue:focus,
a.btn-blue:focus {
  background-color: #3dbdff;
  color: #ffffff;
}
.btn-black,
a.btn-black {
  background-color: #3f4259;
  color: #ffffff;
}
.btn-black:hover,
a.btn-black:hover,
.btn-black:active,
a.btn-black:active {
  background-color: #4a4d68;
  color: #ffffff;
}
.btn-green,
a.btn-green {
  background-color: #76bc48;
  color: #ffffff;
}
.btn-green:hover,
a.btn-green:hover,
.btn-green:active,
a.btn-green:active {
  background-color: #84c35b;
  color: #ffffff;
}
a.btn span {
  display: inline-block;
  vertical-align: middle;
}
a.btn:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}
a:not(.md-button).btn:hover,
a:not(.md-button).btn:active {
  color: #ffffff;
}
/* button size */
.btn-lg {
  height: 60px;
}
.btn-md {
  height: 50px;
}
/* button type */
.play-btn-wrapper {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #fefefe;
  border: 1px solid #e3e4e7;
  color: #2f323c;
  cursor: pointer;
  font-family: 'clear_sansregular';
  font-size: 30px;
  padding: 14px;
  padding-right: 30px;
  text-decoration: none;
}
.play-btn-wrapper:hover .btn-play.color-blue {
  background-color: #7fa6de;
}
.btn-play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
}
.btn-play.color-blue {
  background-color: #568ad4;
  box-shadow: 0 4px 7px #8fb0d5;
}
@font-face {
  font-family: 'clear_sansregular';
  src: url('../fonts/clearsans-regular-webfont.eot');
  src: url('../fonts/clearsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/clearsans-regular-webfont.woff2') format('woff2'), url('../fonts/clearsans-regular-webfont.woff') format('woff'), url('../fonts/clearsans-regular-webfont.ttf') format('truetype'), url('../fonts/clearsans-regular-webfont.svg#clear_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clear_sansbold';
  src: url('../fonts/clearsans-bold-webfont.eot');
  src: url('../fonts/clearsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/clearsans-bold-webfont.woff2') format('woff2'), url('../fonts/clearsans-bold-webfont.woff') format('woff'), url('../fonts/clearsans-bold-webfont.ttf') format('truetype'), url('../fonts/clearsans-bold-webfont.svg#clear_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clear_sansbold_italic';
  src: url('../fonts/clearsans-bolditalic-webfont.eot');
  src: url('../fonts/clearsans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/clearsans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/clearsans-bolditalic-webfont.woff') format('woff'), url('../fonts/clearsans-bolditalic-webfont.ttf') format('truetype'), url('../fonts/clearsans-bolditalic-webfont.svg#clear_sansbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clear_sansitalic';
  src: url('../fonts/clearsans-italic-webfont.eot');
  src: url('../fonts/clearsans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/clearsans-italic-webfont.woff2') format('woff2'), url('../fonts/clearsans-italic-webfont.woff') format('woff'), url('../fonts/clearsans-italic-webfont.ttf') format('truetype'), url('../fonts/clearsans-italic-webfont.svg#clear_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clear_sans_lightregular';
  src: url('../fonts/clearsans-light-webfont.eot');
  src: url('../fonts/clearsans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/clearsans-light-webfont.woff2') format('woff2'), url('../fonts/clearsans-light-webfont.woff') format('woff'), url('../fonts/clearsans-light-webfont.ttf') format('truetype'), url('../fonts/clearsans-light-webfont.svg#clear_sans_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('../fonts/robotocondensed-bold-webfont.eot');
  src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('../fonts/robotocondensed-bold-webfont.woff') format('woff'), url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url('../fonts/robotocondensed-regular-webfont.eot');
  src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'), url('../fonts/robotocondensed-regular-webfont.woff') format('woff'), url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedbold_italic';
  src: url('../fonts/robotocondensed-bolditalic-webfont.eot');
  src: url('../fonts/robotocondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-bolditalic-webfont.woff2') format('woff2'), url('../fonts/robotocondensed-bolditalic-webfont.woff') format('woff'), url('../fonts/robotocondensed-bolditalic-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condenseditalic';
  src: url('../fonts/robotocondensed-italic-webfont.eot');
  src: url('../fonts/robotocondensed-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-italic-webfont.woff2') format('woff2'), url('../fonts/robotocondensed-italic-webfont.woff') format('woff'), url('../fonts/robotocondensed-italic-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-italic-webfont.svg#roboto_condenseditalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedlight';
  src: url('../fonts/robotocondensed-light-webfont.eot');
  src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'), url('../fonts/robotocondensed-light-webfont.woff') format('woff'), url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedlight_italic';
  src: url('../fonts/robotocondensed-lightitalic-webfont.eot');
  src: url('../fonts/robotocondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-lightitalic-webfont.woff2') format('woff2'), url('../fonts/robotocondensed-lightitalic-webfont.woff') format('woff'), url('../fonts/robotocondensed-lightitalic-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedlight_italic';
  src: url('../fonts/robotocondensed-lightitalic-webfont.eot');
  src: url('../fonts/robotocondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-lightitalic-webfont.woff2') format('woff2'), url('../fonts/robotocondensed-lightitalic-webfont.woff') format('woff'), url('../fonts/robotocondensed-lightitalic-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('../fonts/opensans-italic-webfont.eot');
  src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans-italic-webfont.ttf') format('truetype'), url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold_italic';
  src: url('../fonts/opensans-bolditalic-webfont.eot');
  src: url('../fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-bolditalic-webfont.woff') format('woff'), url('../fonts/opensans-bolditalic-webfont.ttf') format('truetype'), url('../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight_italic';
  src: url('../fonts/opensans-lightitalic-webfont.eot');
  src: url('../fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'), url('../fonts/opensans-lightitalic-webfont.woff') format('woff'), url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/opensans-light-webfont.eot');
  src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../fonts/opensans-extrabold-webfont.eot');
  src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensans-extrabold-webfont.woff') format('woff'), url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noteworthy-bold';
  src: url('../fonts/noteworthy-bold-webfont.eot');
  src: url('../fonts/noteworthy-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/noteworthy-bold-webfont.woff2') format('woff2'), url('../fonts/noteworthy-bold-webfont.woff') format('woff'), url('../fonts/noteworthy-bold-webfont.ttf') format('truetype'), url('../fonts/noteworthy-bold-webfont.svg#noteworthy-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noteworthy-light';
  src: url('../fonts/noteworthy-light-webfont.eot');
  src: url('../fonts/noteworthy-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/noteworthy-light-webfont.woff2') format('woff2'), url('../fonts/noteworthy-light-webfont.woff') format('woff'), url('../fonts/noteworthy-light-webfont.ttf') format('truetype'), url('../fonts/noteworthy-light-webfont.svg#noteworthy-light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoitalic';
  src: url('../fonts/roboto-italic-webfont.eot');
  src: url('../fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-italic-webfont.woff2') format('woff2'), url('../fonts/roboto-italic-webfont.woff') format('woff'), url('../fonts/roboto-italic-webfont.ttf') format('truetype'), url('../fonts/roboto-italic-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolightitalic';
  src: url('../fonts/roboto-lightitalic-webfont.eot');
  src: url('../fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'), url('../fonts/roboto-lightitalic-webfont.woff') format('woff'), url('../fonts/roboto-lightitalic-webfont.ttf') format('truetype'), url('../fonts/roboto-lightitalic-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din_condensedbold';
  src: url('../fonts/din-webfont.eot');
  src: url('../fonts/din-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din-webfont.woff2') format('woff2'), url('../fonts/din-webfont.woff') format('woff'), url('../fonts/din-webfont.ttf') format('truetype'), url('../fonts/din-webfont.svg#din_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dincondensedcregular';
  src: url('../fonts/pt_din_condensed_cyrillic-webfont.eot');
  src: url('../fonts/pt_din_condensed_cyrillic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_din_condensed_cyrillic-webfont.woff2') format('woff2'), url('../fonts/pt_din_condensed_cyrillic-webfont.woff') format('woff'), url('../fonts/pt_din_condensed_cyrillic-webfont.ttf') format('truetype'), url('../fonts/pt_din_condensed_cyrillic-webfont.svg#dincondensedcregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flexbox-display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*ul {
  width: 100%;
  @media @xs {
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
  }
}*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: Arial, sans-serif;
  color: #2f323c;
  font-size: 16px;
  line-height: 25px;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 30px;
}
a {
  color: #4f81cb;
  text-decoration: underline;
}
a:hover {
  color: #76bc48;
}
a:not(.md-button) {
  color: #4f81cb;
  text-decoration: underline;
}
a:not(.md-button):hover {
  color: #76bc48;
}
.global-wrapper {
  min-height: 1200px;
  min-width: 350px;
}
/* Header */
.header {
  position: relative;
  padding-top: 22px;
  padding-bottom: 35px;
}
.header .logo {
  margin-right: 22px;
}
.header .main-menu {
  list-style: none;
  padding-left: 0;
}
.header .main-menu:before,
.header .main-menu:after {
  content: " ";
  display: table;
}
.header .main-menu:after {
  clear: both;
}
.header .main-menu.main-index-menu .forgot-link a {
  color: #4f81cb;
  font-weight: normal;
  font-size: 14px;
}
.header .main-menu.main-index-menu .forgot-link a:hover {
  color: #76bc48;
  background-color: transparent;
  background-image: none;
}
.header .main-menu.main-menu-inner .forgot-link a {
  color: #4f81cb;
  font-weight: normal;
  font-size: 14px;
}
.header .main-menu.main-menu-inner .forgot-link a:hover {
  color: #76bc48;
  background-color: transparent;
  background-image: none;
}
.header .main-menu .forgot-link a {
  color: #4f81cb;
  font-weight: normal;
  font-size: 14px;
}
.header .main-menu .forgot-link a:hover {
  color: #76bc48;
  background-color: transparent;
  background-image: none;
}
.header .main-menu li {
  float: left;
  margin-right: 4px;
}
.header .main-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
}
.header .main-menu li a:hover {
  background-image: url("../images/layout/menu-hover.png");
  color: #ffffff;
}
.header .main-menu li a.active {
  background-image: url("../images/layout/menu-hover.png");
}
.header .main-menu li a.active:hover {
  background-image: url("../images/layout/menu-active-hover.png");
}
.header .main-menu.main-menu-inner li.active a {
  background-image: none;
  background-color: #3f4259;
  color: #ffffff;
}
.header .main-menu.main-menu-inner li a {
  color: #2f323c;
}
.header .main-menu.main-menu-inner li a:hover {
  background-image: none;
  background-color: #3f4259;
  color: #ffffff;
}
.header .main-menu.main-menu-inner li a.active {
  background-image: none;
  background-color: #3f4259;
  color: #ffffff;
}
.header .main-menu.main-menu-inner li a.active:hover {
  background-color: #34374a;
}
.header .main-menu.main-menu-inner li .modal-footer a {
  padding: 0;
  color: #23b4ff;
}
.header .main-menu.main-menu-inner li .modal-footer a:hover {
  background-color: transparent;
  color: #76bc48;
}
.header .main-menu.main-index-menu li a {
  color: #2f323c;
}
.header .main-menu.main-index-menu li a:hover {
  color: #ffffff;
}
.header .main-menu.main-index-menu li a.active {
  background-color: #d9dce3;
  color: #2f323c;
  background-image: none;
}
.header .main-menu.main-index-menu li a.active:hover {
  color: #ffffff;
  background-color: #2f323c;
}
.header .menu-box {
  width: 29px;
  height: 24px;
  background-image: url("../images/layout/menu-box-white.png");
  cursor: pointer;
  margin-bottom: 5px;
  margin-left: 20px;
  display: none;
}
.header .menu-box.gray {
  background-image: url("../images/layout/menu-box-gray.png");
}
.header .menu-box.blue {
  background-image: url("../images/layout/menu-box-blue.png");
}
.container-fixed {
  max-width: 1100px;
  margin: 0 auto;
}
.container-fixed-narrow {
  max-width: 800px;
  margin: 0 auto;
}
.container-fixed-narrow-extra {
  max-width: 490px;
  margin: 0 auto;
}
.index-header-bg {
  background-image: url(/images/pages/header-light/top-back.png);
  background-position: center -9px;
  background-repeat: no-repeat;
  background-color: #f5f7fb;
  max-height: 700px;
  margin-top: 0;
}
.map-bg {
  background-image: url("../images/bg/map.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.map-bg-blue {
  background-image: url("../images/bg/map-blue.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.top-index-section .top-index-title {
  position: relative;
  color: #2f323c;
  margin-top: 155px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  font-family: 'clear_sansregular';
}
.top-index-section .top-index-title strong {
  font-weight: normal;
  font-family: 'clear_sansbold';
}
.top-index-section .top-index-form {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 300px;
}
.top-index-section .index-signup-form .form-control {
  border: 1px solid #b7b9c7;
}
.top-index-section .index-signup-form .special-green {
  background-color: #7cd069;
  font-size: 16px;
}
/* Index page */
.index-page-wrapper {
  overflow: hidden;
}
.bg-starry {
  background-image: url(/images/pages/header-light/bg-starry.png);
  background-position: top center;
  background-repeat: repeat-x;
}
.bg-starry .text-viola {
  color: #94889f;
  padding-bottom: 73px;
}
.bg-starry .text-light {
  color: #cac1d3;
}
.bg-starry h2.light-h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 32px;
}
.min-height-600 {
  min-height: 600px;
}
.min-height-560 {
  min-height: 560px;
}
.img-absolute-right {
  position: absolute;
  right: 0;
}
.index-icons-section {
  padding-top: 58px;
  padding-bottom: 40px;
}
.index-icons-section .item .icon {
  background-image: url(/images/index/index-icons-section-orange.png?ver=3);
  display: inline-block;
  margin-bottom: 13px;
}
.index-icons-section .item .icon.blogs {
  width: 44px;
  height: 40px;
  background-position: 0 0;
}
.index-icons-section .item .icon.facebook {
  width: 40px;
  height: 40px;
  background-position: 0 -40px;
}
.index-icons-section .item .icon.forum {
  width: 42px;
  height: 40px;
  background-position: 0 -80px;
}
.index-icons-section .item .icon.reddit {
  width: 45px;
  height: 39px;
  background-position: 0 -120px;
}
.index-icons-section .item .icon.news {
  width: 43px;
  height: 41px;
  background-position: 0 -159px;
}
.index-icons-section .item .icon.qa {
  width: 40px;
  height: 40px;
  background-position: 0 -200px;
}
.index-icons-section .item .icon.twitter {
  width: 51px;
  height: 42px;
  background-position: 0 -240px;
}
.index-icons-section .item .icon.web {
  width: 42px;
  height: 42px;
  background-position: 0 -282px;
}
.index-icons-section .item .icon.youtube {
  width: 40px;
  height: 40px;
  background-position: 0 -324px;
}
.index-icons-section .item .icon-label {
  background-color: #202135;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 3px #202135;
  -moz-box-shadow: 0 2px 3px #202135;
  -ms-box-shadow: 0 2px 3px #202135;
  -o-box-shadow: 0 2px 3px #202135;
  box-shadow: 0 2px 3px #202135;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding: 4px 13px;
  line-height: 12px;
}
.index-icons-section .item .icon-twitter-block {
  margin-right: 62px;
  text-align: center;
}
.index-icons-section .item .icon-facebook-block {
  margin-right: 46px;
  text-align: center;
}
.index-icons-section .item .icon-reddit-block {
  margin-right: 32px;
  text-align: center;
}
.index-icons-section .item .icon-youtube-block {
  margin-right: 14px;
  text-align: center;
}
.index-icons-section .item .icon-qa-block {
  text-align: center;
}
.index-icons-section .item .icon-blogs-block {
  margin-left: 14px;
  text-align: center;
}
.index-icons-section .item .icon-forum-block {
  margin-left: 32px;
  text-align: center;
}
.index-icons-section .item .icon-news-block {
  margin-left: 46px;
  text-align: center;
}
.index-icons-section .item .icon-web-block {
  margin-left: 62px;
  text-align: center;
}
.shape-bg {
  background-image: url("../images/index/shape-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 30;
  height: 699px;
}
.shape-left-bg {
  background-image: url("../images/index/shape-left-bg.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 699px;
  position: absolute;
  z-index: 10;
  width: 50%;
  left: 0;
}
.shape-right-bg {
  background-image: url("../images/index/shape-right-bg.png");
  background-position: right bottom;
  background-repeat: repeat-x;
  height: 699px;
  z-index: 20;
  position: absolute;
  width: 50%;
  right: 0;
}
.index-graph-icon {
  background-image: url("../images/index/index-graph-icon.png?ver=2");
  display: inline-block;
  vertical-align: middle;
}
.index-graph-icon.graph-01 {
  width: 39px;
  height: 42px;
  background-position: 0 0;
}
.index-graph-icon.graph-02 {
  width: 41px;
  height: 44px;
  background-position: 0 -42px;
}
.index-graph-icon.graph-03 {
  width: 41px;
  height: 43px;
  background-position: 0 -86px;
}
.index-graph-icon.graph-04 {
  width: 44px;
  height: 45px;
  background-position: 0 -129px;
}
.index-graph-icon.graph-05 {
  width: 45px;
  height: 39px;
  background-position: 0 -174px;
}
.index-bg-stars {
  background-image: url("../images/index/index-bg-stars.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.index-bg-stars-repeat {
  background-image: url("../images/index/index-bg-stars-repeat.png");
  background-repeat: repeat-x;
}
.testimonial-wrapper {
  margin-right: 30px;
  margin-bottom: 73px;
  width: 320px;
}
.testimonial-wrapper.last {
  margin-right: 0;
}
.testimonial-block {
  background-color: #ffffff;
  color: #7e818c;
  font-size: 13px;
  line-height: 20px;
  padding: 34px 35px 33px 40px;
  position: relative;
  -webkit-box-shadow: 0 10px 40px #c5cad7;
  -moz-box-shadow: 0 10px 40px #c5cad7;
  -ms-box-shadow: 0 10px 40px #c5cad7;
  -o-box-shadow: 0 10px 40px #c5cad7;
  box-shadow: 0 10px 40px #c5cad7;
}
.testimonial-block .quot {
  background-image: url("../images/layout/testimonial-bg.png?ver=2");
  display: inline-block;
  width: 30px;
  height: 33px;
  position: absolute;
  top: -10px;
  left: 37px;
}
.testimonial-block .arrow {
  background-image: url("../images/layout/testimonial-arrow.png");
  display: inline-block;
  width: 13px;
  height: 27px;
  position: absolute;
  bottom: -27px;
}
.testimonial-block p:last-child {
  margin-bottom: 0;
}
.testimonial-block .testimonial-header {
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
}
.testimonial-footer {
  margin-top: 30px;
  padding-left: 43px;
}
.testimonial-footer .testimonial-footer-link {
  margin-top: 3px;
  line-height: 12px;
  font-size: 12px;
}
.testimonial-footer .testimonial-footer-link a {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #4f81cb;
}
.testimonial-footer .testimonial-footer-link a:hover {
  border-bottom: 1px solid #76bc48;
}
.footer {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .copyright {
  margin-bottom: 40px;
}
.features-screen-right {
  margin-left: -50px;
}
.features-screen-right-2 {
  margin-left: -65px;
}
.features-screen-left {
  right: -50px;
  position: absolute;
}
.mobile-separator {
  display: none;
}
.pricing-table {
  margin-top: 60px;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 13px 43px #a6acbf;
  -moz-box-shadow: 0 13px 43px #a6acbf;
  -ms-box-shadow: 0 13px 43px #a6acbf;
  -o-box-shadow: 0 13px 43px #a6acbf;
  box-shadow: 0 13px 43px #a6acbf;
}
.pricing-table .plan-block {
  background-color: #ffffff;
  font-size: 14px;
}
.pricing-table .plan-block.plan-block-border {
  border-right: 1px solid #ececed;
}
.pricing-table .plan-block.pro {
  margin-bottom: -20px;
  margin-top: -20px;
  position: relative;
  z-index: 40;
  -webkit-box-shadow: 0 13px 43px #a6acbf;
  -moz-box-shadow: 0 13px 43px #a6acbf;
  -ms-box-shadow: 0 13px 43px #a6acbf;
  -o-box-shadow: 0 13px 43px #a6acbf;
  box-shadow: 0 13px 43px #a6acbf;
}
.pricing-table .plan-block.pro .popular {
  background-color: #5bc542;
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  font-family: 'roboto_condensedregular';
}
.pricing-table .plan-block.pro .plan-header {
  color: #a7aac0;
  background-color: #3f4259;
}
.pricing-table .plan-block.pro .plan-header .title {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 12px;
}
.pricing-table .plan-block.pro .plan-body {
  padding-bottom: 40px;
}
.pricing-table .plan-block.pro .plan-body .btn {
  font-size: 16px;
  padding: 15px 10px;
  -webkit-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -ms-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  -o-box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
  box-shadow: 0 1px 2px rgba(42, 94, 170, 0.5);
}
.pricing-table .plan-block .plan-header {
  min-height: 160px;
  background-color: #f5f7fb;
  text-align: center;
  padding: 20px 30px;
}
.pricing-table .plan-block .plan-header .title {
  font-size: 26px;
  line-height: 30px;
  font-family: 'clear_sansbold';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pricing-table .plan-block .plan-header .desc {
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
}
.pricing-table .plan-block .plan-body {
  padding: 20px 27px 30px;
}
.pricing-table .plan-block .plan-body .custom-text {
  font-size: 36px;
}
.pricing-table .plan-block .plan-body .price {
  color: #5bc542;
  font-size: 30px;
  line-height: 44px;
  font-family: 'clear_sansbold';
  margin-bottom: 10px;
}
.pricing-table .plan-block .plan-body .price .count {
  font-size: 44px;
}
.pricing-table .plan-block .plan-body .list {
  list-style-type: none;
  margin-bottom: 15px;
}
.pricing-table .plan-block .plan-body .list .disable {
  color: #abadb4;
  text-decoration: line-through;
}
.pricing-table .plan-block .plan-body .list li {
  margin-bottom: 5px;
}
.pricing-table .plan-block .plan-body .btn {
  font-size: 14px;
  padding: 10px;
}
.support-wrapper {
  padding: 25px 40px 40px;
  margin-bottom: 60px;
}
.mentions-animate-block {
  position: absolute;
  min-height: 700px;
  max-width: 1100px;
  width: 100%;
  left: 50%;
  margin-left: -550px;
  margin-top: -40px;
}
.mentions-animate-block .mention-block {
  display: none;
  padding: 10px;
  position: absolute;
  max-width: 340px;
  background-color: #ffffff;
  color: #202020;
  font-size: 11px;
  line-height: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
  -moz-box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
  -ms-box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
  -o-box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
  box-shadow: 0 17px 38px rgba(2, 19, 43, 0.3);
}
.mentions-animate-block .mention-block.js-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mentions-animate-block .mention-block .social-icon {
  background-image: url("../images/index/animation/social-icon.png");
  margin-right: 3px;
}
.mentions-animate-block .mention-block .social-icon.facebook {
  width: 27px;
  height: 27px;
  background-position: 0 0;
}
.mentions-animate-block .mention-block .social-icon.google {
  width: 27px;
  height: 27px;
  background-position: 0 -27px;
}
.mentions-animate-block .mention-block .social-icon.twitter {
  width: 27px;
  height: 27px;
  background-position: 0 -54px;
}
.mentions-animate-block .mention-block .social-icon.web {
  width: 27px;
  height: 27px;
  background-position: 0 -81px;
}
.mentions-animate-block .mention-block .social-icon.youtube {
  width: 27px;
  height: 27px;
  background-position: 0 -108px;
}
.mentions-animate-block .mention-block .avatar {
  margin-right: 11px;
}
.mentions-animate-block .mention-block .name {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}
.mentions-animate-block .mention-block .name .text-gray {
  font-weight: normal;
}
.mentions-animate-block .mention-block .text .green {
  background-color: #c4e3af;
}
.mentions-animate-block .mention-block .mention-footer {
  font-size: 11px;
  color: #c5c5c5;
  margin-top: 10px;
}
.mentions-animate-block .mention-block .mention-footer span {
  margin-right: 15px;
}
.mentions-animate-block .mention-block .mention-footer .icon {
  background-image: url("../images/index/animation/mention-icons.png");
  margin-right: 5px;
}
.mentions-animate-block .mention-block .mention-footer .icon.comment {
  width: 11px;
  height: 11px;
  background-position: 0 0;
}
.mentions-animate-block .mention-block .mention-footer .icon.down {
  width: 14px;
  height: 14px;
  background-position: 0 -11px;
}
.mentions-animate-block .mention-block .mention-footer .icon.fb-like {
  width: 12px;
  height: 12px;
  background-position: 0 -25px;
}
.mentions-animate-block .mention-block .mention-footer .icon.google-comment {
  width: 14px;
  height: 13px;
  background-position: 0 -37px;
}
.mentions-animate-block .mention-block .mention-footer .icon.like {
  width: 12px;
  height: 12px;
  background-position: 0 -50px;
}
.mentions-animate-block .mention-block .mention-footer .icon.plus {
  width: 10px;
  height: 9px;
  background-position: 0 -62px;
}
.mentions-animate-block .mention-block .mention-footer .icon.reply {
  width: 14px;
  height: 10px;
  background-position: 0 -71px;
}
.mentions-animate-block .mention-block .mention-footer .icon.retweet {
  width: 17px;
  height: 11px;
  background-position: 0 -81px;
}
.mentions-animate-block .mention-block .mention-footer .icon.share {
  width: 13px;
  height: 12px;
  background-position: 0 -92px;
}
.mentions-animate-block .mention-block .mention-footer .icon.share-2 {
  width: 11px;
  height: 12px;
  background-position: 0 -104px;
}
.mentions-animate-block .mention-block .mention-footer .icon.up {
  width: 14px;
  height: 14px;
  background-position: 0 -116px;
}
.mentions-animate-block .mention-block .dot {
  background-image: url("../images/index/animation/dot.png");
  width: 43px;
  height: 43px;
  z-index: 20;
  display: inline-block;
  position: absolute;
}
.mentions-animate-block .mention-block .arrow {
  position: absolute;
  z-index: 30;
  background-image: url("../images/index/animation/arrows.png");
}
.mentions-animate-block .mention-block .arrow.facebook {
  width: 56px;
  height: 48px;
  background-position: 0 0;
}
.mentions-animate-block .mention-block .arrow.google {
  width: 50px;
  height: 59px;
  background-position: 0 -48px;
}
.mentions-animate-block .mention-block .arrow.twitter {
  width: 28px;
  height: 45px;
  background-position: 0 -107px;
}
.mentions-animate-block .mention-block .arrow.web {
  width: 42px;
  height: 55px;
  background-position: 0 -152px;
}
.mentions-animate-block .mention-block .arrow.web-2 {
  width: 52px;
  height: 267px;
  background-position: 0 -207px;
}
.mentions-animate-block .mention-block .arrow.youtube {
  width: 64px;
  height: 46px;
  background-position: 0 -474px;
}
.footer-common {
  padding-top: 58px;
  padding-bottom: 30px;
  overflow: hidden;
  color: #94889f;
  font-size: 14px;
}
.footer-common__left_sm {
  width: 245px;
}
.footer-common a {
  color: #94889f;
  font-size: 14px;
}
.footer-common a.title-name {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: none;
  width: 190px;
}
.footer-common .copyright {
  margin-top: 0;
  margin-left: 0;
}
.footer-common a.btn-blue {
  background-color: #23b4ff;
  border-radius: 6px;
}
.footer-common a:hover {
  color: #e3d9eb;
}
.footer-common .footer-block-header {
  font-size: 16px;
  color: #fff;
  font-family: 'open_sansregular';
}
.footer-common ul {
  list-style-type: none;
}
.footer-common ul li {
  margin-bottom: 0;
}
.footer-common ul li a {
  cursor: pointer;
  border-bottom: none;
  text-decoration: none;
  line-height: 15px;
  color: #858ca1;
}
.footer-common .social-list li {
  float: left;
  margin-right: 13px;
}
.footer-common .social-list li a {
  display: block;
  background-image: url(/images/layout/social-accounts-white.png?ver=1);
  width: 24px;
  height: 24px;
  border: none;
}
.footer-common li a.twitter {
  background-position: 0 -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.twitter:hover {
  background-position: 0 -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.facebook {
  background-position: -41px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.facebook:hover {
  background-position: -41px -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.instagram {
  background-position: -203px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.instagram:hover {
  background-position: -203px -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.google {
  background-position: -81px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.google:hover {
  background-position: -81px -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.linkedin {
  background-position: -122px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.linkedin:hover {
  background-position: -122px -208px;
  width: 24px;
  height: 24px;
}
.footer-common li a.youtube {
  background-position: -162px -174px;
  width: 24px;
  height: 24px;
}
.footer-common li a.youtube:hover {
  background-position: -162px -208px;
  width: 24px;
  height: 24px;
}
.footer-common .footer-logo-block {
  margin-left: 0;
}
.footer-common .btn.footer-btn {
  width: 230px;
  height: 40px;
  font-size: 14px;
  font-family: 'open_sansbold';
  padding-top: 9px;
  background-color: #23293b;
  border: 2px solid #41485e;
  border-radius: 40px;
  box-shadow: none;
  transition: all 0.2s ease 0s;
}
.footer-common .btn.footer-btn:hover {
  color: #343a4f;
  border: 2px solid #fff;
  background-color: #fff;
}
.footer-common .footer-logo-txt {
  color: #858ca1;
  font-size: 14px;
  line-height: 25px;
}
.footer-common .footer-block1 {
  margin-left: 93px;
}
.footer-common .footer-block2 {
  margin-left: 105px;
}
.footer-common .footer-block3 {
  margin-left: 113px;
}
.footer-common .footer-block-header {
  margin-bottom: 3px;
}
.footer-common .social-list li {
  margin-right: 17px;
}
.footer-common .social-list li:last-child {
  margin-right: 0;
}
.footer-common .plus-minus {
  display: none;
}
@media screen and (max-width: 980px) {
  .footer-common .display-sm-block {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -215px;
    width: 600px;
  }
  .footer-common .float-sm-left {
    float: left;
    display: block;
  }
  .footer-common .width-sm-100 {
    width: 100%;
  }
  .footer-common .footer-block.block-sm {
    width: 300px;
  }
}
@media screen and (max-width: 780px) {
  .footer-common .display-sm-block {
    position: static;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .footer-common .float-sm-left {
    float: none;
  }
  .footer-common .footer-block.block-sm {
    width: 190px;
  }
}
@media screen and (max-width: 450px) {
  .footer-common .footer-block.block-sm {
    width: 300px;
  }
}
.footer-block-social {
  margin-top: -4px;
}
.footer-block-links {
  text-align: left;
}
#st_gdpr_iframe {
  display: none !important;
}
.mobile-menu-items {
  display: none;
}
.main-menu-block_mobile .mobile-menu-items {
  display: block;
}
@media screen and (max-width: 599px) {
  .intercom-lightweight-app {
    display: none !important;
  }
}
.help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.form-control {
  font-size: 18px;
  height: 60px;
  padding-left: 23px;
}
.form-control-sm {
  font-size: 18px;
  height: 50px;
  padding-left: 18px;
}
.form-control {
  color: #767880;
}
.form-row .form-group {
  margin-bottom: 0;
}
.has-error {
  position: relative;
}
.has-error .help-block {
  background-color: #d96973;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: -40px;
  width: 100%;
}
.has-error .help-block:after {
  top: 100%;
  left: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(217, 105, 115, 0);
  border-top-color: #d96973;
  border-width: 7px;
  margin-left: -7px;
}
.has-error .form-control {
  color: #d96973;
}
.has-info {
  position: relative;
}
.has-info .help-block {
  background-color: #3c763d;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: -40px;
  width: 100%;
}
.has-info .help-block:after {
  top: 100%;
  left: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(217, 105, 115, 0);
  border-top-color: #3c763d;
  border-width: 7px;
  margin-left: -7px;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-gray {
  color: #7e818c;
}
.text-gray-light {
  color: #b7b9c1;
}
.text-white {
  color: #ffffff;
}
.text-green {
  color: #76bc48;
}
.text-black {
  color: #2f323c;
}
.text-blue {
  color: #23b4ff;
}
.text-violet {
  color: #63687f;
}
.text-violet a {
  color: #63687f;
}
.text-violet-light {
  color: #94889f;
}
.text-violet-alt {
  color: #736685;
}
.text-manatee {
  color: #858ca1;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray-light {
  background-color: #f5f7fb;
}
.bg-gray {
  background-color: #ebeef5;
}
.bg-violet {
  background-color: #1d253d;
}
.bg-ebony-clay {
  background-color: #23293b;
}
.bg-blue {
  background-color: #4988df;
}
a.link-black-md {
  color: #2f323c;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
a.link-black-md:hover {
  text-decoration: underline;
  color: #2f323c;
}
a.link-violet-md {
  color: #94889f;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
a.link-violet-md:hover {
  text-decoration: underline;
  color: #94889f;
}
a.link-white-md {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
a.link-white-md:hover {
  text-decoration: underline;
  color: #76bc48;
}
.text-violet-light a {
  color: #94889f;
}
a.no-underline {
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
a.internal-link,
.internal-link {
  text-decoration: none;
  border-bottom: 1px dotted #353f46;
  color: #353f46;
}
.arrow-green-right-sm {
  background-image: url("../images/typography/arrow-green-right-sm.png?ver=2");
  display: inline-block;
  width: 10px;
  height: 10px;
}
.separator-decorate {
  background-image: url("../images/typography/separator-decorate.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 1px;
  width: 100%;
}
.separator-decorate-light {
  background-image: url("../images/typography/separator-decorate-light.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 1px;
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.per-100 {
  width: 100%;
}
.per-95 {
  width: 95%;
}
.per-90 {
  width: 90%;
}
.per-85 {
  width: 85%;
}
.per-80 {
  width: 80%;
}
.per-75 {
  width: 75%;
}
.per-70 {
  width: 70%;
}
.per-65 {
  width: 65%;
}
.per-60 {
  width: 60%;
}
.per-55 {
  width: 55%;
}
.per-50 {
  width: 50%;
}
.per-45 {
  width: 45%;
}
.per-40 {
  width: 40%;
}
.per-35 {
  width: 35%;
}
.per-30 {
  width: 30%;
}
.per-25 {
  width: 25%;
}
.per-20 {
  width: 20%;
}
.per-15 {
  width: 15%;
}
.per-10 {
  width: 10%;
}
.per-5 {
  width: 5%;
}
.mr-100 {
  margin-right: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mr-95 {
  margin-right: 95px;
}
.ml-95 {
  margin-left: 95px;
}
.mt-95 {
  margin-top: 95px;
}
.mb-95 {
  margin-bottom: 95px;
}
.pr-95 {
  padding-right: 95px;
}
.pl-95 {
  padding-left: 95px;
}
.pt-95 {
  padding-top: 95px;
}
.pb-95 {
  padding-bottom: 95px;
}
.mr-90 {
  margin-right: 90px;
}
.ml-90 {
  margin-left: 90px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.mr-85 {
  margin-right: 85px;
}
.ml-85 {
  margin-left: 85px;
}
.mt-85 {
  margin-top: 85px;
}
.mb-85 {
  margin-bottom: 85px;
}
.pr-85 {
  padding-right: 85px;
}
.pl-85 {
  padding-left: 85px;
}
.pt-85 {
  padding-top: 85px;
}
.pb-85 {
  padding-bottom: 85px;
}
.mr-80 {
  margin-right: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mr-75 {
  margin-right: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mt-75 {
  margin-top: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.mr-70 {
  margin-right: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.mr-65 {
  margin-right: 65px;
}
.ml-65 {
  margin-left: 65px;
}
.mt-65 {
  margin-top: 65px;
}
.mb-65 {
  margin-bottom: 65px;
}
.pr-65 {
  padding-right: 65px;
}
.pl-65 {
  padding-left: 65px;
}
.pt-65 {
  padding-top: 65px;
}
.pb-65 {
  padding-bottom: 65px;
}
.mr-60 {
  margin-right: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mr-55 {
  margin-right: 55px;
}
.ml-55 {
  margin-left: 55px;
}
.mt-55 {
  margin-top: 55px;
}
.mb-55 {
  margin-bottom: 55px;
}
.pr-55 {
  padding-right: 55px;
}
.pl-55 {
  padding-left: 55px;
}
.pt-55 {
  padding-top: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.mr-50 {
  margin-right: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.mr-0 {
  margin-right: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
h1,
.h1 {
  font-size: 38px;
  line-height: 46px;
  font-family: 'clear_sansregular';
  margin-top: 0;
  margin-bottom: 20px;
}
h1.bold,
.h1.bold,
h1 strong,
.h1 strong {
  font-weight: normal;
  font-family: 'clear_sansbold';
}
h2,
.h2 {
  font-size: 30px;
  line-height: 38px;
  font-family: 'clear_sansregular';
  margin-top: 0;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-size: 24px;
  font-family: 'clear_sansbold';
  margin-top: 0;
  margin-bottom: 20px;
}
.h1-alt {
  font-size: 42px;
  line-height: 45px;
  font-family: 'clear_sansregular';
  margin-top: 0;
  margin-bottom: 20px;
  color: #2f323c;
}
.text-xxsmall {
  font-size: 10px;
}
.text-xsmall {
  font-size: 12px;
  line-height: 20px;
}
.text-small {
  font-size: 14px;
  line-height: 20px;
}
.text-normal {
  font-size: 16px;
}
.text-large {
  font-size: 18px;
  line-height: 30px;
}
.text-xlarge {
  font-size: 20px;
}
.text-xxlarge {
  font-size: 22px;
  line-height: 30px;
}
.relative {
  position: relative;
}
.grid-no-space .row,
.grid-no-space.row {
  margin-right: 0;
  margin-left: 0;
}
.grid-no-space .col-xs-1,
.grid-no-space .col-sm-1,
.grid-no-space .col-md-1,
.grid-no-space .col-lg-1,
.grid-no-space .col-xs-2,
.grid-no-space .col-sm-2,
.grid-no-space .col-md-2,
.grid-no-space .col-lg-2,
.grid-no-space .col-xs-3,
.grid-no-space .col-sm-3,
.grid-no-space .col-md-3,
.grid-no-space .col-lg-3,
.grid-no-space .col-xs-4,
.grid-no-space .col-sm-4,
.grid-no-space .col-md-4,
.grid-no-space .col-lg-4,
.grid-no-space .col-xs-5,
.grid-no-space .col-sm-5,
.grid-no-space .col-md-5,
.grid-no-space .col-lg-5,
.grid-no-space .col-xs-6,
.grid-no-space .col-sm-6,
.grid-no-space .col-md-6,
.grid-no-space .col-lg-6,
.grid-no-space .col-xs-7,
.grid-no-space .col-sm-7,
.grid-no-space .col-md-7,
.grid-no-space .col-lg-7,
.grid-no-space .col-xs-8,
.grid-no-space .col-sm-8,
.grid-no-space .col-md-8,
.grid-no-space .col-lg-8,
.grid-no-space .col-xs-9,
.grid-no-space .col-sm-9,
.grid-no-space .col-md-9,
.grid-no-space .col-lg-9,
.grid-no-space .col-xs-10,
.grid-no-space .col-sm-10,
.grid-no-space .col-md-10,
.grid-no-space .col-lg-10,
.grid-no-space .col-xs-11,
.grid-no-space .col-sm-11,
.grid-no-space .col-md-11,
.grid-no-space .col-lg-11,
.grid-no-space .col-xs-12,
.grid-no-space .col-sm-12,
.grid-no-space .col-md-12,
.grid-no-space .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.grid-no-wrap .row,
.grid-no-wrap.row {
  margin-right: 0;
  margin-left: 0;
}
.grid-no-wrap .col-xs-1:first-child,
.grid-no-wrap .col-sm-1:first-child,
.grid-no-wrap .col-md-1:first-child,
.grid-no-wrap .col-lg-1:first-child,
.grid-no-wrap .col-xs-2:first-child,
.grid-no-wrap .col-sm-2:first-child,
.grid-no-wrap .col-md-2:first-child,
.grid-no-wrap .col-lg-2:first-child,
.grid-no-wrap .col-xs-3:first-child,
.grid-no-wrap .col-sm-3:first-child,
.grid-no-wrap .col-md-3:first-child,
.grid-no-wrap .col-lg-3:first-child,
.grid-no-wrap .col-xs-4:first-child,
.grid-no-wrap .col-sm-4:first-child,
.grid-no-wrap .col-md-4:first-child,
.grid-no-wrap .col-lg-4:first-child,
.grid-no-wrap .col-xs-5:first-child,
.grid-no-wrap .col-sm-5:first-child,
.grid-no-wrap .col-md-5:first-child,
.grid-no-wrap .col-lg-5:first-child,
.grid-no-wrap .col-xs-6:first-child,
.grid-no-wrap .col-sm-6:first-child,
.grid-no-wrap .col-md-6:first-child,
.grid-no-wrap .col-lg-6:first-child,
.grid-no-wrap .col-xs-7:first-child,
.grid-no-wrap .col-sm-7:first-child,
.grid-no-wrap .col-md-7:first-child,
.grid-no-wrap .col-lg-7:first-child,
.grid-no-wrap .col-xs-8:first-child,
.grid-no-wrap .col-sm-8:first-child,
.grid-no-wrap .col-md-8:first-child,
.grid-no-wrap .col-lg-8:first-child,
.grid-no-wrap .col-xs-9:first-child,
.grid-no-wrap .col-sm-9:first-child,
.grid-no-wrap .col-md-9:first-child,
.grid-no-wrap .col-lg-9:first-child,
.grid-no-wrap .col-xs-10:first-child,
.grid-no-wrap .col-sm-10:first-child,
.grid-no-wrap .col-md-10:first-child,
.grid-no-wrap .col-lg-10:first-child,
.grid-no-wrap .col-xs-11:first-child,
.grid-no-wrap .col-sm-11:first-child,
.grid-no-wrap .col-md-11:first-child,
.grid-no-wrap .col-lg-11:first-child,
.grid-no-wrap .col-xs-12:first-child,
.grid-no-wrap .col-sm-12:first-child,
.grid-no-wrap .col-md-12:first-child,
.grid-no-wrap .col-lg-12:first-child {
  padding-left: 0;
}
.grid-no-wrap .col-xs-1:last-child,
.grid-no-wrap .col-sm-1:last-child,
.grid-no-wrap .col-md-1:last-child,
.grid-no-wrap .col-lg-1:last-child,
.grid-no-wrap .col-xs-2:last-child,
.grid-no-wrap .col-sm-2:last-child,
.grid-no-wrap .col-md-2:last-child,
.grid-no-wrap .col-lg-2:last-child,
.grid-no-wrap .col-xs-3:last-child,
.grid-no-wrap .col-sm-3:last-child,
.grid-no-wrap .col-md-3:last-child,
.grid-no-wrap .col-lg-3:last-child,
.grid-no-wrap .col-xs-4:last-child,
.grid-no-wrap .col-sm-4:last-child,
.grid-no-wrap .col-md-4:last-child,
.grid-no-wrap .col-lg-4:last-child,
.grid-no-wrap .col-xs-5:last-child,
.grid-no-wrap .col-sm-5:last-child,
.grid-no-wrap .col-md-5:last-child,
.grid-no-wrap .col-lg-5:last-child,
.grid-no-wrap .col-xs-6:last-child,
.grid-no-wrap .col-sm-6:last-child,
.grid-no-wrap .col-md-6:last-child,
.grid-no-wrap .col-lg-6:last-child,
.grid-no-wrap .col-xs-7:last-child,
.grid-no-wrap .col-sm-7:last-child,
.grid-no-wrap .col-md-7:last-child,
.grid-no-wrap .col-lg-7:last-child,
.grid-no-wrap .col-xs-8:last-child,
.grid-no-wrap .col-sm-8:last-child,
.grid-no-wrap .col-md-8:last-child,
.grid-no-wrap .col-lg-8:last-child,
.grid-no-wrap .col-xs-9:last-child,
.grid-no-wrap .col-sm-9:last-child,
.grid-no-wrap .col-md-9:last-child,
.grid-no-wrap .col-lg-9:last-child,
.grid-no-wrap .col-xs-10:last-child,
.grid-no-wrap .col-sm-10:last-child,
.grid-no-wrap .col-md-10:last-child,
.grid-no-wrap .col-lg-10:last-child,
.grid-no-wrap .col-xs-11:last-child,
.grid-no-wrap .col-sm-11:last-child,
.grid-no-wrap .col-md-11:last-child,
.grid-no-wrap .col-lg-11:last-child,
.grid-no-wrap .col-xs-12:last-child,
.grid-no-wrap .col-sm-12:last-child,
.grid-no-wrap .col-md-12:last-child,
.grid-no-wrap .col-lg-12:last-child {
  padding-right: 0;
}
.bg-white-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px #d7d9e0;
  -moz-box-shadow: 0 2px 5px #d7d9e0;
  -ms-box-shadow: 0 2px 5px #d7d9e0;
  -o-box-shadow: 0 2px 5px #d7d9e0;
  box-shadow: 0 2px 5px #d7d9e0;
  margin-bottom: 20px;
}
.bg-white-wrapper .arrow {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 26px;
  top: -26px;
  left: 106px;
  background-image: url("../images/typography/bg-white-wrapper-arrow.png");
  background-repeat: no-repeat;
}
.bg-white-shadow {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 40px #c5cad7;
  -moz-box-shadow: 0 10px 40px #c5cad7;
  -ms-box-shadow: 0 10px 40px #c5cad7;
  -o-box-shadow: 0 10px 40px #c5cad7;
  box-shadow: 0 10px 40px #c5cad7;
}
.pad-narrow-extra {
  padding: 35px 40px;
}
.modal-body {
  background-color: #f5f7fb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 35px 40px;
}
.modal-body .close {
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  right: 13px;
  top: 7px;
}
.modal-body input {
  outline: none;
}
.modal-body input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #999 !important;
  color: #999 !important;
}
.modal-login {
  max-width: 460px;
}
.modal-footer {
  margin-top: 20px;
  padding: 0;
  text-align: left;
  border-top: none;
}
.modal-footer .form-group {
  margin-bottom: 0;
}
.modal-footer label {
  font-weight: normal;
  margin-bottom: 0;
}
.modal-backdrop {
  background-color: #343845;
  z-index: 90;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.next-step-gray {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("../images/typography/next-step-gray.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.next-step-white {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("../images/typography/next-step-white.png");
  background-repeat: no-repeat;
}
.circle-number {
  width: 39px;
  height: 39px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-family: 'clear_sansbold';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding-top: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
}
.circle-number.color-black {
  background-color: #3f4259;
}
.circle-number.color-green {
  background-color: #64c84c;
}
.circle-number.color-blue {
  background-color: #23b4ff;
}
.circle-number.size-lg {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 44px;
}
.list-circle-green {
  list-style-type: none;
  margin-bottom: 30px;
}
.list-circle-green li {
  background-image: url("../images/lists/circle-green.png");
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 20px;
}
.list-circle-red {
  list-style-type: none;
  margin-bottom: 30px;
}
.list-circle-red li {
  background-image: url("../images/lists/circle-red.png");
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 20px;
}
.list-bird-green {
  list-style-type: none;
  margin-bottom: 30px;
}
.list-bird-green li {
  background-image: url("../images/lists/bird-green.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 40px;
  margin-bottom: 15px;
}
.hide-all {
  display: none;
}
.show-all {
  display: block;
}
.video-dialog {
  z-index: 800;
}
.video-dialog.ui-dialog {
  overflow: visible;
}
.video-dialog.ui-dialog .ui-dialog-titlebar-close {
  right: -22px;
  top: -23px;
  margin-top: 0;
  width: 32px;
  height: 32px;
}
.video-dialog.ui-dialog .ui-dialog-titlebar {
  background-image: none;
  padding: 0;
  border: none;
}
.video-dialog.ui-dialog .ui-dialog-content {
  padding: 7px 10px 7px;
}
.video-dialog.ui-dialog.ui-widget-content {
  background-color: transparent;
  background-image: none;
  border: none;
}
.video-dialog.ui-dialog .ui-dialog-titlebar-close {
  outline: none !important;
}
.video-dialog.ui-dialog .ui-widget-header .ui-icon {
  background-position: 0 0;
  width: 32px;
  height: 32px;
  background-image: url(../images/typography/close.png);
  color: red;
  margin: 0;
  left: 0;
  top: 0;
  outline: none !important;
}
.video-dialog.ui-dialog .ui-dialog-title {
  display: none;
}
.video-dialog.ui-dialog .ui-widget-header .ui-state-default {
  border: none;
  background: none;
}
.ui-widget-overlay {
  background-image: none !important;
  background-color: #000000  !important;
  opacity: 0.9  !important;
  z-index: 900 !important;
}
/* label */
.stamp {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  -moz-box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  -ms-box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  -o-box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  box-shadow: 0 4px 16px rgba(31, 70, 5, 0.73);
  padding: 7px 34px;
  font-size: 18px;
  font-family: 'clear_sansbold';
}
.stamp.stamp_green {
  background-color: #76bc48;
  color: #ffffff;
}
.stamp.stamp_black {
  background-color: #404553;
  color: #ffffff;
}
/* Colors background */
/* Colors text */
/* Fonts */
/* Links colors */
/* Sizes */
@media (max-width: 1100px) {
  .image-responsive {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .flex-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    width: 50%;
  }
  .layout-extrasm-column {
    flex-direction: column;
  }
  .mt-extrasm-0 {
    margin-top: 0;
  }
  .header .menu-box {
    width: 29px;
    height: 24px;
    background-image: url(/images/layout/menu-box-gray.png);
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 20px;
  }
  .header .menu-box:focus {
    outline: none;
  }
  .footer-common {
    text-align: center;
  }
  .footer-common .layout-sm-row {
    flex-direction: row;
  }
  .footer-common__left_sm {
    margin: 0 auto;
  }
  .footer-common .footer-logo-block,
  .footer-common .footer-block {
    margin: 10px auto;
    width: 200px;
  }
  .footer-common .social-list {
    display: inline-block;
  }
  .footer-common .copyright {
    text-align: left;
    margin-left: 0;
  }
  .footer-common .footer-logo-block {
    padding: 10px;
  }
  .footer-common .sm-special-header {
    padding-bottom: 10px;
    text-align: left;
  }
  .footer-common .title-name {
    width: 80%;
    display: inline-block;
    text-align: left;
  }
  .footer-common .plus-minus {
    width: 20%;
    display: inline-block;
    text-align: right;
    position: relative;
  }
  .footer-common .plus-minus span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: none;
    position: relative;
  }
  .footer-common .plus-minus span:after {
    top: 50%;
    right: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    transition: all .4s;
    content: '';
    -ms-transform: rotate(0deg) translateY(0%);
    transform: rotate(0deg) translateY(0%);
  }
  .footer-common .plus-minus span:before {
    top: 50%;
    right: 15%;
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    transition: all .4s;
    content: '';
    -ms-transform: rotate(90deg) translateY(-90%);
    transform: rotate(90deg) translateY(-90%);
  }
  .footer-common .sm-hidden-block {
    display: none;
    text-align: left;
  }
  .footer-common .sp-minus span:before {
    display: none;
    transition: all .10s;
  }
  .footer-common .footer-btn {
    margin-bottom: 30px;
  }
  .modal-login {
    margin-left: auto;
    margin-right: auto;
  }
  .index-icons-section .item .icon-twitter-block {
    margin-right: 0;
    text-align: center;
  }
  .index-icons-section .item .icon-facebook-block {
    margin-right: 0;
    text-align: center;
  }
  .index-icons-section .item .icon-reddit-block {
    margin-right: 0;
    text-align: center;
  }
  .index-icons-section .item .icon-youtube-block {
    margin-right: 0;
    text-align: center;
  }
  .index-icons-section .item .icon-qa-block {
    text-align: center;
  }
  .index-icons-section .item .icon-blogs-block {
    margin-left: 0;
    text-align: center;
  }
  .index-icons-section .item .icon-forum-block {
    margin-left: 0;
    text-align: center;
  }
  .index-icons-section .item .icon-news-block {
    margin-left: 0;
    text-align: center;
  }
  .index-icons-section .item .icon-web-block {
    margin-left: 0;
    text-align: center;
  }
  .top-index-section .top-index-form {
    text-align: center;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-signup-form {
    padding-bottom: 80px;
  }
}
@media (min-width: 960px) {
  .mr-gt-sm-100 {
    margin-right: 100px;
  }
  .ml-gt-sm-100 {
    margin-left: 100px;
  }
  .mt-gt-sm-100 {
    margin-top: 100px;
  }
  .mb-gt-sm-100 {
    margin-bottom: 100px;
  }
  .pr-gt-sm-100 {
    padding-right: 100px;
  }
  .pl-gt-sm-100 {
    padding-left: 100px;
  }
  .pt-gt-sm-100 {
    padding-top: 100px;
  }
  .pb-gt-sm-100 {
    padding-bottom: 100px;
  }
  .mr-gt-sm-95 {
    margin-right: 95px;
  }
  .ml-gt-sm-95 {
    margin-left: 95px;
  }
  .mt-gt-sm-95 {
    margin-top: 95px;
  }
  .mb-gt-sm-95 {
    margin-bottom: 95px;
  }
  .pr-gt-sm-95 {
    padding-right: 95px;
  }
  .pl-gt-sm-95 {
    padding-left: 95px;
  }
  .pt-gt-sm-95 {
    padding-top: 95px;
  }
  .pb-gt-sm-95 {
    padding-bottom: 95px;
  }
  .mr-gt-sm-90 {
    margin-right: 90px;
  }
  .ml-gt-sm-90 {
    margin-left: 90px;
  }
  .mt-gt-sm-90 {
    margin-top: 90px;
  }
  .mb-gt-sm-90 {
    margin-bottom: 90px;
  }
  .pr-gt-sm-90 {
    padding-right: 90px;
  }
  .pl-gt-sm-90 {
    padding-left: 90px;
  }
  .pt-gt-sm-90 {
    padding-top: 90px;
  }
  .pb-gt-sm-90 {
    padding-bottom: 90px;
  }
  .mr-gt-sm-85 {
    margin-right: 85px;
  }
  .ml-gt-sm-85 {
    margin-left: 85px;
  }
  .mt-gt-sm-85 {
    margin-top: 85px;
  }
  .mb-gt-sm-85 {
    margin-bottom: 85px;
  }
  .pr-gt-sm-85 {
    padding-right: 85px;
  }
  .pl-gt-sm-85 {
    padding-left: 85px;
  }
  .pt-gt-sm-85 {
    padding-top: 85px;
  }
  .pb-gt-sm-85 {
    padding-bottom: 85px;
  }
  .mr-gt-sm-80 {
    margin-right: 80px;
  }
  .ml-gt-sm-80 {
    margin-left: 80px;
  }
  .mt-gt-sm-80 {
    margin-top: 80px;
  }
  .mb-gt-sm-80 {
    margin-bottom: 80px;
  }
  .pr-gt-sm-80 {
    padding-right: 80px;
  }
  .pl-gt-sm-80 {
    padding-left: 80px;
  }
  .pt-gt-sm-80 {
    padding-top: 80px;
  }
  .pb-gt-sm-80 {
    padding-bottom: 80px;
  }
  .mr-gt-sm-75 {
    margin-right: 75px;
  }
  .ml-gt-sm-75 {
    margin-left: 75px;
  }
  .mt-gt-sm-75 {
    margin-top: 75px;
  }
  .mb-gt-sm-75 {
    margin-bottom: 75px;
  }
  .pr-gt-sm-75 {
    padding-right: 75px;
  }
  .pl-gt-sm-75 {
    padding-left: 75px;
  }
  .pt-gt-sm-75 {
    padding-top: 75px;
  }
  .pb-gt-sm-75 {
    padding-bottom: 75px;
  }
  .mr-gt-sm-70 {
    margin-right: 70px;
  }
  .ml-gt-sm-70 {
    margin-left: 70px;
  }
  .mt-gt-sm-70 {
    margin-top: 70px;
  }
  .mb-gt-sm-70 {
    margin-bottom: 70px;
  }
  .pr-gt-sm-70 {
    padding-right: 70px;
  }
  .pl-gt-sm-70 {
    padding-left: 70px;
  }
  .pt-gt-sm-70 {
    padding-top: 70px;
  }
  .pb-gt-sm-70 {
    padding-bottom: 70px;
  }
  .mr-gt-sm-65 {
    margin-right: 65px;
  }
  .ml-gt-sm-65 {
    margin-left: 65px;
  }
  .mt-gt-sm-65 {
    margin-top: 65px;
  }
  .mb-gt-sm-65 {
    margin-bottom: 65px;
  }
  .pr-gt-sm-65 {
    padding-right: 65px;
  }
  .pl-gt-sm-65 {
    padding-left: 65px;
  }
  .pt-gt-sm-65 {
    padding-top: 65px;
  }
  .pb-gt-sm-65 {
    padding-bottom: 65px;
  }
  .mr-gt-sm-60 {
    margin-right: 60px;
  }
  .ml-gt-sm-60 {
    margin-left: 60px;
  }
  .mt-gt-sm-60 {
    margin-top: 60px;
  }
  .mb-gt-sm-60 {
    margin-bottom: 60px;
  }
  .pr-gt-sm-60 {
    padding-right: 60px;
  }
  .pl-gt-sm-60 {
    padding-left: 60px;
  }
  .pt-gt-sm-60 {
    padding-top: 60px;
  }
  .pb-gt-sm-60 {
    padding-bottom: 60px;
  }
  .mr-gt-sm-55 {
    margin-right: 55px;
  }
  .ml-gt-sm-55 {
    margin-left: 55px;
  }
  .mt-gt-sm-55 {
    margin-top: 55px;
  }
  .mb-gt-sm-55 {
    margin-bottom: 55px;
  }
  .pr-gt-sm-55 {
    padding-right: 55px;
  }
  .pl-gt-sm-55 {
    padding-left: 55px;
  }
  .pt-gt-sm-55 {
    padding-top: 55px;
  }
  .pb-gt-sm-55 {
    padding-bottom: 55px;
  }
  .mr-gt-sm-50 {
    margin-right: 50px;
  }
  .ml-gt-sm-50 {
    margin-left: 50px;
  }
  .mt-gt-sm-50 {
    margin-top: 50px;
  }
  .mb-gt-sm-50 {
    margin-bottom: 50px;
  }
  .pr-gt-sm-50 {
    padding-right: 50px;
  }
  .pl-gt-sm-50 {
    padding-left: 50px;
  }
  .pt-gt-sm-50 {
    padding-top: 50px;
  }
  .pb-gt-sm-50 {
    padding-bottom: 50px;
  }
  .mr-gt-sm-45 {
    margin-right: 45px;
  }
  .ml-gt-sm-45 {
    margin-left: 45px;
  }
  .mt-gt-sm-45 {
    margin-top: 45px;
  }
  .mb-gt-sm-45 {
    margin-bottom: 45px;
  }
  .pr-gt-sm-45 {
    padding-right: 45px;
  }
  .pl-gt-sm-45 {
    padding-left: 45px;
  }
  .pt-gt-sm-45 {
    padding-top: 45px;
  }
  .pb-gt-sm-45 {
    padding-bottom: 45px;
  }
  .mr-gt-sm-40 {
    margin-right: 40px;
  }
  .ml-gt-sm-40 {
    margin-left: 40px;
  }
  .mt-gt-sm-40 {
    margin-top: 40px;
  }
  .mb-gt-sm-40 {
    margin-bottom: 40px;
  }
  .pr-gt-sm-40 {
    padding-right: 40px;
  }
  .pl-gt-sm-40 {
    padding-left: 40px;
  }
  .pt-gt-sm-40 {
    padding-top: 40px;
  }
  .pb-gt-sm-40 {
    padding-bottom: 40px;
  }
  .mr-gt-sm-35 {
    margin-right: 35px;
  }
  .ml-gt-sm-35 {
    margin-left: 35px;
  }
  .mt-gt-sm-35 {
    margin-top: 35px;
  }
  .mb-gt-sm-35 {
    margin-bottom: 35px;
  }
  .pr-gt-sm-35 {
    padding-right: 35px;
  }
  .pl-gt-sm-35 {
    padding-left: 35px;
  }
  .pt-gt-sm-35 {
    padding-top: 35px;
  }
  .pb-gt-sm-35 {
    padding-bottom: 35px;
  }
  .mr-gt-sm-30 {
    margin-right: 30px;
  }
  .ml-gt-sm-30 {
    margin-left: 30px;
  }
  .mt-gt-sm-30 {
    margin-top: 30px;
  }
  .mb-gt-sm-30 {
    margin-bottom: 30px;
  }
  .pr-gt-sm-30 {
    padding-right: 30px;
  }
  .pl-gt-sm-30 {
    padding-left: 30px;
  }
  .pt-gt-sm-30 {
    padding-top: 30px;
  }
  .pb-gt-sm-30 {
    padding-bottom: 30px;
  }
  .mr-gt-sm-25 {
    margin-right: 25px;
  }
  .ml-gt-sm-25 {
    margin-left: 25px;
  }
  .mt-gt-sm-25 {
    margin-top: 25px;
  }
  .mb-gt-sm-25 {
    margin-bottom: 25px;
  }
  .pr-gt-sm-25 {
    padding-right: 25px;
  }
  .pl-gt-sm-25 {
    padding-left: 25px;
  }
  .pt-gt-sm-25 {
    padding-top: 25px;
  }
  .pb-gt-sm-25 {
    padding-bottom: 25px;
  }
  .mr-gt-sm-20 {
    margin-right: 20px;
  }
  .ml-gt-sm-20 {
    margin-left: 20px;
  }
  .mt-gt-sm-20 {
    margin-top: 20px;
  }
  .mb-gt-sm-20 {
    margin-bottom: 20px;
  }
  .pr-gt-sm-20 {
    padding-right: 20px;
  }
  .pl-gt-sm-20 {
    padding-left: 20px;
  }
  .pt-gt-sm-20 {
    padding-top: 20px;
  }
  .pb-gt-sm-20 {
    padding-bottom: 20px;
  }
  .mr-gt-sm-15 {
    margin-right: 15px;
  }
  .ml-gt-sm-15 {
    margin-left: 15px;
  }
  .mt-gt-sm-15 {
    margin-top: 15px;
  }
  .mb-gt-sm-15 {
    margin-bottom: 15px;
  }
  .pr-gt-sm-15 {
    padding-right: 15px;
  }
  .pl-gt-sm-15 {
    padding-left: 15px;
  }
  .pt-gt-sm-15 {
    padding-top: 15px;
  }
  .pb-gt-sm-15 {
    padding-bottom: 15px;
  }
  .mr-gt-sm-10 {
    margin-right: 10px;
  }
  .ml-gt-sm-10 {
    margin-left: 10px;
  }
  .mt-gt-sm-10 {
    margin-top: 10px;
  }
  .mb-gt-sm-10 {
    margin-bottom: 10px;
  }
  .pr-gt-sm-10 {
    padding-right: 10px;
  }
  .pl-gt-sm-10 {
    padding-left: 10px;
  }
  .pt-gt-sm-10 {
    padding-top: 10px;
  }
  .pb-gt-sm-10 {
    padding-bottom: 10px;
  }
  .mr-gt-sm-5 {
    margin-right: 5px;
  }
  .ml-gt-sm-5 {
    margin-left: 5px;
  }
  .mt-gt-sm-5 {
    margin-top: 5px;
  }
  .mb-gt-sm-5 {
    margin-bottom: 5px;
  }
  .pr-gt-sm-5 {
    padding-right: 5px;
  }
  .pl-gt-sm-5 {
    padding-left: 5px;
  }
  .pt-gt-sm-5 {
    padding-top: 5px;
  }
  .pb-gt-sm-5 {
    padding-bottom: 5px;
  }
  .mr-gt-sm-0 {
    margin-right: 0px;
  }
  .ml-gt-sm-0 {
    margin-left: 0px;
  }
  .mt-gt-sm-0 {
    margin-top: 0px;
  }
  .mb-gt-sm-0 {
    margin-bottom: 0px;
  }
  .pr-gt-sm-0 {
    padding-right: 0px;
  }
  .pl-gt-sm-0 {
    padding-left: 0px;
  }
  .pt-gt-sm-0 {
    padding-top: 0px;
  }
  .pb-gt-sm-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 600px) {
  .mr-gt-xs-100 {
    margin-right: 100px;
  }
  .ml-gt-xs-100 {
    margin-left: 100px;
  }
  .mt-gt-xs-100 {
    margin-top: 100px;
  }
  .mb-gt-xs-100 {
    margin-bottom: 100px;
  }
  .pr-gt-xs-100 {
    padding-right: 100px;
  }
  .pl-gt-xs-100 {
    padding-left: 100px;
  }
  .pt-gt-xs-100 {
    padding-top: 100px;
  }
  .pb-gt-xs-100 {
    padding-bottom: 100px;
  }
  .mr-gt-xs-95 {
    margin-right: 95px;
  }
  .ml-gt-xs-95 {
    margin-left: 95px;
  }
  .mt-gt-xs-95 {
    margin-top: 95px;
  }
  .mb-gt-xs-95 {
    margin-bottom: 95px;
  }
  .pr-gt-xs-95 {
    padding-right: 95px;
  }
  .pl-gt-xs-95 {
    padding-left: 95px;
  }
  .pt-gt-xs-95 {
    padding-top: 95px;
  }
  .pb-gt-xs-95 {
    padding-bottom: 95px;
  }
  .mr-gt-xs-90 {
    margin-right: 90px;
  }
  .ml-gt-xs-90 {
    margin-left: 90px;
  }
  .mt-gt-xs-90 {
    margin-top: 90px;
  }
  .mb-gt-xs-90 {
    margin-bottom: 90px;
  }
  .pr-gt-xs-90 {
    padding-right: 90px;
  }
  .pl-gt-xs-90 {
    padding-left: 90px;
  }
  .pt-gt-xs-90 {
    padding-top: 90px;
  }
  .pb-gt-xs-90 {
    padding-bottom: 90px;
  }
  .mr-gt-xs-85 {
    margin-right: 85px;
  }
  .ml-gt-xs-85 {
    margin-left: 85px;
  }
  .mt-gt-xs-85 {
    margin-top: 85px;
  }
  .mb-gt-xs-85 {
    margin-bottom: 85px;
  }
  .pr-gt-xs-85 {
    padding-right: 85px;
  }
  .pl-gt-xs-85 {
    padding-left: 85px;
  }
  .pt-gt-xs-85 {
    padding-top: 85px;
  }
  .pb-gt-xs-85 {
    padding-bottom: 85px;
  }
  .mr-gt-xs-80 {
    margin-right: 80px;
  }
  .ml-gt-xs-80 {
    margin-left: 80px;
  }
  .mt-gt-xs-80 {
    margin-top: 80px;
  }
  .mb-gt-xs-80 {
    margin-bottom: 80px;
  }
  .pr-gt-xs-80 {
    padding-right: 80px;
  }
  .pl-gt-xs-80 {
    padding-left: 80px;
  }
  .pt-gt-xs-80 {
    padding-top: 80px;
  }
  .pb-gt-xs-80 {
    padding-bottom: 80px;
  }
  .mr-gt-xs-75 {
    margin-right: 75px;
  }
  .ml-gt-xs-75 {
    margin-left: 75px;
  }
  .mt-gt-xs-75 {
    margin-top: 75px;
  }
  .mb-gt-xs-75 {
    margin-bottom: 75px;
  }
  .pr-gt-xs-75 {
    padding-right: 75px;
  }
  .pl-gt-xs-75 {
    padding-left: 75px;
  }
  .pt-gt-xs-75 {
    padding-top: 75px;
  }
  .pb-gt-xs-75 {
    padding-bottom: 75px;
  }
  .mr-gt-xs-70 {
    margin-right: 70px;
  }
  .ml-gt-xs-70 {
    margin-left: 70px;
  }
  .mt-gt-xs-70 {
    margin-top: 70px;
  }
  .mb-gt-xs-70 {
    margin-bottom: 70px;
  }
  .pr-gt-xs-70 {
    padding-right: 70px;
  }
  .pl-gt-xs-70 {
    padding-left: 70px;
  }
  .pt-gt-xs-70 {
    padding-top: 70px;
  }
  .pb-gt-xs-70 {
    padding-bottom: 70px;
  }
  .mr-gt-xs-65 {
    margin-right: 65px;
  }
  .ml-gt-xs-65 {
    margin-left: 65px;
  }
  .mt-gt-xs-65 {
    margin-top: 65px;
  }
  .mb-gt-xs-65 {
    margin-bottom: 65px;
  }
  .pr-gt-xs-65 {
    padding-right: 65px;
  }
  .pl-gt-xs-65 {
    padding-left: 65px;
  }
  .pt-gt-xs-65 {
    padding-top: 65px;
  }
  .pb-gt-xs-65 {
    padding-bottom: 65px;
  }
  .mr-gt-xs-60 {
    margin-right: 60px;
  }
  .ml-gt-xs-60 {
    margin-left: 60px;
  }
  .mt-gt-xs-60 {
    margin-top: 60px;
  }
  .mb-gt-xs-60 {
    margin-bottom: 60px;
  }
  .pr-gt-xs-60 {
    padding-right: 60px;
  }
  .pl-gt-xs-60 {
    padding-left: 60px;
  }
  .pt-gt-xs-60 {
    padding-top: 60px;
  }
  .pb-gt-xs-60 {
    padding-bottom: 60px;
  }
  .mr-gt-xs-55 {
    margin-right: 55px;
  }
  .ml-gt-xs-55 {
    margin-left: 55px;
  }
  .mt-gt-xs-55 {
    margin-top: 55px;
  }
  .mb-gt-xs-55 {
    margin-bottom: 55px;
  }
  .pr-gt-xs-55 {
    padding-right: 55px;
  }
  .pl-gt-xs-55 {
    padding-left: 55px;
  }
  .pt-gt-xs-55 {
    padding-top: 55px;
  }
  .pb-gt-xs-55 {
    padding-bottom: 55px;
  }
  .mr-gt-xs-50 {
    margin-right: 50px;
  }
  .ml-gt-xs-50 {
    margin-left: 50px;
  }
  .mt-gt-xs-50 {
    margin-top: 50px;
  }
  .mb-gt-xs-50 {
    margin-bottom: 50px;
  }
  .pr-gt-xs-50 {
    padding-right: 50px;
  }
  .pl-gt-xs-50 {
    padding-left: 50px;
  }
  .pt-gt-xs-50 {
    padding-top: 50px;
  }
  .pb-gt-xs-50 {
    padding-bottom: 50px;
  }
  .mr-gt-xs-45 {
    margin-right: 45px;
  }
  .ml-gt-xs-45 {
    margin-left: 45px;
  }
  .mt-gt-xs-45 {
    margin-top: 45px;
  }
  .mb-gt-xs-45 {
    margin-bottom: 45px;
  }
  .pr-gt-xs-45 {
    padding-right: 45px;
  }
  .pl-gt-xs-45 {
    padding-left: 45px;
  }
  .pt-gt-xs-45 {
    padding-top: 45px;
  }
  .pb-gt-xs-45 {
    padding-bottom: 45px;
  }
  .mr-gt-xs-40 {
    margin-right: 40px;
  }
  .ml-gt-xs-40 {
    margin-left: 40px;
  }
  .mt-gt-xs-40 {
    margin-top: 40px;
  }
  .mb-gt-xs-40 {
    margin-bottom: 40px;
  }
  .pr-gt-xs-40 {
    padding-right: 40px;
  }
  .pl-gt-xs-40 {
    padding-left: 40px;
  }
  .pt-gt-xs-40 {
    padding-top: 40px;
  }
  .pb-gt-xs-40 {
    padding-bottom: 40px;
  }
  .mr-gt-xs-35 {
    margin-right: 35px;
  }
  .ml-gt-xs-35 {
    margin-left: 35px;
  }
  .mt-gt-xs-35 {
    margin-top: 35px;
  }
  .mb-gt-xs-35 {
    margin-bottom: 35px;
  }
  .pr-gt-xs-35 {
    padding-right: 35px;
  }
  .pl-gt-xs-35 {
    padding-left: 35px;
  }
  .pt-gt-xs-35 {
    padding-top: 35px;
  }
  .pb-gt-xs-35 {
    padding-bottom: 35px;
  }
  .mr-gt-xs-30 {
    margin-right: 30px;
  }
  .ml-gt-xs-30 {
    margin-left: 30px;
  }
  .mt-gt-xs-30 {
    margin-top: 30px;
  }
  .mb-gt-xs-30 {
    margin-bottom: 30px;
  }
  .pr-gt-xs-30 {
    padding-right: 30px;
  }
  .pl-gt-xs-30 {
    padding-left: 30px;
  }
  .pt-gt-xs-30 {
    padding-top: 30px;
  }
  .pb-gt-xs-30 {
    padding-bottom: 30px;
  }
  .mr-gt-xs-25 {
    margin-right: 25px;
  }
  .ml-gt-xs-25 {
    margin-left: 25px;
  }
  .mt-gt-xs-25 {
    margin-top: 25px;
  }
  .mb-gt-xs-25 {
    margin-bottom: 25px;
  }
  .pr-gt-xs-25 {
    padding-right: 25px;
  }
  .pl-gt-xs-25 {
    padding-left: 25px;
  }
  .pt-gt-xs-25 {
    padding-top: 25px;
  }
  .pb-gt-xs-25 {
    padding-bottom: 25px;
  }
  .mr-gt-xs-20 {
    margin-right: 20px;
  }
  .ml-gt-xs-20 {
    margin-left: 20px;
  }
  .mt-gt-xs-20 {
    margin-top: 20px;
  }
  .mb-gt-xs-20 {
    margin-bottom: 20px;
  }
  .pr-gt-xs-20 {
    padding-right: 20px;
  }
  .pl-gt-xs-20 {
    padding-left: 20px;
  }
  .pt-gt-xs-20 {
    padding-top: 20px;
  }
  .pb-gt-xs-20 {
    padding-bottom: 20px;
  }
  .mr-gt-xs-15 {
    margin-right: 15px;
  }
  .ml-gt-xs-15 {
    margin-left: 15px;
  }
  .mt-gt-xs-15 {
    margin-top: 15px;
  }
  .mb-gt-xs-15 {
    margin-bottom: 15px;
  }
  .pr-gt-xs-15 {
    padding-right: 15px;
  }
  .pl-gt-xs-15 {
    padding-left: 15px;
  }
  .pt-gt-xs-15 {
    padding-top: 15px;
  }
  .pb-gt-xs-15 {
    padding-bottom: 15px;
  }
  .mr-gt-xs-10 {
    margin-right: 10px;
  }
  .ml-gt-xs-10 {
    margin-left: 10px;
  }
  .mt-gt-xs-10 {
    margin-top: 10px;
  }
  .mb-gt-xs-10 {
    margin-bottom: 10px;
  }
  .pr-gt-xs-10 {
    padding-right: 10px;
  }
  .pl-gt-xs-10 {
    padding-left: 10px;
  }
  .pt-gt-xs-10 {
    padding-top: 10px;
  }
  .pb-gt-xs-10 {
    padding-bottom: 10px;
  }
  .mr-gt-xs-5 {
    margin-right: 5px;
  }
  .ml-gt-xs-5 {
    margin-left: 5px;
  }
  .mt-gt-xs-5 {
    margin-top: 5px;
  }
  .mb-gt-xs-5 {
    margin-bottom: 5px;
  }
  .pr-gt-xs-5 {
    padding-right: 5px;
  }
  .pl-gt-xs-5 {
    padding-left: 5px;
  }
  .pt-gt-xs-5 {
    padding-top: 5px;
  }
  .pb-gt-xs-5 {
    padding-bottom: 5px;
  }
  .mr-gt-xs-0 {
    margin-right: 0px;
  }
  .ml-gt-xs-0 {
    margin-left: 0px;
  }
  .mt-gt-xs-0 {
    margin-top: 0px;
  }
  .mb-gt-xs-0 {
    margin-bottom: 0px;
  }
  .pr-gt-xs-0 {
    padding-right: 0px;
  }
  .pl-gt-xs-0 {
    padding-left: 0px;
  }
  .pt-gt-xs-0 {
    padding-top: 0px;
  }
  .pb-gt-xs-0 {
    padding-bottom: 0px;
  }
}
@media (max-width: 960px) and (min-width: 600px) {
  .pricing-table .plan-block.pro .popular {
    font-size: 14px;
  }
  .pricing-table .plan-block .plan-header {
    padding: 20px 15px;
  }
  .pricing-table .plan-block .plan-body {
    padding: 20px 15px 30px;
  }
  .pricing-table .plan-block .plan-body .custom-text {
    font-size: 28px;
    line-height: 30px;
  }
  .pricing-table .plan-block .plan-body .price .count {
    font-size: 36px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .mr-sm-95 {
    margin-right: 95px;
  }
  .ml-sm-95 {
    margin-left: 95px;
  }
  .mt-sm-95 {
    margin-top: 95px;
  }
  .mb-sm-95 {
    margin-bottom: 95px;
  }
  .pr-sm-95 {
    padding-right: 95px;
  }
  .pl-sm-95 {
    padding-left: 95px;
  }
  .pt-sm-95 {
    padding-top: 95px;
  }
  .pb-sm-95 {
    padding-bottom: 95px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .mr-sm-85 {
    margin-right: 85px;
  }
  .ml-sm-85 {
    margin-left: 85px;
  }
  .mt-sm-85 {
    margin-top: 85px;
  }
  .mb-sm-85 {
    margin-bottom: 85px;
  }
  .pr-sm-85 {
    padding-right: 85px;
  }
  .pl-sm-85 {
    padding-left: 85px;
  }
  .pt-sm-85 {
    padding-top: 85px;
  }
  .pb-sm-85 {
    padding-bottom: 85px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .mr-sm-75 {
    margin-right: 75px;
  }
  .ml-sm-75 {
    margin-left: 75px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .mr-sm-65 {
    margin-right: 65px;
  }
  .ml-sm-65 {
    margin-left: 65px;
  }
  .mt-sm-65 {
    margin-top: 65px;
  }
  .mb-sm-65 {
    margin-bottom: 65px;
  }
  .pr-sm-65 {
    padding-right: 65px;
  }
  .pl-sm-65 {
    padding-left: 65px;
  }
  .pt-sm-65 {
    padding-top: 65px;
  }
  .pb-sm-65 {
    padding-bottom: 65px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .mr-sm-55 {
    margin-right: 55px;
  }
  .ml-sm-55 {
    margin-left: 55px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .pr-sm-55 {
    padding-right: 55px;
  }
  .pl-sm-55 {
    padding-left: 55px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .mr-sm-45 {
    margin-right: 45px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .mr-sm-35 {
    margin-right: 35px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
}
@media (max-width: 1100px) {
  .container-fixed {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 960px) {
  .testimonial-wrapper {
    margin-right: 5%;
  }
}
/* Mentions script */
@media (min-width: 600px) and (max-width: 1100px) {
  .mentions-animate-block .mention-block {
    display: none !important;
  }
}
/* Mobile menu*/
@media screen and (max-width: 1070px) {
  .header .logo {
    margin-right: 0;
  }
  .header .menu-box {
    display: block;
    margin-left: 10px;
  }
  .header .mobile-menu,
  .header .main-menu-block {
    display: none;
    position: absolute;
    right: 50px;
    left: 50px;
    top: 75px;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100;
    -webkit-box-shadow: 0 13px 43px #a6acbf;
    -moz-box-shadow: 0 13px 43px #a6acbf;
    -ms-box-shadow: 0 13px 43px #a6acbf;
    -o-box-shadow: 0 13px 43px #a6acbf;
    box-shadow: 0 13px 43px #a6acbf;
  }
  .header .mobile-menu .main-menu,
  .header .main-menu-block .main-menu {
    margin-bottom: 0;
  }
  .header .mobile-menu .main-menu li,
  .header .main-menu-block .main-menu li {
    float: none;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .header .mobile-menu .main-menu li a,
  .header .main-menu-block .main-menu li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    color: #2f323c;
  }
  .header .mobile-menu .main-menu li a:hover,
  .header .main-menu-block .main-menu li a:hover {
    background-color: #eeeff2;
    background-image: none;
    color: #2f323c;
  }
  .mobile-menu-items-hide {
    display: none;
  }
  .login-item a {
    background-color: #e1e3e8;
  }
  .open-menu .mobile-menu {
    display: block;
  }
  .open-menu .mobile-menu .mobile-menu-items {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .container-fixed {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .form-group .form-control {
    font-size: 20px;
  }
  .form-group .btn {
    font-size: 22px;
  }
  .footer .copyright {
    margin-top: 0;
  }
  .footer .footer-form .form-control-md {
    font-size: 22px;
    height: 70px;
  }
  .bg-starry {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .min-height-600,
  .min-height-560 {
    min-height: auto;
  }
  .top-index-section .index-signup-form {
    padding-bottom: 0;
  }
  .top-index-section .top-index-title {
    margin-top: 30px;
    font-size: 32px;
    line-height: 36px;
    font-family: 'clear_sansbold';
  }
  .top-index-section .top-index-title strong {
    font-family: 'clear_sansregular';
    display: block;
    margin-top: 10px;
    color: #2f323c;
    font-size: 20px;
    line-height: 24px;
  }
  .top-index-section .top-index-form {
    padding-bottom: 65px;
  }
  .top-index-section .top-index-form .form-control {
    font-size: 22px;
  }
  .top-index-section .top-index-form .btn {
    font-size: 24px;
    height: 80px;
  }
  .top-index-section .top-index-form .special-green {
    width: 100%;
    height: 65px;
  }
  .index-icons-section .item .icon-label {
    font-size: 16px;
  }
  .shape-bg {
    background-size: cover;
    height: auto;
  }
  .img-absolute-right {
    position: relative;
    top: 0 !important;
  }
  .features-screen-right,
  .features-screen-right-2 {
    margin-left: 0;
  }
  .features-screen-left {
    right: 0;
    position: relative;
  }
  .pricing-table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .pricing-table .plan-block {
    -webkit-box-shadow: 0 13px 43px #a6acbf;
    -moz-box-shadow: 0 13px 43px #a6acbf;
    -ms-box-shadow: 0 13px 43px #a6acbf;
    -o-box-shadow: 0 13px 43px #a6acbf;
    box-shadow: 0 13px 43px #a6acbf;
  }
  .pricing-table .plan-block.pro {
    margin-bottom: 40px;
  }
  .pricing-table .plan-block.pro .popular {
    font-size: 18px;
    line-height: 25px;
  }
  .pricing-table .plan-block .plan-header {
    min-height: 100px;
    padding: 20px 15px;
  }
  .pricing-table .plan-block .plan-header .title {
    font-size: 35px;
  }
  .pricing-table .plan-block .plan-header .desc {
    font-size: 16px;
  }
  .pricing-table .plan-block .plan-body {
    padding: 20px 15px 30px;
  }
  .pricing-table .plan-block .plan-body .custom-text {
    font-size: 46px;
    line-height: 50px;
  }
  .pricing-table .plan-block .plan-body .list {
    text-align: center;
    font-size: 18px;
  }
  .pricing-table .plan-block .plan-body .price {
    text-align: center;
  }
  .pricing-table .plan-block .plan-body .price .count {
    font-size: 60px;
  }
  .pricing-table .plan-block .plan-body .btn {
    font-size: 20px;
    max-width: 240px;
    margin: 0 auto;
  }
  .mentions-animate-block {
    position: relative;
    min-height: 10px;
    width: auto;
    left: 0;
    margin-left: 0;
    display: none;
  }
  .mentions-animate-block .mention-block {
    left: 0 !important;
    right: 0 !important;
    top: 130px !important;
    max-width: 100% !important;
  }
  .mentions-animate-block .mention-block .arrow {
    display: none;
  }
  .mentions-animate-block .mention-block .dot {
    display: none;
  }
  .mentions-animate-block .mention-block:after {
    content: '';
    display: block;
    background-image: url("../images/layout/mobile-arrow-dot.png");
    width: 56px;
    height: 47px;
    position: absolute;
    bottom: -47px;
    left: 113px;
  }
  .bg-white-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .mr-xs-100 {
    margin-right: 100px;
  }
  .ml-xs-100 {
    margin-left: 100px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .pr-xs-100 {
    padding-right: 100px;
  }
  .pl-xs-100 {
    padding-left: 100px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .mr-xs-95 {
    margin-right: 95px;
  }
  .ml-xs-95 {
    margin-left: 95px;
  }
  .mt-xs-95 {
    margin-top: 95px;
  }
  .mb-xs-95 {
    margin-bottom: 95px;
  }
  .pr-xs-95 {
    padding-right: 95px;
  }
  .pl-xs-95 {
    padding-left: 95px;
  }
  .pt-xs-95 {
    padding-top: 95px;
  }
  .pb-xs-95 {
    padding-bottom: 95px;
  }
  .mr-xs-90 {
    margin-right: 90px;
  }
  .ml-xs-90 {
    margin-left: 90px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .pr-xs-90 {
    padding-right: 90px;
  }
  .pl-xs-90 {
    padding-left: 90px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .mr-xs-85 {
    margin-right: 85px;
  }
  .ml-xs-85 {
    margin-left: 85px;
  }
  .mt-xs-85 {
    margin-top: 85px;
  }
  .mb-xs-85 {
    margin-bottom: 85px;
  }
  .pr-xs-85 {
    padding-right: 85px;
  }
  .pl-xs-85 {
    padding-left: 85px;
  }
  .pt-xs-85 {
    padding-top: 85px;
  }
  .pb-xs-85 {
    padding-bottom: 85px;
  }
  .mr-xs-80 {
    margin-right: 80px;
  }
  .ml-xs-80 {
    margin-left: 80px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .pr-xs-80 {
    padding-right: 80px;
  }
  .pl-xs-80 {
    padding-left: 80px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .mr-xs-75 {
    margin-right: 75px;
  }
  .ml-xs-75 {
    margin-left: 75px;
  }
  .mt-xs-75 {
    margin-top: 75px;
  }
  .mb-xs-75 {
    margin-bottom: 75px;
  }
  .pr-xs-75 {
    padding-right: 75px;
  }
  .pl-xs-75 {
    padding-left: 75px;
  }
  .pt-xs-75 {
    padding-top: 75px;
  }
  .pb-xs-75 {
    padding-bottom: 75px;
  }
  .mr-xs-70 {
    margin-right: 70px;
  }
  .ml-xs-70 {
    margin-left: 70px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .pr-xs-70 {
    padding-right: 70px;
  }
  .pl-xs-70 {
    padding-left: 70px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .mr-xs-65 {
    margin-right: 65px;
  }
  .ml-xs-65 {
    margin-left: 65px;
  }
  .mt-xs-65 {
    margin-top: 65px;
  }
  .mb-xs-65 {
    margin-bottom: 65px;
  }
  .pr-xs-65 {
    padding-right: 65px;
  }
  .pl-xs-65 {
    padding-left: 65px;
  }
  .pt-xs-65 {
    padding-top: 65px;
  }
  .pb-xs-65 {
    padding-bottom: 65px;
  }
  .mr-xs-60 {
    margin-right: 60px;
  }
  .ml-xs-60 {
    margin-left: 60px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .pr-xs-60 {
    padding-right: 60px;
  }
  .pl-xs-60 {
    padding-left: 60px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .mr-xs-55 {
    margin-right: 55px;
  }
  .ml-xs-55 {
    margin-left: 55px;
  }
  .mt-xs-55 {
    margin-top: 55px;
  }
  .mb-xs-55 {
    margin-bottom: 55px;
  }
  .pr-xs-55 {
    padding-right: 55px;
  }
  .pl-xs-55 {
    padding-left: 55px;
  }
  .pt-xs-55 {
    padding-top: 55px;
  }
  .pb-xs-55 {
    padding-bottom: 55px;
  }
  .mr-xs-50 {
    margin-right: 50px;
  }
  .ml-xs-50 {
    margin-left: 50px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .pr-xs-50 {
    padding-right: 50px;
  }
  .pl-xs-50 {
    padding-left: 50px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .mr-xs-45 {
    margin-right: 45px;
  }
  .ml-xs-45 {
    margin-left: 45px;
  }
  .mt-xs-45 {
    margin-top: 45px;
  }
  .mb-xs-45 {
    margin-bottom: 45px;
  }
  .pr-xs-45 {
    padding-right: 45px;
  }
  .pl-xs-45 {
    padding-left: 45px;
  }
  .pt-xs-45 {
    padding-top: 45px;
  }
  .pb-xs-45 {
    padding-bottom: 45px;
  }
  .mr-xs-40 {
    margin-right: 40px;
  }
  .ml-xs-40 {
    margin-left: 40px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .pr-xs-40 {
    padding-right: 40px;
  }
  .pl-xs-40 {
    padding-left: 40px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .mr-xs-35 {
    margin-right: 35px;
  }
  .ml-xs-35 {
    margin-left: 35px;
  }
  .mt-xs-35 {
    margin-top: 35px;
  }
  .mb-xs-35 {
    margin-bottom: 35px;
  }
  .pr-xs-35 {
    padding-right: 35px;
  }
  .pl-xs-35 {
    padding-left: 35px;
  }
  .pt-xs-35 {
    padding-top: 35px;
  }
  .pb-xs-35 {
    padding-bottom: 35px;
  }
  .mr-xs-30 {
    margin-right: 30px;
  }
  .ml-xs-30 {
    margin-left: 30px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .pr-xs-30 {
    padding-right: 30px;
  }
  .pl-xs-30 {
    padding-left: 30px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .mr-xs-25 {
    margin-right: 25px;
  }
  .ml-xs-25 {
    margin-left: 25px;
  }
  .mt-xs-25 {
    margin-top: 25px;
  }
  .mb-xs-25 {
    margin-bottom: 25px;
  }
  .pr-xs-25 {
    padding-right: 25px;
  }
  .pl-xs-25 {
    padding-left: 25px;
  }
  .pt-xs-25 {
    padding-top: 25px;
  }
  .pb-xs-25 {
    padding-bottom: 25px;
  }
  .mr-xs-20 {
    margin-right: 20px;
  }
  .ml-xs-20 {
    margin-left: 20px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .pr-xs-20 {
    padding-right: 20px;
  }
  .pl-xs-20 {
    padding-left: 20px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .mr-xs-15 {
    margin-right: 15px;
  }
  .ml-xs-15 {
    margin-left: 15px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .pr-xs-15 {
    padding-right: 15px;
  }
  .pl-xs-15 {
    padding-left: 15px;
  }
  .pt-xs-15 {
    padding-top: 15px;
  }
  .pb-xs-15 {
    padding-bottom: 15px;
  }
  .mr-xs-10 {
    margin-right: 10px;
  }
  .ml-xs-10 {
    margin-left: 10px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .pr-xs-10 {
    padding-right: 10px;
  }
  .pl-xs-10 {
    padding-left: 10px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .mr-xs-5 {
    margin-right: 5px;
  }
  .ml-xs-5 {
    margin-left: 5px;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mb-xs-5 {
    margin-bottom: 5px;
  }
  .pr-xs-5 {
    padding-right: 5px;
  }
  .pl-xs-5 {
    padding-left: 5px;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  .mr-xs-0 {
    margin-right: 0px;
  }
  .ml-xs-0 {
    margin-left: 0px;
  }
  .mt-xs-0 {
    margin-top: 0px;
  }
  .mb-xs-0 {
    margin-bottom: 0px;
  }
  .pr-xs-0 {
    padding-right: 0px;
  }
  .pl-xs-0 {
    padding-left: 0px;
  }
  .pt-xs-0 {
    padding-top: 0px;
  }
  .pb-xs-0 {
    padding-bottom: 0px;
  }
}
@media (max-width: 730px) {
  a.sale-banner {
    height: auto;
    padding-bottom: 30px;
    background-image: url('/images/producthant/cat-sm-2.png');
    background-position: left top;
  }
  .wohoo {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    margin-left: 138px;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .footer-common .footer-block-header {
    font-size: 16px;
  }
  .footer-common a {
    font-size: 12px;
  }
  .footer-common a.title-name {
    font-size: 16px;
  }
}
.footer {
  background-color: #2a3249;
  color: #828a9c;
  font-size: 12px;
  line-height: 1.6666;
}
.footer__btn {
  font-size: 12px;
  height: 40px;
  text-transform: uppercase;
  border: 1px solid #41485C;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 20px;
  transition: all .2s ease;
  width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.footer__btn:link,
.footer__btn:visited {
  color: white;
}
.footer__btn:hover {
  color: #343a4f;
  border-color: white;
  background-color: white;
}
.footer__column {
  width: 25%;
  padding-right: 60px;
}
@media screen and (max-width: 1023px) {
  .footer__column {
    width: 100%;
    margin-bottom: 60px;
  }
}
.footer__column-nav {
  width: 75%;
  column-count: 3;
  column-gap: 40px;
}
@media screen and (max-width: 1023px) {
  .footer__column-nav {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .footer__column-nav {
    column-count: 2;
  }
}
.footer .footer-nav-container {
  page-break-inside: avoid;
  break-inside: avoid;
}
.footer__main-container {
  padding: 110px 40px 85px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1180px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .footer__main-container {
    padding-top: 60px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .footer__main-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__bottom-container {
  padding: 0 40px 100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1180px;
}
@media screen and (max-width: 1023px) {
  .footer__bottom-container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .footer__bottom-container {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    margin-bottom: 40px;
  }
}
.footer-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.footer-nav__item {
  margin-bottom: 8px;
}
.footer-nav__item a {
  color: #828a9c;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.footer-nav__item a:hover {
  color: #ffffff;
}
.footer__title {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer__title a {
  color: #fff;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.footer__title a:hover {
  color: #e3d9eb;
}
.footer p {
  text-align: left !important;
}
.footer .social-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/social-icons/sprite.png");
  background-size: 124px 49px;
}
.footer .social-icon_instagram {
  background-position: -50px 0;
}
.footer .social-icon_instagram:hover,
.footer .social-icon_instagram-color {
  background-position: -50px -25px;
}
.footer .social-icon_facebook {
  background-position: -25px 0;
}
.footer .social-icon_facebook:hover,
.footer .social-icon_facebook-color {
  background-position: -25px -25px;
}
.footer .social-icon_linkedin {
  background-position: -100px 0;
}
.footer .social-icon_linkedin:hover,
.footer .social-icon_linkedin-color {
  background-position: -100px -25px;
}
.footer .social-icon_twitter {
  background-position: 0 0;
}
.footer .social-icon_twitter:hover,
.footer .social-icon_twitter-color {
  background-position: 0 -25px;
}
.footer .social-icon_youtube {
  background-position: -75px 0;
}
.footer .social-icon_youtube:hover,
.footer .social-icon_youtube-color {
  background-position: -75px -25px;
}
.footer .social-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.footer .social-list > li:not(:last-child) {
  margin-right: 15px;
}
/* update 3 */
/*# sourceMappingURL=styles.css.map */