/*
Theme Name: Site
Author: LLC "Webmaster"
Author URI: https://mosnovosti.ru
Description: Mosnovosti.ru
License: Commercialware
License URI: -
*/

@import url("css/font-awesome.min.css");

@font-face {
    font-family: 'semibold';
    src: url('fonts/semibold.otf') format('opentype');

}

* {
  box-sizing: border-box;
}

:root {
    --royalblue: #4169E1;
    --pink: #e83e8c;
    --red: #d6293e;
    --brown: #964b00;
    --green: #0cbc87;
	--blue: #007aff;
    --cyan: #17a2b8;
	--orange: #fd7e14;
    --purple: #6f42c1;
	--gray: #cdcdcd;
	
	--opacity-bg: 0.1;
	--opacity: 0.2;
}

.royalblue {
    color: var(--royalblue);
}

.pink {
    color: var(--pink);
}

.red {
    color: var(--red);
}

.brown {
    color: var(--brown);
}

.green {
    color: var(--green);
}

.blue {
    color: var(--blue);
}

.cyan {
    color: var(--cyan);
}

.orange {
    color: var(--orange);
}

.purple {
    color: var(--purple);
}

.gray {
    color: var(--gray);
}

/********/

.bg-royalblue {
    background-color: var(--royalblue);
	opacity: var(--opacity-bg);
}

.bg-pink {
    background-color: var(--pink);
	opacity: var(--opacity-bg);
}

.bg-red {
    background-color: var(--red);
	opacity: var(--opacity-bg);
}

.bg-brown {
    background-color: var(--brown);
	opacity: var(--opacity-bg);
}

.bg-green {
    background-color: var(--green);
	opacity: var(--opacity-bg);
}

.bg-blue {
    background-color: var(--blue);
	opacity: var(--opacity-bg);
}

.bg-cyan {
    background-color: var(--cyan);
	opacity: var(--opacity-bg);
}

.bg-orange {
    background-color: var(--orange);
	opacity: var(--opacity-bg);
}

.bg-purple {
    background-color: var(--purple);
	opacity: var(--opacity-bg);
}

.bg-gray {
    background-color: var(--gray);
	opacity: var(--opacity-bg);
}

/*************/

.royalblue-filter {
  filter: url('#royalblue-filter');
}

.pink-filter {
  filter: url('#pink-filter');
}


.red-filter {
  filter: url('#red-filter');
}

.brown-filter {
  filter: url('#brown-filter');
}

.green-filter {
  filter: url('#green-filter');
}

.blue-filter {
  filter: url('#blue-filter');
}

.cyan-filter {
  filter: url('#cyan-filter');
}

.orange-filter {
  filter: url('#orange-filter');
}

.purple-filter {
  filter: url('#purple-filter');
}

.gray-filter {
  filter: url('#gray-filter');
}


/*********************************/

body {
    background-color: #f8f8f8; 
	margin: 0px;
    font-family: Helvetica;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    font-weight: normal;
    font-style: normal;
    color: #1a1a1a;
    font-size: 16px;
}



.body{
  height: 100vh;
  width: 100vw;	
  overflow-x: hidden;
  overflow-y: hidden;
 /* padding-right: 17px;*/
}

.copyright{
 /* line-height : 1.5;*/
}

p {
    line-height: 28px;
    text-align: justify;
}

p a {
    text-decoration: none;
    color: #e12039;
}

ul {
	width: auto
    margin: 0px 0px 8px 0px;
    padding-left: 20px;
    float: left;
}

span.item {
	cursor: pointer;
	text-decoration: underline;
}

ol{
	margin: 0px 0px 8px 0px;
    /* list-style-type: none; */
    /* padding-left: 20px; */
    line-height: 25px;
    float: left;
}

a.advert {color:#e12039; text-decoration: none;  clear: left;}
a.advert:hover {color:#e12039; text-decoration: underline; transition: 0.3s linear;}

.underline {
	text-decoration: underline;
}

.underline:hover {
   text-decoration: none;
}



.entry-thumbnail {
    width: 300px;
    margin-right: 16px;
	margin-bottom: 16px;
    float: left;
	text-align: center;
}

.headcontact {
    width: calc(100% - 437px);
    text-align: center;
    padding: 13px 3px 13px 3px;
    margin-left: 0px;
    float: left;
    color: #e12039;
    font: normal 1em Sans-Serif;
}


div.frame { 
	width: 100%;
	height: 600px;
	float: left;
	position: relative;
}

div.i_frame { 
	width: 100%;
	height: 600px;
	
}

iframe {
	width: 100%;
	height: 100%;
}


div.frame_top { 
	width: calc(100% - 215px);
	height: 50px;
	background-color: #ffffff;
	position: absolute;
	top: 2px;
	left: 2px;
}


@media (max-width:979px){
.headcontact {
    width: calc(100% - 480px);
}
}

.headaddress {
    width: 100%;
	text-align: center;
    padding: 3px 3px 3px 3px;
    float: left;
    color: #e12039;
}

.headaddress:before {
    content: url(/images/icons/location.png);
}

.headaddress a {
    font: normal 1em Sans-Serif;
    color: #e12039;
    margin-left: 8px;
}

.headphone {
    width: calc(100% - 150px);
    padding: 6px 3px 6px 3px;
    float: left;
    color: #e12039;
}

.headphone:before {
    content: url(/images/icons/phone.png);
}

.headphone a {
    font: normal 1.1em Sans-Serif;
    color: #e12039;
    margin-left: 10px;
}


.heademail {
    width: 150px;
    padding: 6px 3px 6px 3px;
    float: left;
    color: #e12039;
}

.heademail:before {
    content: url(/images/icons/email.png);
}

.heademail a {
    font: normal 1.1em Sans-Serif;
    color: #e12039;
    margin-left: 10px;
}



@media (max-width:894px){

.headphone {
    width: 100%;
}

.heademail {
    display: none;
}

}

@media only screen and (max-width: 710px) {
.headcontact {
    width: 100%;
	padding: 3px 3px 3px 3px;
}
.headphone {
    width: 100%;
}	
	
}


.scrollTop {
    background: url(/images/arrows.png) 0 0 no-repeat;
    width: 45px;
    height: 45px;
    bottom: 30px;
    right: 30px;
}


.edit {
    float: left;
    margin-top: 8px;
}

.edit a {
    font-size: 0.75em;
    color: #888;
}

.image-left {
    float: left;
    width: 120px;
}

.image-left a {
    float: left;
}

div.newsh {
    float: left;
    overflow: hidden;
    width: calc(100% - 128px);
    padding: 0px;
    margin-left: 8px;
    display: inline-block;
}

/*********************************************************************/

.searchnews {
	float: left;
    height: 46px;
    width: 100%;
	margin: 32px 0px;
    position: relative;
}

.search_news {
	float: left;
    width: 100%;
    margin-top: 32px;
}

.search_news_title {
	float: left;
    width: 100%;
	font: normal 1.2em Sans-Serif;
    margin-bottom: 8px;
}

div.checking {
    width: calc(100% - 100px);
    /* height: 50px; */
    position: absolute;
    top: 0px;
    left: calc((100% - (100% - 100px)) / 2);
    padding: 0px;
    /* padding-left: 10px; */
    /* background: #607d8b; */
    /* border-radius: 8px; */
    transition: top 0.8s;
}


div.inputs {
    width: calc(100% - 120px);
    /* position: relative; */
    float: left;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
}


.input {
    width: 500px;
    height: 38px;
    padding-right: 16px;
    margin-left: 0px;
    opacity: 1;
    padding-left: 16px;
    background: #fff;
    font: 1.25em "Arial", "Helvetica", sans-serif;
    border-radius: 0px;
    border: 0px solid #888;
}

input {
    outline: none;
}

.search {
    border: none;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 11px;
    right: 16px;
    display: none;
}

.display {
    background: #FFF;
    border: 1px #ccc solid;
    width: 260px;
    border-radius: 0px;
    min-height: 30px;
    z-index: 10;
    position: absolute;
    display: none;
    margin: 0px;
    padding-left: 0;
    z-index: 100;
    /* margin-bottom: 0px; */
}

div.checka {
    display: inline-block;
    width: 120px;
    height: 38px;
    color: #333333;
    background: #e12039;
    color: white;
    font: normal 1.15em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border: 0px solid #f8f8f8;
    cursor: pointer;
    transition: 0.2s;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
}

div.checka:hover {
  background: #eb9200;
}
div.checka:active {
  background: #eb9200;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%);
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%);

}

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

div.checking-title {
    width: calc(100% - 32px);
	left: 16px;
}	
	
div.checking-desc {
    width: calc(100% - 32px);
	left: 16px;
}	
	
div.checking {
    width: calc(100% - 32px);
	left: 16px;
}		
.input {
    width: 100%;
	padding-right: 8px;
    padding-left: 8px;
	font: 1.15em "Arial", "Helvetica", sans-serif;
}		
	
div.inputs {
    width: calc(100% - 120px);
}		

	
}



/********************************************************************************/

.rating{
	float: left;
	width: 125px;
}
.star{
	float: left;
	height: 17px;
	width: 100px;
	position: relative;
}
.rating-star{
	float: left;
	height: 17px;
	background-image: url(/images/star.png);
	position: absolute;
}
.rating-nostar{
	float: left;
	height: 17px;
	width: 100px;
	background-image: url(/images/nostar.png);
	position: absolute;
}



/********************************************************************************/

.wp-pagenavi a, .wp-pagenavi span {
	float: left;
}

/********************************************************************************/


.banneruzi {
	width: 100%;
	min-height: 150px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
	position: relative;
	z-index: 1;
  /*  background: #f0f0f0;*/
}

.banneruzif {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
	background: linear-gradient(to bottom, rgb(135,198,203,.12) 0%,rgb(233,201,77,.12) 50%,rgb(65,175,169,.12) 100%);
    bottom: 0px;
}

.banneruzib {
    width: 100%;
    height: 14px;
    position: absolute;
    font-size: 10px;
    bottom: 4px;
    line-height: 14px;
    z-index: 5;
    text-align: center;
    color: #bbbbbb;
    -webkit-transform: scaleY(2); 
    -moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
}

@media screen and (max-width: 525px) {
.banneruzib {	
    font-size: 9px;
}	
}

@media screen and (max-width: 475px) {
.banneruzib {	
    font-size: 8px;
}	
}
@media screen and (max-width: 425px) {
.banneruzib {	
    font-size: 7px;
}	
}
@media screen and (max-width: 375px) {
.banneruzib {	
    font-size: 6px;
}	
}

.banneruzifon {
    width: 100%;
    height: 100%;
    background-image: url(/images/icons/medicine.png);
}

.banneruzitext {
	width: calc(100% - 100px);
    float: left;
	position: relative;
    z-index: 10;
}

.banneruzitext > .text {
	float: left;
    margin: 8px 0px;
	padding-left: 8px;
    line-height: 28px;
    text-align: justify;
    width: 100%;
}
@media screen and (max-width: 525px) {
.banneruzitext > .text {	
	margin: 0px 0px;
}	
}

.banneruzitext > .text h2 {
	color: #333;
    margin: 0px 0px 16px 0px;
	padding-left: 8px;
    font: normal 1.4em "Helvetica";
    float: left;
    line-height: 28px;
    width: 100%;
}

.banneruzinumber {
	width: 100%;
    float: left;
    text-align: center;
 /*   font: 1.6em "Arial", "Helvetica", sans-serif;*/
}

.banneruziimage {
	width: 100px;
    height: 120px;
    float: left;
    background-image: url(/images/banner/apparat-uzi.png);
	position: relative;
    z-index: 10;
}


/*****************************/

.place {
    color: #e12039;
    font-weight: 400;
    text-decoration: none;
}

.place :hover {
  background-color: #eeeeee;
}

/*****************************/
.pricelist {
	 float: left;
	 width: 100%;
}
.service {
	 float: left;
	 width: 100%;
	font-size: 18px;
	margin-top: 16px;
	line-height: 50px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.price {
	 float: left;
	 width: 100px;
	 font-size: 18px;
}
div[itemprop="name"] {
	 float: left;
	 width: calc(100% - 100px);
}
/*****************************/

.sokolnicheskaya-linija {
    font-size: 14px;
    color: white;
    display: inline;
    text-align: center;
    padding: 3px 5px;
    vertical-align: middle;
    border-radius: 50%;
    background: #cd0506;
}


.koltsevaya-linija {
    font-size: 14px;
    color: white;
    display: inline;
    text-align: center;
    padding: 3px 5px;
    vertical-align: middle;
    border-radius: 50%;
    background: #7f0000;
}

/****************/


.wp-pagenavi {
    padding-top: 16px;
    font-size: 14px;
}


.reklama{
    height: 1px;
    float: left;	
    width: 100%;
    margin-top: 1px;
	margin-bottom: 1px;
}

.reklama-top{
    height: 140px;
    float: left;	
    width: 100%;
    margin-top: 0px;
	margin-bottom: 0px;
}


/***/

.vrachi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-around;
}

.vrach{
    float: left;
    margin: 16px 8px 16px 8px;
    width: 300px;
    min-height: 80px;
}

.fio{
	width: 100%;
	font: normal 1.2em Helvetica;
	text-align: center;
	padding: 8px;
}

/***/

.tech{
	width: 300px;
	float: right;
	margin-left: 16px;
}

.oboudovanie{
	width: 300px;
	float: right;
}

@media screen and (max-width: 581px) {
.tech{
	width: 100%;
	margin-left: 0px;
}
.oboudovanie{
	margin: 0 auto;
	float: none;
}		
}

/*********************************/

.phoneorder {
    float: left;
    width: 100%;
    text-align: center;
    height: 56px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
}

/*** Записаться на УЗИ по телефону ***/

.orderphone {
	width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    float: left;
	position: relative;
	z-index: 1;
  /*  background: #f0f0f0;*/
}

.orderphonef {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
	background: linear-gradient(to bottom, rgb(135,198,203,.12) 0%,rgb(233,201,77,.12) 50%,rgb(65,175,169,.12) 100%);
    bottom: 0px;
}
.orderphonefon {
    width: 100%;
    height: 100%;
    background-image: url(/images/icons/medicine.png);
}

.orderphonetext {
	width: calc(100% - 98px);
    float: left;
	position: relative;
    z-index: 10;
}

.orderphonetext > .text {
	float: left;
    margin: 8px 0px;
	padding-left: 8px;
    line-height: 28px;
    text-align: justify;
    width: 100%;
}
@media screen and (max-width: 525px) {
.orderphonetext > .text {	
	margin: 0px 0px;
}	
}

.orderphonetext > .text h2 {
	color: #333;
    margin: 0px 0px 16px 0px;
	padding-left: 8px;
    font: normal 1.4em "Helvetica";
    float: left;
    line-height: 28px;
    width: 100%;
}

.orderphonenumber{
	width: 100%;
    float: left;
    text-align: center;
 /*   font: 1.6em "Arial", "Helvetica", sans-serif;*/
}

.orderphoneimage {
	width: 98px;
    height: 120px;
    float: left;
    background-image: url(/images/icons/smartphone.png);
	position: relative;
    z-index: 10;
}


/******************************/

div.order {
    float: left;
    line-height: 25px;
    color: #333;
    margin-top: 100px;
    margin-bottom: 8px;
    text-align: justify;
    position: relative;
    width: calc(100% - 250px);
    z-index: 10;
}

.forma {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    float: left;
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgb(135,198,203,.12) 21%,rgb(233,201,77,.12) 75%,rgb(65,175,169,.12) 100%);
    z-index: 1;
}

.formaf {
    width: 100%;
    height: 77%;
    position: absolute;
    z-index: 5;
    bottom: 0px;
}
.formafon {
    width: 100%;
    height: 100%;
    background-image: url(/images/icons/medicine.png);
}
	
.formatitle {
    width: 100%;
    margin-top: 100px;
    float: left;
    height: 100px;
}

.formatitletop {
	float: left;
	width: 100%;
	padding-left: 16px; 
	font: 1.5em "Arial", "Helvetica", sans-serif;
}


.subscribetitletop {
	float: left;
	width: 100%;
	padding-left: 16px; 
	font: 1.5em "Arial", "Helvetica", sans-serif;
}

@media screen and (max-width: 390px) {
.formatitletop {
	font: 1.3em "Arial", "Helvetica", sans-serif;
}	
.subscribetitletop {
	font: 1.3em "Arial", "Helvetica", sans-serif;
}	
}	
.formatitlebottom {
	float: left;
	width: 100%;
	min-height: 44px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	font: 1em "Arial", "Helvetica", sans-serif;
}
.subscribetitlebottom {
	float: left;
	width: 100%;
	min-height: 44px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	font: 1em "Arial", "Helvetica", sans-serif;
}

.fimage {
    width: 250px;
    height: 400px;
    float: left;
    position: relative;
    background-image: url(/images/doctor.png);
    z-index: 10;
}


.ordersinput{
	float: left;
    width: 100%;
	margin-top: 0px;  /*8px*/
}

.ordersbutton{
	float: left;
	width: 100%;
}


div.orders {
    float:left; 
    width: 50%;
    margin-top: 8px;
}

@media screen and (max-width: 777px) {
div.order {
	width: 100%;
	margin-top: 16px;
}	
	
.forma {
    /* background: rgb(240 240 240); */
    background: linear-gradient(to bottom, rgb(135,198,203,.12) 0%,rgb(233,201,77,.12) 75%,rgb(65,175,169,.12) 100%);
}	
	
.formaf {
    height: 100%;
}
	
div.orders {
    width: 100%;

}
	
.fimage {
	display: none;
}
}

div.ordertop {
    float: left;
    width: 100%;
    height: 25px;
}

div.ordertopbottom {
    float: left;
    width: 100%;
    height: 16px;
}


div.orderbottom
{
    float:left; 
    width: 100%;
  /*  height: 30px; */
}


.formordersbottom {
	float: left;
	color: #333;
    text-align: left;
    width: 100%;
}

.formagree {float:left; padding-top: 0px; margin-top: 10px; margin-bottom: 10px; text-align:center; width: 100%; border: 0px solid #c8c8c8;}

.formagree input[type="checkbox"] { display: none; }

.formagree input[type="checkbox"] + label {
  display: block;
  text-align:left;
  min-height: 36px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font: 1em "Arial", "Helvetica", sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.formagree input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.formagree input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid #e12039;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.formagree input[type="checkbox"]:checked + label:before {
  width: 8px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}

/*//////////////////////////*/
 
div.subscribe {
    float: left;
    line-height: 25px;
    color: #333;
    margin-top: 16px;
  /*  margin-bottom: 8px;*/
    text-align: justify;
    position: relative;
    width: 100%;
    z-index: 10;
}
 
.formas {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    bottom: 0px;
	background: linear-gradient(to bottom, rgb(135,198,203,.12) 0%,rgb(233,201,77,.12) 50%,rgb(65,175,169,.12) 100%);
}
.formasub {
    width: 100%;
    height: 100%;
    background-image: url(/images/icons/post.png);
}

.tnp-left{
	width: 70%;
	float: left;
}

.tnp-right{
	width: 30%;
    float: left;
    margin-top: 16px;
}

@media screen and (max-width: 715px) {
/*
.tnp-left{
	width: calc(100% - 150px);
	float: left;
}	
.tnp-right {
    width: 150px;
}
.tnp-field-email{
	width: 100%;	
} */
.tnp-left{
	width: 100%;
	float: left;
}	
.tnp-right {
    width: 150px;
}	
}


.tnp-field-email{
	width: 70%;
    margin: 0 auto;
}


@media screen and (max-width: 715px) {
.tnp-field-email{
	width: 100%;	
}
}

.tnp-field-button{
	width: 150px;
    margin: 0 auto;
}
 
.tnp-subscription input[type=email] {
	display: inline-block;
    color: #333333;
    width: 100%;
    font: 1em "Arial", "Helvetica", sans-serif;
    border: 1px solid #acacac;
    padding: 5px 10px;
    line-height: 1.6em;
    /* margin-bottom: 16px;*/
}

.tnp-subscription input.tnp-submit{
	display: inline-block;
    width: 150px;
    height: 40px;
    background: #e12039;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border: 1px solid #e12039;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.2s;
}
 
.tnp-subscription input.tnp-submit:hover {
    background: #ffffff;
    border: 1px solid #e12039;
    color: #e12039;
}


.tnp-subscription input.buttons0 {
    display: inline-block;
    width: 150px;
    height: 40px;
    background: #a9a9a9;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border: 1px solid #a9a9a9;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.2s;
}
.tnp-subscription input.buttons0:hover { background: #a9a9a9; border: 1px solid #f8f8f8; color: white; }
.tnp-subscription input.buttons0:active { background: #a9a9a9; border: 1px solid #f8f8f8; color: white; }


.tnp-privacy-field {float:left; padding-top: 0px; margin-top: 10px; margin-bottom: 10px; text-align:center; width: 100%; border: 0px solid #c8c8c8;}

.tnp-privacy-field input[type="checkbox"] { display: none; }

.tnp-privacy-field input[type="checkbox"] + label {
  display: block;
  text-align:left;
  min-height: 36px;
  position: relative;
  padding-left: 30px;
 /* margin-bottom: 10px;*/
  font: 1em "Arial", "Helvetica", sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.tnp-privacy-field input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.tnp-privacy-field input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid #e12039;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.tnp-privacy-field input[type="checkbox"]:checked + label:before {
  width: 8px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}

/*/////////////////////*/

div.formorderok {
    float: left;
    display: none;
    color: #fefefe;
    text-align: center;
    width: 100%;
    border: 0px solid #c8c8c8;
}
div.formordernotok {
    float: left;
    display: none;
    color: #fefefe;
    text-align: center;
    width: 100%;
    border: 0px solid #c8c8c8;
}

div.formorderoktext {
    float: left;
	min-height: 82px;
    padding-top: 16px;
    color: #333;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 8px;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    width: 100%;
    border: 0px solid #c8c8c8;
}

.admorder {
    color: #777;
    font: normal 0.8em "Arial", "Helvetica", sans-serif;
}

div.formorderoktextmini {
    float: left;
    margin-top: 16px;
    padding-bottom: 0px;
    color: #303030;
    text-align: center;
    font: normal 0.9em "Arial", "Helvetica", sans-serif;
    width: 100%;
    border: 0px solid #c8c8c8;
}

div.formorderoknet {
    float: left;
    color: #333;
    text-align: center;
   /* margin-top: 8px;*/
    margin-bottom: 8px;
    width: 100%;
    border: 0px solid #c8c8c8;
}


/**** Event ********************************************************************/


a.hlink {
	color:#e12039; 
	text-decoration: none; 
 
	float: left; 
	clear: left;
}

	 

div.events {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-content: flex-start;
    margin: 0 auto;
    justify-content: left;
    gap: 16px;
}

div.event {
    float: left;
    /* border-radius: 8px; */
    /* padding: 16px; */
    /* margin-top: 16px; */
    /* margin-bottom: 32px; */
    /* border-radius: 8px; */
    width: calc((100% - 32px) / 3);
    min-height: 220px;
    position: relative;
}


div.event-fon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
}

div.shadow {
-webkit-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
-moz-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
}

div.shadow:hover  {
-webkit-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.2);
box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.2);
}



div.event h3 {
    color: #333;
    margin: 0px;
    font: bold 1.4em "Helvetica";
    float: left;
    width: 100%;
	text-align: left;
}



a.eventlink:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1119px) {
div.event {
    width: calc((100% - 16px) / 2);
	
}
}

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

div.events {
   /* gap: calc(100% - 536px);*/
    justify-content: center;
}	
	
div.event {
    width: calc(100% - 16px);
}
	
}

div.eventinfo{
	float: left;
	width: calc(100% - 552px);	
}


@media screen and (max-width: 895px) {
div.eventinfo{
	width: 100%;	
}	
}	

div.eventp{
	float: left;
	margin-bottom: 16px;
	font: normal 1.2em "Helvetica";
	width: 100%;
}

div.eventc{
	float: left;
	margin-top: 32px;
	font: normal 2em "Helvetica";
	width: 100%;
}

div.event-data{
	float: left;
    width: 100%;
    height: calc(100% - 280px);
}

div.event-category-age{
	width: 100%;
    float: left;
    padding: 8px 0px 0px 4px;
}

.event-category{
    float: left;
	color: #e12039;  
	font: normal 1em Sans-Serif;
    padding-right: 8px;
}

.event-dot{
    float: left;
	font: 800 0.75em Sans-Serif;
    padding-right: 8px;
}

.event-age{
    float: left;
    padding-right: 8px;
	font: normal 1em Sans-Serif;
}

div.event-date-city-place{
	width: 100%;
    float: left;
    padding: 4px;
}

.news-thumbnail {
    max-width: 450px;
   /* margin-right: 16px;*/
	margin-bottom: 16px;
    float: left;
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 575px) {
.news-thumbnail {
    width: 100%;
	margin-right: 0px;
}
}



.eventbtn {
    float: left;
    width: 100%;
    text-align: center;
 /*   height: 56px;*/
	margin-top: 32px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
}

.event_end{
	font: bold 1.3em "Helvetica";
}


.event-date{
    float: left;
	width: 100%;
	line-height: 1.3em;
    padding-right: 8px;
}

.event-agelimit{
    float: left;
	width: 100%;
	line-height: 1.3em;
    padding-right: 8px;
}

.event-city{
    float: left;
	color: #e12039;  
	line-height: 1.3em;
	font: normal 1em Sans-Serif;
    padding-right: 8px;
}

.event-place{
    float: left; 
	line-height: 1.3em;
    padding-right: 8px;
}

div.event-title{
	width: 100%;
    float: left;
    padding: 4px;
}

div.event-logos{
	display: flex;
    justify-content: center;
	position: absolute;
    align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
    height: 80px;
}

div.event-logo{
	display: flex;
	position: relative;
    justify-content: center;
    height: 270px;
	clear: left;
	border-radius: 8px;
    background: #ffffff;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.event-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.watermark {
    position: absolute;
    width: 100%;
    height: 100%;
	background-image: url(/images/watermark.png) ;
	background-repeat: no-repeat; /* Чтобы изображение не повторялось */
    background-position: calc(100% - 16px) calc(100% - 16px); /* Размещение в правом нижнем углу */
}


.watermark-popup {
    position: absolute;
    width: 100%;
    height: 100%;
	background-image: url(/images/watermark.png) ;
	background-repeat: no-repeat; /* Чтобы изображение не повторялось */
    background-position: calc(100% - 16px) calc(100% - 48px); /* Размещение в правом нижнем углу */
}

.watermark-slider {
    position: absolute;
    width: 100%;
    height: 100%;
	background-image: url(/images/watermark.png) ;
	background-repeat: no-repeat; /* Чтобы изображение не повторялось */
    background-position: calc(100% - 96px) calc(100% - 16px); /* Размещение в правом нижнем углу */
}


img.event-image{
	width: 100%;
    height: 100%;
    object-fit: cover;
   /* height: 220px;
    border-radius: 8px;
   
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
}

div.event-name {
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: 100%;
    float: left;
    border: 0px solid #c8c8c8;
    font-size: 1.3em;
    color: #333;
}

div.event-name h3{
	font: normal 1em "Helvetica";
    margin: initial;
    min-height: unset;
}

div.event-authors{
    padding: 8px 8px 0px 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}

.eventlink {
    color: #333;
}

/*
div.event-category{
    padding: 8px 8px 0px 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}
*/


div.event-subjects{
    padding: 8px 8px 0px 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}

div.event-textbook{
    padding: 5px 10px 0px 10px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}


/************************* Vuz ***********************************************/



div.vuzs {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-between;
}

div.vuz {
    float: left;
	border-radius: 8px;
	padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    min-height: 80px;
	position: relative;
}


div.vuz:hover  {
-webkit-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
-moz-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
}


div.vuz-fon{
    width: 100%;
	height: 100%;
	position: absolute;	
    top: 0px;
    left: 0px;
    border-radius: 8px;
}


div.vuz h3 {
    color: #333;
    margin: 8px 0px 8px 0px;
    font: normal 1.2em "Helvetica";
    float: left;
    width: 100%;
	text-align: center;
}


a.vuzlink:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



div.vuz-data{
	padding-top: 8px;
	width: 100%;
}

div.vuz-logos{
	 display: flex;
     justify-content: center;
     align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
}




div.vuz-logo{
	 display: flex;
     justify-content: center;
     align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
}

img.vuz-image{
    width: 100px;
    height: 100%;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

div.vuz-name {
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: 100%;
    float: left;
    border: 0px solid #c8c8c8;
    font-size: 1.3em;
    color: #333;
}

div.vuz-name h3{
	font: normal 1em "Helvetica";
    margin: initial;
    min-height: unset;
}

div.vuz-subjects{
    padding: 8px 8px 0px 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}

div.vuz-textbook{
    padding: 5px 10px 0px 10px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}








/************************************************************************/



div.subjects {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-between;
}

div.subject {
    float: left;
	border-radius: 8px;
	padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    width: calc((100% - 96px) / 4);
    min-height: 80px;
	position: relative;
}


div.subject:hover  {
-webkit-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
-moz-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
}


div.subject-fon{
    width: 100%;
	height: 100%;
	position: absolute;	
    top: 0px;
    left: 0px;
    border-radius: 8px;
}


div.shadow {
-webkit-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
-moz-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.1);
}

div.shadow:hover  {
-webkit-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.2);
box-shadow: 0px 1px 10px 4px rgba(34, 60, 80, 0.2);
}


div.subject h3 {
    color: #333;
    margin: 8px 0px 8px 0px;
    font: normal 1.2em "Helvetica";
    float: left;
    width: 100%;
	text-align: center;
}


a.subjectlink:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1080px) {
div.subject {
    width: calc((100% - 63px) / 3);
	
}
}

@media screen and (max-width: 894px) {
div.subject {
    width: calc((100% - 32px) / 2);
	
}
}

@media screen and (max-width: 529px) {
div.subject {
    width: 100%;
	
}
}



div.subject-data{
	padding-top: 8px;
	width: 100%;
}

div.subject-logos{
	 display: flex;
     justify-content: center;
     align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
}



div.subject-logo{
	 display: flex;
     justify-content: center;
     align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
}

img.subject-image{
    width: 100px;
    height: 100%;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

div.subject-name {
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: 100%;
    float: left;
    border: 0px solid #c8c8c8;
    font-size: 1.3em;
    color: #333;
}

div.subject-name h3{
	font: normal 1em "Helvetica";
    margin: initial;
    min-height: unset;
}

div.subject-subjects{
    padding: 8px 8px 0px 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}

div.subject-textbook{
    padding: 5px 10px 0px 10px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}





/************************************************************************/


.bookbtn {
    float: left;
    width: 100%;
    text-align: center;
 /*   height: 56px;*/
	margin-top: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
}


a.buttonback {
    background: #e12039;
    color: white;
    margin: 8px 8px;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #e12039;
    transition: 0.1s;
    border-radius: 8px;
}
a.buttonback:hover { background: #ffffff; color: #e12039;  }
a.buttonback:active { background: #ffffff; color: #e12039;  }



/********************************** Events *******************************/
/*


div.events {
    width: 100%;
    display: flex;
	flex-wrap: wrap;

    align-content: flex-start;
    margin: 0 auto;
	justify-content: left;
    gap: calc(((100% - (200px * 5)) - 0px) / 4);
}

div.event {

    margin-bottom: 32px;

    width: 200px;
    min-height: 80px;
    position: relative;
}

div.event-fon{
    width: 100%;
	height: 100%;
	position: absolute;	
    top: 0px;
    left: 0px;
    border-radius: 8px;
}


div.event h3 {
    color: #333;
    margin: 8px 0px 8px 0px;
    font: normal 1em "Helvetica";
    float: left;
    width: 100%;
	text-align: center;
}


a.eventlink:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1299px) {
div.events {
    gap: calc((100% - (200px * 5)) / 4);
	
}
}

@media screen and (max-width: 1109px) {
div.events {
    gap: calc((100% - (200px * 4)) / 3);
	
}
}

@media screen and (max-width: 889px) {
div.events {
   gap: calc((100% - (200px * 3)) / 2);
	
}
}

@media screen and (max-width: 679px) {
div.events {
    gap: calc((100% - (200px * 2)) / 2);
	justify-content: center;
	
}
}

@media screen and (max-width: 459px) {
div.events {
    gap: calc(100% - 200px);
	justify-content: center;
	
}
}


div.eventinfo{
	float: left;
	width: calc(100% - 320px);	
}

div.eventp{
	float: left;
	margin-bottom: 25px;
	font: normal 1.2em "Helvetica";
	width: 100%;
}

div.eventc{
	float: left;
	margin-top: 32px;
	font: normal 2em "Helvetica";
	width: 100%;
}


div.event-data{
	float: left;
	width: 100%;
	height: calc(100% - 280px);
}

div.event-title{
	width: 100%;
	float: left;
    padding: 4px;
}
	
div.event-logo{
	 display: flex;
     justify-content: center;

	 min-height: 286px;
}

img.event-image{
    width: 200px;
    height: 100%;
    border-radius: 8px;

    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

div.event-name {
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: 100%;
    float: left;
    border: 0px solid #c8c8c8;
    font-size: 1.3em;
    color: #333;
}

div.event-name h3{
	font: normal 1em "Helvetica";
    margin: initial;
    min-height: unset;
}

div.event-authors{
    padding: 8px 8px 0px 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}


div.event-category{
    padding: 8px 8px 0px 8px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}

a.category_link {
	z-index: 100;
	position: relative;
	margin: 0px 8px;
}



@media screen and (max-width: 639px) {
   div.eventinfo{
	width: 100%;	
}
}


/************************* Slider ***************************/


div.evt{
    float: left;
    margin-top: 16px;
    margin-bottom: 16px;
    width: calc((100% - 48px) / 3);
    min-height: 80px;
}




@media screen and (max-width: 1100px) {
div.evt {
    width: calc((100% - 32px) / 2);

}
}

@media screen and (max-width: 740px) {
div.evt {
    width: 100%;

}
}

.evt-fon {
    background-image: url(/images/event-fon.png) !important;
}

a.buttonevt {
    background: #e12039;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #e12039;
    transition: 0.1s;
    border-radius: 8px;
}

div.evt-logo{
	 display: flex;	
     position: relative;
     justify-content: center;
     align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
	 width: 100%;
     height: 210px;
}

div.evt-image{
	width: 330px;
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

div.evt-category-age {
    text-align: center;
    width: 100%;
	height: 28px;
    float: left;
    padding: 8px 0px 0px 4px;
}	

div.evtcatage {
    text-align: center;
    width: 150px;	
    display: inline-block;
    margin: 0 auto;
}	

div.evt-image h3{
	margin-top: 85px;
    font: bold 1em "Helvetica";
    width: unset;
    margin-left: 70px;
}


div.evt-name {
    padding: 4px 0px 0px 0px;
    text-align: center;
    width: 100%;
    float: left;
    border: 0px solid #c8c8c8;
    font-size: 1.3em;
    color: #333;
}

div.evt-name h3{
	font: normal 0.9em "Helvetica";
    margin: initial;
    min-height: unset;
}

div.evt-name h3 a{
	color: #333; /*#e12039;*/
}


/************************************************************************/


div.why-uzi {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-between;
}

div.why {
    float: left;
    margin-top: 32px;
    margin-bottom: 32px;
    width: calc((100% - 48px) / 4);
    min-height: 80px;
}


@media screen and (max-width: 1150px) {
div.why {
    width: calc((100% - 16px) / 2);
	
}
}

@media screen and (max-width: 582px) {
div.why {
    width: 100%;
	
}
}


div.why-uzi-logo{
	 display: flex;
     justify-content: center;
     align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
     height: 80px;
}

div.why-uzi-image{
	width: 80px ;
	height: 100%;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

div.why-uzi-name {
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: 100%;
    float: left;
    border: 0px solid #c8c8c8;
    font-size: 1.3em;
    color: #333;
}

div.why-uzi-name h3{
	font: normal 1em "Helvetica";
    margin: initial;
    min-height: unset;
}

div.why-uzi-desc{
    padding: 5px 10px 0px 10px;
    text-align: justify;
    float: left;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}


.information {
    background-image: url(/images/icons/info.png) !important;;
}

.non-invasiveness {
    background-image: url(/images/icons/non-invasiveness.png) !important;;
}

.security {
    background-image: url(/images/icons/security.png) !important;;
}

.time {
    background-image: url(/images/icons/time.png) !important;;
}

/************************************************************************/


div.services {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-between;
}

div.service-uzi {
    float: left;
    margin-top: 16px;
    margin-bottom: 16px;
    width: calc((100% - 48px) / 4);
    min-height: 80px;
}


@media screen and (max-width: 1150px) {
div.service-uzi {
    width: calc((100% - 16px) / 2);
	
}
}

@media screen and (max-width: 582px) {
div.service-uzi {
    width: 100%;
	
}
}


div.service-uzi-logo{
	 display: flex;
     justify-content: center;
     align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
	 width: 240;
     height: 180px;
}

div.service-uzi-image{
	width: 240px ;
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

div.service-uzi-image h3{
	margin-top: 75px;
	font: bold 1em "Helvetica";
}

div.service-uzi-name {
    padding: 8px 0px 0px 0px;
    text-align: center;
    width: 100%;
    float: left;
    border: 0px solid #c8c8c8;
    font-size: 1.3em;
    color: #333;
}

div.service-uzi-name h3{
	font: normal 0.9em "Helvetica";
    margin: initial;
    min-height: unset;
}

div.service-uzi-name h3 a{
	color: #333; /*#e12039;*/
}

div.service-uzi-desc{
    padding: 5px 10px 0px 10px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.35;
    color: #e12039;
}

.services-fon {
    background-image: url(/images/mini/services-fon.jpg) !important;;
}


/*************************************/

div.why-us {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-between;
}

div.why {
    float: left;
    margin-top: 32px;
    margin-bottom: 32px;
    width: calc((100% - 48px) / 4);
    min-height: 80px;
}


@media screen and (max-width: 1150px) {
div.why {
    width: calc((100% - 16px) / 2);
	
}
}

@media screen and (max-width: 582px) {
div.why {
    width: 100%;
	
}
}


div.why-us-logo{
	 display: flex;
     justify-content: center;
     align-items: flex-end; /* "Не поднимайтесь выше!" — командует Flexbox */
     height: 80px;
}

div.why-us-image{
	width: 80px ;
	height: 100%;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

div.why-us-name {
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: 100%;
    float: left;
    border: 0px solid #c8c8c8;
    font-size: 1.3em;
    color: #333;
}

div.why-us-name h3{
	font: normal 1em "Helvetica";
    margin: initial;
    min-height: unset;
}

div.why-us-desc{
    padding: 5px 10px 0px 10px;
    text-align: justify;
    float: left;
    width: 100%;
    border: 0px solid #c8c8c8;
    font-size: 0.95em;
    line-height: 1.35;
    color: #333;
}


.doctor {
    background-image: url(/images/icons/doctor.png);
}

.ultrasound {
    background-image: url(/images/icons/ultrasound.png);
}

.map {
    background-image: url(/images/icons/map.png);
}

.creditcard {
    background-image: url(/images/icons/creditcard.png);
}

/******************************************/


.sertifikaty {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-around;
}

.sertifikat{
    float: left;
    margin: 16px 8px 16px 8px;
    width: 300px;
    min-height: 80px;
}




/***/
.photogallery {
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
    /* justify-content: flex-start; */
    margin: 16px auto;
    /* justify-content: space-between; */
    width: 100%;
}

.photo {
  float: left;
    padding: 0px;
    width: calc((100% - 38px) / 3);
    position: relative;
  /*  border: 1px solid hsla(0,0%,79%,.5);*/
}

.photo a {
  float: left;
  display:flex;
}

@media screen and (max-width: 1100px){
.photo {
    width: calc((100% - 20px) / 2);
}
}

@media screen and (max-width: 582px){
.photo {
    width: 100%;
}
}

/***/

/* FAQ */
.faq {
    display: grid;
    float: left;
    width: 100%;
	border-bottom: 1px solid #eee;
}

.faq h3 {	
    color: #333;
    margin: 16px 0px 16px 0px;
	padding: 0px 8px 0px 8px;
    font: bold 1em "Helvetica";
    float: left;
	min-height: 30px;
    line-height: 30px;
    width: 100%;
}

.question { 
	cursor: pointer; 
	float: left; 
}
.answer { 
	display: none; 
}

.answer p {
	margin: 8px 8px 8px 8px;
	
}

.question h3:after {
	content: "+";
    margin-left: 0.3em;
    font: normal 1.5em "Helvetica";
    display: inline-block;
    transition: transform .3s;
	transform: rotate(0deg);	
    float: right;
}

.plus h3:after {
    transition: transform .3s;
	transform: rotate(45deg);	
}

div[itemprop="text"] {
	min-height: 20px;
    line-height: 30px;
}

div[itemprop="mainEntity"] {
	    border-top: 1px solid #eee;
	float:left;
	width: 100%;
}

div[itemprop="acceptedAnswer"] {
	float:left;
	width: 100%;
}

div[itemtype="http://schema.org/FAQPage"] {
	/*float: left; */
    display: grid;
    /* clear: left; */
    /* width: 100%;*/
}
/** **/




@media only screen and (max-width: 639px) {
.entry-thumbnail {
    width: 100%;
	margin-right: 0px;
}
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
	line-height: 33px;
}

/*.entry-news {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
    width: calc(100% - 316px);
    float: left;
    line-height: 33px;
}*/

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

.body{
    padding-right: 17px;
}
	
}


.container-top {
    position: relative;
    /* float: left; */
    clear: left;
    width: 1288px;
    margin-right: auto;
    margin-left: auto;
    min-height: 330px;
   /* text-align: center;*/
    /* transition: height 0.8s; */
   /* background-image: url(/images/avtovokzal/avtobus.jpg);*/
	background-repeat: no-repeat;
    background-position: center center;	
}


.container-top-top {
    height: 220px;
}

.wraps {
    display: inline-block;
    /* float: left; */
    width: 1288px;
 /*   background: radial-gradient(50% 200%, #ffffff, #d0d1d3); 
	background-image: url(/images/samolet.png);
    background-repeat:no-repeat;
    background-position: center center;*/
}


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

.wraps {
    width: 100%;
}
.container-top {
    width: 100%;
}	
}


.top-banner {
    float: left; 
    height: 150px;
    width: 100%;
	  background: url('/images/novyy-god.png') #ffffff no-repeat;
}


.top {
    float: left; 
    /* display: inline-block; */
    min-height: 190px;
    width: 100%;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	transition: height 0.8s;
}

@media (max-width: 1023px){

.top {
    min-height: 350px;
}
	
.container-top{
	min-height: 350px;	
	}	
	
}

@media (max-width: 650px){

.top {
    padding-left: 8px;
	padding-right: 8px;
}
	
}



.top-aeroexpress {
    float: left;
    /* display: inline-block; */
    min-height: 260px;
    width: 100%;
	transition: height 0.8s;
}

.top-top {
    height: 220px;
}

.container {
	width: 1288px;
    background-color: #ffffff;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    clear: left;
	/*display: table;*/
}

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

.container {
    padding: 8px 0px;
}
	
}


@media screen and (max-width: 1305px) {
  .container {
    width: 100%;
 }
}

@media screen and (max-width: 1305px){
  .container-search {
    width: 100%;
 }
  .wraps {
    display: flex;
}
	
  .wraps-zhd {
    display: flex;
}

  .wraps-avtobus {
    display: flex;
}
	
  .wraps-aeroexpress {
    display: flex;
}	
	
}


div.text{
    float: left;
    margin: 8px 0px;
    line-height: 25px;
    text-align: justify;
	position: relative;
    width: 100%;
}


div.textlink{
    float: left;
    position: absolute;
    color: #ffffff;
    right: 23px;
    font: bold 3em "Helvetica";
    margin: 32px 0px 8px 0px;
    line-height: 55px;
    text-align: right;
    width: 80px;
    border-left: 5px dashed white;
}

div.textlink a{
    color: #ffffff;
}


div.textlink a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


div.borderleft{
    float: left;
    width: 15px;
    position: absolute;
    height: 55px;
    top: 32px;
    background: url(/images/left-red.png) #ffffff no-repeat;
}

.catimage{
	float: left;
    left: 20px;
    top: 40px;
    position: absolute;
}

div.categorycenter{
    float: left;
    width: calc(100% - 30px);;
}

div.borderright{
    float: right;
	right: 0px;
    width: 16px;
	position: absolute;
    height: 55px;
    top: 32px;
    background: url(/images/right-red.png) #ffffff no-repeat;
}


div.techtext{
    float: left;
    margin: 8px 0px;
    line-height: 28px;
    text-align: justify;
    width: 100%;
}


div.techtext ul {
    margin: 0px 0px 8px 0px;
    padding-left: 20px;
	width: calc(100% - 300px);
    float: left;
}

@media screen and (max-width: 581px) {
div.techtext ul {
	width: 100%;
}
}

div.text_pn{
    float: left;
    margin: 0px;
    line-height: 1.3;
    text-align: justify;
    width: 100%;
    /*white-space: pre-line;*/
    font: 1em "Arial", "Helvetica", sans-serif;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

@media screen and (max-width: 895px){
div.text_pn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
}

@media screen and (max-width: 582px){
div.text_pn {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}


div.text_pn a {
    text-decoration: none;
    color: #e12039;
}

div.textz{
    float: left;
    margin: 0px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    /*white-space: pre-line;*/
    font: 1em "Arial", "Helvetica", sans-serif;
}

.novosttext {
	line-height: 1.3;
    padding: 0px 8px;
    text-align: justify;
    float: left;
}



div.text p{
	text-indent: 20px;
	width: 100%;
    margin: 8px 0px 8px 0px;
  /*  line-height: 1.4;*/
    float: left;
}

div.text p.no{
    line-height: 1.6;
    text-align: center;
	margin: 16px;
    width: calc(100% - 32px);
    /*font: 1em "Arial", "Helvetica", sans-serif; */
}

div.text p.info{
    line-height: 1.2;
    text-align: left;
    margin: 0px 0px 8px 0px;
    color: #3e3e3e;
    width: 100%;
    font-size: 14px;
    text-indent: unset;
}


div.textn{
    float: left;
    margin-top: 16px;
	margin-bottom: 32px;
    line-height: 1.4;
    text-align: justify;
    width: 100%;
    white-space: pre-line;
    font: 1em "Arial", "Helvetica", sans-serif;
}

div.newsdesc{
    float: left;
    text-indent: 20px;
    margin-top: 16px;
    margin-bottom: 32px;
    text-align: justify;
    width: 100%;
    font-weight: bold;
    white-space: pre-line;
    font: 1.25em "Arial", "Helvetica", sans-serif;
}

div.newstext{
    float: left;
    margin-top: 16px;
	margin-bottom: 32px;
    line-height: 1.4;
    text-align: justify;
    width: 100%;
    white-space: pre-line;
    font: 1em "Arial", "Helvetica", sans-serif;
}

div.textn p{
	text-indent: 20px;
    margin: 0px 0px 8px 0px;
    line-height: 1.4;
}

/*------ Убрать отсупы --------*/

div.pch{
	float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
}

/*------ Скрыть/показать блок --------*/

.show{
	overflow: hidden;
	position: relative;    
}

.hide {
	height: 285px;
}

.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%)
}

div.sh {
    float: left;
    display:block;
    width:100%;
    text-align: center;
}

div.showhide {
    text-align: center;
    color: white;
    width: 150px;
    border-radius: 4px;
    position: relative;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #1e98ff;
    cursor: pointer;
}

div.showhide:hover {
  background: #147fd9;
}

/*-------------- img-copyright -----------------*/

.img-copyright{
	width: 100%;
    float: left;
    color: #acacac;
    padding: 1px;
    text-align: left;
    font: 0.85em "Arial", "Helvetica", sans-serif;
}

/*-------------- Шапка -----------------*/

.head {
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px 0px;
    background: #ffffff;
}

.container-head {
   /* float: left; */
    width: 1288px;
    /* clear: left; */
    background-color: #ffffff;
    margin-right: auto;
    margin-left: auto;
/*    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
*/
}

@media screen and (max-width: 1305px) {
.container-head {
    width: 100%;
 }
}

.tophead {
    float: left;
    width: 300px;
    padding: 0px 0px;
   /* margin-left: 16px;*/
}




/*@media screen and (max-width: 400px) {
.tophead {
   margin-left: 8px;
 }
}
*/

.logo {
    float: left;
    width: 79px;
    height: 50px;
    margin: 0px 8px 0px 0px;
}

.logo a {
	height: 50px;
    float: inherit;
}

.site {
    width: 330px;
    padding: 8px 0px;
    float: left;
    color: #ffffff;
}

.sitename {
    float: left;
    width: 300px;
    font: normal 2.165em 'semibold';
    line-height: 1;
    /* font-family: 'semibold'; */
    /* font-weight: 400; */
    /* font-style: normal; */
    /* width: 180px; */
    height: 35px;
    padding: 0px 0px;
    color: #e12039;
}
.sitename a{
    color: #e12039;
	display: flex;
}
/*
@media screen and (max-width: 430px) {
.sitename {
    float: left;
    font: normal 1.35em arial;
    width: 240px;
    padding: 4px 0px;
    color: #ffffff;
}
}
*/

/*.uppercase {
	text-transform: uppercase;
    -webkit-transform: scaleY(2.7);
    -moz-transform: scaleY(2.7);
    -ms-transform: scaleY(2.7);
    margin-top: 13px;
    transform: scaleY(2.7);
    display: inline-block;
}

.uppercaseru {
	text-transform: uppercase;
    display: inline-block;
    margin-top: 27px;
    position: absolute;
}*/

.sitedesc {
    float: left;
    width: 300px;
    font: 1.01em "Helvetica";
    line-height: 1;
    padding: 0px 0px 0px 0px;
    margin: 0.85px 0px 0px 0px;
    color: #707070;
}




@media screen and (max-width: 450px) {
.tophead {
    width: 240px;
}
	
.sitename {
    width: 240px;
    font: normal 1.74em 'semibold';
    height: 33px;
}
	
.sitedesc {
    width: 240px;
	font: 0.81em "Helvetica";
	margin: 4px 0px 0px 0px;
}

}


/*
@media screen and (max-width: 639px) { 
div.sitedesc {
   display:none;
}
}
*/




/*********************************************/

.news{
	float: left;
	width: 100%;
}

/*****/
.notopnews{
	display: none !important;
}

@media screen and (max-width: 979px) {
	
.notopnews{
	display: flex !important;
}
}	
	
/*****/	

.news-date{
	float: left;
	width: 100%;
	padding: 16px 0px;
	font: 1.3em "Helvetica";
}

.news-line{
	float: left;
	width: 100%;
	padding: 8px 0px;
	border-bottom: 1px #ccc solid;
}

.news-line-time{
	width: 50px;
	padding: 8px 0px;
	float: left;
	font: normal 1em "Helvetica";
}

.news-line-one{
	float: left;
    width: calc(100% - 50px);
	position: relative;
}


.news-line-one .newslink::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.news-footer{
	float: left;
    width: 100%;
}

.news-footer a {

	text-decoration: none;
    color: #1a1a1a;
}

.newslink{
	position: absolute;
    width: 100%;
    height: 100%;
    display: contents;
	color: #1a1a1a;
}

.newslink:hover {
	color: #e12039;

}

.news-line-title{
	float: left;
	width: 100%;
	padding: 8px 0px;
} 
.news-line-desc{
	float: left;
	width: 100%;
	padding: 8px 0px;
}

.news-line-bottom{
	float: left;
	width: 100%;
	padding: 8px 0px;
	color: #acacac;
}

.thumbnail{
	display: flex;
	width: 100%;
    justify-content: center; /* центрирование по горизонтали */
    align-items: center; 
}

.news-thumbnail-top {
    width: 450px;
   /* margin-right: 16px;
    margin-bottom: 16px;*/
    float: left;
    text-align: center;
}

/*********************/

.news-head-aside{
	float: left;
    width: 100%;
    padding: 8px 0px;
    font: 1.25em "Helvetica";
}

.news-line-aside{
	float: left;
	width: 100%;
	padding: 8px 0px;
	border-bottom: 1px #ccc solid;
}

.news-line-time-aside{
	width: 50px;
    padding: 8px 0px;
    float: left;
    font: normal 0.95em "Helvetica";
}

.news-date-aside{
	float: left;
    width: 100%;
    padding: 4px 0px;
    font: 1.1em "Helvetica";
}

.news-line-one-aside{
	float: left;
    width: calc(100% - 50px);
	position: relative;
}


.news-line-one-aside .newslink-aside::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.newslink-aside{
	position: absolute;
    width: 100%;
    height: 100%;
    display: contents;
	color: #1a1a1a;
}

.newslink-aside:hover {
	color: #e12039;

}
/*********************/



.bc {
    margin: 8px;
    height: 18px;
}

div.breadcrumbs {
    color: #888888;
    line-height: 1.3;
    float: left;
    /* height: 20px; */
    margin: 8px;
    font: 0.95em "Helvetica";
}

div.breadcrumbs a {
    color: #333;
}

.this {
	float: left;
    color: #aaaaaa;
    /* margin-top: 4px; */
    line-height: 1.6em;
}

.this:before {content: "/"; margin: 0px 10px;}

ol[itemtype] {
	list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 1.6em;
}
li[itemprop] {display: inline;}
li[itemprop]:nth-child(n+2):before {content: "/"; margin: 0px 8px;}
span[itemprop] {color: #333;}

h1 {
	float: left;
    color: #333;  /*#1567a6*/
    margin: 0px;
    font: normal 1.6em "Helvetica";
}

h2 {
    margin: 8px 0px 0px 0px;
    font: bold 1em "Helvetica";
    width: 100%;
    padding: 0px;
    height: 18px;
    float: left;
    display: inline-table;
}
/*
h2 a {
    text-decoration: none;
    color: #1a1a1a;
}
*/
h3 {
    margin: 8px 0px 0px 0px;
    font: 0.95em "Helvetica";
    width: 100%;
    padding: 0px;
    height: 18px;
    float: left;
    display: inline-table;
}

/*------ Poisk --------*/
.tops {
    width: 1288px;
    clear: left;
    background: #ffffff;
    height: 400px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.topimg {
	position: relative;
    width: 100%;
    height: 100%;
}

.topimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1305px){
.tops {
    width: 100%;
}
}

@media screen and (max-width: 979px){
.tops {
    height: 320px;
}
}

.bttn {
    display: inline-block;
    height: 38px;
    padding: 0 16px;
    color: #555;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    /* border: 1px solid #bbb; */
    cursor: pointer;
    box-sizing: border-box;
}



@media screen and (max-width: 697px) {
.bttn {
    padding: 0 6px;
    letter-spacing: 0em;
}
	
}


div.city {
    float: left;
    margin-top: 21px;
    margin-left: 16px;
    font: 1em "Arial", "Helvetica", sans-serif;
    border-radius: 0px;
    border: 0px solid #0c0c0e;
}

.inputs {
    width: 300px;
}

.inputd{
    width: 100px;
}

.fromtitle, .totitle {
    width: 300px;
    height: 20px;
    color: #acacac;
    background: #fff;
    font: 0.75em "Arial", "Helvetica", sans-serif;
}

input.error{ 
	border-color: #973d3d;
	border-style: solid;
	background: #f0bebe; color: #a35959;
}

input.error:focus{ 
	border-color: #973d3d;
	color: #a35959;
}

.display{
    background: #FFF;
    border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
    width: 300px;
	font: 0.9em "Arial", "Helvetica", sans-serif;
    border-radius: 0px;
    min-height: 30px;
    z-index: 10;
    position: absolute;
    display: none;
    margin: 0px;
    padding-left: 0;
	z-index: 100;
    /* margin-bottom: 0px; */
}
.display li{
    list-style: none;
    padding: 5px 10px;
   /* margin: 0 0 0 -40px; */
    color: #333;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
	text-align: left;
    transition:0.1s;
}
.display li:hover{
    background: #eee;
}


div.date {
    float: left;
    margin-top: 21px;
    margin-left: 16px;
    border-radius: 0px;
    border: 0px solid #0c0c0e;
}

.datetitle {
    width: 100px;
    height: 20px;
    color: #acacac;
    background: #fff;
    font: 0.75em "Arial", "Helvetica", sans-serif;
}


.fromtodate {
    width: 100px;
    height: 30px;
    margin-left: 0px;
    opacity: 0.8;
    padding-left: 8px;
    background: #fff;
    font: 1em "Arial", "Helvetica", sans-serif;
    border-radius: 0px;
    border: 1px solid #888;
}

.calendarone{
    float: left;
    display: block;
    margin-top: 16px;
    width: 100%;
    background: #ffffff;
}
.calendarone a {display: block; text-decoration: none; color: #666666;}
.calendarone a:hover {display: block; text-decoration: underline; color: #333333;}

.calendaroneshow{
    float: left;
    display: block;
    margin: 0px;
    width: 100%;
    background: #ffffff;
}

.weektoday{
    float: left;
    width: 100%;
    height: 29px;
    background: #ffffff;
    text-align: right;
    font-size: 12px;
    padding-right: 2px;
}

.weektoday a {display: block; text-decoration: none; color: #666666;}
.weektoday a:hover {display: block; text-decoration: underline; color: #333333;}

.leftrightone{
    float: left;
    padding: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 25px;
}


.calendarones{
    float: left;
    display: block;
    margin-top: 16px;
    width: 100%;
    background: #ffffff;
}
.calendarones a {display: block; text-decoration: none; color: #666666;}
.calendarones a:hover {display: block; text-decoration: none; color: #333333;}





.calendaronebuttonleft{
    float: left;
    width: 39px;
    text-align: center;
    height: 25px;
    background: #ffffff;
}

.calendaronebuttonleft:hover{
    background: #f3f3f3;
}

.calendaronebuttonleft a {display: block; text-decoration: none; color: #666666;}
.calendaronebuttonleft a:hover {display: block; text-decoration: none; color: #333333;}

.calendaronebuttonleftno{
    float: left;
    width: 39px;
    text-align: center;
    height: 25px;
    background: #ffffff;
}

.calendaronebuttonleftno:hover{
    background: #ffffff;
}

.calendaronebuttonleftno a {display: block; text-decoration: none; color: #ccc;}
.calendaronebuttonleftno a:hover {display: block; text-decoration: none; color: #ccc;}

.calendaronebuttonright{
    float: right;
    width: 39px;
    text-align: center;
    height: 25px;
    background: #ffffff;
}

.calendaronebuttonright:hover{
    background: #f3f3f3;
}

.calendaronebuttonright a {display: block; text-decoration: none; color: #666666;}
.calendaronebuttonright a:hover {display: block; text-decoration: none; color: #333333;}


.calendaronebuttonrightno{
    float: right;
    width: 39px;
    text-align: center;
    height: 25px;
    background: #ffffff;
}

.calendaronebuttonrightno:hover{
    background: #ffffff;
}

.calendaronebuttonrightno a {display: block; text-decoration: none; color: #ccc;}
.calendaronebuttonrightno a:hover {display: block; text-decoration: none; color: #ccc;}

/*--------------*/



.map-container {
  position: relative;
  clear: left;
/*  float: left;*/
  margin: 8px 0 8px 0;
  overflow: hidden;
 /* cursor: pointer; */
  background: url('/images/default-image-map.jpg') #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
 /* box-shadow: 0 0 2em  0 rgba(0,0,0,.2); */
}

.bm {
    text-align: center;
    width: 150px;
    height: 36px;
    color: #ffffff;
    position: absolute;
    line-height: 33px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -75px;
    background: #e12039;
    border: 1px solid #ffffff;
    border-radius: 8px;
    cursor: pointer;
}

.lm {
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.loadmap {
  position: absolute;
 /* z-index: 15;*/
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
 /* transition: opacity .7s ease; */
 /* opacity: 0; */
  background-color: rgba(0,0,0,.15);
}
 

.no-display {
    display: none;
}


.karta {
    float: left;
  /*  margin: 8px 0px; */
    width: 100%;
    height: 350px;
}

 @media (max-width:1305px){
.karta {
	width: 100%;
	 }
}

div.like {float:left; margin-bottom: 5px; padding: 10px 0px; text-align:center; width: 100%;}


/*--------------*/

.bi {
  display: inline-block;
  border-radius: 4px;
  background-color: #1e98ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  width: 140px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 3px;
}

.bi span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}


.bi span:after {
  content: '\2708';
  position: absolute;
  opacity: 0;
  top: -3px;
  right: -20px;
  transition: 0.3s;
}

/*.bi span:after {
  content: '✈';
  position: absolute;
  opacity: 0;
  top: -3px;
  right: -20px;
  transition: 0.3s;
}*/

.bi:hover span {
  padding-right: 20px;
}

.bi:hover span:after {
 opacity: 1;
  right: 0;

}


.biz {
  display: inline-block;
  border-radius: 4px;
  background-color: #1e98ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  width: 240px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 3px;
}

.biz span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}


.biz span:after {
  content: '\2708';
  position: absolute;
  opacity: 0;
  top: -3px;
  right: -20px;
  transition: 0.3s;
}

.biz:hover span {
  padding-right: 20px;
}

.biz:hover span:after {
 opacity: 1;
  right: 0;

}




.bim {
  display: inline-block;
  border-radius: 4px;
  background-color: #1e98ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  width: 140px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 3px;
}

/*------ News --------*/

a.page {
  color:#455a64;
}

a.spage {
  color:#455a64;
}

a.nextpostslink {
  color:#455a64;
}
a.last {
  color:#455a64;
}

/*------ Support --------*/

#inline {
    display: none;
    width: 342px;
    border: 1px solid #4b76a0;
}

#inline h2 {
	margin: 0px; 
	padding: 0; 
	font: 1em "Arial", "Helvetica", sans-serif;
}

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

#inline {
	display: none; 
	width: 342px; 
	border: 1px solid #607d8b;
	}
	
#inline h2 {
	margin: 0px; 
	padding: 0; 
	font: 1em "Arial", "Helvetica", sans-serif;
	}

}



@media (max-width:670px){

a.headbuttonorder {
    float: left;
    background: #e12039;
    color: white;
    font: normal 1em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #f8f8f8;
    transition: 0.1s;
}
}	


@media (max-width:410px){
a.headbuttonorder {
    float: none;
    background: #e12039;
    color: white;
    font: normal 1em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #f8f8f8;
    transition: 0.1s;
}
}
	

a.buttonorder {
    background: #e12039;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
	display: inline-block;
    padding: 8px 16px;
    border: 1px solid #e12039;
    transition: 0.1s;
    border-radius: 8px;
}
a.buttonorder:hover { background: #ffffff; color: #e12039;  }
a.buttonorder:active { background: #ffffff; color: #e12039;  }


a.buttonordermenu {
    background: #e12039;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
	display: inline-block;
    padding: 8px 16px;
    border: 1px solid #e12039;
    transition: 0.1s;
    border-radius: 8px;
	margin-left: 30px;
}
a.buttonordermenu:hover { background: #ffffff; color: #e12039;  }
a.buttonordermenu:active { background: #ffffff; color: #e12039;  }

a.buttonphone {
    background: #e12039;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
	display: inline-block;
    padding: 8px 16px;
    border: 1px solid #e12039;
    transition: 0.1s;
    border-radius: 8px;
}

/*
a.buttonphone:before{
    content: url(/images/icons/smartphone-mini.png);
}
*/
a.buttonphone:hover { background: #ffffff; color: #e12039;  }
a.buttonphone:active { background: #ffffff; color: #e12039;  }

/*--- Banner mini ---*/

.bannermini {
    float: left;
    padding: 0px;
    text-align: center;
	background-image: url(/images/banner/nebo.jpg);
	background-repeat: no-repeat;
    background-position: left center;
    /* margin-left: 8px; */
    /* margin-right: 8px; */
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
    width: 100%;
    max-width: 300px; 
    min-height: 300px;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
  /*  background: #217599; */
}


.wrapbannermini {
    width: 294px;
    float: right;
    height: 140px;
	margin-right: 3px;
   /* right: 16px; */
	right: calc((100% - 294px) / 2);
    position: relative;
}

.imagebannermini {
    width: 100%;
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.wrapbannerminiinfo {
	width: calc(100% - 32px);
    left: 16px;
   /* width: calc(100% - 294px - 32px - 16px);
    float: left; */
    height: 140px;
    left: 16px;
    position: relative;
}

.bannerminilogo {
    width: 182px;
    float: left;
    clear: left;
    margin-top: 16px;
    margin-left: calc((100% - 182px) / 2);
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateX(-50%);*/
}

.bannerminititle {
    width: 100%;
    font: normal 0.95em "Arial", "Helvetica", sans-serif;
    color: #e12039;
    float: left;
    margin-top: 8px;
    /* clear: left; */
    text-align: center;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateY(-50%) translateX(-50%);*/
}

.bannerminititle a {
    color: #e12039;	
}


.bannerminiinfo {
    width: 100%;
    font: normal 1.3em "Arial", "Helvetica", sans-serif;
    color: #e12039;
    float: left;
    margin-top: 8px;
    /* clear: left; */
    text-align: center;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateY(-50%) translateX(-50%);*/
}

.bannerminiinfo a {
    color: #e12039;	
}

.bannerminislogan {
    width: 100%;
    font: normal 0.95em "Arial", "Helvetica", sans-serif;
    color: #e12039;
    float: left;
    margin-top: 8px;
    /* clear: left; */
    text-align: center;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateY(-50%) translateX(-50%);*/
}

.bannerminislogan a {
    color: #e12039;	
}


/*--- Banner Support ---*/

.banner {
    float: left;
    padding: 0px;
    text-align: center;
	background-image: url(/images/banner/nebo.jpg);
	background-repeat: no-repeat;
    background-position: left center;
    /* margin-left: 8px; */
    /* margin-right: 8px; */
    margin-top: 16px;
    margin-bottom: 16px;
	margin-left: calc((100% - 710px) / 2);
    width: 100%;
    max-width: 700px; 
    min-height: 140px;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
  /*  background: #217599; */
}


.wrapbanner {
    width: 294px;
    float: right;
    height: 140px;
	margin-right: 3px;
    right: 16px;
    position: relative;
}

.imagebanner {
    width: 100%;
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.wrapbannerinfo {
    width: calc(100% - 294px - 32px - 16px);
    float: left;
    height: 140px;
    left: 16px;
    position: relative;
}

.bannerlogo {
    width: 182px;
    float: left;
    clear: left;
    margin-top: 16px;
    margin-left: calc((100% - 182px) / 2);
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateX(-50%);*/
}

.bannertitle {
    width: 100%;
    font: normal 0.95em "Arial", "Helvetica", sans-serif;
    color: #e12039;
    float: left;
    margin-top: 8px;
    /* clear: left; */
    text-align: center;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateY(-50%) translateX(-50%);*/
}

.bannertitle a {
    color: #e12039;	
}


.bannerinfo {
    width: 100%;
    font: normal 1.3em "Arial", "Helvetica", sans-serif;
    color: #e12039;
    float: left;
    margin-top: 8px;
    /* clear: left; */
    text-align: center;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateY(-50%) translateX(-50%);*/
}

.bannerinfo a {
    color: #e12039;	
}

.bannerslogan {
    width: 100%;
    font: normal 0.95em "Arial", "Helvetica", sans-serif;
    color: #e12039;
    float: left;
    margin-top: 8px;
    /* clear: left; */
    text-align: center;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateY(-50%) translateX(-50%);*/
}

.bannerslogan a {
    color: #e12039;	
}

@media screen and (max-width: 700px) {
	
.wrapbanner {
    right: calc((100% - 294px) / 2);
}	
	
.wrapbannerinfo {
    width: calc(100% - 32px);
    left: 16px;
}	

}	


/*--- Order ---*/

div.ordertitle {
	float: left;
    color: #e12039;
    text-align: center;
    padding: 0px 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    height: 50px;
    font: normal 1.1em "Arial", "Helvetica", sans-serif;
    width: 340px;
    border: 0px solid #c8c8c8;
}

#contact {
	width: 340px;
	float:left;
}

#contactservice {
    width: 340px; 
}



.txt {
    display: inline-block;
    color: #333333;
    width: 100%;
    font: 1em "Arial", "Helvetica", sans-serif;
    border: 1px solid #acacac;
    padding: 5px 10px;
    line-height: 1.6em;
    margin-bottom: 16px;
}

.txt:focus {
	box-shadow: 0 0 3px #00cccc;
	border-color: #00aaaa;
}

.txtphone {
	display: inline-block;
	color: #333333;
	width: 100%;
	font: 1em "Arial", "Helvetica", sans-serif;
	border: 1px solid #acacac;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 16px;
}

.txtphone:focus {
	box-shadow: 0 0 3px #00cccc;
	border-color: #00aaaa;
}


.txtemail {
	display: inline-block;
	color: #333333;
	width: 95%;
	font: 1em "Arial", "Helvetica", sans-serif;
	border: 1px solid #acacac;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1em;
	margin: 0px;
}

.txtemail:focus {
	box-shadow: 0 0 3px #00cccc;
	border-color: #00aaaa;
}







.txts {
    display: inline-block;
    color: #333333;
    width: 95%;
    font: 1em "Arial", "Helvetica", sans-serif;
    border: 1px solid #acacac;
    padding: 5px 10px;
    line-height: 1.6em;
  /*  margin-bottom: 16px;*/
}



.txts:focus {
	box-shadow: 0 0 3px #00cccc;
	border-color: #00aaaa;
}

.txtsphone {
	display: inline-block;
	color: #333333;
	width: 95%;
	font: 1em "Arial", "Helvetica", sans-serif;
	border: 1px solid #acacac;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 16px;
}

.txtsphone:focus {
	box-shadow: 0 0 3px #00cccc;
	border-color: #00aaaa;
}


@media screen and (max-width: 777px){
.txts {
    width: 100%;
}
	.txtsphone {
	width: 100%;	
}
}











form, form[class] {
	float: left;
	width: 100%;
	margin: 0 0; 
	padding: 4px 8px;
}

#ordersendok { display: none;}
#formordersendok { display: none;}

div.sendorder {
    float: left;
    color: #e12039;
    text-align: center;
    width: 100%;
	height: 40px;
    border: 0px solid #c8c8c8;
    margin-top: 16px;
    margin-bottom: 16px;
}

div.orderok {
    float: left;
    display: none;
    color: #e12039;
    text-align: center;
    width: 340px;
    height: 288px;
    border: 0px solid #c8c8c8;
}

div.orderoktext {
    float: left;
    padding-top: 40px;
    color: #e12039;
    text-align: center;
    margin-top: 0px;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    width: 340px;
    height: 100px;
    border: 0px solid #c8c8c8;
}

div.orderoktextmini {
    float: left;
    padding-top: 28px;
    padding-bottom: 10px;
    color: #888888;
    text-align: center;
    margin-top: 0px;
    font: normal 0.8em "Arial", "Helvetica", sans-serif;
    width: 340px;
    height: 60px;
    border: 0px solid #c8c8c8;
}

div.orderoknet {
    float: left;
    color: #e12039;
    text-align: center;
    margin-top: 0px;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    width: 320px;
    border: 0px solid #c8c8c8;
    padding-left: 20px;
}


div.ordernotok {
    float: left;
    display: none;
    color: #607d8b;
    text-align: center;

    align: center;
    width: 340px;
    height: 256px;
    border: 0px solid #c8c8c8;
}




input.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus { border-color: #973d3d; color: #a35959; }

textarea {
	outline: none;
	-moz-appearance: none;
	border: 1px solid #999; /* указание этого свойства также удалит обводку в FireFox */
}

textarea.error {background: #f0bebe;}
textarea.error:focus { border-color: #973d3d; color: #a35959; }

/*Checkboxes styles*/

.agree {float:left; padding-top: 0px; margin-top: 10px; margin-bottom: 10px; text-align:center; width: 100%; border: 0px solid #c8c8c8;}

.agree input[type="checkbox"] { display: none; }

.agree input[type="checkbox"] + label {
  display: block;
  text-align:left;
  min-height: 36px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font: 0.8em "Arial", "Helvetica", sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.agree input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.agree input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid #e12039;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.agree input[type="checkbox"]:checked + label:before {
  width: 8px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}



label {
    margin: 0px;
    font: 0.9em "Arial", "Helvetica", sans-serif;
}



/*a.button777 {
    width: 80px;
}*/

a.button777 {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #e12039;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border: 1px solid #e12039;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.2s;
}
a.button777:hover { background: #ffffff; border: 1px solid #e12039; color: #e12039; }
a.button777:active { background: #ffffff; border: 1px solid #e12039; color: #e12039; }


a.buttons0 {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #a9a9a9;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border: 1px solid #a9a9a9;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.2s;
}
a.buttons0:hover { background: #a9a9a9; border: 1px solid #f8f8f8; color: white; }
a.buttons0:active { background: #a9a9a9; border: 1px solid #f8f8f8; color: white; }




a.button888 {
    display: inline-block;
    width: 150px;
    height: 40px;
    background: #e12039;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border: 1px solid #e12039;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.2s;
}
a.button888:hover { background: #ffffff; border: 1px solid #e12039; color: #e12039; }
a.button888:active { background: #ffffff; border: 1px solid #e12039; color: #e12039; }



a.button0 {
    display: inline-block;
    width: 150px;
    height: 40px;
    background: #a9a9a9;
    color: white;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border: 1px solid #a9a9a9;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.2s;
}
a.button0:hover { background: #a9a9a9; border: 1px solid #f8f8f8; color: white; }
a.button0:active { background: #a9a9a9; border: 1px solid #f8f8f8; color: white; }


/*--- News SideBar ---*/
/*div.news-content{
	 float: left;
     padding: 0px 0px 20px 0px;
}
div.news{
    float: left;
    line-height: 25px;
    color: #ffffff;

    margin-top: 8px;
    margin-bottom: 8px;
    text-align: justify;
    width: calc(100% - 16px);
}

div.newsh {
    float:left;
}


h4 {
    color: #e12039;
    margin: 16px 0px 8px 0px;
    font: normal 1.2em "Helvetica";
    float: left;
    min-height: 22px;
    width: 100%;
}

h4 a {
    text-decoration: none;
    color: #333;
}

h5 {
    color: #333;
    margin: 0px;
    font: normal 1.05em "Helvetica";
    float: left;
    min-height: 30px;
    width: 100%;
}

h5 a {
    text-decoration: none;
    color: #333;
}

h5 a:hover{ 
    color: #e12039;
}

div.allnews {
    float: right;
    color: #e21a1a;
    line-height: 1.3;
    text-align: justify;
    margin-right: 20px;
    margin-bottom: 20px;
    font: 1em "Arial", "Helvetica", sans-serif;
}
	*/
/*--- Contacts ---*/

div.backorder {
    float: left;
    line-height: 25px;
    color: #ffffff;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: justify;
    width: calc(100% - 16px);
    border: 0px solid #97c8c8;
    background: #607d8b;
}

#contactbackorder {width: 100%; }

div.backorders {
    float: left;
    width: calc(100% / 3);
    margin-bottom: 16px;
}


@media only screen and (max-width: 671px) {
div.backorders {
    width: 100%;
}
}


div.backorderst {
    float: left;
    width: calc(100% - 8px);
}

div.backordertop {
    float: left;
    width: 100%;
    height: 25px;
}

div.backorderbottom {
    float: left;
    width: 100%;
    height: 30px;
}

.formbacktxt {
    display: inline-block;
    color: #333333;
    width: calc(100% - 10px);
    font: 1em "Arial", "Helvetica", sans-serif;
    border: 1px solid #acacac;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 10px;
}

.formbacktext {
    display: inline-block;
    color: #333333;
    background: #ffffff;
    width: 100%;
    font: 1em "Arial", "Helvetica", sans-serif;
    border: 1px solid #acacac;
    padding: 8px 8px;
    height: 100%;
    margin-bottom: 10px;
}

div.backorderbottomt {
    float: left;
    width: 100%;
    height: 100px;
}

.formbacktxtphone {
    display: inline-block;
    color: #333333;
    width: calc(100% - 10px);
    font: 1em "Arial", "Helvetica", sans-serif;
    border: 1px solid #acacac;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1em;
    margin: 0px;
}

.formbacktxtemail {
    display: inline-block;
    color: #333333;
    width: calc(100% - 10px);
    font: 1em "Arial", "Helvetica", sans-serif;
    border: 1px solid #acacac;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1em;
    margin: 0px;
}

.formbackordersbottom {
    float: left;
    text-align: center;
    width: 100%;
}





div.formbackorderok {
    float: left;
    display: none;
    color: #fefefe;
    text-align: center;
    width: 100%;
    border: 0px solid #c8c8c8;
}

div.formbackorderoktext {
    float: left;
    padding-top: 10px;
    color: #fefefe;
    text-align: center;
    margin-top: 0px;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    align: center;
    width: 100%;
    border: 0px solid #c8c8c8;
}

div.formbackorderoktextmini {
    float: left;
    padding-top: 8px;
    padding-bottom: 0px;
    color: #d6d8d0;
    text-align: center;
    margin-top: 0px;
    font: normal 0.9em "Arial", "Helvetica", sans-serif;
    width: 100%;
    border: 0px solid #c8c8c8;
}


.formbackagree {
    float: left;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    border: 0px solid #c8c8c8;
}

.formbackagree input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.formbackagree input[type="checkbox"] + label {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font: 0.9em "Arial", "Helvetica", sans-serif;
    color: #fefefe;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

div.formbackorderoknet {
    float: left;
    color: #f1f1f1;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    border: 0px solid #c8c8c8;
    min-height: 39px;
    padding-top: 5px;
}

div.formbackordernotok {
    float: left;
    display: none;
    color: #fefefe;
    text-align: center;
    width: 100%;
    border: 0px solid #c8c8c8;
}

div.formbackorderoktext {
    float: left;
    padding-top: 10px;
    color: #fefefe;
    text-align: center;
    margin-top: 0px;
    font: normal 1.2em "Arial", "Helvetica", sans-serif;
    width: 100%;
    border: 0px solid #c8c8c8;
}

div.formbackorderoktextmini {
    float: left;
    padding-top: 8px;
    padding-bottom: 0px;
    color: #d6d8d0;
    text-align: center;
    margin-top: 0px;
    font: normal 0.9em "Arial", "Helvetica", sans-serif;
    width: 100%;
    border: 0px solid #c8c8c8;
}

div.formbackorderoknet {
    float: left;
    color: #f1f1f1;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    border: 0px solid #c8c8c8;
    min-height: 39px;
    padding-top: 5px;
}


#formbackordersendok {
    display: none;
}

.formbackagree input[type="checkbox"] {
    display: none;
}

.formbackagree input[type="checkbox"]:checked + label:before {
    width: 8px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.formbackagree input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #fefefe;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

/*------ Сhecking --------*/


/*
div.checking-title {
    width: 620px;
    
    position: absolute;
    top: 100px;
    left: calc((100% - 620px) / 2);
    padding: 0px;
    

    
	transition: top 0.8s;
}
*/


div.checking-title-top {
    top: 20px;
}

.checking-title h1 {
	color: #ffffff;
	font: normal 1.6em "Helvetica";
}

div.checking-desc {
    width: 620px;
    /* height: 50px; */
    color: #ffffff;
    position: absolute;
    top: 150px;
    left: calc((100% - 620px) / 2);
    padding: 0px;
    /* padding-left: 10px; */
    /* border-radius: 8px; */
	transition: top 0.8s;
}
div.checking-desc-top {
	top: 70px;	
}
/*
div.checking {
    width: 620px;
    
    position: absolute;
    top: 200px;
    left: calc((100% - 620px) / 2);
    padding: 0px;
    
	transition: top 0.8s;
}
*/
div.checking-top{
	top: 110px;
}

div.checking-footer {
    width: 290px;
    /* height: 50px; */
    color: #ffffff;
	font-size: 16px;
    position: absolute;
    top: 250px;
    left: calc((100% - 280px) / 2);
    padding: 0px;
    /* padding-left: 10px; */
    /* border-radius: 8px; */
	transition: top 0.8s;
}

div.checking-footer-top{
	top: 170px;
}

div.checking-my {
	float: left;
    /* font-family: FontAwesome; */
    font-size: 18px;
    padding-top: 3px;
    color: #ffffff;
}


div.checking-myip {
	float: left;
    /* font-family: FontAwesome; */
    font-size: 20px;
    color: #ffffff;
    padding-left: 8px;
    margin-left: 8px;
    text-decoration: underline;
    text-decoration-style: dashed;
    cursor: pointer;
}




/*****/
div.checking-copy {
	float:left;
 /* content: "\f0c5"; */
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffffff;
}

div.checking-paste {
 /* content: "\f0ea"; */
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffffff;
	float:left;
}
/*****/


.input {
    width: 620px;
    height: 38px;
    padding-right: 16px;
    margin-left: 0px;
    opacity: 1;
    padding-left: 16px;
    background: #fff;
    font: 1.25em "Arial", "Helvetica", sans-serif;
    border-radius: 0px;
    border: 0px solid #888;
}


input[class="input"]::-webkit-input-placeholder {
    color: #aaaaaa;
   }
   input[class="input"]::-moz-placeholder {
    color: #aaaaaa;
   }


input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
/*textarea {resize:vertical;}*/
/*textarea {resize:horizontal;}*/


.checks {
    width: 120px;
    /* right: 0px; */
    /* margin-top: 16px; */
    /* position: absolute; */
    float: left;
}
/*
div.checka {
    display: inline-block;
    width: 120px;
    height: 38px;
    color: #333333;
    background: #ff9e00;
    color: white;
    font: normal 1.15em "Arial", "Helvetica", sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border: 0px solid #f8f8f8;
    cursor: pointer;
    transition: 0.2s;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
}

div.checka:hover {
  background: #eb9200;
}
div.checka:active {
  background: #eb9200;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%);
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%);

}

/*

.display{
    background: #FFF;
    border: 1px #ccc solid;
    width: 260px;
    border-radius: 0px;
    min-height: 30px;
    z-index: 10;
    position: absolute;
    display: none;
    margin: 0px;
    padding-left: 0;
	z-index: 100;
    /* margin-bottom: 0px; 
}
.display li{
    list-style: none;
    padding: 5px 10px;
   /* margin: 0 0 0 -40px; 
    color: #333;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
	text-align: left;
    transition:0.1s;
}
.display li:hover{
    background: #eee;
}    
   */

/*------*/


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

div.checking-title {
    width: calc(100% - 32px);
	left: 16px;
}	
	
div.checking-desc {
    width: calc(100% - 32px);
	left: 16px;
}	
	
div.checking {
    width: calc(100% - 0px);
	left: 0px;
}		
.input {
    width: 100%;
	padding-right: 8px;
    padding-left: 8px;
	font: 1.15em "Arial", "Helvetica", sans-serif;
}		
	

	
}

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

.checking-title h1 {
    font: normal 1.4em "Helvetica";
}	
	
}

/*------Info------*/
div.info {
    float: left;
    width: 100%;
	max-height: 1280px;
    margin-top: 16px;
	overflow: hidden;
	transition: max-height 0.8s;
}

div.noinfo {
    max-height: 0px;
}


div.block-info {
    float: left;
    padding: 0px;
    text-align: center;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 8px;
    margin-bottom: 32px;
    width: calc((100% - 192px) / 3);
    border: 0px solid #c8c8c8;
    border-radius: 0px;
}

/*--------------*/

div.like {float:left; margin-bottom: 5px; padding: 10px 0px; text-align:center; width: 100%;}

/*--------------*/

.categories{
    width: 100%;
	text-align: center;
}

.category {
    display: inline-block;
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #a16eb0;
    text-indent: 0px;
    color: #632c78;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 8px;
}

.category:hover {
  color: #ffffff;
  background-color: #a16eb0;
}


.bim {
  display: inline-block;
  border-radius: 4px;
  background-color: #1e98ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  width: 140px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 3px;
}



/*---------- Календарь -----------*/

.calendar {
    float: left;
    width: 100%;
    position: relative;
    line-height: 26px;
}

.calendarshow{
    float: left;
    display: block;
    margin: 8px;
    width: calc(25% - 16px);
    background: #ffffff;
}
.calendarshow a {display: block; text-decoration: none; color: #666666;}
.calendarshow a:hover {display: block; text-decoration: underline; color: #333333;}


.calendarhide{
float: left;
display:none;
margin: 8px;
width:302px;
background: #108508;
border: 1px solid #c8c8c8;
}


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

.calendarshow{
width:calc((100% - 48px)/3);
}

.calendarhide{
width:calc((100% - 48px)/3);
}


}

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

.calendarshow{
width:calc((100% - 32px)/2);
}

.calendarhide{
width:calc((100% - 32px)/2);
}


}


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

.calendarshow{
width: calc(100% - 16px);
}

.calendarhide{
width:100%;
}


}



.buttonleft{
    float: left;
    width: 39px;
    text-align: center;
    height: 25px;
    background: #ffffff;
}

.buttonleft:hover{
    background: #f3f3f3;
}

.buttonleft a {display: block; text-decoration: none; color: #666666;}
.buttonleft a:hover {display: block; text-decoration: none; color: #333333;}

.buttonright{
    float: right;
    width: 39px;
    text-align: center;
    height: 25px;
    background: #ffffff;
}

.buttonright:hover{
    background: #f3f3f3;
}

.buttonright a {display: block; text-decoration: none; color: #666666;}
.buttonright a:hover {display: block; text-decoration: none; color: #333333;}

.monthtitle{
    width: 100%;
    height: 25px;
    text-align: center;
}

.weekdays{
    width: 100%;
    height: 27px;
    background: #ededed;
}

.weekday{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #ededed;
}

.weekdayred{
    float: left;
    width: calc((100% - 28px)/7);
    color: #ff0000;
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #ededed;
}



.week{
    width: 100%;
    height: 29px;
    background: #ffffff;
}

.weektoday{
    float: left;
    width: 100%;
    height: 29px;
    background: #ffffff;
    text-align: right;
    font-size: 12px;
    padding-right: 2px;
}

.weektoday a {display: block; text-decoration: none; color: #666666;}
.weektoday a:hover {display: block; text-decoration: underline; color: #333333;}


.dayold{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
  /*  background: #f8f8f8; */
}

.dayredold{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    color: #ff0000;
  /*    background: #f8f8f8; */
}

.daytoday{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #f3f3f3;
    border: 1px solid #666666;
}

.daytoday:hover{
    background: #e8e8e8;
    border: 1px solid #666666;
}

.daygetday{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #f3f3f3;
    border: 1px solid #ff0000;
}

.daygetday:hover{
    background: #e8e8e8;
    border: 1px solid #ff0000;
}



.dayredgetday{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #f3f3f3;
    border: 1px solid #ff0000;
}

.dayredgetday:hover{
    background: #e8e8e8;
    border: 1px solid #ff0000;
	cursor: pointer;
}

.dayredgetday a{
    color: #ff0000;
}

.dayredgetday a:hover{
    color: #ff0000;
}


.day{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #f3f3f3; 
  /*  border: 1px solid #cccccc; */
}

.day:hover{
    background: #e8e8e8;
	text-decoration: none;
	cursor: pointer;
  /*  border: 1px solid #c6c6c6; */
}


.day a:hover{
    text-decoration: none;
}

.dayred{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;	
    background: #f3f3f3;
 /*   border: 1px solid #cccccc;*/
}

.dayred:hover{
    background: #e8e8e8;
	text-decoration: none;
 /*   border: 1px solid #c6c6c6; */
    cursor: pointer;
}

.dayred a{
    color: #ff0000;
}

.dayred a:hover{
    color: #ff0000;
		text-decoration: none;
}

.daynot{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    color: #aaaaaa;
  /*  background: #f8f8f8;*/
}

.dayrednot{
    float: left;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    color: #ffaaaa;
   /*  background: #f8f8f8;*/
}


.dayredtoday{
    float: left;
    color: #ff0000;
    width: calc((100% - 28px)/7);
    text-align: center;
    height: 25px;
    margin: 2px;
    background: #f3f3f3;
    border: 1px solid #666666;
}

.dayredtoday:hover{
    background: #e8e8e8;
    border: 1px solid #666666;
}

.dayredtoday a{
    color: #ff0000;
}

.dayredtoday a:hover{
    color: #ff0000;
}






.leftright{
    float: left;
    padding: 8px;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 28px;
}



/*--------------- Novosti --------------*/

div.novost {
    float: left;
    padding: 0px;
    text-align: center;
  /*  margin-left: 8px;
    margin-right: 8px;*/
    margin-top: 8px;
    margin-bottom: 8px;
    width: calc((100% - 64px) / 4);
    position: relative;
    border: 1px solid hsla(0,0%,79%,.5);
}

div.novost h3 {
    margin: 0px;
    padding: 0;
	min-height: 54px;
}

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

div.novost {
	width: calc((100% - 16px) / 2);
	}
}

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

div.novost {
	width: 100%;
}
	
div.novost h3 {
	min-height: auto;	
}	
	
}

div.nt {

	float:left;
}

.nh2 {
    width: 100%;
	float:left;
    padding: 8px;
    font: 1.05em "Arial", "Helvetica", sans-serif;
}



.nh2 h3 {
    font-size: 16px;
    color: #e12039;
	margin: 0px;
}

.nh2 h3 a {
    font-size: 16px;
    color: #e12039;
}

.post-meta {
    width: calc(100% - 16px);
    font: normal 0.95em Sans-Serif;
    color: #632d78;
    text-align: left;
    line-height: 1.5;
    float: left;
}

.post-meta a {
    font-size: 16px;
    color: #632d78;
}


/*--------------- Platforma --------------*/

.platforma{
    float: left;
    padding: 0px;
    text-align: center;
   /* margin-left: 8px; */
   /* margin-right: 8px; */
    margin-top: 32px;
    margin-bottom: 8px;
    width: 100%;
    min-height: 140px;
    border: 1px solid #c8c8c8;
    border-radius: 16px;
    background: #c5e8fe;;
}

.wrapplatforma {
    width: 158px;
    float: right;
    height: 140px;
    right: 25px;
    position: relative;
}

.imageplatforma {
    width: 158px;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.wrapplatformainfo {
    width: calc(100% - 158px - 50px - 16px);
    float: left;
    height: 140px;
    left: 25px;
    position: relative
}

.platformainfo {
    width: 100%;
    font: bold 1.38em "Arial", "Helvetica", sans-serif;
    color: #632d78;
    text-align: center;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.platformainfo span {
    font: 0.7em "Arial", "Helvetica", sans-serif;
	margin-top: 5px;
}

@media screen and (max-width: 800px) {
  .platformainfo {
    font: bold 1.2em "Arial", "Helvetica", sans-serif;
 }
}

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

.wrapplatforma {
    width: calc(100% - 20px);
    right: 10px;
}

.wrapplatformainfo {
    width: calc(100% - 20px);
    left: 10px;
    height: 100px;
}

.platformainfo {
    font: bold 1.1em "Arial", "Helvetica", sans-serif;
}
}



/*******/



div.uslugi {
  width: 100%;
  font: normal 1.05em "Arial", "Helvetica", sans-serif;
  padding-bottom: 8px;
  margin: 0px 0px 8px 0px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}



a.usluga {
    width: 100%;
    color: #e12039;
    text-decoration: none;
    line-height: 2;
    float: left;
    clear: left;
}

a.usluga:hover {color:#333; text-decoration: none; transition: 0.3s linear;}

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

div.uslugi {
  width: 100%;
  font: normal 1.05em "Arial", "Helvetica", "sans-serif";
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}

}

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

div.uslugi {
  width: 100%;
  font: normal 1em "Arial", "Helvetica", "sans-serif";
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}

}


/********** Таблица ************/

table.uslugi {
    font-family: "Arial";
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 16px;
    border: 1px solid #acacac;
}

div.tablex {
    overflow-x:auto;
}	

table.uslugi thead td {
    padding: 8px;
    background-color: #efefef;
    border: 1px solid #acacac;
    text-align: center;
    font: bold 0.85em "Arial", "Helvetica", "sans-serif";
}


table.uslugi tbody td {
  border: 1px solid #acacac;
  color: #333;
  padding: 8px 8px;
  text-align: left;
}

table.uslugi tbody tr:nth-child(odd) {  /* Нечётные строки — белого цвета*/
	background: #fff; 
}

table.uslugi tbody tr:nth-child(even) { /* Чётные строки — светло-серого цвета */
	background: #fafafa;
} 

table.uslugi tbody th {
  color: #333;
  padding: 35px 0px 0px 0px;
}

table.uslugi thead td:nth-child(1){
	width: 120px;
	text-align:center;
}

table.uslugi tbody td:nth-child(1){
	width: 120px;
	text-align:center;
}

table.uslugi thead td:nth-child(3){
	width: 100px;
	text-align:center;
}

table.uslugi tbody td:nth-child(3){
	width: 100px;
	text-align:center;
}


/***/









/*---------- Меню с бургером -----------*/
.menu {
    position: relative;
    height: 46px;
    float: left;
    width: 60px;
	margin-top:0px;
	/* top: 0px; */
    /* margin-right: auto; */
    margin-left: auto;
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #fff; 
}

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

.menu {
    /* width: 100%; */
    float: none;
	height: 26px;
    /* right: 16px; */
    width: 45px;
    top: 21px;
 }
	
}

@media screen and (min-width: 980px) {

.head {
    float: left;
	padding: 16px 0px;
}	
	
.menu {
    width: 100%;
    /* display: none;*/
 }
	/*width: 1288px;*/
	
	
}



.menu-button {
    display: flex;
    align-items: center;
    position: absolute;
//    top: 135px;
    right: 10px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 100;
}


.menu-button > span,
.menu-button > span::before,
.menu-button > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e12039;
  transition-duration: .5s;
}
.menu-button > span::before {
  content: '';
  top: -8px;
}
.menu-button > span::after {
  content: '';
  top: 8px;
}

.nav {
    display: block;
    position: fixed;
	overflow: auto; 
    visibility: hidden;
    top: 0;
    right: -100%;
    width: calc(((100% - 1288px) / 2) + 300px);
    height: 100%;
    margin: 0;
    padding: 120px 0;
    list-style: none;
    background-color: #ffffff;
	z-index: 10;
	/* box-shadow: -5px 0 16px -5px rgba(0, 0, 0, .5);*/
    /*box-shadow: 1px 0px 6px rgb(0 0 0 / 20%); */
    /* transition-duration: .25s; */
/*	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;  */
}

@media screen and (max-width: 979px) {
.nav {
	 display: block;
	 width: 330px;
	 border-top: 0px solid #e0e0e0;
	 border-bottom: 0px solid #e0e0e0;
	/* box-shadow: -1px 0px 16px rgb(0 0 0 / 20%); */
	}
}

.menu-item {
    display: flex;
    padding: 8px 16px;
    color: #e12039;
    font-family: arial;
    font-size: 16px;
    font-weight: 400;
	cursor: pointer;
    text-decoration: none;
  /*  transition-duration: .25s;*/
}

.menu-item:hover {
  background-color: #eeeeee;
}


#menu-toggle{
   /* opacity: 0; */
	display: none;
}


#menu-toggle:checked ~ .menu-button > span{
  transform: rotate(45deg);
  background-color: #ffffff;
}
#menu-toggle:checked ~ .menu-button > span::before{
  top: 0;
  transform: rotate(0);
  background-color: #e12039;  
}
#menu-toggle:checked ~ .menu-button > span::after{
  top: 0;
  transform: rotate(90deg);
  background-color: #e12039;
}
#menu-toggle:checked ~ .nav{
  visibility: visible;
  right: 0;
}


@media screen and (max-width: 979px){ /*3940*/

#menu-toggle:checked ~ .nav{
  transition-duration: .5s;
}
#menu-toggle:not(:checked) ~ .nav{
  transition-duration: .5s;
}

}



@media screen and (min-width: 980px){
.menu-button {
    display: none;
}

	
.nav > .parent > a::after { 
	content: "\f107"; 
	font-family: FontAwesome;
	margin-left: 8px;
}

.nav > .parent > .sub-menu > .parent > a::after { 
	content: "\f105"; 
	font-family: FontAwesome;
	margin-left: 8px;
}	
	
#menu-toggle {
    opacity: 0;
    display: none;
}

.nav {
    display: flex;  /* display: block;*/
	justify-content: center; 
    position: unset;
    visibility: visible;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 0px;
    list-style: none;
    background-color: #ffffff;
	z-index: 10;
	border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    /*box-shadow: 1px 0px 6px rgb(0 0 0 / 20%); */
    /* transition-duration: .25s; */

}
	
.menu-item {
    display: block;
    padding: 8px  16px;
    color: #333;
    font-family: Helvetica;
    font-size: 15px;
   /* font-weight: 400;*/
    text-decoration: none;
    /* transition-duration: .25s; */
    /* transition-delay: 0.5s; */
}	
	

.nav > li {
	float: left;
	/*border-right: 1px solid #e0e0e0; */
  /*  position: relative;*/ /*чтобы меню не скрывалось в основном*/
    display: block;
}	
	
.nav > li > a {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #e12039;
    font-size: 18px !important;
    text-transform: none;
    padding: 10px 8px 10px 8px;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    display: block;
}	
	

.nav li > ul.sub-menu {
    min-width: 240px;
    padding: 0;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
	
.nav > li > .sub-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
	
.sub-menu {
    border-top: 3px solid #e21a1a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #250fef00;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #e21a1a 0%, #e21a1a 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #e21a1a 0%, #e21a1a 100%);
    border-image: linear-gradient(to right, #e21a1a 0%, #e21a1a 100%);
    border-image-slice: 1;
}
	
.sub-menu {
    border: 0;
    margin-top: -3px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding: 0;
    float: right;
    left: auto;
}	
	
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
   /* border: 1px solid #607d8b;*/
     border: 1px solid rgba(0,0,0,.15); 
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%); */
    /* box-shadow: 0 6px 12px rgb(0 0 0 / 18%);*/
}	
	
/*---*/	
	
	
		
	
	
.nav > li.link-active > a,
.nav > li > a:hover{
	color: #333;  /*#F9B840 */
}	
	
	
.nav > li > a,
.nav .sub-menu > li > a {
	font-size: 16px !important;
	text-transform: none;
}

.nav .sub-menu {
  /*  border: 0; */
    margin-top: -3px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left:0;
    padding: 0;
    float: right;
    left: auto;
}

.nav .sub-menu > li {
    padding: 0;
	position: relative;
}

.nav .sub-menu > li > a {
    display: block;
    padding: 5px 10px;
    margin: 0px 5px;
    font-size: 15px !important;
    line-height: 20px;
    color: #e12039;
    border-top: 1px solid #eee;
    letter-spacing: normal;
}

.nav .sub-menu > li:first-child > a{
    border-top: 0;
}

.nav .sub-menu > li >ul li a{
    padding: 5px 15px;
}

.nav .sub-menu > li:hover > a,
.nav .sub-menu > li.active > a,
.nav .sub-menu > li:focus > a,
	.nav .sub-menu > li.link-active > a{
    background-color:  #333;
    color: #607d8b !important;
}

.nav .sub-menu>li>a:hover,
.nav .sub-menu>li>a:focus {
	background: none;
}

.navbar .nav .sub-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar .nav .sub-menu > li:last-child > a i {
    float: right;
    display: inline-block;
    line-height: 20px;
}

.navbar .nav .sub-menu > li > a i {
    float: right;
    display: inline-block;
    line-height: 20px;
}

.nav .sub-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.nav li:hover > ul.sub-menu {
    display: block;
  -webkit-animation: fadeInUp 300ms;
  -moz-animation: fadeInUp 300ms;
  -ms-animation: fadeInUp 300ms;
  -o-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: none;
}

.nav li.dropdown > ul.sub-menu {
    min-width: 150px;
	height: 345px;
    overflow: auto;	
    padding: 0;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}

.nav .menu .sub-menu {
    left: 100%;
    top: 0;
}

.nav li.dropdown > ul.sub-menu > li.dropdown > ul.sub-menu {
	left: 239px;
	top: 0;
}

.nav .sub-menu li.dropdown.sub-menu  a {
	padding: 5px 10px;
}

.link-active {
    font-weight: bold;	
	text-decoration: underline;
}
	
}



@media screen and (max-width: 979px) {
	
.link-active {
  font-weight: bold;
  /* text-decoration: underline;*/
}	
	
.nav > li > a,
.nav .sub-menu > li > a {
	font-size: 16px !important;
	text-transform: none;
}	

.nav > li a:before {
  content: "  ";
  white-space: pre;
  font-size: 14px;
  border-radius: 1ch;
  padding-inline: 1ch;
  margin-inline-end: 1ch; 
}	

.nav > li.ordermenu a:before {
    display: none !important;
}	
	
.nav > li.soc-net {
    font-size: 17px;
    margin-top: 32px;
    padding-left: 20px;
}

	
.nav > li.soc-vk a:before {
    content: url(/images/soc/vkontakte-mini.svg);
    white-space: pre;
    font-size: 14px;
  	bottom: -1px;
    position: relative;
    border-radius: 1ch;
    padding-inline: 0.5ch;
    margin-inline-end: 1ch; 
}
	
.nav > li.soc-ok a:before {
  content: url(/images/soc/ok-mini.svg);
  white-space: pre;
  font-size: 14px;
	bottom: -1px;
    position: relative;
  border-radius: 1ch;
  padding-inline: 0.5ch;
  margin-inline-end: 1ch; 
}
	
.nav > li.soc-t a:before {
  content: url(/images/soc/telegram-mini.svg);
  white-space: pre;
  font-size: 14px;
	bottom: -1px;
    position: relative;
  border-radius: 1ch;
  padding-inline: 0.5ch;
  margin-inline-end: 1ch; 
}
	
.nav > li.soc-d a:before {
  content: url(/images/soc/dzen-mini.svg);
  white-space: pre;
  font-size: 14px;
	bottom: -1px;
    position: relative;
  border-radius: 1ch;
  padding-inline: 0.5ch;
  margin-inline-end: 1ch; 
}	
	
	
.nav > li.soc-net > a {
    font-size: 18px !important;
    text-transform: none;
	margin-top: 32px;
}	
	

	
	
.nav li > ul.sub-menu {
    min-width: 240px;
    padding-left: 16px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}	
	
}


.ordermenu{
	display: none !important;
}

.soc-net{
	display: none !important;
}
.soc-vk{
	display: none !important;
}
.soc-ok{
	display: none !important;
}
.soc-t{
	display: none !important;
}
.soc-d{
	display: none !important;
}


@media screen and (max-width: 979px){
.nav > li a.link-active:before {
  content: "\2022";
  font-size: 16px;	
  text-decoration: none;
  border-radius: 1ch;
  padding-inline: 1ch;
  margin-inline-end: 1ch;
}
.ordermenu{
	display: block !important;
	margin-top: 16px;
}	
.soc-net{
	display: block !important;
}
.soc-vk{
	display: block !important;
}
.soc-ok{
	display: block !important;
}
.soc-t{
	display: block !important;
}	
.soc-d{
	display: block !important;
}		
}



/*--------------------------------------*/

/* No */
[aria-current]:not([aria-current="false"]) {
  font-weight: bold;
}

.nav li {
    list-style: none;
}

div.ftop {
	width:100%;
	clear: left;
	height: 8px;
}

div.ftitle {
	width:100%;
	clear: left;
	height: 18px;
	margin-top: 14px;
    color: #333;
    font-weight: bold;
    font: bold 1em "Helvetica";
}



.fleft {
	float: left;
	width: 100%; 
}

.fcont {
    background-color: #ffffff;
    padding-left: 0px;
	padding-right: 16px;
	width: 275px;
    float: left;
	padding-bottom: 16px;
}

.fcontnews {
    background-color: #ffffff;
    padding-left: 0px;
	padding-right: 16px;
	width: calc(100% - 425px) ;
    float: left;
	padding-bottom: 16px;
}


@media screen and (max-width: 980px){
	
.fcontnews {
    width: calc(100% - 275px) ;
}	
	
}

@media screen and (max-width: 894px){
	
.fcontnews {
    width: 100%;
}	
	
}


.fcontsubjects {
    background-color: #ffffff;
    padding-left: 0px;
	padding-right: 16px;
	width: calc(((100% - 425px) / 3) * 2);
    float: left;
	padding-bottom: 16px;
}

.fconts {
    background-color: #ffffff;
    padding: 0px;
    width: 150px;
    float: left;
	padding-bottom: 16px;
}


@media screen and (max-width: 980px) {
div.fcont {
    width: 275px;
}	
	/*
.fcontnews {
    width: calc(100% - 275px);
}	
	*/
div.fconts {
    width: 100%;
}		
}


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

.fcontclasses {
    background-color: #ffffff;
    padding-left: 0px;
	padding-right: 16px;
	width: calc(100% - 275px);
    float: left;
	padding-bottom: 16px;
}
	
	
.fcontsubjects {
    width: 100%;
}
	
}	


@media screen and (max-width: 581px) {
div.fcont {
    width: 100%;
}

.fcontclasses {
	width: 100%;
}	
	
.fcontuzi {
	width: 100%;
}		
	
div.fconts {
    width: 100%;
}	
}	


div.fbottom {
	width: 100%;
    height: 100px;
    float: left;
/*1	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;*/
    margin: 0 auto;
    justify-content: space-between;
	background: url(/images/kremlin.png) center;
}


div.partners {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 auto;
    justify-content: space-between;
}

div.partner {
    float: left;
    border-radius: 8px;
	padding-bottom: 16px;
    width: calc((100% - 96px) / 5);
    min-height: 80px;
    position: relative;
}


@media screen and (max-width: 810px) {
div.partner {
    width: calc((100% - 32px) / 3);
}
}


@media screen and (max-width: 699px) {
div.partner {
    width: calc((100% - 32px) / 2);
}
}

@media screen and (max-width: 450px) {
div.partner {
    width: 100%;
}
}

div.partner-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

div.partner-title {
	margin-top: 8px;
    text-align: center;
    width: 100%;
}



div.fwarning {
    padding: 0px 0px;
    text-transform: uppercase;
    color: #b3b3b3;
    float: left;
    clear: left;
    text-align: center;
    font-size: 25px;
    transform-origin: top;
    width: 100%;
    line-height: 30px;
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
   /* white-space: nowrap;*/
    height: 30px;
}


@media screen and (max-width: 1264px) {
div.fwarning {
	font-stretch: condensed;
}
}

@media screen and (max-width: 1059px) {
/*div.fbottom {
    height: 88px;
}
*/	
div.fwarning {
	height: 44px;
	font-size: 21px;
	font-stretch: normal;
	line-height: 21px;
}
}

@media screen and (max-width: 581px) {
div.fwarning {
	font-stretch: condensed;
}
}


@media screen and (max-width: 459px) {
/*div.fbottom {
    height: 68px;
}*/	
	
div.fwarning {
	height: 34px;
	font-size: 16px;
	font-stretch: condensed;
	line-height: 16px;
}
}



div.fblock {
    width: 100%;
	float: left;
	margin-bottom: 2px;
    color: #333;
    font: 0.95em "Helvetica";
	line-height: 2.015;
}

div.fblock a {color: #e12039; text-decoration: none; line-height: 1.8;}

.links {
    width: 100%;
    margin: 8px 0px;
    font: normal 1em "Helvetica";
    /* padding-bottom: 16px; */
    text-align: left;
    float: left;
}

.payments{
	display: flex;
	width: 230px;
	margin-top: 4px;
    justify-content: space-between;
}


.linksevents {
    width: 100%;
    margin: 8px 0px;
    font: normal 0.85em "Helvetica"; /*0.95*/
    /* padding-bottom: 16px; */
    text-align: left;
    float: left;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

@media screen and (max-width: 639px) {
.linksevents {
	width: 100%;
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
}



.linkssubjects {
    width: 100%;
    margin: 8px 0px;
    font: normal 1em "Helvetica"; /*0.95*/
    /* padding-bottom: 16px; */
    text-align: left;
    float: left;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

@media screen and (max-width: 421px) {
.linkssubjects {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
	
}



div.link {
    float: left;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
}

a.link {
	color:#333; 
	text-decoration: none; 
	line-height: 2; 
	float: left; 
	clear: left;
}

a.link:hover {
	color:#e12039; 
	text-decoration: underline; 
	transition: 0.3s linear;
}

a.ps {
	color:#333; 
	text-decoration: none;  
	clear: left;
}

a.ps:hover {
	color:#e12039; 
	text-decoration: underline; 
	transition: 0.3s linear;
}

/*@media screen and (max-width: 480px) {
.link {
  	height:48px;
}
}*/

div.soc {
    width: 100%;
    font: normal 0.95em "Helvetica";
    margin: 8px 0px;
    text-align: left;
    float: left;
}

div.socone {
    width: 100%;
    float: left;
    /* margin-right: 16px; */
    margin-bottom: 6px;
}

div.socone img{
    float: left;
    margin-right: 8px;

}

div.socone span{
    float: left;
    line-height: 24px;

}


div.counters {
	width: 100%;
    float: left;
}


.my-logo {
    width: 100%;
}

footer {
    width: 100%;
    border-top: 1px solid #1567a6;
	float: left;
    background: white;
}


body > header > h1 > a {
color: #ffffff;
font-weight: 400;
}

.header{
	width: 100%;
	height: 32px;
	display: inline-table;
}

/*article > header {

}*/article

footer {
  margin-top: 4px;
}

a {
  text-decoration: none;
}

/* 'Margin: 0 auto' centers block content on the page */
.wrap {
    margin: 8px;
    min-height: 100px;
    text-align: justify;
    /* display: flex; */
    /* display: inline-flex; */
    /* flex-wrap: wrap; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
	width: calc(100% - 16px);
	position: relative;
}

.side{
	width: 302px;
  /*  background-color: #ececec;*/
    position: sticky; /* Делаем сайдбар sticky */
    top: 20px; /* Отступ от верха экрана */
    align-self: flex-start; /* Важно для flex-контейнера */
    height: fit-content; /* Высота по содержимому */
    max-height: calc(100vh - 40px); /* Максимальная высота */
   overflow-y: hidden;/* auto Прокрутка если контент длинный */
    overflow-x: hidden;
    display: inline-table; 
}


.bside {
	width: 302px;
	display: flex;
	margin-bottom: 16px;
}


.wrap-footer {
    margin: 8px;
   /* text-align: justify; */
   /* display: flex; */
	  display: inline-block;
	  width: calc(100% - 16px);
}


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

.content-thin {
    width: calc(100% - 318px);
	float: left;
}

.content-full-width {
    width: 100%;
}
/*
.primary-sidebar {
  display:flex;
}
*/
.primary-sidebar {
    width: 302px;
  /*  background-color: #ececec;*/
    float: right;
	display:flex;

}

@media screen and (max-width: 832px) {
 /* .content-area, */
  .content-thin {
    width: 100%; 
  }
	
  .primary-sidebar {
	display: none;
  }
}

.article-loop {
    width: calc(100% - 16px);
	line-height: 33px;
    margin: 0px;
    padding-bottom: 16px;
	 float: left;
	border-bottom: 1px solid #c8c8c8;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa a {
    color: #e12039;
}

.article-meta {
	margin: 8px 0 8px;
    font-size: 14px;
    /* clear: left; */
    float: left;
    width: 100%;
}

.article-meta a {
    text-decoration: none;
    color: #e12039;
}

.article-meta ul {
	display: block;
    list-style: none;
    padding: 0px;
	margin: 0px;
	line-height: 18px;
   /* margin-left: 8px; */
  /*  margin-right: 8px; */
}

.article-meta ul li {
    display: inline-block;
    margin-right: 10px;
	color: #666;
    text-transform: capitalize;
}


.article-meta ul li a {
    color: #e12039;
}

.article-meta ul li i {
    margin-right: 5px;
	color: #898989;
    text-transform: capitalize;
}

/**********************/


.article-meta-left {
	margin: 0px 8px 0px 8px;
    font-size: 14px;
    /* clear: left; */
    float: left;
    width: 100%;
}

.article-meta-left a {
    text-decoration: none;
    color: #1567a6;
}

.article-meta-left ul {
	display: block;
    list-style: none;
    padding: 0px;
	margin: 0px;
	line-height: 18px;
   /* margin-left: 8px; */
  /*  margin-right: 8px; */
}

.article-meta-left ul li {
    display: inline-block;
    margin-right: 10px;
	color: #666;
    text-transform: capitalize;
}

.article-meta-left ul li i {
    margin-right: 5px;
	color: #898989;
    text-transform: capitalize;
}


/********************/


@media screen and (max-width: 800px) {
  .article-loop {
    width: 99%;
 }
}

.article-full {
  padding: 0;
}

.article-loop,
.article-full {
  display: block;
  vertical-align: top;
}