* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.header_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #D42323;
}

.header_w:before,
.header_w:after {
  content: " ";
  display: table;
}

.header_w:after {
  clear: both;
}

.header {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.header:before,
.header:after {
  content: " ";
  display: table;
}

.header:after {
  clear: both;
}

.header .title-1 {
  margin-bottom: 0;
  font: bold 16px Tahoma, sans-serif;
  color: #fff;
}

.header .title-2 {
  margin-bottom: 2px;
  font: 400 16px/18px Tahoma, sans-serif;
  color: #fff;
}

.header .ctr {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.header .ctr .item {
  display: table-cell;
}

.header .ctr .item span {
  font: bold 16px Tahoma, sans-serif;
  color: #fff;
}

.header .ctr .btn {
  display: inline-block;
  padding: 2px 12px;
  outline: none;
  max-width: 235px;
  font: 14px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #ffffff;
  background-color: #ff9c00;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header .ctr .btn:hover {
  background-color: #eb8800;
}

.s1_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 40px;
  background-color: #000000;
}

.s1_w:before,
.s1_w:after {
  content: " ";
  display: table;
}

.s1_w:after {
  clear: both;
}

.s1_w .title-1 {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font: 400 44px/42px Tahoma, sans-serif;
  color: #e43636;
  text-align: center;
}


.s1_w .title-1_1 {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font: 400 44px/42px Tahoma, sans-serif;
    color: #e43636;
    text-align: center;
}

.s1_w .title-1 span {
  font-weight: 700;
}

.s1_w .title-2 {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font: 400 31px/42px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s1_w .content {
  position: relative;
  min-height: 600px;
}

.s1_w .content .img-1 {
  position: absolute;
  bottom: 115px;
  left: 0;
}

.s1_w .content .img-1 img{
  max-width: 90%;
}

.mob-img{
  display: none;
}

.s1_w .content .img-2 {
  position: absolute;
  bottom: 120px;
  left: 75%;
    max-width: 450px;
}
.s1_w .content .img-2 img{
    width: 100%;
  max-width: 300px;
}
.s1_w .content .img-3 {
  display: none;
}

.form_block .text {
  text-align: center;
}

.form_block .text .t-1 {
  font: 30px "Prompt", sans-serif;
  color: #d42323;
}

.form_block .text .t-2 {
  font: 26px "Prompt", sans-serif;
  color: #000;
}

.form_block .text .t-3 {
  font: 38px/40px "Prompt", sans-serif;
  color: #d42323;
}

.form_block .text .t-4 {
  font: 26px "Prompt", sans-serif;
  color: #000;
}

.form_block .text .t-4 span {
  font-size: 1.2em;
  font-weight: 700;
  color: #d42323;
}

.form_block .text .t-5 {
  font: 20px "Prompt", sans-serif;
  color: #000;
}

.form_block.text .t-5 span {
  color: #ff9c00;
}

.form_block .text .t-5 span:last-child {
  text-decoration: line-through;
}

.form_block .text .t-6 {
  margin-bottom: 25px;
  font: 14px "Prompt", sans-serif;
  color: #000;
}

.form_block .text .t-6 span {
  font-size: 1.3em;
  font-weight: 700;
  color: #d42323;
}

.form_block {
  display: block;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  max-width: 409px;
  border-radius: 10px;
  border: 3px solid #d42323;
  background-color: #ffffff;
}

.form_block input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 11px;
  font: 21px "Prompt", sans-serif;
  color: #000;
  border: 0;
  border-radius: 10px;
  border: 2px solid #969696;
  background-color: #fff;
  outline: none;
}

.form_block input::-webkit-input-placeholder {
  color: #777;
}

.form_block input::-moz-placeholder {
  color: #777;
}

.form_block input:-moz-placeholder {
  color: #777;
}

.form_block input:-ms-input-placeholder {
  color: #777;
}

.form_block button {
  display: block;
  width: 100%;
  padding: 13px;
  font: 21px "Prompt", sans-serif;
  color: #fff;
  border: 0;
  border-radius: 25px;
  background-color: #d42323;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.form_block button:hover {
  background-color: #c00f0f;
}

.s2_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #D42323;
}

.s2_w:before,
.s2_w:after {
  content: " ";
  display: table;
}

.s2_w:after {
  clear: both;
}

.s2 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s2:before,
.s2:after {
  content: " ";
  display: table;
}

.s2:after {
  clear: both;
}

.s2 .title {
  margin-bottom: 42px;
  font: 700 48px/42px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s2 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s2 .items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
  max-width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  text-align: center;
}

.s2 .items .item .image {
  min-height: 120px;
}

.s2 .items .item .number {
  margin-bottom: 25px;
  font: 700 42px Tahoma, sans-serif;
  color: #fff;
}

.s2 .items .item .text {
  font: 24px/24px Tahoma, sans-serif;
  color: #fff;
}

.s3_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000000;
}

.s3_w:before,
.s3_w:after {
  content: " ";
  display: table;
}

.s3_w:after {
  clear: both;
}

.s3 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s3:before,
.s3:after {
  content: " ";
  display: table;
}

.s3:after {
  clear: both;
}

.s3 .image {
  position: absolute;
  left: 5%;
  bottom: 55px;
}

.s3 .text_block {
  margin-left: 50%;
}

.s3 .text_block .text-1 {
  margin-bottom: 15px;
  font: 700 36px Tahoma, sans-serif;
  color: #d42323;
  text-transform: uppercase;
}

.s3 .text_block .text-2 {
  margin-bottom: 15px;
  font: 24px/30px Tahoma, sans-serif;
  color: #fff;
}

.s3 .text_block .text-3 {
  margin-bottom: 15px;
  font: italic 18px/26px "Prompt", sans-serif;
  color: #fff;
}

.s3 .text_block .text-4 {
  font: 400 24px "Prompt", sans-serif;
  color: #fff;
}

.s3 .text_block .text-4 span {
  display: block;
  font: 700 28px Tahoma, sans-serif;
  color: #fff;
}

.s4_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  background-color: #000000;
}

.s4_w:before,
.s4_w:after {
  content: " ";
  display: table;
}

.s4_w:after {
  clear: both;
}

.s4_w .section_title {
  padding: 40px 15px;
  text-align: center;
}

.s4_w .section_title img {
  margin-right: 20px;
}

.s4_w .section_title span {
  font: 700 48px Tahoma, sans-serif;
  color: #fff;
}

.s4_w .section_content {
  position: relative;
  max-width: 1170px;
  min-height: 665px;
  background-color: #000000;
  overflow: hidden;
}

.s4_w .section_content .coner {
  position: absolute;
  top: 0;
  right: -413px;
  width: 1000px;
  height: 1000px;
  background-color: #000000;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: 80;
}

.s4_w .section_content .image {
  position: absolute;
  top: 0;
  left: 0;
}

.s4_w .section_content .text_block {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 468px;
  background-color: #000000;
  z-index: 99;
}

.s4_w .section_content .text_block .text-1 {
  font: bold 36px Tahoma, sans-serif;
  color: #D42323;
}

.s4_w .section_content .text_block .text-2 {
  margin-bottom: 15px;
  font: bold 28px Tahoma, sans-serif;
  color: #fff;
}

.s4_w .section_content .text_block .text-3 {
  margin-bottom: 50px;
  font: 28px Tahoma, sans-serif;
  color: #fff;
}

.s4_w .section_content .text_block .items {
  position: relative;
  max-width: 450px;
}

.s4_w .section_content .text_block .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.s4_w .section_content .text_block .items .item .image {
  position: relative;
  -webkit-box-flex: 3;
  -ms-flex: 3 1;
  flex: 3 1;
  margin-right: 25px;
}

.s4_w .section_content .text_block .items .item .text {
  -webkit-box-flex: 16;
  -ms-flex: 16 16;
  flex: 16 16;
  font: 400 24px/25px Tahoma, sans-serif;
  color: #fff;
}

.s5_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 74px;
  padding-bottom: 70px;
  min-height: 630px;
  background-color: #D42323;
}

.s5_w:before,
.s5_w:after {
  content: " ";
  display: table;
}

.s5_w:after {
  clear: both;
}

.s5 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
    text-align: center;
}

.s5:before,
.s5:after {
  content: " ";
  display: table;
}

.s5:after {
  clear: both;
}

.s5 .images {
  margin-bottom: 25px;
  text-align: center;
}

.s5 .text-1 {
  margin-bottom: 15px;
  font: 42px/30px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s5 .text-2 {
  margin-bottom: 30px;
  font: 29px/30px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s5 .text-2 span {
  font-weight: 700;
}

.s5 .text-3 {
  margin-bottom: 85px;
  font: 32px/30px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s5 .form {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.s5 .form .field {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
}

.s5 .form input {
  display: inline-block;
  padding: 20px 28px;
  width: 100%;
  max-width: 330px;
  font: italic 22px/30px "Prompt", sans-serif;
  color: #787878;
  border: 0;
  border-radius: 5px;
  background-color: #ffffff;
  outline: none;
}

.s5 .form input::-webkit-input-placeholder {
  color: #787878;
}

.s5 .form input::-moz-placeholder {
  color: #787878;
}

.s5 .form input:-moz-placeholder {
  color: #787878;
}

.s5 .form input:-ms-input-placeholder {
  color: #787878;
}

.s5 .btn {
  display: inline-block;
  padding: 20px 28px;
  width: 100%;
  max-width: 330px;
  font: 400 22px/30px "Prompt", sans-serif;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background-color: #ff9c00;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.s5 .btn:hover {
  background-color: #e68300;
}

.s6_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 90px;
  background-color: #000000;
}

.s6_w:before,
.s6_w:after {
  content: " ";
  display: table;
}

.s6_w:after {
  clear: both;
}

.s6_w .bgi {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 847px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("s6-bg.jpg") 0 0 no-repeat;
  opacity: 0.5;
}

.s6 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s6:before,
.s6:after {
  content: " ";
  display: table;
}

.s6:after {
  clear: both;
}

.s6 .title {
  margin-bottom: 100px;
  font: 700 48px/36px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s6 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 85px;
}

.s6 .item:last-child {
  margin-bottom: 0;
}

.s6 .item .image_block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 213px;
  flex: 1 1 213px;
  margin-right: 25px;
  text-align: center;
}

.s6 .item .image_block img {
  border-radius: 50%;
  border: 7px solid #fff;
}

.s6 .item .text_block {
  -webkit-box-flex: 1;
  -ms-flex: 1 5 775px;
  flex: 1 5 775px;
}

.s6 .item .text_block .title {
  margin-bottom: 20px;
  font: 700 30px/36px Tahoma, sans-serif;
  color: #fff;
  text-align: left;
        margin-top: 21px;
}

.s6 .item .text_block .title span {
  color: #ef0000;
  text-transform: uppercase;
}

.s6 .item .text_block .text {
  max-width: 775px;
  font: 400 24px/36px Tahoma, sans-serif;
  color: #fff;
}

.s7_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 57px;
  padding-bottom: 25px;
  min-height: 1143px;
  background-color: #ff0000;
}

.s7_w:before,
.s7_w:after {
  content: " ";
  display: table;
}

.s7_w:after {
  clear: both;
}

.s7_w .img-1 {
  position: absolute;
  top: 57px;
  left: 0;
}

.s7_w .img-2 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s7_w .img-3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.s7 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1022px;
  width: 100%;
}

.s7:before,
.s7:after {
  content: " ";
  display: table;
}

.s7:after {
  clear: both;
}

.s7 .title {
  margin: 0 auto 68px auto;
  max-width: 794px;
  font: 400 48px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s7 .title span {
  display: block;
  font: 700 58px Tahoma, sans-serif;
}

.s7 .text {
  font: 700 32px/36px Tahoma, sans-serif;
  color: #fff;
}

.s7 .br {
  margin-bottom: 52px;
}

.s8_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  background-color: #000000;
}

.s8_w:before,
.s8_w:after {
  content: " ";
  display: table;
}

.s8_w:after {
  clear: both;
}

.s8 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s8:before,
.s8:after {
  content: " ";
  display: table;
}

.s8:after {
  clear: both;
}

.s8 .title {
  padding-top: 30px;
  padding-bottom: 15px;
  font: 700 48px/48px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s8 .title img {
  margin-right: 25px;
}

.s8 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s8 .content .image {
  -webkit-box-flex: 12;
  -ms-flex: 12 1;
  flex: 12 1;
}

.s8 .content .text {
  -webkit-box-flex: 9;
  -ms-flex: 9 1;
  flex: 9 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.s8 .content .text p {
  margin-bottom: 25px;
  font: 400 24px/27px Tahoma, sans-serif;
  color: #fff;
}

.s9_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  background: #000000 url("../img/s9-bg.jpg") right center no-repeat;
}

.s9_w:before,
.s9_w:after {
  content: " ";
  display: table;
}

.s9_w:after {
  clear: both;
}

.s9 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s9:before,
.s9:after {
  content: " ";
  display: table;
}

.s9:after {
  clear: both;
}

.s9 .title {
  margin-top: 25px;
  margin-bottom: 25px;
  font: 400 48px/48px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s9 .title img {
  margin-right: 25px;
}

.s9 .title .bold {
  font: 700 42px/42px "Prompt", sans-serif;
}

.s9 .items {
  max-width: 60%;
}

.s9 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.s9 .item .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  margin-right: 25px;
}

.s9 .item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 600px;
  flex: 1 1 600px;
  font: 700 24px/24px Tahoma, sans-serif;
  color: #efa912;
}

.s10_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #d42323;
  overflow: hidden;
}

.s10_w:before,
.s10_w:after {
  content: " ";
  display: table;
}

.s10_w:after {
  clear: both;
}

.s10_w .fire-1 {
  position: absolute;
  top: 70px;
  left: 0;
}

.s10_w .fire-2 {
  position: absolute;
  bottom: -11px;
  right: 0;
}

.s10 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s10:before,
.s10:after {
  content: " ";
  display: table;
}

.s10:after {
  clear: both;
}

.s10 .title {
  margin-bottom: 70px;
  font: 400 46px/48px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s10 .title span {
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
}

.s10 .fire-3 {
  position: absolute;
  width: 200px;
  left: 26%;
  top: 100px;
  z-index: 88;
}

.s10 .desktop {
  overflow: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.s10 table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  z-index: 99;
}

.s10 table tr td img {
  position: relative;
}

.s10 table tr td:first-child {
  width: 330px;
  text-align: left;
}

.s10 table .flex {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s10 table .flex span {
  margin-bottom: auto;
}

.s10 table tr:first-child td {
  padding: 0;
}

.s10 table td {
  padding: 15px;
  font: 400 20px/24px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s10 .black {
  background-color: #000000;
}

.s10 .yellow {
  background-color: #ffa200;
}

.s11_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-bottom: 50px;
  background-color: #d42323;
}

.s11_w:before,
.s11_w:after {
  content: " ";
  display: table;
}

.s11_w:after {
  clear: both;
}

.s11 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s11:before,
.s11:after {
  content: " ";
  display: table;
}

.s11:after {
  clear: both;
}

.s11 .title {
  margin-top: 40px;
  margin-bottom: 62px;
  font: 700 48px/48px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s11 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s11 .items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  margin-bottom: 50px;
}

.s11 .items .item .image {
  text-align: center;
}

.s11 .items .item .text {
  font: 25px/48px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s11 .subtext {
  font: 700 32px/48px Tahoma, sans-serif;
  color: #ffc154;
  text-align: center;
}

.s12_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  background-color: #000000;
}

.s12_w:before,
.s12_w:after {
  content: " ";
  display: table;
}

.s12_w:after {
  clear: both;
}

.s12 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
  min-height: 800px;
}

.s12:before,
.s12:after {
  content: " ";
  display: table;
}

.s12:after {
  clear: both;
}

.s12 .title {
  margin-top: 45px;
  font: 400 48px/48px Tahoma, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.s12 .title span {
  font-weight: 700;
}

.s12 .slider {
  position: relative;
  float: none;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 50%;
}

.s12 .slider:before,
.s12 .slider:after {
  content: " ";
  display: table;
}

.s12 .slider:after {
  clear: both;
}

.s12 .slider .navs {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.s12 .slider .navs .prev,
.s12 .slider .navs .next {
  float: left;
  margin-right: 10px;
  width: 62px;
  height: 50px;
  border-radius: 10px;
  background-color: #ff0000;
  background-image: url("s12-i4.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.s12 .slider .navs .prev:hover,
.s12 .slider .navs .next:hover {
  background-color: #d70000;
}

.s12 .slider .navs .next {
  background-image: url("s12-i5.png");
}

.s12 .slide {
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.s12 .slide .text {
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
  font: italic 22px/30px "Prompt", sans-serif;
  color: #fff;
}

.s12 .slide .text:before {
  content: '';
  position: absolute;
  top: -22px;
  left: -35px;
  width: 33px;
  height: 23px;
  z-index: 99;
}

.s12 .slide .text:after {
  content: '';
  position: absolute;
  bottom: -22px;
  right: -35px;
  width: 33px;
  height: 23px;
  z-index: 99;
}

.s12 .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80%;
}

.s12 .slide .user .image {
  margin-right: 25px;
}

.s12 .slide .user .image img {
  width: auto;
}

.s12 .slide .user .data {
  font: 400 24px/27px Tahoma, sans-serif;
  color: #fff;
}

.s13_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  background-color: #d42323;
}

.s13_w:before,
.s13_w:after {
  content: " ";
  display: table;
}

.s13_w:after {
  clear: both;
}

.s13 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s13:before,
.s13:after {
  content: " ";
  display: table;
}

.s13:after {
  clear: both;
}

.s13 .title_top {
  display: none;
  margin-bottom: 10px;
  font: 400 42px/48px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s13 .first_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 70px;
}

.s13 .first_block .text_block {
  -webkit-box-flex: 11;
  -ms-flex: 11;
  flex: 11;
  margin-right: 25px;
}

.s13 .first_block .title {
  margin-bottom: 10px;
  font: 400 42px/48px Tahoma, sans-serif;
  color: #fff;
}

.s13 .first_block .text {
  font: 400 24px/30px Tahoma, sans-serif;
  color: #fff;
}

.s13 .first_block .doc {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
  margin-bottom: 25px;
}

.s13 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 50px auto;
  max-width: 1100px;
}

.s13 .items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 25px;
}

.s13 .items .item .text {
  font: 700 24px/30px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s13 .form_block {
  margin-bottom: 60px;
  padding: 25px 15px 15px 15px;
  border: 4px solid #ffffff;
  background-color: #000000;
}

.s13 .form_block p {
  font: 400 24px/30px Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.s13 .form_block .form {
  display: table;
  table-layout: fixed;
  margin: 30px auto 35px auto;
  width: 100%;
  max-width: 1024px;
}

.s13 .form_block .form .field {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
}

.s13 .form_block .form input {
  display: inline-block;
  padding: 20px 28px;
  width: 100%;
  max-width: 330px;
  font: italic 22px/30px "Prompt", sans-serif;
  color: #787878;
  border: 0;
  border-radius: 5px;
  background-color: #ffffff;
  outline: none;
}

.s13 .form_block .form input::-webkit-input-placeholder {
  color: #787878;
}

.s13 .form_block .form input::-moz-placeholder {
  color: #787878;
}

.s13 .form_block .form input:-moz-placeholder {
  color: #787878;
}

.s13 .form_block .form input:-ms-input-placeholder {
  color: #787878;
}

.s13 .form_block .form .btn {
  display: inline-block;
  padding: 20px 28px;
  width: 100%;
  max-width: 330px;
  font: 400 22px/30px "Prompt", sans-serif;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background-color: #ff9c00;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.s13 .form_block .form .btn:hover {
  background-color: #e68300;
}

.s14_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
}

.s14_w:before,
.s14_w:after {
  content: " ";
  display: table;
}

.s14_w:after {
  clear: both;
}

.s14 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s14:before,
.s14:after {
  content: " ";
  display: table;
}

.s14:after {
  clear: both;
}

.s14 .content {
  max-width: 100%;
  text-align: center;
}

.s14 .title {
  margin: 10px auto;
  width: 100%;
  font: 400 48px/54px Tahoma, sans-serif;
  color: #000;
  text-shadow: 0px 0px 10px white;
  text-align: center;
}

.s14 .items:before,
.s14 .items:after {
  content: " ";
  display: table;
}

.s14 .items:after {
  clear: both;
}

.s14 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.s14 .item .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25px;
  flex: 1 1 25px;
  margin-right: 15px;
}

.s14 .item .text {
  -webkit-box-flex: 15;
  -ms-flex: 15 1 500px;
  flex: 15 1 500px;
  font: 400 26px/24px Tahoma, sans-serif;
  color: #000;
  text-shadow: 0px 0px 10px white;
}

.s15_w {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #000000;
}

.s15_w:before,
.s15_w:after {
  content: " ";
  display: table;
}

.s15_w:after {
  clear: both;
}

.s15 {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}

.s15:before,
.s15:after {
  content: " ";
  display: table;
}

.s15:after {
  clear: both;
}

.s15 .text-1 {
  font: 700 48px Tahoma, sans-serif;
  color: #d42323;
}

.s15 .text-1 span {
  font-size: 1.4em;
  font-family: "Prompt", sans-serif;
}

.s15 .text-2 {
  font: 400 35px/36px Tahoma, sans-serif;
  color: #fff;
}

.s15 .text-2 span {
  font-weight: 700;
  color: #d42323;
}

.s15 .text-3 {
  font: 700 48px Tahoma, sans-serif;
  color: #fecc46;
}

.s15 .text-4 {
  font: 400 30px Tahoma, sans-serif;
  color: #fff;
}

.s15 .text-4 .span1 {
  font: 700 1.2em Tahoma, sans-serif;
  color: #d42323;
}

.s15 .text-4 .span2 {
  font-weight: 700;
  color: #ff9c00;
}

.s15 .text-5 {
  font: italic 25px/42px Tahoma, sans-serif;
  color: #fff;
}

.s15 .bottom_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s15 .bottom_block .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 25px;
}
.s15 .bottom_block .form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s15 .bottom_block .field {
  width: 371px;
}

.s15 .bottom_block .field label {
  display: block;
  font: italic 17px/30px Tahoma, sans-serif;
  color: #fff;
}

.s15 .bottom_block .field input {
  display: block;
  width: 100%;
  padding: 17px;
  font: 400 24px Tahoma, sans-serif;
  color: #ca2828;
  border: 0;
  border-radius: 10px;
  background-color: #ffffff;
}

.s15 .bottom_block .field input::-webkit-input-placeholder {
  color: #ca2828;
}

.s15 .bottom_block .field input::-moz-placeholder {
  color: #ca2828;
}

.s15 .bottom_block .field input:-moz-placeholder {
  color: #ca2828;
}

.s15 .bottom_block .field input:-ms-input-placeholder {
  color: #ca2828;
}

.s15 .bottom_block .field button {
  display: block;
  margin-top: 20px;
  width: 100%;
  padding: 17px;
  font: 700 27px Tahoma, sans-serif;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 25px;
  background-color: #d42323;
}

.s15 .bottom_block .field button:hover {
  background-color: #c00f0f;
}

@media screen and (max-width: 1070px) {
  .s3 .image {
    top: 0;
    bottom: auto;
  }

  .s3 .image img {
    max-width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .s1_w {
    padding-top: 20px;
  }

  .s1_w .title-1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
  }

  .s1_w .title-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .s10 .fire-3 {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .s4_w .section_title {
    padding: 35px 15px;
  }

  .s4_w .section_title span {
    font-size: 42px;
  }

  .s5_w {
    padding-top: 25px;
    padding-bottom: 35px;
    min-height: auto;
  }

  .s5 .images {
    margin-bottom: 15px;
  }

  .s5 .text-1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .s5 .text-2 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .s5 .text-3 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .s5 .form input {
    padding: 15px 20px;
    font-size: 18px;
  }

  .s5 .form .btn {
    padding: 15px 20px;
    font-size: 18px;
  }

  .s6_w {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .s6 .title {
    font-size: 42px;
  }

  .s7_w {
    padding-top: 50px;
  }

  .s7_w .img-1 img {
    width: 150px;
  }

  .s7_w .img-2 img {
    width: 150px;
  }

  .s7 .title {
    margin-bottom: 60px;
    font-size: 39px;
  }

  .s7 .title span {
    font-size: 49px;
  }

  .s7 .text {
    font-size: 30px;
  }

  .s8 .title {
    padding-top: 20px;
    font-size: 38px;
  }

  .s8 .title img {
    width: 40px;
  }

  .s9 .items {
    margin: 0 auto;
  }

  .s10 table tr td:first-child {
    width: 20%;
    font-size: 16px;
    line-height: 18px;
  }

  .s11 .title {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 42px;
    line-height: 40px;
  }

  .s12 {
    min-height: 0;
    background-position: center bottom;
  }

  .s12 .slider {
    float: none;
    width: 100%;
  }

  .s13 .items .item .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .s13 .form_block .form input {
    padding: 15px 20px;
    font-size: 18px;
  }

  .s13 .form_block .form .btn {
    padding: 15px 20px;
    font-size: 18px;
  }

  .s14_w {
    background-position: 150% 0;
  }

  .s14 .content {
    margin: 0 auto;
    max-width: 500px;
  }

  .s14 .title {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .s15_w {
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .s15 .text-1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 910px) {
  .s14_w {
    background-position: 200% 0;
  }
}

@media screen and (max-width: 888px) {
  .s1_w .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  min-height: 220px;
  }

  .s1_w .content .img-1 {
    display: none;
  }
  
  .mob-img{display: block; margin-bottom: 50px;}

  .s1_w .content .img-2 {
    display: none;
  }

  .s1_w .content .img-3 {
    display: block;
    max-width: 568px;
  }

  .form_block {
    position: static;
  }
}

@media screen and (max-width: 880px) {
  .s3 .image img {
    max-width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .header_w {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .title-1 {
    font-size: 14px;
  }

  .header .ctr {
    display: block;
    text-align: center;
  }

  .header .ctr .item span {
    font-size: 16px;
  }

  .header .ctr .item {
    display: inline-block;
    min-width: 190px;
    margin-bottom: 15px;
  }

  .header .ctr .btn {
    font-size: 16px;
  }

  .s1_w .title-1 {
    font-size: 28px;
    line-height: 28px;
  }

  .s1_w .title-2 {
    font-size: 21px;
    line-height: 30px;
  }

  .s2_w {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .s2 .title {
    font-size: 30px;
  }

  .s2 .items .item {
    margin-bottom: 25px;
  }

  .s2 .items .item .image {
    min-height: 80px;
  }

  .s2 .items .item .image img {
    max-width: 70%;
  }

  .s2 .items .item .text {
    font-size: 18px;
    line-height: 20px;
  }

  .s3 .image {
    position: relative;
    left: auto;
    margin-bottom: 25px;
  }

  .s3 .text_block {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
  }

  .s3 .text_block .text-2 {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .s4_w .section_title {
    padding: 25px 15px;
  }

  .s4_w .section_title img {
    margin-right: 10px;
    max-width: 30px;
  }

  .s4_w .section_title span {
    font-size: 35px;
  }

  .s4_w .section_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0;
  }

  .s4_w .section_content .coner {
    display: none;
  }

  .s4_w .section_content .image {
    position: relative;
    max-width: 500px;
  }

  .s4_w .section_content .text_block {
    padding: 15px;
    position: relative;
    width: auto;
  }

  .s4_w .section_content .text_block .text-1 {
    font-size: 32px;
  }

  .s4_w .section_content .text_block .text-2 {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .s4_w .section_content .text_block .text-3 {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .s5_w {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .s5 .images {
    margin-bottom: 5px;
  }

  .s5 .text-1 {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .s5 .text-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .s5 .text-3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .s5 .form {
    display: block;
    max-width: 500px;
  }

  .s5 .form .field {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }

  .s6 .title {
    margin-bottom: 50px;
    font-size: 35px;
  }

  .s6 .items {
    margin: 0 auto;
    max-width: 500px;
  }

  .s6 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .s6 .item .image_block {
    margin-right: 0;
  }

  .s6 .item .text_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .s6 .item .text_block .title {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .s6 .item .text_block .text {
    font-size: 22px;
    line-height: 24px;
  }

  .s6 .item .text_block .text {
    font-size: 18px;
    line-height: 20px;
  }

  .s7_w {
    padding-top: 35px;
    min-height: 1043px;
  }

  .s7_w .img-1 img {
    width: 120px;
  }

  .s7_w .img-2 img {
    width: 120px;
  }

  .s7 .title {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 30px;
  }

  .s7 .title span {
    font-size: 40px;
  }

  .s7 .text {
    font-size: 25px;
    font-weight: 400;
  }

  .s8 .title {
    padding-top: 10px;
    font-size: 30px;
  }

  .s8 .title img {
    margin-right: 10px;
    width: 30px;
  }

  .s8 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 500px;
  }

  .s8 .content .image {
    text-align: center;
  }

  .s8 .content .text {
    padding: 0;
  }

  .s8 .content .text p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 24px;
  }

  .s9_w {
    background-position: left center;
  }

  .s9 .title {
    font-size: 35px;
  }

  .s9 .title img {
    margin-right: 10px;
    width: 30px;
  }

  .s9 .title .bold {
    font-size: 32px;
  }

  .s9 .items {
    max-width: 100%;
  }

  .s10_w .fire-1 {
    left: -200px;
  }

  .s10_w .fire-2 {
    right: -150px;
  }

  .s10 .title {
    font-size: 32px;
    line-height: 32px;
  }

  .s10 table .flex .image {
    max-width: 80px;
  }

  .s10 table .flex {
    height: 180px;
  }

  .s10 table td {
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .s11 .title {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 38px;
  }

  .s11 .items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .s11 .items .item .image {
    max-width: 150px;
  }

  .s11 .items .item .text {
    font-size: 22px;
  }

  .s11 .subtext {
    font-size: 25px;
    line-height: 30px;
  }

  .s12 .title {
    margin-top: 25px;
    font-size: 35px;
  }

  .s12 .slide .user {
    max-width: 100%;
  }

  .s12 .slide .user .data {
    font-size: 22px;
    line-height: 24px;
  }

  .s13 {
    max-width: 500px;
  }

  .s13 .title_top {
    display: block;
    margin-top: 25px;
    font-size: 35px;
    line-height: 40px;
  }

  .s13 .first_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .s13 .first_block .text_block {
    margin-right: 0;
  }

  .s13 .first_block .title {
    display: none;
  }

  .s13 .first_block .text {
    font-size: 22px;
    line-height: 26px;
  }

  .s13 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
    max-width: 300px;
  }

  .s13 .form_block .form {
    display: block;
    max-width: 500px;
  }

  .s13 .form_block .form .field {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }

  .s14_w {
    min-height: 0;
    background-image: none;
  }

  .s14 .title {
    margin-top: 25px;
    margin-bottom: 15px;
    max-width: 100%;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
  }

  .s15_w {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .s15 .text-1 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .s15 .text-1 span {
    display: block;
    font-size: 1.2em;
  }

  .s15 .text-2 {
    font-size: 28px;
    line-height: 26px;
    text-align: center;
  }

  .s15 .text-3 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .s15 .text-4 {
    font-size: 26px;
    text-align: center;
  }

  .s15 .text-5 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  .s15 .bottom_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s15 .bottom_block .image {
    margin-right: 0;
    text-align: center;
  }

  .s15 .bottom_block .image img {
    width: 100%;
    max-width: 400px;
  }

  .s15 .bottom_block .field {
    max-width: 400px;
    width: 100%;
  }
    #form4 select{
        max-width: 400px;
        width: 100%!important;
    }
}

@media screen and (max-width: 425px) {
  .header_w {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .header .title-1 {
    font-size: 12px;
  }

  .header .title-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .header .title-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .header .ctr .item span {
    font-size: 12px;
  }

  .header .ctr .item {
    margin-bottom: 2px;
    min-width: 130px;
  }

  .header .ctr .btn {
    padding: 2px 10px;
    font-size: 12px;
  }

  .s1_w {
    padding-top: 15px;
  }

  .s1_w .title-1 {
    font-size: 28px;
    line-height: 24px;
  }
  
  .s1_w .title-1_1 {
    font-size: 33px;
    line-height: 24px;
  }

  .s1_w .title-2 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 21px;
  }

  .s2_w {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s2 .title {
    font-size: 23px;
  }

  .s2 .items .item .number {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .s3_w {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s3 .image {
    margin-bottom: 10px;
  }

  .s3 .text_block .text-1 {
    margin-bottom: 5px;
    font-size: 32px;
  }

  .s3 .text_block .text-2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }

  .s3 .text_block .text-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .s3 .text_block .text-4 {
    font-size: 20px;
  }

  .s3 .text_block .text-4 span {
    font-size: 22px;
  }

  .s4_w .section_title {
    padding: 15px;
  }

  .s4_w .section_title img {
    margin-right: 10px;
    max-width: 25px;
  }

  .s4_w .section_title span {
    font-size: 24px;
  }

  .s4_w .section_content .text_block {
    padding: 10px;
  }

  .s4_w .section_content .text_block .text-1 {
    font-size: 26px;
  }

  .s4_w .section_content .text_block .text-2 {
    font-size: 22px;
  }

  .s4_w .section_content .text_block .text-3 {
    font-size: 22px;
  }

  .s4_w .section_content .text_block .items .item {
    margin-bottom: 15px;
  }

  .s4_w .section_content .text_block .items .item .text {
    font-size: 18px;
    line-height: 20px;
  }

  .s5 .images img {
    width: 50px;
  }

  .s5 .text-1 {
    font-size: 24px;
  }

  .s5 .text-2 {
    font-size: 22px;
  }

  .s5 .text-3 {
    font-size: 20px;
  }

  .s6 .title {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 24px;
  }

  .s6 .item .image_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .s6 .item .image_block img {
    width: 150px;
  }

  .s6 .item .text_block .title {
    font-size: 20px;
    line-height: 24px;
  }

  .s6 .item .text_block .title span {
    display: block;
  }

  .s7_w {
    padding-top: 25px;
    min-height: 800px;
  }

  .s7_w .img-1 img {
    width: 80px;
  }

  .s7_w .img-2 img {
    width: 80px;
  }

  .s7 .title {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 26px;
  }

  .s7 .title span {
    line-height: 26px;
    font-size: 30px;
  }

  .s7 .text {
    font-size: 18px;
    line-height: 24px;
  }

  .s7 .br {
    margin-bottom: 25px;
  }

  .s8 .title {
    padding-bottom: 5px;
    font-size: 22px;
  }

  .s8 .title img {
    width: 20px;
  }

  .s8 .content .text p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .s9 .title {
    font-size: 24px;
  }

  .s9 .title img {
    margin-right: 10px;
    width: 25px;
  }

  .s9 .title .bold {
    font-size: 22px;
  }

  .s9 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .s9 .item .image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .s9 .item .image img {
    height: 50px;
    max-width: 70px;
  }

  .s9 .item .text {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 18px;
    text-align: center;
  }

  .s10_w .fire-1 {
    top: -50px;
    left: -270px;
  }

  .s10 .title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .s10 table td {
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .s11 .title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .s11 .items .item {
    margin-bottom: 25px;
  }

  .s11 .items .item .image {
    max-width: 100px;
  }

  .s11 .items .item .text {
    font-size: 18px;
  }

  .s11 .subtext {
    font-size: 20px;
    line-height: 24px;
  }

  .s12 .title {
    margin-top: 15px;
    font-size: 25px;
  }

  .s12 .slider {
    margin-top: 0;
  }

  .s12 .slide {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s12 .slide .text {
    font-size: 16px;
    line-height: 22px;
  }

  .s12 .slide .text:before {
    left: 0;
  }

  .s12 .slide .text:after {
    right: 0;
  }

  .s12 .slide .user .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }

  .s12 .slide .user .data {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    font-size: 18px;
    line-height: 18px;
  }

  .s13 .title_top {
    margin-top: 15px;
    font-size: 24px;
    line-height: 26px;
  }

  .s13 .first_block .text {
    font-size: 18px;
    line-height: 20px;
  }

  .s13 .form_block p {
    font-size: 18px;
    line-height: 20px;
  }

  .s14 .content {
    max-width: 300px;
  }

  .s14 .title {
    margin-top: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .s14 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s14 .item .image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 0;
  }

  .s14 .item .text {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 18px;
    text-align: center;
  }

  .s15_w {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .s15 .text-1 {
    font-size: 24px;
  }

  .s15 .text-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .s15 .text-3 {
    font-size: 26px;
  }

  .s15 .text-4 {
    font-size: 24px;
  }

  .s15 .text-5 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .s15 .bottom_block .field input {
    padding: 12px;
    font-size: 21px;
  }
    .s15 .bottom_block select{
        height: 50px!important;
    }
  .s15 .bottom_block .field button {
    padding: 12px;
    font-size: 21px;
  }
    .s1_w .content .form_block{
        padding-left: 15px;
        padding-right: 15px;
    }
}
#form4{
    margin-top: 40px;
}
#form1 select,#form4 select{
        width: 371px;
    border-radius: 10px;
    padding: 3px 0 5px 20px;
    height: 63px;
    line-height: 55px;
    font: 400 24px Tahoma, sans-serif;
    color: #ca2828;
    outline: none;
        background: #fff url("customselect.png") no-repeat 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#form1 select{
    width: 100%;
        border: 2px solid #969696;
    height: 50px;
    color: #777777;
    margin-bottom: 10px;
}
input{
    outline: none;
}
#form4 select,.field{
    margin-bottom: 20px;
    display: block;
}
.price{
    color: #fff;
    font-size: 20px;
    padding: 0 12px 0;
    margin: 10px 0;
    text-align: center;
    max-width: 340px;
    width: 100%;
    line-height: 1;
}
.price span {
    font-weight: bold;
    font-style: italic;
    margin-left: 5px;
    font-size: 32px;
}
@media screen and (max-width:1169px){
    .s1_w .content .img-2{
        left: 75%;
    bottom: 120px;
    }

}
@media screen and (max-width:1064px){
    .s1_w .content .img-2{
        left: 75%;
    bottom: 120px;
    }
}
@media screen and (max-width:970px){
    
    .s6 .item .text_block .title{
        margin-top: 0;
    }
}
.disc{
    font-size: 12px;
    font-weight: 700;
    margin-top: 40px;
    color: #fff;
    text-align: right;
}
@media screen and (max-width:320px){
  .s10 table tr td:first-child {
    width: 15%;
  }
}


.land-link{
  display: block;
  text-decoration: none;
    margin-top: 20px;
    width: 100%;
    padding: 17px;
    font: 700 27px Tahoma, sans-serif;
    color: #fff;
    border: 0;
    border-radius: 25px;
    background-color: #d42323;
  max-width: 320px;
  margin: 15px auto;
}

.land-link:hover {
  background-color: #c00f0f;
}


