@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic);
.hide-text {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.at {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.ib {
  display: inline-block;
  vertical-align: middle;
}
.ibt {
  display: inline-block;
  vertical-align: top;
}
.ibb {
  display: inline-block;
  vertical-align: bottom;
}
.lsn {
  list-style: none;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #711378;
  min-height: 100%;
  position: relative;
}
.main_container {
  min-height: 100%;
  position: relative;
}
.main_logo img {
  max-width: 100%;
}
.main_logo .desc-logo {
  display: none;
}
.main-footer {
  background-color: #bfcbd1;
  color: #646464;
  font-size: 13px;
  line-height: 17px;
  padding: 12px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.developer {
  margin-bottom: 50px;
}
.developer_data .developer_name {
  font-size: 26px;
  line-height: 26px;
  padding-bottom: 40px;
  position: relative;
  display: inline-block;
}
.developer_data .developer_name:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 1px;
  background-color: #8f9095;
}
.copyright_title {
  margin-bottom: 10px;
}
.txt-center {
  text-align: center;
}
.single-item {
  color: white;
  overflow: hidden;
  padding: 0 30px 30px;
  margin: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-item .item {
  display: none;
  //float: left;
  height: 100%;
  min-height: 1px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}
.single-item .item ul {
  list-style: none;
  display: inline-block;
}
.single-item .item ul li {
  text-align: left;
  padding-left: 10px;
  /*padding-left: 34px;*/
  position: relative;
}
.single-item .item ul li + li {
  margin-top: 8px;
}
.single-item .item ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-item .item h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 20px;
}
.single-item .item big {
  font-size: 20px;
  line-height: 24px;
  display: block;
}
.single-item .slick-arrow {
  position: absolute;
  top: 32%;
  width: 18px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-item .slick-arrow:hover {
  -webkit-opacity: 1;
  opacity: 1;
}
.single-item .slick-arrow:before,
.single-item .slick-arrow:after {
  display: none;
}
.single-item .slick-arrow.slick-prev {
  background-image: url("../images/arr-prev.png");
  left: 5px;
}
.single-item .slick-arrow.slick-next {
  background-image: url("../images/arr-next.png");
  right: 5px;
}
.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  text-align: center;
}
.slick-dots {
  bottom: 0;
  height: 10px;
  width: auto;
  left: 0;
  right: 0;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: white;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button:before,
.slick-dots li button:after {
  display: none;
}
.slick-dots li.slick-active button {
  -webkit-opacity: 1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body {
    background: url("../images/bg-body-desctop.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .main_content {
    /*background: url("../images/main-logo-desctop.png") no-repeat 0 50%;*/
    /*background-size: 85% auto;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*display: table;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7%;
  }
  .main_content_inside {
    display: table;
    /*display: table-cell;*/
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: right;
  }
  .cell-slider {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
    width: 42%;
    text-align: left;
  }
  .single-item {
    display: inline-block;
    max-width: 310px;
  }
  .main_logo {
    /*display: none;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url("../images/main-logo-desctop.png") no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .main_logo img {
    display: none;
  }
  .main-footer {
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .developer {
    display: table-cell;
    margin: 0;
    width: 40%;
  }
  .developer_data {
    text-align: right;
  }
  .developer_data .developer_name {
    display: block;
  }
  .copyright {
    display: table-cell;
    width: 60%;
    text-align: right;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .slide-table {
    width: 100%;
    display: table;
  }
  .slide-table__cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 178px;
  }
  .main_content {
    /*background-size: 100% auto;*/
  }
  .single-item {
    margin: 0;
    max-width: 424px;
  }
  .single-item .item {
    font-size: 20px;
    line-height: 25px;
  }
  .single-item .item > ul li:before {
    top: 11px;
  }
  .single-item .item big {
    font-size: 25px;
    line-height: 30px;
  }
  .single-item .slick-arrow.slick-prev {
    left: 0;
  }
  .single-item .slick-arrow.slick-next {
    right: 0;
  }
  .main-footer {
    text-align: left;
  }
  .developer {
    width: 60%;
  }
  .copyright {
    width: 40%;
  }
  .copyright_title {
    margin-bottom: 5px;
  }
  .developer_data,
  .developer_address {
    display: table-cell;
    vertical-align: top;
    font-weight: 400;
    line-height: 15px;
  }
  .developer_data {
    position: relative;
    padding-right: 60px;
  }
  .developer_data:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 1px;
    background-color: #8f9095;
  }
  .developer_data .developer_name {
    padding: 0;
  }
  .developer_data .developer_name:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .single-item {
    max-width: 484px;
  }
  .main-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  .copyright_title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
  }
  .copyright img {
    display: inline-block;
    vertical-align: middle;
  }
}
