@font-face {
      font-family: 'SS_CUSTOM_ICONS';
 
      src: url('/font/ss_custom_icons.woff?51068368') format('woff');
      font-weight: normal;
      font-style: normal;
    } 

@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url(/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf) format("truetype");
}


@font-face {
	font-family: 'RobotoCondensed-Light';
	src: url(/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf) format("truetype");
}

@font-face {
	font-family: 'Oswald-VariableFont';
	src: url(/fonts/Oswald/Oswald-VariableFont_wght.ttf) format("truetype");
}


@font-face {
	font-family: 'tangak';
	src: url(/fonts/tangak/tangak.otf?1) format("opentype");
}

.RobotoCondensed-Light {
	font-family: RobotoCondensed-Light !important;
font-size: 90%;

}



 @media only screen and (min-width: 900px){
        .passe-partout:hover {
  transform: scale(2.0); 
}  
        }


 .passe-partout {
    padding: 40px; 
    background: #f0f0f0; 
    border: 20px solid gray; 
    display: inline-block; 
    margin: 0; 
	margin-bottom:10px;
	  transition: transform .2s;
	
  border-image: linear-gradient(45deg, rgb(133, 133, 133), rgb(183, 183, 183), rgb(133, 133, 133)) 1;

   } 
   
   
   
   
   .passe-partout img {
    border: 2px solid #666; 
   }
   
   

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*  font-family: RobotoCondensed-Light; */
}
html {
	font-family: RobotoCondensed-Light;
	font-size: 110%;

}

body {
	overflow-x: hidden;
}

html,
body {
	height: 100%;
}



.tippy-content {
	text-align: justify;
	font-weight: normal;
}


.tippy-box{
padding:0px;
margin:0px;
}



/* номер сноски
	*/
.sup {
    font-style: normal; 
    font-size: 0.8em;
    vertical-align: 0.6em; 
	
}

.nowrap {
white-space: -moz-pre-wrap; 
white-space: -o-pre-wrap; 
white-space: nowrap; 
word-wrap: break-word; 

}

.accountIcon {
	width: 30px !important; 
	height: 27px !important; 
	
	  transform: rotate(var(--rotate-deg));
  -ms-transform: rotate(var(--rotate-deg));
  -moz-transform: rotate(var(--rotate-deg));
  -webkit-transform: rotate(var(--rotate-deg));
  -o-transform: rotate(var(--rotate-deg));
	--stroke-pos: 2px;
    --stroke-neg: -2px;
    --stroke-color: rgba(0, 0, 0, 0.2);
	 --rotate-deg: 320deg;
    filter: drop-shadow(var(--stroke-pos) 0 0 var(--stroke-color)) 
      drop-shadow(var(--stroke-neg) 0 var(--stroke-color))
      drop-shadow(0 var(--stroke-pos) 0 var(--stroke-color))
      drop-shadow(0 var(--stroke-neg) 0 var(--stroke-color))
      drop-shadow(var(--stroke-pos) var(--stroke-pos) 0 var(--stroke-color)) 
      drop-shadow(var(--stroke-pos) var(--stroke-neg) 0 var(--stroke-color))
      drop-shadow(var(--stroke-neg) var(--stroke-pos) 0 var(--stroke-color))
      drop-shadow(var(--stroke-neg) var(--stroke-neg) 0 var(--stroke-color));
}







.centerFlex {
  display: flex;
  align-items: center;

  justify-content: center;

}

.protest {



  transition: transform .2s; 
}

.protest:hover {
/*   transform: scale(1.1);
  cursor: pointer; */
}

 div.flexCenter {

  display: flex;
  align-items: center;
  justify-content: center;
  }




/* @font-face {
 font-family: 'tangak';
  src: url('/fonts/tangak/tangak.woff2') format('woff2'),
    url('/fonts/tangak/tangak.woff') format('woff');
} */





.cloud-dispersal:before {
	     font-family: "SS_CUSTOM_ICONS";
	   content: '\e800';
	   font-size: 24px;
	   padding: 3px 3px 3px 3px;
	  
    }
	
#SSgroup {
	
		padding: 6px 10px 6px 10px;
		border-radius: 12px;
		background-color: #3160A4;
		font-size: 90%;
		color: white;
	}
	
	.divTableRow div { font-size:120%; }
	
	.divTableRow  .additionalProp { font-size:120% !important; }
	
:after,
:before{
    box-sizing: border-box
}

	
ul#service_ul {
	padding-left:20px;
	font-size: 110%;
}

ul#service_ul li {
	
	font-size: 130%;
	
}
	

.shine {
    -webkit-animation: shine 1s infinite;
    animation: shine 1s infinite;   
    text-shadow: 0px 0px 0px #47A6EC;
}


@-webkit-keyframes shine {
    50% {text-shadow: 0px 0px 12px #47A6EC;}
}


@keyframes shine {
    50% {text-shadow: 0px 0px 12px #47A6EC;}
}	
	
	
	
#spanBold {
	
	font-weight: bold;
}


#mainHeader { 
 
max-width:40%;
letter-spacing: -1px;
font-size:130%;
  font-weight: bold;
  	line-height: 90%;
	display: block; 
	
	text-transform:uppercase;
}

.tvheader { 
color:white;
font-size:130%;
letter-spacing: -1px;

  font-weight: bold;
  	line-height: 90%;

	
	text-transform:uppercase;
	  font-family: Arial, Verdana, Helvetica !important;
}


#currentGender {

}	
	
#currentGender:hover {

cursor: pointer;

}	
	
div#about_us {
		columns: 2;
	
		border-radius: 12px;

	
	
}
	
#totalCasesInfectedByCovid {
	
	font-size:70%;
}

.TVcontainerFlex {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  background-color: black;
  border-radius: 16px 16px 0px 0px;
  margin-bottom:-4px; 
  padding:  8px 0px 4px 0px;
}

.TVcontainerFlex div:nth-child(1) {
  list-style: none;
  flex: 0 0 10%;
  text-align: center;
}

.TVcontainerFlex div:nth-child(2) {
  list-style: none;
  flex: 0 0 80%;
  text-align: center;
}
.TVcontainerFlex div:nth-child(3) {
  list-style: none;
  flex: 0 0 10%;
  text-align: right;
  padding-right:10px;
}



.panelForTextSlider mark {
	padding: 0px 4px 0px 4px!important;
}
	

.panelForTextSlider {
	position: relative;
	width:100%;
	z-index: 2;
	color: white;
	background-color: black;
	text-align: center;
	margin-top:-10px;
	
	border-radius: 0 0 6px 6px;
		padding: 0px 12px 0px 12px;
	font-size: 120%;
	
	line-height: 100%;
  background-color:black;
}


.genderStyle {
  width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    border: 2px solid #FFF;
}



.innerPanel {	                   
	     position:absolute;
		 z-index:8000;
		 background-color:yellow;
		 border-radius: 0px 0px 24px 24px;
		 padding: 12px;
		 border-bottom:  4px solid white;
		 font-weight:bold;
	
	
}
	
	
.buttonContainer {
    font-weight:bold;
    font-size:12pt;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

  width: 80px;
  margin: 0 auto;

}



.btn {
 padding: 10px 20px 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
    border: 4px solid white;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 20px;
 }

.btn:hover {
  background-position: right center;
   background-image:   radial-gradient(at top right, #fda085, darkorange); 
  color: white;
  font-size: 12pt;
  cursor: pointer;
}


.btn-1 {
  background-image:   radial-gradient(at top left, #fda085, #df0253);
}

.mainGradient{
  width: 100%;
  text-align: center;
 overflow: hidden;
 /*  padding: 0px 23px 0 23px;*/

}


  .mainBackground {
  position: relative;

  height: 486px;
    margin-left: auto;
  margin-right: auto;
  display: block;
  background: url(/../images/mainbackgrounds/back_ground_SS_ru_white_sun.webp)  top center no-repeat;
  background-size: auto 100%;
     background-size: cover;
 /*  padding: 0px 23px 0 23px;*/

}


  #sunForMobile {

	 
	/*    background : url(/../images/sunformobile_ru.png) 50% 0 no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
 
 
	
	   height: 45vh;
        width: auto;
        max-width: 100%; */
  

 /*  padding: 0px 23px 0 23px;*/

}





/* simple links */

a {
	outline: 0;
	color: #47A6EC;
	transition: 0.6s;
}

a:hover {
	text-shadow: 0px 0px 12px #fff;
	transition: 0.4s;
}






ul.child >li.parent:hover {
	text-shadow: 0px 0px 12px #fff;
	transition: 0.4s;
}
ul.child >li.parent {
	border: 2px solid yellow;
	color: white !important;
}










.shineshadow {
text-shadow: 0px 0px 12px #fff;
	transition: 0.4s;
}
/* pagination in english ver/ for portfolio */

.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination a.active {
	background-color: #4CAF50;
	color: white;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}

#pagination  a#controlElement  {
	font-size: 200%;
	text-decoration: none !important;	
}


#pagination  a  {
	font-size: 200%;
}

a#controlElement  {
	font-size: 170% !important;
}


/* simple div table  */

.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell,
.divTableHead {
	/* border: 2px solid #fff; */
	display: table-cell;
	
}

.divTableHead {
	border: 1px solid #fff;
	display: table-cell;
	padding: 3px 10px;
	/* 	background-color: blue; */
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.divTable .blue {
	background: #2694DD;
	background: -moz-linear-gradient(top, #5cafe5 0%, #3b9ee0 66%, #2694DD 100%);
	background: -webkit-linear-gradient(top, #5cafe5 0%, #3b9ee0 66%, #2694DD 100%);
	background: linear-gradient(to bottom, #5cafe5 0%, #3b9ee0 66%, #2694DD 100%);
	border-bottom: 0px solid #444444;

	display: table-cell;
	padding: 3px 10px;
	font-size: 120%;
	font-weight: bold;
	color: white;
}

.additionalProp {
	padding: 3px 10px 5px 10px;
/* 	background-color: #EBF4FF; */
}




div#divTableRow  div.divTableCell>div:nth-child(3) {
	width: 100%;
	text-align: right;
}




/* part of orderdetails styles */

div.divTable div.divTableBody div.divTableRow>div:nth-child(3) {
	width: 100%;
	text-align: right;
}

div.divTableCell.additionalProp>span:nth-child(2) {
	position: relative;
	bottom: 4px;

}

div.divTableRow.listWithOrders>div.divTableCell:nth-child(1) {
	white-space: nowrap;
	padding-top: 4px;
}

div.divTableRow.listWithOrders>div.divTableCell:nth-child(2) {
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

div.divTableRow.listWithOrders>div.divTableCell:nth-child(3) {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

div {
	vertical-align: top;
}

/* end */

.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}


.custom-radio>span {
  display: inline-flex;
  align-items: center;
  user-select: none;

}


.custom-radio>span:not(.genderStart)::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; 
  background-color: white;
}



.custom-radio>span.genderStart::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;

  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; 
 
 
}




.custom-radio>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
  border: 4px solid yellow;
}


.custom-radio>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  
}


.custom-radio>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.custom-radio>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}


.custom-radio>input:checked+span::before {
  border-color: #0b76ef;
  background-color: #0b76ef;

     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


.custom-radio>input:disabled+span::before {
  background-color: #e9ecef;
}


/* Radio button */


/* form[name="order_form"] input[type="radio"] */



.container div {
/*  font-size:130%;*/
}
/* end */

form.rd-mailform input[type='checkbox'] {
	margin: 0 0 0 0;
}

.checknotchecked {
	
color:red;

/* font-weight:bold; */

}

.not-allowed {
	pointer-events: none;
	opacity: 0.7
}

.ui-state-highlight>a.ui-state-default {
	background: #ffe45c;
}

div#containerForOrderForm {
	border: 2px solid black;
}

form span#headingContainerOrderForm {
	position: relative;
	/* padding-bottom: 45px; */
	top: 10px;
	left: 8px;
	border-radius: 5px;
	color: white;
	background-color: black;
	border: 1px solid black;
	padding: 0px 4px 0px 4px;
}

.disabledOptions {
	pointer-events: none;
	opacity: 0.4;
	display: block;
}



/*faq */


/*end */



div.col_text b {
	/* 	font-weight: lighter; */
}

div.main_content h3 {
	/* font-family: sans-serif; */
	letter-spacing: -1px;
	font-size: 140%;
	text-align: left;
	margin-top: 0pt;
	font-weight: 600;
	margin-bottom: 10px;
}

h1 {
	/*  font-family: sans-serif; */
	color: #0073BE;

	font-size: 160%;
	text-align: left;
	border-bottom: 2px solid yellow;
	font-weight: 600;
	padding-top: 0;
	margin-top: 0;
	display: inline-block;
	letter-spacing:0px;
	margin-bottom: 0px;
	padding-top: 6px;
	font-family:tangak;
	

	
}

.pageNameMain {
	
	background-color:yellow;
	
	
		 	/*  margin: 0  auto; */
			margin-top: 10px; 
			text-align:center;
background-color: yellow;
	border-radius: 12px;
	padding: 6px 10px 9px 10px;

}

.pageNameControl {
 /* flex-direction: column; */
		 	/*  margin: 0  auto; */
	 /*  flex-wrap: nowrap; */
	margin-top: 10px; 
	justify-content: flex-end;  
 
	background-color: #0073be;
	border-radius: 22px;
	padding: 0px 5px 0px 5px; 
	/* border: 5px solid black; */
	margin-left: auto;
	display:flex; 
	order: 3; 
	align-items: center;
	
	/* min-width:30px;
	max-width:40px; */
}
 
#containerh1pageNameMain {
	line-height:120%
}

.pageNameControlSmallScreen {
	/*   flex-wrap: nowrap; */
	display:flex; 
	order: 3; 
	align-items: center;
	justify-content: center;  
	background-color: #0073be;
	flex-direction: column;
	
	margin-top: 10px; 

 
	border-radius: 22px;
	padding: 0px 10px 0px 10px; 
	
/* 	min-width:30px;
	max-width:40px; */
}

.pageNameControlSmallScreen img{

padding: 5px 0px 5px 0px;
 max-width:20px !important;
}

#controlElements img{
padding: 0px 5px 0px 5px;
 	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;	
	transform: scale(1.0);
	max-width:40px; 
	min-width:30px
}


#controlElements img:hover{
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;	
	transform: scale(1.2);
  cursor: pointer;
	
}
	




.h8 {
	/*  font-family: sans-serif; */
	color: #0073BE;
	font-size: 100%;
	font-weight: 600;
	padding-top: 0;
	display: inline-block;
	letter-spacing:-1px;
	margin-top: 0px;
	font-family:tangak;

}


h1:nth-letter(even){
 color: yellow;
}

h2 {
	/*   font-family: sans-serif; */
	font-weight: 500;
	font-size: 150%;
	line-height: 90% !important;
	text-align: left;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-bottom: 2px;
	padding-top: 0px;
		letter-spacing: -1px;
}


/* Tooltips */

.tooltips {
	position: relative;
	display: inline;
}

.tooltips span {
	/*   font: 300 12px 'Open Sans', sans-serif; */
	position: absolute;
	color: #FFFFFF;
	background: #000000;
	padding: 5px 10px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
}

.tooltips>span img {
	max-width: 140px;
}

.tooltips[tooltip-position="top"] span {
	margin-left: 10px;
}

.tooltips[tooltip-position="bottom"] span {}

.tooltips[tooltip-position="left"] span {
	margin-top: 30px;
}

.tooltips[tooltip-position="right"] span {
	margin-top: 30px;
}

.tooltips span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}

.tooltips[tooltip-position="top"] span:after {
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid black;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.tooltips[tooltip-position="bottom"] span:after {
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	border-bottom: 8px solid black;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.tooltips[tooltip-position="left"] span:after {
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border-left: 8px solid black;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.tooltips[tooltip-position="right"] span:after {
	top: 50%;
	right: 100%;
	margin-top: -8px;
	border-right: 8px solid black;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.tooltips:hover span {
	visibility: visible;
	opacity: 1;
	z-index: 999;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	filter: alpha(opacity=100);
}

.tooltips[tooltip-position="top"]:hover span {
	bottom: 30px;
	left: 50%;
	margin-left: -76px;
}

.tooltips[tooltip-position="bottom"]:hover span {
	top: 30px;
	left: 50%;
	margin-left: -76px;
}

.tooltips[tooltip-position="left"]:hover span {
	right: 100%;
	top: 50%;
	margin-top: -15px;
	margin-right: 15px;
}

.tooltips[tooltip-position="right"]:hover span {
	left: 100%;
	top: 50%;
	margin-top: -15px;
	margin-left: 15px;
}

.tooltips[tooltip-type="primary"]>span {
	background-color: #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"]>span:after {
	border-top: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="bottom"]>span:after {
	border-bottom: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="left"]>span:after {
	border-left: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="right"]>span:after {
	border-right: 8px solid #2980b9;
}

.tooltips[tooltip-type="success"]>span {
	background-color: #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="top"]>span:after {
	border-top: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="bottom"]>span:after {
	border-bottom: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="left"]>span:after {
	border-left: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="right"]>span:after {
	border-right: 8px solid #27ae60;
}

.tooltips[tooltip-type="warning"]>span {
	background-color: #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="top"]>span:after {
	border-top: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="bottom"]>span:after {
	border-bottom: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="left"]>span:after {
	border-left: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="right"]>span:after {
	border-right: 8px solid #f39c12;
}

.tooltips[tooltip-type="danger"]>span {
	background-color: #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="top"]>span:after {
	border-top: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="bottom"]>span:after {
	border-bottom: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="left"]>span:after {
	border-left: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="right"]>span:after {
	border-right: 8px solid #c0392b;
}


/* end */

#terms {
	position: fixed;
	z-index: 9999;

	top: 10%;
	text-align: center;
	left: 50%;
	
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;

}

#genderWindow {
	position: fixed;
	z-index: 9999;
	top: 30%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	border-radius: 20px;

	
font-weight:bold;
font-size:20pt;
	line-height: 18pt;
	color: white;
	
}

.deleteFalse {
	pointer-events: none;
	opacity: 0.4;
}

.deleteFalse:hover {
	pointer-events: none;
}

.blur_effect {
	filter: blur(5px);
	
}

#SwitchLang img {
	width: 3%;
}




/*  preloader */
#sun_animation1 {

  overflow: hidden;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  
 /* transition: 400ms all linear;*/
}

#sun_animation img {
  width: 100%;
  height: auto;
  
 /* transition: 400ms all linear;*/
 
  position: absolute;
  top: 0;
  left: 0;
}

#sun_animation img.is-active {
  opacity: 1;
}

#sun_animation.is-waiting {
  opacity: 1;
}




.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;
}

/*  end preloader */

div p {
	/*   font-family: sans-serif; */
	/* 	font-weight: 500;
	font-size: 160%; */
	/* 	text-align: left; */
	margin-top: 0pt;
	margin-bottom: 0pt;
	/* 	padding-bottom: 2px;  */
	padding-top: 0px;
	text-align: justify;
	/*    font-family: sans-serif; */
	/* font-weight: 500; */
	font-size: 140%;
	text-align: justify;
}

section p {
	/*     font-family: sans-serif; */
	/* 	font-weight: 500;
	font-size: 160%; */
	/* 	text-align: left; */
	margin-top: 0pt;
	margin-bottom: 0pt;
	/* 	padding-bottom: 2px;  */
	padding-top: 0px;
	text-align: justify;
	/*   font-family: sans-serif; */
	/* font-weight: 500; */
	font-size: 120%;
	text-align: justify;
}

#main_info div {
	text-align: justify;
	font-size: 100%;
}

div.divTableCell .img_align {
	max-width: 100%;
	float: right;
	margin: 0px 0px 0px 10px;
	width: 20%;
}

div.divTableCell .img_align2 {
	padding-top: 10px;
	float: right;
	clear: both;
	margin: 0px 0px 0px 10px;
	width: 30%;
	min-width: 30%;
	border: 1ps solid blaxk;
}


/* Increase image on hover */

.scale_img {
	transition: 1s;
	z-index: 9999;
}

.scale_img:hover {
	transform: scale(3);
	z-index: 9999;
}

nav a {
	/*    font-family: arial; */
	
	font-family:tangak;
	
}


.active {
	font-size: 90%;
}

footer {
	/*  overflow: hidden; */
	/*  font-family: sans-serif; */

	/* 	padding-left: 10px; */
	z-index: 1000;
 	/*border-top: 2px solid #006EDB;
	background: rgb(2, 0, 36);
	background: -moz-linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 155, 255, 0.5746673669467788) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 155, 255, 0.5746673669467788) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 155, 255, 0.5746673669467788) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#ffffff", GradientType=1); */

	position: absolute;
	/* 	position: relative;*/
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;

	font-size: 90%;
	justify-content: center;
	

}

div.masonry > div.brick > h2 ~  p  {
	padding-left:10px;
	
}
	
	div.masonry > div.brick > article > p  {
	padding-left:10px;
	
}
	
  

div.main_wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}

div.main_header {
	position: relative;
	display: flex;
	justify-content: left;
	margin: 0 auto;
}

div.main_content {
	padding-bottom: 0px;
	margin: 0 auto;
}

figcaption {
	padding: 6px;
	min-height: 30px;
}



figure img {
	border: 0px solid #8b8e4b;
}

figure p {
	margin-bottom: 0;
}

#content {
	position: relative;
	top: 0%;
	float: left;
	width: 30%;
	text-align: right;
	margin-top: 0px;
}

.w400-text {
	/*    font-family: sans-serif; */
	font-weight: 600;
	font-size: 20pt;
	text-align: left;
}

.title-style-underline {
	/*   font-family: sans-serif; */
	color: #f08000;
	font-size: 160%;
	text-align: left;
	border-bottom: 2px solid maroon;
	font-weight: 600;
}



div#first_content div.divTableCell:nth-child(1) {
	text-align: justify;
	width: 33%;
}

div#first_content div.divTableCell:nth-child(2) {
	text-align: justify;
	width: 33%;
}

div#first_content div.divTableCell:nth-child(3) {
	text-align: justify;
	width: 34%;
}

div#first_content div.divTableCell:nth-child(3) img {
	width: 100%;
}


/* The symbol of microscope for text about COVID-19 */

i.fas.fa-microscope {
	padding-right: 6px;
}

.divTableRow>div:nth-child(1) {
	text-align: justify;
}


/*The first column fixed to 0px from 10px 20/10/2020 */
#first_content>div:nth-child(2) {
	text-align: justify;
	padding-left: 0px;
}

.divTableRow>div:nth-child(3) {
	text-align: justify;
	padding-left: 10px;
}

.divTableRow>div:nth-child(3) h3 {
	color: darkorange;
	}

.myButton {
padding:8px 10px 7px 10px;
}



/* front end button */

.myButton {
  appearance: none;
  background-color: #FFFFFF;
  border-radius: 16px;
 /*  border-style: none; */

  box-shadow: #2268D5 0 -18px 18px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;

  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -.24px;
 line-height: 3px;
  height:44px;
  outline: none;
  padding: 0px 12px 0px 12px;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
z-index: 900;

	font-family: RobotoCondensed-Light;
	position: relative;
	display: inline-block;

appearance: auto;
    -moz-appearance: auto;
-webkit-appearance: auto;


	
}






button[type=submit]#recovery:disabled, button#deleteOrders:disabled {
	cursor: not-allowed;
	pointer-events: none;
}

button[type=submit]#recovery:disabled span#highlight, button#deleteOrders:disabled span#highlight {
	color: #afafaf;
}

div.operationButton {
margin-top:10px;
  padding: 13px;
display: inline !important;
  border: 4px solid yellow;
  text-transform: uppercase;
  transition: 0.5s;

  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
    background-image:   radial-gradient(at top left, #fda085, #df0253);
  border-radius: 20px;
  }


div.operationButton>span:nth-child(2) {
 white-space: nowrap;
 font-weight: bold;
 
}

div.operationButton>span:nth-child(3) {
	border-radius: 21px;
	z-index: 45;
	background-color: #yellow;
	border: 1px solid white;
	color: white;
	width: 35px;
	height: 35px;
	margin-bottom: 1px;
	margin-left: 6px;
	font-size: 19px;
	padding: 6px 1px 4px 1px;
	position: relative;
	top: 0px;
	left: 1px;
	text-shadow: 0px 0px 0px #000000;
}



div.operationButton:hover {
	color: white;
	background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
	/* 	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c; */

	cursor: pointer;
	box-shadow: 1px 1px 40px 0px  yellow;
}





button.myButton:hover span#highlight {
	color: white;
		text-shadow: 0px 0px 20px yellow;
}

#highlight {}

.myButton:hover {

}


/* end */

#payment {
/* 	border-radius: 30px 30px 30px 30px;*/
padding-right: 20px;
}

.blue-line {
	background-color: #92d4ff;
	height: 12px;
	margin: 0 auto;
	width: 100%;
}

.header img {
	width: 100%;
	padding-top: 0px;
}

.blue-gradient-desktop {
	text-align: center;
	background: rgb(2, 0, 36);
	background: -moz-linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 155, 255, 0.4318102240896359) 0%, rgba(255, 255, 255, 0) 72%);
	background: -webkit-linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 155, 255, 0.4318102240896359) 0%, rgba(255, 255, 255, 0) 72%);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 155, 255, 0.4318102240896359) 0%, rgba(255, 255, 255, 0) 72%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#ffffff", GradientType=1);
}

.blue-gradient-mobile {
	background-image: url(../images/mainbackgrounds/sunformobile_ru.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}

section#dynamicContent ol {
	list-style-type: decimal;
	padding-left: 25px;
}

div#userGender span#genderError {
	color: #ff6969;
}

div.main_header .logo {
	flex: 1;
	display: flex;
	justify-content: left;
	width: 100%;
	transform: translateX(0px);
}

div.main_header .logo-center {
	flex: 1;
	display: flex;
	justify-content: center;
	transform: translateX(0px);
}

div.top_navigation {
	z-index: 1000;
	left: 50%;
	display:none;
	transform: translateX(-50%);
	position: absolute;
	width: 100%;
	height: 34px;
	/* border: 1px solid black; */
}

ul#elementsWithNav li img {
	height: 30px;
	padding-top: 0px;
	padding-right: 3px;
}

ul#elementsWithNav li {
	display: inline-block;
}

ul#elementsWithNav {
	position: absolute;
	top: 5px;
}


/* Simple button for backend */

.simple-button {
	position: relative;

	/* Все что выходит за пределы - скрываем */
	height: 34px;
	text-align: center;
	margin-right: 12px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	font-weight: 400;

	outline: none;

	border-radius: 16px;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	border-color: #4d4d4d;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);

	border: 1px solid #dcdcdc;
	cursor: pointer;
	/*  font-family: Arial; */
	font-size: 120%;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	background-color: #ea6060;
	color: #777777;
}

.simple-button:active {
	transform: scale(0.98);
}

.simple-button:hover {
	background-color: #f9cc7f;
	border-color: #f9cc7f;
}

.simple-button input[type="file"] {
	display: none;

}

.simple-button button {
	display: none;

}

.simple-button label {

	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.simple-button span {
	line-height: 36px;

}


/* end */


/* checkbox */


div#makeorderLinks div {
	
	margin-bottom:9px;
	
}

 .custom-checkbox {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
 }


  .checkbox {
      margin-bottom: 0.2em;
    }


    .custom-checkbox>input {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }


    .custom-checkbox>span {
      display: inline-block;

      user-select: none;

    }


    .custom-checkbox>span::before {
      content: '';
      display: inline-block;
      width: 27px;
      height: 27px;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid black;
      border-radius: 0.55em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
	  	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	  background-color: white;
    }


    .custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {

    
            outline: 3px solid yellow;
    }

 
    .custom-checkbox>input:not(:disabled):active+span::before {
      background-color: #b3d7ff;
   
        border: 2px solid yellow;
    }

 
  

  
    .custom-checkbox>input:checked+span::before {
      border-color: #0b76ef;
      background-color: #0b76ef;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='yellow' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

  
    .custom-checkbox>input:disabled+span::before {
      background-color: #e9ecef;
        border: 1px solid gray;
		      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='lightgray' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");

    }



/* end */

.linkContact {
	/*   background: white;
    padding: 2px 7px 2px 7px; */
	/*   text-decoration: none; */
	border-radius: 10px;
	color: white;
}


/* span#makeorder:before {
	font-weight: bold;
	content: "СДЕЛАТЬ ЗАКАЗ"
} */

.noteCost p a:link {
	color: white;
}

.noteCost p a:visited {
	color: white;
}

.noteCost p a:hover {
	font-weight: bold;
}

.noteCost p a:active {
	color: white;
}

div.main_content>nav:nth-child(1) a {
	transition: 0.2s;
	transition-timing-function: ease-in;
	font-weight: 400%;
}

div.main_content>nav:nth-child(1) a:hover {
	color: yellow;
	font-weight:bold;
	font-weight: 800%;
		
}

button#recovery>span:nth-child(3):before {
	/*    font-family: 'FontAwesome';
    content: '\f084'; */
}

nav div.outer {
	text-align: center;
	transition: 400ms transform;
	/* line-height: 1.3; */
}

nav div.inner {
	display: inline-block;
	transition: 400ms transform;
	/* line-height: 1.0; */
	/*   line-height: 1.5; */
}

.mobile-sun {
	padding: 0px 0px 0px 0px;
	margin-bottom: 12px;
	width: 100%;
	float: left;
}

div#lowResolution {
	margin: 0 auto;
	width: 95%;
	display: none;
}

#SunSensationLogo {
	width: 200px;
	position: absolute;
	z-index: 5;
	position: absolute;
	top: 5%;
	left: 0%;
	transform: translate(20%, 5%);
}

:root {
	--MainPic: #0073be;
}

div#sunForMobile {
	position: relative;
	left: 0;
	display: none;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

div#mainGradient {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

div#developer {
	position: relative;
	left: 0;
	display: none;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

div#faq h2 {
	/* font-family: RobotoCondensed-Bold; */
	font-weight: bold;
}


.head_v {

  display: table;
    word-wrap: break-word; 
padding: 8px 10px 8px 10px;
	background-color: yellow; 
	font-weight: bold;
	font-size: 130%;
	border-radius: 15px 15px 15px 15px;
	/* font-family: RobotoCondensed-Bold; */
}

@media only screen 
and (max-device-width: 1000px)
{ 
.head_v {

  display: table;
    word-wrap: break-word; 
padding: 8px 10px 8px 10px;
	background-color: yellow; 
	font-weight: bold;
	font-size: 210%;
	border-radius: 15px 15px 15px 15px;
	/* font-family: RobotoCondensed-Bold; */
} 
}




@media screen and (min-width: 500px) {
	div#faq p {
	
	}
	

	
	
}



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

	#pageNameArrow {
			display: none;	
		
			}

	
}




@media screen and (min-width: 250px) and (max-width: 650px) {
	.desktop-sun {
		float: left;
		padding: 0px 0px 10px 0px;
		width: 100%;
	}
	
	img#advert {
		width:100vw;
		
	}
		
	/* 	div#pageNameMain {
			display: table;
			margin-left: 0px;
			margin-top: 10px; 
			text-align:center;
background-color: yellow;
	border-radius: 12px;
	padding: 6px 10px 0px 10px;
		} */
		
		div.main_content > div:first-of-type  {
		 margin-top:-6px;
		}
		
		
			div#pageNameMain {
				text-align:center;
			margin-left:  auto;
			margin-right: auto;
			}
		
			div#pageName {
			display: table;
			margin: 0 auto;
			margin-top: 10px; 
			text-align:center;
background-color: yellow;
	border-radius: 12px;
	padding: 0px 10px 0px 10px;
	width:fit-content;
		}
		
		#containerh1pageNameMain
		
		{
			text-align:left;
			font-size:1.1rem;
		}
		
			div#pageName h1 {
		
			text-align:center;

		}
		
		
			#pageNameArrow {
			display: fixed;	
		transform: translateY(-10px);
		font-size:120%;
		color: #0073BE;
			}
			
		
/* 	div#pageNameMain h1 {
	color: #0073BE;
	font-size: 160%;
	text-align: center !important;
	font-weight: 600;
	padding-top: 0;
	margin-top: 0;
	display: inline-block;
	letter-spacing:0px;
	margin-bottom: 0px;
	font-family:tangak;
} */

	
	
}

@media screen and (min-width: 200px) {
	
	#background-cloud { 
/* top: 40px; */
position:absolute;
 z-index: -1;
 height: 163px;
 width: 100%;



/*  border: 1px solid black; */
  background: url(/images/footer/footer_desktop.png?12) 100% 70% no-repeat;
  background-size:     cover;      
  
background-position: right bottom;
/*  background-size: 100% 70%;  */
 /* Масштабируем фон */


}
	
	#background-cloud > div:first-of-type  { 
display:inline-block;
 color: white;
/* border: 1px solid black; */
 position: absolute;
top:110px; /* footer пустота на 100 пикс. Отступ.*/


 font-weight:normal; 
}
	
	.desktop-sun {
		float: left;
		padding: 0px 8px 0px 0px;
		width: 90px;
	}
	p#barter {
		max-width: 550px;
	}
	.divTableRow>div:nth-child(3) div#covid_19-prog {
		columns: 2;
		padding: 6px 10px 6px 10px;
		border-radius: 12px;
		background-color: #3160A4;
		font-size: 90%;
		color: white;
	}
	/*old style lis with t. */
	/*   .divTableRow>div:nth-child(3) div#covid_19-prog {
        padding: 6px 10px 6px 10px;
        border-radius: 12px;
        background-color: #3160A4;
        font-size: 90%;
        color: white;
        columns: 2;
    }

    div#listwithtesis ul {
        padding: 0px 0px 0px 0px;
        margin: 0;
    }

    div#listwithtesis li:nth-child(odd) {
        font-weight: bold;
    }

    #listwithtesis li {
        list-style: none;
        background: url('/images/ok.jpg') left top no-repeat;
        background-position: top 4px left -0px;
        background-size: cover;
        background-size: 16px;
        padding: 4px 0% 4px 6%;
    }
 */
	
	.divTableRow>div:nth-child(1) {
		padding-right: 10px;
	}
	
	div.main_content>nav:nth-child(1) .dot {
		background-color: white;
	}
	div.main_content>nav:nth-child(1) a {
		color: white;
	}
	div#main_info>div.divTableCell:nth-child(1) {
		width: 44%;
	}
	div#main_info>div.divTableCell:nth-child(2) {
		width: 56%;
	}
}

@media only screen and (min-width: 200px) and (max-width: 710px) {
	div.col_text {}
	div.col_text img {
		
		width: 100%;
		padding: 0px 0px 12px 0px;
		
	}
}

@media only screen and (min-width: 30px) {
	p#barter>span:first-of-type {
		width: 200px;
		height: 2px;
		border: 1px 0px 0px 0px solid white;
	}
	
		.col_text {
		columns: 3;
	}
	
	p#barter>img:last-of-type {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	p#barter span img {
	
		border-radius: 29px;
		border: 0px solid black;
		padding: 12px 22px 12px 22px;
		border: 2px solid lightgray;
		height: 45px;
		background-color: white;
	}
	/* 		.desktop-sun {
			width: 60px;
float: left;

	padding: 0px 10px 10px 0px;
}
 */

	div#listwithtesis li {
		list-style-type: none;
		padding: 7px 13px 12px 10px;
	}
	div#listwithtesis ul {
		counter-reset: item;
	}
	div#listwithtesis li:before {
		/* Fixed width and centered */
		width: 26px;
		display: inline-block;
		text-align: center;
		content: counter(item) " ";
		counter-increment: item;
		font-size: 14pt;
		padding: 1px;
		background-color: white;
		color: darkorange;
		background-size: 8px 8px;
		border-radius: 16px;
		font-weight: bold;
		margin: 0px 4px -2px 0px;
	}
	
	.attention {
		background-color: white;
		padding: 3px 5px 3px 5px;
		border-radius: 10px;
		color: red;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1030px) {
	div#main_info div.divTableCell:last-of-type {
		background-color: #3160A4;
		border-radius: 25px 25px 0px 25px;
		padding: 15px 15px 0px 15px;
		color: white;
	}
}

@media only screen and (min-width: 720px) and (max-width: 900px) {
	/* 			.desktop-sun {
			width: 60px;
float: left;

	padding: 0px 10px 10px 0px;
}
 */
	div#main_info div.divTableCell:last-of-type {
		background-color: #3160A4;
		border-radius: 25px 25px 0px 25px;
		padding: 15px 15px 0px 15px;
		color: white;
	}
}


@media only screen and (min-width: 200px) and (max-width: 1029px) {

	
	
	

}

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

		.col_text {
		columns: 2;
	}
	.myButton {
		font-size: 100%;

	}
	.myButton:hover {


	}
}


	
	@media only screen and (min-width: 200px) and (max-width: 616px) {
	
		div.main_content>nav:nth-child(1) {
		margin-top: 0px;
		margin-bottom: 6px;
		background-color: #0073BE;
		padding-bottom: 6px;
	/* border: 1px solid orange; */
		border-radius: 0px 0px 10px 10px;
		/* padding-left: 6px; */
		/* height: 33px; */
	}
}

@media only screen and (min-width: 1024px)  {
	.divTableRow>div:nth-child(3) div#covid_19-prog {
		columns: 2;
		padding: 6px 10px 6px 10px;
		border-radius: 12px;
		background-color: #3160A4;
		font-size: 90%;
		color: white;
	}

}


@media only screen and (min-width: 500px)  and (max-width: 900px) {
	.divTableRow>div:nth-child(3) div#covid_19-prog {
		columns: 1;
		padding: 6px 10px 6px 10px;
		border-radius: 12px;
		background-color: #3160A4;
		font-size: 90%;
		color: white;
	}

}





@media only screen and (min-width: 500px)  {
	p#barter {
		width: 100%;
	}

	/* Num of colums over sun */
	div#main_info div.col_text {
		columns: 2;
	}
	
	/* body {
		display: none;
	} */
	
	div.main_content>nav:nth-child(1) {
		margin-bottom: 0px;
		background-color: #0073BE;
		padding-bottom: 0px;
	
		border-radius: 0px 0px 10px 10px;
		/* padding-left: 6px; */
		/* height: 33px; */
	}
	
	div.main_content>nav:nth-child(1) .dot {
		background-color: white;
	}
	div.main_content>nav:nth-child(1) a {
		color: white;
	}
	div#main_info>div.divTableCell:nth-child(1) {
		width: 44%;
	}
	div#main_info>div.divTableCell:nth-child(2) {
		width: 56%;
	}
	p#barter>span:first-of-type {
		width: 200px;
		height: 2px;
		border: 1px 0px 0px 0px solid white;
	}
	p#barter>img:last-of-type {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	p#barter span img {
		border-radius: 29px;
		border: 0px solid black;
		padding: 12px 22px 12px 22px;
		border: 2px solid lightgray;
		height: 45px;
		background-color: white;
	}
}



.myButton { 
appearance: auto;
    -moz-appearance: auto;
-webkit-appearance: auto;
 }


@media only screen and (min-device-width: 200px) and (max-device-width: 1300px) and (orientation: landscape) {
	

	/*    font-family: arial; */



html { font-size: 80% !important; }
	


	
	/* front end button */
	.myButton {
		-moz-transition: 0.2s all ease;
		-webkit-transition: 0.2s all ease;
		-o-transition: 0.2s all ease;
		transition: 0.2s all ease;
		font-family: RobotoCondensed-Light;
		position: relative;
		display: inline-block;
	
		color: white;
		background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
		background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
		background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
		background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
		background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
		/* 	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c; */
		border-radius: 16px;
		/* text styles */
		z-index: 3;
		text-decoration: none;
		color: white;
		font-weight: 600;
		font-size: 9px;
	}
	button[type=submit]#recovery:disabled {
		cursor: not-allowed;
		pointer-events: none;
	}
	button[type=submit]#recovery:disabled span#highlight {
		color: gray;
	}
	button.myButton>span:nth-child(1) {
	/* 	position: relative; */
	/* 	padding-top: 12px  !important; */
	/* 	top: 2px  !important; */
	
	}
	button.myButton>span:nth-child(2) {
	/* 	position: relative;
		padding-top: 0px  !important;
		top: 3px  !important;
		color: #e0e0e0;
		font-size: 10pt; */
		/* text-shadow: #616161 1px 1px 0; */
		/* text-shadow: 1px 1px 0 #4074b5, 1px -1px 0 #4074b5, -1px 1px 0 #4074b5, -1px -1px 0 #4074b5, 1px 0px 0 #4074b5, 0px 1px 0 #4074b5, -1px 0px 0 #4074b5, 0px -1px 0 #4074b5; */
	}
	

	button.myButton>span:nth-child(3) {
	/* 	border-radius: 21px;
		z-index: 45;
		background-color: #0073be;
		border: 1px solid white;
		color: white;
		width: 35px;
		height: 35px;
		margin-bottom: 1px;
		margin-left: 6px;
		font-size: 19px;
		padding: 6px 1px 4px 1px;
		position: relative;
		top: 3px  !important;
		left: 1px;
		text-shadow: 0px 0px 0px #000000; */
	}
	button.myButton:hover span#highlight {
		color: white;
	}

	.myButton:hover {

	}
	

	


	
		p#barter {
		max-width: 100%;
	}



	.divTableRow>div:nth-child(3) div#covid_19-prog {
		columns: 1;
		padding: 6px 10px 6px 10px;
		border-radius: 12px;
		background-color: #3160A4;
		font-size: 90%;
		color: white;
	}
	#main_info div.col_text {
		columns: 2;
	}
	footer,
	.main_content,
	.main_header {
		width: 98%;
		margin: 0 auto;
		text-align: left;
	}
	div.main_content>nav:nth-child(1) {
		margin-bottom: 6px;
		background-color: #0073BE;
		padding-bottom: 6px;
		/*     border: 1px solid orange; */
		border-radius: 0px 0px 10px 10px;
		text-align: center;
		margin-top: 0px;
	border: 0px solid white;
		/* height: 33px; */
	}
	div.main_content>nav:nth-child(1) .dot {
		background-color: white;
	}
	div.main_content>nav:nth-child(1) a {
		color: white;
	}
	div#main_info>div.divTableCell:nth-child(1) {
		width: 44%;
	}
	div#main_info>div.divTableCell:nth-child(2) {
		width: 56%;
	}




div#main_info>div.divTableCell:nth-child(1) {
	min-width: 43%;
}

div#main_info>div.divTableCell:nth-child(2) {
	width: 69%;
	padding-left: 10px;
}

div#main_info button {
	float: right;
}


	



	
	#background-cloud { 

position:absolute;
 z-index: -1;
 

 width: 100%;
 background: url(/images/footer/footer_desktop.png?9); 
font-size: 7pt;


 background-size: 100% 50%;
background-position: right 80% bottom 0%; 

background-repeat: no-repeat;

}


#background-cloud > div:first-of-type  { 
display:inline-block;
 color: white;

 position: absolute;
top: 120px;


 font-weight:normal; 
}

 
	p#barter span {
margin: 10px 0px 20px 0px;

	}
	
	
	p#barter>span:first-of-type {
		width: 200px;
		
		height: 2px;
		border: 1px 0px 0px 0px solid white;
		
	}
	p#barter>img:last-of-type {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	p#barter span img {
		border-radius: 29px;
		border: 0px solid black;
		padding: 12px 22px 12px 22px;
		border: 2px solid lightgray;
		height: 45px;
		background-color: white;
	}
	/*   div#main_info div.divTableCell div.col_text img {
        margin-bottom: 12px;
    } */
	
	


	
	
	div#faq p {
		margin-top: -5px;
	}

	
	
	p#barter {
		max-width: 100%;
	}
	div#main_info div.divTableCell div.col_text img {
		margin-bottom: 12px;
	}
	.divTableRow>div:nth-child(3) div#covid_19-prog {
		columns: 1;
		padding: 6px 10px 6px 10px;
		border-radius: 12px;
		background-color: #3160A4;
		font-size: 90%;
		color: white;
	}
	.divTableRow>div:nth-child(-n+2) {}
	div#main_info div.col_text {
		columns: 2;
	}
	footer,
	.main_content,
	.main_header {
		width: 97%;

		margin: 0 auto;
	}
	.inner,
	.outer {
		text-align: center;
		line-height: 1.0;
	}

	div.main_content>nav:nth-child(1) {
		margin-top: 0px;
		margin-bottom: 6px;
		background-color: #0073BE;
		 padding-top: 6px; 
		padding-bottom: 6px;
		border: 1px solid orange;
		border-radius: 0px 0px 10px 10px;
		/* height: 25px; */
		text-align: center;
			border: 0px solid white;
	}
	div.main_content>nav:nth-child(1) .dot {
		background-color: white;
	}
	div.main_content>nav:nth-child(1) a {
		color: white;
	}
	#idHeading_1:before {
		content: "BEFORE<br> CLOUDS&FOG DISPERSAL"
	}
	
		div#main_info>div.divTableCell:nth-child(1) {
		width: 40%;
	}
	div#main_info>div.divTableCell:nth-child(2) {
		width: 60%;
	}
	
	
}


	h2.textunderslider {
		font-size: 160%;
	}
	
@media (min-width: 400px) {
		span#mainHeader { 
   max-width:400px;
     
   	}
}

@media only screen and (min-device-width: 200px) and (max-device-width: 600px) and (orientation: portrait) {
	
	#mainHeader { 
	  letter-spacing: -1px !important;
	  max-width:100%;
	}
	
	.col_text {
		columns: 2;
		font-size: 100%;
	}
	
	.attention {
		background-color:transparent;
	
		color: yellow;
	}
	
	h3 {
		
		font-weight: 800;
	}
	
	.main_content {
font-size: xx-small;
	}
			
	button.myButton>span:nth-child(1) {
	position: relative;
	top: 1px;
	
}	

	button.myButton>span:nth-child(2) {
	position: relative;

	top: 1px;
}	


	
	
		p#barter span img {
	
		border-radius: 29px;
		border: 0px solid black;
		padding: 12px 22px 12px 22px;
		border: 2px solid lightgray;
		height: 45px;
		background-color: white;
	}
	
	
			#background-cloud { 

position:absolute;
 z-index: -1;
  height: 87px;
/* 
 width: 100%;
 background: url(/images/background-cloud-mobile-black.jpg); 
font-size: 7pt;
background-size: cover;
 background-size: 100% 70%;
background-position: right 50% bottom 0%; 

background-repeat: no-repeat; */
background-position: right 80% bottom 0%; 
font-size: 7pt;
}

#background-cloud > div:first-of-type  { 
display:inline-block;
 color: white;

 position: absolute;
top:48px; 


 font-weight:normal; 
}
 
 

	div#faq h2 {
		line-height: 14px;
	}
	p#barter {
		max-width: 100%;
	}
	div#main_info div.divTableCell div.col_text img {
		margin-bottom: 12px;
	}
	.divTableRow>div:nth-child(3) div#covid_19-prog {
		columns: 1;
		padding: 6px 10px 6px 10px;
		border-radius: 12px;
		background-color: #3160A4;
		font-size: 90%;
		color: white;
	}
	.divTableRow>div:nth-child(-n+2) {}
	div#main_info div.col_text {
		columns: 2;
	}
	footer,
	.main_content,
	.main_header {
		width: 97%;
		margin: 0 auto;
	}
	.inner,
	.outer {
		text-align: center;
		line-height: 1.0;
	}
	h2.textunderslider {
		/* 	text-align: justify; */
	}
	div.main_content>nav:nth-child(1) {
		/*   margin-top: 6px; */
		margin-bottom: 6px;
		background-color: #0073BE;
		/*  padding-top: 6px; */
		padding-bottom: 6px;
		/*  border: 1px solid orange; */
		border-radius: 0px 0px 10px 10px;
		/* height: 25px; */
		text-align: center;
		margin-top: 0px;
	
	}
	
	
		


	
	div.main_content>nav:nth-child(1) .dot {
		background-color: white;
	}
	div.main_content>nav:nth-child(1) a {
		color: white;
	}
	#idHeading_1:before {
		content: "BEFORE<br> CLOUDS&FOG DISPERSAL"
	}
	div#main_info>div.divTableCell:nth-child(1) {
		width: 40%;
	}
	div#main_info>div.divTableCell:nth-child(2) {
		width: 60%;
	}
}


/* PORTFOLIO GROUP CSS */



.left-box {
	transform-origin: center right;
}

.right-box {
	transform-origin: center left;
}

div#totalcost {
	width: 100%;
	color: gray;
	text-decoration: underline;
	position: relative;
	border: 0px solid black;
	font-size: 150%;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

#portGradient div {
	/*     font-family: sans-serif; */
	font-weight: 600;
	color: white;
	font-size: 110%;
	/* background-color: #f5b914; */
	text-align: center;
	color: black;
	display: inline-block;
	width: 50%;
	min-height: 30px;
	vertical-align: middle;
	margin-top: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding:10px;
	-webkit-flex: 1;
	flex: 1;
	z-index: 1;
}


#portGradient div h1 {
	    font-family: sans-serif; 
	font-weight: 600;
	color: white;
	font-size: 70%;
	/* background-color: #f5b914; */
	text-align: center;
	color: white;
	



}



p#barter {
	color: #fff;
	background-color: #2D98DE;
	border-radius: 24px 24px 24px 0px;
	padding: 12px 12px 0 12px;
}

#portGradient {
	display: -webkit-flex;
	display: flex;
	/* -webkit-box-orient: horizontal; */
	z-index: 0;
	position: relative;
	background: linear-gradient(to right, #a9aeb3 30%, #0073be);
	background-image: linear-gradient(to right, #a9aeb3 30%, #0073be);
}



#portGradient>div:nth-child(2) {
	color: #fff;
}


@font-face {
	font-family: "OpenSans-Regular";
	src: local('OpenSans-Regular'), url("../opensans/OpenSans-Regular.ttf");
	font-style: normal;
	font-weight: normal;
}

form[name='login'] div:nth-child(-n+2) {
	border: 1px solid lightgray;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/* font-size: 190%; // Размер шрифта  ошибки */
}

form[name='login'] input:nth-child(1) {
	font-size: 120%;
}

ul.linksContainer {
	display: inline-block;
	padding: 0;
	text-align: center;
	margin: 0px 8px 0px 8px;
}

ul.linksContainer li {
	display: inline
}

ul.linksContainer li a {
	white-space: nowrap
}

ul.linksContainer li:after {
	content: " ";
	letter-spacing: 1em;
	background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADbSURBVEhLtZXBDcIgFIapO3gxOoFnE292BC8u4TBdxCX0oi7gBPXmEPj/SBEKsREeX/JJn2n/kFcKjdZa/WAOD7A11ZczPMGXqVIwOOECXuEUvGcDo4zoD7iH/8JngpyggB3Mhc+6LD80Z6Zj3Mz9l9fD5ecymydc8WLGH9DB0lDCDGa54K0dJeDydK1w/RCi4YzHi1+CdmiFONWCq/aY3OwoAdeya8XdjhJw1ws+6R6WwgzujPX2Cj+YVtndBnNmfoRBTlB48lQoOkGmzrw13MHUmXeBD1NFKPUGidLsX3fAWlsAAAAASUVORK5CYII=);
	background-size: 43%;
	background-position-y: 6px;
}



}

@media only screen and (min-device-width: 20px) and (max-device-width: 2000px) and (orientation: portrait) and (orientation: landscape) {
	.myButton:focus {
		outline: none;
       box-shadow: none;
}
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) and (orientation: landscape) {

	div#listwithtesis li {
		list-style-type: none;
		padding: 7px 13px 12px 10px;
		font-size: 120%;
	}
	div#listwithtesis ul {
		counter-reset: item;
	}
	div#listwithtesis li:before {
		/* Fixed width and centered */
		width: 30px;
		display: inline-block;
		text-align: center;
		content: counter(item) " ";
		counter-increment: item;
		font-size: 16pt;
		padding: 1px;
		background-color: white;
		color: darkorange;
		background-size: 8px 8px;
		border-radius: 16px;
		font-weight: bold;
		margin: 0px 4px -2px 0px;
	}
}
	

@media only screen and (min-device-width: 100px) and (max-device-width: 1024px) and (orientation: portrait) {
	

	div#listwithtesis li {
		list-style-type: none;
		padding: 7px 13px 12px 10px;
		font-size: 160%;
	}
	div#listwithtesis ul {
		counter-reset: item;
	}
	div#listwithtesis li:before {
		/* Fixed width and centered */
		width: 26px;
		display: inline-block;
		text-align: center;
		content: counter(item) " ";
		counter-increment: item;
		font-size: 14pt;
		padding: 1px;
		background-color: white;
		color: darkorange;
		background-size: 8px 8px;
		border-radius: 16px;
		font-weight: bold;
		margin: 0px 4px -2px 0px;
	}
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) and (orientation: portrait) {
		button.myButton>span:nth-child(1) {
	position: relative;
	top: 5px;
	
}	



	button.myButton>span:nth-child(2) {
	position: relative;
font-size: 140%;
	top: 6px;
}	
	
			#background-cloud { 

position:relative;
 z-index: -1;
 
 height: 87px;
 width: 100%;
 background: url(/images/footer/footer-desktop.png); 
font-size: 7pt;

 background-size: 100% 70%;
background-position: right 80% bottom 0%; 

background-repeat: no-repeat;

}

#background-cloud > div:first-of-type  { 
display:inline-block;
 color: white;

 position: absolute;
top:48px; 


 font-weight:normal; 
}
 
 
/*
	div#listwithtesis li {
		list-style-type: none;
		color: black;
		font-size: 9pt;
		padding: 0px 10px 8px 0px;
	}
	div#listwithtesis ul {
		counter-reset: item;
	}
	div#listwithtesis li:before {
	
		width: 19px;
		display: inline-block;
		text-align: center;
		content: counter(item) " ";
		counter-increment: item;
		font-size: 9pt;
		padding: 1px;
		color: darkorange;
		background-size: 8px 8px;
		border-radius: 16px;
		font-weight: bold;
		margin: 0px 4px -2px 0px;
		border: 1px solid black;
	}
	
	*/
	div#faq h2 {
		line-height: 14px;
	}
	p#barter {
		max-width: 100%;
	}
	div#main_info div.divTableCell div.col_text img {
		margin-bottom: 12px;
	}
	.divTableRow>div:nth-child(3) div#covid_19-prog {
		columns: 1;
		padding: 6px 10px 6px 10px;
		border-radius: 12px;
		background-color: #3160A4;
		font-size: 90%;
		color: white;
	}
	.divTableRow>div:nth-child(-n+2) {}
	div#main_info div.col_text {
		columns: 2;
	}
	footer,
	.main_content,
	.main_header {
		width: 97%;
		margin: 0 auto;
	}
	.inner,
	.outer {
		text-align: center;
		line-height: 1.0;
	}
	h2.textunderslider {
		/* 	text-align: justify; */
	}
	div.main_content>nav:nth-child(1) {
		/*   margin-top: 6px; */
		margin-bottom: 6px;
		background-color: #0073BE;
		/*  padding-top: 6px; */
		padding-bottom: 6px;
		/*  border: 1px solid orange; */
		border-radius: 0px 0px 10px 10px;
		/* height: 25px; */
		text-align: center;
		margin-top: 0px;
		border: 0px solid white;
	}
	
	
		
		

	
	div.main_content>nav:nth-child(1) .dot {
		background-color: white;
	}
	div.main_content>nav:nth-child(1) a {
		color: white;
	}
	#idHeading_1:before {
		content: "BEFORE<br> CLOUDS&FOG DISPERSAL"
	}
	div#main_info>div.divTableCell:nth-child(1) {
		width: 40%;
	}
	div#main_info>div.divTableCell:nth-child(2) {
		width: 60%;
	}
}


/* PORTFOLIO GROUP CSS */



.left-box {
	transform-origin: center right;
}

.right-box {
	transform-origin: center left;
}

div#totalcost {
	width: 100%;
	color: gray;
	text-decoration: underline;
	position: relative;
	border: 0px solid black;
	font-size: 150%;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

#portGradient div {
	/*     font-family: sans-serif; */
	font-weight: 600;
	color: white;
	/* background-color: #f5b914; */
	text-align: center;
	color: black;
	display: inline-block;
	width: 50%;
	min-height: 30px;
	vertical-align: middle;
	margin-top: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	-webkit-flex: 1;
	flex: 1;
	z-index: 1;
}

p#barter {
	color: #fff;
	background-color: #2D98DE;
	border-radius: 24px 24px 24px 0px;
	padding: 12px 12px 0 12px;
}

#portGradient {
	display: -webkit-flex;
	
	display: flex;
	/* -webkit-box-orient: horizontal; */
	z-index: 0;
	position: relative;
	background: linear-gradient(to right, #a9aeb3 30%, #0073be);
	background-image: linear-gradient(to right, #a9aeb3 30%, #0073be);
}



#portGradient>div:nth-child(2) {
	color: #fff;
}

div#first_content div:nth-child(-n+2) a:not(.sk) {
	/* RESET */
	text-decoration: none;
	line-height: 1;
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	color: #333;
	color: #0073BE;
	vertical-align: bottom;
	transition: color .3s ease-out;
	font-size: 130%;
}

div#first_content div:nth-child(-n+2) a:not(.sk):before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transform: translateY(calc(100% - 2px));
	width: 100%;
	height: 100%;
	background-image: linear-gradient(60deg, #F28702 0%, #F4D800 100%);
	transition: transform .25s ease-out;
}

div#first_content div:nth-child(-n+2) a:not(.sk):hover {
	color: #fff;
	border-radius: 8px 8px 0px 0px;
	padding: 5px 5px 5px 5px;
}

div#first_content div:nth-child(-n+2) a:not(.sk):hover:before {
	transform: translateY(0);
	transition: transform .25s ease-out;
}

div#first_content div:nth-child(-n+2) .first_content>a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

@font-face {
	font-family: "OpenSans-Regular";
	src: local('OpenSans-Regular'), url("../opensans/OpenSans-Regular.ttf");
	font-style: normal;
	font-weight: normal;
}

form[name='login'] div:nth-child(-n+2) {
	border: 1px solid lightgray;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/* font-size: 190%; // Размер шрифта  ошибки */
}

form[name='login'] input:nth-child(1) {
	font-size: 120%;
}

ul.linksContainer {
	display: inline-block;
	padding: 0;
	text-align: center;
	margin: 0px 8px 0px 8px;
}

ul.linksContainer li {
	display: inline
}

ul.linksContainer li a {
	white-space: nowrap
}

ul.linksContainer li:after {
	content: " ";
	letter-spacing: 1em;
	background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADbSURBVEhLtZXBDcIgFIapO3gxOoFnE292BC8u4TBdxCX0oi7gBPXmEPj/SBEKsREeX/JJn2n/kFcKjdZa/WAOD7A11ZczPMGXqVIwOOECXuEUvGcDo4zoD7iH/8JngpyggB3Mhc+6LD80Z6Zj3Mz9l9fD5ecymydc8WLGH9DB0lDCDGa54K0dJeDydK1w/RCi4YzHi1+CdmiFONWCq/aY3OwoAdeya8XdjhJw1ws+6R6WwgzujPX2Cj+YVtndBnNmfoRBTlB48lQoOkGmzrw13MHUmXeBD1NFKPUGidLsX3fAWlsAAAAASUVORK5CYII=);
	background-size: 43%;
	background-position-y: 6px;
}




	#listwithtesis {
		background-color: #3160A4;
		border-radius: 0px 25px 25px 0px;
		
	}
	


@media only screen and (min-width: 200px) and (max-width: 500px) {
	div.main_content>nav:nth-child(1) {
		margin-top: 0px;
	
		background-color: #0073BE;
		padding-top: 6px;
		padding-bottom: 6px;
		/* border: 1px solid orange; */
		border-radius: 0px 0px 10px 10px;
		/* height: 25px; */
		text-align: center;
	}
}


@media only screen and (min-width: 900px) and (max-width: 1024px) {
	div#listwithtesis li {
	
	}
}


.cell-sun {
	
	
	background-color: yellow;
	
}




.animatedFaqLink {
  display: inline;
  position: relative;
  overflow: hidden;
  padding: 0px 5px 0px 5px;

}
.animatedFaqLink:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -3px;
  background: #000;
  height: 24px;
  border-radius: 0px 8px 8px 0px;
  transition-property: width;
 	background-image: linear-gradient(60deg, #F28702 0%, #F4D800 100%);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.animatedFaqLink:hover:after,
.animatedFaqLink:focus:after,
.animatedFaqLink:active:after {
  left: 0;
  right: auto;
  width: 100%;

}

.animatedFaqLink:hover {
	color: white;
}




/* template */

	.preloaderContainer > div { 

margin-top: 20px; min-width:270px;max-width:290px;
}
	
	
		.buttonContainer span { margin-top:10px; }
	
	
	#blockWithLogoForMobileVertical img { 
	width:50vw; margin-top:10px
	}
	
	#blockWithLogoForMobileVertical {
	left: 0; 
 right: 0; 
 margin-left: auto; 
 margin-right: auto; z-index: 34; position:absolute;
	
	}
	
	
	
	
	#cite {
	font-family: RobotoCondensed-Light !important; font-size:70%; left: 0; 
 right: 0; bottom:10px;
 margin-left: auto; 
 margin-right: auto; z-index: 34;width:80%; position:absolute;
	}
	
	
.effect_1 {
display:none;
margin: 0 auto;
text-align: center;
}


	#blockWithLogo img {
margin-top: 20px; min-width:270px;max-width:290px;  
 
 -webkit-filter: drop-shadow(0px 0px 8px white);
  filter:     drop-shadow(0px 0px 8px white); 

}

#id {
	margin-top: 20px; min-width:270px;max-width:290px;  
 
 -webkit-filter: drop-shadow(0px 0px 8px white);
  filter:     drop-shadow(0px 0px 8px white); 
}

#blockWithLogo {
 position:absolute;  z-index:34; width:100%; display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
}

#chooseDevice {
	
margin-top:10px;
display:flex;	
}

.sun {
   width: 220px;
   height: 220px;
   color: white;
   text-align: center;
   line-height: 220px;
  /* -webkit-animation: rotate 6s linear infinite;
   animation: rotate 6s linear infinite;
   */
}

cite {
	font-style: italic;
	
}


 .animate {
   transform: translateY(-95%);
}

 .preloaderContainer {
   position: absolute;
   left: 50%;
   transform: translate(-50%, 0%);
   z-index: 99999;
}

 #preloader_fullscreen{

   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   overflow: auto;
   background: #0073BE;
   z-index:9998;
   text-align: center;
   background: linear-gradient(180deg, #0073BE, #C5DDE8);
}

.effect_1 {
   text-transform: uppercase;
   background-image: linear-gradient( -210deg, #fff 0%, red 65%, #fff800 100% );
   font-family:tangak;
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: white;
   font-weight: bold;
   background-clip: text;
   text-fill-color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip 2s linear infinite;
   display: inline-block;
   font-size: 180%;
}



 @keyframes textclip {
   to {
     background-position: -200% center;
  }
}


/* end template */


/* old styles */

@media screen and (min-width: 392px) and (max-width: 859px) {
	.inner,
	.outer {
		text-align: center;
		line-height: 1.3;
	}
}

img {
	max-width: 100%;
	display: inline-block;
}

div#test {
	width: 75%;
	margin: 0 auto
}


}
@-webkit-keyframes scaleAnim {
	0% {
		-webkit-transform: scale(1);
	}
	
	100% {
		-webkit-transform: scale(2);
	}
}
@-webkit-keyframes downScaleAnim {
	0% {
		-webkit-transform: scale(2);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}
.scaleAnimation {
	animation: scaleAnim 1s;
	animation-iteration-count: 1;
}
.downScaleAnimation {
	animation: downScaleAnim 1s;
	animation-iteration-count: 1;
}
#why-red a {
	position: absolute;
}
.blackLine {
	width: 100%;
	background-color: black;
	min-height: 7px;
}
nav .dot {
	height: 5px;
	width: 5px;
	margin-left: 5px;
	pointer: none;
	margin-right: 5px;
	background-color: gray;
	border-radius: 50%;
	display: inline-block;
}
#CreateAccount {
	font-size: 1.4em;
}
sup,
sub {

	/* Курсивное начертание */
	
	color: red;
	/* Красный цвет символов */
}
sub {
	color: blue;
	/* Синий цвет символов */
}
article,
aside,
details,
figcaption,
figure,
hgroup,
menu {
	display: block;
}
main {
	position: relative;
	padding-bottom: 25px;
}
nav {
	
	padding-bottom: 0px;
	z-index:8000;

}
.openterms {
	opacity: 1;
	visibility: visible;
}
img {
	max-width: 100%;
	display: inline-block;
}


#flexHolder{
  display: flex;
  flex-wrap: wrap;
  text-align: center;

}
#left, #right {
  flex: 1 300px;
  min-width: 0;

  padding: 0px 15px 15px 0px;
}
#right {

}

/* концевые сноски */

article {
  counter-reset: footnotes; /* создать счётчик */ 
}
[id^="ref"] {
  counter-increment: footnotes; /* указать, что каждая ссылка, чей id начинается "ref", прибавляет к счётчику единицу */ 
  text-decoration: none; /* убрать подчёркивание */ 
}
[id^="ref"]:after {
  content: '[' counter(footnotes) ']'; /* показать цифру на счётчике в скобках */ 
  vertical-align: super; /* поместить на линию верхнего индекса */ 
  font-size: 60%; /* уменьшить шрифт цифры */ 

}
[href^="#ref"] {
  text-decoration: none;
}
[id^="node"]:target,
[id^="ref"]:target { /* изменить фон элемента при переходе к id */ 

}

ol.standartprog {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-right:0px !important;

margin-top:10px !important;

	margin-left: 0px !important;
		padding-left:0px !important;
		  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}



ol.standartprog li:before {
	
	content: "•";
		font-size: 2em; 
    vertical-align: middle;
	padding-right:4px;
}

ol.standartprog li {
	font-size: .95em !important;
		margin-left: 15px !important;
	
		padding:5px 10px 10px 10px !important;
		background-color:black;
		border-radius: 10px;
		opacity: 0.7;
		margin-bottom:8px;
}
ol.standartprog li {
	  display: inline-block;
}




.noresizeText  p {
	line-height:120% !important;
}



/* flex style */

.same-item
{
	  flex-basis: 100%;
	
}

.justify
{
	text-align:justify;	
	 
}


.half-flex {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 50%;
}

.30-flex {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 30%;
}

.flex-container-row {
	display:flex;
	flex-direction:row;
	    
}

.flex-align-start {
align-items: flex-start;
}

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



.gap10
{
 gap: 10px;

}
