/*-----------------------------------------------------ÍÎÓÒÁÓÊ-------------------------------------------------*/

@media screen and (min-width: 1081px) { /*ÍÎÓÒÁÓÊ */

* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body {
  	background-color: #435165;
}

span#dheader1{
	color: rgb(141, 179, 225);
	font-size: 24px;
}

span#dheader2{
/*	color: rgb(255, 255, 255);*/
	color: #eaebed;
	font-size: 24px;
}

#warning{
    display: none;
}

/*
@media only screen and (min-device-width: 200px) and (max-device-width: 1080px)  {
    //Put your CSS here for 200px to 767px width devices (cover all width between 200px to 767px //
.login {
  	width: 100%;
  }   
    }



@media only screen and (min-device-width: 1081px) and (max-device-width: 2048px)  {
.login {
  	width: 400px;
  }
}
*/


/*@media screen and (min-width: 1081px) {*/
.login{
	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.navtop {
	background-color: #2f3947;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
/*	width: 1000px;*/
	width: 100%;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
/*	margin: 0; */
	margin-left: 10px;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
	cursor: pointer;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
/*	width: 1000px;*/
	width: 100%;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

tr button {
	background-color: rgba(255, 255, 255, 0) !important;
	color: #0000ff;
 	border: 0;
  	cursor: pointer;
}

tr button:hover {
	color: #551a8b;
}
	
.bblock2 input[type="submit"] {
	float: right;
	line-height: 10px;
	width: 33%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  /*	transition: background-color 0.2s; */
}
.bblock2 input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

/*
.bblock2 form input[type="file"] {
	line-height: 10px;
	width: 33%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
}

.bblock2 form input[type="file"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
*/

.bblock2 input[type="button"] {
	line-height: 10px;
	width: 33.1%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  /*transition: background-color 0.2s; */
}

.bblock2 input[type="button"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

table.doctable{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

table.doctable td{
	border:1px solid;
}

th{
	background-color: #f3f4f7;
}

tr:hover{
	background: #d5e6a2;
}

td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 15px;
    position: relative;
    transition: all 300ms;
}

table.compactdoctable{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

table.compactdoctable td{
	border:1px solid;
	font-size: 0.9em;
	font-weight: 200;
}

table.compactdoctable th{
	font-size: 0.9em;
	font-weight: 200;
}

.field {
    clear: both; 
	text-align: left;
	line-height: 30px;

/*	width: 140%; 
	cbf09c
*/
}
 
label {
    float: left; 
    padding-right: 5px; 
	width: 25%; 
}

.labelimportxmlpdf{
	float: right;
	line-height: 10px;
	width: 33%;
  	padding: 15px;
  	margin-top: 20px;
	margin-left: 0.45%;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
	text-align: center;
  	color: #ffffff;
}

.labelimportxmlpdf:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.utilityimportfile{
	float: left;
	line-height: 10px;
	width: 100%;
  	padding: 15px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
	text-align: center;
  	color: #ffffff;
}

.utilityimportfile:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

select {
/*  float: left;
    padding-right: 5px;
    padding-left: 5px;
	width: 30%;*/ 
}

/*
.main {
	float:left
} 
*/

legend {
    font-weight: bold;
}
 
.inputForm {
    float: left;
    width: 75%;
}
 
.inputStandard {
//    width: 110px;
    height: 40px;
}

.inputForm2 {
    clear: both; 
    width: 25%;
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
	line-height: 28px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	color: #ffffff; 
}

.inputForm2:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

#inputForm2 {
    clear: both; 
    width: 25%;
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
	line-height: 28px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	color: #ffffff; 
}

#inputForm2:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
#inputComment {
    width: 100%;
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 2px; 
	line-height: 28px;
  	background-color: #5b6574; /*#c1f5ef;*/
 	border: 0;
  	color: #fff;
}

input[type="tel"]:invalid {
	border: red solid 3px;
}
.add {
	float: left;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	border: 1px dashed grey;
	margin: 10px 0;
	font-size: 40px;
	font-weight: bold;
}
.add:hover {
	cursor: pointer;
/*  background-color: #360581; */
	background-color: #2868c7;
	transition: background-color 0.2s;
}

.textArea {
    clear: both; 
	height: 150px;
    width: 25%;
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

.add2 {
	float: left;
	width: 50%;
	line-height: 28px;
	text-align: center;
	border: 1px dashed grey;
}

.care-div {
	float:left;
	max-width:30%;
	max-height:30%;	
}

.care-img {
	border:0;
	width:100%;
	height:100%;
}

#checkboxesradios input[type=checkbox], input[type=radio] {
	display: none;
}

#checkboxesradios input[type=checkbox]:checked+.add2, input[type=radio]:checked+.add2 {
	color: #fff;
	background-color: #2868c7;
}

#checkboxesradios input[type=checkbox]:checked+#labelblock {
	color: #fff;
	background-color: #FF0000;
}

#checkboxesradios input[type=checkbox]:checked+#labellimit {
	color: #fff;
	background-color: #16c60c;
}

#stylecargosame {
	display: none;	
}

#stylecargojsctype {
	display: none;	
}

#stylerecipjsctype {
	display: none;	
}

#stylenomenreport {
	display: none;	
}

#quotesbutton {
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin-top: 0;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	background-color: #3274d6;
	color: #ffffff;	
	float:right;
}

#innbutton{
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin-top: 0;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	background-color: #3274d6;
	color: #ffffff;	
	float:right;
}

#saveNewClientButton{
	display:none;
}

.add3 {
	float: left;
	width: 50%;
	line-height: 28px;
	text-align: center;
	border: 1px dashed grey;
}


#radioServiceConvItems input[type=radio] {
	display: none;
}

#radioServiceConvItems input[type=radio]:checked+.add3 {
	color: #ffffff;
	background-color: #2868c7;
}


#radioServiceBrushItems input[type=radio] {
	display: none;
}

#radioServiceBrushItems input[type=radio]:checked+.add3 {
	color: #ffffff;
	background-color: #2868c7;
}


/*-----Ïåðâè÷êà â ïîñòàâêàõ-------------------------------------------------------*/

  .container {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
  }

  .tab {
    display: flex;
    flex-direction: column;
  }

  .tab-content {
    display: none;
  }

  .tab-content:target {
    display: block;
  }

  .tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
    order: -1;
  }

  .tab-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    background: 0 0;
    border: 1px solid transparent;
    margin-bottom: -1px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    -webkit-appearance: button;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }

  .tab-link:hover {
    color: #fff;
	background-color: #3274d6;
  }

  #content-1:target~.tab-nav>[href="#content-1"],
  #content-2:target~.tab-nav>[href="#content-2"],
  #content-3:target~.tab-nav>[href="#content-3"] {
    color: #fff;
    background-color: #3274d6;
    border-color: #dee2e6 #dee2e6 #fff;
    cursor: default;
  }

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

}

/*-----------------------------------ÑÌÀÐÒÔÎÍ-------------------------------------------------*/

@media screen and (max-width: 1080px) and (orientation: portrait) { 

* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 28px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body {
  	background-color: #435165;
}

span#dheader1{
	color: rgb(141, 179, 225);
	font-size: 48px;
}

span#dheader2{
/*	color: rgb(255, 255, 255);*/
	color: #eaebed;
	font-size: 48px;
}

#warning{
    display: none;
}

i.fas::before{
    font-size: 48px;
}

	
.login{
/*	width: 800px; */
	width: 100%;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 48px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100px;
  	height: 100px;
  	background-color: #3274d6;
  	color: #ffffff;

}
.login form input[type="password"], .login form input[type="text"] {
/*  	width: 620px; */
  	width: 80%;
  	height: 100px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
  	font-size: 48px;
}
.login form input[type="submit"] {
  	width: 100%;
  	height: 100px;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-size: 48px;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #2f3947;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	flex-flow: row wrap;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	padding: 0 20px;
/*	color: #eaebed;*/
	font-weight: bold;
	font-size: 48px;
	width: 100%;
	height: 100px;	
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
	font-size: 48px;
	width: 100%;
	height: 100px;
}
.navtop div p {
	display: none;	
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
	cursor: pointer;
}
.line-break {
  width: 100%;
}

label{
	min-height: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 40px;	
}

.inputForm {
    float: left;
    width: 75%;
	min-height: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px dashed grey;
	font-size: 40px;
}
.inputForm4 {
    float: left;
    width: 100%;
	height: 100px;
	text-align-last: center;
}
.inputStandard {
	font-size: 48px;
	width: 100%;
	height: 100px;	
}
.content {
	width: 100%;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 38px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 0 0;
	padding: 0;
	background-color: #fff;
}
.mob_tab{
	display: none;
}
.add3 {
  float: left;
  width: 100%;
  min-height: 100px;
/*  height: 100px;*/
  line-height: 30px;
  text-align: center;
  border: 1px dashed grey;
  font-size: 28px;
}

table.doctable{
border-collapse: collapse;
width: 100%;
text-align: center;
}

table.doctable td{
border:1px solid;
}

td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 15px;
    position: relative;
    transition: all 300ms;
	font-size: 28px;
}

th {
	font-size: 28px;
}

table.compactdoctable{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

table.compactdoctable td{
	border:1px solid;
	font-size: 0.9em;
	font-weight: 200;
}

table.compactdoctable th{
	font-size: 0.9em;
	font-weight: 200;
	background-color: #f3f4f7;
}

.mob_tab_ico i.fas::before{
/*    font-size: 128px; //90px*/ 
    font-size: 72px;
}

.textArea {
    clear: both; 
	resize: none; 
	height: 300px;
    width: 75%;
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
	font-size: 28px;
}
.textArea2 {
    clear: both; 
	resize: none; 
	height: 300px;
    width: 100%;
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
	font-size: 13px;
}

.inputForm2 {
    clear: both; 
	height: 100px;
    width: 75%;
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
	line-height: 30px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	color: #ffffff; 
}

.inputForm2:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

#inputForm2 {
    clear: both; 
	height: 100px;
    width: 75%;
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
	line-height: 30px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	color: #ffffff; 
}

#inputForm2:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

tr button {
	background-color: rgba(255, 255, 255, 0) !important;
	color: #0000ff;
 	border: 0;
  	cursor: pointer;
}

tr button:hover {
	color: #551a8b;
}

.bblock2 form input[type="file"] {
    transform: translate(0.5, 2);
    width:75%;
	font-size: 48px;
}

.bblock2 form input[type="file"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.bblock2 input[type="submit"] {
	line-height: 10px;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
}
.bblock2 input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.bblock2 input[type="button"] {
	line-height: 10px;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
}

.bblock2 input[type="button"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}


.dopimg {
	float: left;
	height: 75%;
    width: 75%;
}

.add {
  float: left;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border: 1px dashed grey;
  margin: 10px 0;
  font-size: 48px;
  font-weight: bold;
  color: white;
  background-color: #2868c7;

}
.add:hover {
  cursor: pointer;
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.add2 {
  float: left;
  min-height: 100px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px dashed grey;
  font-size: 40px;
}

.care-div {
	float:left;
	width:20%;
}

.care-img {
	border:0;
	width:100%;
}

}
/*---------------------------------------------------------------ÊÎÍÅÖ ÐÀÁÎ×ÈÉ ÑÌÀÐÒÔÎÍ---------------------------------------------*/


/*---------------------------------------------------------------ÍÅÐÀÁÎ×ÈÉ ÑÌÀÐÒÔÎÍ---------------------------------------------*/

@media screen and (max-width: 1080px) and (orientation: landscape) { 

#warning{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 56px;
}

}

/*---------------------------------------------------------------ÊÎÍÅÖ ÍÅÐÀÁÎ×ÈÉ ÑÌÀÐÒÔÎÍ---------------------------------------------*/


body.loggedin {
	background-color: #f3f4f7;
}


.content > p table td, .content > div table td {
	padding: 5px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

.field {
    clear: both; 
	text-align: left;
	line-height: 30px;

/*	width: 140%; 
#cbf09c
*/
}
 
label {
    float: left; 
    padding-right: 5px; 
	width: 25%; 
}

select {
/*   
	float: left;
    padding-right: 5px;
    padding-left: 5px;
	max-width: 90%;
*/
}

/*
.main {
	float:left
} 
*/

legend {
    font-weight: bold;
}




#checkboxesradios input[type=checkbox], input[type=radio] {
	display: none;
}

#checkboxesradios input[type=checkbox]:checked+.add2, input[type=radio]:checked+.add2 {
	color: #fff;
	background-color: #2868c7;
}

#checkboxesradios input[type=checkbox]:checked+#labelblock {
	color: #fff;
	background-color: #FF0000;
}

#checkboxesradios input[type=checkbox]:checked+#labellimit {
	color: #fff;
	background-color: #16c60c;
}

#stylecargosame {
	display: none;	
}

#stylecargojsctype {
	display: none;	
}

#stylerecipjsctype {
	display: none;	
}

#stylenomenreport {
	display: none;	
}

#quotesbutton {
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin-top: 0;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	background-color: #3274d6;
	color: #ffffff;	
	float:right;
}

#innbutton{
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin-top: 0;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	background-color: #3274d6;
	color: #ffffff;	
	float:right;
}

#saveNewClientButton{
	display:none;
}

.add3 {
	float: left;
	width: 50%;
	line-height: 28px;
	text-align: center;
	border: 1px dashed grey;
}


#radioServiceConvItems input[type=radio] {
	display: none;
}

#radioServiceConvItems input[type=radio]:checked+.add3 {
	color: #ffffff;
	background-color: #2868c7;
}


#radioServiceBrushItems input[type=radio] {
	display: none;
}

#radioServiceBrushItems input[type=radio]:checked+.add3 {
	color: #ffffff;
	background-color: #2868c7;
}

#styleroleperiod {
	display: none;	
}

.statusid{
  	cursor: pointer;
}

.selectid{
  	cursor: pointer;
	border: none;
	outline: none;
	width: 96%;
	padding: 0 2% 2%;
	overflow-y: auto;
	display: none;
}

.selectid:hover, .selectid.hover {
    background: #d5e6a2;
}

/*---Íîâîãîäíÿÿ òåìà---*/
.newyear {
	display: flex;
	justify-content: center;
	align-items: center;
}

.olaf {
	animation: pulse 7s ease-in-out infinite;
	cursor: pointer;
}

.santa {
	animation: pulse 4s ease-in-out infinite;
	cursor: pointer;
}

.xmastree {
	animation: pulse 6s ease-in-out infinite;
	cursor: pointer;
}

.snowflake {
	color: #ffffff;
	animation: pulse 5s ease-in-out infinite;
	cursor: pointer;
}

@keyframes pulse {

	0% {
		transform: scale(1);	
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}

}
/*---Êîíåö íîâîãîäíåé òåìû---*/
