@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,900&display=swap&subset=cyrillic');
body {
  font-family: 'Montserrat', sans-serif;
}

/* FIX BOOTSTRAP CSS */
.container {
  max-width: 1400px;
}

/* NAVIGATION */
.section-navigation {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

@media (max-width: 991px) {
  .section-navigation {
    -webkit-box-pack: left;
            justify-content: left;
  }
}

.section-navigation__btn {
  padding: 5px 15px;
  color: #ffffff;
  font-size: 18px;
  /*line-height: 40px;*/
  font-weight: 700;
  /*width: 200px;*/
  /*height: 40px;*/
  letter-spacing: 0.5px;
  border-radius: 50px;
  background-color: #f27216;
  /*background-position: center center;*/
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.4);
}

.logo img {
  height: 50px;
}

.header-nav {
  display: none;
}

.header-nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  list-style: none;
}

.header-nav ul li a {
  color: #000000;
  text-decoration: none;
  margin-left: 3rem;
}

.header-nav ul li a:hover {
  color: #000000;
  text-decoration: none;
}

.header-nav li:hover {
  cursor: pointer;
}

.contact {
  display: none !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.contact i {
  font-size: 2rem;
  padding: 1rem;
}

/* SECTION HEADER  */
.section-header {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  padding-top: 5rem;
  background-image: url("../img/bg/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 70%;
}

/* SECTION Features */
.section-features p {
  text-align: left;
}

/* SECTION STRUCTURE */
.section-structure {
  background-color: #f0f0f0;
}

.section-structure .wrapper {
  overflow: hidden;
}

/* SECTION CATALOG */
.section-catalog {
  overflow: hidden;
  font-size: 0.8rem;
}

.card-price {
  display: -webkit-box;
  display: flex;
  font-size: 2rem;
}

.price-new {
  color: red;
}

/* SECTION HELP */
.section-help {
  background-image: url("../img/banner/_11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-help .wrapper {
  background-color: rgba(0,0,0,0.70);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-help input {
  margin: 0;
  font-size: 100%;
  height: 60px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  box-sizing: border-box;
  outline: none;
  border-radius: 40px;
}

/* SECtiON QUESTION */
.section-question {
  background-color: #f0f0f0;
}

/* SECTION DELIVERY */
.section-delivery {
  overflow: hidden;
}

.section-delivery img {
  width: 100px;
}

/* SECTION QUESTION */
.section-attention {
  background-color: #f0f0f0;
  text-align: center;
  overflow: hidden;
}

.line {
  width: 140px;
  height: 1px;
  margin: 5rem 0 5rem 0;
  background-color: #000000;
}

.line_border {
  margin: 1rem 0 1rem 0;
  width: 100%;
}

.section-steps__item_header {
  position: relative;
}

.section-steps__item_header:hover {
  cursor: pointer;
}

.section-steps__item_header i {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 1.3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rotate {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

/* SECTION CONTACT */
.section-contact {
  background-attachment: fixed;
  background-image: url("../img/bg/photo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-contact .wrapper {
  background-color: rgba(0,0,0,0.70);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-contact input {
  margin: 0;
  font-size: 100%;
  height: 60px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  box-sizing: border-box;
  outline: none;
  border-radius: 40px;
}

/* SECTION FOOTER */
.section-footer {
  background-color: #f0f0f0;
}

.section-footer ul {
  margin: 0;
  padding: 0;
}

.section-footer ul li {
  list-style: none;
}

/* CUSTOM */
iframe {
  width: 100%;
  height: 300px
}

.colored {
  color: rgb(242, 114, 22);
}

.circle {
  position: relative;
  width: 102px;
  height: 100px;
  color: #000000;
  font-size: 0.9rem;
  text-align: center ;
  line-height: 1.5;
  font-weight: 900;
  border-width: 2px;
  border-radius: 100px;
  opacity: 0.9;
  background-color: #ffffff;
  background-position: center center;
  border-color: #f27216;
  border-style: solid;
}

.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn_custom {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 900;
  width: 230px;
  height: 70px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  background-color: #f27216;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.4);
}

.small {
  font-size: 1rem;
}

/* NAVIGATION SLIDER */
.section-specifications {
  position: relative;
}

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  padding: 1rem;
}

.owl-prev {
  left: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,116,0,1)),to(rgba(255,116,0,0)));
  background: linear-gradient(to right, rgba(255,116,0,1) 0%,rgba(255,116,0,0) 100%);
}

.owl-next {
  right: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,116,0,0)),to(rgba(255,116,0,1)));
  background: linear-gradient(to right, rgba(255,116,0,0) 0%,rgba(255,116,0,1) 100%);
}

@media screen and (min-width: 992px) {
  .btn_custom {
    width: 300px;
  }

  .header-nav {
    display: block;
  }

  .contact {
    display: -webkit-box !important;
    display: flex !important;

  }
}

@media screen and (min-width: 1020px) {
  .btn_custom {
    width: 400px;
  }

  iframe {
    width: 550px;
    height: 400px;
  }
}

/*-----------modal-order---------------------*/
.text-brand {
  color: #f27216;
}

.modal-body .btn-order {
  background-color: #f27216;
  color: #fff;
  text-transform: uppercase;
}

.modal-body .btn-order:hover {
  background-color: #f27216;
  color: #fff;
}
