/****************************************************************
* @Author: Easylancer
* @Date:   x x, 2018
* @Websites: www.easylancer.ru
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/
@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUILight/SegoeUILight.eot");
  src: url("../fonts/SegoeUILight/SegoeUILight.eot") format("embedded-opentype"), url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot") format("embedded-opentype"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html, body {
  height: 100%; }

body {
  font-family: 'SegoeUI', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #222222; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

ul {
  list-style: none;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 200; }
  @media all and (max-width: 991px) {
    h1 {
      font-size: 38px;
      line-height: 44px; } }
  @media all and (max-width: 767px) {
    h1 {
      font-size: 32px;
      line-height: 38px; } }

h3 {
  font-size: 38px;
  line-height: 49px;
  font-weight: 200; }
  @media all and (max-width: 767px) {
    h3 {
      font-size: 36px;
      line-height: 44px; } }
  h3.title {
    text-align: center;
    margin-bottom: 40px; }

h4 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600; }

h5 {
  font-size: 18px; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a.btn_order {
    display: block;
    background-color: #f6af37;
    color: #fff;
    font-size: 18px;
    max-width: 185px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -2px 0px 0px rgba(0, 0, 0, 0.2); }
    a.btn_order:hover {
      background-color: #ffc13d; }
    a.btn_order:active {
      background-color: #f6af37;
      padding-top: 1px; }
  a.small {
    width: 90%;
    max-width: 180px; }
  a.middle {
    width: 90%;
    max-width: 300px; }
  a.big {
    width: 90%;
    max-width: 500px; }

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  button:active, button:focus {
    outline: none; }

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.p-50-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media all and (max-width: 991px) {
    .p-50-50 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media all and (max-width: 575px) {
    .p-50-50 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; }

.hidden {
  display: none; }

/******************  MODAL request / feedback   *******************/
#modal_request, #modal_feedback, #modal_feedback_ok, #modal_request_ok {
  max-width: 560px;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media all and (max-width: 767px) {
    #modal_request, #modal_feedback, #modal_feedback_ok, #modal_request_ok {
      max-width: 95%;
      padding: 20px 30px; } }
  #modal_request .icon_1, #modal_feedback .icon_1, #modal_feedback_ok .icon_1, #modal_request_ok .icon_1 {
    fill: #f6af37;
    width: 30px;
    height: 30px;
    margin-right: 15px; }
  #modal_request span.title, #modal_feedback span.title, #modal_feedback_ok span.title, #modal_request_ok span.title {
    font-size: 32px;
    text-align: center;
    display: block; }
  #modal_request span.ok, #modal_feedback span.ok, #modal_feedback_ok span.ok, #modal_request_ok span.ok {
    font-size: 24px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #modal_request p.subtitle, #modal_feedback p.subtitle, #modal_feedback_ok p.subtitle, #modal_request_ok p.subtitle {
    font-size: 14px;
    text-align: center; }
  #modal_request hr, #modal_feedback hr, #modal_feedback_ok hr, #modal_request_ok hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    margin: 10px auto; }
  #modal_request .form, #modal_feedback .form, #modal_feedback_ok .form, #modal_request_ok .form {
    margin-top: 40px; }
    @media all and (max-width: 767px) {
      #modal_request .form, #modal_feedback .form, #modal_feedback_ok .form, #modal_request_ok .form {
        margin-top: 20px; } }
    #modal_request .form form, #modal_feedback .form form, #modal_feedback_ok .form form, #modal_request_ok .form form {
      text-align: center; }
      #modal_request .form form input, #modal_feedback .form form input, #modal_feedback_ok .form form input, #modal_request_ok .form form input {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        border: 1px solid #dadada;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-bottom: 15px;
        height: 30px; }
      #modal_request .form form textarea, #modal_feedback .form form textarea, #modal_feedback_ok .form form textarea, #modal_request_ok .form form textarea {
        resize: none;
        width: 100%;
        border: 1px solid #dadada;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        height: 100px; }
      #modal_request .form form button, #modal_feedback .form form button, #modal_feedback_ok .form form button, #modal_request_ok .form form button {
        display: block;
        background-color: #f6af37;
        color: #fff;
        font-size: 18px;
        max-width: 185px;
        width: 100%;
        border: none;
        height: 42px;
        line-height: 42px;
        text-align: center;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
        #modal_request .form form button:hover, #modal_feedback .form form button:hover, #modal_feedback_ok .form form button:hover, #modal_request_ok .form form button:hover {
          background-color: #ffc13d; }
        #modal_request .form form button:active, #modal_feedback .form form button:active, #modal_feedback_ok .form form button:active, #modal_request_ok .form form button:active {
          background-color: #f6af37;
          padding-top: 1px; }
      #modal_request .form form p, #modal_feedback .form form p, #modal_feedback_ok .form form p, #modal_request_ok .form form p {
        text-align: left;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 15px; }
      #modal_request .form form .personal, #modal_feedback .form form .personal, #modal_feedback_ok .form form .personal, #modal_request_ok .form form .personal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; }
        #modal_request .form form .personal span, #modal_feedback .form form .personal span, #modal_feedback_ok .form form .personal span, #modal_request_ok .form form .personal span {
          text-align: left;
          font-size: 12px;
          color: #bcbcbc;
          margin-bottom: 10px; }
          #modal_request .form form .personal span a, #modal_feedback .form form .personal span a, #modal_feedback_ok .form form .personal span a, #modal_request_ok .form form .personal span a {
            text-decoration: underline;
            color: #bcbcbc; }
            #modal_request .form form .personal span a:hover, #modal_feedback .form form .personal span a:hover, #modal_feedback_ok .form form .personal span a:hover, #modal_request_ok .form form .personal span a:hover {
              color: #009be6; }
      #modal_request .form form .btn_box, #modal_feedback .form form .btn_box, #modal_feedback_ok .form form .btn_box, #modal_request_ok .form form .btn_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px; }
        @media all and (max-width: 575px) {
          #modal_request .form form .btn_box, #modal_feedback .form form .btn_box, #modal_feedback_ok .form form .btn_box, #modal_request_ok .form form .btn_box {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        #modal_request .form form .btn_box button, #modal_feedback .form form .btn_box button, #modal_feedback_ok .form form .btn_box button, #modal_request_ok .form form .btn_box button {
          width: 110px; }
        #modal_request .form form .btn_box button.closefancy, #modal_feedback .form form .btn_box button.closefancy, #modal_feedback_ok .form form .btn_box button.closefancy, #modal_request_ok .form form .btn_box button.closefancy {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border: 1px solid #f6af37;
          background-color: #fff;
          color: #f6af37;
          margin-left: 30px; }
          #modal_request .form form .btn_box button.closefancy:hover, #modal_feedback .form form .btn_box button.closefancy:hover, #modal_feedback_ok .form form .btn_box button.closefancy:hover, #modal_request_ok .form form .btn_box button.closefancy:hover {
            color: #fff;
            background-color: #f6af37; }

/*********************  HEADER  ************************/
@media all and (max-width: 1199px) {
  header {
    height: 100%; } }

header .header_top {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 100; }
  header .header_top .header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .header_top .header_logo #arrowup {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      /* display: none; */
      opacity: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 22px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      cursor: pointer; }
      @media all and (max-width: 575px) {
        header .header_top .header_logo #arrowup {
          display: none; } }
      header .header_top .header_logo #arrowup .icon_1 {
        width: 20px;
        height: 20px;
        fill: #cccccc;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
        cursor: pointer; }
        header .header_top .header_logo #arrowup .icon_1:hover {
          fill: #f6af37; }
    header .header_top .header_logo a.logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 10px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      header .header_top .header_logo a.logo img {
        width: 220px; }
        @media all and (max-width: 1199px) {
          header .header_top .header_logo a.logo img {
            width: 140px; } }
        @media all and (max-width: 575px) {
          header .header_top .header_logo a.logo img {
            width: 120px; } }
      header .header_top .header_logo a.logo .icon_1 {
        width: 150px;
        height: 30px;
        margin-right: 6px; }
        @media all and (max-width: 575px) {
          header .header_top .header_logo a.logo .icon_1 {
            width: 100px;
            height: 28px; } }
    header .header_top .header_logo span.title {
      font-size: 23px;
      color: #f6af37;
      line-height: 20px;
      padding-left: 9px;
      position: relative; }
      @media all and (max-width: 1199px) {
        header .header_top .header_logo span.title {
          font-size: 22px; } }
      @media all and (max-width: 991px) {
        header .header_top .header_logo span.title {
          line-height: 20px; } }
      @media all and (max-width: 575px) {
        header .header_top .header_logo span.title {
          font-size: 15px;
          line-height: 18px; } }
      header .header_top .header_logo span.title:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -9px;
        width: 2px;
        height: 32px;
        background-color: rgba(0, 0, 0, 0.1); }
        @media all and (max-width: 1199px) {
          header .header_top .header_logo span.title:before {
            bottom: 0; } }
    header .header_top .header_logo a.price {
      color: #676767;
      font-size: 17px;
      font-weight: 600;
      margin-left: 45px;
      padding-top: 5px;
      position: relative; }
      @media all and (max-width: 767px) {
        header .header_top .header_logo a.price {
          display: none; } }
      header .header_top .header_logo a.price:hover {
        color: #f6af37; }
      header .header_top .header_logo a.price.active {
        color: #f6af37; }
        header .header_top .header_logo a.price.active:after {
          content: '';
          position: absolute;
          bottom: -31px;
          left: 0;
          right: 0;
          margin: auto;
          height: 2px;
          width: 100%;
          background-color: #f6af37;
          -webkit-transition: .3s all;
          -o-transition: .3s all;
          transition: .3s all; }
  header .header_top .header_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 150px; }
    @media all and (max-width: 1199px) {
      header .header_top .header_contacts {
        padding-left: 50px; } }
    @media all and (max-width: 767px) {
      header .header_top .header_contacts .contact {
        display: none; } }
    header .header_top .header_contacts .contact .box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      header .header_top .header_contacts .contact .box .icon_1 {
        width: 20px;
        height: 20px;
        fill: #f6af37;
        margin-right: 8px; }
      header .header_top .header_contacts .contact .box a {
        color: #333; }
        @media all and (max-width: 991px) {
          header .header_top .header_contacts .contact .box a {
            font-size: 14px; } }
      header .header_top .header_contacts .contact .box span {
        color: #333; }
        @media all and (max-width: 991px) {
          header .header_top .header_contacts .contact .box span {
            font-size: 14px; } }
    header .header_top .header_contacts .order a {
      display: block;
      width: 110px;
      height: 40px;
      font-size: 17px;
      font-weight: 600;
      color: #f6af37;
      background-color: #fff;
      border: 2px solid #f6af37;
      text-align: center;
      line-height: 36px;
      -webkit-border-radius: 20px;
              border-radius: 20px; }
      @media all and (max-width: 991px) {
        header .header_top .header_contacts .order a {
          display: none; } }
      header .header_top .header_contacts .order a:hover {
        background-color: #f6af37;
        color: #fff; }
      header .header_top .header_contacts .order a:active {
        background-color: #cd922e;
        color: #fff; }
    header .header_top .header_contacts .header_menu_xs {
      position: relative;
      display: none; }
      @media all and (max-width: 767px) {
        header .header_top .header_contacts .header_menu_xs {
          display: block; } }
      header .header_top .header_contacts .header_menu_xs .burger_button {
        position: relative;
        top: 4px;
        width: 30px;
        height: 30px;
        display: block;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 20; }
        header .header_top .header_contacts .header_menu_xs .burger_button span {
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          background: #222222;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out; }
          header .header_top .header_contacts .header_menu_xs .burger_button span:nth-child(1) {
            top: 4px; }
          header .header_top .header_contacts .header_menu_xs .burger_button span:nth-child(2) {
            top: 12px; }
          header .header_top .header_contacts .header_menu_xs .burger_button span:nth-child(3) {
            top: 20px; }
        header .header_top .header_contacts .header_menu_xs .burger_button.open span:nth-child(1) {
          top: 9px;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
        header .header_top .header_contacts .header_menu_xs .burger_button.open span:nth-child(2) {
          opacity: 0;
          left: -60px; }
        header .header_top .header_contacts .header_menu_xs .burger_button.open span:nth-child(3) {
          top: 9px;
          -webkit-transform: rotate(-135deg);
              -ms-transform: rotate(-135deg);
                  transform: rotate(-135deg); }
      header .header_top .header_contacts .header_menu_xs .burger_menu {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        margin: 0;
        overflow: auto;
        text-align: center;
        z-index: 10;
        padding-top: 70px; }
        header .header_top .header_contacts .header_menu_xs .burger_menu ul li a {
          color: #222222;
          font-size: 30px;
          position: relative; }
          header .header_top .header_contacts .header_menu_xs .burger_menu ul li a:after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            margin: auto;
            height: 1px;
            width: 100%;
            background-color: #222222;
            -webkit-transition: .3s all;
            -o-transition: .3s all;
            transition: .3s all; }
          header .header_top .header_contacts .header_menu_xs .burger_menu ul li a:hover {
            color: #f6af37; }
            header .header_top .header_contacts .header_menu_xs .burger_menu ul li a:hover:after {
              background-color: #f6af37; }
        header .header_top .header_contacts .header_menu_xs .burger_menu a.tariff_off {
          display: block;
          width: 110px;
          height: 40px;
          font-size: 17px;
          font-weight: 600;
          color: #f6af37;
          background-color: #fff;
          border: 2px solid #f6af37;
          text-align: center;
          line-height: 36px;
          -webkit-border-radius: 20px;
                  border-radius: 20px;
          margin: 60px auto 20px auto;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          header .header_top .header_contacts .header_menu_xs .burger_menu a.tariff_off:hover {
            background-color: #f6af37;
            color: #fff; }
        header .header_top .header_contacts .header_menu_xs .burger_menu .contacts a {
          display: block;
          color: #222222;
          font-weight: 600;
          margin-bottom: 5px;
          font-size: 20px; }

header .header_main {
  padding-top: 140px;
  padding-bottom: 50px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media all and (max-width: 1199px) {
    header .header_main {
      height: 100%; } }
  @media all and (max-width: 767px) {
    header .header_main {
      padding-top: 20px;
      padding-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-position: 20% 50%; } }
  header .header_main .content {
    color: #000; }
    @media all and (max-width: 767px) {
      header .header_main .content {
        text-align: center; } }
    header .header_main .content h1 {
      font-weight: 600;
      color: #676767; }
    header .header_main .content p {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 18px;
      color: #676767; }
      @media all and (max-width: 767px) {
        header .header_main .content p {
          font-size: 16px; } }
    header .header_main .content a.send_order {
      display: block;
      width: 190px;
      height: 52px;
      font-size: 18px;
      font-weight: 600;
      color: #f6af37;
      background-color: #fff;
      text-align: center;
      line-height: 48px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-bottom: 10px;
      border: 2px solid #f6af37; }
      @media all and (max-width: 767px) {
        header .header_main .content a.send_order {
          margin: 0 auto 10px auto; } }
      header .header_main .content a.send_order:hover {
        background-color: #f6af37;
        color: #fff; }
      header .header_main .content a.send_order:active {
        padding-top: 1px; }
    header .header_main .content .all_price {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #676767; }
      @media all and (max-width: 767px) {
        header .header_main .content .all_price {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      header .header_main .content .all_price span.from {
        font-size: 32px;
        margin-right: 20px; }
        header .header_main .content .all_price span.from .icon_1 {
          fill: #676767;
          width: 20px;
          height: 20px; }
      header .header_main .content .all_price div {
        font-size: 13px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 90px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        header .header_main .content .all_price div span {
          color: #676767; }
        header .header_main .content .all_price div a.btn {
          color: #676767;
          text-decoration: underline;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          header .header_main .content .all_price div a.btn .icon_1 {
            width: 12px;
            height: 12px;
            fill: #676767;
            padding-top: 2px;
            margin-left: 2px; }
  header .header_main .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 767px) {
      header .header_main .img {
        display: none; } }
    header .header_main .img img {
      width: 450px;
      height: 250px; }

/***********************  choose  *********************/
#choose .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  #choose .box .icon_1 {
    width: 28px;
    height: 28px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px;
    fill: #fdaf3e; }
  #choose .box span {
    font-size: 18px; }

/************************  services  *********************/
#services {
  background-color: #f7f7f8; }
  #services .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 767px) {
      #services .box {
        margin-bottom: 25px; } }
    #services .box .icon_1 {
      width: 65px;
      height: 65px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 20px;
      fill: #fdaf3e; }
      @media all and (max-width: 767px) {
        #services .box .icon_1 {
          width: 55px;
          height: 55px; } }
    #services .box h5 {
      font-size: 18px; }
  #services .more {
    text-align: center; }
    #services .more a.btn {
      display: inline-block;
      font-size: 15px;
      background-color: #f6af37;
      color: #fff;
      width: 110px;
      height: 30px;
      line-height: 30px;
      position: relative; }
      #services .more a.btn:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #f6af37;
        border-width: 15px;
        margin-top: -15px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
      #services .more a.btn:hover {
        background-color: #e09f32; }
        #services .more a.btn:hover:after {
          border-left-color: #e09f32; }
      #services .more a.btn:active {
        background-color: #cd922e;
        color: #fff;
        padding-top: 1.5px; }
        #services .more a.btn:active:after {
          border-left-color: #cd922e; }

/**********************  tariffs  ***********************/
#tariffs .box {
  border: 3px solid #f0f0f0;
  border-top: 3px solid #f6af37;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.05); }
  #tariffs .box .name {
    background-color: #ffdaa3;
    color: #000;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 20px; }
    #tariffs .box .name span {
      font-size: 14px; }
  #tariffs .box .desc {
    text-align: center;
    padding: 20px 40px;
    height: 160px; }
    @media all and (max-width: 991px) {
      #tariffs .box .desc {
        height: 170px; } }
    @media all and (max-width: 991px) {
      #tariffs .box .desc {
        min-height: 100px;
        height: auto; } }
  #tariffs .box .price {
    background-color: #f7f7f7;
    padding: 16px 20px 25px 20px; }
    @media all and (max-width: 767px) {
      #tariffs .box .price {
        text-align: center; } }
    #tariffs .box .price span {
      font-size: 28px;
      color: #f6af37; }
      #tariffs .box .price span .icon_1 {
        fill: #f6af37;
        width: 20px;
        height: 20px; }
    #tariffs .box .price a.btn {
      margin-top: 20px; }
      @media all and (max-width: 767px) {
        #tariffs .box .price a.btn {
          margin: 20px auto 0 auto; } }

#tariffs span.sutitle {
  display: block;
  margin-bottom: 30px; }
  @media all and (max-width: 575px) {
    #tariffs span.sutitle {
      text-align: center; } }

@media all and (max-width: 575px) {
  #tariffs h2 {
    text-align: center; } }

/*********************  progress  ******************/
#progress {
  background-color: #fdaf3e;
  color: #fff; }
  #progress .box {
    font-size: 18px;
    margin-bottom: 20px; }
    @media all and (max-width: 575px) {
      #progress .box {
        text-align: center; } }
    #progress .box span.number {
      font-size: 32px;
      font-weight: 600;
      display: block;
      margin-bottom: 10px; }
      @media all and (max-width: 575px) {
        #progress .box span.number {
          margin-bottom: 0;
          font-size: 40px; } }

/*********************** try it  *************************/
#try_it {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  #try_it h3.title {
    margin-bottom: 30px; }
  #try_it .order {
    text-align: center; }
    #try_it .order a.btn {
      display: inline-block;
      background-color: #f6af37;
      color: #fff;
      font-size: 18px;
      max-width: 185px;
      width: 100%;
      height: 42px;
      line-height: 42px;
      text-align: center;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-box-shadow: inset 0 -2px 0px 0px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 -2px 0px 0px rgba(0, 0, 0, 0.2); }
      #try_it .order a.btn:hover {
        background-color: #ffc13d; }
      #try_it .order a.btn:active {
        background-color: #f6af37;
        padding-top: 1px; }

/********************  footer  ********************/
@media all and (max-width: 767px) {
  #footer {
    text-align: center; } }

#footer .logo {
  margin-bottom: 10px; }
  @media all and (max-width: 767px) {
    #footer .logo {
      margin-bottom: 5px; } }
  #footer .logo img {
    width: 220px; }
  #footer .logo .icon_1 {
    width: 130px;
    height: 30px; }

#footer .copyright {
  font-size: 14px;
  color: #333; }
  @media all and (max-width: 767px) {
    #footer .copyright {
      margin-bottom: 10px; } }

#footer .box {
  padding-left: 13%; }
  @media all and (max-width: 767px) {
    #footer .box {
      padding: 0; } }

#footer a {
  color: #222222;
  font-size: 17px;
  margin-bottom: 5px; }

#footer a.price {
  display: block; }
  #footer a.price:hover {
    text-decoration: underline; }

#footer a.order {
  display: block; }
  #footer a.order:hover {
    text-decoration: underline; }

#footer a.phone {
  display: block; }
  #footer a.phone:hover {
    color: #f6af37; }

#footer a.callback {
  display: block; }
  #footer a.callback:hover {
    text-decoration: underline; }

/**********************  price page  ********************/
header.page {
  height: auto; }

#price {
  padding-top: 140px; }
  @media all and (max-width: 767px) {
    #price {
      padding-top: 80px; } }
  #price .heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 35px; }
    #price .heading h1 {
      font-weight: 400; }
      @media all and (max-width: 575px) {
        #price .heading h1 {
          text-align: center; } }
  #price .box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 35px;
    padding-bottom: 40px; }
    @media all and (max-width: 767px) {
      #price .box {
        padding-top: 15px;
        padding-bottom: 20px; } }
    #price .box h2 {
      font-size: 26px;
      margin-bottom: 10px; }
      @media all and (max-width: 767px) {
        #price .box h2 {
          font-size: 22px;
          line-height: 30px; } }
    #price .box .box_price {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media all and (max-width: 767px) {
        #price .box .box_price {
          margin-top: 10px; } }
      #price .box .box_price span.price {
        font-size: 22px;
        margin-bottom: 10px; }
        #price .box .box_price span.price .icon_1 {
          width: 15px;
          height: 15px;
          fill: #444; }
      #price .box .box_price a.btn {
        max-width: 90px;
        font-size: 15px;
        height: 38px;
        line-height: 36px; }
        @media all and (max-width: 575px) {
          #price .box .box_price a.btn {
            max-width: 100%; } }

/************************  try it page  **********************/
#try_it.try_it_page {
  background-color: #f7f7f8;
  border-top: 1px solid rgba(0, 0, 0, 0.07); }
