@font-face {
    font-family: 'Andantino script';
    font-style: normal;
    font-weight: 400;
    src: local('Andantino script'), local('Andantinoscript-Regular'),
                url(/work/andantino-script.ttf) format('truetype');
}

.nav-toggle.active {
	top: -70px!important;
}

.monther{
	color:grey;
}

#activm{
	display:inline-block;
	width: 200px;
	font-size: 20px;
}

#dmount{
	//margin-top: 55px;
}
#feedback { font-size: 1.4em; }
  #selectable .ui-selecting { background: #FECA40; }
  #selectable .ui-selected { background: #F39814; color: white; }
  #selectable {
	font-family: Andantino script , arial;
  	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 350px; 
	float:left;
	font-weight: bold;
	line-height: 18px;
	}
  #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
  .day{width:50px; float:left; border:1px solid black; text-align:center; height:25px}
  .dayn{width:50px; float:left; border:1px solid black; text-align:center; height:25px}
  .month{float:left; width:200px;}
  .months{float:left; width:1000px;}
  #hmonth{
	font-size:20px;
  }
  
  .cler{
	border-style:hidden;
  }
  
  /*!
     * chiefSlider (https://itchief.ru/lessons/php/feedback-form-for-website)
     * Copyright 2018 Alexander Maltsev
     * Licensed under MIT (https://github.com/itchief/feedback-form/blob/master/LICENSE)
     */

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      color: black;
      height: 3000px;
    }
	.tex{
		position:relative;
		margin-top: -45px;
		color:white;
		background-color: black;
		height: 30px;
		position: relative;
		opacity: 0.6;
	}
    .slider {
      position: relative;
      overflow: hidden;
    }

    .slider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

    .slider__item {
      flex: 0 0 25%;
      max-width: 50%;
    }
    .slider__item img{
			max-width:100%;
			height: 240px;
	}

    .slider__control {
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, .5);
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .slider__control_left {
      left: 0;
    }

    .slider__control_right {
      right: 0;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .slider__item>div {
      //line-height: 250px;
      //font-size: 100px;
      text-align: center;
    }
    .slider__item p {
		margin-top: 0;
	}
	
	.mp_user1 button{
		background:none;
		color: black;
		border: none;
	}
	 
	.poxod{
		//display: none;
		border: 2px solid #e1cfcf;
		width: 198px;
		float:left;
		margin-left: 10px;
		margin-top: 3px;
		border-radius: 15px;
		background-color: rgba(64, 135, 249, 0.8);
		line-height: 1.7;
	}
	.poxod div{
		display: block!important;
	}
	.poxoddate{
		border-bottom: 2px solid white;
		border-radius: 15px;
		background-color: #dbe721;
	}
	.poxodtext{
		border-bottom: 2px solid white;
		min-height: 120px;
	}
	.poxodz{
		float:right;
		border-left: 2px solid white;
		padding: 0 5px 0 5px;
		border-radius: 15px;
	}
	

