/*
Theme Name: NAZK Theme NEW
Author: PlusoneDA
Author URI: http://www.plusone.com.ua/
Description: NAZK Theme
Version: 999
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nazkn
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

.social-links-menu {
	list-style-type: none;
	display: flex;
	margin: 0;
    padding: 0;
}
nav.social-navigation {
	margin-left: auto;
}
nav.social-navigation a {
	font-family: "Font Awesome 5 Brands";
	display: block;
	width: 18px;
	height: 18px;
	background-color: #c7d0d2;
	color: #fff;
	border-radius: 50%;
	margin-left: 8px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
}
nav.social-navigation a:hover {
	background-color: #079ed9;
}

ul#top-menu {
	position: relative;
	display: flex;

	list-style-type: none;
	padding: 0;
	border-bottom: 4px solid #079ed9;
	margin: 0;
}
ul#top-menu a {
	display: inline-block;
	height: 100%;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	font-family: RobotoCondensed-Regular, sans-serif;
	padding: 15px;
	transition: all 0.3s;
}
ul#top-menu .current-menu-item > a,
ul#top-menu .current-page-ancestor > a,
ul#top-menu li:hover > a {
	color: #079ed9;
}

ul.sub-menu {
	list-style-type: none;
	padding-left: 15px;
}
ul#top-menu  ul.sub-menu a {
	text-transform: inherit;
}
.menu-toggle {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 5px;
}
.menu-toggle:focus {
	outline: none;
}
.bar1, .bar2, .bar3 {
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: 0.3s;
}
.bar2{
	margin: 4px 0;
}
.maintext {
	font-family: 'Hagin_Caps_Medium', sans-serif;
	padding-top: 5px;
	flex: none;
	margin-right: 30px;
}
/* Rotate first bar */
.toggled-on .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 2px) ;
	transform: rotate(-45deg) translate(-4px, 2px) ;
}

/* Fade out the second bar */
.toggled-on .bar2 {
	opacity: 0;
}

/* Rotate last bar */
.toggled-on .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -4px) ;
	transform: rotate(45deg) translate(-6px, -4px) ;
}




section#news {
	padding-bottom: 3.75rem;
}
.news-item {
	display: flex;
	flex-direction: column;
    margin-bottom: 20px;
}
.news-item > div, .sidebar-item > div {
    max-width: 220px;
    margin: 0 auto;
}
.news-item .date, .sidebar-item .date, .discussion-item .date, .search-item .date {
	font-size: 12px;
	color: #c7d0d2;
	margin-bottom: 1em;
}
.news-item .post-thumbnail img,
.sidebar-item .post-thumbnail img {
	display: block;
	margin-bottom: 20px;
}
.news-item .title, .sidebar-item .title, .search-item .title {
	font-size: 14px;
	margin-bottom: 20px;
}
.search-item .title {
	margin-bottom: 10px;
}
.news-item .more {
	margin-top: auto;
}
.news-item .more a, .sidebar-item .more a, .search-item .more a {
	display: inline-block;
	border: 1px solid #c7d0d2;
	color: #c7d0d2;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 13px;
	border-radius: 2px;
	transition: all 0.3s;
}
.news-item .more a:hover, .sidebar-item .more a:hover, .search-item .more a:hover {
	color: #ffd232;
    border-color: #ffd232;
    text-decoration: none;
}

.mainnews-link a {
	background: url("assets/images/b_arr.png") no-repeat bottom center;
	text-decoration: none;
	text-transform: uppercase;
	color: #c7d0d2;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Roboto-Medium, sans-serif;
}
.mainnews-link a:hover {
	color: #079ed9;

}
section.gray.zasidannya {
	padding: 30px 0;
}
.blueback {
	background-color: #079ed9;
	color: #fff;
}
.zasidannya .blueback {
	padding: 30px 0;
}
.zasidannya h2 {
	margin: 0 0 30px 0;
}
form.search-session {
	padding: 0 30px;
}
article.session h1 {
	margin-top: 0;
}
.search-session input {
	width: 100%;
	background-color: #fff;
	border: none;
	height: 30px;
	padding: 0 10px;
}
.search-session label {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0.5em;
}
.search-session .search-submit {
	background-color: #ffd232;
	border-radius: 2px;
	padding: 5px 35px;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #ffd232;
	cursor: pointer;
	transition: all 0.3s;
	margin-right: 15px;
}
.search-session .search-submit:hover {
	background-color: transparent;
}
.search-session .session-search {
	margin-top: 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.search-session .session-search > * {
	margin: 5px 7px;
}
.search-session .session-search a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.search-session .session-search a:hover {
	text-decoration: underline;
}
.search-item {
	margin-bottom: 30px;
}
section#lastblock {
	padding: 50px 0;
}
#lastblock h2 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #292929;
    text-align: left;
}
#lastblock a.faq-item {
	display: block;
	background: url("assets/images/ellipse.png") no-repeat left 12px center, #c7d0d2;
	color: #292929;
	font-family: Roboto-Medium, sans-serif;
	font-size: 0.9rem;
	text-decoration: none;
	margin-bottom: 20px;
	padding: 15px 30px;
	border-radius: 4px;
}
#lastblock a.faq-item:hover {
	text-decoration: underline;
}
.discussion-item {
    margin-bottom: 2rem;
}
#lastblock .discussion-item a, .discussion-item a {
    color: #000;
    font-family: Roboto-Light, sans-serif;
    font-size: 0.9rem;
    text-decoration: none;
}
#lastblock .discussion-item a:hover, .discussion-item a:hover {
    text-decoration: underline;
}
.appeal-item {
	background-color: #c7d0d2;
	color: #292929;
	font-family: Roboto-Light, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 20px 25px 25px 25px;
	border-radius: 4px;
}
#lastblock .appeal-item a {
	display: block;
	font-family: Roboto-Medium, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	margin-bottom:1.5em
}
#lastblock .appeal-item a:hover {
	text-decoration: underline;
}
.appeal-item p:last-child {
	margin: 0;
}

/* Breadcrumbs */
.breadcrumbs {
	padding: 0 0 10px;
	font-size: 14px;
	color: #555;
}
.breadcrumbs a {
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s;
	color: #222;
}
.breadcrumbs a:hover{
	color: #ffda3c;
}
.breadcrumbs span {
	color: #3C6A9F;
}



.child-pages ul {
	border: 4px solid #079ed9;
	list-style-type: none;
    padding: 10px 30px;
    margin: 0 0 2.8rem 0px;
}
.child-pages a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #e1e3e3;
	text-transform: uppercase;
	color: #079ed9;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s;
}
.child-pages li.current a {
	font-family: Roboto-Bold, sans-serif;
}
.child-pages a:hover {
	text-decoration: underline;
}
.child-pages li:last-child a {
	border-bottom: none;
}
#team-slider .swiper-container {
	padding: 8px;
	margin: -8px;
}
.team-item .imgouter {
	display: inline-block;
	position: relative;
	margin-bottom: 2rem;
}
.team-item .imgouter:before {
	content: '';
	position: absolute;
	background-color: #ffd232;
	height: 50%;
	width: 8px;
}
.team-item:nth-of-type(3n+1) .imgouter:before {
	right: -8px;
	top: -8px;
}
.team-item:nth-of-type(3n+2) .imgouter:before {
	right: -8px;
	bottom: -8px;
}
.team-item:nth-of-type(3n+0) .imgouter:before {
	left: -8px;
	bottom: -8px;
}
.team-item .imgouter:after {
	content: '';
	position: absolute;
	background-color: #ffd232;
	height: 8px;
	width: 50%;
}
.team-item:nth-of-type(3n+1) .imgouter:after {
	top: -8px;
	right: 0;
}
.team-item:nth-of-type(3n+2) .imgouter:after {
	right: 0;
	bottom: -8px;
}
.team-item:nth-of-type(3n+0) .imgouter:after {
	left: 0;
	bottom: -8px;
}
.team-item img {
	display: block;
}
.team-item .title {
	font-family: Roboto-Bold, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
.team-item .position {
	position: relative;
	font-family: Roboto-Bold, sans-serif;
	color: #00b4e6;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.team-item .position:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 92px;
	border-radius: 2px;
	background-color: #ffd232;
}
.team-item .content {
	font-family: Roboto-Light, sans-serif;
	font-size: 0.9rem;
}

	/* Sidebar */
#sidebar section:not(:last-child) {
    margin-bottom: 3rem;
}
#sidebar h3 {
	position: relative;
	background-color: #f5f5f5;
	font-family: Roboto-Medium, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	color: #292929;
	text-transform: uppercase;
	padding: 15px 30px;
	margin: 0 0 2rem -30px;
}
#sidebar h3:after {
	content: '';
	position: absolute;
	width: 500px;
	height: 100%;
	left: 100%;
	top: 0;
	background: #f5f5f5;
}
#sidebar section:first-child h3:after {
    background: url("assets/images/decor_yellow.png") no-repeat left top, #f5f5f5;
}
.sidebar-item {
	margin-bottom: 25px;
}
.sidebar-link {
    text-align: center;
}
.sidebar-link a {
    width: 220px;
    display: inline-block;
    border: 1px solid #c7d0d2;
    background: url(assets/images/r_arr.png) no-repeat right 50px center;
    background-size: 6px 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #c7d0d2;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Roboto-Medium, sans-serif;
    padding: 15px 50px;
    transition: all 0.3s;
}
.sidebar-link a:hover {
	border-color: #079ed9;
	color: #079ed9;
	background: url(assets/images/r_arr_blue.png) no-repeat right 20% center;
	background-size: 6px 24px;
}
/* Footer */
#subscribe {
	background-color: #f5f5f5;
	margin-top: auto;
}
#subscribe .container {
	padding: 2.19rem 15px;
	background: url(assets/images/decor_subscribe.png) no-repeat right bottom;
}
#subscribe h2 {
	font-family: Roboto-Medium, sans-serif;
	font-size: 1.5rem;
	color: #292929;
	margin: 0;
}
#subscribe form {
	display: flex;
}
#subscribe input {
	height: 32px;
	margin-bottom: 10px;
}
#subscribe input[type='email'] {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 0 10px;
	width: 300px;
	transition: all 0.3s;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
#subscribe input[type='email']:focus {
	border-color: #c7d0d2;
}
#subscribe input[type="submit"] {
	background-color: #ffd232;
	border-radius: 2px;
	padding: 0 35px;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 30px;
    border: 2px solid #ffd232;
    cursor: pointer;
    transition: all 0.3s;
}
#subscribe input[type="submit"]:hover {
    background-color: transparent;
}

.plusone {
	color: #c7d0d2;
	font-size: 12px;
	text-decoration: none;
	transition: all 0.3s;
	display: flex;
	align-items: center;
}
.plusone img {
	margin-left: 10px;
	width: 70px;
}
.plusone:hover {
	color: #079ed9;
}
.black-layout {
	display: none;
}
input {
	/*-webkit-appearance: none;
	-webkit-border-radius:0px;*/
}

.site-main a {
	color: #079ed9;
	text-decoration: none;
}
.site-main a:hover {
	text-decoration: underline;
}
/*.wpcf7 section {
	border: 1px solid #c8c8c8;
	margin-bottom: 20px;
}
.wpcf7 section header {
	padding: 15px;
	background-color: #f5f5f5;
}
.wpcf7 section > div {
	padding: 15px;
}
.wpcf7 label {
	display: block;
	color: #292929;
	font-family: Roboto-Medium, sans-serif;
	font-size: 0.9rem;
	margin-bottom: 1em;
}
.wpcf7 label .description {
	font-family: Roboto-Light, sans-serif;
}
.wpcf7 p {
	margin: 0;
}
.wpcf7 br {
	display: none;
}
.wpcf7-form-control-wrap {
	display: block;
}
span.wpcf7-list-item.last {
	margin-bottom: 1.5em;
}
div[data-class="wpcf7cf_group"] {
	padding-left: 15px;
	margin-top: 1.5em;
}
#group-main {
	padding-left: 0;
	margin-top: 30px;
}
.wpcf7-radio label {
	font-family: Roboto-Light, sans-serif;
	margin-bottom: 0.5em;
}
.wpcf7-radio input,
.wpcf7-acceptance input {
	display: none;
}
span.wpcf7-list-item {
	display: block;
	margin-left: 0;
}
span.wpcf7-list-item-label {
	position: relative;
	padding-left: 20px;
}
span.wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;

	width: 13px;
	height: 13px;
	background-color: #c7d0d2;
	border-radius: 50%;
}
.wpcf7-acceptance span.wpcf7-list-item-label:before {
	border-radius: 0;
}
input:checked + span.wpcf7-list-item-label:after  {
	content: '';
	position: absolute;
	left: 3px;
	top: 5px;

	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 50%;
}
.wpcf7-acceptance input:checked + span.wpcf7-list-item-label:after {
	content: '✓';
	background-color: transparent;
	left: 1px;
	top: 2px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	background: transparent;
	border: 1px solid #c8c8c8;
	height: 30px;
	font-family: Roboto-Light, sans-serif;
	font-size: 12px;
	padding: 0 15px;
	transition: all 0.3s;
}
.wpcf7 textarea {
	height: 100px;
	padding: 10px 15px;
}
.wpcf7 input:focus {
	border-color: #000;
}
.radio-quest {
	display: block;
	margin-top: -0.5em;
}
.main_description {
	margin-top: 30px;
}
.wpcf7 input[type="file"] {
	margin-top: 0.3rem;
}
.wpcf7 input[type="submit"] {
	background-color: #ffd232;
	border-radius: 2px;
	padding: 10px 35px;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #ffd232;
	cursor: pointer;
	transition: all 0.3s;
}
.wpcf7 input[type="submit"]:hover {
	background-color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
	width: 110px;
}
.custom-file-input::before {
	content: 'Обрати файл';
	display: inline-block;
	background-color: #c7d0d2;
	border: none;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
}
*/
.custom-file-input:hover::before {
	text-decoration: underline;
}
.custom-file-input:active::before {
	text-decoration: underline;
}
.page-template-main-page .date-picker-wrapper {
    left: 50% !important;
    transform: translateX(-49%);
}
.hide {
	display: none !important;
}
.page-template-sitemap-page #sitemap {
	display: none;
}
.answer {
	padding: 15px;
	border: 2px solid #ffd232;
}
.license {
	text-align: center;
	margin-top: 1.5em;
	font-size: 12px;
}

.sub-open {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	cursor: pointer;
	transform: rotateZ(45deg) translateY(-3px);
	transition: all 0.3s;
	/*background: url("assets/images/r_arr.png") no-repeat center;*/
	/*background-size: contain;*/
}
.sub-open.opened {
	transform: rotateZ(-135deg);
}
#partners-slider {
	position: relative;
	padding: 0 40px;
}
#partners-slider .swiper-wrapper {
	align-items: center;
}
#partners-slider .swiper-slide {
	text-align: center;
}
#partners-slider img {
	max-height: 200px;
	max-width: 200px;
	width: auto;
}


@media (max-width:575px) {
    form#mc-embedded-subscribe-form {
        flex-direction: column;
        align-items: center;
    }
    #subscribe input[type="submit"] {
        margin-left: 0;
    }
    .mainnews-link {
        text-align: center;
        margin-top: 20px;
    }
    .mainnews-link a {
        padding-bottom: 20px;
        color: #c7d0d2;
    }
    .mainnews-link a:hover {
        color: #ffd232;
        text-decoration: none;
    }
    .site-footer .social-navigation {
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) {
    .mainnews-link .ratio {
        position: relative;
        max-width: 220px;
        margin: 25px auto 0 auto;
    }
    .mainnews-link .ratio:before{
        content: "";
        display: block;
        padding-top: 68.18%;
    }
    .mainnews-link .ratio .content{
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #news .mainnews-link a {
        height: 100%;
        border: 1px solid #c7d0d2;
        background: url(assets/images/r_arr.png) no-repeat right 14% center;
        display: flex;
        align-items: center;
        padding: 0 22%;
        color: #c7d0d2;
    }
    #news .mainnews-link a:hover {
        background: url("assets/images/r_arr_yellow.png") no-repeat right 14% center;
        color: #ffd232;
        text-decoration: none;
    }
}
@media (max-width:767px){

    #accessibility_on {
        margin-bottom: 20px;
    }
	#mainpage-links-slider + .swiper-pagination {
		padding: 5px 0 20px 0;
	}
	.search-session input {
		 margin-bottom: 15px;
	}
	section.zasidannya .container {
		padding: 0;
	}
	#subscribe .container {
		padding: 2.19rem 15px
	}

}

#new_version {
	position: relative;
	background-color: #ffd232;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

#new_version .close {
	display: none;
	flex: none;
	cursor: pointer;
	margin-left: 20px;
}

.entry-footer {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}

.entry-footer .print {

}

.entry-footer .print i {
	margin-right: 10px;
	transition: all 0.3s;
}

.entry-footer .print:hover i {
	transform: translateY(-5px);
}

.search-news  {
	margin: 0 0 2.8rem -30px;
}
.search-news input {
	width: 100%;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	height: 30px;
	padding: 0 10px;
}
.search-news label {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0.5em;
}
.search-news .search-submit {
	background-color: #ffd232;
	border-radius: 2px;
	padding: 5px 35px;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #ffd232;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 18px;
}
.search-news .search-submit:hover {
	background-color: transparent;
}

@media print {
	#sidebar, #subscribe, #sitemap, .hideprint, .navigation-top, .site-footer {
		display: none;
	}

	.breadcrumbs {
		padding-top: 0 !important;
	}
	h1 {
		font-size: 1.5em !important;
	}
}