/*!
Theme Name: Otipharm Data Pro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: otipharm-data-pro
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 with others.

Otipharm Data Pro is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*Custom styles*/
/*!
Theme Name: Otipharm Data Pro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: otipharm-data-pro
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 with others.

Otipharm Data Pro is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Custom styles*/
html {
	height: 100%;
    background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555555;
	font-family: "Montserrat", sans-serif; }

*, :after, :before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit; }

body {
	min-height: 100vh;
    background-color: #ffffff;
	font-size: 16px;
	line-height: 26px; }

.container {
	min-width: 320px;
	max-width: 1244px;
	width: 100%;
	padding-left: 32px;
	padding-right: 32px;
	margin: 0 auto; }

.main-btn {
	cursor: pointer;
	text-decoration: none;
	background: #48CDB7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.02em;
	font-weight: bold;
	padding: 14px 32px;
	border: none;
	font-family: "Montserrat", sans-serif; }
.main-btn:hover {
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5); }

h1, h3 {
	font-weight: 300;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: -0.02em;
	color: #001A27; }

h3 {
	text-align: center; }

h2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase; }

h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.2em;
	text-transform: uppercase; }

.section-title {
	color: #48CDB7;
	position: relative; }
.section-title.oti {
    text-transform: none;
}
.section-title:before {
	position: absolute;
	width: 1000px;
	content: '';
	height: 1px;
	background-color: #7F7F7F;
	top: 50%;
	right: 112%; }
.section-title:after {
	position: absolute;
	width: 1000px;
	content: '';
	height: 1px;
	background-color: #7F7F7F;
	top: 50%;
	left: 112%; }
.section-title-container {
	overflow: hidden;
	width: 30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 12px; }

.section {
	padding-bottom: 60px; }

.page-header > .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px; }

.page-header .right-side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    flex-wrap: wrap; }

.tel-container {
	padding: 11px 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 32px; }

.tel-num {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #555555;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.tel-num:before {
	content: url("Assets/img/tel-icon.svg");
	width: 18px;
	height: 18px;
	margin-right: 8px; }

.main-logo {
	width: 182.8px; }

.hero .title {
	margin-bottom: 20px; }

.hero .subtitle {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 32px; }

.hero .container {
	padding-top: 14px;
	padding-bottom: 66px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }

.hero .order {
	padding: 14px 32px; }

.hero .right-side img {
	width: 100%; }

.side {
	width: 50%; }
.side img {
	width: 100%; }

.clients-title {
	letter-spacing: 0.2em;
	color: #001A27; }

.clients .logo-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 80px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	margin: 36px auto 0; }
.clients .logo-container2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 80px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	margin: 36px auto 0; }

.clients .logo-item > img {
	/*width: 100%;*/ }
.logo-stada img{
	height: 76px;
}
.gs_logo_single--inner img{
	height: 67px;
	width: auto;
}

.about .right-side {
	padding-left: 64px; }

.about .content {
	margin-top: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }

.about-list > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }

.about-list > li:before {
	content: url("Assets/img/list-marker.svg");
	margin-right: 12px;
	padding-top: 4px; }

.about-list > li {
	margin-bottom: 20px;
	line-height: 26px; }

.about .video {
	width: 100%; }

.roles .content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 64px;
	margin-top: 100px; }

.roles .role-wrap {
	position: relative; }

.roles .role-list {
	padding: 20px 10px 20px 21px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	width: 100%;
	z-index: 5;
	opacity: 1;
	border: 1px solid #48CDB7;
	border-top-color: #fff;
	-webkit-transition: opacity .7s ease-in-out;
	-o-transition: opacity .7s ease-in-out;
	-moz-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out; 
	height: 413px;
}
.roles .role-list > li {
	opacity: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
.roles .role-list > li:before {
	content: url("Assets/img/list-marker.svg");
	margin-right: 12px;
	padding-top: 4px; }
.roles .role-list > li {
	opacity: 1;
	-webkit-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	font-weight: normal;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 12px; }

.roles .role-item {
	border: 1px solid #48CDB7;
	height: 205px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; 
	webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;}
.roles .role-item > img {
	width: 80px;
	margin-top: -45px; }
.roles .role-item:hover + .role-list > li {
	opacity: 1;
	max-height: none;
	width: 100%; }

.roles .role-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 16px 21px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: end;
	color: #001A27; }

.features .content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-gap: 64px 48px;
	margin-top: 64px; }

.features-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }

.features-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #001A27;
	margin-bottom: 12px;
	margin-top: 12px; }

.features-text {
	text-align: center; }

.steps h3 {
	margin-bottom: 138px; }

.steps .content {
	position: relative;
	margin: 0 auto 86px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%; }
.steps .content img {
	width: 100%; }

.steps-text {
	width: 320px;
	text-align: center;
	position: absolute; }
.steps-text.step1 {
	left: 0;
	top: 0;
	-webkit-transform: translateY(-webkit-calc(-100% - 12px));
	-moz-transform: translateY(-moz-calc(-100% - 12px));
	-ms-transform: translateY(calc(-100% - 12px));
	-o-transform: translateY(calc(-100% - 12px));
	transform: translateY(calc(-100% - 12px)); }
.steps-text.step2 {
	left: 18%;
	top: -webkit-calc(100% + 12px);
	top: -moz-calc(100% + 12px);
	top: calc(100% + 12px); }
.steps-text.step3 {
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -webkit-calc(-100% - 12px));
	-moz-transform: translate(-50%, -moz-calc(-100% - 12px));
	-ms-transform: translate(-50%, calc(-100% - 12px));
	-o-transform: translate(-50%, calc(-100% - 12px));
	transform: translate(-50%, calc(-100% - 12px)); }
.steps-text.step4 {
	left: 68%;
	top: -webkit-calc(100% + 12px);
	top: -moz-calc(100% + 12px);
	top: calc(100% + 12px);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0); }
.steps-text.step5 {
	right: 0;
	top: 0;
	-webkit-transform: translate(0, -webkit-calc(-100% - 12px));
	-moz-transform: translate(0, -moz-calc(-100% - 12px));
	-ms-transform: translate(0, calc(-100% - 12px));
	-o-transform: translate(0, calc(-100% - 12px));
	transform: translate(0, calc(-100% - 12px)); }

.cta {
	background-color: #48CDB7;
	padding-top: 80px;
	padding-bottom: 80px; }
.cta > .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.cta > .container > .side {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.cta-text {
	font-weight: bold;
	margin-right: 64px;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF; }
.cta .download-pdf {
	border: 1.5px solid #FFFFFF;
	padding-left: 24px;
	padding-right: 24px;
	margin-right: 24px; }
.cta .contact-us {
	color: #48CDB7;
	background-color: #FFFFFF;
	border: 1.5px solid #FFFFFF; }

.page-footer {
	padding-top: 64px;
	padding-bottom: 64px; }
.page-footer .logo-container {
	/*border-bottom: 1px solid #48CDB7;*/
	padding-bottom: 24px;
	margin-bottom: 24px; }
.page-footer h4 {
	margin-bottom: 5px; }
.page-footer .wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 64px; }
.page-footer-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px; }
.contacts a:link,
.contacts a:visited,
.contacts a:hover,
.contacts a:active {
	color: #555555;
	text-decoration: none; }
.page-footer .social-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px; }
.page-footer .social.fb {
	margin-right: 14px; }

.footer-item:last-child {
	grid-column: 1/span 3;
	margin-top: 28px; }

.privacy-policy:link,
.privacy-policy:visited,
.privacy-policy:hover,
.privacy-policy:active {
	color: #4CA9FF;
	text-decoration: none; }

#gtranslate_selector {
	border: none;
    background-color: transparent !important;
	color: #555555;
	font-weight: 500;
	font-size: 14px;
	font-family: "Montserrat", sans-serif; }
.lang-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.lang-container:before {
	content: url("Assets/img/lang-icon.svg");
	width: 20px;
	height: 20px; }

.popup-bg {
	position: fixed;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(85, 85, 85, 0.7);
	display: none; }
.popup-bg.active {
	display: block; }

.popup-window {
    width: 60%;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 40px 21px 32px; }

.popup-window .close {
	border: none;
	background-color: transparent;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer; }
.popup-window .form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; }
.popup-window .main-btn {
	margin: 32px auto; }

/*forms*/
.input-field {
	position: relative;
	margin-top: .5rem;
	margin-bottom: .5rem;
	width: 100%; }

input[type=text]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=email]:not(.browser-default) {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #919191;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s, border .3s;
	-moz-transition: box-shadow .3s, border .3s, -moz-box-shadow .3s;
	transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s; }

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #48CDB7;
	-webkit-box-shadow: 0 1px 0 0 #48CDB7;
	-moz-box-shadow: 0 1px 0 0 #48CDB7;
	box-shadow: 0 1px 0 0 #48CDB7; }

.input-field label {
	color: #555555;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1rem;
	cursor: text;
	-webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: color .2s ease-out, -webkit-transform .2s ease-out;
	-o-transition: color .2s ease-out, -o-transform .2s ease-out;
	-moz-transition: transform .2s ease-out, color .2s ease-out, -moz-transform .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out, -moz-transform .2s ease-out, -o-transform .2s ease-out;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	text-align: initial;
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-o-transform: translateY(12px);
	transform: translateY(12px); }

.input-field label {
	left: .75rem; }

.input-field input::-webkit-input-placeholder {
	color: rgba(85, 85, 85, 0); }

.input-field input:-moz-placeholder {
	color: rgba(85, 85, 85, 0); }

.input-field input::-moz-placeholder {
	color: rgba(85, 85, 85, 0); }

.input-field input:-ms-input-placeholder {
	color: rgba(85, 85, 85, 0); }

.input-field input::-ms-input-placeholder {
	color: rgba(85, 85, 85, 0); }

.input-field input::placeholder {
	color: rgba(85, 85, 85, 0); }

.input-field input.active::-webkit-input-placeholder {
	color: rgba(85, 85, 85, 0.5); }

.input-field input.active:-moz-placeholder {
	color: rgba(85, 85, 85, 0.5); }

.input-field input.active::-moz-placeholder {
	color: rgba(85, 85, 85, 0.5); }

.input-field input.active:-ms-input-placeholder {
	color: rgba(85, 85, 85, 0.5); }

.input-field input.active::-ms-input-placeholder {
	color: rgba(85, 85, 85, 0.5); }

.input-field input.active::placeholder {
	color: rgba(85, 85, 85, 0.5); }

.input-field label.active {
	-webkit-transform: translate(-12px, -14px) scale(0.8);
	-moz-transform: translate(-12px, -14px) scale(0.8);
	-ms-transform: translate(-12px, -14px) scale(0.8);
	-o-transform: translate(-12px, -14px) scale(0.8);
	transform: translate(-12px, -14px) scale(0.8);
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
	transform-origin: 0;
	outline-color: transparent;
    color: #48CDB7;
}
/*=============================================   Page news   ==================================================*/
.row-news{
	display: flex;
	padding-bottom: 120px;
	flex-wrap: wrap;
}
.img-news{
	width: 50%;
	height: 50%;
	padding-top: 4px;
}
.info-news{
	display: block;
	padding: 0 40px;
	width: 50%;
}
.news-header{
	font-size: 36px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -.02em;
    color: #001a27;
    padding: 36px 0;
}
.post-title{
	font-weight: 700;
    font-size: 24px;
    color: #001a27;
    line-height: 1.4;
    padding-bottom: 24px;
    text-align: left;
}
.learn-more-post{
	color: #48cdb7;
    padding-left: 27px;
    text-decoration: none;
}
.post_excerpt{
	font-size: 20px;
    line-height: 1.5;
    color: #555;
    flex: none;
    order: 1;
    align-self: center;
    margin: 0;
}
.learn_more{
	margin-top: 24px;
}
.learn_more a{
	color: #48CDB7;
	padding-left: 27px;
}
.learn_more a:hover,
.learn_more a:visited,
.learn_more a:active{
	color: #48CDB7;
}
.learn-more-post{
	position: relative;
}
.learn-more-post:before{
	content: "";
	background-image: url(Assets/img/arrow_news_2.png);
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top:0;
	left: 0;
}
.link_to_news_page{
	padding:  28px 0 24px 0;
}
.link_to_news_page a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1,6;
    display: flex;
    position: relative;
    align-items: center;
    letter-spacing: -.02em;
    color: #a9a9a9;
    padding-left:28px;
}
.link_to_news_page a:before{
	content: "";
	background-image: url(Assets/img/arrow_single_news.png);
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top:0;
	left: 0;
}
.post-thumbnail img{
	width: 100%;
	height: auto;
}
.row-single-news{
	display: flex;
	flex-wrap: wrap;
}
.row-single-news_col1{
	width: 70%;
	padding-right: 40px;
}
.row-single-news_col2{
	width: 30%;
}
.single-news-title{
	font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #001a27;
    flex: none;
    order: 0;
    align-self: center;
    margin: 0;
    padding-bottom: 24px;
}
.date_single_page{
	font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #7f7f7f;
    flex: none;
    padding-bottom: 32px;
}
.entry-content {
	padding-top: 24px;
    font-size: 20px;
    line-height: 1.5;
    color: #555;
}

.next-post-single{
	border-bottom: 1px solid #001A27;
	padding-bottom: 22px;
	padding-top: 28px;
}
.next-post-single a{
	position: relative;
	text-decoration: none;
	padding-left: 28px;
}
.next-post-single a:before{
	content: url(Assets/img/arrow_news_2.png);
	position: absolute;
	top: 0;
	left: 0;
}
.single-post-next a{
	text-decoration: none;
}
.single-post-next_title{
	text-decoration: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.4;
	color: #001A27;
	padding-bottom: 16px;
}
.single-post-next_excerpt{
	text-decoration: none;
	font-size: 16px;
	line-height: 1.6;
	color: #555555;
	position: relative;
}
.single-post-next_excerpt img{
	width: 100%;
	height: 100%;
}
.previous-post-img{
	position: relative;
}
.previous-post-img1:before{
	content: url(assets/img/arrow_news_reverse.png);
	position: absolute;
	top: 30px;
	font-size: 13px;
	line-height: 1.6;
	color: #555555;
}
.single-post-previous a{
	text-decoration: none;
}

.single-post-next_excerpt:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.news-section-menu{
	padding: 0 16px;
}
.news-section-menu a{
	text-decoration: none;
    color: black;
}
.lang-container ul{
	list-style: none;
	display: flex;
}
.lang-container ul li{
  padding-left: 5px;
}
.lang-container ul li a{
  text-decoration: none;
  color:black;
}
.heateor_sss_sharing_container{
	padding-top: 24px;
}
.heateorSssFacebookSvg:hover{
	background-color: #3C589A;
}
.heateorSssLinkedinSvg:hover{
	background-color: #0077B5;
}
.heateorSssTelegramSvg:hover{
	background-color: #3DA5F1;
}
.heateorSssViberSvg:hover{
	background-color: #8B628F;
}
.heateorSssWhatsappSvg:hover{
	background-color: #79E04E;
}
.heateorSssGoogleGmailSvg:hover{
	background-color: #E5E5E5;
}
.entry-content img{
	max-width: 100%;
    height: auto;
}

article strong
{font-weight: bold;}

.block-single-news b{
	font-weight: bold;
}
.block-single-news i{
	font-style: italic;
}

/*================================================*/
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    box-sizing: border-box;
    width: 100%;
}
.sp-form .sp-lg .sp-field .sp-form-control {
    box-sizing: border-box;
}
.sp-link-wrapper {
    display: none;
}
.contact.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 36px 0;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact .right-side {
    padding-left: 64px;
}
.side.left-side iframe{
	width: 100%;
}
.contact-title{
	text-transform: uppercase;
	padding-top: 30px;
}
.tel{
	text-decoration: none;
	color: #555555;
}
.contact-email{
	text-decoration: none;
	color: #555555;
}
.side .contact-links a img{
    width: 36px !important;
}

.youtube-player{
	position: relative;
	width: 100%;
	height: auto;
	cursor: pointer;
}
.youtube-player.pristine:before {
	content: url(Assets/img/video-play-pr.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.youtube-player img{
	border: 1px solid #555555;
}
.youtube-player img:hover{
	box-shadow: 1px 1px 10px black;
}
.button-section{
	text-align: center;
	padding-top: 60px;
}
.menu-wrapper{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1110px) {
	.roles .content {
		grid-column-gap: 20px; }
	.about .right-side {
		padding-left: 24px; }
	.about .content {
		margin-top: 56px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start; }
	.about .content .side {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start; }
	.about .content .side img {
		width: 100%; } }

@media screen and (max-width: 1010px) {
	.roles .content {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 93px 48px;
		grid-template-rows: auto auto; }
	.roles .role-title {
		padding-bottom: 0; }
	.roles .role-wrap {
		position: static;
		border: 1px solid #48CDB7; }
	.roles .role-list {
		padding: 20px 24px 32px;
		position: static;
		opacity: 1;
		border: none;
		border-top: 0;
		height: auto;
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none; 
	}
	.roles .role-list > li {
		opacity: 1;
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none; }
	.roles .role-item {
		height: auto;
		border: none; }
	.roles .role-item:hover {
		border-bottom-color: inherit;
		-webkit-border-bottom-left-radius: inherit;
		-moz-border-radius-bottomleft: inherit;
		border-bottom-left-radius: inherit;
		-webkit-border-bottom-right-radius: inherit;
		-moz-border-radius-bottomright: inherit;
		border-bottom-right-radius: inherit; }
	.roles .role-item:hover + .role-list {
		border-top-color: inherit;
		-webkit-border-top-left-radius: inherit;
		-moz-border-radius-topleft: inherit;
		border-top-left-radius: inherit;
		-webkit-border-top-right-radius: inherit;
		-moz-border-radius-topright: inherit;
		border-top-right-radius: inherit;
		opacity: inherit; }
	.roles .role-item:hover + .role-list > li {
		opacity: inherit;
		max-height: inherit;
		width: inherit; }
	.steps h3 {
		margin-bottom: 56px; }
	.steps .content {
		position: static;
		margin: 0;
		display: grid;
		grid-template-columns: 1fr 2fr;
		grid-template-rows: repeat(5, 1fr);
		grid-row-gap: 48px;
		width: 100%; }
	.steps .content picture {
		grid-row: 1/span 5;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end; }
	.steps .content img {
		width: auto; }
	.steps-text {
		width: 80%;
		position: static;
		text-align: left;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 16px; }
	.steps-text.step1, .steps-text.step2, .steps-text.step3, .steps-text.step4, .steps-text.step5 {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none; } }

@media screen and (max-width: 900px) {
	h1, h3 {
		font-size: 28px;
		line-height: 38px; }
	.section-title-container {
		width: 50%; }
	.section {
		padding-bottom: 100px; }
    .page-header .right-side {
        justify-content: flex-end; }
	.hero .title {
		margin-bottom: 16px; }
	.hero .subtitle {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 28px; }
	.hero .container {
		padding-top: 53px;
		padding-bottom: 100px;
		position: relative; }
	.hero .order {
		padding: 14px 18px; }
	.hero .right-side {
		height: 100%; }
	.hero .right-side img {
		position: absolute;
        width: 70%;
		top: 0;
		right: 0;
		z-index: 0; }
	.clients .logo-container {
		grid-column-gap: 64px;
		width: 100%; }
	.clients .logo-container2 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px 55px;
		width: 100%; }
	.clients .logo-container2 img{
		width: 100%; }
	.features .content {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 74px 48px; }
	.features-item:nth-child(5n) {
		grid-column: 1/span 2; }
	.cta {
		padding-top: 72px;
		padding-bottom: 88px; }
	.cta > .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.cta > .container > .side {
		width: 100%; }
	.cta-text {
		margin-bottom: 36px;
		margin-right: 0;
		text-align: center; }
	.page-footer .wrap {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 48px; }
	.footer-item:nth-child(4) {
		grid-column: 1/span 3; }
	.footer-item:last-child {
		grid-column: 1/span 3;
		margin-top: 16px; }
	.lang-container {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; } 
/*    проба модального окна*/
    .popup-bg {
	    height: 100%;
        overflow: auto;}
.popup-window {
	top: 5%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); } }

@media (max-width: 768px) {
	.row-single-news_col1,
	.row-single-news_col2{
		width: 100%;
	}
	.row-single-news_col1{
		padding-right: 0;
	}
	.single-news-title{
		font-size: 28px;
	}
	.info-news,
	.img-news{
		width: 100%;
	}
	.info-news{
		padding: 0;
	}
	.post-title{
		
	}

}

@media screen and (max-width: 550px) {
	.container {
		padding-left: 24px;
		padding-right: 24px; }
	.section-title:before {
		display: none; }
	.section-title:after {
		display: none; }
	.section-title-container {
		width: 100%; }
	.main-btn {
		font-size: 14px;
		padding: 10px 28px; }
	.main-btn:hover {
		-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5); }
	.page-header {
		position: -webkit-sticky;
		position: sticky; }
	.page-header > .container {
		padding-top: 14px;
		padding-bottom: 14px; }

    .lang-container {
        order:2; }
	.main-logo {
		width: 121.87px; }
	.tel-container {
		padding: 11px 5px;
		margin-left: 20px;
        order: 1;}
	.tel-num, #gtranslate_selector {
		font-size: 13px; }
	.tel-num:before {
		display: none; }
	.hero .container {
		position: static;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 0; }
	.hero .order {
		padding: 10px 8px;
		font-size: 13px; }
	.hero .left-side {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.hero .left-side .main-btn {
		margin: 0 auto;
		display: block;
		width: 100%; }
	.hero .right-side {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		height: auto; }
	.hero .right-side img {
		position: static;
		width: 100%; }
	.hero .side {
		width: 100%; }
	.clients .logo-container {
		grid-gap: 50px 55px;
		grid-template-columns: 1fr 1fr; }
	.about .right-side {
		padding-left: 0; }
	.about .content {
		margin-top: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.about .content .side {
		width: 100%; }
	.roles .content {
		grid-template-columns: 1fr; }
	.features .content {
		grid-template-columns: 1fr;
		grid-gap: 36px 0; }
	.features-item:nth-child(5n) {
		grid-column: 1/ span 1; }
	.steps .content {
		grid-template-columns: 1fr 3fr; }
	.steps h3 {
		margin-bottom: 50px; }
	.steps-text {
		width: 100%;
		padding-left: 10px;
		font-size: 14px;
		line-height: 20px; }
	.cta-text {
		margin-bottom: 32px; }
	.cta .buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.cta .buttons > button,
	.cta .buttons > a {
		width: 100%;
		text-align: center; }
	.cta .buttons .download-pdf {
		margin-right: 0;
		margin-bottom: 16px; }
	.page-footer .wrap {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, auto);
		grid-row-gap: 32px; }
	.footer-item:nth-child(4) {
		grid-column: 1/span 1; }
	.footer-item:last-child {
		grid-column: 1/span 1;
		margin-top: 0; }
	.popup-window {
		width: 90%; 
	} 
	.contact .right-side {
    	padding-left: 0;
	}
	.contact.content .side{
		width: 100%;
	}
}


.menu-toggle{
	display: none;
}

@media screen and (max-width: 550px) {
.page-header{
  position: relative;
}
  .menu-toggle {
    display: block;
    position: absolute;
    top: 14px;
    right: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(4px, 4px);
  -ms-transform: rotate(45deg) translate(4px, 4px);
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

.one,
.two,
.three {
  width: 24px;
  height: 2px;
  background: #6D5E6A;
  border-radius: 0.5px;
  margin: 4px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu-wrapper{
display: none;
}
.menu-wrapper.on{
  display: block;
    position: absolute;
    top: 66px;
    left: 0;
    padding: 48px;
    background: #fff;
    border: 1px solid #48CDB7;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.lang-container {
  padding-top: 12px;
    -ms-flex-pack: center;
  justify-content: center;
}
}
