/*!
Theme Name: loginio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: loginio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

loginio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "montserratmedium", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	line-height: 1.5rem;
}
h1{
	font-family: 'montserratextrabold';
}
h3{
	font-family: 'montserratsemibold';
}
p {
	margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	color: #000;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #031C59;
	 outline : none!important; 
}

a:visited {
	color: #031C59;
}
a:focus{
	color: #031C59;
}

a:hover,
a:active {
	color: #191970;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Site
--------------------------------------------- */
@font-face {
    font-family: 'montserratextrabold';
    src: url('fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratblack';
    src: url('fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratextrabold';
    src: url('fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.site-header{
	background: #031C59;	
}
.header-jurnal{	
	min-height: 102vh;
	margin-top: -75px;
	display: flex;
}

.content-block{
	max-width: 757px;
	margin: 0 auto;
	/* padding-left: 1.5rem; */
}
.case-branding{
	display: flex;
}
.case-branding div:nth-child(1){
	flex: 2 1 60%;
}
.test{
	max-width: 757px;
	margin: 0 auto;
}
.case-branding div:nth-child(2){
	flex: 1 1 45%;
}
.site-branding-home{
	/* max-width: 1370px; */
	margin: 0 auto;
	display: flex;
	padding-top:  10px;
}
.l-subheader, .l-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.main-navigation{
	font-family: montserratsemibold;
	font-size: 20px;
	padding-left: 2.5rem;
}
.left_list_jurnal{
	flex: 2 1 60%;
	/* background: #031C59; */
	padding-top: 180px;
}
.right_list_jurnal{
	flex: 1 1 45%;
	background: url('img/header.jpg') no-repeat top right;
	background-size: cover;
	position: relative;
}
.right_list_jurnal img{
	position: absolute;
	left: -100px;
	top: 60px;
}
.main-navigation ul{
	display: flex;
	Justify-content: flex-end;
}
.main-navigation li{
	padding-left: 5rem;
}
.main-navigation li a{
	color: #fff;
	line-height: 50px;
}
.home h1{
	font-family: 'montserratblack';
	color: #40E0E6;
	font-size: 50px;
	margin-bottom: 0;
}
.home h2{
	font-family: 'montserratblack';
	color: #fff;
	font-size: 40px;
	/* margin-top: 0; */
	/* margin-bottom: 0; */
}
.content-block h2{
	line-height: 60px;
}
.content-header{
	color: #fff;
	font-family: 'montserratmedium';
	font-size: 24px;
	line-height: 35px;
	margin-top:  20px;
}
a{
	text-decoration: none;
}
.btn{
	display: inline-block;
	background: #40E0E6;
	color: #031C59;
	font-family: 'montserratsemibold';
	font-size: 24px;
	border-radius: 46px;
	padding: 16px 83px;
	margin-top: 80px;
}
.btn:hover, input[type="submit"]:hover{
	background: #3cd0d6;
	text-decoration: none;
	color: #fff;
}
.case-ico{
	display: flex;
	padding-top: 90px;
}
.case-ico > div{
	width: 67px;
	height: 67px;
	margin-right: 1.2%;	
}
.case-btn-pay{
	display: flex;
	margin-top: 30px;
}
.case-btn-pay > div{
	width: 231px;
	height: 66px;
}
.content{
	max-width: 1370px;
	margin: 0 auto;
	/* padding: 2.5rem 3.7rem; */
	padding: 2.5rem 0;
}
.home .entry-header{	
/* 	min-height: 1560px; */
	background:#ededed url('img/fon_gray.png') no-repeat top right;
}
/* h2.dia_app{
	color: #031C59;
	font-size: 30px;
	text-align: center;
	font-family: 'montserratblack';
	text-transform: uppercase;
	margin-top: 105px;
} */
.pay-two{
	max-width: 833px;
	height: 240px;
	margin: 4rem  auto 2rem auto;
	background: #fff;
	border-radius: 30px;
	padding: 2rem 1.5rem;
}
.download{
	text-align: center;
	font-family: 'montserratextrabold';
	font-size: 45px;
	padding: 1.8rem 1.5rem;
}

/* span:nth-child(1){
	color: #031C59;
} */
span:nth-child(2){
	color: #40E0E6;
}
.case-btn-pay-2{
	display: flex;
	direction: row;
	align-items: center;
	justify-content: center;
}
.case-btn-pay-2 > div {
    width: 231px;
    height: 66px;
}
.team{
	background: #031C59 url('img/fon_blue.png') no-repeat 0 -50px;
	min-height: 900px;
}
.team .content{
	padding-top: 4.8rem;
	padding-bottom: 70px;
}
.team h2{
	font-size: 50px;	
}
.case-content-team{
	display: flex;
	padding-top: 50px;
    justify-content: space-between;

}
.case-content-team > div{
	/*max-width: 305px;*/	
    width: calc( ( 100% - 140px ) / 5 );
    margin: 0 0 70px;	
}
.case-content-team img{
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
}
.case-content-team h3{
	font-size: 24px;
	font-family: 'montserratextrabold';
	color: #12F6FF;
}
.text-one-team{
	color: #fff;
	font-size: 18px;
	font-family: 'montserratextrabold';
	min-height: 117px;
}
.slade-text{
	font-family: 'montserratsemibold';
	font-size: 17px;
	color: #fff;
}
.slade-text a{
	color: #40E0E6;
	text-decoration: underline;
}
.slade-text a:hover{
	text-decoration: none;
}
.slade-text p{
	margin-bottom: 0;
	margin-top: 0;
}
.case-form{
	background: #EDEDED url('img/fon-gray-bottom.png') no-repeat 0 139%;
	padding-bottom: 150px;
	padding-top: 8rem;
}
.content.forms{
	background:  url('img/form-fon.jpg') no-repeat 0 0;
	min-height: 949px;border-radius: 30px;
}
.box-form{
	max-width: 470px;
	margin: 0 auto;
	padding-top: 1rem;
}
.box-form h2{
	font-size: 50px;
	font-family: 'montserratblack';
	margin-bottom: 1.5rem;
}
.wpcf7-form{
	padding-top: 1.5rem;
}
.wpcf7-form >div{
	padding-bottom: 20px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email]{
	height: 70px;
	padding-left: 1.5rem;
	width: 100%;
	border-radius: 9px;
}
.wpcf7-form textarea{
	padding-left: 1.5rem;
	padding-top: 1.5rem;
	width: 100%;
	border-radius: 9px;
	height: 186px;
}
.wpcf7-list-item.first.last{
	margin: 0;
	position: relative;
}
.wpcf7-list-item-label{
	color: #fff!important;
	line-height: 17px!important;
	font-family: 'montserratsemibold';
	font-size: 16px;
}
label{
	display: block;
    padding-left: 1.5em;
    text-indent: -1.2em;
    width: 80%;
}
input[type="submit"]{
	background: #40E0E6;
	border:  none;
	color: 031C59;
	font-family: 'montserratextrabold';
	font-size: 28px;
	width: 100%;
	border-radius: 60px;
	padding: 25px 0;
	cursor: pointer;
}
.social-ico {
	display: flex;
	max-width: 470px;
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.wpcf7-response-output, .wpcf7-not-valid-tip{
	display: none;
}
.site-info{
	color: #727272;
	font-family: 'montserratmedium';
}
.wpcf7-not-valid-tip, .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid{
	border: 2px solid #40E0E6;
}
.case-footer-info-top .menu, .menu-hauptmenue-container .menu{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
}
.menu-hauptmenue-container .menu{
	Justify-content: flex-end;
}
.menu-hauptmenue-container .menu li a{
	font-family: 'montserratsemibold';
	font-size: 20px;
	color: #000;
	text-decoration: underline;
	padding-left: 50px;
}
.case-footer-info-top .menu li{
	padding-right: 3rem;
}
.case-footer-info-top .menu li a{
	font-family: 'montserratsemibold';
	font-size: 24px;
	color: #000;
	line-height: 60px;
}
.case-footer-info-top .menu li a:hover{
  text-decoration: underline;
}
.menu-hauptmenue-container .menu li a:hover{
	text-decoration: none;
}
.case-footer-info-top, .case-footer-info-bottom{
	display: flex;
}
.case-menu-footer-1, .site-info{
	flex: 2 1 500px;
}
.case-btn, .case-menu-footer-2{
	flex: 1 2 300px;
}
.case-btn .case-btn-pay{
	margin-top: 0;
	Justify-content: flex-end;
}
.case-footer-info-bottom{
	padding-top:  58px;
	padding-bottom:  20px;
}
.chart{
	position: relative;
	max-width: 899px;
	margin:  0 auto;
/* 	padding: 60px 0 150px 0; */
}
.chart-text{
	font-family: 'montserratmedium';
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	max-width: 200px;
	position: absolute;
	top: 72%;
	left: 50%;
	transform: translate(-50%, -72%);
	line-height: 18px;
	font-weight: 600;
}
.chart img{
	position: absolute;
	top: 120px;
	right: 0;
}
.site.pages{
	background: #EDEDED;
}
.site-header-pages, .site-main-pages{
	background: transparent;
	margin: 0 auto;
	max-width: 1370px;
}
.site-header-pages .custom-logo-link{
	padding-top: 38px;
}
.pages h1{
	font-size: 2.7rem;
	color: #000;
	margin: 0.67em 0;
}
#colophon{
	background: #fff;
}
.site-main-pages{
	min-height: calc(100vh - 224px) ;
	padding-top: 80px;
	padding-bottom: 3rem;
}
.site-header-pages{
	display: flex;
}
.site-header-pages .site-branding{
	flex-grow: 1;
}
.case-menu-page{
	flex-grow: 2;
}
.case-menu-page .main-navigation li{
	padding-left: 0;
	padding-right: 0;
}
.case-menu-page .main-navigation li a{
	text-decoration: none;
	color: #000;
	padding-top: 38px;
}
.case-menu-page .main-navigation li a:hover, .case-menu-page .main-navigation li.current_page_item a{
	color: #031C59;
}
.site.pages footer #menu-main_menu a{
	text-transform: lowercase;
}
.close{display:none;}
.hide span:nth-child(1), .hide-2 span:nth-child(1), .hide-3 span:nth-child(1), .hide-4 span:nth-child(1) {
    color: #fff;
}
.krapka, .krapka-2, .krapka-3, .krapka-4{
	color: #fff!important;
}
.up{
	background: url('img/chevron.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: block;
	text-decoration: none;
	margin: 25px auto 25px auto;
}
footer .case-btn-pay > div:nth-child(2) {
    width: 214px;
    height: 66px;
}

.home footer .content{
	padding-top: 0;
	padding-bottom: 0;
}
.page{
	margin: 0;
}
.mobile_logo_page{
	display: none;
}
.chart-step-text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}
.chart-step-text li{
	position: absolute;
	font-family: 'montserratextrabold';
	font-size: 17px;
	text-align: center;
	line-height: 20px;
}
.one-step{
	left: 50%;
	top: 30%;
	transform: translate(-50%, -35%);
	max-width: 150px;
}
.two-step{
	left: 96%;
	top: 55%;
	transform: translate(-95%, -58%);
	width: 120px;
}
.tree-step{
	left: 97%;
	top: 96%;
	transform: translate(-98%, -95%);
	width: 190px;
}
.four-step{
	left: 17%;
	top: 96%;
	transform: translate(-17%, -95%);
	width: 150px;
}
.five-step{
	left: -1%;
	top: 57%;
	transform: translate(0, -60%);
	width: 150px;
} 




.outer {
  position: relative;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 2px solid;
  overflow: hidden;
}
.inner {
  position: absolute;
  height: 50%;
  width: 50%;
  top: calc(25% - 2px);
  left: calc(25% - 2px);
  border-radius: 50%;
  background: yellowgreen;
  border: 2px solid;
}
.part {
  position: absolute;
  height: 100%;
  width: 100%;
}
.part:nth-child(2) {
  top: -50%;
  left: calc(-50% - 2px);
  transform: skewY(-30deg);
  transform-origin: right bottom;
  background: red;
  border: 2px solid;  
}
.part:nth-child(3) {
  top: -50%;
  right: calc(-50% - 2px);
  transform: skewY(30deg);
  transform-origin: left bottom;
  background: green;
  border: 2px solid;
}
.part:nth-child(1) {
  top: 0%;
  left: 0%;
  width: 100%;
  background: yellow;
}
.part:hover {
  background: chocolate;
}
.part:nth-child(1) p{
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}
.part:nth-child(2) p{
  position: absolute;
  top: 50%;
  left: 55%;
  transform: skewY(30deg);
}
.part:nth-child(3) p{
  position: absolute;
  top: 50%;
  left: 30%;
  transform: skewY(-30deg);
}




#mg-wprm-wrap {
    background-color: #fff;
}
#wprmenu_bar {
    background: transparent;
}
#wprmenu_bar.wprmenu_bar.normalslide.top.active{
	background: #fff;
 }
 .wpr_search.search_top{
 	display: none;
 }
 .cbp-spmenu-bottom.cbp-spmenu-open, .cbp-spmenu-top.cbp-spmenu-open {
    top: 75px !important;
}
#mg-wprm-wrap{
	text-align: center;
}
#mg-wprm-wrap li.menu-item:nth-child(2) a {
    padding: 24px 14px;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;    
}
#mg-wprm-wrap li.menu-item:nth-child(1) a{
	padding: 24px 14px;
}
#mg-wprm-wrap li.menu-item:nth-child(3) a{
	line-height: 74px;
}
.wprmenu_bar.normalslide.top.active:before{
	content: '';
	position: absolute;
	top:  15px;
	left: 1.5rem;
	background: url('img/logo_m.svg') no-repeat 0 0;
	background-size: contain;
	width: 161px;
	height: 52px;
}
.menu_title{
	display: none;
}
#wprmenu_menu_ul {
    padding: 0 0 0;
}
.hamburger.hamburger--collapse.is-active .hamburger-inner::before,
.hamburger.hamburger--collapse.is-active .hamburger-inner::after{
	background: #031C59!important;
	opacity: 1;
}
.cbp-spmenu{
	height: auto;
}
div.wprm-overlay {
    background: rgb(0,0,0, 0)!important;
}
html.wprmenu-body-fixed body {
    position: relative !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) { 
body {
-webkit-transform: rotate(90deg);
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0; 
}}
.wprmenu_bar.top.active .hamburger-inner::after, .wprmenu_bar.top.active .hamburger-inner {
    background: #031c59;
}
.reshenie{
	background: #F2F2F2;
	padding: 40px 0;
	position: relative;
}
.problem{
	background: #F2F2F2;
	padding: 0 0;
	position: relative;
}
.case_element:after{
	content: "";
	background: url(https://loginio.com/wp-content/uploads/2022/03/Ellipse.svg);
	background-size: contain;
	width: 200px;
	height: 100px;
	position:absolute;
	top: 0;
	right:0;
}
.case_element:before{
	content: "";
	background: url(https://loginio.com/wp-content/uploads/2022/03/logo_problem.svg);
	background-size: contain;
	width: 110px;
	height: 36px;
	position:absolute;
	top: 20px;
	left: 0;
}
.case_element{
	position: relative;
}
.problem h2{
	color: #031C59;
	text-align: center;
	position: relative;
}
.problem h2:after{
	content: "";
	width: 90px;
	height: 6px;
	background: #40E0E6;
	position:absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
.problem h3{
	text-align: center;
	max-width: 1080px;	
	margin: 60px auto 40px auto;
	font-size: 1.5rem;
}
.case-content-problem > div {
	display: flex;
	flex-wrap: wrap;
}
.case-content-problem > div > div{
	width: 49%;
	background: #ffffff;
	min-height: 250px;
	border-radius: 10px;	
	text-align: center;
	padding: 20px 20px;
}
.case-content-problem > div > div:nth-child(odd){
	margin: 1% 1% 1% 0;
}
.case-content-problem > div > div:nth-child(even){
	margin: 1% 0 1% 1%;
}
.case-content-problem > div > div > div, .case-content-problem > div > div > h4, .case-content-problem > div > div > p{
	max-width: 470px;
	margin: .8rem auto 1rem auto;
}
.case-content-problem > div > div > h4{
	color: #031C59!important;
	margin-bottom:0;
}
.case-content-problem{
	max-width: 1370px;
	margin: 0 auto;
	position: relative;
}
.case-content-problem > div{
/* 	margin: 1%; */
}
.case_ico_phone{
	background: url(https://loginio.com/wp-content/uploads/2022/03/phone.svg);
	width: 49px;
	height: 62px;
	background-size: contain;
	margin: 0 auto;
}
.case_ico_vesi{
	background: url(https://loginio.com/wp-content/uploads/2022/03/vesi.svg);
	width: 70px;
	height: 58px;
	background-size: contain;
	margin: 0 auto;
}
.case_ico_card{
	background: url(https://loginio.com/wp-content/uploads/2022/03/card.svg);
	width: 50px;
	height: 65px;
	background-size: contain;
	margin: 0 auto;
}
.case_ico_services{
	background: url(https://loginio.com/wp-content/uploads/2022/03/sevices.svg);
	width: 60px;
	height: 62px;
	background-size: contain;
	margin: 0 auto;
}
.case-content-problem:before{
	content: "";
	position: absolute;
	background: url(https://loginio.com/wp-content/uploads/2022/04/k_logo.svg); 
	
	background-size:contain;
	width: 101px;
	height: 73px;
	top: 50%;
	left: 51.3%;
	transform: translate(-51.3%, -50%);
}
.case_die_app {
	display: flex;
	flex-wrap: wrap;
}
.case_die_app > div{
	width: 48%;
}
.home .case_die_app h2, .reshenie h2{
  color: #031C59;
  position: relative;
  font-size: 50px;
}
.home .case_die_app h2{
	margin-bottom: 50px;
}
.case_die_app h2::after, .reshenie h2::after, .team h2::after, .box-form h2::after{
  content: "";
  width: 90px;
  height: 6px;
  background: #40E0E6;
  position: absolute;
  left: 0;
  bottom: -45px;
}
.team h2, .box-form h2{
	position: relative;
	margin-bottom: 65px;
}
.reshenie h3{
	padding-top: 1.7rem;
	font-size: 1.5rem;
	font-weight: 400;
}
.case_info_die_app h3{
	padding-top: 1.7rem;
	font-size: 2rem;
	color: #031C59!important;
}
.content_block_dia_app{
	padding-top: 1.5rem;
}
.content_block_dia_app > div{
	padding: 2rem 2rem;
	border-radius: 10px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-bottom: 1rem;
}
.content_block_dia_app > div:nth-child(odd){
	background: #031C59;
	color: #40E0E6;
}
.content_block_dia_app > div:nth-child(even){
	background: #40E0E6;
	color: #031C59;
}
.main-reshenie{
	display: flex;
	flex-direction: row;
}
.case-content-reshenie{
	flex-grow:2;
	width: 55%;
}
.case-img-reshenie{
	flex-grow:1;
	width: 43%;
	background: url(img/los.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.reshenie_block_content{
	margin: 3.5rem 3rem 0 0;
	padding: 0;
	list-style-type: none;
}
.reshenie_block_content li{
	padding-left: 8rem;
	margin-bottom: 2rem;
}
.reshenie_block_content li:last-child{
	margin-bottom: 0;
}
.reshenie_block_content li div{
	background: #fff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 2rem 3rem;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
.reshenie_block_content li:nth-child(odd){
	background: url(https://loginio.com/wp-content/uploads/2022/04/Vector-green.svg) no-repeat center left;
	background-size: 6rem;
}
.reshenie_block_content li:nth-child(even){
	background: url(https://loginio.com/wp-content/uploads/2022/04/Vector-blue.svg) no-repeat center left;
	background-size: 6rem;
}
.logo_l{
	position: absolute;
	width: 120px;
	height: 38px;
	background: url(https://loginio.com/wp-content/uploads/2022/04/logo_l.svg) no-repeat center center;
	background-size: contain;
	top: 2rem;
	right: 2em;
}

@media (max-width: 1440px){
	.right_list_jurnal{
		background-position: 25% 75%;
	}
	.header-jurnal {
	    min-height: 110vh;
	}
	.home .main-navigation li:nth-child(1){
		padding-left: 0;
	}
	.home.main-navigation li:nth-last-child(1){
		padding-right: 4rem;
	}
	.content-block h2{
		font-size: 30px;
	}
}
@media (max-width: 1366px){
	.site.pages .site-header-pages, .site-main-pages,.site.pages .site-footer{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.right_list_jurnal img {	    
	    left: -80px;	    
	}
	.site-branding-home {
	    padding-left: 1.5rem;
	    padding-top: 15px;
	}
	.team .content {
	    padding-left: 2%;
	    padding-right: 2%;
	}
	.content.forms{
		border-radius: 0;
	}	
	.site-footer {
	    padding-left: 1.5rem;
	    padding-right: 1.5rem;
	}
	.content-block{
		padding-left: 1.5rem;
	}
	.right_list_jurnal img{
		width: 70%;
		top: 50px;
	}
	.home h2, .home h1 {
	 	font-size: 50px;
	}
	.home h1 {
	 	font-size: 50px;
	}
	.content-block h2{
		line-height: 30px;
		font-size: 30px;
	}
	.content-header{
		font-size: 24px;
		line-height: 26px;
	}
	.btn{
		font-size: 24px;
	}
	.header-jurnal {
	    min-height: 110vh;
	}
	.main-navigation ul {
	    Justify-content: center;
	}
	.content{
		max-width: 1170px;
	}
	.case-content-team > div {
	    max-width: 260px;
	}
	.text-one-team{
		min-height: 140px;
	}
	.content.forms{
		border-radius: 30px;
	}
	.chart img {
	  top: 190px;
	  right: 0;
	}
	.one-step {
	  left: 50%;
	  top: 35%;
	  transform: translate(-50%, -35%);
	  max-width: 150px;
	}
	.tree-step {
	  left: 97%;
	  top: 87%;
	  transform: translate(-98%, -95%);
	  width: 190px;
	}
	.four-step {
	  left: 16%;
	  top: 87%;
	  transform: translate(-16%, -95%);
	  width: 150px;
	}
	.chart-text{
		top: 68%;
		font-size: 14px;
	}
	.text-one-team {
	  font-size: 16px;
	}
	.case-content-team h3 {
		font-size: 19px;
	}
	.slade-text {
  		font-size: 14px;
	}
}	

@media (max-width: 1280px){
	.right_list_jurnal img {   
	    left: -70px;	    
	}
	.content {
	    padding-left: 1%;
	    padding-right: 1%;
	}	
	.content-header{
		font-size: 24px;
		max-width: 80%;
	}
	.header-jurnal {
	    min-height: 1000px;
	}
	.two-step {
  		top: 53%;
	}
	.five-step {
  		top: 55%;
	}
	.tree-step, .four-step {
	  top: 84%;	  
	}
	.chart-text {
	  top: 65%;
	}

}
@media (max-width: 980px){
	.mobile_logo_page{
		display: block;
	}
	.desck_logo_page, .home .custom-logo-link{
		display: none;
	}
	.case-branding {
	    display: block;
	}
	.case-content-team {
	    max-width: 700px;
	    margin: 0 auto;
	}
	.case-btn .case-btn-pay {
	    Justify-content: center;
	}
	.case-footer-info-bottom {
	    padding-bottom: 7px;
	}
	footer .content {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	#page_default #wprmenu_bar, #page_default #mg-wprm-wrap {
	    display: none;
	} 
	.case-footer-info-top, .case-footer-info-bottom {
	    flex-direction: column-reverse;
	}
	.case-menu-footer-1 {
	    display: none;
	}
	.case-btn {
	    flex: 1 2 100%;
	    padding-left: 1rem;
		padding-right: 1rem;
	}
	footer .case-btn-pay > div:nth-child(2) {
	    width: 214px;
	    height: 66px;
	}
	.site-info {
	    flex: 2 1 50px;
	    text-align: center;
	    align-items: flex-end;
	    justify-content: center;
	    display: flex;
	}
	.case-menu-footer-2 {
	    flex: 1 2 80px;
	}
	.content.forms{
		border-radius: 0;
	}
	footer .menu-hauptmenue-container .menu {
	    display: block;
	}
	footer .menu-hauptmenue-container .menu li a {
	    font-family: 'montserratsemibold';
	    font-size: 17px;
	    color: #031C59;
	    border: 2px solid #031C59;
	    text-decoration: none;
	    padding-left: 0;
	    border-radius: 46px;
	    display: inline-block;
	    width: 240px;
	    line-height: 50px;
	    margin-bottom: 12px;
	}
	footer .menu-hauptmenue-container .menu li {
	    text-align: center;
	}
	.home .entry-header {
	    min-height: auto;
	    padding-bottom: 40px;
	}
	.site-branding-home {
	    padding-left: 15px;
	    padding-top: 15px;
	}
	.menu-main_menu-container{
		display: none;
	}
	html {
	    padding-top: 0!important;
	}
	.menu-toggle{
		display: none;
	}
	.chart-text{
		top: 55%;
		max-width: 200px;
		font-size: 12px;
		line-height: 12px;
	}	
	.header-jurnal {
	    flex-direction: column;
	}
	.right_list_jurnal {
	    flex: 1 1 550px;
	    background: url('img/mobil-header.jpg') no-repeat -10% 0;
	    background-size: auto;
	    background-size: cover;
	    min-height: 900px;
	}
	.right_list_jurnal img {
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    top: 70px;
	    width: 55%;
	    height: auto;
	}
	.case-content-team > div:nth-child(1), .case-content-team > div:nth-child(2) {
	    flex: 1 0 40%;
	    margin-bottom: 90px;
	    height: 100%;
	}
	.case-content-team {
	    flex-wrap: wrap;
	    /* margin: 0 -10px; */
	}
	.content {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	.page-id-50 .wprm-wrapper, .page-id-47 .wprm-wrapper{
		display: none!important;
	}
	.home h1 {
	    font-size: 65px;
	}
	.home h2 {
	    font-size: 50px;
	}
	.case-img-reshenie{
		display: none;
	}
	.reshenie_block_content{
		margin: 3.5rem 0 0 0;
	}
	.case_die_app{
		flex-direction: column;
	}
	.case_die_app > div{
		width: 100%;
	}
	.chart{
		min-height: 780px;
	}
	.chart img {
		top: 50px;
	}
	.one-step {
	  top: 20%;
	}
	.two-step {
  		top: 48%;
	}
	.tree-step {
 		left: 91%;
		top: 95%;
		transform: translate(-95%, -91%);
	}
	.four-step {
	  left: 20%;
	  top: 95%;
	  transform: translate(-20%, -95%);
	}
	.five-step {
  		top: 50%;
	}	
	.chart-text {
  		top: 70%;
		font-size: 18px;
		line-height: 20px;
	}
	.case_element::before{
		left: 15px;
	}
	.case_element::after{
		right: 15px;
	}
	.case-content-team > div {
	  max-width: 48%;
	}
	.case-content-team > div:nth-child(1), .case-content-team > div:nth-child(2) {
  		flex: 1 0 48%;
	}
	.case-content-team > div{
		max-width: 48%;
		width: 48%;
	}
	.text-one-team {
	  min-height: 100px;
	}
	.case-content-team h3 {
	  font-size: 24px;
	}
}
@media (max-width: 830px){
	.five-step {
	    width: 210px;
	}
	.two-step {
	    width: 210px;
	}
	.tree-step {
	    width: 270px;
	}
}
@media (max-width: 767px){
/* 	.chart-step-text li	{
		font-size: 22px;
		max-width: 190px;
		line-height: 22px;
	} */
	.one-step {	    
	    top: 18%;
	}
	.two-step{
		left: 100%;
		top: 40%;
		transform: translate(-100%, -40%);		
	}
	.tree-step{
		left: 95%;
		top: 80%;
		transform: translate(-95%, -80%);
		max-width: 200px!important;
	}
	.four-step{
		left: 18%;
		top: 80%;
		transform: translate(-18%, -80%);		
	}
	.five-step{
		left: -1%;
		top: 41%;
		transform: translate(0, -41%);		
	}
	.chart-text {
	  top: 60%;
	}
}
@media (max-width: 568px) {
	.home h1 {
	    font-size: 45px;
	    text-align: center;
	}
	.content-block{
		padding-right: 1.5rem;
		padding-bottom: 2rem;
		text-align: center;		
	}
	.content-block h2 {
	    font-size: 32px;
	    text-align: center;
	}
	.content-header{
		font-size: 18px;
		text-align: center;
	}
	.case-ico > div {
	    height: 49px;
	    margin-right: 1.2%;
	}
	.case-btn-pay > div, .case-btn-pay-2 > div{
		/* width: 180px;
		height: 56px; */
		background-size: cover;
		margin: 0 5px;
	}
	.header-jurnal {
    	flex-direction: column;
	}
	.btn {
	    margin: 80px auto 0 auto;
	    display: inline-block;
	}

	.right_list_jurnal {
	    flex: 1 1 550px;
	    background: url('img/mobil-header.jpg') no-repeat -10% 0;
	    background-size: cover;
	    min-height: 500px;
	}
	.btn{
		font-size: 17px;
	}
	.right_list_jurnal img {
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    top: 10px;
	    height: 500px;
	    width: auto;
	}
	.chart{
		min-height: 580px;
		padding-right: 1rem;
	}
	.home .entry-header{
		background: #ededed;
		min-height: auto;
	}
	.chart-text{
		font-size: 6px;
		max-width: 100px;
		line-height: 10px;
		top: 50%;
	}
	.download{
		font-size: 22px;
	}
	.content{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.case-content-team > div{
		max-width: 48%;
	
	}
	.wpcf7-list-item-label{
		font-size: 15px;
	}
	.wpcf7-list-item-label {
	    line-height: 15px !important;
	}
	.content.forms{
		border-radius: 0;
		background: url('img/fon-mobile-form.jpg') no-repeat top right;
		background-size: cover;
	}
	.label{
		width: 100%;
	}
	.box-form h2{
		font-size: 35px;
	}
	input[type="submit"]{
		font-size: 17px;
	}
	.social-ico > div{
		margin-right: 2%;
	}
	.case-form{
		padding-bottom: 50px;
		background: #EDEDED;
		padding-top: 50px;
	}
	.case-footer-info-top, .case-footer-info-bottom{
		flex-direction: column-reverse;
	}
	.case-menu-footer-1{
		display: none;
	}
	.case-btn {
    	flex: 1 2 100%;
	}
	.case-menu-footer-2 {
	    flex: 1 2 80px;
	}
	.site-info {
	    flex: 2 1 50px;
	    text-align: center;
	    align-items: flex-end;
	    justify-content: center;
	    display: flex;
	}
	footer .menu-hauptmenue-container .menu{
		display: block;
	}
	footer .menu-hauptmenue-container .menu li{
		text-align: center;
	}
	footer .menu-hauptmenue-container .menu li a {
	    font-family: 'montserratsemibold';
	    font-size: 17px;
	    color: #031C59;
	    border: 2px solid #031C59;
	    text-decoration: none;
	    padding-left: 0;
	    border-radius: 46px;
	    display: inline-block;
	    width: 240px;
	    line-height: 50px;
	    margin-bottom: 12px;

	}
	.case-btn{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.team h2 {
	    font-size: 35px;
	}
	.case-content-team h3 {
    	font-size: 15px;
	}
	.text-one-team {
	    color: #fff;
	    font-size: 14px;
	    word-wrap: break-word;	    
	}
	.slade-text {
	    font-family: 'montserratsemibold';
	    font-size: 12px;
	}
	.case-content-team{
		flex-wrap: wrap;
		/* margin: 0 -10px; */
	}
	.case-content-team > div:nth-child(1), .case-content-team > div:nth-child(2){
		/* flex: 1 0 40%;*/
  		margin-bottom: 90px; 
  		height: 100%;
	}
	.case-content-team img {
	    border-radius: 10px;
	}
	.text-one-team{
		min-height: 100px;
		margin-bottom: 37px;
	}
	.case-btn-pay > div {
	    width: auto;
	    height: auto;
	}
	.site-branding-home{
		padding-left: 1.5rem;
		padding-top: 15px;
	}
	input[type="submit"]{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.case-footer-info-bottom {
    	padding-top: 34px;
    }
    .chart {
	    padding: 60px 0 90px 0;
    }
    .site-header-pages{
    	flex-direction: column;    
    }
    .case-menu-page .menu-hauptmenue-container .menu .nav-menu{
    	display: flex;
    }
    .case-menu-page .menu-hauptmenue-container .menu{
    	display: table;
    	width: 100%;
    }
    .case-menu-page .menu-hauptmenue-container .menu li{
    	display:table-cell;
    }
    .case-menu-page .menu-hauptmenue-container .menu li:nth-child(2){
    	text-align: right;
    }	
    .case-menu-page .main-navigation{
    	padding-left: 0;
    }
    .case-menu-page .menu-hauptmenue-container .menu {
	    Justify-content: center;
	}
	.case-menu-page .menu-hauptmenue-container .menu li a{
		padding-left: 0;
	}
	.pages h1{
		font-size: 2rem;
	}
	.site.pages footer .content{
		padding: 2.5rem 1rem .5rem 1rem;
	}
	.case-footer-info-bottom {
	    padding-bottom: 7px;
	}
	.chart-text{
		top: 58%;
		line-height: 8px;
		font-size: 8px;
		max-width: 150px;
	}
	.content-header{
		max-width: 100%;
	}
	.left_list_jurnal{
		padding-top: 100px;
	}
	.content-header{
		line-height: 1.5rem;
	}
	.content-block h2 {
	    line-height: 32px;
	}
	.site-header-pages .custom-logo-link {
	    padding-top: 14px;
	}
	.case-menu-page .main-navigation li a {	    
	    padding-top: 26px;
	}
	.site-main-pages {
	    padding-top: 38px;
	}
	.custom-logo, .custom-logo-link{
		width: 161px;
		height: auto;
	}
	.chart-step-text li	{
		font-size: 18px;
		max-width: 140px;
		line-height: 20px;
	}
	.one-step {	    
	    top: 18%;
	}
	.two-step{
		left: 100%;
		top: 40%;
		transform: translate(-100%, -40%);	
		max-width: 120px!important;
	}
	.tree-step{
		left: 100%;
		top: 79.5%;
		transform: translate(-100%, -79.5%);
		max-width: 190px!important;
	}
	.four-step{
		left: 15%;
		top: 79.5%;
		transform: translate(-15%, -79.5%);		
	}
	.five-step{
		left: -1%;
		top: 42%;
		transform: translate(0, -42%);		
	}
	.chart-step-text{
		top: 20px;
	}

}	
@media (max-width: 480px){
	.chart {
	  min-height: 450px;
	}
	.chart-text{
		top: 65%;
		line-height: 14px;
		font-size: 12px;
	}
	.chart-step-text li {
	    font-size: 12px;
	    max-width: 100px;
	    line-height: 16px;
	}
	.two-step {
		top: 44%;
		left: 96%;
		max-width: 80px !important;
	}
	.tree-step{
		top: 86%;
		transform: translate(-100%, -77%);
		max-width: 150px !important;
	}
	.four-step {
	    left: 15%;
	    top: 86%;
	    transform: translate(-15%, -86%);
	}
	.five-step {
	    left: -2%;
	}
	.reshenie_block_content li {
  		padding-left: 0;
	}
	.reshenie_block_content li div{
		font-size: 1.2rem;
	}
	.one-step {
  		top: 20%;
	}
	.five-step {
	  	top: 46%;
	}
	.reshenie_block_content li div{
		padding: 2rem 2rem;
	}
	.case_element{
		display: none;
	}
	.problem h2{
		text-align: left;
	}
	.problem h2::after {	  
	  left: 2%;
	  bottom: -30px;
	  transform: translateX(-2%);
	}
	.problem h3 {
	  line-height: 1.5rem;
	  font-size: 1rem;
	  text-align: left;	
	}
	.case-content-problem > div > div > h4, .case-content-problem > div > div{
		text-align: left;
	}
}
@media (max-width: 414px){
	.menu-hauptmenue-container .menu li a{
		padding-left: 0;
		font-size: 18px;
	}
	.pages h1{
		font-size: 1.8rem;
	}
	label{
		width: 100%;
	}
	.content.forms{
		min-height: 900px;
	}
	.site.pages .site-footer {
	    padding-left: 0;
	    padding-right: 0;
	}
	.site-footer .case-btn {
	    padding-left: 0;
	    padding-right: 0;
	}
	.chart-text{
		top: 56%;
		line-height: 12px;
	}
	h2.dia_app {
	    font-size: 35px;
	    margin-top: 34px;
	}
	.chart {
	    padding: 0 0 60px 0;
	}
	.team .content {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	.chart-text {
	  top: 59%;
	  max-width: 100px;
	  font-size: 12px;
	  font-weight: 12px;
	}
	.chart-step-text li {
	    font-size: 14px;
	    line-height: 15px;
	}
	.one-step {
	    top: 16%;
		left: 45%;
	    transform: translate(-45%, -16%);
		max-width: 150px!important;
	}
	.tree-step{
		top: 74%;
		transform: translate(-100%, -74%);
		max-width: 150px !important;
	}
	.five-step {
	    top: 40%;
		left: -8px;
	    transform: translate(-8px, -40%);
		max-width: 120px!important;
	}
	.two-step {
		left: 98%;
	    top: 38%;
	    transform: translate(-100%, -38%);		
	    max-width: 80px;
	}
	.four-step {
	    left: 13%;
	    top: 74%;
	    transform: translate(-13%, -74%);
		max-width: 110px!important;
	}
	.text-one-team{
		min-height: auto;
	}
	.case-content-team > div:nth-child(1), .case-content-team > div:nth-child(2) {
  		margin-bottom: 25px;
	}
	.text-one-team {
	  min-height: auto;
	  margin-bottom: 15px;
	}
	.case-content-team > div {	  
	  margin: 0 0 25px;
	}
	.team .content {
	  padding-bottom: 40px;
	}
	.home h1, .home .case_die_app h2 {
	  font-size: 40px;
	}
	 .home h2{
	  font-size: 30px;
	}
	.reshenie h3{
		font-size: 1.1rem;
	}
	.reshenie_block_content li div {
	  font-size: 1.1rem;
		line-height: 1.4rem;
	}
	.case_info_die_app h3{
		line-height: 2.2rem!important;
		font-size: 1.6rem;
	}
	.content_block_dia_app > div{
		font-size: 1.1rem;
	}
	.content-block h2 {
	  line-height: 50px;
	}
	.problem h3 {
	  line-height: 1.4rem!important;
	}
	.case-ico > div { 
	  margin-right: 1.2%;
	  margin-left: 1.2%;
	}
}
@media (max-width: 390px){
	.menu-hauptmenue-container .menu li a{
		padding-left: 0;
		font-size: 16px;
	}
	.pages h1{
		word-wrap: break-word;
	}
	.content-block {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	h2.dia_app{
		font-size: 35px;
		margin-top: 34px;
	}
	.chart {
	    padding: 0 0 60px 0;
	}
	.pay-two{
		height: auto;
	}
	.download{
		padding: 0 1.5rem 1.5rem 1.5rem;
	}
	.case-btn-pay-2 > div {    	
    	height: auto;
    }	
    .chart-text {
	   top: 52%;
	   line-height: 6px;
	}
	.chart-step-text li {
	    font-size: 12px;
	    line-height: 12px;
	}
	.chart-step-text li {
	    max-width: 100px;
	}
	.chart {
	  min-height: 400px;
	}
	.tree-step {
	    top: 78%;
	    transform: translate(-100%, -78%);
	    max-width: 120px !important;
	}
	.four-step {
	    left: 10%;
	    top: 78%;
	    transform: translate(-10%, -78%);
	}
	.two-step {
	    top: 41%;
	}
	.one-step {
	    top: 17%;
		left: 50%;
	    transform: translate(-50%, -17%);
		max-width: 100px!important;
	}
	.five-step {
	  top: 42%;
	  left: -5%;
	  transform: translate(-5%, -35%);
	}
	.chart-text {
	  top: 62%;
	  max-width: 100px;
	  font-size: 11px;
	  line-height: 11px;
	  font-weight: 400;
	}
/* 	.two-step {
	    left: 99%;
	    top: 31%;
	    transform: translate(-99%, -31%);
	}
	.tree-step {
	    top: 74%;
	    transform: translate(-100%, -74%);
	    max-width: 140px !important;
	}
	.four-step {
		left: 15%;
	    top: 74%;
	    transform: translate(-15%, -74%);
	}
	.five-step {
	    top: 33%;
	    transform: translate(0, -33%);
	} */
}
@media (max-width: 360px){
	.content-block h2 {
	    font-size: 30px;
	    text-align: center;
	}
	.chart-step-text li {
	    font-size: 12px;
	    line-height: 12px;
	    max-width: 85px;
	}
	.tree-step {
	    top: 76%;
	    transform: translate(-100%, -76%);
	    max-width: 120px !important;
	}
	.four-step {
	    left: 10%;
	    top: 76%;
	    transform: translate(-10%, -76%);
	}
	.two-step {
	    top: 41%;
	}
	.one-step {
	    top: 17%;
		left: 50%;
	    transform: translate(-50%, -17%);
		max-width: 100px!important;
	}
	.five-step {
	  top: 42%;
	  left: -5%;
	  transform: translate(-5%, -35%);
	}
	.home h2, .home h1, .home .case_die_app h2, .reshenie h2 {
	  font-size: 40px;
	}
	.content-block h2 {
	  line-height: 35px;
	  font-size: 24px;
	}
	.case_die_app h2::after, .reshenie h2::after{
		width: 80px;
	}
	.reshenie_block_content li div {
	  font-size: 1rem;
	  line-height: 1.2rem;
	}
	.case_info_die_app h3 {
	  line-height: 2.2rem !important;
	  font-size: 1.5rem;
	}
	.content_block_dia_app > div {
	  font-size: 1rem;
	}
	.chart {
	  min-height: 380px;
	}
	.pay-two {
 		margin: 0 auto 2rem auto;
	}
	.chart-text {
	  top: 62%;
	  max-width: 100px;
	  font-size: 11px;
	  line-height: 11px;
	  font-weight: 400;
	}
	.home .entry-header {
	  padding-bottom: 0;
	}
	.reshenie h2::after, .case_die_app h2::after, .team h2::after, .box-form h2::after{
		bottom: -30px;
	}
}
@media (max-width: 320px){
	.menu-hauptmenue-container .menu li a{
		padding-left: 0;
		font-size: 14px;
	}
	.left_list_jurnal .content-block h2{
		line-height: 34px;
	}
	.chart-text {
	   top: 49.5%;
	}
	.right_list_jurnal img {
	    height: 500px;
	    width: auto;
	}
   .case-content-team > div:nth-child(1), .case-content-team > div:nth-child(2) {
	    flex: 1 0 100%;	
	    margin-bottom: 30px;  
	   width: 100%;
	} 	
	.case-content-team > div {
	    max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.text-one-team {
	    margin-bottom: 30px;
	    min-height: auto;
	}
	.case-content-team h3 {
	    font-size: 22px;
	}
	.text-one-team{
		font-size: 18px;
	}
	.slade-text{
		font-size: 17px;
	}
	.case-content-team img {
	    border-radius: 20px;
	}
	.chart-step-text {
	    top: 15px;
	}
	.one-step {
	  top: 18%;
	  left: 50%
	  transform: translate(-50%, -18%);
	}
	.two-step {
	    left: 102%;
		top: 37%;
	}
	.tree-step {
	    top: 70%;
	    transform: translate(-100%, -70%);
	    max-width: 110px !important;
	}
	.four-step {
	  left: 10%;
	  top: 71%;
	  transform: translate(-10%, -76%);
		max-width: 85px!important;
	}
	.five-step {
	  top: 39%;
	  left: -7%;
	  transform: translate(-7%, -39%);
	}
	.chart-text {
	  top: 57%;
	}
	.chart-step-text li {
	  font-size: 11px;
	  line-height: 11px;
	  max-width: 75px;
	}
	.home h2{
		line-height: 40px;
	}

}

@media (max-width:768px){
	.case-content-problem > div > div{
		width: 100%;
	}
	.case-content-problem > div{
		margin: .5rem .5rem;
		width: auto;
	}
	.case-content-problem::before{
		display: none;
	}
	.problem h3{
		line-height: 1.7rem;
	}
}
@media (max-width:480px){
	.problem h3{
		padding: 0 1rem;
	}
}


