@font-face {
    font-family: MyH1;
    src: url(fonts/SFUIDisplay-Thin.ttf);
}
@font-face {
    font-family: MyH2;
    src: url(fonts/SFUIDisplay-Light.ttf);
}
@font-face {
    font-family: MyP;
    src: url(fonts/SFUIDisplay-Regular.ttf);
}

/* обнуление */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp,
small, strike, strong,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%; background: transparent;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
/* конец обнуление */

/* глобальные */

/* цветовая палитра */
/* оранжевый #ff8901 */
/* LightSalmon #FFA07A */
/* светло-серый #ececec */
/* темно-серый #878f94 */
/* для ссылок #0099ff */

html {
  background: #ffffff;
}
body {
   width: 1320px;
   height: 100%;
	margin: 0px auto;
   overflow: scroll;
}
a {
   color: #00b0f0; 
   text-decoration: none;
}
/* конец глобальные */

/* content */

.lenta_color {
	background: #ffffff;
   box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
}

.menutop {
   
}
.menu-main {
  list-style: none;
  margin: 0px 0 5px;
  padding: 15px 0 5px;
  text-align: center;
  background: #f4f4f4;
}
.menu-main li {
	display: inline-block;
	}
.menu-main li:after {
  content: "|";
  color: #282828;
  display: inline-block;
  vertical-align:top;
}
.menu-main li:last-child:after {content: none;}
.menu-main a {
  text-decoration: none;
  font-family: 'MyP', sans-serif;	
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
  margin: 0 34px 0 30px;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  transition: color .2s;
}
.menu-main a, .menu-main a:visited {color: #282828;}
.menu-main a.current, .menu-main a:hover{color: #FF7F50;}
.menu-main a:before,
.menu-main a:after {
  content: "";
  position: absolute;
  height: 4px;
  top: auto;
  right: 50%;
  bottom: -5px;
  left: 50%;
  background: #FF7F50;
  transition: .8s;
}
.menu-main a:hover:before, .menu-main .current:before {left: 0;}
.menu-main a:hover:after, .menu-main .current:after {right: 0;}   
@media (max-width: 550px) {
.menu-main {padding-top: 0;}
.menu-main li {display: block;}
.menu-main li:after {content: none;}
.menu-main a {
  padding: 25px 0 20px; 
  margin: 0 30px;
}
}

.title {
   padding-top: 30px; 
   padding-bottom: 30px;  
}
.title h1 {
   color: #000000; 
   font-family: 'MyH1', sans-serif;
   font-size: 21px;  
   text-align: left;
   line-height: 24px;  
   padding: 0px 20px 0px 20px;    
}
.title h2 {
   color: #000000; 
   font-family: 'MyH2', sans-serif;
   font-size: 21px;  
   text-align: right;
   line-height: 24px;  
   padding: 0px 20px 0px 20px;    
}
.title h3 {
   color: #000000; 
   font-family: 'MyP', sans-serif;
   font-size: 16px;  
   text-align: right;
   line-height: 24px;  
   padding: 0px 20px 0px 20px;    
}
.title p {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-size: 14px;  
   text-align: right;
   line-height: 20px;  
   padding: 0px 20px 0px 20px;     
}
.title_main {
   margin-top: 40px; 
   margin-bottom: 50px;   
}
.title_main h1 {
   color: #FF7F50;
   font-family: 'MyP', sans-serif;
   font-size: 60px;  
   text-align: right;
   line-height: 60px;  
   padding: 10px 40px 20px 40px;  
}
.title_main h2 {
   color: #282828; 
   font-family: 'MyH1', sans-serif;
   font-size: 27px;  
   line-height: 42px;  
   text-align: right;
   padding: 10px 40px 20px 20px;  
   margin-bottom: 10px;
}
.title_main h3 {
   color: #000000; 
   font-family: 'MyH1', sans-serif;
   font-size: 24px;  
   line-height: 32px;  
   text-align: right;
   padding: 10px 40px 10px 20px;  
}
.title_main a{  
  margin:10px 5px 10px 5px;
  padding:0 10px 0 10px;  
  background: #00b0f0;  
  color:#fff;  
  text-decoration:none;  
  -moz-border-radius:6px;  
  -webkit-border-radius:6px;  
  border-radius:6px;  
  -moz-border-radius:6px;  
  -webkit-border-radius:6px;  
  border-radius:6px;  
  }  
.title_main a:before{  
  content:"";  
  float:left;  
  position:absolute;  
  top:0;  
  left:-12px;  
  width:0;  
  height:0;  
  border-color:transparent #00b0f0 transparent transparent;  
  border-style:solid;  
  border-width:16px 12px 16px 0px;  
  }  
.title_main a:after{  
  content:"";  
  position:absolute;  
  top:13px;  
  left:0;  
  float:left;  
  width:6px;  
  height:6px;  
  -moz-border-radius:4px;  
  -webkit-border-radius:4px;  
  border-radius:4px;  
  background:#fff;  
  }  
.title_main a:hover{background:#555;}  
.title_main a:hover:before{border-color:transparent #555 transparent transparent;} 

div#img_text {
	position: relative;
}
.tekst_sverhu_kartinki_1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 700px;
}
.tekst_sverhu_kartinki_1 span {
	padding: 8px;
}

.text {
   margin-top: 40px; 
   margin-bottom: 50px;   
}
.text h1 {
   color: #282828; 
   font-family: 'MyH1', sans-serif;
   font-size: 52px;  
   text-align: left;
   line-height: 60px;  
   padding: 10px 40px 30px 40px;  
}
.text h2 {
   color: #282828; 
   font-family: 'MyH1', sans-serif;
   font-size: 27px;  
   line-height: 32px;  
   text-align: left;
   padding: 0px 40px 0px 20px;  
   margin-bottom: 10px;
}
.text h3 {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-weight: 600;
   font-size: 17px;  
   line-height: 24px;  
   text-align: left;
   padding: 0px 40px 0px 20px;  
   margin-bottom: 10px;
}
.text p {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-size: 16px;  
   text-align: justify;
   line-height: 24px;  
   padding: 5px 20px 5px 20px;     
}
.text ul {
   padding: 10px 40px 10px 40px;   
}
.text ol {
   padding: 10px 40px 10px 40px;   
}
.text li {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-size: 16px;  
   text-align: justify;
   line-height: 21px;  
   padding: 5px 20px 5px 10px;  
}
.text25m {
   margin-top: 40px; 
   margin-bottom: 50px;   
}
.text25m h1 {
   color: #282828; 
   font-family: 'MyH1', sans-serif;
   font-size: 52px;  
   text-align: left;
   line-height: 60px;  
   padding: 40px 20px 20px 20px; 
}
.text25m h2 {
   color: #282828; 
   font-family: 'MyH1', sans-serif;
   font-size: 27px;  
   line-height: 32px;  
   text-align: left;
   padding: 20px 20px 10px 20px;  
   margin-bottom: 10px;
}
.text25m h3 {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-weight: 600;
   font-size: 16px;  
   line-height: 21px;  
   text-align: left;
   padding: 10px 20px 5px 40px;  
   margin-bottom: 10px;
}
.text25m p {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-size: 16px;  
   text-align: justify;
   line-height: 21px;  
   padding: 5px 20px 5px 40px;     
}
.text25m ul {
   padding: 10px 40px 10px 40px;   
}
.text25m ol {
   padding: 10px 40px 10px 40px;   
}
.text25m li {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-size: 16px;  
   text-align: justify;
   line-height: 21px;  
   padding: 5px 20px 5px 10px;  
}

.colortext {
	color: #FF7F50;
	font-weight: bold;
}
.sectionT24 {
   height: 700px;
   margin-top: 50px;   
   background: #ffffff; 
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.sectionT24 h1 {
	background: #ffccb9;
   color: #282828; 
   font-family: 'MyH1', sans-serif;
   font-size: 32px;  
   text-align: center;
   line-height: 36px;  
   padding: 40px 40px 30px 40px;  
}
.sectionT24 h3 {
   color: #282828; 
   font-family: 'MyH1', sans-serif;
   font-size: 21px;  
   line-height: 24px;  
   text-align: right;
   padding: 0px 60px 0px 60px;  
   margin-bottom: 10px;
}
.sectionT24 ul {
   padding-top: 30px;  
}
.sectionT24 li {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-size: 14px;  
   text-align: left;
   line-height: 17px;  
   padding: 0px 20px 10px 10px;  
   margin: 0px 20px 0px 50px;
}

.sectionTitle {
   height: 56px;
   margin-top: 0px;   
   background: #ffffff; 
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.sectionTitle h1 {
	background: #ffccb9;
   color: #282828; 
   font-family: 'MyH1', sans-serif;
   font-size: 32px;  
   text-align: left;
   line-height: 36px;  
   padding: 10px 40px 10px 40px;  
}
.sectionTitle ul {
   padding-top: 20px;  
}
.sectionTitle li {
   color: #282828; 
   font-family: 'MyP', sans-serif;
   font-size: 14px;  
   text-align: left;
   line-height: 17px;  
   padding: 0px 20px 10px 10px;  
   margin: 0px 20px 0px 10px;
}

.textfooter {
   margin-top: 80px;
   border-top: 4px double #a4a19b; 
}
.textfooter p {
   color: #282828; ; 
   font-family: 'MyP', sans-serif;
   font-size: 18px;  
   text-align: left;
   line-height: 27px;  
   padding: 10px 40px 10px 40px; 
}

/*облако тегов*/
.tags{  
  margin: 30px;  
  padding: 30px 10px 10px 10px;  
  list-style:none; 
  }  
.tags a{  
  float:left;  
  height:32px;  
  line-height:32px; 
  font-family: 'MyP', sans-serif; 
  font-size: 24px;  
  position:relative;  
  }  
.tags a{  
  margin-top: 30px;
  margin-left: 40px;  
  padding:0 20px 0 20px;  
  background: #00b0f0;  
  color:#fff;  
  text-decoration:none;  
  -moz-border-radius-bottomright:6px;  
  -webkit-border-bottom-right-radius:6px;  
  border-bottom-right-radius:6px;  
  -moz-border-radius-topright:6px;  
  -webkit-border-top-right-radius:6px;  
  border-top-right-radius:6px;  
  }  
.tags a:before{  
  content:"";  
  float:left;  
  position:absolute;  
  top:0;  
  left:-12px;  
  width:0;  
  height:0;  
  border-color:transparent #00b0f0 transparent transparent;  
  border-style:solid;  
  border-width:16px 12px 16px 0px;  
  }  
.tags a:after{  
  content:"";  
  position:absolute;  
  top:13px;  
  left:0;  
  float:left;  
  width:6px;  
  height:6px;  
  -moz-border-radius:4px;  
  -webkit-border-radius:4px;  
  border-radius:4px;  
  background:#fff;  
  }  
.tags a:hover{background:#555;}  
.tags a:hover:before{border-color:transparent #555 transparent transparent;} 
.tags p {
   
}

/*слайдер*/
.slide {
  height:500px;    
}
.slide p {
  background: #ffffff;  
  display: inline-block;  
}
.slide__link {

/*иконки pdf*/   
}
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 0px 7px 7px 0px; /* Отступы вокруг картинки */
   }
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 0px 0px 7px 7px; /* Отступы вокруг картинки */
   }

/*таймер*/
.timer__items {
  display: flex;
  font-size: 48px;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}

.div_short {
	width: 600px;
	margin-top: 30px;
}