@charset "UTF-8";
/*
 Theme Name:   topspying new
 Description:  Topspying new Theme
 Version:      1.0.0
 Text Domain:  topspying
*/
@import url("css/normalize.css");
/* latin-ext */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Muli Regular"), local("Muli-Regular"), url(https://fonts.gstatic.com/s/muli/v12/7Auwp_0qiz-afTzGLQjUwkQ1OQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin-ext */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Muli Bold"), local("Muli-Bold"), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-adYnjOCv2z24PMFk-0g.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
.block-shadow, .home .products .single_product_block__btns, .gray-block, .white-block .single_product_block__heading, .white-block {
  -webkit-box-shadow: 0 0 20px 2px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 20px 2px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 20px 2px rgba(50, 50, 50, 0.3);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  color: #2eb1e0;
  text-decoration: none;
  -webkit-transition: color ease-out 0.2s;
  -moz-transition: color ease-out 0.2s;
  -o-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}

a:hover {
  text-decoration: underline;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.5em;
}

html {
  background: #fff;
  font-size: 10px;
}

body {
  min-height: 100vh;
  color: #3a373a;
  font-family: "Muli", sans-serif;
  font-weight: 100;
  width: 100%;
  background: #fafafa;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 575px) {
  body {
    background: #fff;
  }
}
body:not(.home) .main-part {
  padding-top: 60px;
  font-size: 1.8rem;
}

*::selection {
  background: #f8b500;
}

@media (max-width: 575px) {
  .scroll-back-to-top-wrapper {
    right: 10px !important;
  }
}

.animated {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight, .fadeInLeft, .fadeInDown, .fadeInUp, .zoomIn, .zoomInRight, .flipInY {
  opacity: 1;
}

.white-block {
  background: #fff;
  border-radius: 7px;
}
.white-block .single_product_block__heading {
  background: #fafafa;
}
.white-block .single_product_block__thumb_block {
  background: #fff;
}

.gray-block {
  background: #fafafa;
  border-radius: 7px;
}

.two-columns-text {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 575px) {
  .two-columns-text {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.container {
  width: 1200px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.main-part {
  overflow-x: hidden;
  overflow-y: visible;
}

.text-block {
  font-size: 1.8rem;
}
.text-block ol {
  padding: 0 0 0 20px;
  margin: 15px 0;
  overflow: hidden;
}
.text-block ol li {
  line-height: 1.5em;
  margin: 10px 0;
}
.text-block ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}
.text-block ul li {
  margin: 10px 0;
  line-height: 1.5em;
}
.text-block ul li:before {
  content: "•";
  color: #e081a4;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 1em;
  font-size: 20px;
  line-height: 26px;
}
.text-block .alignleft {
  float: left;
  margin: 0 20px 5px 0;
}
.text-block .alignright {
  float: right;
  margin: 0 0 5px 20px;
}
.text-block .aligncenter {
  float: none;
  margin: 10px auto;
  display: block;
}
.text-block iframe {
  max-width: 100%;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 10;
  background: transparent;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header__logotype, .error404__logotype {
  display: block;
  width: 250px;
  max-width: 70%;
}
@media (max-width: 575px) {
  .main-header__logotype, .error404__logotype {
    max-width: 160px;
    width: 160px;
  }
}
.main-header__logotype img, .error404__logotype img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  width: auto;
  height: 40px;
}
.main-header__nav {
  text-align: right;
  display: flex;
  align-items: center;
  height: 40px;
}
.main-header__nav .main-menu__nav {
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (max-width: 1199px) {
  .main-header__nav .main-menu__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    background: #e383a5;
    transform: translate3d(110%, 0, 0);
  }
}
.main-header__nav .main-menu__nav.opened {
  width: 100vw;
  transform: translate3d(0, 0, 0);
}
.main-header__nav .menu {
  text-align: right;
}
@media (max-width: 1199px) {
  .main-header__nav .menu {
    text-align: left;
    padding: 80px 40px 20px;
  }
}
.main-header__nav .menu-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .main-header__nav .menu-item {
    display: block;
    margin-bottom: 20px;
  }
}
.main-header__nav .menu-item a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1199px) {
  .main-header__nav .menu-item a {
    padding: 0;
    font-size: 2rem;
    line-height: 2em;
  }
}
@media (max-width: 575px) {
  .main-header__nav .menu-item a {
    font-size: 2rem;
  }
}
.main-header__nav .menu-item:hover .sub-menu {
  opacity: 1;
  top: 40px;
  visibility: visible;
}
@media (max-width: 1199px) {
  .main-header__nav .menu-item:hover .sub-menu {
    top: 0;
    border: none;
  }
}
.main-header__nav .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #94d0f4;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (max-width: 1199px) {
  .main-header__nav .menu-item-has-children > a:after {
    display: none;
  }
}
.main-header__nav .menu-item-has-children > a:hover:after {
  border-top: 7px solid #fff;
}
.main-header__nav .menu .sub-menu {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  top: 20px;
  right: 0;
  width: auto;
  min-width: 100%;
  visibility: hidden;
  border-top: 2px solid #94d0f4;
  background: #48535f;
  border-radius: 0 0 5px 5px;
  text-align: left;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (max-width: 991px) {
  .main-header__nav .menu .sub-menu {
    top: 0;
    position: relative;
    visibility: visible;
    opacity: 1;
    border: none;
    padding: 20px 0 0;
    background: none;
  }
}
.main-header__nav .menu .sub-menu .menu-item {
  display: block;
  margin-bottom: 0;
}
.main-header__nav .menu .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  -webkit-transition: background ease-out 0.2s;
  -moz-transition: background ease-out 0.2s;
  -o-transition: background ease-out 0.2s;
  transition: background ease-out 0.2s;
}
@media (max-width: 991px) {
  .main-header__nav .menu .sub-menu .menu-item a {
    font-size: 1.5rem;
    padding: 0 20px;
    white-space: normal;
    height: auto;
  }
}
@media (max-width: 575px) {
  .main-header__nav .menu .sub-menu .menu-item a {
    line-height: 1.3em;
    font-size: 1.4rem;
  }
}
.main-header__nav .menu .sub-menu .menu-item.current-menu-item a, .main-header__nav .menu .sub-menu .menu-item > a:hover {
  background: #56616d;
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 991px) {
  .main-header__nav .menu .sub-menu .menu-item.current-menu-item a, .main-header__nav .menu .sub-menu .menu-item > a:hover {
    background: none;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  .main-header__nav .menu .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
.main-header__nav .current-menu-item > a {
  color: #fff;
  text-decoration: underline;
}
.main-header.fixed-header, body:not(.home) .main-header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(227, 131, 165, 0.85);
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.main-header__search {
  display: flex;
  position: absolute;
  top: 2px;
  right: 0;
  margin: 0;
  border-radius: 20px;
  background: #fff;
  border: 2px solid transparent;
  height: 30px;
  width: 30px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (max-width: 1199px) {
  .main-header__search {
    right: 10px;
  }
}
.main-header__search-open-btn {
  height: 30px;
  width: 30px;
  border: none;
  background: #fff url("images/search-icon-white.png?v=0.0.1") center no-repeat;
  border-radius: 18px;
  padding: 0;
  outline: none;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.main-header__search-open-btn:hover {
  background: #fff url("images/search-icon-white.png?v=0.0.1") center no-repeat;
}
.main-header__search_form {
  width: 0;
  height: 36px;
  overflow: hidden;
  display: flex;
}
.main-header__search_form input[type=search] {
  width: 95%;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  color: #2a212a;
  border-radius: 19px 3px 3px 19px;
  outline: none;
}
.main-header__search_form button[type=submit] {
  height: 30px;
  width: 30px;
  border: none;
  background: url("images/search-icon-white.png?v=0.0.1") center no-repeat;
  border-radius: 16px;
  padding: 0;
  outline: none;
}
.main-header__search.opened {
  width: 75%;
}
@media (max-width: 1199px) {
  .main-header__search.opened {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .main-header__search.opened {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .main-header__search.opened {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .main-header__search.opened {
    width: 92%;
  }
}
.main-header__search.opened .main-header__search-open-btn {
  display: none;
}
.main-header__search.opened .main-header__search_form {
  width: 100%;
}

.mobile_menu_hamburger {
  position: fixed;
  top: 18px;
  width: 36px;
  height: 26px;
  right: 60px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (max-width: 1199px) {
  .mobile_menu_hamburger {
    display: block;
  }
}
.mobile_menu_hamburger span {
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.mobile_menu_hamburger span:first-child {
  top: 0;
}
.mobile_menu_hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.mobile_menu_hamburger span:nth-child(3) {
  bottom: 0;
}
.mobile_menu_hamburger.active {
  top: 14px;
  height: 32px;
}
.mobile_menu_hamburger.active span:first-child {
  left: -1px;
  top: 13px;
  width: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile_menu_hamburger.active span:nth-child(2) {
  display: none;
}
.mobile_menu_hamburger.active span:nth-child(3) {
  left: -1px;
  top: 13px;
  width: 40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home .promo {
  color: #fff;
  min-height: 743px;
  height: 100vh;
  padding: 70px 0 0;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(-70deg, #543e7e 0%, #f38aa9 100%);
  background-image: -webkit-linear-gradient(-70deg, #543e7e 0%, #f38aa9 100%);
  background-image: -ms-linear-gradient(-70deg, #543e7e 0%, #f38aa9 100%);
}
@media (max-width: 767px) {
  .home .promo {
    padding: 90px 0 20px;
    height: auto;
    min-height: 90vh;
  }
}
.home .promo__h1 {
  color: #fff;
  font-weight: 100;
  font-size: 5.5rem;
}
@media (max-width: 767px) {
  .home .promo__h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  .home .promo__h1 {
    font-size: 3rem;
  }
}
.home .promo__text {
  width: 42%;
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .home .promo__text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home .promo__text {
    width: 100%;
  }
}
.home .promo__big-image {
  display: block;
  position: absolute;
  right: -200px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  max-width: 80vw;
}
@media (max-width: 1199px) {
  .home .promo__big-image {
    top: 200px;
  }
}
@media (max-width: 767px) {
  .home .promo__big-image {
    position: relative;
    margin: 50px auto 40px;
    top: 0;
    right: 0;
    left: 0;
    max-width: 60vw;
  }
}
.home .promo__devices-img {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .home .promo__devices-img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .home .promo__devices-img {
    display: none;
  }
}
.home .promo .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .home .promo .container {
    flex-direction: column;
  }
}
.home .promo .btn, .home .promo .button {
  width: 80%;
  padding: 20px 25px;
  font-size: 2.2rem;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .home .promo .btn, .home .promo .button {
    width: 80%;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .home .promo .btn, .home .promo .button {
    width: 100%;
    padding: 20px 5px;
  }
}
@media (max-width: 575px) {
  .home .promo .btn, .home .promo .button {
    font-size: 1.5rem;
  }
}
.home .products_logos {
  background: #fff;
  padding: 40px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home .products_logos {
    padding: 25px 0 15px;
  }
}
@media (max-width: 575px) {
  .home .products_logos {
    margin-bottom: 0;
    padding: 25px 0 35px;
  }
}
.home .products_logos .container {
  height: 100%;
}
.home .products_logos__list {
  display: block;
  white-space: nowrap;
  text-align: center;
  list-style: none;
  height: 100%;
}
@media (max-width: 1199px) {
  .home .products_logos__list {
    overflow-x: scroll;
  }
  .home .products_logos__list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .home .products_logos__list::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .home .products_logos__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255, 202, 221, 0.85);
    outline: none;
  }
}
@media (max-width: 575px) {
  .home .products_logos__list {
    overflow: hidden;
    padding: 15px 0;
  }
}
.home .products_logos__list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
  width: fit-content;
}
@media (max-width: 575px) {
  .home .products_logos__list li {
    padding-bottom: 15px;
    margin: 0;
  }
}
.home .products_logos__list li a {
  display: block;
}
.home .products_logos__list li a img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.home .products_logos__list li:hover img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.home .products_logos .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -35px;
}
.home .products_logos .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(227, 131, 165, 0.85);
  opacity: 0.5;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.home .products_logos .bx-wrapper .bx-pager.bx-default-pager a.active, .home .products_logos .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: rgba(227, 131, 165, 0.85);
  opacity: 1;
}
.home .top_content {
  padding: 20px 0;
}
.home .top_content .container {
  padding-left: 300px;
  background: url("images/top_content_bg.png") 70px center no-repeat;
}
@media (max-width: 767px) {
  .home .top_content .container {
    padding-left: 20px;
    background: none;
  }
}
.home .products {
  background: #fff;
  padding: 25px 0;
}
@media (max-width: 575px) {
  .home .products {
    background: #fafafa;
    padding: 20px 0;
  }
}
.home .products .single_product_block {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .home .products .single_product_block {
    margin-bottom: 20px;
  }
}
.home .products .single_product_block:last-child {
  margin-bottom: 0;
}
.home .products .single_product_block:after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}
.home .products .single_product_block__heading {
  height: 125px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home .products .single_product_block__heading {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .home .products .single_product_block__heading {
    padding: 20px 15px;
  }
}
.home .products .single_product_block__heading > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .home .products .single_product_block__heading > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.home .products .single_product_block__thumb_block {
  width: 142px;
  text-align: center;
}
@media (max-width: 767px) {
  .home .products .single_product_block__thumb_block {
    height: 115px;
    background: none;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .home .products .single_product_block__thumb_block {
    height: auto;
    padding: 20px 0;
  }
}
.home .products .single_product_block__thumb_block img {
  max-width: 80%;
}
.home .products .single_product_block__title {
  padding: 10px 0 10px 20px;
}
@media (max-width: 767px) {
  .home .products .single_product_block__title {
    padding: 10px 0;
  }
}
.home .products .single_product_block__title h2 {
  margin: 0;
  font-weight: bold;
  font-size: 2.6rem;
}
@media (max-width: 575px) {
  .home .products .single_product_block__title h2 {
    font-size: 2rem;
  }
}
.home .products .single_product_block__btns {
  width: 100%;
  padding: 15px 65px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .home .products .single_product_block__btns {
    justify-content: center;
    padding: 10px 50px;
  }
}
@media (max-width: 575px) {
  .home .products .single_product_block__btns {
    padding: 10px 20px;
  }
}
.home .products .single_product_block__btns a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 13px 25px;
  width: 250px;
  max-width: 100%;
  font-weight: 200;
  margin: 10px 15px;
  font-size: 1.8rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home .products .single_product_block__btns a {
    width: 230px;
    margin: 5px 0;
  }
}
.home .products .single_product_block__btns a:first-child {
  font-weight: bold;
}
.home .products .single_product_block__content {
  padding: 25px 50px;
}
@media (max-width: 575px) {
  .home .products .single_product_block__content {
    padding: 15px 15px 0;
  }
}
.home .products .single_product_block__content.two-columns-text .single_product_block__thumb_block {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.home .products .single_product_block__content.two-columns-text .single_product_block__thumb_block h2 {
  margin: 0 0 0 20px;
}
@media (max-width: 575px) {
  .home .products .single_product_block__content.two-columns-text .single_product_block__thumb_block h2 {
    font-size: 20px;
    font-weight: 400;
  }
}
.home .products .single_product_block__content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .home .products .single_product_block__content img {
    display: block;
    margin: 10px auto;
    float: none;
  }
}
.home .bottom_content {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .home .bottom_content {
    padding: 30px 0;
  }
}
.home .subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-image: -moz-linear-gradient(103deg, #543e7e 0%, #f38aa9 100%);
  background-image: -webkit-linear-gradient(103deg, #543e7e 0%, #f38aa9 100%);
  background-image: -ms-linear-gradient(103deg, #543e7e 0%, #f38aa9 100%);
}
@media (max-width: 767px) {
  .home .subscribe {
    padding: 30px 0;
  }
}
.home .subscribe-inner {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home .subscribe-inner {
    width: 95%;
  }
}
.home .subscribe__icon {
  height: 100px;
  fill: rgba(255, 255, 255, 0.7);
  float: left;
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .home .subscribe__icon {
    display: none;
  }
}
.home .subscribe__text {
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .home .subscribe__text {
    font-size: 2rem;
  }
}
.home .subscribe__form {
  padding: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home .subscribe__form {
    flex-wrap: wrap;
  }
}
.home .subscribe__form input[type=email] {
  width: 55%;
  font-size: 1.6rem;
  color: #3a373a;
  padding: 10px 20px;
  box-sizing: border-box;
  outline: none;
  border: 2px solid #fff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .home .subscribe__form input[type=email] {
    width: 100%;
    margin-bottom: 15px;
  }
}
.home .subscribe__form-submit {
  width: 40%;
  font-size: 1.8rem;
  color: #fff;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 15px 20px;
  box-sizing: border-box;
  background: transparent;
  outline: none;
  border-radius: 30px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (max-width: 767px) {
  .home .subscribe__form-submit {
    width: 100%;
  }
}
.home .subscribe__form-submit:hover {
  border: 2px solid #fff;
}
.home .subscribe__form-success {
  padding: 10px 30px;
  border: 2px solid #2ade8b;
  border-radius: 50px;
  font-size: 1.8rem;
  margin: 0 auto;
  color: #fff;
}
.home .subscribe__form-error {
  padding: 10px 30px;
  border: 2px solid #de434d;
  border-radius: 50px;
  font-size: 1.8rem;
  margin: 0 auto;
  color: #fff;
}
.home .subscribe__form .ajax-loader {
  display: none;
}
.home .highster-mobile .single_product_block__heading {
  background: url("images/highster-icon.png") 95% center no-repeat;
}
@media (max-width: 767px) {
  .home .highster-mobile .single_product_block__heading {
    background: url("images/highster-icon.png") 95% center no-repeat;
  }
}
@media (max-width: 575px) {
  .home .highster-mobile .single_product_block__heading {
    background: none;
  }
}

.category h1 {
  font-size: 3rem;
  margin: 0 0 15px;
}
.category-posts__list {
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.category-posts__list-item {
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  background: #fff;
  position: relative;
  margin: 0 0 30px;
  list-style: none;
  padding: 10px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .category-posts__list-item {
    flex-direction: column;
    padding: 0;
  }
  .category-posts__list-item:last-child {
    margin-bottom: 0;
  }
}
.category-posts__list-item-thumb {
  width: 260px;
  max-height: 210px;
  min-width: 260px;
}
@media (max-width: 575px) {
  .category-posts__list-item-thumb {
    width: 100%;
    margin: 0 0 10px;
  }
}
.category-posts__list-item-thumb a {
  display: block;
  max-width: 100%;
}
.category-posts__list-item-thumb img {
  display: block;
  max-width: 100%;
  max-height: 210px;
  margin: auto;
}
.category-posts__list-item-content {
  height: 100%;
  box-sizing: border-box;
  padding: 0 15px 20px 15px;
  position: relative;
}
@media (max-width: 575px) {
  .category-posts__list-item-content {
    padding: 0 0 10px;
  }
}
.category-posts__list-item-title {
  font-size: 2rem;
  margin: 0 0 10px;
}
.category-posts__list-item-title a {
  color: #3a373a;
}
.category-posts__list-item-excerpt {
  max-height: 76px;
  font-size: 1.6rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .category-posts__list-item-excerpt {
    max-height: fit-content;
  }
}
.category-posts__list-item-excerpt p {
  margin: 0 0 10px;
}
.category-posts__list-item-bottom {
  left: 15px;
  right: 15px;
  bottom: 0;
  position: absolute;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .category-posts__list-item-bottom {
    position: relative;
    right: 0;
    left: 0;
  }
}
.category-posts__list-item-bottom a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 3px solid transparent;
  border-left: 6px solid #ccc;
  border-bottom: 3px solid transparent;
}
.category-posts__list-item-read-more {
  font-size: 1.4rem;
}
.category-posts__list-item time {
  font-size: 1.3rem;
  color: #a3a6a9;
  display: block;
  margin: 0 0 10px;
}

.content-section-with-sb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 25px;
  padding: 25px 0;
}
@media (max-width: 1199px) {
  .content-section-with-sb {
    flex-direction: column;
  }
}
.content-section-with-sb__article {
  width: calc(100% - 360px);
}
@media (max-width: 1199px) {
  .content-section-with-sb__article {
    padding: 0;
    width: 100%;
  }
}
.content-section-with-sb__article-content {
  background: #fff;
  padding: 20px 25px;
}
@media (max-width: 575px) {
  .content-section-with-sb__article-content {
    padding: 0 0 20px;
  }
}

.single-post__date {
  display: block;
  margin: -10px 0 0;
  font-size: 1.3rem;
  color: #a3a6a9;
  padding: 0 0 5px;
}

.breadcrumbs-container {
  padding: 15px 0;
  background: #f5f1f1;
  font-size: 1.4rem;
  box-sizing: border-box;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.breadcrumbs-container .breadcrumbs {
  margin: 0 0 7px;
  position: relative;
}
.breadcrumbs-container .breadcrumbs a, .breadcrumbs-container .breadcrumbs span {
  color: #8e8e8e;
  font-size: 1.4rem;
}

.pagination {
  margin: 10px 0 30px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: rgba(227, 131, 165, 0.85);
  color: #fff;
  border-radius: 1px;
  font-size: 1.6rem;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.pagination .page-numbers:hover {
  background: #2eb1e0;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background: #c1c1c1;
}

.sidebar {
  min-width: 330px;
  width: 330px;
  margin: 0 0 0 25px;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 1199px) {
  .sidebar {
    width: 100%;
    margin: 25px 0 0;
    min-width: 100%;
  }
}
.sidebar-title {
  font-size: 2.2rem;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
  color: #3a373a;
}
@media (max-width: 767px) {
  .sidebar-title {
    text-align: center;
  }
}
.sidebar__post-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.sidebar__post-list-item {
  position: relative;
  margin: 0 0 5px;
  padding: 0 15px;
}
.sidebar__post-list-item:last-child {
  margin-bottom: 0;
}
.sidebar__post-list-item a {
  display: block;
  color: #3a373a;
  font-size: 1.4rem;
  line-height: 1.4em;
  border-bottom: 1px solid #f5f1f1;
  padding-bottom: 7px;
}
.sidebar__post-list-item a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e492af;
}
.sidebar-promo {
  text-align: center;
  padding: 20px 0 0;
  border-top: 2px solid #fff;
}
.sidebar a.alignright, .sidebar img.alignright, .sidebar .wp-caption.alignright {
  margin: 0;
}

.search__no-results-item {
  list-style: none;
}

.comments {
  width: 100%;
  padding: 20px 0;
}
.comments h2 {
  width: 100%;
  min-width: 100%;
  font-size: 2.8rem;
  margin: 0 0 20px;
  padding: 0 25px;
  box-sizing: border-box;
}
.comments h3 {
  font-size: 2.2rem;
  margin: 10px 0;
}
.comments .comments-form-container {
  padding: 0;
  margin: 10px auto 0;
}
.comments .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments .commentlist .comment {
  list-style: none;
  margin: 0 0 35px;
  padding: 25px;
}
.comments .commentlist .comment.depth-1 {
  background: #fff;
}
.comments .commentlist .comment:last-child {
  margin-bottom: 0;
}
.comments .commentlist .comment-author {
  color: #3d4749;
  font-size: 1.8rem;
}
.comments .commentlist .comment-author cite {
  font-weight: bold;
}
.comments .commentlist .comment-meta {
  border-bottom: 1px solid #969a9f;
  margin: 5px 0 15px;
  font-size: 1.2rem;
  color: #969a9f;
}
.comments .commentlist .comment .children {
  margin: 25px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #969a9f;
}
.comments .commentlist .comment p {
  font-size: 1.6rem;
}
.comments .commentlist .comment p:last-child {
  margin-bottom: 0;
}
.comments .commentlist .comment-reply-link {
  display: block;
  width: fit-content;
  color: #2eb1e0;
  font-size: 1.5rem;
}
.comments .commentlist .comment-reply-link:after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 1.5rem;
}

.comment-respond {
  margin: 25px 0;
}

@media (max-width: 575px) {
  .comment-form-comment {
    flex-direction: column;
  }
}
.comment-form-cookies-consent input {
  margin: 0 7px 0 0;
}
.comment-form p {
  font-size: 1.6rem;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  align-items: center;
}
@media (max-width: 575px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    flex-direction: column;
    align-items: flex-start;
  }
}
.comment-form .comment-reply-title {
  margin: 0 0 15px;
}
.comment-form input[type=email], .comment-form input[type=text], .comment-form textarea {
  border: 1px solid rgba(227, 131, 165, 0.85);
  width: 100%;
  box-sizing: border-box;
  max-width: 500px;
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  outline: none;
  margin-bottom: 20px;
}
.comment-form textarea {
  min-height: 200px;
  min-width: 200px;
  max-width: 500px;
  padding: 15px;
}
@media (max-width: 575px) {
  .comment-form textarea {
    max-width: 100%;
  }
}
.comment-form label {
  width: 120px;
}
.comment-form-author, .comment-form-email {
  display: flex;
}
.comment-form-author label, .comment-form-email label {
  position: relative;
}
.comment-form-author label:after, .comment-form-email label:after {
  content: "*";
  margin: -5px 0 0 0;
}
.comment-form-cookies-consent label {
  width: fit-content;
}
.comment-form .form-submit input[type=submit] {
  background: rgba(227, 131, 165, 0.85);
  width: 240px;
  height: 40px;
  border-radius: 20px;
  border: none;
  outline: none;
  color: #fff;
  box-sizing: border-box;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.comment-form .form-submit input[type=submit]:hover, .comment-form .form-submit input[type=submit]:active, .comment-form .form-submit input[type=submit]:focus {
  color: #fff !important;
  background: #ff8bb2;
}
.comment-form .required {
  display: none;
}

.main-footer {
  padding: 30px 0;
  background: #fff;
}
.main-footer__copyrights {
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .main-footer__copyrights {
    margin-bottom: 20px;
    text-align: center;
  }
}
.main-footer__nav-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 25px;
}
.main-footer__single-column {
  width: 20%;
  min-width: 20%;
}
@media (max-width: 991px) {
  .main-footer__single-column {
    width: 45%;
    min-width: 45%;
    margin: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .main-footer__single-column {
    width: 100%;
    min-width: 100%;
  }
}
.main-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer__nav ul li {
  margin: 0 0 10px;
}
.main-footer__nav ul li a {
  font-size: 1.5rem;
}
.btn, .button {
  display: block;
  text-decoration: none;
  text-align: center;
  min-width: fit-content;
  width: fit-content;
  box-sizing: border-box;
  padding: 10px 15px;
}
.btn-blue, .button {
  border-radius: 3px;
  background: #2eb1e0;
  border: 2px solid #2eb1e0;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.btn-blue:hover, .button:hover {
  text-decoration: none;
  color: #fff;
  background: #74bfda;
}
.btn-bordered {
  border: 2px solid #74bfda;
  border-radius: 3px;
  color: #3a373a;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.btn-bordered:hover {
  text-decoration: none;
  color: #fff;
  background: #74bfda;
}

.button {
  display: inline-block;
  vertical-align: top;
}

.socials a {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}
.socials__fb-icon {
  background: url("images/socials.png") no-repeat;
}
.socials__tw-icon {
  background: url("images/socials.png") -57px 0 no-repeat;
}
.socials__inst-icon {
  background: url("images/socials.png") -109px 0 no-repeat;
}
.socials__yt-icon {
  background: url("images/socials.png") -163px 0 no-repeat;
}

.error404 {
  background: url("images/404/bg_purple.png") left top repeat-x;
  background-size: cover;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.error404__digits {
  font-size: 180px;
  color: #fff;
  line-height: 1em;
}
.error404__text {
  font-size: 2.4rem;
  color: #fff;
}
.error404__logotype {
  position: fixed;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
  width: fit-content;
}

.btn-go-home {
  position: relative;
  z-index: 200;
  margin: 15px auto;
  width: fit-content;
  max-width: 100%;
  padding: 10px 25px;
  border: 1px solid #2eb1e0;
  border-radius: 100px;
  font-weight: 400;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 1.5rem;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.btn-go-home:hover {
  background-color: #2eb1e0;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.central-body {
  /*    width: 100%;*/
  padding: 17% 5% 10% 5%;
  text-align: center;
}

.objects img {
  z-index: 90;
  pointer-events: none;
}

.object_rocket {
  z-index: 95;
  position: absolute;
  transform: translateX(-50px);
  top: 75%;
  pointer-events: none;
  animation: rocket-movement 200s linear infinite both running;
}

.object_earth {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 90;
}
@media (max-width: 767px) {
  .object_earth {
    top: 0;
  }
}

.object_moon {
  position: absolute;
  top: 12%;
  left: 25%;
  /*
      transform: rotate(0deg);
      transition: transform ease-in 99999999999s;
  */
}

.object_astronaut {
  animation: rotate-astronaut 200s infinite linear both alternate;
}

.box_astronaut {
  z-index: 110 !important;
  position: absolute;
  top: 60%;
  right: 20%;
  will-change: transform;
  animation: move-astronaut 50s infinite linear both alternate;
}

.image-404 {
  position: relative;
  z-index: 100;
  pointer-events: none;
}

.stars {
  background: url("images/404/overlay_stars.svg") left top repeat;
  background-size: contain;
}

.glowing_stars .star {
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  width: 3px;
  height: 3px;
  opacity: 0.3;
  will-change: opacity;
}

.glowing_stars .star:nth-child(1) {
  top: 80%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.glowing_stars .star:nth-child(2) {
  top: 20%;
  left: 40%;
  animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.glowing_stars .star:nth-child(3) {
  top: 25%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.glowing_stars .star:nth-child(4) {
  top: 75%;
  left: 80%;
  animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.glowing_stars .star:nth-child(5) {
  top: 90%;
  left: 50%;
  animation: glow-star 2s infinite ease-in-out alternate 9s;
}

@-moz-keyframes rocket-movement {
  100% {
    -moz-transform: translate(1200px, -600px);
  }
}
@-webkit-keyframes rocket-movement {
  100% {
    -webkit-transform: translate(1200px, -600px);
  }
}
@keyframes rocket-movement {
  100% {
    transform: translate(1200px, -600px);
  }
}
@-moz-keyframes spin-earth {
  100% {
    -moz-transform: rotate(-360deg);
    transition: transform 20s;
  }
}
@-webkit-keyframes spin-earth {
  100% {
    -webkit-transform: rotate(-360deg);
    transition: transform 20s;
  }
}
@keyframes spin-earth {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: transform 20s;
  }
}
@-moz-keyframes move-astronaut {
  100% {
    -moz-transform: translate(-160px, -160px);
  }
}
@-webkit-keyframes move-astronaut {
  100% {
    -webkit-transform: translate(-160px, -160px);
  }
}
@keyframes move-astronaut {
  100% {
    -webkit-transform: translate(-160px, -160px);
    transform: translate(-160px, -160px);
  }
}
@-moz-keyframes rotate-astronaut {
  100% {
    -moz-transform: rotate(-720deg);
  }
}
@-webkit-keyframes rotate-astronaut {
  100% {
    -webkit-transform: rotate(-720deg);
  }
}
@keyframes rotate-astronaut {
  100% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
@-moz-keyframes glow-star {
  40% {
    -moz-opacity: 0.3;
  }
  90%, 100% {
    -moz-opacity: 1;
    -moz-transform: scale(1.2);
  }
}
@-webkit-keyframes glow-star {
  40% {
    -webkit-opacity: 0.3;
  }
  90%, 100% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1.2);
  }
}
@keyframes glow-star {
  40% {
    -webkit-opacity: 0.3;
    opacity: 0.3;
  }
  90%, 100% {
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 999999px;
  }
}
.spin-earth-on-hover {
  transition: ease 200s !important;
  transform: rotate(-3600deg) !important;
}

@media only screen and (max-width: 600px) {
  .navbar-links {
    display: none;
  }

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

  .brand-logo img {
    width: 120px;
  }

  .box_astronaut {
    top: 70%;
  }

  .central-body {
    padding-top: 25%;
  }
}
.captcha {
  height: 30px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 20px auto 0;
  padding: 0 0 0 40px;
}
@media (max-width: 575px) {
  .captcha {
    margin: 5px auto 0;
  }
}

.captcha span {
  float: right;
  line-height: 30px;
  font-size: 13pt;
  font-weight: bolder;
  color: white;
}

.captcha .check {
  border-radius: 3px;
  width: 22px;
  height: 22px;
  border: 2px solid green;
  display: inline;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
}

/*Styles for check animation*/
.check .wrapper {
  width: 25px;
  display: inline;
  margin: 4em auto 0;
}

.check .checkmark {
  stroke: green;
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
  -webkit-animation: dash 2s ease-out forwards;
  animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*End check animation*/

/*# sourceMappingURL=style.css.map */
