/*----------------------------------------
[Master Stylesheet]

Project:	SmartMine
Version:	2.0
Primary use:	SmartMine Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Common styles
2. Header
3. Home
4. Default button
5. Paginator
6. Section
7. Service
8. Price
9. Currenc
10. Steps
11. Popular
12. Knowledge
13. Testimonial
14. Calculate
15. Servers
16. Feature
17. FAQ
18. Team
19. Post
20. Article
21. Sidebar
22.	Get started
23. Review
24. Form
25. Sign
26. Partners
27. Footer
----------------------------------------*/
/*==============================
	Fonts
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&amp;family=Roboto:ital,wght@0,400;0,500;0,700;1,400&amp;display=swap");
/*==============================
	Common styles
==============================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
button:focus {
  outline: none;
}
a {
  transition: 0.3s ease;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #377dff;
  opacity: 1;
}
::-moz-placeholder {
  color: #377dff;
  opacity: 1;
}
:-moz-placeholder {
  color: #377dff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #377dff;
  opacity: 1;
}
/* owl carousel dots customized */
.owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.owl-dots .owl-dot {
  display: block;
  position: relative;
  margin: 0 8px;
  width: 14px;
  height: 14px;
}
.owl-dots .owl-dot span {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: visible;
  transition: 0.4s;
  background-color: rgba(68,68,68,0.65);
  border-radius: 50%;
}
.owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background-color: #444;
}
.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}
/* custom close btn for modal */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: transparent;
  font-size: 0;
  right: 0;
  opacity: 1;
  width: 30px;
  height: 40px;
  padding-right: 0;
}
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
  content: '\e646';
  font-family: 'themify';
  color: #444;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}
.mfp-image-holder .mfp-close:hover:after,
.mfp-iframe-holder .mfp-close:hover:after {
  color: #707070;
}
/* custom bg for modal */
.mfp-bg {
  background: transparent;
  background-color: rgba(120,176,239,0.65);
  opacity: 1;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: 0.4s ease;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.75;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: 0.4s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-iframe-scaler iframe {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
}
/* container */
@media (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}
/*==============================
	Header
==============================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  z-index: 9;
  transition: 0.3s ease;
  transition-property: background-color, box-shadow;
}
.header__menu {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  display: block;
  cursor: pointer;
  z-index: 9;
}
.header__menu i {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 40px;
  transition: 0.3s;
  color: #444;
}
.header__menu i.ti-close {
  opacity: 1;
  font-size: 0;
}
.header__menu--active i.ti-close {
  opacity: 1;
  font-size: 20px;
  color: #fff;
}
.header__menu--active i.ti-menu {
  font-size: 0;
  opacity: 0;
}
.header__nav {
  position: fixed;
  width: 280px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #444;
  padding: 60px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transform: translate3d(280px, 0, 0);
  transition: 0.3s ease-in-out;
  z-index: 8;
}
.header__nav li {
  margin-bottom: 15px;
}
.header__nav li:last-child {
  margin-bottom: 0;
}
.header__nav a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.header__nav a i {
  color: #fff;
  transition: 0.3s ease;
}
.header__nav--active {
  transform: translate3d(0, 0, 0);
}
.header__dropdown {
  position: relative;
  display: block;
  width: 100%;
}
.header__dropdown .dropdown-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__dropdown .dropdown-toggle i {
  font-size: 8px;
  margin-top: 3px;
  margin-left: 4px;
}
.header__dropdown-menu {
  position: absolute;
  background-color: #fff;
  padding: 20px 25px;
  display: block;
  width: 100%;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  border-radius: 6px;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  transition: 0.3s ease;
  margin-top: 0;
  top: 0;
}
.header__dropdown-menu li {
  padding: 0;
  margin-bottom: 10px;
}
.header__dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header__dropdown-menu a {
  font-size: 16px;
  color: #444;
}
.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 15px;
}
.header--white {
  background-color: #fff;
}
.header--active {
  background-color: #fff;
  box-shadow: 0 6px 26px 0 rgba(0,0,0,0.1);
}
@media (min-width: 576px) {
  .header__nav {
    padding: 90px 30px 0;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 0 25px;
    height: 80px;
  }
  .header__nav {
    padding: 110px 30px 0;
  }
  .header__menu {
    right: 25px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 0 35px;
    height: 90px;
  }
  .header__menu {
    display: none;
  }
  .header__nav {
    transform: translate3d(0, 0, 0);
    width: auto;
    right: auto;
    bottom: auto;
    top: auto;
    height: auto;
    flex-direction: row;
    background-color: transparent;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    border: none;
    justify-content: center;
    align-items: center;
  }
  .header__nav li {
    margin: 0 20px;
    padding: 0;
  }
  .header__nav a {
    color: #707070;
  }
  .header__nav a i {
    color: #707070;
  }
  .header__nav a:hover {
    color: #444;
  }
  .header__nav a:hover i {
    color: #444;
  }
  .header__dropdown {
    display: inline-block;
    width: auto;
  }
  .header__dropdown.show .dropdown-toggle {
    color: #444;
  }
  .header__dropdown-menu {
    min-width: 160px;
    width: auto;
  }
  .header__dropdown-menu li {
    margin: 0 0 10px;
  }
  .header__dropdown-menu li:last-child {
    margin-bottom: 0;
  }
  .header--active,
  .header--white {
    background-color: #fff;
  }
  .header--active .btn,
  .header--white .btn {
    background-color: #377dff;
    color: #fff;
  }
  .header--active .btn:hover,
  .header--white .btn:hover {
    color: #fff;
  }
}
@media (min-width: 1600px) {
  .header {
    padding: 0 50px;
  }
}
/*==============================
	Home
==============================*/
.home {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.home__content {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.home__content--desk {
  display: none;
}
.home__title {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  line-height: 130%;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
}
.home__text {
  font-size: 16px;
  line-height: 170%;
  color: #707070;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}
.home__btn {
  position: absolute;
  display: block;
  bottom: 20px;
  height: 30px;
  width: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #444;
  font-size: 18px;
}
.home__btn i {
  position: absolute;
  display: block;
  left: 0;
  -webkit-animation: arrow 1.6s infinite ease;
  animation: arrow 1.6s infinite ease;
}
.home__btn:hover {
  color: #707070;
}
.home__particles {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.home__feature {
  display: block;
  padding: 30px;
  background-color: #fff;
  margin: 15px 0;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
}
.home__feature i {
  font-size: 42px;
  color: #444;
  position: relative;
}
.home__feature i:before {
  z-index: 2;
  position: relative;
}
.home__feature i:after {
  content: '';
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #377dff;
  opacity: 0.9;
  left: -8px;
  bottom: -8px;
  border-radius: 50%;
  z-index: 1;
}
.home__feature h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .home__title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .home__title {
    font-size: 42px;
  }
  .home__text {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .home:before,
  .home:after {
    content: '';
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .home:before {
    background: url("../img/home/home-bg.jpg") no-repeat right center/cover;
    z-index: -2;
  }
  .home:after {
    background-color: #377dff;
    z-index: -1;
    opacity: 0.65;
  }
  .home--circle:before,
  .home--circle:after {
    width: 130vh;
    height: 130vh;
    right: -65vh;
    top: -30vh;
    left: auto;
    border-radius: 50%;
    display: block;
  }
  .home--ellipse:before,
  .home--ellipse:after {
    width: 115vh;
    height: 90vh;
    right: -23vh;
    top: 0;
    left: auto;
    border-radius: 45vh 0 0 45vh;
    transform: rotate(-45deg);
    display: block;
  }
  .home--ellipse:before {
    background: url("../img/home/home-bg2.jpg") no-repeat center center/cover;
  }
  .home--rectangle:before,
  .home--rectangle:after {
    width: 105vh;
    height: 90vh;
    top: -7vh;
    right: -27vh;
    left: auto;
    transform: rotate(-45deg);
    display: block;
    border-radius: 20%;
  }
  .home--rectangle:before {
    background: url("../img/home/home-bg2.jpg") no-repeat center center/cover;
  }
  .home__content {
    padding-top: 45px;
  }
  .home__title {
    font-size: 50px;
  }
  .home__content--desk {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .home--ellipse:before,
  .home--ellipse:after {
    right: -30vh;
  }
  .home__content {
    padding-top: 60px;
  }
}
@media (min-width: 1900px) {
  .home--circle:before,
  .home--circle:after {
    width: 140vh;
    height: 140vh;
    right: -70vh;
    top: -40vh;
  }
  .home--ellipse:before,
  .home--ellipse:after {
    right: -25vh;
  }
}
/*==============================
	Default button
==============================*/
.btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  max-width: 180px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #377dff;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn:hover {
  color: #fff;
  background-color: #444;
}
.btn--white {
  background-color: #fff;
  color: #377dff;
}
.btn--white:hover {
  color: #377dff;
}
.btn--border {
  border: 2px solid #377dff;
  background-color: #fff;
  color: #377dff;
  line-height: 53px;
}
.btn--border:hover {
  background-color: #377dff;
  color: #fff;
}
.btn--transparent {
  background-color: rgba(255,255,255,0.4);
}
.btn--header {
  height: 44px;
  width: 110px;
  margin-right: 45px;
}
.btn--shadow {
  box-shadow: 0 6px 9px 0 rgba(55, 125, 255, 0.25);
}
.btn--shadow:hover {
  box-shadow: 0 6px 9px 0 rgba(68,68,68,0.5);
}
.btn--center {
  margin: 0 auto;
}
.btn--top50 {
  margin-top: 25px;
}
.btn--top25 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .btn--header {
    height: 48px;
    width: 130px;
    margin-right: 55px;
  }
  .btn--top50 {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .btn--header {
    margin-right: 0;
    background-color: #fff;
    color: #377dff;
  }
}
/*==============================
	Paginator
==============================*/
.paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.paginator__item {
  margin: 0 12px;
}
.paginator__item a {
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  color: #757575;
}
.paginator__item:hover a {
  color: #377dff;
}
.paginator__item--prev a,
.paginator__item--next a {
  font-size: 16px;
}
.paginator__item--prev i,
.paginator__item--next i {
  line-height: 26px;
  height: 26px;
  display: block;
}
.paginator__item--prev {
  margin: 0 15px 0 0;
}
.paginator__item--next {
  margin: 0 0 0 15px;
}
.paginator__item--active a {
  color: #444;
  font-weight: 500;
  cursor: default;
}
.paginator__item--active:hover a {
  color: #444;
}
/*==============================
	Section
==============================*/
.section {
  position: relative;
  padding: 50px 0;
}
.section__title {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  line-height: 130%;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section__title--white {
  color: #fff;
}
.section__title--margin {
  margin-bottom: 25px;
}
.section__title--head {
  margin: 0;
}
.section__text {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section__text b {
  font-weight: 500;
}
.section__text--white {
  color: #fff;
}
.section__text--head {
  margin: 0;
}
.section__video {
  display: block;
  margin: 0 auto 25px;
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
}
.section__video i {
  position: relative;
  line-height: 44px;
  font-size: 44px;
  color: #fff;
}
.section__video i:before {
  z-index: 2;
  position: relative;
}
.section__video i:after {
  content: '';
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #377dff;
  opacity: 0.9;
  left: -8px;
  bottom: -8px;
  border-radius: 50%;
  z-index: 1;
}
.section__app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.section__app a {
  margin-top: 25px;
}
.section__app img {
  width: 190px;
}
.section--bg:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(68,68,68,0.7);
  z-index: 1;
}
.section--border-top {
  border-top: 1px solid rgba(68,68,68,0.1);
}
.section--border-bottom {
  border-bottom: 1px solid rgba(68,68,68,0.1);
}
.section--first {
  margin-top: 60px;
}
@media (min-width: 576px) {
  .section {
    padding: 55px 0;
  }
  .section__title {
    font-size: 32px;
  }
  .section__app {
    flex-direction: row;
  }
  .section__app a {
    margin: 25px 15px 0;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .section__title {
    font-size: 36px;
  }
  .section__text {
    font-size: 17px;
    line-height: 26px;
  }
  .section--first {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 80px 0;
  }
  .section__title {
    font-size: 38px;
  }
  .section__app a {
    margin: 30px 15px 0;
  }
  .section--first {
    margin-top: 90px;
  }
}
/*==============================
	Service
==============================*/
.service {
  display: block;
  padding: 20px;
  background-color: #fff;
  margin: 15px 0;
  position: relative;
  border-radius: 6px;
  transition: 0.3s ease;
  border-bottom: 7px solid transparent;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  border-color: #377dff;
}
.service i {
  font-size: 42px;
  color: #444;
  position: relative;
}
.service i:before {
  z-index: 2;
  position: relative;
}
.service i:after {
  content: '';
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #377dff;
  opacity: 0.9;
  left: -8px;
  bottom: -8px;
  border-radius: 50%;
  z-index: 1;
}
.service__title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  margin-top: 25px;
}
.service__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #707070;
}
.service__text b {
  font-weight: 500;
}
.service__text a {
  color: #377dff;
  font-weight: 500;
}
.service__text a:hover {
  text-decoration: underline;
}
@media (min-width: 360px) {
  .service {
    padding: 30px;
  }
}
/*==============================
	Price
==============================*/
.price {
  display: block;
  background-color: #fff;
  margin: 15px auto 30px;
  position: relative;
  border-radius: 6px;
  transition: 0.3s ease;
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
  max-width: 330px;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
}
.price__title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  margin: 0;
}
.price__list {
  display: block;
  padding: 30px 0;
  margin: 0;
}
.price__list li {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 5px;
}
.price__list li b {
  font-weight: 500;
}
.price__list li:last-child {
  margin-bottom: 0;
}
.price__value {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  display: block;
  background-color: #377dff;
  height: 74px;
  line-height: 74px;
  margin-bottom: 20px;
}
.price__text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 20px;
}
.price:last-child {
  margin-bottom: 0;
}
.price--best:before {
  content: '';
  position: absolute;
  display: block;
  width: 110px;
  height: 110px;
  top: -55px;
  left: -55px;
  transform: rotate(45deg);
  background-color: #377dff;
}
.price--best:after {
  content: '\e60a';
  position: absolute;
  display: block;
  font-family: 'themify';
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 768px) {
  .price {
    display: block;
    width: 50%;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }
  .price:first-child {
    margin-top: 15px;
    border-radius: 6px 0 0 0;
    z-index: 4;
  }
  .price:nth-child(2) {
    margin-top: 15px;
    border-radius: 0 6px 0 0;
    z-index: 3;
  }
  .price:nth-child(3) {
    margin-bottom: 15px;
    border-radius: 0 0 0 6px;
    z-index: 2;
  }
  .price:last-child {
    margin-bottom: 15px;
    border-radius: 0 0 6px 0;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .price {
    width: 25%;
    margin: 15px 0;
  }
  .price:first-child {
    border-radius: 6px 0 0 6px;
  }
  .price:last-child {
    border-radius: 0 6px 6px 0;
  }
  .price:nth-child(2),
  .price:nth-child(3) {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .price-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
/*==============================
	Currenc
==============================*/
.currenc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.currenc__icon {
  font-size: 42px;
}
.currenc__name {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-weight: 500;
  text-align: center;
}
.currenc__hash {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
}
/*==============================
	Steps
==============================*/
.step {
  display: block;
  margin: 15px 0;
  padding: 0 10px;
}
.step i {
  font-size: 42px;
  color: #444;
  position: relative;
}
.step i:before {
  z-index: 2;
  position: relative;
}
.step i:after {
  content: '';
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #377dff;
  opacity: 0.9;
  left: -8px;
  bottom: -8px;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}
.step__title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  margin-top: 25px;
}
.step__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #707070;
}
.step__text b {
  font-weight: 500;
}
.step__text a {
  color: #377dff;
  font-weight: 500;
}
.step__text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .step {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .step {
    margin: 25px 0;
  }
}
/*==============================
	Popular
==============================*/
.popular {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 25px;
  text-align: center;
  margin: 15px 0;
}
.popular__name {
  font-size: 18px;
  color: #444;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.popular__name:before {
  content: '';
  position: absolute;
  font-size: 8px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: block;
  font-family: 'themify';
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
}
.popular__name--up:before {
  content: '\e627';
  background-color: #1ea664;
}
.popular__name--down:before {
  content: '\e62a';
  background-color: #ff6866;
}
.popular__price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #444;
}
.popular__cap {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
}
/*==============================
	Knowledge
==============================*/
.knowledge {
  padding: 20px;
  background-color: #fff;
  margin: 15px 0;
  position: relative;
  border-radius: 6px;
  transition: 0.3s ease;
  border-bottom: 7px solid transparent;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  border-color: #377dff;
}
.knowledge__title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  margin-top: 0;
  margin-bottom: 15px;
}
.knowledge__list li {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.knowledge__list li:last-child {
  margin-bottom: 0;
}
.knowledge__list span {
  color: #707070;
  font-size: 14px;
}
.knowledge__list a {
  color: #444;
}
.knowledge__list a:hover {
  color: #377dff;
}
@media (min-width: 360px) {
  .knowledge {
    padding: 30px;
  }
}
/*==============================
	Testimonial
==============================*/
@media (min-width: 576px) {
  .testimonial-slider .owl-item.active .testimonial__text {
    box-shadow: 0 26px 46px 0 rgba(0,0,0,0.1);
  }
}
.testimonial {
  display: block;
  margin: 15px auto;
  width: 100%;
  max-width: 330px;
}
.testimonial__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  background-color: #444;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 20px 35px;
  transition: 0.3s ease;
}
.testimonial__text p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.testimonial__text p:last-child {
  margin-bottom: 0;
}
.testimonial__client {
  margin-top: 30px;
  margin-left: 35px;
  position: relative;
  padding-left: 57px;
}
.testimonial__client img {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
  border-radius: 50%;
}
.testimonial__client p {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 16px;
  color: #444;
  font-weight: 500;
  line-height: 21px;
  display: block;
}
.testimonial__client span {
  font-size: 14px;
  color: #757575;
  line-height: 21px;
  display: block;
}
@media (min-width: 576px) {
  .testimonial__text {
    background-color: #fff;
  }
  .testimonial__text p {
    color: #444;
  }
}
/*==============================
	Calculate
==============================*/
.calculate {
  display: block;
  background-color: #fff;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 25px;
  text-align: center;
  margin: 15px 0;
}
.calculate__text {
  display: block;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
  text-align: center;
}
.calculate__info {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  display: inline-block;
  position: relative;
  line-height: 20px;
}
.calculate__info a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #377dff;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  top: 0;
  margin-left: 5px;
}
@media (min-width: 576px) {
  .calculate {
    padding: 35px 30px;
  }
}
/*==============================
	Servers
==============================*/
.servers {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px;
  margin: 0 auto;
}
.servers__title {
  flex: 0 0 100%;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-weight: 500;
  margin-bottom: 10px;
}
.servers__item {
  flex: 0 0 50%;
  font-size: 15px;
  position: relative;
  padding-left: 18px;
  line-height: 30px;
  color: #444;
}
.servers__item:before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
}
.servers__item--red:before {
  background-color: #ff6866;
}
.servers__item--green:before {
  background-color: #1ea664;
}
.servers__item--yellow:before {
  background-color: #e4bd35;
}
/*==============================
	Feature
==============================*/
.feature {
  display: block;
  padding: 0 10px 0 75px;
  background-color: #fff;
  margin: 15px 0;
  position: relative;
  border-radius: 6px;
  transition: 0.3s ease;
}
.feature i {
  font-size: 42px;
  color: #444;
  position: absolute;
  top: 0;
  left: 15px;
}
.feature i:before {
  z-index: 2;
  position: relative;
}
.feature i:after {
  content: '';
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #377dff;
  opacity: 0.9;
  left: -8px;
  bottom: -8px;
  border-radius: 50%;
  z-index: 1;
}
.feature__title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  margin-bottom: 8px;
}
.feature__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #707070;
}
.feature__text b {
  font-weight: 500;
}
.feature__text a {
  color: #377dff;
  font-weight: 500;
}
.feature__text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .feature {
    margin: 25px 0;
    padding: 0 0 0 75px;
  }
}
@media (min-width: 1200px) {
  .feature {
    padding: 0 0 0 80px;
  }
}
/*==============================
	FAQ
==============================*/
.faq {
  display: block;
  margin-bottom: 50px;
}
.faq__title {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.faq__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #707070;
}
.faq__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .faq {
    margin-bottom: 55px;
  }
  .faq:last-child {
    margin-bottom: 0;
  }
  .faq__text {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .faq {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .faq {
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .faq {
    margin-bottom: 70px;
  }
}
/*==============================
	Team
==============================*/
.team {
  display: block;
  margin: 15px 0;
  position: relative;
  border-radius: 6px;
  transition: 0.3s ease;
  text-align: center;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  overflow: hidden;
}
.team:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}
.team__img {
  display: block;
  position: relative;
  z-index: 1;
  background-color: rgba(68,68,68,0.1);
}
.team__img img {
  width: 100%;
}
.team__title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  transition: 0.3s ease;
}
.team__position {
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 40px;
  color: #fff;
  z-index: 3;
  transition: 0.3s ease;
}
.team__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: 0.3s ease;
  background-color: #377dff;
  z-index: 3;
}
.team__social li {
  margin: 0 10px;
}
.team__social a {
  display: block;
  line-height: 26px;
  font-size: 17px;
  color: #fff;
}
.team__social a:hover {
  color: #444;
}
.team:hover .team__social {
  bottom: 0;
}
.team:hover .team__title {
  bottom: 70px;
}
.team:hover .team__position {
  bottom: 90px;
}
/*==============================
	Post
==============================*/
.post {
  display: block;
  margin-bottom: 40px;
  border-radius: 6px;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  overflow: hidden;
}
.post__img {
  position: relative;
  height: 180px;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
}
.post__img img {
  position: absolute;
  width: auto;
  max-width: 100%;
  top: -99px;
  left: -99px;
  right: -99px;
  bottom: -99px;
  margin: auto;
}
.post__header {
  margin: 20px 0 15px;
  padding: 0 20px;
}
.post__date {
  font-weight: 500;
  color: #757575;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.post__title {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-weight: 500;
  margin: 0;
  display: block;
  font-size: 24px;
  line-height: 32px;
}
.post__content {
  padding: 0 20px 25px;
}
.post__content p {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 25px;
}
.post__link {
  position: relative;
  display: inline-block;
  height: 48px;
  width: 140px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 48px;
  background-color: #377dff;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 48px;
  letter-spacing: 1px;
  cursor: pointer;
}
.post__link:hover {
  color: #fff;
  background-color: #444;
}
@media (min-width: 768px) {
  .post__img {
    height: 240px;
  }
  .post__header {
    padding: 0 25px;
  }
  .post__content {
    padding: 0 25px 25px;
  }
  .post__title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .post {
    margin-bottom: 50px;
  }
  .post__img {
    height: 260px;
  }
}
/*==============================
	Article
==============================*/
.article__content img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 15px;
}
.article__content h1 {
  font-size: 30px;
}
.article__content h2 {
  font-size: 26px;
}
.article__content h3 {
  font-size: 22px;
}
.article__content h4 {
  font-size: 20px;
}
.article__content h5 {
  font-size: 18px;
}
.article__content h6 {
  font-size: 16px;
}
.article__content p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 20px;
}
.article__content p b {
  font-weight: 500;
}
.article__content p a {
  color: #377dff;
  text-decoration: underline;
}
.article__content p a:hover,
.article__content p a:focus {
  color: #377dff;
  text-decoration: none;
}
.article__content blockquote {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #444;
  font-weight: 400;
  margin-bottom: 20px;
}
.article__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  bottom: 5px;
  width: 3px;
  background-color: rgba(120,176,239,0.8);
}
.article__content ul {
  margin-bottom: 20px;
  padding-left: 20px;
  display: block;
  list-style: circle;
}
.article__content ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #707070;
  padding-left: 5px;
}
.article__content ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  margin-bottom: 20px;
}
.article__content ol ol {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
.article__content ol ol li {
  margin-top: 0;
}
.article__content ol ol ol {
  margin-top: 20px;
  margin-bottom: 0;
}
.article__content ol li {
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  position: relative;
  margin-top: 20px;
}
.article__content ol li b {
  font-weight: 600;
  color: #707070;
}
.article__content ol li a {
  color: #377dff;
}
.article__content ol li a:hover {
  color: #377dff;
  text-decoration: underline;
}
.article__content ol li:last-child {
  margin-bottom: 0;
}
.article__content ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.article__social {
  border-bottom: 1px solid rgba(68,68,68,0.1);
  margin-top: 40px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.article__social-btn {
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-right: 25px;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.article__social-btn span {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.article__social-btn i {
  font-size: 14px;
  margin-right: 10px;
}
.article__social-btn--fb {
  background-color: #3c5a9a;
}
.article__social-btn--tw {
  background-color: #00adf2;
}
.article__social-btn:hover {
  color: #fff;
  background-color: #444;
}
.article__social-btn:last-child {
  margin-right: 0;
}
.article__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  position: relative;
}
.article__nav:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: auto;
  top: 0;
  bottom: 0;
  background-color: rgba(68,68,68,0.1);
  left: 50%;
}
.article__nav a {
  width: 50%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article__nav a span {
  font-size: 14px;
  color: #707070;
  margin-bottom: 5px;
}
.article__nav a h6 {
  font-size: 16px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 0;
  transition: 0.3s ease;
}
.article__nav a:first-child {
  align-items: flex-end;
  padding-right: 25px;
  text-align: right;
}
.article__nav a:last-child {
  align-items: flex-start;
  padding-left: 25px;
  text-align: left;
}
.article__nav a:hover h6 {
  color: #377dff;
}
@media (min-width: 768px) {
  .article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6 {
    margin-bottom: 20px;
  }
  .article__content h1 {
    font-size: 36px;
  }
  .article__content h2 {
    font-size: 32px;
  }
  .article__content h3 {
    font-size: 28px;
  }
  .article__content h4 {
    font-size: 26px;
  }
  .article__content h5 {
    font-size: 24px;
  }
  .article__content h6 {
    font-size: 22px;
  }
  .article__content p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .article__content ul {
    margin-bottom: 25px;
  }
  .article__content ul li {
    font-size: 17px;
    line-height: 26px;
  }
  .article__content ol {
    margin-bottom: 25px;
  }
  .article__content ol ol {
    margin-top: 25px;
  }
  .article__content ol ol ol {
    margin-top: 25px;
  }
  .article__content blockquote {
    line-height: 26px;
    margin-bottom: 25px;
  }
  .article__content img {
    margin-bottom: 25px;
  }
  .article__social {
    margin-top: 50px;
    padding-bottom: 30px;
  }
  .article__nav {
    margin-top: 30px;
  }
  .article__nav a {
    min-height: 160px;
  }
  .article__nav a span {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .article__nav a h6 {
    font-size: 18px;
  }
  .article__nav a:first-child {
    padding-right: 50px;
  }
  .article__nav a:last-child {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .article__nav a {
    min-height: 180px;
  }
  .article__nav a h6 {
    font-size: 20px;
  }
  .article__nav a span {
    margin-bottom: 10px;
  }
  .article__nav a:first-child {
    padding-right: 50px;
  }
  .article__nav a:last-child {
    padding-left: 50px;
  }
}
/*==============================
	Sidebar
==============================*/
.sidebar {
  display: block;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  padding: 25px;
  margin-bottom: 40px;
  z-index: 1;
}
.sidebar__title {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.sidebar__list {
  display: block;
}
.sidebar__list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}
.sidebar__list li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #707070;
}
.sidebar__list li:last-child {
  margin-bottom: 0;
}
.sidebar__list a {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
.sidebar__list a:hover {
  color: #377dff;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  padding: 0 65px 0 20px;
  margin: 0;
}
.sidebar__search button {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  width: 46px;
  height: 46px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #fff;
  color: #377dff;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease;
}
.sidebar__search button:hover {
  color: #fff;
  background-color: #377dff;
}
/*==============================
	Get started
==============================*/
.get-started {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #377dff;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
}
.get-started__title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 100%;
}
.get-started__text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.get-started .btn {
  background: #fff;
  color: #377dff;
}
@media (min-width: 576px) {
  .get-started {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .get-started {
    padding: 40px 100px 40px 50px;
  }
  .get-started__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .get-started {
    padding: 50px 100px 50px 50px;
  }
  .get-started__title {
    font-size: 32px;
  }
}
/*==============================
	Review
==============================*/
.review {
  margin-bottom: 40px;
}
.review__blockquote {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #707070;
  margin: 0;
}
.review__autor {
  display: block;
  padding: 10px 0;
  text-align: right;
  color: #444;
  font-size: 16px;
  font-style: italic;
}
.review__autor span {
  display: block;
  font-size: 14px;
  color: #707070;
}
@media (min-width: 992px) {
  .review {
    margin: 0;
    padding: 50px 25px 0 0;
  }
}
@media (min-width: 1200px) {
  .review {
    padding: 60px 50px 0 0;
  }
}
/*==============================
	Form
==============================*/
.form {
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 25px;
}
.form__input,
.form__select,
.form__textarea {
  display: block;
  width: 100%;
  border-radius: 30px;
  height: 56px;
  border: none;
  background-color: rgba(55, 125, 255, 0.25);
  color: #444;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.form__textarea {
  resize: none;
  height: 140px;
  padding: 15px 20px;
}
.form__select-wrap {
  display: block;
  position: relative;
}
.form__select-wrap:before {
  content: '\e64b';
  position: absolute;
  display: block;
  font-family: 'themify';
  top: 25px;
  right: 20px;
  color: #377dff;
  pointer-events: none;
  font-size: 12px;
  height: 8px;
  line-height: 8px;
}
.form__select {
  cursor: pointer;
  color: #377dff;
}
.form__group {
  position: relative;
  margin-top: 30px;
}
.form__group input:not(:checked),
.form__group input:checked {
  position: absolute;
  left: -9999px;
}
.form__group input:not(:checked) + label,
.form__group input:checked + label {
  font-size: 16px;
  color: #707070;
  position: relative;
  cursor: pointer;
  padding-left: 34px;
  line-height: 22px;
  margin: 0;
}
.form__group input:not(:checked) + label a,
.form__group input:checked + label a {
  color: #707070;
  text-decoration: underline;
}
.form__group input:not(:checked) + label a:hover,
.form__group input:checked + label a:hover {
  color: #377dff;
  text-decoration: underline;
}
.form__group input:not(:checked) + label:before,
.form__group input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 6px;
  background-color: rgba(55, 125, 255, 0.25);
}
.form__group input:not(:checked) + label:after,
.form__group input:checked + label:after {
  font-family: 'themify';
  content: '\e64c';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  transition: 0.3s;
  color: #377dff;
}
.form__group input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form__group input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form--contacts {
  border-bottom: 7px solid #377dff;
}
@media (min-width: 576px) {
  .form {
    padding: 40px;
  }
  .form__group {
    margin-top: 40px;
  }
}
/*==============================
	Sign
==============================*/
.sign {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}
.sign__content {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 16px 56px 0 rgba(0,0,0,0.1);
  border-bottom: 7px solid #377dff;
  width: 100%;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}
.sign__form {
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sign__form .btn {
  max-width: 100%;
}
.sign__error {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sign__error h1 {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 0;
}
.sign__error p {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.sign__logo {
  margin-bottom: 30px;
}
.sign__forgot {
  color: #757575;
  font-size: 16px;
  margin-top: 30px;
  text-decoration: underline;
}
.sign__forgot:hover {
  color: #377dff;
  text-decoration: underline;
}
.sign__box {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.sign__box p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #707070;
}
.sign__box a {
  color: #707070;
  text-decoration: underline;
}
.sign__box a:hover {
  color: #377dff;
  text-decoration: underline;
}
.sign__particles {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 1;
}
@media (min-width: 360px) {
  .sign__content {
    max-width: 330px;
  }
}
@media (min-width: 576px) {
  .sign__content {
    max-width: 400px;
  }
  .sign__form {
    padding: 40px;
  }
  .sign__error {
    padding: 40px;
  }
  .sign__forgot {
    margin-top: 40px;
  }
  .sign__logo {
    margin-bottom: 40px;
  }
}
/*==============================
	Partners
==============================*/
.partners {
  display: block;
  position: relative;
  padding: 45px 0;
  background-color: #fff;
}
.partners__slider img {
  max-width: 100%;
  opacity: 0.7;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
}
.partners__slider a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .partners {
    padding: 50px 0;
  }
}
/*==============================
	Footer
==============================*/
.footer {
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 50px 0 30px;
}
.footer__logo {
  margin-bottom: 40px;
}
.footer__title {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.footer__list {
  margin-bottom: 40px;
}
.footer__list li {
  margin-bottom: 10px;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__list a {
  font-size: 16px;
  color: #757575;
}
.footer__list a:hover {
  color: #377dff;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer__social li {
  margin-right: 20px;
}
.footer__social li:last-child {
  margin-left: 0;
}
.footer__social a {
  font-size: 17px;
  color: #757575;
}
.footer__social a:hover {
  color: #377dff;
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  border-top: 1px solid rgba(68,68,68,0.1);
  padding-top: 40px;
}
.footer__copyright small {
  color: #757575;
  font-size: 14px;
}
.footer__copyright small a {
  color: #757575;
}
.footer__copyright small a:hover {
  color: #377dff;
}
.footer__copyright ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}
.footer__copyright ul li {
  margin-right: 25px;
}
.footer__copyright ul li:last-child {
  margin-right: 0;
}
.footer__copyright ul a {
  color: #757575;
  font-size: 14px;
}
.footer__copyright ul a:hover {
  color: #377dff;
}
@media (min-width: 576px) {
  .footer {
    padding: 55px 0 40px;
  }
  .footer__title {
    margin-top: 0;
  }
  .footer__list {
    margin-bottom: 40px;
  }
  .footer__copyright {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0 40px;
  }
  .footer__copyright {
    margin-top: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__copyright ul {
    margin-top: 0;
  }
  .footer__copyright ul li {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 70px 0 40px;
  }
  .footer__copyright {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer__copyright {
    margin-top: 40px;
  }
}
@-moz-keyframes arrow {
  0% {
    bottom: 0;
  }
  75% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    bottom: 0;
  }
  75% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@-o-keyframes arrow {
  0% {
    bottom: 0;
  }
  75% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes arrow {
  0% {
    bottom: 0;
  }
  75% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
