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

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

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

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

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

body {
  margin: 0;
  padding: 0;
}

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

.container {
  min-width: 1170px;
}

#myModal {
  z-index: 99999;
}

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

#myModal .modal-content {
  background: #191f27;
  border-radius: 0px;
  border: none;
}

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

#myModal button.close {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  font-weight: normal;
  font-size: 30px;
  padding: 10px;
}

#myModal .modal-body {
  text-align: center;
  padding-left: 76px;
  padding-right: 76px;
}

#myModal .modal-body h4 {
  font-size: 18px;
  font-family: "Nexa Replica RU";
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  position: relative;
}

#myModal .modal-body h4:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 11px;
  height: 11px;
  background: #f00606;
}

#myModal .modal-body h4::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 11px;
  height: 11px;
  background: #f00606;
}

#myModal .modal-body .form-box {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

#myModal .modal-body .form-box .input-box {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.281);
  margin-bottom: 20px;
}

#myModal .modal-body .form-box .input-box:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 6px;
  background: #0165bb;
}

#myModal .modal-body .form-box .input-box input {
  width: 100%;
  background: none;
  border: none;
  outline: none !important;
  height: 67px;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Regular";
}

#myModal .modal-body .form-box .input-box input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#myModal .modal-body .form-box .input-box input:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#myModal .modal-body .form-box .input-box input::-ms-input-placeholder {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#myModal .modal-body .form-box .input-box input::placeholder {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#myModal .modal-body .form-box .send-box {
  display: inline-block;
  width: 100%;
  margin-top: 34px;
  padding-bottom: 60px;
}

#myModal .modal-body .form-box .send-box .send {
  display: inline-block;
  width: 50%;
  float: left;
}

#myModal .modal-body .form-box .send-box .send label {
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

#myModal .modal-body .form-box .send-box .send label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#myModal .modal-body .form-box .send-box .send label input[type=checkbox]:checked + .sign-box:before {
  background-image: url(../img/sign.png);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: center;
}

#myModal .modal-body .form-box .send-box .send label .sign-box {
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #fff;
  padding-left: 50px;
  position: relative;
  line-height: 24px;
  text-align: left;
}

#myModal .modal-body .form-box .send-box .send label .sign-box:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 29px;
  height: 29px;
  border: solid 1px rgba(255, 255, 255, 0.493);
}

#myModal .modal-body .form-box .send-box button {
  min-width: 223px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  float: right;
  color: #fff;
  background: #0165bb;
  border-radius: 0px;
  padding: 18.5px 12px;
  position: relative;
  display: inline-block;
  border: none;
}

#myModal .modal-body .form-box .send-box button span {
  position: relative;
  z-index: 1;
}

#myModal .modal-body .form-box .send-box button:hover:before {
  width: 100%;
  height: 100%;
}

#myModal .modal-body .form-box .send-box button:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #f50301;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header {
  padding: 24px 0;
}

.header .logo-box {
  display: inline-block;
  width: 119px;
  float: left;
  margin-right: 53px;
}

.header .logo-box img {
  max-width: 100%;
}

.header .a-box-1 {
  width: 304px;
}

.header .a-box-2 {
  width: 204px;
}

.header .adress-box {
  display: inline-block;
  padding-top: 13px;
  margin-right: 23px;
  float: left;
}

.header .adress-box .icon-box {
  display: inline-block;
  float: left;
  margin-right: 18px;
  width: 36px;
  height: 36px;
  border: solid 1px #c7ddf0;
  position: relative;
}

.header .adress-box .icon-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.header .adress-box .t-box p {
  display: table;
  font-family: "Roboto-Light";
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}

.header .adress-box .t-box p span {
  font-family: "Roboto-Medium";
}

.header .call-box {
  display: inline-block;
  padding-top: 13px;
  float: left;
  width: 203px;
}

.header .call-box .icon-box {
  display: inline-block;
  float: left;
  margin-right: 18px;
  width: 36px;
  height: 36px;
  border: solid 1px #c7ddf0;
  position: relative;
}

.header .call-box .icon-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.header .call-box .t-box {
  padding-top: 5px;
}

.header .call-box .t-box a {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #000;
}

.header .call-box .t-box a span {
  font-family: "Roboto-Bold";
}

.header button.order-call {
  max-width: 164px;
  width: 100%;
  font-size: 12px;
  font-family: "Roboto-Regular";
  color: #fff;
  text-transform: uppercase;
  background: #0165bb;
  border-radius: 0px;
  padding: 18.5px 12px;
  margin-top: 3px;
  position: relative;
  display: inline-block;
  float: right;
  border: none;
}

.header button.order-call span {
  position: relative;
  z-index: 1;
}

.header button.order-call:hover:before {
  width: 100%;
  height: 100%;
}

.header button.order-call:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #f50301;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navi-container {
  background: #fff;
  -webkit-box-shadow: 0px 9px 15px rgba(170, 170, 170, 0.288);
          box-shadow: 0px 9px 15px rgba(170, 170, 170, 0.288);
  position: relative;
  z-index: 999;
}

.navi-container .call-mob-box, .navi-container .adress-box, .navi-container button.order-call {
  display: none;
}

.navi-container .navbar {
  width: 100%;
}

.navi-container .logo-box {
  display: none;
}

.navi-container .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navi-container .navbar-nav li.nav-item {
  margin-top: 3px;
}

.navi-container .navbar-nav li.nav-item:last-child a:before {
  display: none;
}

.navi-container .navbar-nav li.nav-item a {
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding-left: 0;
  padding-right: 0;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.navi-container .navbar-nav li.nav-item a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background: #c6c6c6;
}

.navi-container .navbar-nav li.nav-item a:hover {
  color: #0165bb;
}

.navi-container .social {
  display: inline-block;
  background: #fff;
  position: relative;
}

.navi-container .social a {
  width: 37px;
  height: 37px;
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #cce0f1;
  position: relative;
  margin-left: 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navi-container .social a:hover {
  border: solid 1px #0165bb;
}

.navi-container .social a:hover img {
  opacity: 1;
}

.navi-container .social a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
}

.navi-container .social.social-mob {
  display: none;
}

.sc-page-nav {
  background: #fff;
  padding-top: 32px;
}

.sc-page-nav p {
  font-size: 14px;
  color: #999999;
}

.sc-page-nav p a {
  color: #999999;
}

.sc-page-nav p img {
  float: left;
  margin-right: 8px;
  top: 3px;
  position: relative;
}

.sc-page-nav p span {
  color: #88b7df;
}

.sc-1 {
  overflow: hidden;
  position: relative;
}

.sc-1::after {
  content: "";
  position: absolute;
  top: 148px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
  -webkit-animation: lineGoHoriz 1.5s ease-in-out;
          animation: lineGoHoriz 1.5s ease-in-out;
}

.sc-1:before {
  content: "";
  width: 313px;
  height: 363px;
  position: absolute;
  top: 176px;
  right: 0;
  background: url(../img/a.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.sc-1 .lines-box {
  width: 100%;
  width: 1170px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
}

.sc-1 .lines-box .lines {
  display: inline-block;
  background: rgba(255, 255, 255, 0.11);
  position: absolute;
  height: 100%;
  width: 1px;
  z-index: 1;
  top: 0;
}

.sc-1 .lines-box .lines.line-1 {
  left: 15px;
  -webkit-animation: lineGo 0.5s ease-in-out;
          animation: lineGo 0.5s ease-in-out;
}

.sc-1 .lines-box .lines.line-2 {
  right: 15px;
  -webkit-animation: lineGo 2s ease-in-out;
          animation: lineGo 2s ease-in-out;
}

.sc-1 .lines-box .lines.line-3 {
  left: 395px;
  -webkit-animation: lineGo 1s ease-in-out;
          animation: lineGo 1s ease-in-out;
}

.sc-1 .lines-box .lines.line-4 {
  right: 395px;
  -webkit-animation: lineGo 1.5s ease-in-out;
          animation: lineGo 1.5s ease-in-out;
}

@-webkit-keyframes lineGoHoriz {
  from {
    background: white;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    background: rgba(255, 255, 255, 0.11);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
  }
}

@keyframes lineGoHoriz {
  from {
    background: white;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    background: rgba(255, 255, 255, 0.11);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0, 1);
  }
}

@-webkit-keyframes lineGo {
  from {
    height: 0;
    background: white;
  }
  to {
    height: 100%;
    background: rgba(255, 255, 255, 0.11);
  }
}

@keyframes lineGo {
  from {
    height: 0;
    background: white;
  }
  to {
    height: 100%;
    background: rgba(255, 255, 255, 0.11);
  }
}

.sc-1 .slick-header {
  width: 100%;
  position: relative;
}

.sc-1 .slick-header ul {
  width: 1170px;
  padding: 0 15px;
  margin: auto;
  position: absolute;
  text-align: right;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 4;
  height: 0;
}

.sc-1 .slick-header ul li.slick-active button {
  background: #f50301;
}

.sc-1 .slick-header ul li {
  display: inline-block;
}

.sc-1 .slick-header ul li button {
  font-size: 0;
  position: relative;
  bottom: 190px;
  right: 64px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: none;
  padding: 0;
  margin: 0 3px;
  outline: none !important;
  background: #fff;
}

.sc-1 .slick-header .slick-list {
  padding: 0 15px !important;
}

.sc-1 .slick-header .slide-item {
  padding-top: 263px;
  padding-bottom: 330px;
  position: relative;
  outline: none !important;
  height: 751px;
}

.sc-1 .slick-header .slide-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/overlay.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.sc-1 .slick-header .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/slick-header-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.sc-1 .slick-header .slide-item .inner-content {
  width: 1170px;
  padding: 0 15px;
  margin: auto;
  z-index: 2;
  position: relative;
}

.sc-1 .slick-header .slide-item .inner-content h1 {
  font-size: 40px;
  font-family: "Nexa Replica RU";
  line-height: 75px;
  text-transform: uppercase;
  color: #fff;
}

.sc-1 .year-box {
  position: absolute;
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc-1 .year-box .box {
  background-color: #0165bb;
  width: 274px;
  height: 217px;
  z-index: 1;
  float: right;
  position: relative;
}

.sc-1 .year-box .box h2 {
  font-size: 90px;
  font-family: "Nexa Replica RU";
  color: #fff;
  position: absolute;
  top: 40px;
  left: -48px;
}

.sc-1 .year-box .box h4 {
  font-size: 40px;
  font-family: "Roboto-Medium";
  color: #fff;
  position: absolute;
  right: 66px;
  bottom: 55px;
}

.sc-1 .year-box .box h4 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.sc-1 .red-blue-container {
  max-width: 1140px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 148px;
  height: 20px;
  z-index: 999;
}

.sc-1 .red-blue-container:before {
  content: "";
  width: 10px;
  height: 11px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #f50301;
  -webkit-animation: redBlue 2s ease-in-out;
          animation: redBlue 2s ease-in-out;
}

.sc-1 .red-blue-container::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 11px;
  background: #0165bb;
  -webkit-animation: redBlue 3s ease-in-out;
          animation: redBlue 3s ease-in-out;
}

@-webkit-keyframes redBlue {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes redBlue {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sc-2 {
  background: #f4f4f4;
  padding-top: 127px;
  padding-bottom: 140px;
  position: relative;
}

.sc-2 .t-box {
  display: inline-block;
  width: 100%;
  padding-top: 52px;
}

.sc-2 .t-box .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 46px;
}

.sc-2 .t-box h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.sc-2 .t-box h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 48px;
  height: 3px;
  background: #f50301;
}

.sc-2 .t-box p {
  font-family: "Roboto-Light";
  font-size: 24px;
  line-height: 30px;
  padding-right: 35px;
}

.sc-2 .t-box p span {
  font-family: "Roboto-Medium";
  color: #515151;
}

.sc-2 .t-box button.load {
  margin-top: 40px;
  min-width: 219px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #fff;
  background: #0165bb;
  border-radius: 0px;
  padding: 18.5px 12px;
  position: relative;
  display: inline-block;
  border: none;
}

.sc-2 .t-box button.load span {
  position: relative;
  z-index: 1;
}

.sc-2 .t-box button.load:hover:before {
  width: 100%;
  height: 100%;
}

.sc-2 .t-box button.load:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #f50301;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sc-2 .img-box {
  display: inline-block;
  max-width: 517px;
  width: 100%;
  float: right;
  background-color: #fff;
  background-image: url(../img/lines.jpg);
  position: relative;
  text-align: center;
  border-bottom: 2px solid #f50301;
}

.sc-2 .img-box .red-blue-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.sc-2 .img-box .red-blue-container:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0165bb;
}

.sc-2 .img-box .red-blue-container::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 22px;
  left: 22px;
  background: #f50301;
}

.sc-2 .img-box:before {
  content: "";
  width: 313px;
  height: 367px;
  background: url(../img/a-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 18px;
  right: 0;
}

.sc-2 .img-box img {
  margin-top: -48px;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.sc-2 .lines-box {
  width: 100%;
  width: 1170px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
}

.sc-2 .lines-box .lines {
  display: inline-block;
  background: rgba(0, 0, 0, 0.11);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
}

.sc-2 .lines-box .lines.line-1 {
  left: 15px;
}

.sc-2 .lines-box .lines.line-2 {
  right: 15px;
}

.sc-2 .lines-box .lines.line-3 {
  left: 395px;
}

.sc-2 .lines-box .lines.line-4 {
  right: 395px;
}

.sc-3 {
  position: relative;
  background: url(../img/overlay.jpg);
  background-repeat: repeat;
  background-size: cover;
}

.sc-3 .container {
  padding-top: 82px;
  padding-bottom: 85px;
}

.sc-3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-image: url(../img/sc3-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.sc-3 .title {
  margin-bottom: 60px;
  text-align: center;
}

.sc-3 .title h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.sc-3 .title h1:before {
  content: "";
  width: 48px;
  height: 3px;
  background: #f50301;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

.sc-3 .box.bef h1::after {
  content: "";
  width: 539px;
  height: 1px;
  background: rgba(255, 255, 255, 0.185);
  bottom: -17px;
  left: 0;
  position: absolute;
}

.sc-3 .box {
  display: inline-block;
  text-align: left;
}

.sc-3 .box h1 {
  font-size: 40px;
  font-family: "Nexa Replica RU";
  color: #fff;
  display: inline-block;
  position: relative;
}

.sc-3 .box h1:before {
  content: "";
  width: 48px;
  height: 1px;
  background: #0165bb;
  bottom: -17px;
  left: 0;
  position: absolute;
}

.sc-3 .box h1 span {
  display: block;
  font-size: 14px;
  font-family: "Roboto-Regular";
  margin-bottom: 5px;
}

.sc-3 .box h4 {
  font-size: 14px;
  font-family: "Roboto-Regular";
  line-height: 24px;
  color: #fff;
  max-width: 90px;
  margin-top: 30px;
}

.sc-4 {
  padding-top: 126px;
  padding-bottom: 128px;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.sc-4 .lines-box {
  width: 100%;
  width: 1170px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
}

.sc-4 .lines-box .lines {
  display: inline-block;
  background: rgba(0, 0, 0, 0.11);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
}

.sc-4 .lines-box .lines.line-1 {
  left: 15px;
}

.sc-4 .lines-box .lines.line-2 {
  right: 15px;
}

.sc-4 .lines-box .lines.line-3 {
  left: 395px;
}

.sc-4 .lines-box .lines.line-4 {
  right: 395px;
}

.sc-4 .myRow-1 .title {
  margin-bottom: 25px;
  padding-right: 131px;
}

.sc-4 .myRow-1 .title h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #000;
  position: relative;
  text-transform: uppercase;
}

.sc-4 .myRow-1 .title h1:before {
  content: "";
  width: 48px;
  height: 3px;
  background: #f50301;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.sc-4 .myRow-1 .slick-container {
  width: 100%;
  display: inline-block;
}

.sc-4 .myRow-1 .slick-product {
  width: 1529px;
  padding-left: 16px;
}

.sc-4 .myRow-1 .slick-product .slide-item {
  width: 328px !important;
  margin: 0 8px;
  margin-top: 10px;
  margin-bottom: 62px;
}

.sc-4 .myRow-1 .slick-product .p-box {
  display: inline-block;
  width: 328px;
  height: 288px;
  background: #fff;
  position: relative;
}

.sc-4 .myRow-1 .slick-product .p-box:hover:before {
  opacity: 1;
}

.sc-4 .myRow-1 .slick-product .p-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -22px 21px 26px rgba(170, 170, 170, 0.644);
          box-shadow: -22px 21px 26px rgba(170, 170, 170, 0.644);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-4 .myRow-1 .slick-product .p-box a {
  width: 100%;
  height: 100%;
  display: inline-block;
  outline: none !important;
  text-decoration: none;
}

.sc-4 .myRow-1 .slick-product .p-box h4 {
  margin-top: 64px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #000;
  margin-left: 42px;
  padding-left: 13px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.sc-4 .myRow-1 .slick-product .p-box h4:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #f50301;
  border-radius: 100%;
}

.sc-4 .myRow-1 .slick-product .p-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  z-index: 2;
}

.sc-4 .myRow-1 .slick-product .p-box .bottom-side {
  display: inline-block;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: solid 1px #cccccc;
  z-index: 1;
}

.sc-4 .myRow-1 .slick-product .p-box .bottom-side:before {
  content: "";
  width: 61px;
  height: 53px;
  border-right: solid 1px #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 12px;
}

.sc-4 .myRow-1 .arrow-box {
  display: inline-block;
  width: 100%;
  height: 0;
  text-align: right;
}

.sc-4 .myRow-1 .arrow-box button {
  width: 39px;
  height: 39px;
  padding: 0;
  position: relative;
  display: inline-block;
  background: #fff;
  top: -70px;
  margin-right: 1px;
  margin-left: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sc-4 .myRow-1 .arrow-box button:hover {
  background: rgba(170, 170, 170, 0.493);
}

.sc-4 .myRow-1 .arrow-box button img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sc-4 .myRow-1 .arrow-box button + button img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sc-4 .myRow-2 {
  padding-top: 65px;
}

.sc-4 .myRow-2 .title {
  margin-bottom: 75px;
}

.sc-4 .myRow-2 .title h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #000;
  position: relative;
  text-transform: uppercase;
}

.sc-4 .myRow-2 .title h1:before {
  content: "";
  width: 48px;
  height: 3px;
  background: #f50301;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.sc-4 .myRow-2 .img-box {
  max-width: 472px;
  width: 100%;
  border-bottom: solid 2px #f50301;
}

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

.sc-4 .myRow-2 .t-box {
  display: inline-block;
  width: 100%;
}

.sc-4 .myRow-2 .t-box p {
  font-family: "Roboto-Light";
  line-height: 24px;
  font-size: 16px;
  color: #515151;
  padding-right: 77px;
}

.sc-4 .myRow-2 .t-box h4 {
  padding-left: 90px;
  padding-right: 10px;
  position: relative;
  font-family: "Roboto-Regular";
  color: #515151;
  font-size: 14px;
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 21px;
  margin-top: 25px;
  line-height: 24px;
}

.sc-4 .myRow-2 .t-box h4:last-child {
  width: 68%;
}

.sc-4 .myRow-2 .t-box h4:before {
  content: "";
  width: 45px;
  height: 45px;
  background-color: #0165bb;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sc-4 .myRow-2 .t-box h4::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background-size: 19px 15px;
  background-image: url(../img/sign.png);
  background-repeat: no-repeat;
  background-position: center;
}

.sc-5-1 {
  position: relative;
  background: url(../img/overlay.jpg);
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.sc-5-1::after {
  content: "";
  position: absolute;
  top: 74px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
}

.sc-5-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-image: url(../img/sc5-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.sc-5-1 .red-blue-container {
  max-width: 1140px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 75px;
  height: 20px;
  z-index: 999;
}

.sc-5-1 .red-blue-container:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #f50301;
}

.sc-5-1 .red-blue-container::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: #0165bb;
}

.sc-5-1 .container {
  padding-top: 111px;
  padding-bottom: 193px;
}

.sc-5-1 .title h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.sc-5-1 .title h1:before {
  content: "";
  width: 48px;
  height: 3px;
  background: #f50301;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.sc-5-2 {
  margin-top: -109px;
  background: #f4f4f4;
  padding-bottom: 110px;
  position: relative;
}

.sc-5-2 .lines-box {
  width: 100%;
  width: 1170px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
}

.sc-5-2 .lines-box .lines {
  display: inline-block;
  background: rgba(0, 0, 0, 0.11);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
}

.sc-5-2 .lines-box .lines.line-1 {
  left: 15px;
}

.sc-5-2 .lines-box .lines.line-2 {
  right: 15px;
}

.sc-5-2 .lines-box .lines.line-3 {
  left: 395px;
}

.sc-5-2 .lines-box .lines.line-4 {
  right: 395px;
}

.sc-5-2 .myRow-1 {
  padding-bottom: 54px;
}

.sc-5-2 .myRow-1 .box {
  max-width: 368px;
  width: 100%;
  height: 246px;
  background: #fff;
  position: relative;
  margin-bottom: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.sc-5-2 .myRow-1 .box:hover {
  -webkit-box-shadow: -22px 21px 26px rgba(170, 170, 170, 0.384);
          box-shadow: -22px 21px 26px rgba(170, 170, 170, 0.384);
}

.sc-5-2 .myRow-1 .box .info {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  padding-left: 33px;
  padding-right: 46px;
  position: relative;
}

.sc-5-2 .myRow-1 .box .info p {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sc-5-2 .myRow-1 .box .info p span {
  float: left;
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #f62523;
}

.sc-5-2 .myRow-1 .box .info p img {
  float: right;
}

.sc-5-2 .myRow-1 .box .info h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-family: "Roboto-Regular";
  color: #000;
  line-height: 24px;
  margin-left: 33px;
  z-index: 1;
  bottom: 34px;
}

.sc-5-2 .myRow-1 .box .info h4:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #f50301;
  left: -8px;
  top: -3px;
  position: absolute;
}

.sc-5-2 .myRow-1 .box img.big-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sc-5-2 .myRow-2 {
  padding-top: 54px;
}

.sc-5-2 .myRow-2 .title {
  margin-bottom: 25px;
  padding-right: 131px;
}

.sc-5-2 .myRow-2 .title h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #000;
  position: relative;
  text-transform: uppercase;
}

.sc-5-2 .myRow-2 .title h1:before {
  content: "";
  width: 48px;
  height: 3px;
  background: #f50301;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.sc-5-2 .myRow-2 .arrow-box {
  display: inline-block;
  width: 100%;
  height: 0;
  text-align: right;
}

.sc-5-2 .myRow-2 .arrow-box button {
  width: 39px;
  height: 39px;
  padding: 0;
  position: relative;
  display: inline-block;
  background: #fff;
  top: -70px;
  margin-right: 1px;
  margin-left: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sc-5-2 .myRow-2 .arrow-box button:hover {
  background: rgba(170, 170, 170, 0.493);
}

.sc-5-2 .myRow-2 .arrow-box button img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sc-5-2 .myRow-2 .arrow-box button + button img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sc-5-2 .myRow-2 .slick-partner {
  width: 100%;
}

.sc-5-2 .myRow-2 .slick-partner .slide-item {
  outline: none !important;
  margin: 0 17px;
}

.sc-5-2 .myRow-2 .slick-partner .partner-box {
  display: inline-block;
  width: 258px;
  height: 163px;
  position: relative;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-5-2 .myRow-2 .slick-partner .partner-box:hover {
  -webkit-box-shadow: inset 0px 0px 20px rgba(111, 139, 190, 0.829);
          box-shadow: inset 0px 0px 20px rgba(111, 139, 190, 0.829);
}

.sc-5-2 .myRow-2 .slick-partner .partner-box a {
  display: inline-block;
  width: 100%;
  padding: 30px;
  height: 100%;
  outline: none !important;
}

.sc-5-2 .myRow-2 .slick-partner .partner-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}

.sc-6 {
  background: #fff;
  padding-top: 85px;
  padding-bottom: 70px;
  position: relative;
}

.sc-6 .red-blue-container {
  max-width: 1140px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 39px;
  height: 20px;
  z-index: 999;
}

.sc-6 .red-blue-container:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #f50301;
}

.sc-6 .red-blue-container::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: #0165bb;
}

.sc-6 .lines-box {
  width: 100%;
  width: 1170px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
}

.sc-6 .lines-box .lines {
  display: inline-block;
  background: rgba(0, 0, 0, 0.11);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
}

.sc-6 .lines-box .lines.line-1 {
  left: 15px;
}

.sc-6 .lines-box .lines.line-2 {
  right: 15px;
}

.sc-6 .lines-box .lines.line-3 {
  left: 395px;
}

.sc-6 .lines-box .lines.line-4 {
  right: 395px;
}

.sc-6 .title {
  display: inline-block;
  float: left;
  padding-top: 3px;
  margin-right: 52px;
}

.sc-6 .title h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #000;
  position: relative;
  text-transform: uppercase;
}

.sc-6 .title h1:before {
  content: "";
  width: 48px;
  height: 3px;
  background: #f50301;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.sc-6 .a-box-1 {
  width: 304px;
}

.sc-6 .a-box-2 {
  width: 204px;
}

.sc-6 .adress-box {
  display: inline-block;
  margin-right: 24px;
  float: left;
}

.sc-6 .adress-box .icon-box {
  display: inline-block;
  float: left;
  margin-right: 18px;
  width: 36px;
  height: 36px;
  border: solid 1px #c7ddf0;
  position: relative;
}

.sc-6 .adress-box .icon-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc-6 .adress-box .t-box p {
  display: table;
  font-family: "Roboto-Light";
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}

.sc-6 .adress-box .t-box p span {
  font-family: "Roboto-Medium";
}

.sc-6 .call-box {
  display: inline-block;
  float: left;
  width: 203px;
}

.sc-6 .call-box .icon-box {
  display: inline-block;
  float: left;
  margin-right: 18px;
  width: 36px;
  height: 36px;
  border: solid 1px #c7ddf0;
  position: relative;
}

.sc-6 .call-box .icon-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc-6 .call-box .t-box {
  padding-top: 5px;
}

.sc-6 .call-box .t-box a {
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #000;
}

.sc-6 .call-box .t-box a span {
  font-family: "Roboto-Bold";
}

.sc-6 .social {
  display: inline-block;
  float: right;
}

.sc-6 .social a {
  width: 37px;
  height: 37px;
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #cce0f1;
  position: relative;
  margin-left: 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-6 .social a:hover {
  border: solid 1px #0165bb;
}

.sc-6 .social a:hover img {
  opacity: 1;
}

.sc-6 .social a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
}

.sc-6-map {
  position: relative;
}

.sc-6-map #map {
  height: 395px;
}

.sc-6-map .ymaps-2-1-76-zoom {
  height: 0px !important;
}

.sc-6-map .ymaps-2-1-76-controls__control, .sc-6-map .ymaps-2-1-76-zoom {
  position: absolute !important;
  float: right;
  right: 5px !important;
  top: 43px !important;
}

.sc-6-map .ymaps-2-1-76-zoom__scale {
  display: none;
}

.sc-6-map .ymaps-2-1-76-controls__control_toolbar.ymaps-2-1-76-user-selection-none {
  position: absolute !important;
  float: right;
  right: 10px;
  top: 160px;
}

.sc-bl-1 {
  padding-top: 77px;
  padding-bottom: 150px;
}

.sc-bl-1 h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
  margin-top: 10px;
}

.sc-bl-1 h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 48px;
  height: 3px;
  background: #f50301;
}

.sc-bl-1 .t-box {
  display: inline-block;
  width: 100%;
}

.sc-bl-1 .t-box p {
  font-size: 16px;
  font-family: "Roboto-Regular";
  line-height: 24px;
  color: #686868;
}

.sc-bl-1 .t-box p span {
  font-family: "Roboto-Bold";
}

.sc-bl-1 .img-box {
  max-width: 515px;
  width: 100%;
  display: inline-block;
  background: url(../img/black-metal.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
}

.sc-bl-1 .img-box .info {
  display: inline-block;
  max-width: 182px;
  width: 100%;
  background: #1b1f28;
  padding: 35px 17px 5px 17px;
}

.sc-bl-1 .img-box .info h2 {
  font-size: 36px;
  font-family: "Nexa Replica RU";
  color: #0165bb;
}

.sc-bl-1 .img-box .info p {
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #fff;
  margin-bottom: 30px;
  line-height: 24px;
  max-width: 116px;
}

.sc-bl-2 {
  background: #f4f4f4;
  padding-bottom: 15px;
}

.sc-bl-2 .title {
  background: #fff;
  padding-top: 21px;
  padding-bottom: 21px;
  margin-top: -40px;
  margin-bottom: 32px;
}

.sc-bl-2 .title h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin-left: 23px;
}

.sc-bl-2 .title h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 48px;
  height: 3px;
  background: #f50301;
  z-index: 1;
}

.sc-bl-2 .title button.load {
  max-width: 219px;
  width: 100%;
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #fff;
  background: #0165bb;
  border-radius: 0px;
  padding: 18.5px 12px;
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 23px;
  border: none;
}

.sc-bl-2 .title button.load span {
  position: relative;
  z-index: 1;
}

.sc-bl-2 .title button.load:hover:before {
  width: 100%;
  height: 100%;
}

.sc-bl-2 .title button.load:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #f50301;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sc-bl-2 .p-change {
  padding: 0 8px;
}

.sc-bl-2 .m-t-15 {
  margin-top: 15px;
}

.sc-bl-2 .product-types {
  padding-bottom: 34px;
  position: relative;
}

.sc-bl-2 .product-types:last-child:before {
  display: none;
}

.sc-bl-2 .product-types:before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 98.5%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  z-index: 1;
}

.sc-bl-2 .product-types h3 {
  font-size: 24px;
  font-family: "Roboto-Medium";
  color: #000;
  margin: 30px 0;
}

.sc-bl-2 .product-types .box {
  width: 100%;
  height: 230px;
  display: inline-block;
  background: #fff;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 16px;
}

.sc-bl-2 .product-types .box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.sc-bl-2 .product-types .box:hover {
  -webkit-box-shadow: -22px 21px 26px rgba(170, 170, 170, 0.644);
          box-shadow: -22px 21px 26px rgba(170, 170, 170, 0.644);
}

.sc-bl-2 .product-types .box h4 {
  margin-top: 46px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #000;
  margin-left: 23px;
  padding-left: 13px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.sc-bl-2 .product-types .box h4:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #f50301;
  border-radius: 100%;
}

.sc-bl-2 .product-types .box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 230px;
}

.sc-bl-3 {
  background: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 144px;
}

.sc-bl-3 .p-change {
  padding: 0 8px;
}

.sc-bl-3 .form-box-block {
  display: inline-block;
  width: 100%;
  max-height: 371px;
  height: 100%;
  background: url(../img/metal-form-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 55px;
  padding-right: 38px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.sc-bl-3 .form-box-block .column {
  display: inline-block;
  width: 50%;
  float: left;
}

.sc-bl-3 .form-box-block .column h1 {
  font-size: 24px;
  font-family: "Nexa Replica RU";
  line-height: 60px;
  color: #fff;
  margin-top: 93px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.sc-bl-3 .form-box-block .form-box {
  display: inline-block;
  width: 100%;
  background: #0165bb;
  padding-top: 35px;
  padding-bottom: 25px;
  padding-left: 62px;
}

.sc-bl-3 .form-box-block .form-box .input-box {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 60px;
}

.sc-bl-3 .form-box-block .form-box .input-box:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 27px;
  height: 3px;
  background: #f50301;
}

.sc-bl-3 .form-box-block .form-box .input-box input {
  width: 100%;
  background: none;
  border: none;
  outline: none !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.281);
  height: 45px;
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-family: "Roboto-Light";
}

.sc-bl-3 .form-box-block .form-box .input-box input::-webkit-input-placeholder {
  color: #fff;
}

.sc-bl-3 .form-box-block .form-box .input-box input:-ms-input-placeholder {
  color: #fff;
}

.sc-bl-3 .form-box-block .form-box .input-box input::-ms-input-placeholder {
  color: #fff;
}

.sc-bl-3 .form-box-block .form-box .input-box input::placeholder {
  color: #fff;
}

.sc-bl-3 .form-box-block .form-box button.submit {
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #000;
  background: #fff;
  border-radius: 0px;
  max-width: 218px;
  width: 100%;
  padding: 17px 15px;
  margin-top: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 18px;
  float: left;
}

.sc-bl-3 .form-box-block .form-box button.submit:hover {
  background: #dfdfdf;
}

.sc-bl-3 .form-box-block .form-box span.special {
  font-size: 12px;
  font-family: "Roboto-Light";
  display: table;
  color: #fff;
  line-height: 18px;
  margin-top: 10px;
  margin-right: 5px;
}

.sc-about {
  padding-top: 77px;
  padding-bottom: 150px;
  border-bottom: 1px solid #e8e8e8;
}

.sc-about h1 {
  font-size: 24px;
  line-height: 33px;
  font-family: "Nexa Replica RU";
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
  margin-top: 10px;
}

.sc-about h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 48px;
  height: 3px;
  background: #f50301;
}

.sc-about .t-box {
  display: inline-block;
  width: 581px;
}

.sc-about .t-box p {
  font-size: 16px;
  font-family: "Roboto-Regular";
  line-height: 24px;
  color: #686868;
  margin-bottom: 25px;
}

.sc-about .t-box h4 {
  padding-left: 19px;
  position: relative;
  color: #515151;
  font-size: 16px;
  margin-bottom: 25px;
  font-family: "Roboto-Regular";
}

.sc-about .t-box h4 span {
  color: #0165bb;
}

.sc-about .t-box h4 span.number {
  font-size: 24px;
}

.sc-about .t-box h4:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #f50301;
}

.sc-about .t-box button.load {
  min-width: 219px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #fff;
  background: #0165bb;
  border-radius: 0px;
  padding: 18.5px 12px;
  position: relative;
  display: inline-block;
  border: none;
}

.sc-about .t-box button.load span {
  position: relative;
  z-index: 1;
}

.sc-about .t-box button.load:hover:before {
  width: 100%;
  height: 100%;
}

.sc-about .t-box button.load:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #f50301;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sc-about .img-box {
  display: inline-block;
  position: relative;
  float: right;
  max-width: 505px;
}

.sc-about .img-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: #f50301;
}

.sc-about .img-box::after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 23px;
  width: 17px;
  height: 17px;
  background: #0165bb;
}

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

.footer {
  padding: 33px 0;
  background: url(../img/overlay.jpg);
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}

.footer a.order-call {
  font-size: 16px;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.267);
  max-width: 230px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer a.order-call:hover {
  background: rgba(255, 255, 255, 0.192);
}

.footer a.order-call:hover:before {
  margin-left: 100%;
}

.footer a.order-call:hover::after {
  margin-left: 100%;
}

.footer a.order-call:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #f50301;
  position: absolute;
  top: -3px;
  left: -3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer a.order-call::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f50301;
  position: absolute;
  bottom: -3px;
  left: -3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .form-box {
  display: inline-block;
  width: 100%;
}

.footer .form-box .input-box:first-child {
  margin-right: 42px;
}

.footer .form-box .input-box {
  display: inline-block;
  position: relative;
  max-width: 302px;
  width: 100%;
  float: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.281);
}

.footer .form-box .input-box:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 27px;
  height: 3px;
  background: #0165bb;
}

.footer .form-box .input-box input {
  width: 100%;
  background: none;
  border: none;
  outline: none !important;
  height: 44px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto-Light";
}

.footer .form-box .input-box input::-webkit-input-placeholder {
  color: #fff;
}

.footer .form-box .input-box input:-ms-input-placeholder {
  color: #fff;
}

.footer .form-box .input-box input::-ms-input-placeholder {
  color: #fff;
}

.footer .form-box .input-box input::placeholder {
  color: #fff;
}

.footer .form-box .order-form-call {
  display: inline-block;
  max-width: 180px;
  width: 100%;
  font-size: 14px;
  font-family: "Roboto-Light";
  color: #fff;
  background: #0165bb;
  border-radius: 0px;
  padding: 14px 12px;
  position: relative;
  display: inline-block;
  border: none;
  float: right;
  margin-top: 8px;
}

.footer .form-box .order-form-call span {
  position: relative;
  z-index: 1;
}

.footer .form-box .order-form-call:hover:before {
  width: 100%;
  height: 100%;
}

.footer .form-box .order-form-call:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #f50301;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 1200px) {
  .container {
    min-width: auto;
  }
  .header .logo-box {
    width: 103px;
    margin-right: 34px;
  }
  .header .a-box-1 {
    width: 245px;
  }
  .header .adress-box {
    margin-right: 8px;
  }
  .header .adress-box .icon-box {
    margin-right: 12px;
    width: 27px;
    height: 27px;
  }
  .header .call-box {
    width: 174px;
  }
  .header .call-box .icon-box {
    margin-right: 12px;
    width: 27px;
    height: 27px;
  }
  .header .call-box .t-box a {
    font-size: 14px;
    position: relative;
    top: -6px;
  }
  .header button.order-call {
    max-width: 129px;
    padding: 18.5px 9px;
    font-size: 11px;
  }
  .navi-container .navbar-nav {
    max-width: 770px;
  }
  .navi-container .navbar-nav li.nav-item a {
    font-size: 13px;
  }
  .navi-container .navbar-nav li.nav-item a:before {
    right: -38px;
  }
  .navi-container .social a {
    width: 30px;
    height: 30px;
  }
  .lines-box {
    width: 960px !important;
  }
  .lines-box .lines.line-3 {
    left: 310px !important;
  }
  .lines-box .lines.line-4 {
    right: 310px !important;
  }
  .sc-1:before {
    width: 208px;
    height: 245px;
  }
  .sc-1 .slick-header ul {
    width: 960px;
  }
  .sc-1 .slick-header .slide-item {
    height: 655px;
    padding-top: 212px;
    padding-bottom: 140px;
  }
  .sc-1 .slick-header .slide-item .inner-content {
    width: 960px;
    padding-right: 330px;
  }
  .sc-1 .slick-header .slide-item .inner-content h1 {
    font-size: 30px;
    line-height: 59px;
  }
  .sc-1 .red-blue-container {
    max-width: 930px;
  }
  .sc-1 .year-box {
    max-width: 960px;
  }
  .sc-3 .box.bef h1::after {
    width: 438px;
  }
  .sc-5-1 .red-blue-container {
    max-width: 930px;
  }
  .sc-6 .title {
    margin-right: 32px;
  }
  .sc-6 .red-blue-container {
    max-width: 930px;
  }
  .sc-6 .a-box-1 {
    width: 245px;
  }
  .sc-6 .adress-box {
    margin-right: 8px;
  }
  .sc-6 .adress-box .icon-box {
    margin-right: 12px;
    width: 27px;
    height: 27px;
  }
  .sc-6 .call-box {
    width: 174px;
  }
  .sc-6 .call-box .icon-box {
    margin-right: 12px;
    width: 27px;
    height: 27px;
  }
  .sc-6 .call-box .t-box a {
    font-size: 14px;
    position: relative;
    top: -6px;
  }
  .sc-6 .social a {
    width: 30px;
    height: 30px;
  }
  .sc-bl-3 .form-box-block .form-box {
    padding-top: 23px;
    padding-left: 50px;
  }
  .sc-bl-3 .form-box-block .form-box button.submit {
    font-size: 14px;
    max-width: 186px;
    padding: 17px 8px;
    margin-right: 13px;
  }
  .sc-bl-3 .form-box-block .form-box span.special {
    font-size: 11px;
    line-height: 14px;
  }
  .sc-bl-3 .form-box-block .column h1 {
    font-size: 19px;
    line-height: 46px;
  }
  .sc-about {
    padding-bottom: 99px;
  }
  .sc-about .t-box {
    width: 100%;
  }
  .sc-about h1 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .footer .form-box .input-box {
    max-width: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .header {
    display: none;
  }
  .navi-container-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .navi-container {
    background: rgba(255, 255, 255, 0.973);
    -webkit-box-shadow: 0px 10px 15px rgba(170, 170, 170, 0.377);
            box-shadow: 0px 10px 15px rgba(170, 170, 170, 0.377);
  }
  .navi-container .adress-box {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .navi-container .adress-box .t-box {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .navi-container .adress-box .t-box p {
    display: inline-block;
    font-family: "Roboto-Light";
    font-size: 13px;
    line-height: 22px;
    max-width: 232px;
    width: 100%;
    margin-bottom: 5px;
  }
  .navi-container .adress-box .t-box p span {
    font-family: "Roboto-Medium";
  }
  .navi-container button.order-call {
    max-width: 164px;
    width: 100%;
    font-size: 12px;
    font-family: "Roboto-Regular";
    color: #fff;
    text-transform: uppercase;
    background: #0165bb;
    border-radius: 0px;
    padding: 18.5px 12px;
    margin-top: 3px;
    position: relative;
    display: block;
    border: none;
    margin: 15px auto;
  }
  .navi-container button.order-call span {
    position: relative;
    z-index: 1;
  }
  .navi-container button.order-call:hover:before {
    width: 100%;
    height: 100%;
  }
  .navi-container button.order-call:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 7px;
    background: #f50301;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .navi-container .call-mob-box {
    width: 30px;
    display: inline-block;
    height: 30px;
    border: solid 1px #0165bb;
    position: absolute;
    top: 10px;
    right: 86px;
    margin: auto;
  }
  .navi-container .call-mob-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .navi-container .logo-box {
    display: inline-block;
    width: 70px;
  }
  .navi-container .logo-box img {
    max-width: 100%;
  }
  .navi-container .navbar-toggler {
    line-height: 0;
    padding-left: 7px;
    padding-right: 7px;
    width: 50px;
    margin-left: auto;
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .navi-container .navbar-toggler:hover {
    -webkit-box-shadow: inset 0px 2px 10px rgba(170, 170, 170, 0.603);
            box-shadow: inset 0px 2px 10px rgba(170, 170, 170, 0.603);
  }
  .navi-container .navbar-toggler span {
    width: 100%;
    height: 2px;
    background: #000;
    display: inline-block;
    top: -3px;
    position: relative;
  }
  .navi-container .navbar-nav {
    max-width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 41vh;
  }
  .navi-container .navbar-nav li.nav-item {
    margin-top: 0;
  }
  .navi-container .navbar-nav li.nav-item a:before {
    display: none;
  }
  .navi-container .social {
    width: 100%;
    text-align: center;
    display: none;
    background: none;
  }
  .navi-container .social a {
    margin: 10px 5px;
  }
  .navi-container .social.social-mob {
    display: inline-block;
  }
  .lines-box {
    width: 720px !important;
  }
  .lines-box .lines.line-3 {
    left: 240px !important;
  }
  .lines-box .lines.line-4 {
    right: 240px !important;
  }
  .sc-1 .red-blue-container {
    max-width: 690px;
  }
  .sc-1 .slick-header ul {
    width: 720px;
  }
  .sc-1 .slick-header ul li button {
    bottom: 137px;
    right: 38px;
  }
  .sc-1 .slick-header .slide-item .inner-content {
    width: 720px;
    padding-right: 195px;
  }
  .sc-1 .slick-header .slide-item .inner-content h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .sc-1 .year-box {
    max-width: 720px;
  }
  .sc-1 .year-box .box {
    width: 225px;
    height: 157px;
  }
  .sc-1 .year-box .box h2 {
    font-size: 58px;
    top: 32px;
    left: -30px;
  }
  .sc-1 .year-box .box h4 {
    font-size: 32px;
    right: 40px;
    bottom: 18px;
  }
  .sc-1 .year-box .box h4 span {
    font-size: 12px;
  }
  .sc-2 {
    padding-top: 85px;
    padding-bottom: 105px;
  }
  .sc-2 .t-box {
    padding-top: 45px;
  }
  .sc-2 .t-box h1 {
    font-size: 19px;
  }
  .sc-2 .t-box p {
    font-size: 17px;
    line-height: 28px;
    padding-right: 0;
  }
  .sc-2 .img-box:before {
    width: 186px;
    height: 218px;
  }
  .sc-2 .img-box img {
    max-width: 290px;
  }
  .sc-3 .title h1 {
    font-size: 19px;
  }
  .sc-3 .container {
    padding-top: 63px;
    padding-bottom: 58px;
  }
  .sc-3 .box.bef h1::after {
    width: 316px;
  }
  .sc-3 .box h1 {
    font-size: 30px;
  }
  .sc-4 {
    padding-top: 71px;
    padding-bottom: 46px;
  }
  .sc-4 .myRow-1 .title h1 {
    font-size: 19px;
    line-height: 29px;
  }
  .sc-4 .myRow-1 .arrow-box button {
    top: -88px;
  }
  .sc-4 .myRow-1 .slick-product .slide-item {
    width: 231px !important;
  }
  .sc-4 .myRow-1 .slick-product .slide-item .p-box {
    width: 231px;
    height: 197px;
  }
  .sc-4 .myRow-1 .slick-product .slide-item .p-box h4 {
    margin-top: 21px;
    font-size: 15px;
    margin-left: 17px;
  }
  .sc-4 .myRow-1 .slick-product .slide-item .p-box .bottom-side {
    height: 39px;
  }
  .sc-4 .myRow-1 .slick-product .slide-item .p-box .bottom-side:before {
    width: 45px;
    height: 39px;
  }
  .sc-4 .myRow-2 .title {
    margin-bottom: 53px;
  }
  .sc-4 .myRow-2 .title h1 {
    font-size: 19px;
    line-height: 29px;
  }
  .sc-4 .myRow-2 .t-box p {
    padding-right: 0;
    font-size: 15px;
  }
  .sc-4 .myRow-2 .t-box h4 {
    padding-left: 47px;
    padding-right: 0;
    width: 100%;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 12px;
  }
  .sc-4 .myRow-2 .t-box h4:last-child {
    width: 100%;
  }
  .sc-4 .myRow-2 .t-box h4:before {
    width: 24px;
    height: 24px;
    left: 5px;
  }
  .sc-4 .myRow-2 .t-box h4::after {
    width: 24px;
    left: 5px;
    height: 24px;
    background-size: 13px 9px;
  }
  .sc-5-1 .red-blue-container {
    max-width: 690px;
  }
  .sc-5-1 .title h1 {
    font-size: 19px;
    line-height: 29px;
  }
  .sc-5-2 {
    padding-bottom: 70px;
  }
  .sc-5-2 .myRow-2 {
    padding-top: 28px;
  }
  .sc-5-2 .myRow-2 .title h1 {
    font-size: 19px;
    line-height: 29px;
  }
  .sc-6 {
    padding-top: 67px;
    padding-bottom: 51px;
  }
  .sc-6 .red-blue-container {
    max-width: 690px;
  }
  .sc-6 .title {
    margin-right: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 41px;
  }
  .sc-6 .title h1 {
    font-size: 19px;
    line-height: 29px;
  }
  .sc-6 .title h1:before {
    right: 0;
    margin: auto;
  }
  .sc-6 .adress-box {
    margin-right: 0;
    float: none;
    width: 100%;
  }
  .sc-6 .call-box {
    float: none;
  }
  .sc-6 .social {
    float: none;
    display: block;
    margin-top: 5px;
    text-align: center;
  }
  .sc-6 .social a {
    margin-left: 0;
  }
  .sc-6-map #map {
    height: 258px;
  }
  .sc-bl-1 {
    padding-top: 31px;
  }
  .sc-bl-1 .img-box {
    float: none;
    margin-top: 15px;
  }
  .sc-bl-2 .title h1 {
    font-size: 19px;
    line-height: 27px;
  }
  .sc-bl-2 .product-types .box h4 {
    margin-top: 34px;
    margin-left: 16px;
    padding-left: 12px;
  }
  .sc-bl-3 {
    padding-bottom: 92px;
  }
  .sc-bl-3 .form-box-block {
    max-height: 100%;
    padding-left: 38px;
  }
  .sc-bl-3 .form-box-block .form-box span.special {
    margin-top: 26px;
  }
  .sc-bl-3 .form-box-block .column {
    float: none;
    width: 100%;
  }
  .sc-bl-3 .form-box-block .column h1 {
    margin-top: 0;
  }
  .sc-about {
    padding-top: 31px;
  }
  .sc-about h1 {
    font-size: 24px;
  }
  .sc-about .img-box {
    float: none;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #myModal .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }
  #myModal .modal-body {
    padding-left: 26px;
    padding-right: 26px;
  }
  .lines-box {
    width: 540px !important;
  }
  .lines-box .lines.line-3 {
    left: 180px !important;
  }
  .lines-box .lines.line-4 {
    right: 180px !important;
  }
  .sc-1::after {
    top: 76px;
  }
  .sc-1:before {
    width: 140px;
    height: 168px;
    top: 75px;
  }
  .sc-1 .red-blue-container {
    max-width: 510px;
    top: 76px;
  }
  .sc-1 .slick-header ul {
    width: 540px;
  }
  .sc-1 .slick-header .slide-item {
    padding-top: 127px;
    height: 441px;
  }
  .sc-1 .slick-header .slide-item .inner-content {
    width: 540px;
    padding-right: 79px;
  }
  .sc-1 .slick-header .slide-item .inner-content h1 {
    font-size: 19px;
  }
  .sc-1 .year-box {
    max-width: 540px;
  }
  .sc-2 {
    padding-top: 17px;
    padding-bottom: 65px;
  }
  .sc-2 .img-box {
    margin-top: 50px;
  }
  .sc-3 .box.bef h1::after {
    width: 237px;
  }
  .sc-4 .myRow-1 .title h1 {
    font-size: 15px;
    line-height: 26px;
  }
  .sc-4 .myRow-2 .title h1 {
    font-size: 15px;
    line-height: 26px;
  }
  .sc-4 .myRow-2 .img-box {
    max-width: 100%;
    margin-top: 25px;
  }
  .sc-4 .myRow-2 .img-box img {
    width: 100%;
  }
  .sc-5-1 .red-blue-container {
    max-width: 510px;
    top: 76px;
  }
  .sc-5-2 .myRow-1 .box .info {
    padding-top: 26px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .sc-5-2 .myRow-1 .box .info h4 {
    font-size: 14px;
    line-height: 19px;
    margin-left: 18px;
    bottom: 16px;
  }
  .sc-5-2 .myRow-2 .title h1 {
    font-size: 15px;
  }
  .sc-6 {
    padding-top: 37px;
    padding-bottom: 29px;
  }
  .sc-6 .red-blue-container {
    max-width: 510px;
  }
  .sc-6 .title h1 {
    font-size: 15px;
  }
  .sc-bl-1 {
    padding-bottom: 104px;
  }
  .sc-bl-1 h1 {
    font-size: 19px;
    margin-bottom: 40px;
  }
  .sc-bl-1 .t-box p {
    font-size: 14px;
  }
  .sc-bl-1 .img-box .info h2 {
    font-size: 25px;
  }
  .sc-bl-1 .img-box .info p {
    font-size: 13px;
    margin-bottom: 24px;
    line-height: 19px;
    max-width: 110px;
  }
  .sc-bl-2 .title h1 {
    font-size: 16px;
    line-height: 24px;
    margin-left: 13px;
  }
  .sc-bl-2 .title button.load {
    margin-right: 13px;
  }
  .sc-bl-3 .form-box-block .column h1 {
    margin-bottom: 30px;
    text-align: center;
  }
  .sc-about h1 {
    font-size: 19px;
  }
  .sc-about .t-box p {
    font-size: 14px;
  }
  .footer {
    text-align: center;
  }
  .footer .form-box .input-box {
    float: none;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .footer .form-box .input-box:first-child {
    margin-right: 0;
  }
  .footer .form-box .order-form-call {
    float: none;
  }
}

@media only screen and (max-width: 576px) {
  #myModal .modal-body h4 {
    font-size: 13px;
    line-height: 25px;
  }
  #myModal .modal-body .form-box {
    margin-top: 19px;
  }
  #myModal .modal-body .form-box .input-box input {
    height: 45px;
    font-size: 12px;
  }
  #myModal .modal-body .form-box .send-box {
    margin-top: 12px;
    padding-bottom: 10px;
  }
  #myModal .modal-body .form-box .send-box .send {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #myModal .modal-body .form-box .send-box .send label .sign-box {
    font-size: 11px;
    line-height: 18px;
  }
  #myModal .modal-body .form-box .send-box .send label .sign-box:before {
    top: 2px;
  }
  #myModal .modal-body .form-box .send-box .send button {
    float: none;
    min-width: 100%;
    width: 100%;
    font-size: 14px;
    padding: 10.5px 12px;
  }
  .lines-box {
    max-width: 100% !important;
  }
  .lines-box .lines.line-3 {
    display: none;
  }
  .lines-box .lines.line-4 {
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
  }
  .sc-1::after {
    top: 39px;
  }
  .sc-1:before {
    width: 84px;
    height: 101px;
  }
  .sc-1 .red-blue-container {
    max-width: 50%;
    margin-left: 15px;
    top: 39px;
  }
  .sc-1 .slick-header ul {
    max-width: 100%;
  }
  .sc-1 .slick-header ul li button {
    bottom: 100px;
    right: 45px;
  }
  .sc-1 .slick-header .slide-item {
    height: 301px;
    padding-top: 88px;
  }
  .sc-1 .slick-header .slide-item .inner-content {
    width: 100%;
    padding-right: 15px;
  }
  .sc-1 .slick-header .slide-item .inner-content h1 {
    line-height: 25px;
    font-size: 12px;
  }
  .sc-1 .slick-header .slide-item .inner-content h1 span {
    margin-top: 0px;
  }
  .sc-1 .year-box {
    max-width: 100%;
  }
  .sc-1 .year-box .box {
    height: 102px;
    width: 160px;
  }
  .sc-1 .year-box .box h2 {
    font-size: 34px;
    top: 19px;
    left: -17px;
  }
  .sc-1 .year-box .box h4 {
    font-size: 22px;
    right: 20px;
    bottom: 11px;
  }
  .sc-2 .t-box {
    padding-top: 18px;
  }
  .sc-2 .t-box .title {
    margin-bottom: 32px;
  }
  .sc-2 .t-box h1 {
    font-size: 14px;
  }
  .sc-2 .t-box p {
    font-size: 15px;
    line-height: 20px;
  }
  .sc-2 .t-box button.load {
    margin-top: 17px;
    margin-bottom: 10px;
    min-width: 219px;
    padding: 11.5px 12px;
    font-size: 14px;
  }
  .sc-3:before {
    background-attachment: inherit;
  }
  .sc-3 .container {
    padding-top: 45px;
    padding-bottom: 31px;
  }
  .sc-3 .title {
    margin-bottom: 42px;
  }
  .sc-3 .title h1 {
    font-size: 14px;
  }
  .sc-3 .box.bef h1::after {
    display: none;
  }
  .sc-3 .box h1 {
    font-size: 21px;
  }
  .sc-3 .box h4 {
    font-size: 13px;
    line-height: 19px;
    margin-top: 25px;
  }
  .sc-4 .myRow-1 .title h1 {
    font-size: 11px;
    line-height: 18px;
  }
  .sc-4 .myRow-1 .title h1:before {
    height: 2px;
    bottom: -9px;
  }
  .sc-4 .myRow-2 {
    padding-top: 21px;
  }
  .sc-4 .myRow-2 .title {
    margin-bottom: 36px;
  }
  .sc-4 .myRow-2 .title h1 {
    font-size: 11px;
    line-height: 18px;
  }
  .sc-4 .myRow-2 .title h1:before {
    height: 2px;
    bottom: -9px;
  }
  .sc-5-1::after {
    top: 39px;
  }
  .sc-5-1:before {
    background-attachment: inherit;
  }
  .sc-5-1 .container {
    padding-top: 79px;
    padding-bottom: 121px;
  }
  .sc-5-1 .red-blue-container {
    max-width: 50%;
    margin-left: 15px;
    top: 39px;
  }
  .sc-5-1 .title h1 {
    font-size: 14px;
    line-height: 18px;
  }
  .sc-5-1 .title h1:before {
    height: 2px;
    bottom: -9px;
  }
  .sc-5-2 {
    margin-top: -59px;
  }
  .sc-5-2 .myRow-1 {
    padding-bottom: 20px;
  }
  .sc-5-2 .myRow-1 .box .info p span {
    font-size: 20px;
  }
  .sc-5-2 .myRow-1 .box .info h4 {
    font-size: 17px;
  }
  .sc-5-2 .myRow-2 {
    padding-top: 15px;
  }
  .sc-5-2 .myRow-2 .title h1 {
    font-size: 11px;
    line-height: 18px;
  }
  .sc-5-2 .myRow-2 .title h1:before {
    height: 2px;
    bottom: -9px;
  }
  .sc-5-2 .myRow-2 .arrow-box button {
    top: -50px;
  }
  .sc-6 {
    padding-top: 23px;
    padding-bottom: 21px;
  }
  .sc-6 .red-blue-container {
    max-width: 50%;
    margin-left: 15px;
    top: 39px;
  }
  .sc-6 .title h1 {
    font-size: 11px;
    line-height: 18px;
  }
  .sc-6 .title h1:before {
    height: 2px;
    bottom: -9px;
  }
  .sc-bl-1 h1 {
    font-size: 14px;
    line-height: 22px;
  }
  .sc-bl-1 h1:before {
    height: 2px;
    bottom: -9px;
  }
  .sc-bl-1 .img-box .info {
    max-width: 145px;
    padding: 26px 10px 16px 10px;
  }
  .sc-bl-2 {
    padding-top: 25px;
  }
  .sc-bl-2 .title {
    margin-top: 0;
    text-align: center;
  }
  .sc-bl-2 .title h1 {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .sc-bl-2 .title h1:before {
    height: 2px;
    bottom: -9px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sc-bl-2 .title button.load {
    float: none;
    margin-right: 0;
  }
  .sc-bl-2 .product-types h3 {
    font-size: 20px;
  }
  .sc-bl-3 {
    padding-bottom: 40px;
  }
  .sc-bl-3 .form-box-block {
    padding: 25px 15px;
  }
  .sc-bl-3 .form-box-block .form-box {
    padding: 15px;
  }
  .sc-bl-3 .form-box-block .form-box .input-box {
    padding-right: 0;
  }
  .sc-bl-3 .form-box-block .form-box button.submit {
    max-width: 100%;
  }
  .sc-bl-3 .form-box-block .form-box span.special {
    display: inline-block;
    width: 100%;
    margin-top: 18px;
  }
  .sc-bl-3 .form-box-block .column h1 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .sc-about {
    padding-bottom: 41px;
  }
  .sc-about h1 {
    font-size: 14px;
    line-height: normal;
  }
}
/*# sourceMappingURL=main.css.map */