body {
  font-family: "Muller";
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  overflow: hidden;
  -webkit-font-smoothing: antialised; }

html {
  overflow-x: hidden; }

html.active {
  overflow: hidden; }

a:hover, a:focus, a:active, button:hover, button:focus, button:active, input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {
  outline: none;
  text-decoration: none; }

section {
  position: relative; }
  section .title-section {
    text-transform: uppercase;
    color: #1B1B1B;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    font-size: 1.875em;
    line-height: normal;
    display: inline-block;
    position: relative;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); }
    section .title-section:after {
      content: "";
      position: absolute;
      right: -30px;
      width: 300%;
      bottom: -15px;
      height: 2px;
      background-color: #FF4700; }
  section .bg1, section .bg2 {
    position: absolute;
    top: -100px;
    width: 80%;
    height: 44.625em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 249, 0)), to(#F9F9F9));
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
    background: -o-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
    background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
    z-index: -1; }
  section .bg1 {
    left: -29.8%;
    -webkit-transform: rotate(5deg) skew(5deg);
    -ms-transform: rotate(5deg) skew(5deg);
    transform: rotate(5deg) skew(5deg); }
  section .bg2 {
    right: -29.8%;
    -webkit-transform: rotate(-5deg) skew(-5deg);
    -ms-transform: rotate(-5deg) skew(-5deg);
    transform: rotate(-5deg) skew(-5deg); }

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%); }
  .menu-mobile .menu {
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .menu-mobile .menu li {
      margin-bottom: 20px; }
    .menu-mobile .menu a {
      color: #FF4700;
      font-size: 1.5em;
      font-weight: 500; }

.menu-mobile.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

header {
  background-color: #fff;
  padding: 18px 0 12px; }
  header .logo {
    text-align: center; }
    header .logo img {
      width: 100%;
      max-width: 186px; }
  header .col-sm-10 {
    text-align: right; }
  header .contacts {
    padding: 0;
    list-style-type: none; }
    header .contacts li:nth-child(1) a {
      font-size: 1.5em;
      color: #FF4700;
      font-weight: 500; }
    header .contacts li.little-phone a {
      font-size: 1.125em;
      color: #FF4700;}
    header .contacts li.header-email a {
      font-size: 1.125em;
      color: #FF4700;
      text-decoration: underline; }
  header .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    list-style-type: none;
    max-width: 785px;
    margin: 15px 0 0; }
    header .menu li a {
      display: block;
      font-size: 18px;
      color: #000;
      padding: 9.5px 20px;
      border-radius: 100px;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      header .menu li a:hover {
        background-color: #FF4700;
        color: #fff; }
  header #burger-menu {
    width: 27px;
    height: 23px;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px; }
    header #burger-menu span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      margin: auto;
      background-color: #FF4700;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      header #burger-menu span:before, header #burger-menu span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #FF4700;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      header #burger-menu span:before {
        top: -10px; }
      header #burger-menu span:after {
        bottom: -10px; }
  header #burger-menu.active span {
    background-color: transparent; }
    header #burger-menu.active span:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    header #burger-menu.active span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

section.s-banner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px; }
  section.s-banner:after {
    content: "";
    position: absolute;
    width: 31.4375em;
    height: 31.4375em;
    background: rgba(255, 71, 0, 0.7);
    right: -12%;
    bottom: 0;
    border-radius: 100%; }
  section.s-banner .owl-banner .item {
    height: 40.6875em;
    background-size: cover;
    background-position: center;
    position: relative; }
    section.s-banner .owl-banner .item:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 0; }
  section.s-banner .sentence {
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5); }
    section.s-banner .sentence .title {
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0; }
    section.s-banner .sentence .header {
      text-transform: uppercase;
      font-size: 2.25em;
      margin: 24px 0 45px;
      font-weight: 500; }
    section.s-banner .sentence .video-play {
      background-color: transparent;
      display: block;
      border: 0;
      margin: auto;
      width: 6.4375em;
      height: 6.4375em;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;}
    section.s-banner .sentence .video-play:hover{
    	-webkit-transform: scale(1.2);
    	-moz-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
      section.s-banner .sentence .video-play img {
        width: 100%; }
  section.s-banner .owl-banner .owl-prev, section.s-banner .owl-banner .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 53px;
    height: 53px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background-color: #FF4700;
    border-radius: 100%;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    section.s-banner .owl-banner .owl-prev svg, section.s-banner .owl-banner .owl-next svg {
      width: 20px;
      position: relative; }
      section.s-banner .owl-banner .owl-prev svg path, section.s-banner .owl-banner .owl-next svg path {
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    section.s-banner .owl-banner .owl-prev:hover, section.s-banner .owl-banner .owl-next:hover {
      background-color: #fff; }
      section.s-banner .owl-banner .owl-prev:hover svg path, section.s-banner .owl-banner .owl-next:hover svg path {
        fill: #FF4700; }
  section.s-banner .owl-banner .owl-prev {
    left: 9%; }
    section.s-banner .owl-banner .owl-prev svg {
      left: -2px; }
  section.s-banner .owl-banner .owl-next {
    right: 9%; }

section.s-lift-info {
  position: relative; }
  section.s-lift-info .image {
    position: relative;
    margin-top: 75px; }
    section.s-lift-info .image img {
      width: 100%;
      border-radius: 20px; }
  section.s-lift-info .title {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 500;
    color: #1B1B1B;
    margin-top: 25px;
    position: relative;
    line-height: 140%; }
    section.s-lift-info .title:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 250%;
      height: 2px;
      background-color: #FF4700; }
  section.s-lift-info .text {
    font-size: 16px;
    color: #565656;
    margin-top: 30px;
    line-height: 152%; }
    section.s-lift-info .text h2, section.s-lift-info .text h3, section.s-lift-info .text h4, section.s-lift-info .text h5, section.s-lift-info .text h6 {
      font-style: italic; }
    section.s-lift-info .text h6 {
      font-size: 1.5em;
      color: #1B1B1B; }
    section.s-lift-info .text p {
      margin: 20px 0; }
    section.s-lift-info .text ul {
      padding-left: 15px; }
  section.s-lift-info .link {
    font-size: 1.375em;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 12.18em;
    height: 3.54em;
    border: 2px solid #FF4700;
    background-color: #FF4700;
    border-radius: 100px;
    margin-top: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    section.s-lift-info .link:hover {
      background-color: #fff;
      color: #FF4700; }
  section.s-lift-info .circle1 {
    position: absolute;
    width: 42.3125em;
    height: 42.3125em;
    background-color: rgba(255, 71, 0, 0.7);
    top: 46%;
    left: -24.375em;
    border-radius: 100%;
    z-index: -1; }
  section.s-lift-info .circle2 {
    position: absolute;
    width: 26.875em;
    height: 26.875em;
    background-color: rgba(255, 71, 0, 0.7);
    bottom: -25%;
    right: -18.125em;
    border-radius: 100%; }
  section.s-lift-info .title-options {
    font-style: italic;
    font-size: 1.5em;
    color: #1B1B1B;
    display: inline-block;
    max-width: 830px;
    margin-top: 85px;
    position: relative;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); }
    section.s-lift-info .title-options:after {
      content: "";
      position: absolute;
      right: 0;
      width: 200%;
      bottom: -15px;
      height: 2px;
      background-color: #FF4700; }
  section.s-lift-info .list-options {
    padding-left: 15px;
    font-size: 16px;
    color: #565656;
    margin-top: 30px; }
  section.s-lift-info b {
    color: #565656;
    font-weight: 500;
    font-style: italic;
    margin-top: 15px;
    display: block; }
  section.s-lift-info .wraper {
    position: absolute;
    width: 287px;
    color: #565656;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    section.s-lift-info .wraper .plus {
      width: 35px;
      height: 35px;
      background-color: #FF4700;
      border-radius: 100%;
      position: absolute;
      top: -17px;
      left: 0;
      right: 0;
      margin: auto;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      z-index: 1;
      border: 2px solid #FF4700;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      section.s-lift-info .wraper .plus svg, section.s-lift-info .wraper .plus path {
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    section.s-lift-info .wraper .wrap {
      opacity: 0;
      height: 0;
      width: 0;
      right: 0;
      left: 0;
      display: block;
      margin: auto;
      padding: 0 20px;
      overflow: hidden;
      background-color: #fff;
      -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
      border-radius: 20px;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      section.s-lift-info .wraper .wrap .header {
        font-size: 1.5em;
        text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        font-weight: 500;
        padding-top: 20px;
        color: #1B1B1B;
        line-height: normal;
        letter-spacing: 2px; }
      section.s-lift-info .wraper .wrap .description {
        color: #565656;
        line-height: 152%; }
  section.s-lift-info .power {
    top: 3%;
    left: -8%;
    right: 0;
    margin: auto;
    z-index: 5; }
  section.s-lift-info .door {
    top: 29%;
    left: -3%;
    right: 0;
    margin: auto;
    z-index: 4; }
  section.s-lift-info .shahta {
    top: 48%;
    left: -24%;
    right: 0;
    margin: auto;
    z-index: 3; }
  section.s-lift-info .kabina {
    top: 78%;
    left: -33%;
    right: 0;
    margin: auto;
    z-index: 2; }
  section.s-lift-info .post {
    top: 81.2%;
    right: -17%;
    left: 0;
    margin: auto;
    z-index: 1; }

section.s-advantages {
  margin-top: 45px;
  padding: 35px 0 0;
  position: relative;
  overflow: hidden; }
  section.s-advantages .owl-advantages {
    display: block; }
  section.s-advantages .owl-carousel .owl-stage {
    padding-left: 0 !important; }
  section.s-advantages .owl-carousel .owl-item {
    padding: 50px 0; }
  section.s-advantages .title-section {
    margin-bottom: 86px; }
  section.s-advantages .item {
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 30px 35px;
    height: 406px;
    margin: 15px 0; }
    section.s-advantages .item .icon {
      width: 65px; }
    section.s-advantages .item .title {
      font-size: 1.5em;
      color: #000;
      line-height: 1em;
      font-weight: 500;
      margin-top: 30px;
      margin-bottom: 20px; }
    section.s-advantages .item .description {
      font-size: 16px;
      color: #565656;
      font-style: italic; }
  section.s-advantages .circle {
    position: absolute;
    width: 5.5625em;
    height: 5.5625em;
    background-color: rgba(255, 71, 0, 0.7);
    top: 0;
    bottom: 0;
    right: 9%;
    margin: auto;
    border-radius: 100%;
    z-index: -1; }

section.s-clients .owl-clients {
  margin-top: 65px;
  position: relative; }

section.s-clients .owl-item {
  padding: 50px 0; }

section.s-clients .client {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
  padding: 30px; }
  section.s-clients .client img {
    height: auto; }

section.s-clients .owl-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  margin-top: 40px; }
  section.s-clients .owl-nav button {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background-color: #FF4700;
    border-radius: 100%;
    margin: 0 15px;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07); }

section.s-clients .owl-prev svg {
  position: relative;
  left: -2.5px; }

section.s-clients .owl-next svg {
  position: relative;
  left: 2.5px; }

section.s-clients .bg1, section.s-clients .bg2 {
  height: 40.625em; }

section.s-about-main {
  margin-top: 12.5em; }
  section.s-about-main .title-section {
    max-width: 870px; }
  section.s-about-main .text {
    color: #565656;
    margin-top: 32px; }
    section.s-about-main .text p {
      margin-bottom: 0; }
    section.s-about-main .text b {
      font-style: italic;
      font-size: 1.5em;
      color: #1B1B1B;
      margin-top: 35px;
      display: block; }
  section.s-about-main .circle1 {
    position: absolute;
    width: 41.75em;
    height: 41.75em;
    background-color: rgba(255, 71, 0, 0.7);
    bottom: -80%;
    right: -30em;
    border-radius: 100%;
    z-index: -1; }

section.s-form {
  margin-top: 90px;
  padding-bottom: 50px; }
  section.s-form form {
    margin-top: 85px; }
    section.s-form form input {
      width: 100%;
      height: 50px;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid #C4C4C4;
      margin: 15px 0;
      font-size: 24px;
      padding-left: 15px;
      background-color: transparent;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      section.s-form form input:focus, section.s-form form input:active {
        color: #FF4700; }
    section.s-form form p {
      margin-top: 15px; }
    section.s-form form a {
      color: #FF4700; }
    section.s-form form [type="submit"] {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      font-size: 1.375em;
      color: #fff;
      width: 12.27em;
      height: 3.59em;
      background-color: transparent;
      border: 2px solid #FF4700;
      background-color: #FF4700;
      border-radius: 100px;
      margin-top: 40px;
      trnsition: all 0.25s ease-in-out; }
      section.s-form form [type="submit"]:hover {
        background-color: #fff;
        color: #FF4700; }
  section.s-form .contact-block, footer .contact-block {
    text-align: right;
    margin-top: 85px; }
    section.s-form .contact-block .item,
    footer .contact-block .item {
      margin-bottom: 37px;
      font-size: 1.5em;
      line-height: normal; }
    section.s-form .contact-block .title,
    footer .contact-block .title {
      color: #000;
      font-weight: 500;
      margin-bottom: 5px; }
    footer .contact-block a, footer .contact-block .adres,
    section.s-form .contact-block a, section.s-form .contact-block .adres {
      color: #FF4700; }
    section.s-form .contact-block [href^="mailto"],
    footer .contact-block [href^="mailto"] {
      text-decoration: underline; }
    section.s-form .contact-block [href^="tel"],
    footer .contact-block [href^="tel"] {
      font-size: 1.5em;
      font-weight: bold; }
  section.s-form .circle1 {
    position: absolute;
    width: 26.875em;
    height: 26.875em;
    background-color: rgba(255, 71, 0, 0.7);
    top: 10%;
    bottom: 0;
    margin: auto;
    left: -18.125em;
    border-radius: 100%;
    z-index: -1; }
  section.s-form .circle2 {
    position: absolute;
    width: 9.6875em;
    height: 9.6875em;
    background-color: rgba(255, 71, 0, 0.7);
    right: 17%;
    top: -10%;
    border-radius: 100%;
    z-index: -1; }

footer {
  background-color: #F9F9F9;
  padding: 40px 0 20px; }
  footer .soc-link {
  	margin: 15px 0;
  	position: relative;}
  footer .soc-link:after{
  	content: " ";
  	display: table;
  	clear: both;}
  footer .soc-link li{
  	display: inline-block;
  	float: left;
  	width: 55px;
  	height: 55px;
  	margin-right: 20px;}
  footer .soc-link li img{
  	width: 100%;}
  footer .soc-link li:last-child{
  	margin-right: 0;}
  footer .logo img {
    width: 100%; }
  footer .title {
    font-size: 1.5em;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px; }
  footer ul {
    padding: 0;
    list-style-type: none; }
    footer ul li {
      margin-bottom: 15px; }
  footer a {
    color: #000;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    footer a:hover {
      color: #FF4700; }
  footer .adres {
    margin: 15px 0; }
  footer .dev {
    position: relative;
    margin-top: 30px;
    font-size: 20px; }
    footer .dev p {
      margin-bottom: 0; }
    footer .dev:before {
      content: "";
      position: absolute;
      left: 15px;
      width: calc(100% - 30px);
      height: 1px;
      background-color: #C4C4C4; }
    footer .dev .col-xs-6:nth-child(2) {
      text-align: right; }

section.s-pagetitle .pagetitle {
  text-transform: uppercase;
  font-size: 2.25em;
  font-weight: 500;
  color: #000;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 0 74px; }

section.s-pagetitle .center {
  text-align: center;
  position: relative; }

section.s-pagetitle .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 33.5px;
  height: 2px;
  background-color: #FF4700;
  z-index: 0; }

section.s-pagetitle .breadcrumbs {
  padding: 0;
  list-style-type: none; }
  section.s-pagetitle .breadcrumbs li {
    display: inline-block;
    font-size: 18px;
    position: relative; }
    section.s-pagetitle .breadcrumbs li:after {
      content: " / "; }
    section.s-pagetitle .breadcrumbs li:last-child:after {
      display: none; }
  section.s-pagetitle .breadcrumbs li, section.s-pagetitle .breadcrumbs a {
    color: #565656; }

section.s-detail-contacts {
  margin-top: 35px; }
  section.s-detail-contacts .circle1 {
    top: -25%; }

#map {
  width: 100%; }

section.s-about-detail .logo img {
  width: 100%;
  margin-top: 30px; }

section.s-about-detail article {
  margin-top: 50px; }
  section.s-about-detail article h2 {
    font-size: 1.875em;
    font-weight: 500;
    color: #1B1B1B;
    margin: 0; }
  section.s-about-detail article h3, section.s-about-detail article h4, section.s-about-detail article h5, section.s-about-detail article h6 {
    font-size: 1.5em;
    color: #1B1B1B;
    font-weight: 500;
    font-style: italic;
    margin: 20px 0; }
  section.s-about-detail article p {
    color: #565656; }

section.s-about-detail .circle1, section.s-about-detail .circle2, section.s-about-detail .circle3, section.s-about-detail .circle4 {
  position: absolute;
  background-color: rgba(255, 71, 0, 0.7);
  border-radius: 100%; }

section.s-about-detail .circle1 {
  top: 5em;
  right: -31.25em;
  width: 43.25em;
  height: 43.25em; }

section.s-about-detail .circle2 {
  bottom: 6.25em;
  left: -18.75em;
  width: 26.875em;
  height: 26.875em; }

section.s-about-detail .circle3 {
  bottom: 0;
  left: 10%;
  width: 10.9375em;
  height: 10.9375em; }

section.s-about-detail .circle4 {
  bottom: 20%;
  left: 23%;
  width: 4.3125em;
  height: 4.3125em; }

section.s-certificates {
  margin-top: 12.5em;
  padding-bottom: 3.5em; }
  section.s-certificates img {
    width: 100%; }
  section.s-certificates .owl-item {
    padding: 50px 15px; }
  section.s-certificates .item {
    padding: 23px 10px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07); }
  section.s-certificates .owl-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 110px;
    margin-left: auto;
    margin-right: auto; }
  section.s-certificates .owl-prev, section.s-certificates .owl-next {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background-color: #FF4700;
    border-radius: 100%;
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    section.s-certificates .owl-prev svg, section.s-certificates .owl-next svg {
      width: 20px;
      position: relative; }
      section.s-certificates .owl-prev svg path, section.s-certificates .owl-next svg path {
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    section.s-certificates .owl-prev:hover, section.s-certificates .owl-next:hover {
      background-color: #fff; }
      section.s-certificates .owl-prev:hover svg path, section.s-certificates .owl-next:hover svg path {
        fill: #FF4700; }
  section.s-certificates .owl-prev {
    left: 9%; }
    section.s-certificates .owl-prev svg {
      left: -2px; }
  section.s-certificates .owl-next {
    right: 9%; }

section.s-list-blog {
  padding: 45px 0; }
  section.s-list-blog .item {
    padding: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    height: 32.25em;
    margin: 15px 0;
    position: relative; }
    section.s-list-blog .item:hover .title {
      color: #FF4700; }
    section.s-list-blog .item .image {
      height: 13.375em;
      background-size: cover;
      background-position: center;
      border-radius: 10px; }
    section.s-list-blog .item .title {
      position: absolute;
      left: 24px;
      font-size: 24px;
      line-height: 24px;
      top: 10.3em;
      color: #000;
      font-weight: 500;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    section.s-list-blog .item .text {
      margin-top: 80px;
      color: #565656; }
    section.s-list-blog .item .day {
      font-size: 16px;
      font-weight: 500;
      position: relative;
      margin-bottom: 20px; }
      section.s-list-blog .item .day:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 61px;
        height: 2px;
        background-color: #FF4700;
        border-radius: 20px; }
    section.s-list-blog .item .link {
      position: absolute;
      bottom: 24px;
      font-size: 16px;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      border-radius: 100px;
      font-weight: 500;
      background-color: #FF4700;
      border: 2px solid #FF4700;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      width: 10.625em;
      height: 3.125em;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      section.s-list-blog .item .link:hover {
        background-color: #fff;
        color: #FF4700; }
  section.s-list-blog .pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    margin-top: 15px;
    margin-bottom: 0; }
    section.s-list-blog .pagination a {
      background-color: transparent;
      border: 0;
      padding: 0; }
    section.s-list-blog .pagination .prev {
      margin-right: 35px; }
    section.s-list-blog .pagination .next {
      margin-left: 35px; }
    section.s-list-blog .pagination .prev, section.s-list-blog .pagination .next {
      background-color: #FF4700;
      border-radius: 100%; }
      section.s-list-blog .pagination .prev svg, section.s-list-blog .pagination .next svg {
        width: 15px; }
    section.s-list-blog .pagination .prev, section.s-list-blog .pagination .next,
    section.s-list-blog .pagination .prev a, section.s-list-blog .pagination .next a {
      width: 40px;
      height: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
    section.s-list-blog .pagination .active, section.s-list-blog .pagination .count {
      font-size: 2.25em;
      font-weight: bold;
      color: #000; }
      section.s-list-blog .pagination .active p, section.s-list-blog .pagination .count p {
        margin: 0;
        position: relative;
        top: 5px; }
    section.s-list-blog .pagination .active {
      color: #FF4700; }

section.s-blog-detail .main-image {
  width: 100%;
  border-radius: 30px;
  margin: 20px 0; }

section.s-blog-detail .title-article {
  color: #1B1B1B;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  font-size: 1.875em;
  line-height: 140%;
  position: relative;
  margin-bottom: 20px; }
  section.s-blog-detail .title-article {
  	font-style: normal; }
  section.s-blog-detail .title-article:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 61px;
    height: 2px;
    background-color: #FF4700;
    border-radius: 20px; }

section.s-blog-detail .day {
  font-size: 16px;
  color: #565656;
  font-weight: 500;
  margin-bottom: 20px; }

section.s-blog-detail h2, section.s-blog-detail h3, section.s-blog-detail h4, section.s-blog-detail h5, section.s-blog-detail h6 {
  font-weight: 500;
  font-style: italic;
  color: #1B1B1B;
  margin: 15px 0; }

section.s-blog-detail article {
  color: #565656;
  line-height: 152%;
  margin-bottom: 40px;
  position: relative; }
  section.s-blog-detail article [data-fancybox="gallery"] {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin: 15px 0; }

section.s-blog-detail .back {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FF4700;
  position: relative;
  margin-top: 20px; }
  section.s-blog-detail .back .image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    border-radius: 100%;
    background-color: #FF4700;
    width: 53px;
    height: 53px; }
  section.s-blog-detail .back p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0 0 0; }

section.s-blog-detail .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

section.s-products {
  margin-top: 3em; }
  section.s-products article {
    margin-top: 35px;
    color: #565656;
    font-size: 16px;
    line-height: 152%; }
    section.s-products article h2, section.s-products article h3, section.s-products article h4, section.s-products article h5, section.s-products article h6 {
      font-style: italic;
      color: #1B1B1B;
      text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
      letter-spacing: 2px;
      max-width: 570px; }
  section.s-products .lift {
    width: 100%;
    max-width: 27.9375em;
    margin-left: 30px;
    border-radius: 20px; }
  section.s-products .list {
    padding-left: 15px; }
    section.s-products .list li {
      margin-bottom: 20px; }
  section.s-products .options {
    padding-left: 15px; }
  section.s-products .desc-row {
    margin-top: 15px; }
    section.s-products .desc-row .item {
      height: 189px;
      -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
      border-radius: 20px;
      background-color: #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 15px 0; }
      section.s-products .desc-row .item .number {
        font-size: 2.25em;
        font-weight: bold;
        color: #FF4700;
        line-height: normal;
        margin: 0; }
        section.s-products .desc-row .item .number span {
          font-size: 1.53em; }
      section.s-products .desc-row .item .desc {
        font-size: 18px;
        color: #1B1B1B;
        letter-spacing: 2px;
        text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        margin-top: 10px; }

section.s-form-order {
  margin-top: 35px;
  overflow: hidden; }
  section.s-form-order form {
    margin-top: 55px; }
  section.s-form-order .border-block {
    position: relative; }
    section.s-form-order .border-block:after {
      content: "";
      position: absolute;
      top: -6.5%;
      left: -2.5%;
      width: 105%;
      height: 110%;
      border: 1px solid #C4C4C4;
      border-radius: 30px;
      z-index: -1; }
  section.s-form-order .form-dop {
    font-size: 1.5em;
    color: #1B1B1B;
    font-style: italic;
    margin-top: 35px; }
  section.s-form-order .dop {
    padding-left: 15px;
    margin-top: 10px;
    list-style-type: none; }
    section.s-form-order .dop li {
      margin-bottom: 10px; }
    section.s-form-order .dop label {
      padding-left: 40px;
      font-weight: normal; }
  section.s-form-order .click-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    font-size: 1.375em;
    font-weight: bold;
    border: 2px solid #FF4700;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    max-width: 16.81em;
    height: 3.59em;
    margin: 1.5em auto 3.4em;
    color: #fff;
    background-color: #FF4700;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    section.s-form-order .click-form:hover {
      background-color: #fff;
      color: #FF4700;
      cursor: pointer; }
  section.s-form-order #modal-order.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  section.s-form-order .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section.s-form-order #modal-order {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }
    section.s-form-order #modal-order .block-form-order {
      width: 100%;
      max-width: 46.0625em;
      -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
      border-radius: 20px;
      background-color: #fff;
      padding: 3.75em 5.375em;
      position: relative;
      z-index: 1; }
      section.s-form-order #modal-order .block-form-order input {
        width: 100%;
        height: 50px;
        border: 0;
        border-bottom: 1px solid #C4C4C4;
        border-radius: 0;
        font-size: 24px;
        letter-spacing: 2px;
        padding-left: 15px;
        margin: 15px 0; }
      section.s-form-order #modal-order .block-form-order textarea {
        width: 100%;
        border: 1px solid #C4C4C4;
        font-size: 24px;
        letter-spacing: 2px;
        padding: 15px;
        margin: 15px 0;
        resize: none; }
      section.s-form-order #modal-order .block-form-order .policy {
        font-size: 16px;
        color: #565656; }
        section.s-form-order #modal-order .block-form-order .policy a {
          color: #FF4700;
          text-decoration: underline; }
      section.s-form-order #modal-order .block-form-order [type="submit"] {
        max-width: 12.27em;
        height: 3.59em;
        margin-bottom: 0;
        font-size: 1.375em;
        background-color: #fff;
        border-radius: 100px;
        color: #fff;
        border: 2px solid #FF4700;
        background-color: #FF4700;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        section.s-form-order #modal-order .block-form-order [type="submit"]:hover {
          background-color: #fff;
          color: #FF4700; }
    section.s-form-order #modal-order .close {
      width: 24px;
      height: 24px;
      top: 25px;
      right: 25px;
      background-image: url(../image/close.svg);
      background-position: center;
      background-size: 35px 35px;
      opacity: 1;
      padding: 0;
      position: absolute; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 50px;
  margin: 10px 0; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #FF4700;
  color: #000;
  border-radius: 100px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  padding: 12px 25px;
  font-size: 18px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    width: 16px;
    height: 9px;
    background-image: url(../image/down-orange.svg);
    position: absolute;
    top: 18px;
    right: 10px; }
  .select-styled:hover {
    background-color: #FF4700;
    color: #fff; }
    .select-styled:hover:after {
      background-image: url(../image/down-white.svg); }
  .select-styled:active, .select-styled.active {
    background-color: #FF4700;
    color: #fff; }
  .select-styled:active:after, .select-styled.active:after {
    top: 18px;
    background-image: url(../image/down-white.svg); }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  color: #565656;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px 25px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  margin-top: 5px; }
  .select-options [rel="hide"]{display: none;}
  .select-options li {
    margin: 0;
    padding: 5px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .select-options li:hover {
      color: #FF4700;
      background: #fff; }

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
  position: relative;
  cursor: pointer; }

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #FF4700;
  border-radius: 3px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 3px rbga(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rbga(0, 0, 0, 0.2); }

[type=checkbox]:checked + label:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  display: block;
  margin: auto;
  background-color: #FF4700;
  background-image: url(../image/checked.svg);
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: .2em;
  left: -.2em;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../image/checked.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

[type=checkbox]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type=checkbox]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type=checkbox]:disabled:checked + label:after {
  color: #999; }

[type=checkbox]:disabled + label {
  color: #aaa; }

section.s-list-review {
  padding: 0 0 4.375em; }
  section.s-list-review .item {
    padding: 1.875em;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    margin: 75px 0; }
    section.s-list-review .item .name {
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: bold;
      color: #FF4700;
      text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
      width: 80%; }
    section.s-list-review .item .post {
      font-size: 16px;
      color: #000;
      font-style: italic; }
    section.s-list-review .item .text {
      color: #565656;
      font-size: 16px;
      line-height: 152%;
      margin-top: 20px; }
    section.s-list-review .item .ava {
      position: absolute;
      top: -3.125em;
      right: 0;
      width: 7.8125em;
      height: 7.8125em;
      background-color: #fff;
      border: 1px solid #E5E5E5;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      border-radius: 100%;
      overflow: hidden; }
      section.s-list-review .item .ava img {
        width: auto;
        max-height: 80px; }
      section.s-list-review .item .ava .default {
        max-height: 52px; }
  section.s-list-review .pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    margin-top: 15px;
    margin-bottom: 0; }
    section.s-list-review .pagination a {
      background-color: transparent;
      border: 0;
      padding: 0; }
    section.s-list-review .pagination .prev {
      margin-right: 35px; }
    section.s-list-review .pagination .next {
      margin-left: 35px; }
    section.s-list-review .pagination .prev, section.s-list-review .pagination .next {
      background-color: #FF4700;
      border-radius: 100%; }
      section.s-list-review .pagination .prev svg, section.s-list-review .pagination .next svg {
        width: 15px; }
    section.s-list-review .pagination .prev, section.s-list-review .pagination .next,
    section.s-list-review .pagination .prev a, section.s-list-review .pagination .next a {
      width: 40px;
      height: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
    section.s-list-review .pagination .active, section.s-list-review .pagination .count {
      font-size: 2.25em;
      font-weight: bold;
      color: #000; }
      section.s-list-review .pagination .active p, section.s-list-review .pagination .count p {
        margin: 0;
        position: relative;
        top: 5px; }
    section.s-list-review .pagination .active {
      color: #FF4700; }

#success .modal-dialog{position: absolute;display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
width: 290px;
height: 130px;
background-color: #FF4700;
text-transform: uppercase;
font-weight: 500;
font-size: 2em;
text-align: center;
color: #fff;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border-radius: 30px;}
#success .modal-content{background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;}
#success .modal-content p{margin: 0;text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05)}
#success .close{width: 30px;height: 30px;background-image: url(../image/cross.svg);opacity: 1;-webkit-background-size: 30px 30px;background-size: 30px 30px;position: absolute;top: -18px;right: -35px;}

section.s-404 {
  text-align: center; 
  padding: 1.25em 0 3.25em;}
  section.s-404 .pagetitle {
    color: #FF4700;
    font-size: 7em;
    margin-bottom: 0;
    font-weight: bold; }
  section.s-404 .title {
    font-size: 3em;    color: #000; }
  section.s-404 .description {
    font-size: 1.75em;
    margin-bottom: 20px;
    color: #000; }
  section.s-404 .text-link {
    font-size: 1.3em;
    color: #FF4700; }