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

/* Gilroy-ExtraBold */
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../font/Gilroy-ExtraBold.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-Medium */
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../font/Gilroy-Medium.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;
}

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: 1440px;
  position: relative;
}

.content {
  position: relative;
}

a {
  color:#FF3F3F;
}


h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 72px;
  font-weight: 800;
  line-height: 85px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}

h2 {
  font-size: 50px;
  line-height: 64px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Gilroy-ExtraBold";
  color: #000000;
}

h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Gilroy-ExtraBold";
  color: #000000;
}

.primary--button {
  font-family: "Gilroy-Bold";
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FF3F3F;
  border: 4px solid #FF3F3F;
  padding: 36px 25.5px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.primary--button:hover {
  color: #fff;
  background: #FF3F3F;
  -webkit-box-shadow: 0px 3px 23px rgba(255, 63, 63, 0.25);
          box-shadow: 0px 3px 23px rgba(255, 63, 63, 0.25);
}

.primary--button:hover svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.primary--button:hover svg path {
  fill: #fff;
}

.primary--button:focus {
  color: #fff;
  background: #ED3131;
  border-color: #ED3131;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.primary--button:focus svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.primary--button svg {
  margin-left: 11px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.primary--button svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.primary--button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.primary--arrow--button {
  display: inline-block;
  border: 2px solid #202020;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0px;
  width: 48px;
  height: 48px;
  position: relative;
}

.primary--arrow--button:hover {
  color: #fff;
  border-color: #FF3F3F;
  background: #FF3F3F;
  -webkit-box-shadow: 0px 3px 23px rgba(255, 63, 63, 0.25);
          box-shadow: 0px 3px 23px rgba(255, 63, 63, 0.25);
}

.primary--arrow--button:hover svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.primary--arrow--button:hover svg path {
  fill: #fff;
}

.primary--arrow--button:focus {
  color: #fff;
  background: #ED3131;
  border-color: #ED3131;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.primary--arrow--button:focus svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.primary--arrow--button svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.primary--arrow--button svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.secondary--button {
  font-family: "Gilroy-Bold";
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1B253D;
  border: 2px solid #1B253D;
  padding: 31px 30px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.secondary--button:hover {
  color: #fff;
  background: #1B253D;
  -webkit-box-shadow: 0px 3px 23px rgba(207, 221, 255, 0.22);
          box-shadow: 0px 3px 23px rgba(207, 221, 255, 0.22);
}

.secondary--button:hover svg path {
  fill: #fff;
}

.secondary--button:focus {
  color: #fff;
  background: #1B253D;
  border-color: #1B253D;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.secondary--button svg {
  margin-right: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.secondary--button svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.secondary--button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

#wrapper {
  position: relative;
  padding-top: 100px;
}

.line-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
}

.line-box .line {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
}

.line-box .line-1 {
  left: -1410px;
}

.line-box .line-2 {
  background-color: rgba(0, 0, 0, 0.07);
  left: -450px;
}

.slick--arrow {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.modal-dialog {
  max-width: 930px;
  padding-left: 5px;
  padding-right: 5px;
}

.modal-dialog .form-box {
  max-width: 570px;
  width: 100%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 100px;
}

.hidden--input--validate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #FF3F3F;
  display: none;
}

.hidden--input--validate-2 {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #FF3F3F;
  border-radius: 1px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding: 9px 34px 9px 75px;
}

.hidden--input--validate-2 img {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
}

.info--tag {
  margin: 10px 0;
  display: inline-block;
  position: relative;
  padding-left: 43px;
}

.info--tag:hover span {
  background: #FF3F3F;
}

.info--tag:hover p {
  opacity: 1;
  z-index: 1;
}

.info--tag span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gilroy-Medium";
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #D8D8D8;
  border-radius: 100%;
  cursor: pointer;
  margin-left: -43px;
}

.info--tag p {
  padding: 14px 18px 14px 18px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 43px;
  width: 229px;
  background: #FFFFFF;
  border: 1px solid #FF3F3F;
  font-family: "Gilroy-Regular";
  font-size: 13px !important;
  line-height: 26px !important;
  letter-spacing: 0.02em;
  color: #FF3F3F !important;
  margin-bottom: 0;
}

.custom--input {
  position: relative;
  margin: 10px 10px;
}

.custom--input input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

form input[type=text],
form input[type=number],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=search] {
  width: 100%;
  padding-left: 66px;
  height: 72px;
  outline: none;
  padding-right: 10px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #000000;
}

form input[type=text]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=search]::-webkit-input-placeholder {
  color: #000;
}

form input[type=text]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=search]:-ms-input-placeholder {
  color: #000;
}

form input[type=text]::-ms-input-placeholder,
form input[type=number]::-ms-input-placeholder,
form input[type=tel]::-ms-input-placeholder,
form input[type=email]::-ms-input-placeholder,
form input[type=password]::-ms-input-placeholder,
form input[type=search]::-ms-input-placeholder {
  color: #000;
}

form input[type=text]::placeholder,
form input[type=number]::placeholder,
form input[type=tel]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=search]::placeholder {
  color: #000;
}

form input[type=checkbox] + span,
form input[type=radio] + span {
  font-family: "Gilroy-ExtraBold";
  font-size: 10px;
  line-height: 46px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #25292E;
  display: inline-block;
  position: relative;
  padding-left: 37px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

form input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
}

form input[type=radio] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
}

form input[type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FF3F3F;
  border-color: #FF3F3F;
  background-image: url(../svg/sign.svg);
  background-size: 10px 8px;
}

form input[type=radio]:checked + span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FF3F3F;
  border-color: #FF3F3F;
  background-image: url(../svg/radio-sign.svg);
  background-size: 6px 6px;
}

form textarea {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 66px;
  min-height: 172px;
  outline: none;
  padding-right: 10px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #000000;
}

form textarea::-webkit-input-placeholder {
  color: #000;
}

form textarea:-ms-input-placeholder {
  color: #000;
}

form textarea::-ms-input-placeholder {
  color: #000;
}

form textarea::placeholder {
  color: #000;
}

form .accept-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

form .accept {
  max-width: 297px;
  width: 100%;
}

form p {
  margin-bottom: 0;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #000000;
  padding-right: 15px;
}

form p a {
  color: #FF3F3F;
}

form p a:hover {
  color: #FF3F3F;
}

form .f-icon {
  position: absolute;
  top: 22px;
  left: 32px;
}

form .field-box {
  position: relative;
  width: 100%;
  margin: 20px 0;
}

.modal-header {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 60px;
  border: none;
}

.modal-header .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #9c9c9c;
  font-weight: 100;
  opacity: 1;
  font-size: 40px;
  outline: none;
}

.modal-header p {
  font-family: "Gilroy-Bold";
  max-width: 397px;
  font-size: 19px;
  line-height: 33px;
  text-align: center;
  color: #202020;
  margin: auto;
  padding-top: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}

.header .navbar {
  width: 100%;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .navbar-brand {
  margin-right: 0;
  max-width: 119px;
  padding-top: 0;
  height: 54px;
}

.header .navbar-brand img {
  max-width: 100%;
  max-height: 54px;
}

.header .tel-box {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .tel-box a {
  font-family: "Gilroy-Bold";
  line-height: 18px;
  color: #202020;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .tel-box a:hover {
  color: #FF3F3F;
}

.header .tel-box .phone {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.header .tel-box .callback {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-decoration: underline;
  text-transform: uppercase;
}

.header .search svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .toggling-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .toggling-box .search {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .navbar-toggler {
  width: 30px;
  height: 18px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-left: 90px;
}

.header .navbar-toggler span {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 2px;
  background-color: #fff;
}

.header .navbar-toggler span:nth-child(2) {
  width: 20px;
}

.header.sticked {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.header.sticked .navbar {
  height: 70px;
}

.header.sticked .navbar-toggler span {
  background-color: #202020;
}

.header.sticked .search svg path {
  fill: #202020;
}

.sidebar {
  position: fixed;
  z-index: 998;
  left: 0;
  bottom: 0;
  width: 131px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.945);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.sidebar ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 131px;
  margin-bottom: 0;
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);

}

.sidebar li {
  padding: 5px 37px;
}

.sidebar li a {
  font-family: "Gilroy-Bold";
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #202020;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sidebar li a:hover {
  color: #FF3F3F;
}

.rotated--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rotated--title .des-dots {
  content: "";
  max-width: 276px;
  max-height: 360px;
  width: 100%;
  top: 0px;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/pluses.svg);
}

.rotated--title h5 {
  font-family: "Gilroy-Bold";
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #202020;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 312px;
  height: 110px;
  text-align: right;
  margin-top: 101px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  left: 120px;
}

.menu-box.menu-show {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-box {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  width: 100%;
  height: 100vh;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  padding-bottom: 50px;
  overflow: auto;
  padding-bottom: 50px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.menu-box ::-webkit-scrollbar {
  width: 8px;
}

.menu-box ::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

.menu-box ::-webkit-scrollbar-thumb {
  background: rgba(211, 211, 211, 0.164);
  border-radius: 10px;
}

.menu-box ::-webkit-scrollbar-thumb:hover {
  background: rgba(211, 211, 211, 0.377);
}

.menu-box .menu-logo {
  max-width: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.menu-box .menu-header {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.menu-box .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-end;
  width: 100%;
}

.menu-box form {
  width: 100%;
}

.menu-box .field-box {
  max-width: 840px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-box .field-box input {
  border: none;
  width: 100%;
  background: #FFFFFF;
  height: 70px;
  outline: none;
  padding-right: 90px;
  padding-left: 37px;
  font-family: "Gilroy-Medium";
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #202020;
}

.menu-box .field-box input::-webkit-input-placeholder {
  color: #202020;
}

.menu-box .field-box input:-ms-input-placeholder {
  color: #202020;
}

.menu-box .field-box input::-ms-input-placeholder {
  color: #202020;
}

.menu-box .field-box input::placeholder {
  color: #202020;
}

.menu-box .field-box .submit {
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  margin: auto;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu-box .close-menu {
  color: #fff;
  background: none;
  border: none;
  margin-left: auto;
  font-size: 42px;
  font-weight: 100;
  outline: none;
}

.menu-box ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: auto;
}

.menu-box .contact-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}

.menu-box .contact-box a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-box .contact-box a:hover {
  color: #ED3131;
}

.menu-box .contact-box a {
  width: 100%;
  display: inline-block;
  margin-bottom: 32px;
}

.menu-box .contact-box .phone {
  font-family: "Gilroy-Bold";
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-decoration: none;
}

.menu-box .contact-box .callback {
  font-family: "Gilroy-Bold";
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.12em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
}

.menu-box .menu-info {
  height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-box .menu-info a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-box .menu-info a:hover {
  color: #ED3131;
}

.menu-box .menu-info p {
  font-family: "Gilroy-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #9C9C9C;
  width: 100%;
  max-width: 240px;
  margin-bottom: 0;
  padding: 5px 0;
}

.menu-box .menu-info p a {
  color: #9C9C9C;
  text-decoration: none;
}

.menu-box .menu-list-1 {
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-box .menu-list-1 li {
  width: 100%;
  padding: 24px 0px;
}

.menu-box .menu-list-1 li:first-child {
  padding-top: 0;
}

.menu-box .menu-list-1 li:last-child {
  padding-bottom: 0;
}

.menu-box .menu-list-1 a {
  font-family: "Gilroy-Bold";
  font-size: 26px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
}

.menu-box .menu-list-1 a:hover {
  color: #ED3131;
}

.menu-box .menu-list-1 li > ul  {
  display: none;
}

.menu-box .menu-list-2 {
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-box .menu-list-2 li {
  padding: 5px 0;
  width: 100%;
}

.menu-box .menu-list-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 245px;
  font-family: "Gilroy-Bold";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-box .menu-list-2 a:hover {
  color: #ED3131;
}

#search-bar.search-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#search-bar {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

#search-bar .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.733);
}

#search-bar form {
  width: 100%;
}

#search-bar .field-box {
  max-width: 840px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  z-index: 1;
}

#search-bar .field-box input {
  border: none;
  width: 100%;
  background: #FFFFFF;
  height: 70px;
  outline: none;
  padding-right: 40px;
  padding-left: 37px;
  font-family: "Gilroy-Medium";
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #202020;
}

#search-bar .field-box input::-webkit-input-placeholder {
  color: #202020;
}

#search-bar .field-box input:-ms-input-placeholder {
  color: #202020;
}

#search-bar .field-box input::-ms-input-placeholder {
  color: #202020;
}

#search-bar .field-box input::placeholder {
  color: #202020;
}

#search-bar .field-box .submit {
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  margin: auto;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#search-bar .close {
  color: #fff;
  font-weight: 100;
  font-size: 50px;
  position: absolute;
  top: -44px;
  right: -30px;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sc-banner {
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  background-image: url(../img/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 1;
  max-width: 1920px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -100px;
}

.sc-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -585px;
  right: 0;
  width: 1335px;
  height: 905px;
  background-color: #fff;
  margin: auto;
}

.sc-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: -737px;
  width: 1187px;
  height: 554px;
  background-color: #fff;
}

.sc-banner .title {
  margin-bottom: 85px;
  max-width: 70%;
}

.sc-banner .title h1 {
  font-size: 161px;
  line-height: 110px;
  letter-spacing: 0.02em;
  font-family: "Gilroy-Bold";
  letter-spacing: 0.02em;
  color: #FF3F3F;
  margin-left: -10px;
}

.sc-banner .title span {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-banner .banner-line-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 805px;
}

.sc-banner .banner-line-box .line {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% + 100px);
  background-color: rgba(0, 0, 0, 0.07);
}

.sc-banner .banner-line-box .line-1 {
  left: -1410px;
}

.sc-banner .banner-line-box .line-2 {
  background-color: rgba(0, 0, 0, 0.07);
  left: -449px;
}

.sc-banner .inner-info {
  width: 100%;
  padding-top: 85px;
}

.sc-banner .checkout {
  font-family: "Gilroy-Bold";
  font-size: 25px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FF3F3F;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 45px 0;
}

.sc-banner .checkout:hover img {
  -webkit-transform: translateY(-3px) rotate(-90deg) scale(1.5);
          transform: translateY(-3px) rotate(-90deg) scale(1.5);
}

.sc-banner .checkout:focus {
  color: #ED3131;
}

.sc-banner .checkout:focus img {
  -webkit-transform: translateY(-3px) rotate(0deg) scale(1.5);
          transform: translateY(-3px) rotate(0deg) scale(1.5);
}

.sc-banner .checkout img {
  margin-left: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-3px) scale(1.5);
          transform: translateY(-3px) scale(1.5);
}

.sc-banner .head-info {
  height: 805px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.sc-banner .head-info::before {
  content: "";
  max-width: 420px;
  max-height: 305px;
  width: 100%;
  top: 100px;
  height: 100%;
  position: absolute;
  background-image: url(../svg/pluses.svg);
  z-index: -1;
}

.sc-banner h4 {
  font-family: "Gilroy-Bold";
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #202020;
}

.sc-banner .sl-banner-wrap {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.sc-banner .paging-info {
  position: absolute;
  bottom: 225px;
  font-family: "Gilroy-Bold";
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 52px;
}

.sc-banner .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.sc-banner .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  width: 24px;
  height: 22px;
  background-image: url(../svg/white-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  bottom: 63px;
  outline: none;
  right: 49px;
  z-index: 1;
}

.sc-banner .slick-prev {
  right: 113px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sc-banner .slick-banner {
  width: 100%;
  height: 600px;
  background-color: #FF3F3F;
  position: relative;
}

.sc-banner .slick-banner .img-box {
  max-width: 432px;
  width: 100%;
  height: 459px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
  padding-left: 40px;
  position: relative;
}

.sc-banner .slick-banner .img-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sc-banner .slick-banner .img-box img {
  max-width: 100%;
  max-height: 373px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-banner .slick-banner .slide-item {
  position: relative;
  height: 600px;
}

.sc-banner .slick-banner .pr-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  max-width: 250px;
  font-family: "Gilroy-Bold";
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  bottom: 43px;
  left: 57px;
  min-height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-banner .slick-banner .pr-top {
  position: absolute;
  font-family: "Gilroy-Bold";
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  top: 118px;
  left: -19px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sc-banner .slick-banner .pr-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sc-banner .banner-bottom {
  height: 554px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.sc-banner .banner-bottom::before {
  content: "";
  max-width: 420px;
  max-height: 305px;
  width: 100%;
  top: 104px;
  left: 33%;
  right: 0;
  margin: auto;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: url(../svg/pluses.svg);
}

.sc-banner .img-box-2 {
  width: 227px;
  height: 351px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
  margin-right: 100px;
}

.sc-custom {
  padding-top: 278px;
  padding-bottom: 100px;
}

.sc-custom .num-box {
  margin-bottom: 20px;
}

.sc-custom .num-box h5 {
  font-family: "Gilroy-Bold";
  font-size: 46px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #202020;
}

.sc-custom .num-box p {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #202020;
}

.sc-custom .text-box {
  padding: 0 120px;
  margin-bottom: 60px;
}

.sc-custom .text-box h4 {
  font-family: "Gilroy-Bold";
  font-size: 24px;
  line-height: 42px;
  color: #202020;
}

.sc-custom .text-box p {
  font-family: "Gilroy-Regular";
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #202020;
}

.sc-plant-photo {
  padding-top: 100px;
  padding-bottom: 135px;
  position: relative;
}

.sc-plant-photo:before {
  content: "";
  max-width: 386px;
  max-height: 312px;
  width: 100%;
  top: 48%;
  left: 13%;
  height: 100%;
  position: absolute;
  background-image: url(../svg/pluses.svg);
}

.sc-plant-photo .slick-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sc-plant-photo .slick-title h4 {
  font-family: "Gilroy-Bold";
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #202020;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 312px;
  height: 110px;
  text-align: right;
  margin-top: 62px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  left: 120px;
}

.sc-plant-photo .sl-plant-wrapper {
  display: inline-block;
  width: 100%;
}

.sc-plant-photo .slick-plant {
  width: 100%;
}

.sc-plant-photo .slick-current .img-box img {
  max-width: 100% !important;
  width: 100% !important;
}

.sc-plant-photo .slide-item {
  margin: 0 15px;
  width: 570px;
  /* height: 875px; */
}

.sc-plant-photo .slide-item .img-box {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sc-plant-photo .slide-item .img-box img {
  max-width: 330px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.sc-plant-photo .slide-item .img-box img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sc-plant-photo .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.sc-products {
  padding-top: 135px;
  padding-bottom: 180px;
  position: relative;
  z-index: 99;
}

.sc-products h2 {
  padding: 10px 0;
}

.sc-products .slick-dots {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  width: 239px;
}

.sc-products .slick-dots li {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-products .slick-dots .slick-active button {
  background: #FF3F3F;
}

.sc-products .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 4px;
  background: #E2E2E2;
  border: none;
  outline: none;
}

.sc-products .slider-ruler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.sc-products .arrow-box {
  text-align: right;
  width: 100%;
}

.sc-products .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.sc-products .pr-box {
  width: 100%;
  height: 500px;
  display: inline-block;
  padding: 60px 56px 50px 40px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.sc-products .pr-box > * {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sc-products .pr-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  margin: auto;
  background: #FF3F3F;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.sc-products .pr-box:before {
  content: "";
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
}

.sc-products .pr-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-products .pr-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 37px;
}

.sc-products .pr-title span {
  width: 48px;
  height: 48px;
  border: 2px solid #202020;
  position: relative;
}

.sc-products .pr-title span svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc-products .pr-title p {
  font-family: "Gilroy-Bold";
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #202020;
  position: relative;
  margin-bottom: 0;
  padding-left: 37px;
  max-width: 65%;
}

.sc-products .pr-title p:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-products .pr-img {
  width: 100%;
  height: 292px;
  position: relative;
}

.sc-products .pr-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sc-products .pr-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 292px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sc-products .slick-product {
  margin-top: 95px;
}

.sc-products .slide-item {
  width: 480px;
  height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-products .slick-current .pr-box {
  width: 450px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 670px;
}

.sc-products .slick-current .pr-box:hover .pr-img img {
  -webkit-transform: scale(1.15) !important;
          transform: scale(1.15) !important;
}

.sc-products .slick-current .pr-box:before {
  width: 480px;
  left: -15px;
  height: 500px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sc-products .slick-current .pr-box::after {
  height: 100%;
}

.sc-products .slick-current .pr-link {
  z-index: 2;
}

.sc-products .slick-current .pr-img {
  height: 470px;
}

.sc-products .slick-current .pr-img img {
  max-width: 100%;
  max-height: 440px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sc-products .slick-current .pr-title p {
  color: #fff;
}

.sc-products .slick-current .pr-title span {
  border-color: #fff;
}

.sc-products .slick-current .pr-title svg path {
  fill: #fff;
}

.global-inner-page {
  padding-bottom: 246px;
}

.sc-video {
  padding-top: 180px;
  position: relative;
}



.sc-video h2 {
  margin-bottom: 90px;
}

.sc-video .rotated--title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc-video .rotated--title p {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #202020;
  font-family: "Gilroy-Regular";
  margin-bottom: 0;
}

.sc-video .video-box {
  display: inline-block;
  width: 100%;
  height: 550px;
  position: relative;
  cursor: pointer;
}

.sc-video .video-box:hover .v-play {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background-color: #181818;
}

.sc-video .video-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sc-video .video-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 0.6)), color-stop(44.68%, rgba(0, 0, 0, 0.276)), color-stop(85.27%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(32, 32, 32, 0.6) 0%, rgba(0, 0, 0, 0.276) 44.68%, rgba(0, 0, 0, 0) 85.27%);
}

.sc-video .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sc-video .v-play {
  position: absolute;
  width: 180px;
  height: 180px;
  display: inline-block;
  background: #FF3F3F;
  left: 135px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
}

.sc-video .v-play img {
  max-width: 100%;
}

.sc-video .v-box-show .v-play {
  display: none;
}

.sc-video .video-box.v-box-show::after {
  display: none;
}

.sc-video .video-box.v-box-show:before {
  opacity: 0;
  z-index: -1;
}

.sc-video .v-box-show iframe {
  opacity: 1;
  z-index: 1;
}

.footer {
  padding-top: 38px;
  padding-bottom: 25px;
  position: relative;
  background: #F8F8F8;
  z-index: 1;
}

.footer .h-top {
  padding-top: 38px;
  padding-bottom: 36px;
}

.footer .h-bottom {
  padding-top: 36px;
  padding-bottom: 25px;
}

.footer .logo-box {
  max-width: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .logo-box img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer ul li {
  margin-right: 62px;
}

.footer ul li:last-child {
  margin-right: 0;
}

.footer ul a {
  padding: 5px 0;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #202020;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.footer ul a:hover {
  color: #FF3F3F;
}

.footer .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .social-box a {
  margin-right: 72px;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #202020;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.footer .social-box a:hover {
  color: #FF3F3F;
}

.footer .social-box a img {
  margin-right: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer .social-box a:last-child {
  margin-right: 0;
}

.footer .h-bottom a {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #BDBDBD;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .h-bottom a:hover {
  color: #FF3F3F;
}

.footer .b-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-page h1 {
  margin-bottom: 77px;
}

.inner-page h4 {
  font-family: "Gilroy-Bold";
  font-weight: bold;
  font-size: 19px;
  line-height: 33px;
  color: #202020;
}

.inner-page p {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #202020;
}

.header-inner .toggling-box .search path {
  fill: #202020 !important;
}

.header-inner .navbar-toggler span {
  background-color: #202020 !important;
}

.sc-banner-2 {
  /* padding-top: 102px; */
  padding-bottom: 114px;
}

.sc-banner-2 h4 {
  margin-bottom: 60px;
}

.sc-banner-2 .slide-item {
  position: relative;
  height: 550px;
}

.sc-banner-2 .slick-wrapper-box {
  width: 100%;
  position: relative;
}

.sc-banner-2 .slick-wrapper-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-image: url(../img/slick-wrapper-bg.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.sc-banner-2 .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.sc-banner-2 .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  width: 24px;
  height: 22px;
  background-image: url(../svg/white-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  bottom: 40px;
  right: 0;
  margin: auto;
  outline: none;
  z-index: 1;
}

.sc-banner-2 .slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -175px;
}

.sc-banner-2 .slick-next {
  left: -61px;
}

.sc-banner-2 .pr-box {
  background-color: #FF3F3F;
  height: 100%;
  max-width: 601px;
  margin-left: auto;
  position: relative;
}

.sc-banner-2 .slick-banner-2 {
  position: relative;
  margin-left: auto;
}

.sc-banner-2 .slick-banner-2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 601px;
  height: 100%;
  background-color: #FF3F3F;
}

.sc-banner-2 .slick-banner-2 .img-box {
  max-width: 432px;
  width: 100%;
  height: 459px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 27px;
  position: relative;
}

.sc-banner-2 .slick-banner-2 .img-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sc-banner-2 .slick-banner-2 .img-box img {
  max-width: 100%;
  max-height: 430px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-banner-2 .slick-banner-2 .pr-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sc-banner-2 .slick-dots {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 37px;
  bottom: 47px;
  max-width: 432px;
  z-index: 1;
}

.sc-banner-2 .slick-dots .slick-active button {
  opacity: 1;
}

.sc-banner-2 .slick-dots li {
  margin: 0 12px;
  padding: 0;
}

.sc-banner-2 .slick-dots li:first-child {
  margin-left: 0;
}

.sc-banner-2 .slick-dots li:last-child {
  margin-right: 0;
}

.sc-banner-2 .slick-dots button {
  border: none;
  padding: 0;
  font-size: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.5;
  outline: none;
}

.sc-banner-2 .pr-title {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 398px;
  height: 318px;
  text-align: center;
  position: absolute;
  left: -36px;
  z-index: 1;
  font-family: "Gilroy-Bold";
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 115px;
}

.sc-tech {
  padding-top: 166px;
  padding-bottom: 125px;
  position: relative;
}

.sc-tech .content:before {
  content: "";
  max-width: 420px;
  max-height: 312px;
  width: 100%;
  top: 120px;
  left: 15px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/pluses.svg);
}

.sc-tech .content::after {
  content: "";
  max-width: 420px;
  max-height: 312px;
  width: 100%;
  bottom: 120px;
  right: 15px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/pluses.svg);
}

.sc-tech h2 {
  margin-bottom: 57px;
}

.sc-tech h4 {
  margin-bottom: 50px;
}

.sc-tech .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc-tech .img-box {
  max-width: 330px;
  display: inline-block;
  margin: 10px 0;
}

.sc-tech .img-box:first-child {
  margin-top: 0;
}

.sc-tech .img-box:last-child {
  margin-bottom: 0;
}

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

.sc-tech .img-right {
  margin-left: auto;
}

.sc-single-product {
  padding-top: 125px;
  padding-bottom: 115px;
}

.sc-single-product .des-dots.des-big-height {
  max-height: 294px;
}

.sc-single-product .des-dots {
  position: absolute;
  content: "";
  max-width: 420px;
  max-height: 144px;
  width: 100%;
  bottom: 0px;
  left: 15px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/pluses.svg);
}

.sc-single-product h2 {
  margin-bottom: 80px;
}

.sc-single-product h4 {
  margin-bottom: 40px;
}

.sc-single-product p a {
  color: #FF3F3F;
}

.sc-single-product p a:hover {
  text-decoration: underline;
  color: #ED3131;
}

.sc-single-product .img-box {
  display: inline-block;
  width: 100%;
}

.sc-single-product .img-box img {
  width: 100%;
}

.sc-triple-panel {
  padding-top: 107px;
  padding-bottom: 100px;
  position: relative;
}

.sc-triple-panel .des-dots {
  position: absolute;
  content: "";
  max-width: 420px;
  max-height: 144px;
  width: 100%;
  top: 225px;
  left: 15px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/pluses.svg);
}

.sc-triple-panel .panel-box {
  display: inline-block;
  max-width: 450px;
  width: 100%;
  height: 570px;
  background: #FF3F3F;
  margin-bottom: 60px;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.sc-triple-panel .p-text {
  font-family: "Gilroy-Bold";
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  width: 570px;
}

.sc-triple-panel .p-text-left {
  top: 247px;
  left: -247px;
  height: 75px;
  text-align: right;
  padding: 10px 20px;
}

.sc-triple-panel .p-text-right {
  top: 247px;
  right: -247px;
  height: 75px;
  text-align: left;
  padding: 25px 20px 10px 20px;
}

.sc-triple-panel .panel-img {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  height: 430px;
  position: relative;
}

.sc-triple-panel .panel-img img {
  max-width: 100%;
  max-height: 430px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc-triple-panel .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 570px;
  padding-left: 40px;
}

.sc-advantages {
  padding-top: 100px;
  position: relative;
}

.sc-advantages .des-dots.des-big-height {
  max-height: 294px;
}

.sc-advantages .des-dots {
  position: absolute;
  content: "";
  max-width: 420px;
  max-height: 144px;
  width: 100%;
  top: 225px;
  left: 15px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/pluses.svg);
}

.sc-advantages h3 {
  max-width: 366px;
}

.sc-advantages .service-box.small-width {
  max-width: 337px;
}

.sc-advantages .service-box {
  max-width: 399px;
  margin-bottom: 80px;
}

.sc-advantages .service-box span {
  margin-bottom: 37px;
  display: inline-block;
  width: 100%;
}

.sc-advantages .service-box span img {
  max-width: 100%;
}

.sc-advantages .service-box h5 {
  font-family: "Gilroy-ExtraBold";
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FF3F3F;
  margin-bottom: 12px 0;
}

.sc-advantages .service-box p {
  margin: 12px 0;
}

.sc-single-product-describe {
  padding: 120px 0;
}

.sc-single-product-describe h3 {
  margin-bottom: 43px;
}

.sc-single-product-describe p span {
  font-family: "Gilroy-Bold";
}

.sc-single-product-describe ul {
  padding-left: 0;
  list-style: none;
}

.sc-single-product-describe ul li {
  margin: 30px 0;
  position: relative;
  padding-left: 30px;
}

.sc-single-product-describe ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #202020;
}

.sc-single-product-describe .describe-box {
  display: inline-block;
  width: 100%;
  background-color: #FF3F3F;
  position: relative;
  height: 450px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.sc-single-product-describe .img-box {
  max-width: 416px;
  height: 411px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-single-product-describe .img-box img {
  max-width: 100%;
  max-height: 411px;
}

.sc-single-product-describe .describe-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -94px;
  font-family: "Gilroy-Bold";
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 145px;
  height: 155px;
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 344px;
}

.get-in-touch {
  /* padding-bottom: 167px; */
}

.sc-banner-3 {
  padding-top: 102px;
  padding-bottom: 100px;
}

.sc-banner-3 .pr-title {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 398px;
  height: 318px;
  text-align: center;
  position: absolute;
  left: -36px;
  z-index: 1;
  font-family: "Gilroy-Bold";
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 115px;
}

.sc-banner-3 .paving-product {
  display: inline-block;
  width: 100%;
  height: 550px;
  position: relative;
}

.sc-banner-3 .paving-product:before {
  content: "";
  position: absolute;
  max-width: 40%;
  width: 100%;
  height: 100%;
  background: url(../img/banner-3-paving-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sc-banner-3 .pr-box {
  max-width: 601px;
  width: 100%;
  height: 100%;
  background: #FF3F3F;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.sc-banner-3 .pr-box .img-box {
  max-width: 432px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 25px;
  position: relative;
}

.sc-banner-3 .pr-box .img-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sc-banner-3 .pr-box .img-box img {
  max-width: 100%;
  max-height: 430px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc-banner-3 .pr-box .pr-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sc-advantages-2 {
  padding-bottom: 20px;
}

.sc-advantages-2 .des-dots {
  top: 33%;
}

.sc-advantages-2 .des-dots-2 {
  top: 0;
  right: 0;
  left: auto;
}

.sc-advantages-2 .des-dots-3 {
  top: auto;
  bottom: 7%;
  right: 0;
  left: auto;
}

.product--charackter {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 12px 0;
}

.product--charackter .inner-content {
  width: 100%;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product--charackter .left-side {
  max-width: 480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product--charackter .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.product--charackter .right-side {
  max-width: 930px;
  width: 100%;
  background: #F8F8F8;
  padding: 32px 120px 32px 40px;
}

.product--charackter .right-side h5 {
  font-family: "Gilroy-Bold";
  font-size: 22px;
  line-height: 33px;
  color: #202020;
  margin-bottom: 20px;
}

.global-inner-page .product--charackter ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 0;
}

.global-inner-page .product--charackter ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0;
  background: #F8F8F8;
  position: relative;
  justify-content: space-between;
  padding: 0;
  line-height: 24px;
}

.global-inner-page .product--charackter ul li span {
  position: relative;
  z-index: 1;
  background: #F8F8F8;
  max-width: 50%;
}

.global-inner-page .product--charackter ul li:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed rgba(189, 189, 189, 0.726);
  background: none;
}

.global-inner-page .product--charackter ul li:last-child {
  margin-bottom: 0;
}

.global-inner-page .product--charackter ul li span:first-child {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #202020;
  padding-right: 30px;
}

.global-inner-page .product--charackter ul li span:last-child {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #202020;
  padding-left: 30px;
  text-align: right;
}

.product--charackter .size-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #CDCDCD;
}

.product--charackter .size-box h5 {
  max-width: 388px;
  width: 100%;
  height: 136px;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 49px 46px 0 36px;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.product--charackter .size-box h5 span {
  font-size: 20px;
  padding-left: 15px;
}

.product--charackter .size-img {
  position: absolute;
  top: 45px;
  left: -15px;
  right: 0;
  margin: auto;
  max-width: 448px;
  padding-left: 30px;
  padding-right: 30px;
}

.product--charackter .size-img img {
  width: 100%;
}

.product--charackter .no-dots:before {
  display: none;
}

.sc-product-info {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.sc-product-info .des-left-bottom {
  left: 15px;
  bottom: 12%;
}

.sc-product-info .des-right-center {
  right: 15px;
  bottom: 32%;
}

.sc-product-info .des-dots {
  position: absolute;
  content: "";
  max-width: 420px;
  max-height: 144px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/pluses.svg);
}

.sc-product-info h2 {
  margin-bottom: 75px;
}

.sc-product-info .warning-box {
  display: inline-block;
  width: 100%;
  padding-top: 69px;
  padding-bottom: 20px;
}

.sc-product-info .warning-box .w-icon {
  margin-bottom: 33px;
}

.sc-product-info .warning-box .w-icon img {
  max-width: 100%;
}

.sc-product-info .warning-box h4 {
  margin-bottom: 34px;
}

.global-inner-page h4 {
  font-family: "Gilroy-Bold";
  font-weight: bold;
  font-size: 19px;
  line-height: 33px;
  color: #202020;
}

.global-inner-page p {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #202020;
}

.global-inner-page table {
  width: 100%;
  font-size: 16px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Gilroy-Regular";
}

.global-inner-page table td, .global-inner-page table th {
  padding: 15px 31px;
  font-weight: 100;
}

.global-inner-page table tr th:last-child {
  text-align: right;
}

.global-inner-page table tr td:last-child {
  font-family: "Gilroy-Bold";
  text-align: right;
}

.global-inner-page table tbody tr {
  border: 1px solid #EAEAEA;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.global-inner-page table tbody tr:hover {
  background: #FF3F3F !important;
  color: #fff;
}

.global-inner-page table tbody tr:nth-child(odd) {
  background: #FAFAFA;
}

.global-inner-page ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.global-inner-page ul li {
  color: #1B263D;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #1B263D;
  position: relative;
  counter-increment: li;
  padding: 5px 0 5px 31px;
}

.global-inner-page ul li:before {
  content: "";
  background: #FF3F3F;
  left: 0px;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
}

.global-inner-page ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.global-inner-page ol li {
  color: #1B263D;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #1B263D;
  position: relative;
  counter-increment: li;
  padding: 5px 0 5px 31px;
}

.global-inner-page ol li:before {
  content: counter(li) ".";
  color: #FF3F3F;
  left: 0px;
  top: 6px;
  font-size: 15px;
  font-family: "Gilroy-Bold";
  position: absolute;
}

.sc-breadcrumbs {
  padding: 58px 0;
}

.sc-breadcrumbs ul {
  font-family: "Gilroy-ExtraBold";
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  display: flex;
}

.sc-breadcrumbs ul li{
  padding: 0;
}

.global-inner-page .sc-breadcrumbs ul li:before {
  display: none;
}

.sc-breadcrumbs ul li a {
  color: #000000;
  font-family: "Gilroy-ExtraBold";
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.sc-breadcrumbs ul li a span {
  color: #000000;
  font-family: "Gilroy-ExtraBold";
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.sc-breadcrumbs ul span {
  color: #B2B2B2;
  font-family: "Gilroy-ExtraBold";
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.sc-tabs {
  padding: 90px 0;
}

.sc-sub-photos {
  padding-top: 85px;
  padding-bottom: 85px;
}

.sc-sub-photos h2 {
  margin-bottom: 90px;
}

.sc-lists {
  padding-top: 95px;
  padding-bottom: 95px;
}

.sc-lists h2 {
  margin-bottom: 90px;
}

.sc-accordion {
  padding-top: 90px;
  padding-bottom: 90px;
}

.sc-accordion h2 {
  margin-bottom: 52px;
}

.sc-table-info {
  padding-top: 90px;
  padding-bottom: 90px;
}

.sc-table-info h2 {
  margin-bottom: 50px;
}

.sc-table-info .rotated--title {
  margin-top: 45px;
}

.sc-documents {
  padding-top: 90px;
  padding-bottom: 90px;
}

.sc-documents h2 {
  margin-bottom: 95px;
}

.sc-how-we-work {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.sc-how-we-work .des-dots {
  content: "";
  max-width: 420px;
  max-height: 144px;
  width: 100%;
  bottom: 110px;
  left: 15px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/pluses.svg);
}

.sc-form-elements {
  padding: 90px 0;
}

.sc-form-elements h2 {
  margin-bottom: 50px;
}

.sc--custom--slider {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.sc--custom--slider h2 {
  margin-bottom: 78px;
}

.sc--custom--slider .sl-wrapper {
  display: inline-block;
  width: 100%;
}

.sc--custom--slider .slick-custom {
  width: 100%;
}

.sc--custom--slider .slick-custom .slick-arrow {
  position: absolute;
  top: 0;
  left: -480px;
  font-size: 0;
  width: 24px;
  height: 22px;
  background-image: url(../svg/black-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  background-color: transparent;
}

.sc--custom--slider .slick-custom .slick-next {
  left: -430px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sc--custom--slider .slide-item {
  margin: 0 15px;
}

.sc--custom--slider .slide-item .img-box {
  display: inline-block;
  overflow: hidden;
  width: 450px;
  position: relative;
}

.sc--custom--slider .slide-item .img-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc--custom--slider .slide-item .img-box img {
  max-width: 100%;
}

.sc--custom--slider .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.custom--info--block {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  border: 1px solid #FF3F3F;
  padding: 29px 25px 27px 38px;
}

.custom--info--block h5 {
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FF3F3F;
  font-family: "Gilroy-ExtraBold";
  margin: 10px 0 20px 0;
}

.custom--info--block p {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #FF3F3F;
  margin-bottom: 0;
}

.sub--photo-box {
  margin: 15px 0;
}

.sub--photo-box .img-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
}

.sub--photo-box .img-box img {
  width: 100%;
}

.sub--photo-box h4 {
  margin: 22px 0;
}

.custom--list--box {
  width: 100%;
  display: inline-block;
  background: #F8F8F8;
  margin: 5px 0;
  padding: 56px 44px 44px 44px;
}

.custom--list--box h5 {
  font-family: "Gilroy-ExtraBold";
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}

.single--accordion {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 1px;
  display: inline-block;
  margin: 7px 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.single--accordion .accordion-title {
  display: inline-block;
  width: 100%;
  padding: 30px 35px;
  border-bottom: 1px solid transparent;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.single--accordion .accordion-title h4 {
  margin-bottom: 0;
  padding-right: 60px;
}

.single--accordion .accordion-title span {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-family: "Gilroy-Regular";
  font-size: 40px;
  line-height: 22px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.single--accordion .accordion-content {
  display: none;
  width: 100%;
  padding: 30px 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.single--accordion .accordion-content p {
  color: #fff;
}

.single--accordion.acc-show {
  border-color: #fff;
  background-color: #000;
}

.single--accordion.acc-show .accordion-title {
  border-color: #fff;
}

.single--accordion.acc-show .accordion-title h4, .single--accordion.acc-show .accordion-title p {
  color: #fff;
}

.single--accordion.acc-show .accordion-title span {
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.single--accordion.acc-show .accordion-content {
  display: inline-block;
}

.single--document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FAFAFA;
  border-radius: 1px;
  padding: 25px 20px 25px 35px;
  margin-bottom: 5px;
}

.single--document h4 {
  padding-right: 20px;
  margin: 10px 0;
  max-width: 546px;
}

.single--document .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single--document .icon-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 45px;
}

.single--document .secondary--button {
  max-width: 194px;
}

.how--work--box {
  display: inline-block;
  width: 100%;
  margin-bottom: 94px;
  max-width: 399px;
}

.how--work--box h5 {
  font-family: "Gilroy-ExtraBold";
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FF3F3F;
  margin-bottom: 24px;
}

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

.tab_content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab_content h4 {
  margin-bottom: 40px;
}

.tab_content .margin-div {
  display: inline-block;
  width: 100%;
  height: 20px;
}

.tab_control_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.tab_switch.tab_switch_show {
  border-color: #FF3F3F;
  color: #FF3F3F;
}

.tab_switch {
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  line-height: 46px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  border-radius: 0px;
  padding: 9px 21px;
  border-left: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-right: none;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (max-width: 1700px) {
  .sidebar {
    width: 4%;
  }
}

@media only screen and (max-width: 1550px) {
  h2 {
    font-size: 40px;
    line-height: 56px;
  }
  .container {
    min-width: auto;
  }
  .line-box .line-1 {
    left: -1111px;
  }
  .line-box .line-2 {
    left: -350px;
  }
  .sc-banner .banner-line-box .line-1 {
    left: -1117px;
  }
  .sc-banner .banner-line-box .line-2 {
    left: -350px;
  }
  .sc-banner::after {
    width: 1084px;
    right: -734px;
  }
  .sc-banner .title h1 {
    font-size: 115px;
  }
  .sc-banner h4 {
    font-size: 19px;
    line-height: 34px;
  }
  .sc-banner .sl-banner-wrap {
    max-width: 550px;
  }
  .sc-custom {
    padding-top: 177px;
    padding-bottom: 77px;
  }
  .sc-custom .margin-div {
    height: 34px;
  }
  .sc-custom .text-box {
    padding: 0 95px;
  }
  .sc-custom .text-box h4 {
    font-size: 20px;
    line-height: 29px;
  }
  .sc-custom .text-box p {
    font-size: 14px;
    line-height: 23px;
  }
  .sc-custom .num-box h5 {
    font-size: 35px;
  }
  .sc-custom .num-box p {
    font-size: 15px;
    line-height: 20px;
  }
  .sc-plant-photo {
    padding-top: 77px;
  }
  .sc-banner-2 .slick-banner-2:before {
    max-width: 500px;
  }
  .sc-banner-2 .pr-title {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 228px;
    left: -84px;
    top: 166px;
  }
  .sc-banner-2 .pr-box {
    max-width: 500px;
  }
  .sc-banner-3 .pr-box {
    max-width: 500px;
  }
  .sc-banner-3 .pr-title {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 228px;
    left: -84px;
    top: 166px;
  }
  .sc--custom--slider .slick-custom .slick-arrow {
    left: -379px;
  }
  .sc--custom--slider .slick-custom .slick-next {
    left: -330px;
  }
}

@media only screen and (max-width: 1220px) {
  .sidebar {
    width: 3%;
  }
  .sidebar li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .sidebar li {
    padding: 2px 20px;
  }
  h1 {
    font-size: 50px;
    line-height: 59px;
  }
  h2 {
    font-size: 31px;
    line-height: 32px;
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .primary--button {
    font-size: 14px;
    line-height: 10px;
    padding: 25px 17.5px;
  }
  .line-box .line-1 {
    left: -930px;
  }
  .line-box .line-2 {
    left: -291px;
  }
  .header .tel-box .phone {
    font-size: 13px;
  }
  .header .tel-box .callback {
    font-size: 11px;
  }
  .menu-box .field-box input {
    height: 50px;
  }
  .menu-box .contact-box {
    margin-bottom: 0;
  }
  .menu-box .menu-header {
    margin-bottom: 30px;
  }
  .menu-box .menu-info {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .menu-box .menu-list-1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu-box .menu-list-1 li {
    padding: 10px 0px;
  }
  .menu-box .menu-list-1 a {
    font-size: 18px;
  }
  .menu-box .menu-list-2 a {
    font-size: 14px;
  }
  .sc-banner .banner-line-box {
    height: 637px;
  }
  .sc-banner .banner-line-box .line-1 {
    left: -932px;
  }
  .sc-banner .banner-line-box .line-2 {
    left: -290px;
  }
  .sc-banner:before {
    width: 1052px;
    height: 736px;
  }
  .sc-banner::after {
    width: 1025px;
    height: 475px;
  }
  .sc-banner .title h1 {
    font-size: 77px;
    line-height: 70px;
    margin-left: -5px;
  }
  .sc-banner h4 {
    font-size: 14px;
    line-height: 25px;
  }
  .sc-banner .sl-banner-wrap {
    max-width: 379px;
  }
  .sc-banner .slick-banner {
    height: 470px;
  }
  .sc-banner .slick-banner .pr-top {
    font-size: 20px;
    top: 106px;
    left: -36px;
  }
  .sc-banner .slick-banner .img-box {
    max-width: 268px;
    height: 370px;
    padding-left: 15px;
  }
  .sc-banner .slick-banner .img-box img {
    max-height: 300px;
  }
  .sc-banner .slick-banner .slide-item {
    height: 470px;
  }
  .sc-banner .slick-banner .pr-title {
    font-size: 18px;
    line-height: 25px;
    bottom: 20px;
    left: 25px;
    min-height: 55px;
  }
  .sc-banner .slick-arrow {
    bottom: 36px;
  }
  .sc-banner .paging-info {
    font-size: 20px;
    left: 23px;
  }
  .sc-banner .checkout {
    font-size: 18px;
    margin: 23px 0;
  }
  .sc-banner .inner-info {
    padding-top: 40px;
  }
  .sc-banner .head-info {
    height: 636px;
  }
  .sc-banner .head-info:before {
    max-width: 338px;
    max-height: 236px;
  }
  .sc-banner .banner-bottom {
    height: 475px;
  }
  .sc-custom {
    padding-top: 132px;
    padding-bottom: 40px;
  }
  .sc-custom .text-box {
    padding: 0px 79px;
  }
  .sc-custom .text-box h4 {
    font-size: 17px;
    line-height: 21px;
  }
  .sc-custom .num-box h5 {
    font-size: 25px;
  }
  .sc-plant-photo {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .sc-plant-photo .slide-item {
    width: 420px;
    margin: 0 10px;
    height: 645px;
  }
  .sc-plant-photo .slide-item .img-box img {
    max-width: 190px;
  }
  .sc-products {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sc-products .slick-dots {
    width: 160px;
  }
  .sc-products .slider-ruler {
    padding: 2px 0;
  }
  .sc-products .slide-item {
    width: 420px;
  }
  .sc-products .slide-item .pr-box {
    width: 100%;
    background: #F8F8F8;
  }
  .sc-products .slide-item .pr-box:before {
    display: none;
  }

  .global-inner-page {
    padding-bottom: 150px;
  }

  .sc-video {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .sc-video h2 {
    margin-bottom: 25px;
  }
  .sc-video .rotated--title p {
    font-size: 15px;
    line-height: 23px;
  }
  .sc-video .video-box {
    height: 370px;
  }
  .sc-video .v-play {
    width: 100px;
    height: 100px;
    left: 70px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .footer ul li {
    margin-right: 30px;
  }
  .footer .h-top {
    padding-top: 28px;
    padding-bottom: 18px;
  }
  .footer .h-bottom {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .footer .social-box a {
    margin-right: 30px;
  }
  .footer .social-box a img {
    margin-right: 10px;
  }
  .sc-banner-2 {
    /* padding-top: 68px; */
    padding-bottom: 74px;
  }
  .sc-banner-2 h4 {
    margin-bottom: 19px;
  }
  .sc-banner-2 .slick-wrapper-box {
    max-width: 931px;
    margin-bottom: 30px;
  }
  .sc-banner-2 .pr-box {
    max-width: 601px;
  }
  .sc-banner-2 .slick-banner-2:before {
    max-width: 601px;
  }
  .sc-tech {
    padding-top: 74px;
    padding-bottom: 70px;
  }
  .sc-tech h2 {
    margin-bottom: 25px;
  }
  .sc-tech h4 {
    margin-bottom: 20px;
  }
  .sc-tech .img-container {
    margin-top: 20px;
  }
  .sc-single-product {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sc-triple-panel {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sc-triple-panel h3 {
    margin-bottom: 20px;
    max-width: 450px;
  }
  .sc-advantages {
    padding-top: 70px;
  }
  .sc-single-product-describe {
    padding: 70px 0;
  }
  .sc-banner-3 {
    padding-top: 68px;
    padding-bottom: 74px;
  }
  .sc-banner-3 .pr-box {
    max-width: 601px;
  }
  .sc-banner-3 .paving-product {
    margin-bottom: 30px;
  }
  .product--charackter .right-side {
    padding: 30px 30px;
  }
  .product--charackter .right-side ul li span:first-child {
    padding-right: 15px;
    font-size: 13px;
  }
  .product--charackter .right-side ul li span:last-child {
    padding-left: 15px;
    font-size: 14px;
  }
  .sc-product-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sc-product-info h2 {
    margin-bottom: 30px;
  }
  .sc-tabs {
    padding: 60px 0;
  }
  .sc--custom--slider {
    padding: 50px 0;
  }
  .sc--custom--slider .slick-custom .slick-arrow {
    left: -319px;
  }
  .sc--custom--slider .slick-custom .slick-next {
    left: -270px;
  }
  .sc--custom--slider h2 {
    margin-bottom: 45px;
  }
  .sc--custom--slider .slide-item .img-box {
    width: 314px;
  }
  .sc-lists h2 {
    margin-bottom: 45px;
  }
  .sc-accordion {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 991px) {
  .line-box {
    display: none;
  }
  .sidebar {
    display: none;
  }
  h2 {
    font-size: 25px;
    line-height: 34px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .rotated--title {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .rotated--title .des-dots {
    display: none;
  }
  .rotated--title h5 {
    -webkit-transform: none;
            transform: none;
    height: auto;
    margin-top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .line-box .line-1 {
    left: -690px;
  }
  .line-box .line-2 {
    left: -210px;
  }
  .header .tel-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .tel-box .phone {
    font-size: 10px;
  }
  .header .tel-box .callback {
    font-size: 10px;
  }
  .header .toggling-box .navbar-toggler {
    margin-left: 30px;
  }
  .menu-box .field-box input {
    padding-right: 50px;
    padding-left: 18px;
  }
  .menu-box .field-box .submit {
    right: 0;
  }
  .menu-box .menu-info p {
    font-size: 13px;
    line-height: 21px;
  }
  .menu-box .menu-list-1 a {
    font-size: 15px;
  }
  .sc-banner .banner-line-box {
    display: none;
  }
  .sc-banner:before {
    height: 640px;
    width: 947px;
  }
  .sc-banner::after {
    right: -335px;
  }
  .sc-banner .title {
    width: 100%;
    max-width: 77%;
    margin-bottom: 30px;
  }
  .sc-banner .title h1 {
    font-size: 70px;
    line-height: 64px;
    margin-left: -4px;
  }
  .sc-banner .inner-info {
    padding-top: 15px;
    padding-right: 41%;
  }
  .sc-banner .head-info {
    height: 540px;
  }
  .sc-banner .head-info:before {
    max-width: 240px;
    max-height: 170px;
  }
  .sc-banner .banner-bottom:before {
    max-width: 261px;
    max-height: 214px;
    top: 82px;
    left: 0%;
  }
  .sc-banner .sl-banner-wrap {
    max-width: 526px;
  }
  .sc-custom .text-box {
    padding: 0px 60px;
    margin-bottom: 35px;
  }
  .sc-custom .text-box h4 {
    font-size: 13px;
    line-height: 17px;
  }
  .sc-custom .text-box p {
    font-size: 12px;
    line-height: 18px;
  }
  .sc-custom .num-box p {
    font-size: 13px;
    line-height: 17px;
  }
  .sc-plant-photo {
    padding-bottom: 30px;
  }
  .sc-plant-photo:before {
    display: none;
  }
  .sc-plant-photo .slick-title h4 {
    width: 244px;
    height: 76px;
    margin-top: 43px;
    left: 106px;
  }
  .sc-plant-photo .slide-item {
    width: 257px;
    height: 392px;
  }
  .sc-plant-photo .slide-item .img-box img {
    max-width: 150px;
  }
  .sc-products {
    padding-top: 30px;
  }
  .sc-products .slick-product {
    margin-top: 45px;
  }
  .sc-products .slick-dots {
    width: 97px;
    margin-top: -10px;
  }
  .sc-products .slick-current .pr-box {
    height: 100% !important;
  }
  .sc-products .slick-current .pr-img {
    height: 382px;
  }
  .sc-products .slide-item {
    height: 600px;
  }
  .sc-products .slide-item .pr-box {
    height: 450px;
  }
  .sc-video .video-box {
    height: 370px;
  }
  .sc-video .v-play {
    width: 100px;
    height: 100px;
    left: 70px;
  }
  .footer .logo-box {
    margin: 10px 0;
  }
  .footer ul {
    margin: 10px 0;
  }
  .footer ul li {
    margin-right: 0px;
    width: 100%;
  }
  .footer .social-box {
    margin: 10px 0;
  }
  .footer .social-box a {
    margin-right: 0px;
    width: 100%;
  }
  .inner-page h1 {
    margin-bottom: 50px;
  }
  .inner-page h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .inner-page p {
    line-height: 28px;
    font-size: 14px;
  }
  .sc-banner-2 {
    padding-bottom: 60px;
  }
  .sc-banner-2 .pr-box {
    max-width: 500px;
  }
  .sc-banner-2 .pr-title {
    height: 186px;
    left: -113px;
    top: 132px;
    width: 415px;
  }
  .sc-banner-2 .slick-banner-2:before {
    max-width: 500px;
  }
  .sc-banner-2 .slick-banner-2 .img-box {
    height: 370px;
  }
  .sc-banner-2 .slick-banner-2 .img-box img {
    max-height: 100%;
  }
  .sc-banner-2 .slide-item {
    height: 450px;
  }
  .sc-tech {
    padding-top: 60px;
  }
  .sc-tech .container:before, .sc-tech .container::after {
    display: none;
  }
  .sc-tech .img-container {
    display: inline-block;
  }
  .sc-single-product {
    padding-top: 60px;
  }
  .sc-single-product .des-dots {
    display: none;
  }
  .sc-single-product h2 {
    margin-bottom: 30px;
  }
  .sc-single-product h4 {
    margin-bottom: 24px;
  }
  .sc-triple-panel {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .sc-triple-panel .des-dots {
    display: none;
  }
  .sc-triple-panel .text-box {
    padding-left: 0;
  }
  .sc-triple-panel .panel-box {
    margin-bottom: 20px;
  }
  .sc-advantages {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .sc-advantages h3 {
    margin-bottom: 30px;
  }
  .sc-advantages .des-dots {
    display: none;
  }
  .sc-advantages .service-box {
    margin: 25px 0;
  }
  .sc-single-product-describe {
    padding: 50px 0;
  }
  .sc-single-product-describe ul li {
    margin: 10px 0;
    position: relative;
    padding-left: 30px;
  }
  .sc-single-product-describe ul li p {
    margin-bottom: 0;
  }
  .sc-banner-3 {
    padding-bottom: 60px;
  }
  .sc-banner-3 .pr-box {
    max-width: 500px;
  }
  .sc-banner-3 .pr-title {
    height: 186px;
    left: -113px;
    top: 132px;
    width: 415px;
  }
  .sc-banner-3 .paving-product {
    height: 450px;
  }
  .product--charackter .inner-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product--charackter .left-side {
    max-width: 100%;
    height: 250px;
  }
  .product--charackter .right-side {
    max-width: 100%;
  }
  .sc-product-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-product-info .des-dots {
    display: none;
  }
  .sc-product-info .warning-box {
    padding-top: 33px;
  }
  .sc-product-info .warning-box .w-icon {
    margin-bottom: 20px;
  }
  .sc-product-info .warning-box h4 {
    margin-bottom: 15px;
  }
  .global-inner-page h1 {
    margin-bottom: 50px;
  }
  .global-inner-page h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .global-inner-page p {
    line-height: 28px;
    font-size: 14px;
  }
  .sc--custom--slider .slick-custom .slick-arrow {
    left: 0;
    bottom: -40px;
    z-index: 1;
    top: auto;
  }
  .sc--custom--slider .slick-custom .slick-next {
    left: 40px;
  }
  .sc--custom--slider .slide-item {
    margin: 0 10px;
  }
  .sc--custom--slider .slide-item .img-box {
    width: 290px;
  }
  .custom--info--block {
    max-width: 100%;
    margin: 20px 0;
  }
  .sc-sub-photos {
    padding: 50px 0;
  }
  .sc-sub-photos h2 {
    margin-bottom: 45px;
  }
  .sub--photo-box .img-box {
    margin-bottom: 10px;
  }
  .sub--photo-box h4 {
    margin: 10px 0;
  }
  .sc-lists {
    padding: 50px 0;
  }
  .sc-lists h2 {
    margin-bottom: 45px;
  }
  .sc-documents {
    padding: 50px 0;
  }
  .sc-documents .des-dots {
    display: none;
  }
  .sc-documents h2 {
    margin-bottom: 45px;
  }
  .sc-table-info {
    padding: 50px 0;
  }
  .sc-table-info .rotated--title {
    margin-top: 0;
  }
  .sc-table-info h2 {
    margin-bottom: 25px;
  }
  .sc-how-we-work {
    padding: 50px 0 30px 0;
  }
  .sc-how-we-work .des-dots {
    display: none;
  }
  .sc-how-we-work h3 {
    margin-bottom: 45px;
  }
  .how--work--box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .primary--button {
    font-size: 11px;
    line-height: 10px;
    padding: 17px 9.5px;
  }
  .modal-header {
    padding-top: 44px;
  }
  .modal-header p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 0;
  }
  .modal-body {
    padding-top: 0;
  }
  .modal-dialog .form-box {
    padding-bottom: 20px;
  }
  .hidden--input--validate {
    padding-right: 10px;
    font-size: 8px;
  }
  form .field-box {
    margin: 10px 0;
  }
  form .primary--button {
    margin: 5px 0;
    width: 100%;
  }
  form .accept-box {
    padding-top: 5px;
  }
  form .accept {
    margin: 5px 0;
  }
  form .f-icon {
    top: 11px;
    left: 11px;
  }
  form input[type=text],
  form input[type=number],
  form input[type=tel],
  form input[type=email],
  form input[type=password],
  form input[type=search] {
    padding-left: 40px;
    height: 50px;
  }
  form textarea {
    padding-left: 40px;
    min-height: 130px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  form p {
    font-size: 11px;
    line-height: 15px;
  }
  #search-bar .close {
    top: -56px;
    right: -7px;
  }
  #search-bar .field-box input {
    padding-left: 12px;
    padding-right: 46px;
    height: 50px;
  }
  #search-bar .field-box .submit {
    right: 0;
  }
  .menu-box {
    padding-top: 20px;
  }
  .menu-box .contact-box .phone {
    font-size: 13px;
  }
  .menu-box .contact-box .callback {
    font-size: 10px;
  }
  .menu-box .menu-list-1 li {
    padding: 3px 0px;
  }
  .menu-box .menu-list-1 a {
    font-size: 13px;
  }
  .menu-box .menu-list-2 li {
    padding: 2px 0;
  }
  .menu-box .menu-list-2 a {
    font-size: 12px;
  }
  .rotated--title h5 {
    font-size: 20px;
  }
  .header a {
    padding: 0 5px;
  }
  .header .tel-box a {
    padding: 0 0;
    width: 100%;
  }
  .header .toggling-box .navbar-toggler {
    margin-left: 22px;
  }
  .sc-banner:before {
    width: 854px;
    height: 460px;
  }
  .sc-banner::after {
    height: 307px;
    width: 845px;
  }
  .sc-banner .title {
    max-width: 73%;
    margin-bottom: 10px;
  }
  .sc-banner .title h1 {
    font-size: 53px;
    line-height: 53px;
  }
  .sc-banner .head-info {
    height: 360px;
  }
  .sc-banner .head-info:before {
    top: 40px;
    max-width: 163px;
    max-height: 107px;
  }
  .sc-banner .banner-bottom {
    height: 307px;
  }
  .sc-banner .img-box-2 {
    width: 164px;
    height: 248px;
    margin-right: 0;
  }
  .sc-custom {
    padding-top: 90px;
    padding-bottom: 25px;
  }
  .sc-custom .margin-div {
    height: 17px;
  }
  .sc-custom .text-box {
    padding: 0px 0px;
  }
  .sc-custom .num-box h5 {
    font-size: 20px;
  }
  .sc-custom .num-box p {
    font-size: 11px;
    line-height: 14px;
  }
  .sc-plant-photo .slide-item {
    width: 270px;
    height: 369px;
  }
  .sc-plant-photo .slick-title {
    width: 60%;
    display: inline-block;
    height: auto;
    float: left;
  }
  .sc-plant-photo .slick-title h4 {
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    text-align: left;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 20px;
    margin: 3px 0;
  }
  .sc-plant-photo .sl-plant-wrapper {
    margin-top: 30px;
  }
  .sc-plant-photo .arrow-box {
    text-align: right;
    width: 40%;
    float: right;
  }
  .sc-plant-photo .arrow-box button {
    padding-right: 0;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sc-products {
    padding-bottom: 30px;
  }
  .sc-products .slide-item {
    width: 320px;
    height: 500px;
  }
  .sc-products .slide-item .pr-img img {
    max-height: 100%;
  }
  .sc-products .slider-ruler {
    margin-bottom: 20px;
  }
  .sc-products .slick-current .pr-img {
    height: 280px;
  }
  .sc-products .pr-box {
    padding: 38px 25px 30px 24px;
  }
  .sc-products .slide-m-dots {
    width: 70%;
  }
  .sc-products .slick-dots {
    width: 100%;
  }
  .sc-products .slick-product {
    margin-top: 0;
  }
  .global-inner-page {
    padding-bottom: 50px;
  }
  .sc-video {
    padding-top: 30px;
  }
  .sc-video:before {
    max-height: 220px;
  }
  .sc-video .video-box {
    height: 250px;
  }
  .sc-video .v-play {
    width: 70px;
    height: 70px;
    left: 30px;
  }
  .footer {
    padding-top: 10px;
  }
  .footer .d-n-mob {
    display: none;
  }
  .footer .h-top {
    padding-bottom: 10px;
  }
  .footer .h-bottom {
    padding-top: 10px;
  }
  .footer .h-bottom a {
    font-size: 13px;
  }
  .inner-page h1 {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 31px;
    line-height: 40px;
  }
  .sc-banner-2 .slick-banner-2::before {
    display: none;
  }
  .sc-banner-2 .slick-banner-2 .img-box {
    max-width: 330px;
  }
  .sc-banner-2 .slick-wrapper-box::before {
    display: none;
  }
  .sc-banner-2 .pr-box {
    max-width: 100%;
  }
  .sc-banner-2 .slick-arrow {
    right: auto;
  }
  .sc-banner-2 .slick-prev {
    left: 20px;
  }
  .sc-banner-2 .slick-next {
    left: 70px;
  }
  .sc-banner-2 .pr-title {
    height: 120px;
    left: -113px;
    top: 132px;
    width: 348px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .sc-single-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-triple-panel {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .sc-triple-panel .text-box {
    display: inline-block;
    min-height: auto;
  }
  .sc-triple-panel .panel-box {
    height: 366px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sc-triple-panel .p-text {
    font-size: 13px;
    width: 366px;
  }
  .sc-triple-panel .p-text-left {
    top: 163px;
    left: -162px;
    height: 40px;
    padding: 5px 10px;
  }
  .sc-triple-panel .p-text-right {
    top: 163px;
    right: -162px;
    height: 40px;
    padding: 15px 10px 5px 10px;
  }
  .sc-triple-panel .panel-img {
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    height: 320px;
  }
  .sc-triple-panel .panel-img img {
    max-height: 100%;
  }
  .sc-advantages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-advantages .service-box {
    max-width: 100%;
    margin: 20px 0;
  }
  .sc-advantages .service-box span {
    margin-bottom: 20px;
  }
  .sc-advantages .service-box h5 {
    font-size: 17px;
  }
  .sc-single-product-describe {
    padding: 30px 0;
  }
  .sc-single-product-describe h3 {
    margin-bottom: 21px;
  }
  .sc-single-product-describe .img-box {
    max-width: 284px;
  }
  .sc-single-product-describe .describe-text {
    right: -130px;
    font-size: 22px;
    top: 180px;
    height: 80px;
  }
  .get-in-touch {
    /* padding-bottom: 50px; */
  }
  .sc-banner-3 {
    padding-bottom: 30px;
  }
  .sc-banner-3 .pr-box {
    max-width: calc(100% - 50px);
  }
  .sc-banner-3 .paving-product {
    height: 392px;
  }
  .sc-banner-3 .pr-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    left: -148px;
    top: 170px;
    width: 348px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .sc-breadcrumbs {
    padding: 20px 0;
  }
  .global-inner-page h1 {
    margin-bottom: 30px;
  }
  .custom--info--block {
    padding: 25px 15px 25px 20px;
  }
  .tab_switch {
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    border-radius: 0px;
    padding: 9px 10px;
  }
  .tab_control_box {
    margin-bottom: 20px;
  }
  .tab_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tab_content h4 {
    margin-bottom: 20px;
  }
  .sc-sub-photos {
    padding: 50px 0;
  }
  .sc-sub-photos h2 {
    margin-bottom: 25px;
  }
  .sc-lists {
    padding: 30px 0;
  }
  .sc-lists h2 {
    margin-bottom: 25px;
  }
  .custom--list--box {
    padding: 30px 25px 25px 25px;
  }
  .custom--list--box h5 {
    margin-bottom: 10px;
  }
  .sc-accordion {
    padding: 40px 0;
  }
  .sc-accordion h2 {
    margin-bottom: 25px;
  }
  .single--accordion .accordion-title {
    padding: 15px 15px;
  }
  .single--accordion .accordion-title span {
    right: 15px;
  }
  .single--accordion .accordion-title h4 {
    padding-right: 20px;
  }
  .single--accordion .accordion-content {
    padding: 20px 20px;
  }
  .sc-documents {
    padding: 40px 0;
  }
  .single--document .icon-box {
    margin-right: 25px;
  }
  .sc-how-we-work h3 {
    margin-bottom: 25px;
  }
  .sc-form-elements {
    padding: 50px 0;
  }
  .sc-form-elements h2 {
    margin-bottom: 25px;
  }
  .how--work--box {
    margin: 15px 0;
  }
  .how--work--box h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .primary--button {
    border: 2px solid #FF3F3F;
  }

  .menu-box .menu-list-1 li > ul {
    display: block;
    padding: 15px;
  }

  .menu-box .menu-list-1 li > ul > li > a{
    text-transform: none;
  }

  .menu-box {
    padding-top: 0;
  }
  .menu-box .menu-list-2, .menu-box .contact-box, .menu-box .menu-info, .menu-box .logo-box {
    display: none;
  }
  .menu-box .menu-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .menu-box .search-box {
    padding-right: 0;
  }
  .menu-box .search-box form, .menu-box .search-box .field-box {
    display: none;
  }
  .menu-box .close-menu {
    padding: 0;
  }
  #wrapper {
    padding-top: 70px;
  }
  .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .header .navbar {
    height: 70px;
  }
  .header .search {
    padding-left: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .header .search svg path {
    fill: #202020;
  }
  .header .toggling-box .navbar-toggler {
    margin-left: 8px;
  }
  .sc-banner:before {
    width: calc(100% - 50px);
    height: calc(100% - 364px);
    margin-left: 0;
    left: 0;
    top: 0;
  }
  .sc-banner::after {
    display: none;
  }
  .sc-banner .head-info {
    height: auto;
  }
  .sc-banner .head-info:before {
    top: 21px;
  }
  .sc-banner h4 {
    font-size: 11px;
    line-height: 17px;
  }
  .sc-banner .title {
    max-width: 87%;
  }
  .sc-banner .title h1 {
    font-size: 37px;
    line-height: 38px;
  }
  .sc-banner .checkout {
    font-size: 14px;
    margin: 15px 0;
  }
  .sc-banner .checkout img {
    -webkit-transform: none;
            transform: none;
    margin-left: 5px;
    -webkit-transform: translateY(-2px) scale(1);
            transform: translateY(-2px) scale(1);
  }
  .sc-banner .paging-info {
    font-size: 13px;
    left: 16px;
    bottom: 202px;
  }
  .sc-banner .banner-bottom {
    display: none;
  }
  .sc-banner .slick-banner {
    height: 364px;
  }
  .sc-banner .slick-banner .pr-top {
    font-size: 14px;
    top: 59px;
    left: -23px;
  }
  .sc-banner .slick-banner .slide-item {
    height: 364px;
  }
  .sc-banner .slick-banner .img-box {
    max-width: 192px;
    height: 280px;
  }
  .sc-banner .slick-banner .pr-title {
    font-size: 12px;
    line-height: 16px;
    max-width: 100%;
    width: calc(100% - 156px);
  }
  .sc-banner .slick-arrow {
    right: 28px;
  }
  .sc-banner .slick-prev {
    right: 88px;
  }
  .sc-custom {
    padding-top: 40px;
  }
  .sc-custom .num-box h5 {
    margin-bottom: 0;
  }
  .sc-custom .text-box {
    margin-bottom: 20px;
  }
  .sc-products .primary--button {
    width: 100%;
  }
  .sc-products .slide-item {
    width: 290px;
    height: 375px;
  }
  .sc-products .slide-item .pr-box {
    height: 355px;
  }
  .sc-products .pr-img {
    height: 210px;
  }
  .sc-products .pr-title p {
    font-size: 14px;
    line-height: 21px;
    padding-left: 20px;
  }
  .sc-products .pr-title span {
    width: 40px;
    height: 40px;
  }
  .sc-products .slick-current .pr-img {
    height: 192px;
  }
  .inner-page h4 {
    line-height: 21px;
  }
  .inner-page p {
    line-height: 22px;
  }
  .global-inner-page h4 {
    line-height: 21px;
  }
  .global-inner-page p {
    line-height: 22px;
  }
  .global-inner-page table {
    font-size: 13px;
    line-height: 20px;
  }
  .global-inner-page table td, .global-inner-page table th {
    padding: 10px 15px;
  }
  .sc-banner-2 {
    padding-bottom: 30px;
  }
  .sc-banner-2 .pr-title {
    left: -76px;
    top: 136px;
    width: 275px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .sc-banner-2 .slide-item {
    height: 392px;
  }
  .sc-banner-2 .slick-banner-2 .img-box {
    height: 331px;
    padding-left: 53px;
  }
  .sc-banner-2 .slick-arrow {
    bottom: 18px;
  }
  .sc-banner-2 .slick-dots {
    bottom: 25px;
  }
  .sc-tech {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-single-product-describe {
    padding: 20px 0;
  }
  .sc-single-product-describe .describe-box {
    height: 300px;
  }
  .sc-single-product-describe .describe-text {
    right: -109px;
    font-size: 17px;
    top: 110px;
    width: 300px;
  }
  .sc-single-product-describe .img-box {
    height: 270px;
    max-width: 80%;
    padding-right: 30px;
  }
  .sc-single-product-describe .img-box img {
    max-height: 240px;
  }
  .product--charackter .right-side {
    padding: 15px 15px;
  }
  .product--charackter .right-side h5 {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .product--charackter .right-side ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product--charackter .right-side ul li span {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
  .product--charackter .right-side ul li span:first-child {
    background-color: white;
  }
  .product--charackter .right-side ul li span:last-child {
    background-color: #eeeeee;
  }
  .product--charackter .left-side {
    height: 178px;
  }
  .product--charackter .size-box h5 {
    padding: 28px 50px 0 50px;
    font-size: 19px;
    line-height: 20px;
  }
  .product--charackter .size-img {
    top: 17px;
    left: 0;
  }
  .sc--custom--slider {
    padding: 30px 0;
  }
  .sc--custom--slider h2 {
    margin-bottom: 25px;
  }
  .sc-tabs {
    padding: 40px 0 20px 0;
  }
  .single--document {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px;
  }
  .single--document h4 {
    max-width: 100%;
    padding-right: 0;
  }
  .single--document .btn-box {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }
  .single--document .secondary--button {
    max-width: 100%;
    width: 100%;
  }
  .hidden--input--validate-2 {
    line-height: 19px;
    padding: 10px 20px 10px 60px;
    margin: 10px 0;
    width: 100%;
  }
  .hidden--input--validate-2 img {
    left: 15px;
  }
  form input[type=checkbox] + span,
  form input[type=radio] + span {
    line-height: 25px;
  }
  form input[type=checkbox] + span:before,
  form input[type=radio] + span:before {
    top: 2px;
  }
}

.btn-toolbar{
  padding-bottom: 50px;
}

.searchintro {
  padding-bottom: 20px;
}

.badge-info {
color: #fff;
background-color: #FF3F3F;
}

.result-text {
  padding-bottom: 20px;
}

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

.awesomplete {
display: block;
position: relative;
}

#search-bar .input-group, .search-box .input-group {
  display: block;
}

/*# sourceMappingURL=main.css.map */
