body {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding-top: 70px;
}

.langSwitcherWrapper{
	display:none;
}

 body h3{
	 font-size: 24px;
 }

 body h4{
	font-size: 18px;
}

body h5{
	font-size: 16px;
}

body h6{
	font-size: 14px;
}

.page-template-posts .a2a_kit{
	display:none;
}

.burgerButton{
	display:none;
}

.wrapper p, .wrapper li{
	font-size: 16px;
	line-height: 24px;
}

body.page-template-activation{
	position: relative;
	height: 100vh;
	min-height: 800px;
	padding:0;
}

img {
	border: 0;
}

.alignleft {
	float: left;
	max-width: 100%;
	height: auto;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

.activationWrapper{
	display:grid;
	grid-template-columns: 1fr 340px;
	max-width: 960px;
	margin:auto;
	grid-gap: 20px;
	padding-top: 150px;
	padding-bottom: 120px;
}

.activationWrapper .activationImage{
	background-image: url("images/activation-mail.svg");
	height:317px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.activationWrapper h1{
	font-size: 36px;
    color: #000;
}

.activationWrapper h1 b{
	color:#F67607;
	font-weight: 700;
}

.activationWrapper p{
	font-size: 18px;
	color: #000;
	padding-bottom: 30px;
}

.activationWrapper .contentBox{
	max-width: 485px;
}

.activationWrapper a{
	border: 1px solid #1E72D2;
    background-color: transparent;
    font-size: 14px;
    padding: 10px 48px;
    margin-top: 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #1E72D2;
	cursor: pointer;
	text-decoration: none;
}

.activationWrapper a:hover{
	background-color: #1E72D2;
	color:#fff;
}

.activationFooter{
	position: absolute;
	bottom:0;
	width:100%;
}

.input {
	background-color: #f3f3f3;
	border: 1px solid #e7e7e7;
	height: 30px;
	color: #b2b2b2;
	padding: 0 10px;
	vertical-align: top;
}

.button {
	color: #fff;
	background-color: #29c5e6;
	border: none;
	height: 32px;
	font-family: 'Open Sans', sans-serif;
}

.image {
	border: 1px solid #fff;
	outline: 1px solid #c9c9c9;
}

figure img {
	display: block;
}

.wrapperMain {
	max-width: 1210px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
	grid-row-gap: 50px;
	padding: 50px 0;
	position: relative;
}

.wrapperMain.bottomWrapper{
	padding: 50px 0 90px;
}

.wrapper {
	max-width: 1210px;
	margin: auto;
	display: block;
	padding: 0px 15px;
    box-sizing: border-box;
}

.contentWrapper a>img{
	width: 370px;
}

.commentsWrapper{
	margin-bottom: 70px;
}

.postWrapper{
	display: block;
	padding: 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}

.postWrapper:hover .postThemeHeader{
	color: #2A9EE5;
}

.shortNewsWrapper .postWrapper{
	background: 0;
    border-radius: 0;
	padding: 20px 32px;
	border-bottom: 1px solid #D6D6D6;

}

.shortNewsWrapper .postWrapper:hover{
	box-shadow: none;
	/*border-bottom: 1px solid #333333;*/
}

.shortNewsWrapper .postThemeHeaderBox{
	padding:0;
	padding-bottom: 10px;
}

.single .postThemeHeaderBox{
	padding-top: 10px;
}

.shortNewsWrapper .gray-text.data{
	color:#919192;
	font-size:13px;

}

.newsSubWrapper{
	max-width: 740px;
	margin:auto;
}

.newsSubWrapper .subEmailBlock{
	background-image: none;
}

.newsSubWrapper .subEmailBlock p{
	margin-bottom: 0;
}

.emailSendedBlock{
	display:none;
}

.subEmailBlock, .emailSendedBlock{
	background-color: #2A9EE5;
	background-image: url("images/subscripition-bg.svg");
	background-size: 95%;
    background-repeat: no-repeat;
    padding: 35px;
	background-position: 50%;
	border-radius: 5px;
}

.emailSendedBlock{
	padding: 113px 35px;
}

.subEmailBlock h2, .emailSendedBlock h2{
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}


.subEmailBlock h5, .emailSendedBlock h5{
    color: #fff;
    text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
    margin-bottom: 0;
}

.subEmailBlock p{
    font-size: 14px;
    color: #fff;
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
}

.subEmailBlock a{
    color: #fff;
}

.subEmailBlock input{
	display: block;
    width: 100%;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    padding: 21px 24px 15px;
    font-weight: 500;
    box-sizing: border-box;
    color: #333;
    outline: none;
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #fff;
}

.inputBox{
	max-width: 700px;
	display: grid;
	grid-template-columns: 1fr 230px;
	margin:auto;
	position: relative;
	margin-top:30px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 12px #00000029;
}

.inputBox .errorMessage{
	position: absolute;
	top: 60px;
	color:#FF0C3E;
	font-size: 12px;
	margin: 0;
	left: 0px;
	display: none;
}

.inputBox .loader{
	background-image: url("images/loader.gif");
	width: 20px;
    height: 20px;
    position: absolute;
    left: 12%;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
	margin: auto;
	display: none;
}

.inputBox.error .main-input{
	border: 1px solid #FF0C3E;
	background-color: #fff;
}

.inputBox.error label{
	color: #FF0C3E;
}

.inputBox.loading .inputButton{
	background-color: #FFB06B;
	cursor: default;
	pointer-events: none;
}

.inputBox.loading .loader{
	display: block;
}

.inputButton{
	background-color:#FDA050;
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
	align-content: center;
	text-align: center;
	height:100%;
	display: grid;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
	position: relative;
}

.inputButton:hover{
	background-color: #FFB06B;
}

.wrapperColumn{
	max-width: 740px;
	margin:auto;
	margin-bottom: 50px;
}

.wrapperColumn .headerList{
	background-color: #f0f0f0;
	padding: 30px;
	padding-left: 50px;
	border-radius: 5px;
	margin: 35px 0px;
}

.wrapperColumn .headerList a{
	text-decoration: none;
	color: #1296e6;
}

.wrapperColumn.afterSub{
	margin-top: 50px;
}

.wrapperColumn.single{
	padding-top: 20px;
}

.wrapperColumn.single figure {
	margin: 35px 0;
}

.wrapperColumn .postWrapper{
	margin-bottom: 60px;
}

/*.wrapperColumn h1{
	color:#000;
	margin-top: 10px;
	margin-bottom: 45px;
}*/

.wrapperColumn h1{
	color:#000;
	margin-top: 17px;
	font-size: 32px;
	font-weight: 600;
}


.postWrapper img{
	display: block;
    width: 100%;
	height: auto;
	border-radius: 5px;
    margin: auto;
}

.widget-title a{
	font-size: 13px;
	font-weight: bold;
	color: #adadad;
	text-decoration: none;
	text-transform: uppercase;
}

.widget-title a:hover{
	text-decoration: underline;
}

.archive-header, header{
	padding-top:40px;
}

.archive-title, .page-title{
	color: #333;
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	display: inline;
}

.header-menu{
	background-color: #32393E;
	position: fixed;
    width: 100%;
    top: 0;
	z-index: 100;
	transition: 0.2s linear;
}

.headerWrapper{
	display: grid;
	grid-template-columns: 700px 1fr;
	grid-gap: 17px;
}

.headerWrapper .postThemeHeader.mainPage{
	font-size: 28px;
}

.main-heading {
	background: transparent;
	margin: 30px 0;
	padding-left: 20px;
}

.newsBlock{
	padding: 15px;
	padding-left: 20px;
	padding-right:0;
	padding-top: 0;
}

.newsBlock h1{
	margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 25px 32px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.newsBlock>div{
	background-color: #EEF8FF;
	border-radius: 5px;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 85px;
	position:relative;
}

#logoMobileMenu{
	display:none;
}

.main-heading h1 {
	display: inline-block;
	color: #7e7e7e;
	font: 40px/40px 'Oswald', sans-serif;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

aside {
	float: left;
	width: 250px;
}

aside + section {
	margin-left: 280px;
	padding-bottom: 50px;
}

footer {
	clear: both;
	background: #363f45 ;
	color: #dbdbdb;
    font-size: 11px;
    height:auto;
} 

p, pre, li{
	white-space: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:#333;
}
.postThemeHeader, .singlePostheader{
	color: #333;
	font-size: 30px;
	line-height: normal;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}

.postThemeHeader.mainPage{
	font-size: 18px;
	font-weight: 600;
}

.postThemeHeader.oneColumn{
	color:#000000;
	font-size: 24px;
	font-weight: 600;
}

.postThemeHeader.newsPreview{
	color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
}

.linkToHome{
	text-decoration: none;
	color: #1296E6;
    font-size: 13px;
    font-weight: 600;
	padding-left: 0;
	text-transform: uppercase;
}

.linkToHome.inCicle{
	text-transform: uppercase;
}

.postThemeHeaderBox{
	padding-top:16px;
}

.post-info-block{
	padding-top:10px
}

.post-author-block{
	padding-right: 10px;
	padding-bottom: 10px;
}

.post-info a, .tag-block a{
	text-decoration: none;
	color: #333;
}

.post-info a:hover, .tag-block a:hover{
	text-decoration: underline;
}

.gray-text.data{
	padding-right: 10px;
	font-size: 14px;
}

.oneColumnSearch{
	max-width: 740px;
    margin: auto;
}

.otherNewsHeader{
	font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 80px;
}

.prevContent{
	color: #474747;
    font-size: 18px;
    padding-bottom: 10px;
}

.oneColumnSearch #searchform{
	margin-top: 40px;
    margin-bottom: 50px;
}

label{
	font-size: 18px;
    font-weight: 500;
    color: #666;
    position: absolute;
    top: 15px;
    margin: auto;
    left: 24px;
	height: auto;
	transition: 0.1s linear;
	pointer-events: none;
}

.focus label{
	color: #1296E6;
    font-size: 12px;
    top: 3px;
}

.main_button{
	color: #1e72d2;
    position: absolute;
	bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: auto;
    text-align: center;
    cursor: pointer;
    border: 1px solid;
	border-radius: 3px;
	padding: 8px 10px;
    max-width: 320px;
	font-weight: 600;
	text-decoration: none;
}

.main_button.news_load_more{
	position: relative;
}

.main_button.news{
	width: calc(100% - 80px);
	bottom: 20px;
	font-size: 14px;
}

.main_button.news:hover{
	background-color:#1E72D2;
	color: #fff;
    border: none;
    padding: 9px 11px;
}

#searchform{
	margin-top: 20px;
    margin-bottom: 40px;
	position: relative;
	height:57px;
}

#searchform.focus #headerInputSearch{
	background-color:transparent;
	
}

#searchform #headerInputSearch:hover{
	border: 1px solid #ABB9C1;
	background-color:transparent;
	padding: 21px 23px 15px;
}

#searchform.focus #headerInputSearch:focus{
	border: 1px solid #2A9EE5;
	background-color: #EEF8FF;
	padding: 21px 23px 15px;
}

.focus .main-input{
	background-color: #EEF8FF;
	border-right: none;
}

#headerInputSearch{
	display: block;
    width: 100%;
    box-shadow: 0px 0px 12px #00000029;
    border-radius: 5px;
    border: none;
    font-size: 18px;
	padding: 21px 24px 15px;
    font-weight: 500;
    box-sizing: border-box;
	color: #333;
	outline: none;
	height: inherit;
}

#searchform:after{
	content:"";
	width:24px;
	height:24px;	
	background-image: url("images/search.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	right: 24px;
	top:0;
	bottom:0;
	margin:auto;
	pointer-events: none;
}

a .logo{
	background-image: url("images/logo.svg");
	width: 70px;
	height:60px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.header-menu-links, .footer-links{
	align-self: center;
	justify-self: center;
	cursor: default;
}

.header-menu-links a, .footer-links a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 7px;
	cursor: pointer;
}

.langBox{
	align-self: center;
	justify-self: center;
	position: relative;
}

.langSubBox li{
	display: block;
	margin-bottom: 8px;
}

.langSubBox li:last-child{
	margin-bottom: 0;
}

.langSubBox li>a{
	text-decoration: none;
	color: #333;
	position: relative;
	display: grid;
	grid-template-columns: 16px auto;
	text-align: left;
}

.langSubBox li>a:hover{
	text-decoration: underline;
}

.langSubBox li>a>img{
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.langSubBox li>a>span{
	font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 12px !important;
}

#closeMobileMenu{
	display:none;
}

.langSwitcher{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 22px 30px 21px 42px;
    font-weight: 600;
}

.langSwitcher:hover{
	background-color: #FFB06B;
}

.langSwitcher:before{
	content: "";
    width: 16px;
    height: 16px;
	background-image: url("images/language.svg");
	background-size: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.langSwitcher:after{
	display: block;
	width: 0;
    height: 0;
    display: block;
    position: absolute;
	right: 13px;
    top: 0;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    content: '';
    bottom: 0;
    margin: auto;
}

.header-menu-links a:hover, .footer-links a:hover{
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: solid 2px #fff;
}

.headerButton {
	color: #fff;
    opacity: 1;
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.headerButton:hover, a .logo:hover{
	opacity: 0.8;
}

.headerButton:hover{
	border-bottom: 1px solid;
    padding: 0;
	border-radius: 0;
	opacity: 1;
}

.headerButton.sub{
	padding: 10px 20px;
	background-color: transparent;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
	margin:0;
	margin-right:20px;
}

.headerButton.sub:hover{
	background-color: #FDA050;
	border:none;
	padding: 12px 21px;
	opacity: 1;
}

.headLinkWrapper{
	align-self: center;
}

.a2a_floating_style{
	height: 168px;
    bottom: 0;
    margin: auto;
}

.menu-grid-container {
	display: grid;
	grid-template-columns: auto auto 1fr auto auto;
	grid-template-rows: 1fr;
	max-width: 1300px;
    margin: auto;
    padding: 0px 15px;
    box-sizing: border-box;
}

.site-navigation-box{
	display: grid;
    padding: 0 20px;
	grid-template-columns: auto auto auto auto auto auto;
}

.site-navigation-box .nav-item{
	height:100%;
	text-align:center;
	position: relative;
	display: flex;
	cursor: pointer;
	background-color:rgba(253, 160, 78, 0);
	transition: .2s linear;
}

.specialWrapper{
	display: flex;
    align-items: center;
}

.specialBox{
	display: inline-table;
    color: #FDA050;
    border: 1px solid;
	padding: 2px 13px;
    margin-right: 12px;
	height: auto;
	font-size: 14px;
}

.nav-item.hover{
	background-color:rgba(253, 160, 78, 0.986);
}

.nav-item p{
	color:#fff;
	margin:auto;
	position: relative;
	font-weight: 600;
    text-transform: uppercase;
}

.nav-item .headerSingleLink{
	color: #fff;
    margin: auto;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

.nav-item.hasSubMenu p{
	padding-right: 13px;
}

.sub-nav-item{
	position: absolute;
    top: 62px;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
    box-shadow: 0px 3px 12px #00000029;
	width: auto;
	opacity: 0;
	visibility: hidden;
	transition: .2s linear;
}

.sub-nav-item.langSubBox{
	color: #000;
	right: 0;
	z-index: 195;
	text-align: right;
	padding: 13px 17px;
	padding-left: 19px;
	width: 100%;
}

.sub-nav-item.two-col{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 40px;
}

.nav-item.hover .sub-nav-item{
	visibility: visible;
	opacity: 1;
}

.sub-nav-item>a{
	display: block;
    text-decoration: none;
	color: #333;
	margin-bottom: 20px;
}

.sub-nav-item>a:hover h4{
	color:#FDA050;
	text-decoration: underline;
}

.sub-nav-item h4{
	width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.sub-nav-item span{
	width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    display: block;
	font-size: 14px;
	color:#666666;
}

.sub-nav-item>a:last-child{
	margin-bottom:0;
}

.nav-item.hasSubMenu p:after{
	display: block;
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: .2s linear;
	transform: rotate(-135deg);
    position: absolute;
    right: 0;
    top: 6px;
}

.nav-item.hover.hasSubMenu p:after{
	transform: rotate(45deg);
	top: 9px;
}

.more-link{
	color:#333;
	font-size: 16px;
	text-decoration:none;
}
.more-link:hover{
	text-decoration: underline;
}

.content-menu-header {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: ". . .";
}

.content-area{
	max-width: 750px;
    margin: auto;
}


/*********comments start************/
.comments-header{
	display:none;
}
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 50px;
}
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.comment-author {
    margin-bottom: 0;
	position: relative;
	display: inline-flex;
}

.comment-author img{
	margin-right: 10px;
}

.comment-author cite, .comment-author span {
    font-size: 16px;
	height: 100%;
	align-self: center;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    border: none;
    border-radius: 3px;
    color: #333333;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
	width: auto;
	display: inline-block;
	text-decoration: none;
}
.comment-reply-link:hover, .comment-edit-link:hover{
	text-decoration: underline;
}
.comment-notes{
    display:none;   
}

.comment-edit-link{
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

.commentlist{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #999999;
}

#commentform .account-name{
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}

#commentform .account-name:hover, #commentform .logout:hover, .respond-title a:hover, #cancel-comment-reply-link:hover{
	text-decoration: underline;
}

#commentform input{
	width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #333;
	padding: 5px;
	border: 1px solid #E1E1E1;
}

#commentform input:focus, #commentform textarea:focus{
	border: 1px solid #999999;
	box-shadow: none;
	outline: none;
}

#commentform textarea{
	width: 100%;
    min-height: 120px;
    height: 93px;
    max-width: 632px;
    padding: 5px;
    font: 12px Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 500;
	color: #333;
	border: 1px solid #E1E1E1;
}

#commentform .logout, #cancel-comment-reply-link{
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.meta-info-comment .title{
	display:block;
}

.metaDataHead{

}

.metaDataHead span{
	color:#919192;
	font-size:13px;
	padding-right: 10px;
}

.metaDataHead .comments{
	padding-left: 20px;
	background-image: url("images/comments.svg");
	background-size: 12px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}

.metaDataHead .views{
	padding-left: 20px;
	background-image: url("images/views.svg");
	background-size: 12px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}

.metaDataHead .countOfViews{
	text-decoration: none;
	color: #919192;
	pointer-events: none;
}

.metaDataHead .autor{
	padding-left: 20px;
	background-image: url("images/people.svg");
	background-size: 12px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}

.metaDataHead .date{
	padding-left: 20px;
	background-image: url("images/calendar.svg");
	background-size: 12px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}

.respond-header .respond-title{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.respond-title a{
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    font-weight: bold;
    text-decoration: none;
}

.recaptchaContainer{
	margin: auto;
    max-width: 700px;
	padding-bottom: 20px;
	position: relative;
}

.recaptchaContainer .errorMessage{
	position: absolute;
    top: 79px;
    color: #FF0C3E;
    font-size: 12px;
    margin: 0;
	left: 0px;
	display: none;
}

#respond{
	padding: 20px 15px;
	border-top: 1px solid #999999;
	margin-top: 34px;
}

.sideBar{
	margin-top: 20px;
	font-weight: normal;
	margin-right: 32px;
}

.subPopup .gRecaptcha>div{
	transform: scale(0.8);
	transform-origin: 0;
	margin-left: 13px;
}

.subPopup .recaptchaContainer .errorMessage{
	top: 72px;
}

p.submit{
	display: block;
	width: 250px;
	margin-top: 30px;
}

p.submit input#commentformsubmit{
	background-color: #8FC33E;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    text-decoration: none;
    height: auto;
    border-radius: 5px;
}

p.submit input#commentformsubmit:hover{
	background-color: #A2D651;
	cursor: pointer;
}

/*********comments end************/

.left-menu-block{
	margin-bottom:10px;
}

.left-menu .header-link{
	background-image: url("images/categories.png");
	background-repeat: no-repeat;
	padding: 5px 0 0 43px;
	height: 27px;
	display:block;
	font-size: 21px;
	line-height: 21px;
	font-weight: 500;
	text-decoration: none;
	color:#333;
}

.left-menu .header-link.audio{
	background-position: 0 -32px;
}

.left-menu .header-link.free{
	background-image: url("images/free.png");
	background-repeat: no-repeat;
}

.secondary-links-block{
	padding: 5px 0 5px 55px;
}

.secondary-links-block a{
	font-size: 15px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}

.secondary-links-block a:hover{
	text-decoration: underline;
}

.subPopupContainer{
	position: fixed;
    top: 90px;
	right: 25px;
	z-index: 100;
	display: none;
	transition: 0.2s linear;
	max-width: 329px;
}

.subPopupContainer .subPopup{
	padding: 30px;
    padding-top: 95px;
	position: relative;
	background-image:url("images/newsletter.svg");
	background-position: 50% 30px;
	background-repeat: no-repeat;
	background-size: 40px;
	box-shadow: 0px 0px 16px #00000029;
	border-radius: 5px;
	background-color: #fff;
}

.closeButtonPopup{
	position: absolute;
	right: 16px;
	top:16px;
	cursor: pointer;
	background: url("images/close.svg");
	width:16px;
	height:16px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.closeButtonPopup:hover{
	opacity: 0.8;
}

.subPopupContainer h5{
	color:#000000;
	font-size: 20px;
	font-weight: 600;
	margin:auto;
	text-align: center;
	line-height: 26px;
}

.subPopupContainer p{
	font-size: 14px;
    color: #707070;
    text-align: center;
}

.subPopupContainer .inputBox{
	display: block;
	box-shadow: none;
	margin-bottom: 10px;
}

.subPopupContainer input{
	display: block;
    width: 100%;
    box-shadow: 0px 0px 12px #00000029;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    padding: 21px 24px 15px;
    font-weight: 500;
    box-sizing: border-box;
    color: #333;
	outline: none;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.subPopupContainer .focus input{
	border: 1px solid #2A9EE5;
	background-color: #EEF8FF;
}

.subPopupContainer .inputButton{
    padding: 16px;
	border-radius: 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
}

#backFromSubmenu{
	visibility:hidden;
	opacity: 0;
	display: none;
}

.left-menu .header-link:hover{
	text-decoration: underline;
}

.footer-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	max-width: 1210px;
    margin: auto;
    padding: 0px 15px;
    box-sizing: border-box;
}


footer .rights{
	text-align: center;
    padding: 20px;
    color: #8E999F;
}

footer .rights a{
	color: #8E999F;
	text-decoration: none;
}

footer .footerLogo{
	background-image: url("images/logo.svg");
	background-size: 78px;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: 40px;
	height: 47px;
	margin-bottom: 60px;
}

.footer-links-box a{
	color:#fff;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-bottom: 12px;
}

.footer-links-box a.footerSocial{
	display: inline-block;
	margin-right: 15px;
	width:24px;
	height:24px;
	background-image: url("images/facebook.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	padding:0;
}

.footer-links-box a.footerSocial.yt{
	background-image: url("images/youtube.svg");
}

.footer-links-box a.footerSocial.tw{
	background-image: url("images/twitter.svg");
}

.footer-links-box a.footerSocial.pin{
	background-image: url("images/pinterest.svg");
}

.footer-links-box p{
	color: #8E999F;
    font-size: 14px;
}

.footer-links-box a:hover{
	text-decoration: underline;
}

.footer-links-box .footerLogo a{
	height: 100%;
    width: 85px;
}

.footer-links-box h4{
	font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-top: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.top-grid-container {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: ". .";
  }


.bottom-grid-container {
	display: grid;
	grid-template-columns: auto auto 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: ". . .";
}

@media screen and (max-width: 1200px) {

	.headerButton, 
	.langSubBox li > a > span,
	.langSwitcher{
		font-size: 12px;
	}

	.langSubBox{
		top:60px;
	}

	.headerButton.sub{
		margin-right: 10px;
		padding: 10px 10px;
		font-size: 12px;
	}

	.headerButton.sub:hover{
		padding: 10px 11px;
	}
	
	.nav-item p{
		font-size: 10px;
	}

	.nav-item .headerSingleLink{
		font-size: 10px;
	}

	.nav-item.hasSubMenu p:after{
		top:4px;
	}

	.nav-item.hover.hasSubMenu p:after{
		transform: rotate(45deg);
		top: 7px;
	}
	
	.nav-item.hasSubMenu p{
		padding-right: 11px;
	}
	
	.site-navigation-box{
		padding: 0 15px;
	}

	.wrapperMain{
		max-width: 670px;
		grid-template-columns: 1fr 1fr;
	}
	.subEmailContainer{
		max-width: 670px;
    	margin: auto;
	}

	.metaDataHead .comments, .metaDataHead .views{
		display:none;
	}

	label{
		font-size: 15px;
	}


	.newsBlock{
		padding: 0;
		margin-top: 40px;
		margin-bottom: 15px;
	}
	  
	.headerWrapper{
		max-width: 670px;
		margin: auto;
		grid-template-columns: 1fr;
	}

	.shortNewsWrapper{
		display: grid;
		grid-template-columns: 1fr 1fr;
		border-bottom: 1px solid #d6d6d6;
	}

	.shortNewsWrapper .postWrapper{
		margin-bottom: -1px;
	}

	#searchform{
		max-width: 740px;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 25px;
	}

	.subEmailBlock, .emailSendedBlock{
		background-image:none;
	}

	.footer-grid-container{
		display: block;
		padding-top: 30px;
	}

	.footer-links-box h4{
		margin: 0;
		padding: 20px 0px;
		border-bottom: 1px solid #898D90;
		cursor: pointer;
	}

	.footer-links-box h4:after{
		display: block;
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		float: right;
		transition: 0.3s linear;
		transform: rotate(45deg);
	}

	.footer-links-box.last{
		display: grid;
		grid-template-columns: 1fr auto;
		padding-top: 30px;
	}

	.footer-links-box.last p{
		text-align: center;
	}

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

	footer .rights{
		font-size: 14px;
	}

	footer .rights a{
		display: block;
		margin-bottom: 3px;
	}

	.footer-links-wrapper{
		padding-top: 20px;
		overflow: hidden;		
		transition: 0.4s linear;
		height: 100%;
	}

	.hidden .footer-links-wrapper{
		padding-top: 0px;
		height: 0 !important;
	}

	.footer-links-box.hidden h4:after{
		transform: rotate(-135deg);
	}

	.body.page-template-activation{
		height: auto;
		min-height: none;
		padding-top: 70px;
	}

	.activationFooter{
		position: relative;
	}

	.activationWrapper .activationImage{
		position: absolute;
		top: 100px;
		height: 260px;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 277px;
	}

	.activationWrapper .contentBox{
		margin: auto;
	}

	.activationWrapper{
		padding-top: 383px;
		grid-template-columns: 1fr;
		position: relative;
		padding-bottom: 60px;
	}

	.headLinkWrapper{
		padding-bottom: 2px;
	}
}

@media screen and (max-width: 1050px) {
	.site-navigation-box{
		padding: 0;
		background-color: #fff;
		min-height: 100px;
		height: 100vh;
		margin: 0;
		position: absolute;
		right: -120vw;
		top: 0;
		overflow: auto;
		text-align: center;
		font-size: 16px;
		transition: right .5s linear;
		width: 100%;
		z-index: 5;
		display: block;
		padding-top: 90px;
		box-sizing: border-box;
		overflow-x: hidden;
	}

	.langSwitcherWrapper{
		position: fixed;
		bottom: 0;
		display: block;
		background-color:
		#fff;
		width: 100%;
		right: -120vw;
		transition: right .5s linear;
	}

	.langSwitcher, .langBox{
		display:none;
	}

	.langSubBox li > a{
		display:block;
	}

	.langSubBox li > a > img{
		display: none;
	}

	.langSubBox li > a > span{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin-bottom: 13px;
		margin-left: 0px !important;
	}

	.langSwitcher.nav-item.hasSubMenu.mobile{
		display: block;
	}

	body.menuOpen .langSwitcherWrapper{
		right: 0vw;
	}

	.langSwitcher.nav-item.mobile{
		width: max-content;
		display: block;
		cursor: pointer;
		background-color:#fff;
		margin: auto;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		color:#333333;
		position: relative;
	}

	.langSwitcher:hover{
		background-color:transparent;
	}

	.langSwitcher:after{
		content: '';
		border:none;
		width: 4px;
		height: 4px;
		border-top: 1px solid#333;
		border-left: 1px solid#333;
		-webkit-transition: .2s linear;
		transition: .2s linear;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		display: inline-block;
		margin-left: 5px;
	}

	.langSwitcher:before{
		background-image: url("images/language-black.svg");
	}
	.langBox.mobile{

	}

	body.menuOpen{
		overflow-y: hidden;
	}

	body.menuOpen #main-header{
		
	}

	#closeMobileMenu{
		color: #333;
		font-size: 46px;
		line-height: 1em;
		font-weight: 300;
		cursor: pointer;
		position: absolute;
		right: 16px;
		top: 11px;
		margin: 0;
		display: block;
		z-index: 30;
	}

	body.menuOpen .site-navigation-box{
		right: 0vw;
	}

	#logoMobileMenu{
		display:block;
		background-image: url(images/logo-black.svg);
		background-repeat: no-repeat;
		width: 70px;
		height: 41px;
		position: absolute;
		top: 17px;
		left: 10px;
		z-index: 30;
	}

	.site-navigation-box .nav-item{
		height: auto;
		width: max-content;
		text-align: center;
		position: static;
		display: block;
		cursor: pointer;
		background-color: rgba(253,160,78,0);
		transition: .2s linear;
		margin: auto;
		margin-bottom: 16px;
		
	}

	.nav-item p{
		color:#333;
		font-size: 16px;
    	font-weight: 700;
	}

	.nav-item .headerSingleLink{
		color: #333;
		font-size: 16px;
		font-weight: 600;
	}

	.nav-item .headerSingleLink:hover{
		color:#fda050;
	}

	.nav-item.hasSubMenu p{
		padding-right:0;
		font-weight: 600;
	}

	.nav-item.hasSubMenu p:after{
		content: '';
		border: none;
		width: 4px;
		height: 4px;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		-webkit-transition: .2s linear;
		transition: .2s linear;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		display: inline-block;
		margin-left: 5px;
		top: 0;
		bottom: 0;
		right: -14px;
		margin: auto;
	}

	.nav-item.hover.hasSubMenu p:after{
		transform: rotate(135deg);
		top: 0;
	}

	.nav-item .sub-nav-item{
		visibility: visible;
		opacity: 1;
		width: 100%;
		position: absolute;
		display: block;
		z-index: 5;
		height: 100vh;
		top: 0;
		right: -105%;
		box-sizing: border-box;
		padding-top: 130px;
		cursor: default;
		transition: .5s linear;
		box-shadow: none;
		z-index: 20;
		overflow: auto;
		min-height: 400px;
	}

	.nav-item .sub-nav-item.langSubBox {
		position: fixed;
	}

	#backFromSubmenu{
		color: #333;
		font-size: 14px;
		font-weight: 500;
		position: fixed;
		top: 85px;
		left: 10px;
		z-index: 30;
		padding: 5px 15px;
		cursor: pointer;
		display: block;
		text-transform: uppercase;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: color 0 ease-in;
		transition: none;
	}

	#backFromSubmenu:after{
		display: block;
		content: '';
		width: 4px;
		height: 4px;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		transition: .2s linear;
		transform: rotate(-45deg);
		position: absolute;
		left: 4px;
		top: 12px;
	}

	#backFromSubmenu.show{
		visibility:visible;
		opacity: 1;
		transition: .2s linear;
		transition-delay: .5s;
	}

	.sub-nav-item>a{
		width: max-content;
		margin: auto;
		margin-bottom: 15px;
	}

	.sub-nav-item>a:hover h4{
		text-decoration: none;
	}

	.sub-nav-item>a span{
		display:none;
	}

	.nav-item.hover .sub-nav-item{
		right: 0vh;
	}

	.nav-item:hover p{
		color: #FDA050;
	}

	.menu-grid-container{
		max-width: 700px;
	}

	.menu-grid-container{
		grid-template-columns: auto 1fr auto auto;
	}

	.burgerButton{
		width: 19px;
		height: 16px;
		cursor: pointer;
		position: relative;
		display: flex;
		align-self: center;
		margin-left: 15px;
	}

	.burgerButton>span{
		display: block;
		width: 19px;
		height: 2px;
		background-color: #fff;
		top:0;
		position: absolute;
	}

	.burgerButton>span:before, .burgerButton>span:after{
		display: block;
		width: 19px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		content: '';
	}

	.burgerButton>span:before{
		top: 7px;
	}

	.burgerButton>span:after{
		top: 14px;
	}
}

@media screen and (max-width: 650px) {
	.shortNewsWrapper{
		display: block;
	}

	.wrapperMain{
		grid-template-columns: 1fr;
	}

	.inputBox{
		box-shadow: none;
		grid-template-columns: 1fr;
	}

	.subEmailContainer .inputButton{
		height: 60px;
		margin-top: 20px;
		border-radius: 5px;
	}

	.subEmailContainer .subEmailBlock h5, .subEmailContainer .emailSendedBlock h5{
		font-size: 14px;
	}

	.subEmailBlock input{
		border-radius: 5px;
	}

	.subEmailBlock h5{
		display:none;
	}

	.subEmailBlock h2, .emailSendedBlock h2{
		font-size: 20px;
    	font-weight: 600;
	}

	.subEmailBlock p{
		padding-bottom:0;
	}

	.subEmailBlock, .emailSendedBlock, .newsSubWrapper .subEmailBlock{
		background-image: url(images/newsletter.svg);
		background-position: 50% 20px;
		background-repeat: no-repeat;
		background-size: 40px;
		padding-top: 85px;
	}

	.emailSendedBlock{
		padding-bottom: 27px;
	}

	a .logo{
		width: 50px;
		background-size: 50px;
		height: 50px;
	}

	.headerButton{
		font-size: 12px;
	}

	.headerButton.sub{
		font-size: 14px;
		padding: 5px 20px;
		margin: 0;
	}

	.headerButton.sub:hover{
		padding: 6px 21px;
	}

	.subPopupContainer{
		right: 0;
		left: 0;
		margin: auto;
	}

	#searchform{
		margin-top:0;
	}

	.wrapperColumn.single{
		padding-top: 10px;
	}

	.oneColumnSearch #searchform{
		margin-top:0;
	}

	.otherNewsHeader{
		font-size: 32px;
	}

	.activationWrapper p{
		font-size: 14px;
	}

	.activationWrapper h1{
		font-size: 28px;
	}
}

@media screen and (max-width: 404px) {
	.subEmailBlock .gRecaptcha>div{
		transform: scale(0.8);
		transform-origin: 0;
	}
	.newsSubWrapper .subEmailBlock, .subEmailBlock, .emailSendedBlock{
		padding: 20px;
		padding-top: 85px;
	}

	.recaptchaContainer .errorMessage{
		top: 71px;
	}
}
  
  
@media all and (-ms-high-contrast:none) {
	.bottom-grid-container {
	  display: -ms-grid;
	  -ms-grid-columns: auto auto 1fr;
	  -ms-grid-rows: 1fr;
	}
}
  
  
@media all and (-ms-high-contrast:none) {
	.top-grid-container {
	  display: -ms-grid;
	  -ms-grid-columns: auto 1fr;
	  -ms-grid-rows: 1fr;
	}  
}


@media all and (-ms-high-contrast:none) {
	.menu-grid-container {
		display: -ms-grid;
		-ms-grid-columns: auto 1fr auto;
		-ms-grid-rows: 1fr;
	}
}

@media all and (-ms-high-contrast:none) {
	.content-menu-header {
		display: -ms-grid;
		-ms-grid-columns: 1fr auto 1fr;
		-ms-grid-rows: 1fr;
	}
}

@media all and (-ms-high-contrast:none) {
	.footer-grid-container {
	  display: -ms-grid;
	  -ms-grid-columns: auto 1fr;
	  -ms-grid-rows: 1fr;
	}
  
}

/**
 * Colors
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Often re-used variables
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
 .wp-block-code {
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: 14px;
	color: #23282d;
	padding: 0.8em 1em;
	border: 1px solid #e2e4e7;
	border-radius: 4px; }
  
  .wp-block-preformatted pre {
	font-family: Menlo, Consolas, monaco, monospace;
	color: #23282d;
	/* Fonts smaller than 16px causes mobile safari to zoom. */
	font-size: 16px; }
	@media (min-width: 600px) {
	  .wp-block-preformatted pre {
		font-size: 14px; } }
  
  .wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d; }
	.wp-block-pullquote cite,
	.wp-block-pullquote footer, .wp-block-pullquote__citation {
	  color: #40464d;
	  text-transform: uppercase;
	  font-size: 13px;
	  font-style: normal; }
  
  .wp-block-quote {
	border-left: 4px solid #000;
	margin: 20px 0;
	padding-left: 1em; }
	.wp-block-quote cite,
	.wp-block-quote footer, .wp-block-quote__citation {
	  color: #6c7781;
	  font-size: 13px;
	  margin-top: 1em;
	  position: relative;
	  font-style: normal; }
	.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
	  border-left: none;
	  border-right: 4px solid #000;
	  padding-left: 0;
	  padding-right: 1em; }
	.wp-block-quote[style*="text-align:center"], .wp-block-quote[style*="text-align: center"] {
	  border: none;
	  padding-left: 0; }
	.wp-block-quote.is-style-large, .wp-block-quote.is-large {
	  border: none; }
  
  .wp-block-search .wp-block-search__label {
	font-weight: bold; }
  
  .wp-block-separator {
	border: none;
	border-bottom: 2px solid #8f98a1;
	margin: 1.65em auto; }
	.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	  max-width: 100px; }
  
  .wp-block-table {
	width: 100%;
	min-width: 240px;
	border-collapse: collapse; }
	.wp-block-table td,
	.wp-block-table th {
	  padding: 0.5em;
	  border: 1px solid currentColor;
	  word-break: break-all; }
  