.revealator-slideup, .revealator-slideleft, .revealator-slideright, .revealator-zoomin {
   transition: all 600ms;
}
.revealator-slideright {
   transform: translate(-100px, 0);
   opacity: 0;
}
.revealator-slideright.revealator-within, .revealator-slideright.revealator-partially-above, .revealator-slideright.revealator-above {
   transform: translate(0, 0);
   opacity: 1;
}
.revealator-slideup {
   transform: translate(0, 40px);
   opacity: 0;
}
.revealator-slideup.revealator-within, .revealator-slideup.revealator-partially-above, .revealator-slideup.revealator-above {
   transform: translate(0, 0);
   opacity: 1;
}
.revealator-slideleft {
   transform: translate(100px, 0);
   opacity: 0;
}
.revealator-slideleft.revealator-within, .revealator-slideleft.revealator-partially-above, .revealator-slideleft.revealator-above {
   transform: translate(0, 0);
   opacity: 1;
}
.revealator-zoomin {
   transform: scale(0.45);
   opacity: 0;
}
.skr {
   transition-delay: 200ms !important;
}
.revealator-zoomin.revealator-within, .revealator-zoomin.revealator-partially-above, .revealator-zoomin.revealator-above {
   transform: scale(1);
   opacity: 1;
}
.revealator-delay1 {
   transition-delay: 100ms !important;
}
.revealator-delay1.revealator-below, .revealator-delay1.revealator-partially-below {
   transition-delay: 0ms !important;
}
.revealator-delay2 {
   transition-delay: 200ms !important;
}
.revealator-delay2.revealator-below, .revealator-delay2.revealator-partially-below {
   transition-delay: 0ms !important;
}
.revealator-delay3 {
   transition-delay: 300ms !important;
}
.revealator-delay3.revealator-below, .revealator-delay3.revealator-partially-below {
   transition-delay: 0ms !important;
}
.revealator-delay4 {
   transition-delay: 400ms !important;
}
.revealator-delay4.revealator-below, .revealator-delay4.revealator-partially-below {
   transition-delay: 0ms !important;
}
.revealator-delay6 {
   transition-delay: 600ms !important;
}
.revealator-delay6.revealator-below, .revealator-delay6.revealator-partially-below {
   transition-delay: 0ms !important;
}
@media (max-width:590px) {
   .revealator-slideup, .revealator-slideleft, .revealator-slideright, .revealator-zoomin {
      transform: translate(0, 0);
      transform: scale(1);
      opacity: 1;
   }
}
header {
   height: 650px;
   background-color: #000;
   overflow: hidden;
}
.fon-svg {
   width: 100%;
   height: 280px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   z-index: 0;
}
.fon-svg2 {
   width: 100%;
   height: 70px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   z-index: 0;
}
.sld {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   z-index: 0;
}
.erw {
position: absolute;
top: 60px;
left: 190px;
z-index: 10;
}
.cb-slideshow {
   position: relative;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   top: 0;
   z-index: 0;
   left: 0;
}
.cb-slideshow li span {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   color: transparent;
   background-size: cover;
   background-position: 50% top;
   background-repeat: none;
   opacity: 0;
   z-index: 0;
   -webkit-backface-visibility: hidden;
   -webkit-animation: imageAnimation 24s linear infinite 0s;
   -moz-animation: imageAnimation 24s linear infinite 0s;
   -o-animation: imageAnimation 24s linear infinite 0s;
   -ms-animation: imageAnimation 24s linear infinite 0s;
   animation: imageAnimation 24s linear infinite 0s;
}
.cb-slideshow li div {
   z-index: 1000;
   position: absolute;
   bottom: 22%;
   left: 0;
   width: 100%;
   text-align: right;
   opacity: 0;
   -webkit-animation: titleAnimation 24s linear infinite 0s;
   -moz-animation: titleAnimation 24s linear infinite 0s;
   -o-animation: titleAnimation 24s linear infinite 0s;
   -ms-animation: titleAnimation 24s linear infinite 0s;
   animation: titleAnimation 24s linear infinite 0s;
}
.cb-slideshow li div p {
font-size: 40px;
padding: 0 30px;
text-transform: uppercase;
	    color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
    text-stroke: .8px #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-shadow: none;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}
.cb-slideshow li:nth-child(2) span {
   -webkit-animation-delay: 6s;
   -moz-animation-delay: 6s;
   -o-animation-delay: 6s;
   -ms-animation-delay: 6s;
   animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
   -webkit-animation-delay: 12s;
   -moz-animation-delay: 12s;
   -o-animation-delay: 12s;
   -ms-animation-delay: 12s;
   animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
   -webkit-animation-delay: 18s;
   -moz-animation-delay: 18s;
   -o-animation-delay: 18s;
   -ms-animation-delay: 18s;
   animation-delay: 18s;
}
.cb-slideshow li:nth-child(2) div {
   -webkit-animation-delay: 6s;
   -moz-animation-delay: 6s;
   -o-animation-delay: 6s;
   -ms-animation-delay: 6s;
   animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
   -webkit-animation-delay: 12s;
   -moz-animation-delay: 12s;
   -o-animation-delay: 12s;
   -ms-animation-delay: 12s;
   animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
   -webkit-animation-delay: 18s;
   -moz-animation-delay: 18s;
   -o-animation-delay: 18s;
   -ms-animation-delay: 18s;
   animation-delay: 18s;
}
@-webkit-keyframes imageAnimation {
   0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
   }
   6% {
      opacity: 0.8;
      -webkit-transform: scale(1.05);
      -webkit-animation-timing-function: ease-out;
   }
   24% {
      opacity: 0.8;
      -webkit-transform: scale(1.1);
   }
   30% {
      opacity: 0;
      -webkit-transform: scale(1.1);
   }
   100% {
      opacity: 0
   }
}
@-moz-keyframes imageAnimation {
   0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
   }
   6% {
      opacity: 0.8;
      -moz-transform: scale(1.05);
      -moz-animation-timing-function: ease-out;
   }
   24% {
      opacity: 0.8;
      -moz-transform: scale(1.1);
   }
   30% {
      opacity: 0;
      -moz-transform: scale(1.1);
   }
   100% {
      opacity: 0
   }
}
@-o-keyframes imageAnimation {
   0% {
      opacity: 0;
      -o-animation-timing-function: ease-in;
   }
   6% {
      opacity: 0.8;
      -o-transform: scale(1.05);
      -o-animation-timing-function: ease-out;
   }
   24% {
      opacity: 0.8;
      -o-transform: scale(1.1);
   }
   30% {
      opacity: 0;
      -o-transform: scale(1.1);
   }
   100% {
      opacity: 0
   }
}
@-ms-keyframes imageAnimation {
   0% {
      opacity: 0;
      -ms-animation-timing-function: ease-in;
   }
   6% {
      opacity: 0.8;
      -ms-transform: scale(1.05);
      -ms-animation-timing-function: ease-out;
   }
   24% {
      opacity: 0.8;
      -ms-transform: scale(1.1);
   }
   30% {
      opacity: 0;
      -ms-transform: scale(1.1);
   }
   100% {
      opacity: 0
   }
}
@keyframes imageAnimation {
   0% {
      opacity: 0;
      animation-timing-function: ease-in;
   }
   6% {
      opacity: 0.8;
      transform: scale(1.05);
      animation-timing-function: ease-out;
   }
   24% {
      opacity: 0.8;
      transform: scale(1.1);
   }
   30% {
      opacity: 0;
      transform: scale(1.1);
   }
   100% {
      opacity: 0
   }
}
@-webkit-keyframes titleAnimation {
   0% {
      opacity: 0;
      -webkit-transform: translateX(200px);
   }
   8% {
      opacity: 1;
      -webkit-transform: translateX(0px);
   }
   17% {
      opacity: 1;
      -webkit-transform: translateX(0px);
   }
   19% {
      opacity: 0;
      -webkit-transform: translateX(-400px);
   }
   25% {
      opacity: 0
   }
   100% {
      opacity: 0
   }
}
@-moz-keyframes titleAnimation {
   0% {
      opacity: 0;
      -moz-transform: translateX(200px);
   }
   8% {
      opacity: 1;
      -moz-transform: translateX(0px);
   }
   17% {
      opacity: 1;
      -moz-transform: translateX(0px);
   }
   19% {
      opacity: 0;
      -moz-transform: translateX(-400px);
   }
   25% {
      opacity: 0
   }
   100% {
      opacity: 0
   }
}
@-o-keyframes titleAnimation {
   0% {
      opacity: 0;
      -o-transform: translateX(200px);
   }
   8% {
      opacity: 1;
      -o-transform: translateX(0px);
   }
   17% {
      opacity: 1;
      -o-transform: translateX(0px);
   }
   19% {
      opacity: 0;
      -o-transform: translateX(-400px);
   }
   25% {
      opacity: 0
   }
   100% {
      opacity: 0
   }
}
@-ms-keyframes titleAnimation {
   0% {
      opacity: 0;
      -ms-transform: translateX(200px);
   }
   8% {
      opacity: 1;
      -ms-transform: translateX(0px);
   }
   17% {
      opacity: 1;
      -ms-transform: translateX(0px);
   }
   19% {
      opacity: 0;
      -ms-transform: translateX(-400px);
   }
   25% {
      opacity: 0
   }
   100% {
      opacity: 0
   }
}
@keyframes titleAnimation {
   0% {
      opacity: 0;
      transform: translateX(200px);
   }
   8% {
      opacity: 1;
      transform: translateX(0px);
   }
   17% {
      opacity: 1;
      transform: translateX(0px);
   }
   19% {
      opacity: 0;
      transform: translateX(-400px);
   }
   25% {
      opacity: 0
   }
   100% {
      opacity: 0
   }
}
.no-cssanimations .cb-slideshow li span {
   opacity: 1;
}
@media (max-width:1200px) {
   header {
      height: 580px;
   }
   .cb-slideshow li div p {
      font-size: 48px;
   }
}
@media (max-width: 999px) {
   .fon-svg {
      height: 165px;
      top: 50px;
   }
   .fon-svg2 {
      height: 90px;
      background-color: #681919;
   }
}
@media (max-width:998px) {
   header {
      height: 499px;
   }
   .cb-slideshow li div p {
      font-size: 40px;
   }
}
@media (max-width:906px) {
   header {
      height: 429px;
   }
}
@media (max-width:806px) {
   .cb-slideshow li div p {
      font-size: 33px;
   }
}
@media (max-width:778px) {
   header {
      overflow-x: hidden;
   }
   .fon-svg {
      top: 0;
   }
   .fon-svg2 {
      height: 50px;
   }
}
@media (max-width:636px) {
   header {
      height: 399px;
   }
   .cb-slideshow li div p {
      font-size: 27px;
   }
}
@media (max-width: 595px) {
   .fon-svg {
      height: 120px;
      top: 60px;
   }
   .fon-svg2 {
      height: 80px;
   }
}
@media (max-width:540px) {
   header {
      height: 340px;
   }
   .cb-slideshow li div p {
      font-size: 22px;
   }
}
@media (max-width:490px) {
   .cb-slideshow li div p {
      font-size: 19px;
   }
}
@media (max-width:429px) {
   header {
      height: 330px;
   }
   .cb-slideshow li div p {
      font-size: 18px;
   }
   .sear, .sear:visited {
      font-size: 12px;
      height: 36px;
      padding: 0 9px;
      line-height: 34px;
      border-radius: 16px;
   }
}




.txt {
padding: 35px 7% 20px;
margin: 0;
background-color: #FFFFFF;
color: #2B2B2B;
}
@media (max-width:1180px) {
 .txt {
  padding: 35px 5% 20px;
 }
 .col {
  width: 31%;
  margin: 10px .85% 26px;
 }
}
@media (max-width:980px) {
 .txt {
  padding: 35px 20px 20px;
 }
 .col-container {
  font-size: 14px;
 }
 .col {
  width: 31%;
  margin: 10px .85% 26px;
 }
}
@media (max-width:794px) {
 .txt {
  padding: 33px 40px 20px;
 }
 .col {
  width: 45%;
  margin: 10px .85% 26px;
 }
}
@media (max-width:610px) {
 .txt {
  padding: 33px 20px 20px;
 }
 .col {
  width: 46%;
 }
}
@media (max-width:509px) {
 .col-container {
  width: 100%;
  margin-left: 0;
  flex-direction: column;
 }
 .col {
  width: 90%;
  margin: 10px auto;
 }
}

.col-container {
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 width: 102%;
 margin-left: -0.94%;
 text-align: center;
 justify-content: space-around;
 font-size: 15px;
 overflow: hidden;
 padding-top: 12px;
}
.col-container, .col-container a, .col-container a:visited {
color: #2F2F2F;
}
.col-container a:hover {
color: #860000;
}
.col {
padding: 0 0 50px 0;
width: 31%;
margin: 10px 1.16% 26px;
background-color: #EDEDED;
text-align: center;
display: inline-block;
position: relative;
}
.a2 {
 margin: 0 auto 6px auto;
 overflow: hidden;
 padding: 1px;
 position: relative;
}
.imgpp {
 width: 100%;
 height: auto;
}
.a2 img {
 display: block;
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transition: .4s ease-in-out;
 transition: .4s ease-in-out;
}
.a2:hover img {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.name {
 font-weight: bold;
 padding: 1px 7px 2px;
 margin: 0;
 display: block;
}
.ec-message-text {
 font-size: 13px;
 padding: 1px 5px 2px;
}
.zob4, .zob4:visited {
display: block;
width: 160px;
padding: 5px 0;
font-size: 15px;
height: auto;
border: 1px solid #990708;
transition: 0.7s;
color: #262626;
position: absolute;
bottom: 17px;
margin-left: -80px;
left: 50%;
}
.zob4:hover {
background-color: #AA0000;
color: #FFFFFF !important;
}
@media (max-width:856px) {
.col {
width: 42%;
margin: 10px 1.3% 26px;
}
}
@media (max-width:730px) {
.col {
width: 46%;
margin: 10px 1.1% 26px;
}
}
@media (max-width:620px) {
.col {
width: 90%;
margin: 10px auto 26px;
}
}

.bg {
position: fixed;
width: 100%;
height: 180%;
left: 0;
z-index: -2;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
aside {
   position: relative;
   text-align: center;
   margin: 0 auto;
   padding: 0 0 20px;
}
.fon-svg3 {
   width: 100%;
   height: 60px;
   position: absolute;
   overflow: hidden;
   top: -1px;
   left: 0;
   z-index: 0;
}
.wbf {
   padding: 94px 0 25px;
   text-align: center;
   color: #FFF;
}
.newsz {
   font-size: 28px;
   padding: 0 0 32px;
   font-weight: bold;
   display: inline-block;
   text-transform: uppercase;
}
.pl7 {
   width: 18.5%;
   margin: 22px 2.74%;
   padding: 0 0 12px;
   display: inline-block;
   vertical-align: top;
}
.pl7 p {
   font-size: 17px;
   font-weight: bold;
   overflow-x: hidden;
   display: inline-block;
   position: relative;
}
.tm {
   display: block;
   color: #FFF;
   font-size: 54px;
}
.pl7 span {
   font-size: 14px;
   display: block;
}
.benefits {
   width: 100%;
}
.benefits__inner {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;
   max-width: 1210px;
   margin: 0 auto;
   padding: 10px 0 35px;
}
.benefits__header {
   width: 100%;
   text-align: center;
   line-height: 1.1;
   padding: 0 15px 0px;
   color: #FFF;
   font-size: 1.8em;
   text-transform: uppercase;
}
.benefits__element {
width: 23%;
text-transform: capitalize;
}
.benefits__element p {
   text-align: center;
   line-height: 1.3;
}
.benefits__number {
   font-size: 2.1rem;
   font-weight: 900;
   margin-bottom: 20px;
   opacity: 0;
   color: #FFF;
}
.benefits__titl {
font-size: 1.12rem;
margin: 11px auto 0;
color: #FFFFFF;
display: block;
}
.benefits__title {
   font-size: 1.125rem;
   color: #FFF;
}
@media (max-width:1230px) {
   .bg {
         height: 166%;
   }
}
@media (max-width:1196px) {
   .pl7 {
      width: 22%;
      margin: 22px 1.2%;
   }
   .pl7 p {
      font-size: 16px;
   }
   .pl7 span {
      font-size: 14px;
   }
}

@media (max-width:898px) {
   .pl7 {
      width: 41%;
      margin: 22px 3%;
   }
   .benefits__number {
      font-size: 2.2rem;
      margin-bottom: 17px;
   }
   .benefits__title {
      font-size: 1.1rem;
   }
}
@media (max-width:879px) {
   .bg {
      min-height: 1250px;
   }
}
@media (max-width:768px) {
   .fon-svg3 {
      height: 40px;
   }
}
@media (max-width:750px) {
   .benefits__element {
      width: 46%;
   }
   .benefits__number {
      font-size: 2em;
      margin-bottom: 7px;
   }
   .benefits__title {
      font-size: 1em;
   }
}
@media (max-width: 622px){
.bg {
    min-height: 1600px;
}
}
@media (max-width:528px) {
   .fon-svg3 {
      height: 30px;
   }
}
@media (max-width:509px) {
   .pl7 {
      width: 90%;
      margin: 3px 2% 24px;
      padding: 0 0 5px;
   }
}
@media (max-width:435px) {
   .pl7 {
      width: 95%;
   }
   .benefits__element {
      width: 48%;
   }
   .benefits__number {
      font-size: 1.6em;
      margin-bottom: 1px;
   }
   .benefits__title {
      font-size: 0.85em;
   }
}








.ctxo2 {
padding: 45px 0 55px;
position: relative;
color: #2A2A2A;
background-color: #F3F3F4;
margin: 0;
}


.ctx2,.ctx23 {
	position: relative;
	display:flex;
	margin: 0 auto 35px;
	min-width: 320px;
	max-width:1150px;	
}

.ctxl2 {
	flex-grow: 1;
	padding: 10px 10px 0;
	position: relative;
	width: 50%;
	float: left;
}
.ctxl2 img,.ctxl3 img {
	width: 99%;
	height: auto;

}
.ctxl2 img {
-webkit-box-shadow: 10px 10px 0px 1px rgba(180,0,0,0.79);
-moz-box-shadow: 10px 10px 0px 1px rgba(208, 187, 184, 0.66);
box-shadow: 10px 10px 0px 1px rgba(180,0,0,0.79);
}
.ctxl3 img {
-webkit-box-shadow: -10px -10px 0px 1px rgba(180,0,0,0.79);
-moz-box-shadow: -10px -10px 0px 1px rgba(208, 187, 184, 0.66);
box-shadow: -10px -10px 0px 1px rgba(180,0,0,0.79);
}
.ctxr2 {
width: 50%;
flex-shrink: 0;
padding: 2.3% 1% 0 108px;
float: left;
font-size: 17px;
line-height: 27px;
position: relative;
}

.ctxl3 {
flex-grow: 2;
padding: 10px 0 0 0;
position: relative;
width: 50%;
}

.ctxr3 {
	width: 50%;
	flex-shrink: 0;
	padding: 2.3% 3.2% 0 80px;
	float: left;
	font-size: 17px;
	line-height: 27px;
	position: relative;
}


.rez0 {
color: #262626;
display: block;
font-weight: bold;
font-size: 26px;
width: auto;
transform: rotate(-90deg);
position: absolute;
text-align: right;
}
.rez1 {
bottom: 45%;
left: -73px;
}
.rez2 {
bottom: 45%;
left: -65px;
}
.flex-center2 {
   display: flex;
   justify-content:center;
   align-items:center;
   height: 100%;
}

@media (max-width:1090px) {
	.ctx2,.ctx23 {
	margin: 0 auto 15px;
}
.ctxo2 {
padding: 20px 20px 15px;
}
.ctxl2,.ctxl3 {
	width: 45%;
}
.ctxr2,.ctxr3 {
width: 55%;
font-size: 16px;
line-height: 23px;
}
	.rez0 {
font-size: 24px;
}
}



@media (max-width:880px){
	.ctx2,.ctx23 {
	margin: 0 auto 10px;
}
.ctxo2 {
padding: 15px 16px 5px;
}
.ctxl2,.ctxl3 {
	width: 42%;
}
.ctxr2,.ctxr3 {
width: 58%;
font-size: 15px;
line-height: 21px;
}
	.rez0 {

font-size: 22px;
}
.rez1 {
left: -60px;
}
.rez2 {
left: -55px;
}
}

@media (max-width:756px){
	.ctx23 {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.order-1 {
   -webkit-box-ordinal-group: 1;
   -ms-flex-order: 1;
   order: 1;
}
.order-12 {
   -webkit-box-ordinal-group: 2;
   -ms-flex-order: 2;
   order: 2;
}
.ctx2,.ctx3 {
	display: block;
}	
.ctxl2,.ctxl3 {
	width: 100%;
	margin: 16px auto}	
	
.ctxl2 img,.ctxl3 img {
	width: 95%;
	max-width: 460px;
}
.ctxr2 ,.ctxr3{
	width: 100%;
	padding: 0 10px;
}
	.rez0 {
font-size: 26px;
transform: rotate(0);
position: static;
padding: 18px 0 22px;
text-align: center;
}
}










.text {
padding: 27px 6% 40px;
text-align: justify;
font-size: 16px;
color: #343434;
line-height: 28px;
}
@media (max-width:1180px) {
   .text {
      font-size: 15px;
      line-height: 27px;
   }
}

@media (max-width:999px) {
   .text {
      padding: 35px 20px 30px;
      font-size: 15px;
      line-height: 25px;
   }
}
@media (max-width:520px) {
   .text {
      padding: 25px 13px 20px;
      font-size: 14px;
      line-height: 23px;
      text-align: left;
   }
}





.dip {
text-align: center;
position: relative;
margin: 0 auto;
padding: 18px 6px 50px;
background-color: #fff;
}
.red {
color: #9A0002;
display: block;
padding: 6px 14px 20px;
font-weight: bold;
}
.dipp {
display: inline-block;
width: 15%;
margin: 0 0.5%;
padding: 12px 0 20px;
vertical-align: top;
}
.dipp img{
	width: 98%;
	height: auto;
}
@media (max-width:790px){
.dipp {
	width: 30%;
	margin:0 1%;
}
}


.otz0 {
position: relative;
width: 100%;
padding: 0;
margin: 0;
background-color: #FFF;
}

.otz {
position: relative;
width: 74%;
padding: 30px 0 75px;
margin: 0 auto;
background-color: #FFFFFF;
}
.bar-main {
 margin: 18px 0 35px;
}
.bar.bar-big {
 height: 5px;
 width: 90px;
 background: #aec6ef;
 margin: 20px auto;
 position: relative;
 border-radius: 30px;
}
.bar.bar-big::before {
 content: '';
 position: absolute;
 left: 0;
 top: -2.7px;
 height: 10px;
 width: 10px;
 border-radius: 50%;
 background: #0c5adb;
 -webkit-animation-duration: 3s;
 animation-duration: 3s;
 -webkit-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-name: MOVE-BG;
 animation-name: MOVE-BG;
}
.t_center .bar.bar-big::before {
 margin: auto;
}
.t_right .bar.bar-big::before {
 left: auto;
 margin: auto;
 right: 0;
}
@-webkit-keyframes MOVE-BG {
 from {
  -webkit-transform: translateX(0);
  transform: translateX(0);
 }
 to {
  -webkit-transform: translateX(88px);
  transform: translateX(88px);
 }
}
@keyframes MOVE-BG {
 from {
  -webkit-transform: translateX(0);
  transform: translateX(0);
 }
 to {
  -webkit-transform: translateX(88px);
  transform: translateX(88px);
 }
}
.otz ul {
 margin: 0;
 padding: 0;
}
.carousel {
overflow: hidden;
width: 100%;
position: relative;
}
.panes {
 list-style: none;
 position: relative;
 width: 500%;
 overflow: hidden;
 -webkit-animation: carousel 40s infinite;
 -moz-animation: carousel 40s infinite;
 animation: carousel 40s infinite;
}
.panes > li {
 position: relative;
 float: left;
 width: 20%;
}
@-moz-keyframes carousel {
 0% {
  left: 0;
 }
 11% {
  left: 0;
 }
 12.5% {
  left: -100%;
 }
 23.5% {
  left: -100%;
 }
 25% {
  left: -200%;
 }
 36% {
  left: -200%;
 }
 37.5% {
  left: -300%;
 }
 48.5% {
  left: -300%;
 }
 50% {
  left: -400%;
 }
 61% {
  left: -400%;
 }
 62.5% {
  left: -300%;
 }
 73.5% {
  left: -300%;
 }
 75% {
  left: -200%;
 }
 86% {
  left: -200%;
 }
 87.5% {
  left: -100%;
 }
 98.5% {
  left: -100%;
 }
 100% {
  left: 0;
 }
}
@-webkit-keyframes carousel {
 0% {
  left: 0;
 }
 11% {
  left: 0;
 }
 12.5% {
  left: -100%;
 }
 23.5% {
  left: -100%;
 }
 25% {
  left: -200%;
 }
 36% {
  left: -200%;
 }
 37.5% {
  left: -300%;
 }
 48.5% {
  left: -300%;
 }
 50% {
  left: -400%;
 }
 61% {
  left: -400%;
 }
 62.5% {
  left: -300%;
 }
 73.5% {
  left: -300%;
 }
 75% {
  left: -200%;
 }
 86% {
  left: -200%;
 }
 87.5% {
  left: -100%;
 }
 98.5% {
  left: -100%;
 }
 100% {
  left: 0;
 }
}
@keyframes carousel {
 0% {
  left: 0;
 }
 11% {
  left: 0;
 }
 12.5% {
  left: -100%;
 }
 23.5% {
  left: -100%;
 }
 25% {
  left: -200%;
 }
 36% {
  left: -200%;
 }
 37.5% {
  left: -300%;
 }
 48.5% {
  left: -300%;
 }
 50% {
  left: -400%;
 }
 61% {
  left: -400%;
 }
 62.5% {
  left: -300%;
 }
 73.5% {
  left: -300%;
 }
 75% {
  left: -200%;
 }
 86% {
  left: -200%;
 }
 87.5% {
  left: -100%;
 }
 98.5% {
  left: -100%;
 }
 100% {
  left: 0;
 }
}
.it2 {
height: auto;
text-align: center;
position: relative;
}
.slider__item_inner {
position: relative;
overflow: hidden;
color: #666;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.slider__item_title {
 font-size: 1.5em;
}
.sli3 {
 padding-top: 18px;
}

@media (max-width:918px) {
.otz {
 width:88%;
}
}
@media (max-width:738px) {
.otz {
 width:98%;
 padding: 10px 0 5px;
}
}
@media (max-width:438px) {
.irst {
 width: 320px;
}
}
