@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Thin'), local('Roboto-Thin'), url('Robotothin.woff2') format('woff2'), url('Robotothin.woff') format('woff'), url('Robotothin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('Robotothinitalic.woff2') format('woff2'), url('Robotothinitalic.woff') format('woff'), url('Robotothinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Light'), local('Roboto-Light'), url('Robotolight.woff2') format('woff2'), url('Robotolight.woff') format('woff'), url('Robotolight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('Robotolightitalic.woff2') format('woff2'), url('Robotolightitalic.woff') format('woff'), url('Robotolightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular'), url('Roboto.woff2') format('woff2'), url('Roboto.woff') format('woff'), url('Roboto.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Italic'), local('Roboto-Italic'), url('Robotoitalic.woff2') format('woff2'), url('Robotoitalic.woff') format('woff'), url('Robotoitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium'), url('Robotomedium.woff2') format('woff2'), url('Robotomedium.woff') format('woff'), url('Robotomedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('Robotomediumitalic.woff2') format('woff2'), url('Robotomediumitalic.woff') format('woff'), url('Robotomediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'), url('Robotobold.woff2') format('woff2'), url('Robotobold.woff') format('woff'), url('Robotobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('Robotobolditalic.woff2') format('woff2'), url('Robotobolditalic.woff') format('woff'), url('Robotobolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Black'), local('Roboto-Black'), url('Robotoblack.woff2') format('woff2'), url('Robotoblack.woff') format('woff'), url('Robotoblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('Robotoblackitalic.woff2') format('woff2'), url('Robotoblackitalic.woff') format('woff'), url('Robotoblackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url('icomoon.eot');
  src: url('icomoon.eot') format('embedded-opentype'), url('icomoon.woff') format('woff'), url('icomoon.ttf') format('truetype'), url('icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  padding: 83px 0 0;
  font-family: Roboto !important;
  color: #333;
}
footer {
  background: #000000;
}
.navbar {
  border: 0 !important;
}
.navbar-brand {
  padding: 0 20px 0 0 !important;
  display: flex !important;
  float: none !important;
}
.navbar-brand img {
  width: auto;
  min-width: 190px;
  max-width: 100%;
}
@media (max-width: 420px) {
  .navbar-brand img {
    min-width: 133px;
    margin-right: 26px;
    height: 40px;
  }
}
.navbar-brand p {
  color: #f79840 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.navbar > .container {
  width: unset !important;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.navbar > .container .navbar-middle {
  margin-block: 1em;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2px;
}
.navbar > .container .navbar-middle .price-button,
.navbar > .container .navbar-middle .zayavka {
  padding-inline: .8em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: .4em;
  color: #fcfcfc;
  transition: filter .5s ease;
}
.navbar > .container .navbar-middle .price-button {
  background-color: #e17300;
}
.navbar > .container .navbar-middle .zayavka {
  background-color: #3f4349;
}
.navbar > .container .navbar-middle .phone-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  color: #3f4349;
  transition: color .4s ease-out;
}
.navbar > .container .navbar-middle .price-button:hover,
.navbar > .container .navbar-middle .zayavka:hover {
  filter: brightness(130%);
}
.navbar > .container .navbar-middle .phone-button:hover {
  color: #e17300;
}
@media screen and (max-width: 740px) {
  .navbar > .container {
    margin-left: 1em;
    flex-direction: column;
    gap: .3em;
  }
  .navbar > .container .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar > .container a.navbar-brand {
    margin-left: unset !important;
    width: 11em;
    padding: unset !important;
  }
  .navbar > .container #img-logo {
    height: 100%;
    object-fit: contain;
  }
  .navbar > .container .navbar-middle * {
    padding-block: 1em;
  }
}
@media screen and (max-width: 500px) {
  .navbar > .container .navbar-middle {
    width: 15em;
    display: flex;
    flex-direction: column;
    gap: .3em;
  }
  .navbar > .container .navbar-middle .phone-button {
    justify-content: start;
    padding-block: .5em;
  }
}
#social {
  position: fixed;
  top: 120px;
  right: 40px;
  z-index: 10;
  box-sizing: content-box;
  width: 40px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#social a {
  transition: filter .5s ease;
}
#social a:hover {
  filter: brightness(110%);
}
.calculate-cost-stairs-container {
  width: 100%;
  margin: 0 auto;
  float: none;
  display: block;
  height: 750px;
  position: relative;
}
.calculate-cost-stairs-container .close-button {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("/imgs27/icn_close2.svg");
  display: block;
  right: 183px;
  margin-top: -35px;
}
.calculate-cost-stairs-container h3 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #3f4348;
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
  margin-top: 77px;
  margin-bottom: 17px;
}
.calculate-cost-stairs-container p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #96989a;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
}
.calculate-cost-stairs-form {
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  width: 601px;
  margin-bottom: 165px;
}
.calculate-cost-stairs-form input {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #040404;
  font-weight: 500;
  font-family: "Roboto";
  padding-left: 11px;
}
.calculate-cost-stairs-form .height-field {
  width: 188px;
  height: 41px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bdbebe;
}
.calculate-cost-stairs-form .width-label {
  margin-left: 14px;
}
.calculate-cost-stairs-form .width-field {
  width: 188px;
  height: 41px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bdbebe;
}
.calculate-cost-stairs-form .count-label {
  margin-left: 14px;
}
.calculate-cost-stairs-form .count-field {
  width: 188px;
  height: 41px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bdbebe;
}
.calculate-cost-stairs-form .type-row {
  margin-top: 26px;
}
.calculate-cost-stairs-form .type-field {
  width: 599px;
  height: 41px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bdbebe;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #3f4348;
  font-weight: 400;
  font-family: "Roboto";
}
.calculate-cost-stairs-form .material-row {
  margin-top: 32px;
}
.calculate-cost-stairs-form .material-field {
  width: 599px;
  height: 41px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bdbebe;
}
.calculate-cost-stairs-form .email-label {
  margin-top: 36px;
}
.calculate-cost-stairs-form .email-field {
  width: 288px;
  height: 41px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bdbebe;
}
.calculate-cost-stairs-form .phone-label {
  margin-left: 20px;
  margin-top: 33px;
}
.calculate-cost-stairs-form .phone-field {
  width: 288px;
  height: 41px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bdbebe;
}
.calculate-cost-stairs-form .submit-button {
  width: 598px;
  height: 55px;
  border-radius: 4px;
  background-color: #d3792b;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #fcfcfc;
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
  border: none;
  margin-top: 15px;
  transition-property: all;
  transition-timing-function: ease-in, ease-out;
  transition-duration: .3s;
}
.calculate-cost-stairs-form .submit-button:hover {
  background: #000;
}
.calculate-cost-stairs-form__alert {
  position: absolute;
  color: red;
  display: none;
  top: 1px;
  font-weight: normal;
  right: 5px;
  font-size: 10px;
  z-index: 1;
}
.calculate-cost-stairs-form label {
  position: relative;
}
.calculate-cost-stairs-form .row {
  position: relative;
}
.calculate-cost-stairs-form__external-placeholder {
  position: absolute;
  top: -27px;
  left: 1px;
  display: block;
  transition: all .4s ease;
  color: #bbbcbe;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Roboto";
  color: #3f4348;
}
.calculate-cost-stairs-form .type-row .calculate-cost-stairs-form__external-placeholder,
.calculate-cost-stairs-form .material-row .calculate-cost-stairs-form__external-placeholder {
  top: -25px;
}
.container>.content-page>.breadcrumbs>a {
  color: #f79840;
}
.container>h1 {
  color: #f79840 !important;
}
.data>h1 {
  color: #f79840 !important;
}
.data>.hostcmsEditable>h1 {
  color: #f79840 !important;
}
.mce-content-body>h1 {
  color: #f79840 !important;
  font-size: 47px;
  font-weight: 300;
  line-height: 51.7px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.mce-content-body>h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.mce-content-body>h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 26.4px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.mce-content-body>h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 60px;
}
.mce-content-body>h5 {
  color: #f79840 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.8px;
  margin-bottom: 15px;
  margin-top: 60px;
}
.mce-content-body>p {
  font-size: 14px;
  line-height: 29.4px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.mce-content-body>ul,
.mce-content-body>ol {
  font-size: 14px;
  line-height: 2.1;
  margin-top: 0;
  margin-bottom: 10px;
}
.mce-content-body {
  padding-left: 100px;
  padding-right: 100px;
}
.data>h4 {
  margin-top: 60px !important;
}
.data>.hostcmsEditable>h4 {
  margin-top: 60px !important;
}
.data>h5 {
  margin-top: 60px !important;
}
.data>.hostcmsEditable>h5 {
  margin-top: 60px !important;
}
.pagination > .active > a {
  background-color: #f79840 !important;
}
.breadcrumbs > a {
  color: #f79840 !important;
}
ul.photo-groups > li > a {
  color: #f79840;
}
h1 {
  color: #f79840 !important;
}
h5 {
  color: #f79840 !important;
}
@media (max-width: 420px) {
  ul.photo-groups li {
    margin-left: -50px !important;
  }
}
.navbar-nav>li>a {
  height: 83px !important;
  line-height: 33px !important;
  font-weight: 400 !important;
  color: #333 !important;
  transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}
@media (max-width: 899px) {
  .navbar-nav {
    margin: 0 !important;
  }
  .navbar-nav>li>a {
    height: 70px !important;
    line-height: 50px !important;
    text-align: center;
    background: #2C3E50;
    color: #fff !important;
  }
  .navbar-collapse.in {
    height: 100% !important;
    max-height: 100% !important;
    overflow-y: hidden !important;
  }
}
.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
  background: #f79840 !important;
  color: #fff !important;
}
.navbar-nav>li.dropdown.current {
  background: #f79840 !important;
}
.navbar-nav>li.dropdown.current>a {
  color: #fff !important;
}
.navbar-toggle {
  height: 83px !important;
  width: 83px !important;
  margin: 0 !important;
  background: #f79840 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.navbar-toggle .icon-bar {
  background: #fff !important;
  height: 5px !important;
  border-radius: 3px !important;
  display: block !important;
  margin: 4px auto !important;
}
@media (max-width: 1024px) {
  .header-translucency {
    width: 90%;
    margin: auto;
  }
  .header-title {
    margin-left: 0px !important;
  }
}
#wall {
  height: 100%;
  width: 100%;
  position: relative;
}
#wall .owl-controls {
  position: absolute;
  right: 25px;
  top: 95px;
  z-index: 100;
}
#wall .owl-dot {
  display: block;
  width: 15px;
  height: 15px;
  background: rgba(255,255,255,0.7);
  border: solid 2px #ffffff;
  margin: 10px 0;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
#wall .owl-dot:hover {
  background: #212f3f;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
#wall .owl-dot.active {
  height: 40px;
  background: #212f3f;
  border: solid 2px #fff;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
#wall .slider {
  height: 100%;
  width: 100%;
  height: 745px !important;
}
.slide {
  display: flex;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.slider_sm {
  height: 50vw !important;
  min-height: 200px;
  display: none !important;
}
.slider_sm .slide {
  height: inherit;
  min-height: inherit;
}
@media (max-width: 980px) {
  .image-in-page {
    width: 42%;
  }
}
@media (max-width: 600px) {
  .slider {
    display: none !important;
  }
  .slider_sm {
    display: block !important;
  }
  .news-slider .slider {
    height: 70vw;
    min-height: 200px;
    display: block !important;
  }
  .padd-x-50 {
    padding: 0 40px !important;
  }
  .caption-b {
    font-size: 16px !important;
    height: 70px !important;
    line-height: 70px !important;
  }
  .image-in-page {
    width: 80%;
  }
}
.slide_description {
  margin: 14vh auto 0 auto;
}
.padd-x-50 {
  padding: 0 100px;
}
.caption:hover {
  background: rgba(5,4,0,0.58) !important;
}
.caption-b {
  background: rgba(247,152,64,0.66);
  color: #ffffff;
  font-size: 3.5vw;
  height: 100px;
  line-height: 100px;
  font-weight: 400;
  display: inline-block;
}
.caption-b span,
.caption-b a {
  height: 100%;
}
.caption-b a {
  color: #ffffff;
}
.caption-b a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.services {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .services {
    position: relative;
  }
}
.boxed {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  clear: both;
  text-align: center;
}
.boxed a:hover,
.boxed a:focus {
  text-decoration: none !important;
}
@media screen and (max-width: 1200px) {
  .boxed {
    display: block;
    width: 100%;
  }
}
.service-item {
  padding: 25px 10px;
  height: 250px;
  transition-duration: .9s;
  color: #333;
}
.service-item * {
  transition-duration: .9s;
}
.service-item:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 1199px) {
  .service-item:hover {
    height: 265px;
  }
}
.service-item-icon {
  margin-bottom: 15px;
  text-align: center;
}
.service-item-icon img {
  width: 45px;
  height: 45px;
}
.service-item:hover .service-item-icon img {
  width: 50px;
  height: 50px;
}
.service-item-title {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
.service-item:hover .service-item-title {
  font-size: 27px;
  text-decoration: none !important;
}
.service-item-text {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
#callout .boxed {
  margin-top: 21px;
  margin-bottom: 7px;
  display: block !important;
}
#callout .callout-wrap {
  background-color: #fafafa;
  padding: 55px 50px 69px 50px;
}
#callout .boxed div {
  display: block !important;
}
.callout-item-title {
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 400;
}
.line-c {
  margin: 25px auto;
  width: 80px;
  border: solid 2px #f79840;
}
.line-l {
  margin: 20px 0;
  width: 25px;
  border-style: solid;
  border-width: 1px;
}
.callout-item-text {
  line-height: 25px;
  margin: 60px 0 0 0;
}
.callout-item-text p {
  margin: 0;
}
.callout-item-text a {
  color: #f79840;
  text-decoration: underline;
}
.callout-item-text a:hover {
  text-decoration: none;
}
p>a,
p>a:visited,
p>a:hover,
p>a:focus,
p>a:active {
  color: #f79840;
}
.f-text-block {
  width: 78%;
  margin: auto;
}
@media (max-width: 768px) {
  #callout .callout-wrap {
    padding: 55px 5px 69px 5px;
  }
  .f-text-block {
    width: 100%;
  }
}
.parallax-bg {
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  height: 100%;
  width: 100%;
}
.parallax-wrap {
  height: 100%;
  width: 100%;
}
.parallax-wrap .boxed {
  display: block !important;
}
.parallax-content {
  padding: 72px 0 50px 0;
  margin: 0 25px;
}
.parallax-content-title {
  color: #1576b9;
  letter-spacing: 2px;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.parallax-content-title a {
  color: #212f3f;
}
.parallax-content-title a:hover {
  text-decoration: none;
  color: #fff;
}
.parallax-content-title p {
  color: #f79840;
}
.parallax-content-title2 {
  color: #2C3E50;
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
.parallax-content-title2 p {
  color: #212f3f;
}
.parallax-content .line-c {
  border: solid 1px #333;
  width: 30px;
  margin-top: 21px;
  margin-bottom: 20px;
}
.parallax-content-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.parallax-content-text p {
  color: #212f3f;
}
.parallax-stars {
  margin-top: 41px;
  margin-bottom: 22px;
  text-align: center;
}
.parallax-star {
  color: #1E8BC3;
  display: inline-block;
  font-size: 70px;
  height: 70px;
  width: 70px;
}
.parallax-stars > span {
  color: #f79840 !important;
}
.icon-star:before {
  content: "\e619";
}
.icon-plus:before {
  content: "\e602";
}
.icon-arrow-up:before {
  content: "\e6dc";
}
.portfolio-wrap {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 101px 0 37px;
}
.portfolio-wrap .boxed {
  display: block !important;
}
@media (max-width: 768px) {
  .portfolio-btn a {
    font-size: 12px !important;
  }
}
.portfolio-btn a {
  position: relative;
  background-color: #1E8BC3;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: .055em;
  height: 69px;
  line-height: 64px;
  font-weight: 300;
  display: inline-block;
  padding: 5px 52px 10px 52px;
  margin-bottom: 3px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
.portfolio-btn a span {
  z-index: 3;
  color: #fff;
  position: relative;
}
.portfolio-btn a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #217ab7;
  color: #ffffff;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}
.portfolio-btn a:hover:after {
  opacity: 1;
}
.portfolio-wrap nav {
  max-width: 700px;
  margin: 0 auto;
}
.portfolio-wrap nav li {
  display: inline-block;
}
.portfolio-wrap nav ul {
  padding: 20px;
  margin: 10px 0 35px 0;
}
.portfolio-wrap nav li a {
  display: inline-block;
  color: #333;
  padding: 0 10px 5px;
}
.portfolio-wrap nav li a:hover {
  color: #5c97bf;
  text-decoration: underline;
}
.portfolio-ul > li > a:hover.transit-m.animated {
  color: #212f3f !important;
}
#catalog_show_elem_buybtn a {
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
#catalog_show_elem_buybtn a:hover {
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
#orderform_sendbtn {
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
#orderform_sendbtn:hover {
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
#orderform_title {
  background-color: #f79840;
}
#orderform_product a {
  color: #212f3f;
}
.blog-bg {
  height: 100%;
  width: 100%;
  background-image: url(/imgs27/bg_blog.jpg);
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.blog-title {
  margin-top: 50px;
}
.blog-title-name,
.blog-title-description {
  font-size: 40px;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
.blog-title-name {
  background-color: rgba(224,238,254,0.9);
  color: #2C3E50;
  padding: 0 25px;
}
.blog-title-description {
  color: #ffffff;
  padding: 0 25px;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
.blog-title-name:hover {
  text-decoration: none;
  background-color: rgba(224,238,254,0.8);
}
.blog-title-description:hover {
  text-decoration: none;
  color: #ffffff;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
.boxed.news-slider {
  background-color: #fbfbfb;
}
.blog-item-text {
  color: #333;
}
.h-250 {
  height: 250px;
}
.blog-item {
  margin: 50px;
}
.blog-item-title a {
  font-size: 18px;
  line-height: 26px;
  color: #2c3e50;
  text-decoration: none;
}
.blog-item-title a:hover {
  text-decoration: underline;
  color: #f79840;
}
.catalog_show_all_one_grp a:nth-child(2) {
  text-decoration: none;
}
.catalog_show_all_one_grp a:nth-child(2) div {
  font-family: 'Roboto';
  text-align: center;
  margin-top: 23px;
  font-size: 18px;
  line-height: 26px;
  color: #2c3e50;
}
.catalog_show_all_one_grp a:nth-child(2) div:hover {
  text-decoration: underline;
  color: #f79840;
}
.catalog_show_all_one_elem a:nth-child(2) {
  text-decoration: none;
}
.catalog_show_all_one_elem a:nth-child(2) div {
  color: #2c3e50;
}
.catalog_show_all_one_elem a:nth-child(2) div:hover {
  text-decoration: underline;
  color: #f79840;
}
.blog-item-date {
  color: #f79840;
  font-size: 16px;
  line-height: 24px;
}
.blog-item-img {
  height: 250px;
  background-repeat: no-repeat;
  background-attachment: inherit;
  cursor: pointer;
}
.blog-item-img-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.blog-item-img-anime {
  display: table;
  height: 100%;
  width: 100%;
}
.blog-item-img-icon {
  color: #ffffff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  margin-bottom: 25px;
  height: 100%;
  width: 100%;
}
#contacts .transit-bouncein {
  padding: 50px 0 0 0 !important;
  background: #fff !important;
}
#contacts .boxed {
  margin: 10px 0 0 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
#contacts .callout-item-title {
  padding-top: 30px;
}
#contacts .callout-item-text {
  margin: 60px 0 0px 0;
}
.callout-item-link {
  margin: 40px 0 82px 0;
}
#contacts .margin-bottom-30 {
  height: auto;
}
.widgets-item {
  padding: 50px;
  height: 280px;
}
.widgets-logo {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 7px;
}
.widgets-title {
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}
.widgets-text {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
footer {
  padding: 30px;
  text-align: center;
}
.saits {
  display: inline-block;
  width: 86px;
  height: 37px;
  background: url('/imgs27/developer.png') 0 0;
}
.to-top {
  cursor: pointer;
  font-size: 40px;
  margin: 0 auto 30px auto;
  width: 50px;
  height: 50px;
  color: #2C3E50;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  transition: 0.5s;
}
.to-top span {
  display: inline-block;
}
.to-top:hover {
  background-color: #cbe9ef;
}
.clr-0 {
  color: #ffffff;
}
.bg-alpha-0 {
  background-color: rgba(255,255,255,0.9);
}
.bg-alpha-1 {
  background-color: rgba(212,105,4,0.9);
}
.bg-alpha-2 {
  background-color: rgba(33,47,63,0.9);
}
.bg-alpha-3 {
  background-color: rgba(247,238,230,0.9);
}
.bg-alpha-4 {
  background-color: rgba(63,69,77,0.9);
}
.bg-alpha-5 {
  background-color: rgba(250,250,250,0.9);
}
.bg-alpha-6 {
  background-color: rgba(5,4,0,0.9);
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    opacity: 1;
    -moz-transform: scale(.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    opacity: 1;
    -o-transform: scale(.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    opacity: 1;
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
.desktop .transit {
  transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.transit-centre {
  -moz-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -o-transform: scale(0,0);
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
  transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
}
.transit-centre a {
  text-decoration: none !important;
  outline: 0;
}
.transit-slidebott {
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
.transit-slidetop {
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
.desktop .transit-fade,
.desktop .transit-left,
.desktop .transit-right,
.desktop .transit-top,
.desktop .transit-bottom,
.desktop .transit-bouncein,
.desktop .transit-flip,
.desktop .transit-rotate {
  opacity: 0;
}
.desktop div:hover > .transit-centre,
.desktop div:hover > .transit-scale,
.desktop div:hover > .transit-side,
.desktop div:hover > .transit-slidebott,
.desktop div:hover > .transit-slidetop {
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.clear {
  clear: both;
}
[class^="col-"],
[class*=" col-"] {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-1-6 {
  width: 16.66%;
}
.off-1-6 {
  margin-left: 16.66%;
}
.col-2-6 {
  width: 33.33%;
}
.off-2-6 {
  margin-left: 33.33%;
}
.col-3-6 {
  width: 50%;
}
.off-3-6 {
  margin-left: 50%;
}
.col-4-6 {
  width: 66.66%;
}
.off-4-6 {
  margin-left: 66.66%;
}
.col-5-6 {
  width: 83.33%;
}
.off-5-6 {
  margin-left: 83.33%;
}
.col-1-5 {
  width: 20%;
}
.off-1-5 {
  margin-left: 20%;
}
.col-2-5 {
  width: 40%;
}
.off-2-5 {
  margin-left: 40%;
}
.col-3-5 {
  width: 60%;
}
.off-3-5 {
  margin-left: 60%;
}
.col-4-5 {
  width: 80%;
}
.off-4-5 {
  margin-left: 80%;
}
.col-1-4 {
  width: 25%;
}
.off-1-4 {
  margin-left: 25%;
}
.col-2-4 {
  width: 50%;
}
.off-2-4 {
  margin-left: 50%;
}
.col-3-4 {
  width: 75%;
}
.off-3-4 {
  margin-left: 75%;
}
.col-1-3 {
  width: 33.33%;
}
.off-1-3 {
  margin-left: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.off-2-3 {
  margin-left: 66.66%;
}
.col-1-2 {
  width: 50%;
}
.off-1-2 {
  margin-left: 50%;
}
@media screen and (max-width: 1200px) {
  .col-1-4,
  .col-2-4,
  .col-3-4 {
    width: 50%;
  }
  .col-1-5,
  .col-2-5,
  .col-3-5,
  .col-4-5 {
    width: 50%;
  }
  .col-1-6,
  .col-2-6,
  .col-3-6,
  .col-4-6,
  .col-5-6 {
    width: 50%;
  }
  [class^="off-"],
  [class*="off-"] {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .col-1-3,
  .col-2-3 {
    width: 100%;
  }
  [class^="col-"] [class^="col-"] {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  [class^="col-"],
  [class*=" col-"] {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .full-h {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .mob-m {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .main-m {
    display: none;
  }
  .mob-m {
    display: block;
  }
  .switch {
    display: block;
  }
  .bg-fix {
    background-attachment: scroll;
  }
  .tab-n {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .head-b {
    font-size: 70px;
  }
  .head-m {
    font-size: 60px;
  }
  .head-s {
    font-size: 50px;
  }
  .aside-left {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    margin: 0 !important;
  }
  header .logo {
    margin: 0 25px;
  }
  header.posit-f {
    position: static;
  }
  .nav-bott {
    top: 120px;
    bottom: inherit;
  }
  .map {
    height: 300px;
  }
  .page {
    padding-top: 0;
  }
  .page-post .overl {
    padding-top: 0;
  }
  .mob-n {
    display: none;
  }
  .head-b {
    font-size: 50px;
  }
  .head-m {
    font-size: 45px;
  }
  .head-s {
    font-size: 40px;
  }
  .caption-m {
    font-size: 32px;
  }
  .caption-s {
    font-size: 28px;
  }
  .title-b {
    font-size: 25px;
    line-height: 30px;
  }
  .title-m {
    font-size: 22px;
    line-height: 26px;
  }
  .title-s {
    font-size: 20px;
    line-height: 24px;
  }
  [class^="w-"] {
    width: 100%;
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.h-350 {
  height: 350px !important;
}
.h-400 {
  height: 400px !important;
}
.bg-cov {
  width: auto !important;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.photo-groups li.active a {
  color: #ffffff;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
.photo-groups li a:hover {
  background-color: #212f3f;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
#contact-form .form-buttons input[type="submit"] {
  border: 0;
  background-color: #1E8BC3;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: .055em;
  height: 69px;
  line-height: 64px;
  font-weight: 300;
  display: inline-block;
  padding: 5px 52px 10px 52px;
  margin-bottom: 3px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
#contact-form .form-buttons input[type="submit"]:hover {
  background-color: #217ab7;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
.news-slider .owl-dot.active {
  background-color: #212f3f !important;
}
.news-slider .owl-dot:hover {
  background-color: #212f3f !important;
}
tr:nth-child(odd) {
  background-color: #f7f7f7 !important;
  border: 0px !important;
}
tr:first-child {
  background-color: #f79840 !important;
  color: #fff;
}
label.message>textarea {
  margin-bottom: 10px !important;
}
@media (max-width: 900px) {
  .boxed.news-slider {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .data {
    width: 100%;
  }
  .data>.hostcmsEditable,
  .data>.photo-groups,
  .data>section,
  .data>.contact-form-body,
  .data p,
  .data>.in-list-news,
  .data>.read_more,
  .data>.parts_count,
  .data>h1,
  .data>h2 {
    width: 90%;
    margin: auto;
  }
  .breadcrumbs {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .data>h1 {
    font-size: 25px;
  }
  .data>.hostcmsEditable>h1 {
    font-size: 25px;
  }
  .container {
    width: auto !important;
  }
  .navbar > .container .navbar-brand {
    margin-left: 10px !important;
  }
}
.nav > li.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s, 1s;
  -moz-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  -ms-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  -webkit-transition-timing-function: ease-in, ease-out;
  -moz-transition-timing-function: ease-in, ease-out;
  -o-transition-timing-function: ease-in, ease-out;
  -ms-transition-timing-function: ease-in, ease-out;
  transition-timing-function: ease-in, ease-out;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  opacity: 1;
  transition-duration: .3s;
  height: auto;
}
.nav > li.dropdown .dropdown-menu {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s, 1s;
  -moz-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  -ms-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  -webkit-transition-timing-function: ease-in, ease-out;
  -moz-transition-timing-function: ease-in, ease-out;
  -o-transition-timing-function: ease-in, ease-out;
  -ms-transition-timing-function: ease-in, ease-out;
  transition-timing-function: ease-in, ease-out;
  transition-duration: .3s;
  opacity: 0;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  height: 0;
}
.nav > li.dropdown,
.nav > li.dropdown a,
.nav li a,
.nav li {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: ease-in, ease-out;
  -moz-transition-timing-function: ease-in, ease-out;
  -o-transition-timing-function: ease-in, ease-out;
  -ms-transition-timing-function: ease-in, ease-out;
  transition-timing-function: ease-in, ease-out;
  transition-duration: .3s;
}
.navbar-right .dropdown-menu {
  left: 0 !important;
  right: auto !important;
  background: #f79840 !important;
  border-color: #f79840 !important;
  box-shadow: none;
  border-radius: 0;
}
.navbar-right .dropdown-menu li a {
  color: #fff !important;
  padding: 10px 20px !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s, 0.15s;
  -moz-transition-duration: 0.15s, 0.15s;
  -o-transition-duration: 0.15s, 0.15s;
  -ms-transition-duration: 0.15s, 0.15s;
  transition-duration: 0.15s, 0.15s;
  -webkit-transition-timing-function: ease-in, ease-out;
  -moz-transition-timing-function: ease-in, ease-out;
  -o-transition-timing-function: ease-in, ease-out;
  -ms-transition-timing-function: ease-in, ease-out;
  transition-timing-function: ease-in, ease-out;
  transition-duration: .3s;
}
.navbar-right .dropdown-menu > li > a:hover,
.navbar-right .dropdown-menu > li > a:focus {
  background: #212f3f !important;
}
.navbar-right > li.dropdown:hover {
  background: #f79840;
}
.navbar-right hr {
  display: none;
}
@media (max-width: 899px) {
  .navbar-right hr {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(254,254,254,0.18);
  }
  .navbar-right > li.dropdown .dropdown-menu {
    position: relative;
    display: none;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    background: #2C3E50 !important;
    border-color: transparent !important;
  }
  .navbar-right .dropdown-menu > li > a:hover,
  .navbar-right .dropdown-menu > li > a:focus {
    background: #2C3E50 !important;
    text-decoration: underline;
  }
  .navbar-right>li {
    clear: both;
  }
  .navbar-right>li .dropdown-menu > li > a {
    padding: 10px 20px;
  }
}
#orderForm_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,0.3);
  top: 0px;
  display: flex;
  overflow: auto;
}
#orderform_cont {
  width: 404px;
  margin: auto auto;
  background-color: white;
  padding-bottom: 50px;
  box-shadow: 0 0 21px rgba(0,0,0,0.13);
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px,-100%,0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px,-100%,0px);
  }
}
#orderform_title {
  width: 100%;
  height: 77px;
  text-align: center;
  background-color: #f79840;
  color: white;
  font-size: 19px;
  line-height: 77px;
  position: relative;
}
#orderform_closebtn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 13px 10px 0px 0px;
  cursor: pointer;
}
#orderform_product {
  width: 344px;
  line-height: 90px;
  font-weight: 400;
  font-size: 14px;
  margin: 0 auto;
  padding: 24px 0px;
  line-height: 30px;
  line-height: 26px;
}
#orderform_product a:hover {
  text-decoration: none;
  color: #818181;
}
#orderform_product p {
  margin: 0px;
}
#orderform_namecont {
  width: 100%;
  text-align: center;
  position: relative;
}
#orderform_name {
  width: 344px;
  height: 47px;
  background-color: #f2f2f2;
  padding: 7px 23px 8px;
  font: 18px Roboto, Tahoma, Helvetica, Arial, Verdana;
  outline: none;
  font-weight: 400;
  border: 1px solid #f2f2f2;
}
#orderform_name_error {
  position: absolute;
  color: red;
  bottom: 0px;
  right: 35px;
}
#orderform_phonecont {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  position: relative;
}
#orderform_phone {
  width: 344px;
  height: 47px;
  background-color: #f2f2f2;
  padding: 7px 23px 8px;
  font: 18px Roboto, Tahoma, Helvetica, Arial, Verdana;
  outline: none;
  font-weight: 400;
  border: 1px solid #f2f2f2;
}
#orderform_phone_error {
  position: absolute;
  color: red;
  bottom: 0px;
  right: 35px;
}
#orderform_emailcont {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  position: relative;
}
#orderform_email {
  width: 344px;
  height: 47px;
  background-color: #f2f2f2;
  padding: 7px 23px 8px;
  font: 18px Roboto, Tahoma, Helvetica, Arial, Verdana;
  outline: none;
  font-weight: 400;
  border: 1px solid #f2f2f2;
}
#orderform_email_error {
  position: absolute;
  color: red;
  bottom: 0px;
  right: 35px;
}
#orderform_commentcont {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
#orderform_comment {
  width: 344px;
  height: 105px;
  font-size: 19px;
  padding-top: 19px;
  font-weight: 300;
  font: 18px Open Sans, Tahoma, Helvetica, Arial, Verdana;
  padding: 9px 22px;
  outline: none;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  background-color: #f2f2f2;
}
#orderform_checkbox {
  width: 18px;
  height: 18px;
  float: left;
  margin: 30px 0px 0px 50px;
}
#orderform_agreetext {
  margin: 30px 55px 0px 80px;
  display: block;
  font-weight: normal;
  color: #818181;
}
#orderform_agreetext a:hover {
  color: #818181;
}
#orderform_checked_error {
  color: red;
  margin: 10px 0px 0px 80px;
}
#orderform_sendbtn {
  width: 249px;
  height: 60px;
  background-color: #d3b100;
  margin: 30px auto 0px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all ease;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
}
#orderform_sendbtn:hover {
  color: #ffffff;
  background: -webkit-linear-gradient(to right,#f79840 30%,#f79840 100%);
  background: linear-gradient(to right,#f79840 30%,#f79840 100%);
  cursor: pointer;
}