a:focus{
	outline: none;
}
.content_block {
	border-radius: 10px;
	padding: 20px;
	width: 80%;
	margin: auto; /* Выравниваем по центру */
	margin-bottom: 30px;
	background: white; /*#F5F5F5;  d4ffa0*/

	box-shadow: 0 0 5px 2px white;    
	box-sizing: border-box;
	min-height:85%;
	
	
	opacity:0.9;
	
	font-family: /*"Snell Roundhand", */cursive, sans-serif;
}

.general_block {
	height:100%;	
}

.text_message{
	text-align:center;
	font-size: 30px;
}

.title {
	
	text-decoration: none;
	font-size:77px;
	font-family: "Corsiva", Cursive, sans-serif;
	color: #fffc54;
}

h1 {
	text-align:center;
}

.title_city {
	position:inline;
}

body {
    background: url(images/flowers.jpg); /* Цвет фона и путь к файлу */
    color: #000; /* Цвет текста */
	min-height:100%;
	height: 100%;
	width: 100%;
	background-size: cover;
	position: relative;
	/*overflow-x: visible;*/
}

html, body {
	margin: 0;
  height: 100%;
  overflow-x: hidden;
  
 /* -moz-user-select: none;
  -khtml-user-select: none;
   user-select: none; */  
}

.lotus {
	background: url(images/lotus.png);
	position:absolute;
	background-size: cover;
	
	top: 2%;
	left: -1%;
	
	z-index: -1;
	
	width: 250px;
	height: 200px;
}

.menu {
	text-align: center;
	font-size: 35px;
	font-family: "Corsiva", Cursive, sans-serif;
}

.menu_button {
  background: #39cde9;
  padding: 35px;
  min-width: 100px;
  display: inline-block;
  
  color: black;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 50px -5px #39cde9;
  transition: box-shadow 6s;
}
.menu_button:after, .menu_button:before {
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  height: 0;
  padding-bottom: 200%;
  background: #34cce8;
  mix-blend-mode: color-burn;
  top: 0;
  z-index: -1;
  border-radius: 230px;
  transition: transform 2.5s, background 6s;
}
.menu_button:after {
  transform: translate3d(-5%, 6em, 0) rotate(-45deg);
}
.menu_button:before {
  transform: translate3d(5%, 6em, 0) rotate(0deg);
}
.menu_button:hover, .menu_button:focus {
  box-shadow: 0 0 50px -5px #c6faff;
}
.menu_button:hover:before, .menu_button:hover:after, .menu_button:focus:before, .menu_button:focus:after {
  transform: translate3d(0, -5em, 0) rotate(180deg);
  background: #c6faff;
}

.title:hover {
	text-shadow:  0 2px 10px white;
}


#JSM {
	width:40%;
	border-radius:5px;
}

#mothers_title{
	padding-top:0px;
	margin-top:0px;
}
#description img{
	width: auto;	
}

.fixed-window{
	display: flex;
	align-items: center;
	height: 100px;
	width: 150px;
	/*line-height: 50px;*/
	font-size: 20px;
	font-weight: bold;
	position: fixed;
	top: 300px;
	right: 20px;
	background: #39cde9;
    padding: 6px;
	color: #fff;
    text-align: center;
    text-decoration: none;
	border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 50px -5px #39cde9;
	cursor: pointer;
}
.fixed-window.fixed-window-big{
	cursor: auto;
}
.fixed-window p{
	margin: 0;
	font-family: "Corsiva", Cursive, sans-serif;
	font-size: 20px;
	text-indent: 0;
}
.fixed-window .fw-hide{
	display: none;
	/*padding: 0 12px;*/
}
.fixed-window-close{
	display: none;
}
.fixed-window-big .fixed-window-close{
	display: block;
	font-weight: bold;
    font-size: 30px;
    width: 34px;
    height: 34px;
    /*text-align: center;
    float: right;*/
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
    /*margin-right: 10px;
    margin-top: 4px;*/
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.translate{
	position: absolute;
	top: 8px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	font-family: "Corsiva", Cursive, sans-serif;
    color: #fffc54;
}
.translate>a{
	color: #fffc54;
}
.now-link{
	pointer-events: none;
	text-decoration: none;
	cursor: auto;
}
.yellow-link{
	color: #fffc54;
}

@media screen and (max-width: 1600px) and (min-width: 1340px){
	.fixed-window:not(.fixed-window-big){		
		width: 120px;
		font-size: 16px;
	}
	.fixed-window .fw-show{
		font-size: 18px;
	}
}



@media screen and (max-width: 1340px){
	.fixed-window{		
		bottom: 0;
		top: auto;
		width: 550px;
		height: 30px;
		border-radius: 10px 10px 0 0;
		padding: 10px 70px;		
		justify-content: center;	
		font-size: 26px;
	}
	.fixed-window:not(.fixed-window-big){
		padding: 4px 4px;
		font-size: 26px;
	}
	/*.fw-show>span{
		display: none;
	}*/
	.general_block{
		margin-top: 42px;
	}
	.translate{
		font-family: sans-serif;
	}
}

@media screen and (max-width: 980px){
	.fixed-window{
		height: 50px;		
	}
	.content_block{
		margin-bottom: 50px;
	}
	.fixed-window .fw-hide p{
		font-size: 30px;
	}
	
	.fixed-window-big .fixed-window-close{
		font-size: 60px;
		width: 64px;
		height: 64px;
	}
	
}
@media screen and (max-width: 1169px){
	#mother p{
		margin: 0;
	}
	#mother p span{
		display: block;
	}
}
@media screen and (max-width: 980px) and (max-aspect-ratio: 1/1){
	.fixed-window{
		height: 180px;	
		width: 700px;		
	}
	.fixed-window .fw-show{
		font-size: 42px;
	}
	.fixed-window .fw-hide p{
		font-size: 42px;
	}
	.translate{
		font-size: 50px;		
	}
	.general_block{
		margin-top: 60px;
	}
	.fixed-window .fw-show>span{
		display: block;
	}
}

