/*
Theme Name: Центр комунального сервісу
Version: 1.0
Author: LandingMasterX
Description: Шаблон для сайта "Центр комунального сервісу".
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, left-sidebar, responsive-layout
Text Domain: cks

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

* {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

strong, b {
	font-weight: bold;
}

body {
	background: url('img/body-bg.jpg');
	color: #1f1f1f;
	font-family: 'Conv_PF Din Text Cond Pro', sans-serif;
	font-size: 18px;
}

.clear {
	clear: both;
}

img {
	border: 0;
	max-width: 100%;
}

a {
	color: #035157;
}

a:hover {
	text-decoration: none;
}

input,
select,
textarea {
	font-family: 'Conv_PF Din Text Cond Pro', sans-serif;
}

input[type=submit]:hover {
	cursor: pointer;
}

input:not([type=submit])::-webkit-input-placeholder {color:#676b6d;opacity: 1;}
input:not([type=submit])::-moz-placeholder          {color:#676b6d;opacity: 1;}
input:not([type=submit]):-moz-placeholder           {color:#676b6d;opacity: 1;}
input:not([type=submit]):-ms-input-placeholder      {color:#676b6d;opacity: 1;}

input:not([type=submit]):focus::-webkit-input-placeholder {color: transparent}
input:not([type=submit]):focus::-moz-placeholder          {color: transparent}
input:not([type=submit]):focus:-moz-placeholder           {color: transparent}
input:not([type=submit]):focus:-ms-input-placeholder      {color: transparent}

textarea::-webkit-input-placeholder {color:#676b6d;opacity: 1;}
textarea::-moz-placeholder          {color:#676b6d;opacity: 1;}
textarea:-moz-placeholder           {color:#676b6d;opacity: 1;}
textarea:-ms-input-placeholder      {color:#676b6d;opacity: 1;}

textarea:focus::-webkit-input-placeholder {color: transparent}
textarea:focus::-moz-placeholder          {color: transparent}
textarea:focus:-moz-placeholder           {color: transparent}
textarea:focus:-ms-input-placeholder      {color: transparent}

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

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}

.top-line {
	background: #15b4e2;
	padding: 2px 0 4px;
}

.top-line * {
	color: #1f1f1f;
	font-size: 17px;
}

.top-line .fb {
	background: url(img/fb-icon.png) no-repeat 0 center;
	padding-left: 26px;
}

.top-line .cks-name{
	display: inline-block;
	margin-left: 25px;
}

.top-line .cks-name img{
	width: auto;
	height: 32px;
	float: left;
	margin-right: 5px;
}

.top-line .cks-name p{
	display: inline-block;
	padding-top: 5px;
}

.top-line .call-back {
	background: url(img/cb-phone.png) no-repeat 0 center;
	padding-left: 22px;
	margin: -1px 0 0 30px;
}

.top-line .left,
.top-line .right {
	display: inline-block;
	vertical-align: middle;
	width: 49.8%;
}

.top-line .right > * {
	float: right;
}

.navi-mobile {
	background: #fff;
	height: 2px;
	position: relative;
	width: 30px;
}

.navi-mobile:before,
.navi-mobile:after {
	background: #fff;
	content: "";
	height: 2px;
	position: absolute;
	top: 7px;
	width: 100%;
}

.navi-mobile:after {
	top: 14px;
}

.navi-mobile-wrapper {
	display: none;
	margin: 3px 6px 0 12px;
	padding: 0 0 16px;
}

.navi-mobile-wrapper:hover {
	cursor: pointer;
}

.header {
	border-bottom: 4px solid #15b4e2;
}

.header-wrapper {
	background: url(img/head-bg.jpg);
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	overflow: hidden;
}

.header .wrapper {
	display: table;
	height: 1px;
	min-height: 61px; /* было 81 */
	position: relative;
}

.header .repeater,
.header .repeater-mobile {
	background: url(img/logo-bg-repeater.png) repeat-x;
	background-size: auto 100%;
	height: 100%;
	left: -99%;
	position: absolute;
	top: 0;
	width: 100%;
}

.header .repeater-mobile {
	display: none;
	left: auto;
	right: 30%;
}

.header .left,
.header .right {
	display: table-cell;
	vertical-align: middle;
}

.header .left {
	background: url(img/logo-bg.png) no-repeat right center;
	background-size: auto 100%;
	position: relative;
	width: 325px;
	z-index: 2;
}

.header .right {
	padding: 0px 0; /* было padding: 12px 0; */
}

.header .left .logo {
	display: inline-block;
}

.header .head-nav-top > * {
	display: inline-block;
	vertical-align: middle;
}

.header .head-nav-top .register-link {
	background: url(img/businessman.png) no-repeat 0 center;
	font-size: 17px;
	padding-left: 25px;
}

.header .head-nav-top {
	text-align: right;
}

.header .head-nav-top .search-form {
	margin-left: 23px;
}

.search-form input {
	background: #fff url(img/search-icon.png) no-repeat right 5px;
	border: none;
	box-shadow: inset 0px 2px 3px rgba(103,107,109,0.75);
	font-size: 16px;
	padding: 3px 40px 3px 11px;
	width: 256px;
}

.header nav {
	margin-top: 15px;
}

.header nav ul {
	display: table;
	list-style: none;
	width: 100%;
}

.header nav li {
	border-right: 2px solid #15b4e2;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}

.header nav li:first-child {
	text-align: left;
}

.header nav li:last-child {
	border: none;
	text-align: right;
}

.header nav li a {
	display: block;
	padding: 0 15px;
	white-space: nowrap;
}

.header nav li:first-child a {
	padding-left: 0;
}

.header nav li:last-child a {
	padding-right: 0;
}

.about {
	padding: 20px 0 32px;
}

.about h2 {
	color: #15b4e2;
	font-size: 41px;
	text-align: center;
	text-transform: uppercase;
}

.about h4 {
	font-size: 24px;
	line-height: 29px;
	margin: 0 auto;
	padding: 7px 0 12px;
	text-align: center;
	width: 72.5%;
}

.about p {
	line-height: 22px;
	text-align: justify;
}

.buttons {
	background: #15b4e2;
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	color: #1f1f1f;
	display: block;
	font-size: 23px;
	margin: 0 auto;
	padding: 7px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	width: 243px;

	-webkit-transition: 100ms linear 0s;
	-moz-transition: 100ms linear 0s;
	-o-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.buttons:hover,
.form input[type=submit]:hover {
	opacity: 0.85;
}

.about .buttons {
	margin: 20px auto 0;
}

.educational-programms {
	background: #3ed2ad;
	padding: 26px 0 32px;
}

.educational-programms h2 {
	font-size: 41px;
	text-align: center;
	text-transform: uppercase;
}

.educational-programms h4 {
	font-size: 24px;
	line-height: 29px;
	margin: 0 auto;
	padding: 4px 0 0;
	text-align: center;
	width: 68%;
}

.educational-programms ul {
	list-style: none;
	margin: 24px 0 30px;
	padding: 0 60px;
}

.educational-programms li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 33.33%;
}

.educational-programms li > div {
	padding: 0 45px;
}

.educational-programms li * {
	font-size: 19px;
	line-height: 24px;
}

.educational-programms li .icon {
	height: 132px;
	overflow: hidden;
}

.educational-programms li .icon a {
	display: block;
	line-height: 0;
}

.educational-programms li h5 a {
	color: #1f1f1f;
}

.contacts {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover !important;
	border-bottom: 2px solid #fff;
	padding: 30px 0 45px;
}

.contacts h2 {
	font-size: 41px;
	text-align: center;
	text-transform: uppercase;
}

.contacts .map-wrapper {
	background: rgba(255,255,255,0.85);
	display: table;
	margin-top: 18px;
	padding: 20px 1.5%;
	width: 97%;
}

.contacts .map,
.contacts .descr {
	display: table-cell;
	vertical-align: middle;
}

.contacts .map {
	width: 630px;
}

.contacts .descr {
	padding-left: 15px;
}

.contacts .descr p {
	font-size: 19px;
	line-height: 23px;
}

.contacts .buttons {
	margin: 0;
}

.contacts.inner-page {
	padding: 0;
}

.contacts.inner-page .map-wrapper {
	display: block;
	margin-top: 0;
	padding: 0;
	width: 100%;
}

.contacts.inner-page .map,
.contacts.inner-page .descr {
	display: block;
}

.contacts.inner-page .map {
	margin-top: 35px;
	min-height: 325px;
	width: 100%;
}

.contacts.inner-page .descr {
	padding: 0;
}

.contacts.inner-page h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 38px;
	text-align: left;
	text-transform: none;
}

.contacts.inner-page .text {
	margin-top: 10px;
}

.main-slider .slide-title h3{font-size: 31px;}

footer {
	background: #3ed2ad;
	padding: 28px 0 30px;
}

footer .copyright * {
	font-size: 15px;
	line-height: 18px;
}

.content-wrapper {
	padding: 21px 0 32px;
}

.content-wrapper .wrapper {
	display: table;
}

.content-wrapper .wrapper > aside,
.content-wrapper .content {
	display: table-cell;
	vertical-align: top;
}

.content-wrapper .wrapper > aside {
	border-right: 2px solid #3ed2ad;
	width: 295px;
}

.content-wrapper .wrapper > aside:last-child {
	display: none;
	border: 0;
}

.content-wrapper .wrapper > aside h2 {
	font-size: 25px;
	margin-top: 10px;
	text-transform: uppercase;
}

.widget-wrapper {
	padding: 0 20px;
}

.widget-wrapper article {
	padding: 9px 0 17px;
}

.widget-wrapper article .news-img-preview-widget a {
	display: block;
	line-height: 0;
}

.widget-wrapper article .news-img-preview-widget img {
	width: 100%;
}

.widget-wrapper article h3,
.widget-wrapper article h3 * {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 10px;
}

.widget-wrapper article .date {
	color: #676b6d;
	font-size: 13px;
	padding: 6px 0 10px;
}

.widget-wrapper article p {
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
}

article .more-link {
	display: inline-block;
	font-size: 14px;
	margin-top: 13px;
}

article.preview {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

article.preview > div {
	display: inline-block;
	vertical-align: top;
}

article.preview .news-img-preview {
	width: 30%;
}

article.preview .news-content-preview {
	width: 70%;
}

.content-wrapper .content article .news-content-preview h2{
	font-size: 27px;
}

article.preview .news-content-preview.no-miniature {
	width: auto;
}

article.preview .news-img-preview a {
	display: block;
	line-height: 0;
	padding: 7px 15px 10px 0;
}

article.preview .news-img-preview img {
	width: 100%;
}

.content-wrapper .content {
	padding: 14px 20px 25px;
}

.breadcrumbs,
.breadcrumbs * {
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 17px;
}

.temp-wrapper {
	padding: 0px 0 28px;
}

.content-wrapper .content article h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 38px;
}

.content-wrapper .content article p {
	font-size: 17px;
	line-height: 22px;
	text-align: justify;
}

.content-wrapper .content article .text {
	margin-top: 10px;
}

.content-wrapper .content article .text ul, .content-wrapper .content article .text ol  {
	margin: 0 0 10px 22px;
}

.e-programms-list {
	list-style: none;
	margin-top: 16px;
}

.e-programms-list li > a {
	background: #3ed2ad;
	color: #1f1f1f;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	display: block;
	margin-bottom: 2px;
	padding: 7px 15px 10px;
	text-decoration: none;
}

.e-programms-list li > a.active {
	background: #3ed2ad url(img/white-dot.png) no-repeat 16px center;
	padding: 7px 15px 10px 33px;
}

.e-programms-list .descr {
	display: none;
	background: #eaeaea;
	margin-bottom: 2px;
	padding: 13px 35px 31px;
}

.e-programms-list .descr .text {
	margin: 0 !important;
}

.e-programms-list .btns-wrapper {
	margin-top: 26px;
	text-align: center;
}

.e-programms-list .btns-wrapper > * {
	display: inline-block;
	vertical-align: middle;
}

.e-programms-list .btns-wrapper .buttons {
	font-size: 15px;
	margin: 0 9px;
	padding: 6px 13px 4px 34px;
	width: auto;
}

.e-programms-list .btns-wrapper .buttons.register {
	background: #15b4e2 url(img/reg-user.png) no-repeat 9px center;
}

.e-programms-list .btns-wrapper .buttons.schedule {
	background: #15b4e2 url(img/calendar.png) no-repeat 6px center;
}

.e-programms-list .btns-wrapper .buttons.print {
	background: #15b4e2 url(img/print.png) no-repeat 8px center;
	padding: 6px 13px 4px 38px;
}

.schedule-table-wrapper {
	margin-top: 12px;
}

.schedule-table-wrapper table {
	border-collapse: collapse;
	width: 100%;
}

.schedule-table-wrapper thead th {
	background: #3ed2ad;
	border-left: 1px solid #f3f4f4;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 8px 17px 9px;
	text-align: center;
}

.schedule-table-wrapper thead th:first-child {
	border: 0;
	text-align: left;
}

.schedule-table-wrapper thead th:last-child,
.schedule-table-wrapper td:last-child {
	padding: 8px 10px 9px;
	width: 170px;
}

.schedule-table-wrapper thead th:nth-child(2),
.schedule-table-wrapper td:nth-child(2) {
	padding: 8px 9px 9px;
	width: 100px;
	/*display: none;*/
}

.schedule-table-wrapper tfoot th {
	background: #3ed2ad;
	padding-top: 1px;
	height: 13px;
}

.schedule-table-wrapper td:first-child {
	border-left: 0;
	text-align: left;
}

.schedule-table-wrapper td {
	background: #eaeaea;
	border-bottom: 1px solid #3ed2ad;
	border-left: 1px solid #3ed2ad;
	padding: 8px 17px 11px;
	text-align: center;
	vertical-align: middle;
}

.schedule-table-wrapper td:not(:last-child) {
	font-size: 19px;
	font-weight: bold;
	line-height: 23px;
}

.schedule-table-wrapper .buttons {
	display: inline-block;
	font-size: 15px;
	padding: 6px 13px 4px 34px;
	width: auto;
}

.schedule-table-wrapper .buttons.register-in-schedule {
	background: #15b4e2 url(img/reg-user.png) no-repeat 9px center;
}

/* reveal */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.60);
	z-index: 10001;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 20%; 
	left: 50%;
	margin: 150px 0 0 -285px;
	position: absolute;
	z-index: 10002;
}

#send-message.reveal-modal {
	margin: -250px 0 0 -285px;
}

.reveal-modal .close-reveal-modal {
	font-size: 30px;
	line-height: 0.5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #1c1c1c;
	cursor: pointer;
}

.form {
	background: #3ed2ad;
	border-radius: 7px;
	text-align: center;
	padding: 5px;
	width: 560px;
	
}

.form h2 {
	font-size: 21.58px;
	padding: 7px 5px 12px;
}

.form form {
	background: #f3f4f4;
	padding: 10px 0 18px;
	width: 100%;
}

.form input:not([type=submit]),
.form textarea,
.form select {
	background: #fff;
	border: 1px solid #676b6d;
	border-radius: 2px;
	box-shadow: inset 1px 2px 3px rgba(103,107,109,0.5);
	font-size: 15.29px;
	margin-top: 16px;
	padding: 7px 12px 4px;
	width: 278px;
}

.form select {
	background: #fff url(img/arrow-select.png) no-repeat right center;
	color: #676b6d;
	padding: 7px 30px 4px 9px;
	width: 303px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form select::-ms-expand {
	display: none;
}

.form input[type=submit] {
	background: #15b4e2;
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
	font-size: 23px;
	margin: 16px 0 12px;
	padding: 7px 0 4px;
	text-transform: uppercase;
	text-align: center;
	width: 283px;
}

.form p {
	font-size: 19px;
}

.form input[type=checkbox] {
	margin: 0;
	padding: 0;
	width: auto;
}

.form .schedule-select span.wpcf7-list-item {
	margin: 0;
}

.form .schedule-select {
	display: none;
	margin: 16px auto 0;
	text-align: left;
	width: 302px;
}

.form .schedule-select.active {
	display: block;
}

.form .schedule-select h6 {
	font-size: 15px;
}

.form .schedule-select label {
	display: block;
	margin-top: 5px;
}

.form .schedule-select label > * {
	display: inline-block;
	vertical-align: middle;
}

.form .schedule-select label * {
	font-size: 14px;
}

.form .schedule-select label:hover {
	cursor: pointer;
}

/* WP Styles */

.alignleft {
	float: left;
}

img.alignleft {
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 0 0 10px 10px;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	margin: 10px 0;
}

.wp-caption {
    max-width: 100% !important;
}

.wp-caption img {
    width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 0.7em;
}

.current-menu-item a {
	text-decoration: none;
}

.ya-map{
	margin-top: 20px;
}

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

.lang-widget{
	float: right;
	margin-left: 20px;
}

.fancybox-title.fancybox-title-outside-wrap {
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	color: #1f1f1f;
	font-family: 'Conv_PF Din Text Cond Pro', sans-serif;
	font-size: 17px;
	margin: 26px auto 0;
	padding: 9px 10px;
	text-align: center;
	width: 88%;
}

.competition-content-wrapper {
	padding: 0 0 70px;
}

.competition-content-wrapper .competition-descr,
.competition-content-wrapper .competition-rules-wrapper {
	padding: 0 0 20px;
}

#competition_tabs .ui-tabs-panel {
	background-color: #fff;
	padding: 25px 0 0 20px;

}

.ui-tabs > ul {
	list-style: none;
	margin: 0 !important;
	padding: 13px 0 0;
}

.ui-tabs > ul > li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.ui-tabs > ul > li:last-of-type {
	margin: 0;
}

.ui-tabs > ul > li > a {
	background-color: #d8d8d8;
	border-radius: 1px;
	box-sizing: border-box;
	color: #1f1f1f;
	font-size: 15px;
	display: block;
	height: 31px;
	line-height: 31px;
	outline: none;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
	white-space: nowrap;

	-webkit-transition: 100ms linear 0s;
	-moz-transition: 100ms linear 0s;
	-o-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.ui-tabs > ul > li > a:hover,
.ui-tabs > ul > li.ui-state-active > a {
	background-color: #15b4e2;
}

#competition-gallery {
	overflow: hidden;
}

#competition-gallery ul {
	list-style: none;
	margin: 0 -10px !important;
}

#competition-gallery li {
	display: inline-block;
	padding: 0 0 23px;
	width: 33.33%;
}

#competition-gallery .item-img,
#competition-gallery .item-details {
	padding: 0 10px;
}

#competition-gallery li a {
	display: block;
	line-height: 0;
	outline: none;
}

#competition-gallery li img {
	width: 100%;
}

#competition-gallery .item-details {
	padding: 6px 0 0;
}

#competition-gallery .item-details * {
	font-size: 16px;
	text-align: center;
}

.subscribe-btn-wrapper {
	background-color: #fff;
	padding: 6px 0 35px 20px;
	text-align: center;
}

.subscribe-btn-wrapper a {
	background: #15b4e2 url(img/letter-icon.png) no-repeat 15px center;
	border: 2px solid #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding: 0 12px 0 38px;
	white-space: nowrap;
	width: auto;
}

.ajax-vote-item-link-wrapper {
	bottom: -32px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.ajax-vote-item-link {
	background: #ff6000 url(img/vote-icon.png) no-repeat 31px center;
	border: 2px solid #fff;
	border-radius: 7px;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	height: 39px;
	left: 50%;
	line-height: 39px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 42px 0 67px;
	white-space: nowrap;

	-webkit-transition: 100ms linear 0s;
	-moz-transition: 100ms linear 0s;
	-o-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.ajax-vote-item-link.loading {
	background: #ff6000 url(img/bx_loader.gif) no-repeat 31px center;
	background-size: auto 70%;
}

.ajax-vote-item-link:hover {

}

.vote-thankyou {
	padding: 25px 0;
	text-align: center;
	white-space: nowrap;
}

.my-voted-item {
	background: #15b4e2 url(img/vote-icon.png) no-repeat 31px center;
	border: 2px solid #fff;
	border-radius: 7px;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	height: 39px;
	left: 50%;
	line-height: 39px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 42px 0 67px;
	white-space: nowrap;
}

.voted-item-label {
	color: #15b4e2
}

#subscribe_to_competitions .wysija-submit {
	margin: 16px auto 12px;
}

body.home .reveal-modal{
	top: 10%!important;
}
