/*
Theme Name: ehealth
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #3d3d3d;
}

.privacy-body {
	padding: 15px;
	font-size: 18px;
}

body.no-scroll {
	overflow-y: hidden;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wrapper {
	width: 1140px;
	margin: 0 auto;
}

.site-header {
	height: 100px;
	line-height: 100px;
	background-color: transparent;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 15;
	transition: all 0.3s ease-out;
}

.header-line-wrapper {
	position: absolute;
    width: 100%;
    transition: all 0.3s ease-out;
}

.site-header .wrapper {
	line-height: 100px;
	transition: all 0.3s ease-out;
}

.site-header .logo a {
	display: inline-block;
    vertical-align: middle;
}

.site-header .logo img {
	display: block;
	max-width: 80%;
}

.header-line-wrapper.affix-top .site-header {
	background-color: #fff;
	height: 80px;
	line-height: 80px;
	transition: all 0.3s ease-out;
}

.header-line-wrapper.affix-top .wrapper {
	line-height: 80px;
	transition: all 0.3s ease-out;
}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.va-top {
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.va-bottom {
	vertical-align: bottom;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

.ptb130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.pt50-pb100 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.accordionkep {
	padding-top: 50px;
	padding-bottom: 100px;
}

.keptextblock {
	padding-top: 50px;
	padding-bottom: 20px;
}

.textblockkep {
	border: 4px solid;
	border-color: #964b00;
    padding: 10px;
}

.textblockkep img {
    float: left;
	margin: 3px;
	margin-right: 10px;
}

.menu {
	text-align: right;
	padding-right: 140px;
}

.menu .menu-icon {
	color: #0056b8;
	font-size: 18px;
	cursor: pointer;
}

.section-top {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 260px 0 130px 0;
}

.section-top:before {
	content: '';
	position: absolute;
    top: 0;
	bottom: 0;
    right: 0;
	width: 100%;
	background: url(images/skew-top-2.png) no-repeat right top;
    background-size: cover;
    /*border-width: 0 0 800px 480px;
    border-style: solid;
    border-color: transparent transparent #fadc3c transparent;*/
}

.section-top .left-column {
	max-width: 550px;
}

.main-title {
	font-size: 40px;
	font-weight: 700;
}

.main-title p {
	margin: 0;
}

.main-title-desc {
	font-size: 15px;
	font-weight: 500;
	border-top: 2px solid #3d3d3d;
	margin-top: 30px;
	padding-top: 30px;
	display: inline-block;
}

.bottom-subtitle {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
}

.bottom-btn {
	margin-top: 55px;
}

.bottom-btn .btn {
	font-weight: 700;
	background-color: #0056b8;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	padding: 0 50px;
	text-transform: uppercase;
	display: inline-block;
	transition: background-color 0.3s ease-out;
	border-radius: 2px;
	-webkit-box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
	-moz-box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
	box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
}

.bottom-btn .btn:hover {
	background-color: #1281fb;
	transition: all 0.3s ease-out;
}

.section-top .right-column {
	position: relative;
	width: 50%;
}

.section-top .right-content {
	position: absolute;
	right: 0;
	bottom: -100px;
	color: #0056b8;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 700;
}

.section-top .right-content .right-text {
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

.section-top .right-content .right-text:before {
	content: '\f107';
	font: normal normal normal 47px/1 FontAwesome;
	position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 18px;
}

.right-content:before {
	content: '#';
	font-size: 653px;
	line-height: 446px;
	font-weight: 700;
	color: #fff;
	opacity: 0.15;
	position: absolute;
	top: -112px;
}

.purpose-section {
	padding: 100px 0 80px 0;
	background-color: #fadc3c;
	border-bottom: 20px solid #0056b8;
}

.purposes {
	background-color: #0056b8;
	padding: 0 10px;
	-webkit-box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
    -moz-box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
    box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
}

.purposeskep {
	background-color: #fadc3c;
	padding: 0 10px;
	height: 150px;
	-webkit-box-shadow: 4px 12px 40px -10px rgba(250,220,60,1);
    -moz-box-shadow: 4px 12px 40px -10px rgba(250,220,60,1);
    box-shadow: 4px 12px 40px -10px rgba(250,220,60,1);
}

.purpose-section .purpose-text {
	font-family: 'Lato', sans-serif;
	color: #033a78;
	font-size: 18px;
	text-align: center;
	max-width: 985px;
	margin: 70px auto 0 auto;
}

.purposes .purpose-item {
	padding: 30px 30px;
	border-right: 1px dashed #fadc3c;
	font-family: 'Lato', sans-serif;
	width: 20%;
}

.purposes .purpose-item:last-child {
	border: none;
}

.purpose-title {
	color: #fadc3c;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
}

.keppurpose-title {
	color: #000000;
	margin-left: 15px;
    margin-top: 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative	
}

.keppurpose-subtitle {
	color: #000000;
}

.purpose-title .hash {
	margin-right: 10px;
	position: absolute;
	left: -20px;
}

.purpose-subtitle {
	color: #fff;
}

.role-section {
	padding: 80px 0 100px 0;
	position: relative;
}

.role-section:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-width: 477px 639px 0 0;
    border-style: solid;
    border-color: #f6f6f6 transparent transparent transparent;
}

.role-wrapper {
	position: relative;
	z-index: 2;
}

.roles-top {
	margin-top: 40px;
}

.role-item {
	padding: 10px;
	width: 50%;
	float: left;
}

.role-item:first-child .role-item-wrapper {
	padding: 30px 174px 30px 30px;
	background-position: right bottom;
}

.role-item:nth-child(2) .role-item-wrapper {
	padding: 30px 30px 30px 174px;
	background-position: left bottom;
}

.role-item:nth-child(2) .text-bl {
	padding-left: 20px;
}

.role-item:nth-child(3) .role-item-wrapper {
	padding: 30px 174px 30px 30px;
	background-position: right top;
}

.role-item:nth-child(4) .role-item-wrapper {
	padding: 30px 30px 30px 174px;
	background-position: left top;
}

.role-item:nth-child(4) .text-bl {
	padding-left: 20px;
}

.role-item-wrapper {
	/*max-height: 275px;*/
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 30px 0 0 30px;
	text-align: left;
	position: relative;
	-webkit-box-shadow: -6px 10px 38px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -6px 10px 38px 0px rgba(0,0,0,0.2);
	box-shadow: -6px 10px 38px 0px rgba(0,0,0,0.2);
}

.role-item .role-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
}

.role-item .role-text {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 15px;
	display: inline-block;
}

.role-item .role-text p {
	margin: 0;
}

.role-item .img-tpl {
	min-width: 174px;
	position: absolute;
}

.role-item .img-tpl img {
	display: block;
}

.role-item .img-tpl.img-tpl-1 {
	right: 0;
	bottom: 0;
}

.role-item .img-tpl.img-tpl-2 {
	left: 0;
	bottom: 0;
}

.role-item .img-tpl.img-tpl-3 {
	right: 0;
	top: 0;
}

.role-item .img-tpl.img-tpl-4 {
	left: 0;
	top: 0;
}

.about-section {
	background-position: right center;
	background-repeat: no-repeat;
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}

.about-section:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1196px solid #fff;
    border-right: 1126px solid transparent;	
}

.about-section:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
}

.about-section .about-wrapper {
	position: relative;
	z-index: 1;
}

.about-section .about-wrap {
	max-width: 50%;
	margin-top: 50px;
}

.about-section .about-wrap .about-item {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
}

.about-section .about-wrap .about-item:before {
	content: '+';
	font-weight: 900;
	font-style: italic;
	color: #adabab;
	position: absolute;
	left: 0;
}

.news-section {
	position: relative;
}

.news-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
	border-width: 618px 571px 0 0;
    border-style: solid;
    border-color: #f8f8f8 transparent transparent transparent;
}

.news-wrapper {
	padding: 100px 0 80px 0;
	position: relative;
	z-index: 1;
}

.news-container {
	margin-top: 40px;
}

.news-item {
	padding: 0 20px;
	outline: none;
}

.news-item .news-date {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 10px;
}

.news-item .news-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 10px;
	color: #3d3d3d;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-out;
}

.news-item .news-title a {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 10px;
	color: #3d3d3d;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-out;
}

.news-item .news-title a:hover {
	color: #0056b8;
	transition: all 0.3s ease-out;
}

.news-item .news-content {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
}

.news-item .more-btn {
	margin-top: 25px;
}

.news-item .more-btn a {
	color: #0056b8;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.news-item .more-btn a:hover {
	color: #1281fb;
	transition: all 0.3s ease-out;
}

.news-item .news-img img {
	height: 185px;
	display: block;	
}

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

.all-news a {
	color: #0056b8;
	font-size: 18px;
	font-weight: 700;
	line-height: 66px;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.all-news a:hover {
	color: #1281fb;
	transition: all 0.3s ease-out;
}

.news-item .mob {
	display: none;
}

/* Article section */

.articles-section {
	padding: 88px 0 80px 0;
}

.articles-wrapper .articles-container {
	margin-top: -10px;
}

.articles-wrapper .articles-item {
	height: 313px;
	outline: none;
	background-color: #fff;
	margin: 0 auto;
	-webkit-box-shadow: -6px 10px 38px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -6px 10px 38px 0px rgba(0,0,0,0.2);
	box-shadow: -6px 10px 38px 0px rgba(0,0,0,0.2);
}

.articles-item .article-img {
	width: 400px;
}

.articles-item .article-img img {
	width: 100%;
}

.articles-wrapper .article-wrap {
	outline: none;
	padding: 0 87px;
}

.articles-wrapper .slick-track {
	padding: 45px 0;
}

.articles-section .fw-col-xs-12 {
	padding: 0;
}

.articles-wrapper .article-conteiner {
	padding-left: 40px;
	padding-right: 40px;
}

.articles-wrapper .article-conteiner .more-btn {
	margin-top: 15px;
}

.article-conteiner .more-btn a {
	color: #0056b8;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
}

.articles-wrapper .article-title {
	font-size: 26px;
	font-weight: 700;
}

.articles-wrapper .article-title-divider {
	width: 180px;
	height: 2px;
	background-color: #3d3d3d;
	opacity: 0.2;
	margin-top: 20px;
}

.articles-wrapper .article-content {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 20px;
}

.articles-wrapper .slick-dots {
	bottom: -26px;
}

.articles-section .slick-arrow {
	position: absolute;
	top: 41.7%;
	font-size: 54px;
	color: #0056b8;
	z-index: 2;
}

.articles-section .slick-arrow.left {
	left: 15.8%;
}

.articles-section .slick-arrow.right {
	right: 15.8%;
}

.articles-section .slick-dotted.slick-slider {
	margin-bottom: 10px;
}

/* End article section */

.arch-section {
	padding: 100px 0;
}

.arhitecture-wrapper .arch-container {
	text-align: center;
	margin-top: 50px;
}

.mises-section {
	padding: 100px 0 80px 0;
	position: relative;
	overflow: hidden;
}

.mis-wrapper {
	position: relative;
	z-index: 1;
}

.mises-section:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
    z-index: 1;
    border-width: 0 0 700px 840px;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
}

.mises-section .mises-container {
	margin-top: 40px;
}

.mises-container .slick-track {
	padding: 30px 0;
}

.mises-section .mises-container .mis-item {
	padding: 0 20px;
	outline: none;
}

.mises-section .mises-container .mis-item img {
	margin: 0 auto;
	-webkit-box-shadow: -2px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -2px 10px 20px 0px rgba(0,0,0,0.2);
    box-shadow: -2px 10px 20px 0px rgba(0,0,0,0.2);
}

.y-dots .slick-dots li {
	width: 12px;
	height: 12px;
	background-color: #d3d1d1;
	border-radius: 50%;
}

.y-dots .slick-dots li button:before {
	display: none;
}

.y-dots .slick-dots li.slick-active {
	background-color: #fadc3c;
}

.mises-section .slick-arrow {
	position: absolute;
    right: 0;
	top: -110px;
    font-size: 40px;
	color: #0056b8;
}

.mises-section .slick-arrow.left {
	right: 50px;
}

.mises-section .slick-arrow.right {
	right: 20px;
}

.download-bl {
	display: none;
	float: right;
	margin-top: 20px;
}

.download-bl i {
	font-size: 40px;
	color: #0057b8;
	transition: all 0.3s ease-out;
}

.download-text {
	margin-right: 10px;
	color: #0057b8;
	font-size: 16px;
	font-weight: 700;
	max-width: 170px; 
	text-align: right;
	transition: all 0.3s ease-out;
}

.download-link {
	text-decoration: none!important;
	color: #0057b8;
	transition: all 0.3s ease-out;
}

.button-bottom-bl {
	margin-top: 65px;
	width: 100%;
	text-align: center;
}

.button-container > a {
	display: inline-block;
	margin: 15px;
	padding: 15px 15px;
	background: #0056b8;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.3s ease-out;
    border-radius: 2px;
    -webkit-box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
    -moz-box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
    box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
}

.button-container > a:hover {
	background-color: #1281fb;
    transition: all 0.3s ease-out;
}

.slick-arrow {
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.slick-arrow:hover {
	color: #1281fb;
	transition: all 0.3s ease-out;
}

.download-link:hover .download-text,
.download-link:hover i {
	color: #1281fb;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.connect-section {
	padding: 100px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.connect-section .bottom-btn {
	text-align: center;
}

.connect-section:before {
	content: '';
    position: absolute;
    top: 0;
    background-color: #979797;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

.connect-section .connect-title {
	color: #fefefe;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

.connect-section .section-divider {
	width: 200px;
	height: 2px;
	background-color: #ffffff;
	opacity: 0.2;
	margin: 40px auto 0 auto;
}

.section-title {
	font-size: 40px;
	font-weight: 700;
	padding: 0 20px;
}

.section-title.centered {
	text-align: center;
}

.section-title .title-divider {
	width: 200px;
	height: 2px;
	background-color: #3d3d3d;
	opacity: 0.2;
	margin-top: 20px;
}

.section-title.centered .title-divider {
	margin-left: auto;
	margin-right: auto;
}

/* Question section */

.question-section{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	font-family: "Montserrat";
	font-weight: bold;
	margin-top: 30px;
}

.question-section:before {
    content: '';
    position: absolute;
    top: 0;
    background-color: #fadc3c;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}

.question-section .bg-white{
	position: absolute;
	height: 390px;
	background-color: #fff;
	width: 55.5%;
	bottom: 20px;
	right: 0;
	background-color: #fff;
}

.question-section .bg-white:before{
	content: '';
	display: block;
	position: absolute;
	left: -276px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 390px 276px;
	border-color: transparent transparent #ffffff transparent;
}

.question-section .bg-white:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 262px;
	height: 263px;
	background: url('images/question-logo.png') no-repeat left bottom -19px;
	background-size: contain;
}

.question-section .bg-white .shadow{
	display: block;
	position: absolute;
	left: -276px;
	bottom: 0;
	width: calc(100% + 276px);
	height: 1px;
	box-shadow: 8px 5px 9px 0px rgba(0, 0, 0, 0.5);
}

.question-section .wrapper {
	position: relative;
}

.question-section .title{
	font-size: 40px;
	color: rgb(61, 61, 61);
	line-height: 1;
}

.question-section .left{
	float: left;
	width: 26.3%;
	padding: 94px 0 90px;
}

.question-section .right{
	float: right;
	text-align: right;
	width: 73.7%;
	padding-top: 15px;
}

.question-section .left a{
	font-size: 18px;  
	color: rgb(0, 86, 184);
	margin-top: 26px;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.question-section .left a:hover{
	color: #1281fb;
	text-decoration: none;
}

.question-section .divider {
	background-color: rgb(61, 61, 61);
	opacity: 0.2;
	display: inline-block;
	width: 200px;
	height: 2px;
	margin-top: 34px;
}

.question-section .text{
	font-size: 20px;
	color: rgb(61, 61, 61);
	line-height: 1.2;
	margin-top: 27px;
}

.question-section .text p{
	margin: 0;
}

.question-section .btn {
    font-weight: 700;
    background-color: #0056b8;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    padding: 0 50px;
    text-transform: uppercase;
    display: inline-block;
    transition: background-color 0.3s ease-out;
    border-radius: 2px;
    -webkit-box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
    -moz-box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
    box-shadow: 4px 12px 40px -10px rgba(0,86,184,1);
    margin-top: 35px;
	pointer-events: none;
}

.question-section .btn:hover {
    background-color: #1281fb;
    transition: all 0.3s ease-out;
}

/* End question section */

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

.media-slider.arrow-2 .slick-arrow {
	position: absolute;
    right: 0;
    top: -110px;
    font-size: 40px;
    color: #0056b8;
}

.media-slider.arrow-2 .slick-arrow.left {
	right: 50px;
}

.media-section {
	position: relative;
	overflow: hidden;
}

.media-section:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-width: 618px 571px 0 0;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent;
}

.info-section {
	padding: 100px 0;
}

.info-wrapper.second-row {
	max-width: 900px;
    margin: 0 auto!important;
}

.info-wrapper {
	margin-top: 40px;
}

.info-wrapper .info-numbers {
	color: #0056b8;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 400;
	margin-top: 20px
}

.info-wrapper .info-title {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px
}

.ptb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

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

.contact-section .fw-col-xs-12 {
	padding: 0;
}

.contact-bl .section-title {
	background-color: #f5f5f5;
    display: inline-block;
	height: 100%;
	position: relative;
	z-index: 1;
}

/*.contact-bl .section-title:before {*/
/*	content: '';*/
/*	width: 200%;*/
/*	height: 100%;*/
/*	background-color: #f5f5f5;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: -200%;*/
/*}*/

.contact-info {
	position: relative !important;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f5f5f5 !important;
}

/*.contact-bl .section-title:after {*/
/*	content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -392px;*/
/*    border-top: 610px solid #f5f5f5;*/
/*    border-right: 395px solid transparent;*/
/*}*/

.page-id-672 {
	background-color: #3b3b3b;
}

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

.contact-bl {
	height: 100%;
}

.contact-text {
	margin-top: 30px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.contact-text .address {
	font-size: 18px;
}

.contact-text .more-info{
	font-size: 18px;
}

.edit-link {
	display: none;
}

.site-footer {
	background-color: #3b3b3b;
	padding: 20px 0;
}

.footer-social {
	text-align: right;
}

.social-item {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #767676;
	text-align: center;
	line-height: 33px;
	margin: 0 5px;
	transition: all 0.3s ease-out;
}

.social-item:hover {
	transition: all 0.3s ease-out;
}

.social-item i {
	color: #3b3b3b;
	font-size: 16px;
}

.social-item a {
	display: block;
}

.social-item.insta:hover {
	background-color: #e4405f;
}

.social-item.twitter:hover {
	background-color: #55acee;
}

.social-item.fb:hover {
	background-color: #3b5999;
}

.page-name-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-name-section .page-name {
	padding: 90px 0 100px 0;
}

.page-name .wrapper {
	position: relative;
	z-index: 1;
}

.page-name-section .page-name:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
}

.page-name-section:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    background-image: url(images/page-name-skew.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}

.page-name .page-title {
	font-size: 40px;
	font-weight: 700;
	text-align: left;
}

.connect-item {
	padding: 70px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.connect-item:last-child {
	border-bottom: none;
}

.connect-item p {
	margin: 0;
}

.connect-item .item-num {
	opacity: 0.2;
	color: #3d3d3d;
	font-size: 90px;
	font-weight: 700;
	line-height: 65px;
	width: 120px;
}

.connect-item .item-title {
	font-size: 22px;
	font-weight: 700;
}

.connect-item .item-text {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.connect-item a {
	color: #0056b8;
	text-decoration: none;
}

.connect-item .red {
	color: #f12535;
}

.connect-item .item-text {
	margin-top: 15px;
}

.faq-section .page-name .page-title {
	text-align: left;
	margin: 0;
	text-transform: lowercase;
}

.faq-section .page-name .page-title:first-letter {
	text-transform: uppercase;
}

.page-name .page-text {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
}

.faq-section {
	position: relative;
}

.faq-section .menu-faq_menu-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.faq-section .menu-faq_menu-container:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.faq-content {
    position: relative;
    z-index: 2;
}

.faq-container {
	position: relative;
}

#menu-faq_menu {
	position: relative;
	margin: 0;
	padding: 25px;
	display: inline-block;
}

#menu-faq_menu > li {
	float: left;
	border-right: 2px solid rgba(0, 0, 0, 0.2);
	list-style: none;
}

#menu-faq_menu > li.current-menu-item a {
	color: #3d3d3d;
}

#menu-faq_menu > li > a {
	color: #0056b8;
	font-size: 20px;
	font-weight: 700;
	border: none;
	padding: 0 20px;
	border-radius: 0;
	text-decoration: none;
	display: block;
}

#menu-faq_menu > li > a:first-letter {
	text-transform: lowercase;
}

#menu-faq_menu>li:last-child {
	border-right: none;
	padding-right: 0;
}

#menu-faq_menu>li>a:hover {
	background-color: transparent;
}

#menu-faq_menu>li.active>a {
	color: #3d3d3d;
}

#menu-faq_menu>li.active>a, 
#menu-faq_menu>li.active>a:hover, 
#menu-faq_menu>li.active>a:focus {
	background-color: transparent;
	border: none;
}

.faq-container .panel-group {
	margin: 0;
}

.faq-container .faq-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: none;
}

.faq-container .panel-collapse {
	padding-left: 58px;
}

.faq-container .header-faq {
	padding: 0;
}

.faq-container .header-faq a {
	color: #3d3d3d;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	padding-left: 30px;
	display: inline-block;
}

.faq-container .header-faq a .table {
	margin-bottom: 0;
}

.faq-container .faq-title  {
	padding-left: 15px;
}

.faq-container .header-faq a.collapsed .status-icon {
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: all 0.3s ease-out;
}

.faq-container .header-faq a .status-icon {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: all 0.3s ease-out;
	color: #0056b8;
	font-size: 18px;
    line-height: 14px;
}

.faq-item.inactive, .faq-main-item.inactive{
	display: none;
}

.faq-container .no-results{
	padding: 40px 15px;
}

.content-wrapper {
	background: rgba(186, 186, 186, 0.2);
	padding: 30px 20px;
}

.navigation.pagination {
	display: block;
	text-align: center;
}

.navigation.pagination h2 {
	display: none;
}

.navigation.pagination .page-numbers {
	color: #0056b8;
	font-size: 24px;
	font-weight: 500;
	margin: 0 8px;
}

.navigation.pagination .page-numbers.current {
	color: #aeadad;
}

.content-news-container {
	padding: 70px 0;
}

.content-news-container .news-item {
	margin-bottom: 30px;
}

.rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
	width: 100%;
}

.content-news-container .rt-holder h2 a {
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease-out;
}

.content-news-container .rt-holder h2 a:hover {
	transition: all 0.3s ease-out;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more {
	text-align: left!important;
	margin-top: 20px;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a {
	color: #0056b8;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
	padding: 0!important;
	background: transparent!important;
    transition: all 0.3s ease-out;
}

.content-news-container .rt-holder .read-more a:hover {
	color: #1281fb;
    transition: all 0.3s ease-out;
}

.post-container {
	padding: 70px 0 100px 0;
}

.post-column-img {
	width: 400px;
}

.post-container .post-thumbnail {
	margin-bottom: 30px;
}

.post-container .post-thumbnail img {
	width: 100%;
	display: block;
}

.post-container .post-content {
	padding-left: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

body.postid-706 .page-name-section {
	background-size: contain;
}

body.postid-757 .page-name-section {
	background-size: contain;
}

body.postid-713 .page-name-section {
	background-position-y: top;
}

.recent-section {
	padding: 100px 0;
	background: rgba(238, 238, 238, 0.2);
}

.post-container .recent-posts {
	width: 100%;
}

.recent-posts h3 {
	font-size: 40px;
	font-weight: 700;
}

.recent-container {
	margin-top: 30px;
}

.main-menu-wrapper {
	position: fixed;
	width: 100%;
	top: -150%;	
	left: 0;
	text-align: center;
	/*background: rgba(250, 220, 60, 1);*/
	background: #fff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.57);
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.57);
	transition: all 0.3s ease-out;
}

.main-menu-wrapper.open {
	top: 0;
	opacity: 1;
	visibility: visible;
    transition: all 0.3s ease-out;
}

.main-menu-wrapper .close-menu {
	position: absolute;
	right: 30px;
	top: 30px;
}

.main-menu-wrapper .fa {
	font-size: 30px;
	color: #167ff3;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.main-menu-wrapper .fa:hover {
	color: #3d3d3d;
	transition: all 0.3s ease-out;
}

.main_menu {
	list-style: none;
	padding: 100px 0 70px 0;
}

.relative {
	position: relative;
}

.main_menu li {
	line-height: normal;
	margin: 10px 0;
	list-style: none;
}

.main_menu li a {
	color: #3d3d3d;
	font-size: 18px;
    font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.main_menu li a:hover {
	color: #1281fb;
	transition: all 0.3s ease-out;
}

.main_menu .menu-item-has-children > a:after {
	content: "\f107";
	font: normal normal normal 16px/1 FontAwesome;
	margin-left: 10px;
}

.main_menu .menu-item-has-children .sub-menu {
	padding: 0;
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.main_menu .menu-item-has-children .sub-menu li a:before {
	content: '-';
}

.main_menu .menu-item-has-children.open-list .sub-menu {
	opacity: 1;
	visibility: visible;
	display: block;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.docs-wrapper {
	padding: 100px 0;
}

.document-item {
	padding: 30px;
	box-shadow: 0 0 9px hsla(0,0%,68%,.75);
    border: 1px solid rgba(72,128,237,.15);
    background-color: rgba(86,145,241,0);
}

.docs-wrapper .document-link {
	color: #3d3d3d;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.docs-wrapper .document-link:hover {
	color: #0056b8;
	transition: all 0.3s ease-out;
}

.docs-wrapper .doc-icon {
	width: 18px;
	text-align: left;
	font-size: 20px;
	padding-right: 20px;
}

.contact-section .fw-map {
	/*padding-left: 320px;*/
	position: relative;
	max-height: 600px;
}

.search-quastion {
	text-align: center;
	padding: 50px 15px 15px;
}

.search-quastion .screen-reader-text:not(.search-submit) {
	display: none;
}

.search-quastion .search-form label,
.search-quastion .search-form input:not(.search-submit) {
	width: 100%;
}

.search-quastion .search-form input:not(.search-submit) {
	border: none;
	background-color: #f1f1f1;
	font-size: 18px;
	font-style: italic;
	outline: none;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding: 17.5px 25px;
}

.search-quastion .search-form {
	position: relative;
}

.search-quastion .search-submit-wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
    height: 60px;
    display: block;
	transition: all 0.3s ease-out;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all 0.3s ease-out; }

:focus::-moz-placeholder {
  opacity: 0;
  transition: all 0.3s ease-out; }

:focus:-moz-placeholder {
  opacity: 0;
  transition: all 0.3s ease-out; }

:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all 0.3s ease-out; }

.search-quastion .search-submit-wrap:hover {
	color: #0056b8;
	transition: all 0.3s ease-out;
}

.search-quastion .search-submit-wrap:before {
	content: '\f002';
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 58px;
}

.search-quastion .search-submit-wrap .search-submit {
	width: 60px;
    height: 60px;
    display: block;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
}

.team-wrapper {
	padding: 70px 0;
}

.team-main-item {
	padding: 0 0 60px 0;
}

.main-team-name {
	font-size: 26px;
	font-weight: 700;
}

.main-team-position {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.main-team-desc {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.team-img-wrapper {
	max-width: 380px;
}

.team-image img {
	width: 100%;
}

.main-team-desc ul {
	padding-top: 15px;
	padding-left: 17px;
}

.bottom-team-name {
	font-size: 26px;
	font-weight: 700;
	margin-top: 20px;
}

.bottom-team-position {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.bottom-team-desc {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.bottom-team-desc ul {
	padding-top: 15px;
	padding-left: 17px;
}

.bottom-team-img {
	text-align: center;
}

.bottom-team-img img {
	width: 100%;
}

.team-item {
	margin-bottom: 30px;
}

#content1 {
	width: auto!important;
}

.cattitle {
	display: none;
}

#post_right1 {
	margin: 0 auto;
}

.posts .post_content {
    margin: 0 auto;
	padding: 0!important;
}

#post_content_wrapper1 {
	margin: 0 auto;
}

#contentInner {
	padding: 0!important;
}

#contentInner .posts {
	margin: 0!important;
	padding: 0 !important;
}

ul.posts li {
	margin: 0!important;
}

.faq-item-title {
	margin-top: 35px;
}

.faq-item-title h2 {
	font-size: 18px;
    font-weight: 500;
}

.hidden-info {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
}

.hover-info {
	position: relative;
	display: inline-block;
}

.hover-info:hover .hidden-info {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-out;
}

.footer-text {
	color: #767676;
	font-size: 12px;
}

.footer-bottom {
	margin-top: 30px;
}

.wrapper-404 {
	padding: 180px 0 180px 0;
	height: 100vh;
	min-height: 700px;
	margin-bottom: 0;
}

.top-error {
	padding: 0 16px;
}

.mt15 {
	margin-top: 16px;
}

.mb40 {
	margin-bottom: 40px; 
}

/*==================================
Таблиця підключених МІС START
==================================*/

.table-container .fw-row:first-child .table-dev-container {
	margin-top: 0;
}
.table-container .table-wrapper {
	margin-top: 50px;
}

.table-title {
	margin-bottom: 15px;
}

.status-mis.statuses {
	width: auto!important;
	margin: 0 auto;
}

.status-mis.statuses tr td:first-child {
	width: auto!important;
}

.status-mis.statuses th,
.status-mis.statuses td {
	text-align: left;
}

.status-mis.statuses tr td,
.status-mis.statuses th {
	font-size: 14px;
	padding: 10px;
}

.status-mis.statuses .number-align {
	text-align: center;
}

.status-mis {
	border-collapse: collapse;
	width: 100%!important;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	overflow-x: auto;
}

.status-mis.main-table tr td:first-child {
	height: 117px;
}

.dataTables_info {
	display: none;
}

.status-mis th,
.status-mis td {
	padding: 0 5px;
	text-align: center;
}

.status-mis .mis-logo-dev {
	min-width: 106px;
	margin-top: 10px;
}

.status-mis tr td {
    border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	font-size: 12px;
	position: relative;
}

.status-mis .video-cell {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.status-mis td.first {
	background: #fff!important;
}

.status-mis tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.status-mis.statuses tr:nth-child(even) td {
    background: #f6f6f6!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.status-mis:not(.statuses):not(.az) th:not(.first) {
	/*width: 202px;*/
}

.status-mis.emz th{
	width: 202px;
}

::-webkit-scrollbar { width: 10px; height: 10px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}

.status-mis th {
	background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
    border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 10px 5px;
}

.status-mis:not(.statuses) th:first-child {
	border-left: none;
	width: 125px;
}

.status-mis tr td:first-child {
    border-left: 0;
	width: 117px;
}

.status-mis .mis-name {
	margin: 10px 0;
}

.status-mis .mis-name a {
	font-weight: 700;
	color: #3d3d3d;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-out;
}

.status-mis .mis-name a:hover {
	color: #0056b8;
	border-bottom: 1px solid #0056b8;
	transition: all 0.3s ease-out;
}

.table-title {
	font-family: 'Lato', sans-serif;
    font-size: 23px;
    font-weight: 700;
}

.responsive-tips {
	font-weight: 700;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: red;
	display: none;
	padding-top: 50px;
}

.status-mis .fa-check-square-o {
	font-size: 40px;
	color: #0056b8;
}

.status-mis .fa-minus {
	font-size: 20px;
	color: red;
}

.table-dev-container.connection .rowspan-column td {
	width: 120px;
}