@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Open+Sans:wght@300;400;600&family=Open Sans:wght@300;400;500;600&display=swap');



label{
	margin-bottom: 0;
}




.container-acc-err{
    position: relative;
    max-width: 430px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;   

    /*margin-bottom: -30px;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, 10%)
    */
}


.container-acc{
    position: relative;
    max-width: 430px;
    /*width: 100%;*/
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /*margin: 20px;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, 10%)
    */
}

.container-acc .forms{
    display: flex;
    align-items: center;
    height: 440px;
    width: 200%;
    transition: height 0.2s ease;
}


.container-acc .form{
    width: 50%;
    padding: 30px;
    background-color: #fff;
    transition: margin-left 0.18s ease;
}

.container-acc.active .login{
    margin-left: -50%;
    opacity: 0;
    transition: margin-left 0.18s ease, opacity 0.15s ease;
}

.container-acc .signup{
    opacity: 0;
    transition: opacity 0.09s ease;
}
.container-acc.active .signup{
    opacity: 1;
    transition: opacity 0.2s ease;
}

.container-acc.active .forms{
    height: 600px;
}
.container-acc .form .title{
    position: relative;
    font-size: 27px;
    font-weight: 600;
}

.form .title::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background-color: #74b7ff;
    border-radius: 25px;
}

.form .input-field{
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 30px;
}

.input-field input{
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 35px;
    border: none;
    outline: none;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid transparent;
    transition: all 0.2s ease;
}



.input-field input:is(:focus, :valid){
    border-bottom-color: #74b7ff;
}

.input-field input.error{
    border-bottom-color: red;
}

.input-field i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 23px;
    transition: all 0.2s ease;
}

.input-field input:is(:focus, :valid) ~ i{
    color: #74b7ff;
}

.input-field i.icon{
    left: 0;
}
.input-field i.showHidePw{
    right: 0;
    cursor: pointer;
    padding: 10px;
}

.form .checkbox-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.checkbox-text .checkbox-content{
    display: flex;
    align-items: center;
}

.checkbox-content input{
    margin: 0 8px -2px 4px;
    accent-color: #4c4c4c;
}

.form .text{
    color: #333;
    font-size: 14px;
}

.form a.text{
    color: #4584c8;
    font-weight: 600;
    text-decoration: none;
}
.form a:hover{
    text-decoration: underline !important; 
}

.form .button{
    margin-top: 35px;
}

.form .button input{
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    background-color: #ff4057;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input:hover{
    background-color: #d92238;
}

.form .login-signup{
    margin-top: 30px;
    text-align: center;
}

*{
font-family: 'Open Sans', sans-serif;	
}

.fs-18{
	font-size: 18px;
}
.fs-10{
	font-size: 10px;
}
.fs-12{
	font-size: 12px;
}
.fs-13{
	font-size: 13px;
}
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.fs-19{
	font-size: 19px;
}
.fs-20{
	font-size: 20px;
}
.slogan-big{
	font-size: 158px;
}
.slogan-little{
	font-size: 80px;
}
.fs-70{
	font-size: 70px;
}
.fs-36{
	font-size: 36px;
}
.fs-90{
	font-size: 90px;
}

.lh-34{
	line-height: 34px;
}

.error{
	color: red !important;
}

.text-shadow{
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.59);
}

.box-shadow{
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.19);
}

.points{
	opacity: 0; 
	padding:4px;

}
.no-points{
	opacity: 0;
	padding:4px;
	transition: all 0.4s;
}

.color-white{
	color: #fff;
}

.title{
	font-size: 36px;
	color: #646464;
	font-family:'Open Sans', sans-serif;	
}

.main-icon-link{
	width: 170px;
	height: 242px;
}

.main-icon{
	color: #c3c3c3;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 156px;
	height: 156px;
	line-height: 156px!important;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;	
transition: all 0.4s;
}


.main-icon-title{
	color: #423748;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.4s;	
}
.main-icon-desc{
	color: #737373;
	font-size: 14px;
	font-weight: 400;	
}

.main-icon-link:hover .main-icon{
	color: #fff;
	background-color: #ff4057;
	transition: all 0.4s;
}
.main-icon-link:hover .main-icon-title{
	color: #ff4057;
	transition: all 0.4s;
}

.title-block{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 36px;
	font-family:'Open Sans', sans-serif;	
	font-weight: 700;
	display: block;
}

header .head-line{
	background-color: #ff6f80;
	height: 90px;
}

.navbar-bg{
	background-color: #423748;
	color: #fff;
}
.nav-link{
	color: #fff;
}


button:focus, btn:focus, a:focus
{
         outline: none;
}

a{
	text-decoration: none!important;
}

.navbar-toggler:focus
{
         outline: none !important;
         box-shadow: none;
}


.tag-wrap {
  filter: drop-shadow(10px 0px 4px rgba(0,0,0,0.55));
}

.oval2{
	position: absolute;
	z-index: 2;
	width: 100%;
	color: #fff;
	background: #423748;
	height: 190px;
 	clip-path: ellipse(80% 74% at 18% 0%); 
 	padding-left: 200px; 
 	padding-top: 3%; 
 	padding-right:60px; 
 	border-top: 10px solid #5d4c67;
}
.logo{
	position: absolute;
	z-index: 4;
	top:20px;
	left: 20px;
	color: #000;
	width: 170px;
	height: 150px;
	background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
}

.logo-inner{
	position: absolute;
	z-index: 4;
	top:20px;
	left: 50%;
	transform: translate(-50%);	
	color: #000;
	width: 170px;
	height: 150px;
	background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
}

header .head-bg{
	background: url(../img/head-bg.jpg);
	height: 520px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;   
	background-position: 0% 50%;
	background-size: cover;
	-moz-background-size: cover;
}

.head-btn{
	background-color:#fff;
	border-radius:20px;
	max-width: 190px;
	
	display:inline-block;
	cursor:pointer;
	color:#b32435;
	padding: .375rem 1rem;
	vertical-align: middle;
	line-height: 1.8;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	text-decoration:none;
	transition: all 0.4s;
}
.head-btn:hover {
	color:#fff;
	text-decoration: none;
	background-color:#891f2b;
	transition: all 0.2s;
}


.corner {position:relative; background-color: rgba(66, 55, 72, 0.7); display: none; visibility: visible!important; overflow: hidden;}





.pt-corner{
	padding-top: 30px;
}

.nav-item{
	font-size: 18px;
	color: #fff;
	border-radius:5px;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;	
	padding-left: 10px;
	padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;	
    transition: all 0.4s;
}

.nav-link{
	color: #fff !important;
	display: inline-block;
}
.nav-item:hover{
	background-color:#5d4c67;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	vertical-align: middle;
	line-height: 1.5;
	text-decoration:none;
	transition: all 0.4s;
}

.nav-item .active{
	background-color:#5d4c67;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	vertical-align: middle;
	line-height: 1.5;
	text-decoration:none;
	transition: all 0.4s;
}

.space{
display: none;
}

.link-icon{
display: none!important;
}

	.d-mobile{
		display: none;
	}



.block1{
  background-image: linear-gradient(150deg, rgba(51,36,59,1) 0%, rgba(84,60,98,1) 59%, rgba(122,75,149,1) 100%), url(../img/block1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0%, 100% 40%;
  background-size: 50% 100%, 50%;
}


.block2{
  background-image: linear-gradient(150deg, rgba(225,39,61,1) 0%, rgba(255,83,104,1) 59%, rgba(255,111,128,1) 100%), url(../img/block2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 100%, 0% 40%;
  background-size: 50% 100%, contain;	
}

.timer{
font-size: 60px;
font-weight: 700;
font-family: 'Open Sans', sans-serif;	
}

.btn-rect{
	font-size: 18px;
	color: #ff4057;
	font-weight: 700;
	background-color: #fff;
	border-radius:5px;
	
	width: 100%;
	max-width: 250px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.4s;
}

.btn-rect:hover {
	color:#fff;
	text-decoration: none;
	background-color:#4f4256;
	transition: all 0.2s;
}

.counter-block{
	background-color:#ff4057;
	border-radius:10px;
	width: 100%;
	display:inline-block;
	color:#fff;
	padding: .375rem .75rem;
	vertical-align: middle;
	line-height: 1.5;
	font-family:'Open Sans', sans-serif;
	font-size:48px;
	font-weight: 700;
	text-decoration:none;
	transition: all 0.4s;
}
.counter-title{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
}
.counter-icon{
	position: absolute;
	border-radius:10px;
	background-color:#4f4256;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	display:inline-block;
	width: 50px;
	height: 50px;
	top:5px;
	left: -5px;
}

.footer{
	background-color: #262626;
}

.footer-title{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.footer-text{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #c3c3c3;
}
.footer-link{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #c3c3c3;
}
.footer-link:hover{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #fff;
}


.input-sub{

	font-size: 14px;
	color: #484848;
	font-weight: 400;
	background-color: #fff;
	border-radius:5px;
	outline: none;
	width: 100%;
	max-width: 250px;
	height: 36px;
	border:0px;
	display: inline-block;
	padding-left: 10px;
		transition: all 0.4s;
}

.submit-sub{

	font-size: 14px;
	color: #fff;
	font-weight: 700;
	background-color: #ff4057;
	border-radius:5px;
	outline: none;
	width: 100%;
	max-width: 250px;
	height: 36px;
	border:0px;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
		transition: all 0.4s;
}


.submit-sub:hover {
	color:#b32435;
	text-decoration: none;
	background-color:#fff;
	transition: all 0.2s;
}

.footer-gray{
	background-color: #1e1e1e;
	color:#fff;
}

.logo-footer{
	width: 200px;
}

.copyright{
	margin-left: 15px;
	line-height: 90px;
	color: #636363;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.vl{
  border-left: 1px solid #575757;
  height: 40px;
  position: relative;
  top: 25px;
}

/*
меню выезжает слева направо
*/

@media (min-width: 992px) and (max-width: 1875px) {
	.block1{
  background-image: linear-gradient(150deg, rgba(51,36,59,1) 0%, rgba(84,60,98,1) 59%, rgba(122,75,149,1) 100%), url(../img/block1-lg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0%, calc(100vw/2 - 159px) 20%;
  background-size: 50% 100%, 100%;
	}


	.block2{
  background-image: linear-gradient(150deg, rgba(225,39,61,1) 0%, rgba(255,83,104,1) 59%, rgba(255,111,128,1) 100%), url(../img/block2-lg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 100%, 0% 40%;
  background-size: 50% 100%, 100%;	
	}
}

@media (min-width: 768px) and (max-width: 991px) {


.oval2{
	position: absolute;
	z-index: 2;
	width: 100%;
	color: #fff;
	background: #423748;
	height: 190px;
 	clip-path: ellipse(80% 74% at 18% 0%); 
 	padding-left: 148px; 
 	padding-top: 3%; 
 	padding-right:60px; 
 	border-top: 10px solid #5d4c67;
 	font-size: 15px;
}
.logo{
	position: absolute;
	z-index: 4;
	top:20px;
	left: 20px;
	color: #000;
	width: 117px;
	height: 104px;
	background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
}


	.block1{
  background-image: linear-gradient(150deg, rgba(51,36,59,1) 0%, rgba(84,60,98,1) 59%, rgba(122,75,149,1) 100%), url(../img/block1-md.jpg);
  background-repeat: no-repeat, no-repeat;
	background-position: 0%, 100% 0%;
    background-size: 50% 100%, contain;
	}


	.block2{
  background-image: linear-gradient(150deg, rgba(225,39,61,1) 0%, rgba(255,83,104,1) 59%, rgba(255,111,128,1) 100%), url(../img/block2-md.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 100%, 0% 40%;
  background-size: 50% 100%, contain;
	}
.pt-corner{
	padding-top: 0px;
}
.slogan-big{
	font-size: 118px;
	padding-left: 20px;
}
.slogan-little{
	font-size: 60px;
	padding-left: 30px;
}

}






@media (min-width: 450px) and (max-width: 767px) {
    .navbar-collapse {
    	z-index: 99;
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 50%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -50%;
        transition: all 0.2s ease-in-out;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

	.nav-item{
		font-size: 18px;
		color: #fff;
		border-radius:5px;
		text-decoration: none;
		font-family:'Open Sans', sans-serif;	
		padding-left: 10px;
		padding-right: 10px;
	    margin: 10px;
	    transition: all 0.4s;
	}

	.space{
	display: block;
	width: 10px;
	}
	.link-icon{
	display: block!important;
	width: 50px;
	}

	.block1{
  background-image: linear-gradient(150deg, rgba(51,36,59,1) 0%, rgba(84,60,98,1) 59%, rgba(122,75,149,1) 100%);
  background-repeat: no-repeat;
  background-size: 100%;
	}


	.block2{
  background-image: linear-gradient(150deg, rgba(225,39,61,1) 0%, rgba(255,83,104,1) 59%, rgba(255,111,128,1) 100%);
  background-repeat: no-repeat;
  background-size: 100%;	
	}


}


@media (max-width: 449px){


.container-acc{
    position: relative;
    max-width: 430px;
    /*width: 100%;*/
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /*
    margin: 20px;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%)
    */
}

.container-acc-err{
    position: relative;
    max-width: 430px;
    /*width: 100%;*/
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /*
    margin: 20px;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%)
    */
}

	header .head-line{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 2px 4px 0px;
	}

	header .head-bg{
	background: url(../img/head-min.jpg);
	height: 500px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;   
	background-position: 0% 50%;
	background-size: cover;
	-moz-background-size: cover;
	margin-top: 90px;
	}

    .navbar-collapse {
    	z-index: 99;
        position: fixed;
        top: 90px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -100%;
        transition: all 0.2s ease-in-out;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

	.nav-item{
		font-size: 18px;
		color: #fff;
		border-radius:5px;
		text-decoration: none;
		font-family:'Open Sans', sans-serif;	
		padding-left: 10px;
		padding-right: 10px;
	    margin: 10px;
	    transition: all 0.4s;
	}

	.space{
	display: block;
	width: 10px;
	}
	.link-icon{
	display: block!important;
	width: 50px;
	}

	.logo{
	position: absolute;
	z-index: 4;
	top:0px;
	left: 0px;
	color: #000;
	width: 130px;
	height: 90px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);	
	}

	.circle{
	position: absolute;
	top: -190px;
	left: 0px;
	width: 100%;
	background: #fff;
	height: 280px;
 	clip-path: ellipse(60% 37% at 0% 99%);


	}

	.d-laptop{
		display: none;
	}
	.d-mobile{


		display: flex;
	}

	.block1{
  background-image: linear-gradient(150deg, rgba(51,36,59,1) 0%, rgba(84,60,98,1) 59%, rgba(122,75,149,1) 100%);
  background-repeat: no-repeat;
  background-size: 100%;
	}


	.block2{
  background-image: linear-gradient(150deg, rgba(225,39,61,1) 0%, rgba(255,83,104,1) 59%, rgba(255,111,128,1) 100%);
  background-repeat: no-repeat;
  background-size: 100%;	
	}

.pt-corner{
	padding-top: 0px;
}

}



/*inner-page*/
.sys-notice{
	color: #fff;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    padding: 5px; /* Поля вокруг текста */	
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: floatText 50s infinite linear;
  padding-left: 100%; /*Initial offset*/
}
.marquee:hover {
  animation-play-state: paused;
}
@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none !important;
}


.eng-icon{
	background: url(../img/eng.png);
	display: inline-block;
	width: 23px;
	height: 16px;
    position: relative;
}

.lang{
	font-size: 14px;
	color: #fff;
	border-radius:0px;
	height: 90px;
    display: flex;
    align-items:center;	
	vertical-align: middle;	
	text-decoration: none;
	font-family:'Open Sans', sans-serif;	
	padding-left: 10px;
	padding-right: 10px;
    margin-right: 0px;
    margin-left: 0px;	
}
.lang:hover{
	font-size: 14px;
	color: #fff;
	border-radius:0px;
	background-color: #cf5462;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;	
	padding-left: 10px;
	padding-right: 10px;
    margin-right: 0px;
    margin-left: 0px;	
}

.dropdown-menu{
margin-top: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-topleft: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.dropdown-item{
	padding-top: 6px;
	padding-bottom: 6px;
}

.profile-5x > .dropdown-menu.show{
	left: 3px !important;
}

.notice{
	font-size: 24px;
	color: #fff;
	border-radius:0px;
	height: 90px;
	width: 90px;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;	
	padding-left: 10px;
	padding-right: 10px;
    margin-right: 0px;
    margin-left: 0px;	


}

.fa-bell{
	      -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}


.notice:hover{
	font-size: 24px;
	color: #fff;
	background-color: #cf5462;
	border-radius:0px;
	height: 90px;
	width: 90px;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;	
	padding-left: 10px;
	padding-right: 10px;
    margin-right: 0px;
    margin-left: 0px;	
}

.notice-circle{
	height: 14px;
  width: 14px;
  background-color: #891f2b;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 8px;
  top:30px;
  left:50px;
  z-index: 1000;
}

.profile{
	font-size: 16px;
	color: #fff;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */	
	background-color: #b42e3d;
	border-radius:0px;
	height: 90px;
    display: flex;
    align-items:center;	
	vertical-align: middle;
	text-decoration: none;
	font-family:'Montserrat', sans-serif;	
	padding-left: 10px;
	padding-right: 10px;
    margin-right: 0px;
    margin-left: 0px;		
}
.profile:hover{
	color: #fff;
	background-color: #cf5462;
}

.avatar{
	background: url(../avatars/man.png);
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.prof-menu{
	color: #6e8192;
	font-size: 18px;
	width:35px;
}
.dropdown-item{
    display: flex;
    align-items:center;	
	vertical-align: middle;
}



.inner-menu{
	background-color: #423748;
	color:#fff;
	padding-top: 100px;
}