/* classes Should be deleted 
 * top-section-description__main-container
 * top-section-description 
 * app-block-descr
 * 
 * */


@keyframes width-to-sides {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

html,
.page {
	height: 100%;
}

.top-border {
	border-top: 20px solid #f1f1f5;
}

.site {
	/*padding-top: 60px;*/
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 10;
}

.navbar-static-top {
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(6, 12, 46, 0.2);
    padding: 29.5px 0;
}

/*.site-header.header__on-top {
    background-color: transparent;
    box-shadow: none;
    transition: all 0.2s ease-in;
}

.site-header.header__on-top:hover {
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(6, 12, 46, 0.2);
}*/

.site-header .header__on-top {
    
}

.site-header .logo_white {
    display: none;
}

.site-header .logo_black {
    display: block;
}

/*.site-header.header__on-top .logo_white {
    display: block;
}

.site-header.header__on-top:hover .logo_white {
    display: none;
}

.site-header.header__on-top .logo_black {
    display: none;
}

.site-header.header__on-top:hover .logo_black {
    display: block;
}*/

.user-menu__hamburger {
    display: none;
}

.main-navigation__item {
    position: relative;
    cursor: pointer;
}

.lang-dropdown,
.lang-dropdown ul,
.advertisers-dropdown,
.advertisers-dropdown ul,
.company-dropdown,
.company-dropdown ul,
.resources-dropdown,
.resources-dropdown ul {
    height: 0;
    opacity: 0;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

.lang-dropdown ul,
.lang-dropdown ul li,
.advertisers-dropdown ul,
.advertisers-dropdown ul li,
.company-dropdown ul,
.company-dropdown ul li,
.resources-dropdown ul,
.resources-dropdown ul li {
    /*position: relative;*/
    cursor: pointer;
}

.main-navigation-dropdown {
    /*display: none;*/
    position: absolute;
    left: -20px;
}

.main-navigation-dropdown ul {
  min-width: 140px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 1;
  border-radius: 3px;
}

.main-navigation-dropdown ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation-dropdown ul li.menu__item {
    margin-bottom: 0;
    padding: 12px 20px;
}

#primary-menu .main-navigation-dropdown ul li.menu__item a.menu__item-link {
    margin: 0;
    text-transform: uppercase;
    white-space:nowrap;
    padding-right: 0px;
}

#primary-menu .main-navigation-dropdown ul li.gr a {
    color: rgba(6, 12, 46, 0.2) !important;
}

.main-navigation__item:hover .main-navigation-dropdown {
	padding: 27px 8px 8px 8px;
}

.main-navigation__item:hover .lang-dropdown,
.main-navigation__item:hover .lang-dropdown ul,
.main-navigation__item:hover .advertisers-dropdown,
.main-navigation__item:hover .advertisers-dropdown ul,
.main-navigation__item:hover .company-dropdown,
.main-navigation__item:hover .company-dropdown ul,
.main-navigation__item:hover .resources-dropdown,
.main-navigation__item:hover .resources-dropdown ul {
    /*display: block;*/
    height: auto;
    opacity: 1;
    transition: all 0.2s ease-out;
    /*overflow: auto;*/
}

/*-------------------------------------------*/

body.no-scrolling .site {
	padding-top: 0;
}

.overlay-opened .site-header .site-header__primary-menu,
.no-scrolling .site-header .site-header__primary-menu,
.overlay-opened .site-header .user-menu__container,
.no-scrolling .site-header .user-menu__container {
	display: none;
}

.site-header__user-menu {
	display: flex;
}

.overlay-opened .entry-content,
.no-scrolling .entry-content {
  padding-top: 99px;
}

.overlay-signin__logo-link img,
.overlay-login__logo-link img {
	width: 160px;
	height: auto;
}

.overlay-signin__close-button {
}

.form input:not([type="checkbox"]):focus,
.form button:focus{
	outline: none;
}

.page-content__container {
	flex-grow: 1;
	max-width: 1440px;
	min-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	
	padding-left: 104px;
	padding-right: 104px;
}

.page-content__header {
	z-index: 5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	max-width: 1229px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	
}

.logo {
  height: 31px;
  padding: 0;
  z-index: 21;
  top: -8px;
}

.logo img {
  width: 190px;
  height: auto;
}

#primary-menu ul {
  margin: 0 0 0 20px;
  line-height: 1;
  padding: 0;
}

#primary-menu li.item {
  display: inline-block;
  line-height: 1;
}

#primary-menu a {
  position: relative;
  color: #060c2e;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 0;
}

/*.site-header.header__on-top #primary-menu a {
    color: #ffffff;
}

.site-header.header__on-top:hover #primary-menu a {
    color: #060c2e;
}*/

.site-header.header__on-top #primary-menu a {
    color: #060c2e;
}

.item > a.gr, .user-menu__item > a.gr {
  color: rgba(6, 12, 46, 0.2) !important;
}

.z-10 {
  z-index: 10;
  position: relative;
}

.user-menu__container {
  z-index: auto;
}

.user-menu ul {
  margin: 0;
  line-height: 1;
  padding: 0;
}

.user-menu ul li {
  display: inline-block;

  line-height: 1;
}

.user-menu a {
  position: relative;
  color: #060c2e;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 0;
}

/*.site-header.header__on-top .user-menu a {
    color: #ffffff;
}

.site-header.header__on-top:hover .user-menu a {
    color: #060c2e;
}*/

.site-header.header__on-top .user-menu a {
    color: #060c2e;
}

.user-menu__item,
.user-menu__item-link,
.user-auth__item {
  cursor: pointer;

  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #060c2e;
}

.user-auth__item-link.user-auth__item-link--sign-up {
	color: #3599e7;
}

.user-auth__item:hover a.user-auth__item-link::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #060c2e;
	animation: width-to-sides 0.1s ease-in;
}

.user-auth__item:hover a.user-auth__item-link.user-auth__item-link--sign-up::after {
    background-color: #3599e7!important;
}

/* drop-down-menu */
.user-menu__drop-down-menu {
  position: relative;
}

.user-menu__drop-down-menu:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  right: -15px;
  height: 10px;
  background-color: #ffffff;
}

.drop-down-menu {
  z-index: 10;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;

  transform: translate(-33%, 0);
  min-width: 53px;
  background-color: #ffffff;
  transition: all 0.2s ease-in;
}

.drop-down-menu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 7px 20px -5px rgba(0, 0, 0, 0.3);
}

.drop-down-menu__item.drop-down-menu__item {
  z-index: 10;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;

  min-width: 53px;
  min-height: 34px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #060c2e;
  text-align: center;
  vertical-align: middle;

  background: #ffffff;
	transition: all 0.2s ease-in;
}

.drop-down-menu__item:hover {
  background-color: #f1f1f1;
}

.drop-down-menu__item:active {
  background-color: #f3f3f3;
}

.user-menu__drop-down-menu:hover .drop-down-menu__item {
  display: flex;
}

.site-header .main-navigation__item-link {
	position: relative;
}

.site-header .main-navigation__item-link {
  margin-right: 0;
  padding-right: 40px;
	
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #b4b6c0;
  white-space: nowrap;
}

/*.site-header .main-navigation__item-link:hover::before,
.site-header .main-navigation__item-link.active::before {
	content: "";
    position: absolute;
    height: 3px;
    top: -22px;
    left: 0;
	right: 0;
    background-color: #060c2e;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
	animation: width-to-sides 0.1s ease-in;
}*/

/* the code below should be deleted */
/* #primary-menu a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: -33px;
  left: 0;
  background-color: #060c2e;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#primary-menu a:has(.active){
color: gray;
}

#primary-menu a:before,
.user-menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: -33px;
  left: 0;
  background-color: #060c2e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
}

#primary-menu a.gr:before {
	background-color: #b4b6c0;
}

#primary-menu a:hover:before,
.user-menu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} */

#social li.item {
  margin-bottom: 26px !important;
}

#social .item svg {
  fill: #b4b6c0;
}

#social .item a:hover svg {
  fill: #ffffff;
}

#social .item a:active svg {
  fill: #a4a4a5;
}

#social .item.twitter svg {
  width: 18px;
}

#social .item.facebook svg {
  height: 18px;
}

#social .item.linkedin svg {
  width: 16px;
}

#social .item.g-plus svg {
  width: 22px;
}

/*--------------------------------------------------------------
## hamburger
--------------------------------------------------------------*/
.hamburger-wrapper {
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 11;
  line-height: 1;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 16px;
}
.hamburger:hover {
 opacity: 0.7;
}

.hamburger-box {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 16px;
  height: 1.6px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5.1px;
}
.hamburger-inner::after {
  bottom: -5.1px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease-in, opacity 0.075s ease-in;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease-in,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease-in, opacity 0.075s 0.12s ease-in;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease-in,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
.overlay {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  z-index: 10;
}

.nav-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay .overlay-overflow {
  overflow-y: auto;
}

.overlay .overlay-overflow .container {
  width: 100%;
  justify-content: center;
}

.overlay .overlay-overflow .inner-container {
	max-width: 793px;
}

.overlay .item {
  display: inline-block;
  padding-bottom: 18px;
}

.overlay .right {
  text-align: right;
}

.overlay .item a {
    font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: rgba(6, 12, 45, 0.2);

  text-decoration: none;
  padding-bottom: 5px;
}

.overlay .menu-group .item.item__title {
  margin-bottom: 27px;
  padding-bottom: 0;
	
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.2px;
  color: rgba(6, 12, 45, 1);
  
  text-transform: uppercase;
}

.overlay .item:hover,
.overlay .item a:hover {
  color: #060c2e;
}

.overlay .item a.isActive {
  color: rgba(6, 12, 45, 0.2);
}

.overlay .item a.isNotHover {
  color: rgba(6, 12, 45, 0.2);
}

.overlay .item a.active {
  color: #060c2e;
}

.overlay .inner-container {
  padding-left: 20px;
  padding-right: 20px;
}

.overlay .menu-group {
  margin-bottom: 40px;
  transition: all 0.1s ease-in;
}

.overlay .menu-group:not(:last-child) {
	padding-right: 25px;
}

.overlay .menu-group .item a {
  display: inline-block;
  transition: all 0.1s ease-in;
}

overlay.nav-active+.site .site-header {
	box-shadow: none;
}

.overlay .menu-group.menu-group__title {
	margin-top: 41px;
}

/*--------------------------------------------------------------
## Components
--------------------------------------------------------------*/
.border-radius-45 img {
  border-radius: 45px;
}

section.content-area,
.wpb-section-width-100p,
.wpb-row-100p {
  width: 100%;
}

/*--------------------------------------------------------------
## .top-section-description
--------------------------------------------------------------*/
.top-section-description__main-container {
	background-color: #f1f1f5;
}

.top-section-description.top-section-description {
  margin-bottom: 65px;
}

.top-section-description.top-section-description h3 {
  margin-bottom: 22px;
	
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #060c2e;
}

.top-section-description p {	
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

.top-section-description-text-link.top-section-description-text-link {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
  text-decoration: underline;
}

.top-section-description-text-link.top-section-description-text-link:hover {
  color: #060c2e;
  opacity: 0.7;
  border-bottom: none;
}
.top-section-description-text-link.top-section-description-text-link:active {
  color: #060c2e;
  opacity: 0.5;
}

/* .top-section-description--technology.top-section-description--technology.top-section-description--technology {
	margin-left: auto;
	margin-right: auto;
	max-width: 708px;
}

.top-section-description--technology.top-section-description--technology.top-section-description--technology p {
	padding: 0;
} */

/* .top-section-description--technology.top-section-description--technology.top-section-description--technology h3,
.top-section-description--technology p {
	color: #ffffff;
} */


/* features-section */
.features-section {
  padding-top: 65px;
  padding-bottom: 86px;
}

.features-section__caption.features-section__caption,
.features-section__text-block.features-section__text-block h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.11;
  letter-spacing: 0.3px;
  color: #060c2e;
}

.features-section__list-item,
.features-section__text-block li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #060c2e;
}

/* page-image */
.page-image img {
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}

.page-image .wpb_content_element {
  margin-bottom: 5px;
}

.page-image {
/* 	padding-top: 100px; */
}

.page-image > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
	padding-top: 0;
}

/* description-features-section */
.description-features-section {
  padding-top: 90px;
  padding-bottom: 100px;
}

/* become-partner */
.become-partner {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #f1f1f5;
}

.become-partner__caption.become-partner__caption {
  margin-bottom: 26px;
}

.become-partner__caption h1 {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

.become-partner__button.become-partner__button.become-partner__button.become-partner__button a,
.become-partner__button button {	
  max-width: 190px;
  min-height: 44px;
	
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
}

.become-partner__button.become-partner__button.become-partner__button.become-partner__button.become-partner__button a,
.become-partner__button.become-partner__button button {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #060c2e!important;
  color: #ffffff!important;
  border-radius: 100px;
}

.become-partner__button.become-partner__button.become-partner__button.become-partner__button.become-partner__button a:hover,
.become-partner__button.become-partner__button button:hover {
  background-color: #3599e7!important;
  color: #ffffff!important;
}


/* .top-bg-image */
.top-bg-image {
  position: relative;

  width: 100%;
  height: 653px;
  border-radius: 45px;
  background-position: center;
}

div:not(.vc_element) > .top-image-button > button {
  background-color: #ffffff !important;
}

div:not(.vc_element) > .top-image-button {
  position: absolute;
  z-index: 2;
}

.top-image-button {
  width: 240px;
  border-radius: 100px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(6, 12, 46, 0.24);
  border: solid 0.5px rgba(255, 255, 255, 0.14);
}

div:not(.vc_element) > .top-image-button:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(6, 12, 46, 0.24);
}

.top-image-button > button.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  height: 55px;
  width: 240px;
  font-size: 14px;
  font-weight: 900;
  color: #060c2e;
}

div:not(.vc_element) > .top-image-button-one {
  left: 0;
  right: 0;
  /* top: 548px; */
  margin-left: auto;
  margin-right: auto;
}

div:not(.vc_element) > .top-image-button-double-1 {
  left: 0;
  right: 260px;
  margin-left: auto;
  margin-right: auto;
}

div:not(.vc_element) > .top-image-button-double-2 {
  left: 260px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

div:not(.vc_element) > .top-image-text {
  position: absolute;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  left: 0;
  right: 0;
}

div:not(.vc_element) > .top-image-text p {
  color: #ffffff;
}

.buttons-row {
  position: absolute;
}

.top-image-text p {
  font-size: 62.1px;
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

.top-bg-part {
  height: 100%;
  background: linear-gradient(180deg, #ffffff 50%, #f3f3f3 50%);
}

.app-block-descr,
.app-block-descr-medium {
  padding-top: 63px;
	
  font-size: 18px;
  font-weight: normal;
  color: #060c2e;
}

.app-block-descr h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
  color: #060c2e;
}

.app-block-descr-medium h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #060c2e;
}

.app-block-descr-medium__block-text,
.app-block-descr-medium__text-block p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  color: #060c2e;
}

.app-block-descr-medium__block-text-link {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  color: #060c2e;
  text-decoration: underline;
}

.app-block-descr-medium__block-text-link:hover {
  color: #060c2e;
  opacity: 0.7;
}

.app-block-descr-medium__block-text-link:active {
  color: #060c2e;
  opacity: 0.5;
}

.app-block-descr a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #4a90e2;
  text-decoration: none;
}

.app-block-descr a:hover {
  border-bottom: 2px #4a90e2 solid;
}

.app-block-descr div.vc_column-inner {
  padding-top: 0 !important;
}

.app-title h1 {
  color: #060c2e;
  font-weight: 800;
  font-size: 30px;
}

.black-button > a,
.black-button > button {
  width: 240px;
  letter-spacing: 0.3px;
/*   border-radius: 100px !important; */
/*   color: #ffffff !important; */
/*   background-color: #060c2e !important; */
  box-shadow: 0 2px 4px 0 rgba(6, 12, 46, 0.24) !important;
  border: solid 0.5px rgba(255, 255, 255, 0.14) !important;
}

.black-button > a:hover,
.black-button > button:hover {
/*   background-color: #282e50 !important; */
  box-shadow: 0 4px 8px 0 rgba(6, 12, 46, 0.24);
}

.black-button > button.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  height: 55px;
  width: 240px;
  font-size: 14px;
  font-weight: bolder;
  color: #060c2e;
}

/* .description-section */
.description-section {
  height: 486px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}

/* .features-one-image */
.features-one-image {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #f1f1f5;
}

.features-one-image__text > .vc_column-inner.vc_column-inner {
  padding-left: 0;
}

.features-one-image__text-caption,
.features-one-image__text-container h3 {
  margin-bottom: 17px;

  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #060c2e;
}

.features-one-image__text-item,
.features-one-image__text-container p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #060c2e;
}

.features-one-image__text-item:not(:last-child),
.features-one-image__text-container p:not(:last-child){
  margin-bottom: 47px;
}

.features-one-image__picture img {
	width: 320px;
}

/*--------------------------------------------------------------
## partners-logo
--------------------------------------------------------------*/
.partners-logo {
  max-height: 80px;
}

.partners-logo__container > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
	padding-top: 18px;
	padding-bottom: 18px;
}

.partners-logo__image.partners-logo__image {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## two-parag-one-image
--------------------------------------------------------------*/
.two-parag-one-image {
	padding-top: 100px;
	padding-bottom: 100px;
}

.two-parag-one-image__caption,
.two-parag-one-image__text h3 {
  display: inline-block;
  margin-bottom: 18px;
  padding-right: 22%;
	
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #060c2e;
  text-transform: uppercase;
}

.two-parag-one-image__text p {
  display: inline-block;
  margin-bottom: 62px;
	
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #060c2e;
}

.two-parag-one-image__right-side > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
  padding-top: 0;
}
	
.two-parag-one-image__left-side > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
  padding-top: 0;
}

/* .features-one-image */
.features-one-image {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*--------------------------------------------------------------
## main-page-list
--------------------------------------------------------------*/
.main-page-list.main-page-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 303px;
}

.main-page-list__caption {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## main-navigation__item-link
--------------------------------------------------------------*/
.main-navigation__item-link {
	transition: all 0.1s ease-in;
}

/*--------------------------------------------------------------
## .appnext_actions
--------------------------------------------------------------*/
.appnext_actions {
	display: flex;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.appnext_actions__container {
	display: flex;
	justify-content: center;
}

.appnext_actions__container.vc_column_container>.vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.appnext_actions__top-text.appnext_actions__top-text {
	margin-bottom: 40px;
}

.appnext_actions__top-text h3 {
  margin-bottom: 13px;
	
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #060c2e;
  text-transform: uppercase;
}

.appnext_actions__top-text h2 {
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: 0.3px;
  text-align: center;
  color: #060c2e;
  text-transform: uppercase;
}

.appnext_actions__image.appnext_actions__image {
	display: flex;
	justify-content: center;
	
	margin-bottom: 43px;
}

.appnext_actions__image img {
	width: 464px;
	height: auto;
}

.appnext_actions__bottom-text h4 {	
  margin-bottom: 14px;
	
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.3px;
  text-align: center;
  color: #060c2e;
  text-transform: uppercase;
}

.appnext_actions__bottom-text p {
  margin-bottom: 36px;
	
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

/*--------------------------------------------------------------
## .appnext_text-block
--------------------------------------------------------------*/
.appnext_text-block {
	display: none;
}

.appnext_text-block__container {}

.appnext_text-block__content.appnext_text-block__content {
	margin-bottom: 0;
}

.appnext_text-block__content h3 {
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
  color: #060c2e;
  text-transform: uppercase;
}
	
.appnext_text-block__content p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

/*--------------------------------------------------------------
## .appnext_title
--------------------------------------------------------------*/
.appnext_title {
  font-family: Kessel105;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

.appnext_title-container {
  padding-top: 75px;
  padding-bottom: 85px;
  padding-left: 25px;
  padding-right: 25px;
	
  font-family: Kessel105;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

.appnext_title-text.appnext_title-text {
	margin-bottom: 0;
}

.appnext_title-text h1 {}

.appnext_title-text span {
  font-weight: normal;
  color: #b969aa;
}

/*--------------------------------------------------------------
## .page-image
--------------------------------------------------------------*/
.page-image img {
	border-radius: 3.2px;
}

/*--------------------------------------------------------------
## .advertiser-screen
--------------------------------------------------------------*/
.advertiser-screen {
	padding-bottom: 61px;
	background: linear-gradient(to top, #f1f1f5, #f1f1f5 88%, #ffffff 88%);
}

  /*--------------------------------------------------------------
  ## .advert-paragraph-row
  --------------------------------------------------------------*/
  .advert-paragraph-row {
  	padding-top: 54px;
	margin-bottom: 53px;
  }
	
	.advert-paragraph-row.advert-paragraph-row > .vc_column_container > .vc_column-inner {
		padding: 0;
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.advert-paragraph-text h3 {
		padding: 0;
		margin-bottom: 11px;
		
		font-size: 30px;
  		font-weight: 900;
  		font-style: normal;
  		font-stretch: normal;
  		line-height: 1.27;
  		letter-spacing: normal;
  		text-align: center;
  		color: #060c2e;
	}
	
.advert-paragraph-text p {
	padding: 0;
	margin-bottom: 9px;
		
	font-size: 15px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.5;
  	letter-spacing: normal;
  	text-align: center;
  	color: #060c2e;
}

/* .page-404 */
.page-404__text .wpb_wrapper {
	margin-bottom: 28px!important;
}

.page-404__text h1 {
  font-size: 68px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.68;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

.page-404__text p {
  max-width: 254px;
  margin-left: auto;
  margin-right: auto;
	
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.3px;
  text-align: center;
  color: #696c81;
}

.page-404__button button {
	cursor: pointer;
	margin-bottom: 21px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	min-width: 190px;
	border-radius: 100px;
    box-shadow: 0 1px 5px 0 rgba(6, 12, 46, 0.24);
    background-color: #060c2e;
	
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  border: none;
    transition: all 0.2s ease-in-out;
}

.page-404__button button:hover {
	border-radius: 100px;
    box-shadow: 0 4px 8px 0 rgba(6, 12, 46, 0.24);
    background-color: #3599e7;
}

#langSwitcher {
    display: block!important;
}

#langSwitcher .langConteiner {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: right;
    background: rgba(6, 12, 46, 0.5);
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

#langSwitcher .langConteiner > div {
    line-height: 14px;
    padding: 6px;
}

#langSwitcher .langConteiner a {
    color: #fff;
}

#langSwitcher .langConteiner a:hover {
    color: #fff;
}

#langSwitcher .langDown,
#langSwitcher .langUp {
    position: relative;
    top: -1px;
}

#langSwitcher .hLang {
    display: none;
}


















@media (max-width: 575.98px) {	
  .site {
	padding-top: 60px;
  }
	
	.page-content__container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page-content{
	  position: relative;
	}
	
	.page-content::before {
		content: "";
		position: absolute;
	}
	
  /*--------------------------------------------------------------
  ## .overlay
  --------------------------------------------------------------*/
	
	.overlay-login__logo {
		width: 130px;
		height: auto;
	}
	
  .overlay-opened .entry-content,
  .no-scrolling .entry-content {
    padding-top: 60px;
  }

  .overlay {
    padding-top: 70px;
  }
	
	.overlay .inner-container {
		padding-left: 5px;
    	padding-right: 5px;
	}
	
  .overlay .overlay-overflow {
		padding-left: 0!important;
		padding-right: 0!important;
  }
	
   .overlay .overlay-overflow .container {
	   display: flex;
	   justify-content: center;
		padding-left: 0!important;
		padding-right: 0!important;
   }

  .overlay .item {
    margin-bottom: 0;
	padding-bottom: 0;
  }

  .overlay .menu-group {
    display: flex;
    flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0;

    width: 100%;
  }
	
  .overlay .menu-group,
  .overlay .menu-group:not(:last-child) {
	padding-right: 0;
	margin-bottom: 30px;
  }

  .overlay .menu-group:first-child {
    margin-top: 20px;
  }

  .overlay .menu-group .item a {
    padding-bottom: 15px;
	  
	font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: rgba(6, 12, 45, 0.2)!important;
  }
	
	.overlay .menu-group .item a:active {
		color: #060c2d!important;
	}
	
  .overlay .menu-group .item:last-child a {
	padding-bottom: 0;	
  }

  .overlay h2 {
    font-size: 100%;
  }

  .overlay .overlay-overflow {
    overflow-y: auto;
  }
	
  .overlay .menu-group .item.item__title {
	  margin-bottom: 10px;
	  line-height: 1;
      letter-spacing: normal;
	}

  .site-header {
    /*padding: 18px 0 15px;*/
  }
	
  .site-header .container {
    padding-left: 20px;
	padding-right: 20px;
  }
  .logo {
      top: -9px;
  }
  .logo img {
    width: auto;
    height: 50px;
  }

  #primary-menu,
  .user-menu__container {
    display: none;
  }

    .user-menu__hamburger {
        display: block;
    }

  /* top-section */
  .top-section.top-section .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  div:not(.vc_element) > .top-image-text {
    bottom: 122px;
    padding-left: 2%;
    padding-right: 2%;
  }

  div:not(.vc_element) > .top-image-text--two-buttons {
    bottom: 194px;
  }

  .top-image-text p {
    font-size: 38px;
    line-height: 43px;
  }

  .top-bg-image.top-bg-image {
    border-radius: 0;
    margin-bottom: 0;
  }

  .top-bg-image-shadow {
    display: none;
  }

  .top-image-button > button.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat,
  .top-image-button-double-1,
  .top-image-button-double-2,
  .top-image-button-one {
    height: 50px;
    width: 223px;
  }

  div:not(.vc_element) > .top-image-button-one {
    bottom: 40px;
  }

  div:not(.vc_element) > .top-image-button-double-1 {
    left: 50%;
    right: auto;
    bottom: 40px;
    transform: translate(-50%, 0);
  }

  div:not(.vc_element) > .top-image-button-double-2 {
    left: 50%;
    right: auto;
    bottom: 115px;
    transform: translate(-50%, 0);
  }

  .main-navigation__item-link {
    line-height: 2;
  }

  /*--------------------------------------------------------------
  ## .top-section-description
  --------------------------------------------------------------*/
  .top-section-description.top-section-description h3 {
    padding-top: 40px;
    margin-bottom: 15px;

    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: 0.3px;
    text-align: center;
    color: #060c2e;
    text-transform: uppercase;
  }

  .top-section-description.top-section-description {
    margin-bottom: 0;
  }

  .top-section-description.top-section-description p {
    padding-left: 5px;
    padding-right: 5px;

    font-size: 16px;
    line-height: 1.63;
    color: #060c2e;
  }

  /*  .page-image */
  .page-image {
	padding-left: 20px!important;
	padding-right: 20px!important;
  }

  .page-image > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
    padding-top: 0;
	max-width: 383px;
	margin-left: auto;
	margin-right: auto;
	padding: 0!important;
  }

  /* .features-section */
  .features-section {
    display: none;
  }

  /* description-section */
  .description-section.description-section .vc_column-inner {
    padding-top: 4px;
  }

  .description-section {
    height: 214px;
    background-repeat: no-repeat;
  }

  /* description-features-section */
  .description-features-section {
    padding-top: 0px;
    padding-bottom: 50px;

    background-color: #f3f3f3;
  }

  .app-block-descr-medium h3 {
    margin-bottom: 15px;

    font-size: 24px;
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: 0.4px;
    text-align: center;
    color: #060c2e;
  }

  .app-block-descr-medium__block-text,
  .app-block-descr-medium__text-block p {
    text-align: center;
  }

  /* become-partner */
  .become-partner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .become-partner__caption.become-partner__caption {
    margin-bottom: 17px;
  }

  .become-partner__caption h1 {
    font-size: 24px;
    line-height: 1.25;
  }
	
/* 	.become-partner__button.become-partner__button.become-partner__button.become-partner__button.become-partner__button a,
.become-partner__button.become-partner__button button {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #060c2e!important;
  color: #ffffff!important;
  border-radius: 100px;
} */
	
	.become-partner__button.become-partner__button.become-partner__button.become-partner__button.become-partner__button a,
	.become-partner__button.become-partner__button button {
		max-width: 170px;
		min-height: 39px;
		padding: 10px 8.5px 11px;
		
		font-size: 14px;
  		font-weight: bold;
  		font-style: normal;
  		font-stretch: normal;
  		line-height: normal;
  		letter-spacing: 0.5px;
  		text-align: center;
  		color: #ffffff;
	}

  /* .features-one-image */
  .features-one-image {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .features-one-image__picture {
    padding-bottom: 30px;
  }

  .features-one-image__text > .vc_column-inner.vc_column-inner {
    padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
  }

  .features-one-image__text-caption,
  .features-one-image__text-container h3 {
    margin-bottom: 15px;

    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    color: #060c2e;
  }

  .features-one-image__text-item,
  .features-one-image__text-container p {
    padding-top: 0;

    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }

  .features-one-image__text-item:not(:last-child),
  .features-one-image__text-container h3:not(:last-child) {
    margin-bottom: 40px;
  }
	
  .features-one-image__picture img {
	width: 163px;
	
  }
	
  /*--------------------------------------------------------------
  ## partners-logo
  --------------------------------------------------------------*/
  .partners-logo {
	display: none;
  }
	
  /*--------------------------------------------------------------
  ## two-parag-one-image
  --------------------------------------------------------------*/
  .two-parag-one-image {
	display: flex;
	flex-direction: column;
    padding-top: 50px;
	padding-bottom: 50px;
  }
	
  .two-parag-one-image__right-side > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
	order: -1;
    margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
  }
	
  .two-parag-one-image__right-side {
	order: 1;
	margin-bottom: 35px;
  }
	
  .two-parag-one-image__left-side {
	order: 2;
  }
	
  .two-parag-one-image__left-side > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
	padding-top: 0;
  }

  .two-parag-one-image__caption,
  .two-parag-one-image__text h3 {
    display: inline-block;
    margin-bottom: 13px;
	padding-top: 15px;
    padding-right: 0;
	padding-left: 20px;
	padding-right: 20px;
	
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
    color: #060c2e;
    text-transform: uppercase;
  }

  .two-parag-one-image__text p {
    display: inline-block;
    margin-bottom: 30px;
	
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }
	
  /*--------------------------------------------------------------
  ## main-page-list
  --------------------------------------------------------------*/
  .main-page-list.main-page-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 303px;
	  
	background-color: #f3f3f3;
  }

  .main-page-list__caption {
    margin-top: 20px;
    margin-bottom: 50px;
	font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.3px;
    text-align: center;
    color: #060c2e;
	background-color: #f3f3f3;
  }

  .main-page-list__item.main-page-list__item {
    display: block;
	padding-top: 50px;
    padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
    width: 100%;
    text-align: center;
  }

  .main-page-list__item:nth-child(2n) {
    background-color: #ffffff;
  }
  
  .main-page-list__item.main-page-list__item p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }
	
  /*
  .appnext_slider_prev,
  .appnext_slider_next
  */

	.appnext_slider_prev {
	left: 2%;
  }

  .appnext_slider_next {
	right: 2%;
  }
	
  .appnext_slider_prev,
  .appnext_slider_next {
    display: block;
  }

/*--------------------------------------------------------------
## .appnext_actions
--------------------------------------------------------------*/
.appnext_actions {
	padding-top: 50px;
	padding-bottom: 50px;
}

.appnext_actions__top-text.appnext_actions__top-text {
	margin-bottom: 32px;
}

.appnext_actions__top-text h3 {
  margin-bottom: 9px;
	
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #060c2e;
}

.appnext_actions__top-text h2 {
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.4px;
  text-align: center;
  color: #060c2e;
}

.appnext_actions__image.appnext_actions__image {
	margin-bottom: 24px;
}

.appnext_actions__image img {
	width: 464px;
	height: auto;
}

.appnext_actions__bottom-text h4 {	
  margin-bottom: 20px;
	
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.3px;
  text-align: center;
  color: #060c2e;
  text-transform: uppercase;
}

.appnext_actions__bottom-text p {
  margin-bottom: 20px;
	
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
}

/*--------------------------------------------------------------
## .appnext_text-block
--------------------------------------------------------------*/
.appnext_text-block {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	
	border-top: 10px solid #f3f3f3;
}
	
  /*--------------------------------------------------------------
  ## .appnext_title
  --------------------------------------------------------------*/
.appnext_title {
  font-family: Kessel105;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #060c2e;
  }

  .appnext_title-container {
    padding-top: 46px;
    padding-bottom: 63px;
  }
	
  /*--------------------------------------------------------------
  ## .signin
  --------------------------------------------------------------*/
  .overlay-signin__logo {
		width: 130px;
		height: auto;
  }
	
  .container-narrow__item {
	padding-top: 100px;
  }
	
  .container-narrow {
	padding-left: 0;
	padding-right: 0;
  }
	
  .page-content__header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	  
	padding: 18px 20px 15px;
	  
	background-color: #Ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  }
	
	.overlay-signin__close-button {
		margin-top: 0;
	}
	
	.form__checkbox {
		padding-left: 0;
		padding-right: 0;
	}
	
	.text {
		display: block;
	}

  /*--------------------------------------------------------------
  ## .menu
  --------------------------------------------------------------*/
	.menu__item-title {
		position: relative;
	}

	.menu__item-title::before,
	.menu__item-title::after {
		content: '';
		position: absolute;
		width: 9.7px;
		height: 0.7px;
		top: 50%;
		right: 0;

		background-color: #ffffff;
	}

	.menu__item-title::after {
		transform: rotate(90deg);
	}

	.menu--open .menu__item-title::after {
		display: none;
	}
	
  .advertiser-screen {
	  position: relative;
	  padding-bottom: 0;
  }
	
	.advertiser-screen > .vc_column_container > .vc_column-inner {
		padding: 0;
		max-width: 383px;
		margin-left: auto;
		margin-right: auto;
	}
	
  /*--------------------------------------------------------------
  ## .advert-paragraph-row
  --------------------------------------------------------------*/
  .advert-paragraph-row {
  	padding-top: 23px;
	margin-bottom: 35px;
  }
	
  .advert-paragraph-column.advert-paragraph-column {
	padding-left: 20px;
	padding-right: 20px;
  }
	
	.advert-paragraph-row.advert-paragraph-row > .vc_column_container > .vc_column-inner {
		padding: 0;
		max-width: 383px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.advert-paragraph-text h3 {
		padding: 0;
		margin-bottom: 9px;
		
		font-size: 24px;
  		font-weight: 900;
  		font-style: normal;
  		font-stretch: normal;
  		line-height: 1.29;
  		letter-spacing: normal;
  		text-align: center;
  		color: #060c2e;
	}
	
	.advert-paragraph-text p {
		padding: 0;
		margin-bottom: 9px;
		
		font-size: 14px;
  		font-weight: normal;
  		font-style: normal;
  		font-stretch: normal;
  		line-height: 1.5;
  		letter-spacing: normal;
  		text-align: center;
  		color: #060c2e;
	}
	
    /* .page-404 */
    .page-404__text h1 {
      margin-bottom: 15px!important;
    	
      font-size: 45px;
      line-height: 1.02;
    }
}










@media (min-width: 576px) and (max-width: 767.98px) {
  .site {
	padding-top: 60px;
  }
	
  /*--------------------------------------------------------------
  ## .overlay
  --------------------------------------------------------------*/
  .overlay-opened .entry-content,
  .no-scrolling .entry-content {
    padding-top: 60px;
  }

  .overlay {
    padding-top: 70px;
  }
	
  .overlay .overlay-overflow {
		padding-left: 0!important;
		padding-right: 0!important;
  }
	
   .overlay .overlay-overflow .container {
	   display: flex;
	   justify-content: center;
		padding-left: 0!important;
		padding-right: 0!important;
   }

  .overlay .item {
    margin-bottom: 0;
	padding-bottom: 0;
  }

  .overlay .menu-group {
    display: flex;
    flex-direction: column;
	align-items: center;
	margin-bottom: 0;

    width: 100%;
  }
	
  .overlay .menu-group,
  .overlay .menu-group:not(:last-child) {
	padding-right: 0;
	margin-bottom: 30px;
  }

  .overlay .menu-group:first-child {
    margin-top: 20px;
  }

  .overlay .menu-group .item a {
    padding-bottom: 15px;
	  
	font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e!important;
  }
	
  .overlay .menu-group .item:last-child a {
	padding-bottom: 0;	
  }

  .overlay h2 {
    font-size: 100%;
  }

  .overlay .overlay-overflow {
    overflow-y: auto;
  }
	
  .overlay .menu-group .item.item__title {
	  margin-bottom: 10px;
	  line-height: 1;
      letter-spacing: normal;
	}

  .site-header {
    /*padding: 18px 0 15px;*/
  }
  .logo {
      top: -9px;
  }
  .logo img {
    width: auto;
    height: 50px;
  }

  #primary-menu,
  .user-menu__container {
    display: none;
  }
  
  .user-menu__hamburger {
        display: block;
    }

  div:not(.vc_element) > .top-image-text {
    bottom: 150px;
  }

  div:not(.vc_element) > .top-image-text--two-buttons {
    bottom: 222px;
  }

  .top-image-text p {
    font-size: 46px;
  }

  .top-image-button > button.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat,
  .top-image-button-double-1 {
    height: 50px;
    width: 223px;
  }

  div:not(.vc_element) > .top-image-button-one {
    bottom: 68px;
  }

  div:not(.vc_element) > .top-image-button-double-1 {
    left: 50%;
    right: auto;
    bottom: 68px;
    transform: translate(-50%, 0);
  }

  div:not(.vc_element) > .top-image-button-double-2 {
    left: 50%;
    right: auto;
    bottom: 143px;
    transform: translate(-50%, 0);
  }

  .main-navigation__item-link {
    line-height: 2;
  }

  .description-features-section {
    background-color: #f3f3f3;
  }

  /* .top-section-description */
  .top-section-description.top-section-description {
    margin-bottom: 0;
  }

  /*  .page-image */
  .page-image > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
    padding-top: 0;
  }

  /* .features-section */
  .features-section {
    display: none;
  }

  /* description-features-section */
  .description-features-section {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .app-block-descr-medium h3 {
    margin-bottom: 15px;

    font-size: 24px;
    line-height: 1.42;
    letter-spacing: 0.4px;
    text-align: center;
  }

  .app-block-descr-medium__block-text,
  .app-block-descr-medium__text-block p {
    text-align: center;
  }

  /* become-partner */
  .become-partner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .become-partner__caption.become-partner__caption {
    margin-bottom: 17px;
  }

  .become-partner__caption h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  /* .features-one-image */
  .features-one-image {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .features-one-image__picture {
    padding-bottom: 30px;
  }

  .features-one-image__text > .vc_column-inner.vc_column-inner {
    padding-top: 0;
  }

  .features-one-image__text-caption,
  .features-one-image__text-container h3 {
    margin-bottom: 15px;

    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    color: #060c2e;
  }

  .features-one-image__text-item,
  .features-one-image__text-container p {
    padding-top: 0;

    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }

  .features-one-image__text-item:not(:last-child),
  .features-one-image__text-container p:not(:last-child) {
    margin-bottom: 40px;
  }
	
	.description-section {
		height: 214px;
	}
	
  /*--------------------------------------------------------------
  ## two-parag-one-image
  --------------------------------------------------------------*/
  .two-parag-one-image {
	display: flex;
	flex-direction: column;
    padding-top: 50px;
	padding-bottom: 50px;
  }
	
  .two-parag-one-image__right-side > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
	order: -1;
    margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
  }
	
  .two-parag-one-image__right-side {
	order: 1;
	margin-bottom: 35px;
  }
	
  .two-parag-one-image__left-side {
	order: 2;
  }
	
  .two-parag-one-image__left-side > .vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
	padding-top: 0;
  }

  .two-parag-one-image__caption,
  .two-parag-one-image__text h3 {
    display: inline-block;
    margin-bottom: 13px;
	padding-top: 15px;
    padding-right: 0;
	padding-left: 20px;
	padding-right: 20px;
	
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
    color: #060c2e;
    text-transform: uppercase;
  }

  .two-parag-one-image__text p {
    display: inline-block;
    margin-bottom: 30px;
	
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }
	
  /*--------------------------------------------------------------
  ## .top-section-description
  --------------------------------------------------------------*/
  .top-section-description.top-section-description h3 {
    padding-top: 40px;
    margin-bottom: 15px;

    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: 0.3px;
    text-align: center;
    color: #060c2e;
    text-transform: uppercase;
  }
	
  /*--------------------------------------------------------------
  ## partners-logo
  --------------------------------------------------------------*/
  .partners-logo {
	display: none;
  }

  /*--------------------------------------------------------------
  ## .menu
  --------------------------------------------------------------*/
	.menu__item-title {
		position: relative;
	}

	.menu__item-title::before,
	.menu__item-title::after {
		content: '';
		position: absolute;
		width: 9.7px;
		height: 0.7px;
		top: 50%;
		right: 0;

		background-color: #ffffff;
	}

	.menu__item-title::after {
		transform: rotate(90deg);
	}

	.menu--open .menu__item-title::after {
		display: none;
	}
	
	.advertiser-screen {
	  position: relative;
	  padding-bottom: 40px;
	  background: none;
  }
	
	.advertiser-screen > .vc_column_container > .vc_column-inner {
		padding: 0;
		max-width: 383px;
		margin-left: auto;
		margin-right: auto;
	}
	
  /*--------------------------------------------------------------
  ## .advert-paragraph-row
  --------------------------------------------------------------*/
  .advert-paragraph-row {
  	padding-top: 23px;
	margin-bottom: 35px;
  }
	
  .advert-paragraph-column.advert-paragraph-column {
	padding-left: 20px;
	padding-right: 20px;
  }
	
	.advert-paragraph-row.advert-paragraph-row > .vc_column_container > .vc_column-inner {
		padding: 0;
		max-width: 383px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.advert-paragraph-text h3 {
		padding: 0;
		margin-bottom: 9px;
		
		font-size: 24px;
  		font-weight: 700;
  		font-style: normal;
  		font-stretch: normal;
  		line-height: 1.29;
  		letter-spacing: normal;
  		text-align: center;
  		color: #060c2e;
	}
	
	.advert-paragraph-text p {
		padding: 0;
		margin-bottom: 9px;
		
		font-size: 14px;
  		font-weight: normal;
  		font-style: normal;
  		font-stretch: normal;
  		line-height: 1.5;
  		letter-spacing: normal;
  		text-align: center;
  		color: #060c2e;
	}
	
    /* .page-404 */
    .page-404__text h1 {
      margin-bottom: 15px!important;
    	
      font-size: 45px;
      line-height: 1.02;
    }
}















@media (min-width: 768px) and (max-width: 991.98px) {
  .site {
	padding-top: 60px;
  }

  /*--------------------------------------------------------------
  ## .overlay
  --------------------------------------------------------------*/
  .overlay-opened .entry-content,
  .no-scrolling .entry-content {
    padding-top: 60px;
  }

  .overlay {
    padding-top: 70px;
  }
	
  .overlay .overlay-overflow {
		padding-left: 0!important;
		padding-right: 0!important;
  }
	
   .overlay .overlay-overflow .container {
	   display: flex;
	   justify-content: center;
		padding-left: 0!important;
		padding-right: 0!important;
   }

  .overlay .item {
    margin-bottom: 0;
	padding-bottom: 0;
  }

  .overlay .menu-group {
    display: flex;
    flex-direction: column;
	align-items: center;
	margin-bottom: 0;

    width: 100%;
  }
	
  .overlay .menu-group,
  .overlay .menu-group:not(:last-child) {
	padding-right: 0;
	margin-bottom: 30px;
  }

  .overlay .menu-group:first-child {
    margin-top: 20px;
  }

  .overlay .menu-group .item a {
    padding-bottom: 15px;
	  
	font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e!important;
  }
	
  .overlay .menu-group .item:last-child a {
	padding-bottom: 0;	
  }

  .overlay h2 {
    font-size: 100%;
  }

  .overlay .overlay-overflow {
    overflow-y: auto;
  }
	
  .overlay .menu-group .item.item__title {
	  margin-bottom: 10px;
	  line-height: 1;
      letter-spacing: normal;
	}

  #primary-menu,
  .user-menu__container {
    display: none;
  }
  
  .user-menu__hamburger {
        display: block;
    }

  div:not(.vc_element) > .top-image-text {
    bottom: 150px;
  }

  div:not(.vc_element) > .top-image-text--two-buttons {
    bottom: 175px;
  }

  .top-image-text p {
    font-size: 54px;
  }

  .top-image-button > button.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    height: 50px;
    width: 223px;
  }

  div:not(.vc_element) > .top-image-button-double-1 {
    left: 0;
    right: 260px;
    bottom: 87px;
  }

  div:not(.vc_element) > .top-image-button-double-2 {
    left: 260px;
    right: 0;
    bottom: 87px;
  }

  div:not(.vc_element) > .top-image-button-one {
    bottom: 68px;
  }

  .site-header {
    /*padding: 18px 0 15px;*/
  }
  .logo {
      top: -9px;
  }
  .logo img {
    width: auto;
    height: 50px;
  }

  /* .top-section-description */
  .top-section-description.top-section-description {
    margin-bottom: 0;
  }

  .page-image {
    margin-bottom: 86px;
  }

  /* .features-section */
  .features-section {
    display: none;
  }

  /* description-features-section */
  .description-features-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .app-block-descr-medium h3 {
    margin-bottom: 15px;

    font-size: 24px;
    line-height: 1.42;
    letter-spacing: 0.4px;
    text-align: left;
  }

  .app-block-descr-medium__block-text,
  .app-block-descr-medium__text-block p {
    text-align: left;
  }

  /* become-partner */
  .become-partner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .become-partner__caption.become-partner__caption {
    margin-bottom: 17px;
  }

  .become-partner__caption h1 {
    font-size: 24px;
    line-height: 1.25;
  }
	
  /*--------------------------------------------------------------
  ## partners-logo
  --------------------------------------------------------------*/
  .partners-logo {
	display: none;
  }
}






@media (min-width: 992px) and (max-width: 1199.98px) {
  .overlay {
    min-height: 550px;
  }

  .overlay h2 {
    font-size: 165%;
  }

  .overlay-overflow {
    align-items: center;
  }

  .overlay .menu-group {
    display: flex;
    flex-direction: column;
  }
  
  .logo {
      top: -3px;
  }
  
  .logo img {
      width: 146px;
  }
  
  #primary-menu ul {
    margin: 0 0 0 10px;
  }

  #primary-menu a {
    padding: 0 25px 0 0;
  }

  .user-menu__container {
    /*margin-right: 15px;*/
  }

  .user-menu__container > ul > li:not(:last-child) {
    margin-right: 15px;
  }

  /* top-section-description */
  .top-section-description.top-section-description p {
    padding-left: 160px;
    padding-right: 160px;
  }

  div:not(.vc_element) > .top-image-text {
    bottom: 178px;
  }

  div:not(.vc_element) > .top-image-text--two-buttons {
    bottom: 193px;
  }

  div:not(.vc_element) > .top-image-button-one {
    bottom: 90px;
  }

  div:not(.vc_element) > .top-image-button-double-1 {
    left: 0;
    right: 260px;
    bottom: 100px;
  }

  div:not(.vc_element) > .top-image-button-double-2 {
    left: 260px;
    right: 0;
    bottom: 100px;
  }

  .app-block-descr h3 {
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: 0.5px;
    text-align: left;
    color: #060c2e;
  }

  .app-block-descr-medium__block-text,
  .app-block-descr-medium__text-block p {
    text-align: left;
  }

  /* .features-one-image */
  .features-one-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-one-image__text-caption,
  .features-one-image__text-container h3 {
    padding-right: 30%;
  }
}







@media (min-width: 1200px) {
	.page-content__header {
		padding-left: 0;
		padding-right: 0;
	}
	
	.container {
		max-width: 1199px;
		padding-left: 0;
		padding-right: 0;
	}

  .overlay {
    min-height: 550px;
  }

  .overlay .item {
/*     margin-bottom: 18px; */
	  padding-bottom: 18px;
  }

  .overlay .menu-group {
    display: flex;
    flex-direction: column;
  }

  .overlay h2 {
    font-size: 187%;
  }

  .overlay-overflow {
    align-items: center;
  }
	
/* 	.overlay-overflow > div > .container {
		position: relative;
		top: -50px;
	} */

  #primary-menu a {
    padding: 0 40px 0 0;
  }

  .user-menu__container {
    /*margin-right: 40px;*/
  }

  .user-menu__container > ul > li:not(:last-child) {
    margin-right: 40px;
  }

  /* top-section-description */
  .top-section-description.top-section-description p {
    padding-left: 260px;
    padding-right: 260px;
  }

  .app-block-descr h3 {
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: 0.5px;
    text-align: left;
    color: #060c2e;
  }

  .app-block-descr-medium__block-text,
  .app-block-descr-medium__text-block p {
    text-align: left;
  }

  div:not(.vc_element) > .top-image-text {
    bottom: 188px;
  }

  div:not(.vc_element) > .top-image-text--two-buttons {
    bottom: 203px;
  }

  div:not(.vc_element) > .top-image-button-one {
    bottom: 100px;
  }

  div:not(.vc_element) > .top-image-button-double-1 {
    left: 0;
    right: 260px;
    bottom: 110px;
  }

  div:not(.vc_element) > .top-image-button-double-2 {
    left: 260px;
    right: 0;
    bottom: 110px;
  }
}







/*--------------------------------------------------------------
## slider
--------------------------------------------------------------*/
.appnext_slider__main-container {
	background-color: #f1f1f5;
}

.appnext_slider,
.appnext_slider--v2 {
	display: flex;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;

	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.appnext_slider__container {
	position: relative;
	display: flex;
	width: 100%;

	max-width: 1248px;
	margin-left: auto;
	margin-right: auto;
}

.appnext_slider__visual-part {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: 50%;
}

.appnext_slider__mockup {
	position: relative;
	width: 276px;
	height: 536px;
	margin-right: 67px;

	background-image: url('/wp-content/uploads/2018/11/mobile_shell.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.appnext_slider__info-part {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
	padding-top: 105px;
}

.appnext_slider-controls {
	display: none;
}

.appnext_slider__picture,
.appnext_slider__play-video {
	position: absolute;
	top: 58.3px;
	left: 20.5px;
	width: 235px;
	height: 418.8px;
	display: none;
}

.appnext_slider__picture {
/* 	width: 300px;
	height: 627px; */
	
	padding-bottom: 10px;
}

.appnext_slider__pictur--active {
	display: block;
}

.appnext_slider_labels,
.appnext_slider__captions {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.appnext_slider__caption {
	cursor: pointer;
	user-select: none;
	margin-top: 0;
	margin-bottom: 0;

	font-size: 24px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: rgba(6, 12, 46, 0.2);
	transition: all 0.1s ease-in;
}

.appnext_slider__caption:active {
	color: #060c2d;
}

.appnext_slider__checkbox {
	display: none;
}

.appnext_slider__caption--active {
	color: #060c2e;
}

.appnext_slider__captions--mobile .appnext_slider__caption {
	display: none;
}

.appnext_slider__text {
	display: none;
	padding: 0;
	margin: 0;

	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: normal;
	color: #060c2e;
	transition: all 0.1s ease-in;
}

.appnext_slider__text--active {
	display: block;
}

.appnext_slider__text-container {
	width: 70%;
}

/* 
.appnext_slider_prev,
.appnext_slider_next 
*/

.appnext_slider_prev,
.appnext_slider_next {
  display: none;
	
  position: absolute;
  top: 150px;
	
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(6, 12, 46, 0.2);
  background-color: #ffffff;
  border: solid 0.5px rgba(255, 255, 255, 0.14);
}

.appnext_slider_prev:hover,
.appnext_slider_next:hover {
	background-color: #fcfcfc;
}

.appnext_slider_prev:active,
.appnext_slider_next:active {
	background-color: #fcfcfc;
	box-shadow: 0 0 2px 0 rgba(6, 12, 46, 0.6);
}

.appnext_slider_prev {
	left: 15px;
}

.appnext_slider_next {
	right: 15px;
}

.appnext_slider_prev::after,
.appnext_slider_prev::before,
.appnext_slider_next::after,
.appnext_slider_next::before {
	content: "";
	position: absolute;
	
	width: 10px;
	height: 2px;
	
	background-color: #000000;
	transform: rotate(45deg);
}

.appnext_slider_prev::after {
	top: 16px;
	left: 13px;
	transform: rotate(-45deg);
}

.appnext_slider_prev::before {
	top: 22px;
	left: 13px;
	transform: rotate(45deg);
}

.appnext_slider_next::after {
	top: 16px;
	left: 15px;
	transform: rotate(45deg);
}

.appnext_slider_next::before {
	top: 22px;
	left: 15px;
	transform: rotate(-45deg);
}


.main-navigation-dropdown.lang ul {
    min-width: auto;
}




@media (max-width: 575.98px) {
  /*--------------------------------------------------------------
  ## appnext_slider
  --------------------------------------------------------------*/
	.appnext_slider--v2 {
		padding-top: 32px;
		padding-bottom: 28px;
	}

	.appnext_slider__main-caption {
		display: none;
	}
	
	.appnext_slider__container {
		flex-direction: column;
		padding-bottom: 0;
	}
	
	.appnext_slider__visual-part {
		justify-content: center;
	}
	
	.appnext_slider__mockup {
		width: 196px;
		height: 384px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 18px;
	}
	
	.appnext_slider__mockup .appnext_slider__picture,
	.appnext_slider__play-video {
		position: absolute;
		top: 40.9px;
		left: 11.9px;
		width: 172.3px!important;
		height: 305.3px;
		display: none;
	}
	
	.appnext_slider__pictur--active {
		display: block;
	}

	.appnext_slider-controls {
		display: flex;
		margin-bottom: 15px;
	}

	.appnext_slider_labels,
	.appnext_slider__captions {
		margin-bottom: 15px;
	}
	
	.appnext_slider__captions {
		display: none;
	}
	
	.appnext_slider__captions.appnext_slider__captions--mobile {
		display: block;
		margin-bottom: 14px;
	}

	.appnext_slider__caption {
		display: none;
		font-size: 24px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.83;
		letter-spacing: normal;
		text-align: center;
		color: #060c2e;
	}
	
	.appnext_slider__container-mobile .appnext_slider__caption--active {
		display: block;
		color: #060c2e;
		transition: all 0.2s ease-in;
	}

	.appnext_slider__checkbox {
		display: none;
	}
	
	.appnext_slider--v2 .owl-dots {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	.appnext_slider--v2 .owl-dot {
		/*display: block;
		margin-right: 10px;

		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: rgba(6, 12, 46, 0.2);
		transition: all 0.1s ease-in;*/
	}
	
	.appnext_slider--v2 .owl-dot.active {
		/*background-color: #060c2e!important;*/
	}

	.appnext_slider__text {
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #060c2e;
	}

	.appnext_slider__text-container {
		width: auto;
		padding: 0;
	}

	.appnext_slider__visual-part {
		width: 100%;
	}

	.appnext_slider__info-part {
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 0;
	}
    
    a.notify__link {
        margin-left: 0px!important;
        display: block;
    }
    
    .notify__content img {
        display: none;
    }
    
    .notify__content-text {
        width: 80%;
    }
}










@media (min-width: 576px) and (max-width: 767.98px) {
  /*--------------------------------------------------------------
  ## appnext_slider
  --------------------------------------------------------------*/
	.appnext_slider--v2 {
		padding-top: 32px;
		padding-bottom: 28px;
	}

	.appnext_slider__main-caption {
		display: none;
	}
	
	.appnext_slider__container {
		flex-direction: column;
		padding-bottom: 0;
	}
	
	.appnext_slider__visual-part {
		justify-content: center;
	}
	
	.appnext_slider__mockup {
		width: 196px;
		height: 384px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 18px;
	}
	
	.appnext_slider__mockup .appnext_slider__picture,
	.appnext_slider__play-video {
		position: absolute;
		top: 40.9px;
		left: 11.9px;
		width: 172.3px!important;
		height: 305.3px;
		display: none;
	}
	
	.appnext_slider__pictur--active {
		display: block;
	}

	.appnext_slider-controls {
		display: flex;
		margin-bottom: 15px;
	}

	.appnext_slider_labels,
	.appnext_slider__captions {
		margin-bottom: 15px;
	}
	
	.appnext_slider__captions {
		display: none;
	}
	
	.appnext_slider__captions.appnext_slider__captions--mobile {
		display: block;
		margin-bottom: 14px;
	}

	.appnext_slider__caption {
		display: none;
		font-size: 24px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.83;
		letter-spacing: normal;
		text-align: center;
		color: #060c2e;
	}
	
	.appnext_slider__container-mobile .appnext_slider__caption--active {
		display: block;
		color: #060c2e;
		transition: all 0.2s ease-in;
	}

	.appnext_slider__checkbox {
		display: none;
	}
	
	.appnext_slider--v2 .owl-dots {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	.appnext_slider--v2 .owl-dot {
		/*display: block;
		margin-right: 10px;

		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 1px solid #060c2e!important;
		background-color: transparent;
		transition: all 0.1s ease-in;*/
	}
	
	.appnext_slider--v2 .owl-dot.active {
		/*background-color: #060c2e!important;*/
	}

	.appnext_slider__text {
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #060c2e;
	}

	.appnext_slider__text-container {
		width: auto;
		padding: 0;
	}

	.appnext_slider__visual-part {
		width: 100%;
	}

	.appnext_slider__info-part {
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 0;
	}
    
    a.notify__link {
        margin-left: 0px!important;
        display: block;
    }
    
    .notify__content img {
        display: none;
    }
    
    .notify__content-text {
        width: 80%;
    }
}










@media (min-width: 768px) and (max-width: 991.98px) {
  /*--------------------------------------------------------------
  ## appnext_slider
  --------------------------------------------------------------*/
	.appnext_slider--v2 {
		padding-top: 32px;
		padding-bottom: 28px;
	}

	.appnext_slider__main-caption {
		display: none;
	}
	
	.appnext_slider__container {
		flex-direction: column;
		padding-bottom: 0;
	}
	
	.appnext_slider__visual-part {
		justify-content: center;
	}
	
	.appnext_slider__mockup {
		width: 196px;
		height: 384px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 18px;
	}
	
	.appnext_slider__mockup .appnext_slider__picture,
	.appnext_slider__play-video {
		position: absolute;
		top: 40.9px;
		left: 11.9px;
		width: 172.3px!important;
		height: 305.3px;
		display: none;
	}
	
	.appnext_slider__pictur--active {
		display: block;
	}

	.appnext_slider-controls {
		display: flex;
		margin-bottom: 15px;
	}

	.appnext_slider_labels,
	.appnext_slider__captions {
		margin-bottom: 15px;
	}
	
	.appnext_slider__captions {
		display: none;
	}
	
	.appnext_slider__captions.appnext_slider__captions--mobile {
		display: block;
		margin-bottom: 14px;
	}

	.appnext_slider__caption {
		display: none;
		font-size: 24px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.83;
		letter-spacing: normal;
		text-align: center;
		color: #060c2e;
	}
	
	.appnext_slider__container-mobile .appnext_slider__caption--active {
		display: block;
		color: #060c2e;
		transition: all 0.2s ease-in;
	}

	.appnext_slider__checkbox {
		display: none;
	}
	
	.appnext_slider--v2 .owl-dots {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	.appnext_slider--v2 .owl-dot {
		/*display: block;
		margin-right: 10px;

		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 1px solid #060c2e!important;
		background-color: transparent;
		transition: all 0.1s ease-in;*/
	}
	
	.appnext_slider--v2 .owl-dot.active {
		/*background-color: #060c2e!important;*/
	}

	.appnext_slider__text {
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #060c2e;
	}

	.appnext_slider__text-container {
		width: auto;
		padding: 0;
	}

	.appnext_slider__visual-part {
		width: 100%;
	}

	.appnext_slider__info-part {
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 0;
	}
}







@media (min-width: 992px) and (max-width: 1199.98px) {
  /*--------------------------------------------------------------
  ## appnext_slider
  --------------------------------------------------------------*/
	.appnext_slider--v2 {
		padding-top: 32px;
		padding-bottom: 28px;
	}

	.appnext_slider__main-caption {
		display: none;
	}
	
	.appnext_slider__container {
		flex-direction: column;
		padding-bottom: 0;
	}
	
	.appnext_slider__visual-part {
		justify-content: center;
	}
	
	.appnext_slider__mockup {
		width: 196px;
		height: 384px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 18px;
	}
	
	.appnext_slider__mockup .appnext_slider__picture,
	.appnext_slider__play-video {
		position: absolute;
		top: 40.9px;
		left: 11.9px;
		width: 172.3px!important;
		height: 305.3px;
		display: none;
	}
	
	.appnext_slider__pictur--active {
		display: block;
	}

	.appnext_slider-controls {
		display: flex;
		margin-bottom: 15px;
	}

	.appnext_slider_labels,
	.appnext_slider__captions {
		margin-bottom: 15px;
	}
	
	.appnext_slider__captions {
		display: none;
	}
	
	.appnext_slider__captions.appnext_slider__captions--mobile {
		display: block;
		margin-bottom: 14px;
	}

	.appnext_slider__caption {
		display: none;
		font-size: 24px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.83;
		letter-spacing: normal;
		text-align: center;
		color: #060c2e;
	}
	
	.appnext_slider__container-mobile .appnext_slider__caption--active {
		display: block;
		color: #060c2e;
		transition: all 0.2s ease-in;
	}

	.appnext_slider__checkbox {
		display: none;
	}
	
	.appnext_slider--v2 .owl-dots {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	.appnext_slider--v2 .owl-dot {
		/*display: block;
		margin-right: 10px;

		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 1px solid #060c2e!important;
		background-color: transparent;
		transition: all 0.1s ease-in;*/
	}
	
	.appnext_slider--v2 .owl-dot.active {
		/*background-color: #060c2e!important;*/
	}

	.appnext_slider__text {
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #060c2e;
	}

	.appnext_slider__text-container {
		width: auto;
		padding: 0;
	}

	.appnext_slider__visual-part {
		width: 100%;
	}

	.appnext_slider__info-part {
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 0;
	}
}





@media (min-width: 1200px) {
	.appnext_slider__container-mobile {
		display: none;
	}
	
	.appnext_slider__item {
		display: none!important;
	}
	
	.appnext_slider__item.appnext_slider__pictur--active {
		display: block!important;
	}
}

/* Notify */

.notify__main {
    display:none;
    position: relative;
    padding: 14.5px 0;
    background-color: #060c2e;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
}

.notify__content {
    color: #b0b3c3;
    text-align: center;
}

.notify__close {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #fff;
    cursor: pointer;
}

.notify__content-text {
    display: inline-block;
}

#notify-toggle:checked + .notify__main {
    display:none;
}

a.notify__link {
    margin-left: 20px;
    color: #fff;
    text-decoration: underline;
}

a.notify__link:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .notify__main {display:block;}
}


@media (max-width: 992px) {
    .resource-block-margin {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .resource-block-3-margin {
        margin-top: 20px;
    }
}

.glsArchive_letter {
	font-weight: 900;
    font-size: 24px;
}