@charset "UTF-8";
.grafslider {
  height: 560px;
  position: relative;
  overflow: hidden; }

.grafslider_container {
  position: relative; }

.grafslider .grafslider_item {
  position: absolute;
  left: calc((100% - 1920px)/2); }

.grafslider img {
  border: none; }

.grafslider .grafslider_item img {
  width: 1920px;
  overflow: hidden;
  display: block; }

.grafslider .grafslider_item .slide_text {
  position: absolute;
  width: 487px;
  padding: 47px 45px 52px;
  border: 0;
  border-radius: 0px; }

.grafslider .grafslider_item .slide_text .fon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.851;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); }

.grafslider .grafslider_item .slide_text .slide_head,
.grafslider .grafslider_item .slide_text p {
  position: relative;
  position-z-index: 100; }

.grafslider .grafslider_item .slide_text .slide_head {
  color: #be212a;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  max-height: 72px;
  overflow: hidden; }

.grafslider .grafslider_item .slide_text p {
  color-font-size: 16px;
  line-height: 22px;
  text-align: justify;
  max-height: 66px;
  overflow: hidden;
  margin: 21px 0 24px; }

.slide_head {
  color: #cc3300; }

.grafslider .grafslider_item .rsp_left {
  left: calc(((100% - 1280px)/2) + 54px);}

.grafslider .grafslider_item .rsp_right {
  right: 5%; }

.grafslider .grafslider_item .rsp_center {
  left: 50%;
  margin-left: -12.5%; }

.preview_hover {
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0%;
  bottom: 0%; }

.preview {
  left: calc((100% - 306px)/2);
  width: 306px;
  position: absolute;
  bottom: 2.7%; }

.preview_right {
  text-align: right; }

.preview_left {
  text-align: left; }

.preview_center {
  text-align: center; }

.preview .preview_item {
  display: inline-block;
  width: 94px;
  height: 59px;
  margin: 0px 3px;
  cursor: pointer; }

.preview .preview_item img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #bacad2;
  opacity: 0.8; }

.preview .preview_item_active img {
  border: 1px solid #fff;
  opacity: 1.0; }

.dot_item {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px; }

.dot_item div {
  margin: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 0;
  border-radius: 0px; }

.zu {
  margin-bottom: 10px; }

.dot_item_active {
  background: #fff;
  background-border: 1px solid #cccccc; }

.dot_item_active div {
  width: 10px;
  height: 10px;
  background: #cc3300;
  border: 0;
  border-radius: 0px;
  margin: 5px; }

.dot_item_hover {
  background: #fff;
    background-background-border: 1px solid #cccccc; }

.dot_item_hover div {
  width: 10px;
  height: 10px;
  background: #cc3300;
  border: 0;
  border-radius: 0px;
  margin: 5px; }

.dot_hover {
  position: absolute;
  right: 1%;
  width: 98%;
  bottom: 24px;
  height: 20px;
  text-align: center; }

/* arrows */
.arrows_large_area_left,
.arrows_large_area_right {
  position: absolute;
  cursor: pointer;
  width: 20%;
  height: 100%;
  background: #fff;
  opacity: 0.2; }

.arrows_right,
.arrows_left {
  position: absolute;
  cursor: pointer; }

.arrows_right img,
.arrows_left img {
  width: 100%; }

.slide_link {
  display: block;
  width: 150px;
  height: 48px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #2c418c;
  color: #2c418c;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  position: relative;
  font-size: 1.6rem;
  padding: .8125em 2.0625em .8125em 1.875em;
  margin: 24px 0 0; }

.slide_link:hover, .slide_link:focus{
  color: #fff;
  background: #2c418c; }

.slide_link:after {
  content: "»";
  right: 23px;
  position: absolute;
  top: 13px; }
