@font-face {
  font-family: SegoeUI;
  src:
          local("Segoe UI"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: SegoeUI;
  src:
          local("Segoe UI Bold"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: SegoeUI;
  src:
          local("Segoe UI Semibold"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 600;
}

h1, h2, h3 {
  font-family: SegoeUI;
}

.button {
  box-shadow: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: SegoeUI;
  transition: 0.2s;
  display: inline-block;
  line-height: 1.4;
}

.button:hover {
  text-decoration: none;
}

.button__transparency-blue {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #24b2fa;
  border-radius: 24px;
  border: solid 2px #C8E8F7;
  padding: 7px 15px;
}

.button__big-green {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  padding: 16px 48px;
  background: #2ecc71;
  letter-spacing: 0.5px;
}

.button__orange-gradient {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #000;
  border-radius: 56px;
  padding: 17px 40px;
  letter-spacing: 0.5px;
  background: linear-gradient(to right, #ffdf5b, #ffb946);;
}

.button__orange-gradient:hover {
  background: linear-gradient(to right, #ffb333, #ffb333);
}

.business-page .gform_wrapper .gform_button:hover {
  background: linear-gradient(to right, #ffb333, #ffb333);
}

.button__orange-gradient:hover,
.button__orange-gradient:focus {
  color: #000;
  outline: none;
}

.button__blue {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  background: #24b2fa;
  letter-spacing: 0.5px;
  padding: 7px 15px;
}

.button__blue:hover,
.button__blue:focus {
  color: #ffffff;
  background: #1b89c0;
}


.button_square_blue {
  border-radius: 4px;
  background-color: #24b2fa;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.12);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_square_blue:active,
.button_square_blue:focus,
.button_square_blue:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #24b2fa;
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.16);
}

.button_square_green {
  border-radius: 4px;
  background-color: #2ecc71;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.12);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_square_green:active,
.button_square_green:focus,
.button_square_green:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #2ecc71;
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.16);
}

.button_square_white:active,
.button_square_white:focus,
.button_square_white:hover {
  text-decoration: none;
  color: #000000;
  background: #ffffff !important;
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.24);
}

.button_square_white {
  border-radius: 4px;
  background: #ffffff !important;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.16);
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_square_blue_border:active,
.button_square_blue_border:focus,
.button_square_blue_border:hover {
  text-decoration: none;
  color: #24b2fa;
}

.button_square_blue_border {
  border-radius: 4px;
  background: none !important;
  border: solid 2px rgba(36, 178, 250, 0.2);
  color: #24b2fa;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_big {
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 600;
}

.button_medium {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
}

.button_small {
  padding: 11px 21px;
  font-size: 14px;
  font-weight: 600;
}


.blue-arrow {
  background: url("../img/blue-arrow.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: sub;
  margin-right: 5px;
}

.logo-spin {
  position: relative;
  perspective: 200px;
  width: 40px;
  height: 40px;
}

.gform_footer {
  perspective: 200px;
}

.gform_ajax_spinner,
.logo-spin div {
  width: 31px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 15px;
  margin: auto;
  background: url('../img/logo.png') no-repeat;
  background-size: 130px;
  -moz-animation: logo-spin-rotation 1s infinite linear;
  -ms-animation: logo-spin-rotation 1s infinite linear;
  animation: logo-spin-rotation 1s infinite linear;
}

.popup-auth-wrap-signin .gform_ajax_spinner,
.popup-auth-wrap-signin .logo-spin div {
  top: -80px;
  right: 80px !important;
  left: auto !important;
}

.gform_ajax_spinner {
	z-index: 999999;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	display: block !important;
	overflow: hidden  !important;
	width: 31px !important;
  height: 36px !important;
  margin-left: auto !important;
}

.pum .gform_ajax_spinner {
  /* width: 16px !important; */
  /* height: 37px !important; */
  /* background-size: 65px 37px; */

}

@keyframes logo-spin-rotation {
  100%{
    transform:rotatey(360deg);
  }
}

.bg-h1 {
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: SegoeUI;
  margin-top: 0;
  margin-bottom: 0;
}

.guides p {
  word-wrap: break-word;
}

a:hover, a:focus {
    color: #00ABED;
}

.color-b0 {
  background-color: #fff;
}

.color-b1 {
  background-color: #f2f5f7;
}

.row {
  max-width: 100%;
}

.top-shift {
  margin-top: 75px;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}


.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.admin-bar #header-bar {
  top: 32px;
}

.admin-bar #main.off-canvas-wrapper_ {
  padding-top: 32px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.error404 .content-area .nc_socialPanel,
.error404 .content-area .swp-content-locator {
  display: block !important;
  display: block !important;
  overflow: hidden !important;
  height: 1px !important;
  margin: 0 !important;
}

.over-visible {
  overflow: hidden !important;
}

.card .card-part-avatar a {
  font-size: 10px;
  color: gray;
  line-height: 120%;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.user-is-enrolled .hide-if-not-enrolled,
.user-is-enrolled .hide-if-enrolled {
	display: none !important;
}

/*
# Accessibility
*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
# Alignments
*/

@media screen and (min-width: 40em) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
  }

  .alignright {
    display: inline;
    float: right;
    margin-left: 15px;
  }

  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
# Clearings
*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*
# Widgets
*/

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%;
}

.widget .widget-ads-wrapper {
  border-radius: 5px;
  background-image: url(../img/subscription-bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.widget .widget-ads-wrapper-2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-firection: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget .widget-ads-block {
  background-color: rgba(36, 178, 250, 0.9);
  padding: 24px 0;
  border-radius: 5px;
  margin: 0 auto;
}

.widget .widget-ads-block h2 {
  max-width: 580px;
  margin-right: 24px;
  text-align: center;
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 0;
}

.widget .widget-ads-block a {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  color: #000000;
  padding: 12px 20px;
  border-radius: 56px;
  background-color: #ffdb33;
  text-decoration: none;
  cursor: pointer;
}

.widget_wpb_widget {
  margin-bottom: 0;
}

/*
# Content
*/

/*
## Posts and pages
*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

/*
## Comments
*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*
# Infinite scroll
*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

  /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*
# Media
*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/*
## Captions
*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*
## Galleries
*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
 * Landing page styles
 */

* {
  margin: 0;
  padding: 0;
}

.arrow-svg {
  width: 16px;
  height: 18px;
}

.arrow-svg-right {
  transform: rotate(-90deg);
  margin-left: 3px;
}

.arrow-svg-down {
  transform: rotate(0deg);
  margin-left: 12px;
  margin-top: 12px;
}

.arrow-svg-right.white-arrow .use {
  fill: #FFF;
}

.arrow-svg-right.black-arrow .use {
  fill: #000;
}

.material .material-input label {
  top: 16px;
}

/* The side navigation menu */

.sidenav {
  height: 100%;
  width: 220px;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Stay on top */
  top: 0;
  right: -220px;
  background-color: #FFFFFF;
  transition: 0.5s;
}

#community-list {
  display: none;
}

#mySidenav {
  background-color: #FFFFFF;
  z-index: 111111;
}

.close-sidenav {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../img/close-sidenav.png);
}


.sidenav-main-links {
  height: 387px;
  margin-top: 2px;
}

.sidenav-main-links a {
  padding: 10px 0 10px 24px;
  margin: 0 5px;
  text-decoration: none;
  color: #000000;
  display: block;
  transition: none;
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: 400;
  /* line-height: 2.1; */
  line-height: 120%;
  color: #000000;
  user-select: none;
  /* white-space: nowrap; */
}

.sidenav-main-links a:hover {
  /* text-decoration: underline; */
  /* color: #24b2fa; */
  background-color: #24b2fa;
  color: #fff !important;
  text-overflow: ellipsis;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.community-list {
}

.community-list a {
  margin-left: 0;
  margin-right: 40px;
  max-width: 195px;
  padding-left: 24px;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.57;
  color: rgba(16, 25, 35, 0.4);
}

.sidenav-main-links .community-list a:hover {
  border-radius: 24px;
  background-color: #24b2fa;
  color: #FFFFFF;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
}

.sidebar-social-icons {
  display: flex;
  justify-content: space-between;
  width: 167px;
  padding-bottom: 16px;
  margin: 0 auto;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.sidebar-social-icons img {
  margin: 0;
}

.sidebar-social-icons img:first-child {
  margin-left: 0;
}

.sidebar-social-icons img:last-child {
  margin-right: 0;
}

.sidebar-links {
  display: flex;
  flex-direction: row;
  margin-left: 24px;
  margin-top: 12px;
}

.sidebar-links a {
  text-decoration: none;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.67;
  color: #000000;
  display: block;
  line-height: 140%;
  margin-bottom: 12px;
}

.sidebar-links-1 {
  width: 50%;
}

.sidebar-links-2 {
  width: 50%;
  margin-left: 0;
}


.sidenav a:hover,
.offcanvas a:focus {
  color: #24b2fa;
}


.sidenav .closebtn {
  position: absolute;
  background-image: url(../img/close-sidenav.png);
  background-size: cover;
  background-position: center, center;
  display: none;
  top: 17px;
  left: -38px;
  /* font-size: 36px; */
  width: 16px;
  height: 16px;
  z-index: 30;
}

.pressed-community {
  text-decoration: underline;
  color: #24b2fa;
}

/* Style page content */

#main {
  transition: margin-right .5s;
}

body {
  font-family: SegoeUI;
  background-color: #ffffff;
  width: 100%;
  /* font-size: 100%; */
  min-width: 320px;
}

header .main-header {
  background-color: #3e474e;
}

.home header .main-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
}

header .main-header .header-wrapper-top {
  padding-left: 20px;
}

.dropbtn {
  background-color: transparent;
  background-image: url(../img/login.svg);
  margin-top: 16px;
  margin-right: 23px;
  width: 35px;
  height: 35px;
  color: white;
  background-size: cover;
  background-position: center, center;
  border: none;
  outline: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  overflow: auto;
  width: 207px;
  right: 0;
  padding: 0 3.5px 7px;
  z-index: 2;
}

.dropdown-content img {
  margin-right: 10px;
  margin-left: 4px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.dropdown-content a:hover {
  text-decoration: none;
}

.dropdown-content a {
  text-align: left;
  font-size: 14px;
  width: auto;
  margin: 0;
  color: black;
  padding: 10px;
  opacity: 0.7;
  text-decoration: none;
  display: block;
  transition: none;
  font-family: SegoeUI;
}
.dropdown a:hover,
.dropdown-content a:hover {
  opacity: 1;
  background-color: #f0f0f0;
  color: #000;
}

.show {
  display: block;
}

/*Hide default notificatin icon*/
.um-notification-b {
  display: none !important;
}

header .main-header .logo {
  padding: 0;
  margin: 21px 10px 18px 0;
  display: block;
  float: left;
  /* background: url(../img/logo.png) center center no-repeat; */
  width: 130px;
  height: 37px;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
  font-family: SegoeUI;
  color: #24b2fa;
}

header .main-header .logo object {
  margin: 0;
  pointer-events: none;
}

/* top menu */

header .main-header .main-nav {
  float: left;
}

header .main-header .main-nav ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .main-header .main-nav ul li {
  padding: 26px 0;
  margin: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

header .main-header .main-nav ul li > a {
  display: block;
}

header .main-header .main-nav #top-menu > li:first-child {
  margin-left: 32px;
  margin-left: 2rem;
}

header .main-header .main-nav > ul > li:hover,
header .main-header .main-nav > ul > li:focus {
}

header .main-header .main-nav ul li.current-menu-item {
   /*border-bottom: solid 2px #24b2fa;*/
  /* padding-bottom: 24px; */
}

header .main-header .main-nav ul li:hover > a {
  opacity: 1;
}

header .dropdown-wrapper,
header .main-header .main-nav .sub-menu {
  background: #fff;
  margin: 10px 0 0 0;
  padding: 5px 0 5px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.16), 0 0 1px rgba(0,0,0,.16);
  border-radius: 2px;
  transition: all .2s;
}
header .main-header .main-nav .sub-menu {
  display: none;
  position: absolute;
  min-width: 200px;
  margin: 20px 0 0 0;
  z-index: 2;
}

header .main-header .main-nav ul li:hover > .sub-menu {
  display: block;
  margin-top: 10px;
}

header .main-header .main-nav .sub-menu li {
  display: block;
  margin: 0;
  padding: 10px 10px 10px 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

header .main-header .main-nav .sub-menu li > a:before {
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
  position: absolute;
  left: -20px;
  opacity: 0;
  background: transparent url('../img/check.png') left center no-repeat;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

/* header .main-header .main-nav ul li:hover > .sub-menu li a, */
header .main-header .main-nav .sub-menu li a {
  color: #000 !important;
  opacity: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-align: left;
}
/* header .main-header .main-nav ul li:hover > .sub-menu li:hover > a, */
header .main-header .main-nav .sub-menu li:hover > a,
header .main-header .main-nav .sub-menu li > a:hover {
  /* color: #24B2FA; */
  opacity: 1;
}

.main-nav .sub-menu li:hover {
  background: #f0f0f0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.main-nav .sub-menu li:hover > a,
.main-nav .sub-menu li > a:hover {
  opacity: 1;
}

/*
header .main-header .main-nav .sub-menu li:hover > a:before,
header .main-header .main-nav .sub-menu li > a:hover:before {
  left: 8px;
  opacity: 1;
}
*/

.main-nav > ul > li.menu-item-has-children {
  margin-right: 25px;
}

.main-nav > ul > li.menu-item-has-children > a:after {
  content: "\203a ";
  display: inline-block;
  font-size: 160%;
  line-height: 1%;
  width: 10px;
  position: relative;
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
  vertical-align: middle;
}

/**/

header .main-header .user-block {
  /* margin-right: 70px; */
  margin-right: 20px;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  /* width: calc(100% - 670px); */
}

header .main-header .user-block .link-item {
  float: left;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 0 36px;
  margin-top: 25px;
  margin-bottom: 25px;
  min-width: 100px;
  text-align: center;
}

header .main-header .user-block .link-item.login-btn {
  margin-left: 0;
  padding-left: 0;
}

.main-header .user-block img.avatar,
.header .user-block img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  width: auto;
}

.home header .main-header .user-block .search {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}

header .main-header .user-block .search {
  transition: all .2s;
  height: 40px;
  margin: auto 0;
  border: none;
  text-align: right;
  padding: 0 35px 0 0;
  width: 120px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: transparent;
  position: relative;
  float: right;
  min-width: 110px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 1 !important;
}

header .main-header .user-block .search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6) !important;
}
header .main-header .user-block .search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6) !important;
}
header .main-header .user-block .search:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6) !important;
}
header .main-header .user-block .search:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6) !important;
}

header .main-header .user-block .search:focus {
    width: 100%;
    max-width: 385px;
    opacity: 1;
    outline: none;
    text-align: left;
    border-bottom: solid 1px rgba(255, 255, 255, 0.24);
    color: #fff !important;
}

header .main-header .user-block .search:not([value=""]) {
  width: 100%;
  max-width: 385px;
}

.search-wrapper {
  position: relative;
  width: 100%;
  display: block;
  margin: 14px 0 14px 0;
}
.search-wrapper:before {
    content: '';
    position: absolute;
    right: -12px;
    top: 6px;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
}

.search-img {
  border: none;
  background-image: url(../img/search.svg);
  background-size: 70%;
  background-position: center, center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  z-index: 11111;
}

header .main-header .user-block .search:after {
  content: "123";
  width: 10px;
  height: 10px;
  background-color: red;
  position: absolute;
  top: 10px;
}

header .main-header .user-block .search::-moz-placeholder,
header .main-header .user-block .search:-moz-placeholder {
  font-family: SegoeUI;
  color: #000000;
}

header .main-header .user-block .search::placeholder,
header .main-header .user-block .search:-moz-placeholder {
  font-family: SegoeUI;
  color: #000000;
}

header .main-header .user-block .notifications {
  width: 20px;
  height: 24px;
  margin-right: 32px;
  margin-top: 22px;
  background-image: url(../img/icon-notifications.png);
  background-size: cover;
  background-position: center, center;
  cursor: pointer;
  min-width: 20px;
  position: relative;

  margin-left: 32px;
  margin-right: 0;
}

header .main-header .user-block .dropLogin {
  margin-right: 0;
  margin-left: 32px;
  width: 38px;
}

header .main-header .user-block .trial {
  height: 40px;
  box-sizing: border-box;
  float: left;
  padding: 9px 0;
  min-width: 100px;
  text-align: center;
  margin: 14px 0;
  opacity: 1;
  border-radius: 4px;
  background-color: #24b2fa;
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: 300ms;
  outline: none;
  user-select: none;
  cursor: pointer;

  margin-left: 32px;
  margin-right: 0;
}

header .main-header .user-block .trial:hover {
  background-color: #1b89c0;
}

header .main-header .user-block .trial:active {
  background-color: #1b89c0;
  margin-top: 15px;
}

header .main-header .user-block .trial:disabled {
  opacity: 0.12;
  background-color: #000000;
}

header .main-header li a {
  text-decoration: none;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

header .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.header-second {
  background-image: url(../img/hero-bg.svg);
  display: block;
  background-color: #2aaefa;
}

.header-second h2 {
  padding-top: 80px;
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.21;
  text-align: center;
  color: #ffffff;
}

.header-second p {
  margin-top: 24px;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.42;
  text-align: center;
  color: #ffffff;
}

.header-second .header-second-buttons {
  margin-top: 44px;
  padding-bottom: 81px;
  text-align: center;
}

.header-second .header-second-buttons a {
  transition: 300ms;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 74px;
  border: solid 2px rgba(255, 255, 255, 0.4);
  margin: 12px;
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
}

.header-second .header-second-buttons a:nth-child(2) {
  background-color: #FFDB33;
  border: solid 2px #FFDB33;
  opacity: 1;
  position: relative;
  color: #000;
}

.header-second .header-second-buttons a:hover {
  color: #000;
  background-color: #eeca22;
  border: solid 2px #eeca22;
}

.header-second .header-second-buttons a .arrow-svg-right {
  position: absolute;
  top: 16px;
}

.header-second .header-second-buttons a img {
  transform: rotate(-90deg);
  margin-bottom: -3px;
  margin-left: 3px;
}

.header-about {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

.header-about h2 {
  padding-top: 60px;
  margin: 0 auto;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
  margin-bottom: 42px;
}

.header-about h2:before {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.header-about p {
  display: block;
  margin-top: 17px;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  color: #000000;
  margin-bottom: 161px;
}

.header-courses {
  position: relative;
  padding-bottom: 20px;
  background-color: rgba(36, 178, 250, 0.12);
  width: 100%;
}

.header-courses .course-hide-btn {
  display: block;
  cursor: pointer;
  top: -20px;
  width: 40px;
  height: 40px;
  transition: 300ms;
  border-radius: 100%;
  background-color: #24b2fa;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header-courses .course-hide-btn img {
  margin-left: 12px;
  margin-top: 12px;
}

.header-courses .course-hide-btn:hover {
  background-color: #1f9cdb;
}

.header-courses .course-hide-btn .arrow-down {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  margin-top: 14px;
}

.header-courses .courses-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 255px;
  top: -100px;
  display: block;
  font-family: SegoeUI;
  font-size: 24px;
  font-style: italic;
  line-height: 1.42;
  text-align: center;
  color: #24b2fa;
}

.header-courses h2 {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
  margin-bottom: 30px;
}

.header-courses h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.header-courses .courses {
  max-width: 1176px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-courses .courses .course {
  transition: 300ms;
  margin: 0 17px;
  cursor: pointer;
  text-decoration: none;
}

.header-courses .courses .course .course-background {
  background-color: #24b2fa;
}

.header-courses .courses .course img {
  transition: 300ms;
  display: block;
  width: 260px;
  /* height: 145px; */
}

.header-courses .courses .course p {
  transition: 300ms;
  margin-top: 25px;
  max-width: 260px;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  color: #000000;
}

.header-courses .courses .course:hover img {
  opacity: 0.12;
}

.header-courses .courses .course:hover p {
  color: #24b2fa;
}

.header-courses .all-courses {
  transition: 300ms;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 134px;
  text-align: center;
  padding: 9px 16.2px;
  opacity: 1;
  border-radius: 56px;
  background-color: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  margin-bottom: 60px;
}

.header-courses .all-courses:hover {
  background-color: #1f9cdb;
}

.header-courses .all-courses:active {
  background-color: #1b89c0;
  margin-top: 41px;
  margin-bottom: 59px;
}

.header-courses .all-courses:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community {
  max-width: 1176px;
  margin: 0 auto;
}

.community h2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 8px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.community a {
  text-decoration: none;
}

.community .community-gray {
  text-align: center;
  opacity: 0.4;
  font-family: SegoeUI;
  font-size: 24px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #000000;
}

.community .messages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 765px;
  margin: 0 auto;
  margin-top: 36px;
}

.community .messages-container .message {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  width: 100%;
}

.community .messages-container .message .number-of-message {
  width: 100px;
  margin-top: 2px;
}

.community .messages-container .message .number-of-message .triangle-up {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0.2;
  border-bottom: 8px solid #000000;
}

.community .messages-container .message .number-of-message p {
  margin-top: 4px;
  opacity: 0.2;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.community .messages-container .message .message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.community .messages-container .message .message-wrapper .message-text,
.community .messages-container .message .message-wrapper .message-text a {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 545px;
}

.community .messages-container .message .message-wrapper .under-message {
  max-width: 170px;
  opacity: 0.4;
  font-family: SegoeUI;
  font-size: 12px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community .messages-container .message .message-wrapper .under-message .under-message-number {
  margin-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.community .messages-container .message .message-wrapper .under-message .under-message-number img {
  opacity: 1;
  margin-top: 1px;
}

.community .messages-container .message .message-wrapper .under-message .under-message-number p {
  margin-left: 4px;
  font-family: SegoeUI;
  font-size: 12px;
  color: #000000;
}

.community .messages-container .message .message-img {
  margin-left: 90px;
}

.community .messages-container .message .message-img img {
  border-radius: 20px;
  overflow: hidden;
  height: 40px;
  width: 40px;
  max-width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 10px;
  color: gray;
  font-family: sans-serif;
  text-transform: lowercase;
  white-space: nowrap;
  box-shadow: 0 0 1px #999;
}

.community .messages-container .message .message-img .message-img-content {
  height: 40px;
  border-radius: 100%;
  width: 40px;
  background-size: cover;
  background-position: center, center;
}

.community .discussion {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 168px;
  text-align: center;
  padding: 9px;
  opacity: 1;
  border-radius: 56px;
  background-color: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  margin-bottom: 60px;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

.community .discussion img {
  transform: rotate(-90deg);
  margin-bottom: 2px;
  margin-left: 3px;
}

.community .discussion .arrow-svg-right {
  position: relative;
  top: 0px;
  margin-left: 3px;
}

.community .discussion:hover {
  background-color: #1f9cdb;
}

.community .discussion:active {
  background-color: #1b89c0;
  margin-top: 41px;
  margin-bottom: 59px;
}

.community .discussion:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community .discussion .arrow-right {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.community .help-support {
  padding-bottom: 60px;
  border-radius: 2px;
  background-color: #f2f5f7;
}

.community .help-support h2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
}

.community .help-support>h2 {
  margin-bottom: 15px;
}

.community .help-support>h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.community .help-support .numbers {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 985px;
  padding: 0 20px;
}

.community .help-support .numbers .number h2 {
  display: block;
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  padding: 0;
  padding-bottom: 8px;
}

.community .help-support .numbers .number p {
  opacity: 0.4;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
  color: #000000;
}

.community .help-support .under-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0;
  max-width: 945px;
}

.community .help-support .under-numbers .support-images {
  width: 55%;
}

.community .help-support .under-numbers .support-images .support-images-1 {
  z-index: 1;
}

.community .help-support .under-numbers .support-images .support-images-2 {
  position: absolute;
  left: 100px;
  z-index: 2;
}

.community .help-support .under-numbers .support-images .support-images-3 {
  position: absolute;
  left: 200px;
  z-index: 3;
}

.community .help-support .under-numbers .support-images .support-images-4 {
  position: absolute;
  left: 300px;
  z-index: 4;
}

.community .help-support .under-numbers .support-images .support-images-5 {
  position: absolute;
  left: 400px;
  z-index: 5;
}

.community .help-support .under-numbers .support-images .support-images-wrapper {
  position: relative;
  width: 530px;
  margin: 0 auto;
}

.community .help-support .under-numbers .support-text {
  width: 45%;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.community .help-support .under-numbers .support-text .inner-text {
  max-width: 370px;
  padding-left: 75px;
}

.community .get-started {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 126px;
  text-align: center;
  padding: 9px;
  opacity: 1;
  border-radius: 56px;
  background-color: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community .get-started img {
  transform: rotate(-90deg);
  margin-bottom: 2px;
  margin-left: 3px;
}

.community .get-started .arrow-right {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.community .get-started:hover {
  background-color: #1f9cdb;
}

.community .get-started:active {
  background-color: #1b89c0;
  margin-top: 41px;
  margin-bottom: -1px;
}

.community .get-started:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community .learn-more h2 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.community .learn-more .guides {
  margin: 0 55px;
  max-width: 1176px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.community .learn-more .guides .guide {
  transition: 300ms;
  cursor: pointer;
  max-width: 360px;
  margin: 0 15px;
}

.community .learn-more .guides .guide img {
  display: block;
  transition: 300ms;
}

.community .learn-more .guides .guide p {
  margin-top: 16px;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  transition: 300ms;
}

.community .learn-more .guides .guide .guide-img {
  width: 360px;
  min-height: 188px;
  /* height: 221px; */
}

.guide-background-tonic {
  background-image: url(../img/tinted.png);
  width: 100%;
  min-height: 188px;
  /* height: 221px; */
  position: absolute;
  top: 0;
  background-size: contain;
  transition: 300ms;
}

.guide-background-tonic:hover {
  opacity: 0.1;
}

.community .learn-more .guides .guide:hover .guide-background .guide-img-content {
  opacity: 1;
}

.community .learn-more .guides .guide:hover .guide-background .guide-img-content img {
  opacity: 1;
}

.community .learn-more .guides .guide:hover img {
  opacity: 0.12;
}

.community .learn-more .guides .guide:hover p {
  color: #24b2fa;
}

.community .learn-more .guides .guide .guide-background {
  position: relative;
  background-color: #24b2fa;
  z-index: 1;
}

.community .learn-more .guides .guide .guide-background .guide-img-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  max-width: 320px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.community .learn-more .guides .guide .guide-background .guide-img-content p {
  margin-left: 12px;
  margin-top: 0;
  font-family: SegoeUI;
  font-size: 12px;
  color: #ffffff;
}

.community .learn-more .guides .guide .guide-background .guide-img-content .comment-number {
  margin-left: 11px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community .learn-more .guides .guide .guide-background .guide-img-content .comment-number p {
  margin-left: 4px;
  font-family: SegoeUI;
  font-size: 12px;
  color: #ffffff;
}

.community .learn-more .guides .guide .guide-background .guide-img-content .comment-number img {
  margin-top: 2px;
}

.community .learn-more .read-more {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  padding: 9px;
  opacity: 1;
  border-radius: 56px;
  background-color: #ffffff;
  color: #24b2fa;
  max-width: 126px;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  border: solid 2px rgba(36, 178, 250, 0.24);
  margin-top: 48px;
  margin-bottom: 60px;
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community .learn-more .read-more .read-more-arrow {
  background-image: url(../img/blue-arrow.svg);
  background-size: cover;
  background-position: center center;
  transform: rotate(-90deg);
  margin: 0;
  margin-bottom: 2px;
  margin-left: 3px;
  display: block;
  width: 16px;
  height: 16px;
}

.community .learn-more .read-more:hover .read-more-arrow {
  background-image: url(../img/white-arrow.svg);
}

.community .learn-more .read-more .arrow-svg {
  margin-top: 0px;
}

.community .learn-more .read-more .arrow-svg-right.white-arrow .use {
  fill: #1f9cdb;
  transition: 300ms;
}

.community .learn-more .read-more:hover {
  background-color: #1f9cdb;
  color: #ffffff;
}

.community .learn-more .read-more:hover .arrow-svg-right.white-arrow .use {
  fill: #FFF;
}

.community .learn-more .read-more:active {
  background-color: #1b89c0;
  margin-top: 49px;
  margin-bottom: 59px;
}

.community .learn-more .read-more:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community .subscribe-block {
  border-radius: 5px;
  background-image: url(../img/subscription-bg.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

.community .subscribe-block .subscribe-block-container {
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  padding: 43px 0;
  background-color: rgba(22, 34, 47, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-firection: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .community .subscribe-block .gform_widget { */
.gform_widget {
  margin: 0;
  text-align: center;
}

/* .community .subscribe-block .gform_widget .widget-title { */
.gform_widget .widget-title {
  display: inline;
  vertical-align: top;
}

.gform_widget h2,
.community .subscribe-block .subscribe-block-container h2 {
  padding: 0;
  font-family: SegoeUI;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.community .subscribe-block .gform_wrapper {
/* .gform_wrapper { */
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.community .subscribe-block .gform_body {
/* .gform_body { */
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.community .material .material-input {
  background-color: transparent;
  margin: 0 32px;
  position: relative;
  bottom: 14px;
  /*padding-top: 0;*/
}

.community .material .material-input label:not(.error) {
  color: rgba(250, 250, 250, 0.8);
  cursor: text;
  font-family: SegoeUI;
  /*padding: 0;
  margin-top: -12px;*/
}

/* .ginput_container input, */
.subscribe-block-container .ginput_container input {
  border-width: 0 0 2px !important;
  border-bottom: solid 1px rgba(250, 250, 250, 1) !important;
  background-color: transparent;
  width: 100%;
  font-size: 20px;
  color: #fff;
  outline: none;
  height: 35px !important;
  font-family: SegoeUI;
}

/* .community .ginput_container_email .material input { */
.ginput_container_email .material input {
  border: 0 !important;
  border-bottom: solid 1px rgba(250, 250, 250, 1) !important;
  background: none;
  width: 100%;
  font-size: 20px;
  color: #fff;
  outline: none;
  height: 35px !important;
  font-family: SegoeUI;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0;
}

/* .subscribe-block-container .ginput_container input:focus, */
/* .ginput_container input:focus, */
.community .material input:focus {
  border-bottom: solid 2px rgba(250, 250, 250, 0.5) !important;
}


.gform_button,
.gform_wrapper .gform_footer input.button,
.community .subscribe-block .subscribe-block-container .subscribe {
  border: none !important;
  vertical-align: middle;
  height: 40px;
  /*max-width: 122px;*/
  text-align: center;
  padding: 0 25px;
  opacity: 1;
  border-radius: 56px;
  background: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  transition: 300ms;
  cursor: pointer;
  box-shadow: none;
  border: 0 !important;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_button:hover,
.community .subscribe-block .subscribe-block-container .subscribe:hover {
  background-color: #1f9cdb;
}

.gform_confirmation_message,
.gform_wrapper {
  font-family: SegoeUI;
  color: #fff;
}

.gform_body ul,
.gform_body ul li {
  list-style: none;
}

.gform_wrapper .ginput_container {
  color: rgba(250, 250, 250, 0.5);
  cursor: text;
}

.subscribe-block .gform_wrapper .top_label input.medium,
.subscribe-block .gform_wrapper .top_label select.medium,
.subscribe-block .gform_wrapper .ginput_container input {
  width: 100% !important;
}

.subscribe-block .gform_wrapper form {
  text-align: center;
}

.subscribe-block .gform_wrapper .validation_message {
  color: aliceblue;
  font-weight: normal;
}

.subscribe-block .gfield_description,
.subscribe-block .validation_message {
  color: aliceblue;
  font-weight: normal;
  display: inline-block;
  float: left;
}

.subscribe-block .gform_wrapper div.validation_error {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0;
  border: none;
  padding: 1em 0;
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.subscribe-block .gform_wrapper li.gfield.gfield_error,
.subscribe-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: inherit;
  padding: 0;
  border: none;
}

.community .community-end {
  padding-bottom: 70px;
  background: url(../img/group-14@2x.png) bottom right no-repeat;
  background-size: 28%;
  max-width: 1165px;
  margin: 0 auto 100px;
  position: relative;
}

.community .community-end .community-end-img {
  width: 280px;
  height: 283px;
  float: left;
  background: url(../img/group-5@2x.png) left top no-repeat;
  background-size: 280px 283px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.community .community-end img {
  display: none;
}

.community .community-end h2 {
  padding: 0;
  margin-top: 60px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 5px;
}

.community .community-end h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.community .community-end h3 {
  margin: 0 8px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #36b2fa;
}

.community .community-end p {
  margin: 0 auto;
  max-width: 600px;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.community .community-end .under-plus {
  margin: 0 auto;
  max-width: 470px;
  margin: 0 auto;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.community .community-end .start-trial {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 188px;
  text-align: center;
  padding: 9px;
  opacity: 1;
  border-radius: 56px;
  background-color: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community .community-end .start-trial img {
  transform: rotate(-90deg);
  margin: 0;
  margin-bottom: 2px;
  margin-left: 3px;
  display: block;
  width: 16px;
  height: 16px;
}

.community .community-end .start-trial .arrow-svg-right {
}

.community .community-end .start-trial:hover {
  background-color: #1f9cdb;
}

.community .community-end .start-trial:active {
  background-color: #1b89c0;
  margin-top: 41px;
  margin-bottom: -1px;
}

.community .community-end .start-trial:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community .community-end .start-trial .arrow-down {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.plans-and-technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plans-and-technology .plans-wrapper {
  background-color: #f2f5f7;
  width: 50%;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 {
  margin: 80px 60px 90px 70px;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans {
  max-width: 517px;
  margin: 0 auto;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans h2 {
  line-height: 1.5;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  color: #000000;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans .plan-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5px;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans .plan-lists .plan-list:last-child {
  margin-left: 30px;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans .plan-lists .plan-list .plan {
  margin-top: 40px;
  font-family: SegoeUI;
  font-size: 16px;
  /*line-height: 4;*/
  color: #000000;
  max-width: 270px;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans .plan-lists .plan-list .plan img {
  vertical-align: middle;
  margin: auto 0;
  margin-right: 16px;
  margin-bottom: 3px;
}

.plans-and-technology .technologies-bg {
  background-image: url(../img/training-bg.jpg);
  background-position: center, center;
  background-size: cover;
  position: relative;
  width: 50%;
}

.plans-and-technology .technologys {
  background-color: rgba(36, 178, 250, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
}

.plans-and-technology .technologys h2 {
  line-height: 1.4;
  margin: 0 auto;
  padding-top: 80px;
  margin-bottom: 32px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  max-width: 320px;
}

.plans-and-technology .technologys p {
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 51px;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.plans-and-technology .technologys .start-trial {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
  padding: 16px 9px;
  border-radius: 74px;
  border: solid 2px rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  background-color: #ffffff;
  border: solid 2px white;
  opacity: 1;
  color: #000000;
  max-width: 210px;
  text-align: center;
  margin-bottom: 50px;
  transition: 300ms;
}

.plans-and-technology .technologys .start-trial:hover {
  background-color: #FFDB33;
  border: solid 2px rgba(255, 219, 51, 0.4);
}

.slider-wrapper {
  display: none;
}

footer .footer-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

footer .social-icons img {
  display: block;
}

footer .social-icons a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: transparent;
}

footer .social-icons a {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 23px 0;
}

footer .footer-links a {
  font-family: SegoeUI;
  font-size: 14px;
  color: #717a82;
  line-height: 2.57;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
}

footer .footer-links a:hover {
  color: #717a82;
}

footer .copyright {
  font-family: SegoeUI;
  font-size: 14px;
  line-height: 1.4;
  margin: 24px 0;
  min-width: 220px;
  text-align: left;
  color: #717a82;
}

footer .copyright .logo {
  display: block;
}

.desctop-plans-h2 {
  display: block;
}

.mobile-plans-h2 {
  display: none;
}

@keyframes slider {
  23% {
    left: 0
  }

  25% {
    left: -100%
  }

  48% {
    left: -100%
  }

  50% {
    left: -200%
  }

  73% {
    left: -200%
  }

  75% {
    left: -300%
  }

  98% {
    left: -300%
  }

  100% {
    left: -400%
  }
}

.subscribe-block .gform_wrapper .top_label .gfield_label,
.community .subscribe-block .subscribe-block-container .gfield_label {
  display: none !important;
}


/*POPUP ON MAIN PAGE*/

.cp_id_3d85a .cp-modal-body.cp-modal-every-design, .cp-modal-every-design .cp-modal-body {
  padding: 48px 58px !important;
  width: 619px !important;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2) !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-family: SegoeUI !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-form-container .cp-submit.cp-btn-flat {
  cursor: pointer !important;
  outline: none !important;
  color: #ffffff !important;
  border-radius: 59px !important;
  background-color: #2ecc71 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 19px 39px !important;
  transition: 300ms !important;
  width: auto !important;
  margin-top: 20px;
}

.cp_id_3d85a .orange {
  background-color: #fff0ad;
}

.cp_id_3d85a .cp-modal-every-design .cp-form-container .cp-submit.cp-btn-flat .cp_responsive .cp_font {
  font-family: SegoeUI !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-form-container .cp-submit.cp-btn-flat:hover {
  background-color: #28b363 !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-text-container {
  padding: 0;
}

.cp_id_3d85a .cp-modal-every-design .form-main {
  padding: 0;
  max-width: 100%;
}

.cp_id_3d85a .cp-modal-body-overlay {
  background: rgba(255, 255, 255, 0.92) !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-short-description {
  margin-top: 0;
  text-align: center;
}

.cp_id_3d85a .cp-modal-every-design .cp-form-container {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cp_id_3d85a .cp-modal-every-design .cp-short-description .cp_font {
  font-family: SegoeUI;
  font-size: 32px !important;
  font-weight: 400;
  color: #000000;
}

.cp_id_3d85a .cp-modal-every-design .cp-info-container {
  display: none;
}

.cp_id_3d85a .cp-form-container .cp-form-field input {
  font-size: 16px !important;
  border: none;
  box-shadow: none !important;
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 56px !important;
  line-height: 56px;
  outline: none;
  text-align: left !important;
  padding: 0 !important;
}

.cp_id_3d85a .subscribe-illustration {
  background: url("../img/subscribe-illustration.png") no-repeat;
  width: 502px;
  height: 132px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}

.cp_id_3d85a .subscribe-illustration .il-ico {
  display: inline-block;
  width: 187px;
  height: 85px;
  background: url("../img/illustration.png") no-repeat;
  margin-top: 32px;
}

.cp_id_3d85a .cp-overlay-close {
  background: url("../img/close.svg") no-repeat;
  width: 16px !important;
  height: 16px !important;
  top: 20px !important;
  right: 20px !important;
}

.cp_id_3d85a .cp-overlay-close img {
  display: none;
}

.cp_id_3d85a .cp-modal-every-design .cp-title-container {
  padding: 0 !important;
  margin: 0 !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-title {
  font-size: 20px !important;
  color: #101923 !important;
  text-align: center !important;
  margin: 20px 0 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-title .cp_font.cp_responsive span {
  line-height: 1.5 !important;
  font-size: 20px !important;
  font-family: SegoeUI !important;
  font-weight: 400 !important;
}


/*AUTH*/
.popup-auth-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f5f7;
  z-index: 100;
}

.popup-auth-wrap-sign-up {
  background: #ffffff;
}

.popup-auth-wrap-ads {
  background: rgba(255, 255, 255, 0.95);
}

.popup-auth-container {
  padding: 36px 58px 30px;
  width: 619px;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: SegoeUI;
}

.popup-auth-wrap-sign-up .popup-auth-container {
  position: static;
  transform: translate(0, 0);
  text-align: center;
  margin: 0;
  box-shadow: none;
  padding: 0;
  width: auto;
  padding-right: 80px;
  margin-top: 43px;
}

.popup-auth-wrap-sign-up .popup-auth-start {
  text-align: left;
  font-size: 31px;
  margin-top: 0;
  padding-top: 0
}

.popup-auth-wrap-register .input-text input {
  margin-bottom: 15px;
}

.popup-auth-container.login {
  padding: 40px 58px;
  width: 619px;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: SegoeUI;
}

.popup-auth-tab-wrap {
  text-align: center;
}

.popup-auth-tab {
  padding-top: 20px;
  text-align: center;
  display: inline-block;
  /* border-bottom: solid 1px #F0F1F2; */
}

.popup-auth-wrap-sign-up .popup-auth-container .gform_wrapper .gform_footer input.button {
  border-radius: 4px !important;
  text-transform: uppercase !important;
  padding: 18px 45px !important;
}

.popup-auth-wrap-sign-up .gform_footer.top_label:before {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 18px;
  content: '';
  background: url(../img/white-arrow.svg);
  z-index: 2;
  transform: rotate(-90deg);
}

.popup-auth-container-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.popup-auth-container-right-desc {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #24272a;
  margin-top: 0;
}

.popup-auth-container-right {
  margin-top: 50px;
}

.popup-auth-container-right-list li {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  text-align: left;
  color: #a1a6ac;
}

.popup-auth-container-right-list-ok li {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  text-align: left;
  color: #24272a;
  position: relative;
  padding-left: 30px;
}

.popup-auth-container-right-list-ok li:before {
  width: 16px;
  height: 16px;
  background: url("../img/check-green.svg");
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
}

.signin {
  margin-right: 20px;
}

.popup-auth-tab li {
  list-style-type: none;
  display: inline-block;
  padding-bottom: 5px;
}

.register-steps,
.popup-auth-tab li,
.popup-auth-tab li a {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #999999;
}

.popup-auth-tab li.active a {
  cursor: pointer;
  border-bottom: solid 2px #24b2fa;
}

.register-steps .register-steps-left.active:before {
  background-color: #24b2fa;
}

.register-steps .register-steps-left:before {
  content: ' ';
  display: block;
  background: #d0d3d5;
  height: 4px;
  width: 115px;
  position: absolute;
  top: 22px;
  z-index: 9;
  left: 44px;
}

.register-steps .register-steps-right:before {
  content: ' ';
  display: block;
  background: #d0d3d5;
  height: 4px;
  width: 118px;
  position: absolute;
  top: 22px;
  z-index: 9;
  right: 44px;
}

.register-steps .register-steps-right.active:before {
  background-color: #24b2fa;
}

.register-top {
  text-align: center;
  position: relative;
  padding: 17px 0 15px;
  min-height: 84px;
}

.popup-auth-wrap-sign-up .register-top {
  background-color: #f4f6f7;
  padding: 10px 0 8px;
  min-height: 70px;
}

.popup-auth-wrap-signin.popup-auth-wrap-register .material .material-input {
  width: 100%;
  margin-right: 0;
  float: none;
}

.popup-auth-wrap-signin.popup-auth-wrap-register .logo {
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.popup-auth-wrap-signin.popup-auth-wrap-register .popup-auth-container-inner {
  max-width: 440px;
}

.popup-auth-wrap-sign-up .logo {
  top: 9px;
  position: absolute;
  left: 15px;
}

.popup-auth-wrap-register .logo object {
  margin: 0;
  pointer-events: none;
}

.popup-auth-wrap-register ul {
  margin: 0;
}

.popup-auth-container-outer {
  padding: 0 15px;
}

.popup-auth-container-inner {
  max-width: 555px;
  margin: 0 auto;
}

.popup-auth-wrap-register .material .material-input {
  width: 50%;
  float: left;
  margin-right: 0;
}

.popup-auth-wrap-register .material .name_first .material-input {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.popup-auth-wrap-register .material .ginput_container_password .ginput_left .material-input {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.popup-auth-wrap-register .material .ginput_container_email .material-input {
  width: 100%;
  float: none;
  margin-right: 0;
}

.popup-auth-wrap-register .material ul li.email {
  width: calc(50% - 30px);
  margin-right: 30px;
  float: left;
}

.popup-auth-wrap-register .material ul li.country {
  width: 50%;
  margin-right: 0;
  float: right;
}

.popup-auth-wrap-register .material .material-select {
  margin-bottom: 15px;
  padding-top: 14px;
}

.popup-auth-wrap-register .material .material-select ul.radio {
  text-align: left;
  height: 254px;
  overflow: auto;
}

.popup-auth-wrap-register .gform_body {
  margin-bottom: 30px;
}

.popup-auth-wrap-register .wrap {
  max-width: 1140px;
  width: auto;
  min-width: 320px;
}

.register-steps-left {
  position: relative;
  padding-right: 217px;
}

.register-steps {
  user-select: none;
  color: #c5c9cb;
  position: relative;
  text-align: center;
  display: inline-block;
}
.register-steps > span {
  display: inline-block;
  vertical-align: top;
}
.register-step-1 {
  font-size: 16px;
  clear: both;
  border-radius: 50%;
  background: #d0d3d5;
  color: #fff;
  line-height: 39px;
  height: 39px;
  width: 39px;
  margin: 0;
  display: inline-block;
}

.register-step-2 {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #13212f;
  display: inline-block;
}

.register-steps .active .register-step-1 {
  background-color: #24b2fa;
}

.register-steps .circle {
  font-size: 16px;
  clear: both;
  border-radius: 50%;
  color: #fff;
  line-height: 49px;
  height: 49px;
  width: 49px;
  margin: 0;
  display: inline-block;
  text-align: center;
}

.register-steps .active .circle {
  background: rgba(36, 178, 250, 0.2);
}

.register-steps .active,
.popup-auth-tab li.active,
.popup-auth-tab li.active a {
  color: #000;
}


.register-illustration {
  background: url("../img/register-illustration.png") no-repeat;
  width: 502px;
  height: 132px;
  margin: 0 auto;
}

.popup-auth-social {
  text-align: center;
  margin-top: 30px;
}

.popup-auth-social a {
  font-family: SegoeUI;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
  line-height: 42px;
  text-decoration: none;
}

.popup-auth-social a i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.popup-auth-title {
  color: #A1A6AC;
  text-align: center;
  padding: 15px 0 0px;
  display: block;
}

.um-col-alt {
  margin: 0;
}

.um-row.um_row_1 {
  margin: 0 0 20px 0 !important;
}

.popup-auth-container input {
  font-size: 16px;
  border: none;
  box-shadow: none;
  width: 100%;
  border-bottom: 1px solid #8e8e8e;
  height: 55px;
  line-height: 55px;
  outline: none;
  margin: 0;
  padding: 0;
  color: #000 !important;
  border-radius: 0;
}

.popup-auth-container a.um-link-alt {
  color: #22a1f8 !important;
  text-decoration: none !important;
}

.popup-auth-container a.um-link-alt:hover {
  text-decoration: none !important;
}

.um-field-checkbox-option {
  text-align: left;
}

.popup-auth-container input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717A82 !important;
}

.popup-auth-container input::-moz-placeholder { /* Firefox 19+ */
  color: #717A82 !important;
}

.popup-auth-container input:-ms-input-placeholder { /* IE 10+ */
  color: #717A82 !important;
}

.popup-auth-container input:-moz-placeholder { /* Firefox 18- */
  color: #717A82 !important;
}

.field-group {
  margin-bottom: 30px;
}

.um-field-first_name {
  width: calc(50% - 17px);
  display: inline-block;
  margin-right: 15px;
}

.um-field-last_name {
  width: calc(50% - 2px);
  display: inline-block;
}

.popup-auth-container form {
  position: relative;
}

.field-submit {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
  position: relative
}

.popup-auth-container #um-submit-btn {
  cursor: pointer !important;
  outline: none !important;
  color: #ffffff !important;
  border-radius: 59px !important;
  background-color: #2ecc71;
  box-shadow: none;
  border: none !important;
  padding: 19px 39px !important;
  font-size: 16px;
  transition: 300ms;
  position: relative;
}

.popup-auth-container #um-submit-btn:before {
  position: absolute;
  right: 20px;
  top: 15px;
  content: "";
  background: url(../img/white-arrow.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: middle;
}

#um-submit-btn:hover {
  background-color: #28b363;
}

.popup-auth-container .keep {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  vertical-align: middle;
  margin-right: 5px;
}

.field-check label {
  color: #A1A6AC;
}

.um-link-alt {
  float: right;
  color: #22a1f8;
  text-decoration: none;
}

.um-field .um-col-alt-s {
  padding-top: 5px;
}

a.bnt-back {
  color: #22a1f8 !important;
  text-decoration: none !important;
}

.popup-auth-wrap .um-field {
  padding: 15px 0 0;
  text-align: center;
}

.register-form a.bnt-back {
  position: absolute;
  bottom: 18px;
  left: 0;
}

.field-check {
  margin-top: 30px;
}

.popup-auth-ads h2 {
  margin-top: 20px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.popup-auth-ads p {
  font-size: 20px;
  color: #101923;
  text-align: center;
  margin: 20px 0 20px;
  line-height: 1.5;
}

.white-arrow {
  background: url("../img/white-arrow.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: middle;
}

.popup-auth-ads .orange {
  background-color: #fff0ad;
}

.popup-auth-social .tw {
  width: 136px;
  height: 42px;
  border-radius: 59px;
  background-color: #56acee;
}

.popup-auth-social .in {
  width: 136px;
  height: 42px;
  border-radius: 59px;
  background-color: #0078b5;
}

.popup-auth-social .um-faicon-linkedin {
  vertical-align: baseline;
}

.um-field .um-col-alt {
  display: inline-block;
  margin: 0;
}

.um-field .um-col-alt .um-col-alt-s .um-half {
  margin-right: 0;
}

.um-field .um-col-alt .um-half {
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
  float: none;
  margin-right: 10px;
}

.um-field .um-col-alt .um-button-twitter {
  background-color: #56acee;
}

.um-field .um-col-alt .um-button-linkedin {
  background-color: #0078b5;
}

.um-field .um-col-alt a {
  border-radius: 59px !important;
  background-color: #3b5a98;
  color: #ffffff;
  border-bottom: 0 !important;
  padding: 12px 20px !important;
}

.um-field .um-col-alt-s .um-left {
  margin-right: 0 !important;
}


/** BUSINESS PAGE **/

input.input-text, .input-text input {
  font-size: 16px !important;
  border: none !important;
  box-shadow: none;
  width: 100% !important;
  border-bottom: 1px solid #bbbbbb !important;
  height: 38px !important;
  line-height: 38px;
  outline: none !important;
  color: #5b5b5b;
  margin-bottom: 30px;
  float: none !important;
  border-radius: 0;
}

.input-text label {
  color: rgba(19, 33, 47, 0.6) !important;
  opacity: 1 !important;
}

.business-page .material-title {
  display: none;
}

.input-text>label {
  display: none;
}

.input-text input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717A82;
}

.input-text input::-moz-placeholder { /* Firefox 19+ */
  color: #717A82;
}

.input-text input:-ms-input-placeholder { /* IE 10+ */
  color: #717A82;
}

.input-text input:-moz-placeholder { /* Firefox 18- */
  color: #717A82;
}

.field-group-no-margin {
  margin-bottom: 0 !important;
}

.wrap {
  margin: 0 auto;
  width: 875px;
}

.topbar .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: .85em 1em;
  margin: 0 0 1rem;
  font-size: .9rem;
  background-color: #00ABED;
  color: #fefefe;
}

.topbar .button:hover,
.topbar .button:focus {
  background-color: #FF644A;
  color: #fefefe;
}

.btn.btn-default.dropdown-toggle {
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  font-size: 20px;
  color: #000000;
}

.btn.btn-default.dropdown-toggle .caret {
  background: url("../img/black-arrow.svg") no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(0deg);
  vertical-align: baseline;
  margin-left: 0;
  border: none;
}

.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background: none;
  box-shadow: none;
}

.page-title {
  color: #FFFFFF;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}

.business-top .page-title {
  padding-top: 120px;
  max-width: 400px;
  line-height: 1.3;
  font-size: 44px;
}

.business-top {
  z-index: 1;
  background: url("../img/organisations-1.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  background-position: center -110px;
  position: relative;
}

.transparent-header .main-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
}

.business-top__circle {
  text-align: center;
}

.business-desc {
  text-align: center;
  color: #ffffff;
  margin: 20px 0 30px;
  font-size: 18px;
}

.business-top__circle .button {

}

.business-top-wrap {
  z-index: -1;
  position: relative;
  height: 100%;
  background-image: linear-gradient(to top, rgba(42, 69, 92, 0.24), rgba(19, 33, 47, 0.9));
}

.designed-list {
  list-style-type: none;
}

.designed-list li {
  display: inline-block;
  width: calc(50% - 3px);
  text-align: center;
}

.designed-list__text {
  display: inline-block;
  font-family: SegoeUI;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  max-width: 357px;
  color: #000000;
  padding-top: 21px;
}

.designed-list__img-one {
  background: url("../img/group-9.png") no-repeat;
  width: 140px;
  height: 150px;
  display: inline-block;
}

.designed-list__img-two {
  background: url("../img/group-3.png") no-repeat;
  width: 150px;
  height: 150px;
  display: inline-block;
}

.designed {
  margin-top: 80px;
}

.blu-text .wrap {
  width: auto;
  max-width: 1060px;
  border-radius: 6px;
  background-image: linear-gradient(99deg, #eff5f9, #e2eef4);
  padding: 48px 90px;
  font-family: SegoeUI;
  font-size: 24px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #000000;
  position: relative;
}

.nice-select {
  border: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  border-bottom: 1px solid #bbbbbb !important;
  height: 56px !important;
  line-height: 56px !important;
  outline: none !important;
  color: #5b5b5b !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  margin-bottom: 27px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #F0F0F0 !important;
}

.nice-select:after {
  background: url("../img/blue-arrow.svg") no-repeat;
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  border: 0 !important;
  transform: rotate(0deg) !important;
}

.nice-select.open .list {
  width: 100% !important;
  border-radius: 2px !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.16) !important;
}

.nice-select .option {
  font-family: SegoeUI !important;
  font-size: 14px !important;
  line-height: 2.57 !important;
  color: #000000 !important;
}

.blu-text {
  margin-top: 75px;
  margin-bottom: 100px;
}

.blu-text .wrap:after {
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: '';
  background: url("../img/group-2-copy.svg") no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.blu-text .wrap:before {
  position: absolute;
  right: -37px;
  top: -35px;
  content: '';
  background: url("../img/group-2-copy.svg") no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.blu-text h2 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #24272a;
  margin-bottom: 20px;
}

.blu-text p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(66, 77, 88, 0.8);
}

.business-steps-title {
  color: #24272a;
  margin-top: 55px;
}

.steps-list {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 70px 0;
}

.steps-list > li {
  display: inline-block;
  width: calc(25% - 4px);
  text-align: center;
  vertical-align: top;
}

.steps-list > li > p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(36, 39, 42, 0.6);
  margin-top: 20px;
}
.steps-list > li > img {
  max-height: 100px;
}

.steps-list li .steps-list__figure {
  width: 32px;
  height: 28px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 4px;
}

.steps-list li .steps-list__text {
  display: inline-block;
  font-family: SegoeUI;
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: 13px;
  line-height: 1.3;
  padding: 0 10px;
}

.steps .wrap {
  max-width: 1060px;
  width: auto;
}

.business-page .gform_wrapper {
  padding: 58px 0;
  background-image: linear-gradient(230deg, #12dacb, #1498da);
}

.business-page .gform_wrapper .gform_wrapper {
  width: 875px;
  margin: 0 auto;
}

.business-page .gform_wrapper .page-title {
  margin: 0 auto 14px;
  line-height: 1.4;
}

.business-page .gform_wrapper .page-title {
  margin: 0 auto 14px;
  line-height: 1.4;
}

.business-page .gform_wrapper .page-desc {
  text-align: center;
  margin-bottom: 35px;
}

.fields-group-wrap__block-title {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.fields-group-wrap {
  background: #ffffff;
  padding: 50px 55px 18px;
  border-radius: 4px;
  width: 875px;
  margin: 0 auto 20px;
}

.fields-group-wrap .gform_fields > .input-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.fields-group-wrap__basic .gform_fields > .first-name {
  width: calc(33% - 22px);
  margin-right: 20px;
}

.fields-group-wrap__basic .gform_fields > .last-name {
  width: calc(33% - 22px);
  margin-right: 20px;
}

.fields-group-wrap__basic .gform_fields > .province {
  width: calc(33% - 2px);
}

.fields-group-wrap__basic .gform_fields > .email {
  width: calc(50% - 22px);
  margin-right: 20px;
}

.fields-group-wrap__basic .gform_fields > .phone {
  width: calc(50% - 2px);
}

.fields-group-wrap__about .gform_fields > .job {
  width: calc(50% - 22px);
  margin-right: 20px;
}

.fields-group-wrap__about .gform_fields > .company {
  width: calc(50% - 2px);
}

.fields-group-wrap__about .gform_fields > .size {
  width: calc(50% - 22px);
  margin-right: 20px;
  display: inline-block;
}

.fields-group-wrap__about .goal {
  width: calc(50% - 2px);
  display: inline-block;
}

.fields-group-wrap__about .gform_fields > .tech {
  width: 100%
}

.business-page .gform_wrapper .gform_button {
  text-align: center;
  cursor: pointer;
  border-radius: 4px !important;
  background: #24b2fa !important;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.12) !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 28px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.business-page .gform_wrapper .gform_button:active,
.business-page .gform_wrapper .gform_button:focus,
.business-page .gform_wrapper .gform_button:hover {
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.16) !important;
}

.business-page .gform_wrapper .gform_footer {
  margin-top: 45px;
  text-align: center;
}

.business-page .gform_confirmation_message {
  width: 100%;
  margin: 45px auto 0;
  border-radius: 0;
  padding: 60px 0 50px;
  font-family: SegoeUI;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  position: relative;
  background: #24b2fa;
}

.business-page .gform_confirmation_message .success-text {
  color: #ffffff;
  font-size: 32px;
  width: 100%;
}

.business-page .gfield_required {
  display: none;
}

.business-page .validation_error {
  max-width: 795px;
  margin: -20px auto 40px;
  border-radius: 6px;
  background: #f7b3b3;
  padding: 25px 40px;
  font-family: SegoeUI;
  font-size: 24px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #000000;
  position: relative;
}

.slick-slider.steps-list__mob {
  display: none;
}

.slick-arrow {
  display: inline-block;
  background-color: #24b2fa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 34px;
  outline: none!important;
  box-shadow: none!important;
  border: none!important;
  font-size: 0!important;
  position: relative;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
}

.slick-prev:after {
  background: url("../img/white-arrow.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  position: absolute;
  content: "";
  top: 12px;
  left: 12px;
}

.slick-next:after {
  background: url("../img/white-arrow.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(269deg);
  vertical-align: middle;
  position: absolute;
  content: "";
  top: 12px;
  left: 12px;
}

.slick-prev {
  position: absolute;
  left: 25px;
  bottom: -15px;
}

.slick-next {
  position: absolute;
  right: 25px;
  bottom: -15px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #e2e4e6;
  border-radius: 50%;
  outline: none!important;
  box-shadow: none!important;
  border: none!important;
  font-size: 0!important;
}

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


.slick-dots {
  text-align: center;
  margin-top: 35px;
}

.material .material-bar {
  display: none;
}

.material .material-select>label {
  color: #717A82 !important;
  border-bottom: 1px solid #bbbbbb !important;
  height: 44px;
  line-height: 44px;
}

.material .material-select>label strong {
  background: url(../img/blue-arrow.svg) no-repeat;
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  border: 0 !important;
  transform: rotate(0deg) !important;
}

.material .material-select ul li label {
  font-family: SegoeUI !important;
  font-size: 14px !important;
  line-height: 2.57 !important;
  color: #000000 !important;
  padding: 3px 10px;
}

.material .material-select {
  margin-bottom: 30px;
  padding-top: 11px;
}

.material .material-input {
  margin-bottom: 0;
}

.material .material-select ul li input:checked+label {
  outline: none;
}


a {
  text-decoration: none;
}

.recruiters-page * {
  box-sizing: border-box;
}

.black-arrow-right {
  background: url(../img/black-arrow.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: sub;
  margin-right: 5px;
}

.recruiters-button__top {
  display: inline-block;
}

.recruiters-top {
  z-index: 1;
  background: url(../img/hero-image.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 627px;
  background-position: center center;
  position: relative;
}

.recruiters-top-content {
  padding: 68px 0 0 69px;
}

.recruiters-page-title {
  max-width: 613px;
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: 400;
  color: #e7eced;
}

.recruiters-page-description {
  max-width: 494px;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(231, 236, 237, .6);
  margin-top: 16px;
  margin-bottom: 32px;
}

.recruiters-page .recruiters-top-shadow {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #1a1b1e);
}

.recruiters-page .recruiters-top-shadow-mobile {
  width: inherit;
  height: inherit;
  background-color: transparent;
}

.recruiters-steps {
  z-index: 1;
  width: 100%;
  padding: 60px 0 150px 0;
  background: url(../img/square_bg.png);
  background-position: center center;
  position: relative;
  background-color: #f2f5f7;
}

h2.recruiters-page-heading {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #101923;
}

.recruiters-steps .wrap {
  max-width: 1150px;
  width: auto;
}

.recruiters-stats {
  padding: 160px 0 133px 0;
}

.recruiters-stats ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1280px;
}

.recruiters-stats ul li {
  box-sizing: border-box;
  display: inline-block;
  width: calc(20% - 4px);
  vertical-align: top;
}

.recruiters-stats .button {
  margin-top: 38px;
}

.recruiters-stats .stats-list__stat {
  display: block;
  font-family: SegoeUI;
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.recruiters-stats .stats-list__description {
  display: inline-block;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: rgba(16, 25, 35, .6);
  max-width: 156px;	/*height: 48px;*/
}

.recruiters-partners {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 60px;
  background-color: #f2f5f7;
}

.recruiters-partners h2.recruiters-page-heading {
  color: #000;
}

.recruiters-partners ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 43px 0 0 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1142px;
}

.recruiters-partners .partners-list-mobile {
  display: none;
}

.recruiters-partners ul li {
  box-sizing: border-box;
  display: inline-block;
  width: calc(33.333333% - 3px);
  vertical-align: middle;
  border-right: 1px solid rgba(0, 0, 0, .12);
  height: 150px;
}

.recruiters-partners ul li:nth-last-of-type(1) {
  border-right: none;
}

.partners-list__partner-logo {
  max-height: 150px;
  vertical-align: middle;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.recruiters-jobs {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 98px;
  background: url(../img/bottom-image.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center 220px;
  position: relative;
  background-color: #f2f5f7;
}

.recruiters-jobs .jobs-list {
  z-index: 2;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 32px 0 0 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1142px;
}

.recruiters-jobs .jobs-list li {
  box-sizing: border-box;
  display: inline-block;
  width: calc(33.333333% - 29px);
  margin-right: 25px;
  vertical-align: top;
}

.recruiters-jobs .jobs-list li:nth-last-of-type(1) {
  margin-right: 0;
}

.recruiters-jobs .jobs-list li a {
}

.recruiters-offer-card {
  display: block;
  box-sizing: border-box;
  padding: 35px 22px 32px 34px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
}

.recruiters-offer-card h3:hover {
  color: #22a1f8;
}

.recruiters-offer-card h3 {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  cursor: pointer;
  min-height: 63px;
}

.recruiters-offer-card p {
  margin-top: 9px;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(16, 25, 35, .6);
  min-height: 72px;
}

.search-form .search-submit,
.white-small-button {
  display: inline-block;
  margin-top: 16px;
  text-transform: inherit !important;
  letter-spacing: inherit;
  padding: 10px 22px;
}

.recruiters-steps-list__desc {
  display: block;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  padding: 20px 0 55px;
}

.recruiters-steps-list__hover .recruiters-steps-list__text {
  color: #ffffff !important;
}

.recruiters-steps-list__hover {
  position: absolute;
  top: -99px;
  left: -20px;
  color: #FFFFFF;
  padding: 45px 45px;
  border-radius: 3px;
  width: 320px;
  opacity: 0;
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11;
}

.recruiters-steps-list__hover-one {
  background-image: url('../img/bitmap.png');
}

.recruiters-steps-list__hover-two {
  background-image: url('../img/bitmap-copy.png');
  padding: 45px 0px;
}

.recruiters-steps-list__hover-three {
  background-image: url('../img/bitmap-copy-2.png');
  padding: 29px 10px;
}

.recruiters-steps-list__hover-four {
  background-image: url('../img/bitmap-copy-3.png');
  padding: 45px 10px;
}

.recruiters-steps-list li:hover .recruiters-steps-list__hover {
  opacity: 1;
}

.blue-small-button {
  font-family: SegoeUI;
  border-radius: 56px;
  background-color: #24b2fa;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #ffffff;
  padding: 11px 22px;
  display: inline-block;
}

.blue-small-button:hover {
  background-color: #1b89c0;
}


.recruiters-page .recruiters-bottom-shadow {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 250px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  left: 0;
}

.recruiters-button__bottom {
  display: inline-block;
  margin: 371px auto 86px auto;
  z-index: 1;
  position: relative;
}

.recruiters-steps-list__mob {
  display: none;
}

.recruiters-steps-list__desk {
  display: block;
}

.recruiters-steps-list {
  list-style-type: none;
  padding: 0;
  margin: 145px 0 0 0;
}

.recruiters-steps-list .recruiters-steps-list__item {
  display: inline-block;
  width: calc(25% - 4px);
  text-align: center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.recruiters-steps-list li .recruiters-steps-list__figure {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #24b2fa;
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-top: 6px;
}

.recruiters-steps-list li .recruiters-steps-list__text {
  display: inline-block;
  font-family: SegoeUI;
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: 16px;
  line-height: 1.3;
  padding: 0 10px;
  font-weight: 400;
}

.padr0 {
  padding-right: 0 !important;
}

#site-navigation #social-contact {
  display: none !important;
}

#site-navigation #primary-menu a, #site-navigation #secondary-menu a {
  text-decoration: none;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  color: rgba(15, 24, 35, 0.5);
}

#site-navigation #primary-menu {
  padding: 14px 0 14px;
  position: relative;
}

#site-navigation #secondary-menu {
  padding: 10px 0;
}

#site-navigation #primary-menu:before {
  width: 71%;
  position: absolute;
  content: '';
  bottom: 0;
  left: 10%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}

#site-navigation ul li {
  padding: 9px 0 9px 9px;
}

#site-navigation {
  padding: 10px 0 0 0;
  margin-bottom: 30px;
}

.admin-bar .columns.top-shift {
  margin-top: 44px;
}

.columns.top-shift {
  background: #f2f5f7;
  margin-top: 76px;
  min-height: 100vh;
  padding-right: 0;
}

#site-navigation ul .current-menu-item {
  background: #24b2fa;
  border-radius: 24px 0 0 24px;
}

#site-navigation #primary-menu .current-menu-item a,
#site-navigation #secondary-menu .current-menu-item a {
/* #site-navigation ul .current-menu-item a { */
  color: #fff;
}

.content-area {
  background: transparent;
}


.block-title {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.about-page {
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.63;
  color: #5e676f;
  overflow-x: hidden;
}

.about-page * {
  box-sizing: border-box;
}

.about-top {
  padding: 35px 0 85px;
}

.about-page .wrap {
  max-width: 1070px;
  width: auto;
}

.about-top__left {
  display: inline-block;
  width: calc(55% - 60px);
  vertical-align: top;
  margin-right: 58px;
}

.about-top__right {
  display: inline-block;
  width: calc(45% - 3px);
  vertical-align: top;
}

.about-top__right p {
  padding-top: 25px
}

.about-top__wrap {
  margin-top: 40px;
}

.about-testimonials {
  background-color: #f2f5f7;
  padding: 85px 0;
}

.about-testimonials__left {
  display: inline-block;
  width: calc(44% - 3px);
  vertical-align: top;
  margin-right: 140px;
}

.about-testimonials__right {
  display: inline-block;
  width: calc(56% - 142px);
  vertical-align: top;
}

.about-team .wrap {
  max-width: 1140px;
}

.about-team {
  text-align: center;
  padding: 65px 0 5px;
}

.about-team.about-team-teachers {
  text-align: center;
  padding: 65px 0;
}

.about-team-list__photo img{
  max-width: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
}

.about-team-list__item {
  display: inline-block;
  width: calc(25% - 4px);
  text-align: left;
  list-style-type: none;
  vertical-align: top;
  padding: 0 20px 45px;
  margin-bottom: 0;
}

.about-team-list__name {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  color: #000000;
  padding: 7px 0 12px;
}

.about-team-title-description {
  max-width: 55%;
  display: inline-block;
  margin: 12px 0 50px;
}

.about-team-teachers .block-title {
  margin-bottom: 35px;
}

.about-bottom {
  background-image: url('../img/training-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 289px;
  background-position: center center;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
  padding-top: 50px;
}

.about-bottom .wrap {
  max-width: 700px;
}

.about-bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(36,178,250,.9);
  z-index: -1;
}

.about-bottom .block-title {
  color: #ffffff;
}

.about-bottom-title-description {
  font-size: 20px;
  margin: 7px 0 19px;
}

.about-top__left .desk {
  display: block;
  max-width: 100%;
}

.about-top__left .mob {
  display: none;
}

.about-testimonials-list {
  background: #ffffff;
  padding: 40px 40px 50px;
  border-radius: 64px 0 64px 0;
}

.about-testimonials-list__photo img {
  margin: 0 auto;
}

.about-testimonials-list__name {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  display: block;
  text-align: center;
  padding: 15px 0;
}

.about-testimonials__right p {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(16, 25, 35, 0.8);
  padding-bottom: 12px;
}

.about-testimonials-list .slick-next {
  right: 40px;
  bottom: 37px;
}

.about-testimonials-list .slick-prev {
  bottom: 37px;
  left: 40px;
}

.quote {
  text-align: center;
}

.quote i {
  display: inline-block;
  background-image: url('../img/quote.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 24px;
  background-position: center center;
  background-size: cover;
}

.about-testimonials-list__now-one {
  display: inline-block;
  width: 47px;
  color: #90959c;
}

.about-testimonials-list__now-two {
  display: inline-block;
  color: #101923;
  font-weight: 600;

}

.about-testimonials-list__in-one {
  display: inline-block;
  width: 47px;
  color: #90959c;
}

.about-testimonials-list__in-two {
  display: inline-block;
  color: #189ffc;
  font-weight: 600;
}

.about-testimonials-list__now {
  margin-bottom: 8px;
}

.slick-initialized .slick-slide {
  outline: none;
}

.about-team-list__mob {
  display: none;
}

.about-testimonials__left.about-testimonials__left-mob {
  display: none;
}

#main > header {
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.about-testimonials-list__photo,
.about-testimonials-list__now,
.about-testimonials-list__in {
  display: none;
}

.um-page-login,
.um-page-register {
  background-color: #f2f5f7;
}

.um-page-login footer,
.um-page-register footer {
  display: none;
}

.card .card-inner .reddit-post {
  width: 100%!important;
  overflow-x: hidden!important;
  word-wrap: break-word!important;
}

.ginput_container>span>label {
  display: none;
}

/* btns */

.um-account-main a.x-button,
.x-button {
  display: inline-block;
  width: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  position: relative;
	padding: 16px 20px;
	margin: 0 10px;
  min-width: 150px;
  background: #00abed;
  color: #fff;
  outline: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  border-top: 1px solid transparent;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.15);
  border-bottom: 2px solid rgba(0,0,0,.1) !important;
}

.x-b-small {
  padding: 10px 20px !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  color: #fff !important;
}

.x-button:active,
.x-button:hover {
  color: #fff !important;
}

.x-b-green {
  background: #2ecc71 !important;
}

.x-b-green:active,
.x-b-green:hover {
  background: #28b363 !important;
}

.um-field-c .um-field-checkbox {
  padding: 10px;
}

.um-field-checkbox-state,
.um-field-radio-state {
  position: initial !important;
  top: inherit !important;
  left: inherit !important;
  display: inline-block;
  vertical-align: middle;
}

.um-field-checkbox-option,
.um-field-radio-option {
  margin: 0 0 0 5px !important;
  display: inline-block !important;
  font-size: 16px;
  vertical-align: middle;
}

.frlinks {
  margin-top: 20px;
  text-align: center;
  line-height: 200%;
  clear: both;
}

.frlinks a {
  font-size: 16px;
  color: #24b2fa;
  text-decoration: none;
}

.bg-logo-a {
  background: url(../img/logo.svg) center center no-repeat;
  width: 128px;
  height: 32px;
  line-height: 32px;
  text-indent: 130px;
  display: block;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 9999;
  margin-left: -68px;
	background-size: contain;
}

.learn-more-with-team__list {
  padding: 0 0 20px;
  margin: 0;
  list-style-type: none;
}

.learn-more-with-team__item {
  width: calc(25% - 24px);
  margin-right: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.learn-more-with-team__item:last-child {
  width: calc(25% - 24px);
  margin-right: 0;
}

.learn-more-with-team {
  text-align: center;
  padding: 0 0 70px;
}

.learn-more-with-team__item .learn-more-with-team__img {
  width: 264px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
  background-color: rgba(36, 178, 250, 0.2);
  background-blend-mode: overlay;
  transition: 0.5s;
  position: relative;
}

.learn-more-with-team__item:hover .learn-more-with-team__img {
  background-color: rgba(36, 178, 250, 0.6);
}

.learn-more-with-team__item:hover .learn-more-with-team__title {
  color: #22a1f8;
}

.learn-more-with-team__item:hover .learn-more-with-team__img-circle {
  opacity: 1;
}

.learn-more-with-team__item-1 .learn-more-with-team__img {
  background-image: url(../img/beginers.jpg);
}

.learn-more-with-team__item-2 .learn-more-with-team__img {
  background-image: url(../img/inter.jpg);

}

.learn-more-with-team__item-3 .learn-more-with-team__img {
  background-image: url(../img/investors.jpg);
}

.learn-more-with-team__item-4 .learn-more-with-team__img {
  background-image: url(../img/developers.jpg);
}

.learn-more-with-team__title {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #101923;
  margin: 25px 0 0;
  transition: 0.5s;
}

.learn-more-with-team h2 {
  padding-bottom: 40px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 32px;
}

.learn-more-with-team h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.learn-more-with-team__img-circle {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url(../img/blue-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  transition: 0.5s;
}

.learn-more-with-team__title.mobile {
  display: none;
}

.input-file-container {
  width: calc(50% - 3px);
  display: inline-block;
  color: #333c46;
  vertical-align: top;
}

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

.falseinput {
  display: inline-block;
  border-radius: 56px;
  background-color: #24b2fa;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  font-family: SegoeUI;
  cursor: pointer;
}

.selected_filename {
  display: inline-block;
  vertical-align: middle;
  font-family: SegoeUI;
  color: #5e676f;
  margin-left: 10px;
}

.selected_filename.with {
  color: #22a1f8;
  margin-left: 0;
}

.ginput_container.ginput_container_fileupload {
  margin-top: 15px;
}

.file-close {
  width: 16px;
  height: 16px;
  background: url(../img/close.svg) no-repeat;
  background-size: contain;
  box-shadow: none;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin-top: -2px;
}

.input-text.linkedin {
  width: 100%;
}

.input-text.linkedin .gfield_label {
  display: block !important;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.63;
  color: #333c46!important;
}

.input-text.linkedin input {
  margin-bottom: 10px !important;
  height: 45px !important;
}

.input-text.linkedin .material-input {
  margin-bottom: 0;
  padding-top: 10px;
}

.input-text.linkedin .ginput_container {
  padding-left: 45px;
  position: relative;
}

.input-text.linkedin .ginput_container:before {
  position: absolute;
  left: 0;
  top: 18px;
  content: '';
  width: 32px;
  height: 32px;
  background-size: contain;
  background: url(../img/in.svg) no-repeat;
}

.fields-group-wrap_blockable_main.fields-group-wrap__scholar_main {
  margin: 0 !important;
}

.falseinput, .selected_filename {
  display: none;
}

.gfield.add-cv [type=file] {
  color: #333c46;
}

.ginput_container_fileupload .ginput_preview strong {
  color: #333c46;
  font-weight: 400;
}

.input-text.linkedin label {
  display: none;
}

.material .material-select.filled>.material-title,
.material .material-select>input:checked+.material-title {
  visibility: hidden !important;
}

/*.ginput_container_fileupload .ginput_preview {
  display: none;
}

.gfield.add-cv [type=file] {
  display: none;
}
*/

.recruiters-page .why-should.sponsor {
  padding-bottom: 60px;
}

.popup-auth-wrap-talent .popup-auth-container {
  width: 670px;
  padding: 35px 0 30px;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
  position: static;
  left: 0;
  top: 0;
  transform: translate(0);
  font-family: SegoeUI;
  margin-left: auto;
  margin-right: auto;
}

.popup-auth-wrap-talent .fields-group-wrap {
  width: auto;
}

.popup-auth-wrap-talent .popup-auth-container .fields-group-wrap {
  padding: 5px 55px 18px;
}

.popup-auth-wrap-talent .popup-auth-container .ginput_container_fileupload input {
  border-bottom: 0!important;
  line-height: 0;
  margin-top: 20px;
}

.popup-auth-wrap-talent .popup-auth-container .gform_footer input {
  border-bottom: 0!important;
  line-height: 0;
  cursor: pointer !important;
  outline: none !important;
  color: #ffffff !important;
  border-radius: 59px !important;
  background-color: #2ecc71;
  box-shadow: none;
  border: none !important;
  padding: 19px 39px !important;
  font-size: 16px;
  transition: 300ms;
  position: relative;
  display: inline-block;
  width: auto;
}

.popup-auth-wrap-talent .popup-auth-container .gform_footer {
  width: 100%;
  text-align: center;
}

.popup-auth-wrap-talent .popup-auth-container .gform_footer input:hover {
  background-color: #28b363;
}

.popup-auth-wrap-talent-bg {
  background: #f2f5f7;
}

.admin-bar .popup-auth-wrap {
  top: 32px
}

.popup-auth-wrap-talent  .fields-group-wrap__address li.address .ginput_container_address .address_country {
  width: calc(50% - 20px);
  margin-right: 0;
}

.success-img {
  margin: 15px auto 0;
}

.gfield_error.add-cv {
  position: relative;
}

.gfield_error.add-cv .validation_message {
  bottom: -28px;
}


.page404 {
  width: 100%;
}
.page404,
.page404 p,
.page404 td {
  white-space: nowrap;
  color: #000;
  font-size: 24px;
  font-family: SegoeUI;
  font-weight: 400;
  line-height: 150%;
}
.page404 p {
  padding: 0 0 10px 0;
}
.page404 h1 {
  margin: 0;
  line-height: 100%;
  font-family: SegoeUI;
  font-size: 160px !important;
  font-weight: 400;
  color: #101923;
}
.page404 .content {
  padding: 0 100px;
  text-align: center;
}
.page404 .button {
  padding: 7px 20px 8px 20px;
  margin-top: 0;
}
.page404 .button:hover,
.page404 .button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}



@media (max-width: 992px) {
  .success-message {
    text-align: center;
    padding: 0 20px;
  }

  .success-message .success-img {
    width: 100%;
    height: 132px;
    background: url(../img/smile.png) no-repeat;
    display: inline-block;
    max-width: 100%;
    background-size: contain;
  }

  .popup-auth-wrap-talent .popup-auth-container {
    width: 100%;
  }

  .popup-auth-wrap-talent .popup-auth-container .fields-group-wrap {
    padding: 0px 15px 0px;
  }
}


.current-user-name-h {
  text-align: left;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.back-arrow:before {
  content: "\203a ";
  display: inline-block;
  font-size: 160%;
  line-height: 1%;
  width: 10px;
  position: relative;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding: 5px;
  vertical-align: middle;
}

.popup-auth-container .gfield_checkbox {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 19px;
  text-align: left;
  padding-top: 15px;
}

.popup-auth-container .gfield_checkbox input {
  width: 24px;
  height: 20px;
  vertical-align: middle;
}

.popup-auth-container .gfield_checkbox label {
  font-size: 14px;
}

.password-reset h2 {
    font-family: SegoeUI;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
    color: #000;
}

#wp-submit {
  padding: 10px 20px !important;
  border-radius: 58px;
}

.password-reset {
  max-width: 1170px;
  margin: 0 auto;
}

.password-reset .material-input.input{
  max-width: 50%;
}

.popup-auth-start {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  color: #000;
  text-align: center;
}

.footer-inner-wrapper-new {
	border-top: solid 1px rgba(0, 0, 0, 0.12);
	padding: 0 0 10px;
}

footer .footer-inner-wrapper-new .footer-links a {
	width: 25%;
	float: left;
	text-align: left;
}

footer .footer-inner-wrapper-new .copyright {
	width: 23%;
}

footer .footer-inner-wrapper-new .footer-links {
	width: 50%;
	display: block;
}

footer .footer-inner-wrapper-new .social-icons {
	width: 23%;
  padding-top: 30px;
  text-align: right;
}

.about-team-list {
  margin: 35px 0 45px 0;
}

.sidenav-main-mobile-links ul li {
  list-style-type: none;
}

.sidenav-main-mobile-links .sub-menu {
  display: none;
}

.sidenav-main-mobile-links ul {
  list-style-type: none;
  margin-left: 0;
}

.sidenav-main-mobile-links .sub-menu li a {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: rgba(19, 33, 47, 0.4);
}

.sidenav-main-mobile-links>ul>li>a {
  position: relative;
  display: inline-block;
}

.sidenav-main-mobile-links a:hover {
  background-color: transparent !important;
  text-decoration: none;
  color: #000000 !important;
}

.sidenav-main-mobile-links>ul>li>a,
.sidenav-main-mobile-links>ul>li>a:hover,
.sidenav-main-mobile-links>ul>li>a:active,
.sidenav-main-mobile-links>ul>li>a:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}

.sidenav-main-mobile-links>ul>li.has-sub>a:before {
  background: url("../img/black-arrow.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  content: '';
  position: absolute;
  right: -25px;
  top: 15px;
}

.mobile-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(19, 33, 47, 0.65);
  z-index: 11111;
  height: 100%;
}

.sidenav-main-mobile-links {
  height: auto;
}

.mobile-search .search-wrapper {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}

.mobile-search .link-item {
  background: none;
  box-shadow: none !important;
  padding: 10px 0;
  outline: none;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  width: 100%;
  color: rgba(19, 33, 47, 0.6);
  border-radius: 0 !important;
}

.mobile-search .search-img {
  right: 13px !important;
}

.business-puzzle-left {
  display: inline-block;
  width: calc(50% - 2px);
  vertical-align: top;
  height: 300px;
}

.business-puzzle-right {
  display: inline-block;
  width: calc(50% - 3px);
  vertical-align: top;
  height: 300px;
}

.business-puzzle-text h3 {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #24272a;
  margin-bottom: 15px;
  display: inline-block;
}

.business-puzzle-text p {
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(66, 77, 88, 0.8);
  line-height: 1.6;
  display: inline-block;
}

.business-puzzle-right.business-puzzle-text p {
  text-align: right;
}

.business-puzzle-text {
  padding-top: 65px;
  height: 235px;
}

.business-puzzle .wrap {
  max-width: 1280px;
  width: auto;
}

.business-puzzle {
  margin: 120px 0;
}

.business-puzzle-right {
  text-align: right;
}

.blu-text-data .wrap:before, .blu-text-data .wrap:after {
  display: none;
}

.blu-text-data .wrap {
  padding-left: 0;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 14px;
}

.blu-text-data h2 {
  text-align: left;
}

.blu-text-data  p {
  text-align: left;
  line-height: 1.6;
}

.blu-text-data img {
  padding-top: 45px;
  padding-right: 30px;
}

.business-puzzle img {
  max-height: 100%;
  max-width: 100%;
}

.ginput_container_checkbox label {
  color: #24272a;
}

.business-page .gfield_checkbox {
  margin-bottom: 28px;
  margin-top: 8px;
}

.business-puzzle-left img {
  margin-left: 3px;
}

.show-mob {
  display: none;
}

.transparent-header .main-header .user-block .search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6) !important;
}
.transparent-header .main-header .user-block .search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6) !important;
}
.transparent-header .main-header .user-block .search:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6) !important;
}
.transparent-header .main-header .user-block .search:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6) !important;
}

.transparent-header .main-header .user-block .search {
  color: rgba(255, 255, 255, 0.6) !important;
}

.transparent-header .main-header .user-block .search:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}

.card-date {
  display: none !important;
}

.webinar-list-top {
  padding-top: 40px;
}

.webinar-list-blocl-title {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #717a82;
  margin-bottom: 20px;
}

.webinar-list-top-left {
  display: inline-block;
  width: calc(50% - 2px);
  vertical-align: top;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 32px 30px;
  margin-right: -3px;
  height: 315px;
}

.webinar-list-top-left-title {
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #24272a;
  height: 171px;
  overflow: hidden;
  margin-top: 0;
}

.webinar-list-top-right {
  display: inline-block;
  width: calc(50% - 3px);
  vertical-align: top;
}

.webinar-list-top-left-image {
  height: 315px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0 4px 4px 0;
}

.most-popular .llms-loop-item-content {
  margin: 0 !important;
}

.webinar-list-page {
  margin-bottom: 50px;
}

.webinar-list-top-left > a:active,
.webinar-list-top-left > a:focus,
.webinar-list-top-left > a:hover {
  text-decoration: none;
}

.webinar-list-top-left .button {
  margin-top: 20px;
}

html {
  overflow-x: inherit;
}

.single-webinars .wrap {
  width: auto;
}

.h1 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.webinar-page-list .webinar-top h1 {
  margin: 10px 0 20px;
  height: 42px;
  overflow: hidden;
}

.webinar-top {
  background-color: #24b2fa;
  padding: 30px 0 58px;
  height: 468px;
}

.webinar-page-list .webinar-top h1 {
  margin: 10px 0 20px;
  height: 42px;
  overflow: hidden;
}

.webinar-page-list .video-frame {
  text-align: center;
}

.webinar-page-list .video-frame iframe:last-child {
  width: 80%;
  margin-right: 0;
  height: 470px;
  display: inline-block;
}

.single-webinars .content-area .site-main {
  padding: 0;
}

.webinar-middle {
  padding-top: 105px;
}

.webinar-page .curator {
  margin-top: 30px;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
  padding-right: 20px;
}

.dashboard-description-courator-top-ava {
  display: inline-block;
  vertical-align: middle;
}

.dashboard-description-courator-top-ava img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.dashboard-description-courator-top-info {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

.dashboard-description-courator-top-name {
  display: block;
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.dashboard-description-courator-top-title {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #424d58;
}

.webinar-info {
  margin-top: 40px;
}

.webinar-info p {
  font-size: 16px;
}

.webinar-name {
  font-weight: 400;
  font-size: 24px;
  font-family: SegoeUI;
}

.dashboard-description-courator-bottom {
  margin-top: 25px;
}

.dashboard-description-courator-bottom p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #424d58;
}

.webinar-bottom {
  margin-top: 50px;
  background-color: #f2f5f7;
  padding: 40px 0 50px;
}

.course-title {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.single-webinars .content-area .site-main {
  height: auto;
}

.webinar-list-bottom .most-popular {
  margin-top: 50px;
}

.popup-auth-container-right-click {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #a1a6ac;
  width: 211px;
  float: right;
  margin: 30px 25px 30px 0px;
}

.popup-auth-container-right-click a {
  color: #24b2fa;
}

.popup-auth-wrap-sign-up .frlinks {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: left;
  color: #24272a;
  text-transform: uppercase;
  clear: both;
}

.popup-auth-wrap-sign-up .frlinks a {
  color: #24b2fa;
  text-decoration: none;
}

.popup-auth-container-right-list {
  margin-bottom: 10px !important;
}

.popup-auth-wrap-sign-up .gform_footer.top_label {
  width: auto;
  display: inline-block;
  position: absolute;
  text-align: right;
  right: -285px;
  bottom: -87px;
  z-index: 22222;
}

.popup-auth-wrap-sign-up .col-md-5 {
  position: static;
}

.popup-auth-wrap-sign-up .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.register-testimonial {
  border-radius: 4px;
  background-image: linear-gradient(to left, #34ccf1, #24b2fa);
  padding: 45px 0 40px;
  margin-top: 50px;
}

.register-testimonial p {

  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.register-testimonial-wrap:before {
  width: 64px;
  height: 48px;
  position: absolute;
  left: 43px;
  top: 0;
  content: '';
  background: url(../img/quote.svg) no-repeat;
  background-size: contain;
  opacity: 0.4;
}

.register-testimonial-wrap {
  padding: 0 50px 0 160px;
  position: relative;
}

.register-testimonial .register-testimonial-name {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.register-testimonial .register-testimonial-title {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.register-testimonial-names {
  margin-top: 20px;
}

/**/

.search-results-wrap .page-title {
  color: #000;
  text-align: left;
  font-weight: normal;
  position: relative;
  padding: 0 0 5px 0;
}

.search-results-wrap .search-results-item {
  color: #000;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.search-results-wrap .search-results-item {
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.search-results-wrap .search-results-item .title {
  padding-top: 0;
  font-family: SegoeUI;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #13212f;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}

#search-where {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#search-where label {
  display: inline-block;
  color: #90959c;
  margin: 1px 15px 1px 2px;
}

#search-where .wait {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

#search-where div {
  top: 0;
}

.coinmarketcap-currency-widget {
  margin-bottom: 20px;
}

.coinmarketcap-currency-widget > div{
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

.page-projects {
  background-color: #f2f5f7 !important;
}

.page-projects header>h2 {
  display: none;
}

.page-projects .entry-content>h2 {
  text-align: center;
  margin-bottom: 30px;
}

.page-projects {
  padding-bottom: 50px;
}