body {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: middle; 
}
button,
input {
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.vbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.vbg video {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}
.vbg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.md {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .ss-effect {
    opacity: 0;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .md {
  max-width: 1200px;
  padding-left: 0;
}
.header-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-links__tel {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}
.header-links__line {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.s-top {
  position: relative;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 100px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/s-top-bg.jpg);
}
.s-top .md {
  max-width: 1170px;
}
.s-top h1 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.s-top h2 {
  font-size: 68px;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Roboto Slab', serif;
}
.s-top h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Roboto Slab', serif;
}
.banner9m{
	display: inline-block;
	float: right;	
}
.s-top .df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4.94791667vw;
}
.s-top .df .lt h3{
	font-size: 25px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    /*background: url(../images/sloy2.jpg)no-repeat center center #004e70;*/
	    background-color: #508800;
	background-size: cover;
    color: white;
    display: block;
}
.s-top .df .lt h3 b{
	font-size: 35px;
	font-weight: 700;
}
.s-top .df .lt ul {
  width: 600px;
  overflow: hidden;
}
.s-top .df .lt ul li {
  width: 50%;
  height: 150px;
  float: left;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-top .df .lt ul li div {
  margin: auto;
}
.s-top .df .lt ul li span {
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
.s-top .df .lt ul li .t1 {
  display: block;
}
.s-top .df .lt ul li p {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}
.s-top .df .lt ul li.c1 {
  background-color: #00adef;
}
.s-top .df .lt ul li.c2 {
  background-color: #97c653;
}
.s-top .df .lt ul li.c3 {
  background-color: #004e70;
}
.s-top .df .lt ul li.c4 {
  background-color: #08729a;
}
.s-top .df .lt ul li.c4 span {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}
.s-top .df .rt {
  width: 410px;
  padding: 20px 45px 0 45px;
  background-color: #fff;
}
.s-top .df .rt .title {
  text-align: center;
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 15px;
}
.s-top .df .rt .name {
  display: block;
  width: 100%;
  color: #757575;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  border: 1px solid #757575;
  padding: 0 12px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
}
.s-top .df .rt .tel {
  display: block;
  width: 100%;
  color: #757575;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  border: 1px solid #757575;
  padding: 0 12px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
}
.s-top .df .rt .submit {
  display: block;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  background-color: #00adef;
  margin-bottom: 15px;
}
.s-top .df .rt .submit:hover {
  background-color: #0abbff;
}
.s-top .df .rt .agree {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.s-top .df .rt .agree .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(../images/fchecked.jpg);
}
.s-top .df .rt .agree .text {
  color: #08729a;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}
.s-top .scroll-icon {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
}
.s-top .scroll-icon span {
  display: block;
  margin: auto;
  width: 24px;
  height: 57px;
  background-image: url(../images/scroll-icon.png);
}
.s-question {
  padding-top: 55px;
  padding-bottom: 55px;
  color: #000;
  position: relative;
  z-index: 2;
}
.s-question .md {
  max-width: 1170px;
}
.s-question .title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.s-question .title h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  font-family: 'Roboto Slab', serif;
}
.s-question .title h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.s-question-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1170px;
  padding: 20px 15px;
  margin: auto;
}
.s-question-item .text {
  width: 840px;
  position: relative;
}
.s-question-item .text .wrap {
  margin: auto 0;
  position: relative;
}
.s-question-item .text .num {
  position: relative;
  color: #868991;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  padding-right: 10px;
}
.s-question-item .text .num .is {
  color: #aeb0b5;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}
.s-question-item .text_right {
  padding-left: 40px;
}
.s-question-item .text .caption {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.s-question-item .text .caption-line {
  width: 65px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -85px;
  background-color: #868991;
}
.s-question-item .text input {
  display: none;
}
.s-question-item .text label {
  position: relative;
  display: table;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.s-question-item .text input[type='radio'] + label:after {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/radio.png);
}
.s-question-item .text input[type='radio']:checked + label:after {
  background-image: url(../images/radio-check.png);
}
.s-question-item .text input[type='radio']:checked + label:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  z-index: 5;
}
.s-question-item .text input[type='checkbox'] + label:after {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/check.png);
}
.s-question-item .text input[type='checkbox']:checked + label:after {
  background-image: url(../images/check-check.png);
}
.s-question-item .text input[type='checkbox']:checked + label:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 9px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/arc7.png);
  z-index: 5;
}
.s-question-item .text ul {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.s-question-item .text ul:last-child {
  margin-right: 0;
}
.s-question-item .text ul li {
  margin-bottom: 10px;
}
.s-question-item .c1 .caption {
  color: #00527e;
}
.s-question-item .c1 input[type='radio']:checked + label:before {
  background-color: #00527e;
}
.s-question-item .c2 .caption {
  color: #84c329;
}
.s-question-item .c2 input[type='radio']:checked + label:before {
  background-color: #84c329;
}
.s-question-item .c3 .caption {
  color: #00527e;
}
.s-question-item .c3 input[type='radio']:checked + label:before {
  background-color: #00527e;
}
.s-question-item .c4 .caption {
  color: #00adef;
}
.s-question-item .c4 input[type='radio']:checked + label:before {
  background-color: #00adef;
}
.s-question-item .c5 .caption {
  color: #84c329;
}
.s-question-item .c5 input[type='radio']:checked + label:before {
  background-color: #84c329;
}
.s-question-item .c6 .caption {
  color: #00adef;
}
.s-question-item .c6 input[type='checkbox']:checked + label:before {
  background-image: url(../images/arc6.png);
}
.s-question-item .c7 .caption {
  color: #00527e;
}
.s-question-item .c7 input[type='checkbox']:checked + label:before {
  background-image: url(../images/arc7.png);
}
.s-question-item .pic {
  width: 300px;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.s-question-item .parallax {
  position: relative;
  width: 500px;
  top: 0px;
  height: 100%;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
}
.s-question-item .parallax-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.s-question-item_1 ul {
  margin-right: 50px;
}
.s-question-item_2 ul {
  width: 32%;
}
.s-question-item_3 ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.s-question-item_3 ul li:last-child {
  margin-right: 0;
}
.s-question-item_4 ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.s-question-item_4 ul li:last-child {
  margin-right: 0;
}
.s-question-item_5 ul {
  margin-right: 50px;
}
.s-question-item_6 ul {
  margin-right: 50px;
}
.s-question-item_7 ul {
  margin-right: 25px;
}
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0a4d6d;
  text-align: center;
  color: #fff;
  position: relative;
}
.footer .md {
  max-width: 1170px;
}
.footer h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 35px;
}
.footer-tel {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  height: 44px;
  color: #757575;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  border: 1px solid #757575;
  padding: 0 12px;
  text-align: center;
  background-color: #fff;
}
.footer-submit {
  display: inline-block;
  vertical-align: top;
  width: 375px;
  height: 44px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  background-color: #00adef;
}
.footer-submit:hover {
  background-color: #0abbff;
}
.footer p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 100px;
}
.footer small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.vline {
  display: block;
  position: fixed;
  width: 1px;
  top: 0;
  background-color: #ccc;
}
#vline-left {
  left: calc(50% - 600px);
  left: -o-calc(50% - 600px);
}
#vline-right {
  right: calc(50% - 600px);
  right: -o-calc(50% - 600px);
}
.gline {
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  background-color: #ccc;
}
#gline-bottom {
  bottom: 100px;
}
#gline-top {
  bottom: 0;
}
.wrap-scrolldownhoney {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
}
.scrolldownhoney {
  border: 2px solid #fff;
  border-radius: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 18px;
}
.scrolldownhoney .scrolldownhoney-c1,
.scrolldownhoney .scrolldownhoney-c2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: scrolldownhoney;
  animation-name: scrolldownhoney;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  fill: #fff;
}
.scrolldownhoney-c2 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
@-webkit-keyframes scrolldownhoney {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
}
@keyframes scrolldownhoney {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
}
@media screen and (max-width: 1400px) {
  .s-top {
    padding-bottom: 150px;
  }
  .s-question {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-bg {
    height: 190px;
  }
}
@media screen and (max-width: 1200px) {
.banner9m{
	display: block;
	float: none;	
	margin: 0 auto;
	margin-bottom: 20px;
}
 .header {
    position: static;
    background-color: #0a4d6d;
  }
  .header .md {
    padding-left: 15px;
    max-width: 750px;
  }
  .s-top {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0a4d6d;
  }
  .s-top .md {
    max-width: 750px;
  }
  .s-top h2 {
    font-size: 42px;
  }
  .s-top h3 {
    font-size: 32px;
  }
  .s-top .df {
    display: block;
    padding-top: 35px;
  }
  .s-top .df .lt {
    width: 100%;
    margin-bottom: 35px;
  }
  .s-top .df .lt ul {
    width: 100%;
  }
  .s-top .df .lt ul li.c3 {
    background-color: #00527e;
  }
  .s-top .df .rt {
    width: 100%;
    padding: 20px 20px 25px 20px;
    text-align: center;
  }
  .s-top .df .rt .agree {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-top .scroll-icon {
    display: none;
  }
  .s-question {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-question .md {
    max-width: 750px;
  }
  .s-question .title {
    display: block;
    margin-bottom: 40px;
  }
  .s-question .title h2 {
    text-align: center;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .s-question .title h3 {
    text-align: center;
  }
  .s-question-item {
    display: table;
    width: 420px;
    margin: auto;
    padding: 10px 15px;
  }
  .s-question-item .text {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .s-question-item .text .caption {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .s-question-item .text .caption-line {
    display: none;
  }
  .s-question-item .text ul {
    width: 100% !important;
    display: block !important;
    margin-right: 0 !important;
  }
  .s-question-item .text ul li {
    width: 100% !important;
    display: block !important;
    margin-right: 0 !important;
  }
  .s-question-item .pic {
    display: none;
  }
  .footer-bg {
    display: none;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer h2 {
    font-size: 36px;
  }
  .footer-tel {
    width: 280px;
    display: block;
    margin: 0 auto 15px auto;
    border-color: #fff;
  }
  .footer-submit {
    width: 280px;
    display: block;
    margin: auto;
    font-size: 13px;
  }
  .footer p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .gline {
    display: none;
  }
  .vline {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding-top: 15px;
	padding-bottom: 15px;
  }
  .s-top .df .lt ul li {
    width: 50%;
  }
  .s-top .df .lt ul li.n {
    display: none;
  }
  .s-top .df .lt ul li.c3 {
    background-color: #00527e;
  }
  .s-question h3 br {
    display: none;
  }
  .s-question-item br {
    display: none;
  }
  .s-question-item .text .caption {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .s-question-item .text label {
    font-size: 15px;
  }
}
@media screen and (max-width: 540px) {
  .s-top .df .lt ul li {
    float: none;
    width: 100%;
  }
  .s-top .df .rt .agree .text {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  .header-wrap {
    display: block;
  }
  .header-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .header-links {
    text-align: center;
  }
  .s-question {
    padding-left: 0;
    padding-right: 0;
  }
  .s-question-item {
    width: 100%;
  }
}
#soglas {
  max-width: 750px;
  margin-left: 15px;
  margin: 15px;
  display: none;
}
#soglas .soglas-head {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', serif;
}
#soglas .soglas-text p {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}
#soglas .soglas-text p b {
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}
#freewha {
  display: none !important;
}
.actions_3006{
    background: red;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
}










.s-top .df .lt {
  width: 600px;
}

.sl__item {
  height: 350px;
  position: relative;
  z-index: 2;
}

.sl__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sl .b {
  font-weight: 700;
}

.tdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.slide1__title {
  text-align: center;
  font-size: 25px;
  background-color: #508800;
  padding: 5px 20px;
}

.slide1__title-num {
  font-size: 35px;
  font-weight: 700;
}

.slide1__top {
  font-size: 20px;
  padding-top: 35px;
  padding-left: 45px;
  padding-bottom: 40px;
}

.slide1__t1 {
  display: block;
}

.slide1__t3 {
  font-size: 72px;
}

.slide1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide1__list-item {
  padding-left: 45px;
}

.slide1__t4 {
  font-size: 35px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

.slide1__t5 {
  font-size: 72px;
}

.slide1__t6 {
  font-size: 20px;
}

.slide1__t7 {
  font-size: 20px;
  display: block;
  margin-bottom: 16px;
}

.slide1__t8 {
  font-size: 20px;
}

.slide1__t9 {
  font-size: 60px;
}

.slide2__title {
  padding-top: 50px;
  padding-left: 45px;
}

.slide2__t1 {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

.slide2__t2 {
  display: block;
  font-size: 20px;
  font-weight: 300;
}

.slide3__title {
  padding-top: 50px;
  padding-left: 45px;
}

.slide3__t1 {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 110px;
}

.slide3__t1 .b {
  font-size: 30px;
}

.slide3__t2 {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

.slide4__title {
  padding-top: 50px;
  padding-left: 45px;
}

.slide4__t1 {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
}

.slide4__t1 .b {
  font-size: 30px;
}

.slide4 p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}

.slide4 p:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}

.slide4__df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}

.slide4__t2 {
  margin-left: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.slide__title {
  padding-top: 50px;
  padding-left: 45px;
}

.slide5__t1 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 180px;
}

.slide5__t2 {
  font-size: 18px;
  font-weight: 300;
}

.slide5__t3 {
  font-size: 36px;
}

.slide6__t1 {
  font-size: 30px;
  line-height: 1.24;
  font-weight: 700;
  display: block;
  margin-bottom: 50px;
}

.slide6__t2 {
  display: block;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 300;
  margin-bottom: 24px;
}

.slide7 {
  font-size: 20px;
  line-height: 1.24;
  font-weight: 300;
}

.slide7 .b {
  font-size: 36px;
}

.slide7__t1 {
  font-size: 30px;
  line-height: 1.24;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}

.slide7__t2 {
  display: block;
  margin-bottom: 20px;
}

.slide7__t3 {
  display: block;
  margin-top: 26px;
  margin-bottom: 6px;
}

.slide7__t4 {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide8__t1 {
  font-size: 30px;
  line-height: 1.24;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}

.slide8__t2 {
  font-size: 20px;
  line-height: 1.24;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}

.slide8__t3 {
  font-size: 20px;
  line-height: 1.24;
  font-weight: 300;
  display: block;
  margin-top: 70px;
}

.slide8__t3 .b {
  font-size: 36px;
}

.slide9__t1 {
  font-size: 30px;
  line-height: 1.24;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}

.slide9__t2 {
  font-size: 20px;
  line-height: 1.24;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}

.slide9__t3 {
  font-size: 20px;
  line-height: 1.24;
  font-weight: 300;
  display: block;
  margin-top: 70px;
}

.slide9__t3 .b {
  font-size: 36px;
}

.sl-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sl-arrows>div {
  width: 18px;
  height: 34px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sl-arrows .prev {
  background-image: url(../images/slides/prev.png);
}

.sl-arrows .next {
  margin-left: 25px;
  background-image: url(../images/slides/next.png);
}

.s-top .df .lt {
  position: relative;
  font-family: 'Roboto Slab', serif;
}

.s-top .df .lt .sl-dots {
  margin-top: 20px;
}

.s-top .df .lt .sl-dots button {
  display: none;
}

.s-top .df .lt .sl-dots .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
  margin-top: 3px;
}

.s-top .df .lt .sl-dots .slick-dots li.slick-active {
  height: 6px;
  margin-top: 0;
}

.sl-num {
  position: absolute;
  top: 80px;
  right: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1200px) {
  .s-top .df .lt {
    width: 100%;
  }
  .sl__item {
	  height: auto;
  }
  .sl__bg {
	  position: static;
	  height: auto;
  }
}

@media (max-width: 750px) {
  .slide1__top {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide1__list {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide1__list-item {
    padding-left: 0;
    width: 100%;
    margin-bottom: 25px;
  }

  .sl .slick-track {
	  display: flex;
  }
  .sl__item {
    height: auto;
  }
.sl__bg {
	position: static;
	height: auto;
}
  .slide__title {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide__title br {
    display: none;
  }
}

@media (max-width: 640px) {
  .slide1__title-num {
    display: block;
  }

  .sl-num {
    font-size: 30px;
    top: 110px;
  }

  .slide5__t2 {
	  font-size: 20px;
  }
  .slide5__t2 .br {
    display: block;
	margin-top: 10px;
  }

  .slide7__t4 {
    display: block;
    padding-right: 0;
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  

  .slide1__title {
    font-size: 16px;
  }

  .slide1__title-num {
    font-size: 28px;
  }

  .sl-num {
    top: 90px;
    right: 10px;
  }
  .slide1__t3 {
	  font-size: 54px;
  }  
  .slide1__t5 {
	  font-size: 54px;
  }
  .slide1__t9 {
	  font-size: 54px;
  }
}
