@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/* font-family: "HelveticaNeueBold"; */
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../fonts/HelveticaNeueBold/HelveticaNeueBold.eot");
  src: url("../fonts/HelveticaNeueBold/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueBold/HelveticaNeueBold.woff") format("woff"), url("../fonts/HelveticaNeueBold/HelveticaNeueBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

* {
  margin: 0;
  padding: 0; }

p, h1, h2 {
  margin: 0; }

input, button, input:focus, button:focus {
  outline: none !important; }

a, button, input {
  transition: all 0.5s;
  outline: none; }

html {
  width: 100%; }

a:active, a:focus, input:focus, input:active {
  outline: none; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  transition: all 0.5s; }

select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

li {
  list-style: none; }

body {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  background: #fff; }

a[href^=tel] {
  color: #212121;
  border: none; }

#header {
  padding: 8px 0;
  position: relative;
  background-color: #111e3e; }

.header-wrapper {
  text-align: center; }

.navbar {
  position: relative;
  min-height: 0px;
  margin-bottom: 0px;
  border: 0px solid transparent; }

.navbar-nav > li > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px; }
  .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ff7139; }
  .navbar-nav > li > a:focus {
    background-color: transparent; }
  .navbar-nav > li > a:active {
    background-color: transparent; }

.header_btn {
  width: 130px;
  height: 35px;
  border: 1px solid #fe6e39;
  color: #ff7139;
  font-size: 13px;
  font-weight: 400;
  margin: 0 5px;
  background-color: transparent; }
  .header_btn:hover {
    background-color: #ff7139;
    color: #fff; }

#s-main {
  overflow-x: hidden;
  background: url("../img/main-bg.jpg") no-repeat center bottom/cover; }

#s-main .container {
  position: relative; }

.s-main_content-top {
  margin-top: 45px; }

.s-main_content-top h1 {
  color: #111e3e;
  font-size: 34px;
  font-weight: 700; }
.s-main_content-top h1 span {
  color: #e91a3c;
}
.s-main_content-top p {
  margin-top: 5px;
  color: #111e3e;
  font-size: 20px;
  font-weight: 300; }

.s-main_content-top hr {
  width: 72px;
  height: 2px;
  background-color: #111e3e;
  border: none; }

.s-main_content-bottom {
  margin-top: 35px; }

.s-main_content-bottom > p {
  color: #111e3e;
  font-size: 18px;
  font-weight: 700; }

.s-main_content-bottom_wrapper {
  width: 100%; }

.s-main_content-bottom_item_cover {
  height: 37px; }

.s-main_content-bottom_item {
  margin-top: 20px;
  max-width: 180px; }

.s-main_content-bottom_item p {
  color: #111e3e;
  font-size: 14px;
  font-weight: 700;
  margin-top: 7px; }

.full-form {
  padding-top: 65px;
  max-width: 290px;
  width: 100%;
  height: 375px;
  background: url("../img/form-bg-mob.png") no-repeat center/auto; }

.form-title {
  max-width: 289px;
  text-align: center;
  color: #111e3e;
  font-size: 16px;
  font-weight: 700; }

.s-main-form .form {
  max-width: 300px;
  width: 100%;
  margin: 0 auto; }

.field-desc {
  color: #111e3e;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  margin: 17px 0 5px; }

.field {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 43px;
  color: #111e3e;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #a1a7b2;
  background-color: #ffffff;
  text-indent: 10px; }

.form-btn {
  margin-top: 15px;
  width: 100%;
  height: 45px;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.51);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 5px 4px 4px 5px;
  background: url("../img/form-btn.png") no-repeat center; }
  .form-btn:hover {
    color: #ff7139; }

#catalog {
  padding: 45px 0; }

.title h2 {
  color: #303030;
  font-family: "HelveticaNeueBold",sans-serif;
  font-size: 27px;
  font-weight: 700; }

.catalog-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0; }

.catalog-item {
  max-width: 280px;
  width: 100%;
  margin: 30px auto 0; }

.catalog-item_cover {
  width: 100%;
  height: 188px;
  line-height: 185px; }

.item-name {
  color: #303030;
  font-family: "HelveticaNeueBold",sans-serif;
  font-size: 18px;
  font-weight: 700; }

.item-price {
  color: #494949;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px; }

.item-char {
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  padding: 15px 17px;
  box-shadow: -1px 5px 10px rgba(223, 223, 223, 0.75);
  background-color: #ffffff; }
  .item-char:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    top: -16px;
    left: 19px;
    background: url("../img/caret.png") no-repeat center; }

.char-li {
  position: relative;
  color: #494949;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 30px; }
  .char-li:before {
    content: '';
    display: block;
    position: absolute; }

.prese-li {
  color: #259619;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 20px; }

.rasr-li {
  color: #f39c12;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; }

.btn-li button {
  width: 201px;
  height: 43px;
  margin-top: 15px;
  border-radius: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.51);
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  border: none;
  background-color: #4a597a;
  background-image: linear-gradient(to top, #3a4968 0%, #4a597a 100%); }
  .btn-li button:hover {
    background-color: #4a597a;
    background-image: linear-gradient(to top, #4a597a 0%, #3a4968 100%); }

.i-design:before {
  left: 0;
  top: 5px;
  width: 19px;
  height: 18px;
  background: url("../img/sprite.png") no-repeat 0px 0px; }

.i-connect:before {
  left: 0;
  top: 5px;
  width: 19px;
  height: 18px;
  background: url("../img/sprite.png") no-repeat -20px 0px; }

.i-connect-s:before {
  left: 0;
  top: 7px;
  width: 24px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -42px 0px; }

.view-more {
  margin-top: 35px;
  text-align: center; }

.btn-view-more {
  background: transparent;
  border: none;
  text-align: center;
  color: #3c4b6a;
  font-family: "HelveticaNeueBold",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase; }
  .btn-view-more:hover {
    border-color: transparent; }

.catalog-wrapper.collapse {
  overflow: hidden; }

.catalog-wrapper.collapse {
  height: 0;
  margin: 0px auto 0; }

.catalog-wrapper.collapse.in {
  height: auto !important; }

#services .title h2 {
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px; }

.services-wrapper {
  padding-top: 40px;
  box-shadow: 0 0 10px rgba(223, 223, 223, 0.75);
  border-radius: 5px;
  background-color: #ffffff; }

.services-list-wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.services-list {
  margin: 30px auto 0;
  max-width: 470px;
  padding-top: 137px; }

.services-list-name {
  color: #303030;
  font-family: "HelveticaNeueBold",sans-serif;
  font-size: 16px; }

.services-list-desc {
  color: #494949;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400; }

.services-list span {
  display: block;
  margin-top: 10px;
  color: #4b6b87;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700; }

.sl-1 {
  background: url("../img/list-items/list-1.png") no-repeat center 0px; }

.sl-2 {
  background: url("../img/list-items/list-2.png") no-repeat center 0px; }

.sl-3 {
  background: url("../img/list-items/list-3.png") no-repeat center 0px; }

.sl-4 {
  background: url("../img/list-items/list-4.png") no-repeat center 0px; }

.sl-5 {
  background: url("../img/list-items/list-5.png") no-repeat center 0px; }

.sl-6 {
  background: url("../img/list-items/list-6.png") no-repeat center 0px; }

.services-footer {
  background-color: #eeeeee;
  margin-top: 40px;
  padding: 35px 0 30px; }

.services-footer > p {
  max-width: 720px;
  margin: 0 auto;
  color: #303030;
  font-family: "HelveticaNeueBold",sans-serif;
  font-size: 17px;
  text-align: center; }

.services-footer .form {
  max-width: 238px;
  width: 100%;
  margin: 23px auto 0; }

#teh {
  margin-top: 65px;
  background: #3c4b6c; }

#teh .container {
  position: relative; }

#teh .form-title {
  max-width: 290px;
  font-size: 13px; }

.teh-wrapper {
  margin: 25px 0 0 0px; }

.teh-title {
  color: #ffffff;
  font-family: "HelveticaNeueBold",sans-serif;
  font-size: 20px; }

.teh-desc {
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px; }

.teh-list {
  margin-top: 25px; }

.teh-list li {
  padding-left: 40px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  background: url("../img/stick.png") no-repeat center left; }

.teh-form .form {
  max-width: 300px;
  width: 100%;
  margin: 0 auto; }

#teh .full-form {
  margin: 20px auto 20px; }

#map .container {
  position: relative; }

.map-wrapper {
  height: 250px; }

.map-inner {
  padding: 20px 35px;
  background-color: #ffffff;
  z-index: 10; }
  .map-inner p {
    margin-top: 20px;
    color: #3d4c6c;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .map-inner span {
    display: inline-block;
    vertical-align: top;
    font-weight: 400; }
  .map-inner a {
    color: #3d4c6c;
    font-weight: 400; }

#footer {
  padding: 24px 0;
  background: #fff; }

#footer .logo {
  text-align: center; }

.footer-contacts {
  margin-top: 15px;
  text-align: center;
  font-family: 'Roboto',sans-serif; }
  .footer-contacts p {
    color: #303030;
    font-size: 20px;
    font-weight: 700; }
  .footer-contacts a {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px dashed #303030; }
    .footer-contacts a:hover {
      border-bottom: none; }

.modal-content {
  position: relative;
  border: 5px solid #3e4c6b; }

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2; }

.modal-body .form {
  max-width: 300px;
  margin: 0 auto; }

.cart {
  padding: 5px; }

.cart-desc {
  max-width: 500px; }

.cart-cover {
  width: 120px;
  margin: 0 auto 15px; }
  .cart-cover img {
    width: 100%; }

.cart-info {
  margin: 15px 0 0 0;
  font-size: 14px; }

.modal-cart .form {
  max-width: 698px; }

.modal-cart .field-inner {
  display: inline-block;
  width: 220px;
  margin: 0 5px; }

.modal-cart .modal-content {
  padding-bottom: 20px; }

.modal-cart .field-inner .form-btn {
  margin-top: 25px;
  width: 100%;
  height: 43px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px 4px 4px 5px;
  background: url(../img/form-btn.png) no-repeat center/cover; }

.item-name {
  position: relative;
  display: inline-block; }
  .item-name span {
    position: absolute;
    right: -40px;
    top: -5px;
    font-size: 14px;
    background: red;
    padding: 1px 4px;
    line-height: 17px;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto; }

.catalog-item_cover img {
  height: 150px; }

#warning {
  padding: 30px 0px 0px; }

.warning-wrapper {
  max-width: 970px;
  padding: 15px 15px 15px 41px;
  margin: 0 auto;
  background: #4a597a url(../img/warning.png) no-repeat 13px 13px/14px;
  border-radius: 5px;
  color: #fff;
  font-family: 'Roboto',sans-serif;
  font-weight: 400; }
  .warning-wrapper span {
    font-weight: 700; }

.warning-text-1 {
  font-size: 16px; }

.warning-text-2 {
  font-size: 14px; }

.mob-callback {
  display: none;
  padding: 8px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #111e3e;
  z-index: 1000; }

.mob-callback a {
  display: block;
  width: 130px;
  height: 35px;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #fe6e39;
  color: #ff7139;
  font-size: 13px;
  font-weight: 400;
  margin: 0 auto;
  background-color: transparent; }

#company {
  padding: 25px 0 25px;
}
#company p {
    max-width: 189px;
    font-size: 18px;
  color: #c3b9b9;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
#company img {
  width: 200px;
  display: block;
  margin: 20px auto 0;
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .s-main_content-bottom_item {
    text-align: center;
    width: 50%;
    float: left;
    padding: 0 3px; }
  .s-main-form {
    margin: 30px auto 0; }
  .full-form {
    padding: 49px 26px; }
  #s-main {
    padding-top: 51px;
    padding-bottom: 25px; }
  .s-main_content-bottom_item {
    min-height: 145px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .header_btn {
    width: 203px;
    height: 35px;
    border: 2px solid #fe6e39;
    font-size: 14px;
    margin: 0 5px; }
  .header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left; }
    #s-main {
      height: 636px; }
  .s-main_content-top {
    margin-top: 55px; }
  .s-main_content-top h1 {
    font-size: 45px; }
  .s-main_content-top p {
    margin-top: 5px;
    font-size: 27px; }
  .s-main_content-bottom {
    margin-top: 45px; }
  .s-main_content-bottom > p {
    font-size: 20px; }
  .s-main_content-bottom_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 415px; }
  .s-main_content-bottom_item_cover {
    height: 37px; }
  .s-main_content-bottom_item {
    margin-top: 35px; }
  .s-main_content-bottom_item p {
    font-size: 13px;
    margin-top: 7px; }
  .s-main-form {
    position: absolute;
    top: 234px;
    right: -40px; }
  .full-form {
    padding-top: 65px;
    max-width: 370px;
    height: 428px;
    background: url(../img/form-bg.png) no-repeat center/100%; }
  .form-title {
    max-width: 289px;
    font-size: 16px; }
  .s-main-form .form {
    max-width: 261px; }
  .field-desc {
    font-size: 14px;
    margin: 10px 0 5px; }
  .field {
    width: 100%;
    height: 43px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-indent: 10px; }
  .form-btn {
    margin-top: 25px;
    width: 100%;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px 4px 4px 5px;
    background: url("../img/form-btn.png") no-repeat center; }
  .catalog-wrapper {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0; }
  .catalog-item {
    max-width: 280px;
    width: 100%;
    margin: 30px 0 0; }
  .catalog-wrapper.collapse.in {
    display: flex; }
  .view-more {
    margin-top: 55px;
    text-align: center; }
  .btn-view-more {
    font-size: 18px;
    border-bottom: 1px dashed #3c4b6a; }
  .title h2 {
    font-size: 27px !important; }
  .services-wrapper {
    padding-top: 40px; }
  .services-list-wrapper {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
  .services-list {
    margin: 50px auto 0;
    max-width: 470px;
    padding-top: 0;
    padding-left: 137px; }
  .services-list-name {
    font-size: 16px; }
  .services-list-desc {
    font-size: 14px; }
  .services-list span {
    margin-top: 10px;
    font-size: 14px; }
  .sl-1 {
    background: url("../img/list-items/list-1.png") no-repeat 0px 0px; }
  .sl-2 {
    background: url("../img/list-items/list-2.png") no-repeat 0px 0px; }
  .sl-3 {
    background: url("../img/list-items/list-3.png") no-repeat 20px 0px; }
  .sl-4 {
    background: url("../img/list-items/list-4.png") no-repeat 29px 0px; }
  .sl-5 {
    background: url("../img/list-items/list-5.png") no-repeat 20px 0px; }
  .sl-6 {
    background: url("../img/list-items/list-6.png") no-repeat 15px 0px; }
  #teh {
    margin-top: 65px;
    background: url("../img/bg-4.jpg") no-repeat center top;
    height: 495px; }
  .teh-wrapper {
    max-width: 430px;
    margin: 15px 0 0 388px; }
  .teh-title {
    font-size: 30px; }
  .teh-desc {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px; }
  .teh-list {
    margin-top: 65px; }
  .teh-list li {
    padding-left: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    background: url("../img/stick.png") no-repeat center left; }
  .teh-form {
    position: absolute;
    left: -20px;
    top: 8px; }
  .teh-form .form {
    max-width: 300px;
    width: 100%;
    margin: 0 auto; }
  #teh .full-form {
    margin: 0; }
  #map {
    height: 457px; }
  .map-inner {
    position: absolute;
    right: 150px;
    top: 100px;
    padding: 20px 35px;
    width: 288px;
    box-shadow: -1px 5px 10px rgba(223, 223, 223, 0.75);
    border-radius: 4px 5px 5px 4px;
    z-index: 10; }
    .map-inner p {
      margin-top: 20px;
      color: #3d4c6c;
      font-family: 'Roboto',sans-serif;
      font-size: 16px;
      font-weight: 700; }
    .map-inner span {
      display: inline-block;
      vertical-align: top;
      font-weight: 400; }
    .map-inner a {
      color: #3d4c6c;
      font-weight: 400; }
  .map-wrapper {
    height: 457px; }
  #footer {
    padding: 24px 0; }
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .footer-contacts {
    margin-top: 0;
    text-align: right; }
    .footer-contacts p {
      font-size: 20px; }
    .footer-contacts a {
      font-size: 14px; }
  #teh .form-title {
    font-size: 15px; }
#warning {
    padding: 145px 0 30px;
}
  .warning-wrapper {
    max-width: 970px;
    padding: 20px 20px 20px 94px;
    background: #4a597a url("../img/warning.png") no-repeat 35px center; }
  .warning-text-1 {
    font-size: 20px; }
  .warning-text-2 {
    font-size: 18px; }
  .modal-cart {
    width: 800px; }
  .cart {
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .cart-desc {
    max-width: 500px;
    margin-left: 35px; }
  .cart-cover {
    width: 200px; }
    .cart-cover img {
      width: 100%; }
  .cart-info {
    margin: 15px 0 0 0;
    font-size: 14px; }
  .modal-cart .form {
    max-width: 698px; }
  .modal-cart .field-inner {
    display: inline-block;
    width: 220px;
    margin: 0 5px; }
  .modal-cart .modal-content {
    padding-bottom: 20px; }
  .modal-cart .field-inner .form-btn {
    margin-top: 25px;
    width: 100%;
    height: 43px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px 4px 4px 5px;
    background: url(../img/form-btn.png) no-repeat center/cover; }
  .item-name {
    position: relative;
    display: inline-block; }
    .item-name span {
      position: absolute;
      right: -40px;
      top: -5px;
      font-size: 14px;
      background: red;
      padding: 1px 4px;
      line-height: 17px;
      border-radius: 5px;
      color: #fff;
      font-family: Roboto; }
  .catalog-item_cover img {
    height: 150px; } 
    #warning {
      padding: 30px 0 30px;
    }
    #company {
      padding: 30px 0 30px;
    }
    #company p {
      text-align: left;
      max-width: 256px;
      display: inline-block;
      vertical-align:  middle;
      font-size: 24px;
      margin: 0 15px 0 45px;
    }
    #company img {
      width: auto;
      display: inline-block;
      vertical-align: middle;
    }
  }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 5px 5px; }
  .header_btn {
    width: 129px;
    height: 35px;
    font-size: 14px;
    margin: 0; }
  .s-main-form {
    position: absolute;
    top: 166px;
    right: 77px; }
  .full-form {
    padding-top: 65px;
    max-width: 420px;
    height: 428px;
    background: url("../img/form-bg.png") no-repeat center/auto; }
  .s-main-form .form {
    max-width: 300px; }
  .field-desc {
    margin: 17px 0 5px; }
  .catalog-wrapper {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0; }
  .catalog-item {
    max-width: 280px;
    width: 100%;
    margin-top: 30px; }
  .services-footer {
    margin-top: 40px;
    padding: 35px 0 30px; }
  .services-footer > p {
    font-size: 17px; }
  .services-footer .field-inner {
    width: 279px; }
  .services-footer .form {
    max-width: 905px;
    width: 100%;
    margin: 23px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .services-footer .form .form-btn {
    margin-top: 40px; }
  .services-footer .form .field {
    height: 52px; }
  .teh-form {
    position: absolute;
    left: 40px;
    top: 48px; }
  .teh-wrapper {
    max-width: 430px;
    margin: 35px 0 0 508px; } 
  #warning {
    padding: 30px 0 30px;
}}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .navbar-nav > li > a {
    padding: 5px 15px; }
  .header_btn {
    width: 165px;
    height: 41px;
    font-size: 14px; }
  .s-main_content-bottom_wrapper {
    max-width: 750px; }
  .s-main-form {
    position: absolute;
        top: 234px;
    right: 0; }
  .s-main_content-bottom {
    margin-top: 95px; }
  #s-main {
    overflow-x: visible;
    height: 546px; }
  .s-main_content-top {
    margin-top: 115px; }
  .teh-wrapper {
    margin: 39px 0 0 608px; } 
  }
  .lang-wrapper {
    text-align: center;
  }
  .lang-wrapper > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    color: #333;
    margin-bottom: 15px;
  }
  .lang-wrapper > a:hover {
    color: #333;
  }
  .lang-wrapper > a > img {
    max-width: 120px;
    width: 100%;
  }
  .lang-wrapper > p {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 35px 0 0;
  }

  .s-main_content-top p {
    margin-top: 5px;
    font-size: 16px;
    max-width: 640px;
  }

  @media(max-width: 768px) {
    .s-main_content-top h1 {
      font-size: 24px;
    }
  }

  @media (min-width: 768px) and (max-width: 992px) {
    .s-main_content-top h1 {
      font-size: 33px;
    }
    .s-main_content-top p {
      margin-top: 5px;
      font-size: 18px;
      max-width: 390px;
    }
  }
   @media (min-width: 992px) {
    .s-main_content-top p {
      font-size: 22px;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .s-main_content-top h1 {
      font-size: 36px;
    }
    .s-main_content-top p {
      margin-top: 5px;
      font-size: 22px;
      max-width: 439px;
    }
  }
  #steps {
    padding: 35px 0 15px;
    display: block;
  }
  .steps_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .steps_item {
    width: 100%;
    margin: 25px 0 0;
    padding: 0 0 0 35px;
  }
  .steps_item span {
    display: inline-block;
    vertical-align: top;
    color: #e91a3c;
    font-size: 35px;
    margin: 0 5px 0 0;
    font-weight: bold;
  }
  .steps_item p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
  }


  @media only screen and (min-width: 768px) {
    .teh-desc {
      font-size: 27px;
      font-weight: 400;
      margin-top: 123px;
    }
     #steps {
    padding: 120px 0 35px;
    display: block;
  }
  .steps_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .steps_item {
    width: 33%;
    margin: 25px 0 0;
    padding: 0 25px;
    white-space: nowrap
  }
  .steps_item span {
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    margin: 0 5px 0 0;
    font-weight: bold;
  }
  .steps_item p {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 15px;
  }
  }
  @media only screen and (min-width: 1200px) {
    .s-main_content-top {
      margin-top: 65px;
    }
  }
@media only screen and (max-width: 768px) {
  .steps_item {
    position: relative;
  }
  .steps_item span {
    position: absolute;
    left: 0;
    top: 0;
  }
}