@font-face {
  font-family: "OpenSansRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSansRegular/opensans-regular.ttf.eot");
  src: url("../fonts/OpenSansRegular/opensans-regular.ttf.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/opensans-regular.ttf.woff") format("woff"), url("../fonts/OpenSansRegular/opensans-regular.ttf.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansBold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/OpenSansBold/opensans-bold.ttf.eot");
  src: url("../fonts/OpenSansBold/opensans-bold.ttf.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/opensans-bold.ttf.woff") format("woff"), url("../fonts/OpenSansBold/opensans-bold.ttf.ttf") format("truetype"); }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: "OpenSansRegular", sans-serif;
  overflow-x: hidden;
  opacity: 1; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }

.clear {
  clear: both; }

.btn {
  width: 100%;
  height: 60px;
  background: #5aad03;
  border: none;
  color: #ffffff;
  font-size: 22px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.27), inset -3px -3px 5px 0 rgba(255, 255, 255, 0.37);
          box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.27), inset -3px -3px 5px 0 rgba(255, 255, 255, 0.37);
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .btn:hover {
    background: #428403;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.header {
  width: 100%;
  height: 400px;
  background: url(../img/space.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }

.logo img {
  padding-left: 35px;
  padding-top: 24px; }

.header__line {
  width: 100%;
  height: 180px;
  background: #152025;
  position: absolute;
  bottom: 0; }
  @media only screen and (max-width: 540px) {
    .header__line {
      height: 190px; } }
  .header__line h1 {
    font-family: "OpenSansBold", sans-serif;
    font-size: 80px;
    color: #94aeac;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1.3; }
    @media only screen and (max-width: 480px) {
      .header__line h1 {
        font-size: 50px; } }
  .header__line .header_txt_btm {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #94aeac; }

.triangle {
  width: 470px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
  margin: auto 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.sec1_head {
  font-family: "OpenSansBold", sans-serif;
  font-size: 35px;
  color: #425154;
  text-transform: uppercase;
  text-align: center; }

.icons_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.icon_item {
  width: 165px;
  height: 170px; }
  .icon_item .icon_txt {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 17px;
    text-align: center; }
  .icon_item .icon_img {
    display: inline-block;
    text-align: center;
    width: 165px;
    margin: 0 auto; }
  .icon_item a{
    text-decoration: none;
    color: #425154;
  }

.info_block {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 15px; }
  .info_block a {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #425154;
    text-decoration: none;
    line-height: 1.4; }

.info_btn {
  width: 340px;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .info_btn {
      width: 280px; } }

.sec2 {
  background: url(../img/bg2.jpg) no-repeat center center;
  background-size: cover;
  height: 624px;
  position: relative; }

.block_quest {
  width: 100%;
  height: 314px;
  background: url(../img/questions_line.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0; }

.sec2_txt {
  padding-left: 15%;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 28px;
  color: #425154;
  z-index: 10; }
  @media only screen and (max-width: 980px) {
    .sec2_txt {
      font-size: 24px; } }
  @media only screen and (max-width: 639px) {
    .sec2_txt {
      font-size: 21px; } }
  @media only screen and (max-width: 480px) {
    .sec2_txt {
      font-size: 18px; } }
  .sec2_txt p {
    line-height: 1.2; }

.why_head {
  text-align: center;
  text-transform: uppercase;
  font-family: "OpenSansBold", sans-serif;
  font-size: 35px;
  color: #425154; }
  @media only screen and (max-width: 480px) {
    .why_head {
      font-size: 24px; } }

.line1 {
  width: 3px;
  height: 89px;
  background: url(../img/line1.png) no-repeat center center;
  display: inline-block;
  float: left; }

.why_txt {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 19px;
  color: #425154;
  line-height: 1.3;
  display: inline-block;
  width: 98%;
  padding-left: 20px;
  margin-bottom: 30px; }

.welcome_head {
  width: 592px;
  height: 107px;
  background: #aec5c8;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative; }
  @media only screen and (max-width: 639px) {
    .welcome_head {
      width: 492px; } }
  @media only screen and (max-width: 540px) {
    .welcome_head {
      width: 420px; } }
  @media only screen and (max-width: 480px) {
    .welcome_head {
      width: 280px; } }
  .welcome_head h3 {
    font-family: "OpenSansBold", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #425154;
    padding-top: 20px; }
    @media only screen and (max-width: 639px) {
      .welcome_head h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 540px) {
      .welcome_head h3 {
        font-size: 18px; } }
  .welcome_head .wcm_treangle {
    width: 100%;
    height: 32px;
    background: url(../img/bottom_triangle_light.png) no-repeat center center;
    position: absolute;
    bottom: -31px; }

.wlcm_txt_center {
  margin-top: 80px;
  width: 100%; }
  .wlcm_txt_center .line2 {
    width: 3px;
    height: 39px;
    background: url(../img/line2.png) no-repeat center center;
    float: left; }
  .wlcm_txt_center p {
    display: inline-block;
    width: 97%;
    margin: 0;
    font-family: "OpenSansBold", sans-serif;
    font-size: 19px;
    line-height: 1.2;
    color: #152025;
    padding-left: 20px; }

.wlcm_item {
  margin-top: 30px;
  position: relative; }
  .wlcm_item .marker_round {
    width: 46px;
    height: 46px;
    background: url(../img/marker_round.png) no-repeat center center;
    display: inline-block;
    float: left; }
  .wlcm_item .item_txt_block {
    width: 86%;
    clear: both;
    display: inline-block;
    padding-left: 20px; }
    @media only screen and (max-width: 480px) {
      .wlcm_item .item_txt_block {
        width: 80%; } }
    .wlcm_item .item_txt_block .item_txt {
      font-family: "OpenSansRegular", sans-serif;
      font-size: 19px;
      line-height: 1.2;
      color: #425154; }
    .wlcm_item .item_txt_block .item_txt_red {
      font-family: "OpenSansRegular", sans-serif;
      font-size: 19px;
      color: #cb4825;
      line-height: 1.2;
      padding-top: 15px; }

.sec5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#567476), to(#acbfc2));
  background: -webkit-linear-gradient(top, #567476, #acbfc2);
  background: linear-gradient(180deg, #567476, #acbfc2); }

.inside_head {
  text-align: center;
  text-transform: uppercase; }
  .inside_head h3 {
    font-family: "OpenSansBold", sans-serif;
    font-size: 35px;
    color: #ffffff; }

.inside_img {
  width: 100%;
  height: auto;
  background: #435255;
  margin-bottom: 30px; }
  .inside_img img {
    width: 100%;
    padding: 6px; }

.inside_txt_block {
  padding-top: 15px; }
  .inside_txt_block .marker_small {
    width: 20px;
    height: 20px;
    background: url(../img/marker_small.png) no-repeat center center;
    float: left;
    display: inline-block; }
  .inside_txt_block .inside_txt {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 19px;
    color: #425154;
    display: inline-block;
    clear: both;
    line-height: 1.2;
    width: 95%;
    padding-left: 20px; }
    @media only screen and (max-width: 480px) {
      .inside_txt_block .inside_txt {
        width: 90%; } }
    .inside_txt_block .inside_txt strong {
      color: #425154; }

.next_head {
  text-align: center; }
  .next_head h3 {
    font-family: "OpenSansBold", sans-serif;
    font-size: 35px;
    color: #425154;
    text-transform: uppercase; }

.next_txt_block {
  margin-bottom: 30px; }
  .next_txt_block .next_txt {
    width: 95%;
    display: inline-block;
    clear: both;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 16px;
    color: #425154;
    line-height: 1.2;
    padding-left: 20px; }
    @media only screen and (max-width: 480px) {
      .next_txt_block .next_txt {
        width: 90%; } }
    .next_txt_block .next_txt strong {
      font-size: 19px;
      color: #425154;
      display: block; }

@media only screen and (max-width: 920px) {
  .qus_line {
    display: none; } }

.qus_line_mob {
  display: none;
  width: 100%;
  background: #829d9a; }
  @media only screen and (max-width: 920px) {
    .qus_line_mob {
      display: block; } }
  .qus_line_mob .line_txt_mob {
    font-family: "OpenSansBold", sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 50px;
    line-height: 1.2; }

.marker_check {
  width: 18px;
  height: 18px;
  background: url(../img/marker_check.png) no-repeat center center;
  float: left;
  display: inline-block; }

.sec7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#567476), to(#acbfc2));
  background: -webkit-linear-gradient(top, #567476, #acbfc2);
  background: linear-gradient(180deg, #567476, #acbfc2); }

.questions_head {
  text-align: center;
  text-transform: uppercase; }
  .questions_head h3 {
    font-family: "OpenSansBold", sans-serif;
    font-size: 35px;
    color: #425154; }

.line_central {
  height: 38px;
  background: #829d9a;
  display: inline-block;
  position: relative; }
  .line_central .line_txt {
    font-family: "OpenSansBold", sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 50px;
    float: right; }
    @media only screen and (max-width: 1024px) {
      .line_central .line_txt {
        font-size: 18px; } }
  .line_central .line_triangle {
    width: 32px;
    height: 38px;
    background: url(../img/triangle_part.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: -32px; }

.line_central:before {
  content: " ";
  width: 9999px;
  height: 38px;
  background: #829d9a;
  position: absolute;
  left: -9999px;
  top: 0; }

.question_text {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 19px;
  color: #425154;
  line-height: 1.3;
  padding-left: 25px;
  margin-bottom: 50px; }
  .question_text p {
    display: inline-block;
    clear: both;
    width: 92%;
    margin: 0;
    padding-left: 10px; }

.question_strong {
  font-family: "OpenSansBold", sans-serif;
  font-size: 19px;
  color: #425154;
  padding-left: 50px;
  margin-bottom: 30px;
  margin-top: -30px;
  display: block; }

.sec8 {
  background: #e7e9ea; }

.sec8_head {
  font-family: "OpenSansBold", sans-serif;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #425154; }

.sec8_txt {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 19px;
  color: #425154;
  padding-bottom: 30px;
  line-height: 1.4; }

.heart_txt {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 19px;
  color: #425154;
  padding-bottom: 20px; }

.heart {
  display: inline-block;
  float: left;
  border: none;
  outline: none;
  background: #e7e9ea; }
  .heart img {
    cursor: pointer; }

.heart_input_block {
  display: inline-block; }
  .heart_input_block .heart_input {
    width: 88px;
    height: 36px;
    background: #ffffff;
    position: relative;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    margin-left: 30px; }
    .heart_input_block .heart_input input {
      border: none;
      width: 88px;
      height: 36px;
      font-family: "OpenSansBold", sans-serif;
      font-size: 22px;
      color: #425154;
      text-align: center;
      outline: none; }
    .heart_input_block .heart_input .part_window {
      width: 11px;
      height: 16px;
      background: url(../img/part_window.png) no-repeat center center;
      position: absolute;
      bottom: 5px;
      left: -11px; }

.social_block {
  padding-top: 30px; }

.social_txt {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 19px;
  color: #425154;
  margin-bottom: 20px;}

.item_btn {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  width: 100px;
  height: 30px;
}
.item1 {
    position: absolute;
    top: -8px;
    left: 0;}
.item2 {
    position: absolute;
    top: 0;
    left: 0;}
.item3 {
  position: absolute;
  top: 0;
  left: 0;}
.item4 {
  position: absolute;
  top: -6px;
  left: 0;}