@charset "UTF-8";
/* Gilroy-Bold */
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../font/Gilroy-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Gilroy-Medium */
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../font/Gilroy-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Gilroy-Regular */
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../font/Gilroy-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Gilroy-SemiBold */
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../font/Gilroy-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Gilroy-Heavy */
@font-face {
  font-family: "Gilroy-Heavy";
  src: url("../font/Gilroy-Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* BebasNeue Bold */
@font-face {
  font-family: "BebasNeue Bold";
  src: url("../font/BebasNeue Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* BebasNeueRegular */
@font-face {
  font-family: "BebasNeueRegular";
  src: url("../font/BebasNeueRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  min-width: 1440px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#myModal {
  text-align: center;
}

#myModal .modal-dialog {
  max-width: 760px;
}

#myModal .modal-header {
  border: none;
  padding: 10px 10px 10px 10px;
}

#myModal .modal-header .close {
  font-size: 40px;
  text-shadow: 0px;
  padding: 10px;
  margin: -10px 0 0 auto;
}

#myModal .modal-content {
  border-radius: 0px;
}

#myModal .modal-body {
  padding: 0 97px 45px 97px;
}

#myModal .modal-body h4 {
  font-size: 34px;
  font-family: "BebasNeue Bold";
  color: #383838;
  line-height: 42px;
  margin-bottom: 50px;
}

#myModal .modal-body .input-bef {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
}

#myModal .modal-body .input-bef input {
  background: #f8f9fe;
  width: 100%;
  float: left;
  height: 65px;
  border: none;
  outline: none !important;
  border-radius: 15px;
  padding-left: 105px;
  padding-right: 20px;
  margin-bottom: 25px;
  font-size: 15px;
  font-family: "Gilroy-Regular";
  color: #000;
}

#myModal .modal-body .input-bef input::-webkit-input-placeholder {
  color: #b1aec6;
}

#myModal .modal-body .input-bef input:-ms-input-placeholder {
  color: #b1aec6;
}

#myModal .modal-body .input-bef input::-ms-input-placeholder {
  color: #b1aec6;
}

#myModal .modal-body .input-bef input::placeholder {
  color: #b1aec6;
}

#myModal .modal-body .input-bef:before {
  content: "Имя";
  position: absolute;
  left: 31px;
  top: 27px;
  font-family: "Gilroy-SemiBold";
  font-size: 11px;
  color: #7c7a8a;
  text-transform: uppercase;
}

#myModal .modal-body .input-bef::after {
  content: "";
  width: 1px;
  height: 28px;
  background: #ededed;
  position: absolute;
  top: 19px;
  left: 80px;
}

#myModal .modal-body .input-bef + .input-bef {
  float: right;
}

#myModal .modal-body .input-bef + .input-bef:before {
  content: "Телефон";
}

#myModal .modal-body .input-bef + .input-bef::after {
  content: "";
  left: 105px;
}

#myModal .modal-body .input-bef + .input-bef input {
  padding-left: 126px;
}

#myModal .modal-body .area-bef {
  display: inline-block;
  width: 100%;
  position: relative;
}

#myModal .modal-body .area-bef:before {
  content: "ваш вопрос";
  position: absolute;
  left: 31px;
  top: 24px;
  font-family: "Gilroy-SemiBold";
  font-size: 11px;
  color: #7c7a8a;
  text-transform: uppercase;
}

#myModal .modal-body .area-bef::after {
  content: "";
  width: 1px;
  height: 28px;
  background: #ededed;
  position: absolute;
  top: 19px;
  left: 125px;
}

#myModal .modal-body button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7336), to(#f34b30));
  background-image: linear-gradient(#ff7336, #f34b30);
  border-radius: 50px;
  font-size: 11px;
  font-family: "Gilroy-Bold";
  color: #fff;
  text-transform: uppercase;
  min-height: 55px;
  min-width: 210px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.363);
  margin-top: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#myModal .modal-body button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.onsc1 {
  background: #110d31;
  padding: 18px 0 !important;
}

.onsc3 {
  background: #110d31;
  padding: 18px 0 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 44px 0;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .navbar {
  width: 100%;
}

.header .navbar-nav li {
  margin-left: 47px;
}

.header .navbar-nav li a.mail {
  font-size: 12px;
  font-family: "Gilroy-Medium";
  color: #fff;
  text-transform: uppercase;
}

.header .navbar-nav li a.mail img {
  margin-right: 12px;
}

.header .navbar-nav li a.mail:hover {
  text-decoration: underline;
}

.header .navbar-nav li a.place {
  font-size: 12px;
  font-family: "Gilroy-Medium";
  color: #fff;
  text-transform: uppercase;
  background: #21195f;
  padding: 16px 32px;
  border-radius: 50px;
  margin-top: -8px;
}

.header .navbar-nav li a.place img {
  margin-right: 21px;
}

.header .navbar-nav li a.phone {
  font-size: 18px;
  font-family: "Gilroy-Medium";
  color: #fff;
  letter-spacing: 1px;
}

.header .navbar-nav li a.phone:hover {
  text-decoration: underline;
}

.header .navbar-nav li a.phone img {
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.header .navbar-nav li button.order {
  font-size: 11px;
  font-family: "Gilroy-SemiBold";
  color: #ff7336;
  border: solid 2px #ff7336;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 16px 29px;
  letter-spacing: 1px;
  margin-top: -5px;
}

.header .navbar-nav li button.order:hover {
  background: #ff7336;
  color: #fff;
}

.jumbo {
  padding-top: 237px;
  background: url(../img/jumbo-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 125px;
  position: relative;
}

.jumbo h1 {
  font-size: 74px;
  font-family: "BebasNeue Bold";
  color: #fff;
  line-height: 80px;
  margin-bottom: 60px;
  text-shadow: 2px 3px 0px #241e58, 3px 4px 0px #322783;
}

.jumbo h1 span {
  color: #ff7336;
}

.jumbo p {
  font-size: 18px;
  font-family: "Gilroy-Regular";
  color: #fff;
  line-height: 30px;
  padding-right: 72px;
}

.jumbo .button-box {
  display: inline-block;
  width: 100%;
  margin-top: 69px;
  margin-bottom: 138px;
}

.jumbo .button-box button {
  font-size: 11px;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
  background: #fff;
  padding: 19.5px 49.5px;
  border-radius: 50px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.363);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}

.jumbo .button-box button + button {
  margin-left: 11px;
  padding: 19.5px 40px;
}

.jumbo .button-box button:hover {
  /* -webkit-transform: scale(0.9);
          transform: scale(0.9); */
}

.jumbo .button-box button.project {
  -webkit-box-shadow: 0px 0px 82px rgba(243, 75, 49, 0.5);
          box-shadow: 0px 0px 82px rgba(243, 75, 49, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7337), to(#f34b31));
  background-image: linear-gradient(#ff7337, #f34b31);
}

.jumbo .button-box button.project:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6175ac), to(#5546d5));
  background-image: linear-gradient(#6175ac, #5546d5);
}

.jumbo .button-box button.consult {
  -webkit-box-shadow: 0px 0px 82px #5446d567;
          box-shadow: 0px 0px 82px #5446d567;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6175ac), to(#5546d5));
  background-image: linear-gradient(#6175ac, #5546d5);
}

.jumbo .button-box button.consult:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7337), to(#f34b31));
  background-image: linear-gradient(#ff7337, #f34b31);
}

.jumbo .info {
  display: inline-block;
  width: 100%;
}

.jumbo .info h4 {
  width: 216px;
  font-size: 16px;
  font-family: "Gilroy-Medium";
  color: #aea3ff;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin-bottom: 0;
}

.jumbo .info h4 + h4 {
  margin-left: 95px;
}

.jumbo .info h4 img {
  float: left;
  margin-right: 30px;
}

.jumbo .info h4 span {
  display: table;
}

.jumbo .head-image {
  width: 100%;
  display: none;
}

.jumbo .head-image img {
  max-width: 600px;
  position: absolute;
}

.sc-1 {
  background: #f8f9fe;
  padding-top: 109px;
  padding-bottom: 141px;
}

.sc-1 .about {
  background: #1f1856;
  padding-left: 45px;
  height: 427px;
  padding-top: 99px;
  padding-bottom: 99px;
}

.sc-1 .about h1 {
  font-size: 55px;
  font-family: "BebasNeueRegular";
  color: #fff;
  line-height: 60px;
  margin-bottom: 49px;
}

.sc-1 .about p {
  line-height: 25px;
  font-size: 17px;
  font-family: "Gilroy-Regular";
  color: #a79cf6;
}

.sc-1 .info.p-t {
  padding-top: 133px;
}

.sc-1 .m-t {
  margin-top: -50px;
}

.sc-1 .info {
  display: inline-block;
  width: 100%;
}

.sc-1 .info:hover .img-box img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.sc-1 .info:hover h4 {
  color: #34259f;
}

.sc-1 .info .img-box {
  display: inline-block;
  width: 100%;
  background: #d4d3da;
  position: relative;
}

.sc-1 .info .img-box:before {
  content: "";
  width: 82px;
  height: 105%;
  position: absolute;
  top: -10px;
  left: 0;
  background-size: cover;
  background: url(../img/lay.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.sc-1 .info .img-box img {
  width: 100%;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.sc-1 .info h4 {
  font-size: 15px;
  font-family: "Gilroy-Heavy";
  color: #000;
  margin-top: 43px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-right: 28px;
}

.sc-2 {
  background: #fff;
  padding: 55px 0;
  position: relative;
}

.sc-2:before {
  content: "";
  width: 171px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7%;
  background: url(../img/lay.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.sc-2 h1 {
  font-family: "BebasNeueRegular";
  font-size: 50px;
  color: #000;
  margin-bottom: 51px;
  margin-top: 17px;
}

.sc-2 h4 {
  font-size: 28px;
  font-family: "Gilroy-Regular";
  color: #000;
  margin-bottom: 27px;
  padding-right: 166px;
}

.sc-2 p {
  font-size: 21px;
  font-family: "Gilroy-Regular";
  color: #000;
  width: 100%;
  display: inline-block;
  margin-top: 35px;
  padding-right: 150px;
}

.sc-2 p span.img {
  display: inline-block;
  width: 84px;
  height: 100px;
  display: inline-block;
  float: left;
  margin-right: 29px;
  text-align: center;
}

.sc-2 p span.d-t {
  display: table;
  line-height: 30px;
}

.sc-2 .cer-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sc-2 .cer-box + .cer-box {
  margin-top: 14px;
}

.sc-2 .cer-box a {
  opacity: 0.8;
}

.sc-2 .cer-box a:hover {
  opacity: 1;
}

.sc-2 .bg {
  background: #1d1651;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.sc-3 {
  background: #f8f9fe;
  padding-top: 48px;
  padding-bottom: 111px;
}

.sc-3 h1 {
  font-size: 50px;
  font-family: "BebasNeueRegular";
  color: #000;
  margin-bottom: 105px;
}

.sc-3 .img-box {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  min-height: 114px;
}

.sc-3 .img-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.sc-3 .img-box img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.sc-4 {
  padding-top: 94px;
  padding-bottom: 43px;
  position: relative;
}

.sc-4:before {
  content: "";
  width: 64px;
  height: 639px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/lay.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-4 h1 {
  font-size: 50px;
  font-family: "BebasNeueRegular";
  color: #000;
  margin-bottom: 72px;
}

.sc-4 .t-box {
  padding-left: 18px;
}

.sc-4 h2 {
  font-size: 35px;
  font-family: "BebasNeue Bold";
  color: #1d1651;
  text-shadow: 1px 1px 0px #fa6334;
  margin-top: 54px;
  margin-bottom: 54px;
}

.sc-4 h3 {
  font-size: 16px;
  font-family: "Gilroy-SemiBold";
  color: #000;
  margin-bottom: 47px;
}

.sc-4 p {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  color: #898989;
  line-height: 27px;
}

.sc-4 p span {
  font-family: "Gilroy-Regular";
  color: #fff;
  padding: 5px 10px;
}

.sc-4 p span.orange {
  background: #fa6334;
}

.sc-4 p span.blue {
  background: #1d1651;
}

.sc-4 h4 {
  font-size: 16px;
  font-family: "Gilroy-SemiBold";
  margin-top: 23px;
  color: #3b394a;
  line-height: 25px;
  margin-bottom: 74px;
}

.sc-4 img {
  max-width: 100%;
}

.sc-4 .for-mob {
  display: none;
}

.sc-5 {
  padding-top: 70px;
  padding-bottom: 60px;
  background: url(../img/sc5-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sc-5 h1 {
  font-size: 50px;
  font-family: "BebasNeue Bold";
  color: #ff7e46;
  text-shadow: 2px 3px 0px #433c77, 3px 4px 0px rgba(255, 126, 70, 0.369);
  margin-bottom: 27px;
}

.sc-5 h4 {
  font-family: "BebasNeueRegular";
  font-size: 25px;
  color: #fff;
  margin-bottom: 45px;
}

.sc-5 .form-box .input-bef {
  width: 49%;
  display: inline-block;
  float: left;
  position: relative;
}

.sc-5 .form-box .input-bef input {
  width: 100%;
  float: left;
  height: 65px;
  border: none;
  outline: none !important;
  border-radius: 15px;
  padding-left: 105px;
  padding-right: 20px;
  margin-bottom: 25px;
  font-size: 15px;
  font-family: "Gilroy-Regular";
  color: #000;
}

.sc-5 .form-box .input-bef input::-webkit-input-placeholder {
  color: #b1aec6;
}

.sc-5 .form-box .input-bef input:-ms-input-placeholder {
  color: #b1aec6;
}

.sc-5 .form-box .input-bef input::-ms-input-placeholder {
  color: #b1aec6;
}

.sc-5 .form-box .input-bef input::placeholder {
  color: #b1aec6;
}

.sc-5 .form-box .input-bef:before {
  content: "Имя";
  position: absolute;
  left: 31px;
  top: 27px;
  font-family: "Gilroy-SemiBold";
  font-size: 11px;
  color: #7c7a8a;
  text-transform: uppercase;
}

.sc-5 .form-box .input-bef::after {
  content: "";
  width: 1px;
  height: 28px;
  background: #ededed;
  position: absolute;
  top: 19px;
  left: 80px;
}

.sc-5 .form-box .input-bef + .input-bef {
  float: right;
}

.sc-5 .form-box .input-bef + .input-bef:before {
  content: "Телефон";
}

.sc-5 .form-box .input-bef + .input-bef::after {
  content: "";
  left: 105px;
}

.sc-5 .form-box .input-bef + .input-bef input {
  padding-left: 126px;
}

.sc-5 .form-box .area-bef {
  display: inline-block;
  width: 100%;
  position: relative;
}

.sc-5 .form-box .area-bef:before {
  content: "ваш вопрос";
  position: absolute;
  left: 31px;
  top: 24px;
  font-family: "Gilroy-SemiBold";
  font-size: 11px;
  color: #7c7a8a;
  text-transform: uppercase;
}

.sc-5 .form-box .area-bef::after {
  content: "";
  width: 1px;
  height: 28px;
  background: #ededed;
  position: absolute;
  top: 19px;
  left: 125px;
}

.sc-5 .form-box textarea {
  resize: none;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 10px;
  height: 65px;
  border-radius: 15px;
  outline: none !important;
  padding-left: 150px;
  padding-right: 20px;
  color: #000;
  font-size: 15px;
  font-family: "Gilroy-Regular";
}

.sc-5 .form-box textarea::-webkit-input-placeholder {
  color: #b1aec6;
}

.sc-5 .form-box textarea:-ms-input-placeholder {
  color: #b1aec6;
}

.sc-5 .form-box textarea::-ms-input-placeholder {
  color: #b1aec6;
}

.sc-5 .form-box textarea::placeholder {
  color: #b1aec6;
}

.sc-5 .form-box .apply {
  width: 100%;
  display: inline-block;
}

.sc-5 .form-box .apply .check-box {
  border-radius: 100%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 13px;
}

.sc-5 .form-box .apply input {
  width: 33px;
  height: 34px;
  border: none;
  outline: none !important;
  margin-top: -1px;
  margin-left: -1px;
}

.sc-5 .form-box .apply span {
  font-size: 11px;
  font-family: "Gilroy-SemiBold";
  color: #d3d0e8;
  text-transform: uppercase;
  position: relative;
  top: -10px;
}

.sc-5 .form-box .apply button {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7336), to(#f34b30));
  background-image: linear-gradient(#ff7336, #f34b30);
  border-radius: 50px;
  font-size: 11px;
  font-family: "Gilroy-Bold";
  color: #fff;
  text-transform: uppercase;
  min-height: 55px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.363);
  margin-top: 52px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-5 .form-box .apply button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.footer {
  background: #1d1651;
  padding-top: 40px;
  padding-bottom: 38px;
}

.footer .top-side {
  border-bottom: solid 1px #201956;
}

.footer .top-side .logo {
  display: inline-block;
  float: left;
  margin-top: 15px;
  padding-bottom: 43px;
}

.footer .top-side .footer-nav {
  display: inline-block;
  padding-left: 0;
  float: right;
}

.footer .top-side .footer-nav li {
  display: inline-block;
  margin-left: 47px;
}

.footer .top-side .footer-nav li a.mail {
  font-size: 12px;
  font-family: "Gilroy-Medium";
  color: #fff;
  text-transform: uppercase;
}

.footer .top-side .footer-nav li a.mail img {
  margin-right: 12px;
}

.footer .top-side .footer-nav li a.mail:hover {
  text-decoration: underline;
}

.footer .top-side .footer-nav li a.place {
  font-size: 12px;
  font-family: "Gilroy-Medium";
  color: #fff;
  text-transform: uppercase;
  background: #21195f;
  padding: 16px 32px;
  border-radius: 50px;
}

.footer .top-side .footer-nav li a.place img {
  margin-right: 21px;
}

.footer .top-side .footer-nav li a.phone {
  font-size: 18px;
  font-family: "Gilroy-Medium";
  color: #fff;
  letter-spacing: 1px;
}

.footer .top-side .footer-nav li a.phone:hover {
  text-decoration: underline;
}

.footer .top-side .footer-nav li a.phone img {
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.footer .top-side .footer-nav li button.order {
  font-size: 11px;
  font-family: "Gilroy-SemiBold";
  color: #ff7336;
  border: solid 2px #ff7336;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 16px 29px;
  letter-spacing: 1px;
}

.footer .top-side .footer-nav li button.order:hover {
  background: #ff7336;
  color: #fff;
}

.footer .bottom-side {
  padding-top: 52px;
}

.footer .bottom-side p {
  font-size: 12px;
  font-family: "Gilroy-Medium";
  color: #6a62a7 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1440px) {
  .container {
    min-width: auto;
  }
  .header .navbar-brand {
    padding-top: 0;
  }
  .header .navbar-brand img {
    max-width: 300px;
  }
  .header .navbar-nav li {
    margin-left: 24px;
  }
  .header .navbar-nav li a.mail {
    font-size: 10px;
  }
  .header .navbar-nav li a.place {
    font-size: 10px;
  }
  .header .navbar-nav li a.phone {
    font-size: 14px;
  }
  .header .navbar-nav li button.order {
    font-size: 10px;
    padding: 16px 18px;
  }
  .jumbo h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .jumbo p {
    font-size: 16px;
  }
  .jumbo .button-box {
    margin-top: 47px;
    margin-bottom: 100px;
  }
  .jumbo .info h4 + h4 {
    margin-left: 25px;
  }
  .sc-1 {
    padding-top: 87px;
    padding-bottom: 62px;
  }
  .sc-1 .m-t {
    margin-top: 0;
  }
  .sc-1 .about {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 25px;
  }
  .sc-1 .about h1 {
    font-size: 42px;
    line-height: 51px;
  }
  .sc-1 .about p {
    line-height: 24px;
    font-size: 14px;
  }
  .sc-1 .info h4 {
    font-size: 13px;
    margin-bottom: 45px;
  }
  .sc-1 .info.p-t {
    padding-top: 0;
  }
  .sc-2:before {
    left: 0;
    width: 100px;
  }
  .sc-2 h1 {
    font-size: 38px;
    margin-bottom: 37px;
  }
  .sc-2 h4 {
    font-size: 20px;
    padding-right: 191px;
  }
  .sc-2 p {
    padding-right: 53px;
    font-size: 17px;
  }
  .sc-3 {
    padding-bottom: 98px;
  }
  .sc-3 h1 {
    font-size: 38px;
    margin-bottom: 65px;
  }
  .sc-3 .img-box img {
    max-width: 100%;
  }
  .sc-4 h1 {
    font-size: 38px;
  }
  .sc-4 h2 {
    margin-top: 22px;
  }
  .sc-4 h2 {
    margin-bottom: 32px;
  }
  .sc-4 h3 {
    margin-bottom: 30px;
  }
  .sc-4 h4 {
    font-size: 13px;
    line-height: 23px;
  }
  .sc-5 h1 {
    font-size: 38px;
    margin-bottom: 17px;
  }
  .sc-5 h4 {
    font-size: 19px;
  }
  .sc-5 .form-box .apply span {
    font-size: 8px;
  }
  .footer .top-side .logo img {
    max-width: 300px;
  }
  .footer .top-side .footer-nav li {
    margin-left: 24px;
  }
  .footer .top-side .footer-nav li a.mail {
    font-size: 10px;
  }
  .footer .top-side .footer-nav li a.place {
    font-size: 10px;
  }
  .footer .top-side .footer-nav li a.phone {
    font-size: 14px;
  }
  .footer .top-side .footer-nav li button.order {
    font-size: 10px;
    padding: 16px 18px;
  }
  .footer .bottom-side p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .header {
    padding: 24px 0;
  }
  .header .navbar-brand img {
    max-width: 224px;
  }
  .header .navbar-nav li {
    margin-left: 10px;
  }
  .header .navbar-nav li a.mail {
    font-size: 9px;
  }
  .header .navbar-nav li a.place {
    font-size: 9px;
  }
  .header .navbar-nav li a.phone {
    font-size: 11px;
  }
  .header .navbar-nav li a.phone img {
    margin-top: -1px;
  }
  .header .navbar-nav li button.order {
    font-size: 9px;
  }
  .jumbo {
    padding-top: 178px;
    padding-bottom: 95px;
  }
  .jumbo h1 {
    font-size: 46px;
    line-height: 57px;
    margin-bottom: 33px;
  }
  .jumbo p {
    padding-right: 0;
    line-height: 26px;
  }
  .jumbo .button-box {
    margin-top: 33px;
    margin-bottom: 73px;
  }
  .jumbo .info h4 {
    width: 182px;
    font-size: 14px;
    line-height: 21px;
  }
  .jumbo .info h4 img {
    margin-right: 20px;
  }
  .sc-1 .about {
    padding-right: 15px;
  }
  .sc-1 .about h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .sc-1 .about p {
    line-height: 20px;
    font-size: 12px;
  }
  .sc-1 .info .img-box:before {
    width: 57px;
  }
  .sc-1 .info h4 {
    padding-right: 0;
    font-size: 11px;
    margin-top: 22px;
  }
  .sc-2:before {
    width: 65px;
  }
  .sc-2 h1 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .sc-2 p {
    padding-right: 41px;
    font-size: 14px;
    margin-top: 16px;
  }
  .sc-2 p span.d-t {
    line-height: 24px;
  }
  .sc-2 .cer-box {
    width: 127px;
  }
  .sc-2 .cer-box img {
    max-width: 100%;
  }
  .sc-3 h1 {
    font-size: 32px;
    margin-bottom: 42px;
  }
  .sc-4 {
    padding-top: 55px;
  }
  .sc-4 h1 {
    font-size: 32px;
    margin-bottom: 53px;
  }
  .sc-4 h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 16px;
  }
  .sc-4 h3 {
    font-size: 15px;
    margin-bottom: 21px;
  }
  .sc-4 p {
    font-size: 14px;
    line-height: 21px;
  }
  .sc-5 {
    padding-top: 52px;
    padding-bottom: 50px;
  }
  .sc-5 h1 {
    font-size: 32px;
  }
  .sc-5 .form-box .apply span {
    display: table;
    top: 0;
  }
  .sc-5 .form-box .apply button {
    margin-top: 64px;
  }
  .footer .top-side .logo img {
    max-width: 224px;
  }
  .footer .top-side .footer-nav li {
    margin-left: 10px;
  }
  .footer .top-side .footer-nav li a.mail {
    font-size: 9px;
  }
  .footer .top-side .footer-nav li a.place {
    font-size: 9px;
  }
  .footer .top-side .footer-nav li a.phone {
    font-size: 11px;
  }
  .footer .top-side .footer-nav li a.phone img {
    margin-top: -1px;
  }
  .footer .top-side .footer-nav li button.order {
    font-size: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar-toggler {
    width: 30px;
    height: auto;
    padding: 0;
    outline: none !important;
    line-height: 2px;
    margin-top: -5px;
    text-align: right;
  }
  .header .navbar-toggler:hover span.short, .header .navbar-toggler:focus span.short {
    width: 100%;
  }
  .header .navbar-toggler span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header .navbar-toggler span.short {
    width: 75%;
  }
  .header .navbar-nav {
    text-align: right;
  }
  .header .navbar-nav li {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header .navbar-nav li a {
    display: inline-block;
  }
  .header .navbar-nav li a.mail {
    font-size: 13px;
  }
  .header .navbar-nav li a.place {
    font-size: 13px;
  }
  .header .navbar-nav li a.phone {
    font-size: 13px;
  }
  .header .navbar-nav li button.order {
    font-size: 13px;
    padding: 14.5px 36px;
  }
  .jumbo {
    background: url(../img/jumbo-bg-res.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 550px;
    text-align: center;
  }
  .jumbo .info h4 {
    text-align: left;
  }
  .jumbo .button-box {
    margin-bottom: 54px;
  }
  .jumbo .head-image {
    display: inline-block;
  }
  .jumbo .head-image img {
    bottom: 48px;
    right: 0;
  }
  .sc-1 .about {
    padding-top: 77px;
    padding-bottom: 77px;
    padding-left: 35px;
  }
  .sc-1 .about h1 {
    font-size: 49px;
    line-height: 58px;
  }
  .sc-1 .about p {
    line-height: 30px;
    font-size: 17px;
  }
  .sc-1 .info h4 {
    font-size: 16px;
  }
  .sc-2:before {
    height: 500px;
  }
  .sc-2 h1 {
    margin-top: 7px;
  }
  .sc-2 .bg {
    width: 34%;
  }
  .sc-2 h4 {
    padding-right: 0;
    font-size: 15px;
  }
  .sc-2 p {
    padding-right: 72px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .sc-2 p span.img {
    width: 45px;
    height: auto;
  }
  .sc-2 p span.img img {
    max-width: 100%;
  }
  .sc-2 .cer-box {
    margin-left: 30px;
  }
  .sc-2 .cer-box + .cer-box {
    margin-top: 28px;
  }
  .sc-3 {
    padding-bottom: 73px;
  }
  .sc-4 .t-box {
    padding-left: 0;
  }
  .sc-4 .for-mob {
    display: inline-block;
    width: 100%;
  }
  .sc-4 img.for-d-none {
    display: none;
  }
  .sc-4 h4 {
    margin-bottom: 0;
  }
  .sc-5 .form-box .apply {
    padding-top: 30px;
  }
  .sc-5 .form-box .apply span {
    width: 200px;
    font-size: 12px;
  }
  .sc-5 .form-box .apply button {
    margin-top: 35px;
  }
  .footer {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .footer .top-side .logo {
    width: 100%;
    padding-bottom: 34px;
  }
  .footer .top-side .footer-nav {
    float: none;
  }
  .footer .top-side .footer-nav li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer .top-side .footer-nav li a {
    display: inline-block;
  }
  .footer .top-side .footer-nav li a.mail {
    font-size: 13px;
  }
  .footer .top-side .footer-nav li a.place {
    font-size: 15px;
  }
  .footer .top-side .footer-nav li a.phone {
    font-size: 24px;
  }
  .footer .top-side .footer-nav li a.phone img {
    margin-top: 7px;
  }
  .footer .top-side .footer-nav li button.order {
    font-size: 18px;
  }
  .footer .bottom-side {
    padding-top: 14px;
  }
  .footer .bottom-side p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #myModal .modal-body {
    padding: 0 20px 45px 20px;
  }
  #myModal .modal-body h4 {
    font-size: 27px;
    line-height: 36px;
    padding: 0 40px;
  }
  .jumbo {
    padding-top: 138px;
    padding-bottom: 423px;
  }
  .jumbo h1 {
    font-size: 34px;
    line-height: 46px;
  }
  .jumbo p {
    line-height: 21px;
    font-size: 13px;
  }
  .jumbo .info {
    text-align: center;
  }
  .jumbo .info h4 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .jumbo .info h4 img {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .jumbo .info h4 span {
    display: inline-block;
    width: 100%;
  }
  .jumbo .info h4 + h4 {
    margin-left: 0;
  }
  .jumbo .head-image img {
    max-width: 480px;
  }
  .sc-1 .about {
    margin-bottom: 30px;
  }
  .sc-2 .bg {
    display: none;
  }
  .sc-2 p {
    padding-right: 0;
  }
  .sc-2 .center-mob {
    text-align: center;
  }
  .sc-2 .cer-box {
    margin-left: 0;
    display: inline-block;
  }
  .sc-5 .form-box .input-bef {
    width: 100%;
    float: none !important;
  }
}

@media only screen and (max-width: 576px) {
  #myModal .modal-body h4 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  #myModal .modal-body .input-bef:before {
    left: 12px;
    font-size: 9px;
  }
  #myModal .modal-body .input-bef::after {
    left: 47px;
  }
  #myModal .modal-body .input-bef input {
    padding-left: 59px;
    font-size: 13px;
  }
  #myModal .modal-body .input-bef + .input-bef input {
    padding-left: 72px;
  }
  #myModal .modal-body .input-bef + .input-bef::after {
    left: 67px;
  }
  .jumbo {
    padding-bottom: 282px;
  }
  .jumbo h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .jumbo p {
    font-size: 12px;
  }
  .jumbo .button-box button {
    width: 100%;
  }
  .jumbo .button-box button + button {
    margin-left: 0;
    margin-top: 15px;
  }
  .jumbo .head-image img {
    max-width: 306px;
  }
  .sc-1 {
    padding-top: 55px;
    padding-bottom: 23px;
  }
  .sc-1 .about p {
    line-height: 28px;
    font-size: 15px;
  }
  .sc-1 .info h4 {
    font-size: 14px;
  }
  .sc-2 {
    text-align: center;
  }
  .sc-2 p {
    font-size: 12px;
  }
  .sc-2 p span.img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sc-2 p span.d-t {
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 18px;
  }
  .sc-5 .form-box .input-bef:before {
    left: 12px;
    font-size: 9px;
  }
  .sc-5 .form-box .input-bef::after {
    left: 47px;
  }
  .sc-5 .form-box .input-bef input {
    padding-left: 59px;
    font-size: 13px;
  }
  .sc-5 .form-box .input-bef + .input-bef input {
    padding-left: 72px;
  }
  .sc-5 .form-box .input-bef + .input-bef::after {
    left: 67px;
  }
  .sc-5 .form-box .area-bef:before {
    left: 12px;
    font-size: 9px;
  }
  .sc-5 .form-box .area-bef::after {
    left: 91px;
  }
  .sc-5 .form-box textarea {
    padding-left: 116px;
    font-size: 13px;
    height: 250px;
  }
}
/*# sourceMappingURL=main.css.map */
