@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: 'Roboto', sans-serif; }

.content {
  display: block;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto; }

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  margin-bottom: 50px !important; }
  @media (max-width: 992px) {
    body {
      margin-bottom: 0px !important; } }

.content-fluid {
  width: 100%;
  padding: 0 15px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto; }
  @media (max-width: 768px) {
    .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.slick-next,
.slick-prev {
  display: none !important; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #fff; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f05454; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f05454be; }

.green-button {
  color: #fff;
  background: #00E676;
  cursor: pointer;
  padding: 5px 20px;
  border: 0px;
  border-radius: 5px;
  font-size: 20px; }
  .green-button:hover {
    background: rgba(0, 230, 119, 0.89); }

.red-button {
  color: #fff;
  background: #F05454;
  cursor: pointer;
  padding: 5px 20px;
  border: 0px;
  border-radius: 5px;
  font-size: 20px; }
  .red-button:hover {
    background: #f05454c5; }

.loadong-site {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.959);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000000000; }

.loader {
  border: 16px solid #e0e0e0;
  border-radius: 50%;
  border-top: 16px solid #F05454;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.logo {
  display: block;
  width: 312px; }
  .logo img {
    width: 100%; }
  @media (max-width: 768px) {
    .logo {
      margin: 0 auto; } }
  @media (max-width: 425px) {
    .logo {
      width: 250px; } }

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .information {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; } }
  @media (max-width: 768px) {
    .information {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .information .info {
    width: 100%;
    max-width: calc((100% / 12) * 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .information .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        max-width: calc((100% / 12) * 12); } }
    .information .info .col {
      max-width: 400px; }
      .information .info .col .red-block {
        width: 100%; }
        .information .info .col .red-block a {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #F05454;
          text-align: right;
          font-size: 22px;
          white-space: nowrap; }
          @media (max-width: 768px) {
            .information .info .col .red-block a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          .information .info .col .red-block a:hover {
            color: #f05454c5; }
          .information .info .col .red-block a img {
            margin-right: 5px; }
      .information .info .col .black-block {
        position: relative;
        margin-top: 25px; }
        .information .info .col .black-block a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          color: rgba(48, 71, 94, 0.85);
          text-align: right;
          white-space: nowrap; }
          @media (max-width: 768px) {
            .information .info .col .black-block a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          .information .info .col .black-block a img {
            margin-right: 5px; }
          .information .info .col .black-block a span {
            font-size: 24px;
            margin-left: 5px; }
        .information .info .col .black-block .descreption {
          position: absolute;
          right: 0;
          font-size: 14px;
          top: -15px;
          color: rgba(0, 0, 0, 0.25); }
          @media (max-width: 768px) {
            .information .info .col .black-block .descreption {
              left: 0;
              right: 0;
              margin: 0 auto;
              text-align: center; } }
    .information .info .soc-site {
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 768px) {
        .information .info .soc-site {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin: 15px 0; } }
      .information .info .soc-site a {
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .information .info .soc-site a:nth-of-type(1) {
          margin-left: 2px;
          margin-bottom: 5px; }
        @media (max-width: 768px) {
          .information .info .soc-site a {
            margin: 0 5px; }
            .information .info .soc-site a:nth-of-type(2) {
              margin-bottom: 5px; } }

.site-menu {
  -webkit-transition: 1s;
  transition: 1s; }

.menu-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100000; }
  .menu-fix .mneu {
    height: 55px; }
    .menu-fix .mneu a {
      padding: 15px 0; }

.mneu {
  width: 100%;
  height: 80px;
  background: #F05454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 25px;
  z-index: 10000;
  margin-bottom: -40px;
  position: relative;
  overflow: auto; }
  .mneu a {
    color: #fff;
    font-size: 20px;
    padding: 27px 0;
    margin-right: 40px;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .mneu a {
        display: none; } }
  .mneu .icon-menu-for-close {
    display: none;
    cursor: pointer;
    float: right; }
    @media (max-width: 768px) {
      .mneu .icon-menu-for-close {
        display: block; } }
  .mneu .green-button {
    display: none;
    cursor: pointer; }
    @media (max-width: 768px) {
      .mneu .green-button {
        display: block;
        margin: 0 auto; } }

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #F05454;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  padding-top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: auto; }
  .mobile-menu a {
    color: #fff;
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #ffffff2e;
    width: 100%;
    font-size: 20px; }
  .mobile-menu .close-mobile-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .mobile-menu .close-mobile-menu:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      border-radius: 5px;
      background: #fff;
      left: 0;
      top: 13px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mobile-menu .close-mobile-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      border-radius: 5px;
      background: #fff;
      left: 0;
      top: 13px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

header {
  width: 100%;
  height: 600px;
  background: url(../img/header/header-bg.png) no-repeat center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%); }
  @media (max-width: 1220px) {
    header {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
              clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); } }
  @media (max-width: 768px) {
    header {
      -webkit-clip-path: unset;
              clip-path: unset; } }
  header .header-body {
    width: 100%;
    height: 100%;
    background: rgba(48, 71, 94, 0.85); }
    header .header-body .block-header-information {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      margin-top: 80px;
      display: inline-block; }
      @media (max-width: 1220px) {
        header .header-body .block-header-information {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (max-width: 768px) {
        header .header-body .block-header-information {
          margin-top: 40px; } }
      header .header-body .block-header-information h1 {
        font-size: 36px;
        line-height: 42px;
        color: #fff; }
        @media (max-width: 1220px) {
          header .header-body .block-header-information h1 {
            text-align: center; } }
        @media (max-width: 768px) {
          header .header-body .block-header-information h1 {
            font-size: 21px;
            line-height: 30px;
            text-align: center;
            margin-top: 30px; } }
      header .header-body .block-header-information .sub-title {
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        width: 100%;
        max-width: calc((100% / 12) * 8);
        margin-top: 10px; }
        @media (max-width: 1220px) {
          header .header-body .block-header-information .sub-title {
            margin: 0 auto; } }
        @media (max-width: 768px) {
          header .header-body .block-header-information .sub-title {
            font-size: 14px;
            line-height: 18px;
            margin-top: 0px; } }
    header .header-body .form-header {
      width: 100%;
      height: 400px;
      background: #f05454c5;
      margin-top: 80px; }
      @media (max-width: 768px) {
        header .header-body .form-header {
          margin-top: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background: transparent;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-transform: translateY(-40px);
                  transform: translateY(-40px); } }
      header .header-body .form-header .title {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .header-body .form-header .title span {
          font-weight: 300;
          font-size: 24px;
          line-height: 28px;
          color: #FFFFFF;
          border-bottom: 1px solid #fff;
          margin-top: 15px; }
      header .header-body .form-header .row {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 768px) {
          header .header-body .form-header .row {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      header .header-body .form-header .white-inputs {
        width: 250px;
        height: 40px;
        border-radius: 5px;
        background: #fff;
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 20px; }
        @media (max-width: 768px) {
          header .header-body .form-header .white-inputs {
            margin-top: 15px;
            margin-right: 0; } }
        header .header-body .form-header .white-inputs img {
          width: 18px; }
        header .header-body .form-header .white-inputs input {
          border: 0;
          width: calc(100% - 25px);
          height: 100%;
          font-weight: 300;
          font-size: 16px; }
      header .header-body .form-header .white-button {
        padding: 10px 30px;
        background: #fff;
        border: 0;
        border-radius: 30px;
        text-align: 18px;
        color: #F05454;
        font-weight: bold;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        margin-top: 30px; }
        header .header-body .form-header .white-button:hover {
          color: #f05454c5; }

.evocuator-block {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 20px;
  margin-top: 50px; }
  @media (max-width: 992px) {
    .evocuator-block {
      padding: 0; } }
  .evocuator-block .img-block {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .evocuator-block .img-block img {
      width: 80%; }
    @media (max-width: 992px) {
      .evocuator-block .img-block {
        display: none; } }
  .evocuator-block .ev-information {
    width: 50%; }
    @media (max-width: 992px) {
      .evocuator-block .ev-information {
        width: 100%; } }
    .evocuator-block .ev-information h1 {
      font-weight: bold;
      font-size: 45px;
      line-height: 53px;
      color: #F05454; }
      @media (max-width: 992px) {
        .evocuator-block .ev-information h1 {
          text-align: center; } }
      @media (max-width: 992px) {
        .evocuator-block .ev-information h1 {
          text-align: center;
          font-size: 35px; } }
      .evocuator-block .ev-information h1:nth-of-type(2) {
        margin-top: 40px; }
    .evocuator-block .ev-information .text {
      font-weight: normal;
      font-size: 30px;
      line-height: 30px;
      color: #F05454;
      margin-top: -5px; }
      @media (max-width: 992px) {
        .evocuator-block .ev-information .text {
          text-align: center;
          font-size: 20px; } }
    .evocuator-block .ev-information .row {
      margin-top: 10px; }
      .evocuator-block .ev-information .row button {
        margin-right: 15px; }
        @media (max-width: 992px) {
          .evocuator-block .ev-information .row button {
            margin-top: 15px; } }
      @media (max-width: 992px) {
        .evocuator-block .ev-information .row {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .evocuator-block .slider-evocuator {
    width: 100%;
    height: 90px;
    margin-top: 15px;
    position: relative;
    overflow: hidden; }
    .evocuator-block .slider-evocuator::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 95px;
      background: #fff;
      -webkit-box-shadow: 8px 0px 5px -5px rgba(0, 0, 0, 0.25);
              box-shadow: 8px 0px 5px -5px rgba(0, 0, 0, 0.25);
      top: 0;
      left: -20px;
      z-index: 100; }
    .evocuator-block .slider-evocuator::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 95px;
      background: #fff;
      -webkit-box-shadow: -8px 0px 5px -5px rgba(0, 0, 0, 0.25);
              box-shadow: -8px 0px 5px -5px rgba(0, 0, 0, 0.25);
      top: 0;
      right: -20px; }
    .evocuator-block .slider-evocuator .images {
      width: auto;
      height: 100%;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-animation-name: Slider-mark-and-certifi;
              animation-name: Slider-mark-and-certifi;
      -webkit-animation-timing-function: inherit;
              animation-timing-function: inherit;
      -webkit-animation-direction: initial;
              animation-direction: initial;
      -webkit-animation-duration: 60s;
              animation-duration: 60s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .evocuator-block .slider-evocuator .images img {
        width: 65px;
        margin-right: 15px; }
        .evocuator-block .slider-evocuator .images img:hover {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .evocuator-block .slider-evocuator .images:hover {
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
@-webkit-keyframes Slider-mark-and-certifi {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
@keyframes Slider-mark-and-certifi {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
.black-title-h1 {
  width: 100%;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .black-title-h1 span {
    color: rgba(48, 71, 94, 0.85);
    border-bottom: 1px solid rgba(48, 71, 94, 0.85); }
    @media (max-width: 992px) {
      .black-title-h1 span {
        font-size: 22px;
        text-align: center; } }
    @media (max-width: 768px) {
      .black-title-h1 span {
        font-size: 20px;
        text-align: center; } }

.red-title-h1 {
  width: 100%;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .red-title-h1 {
      margin-top: 100px; } }
  .red-title-h1 span {
    color: #F05454;
    border-bottom: 1px solid #F05454; }
    @media (max-width: 768px) {
      .red-title-h1 span {
        font-size: calc(0.0625rem * 25);
        padding: 5px 0;
        text-align: center; } }
    @media (max-width: 320px) {
      .red-title-h1 span {
        font-size: 30px !important; } }

.work-reviewed {
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px; }
  @media (max-width: 992px) {
    .work-reviewed {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }
  @media (max-width: 576px) {
    .work-reviewed {
      padding-bottom: 30px;
      margin-top: 0px; } }
  .work-reviewed .work {
    width: 100%;
    max-width: calc((100% / 12) * 8);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-left: 50px;
    -webkit-box-shadow: 12px 0px 12px -12px #c1c1c1;
            box-shadow: 12px 0px 12px -12px #c1c1c1;
    padding-right: 15px; }
    @media (max-width: 992px) {
      .work-reviewed .work {
        width: 100%;
        max-width: calc((100% / 12) * 12); } }
    @media (max-width: 425px) {
      .work-reviewed .work {
        padding-left: 5px;
        -webkit-box-shadow: unset;
                box-shadow: unset;
        padding-right: 5px; } }
    .work-reviewed .work .steps {
      width: 45px;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 425px) {
        .work-reviewed .work .steps {
          padding-ri: 5px; } }
      .work-reviewed .work .steps .number {
        width: 45px;
        height: 45px;
        border: 1px solid #F05454;
        color: #F05454;
        font-size: 30px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        margin-top: 65px; }
        .work-reviewed .work .steps .number:after {
          content: "";
          width: 1px;
          height: 55px;
          background: #F05454;
          position: absolute;
          top: 49px;
          left: calc(50% - 1px); }
        .work-reviewed .work .steps .number:nth-of-type(7)::after {
          display: none; }
        .work-reviewed .work .steps .number.active {
          background: #F05454;
          color: #fff;
          -webkit-transition: 1s;
          transition: 1s; }
    .work-reviewed .work .text-and-image {
      width: calc(100% - 110px);
      height: 160px;
      background: url(../img/work-reviewed/solid.png) no-repeat bottom center;
      background-size: 100% 60px;
      position: absolute;
      top: 0;
      left: 105px;
      -webkit-transition: 1s;
      transition: 1s;
      -webkit-transform: translateY(-68px);
              transform: translateY(-68px); }
      @media (max-width: 768px) {
        .work-reviewed .work .text-and-image {
          background: transparent; } }
      @media (max-width: 425px) {
        .work-reviewed .work .text-and-image {
          height: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-transform: unset;
                  transform: unset;
          padding-top: 50px; } }
      .work-reviewed .work .text-and-image .title {
        font-weight: bold;
        font-size: 20px;
        line-height: 18px;
        width: 18%;
        text-align: center;
        position: absolute;
        bottom: 5px;
        color: rgba(48, 71, 94, 0.85); }
        @media (max-width: 992px) {
          .work-reviewed .work .text-and-image .title {
            display: none; } }
        @media (max-width: 425px) {
          .work-reviewed .work .text-and-image .title {
            position: unset; } }
      .work-reviewed .work .text-and-image .text {
        width: 80%;
        font-weight: 300;
        font-size: 15px;
        line-height: 16px;
        position: absolute;
        left: 20%;
        top: 108px;
        color: rgba(48, 71, 94, 0.85); }
        @media (max-width: 768px) {
          .work-reviewed .work .text-and-image .text {
            left: 5px;
            width: 100%; } }
        @media (max-width: 425px) {
          .work-reviewed .work .text-and-image .text {
            position: unset;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-top: 20px; } }
        .work-reviewed .work .text-and-image .text a {
          color: rgba(48, 71, 94, 0.85);
          font-weight: bold; }
      .work-reviewed .work .text-and-image .images {
        width: 80%;
        height: 80px;
        position: absolute;
        left: 20%;
        top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        @media (max-width: 768px) {
          .work-reviewed .work .text-and-image .images {
            left: 5px;
            width: 100%; } }
        @media (max-width: 425px) {
          .work-reviewed .work .text-and-image .images {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: auto;
            position: unset;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-left: 5px; } }
        .work-reviewed .work .text-and-image .images img {
          margin-right: 10px;
          width: 100px; }
          @media (max-width: 1785px) {
            .work-reviewed .work .text-and-image .images img:nth-of-type(8) {
              display: none; } }
          @media (max-width: 1590px) {
            .work-reviewed .work .text-and-image .images img:nth-of-type(7) {
              display: none; } }
          @media (max-width: 1375px) {
            .work-reviewed .work .text-and-image .images img:nth-of-type(6) {
              display: none; } }
          @media (max-width: 1186px) {
            .work-reviewed .work .text-and-image .images img:nth-of-type(5) {
              display: none; } }
          @media (max-width: 992px) {
            .work-reviewed .work .text-and-image .images img:nth-of-type(8), .work-reviewed .work .text-and-image .images img:nth-of-type(7) {
              display: block; } }
          @media (max-width: 925px) {
            .work-reviewed .work .text-and-image .images img:nth-of-type(7) {
              display: none; } }
          @media (max-width: 785px) {
            .work-reviewed .work .text-and-image .images img:nth-of-type(8) {
              display: none; } }
          @media (max-width: 765px) {
            .work-reviewed .work .text-and-image .images img:nth-of-type(4) {
              display: none; } }
          @media (max-width: 425px) {
            .work-reviewed .work .text-and-image .images img {
              margin-top: 15px;
              width: 100%; } }
  .work-reviewed .reviewed {
    width: 100%;
    max-width: calc((100% / 12) * 4); }
    @media (max-width: 992px) {
      .work-reviewed .reviewed {
        width: 100%;
        max-width: calc((100% / 12) * 12);
        margin-top: 50px; } }
    .work-reviewed .reviewed .title {
      font-weight: bold;
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      border-bottom: 1px solid rgba(48, 71, 94, 0.17);
      color: rgba(48, 71, 94, 0.85);
      -webkit-box-shadow: 0px 12px 12px -12px #c1c1c1;
              box-shadow: 0px 12px 12px -12px #c1c1c1;
      margin-top: -10px; }
    .work-reviewed .reviewed .reviewed-parent-block {
      width: 100%;
      height: 800px;
      overflow: auto; }
      .work-reviewed .reviewed .reviewed-parent-block .reviewed-block {
        width: 100%;
        height: auto;
        padding: 10px 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(48, 71, 94, 0.17);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px; }
        .work-reviewed .reviewed .reviewed-parent-block .reviewed-block .img-block {
          width: 45px;
          height: 100%;
          margin-right: 10px; }
          .work-reviewed .reviewed .reviewed-parent-block .reviewed-block .img-block img {
            width: 45px;
            height: 45px;
            border-radius: 50%; }
        .work-reviewed .reviewed .reviewed-parent-block .reviewed-block .information-block {
          width: calc(100% - 45px);
          height: auto; }
          .work-reviewed .reviewed .reviewed-parent-block .reviewed-block .information-block .user-name {
            font-weight: bold;
            font-size: 22px;
            line-height: 26px;
            color: #F05454; }
          .work-reviewed .reviewed .reviewed-parent-block .reviewed-block .information-block .desc {
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            line-height: 14px;
            color: rgba(48, 71, 94, 0.85); }
          .work-reviewed .reviewed .reviewed-parent-block .reviewed-block .information-block .starts {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 3px 0; }
            .work-reviewed .reviewed .reviewed-parent-block .reviewed-block .information-block .starts .start-img {
              margin-right: 3px;
              width: 14px;
              height: 14px;
              background: url(../img/work-reviewed/reviewed/star.svg) no-repeat center center;
              background-size: 14px; }
          .work-reviewed .reviewed .reviewed-parent-block .reviewed-block .information-block .text {
            font-style: normal;
            font-weight: 300;
            font-size: 15px;
            line-height: 18px;
            color: rgba(48, 71, 94, 0.85); }

.video-galery {
  overflow: hidden;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 15px 0;
  position: relative; }
  .video-galery::after {
    content: "";
    position: absolute;
    width: 20px;
    height: calc(100% + 30px);
    background: #fff;
    -webkit-box-shadow: 7px 0px 4px -4px rgba(0, 0, 0, 0.25);
            box-shadow: 7px 0px 4px -4px rgba(0, 0, 0, 0.25);
    top: -20px;
    left: 0px;
    z-index: 100; }
    @media (max-width: 576px) {
      .video-galery::after {
        left: -20px; } }
  .video-galery::before {
    content: "";
    position: absolute;
    width: 20px;
    height: calc(100% + 30px);
    background: #fff;
    -webkit-box-shadow: -7px 0px 4px -4px rgba(0, 0, 0, 0.25);
            box-shadow: -7px 0px 4px -4px rgba(0, 0, 0, 0.25);
    top: -20px;
    right: 0px;
    z-index: 100; }
    @media (max-width: 576px) {
      .video-galery::before {
        right: -20px; } }
  .video-galery .blocks {
    width: 100%;
    max-width: calc(0.0625rem * 290);
    height: auto;
    background: #F05454;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-right: 20px; }
    .video-galery .blocks .img-block {
      width: 100%;
      height: calc(0.0625rem * 190);
      position: relative; }
      .video-galery .blocks .img-block:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 110px;
        background: -webkit-gradient(linear, left bottom, left top, from(#F05454), to(transparent));
        background: linear-gradient(0deg, #F05454, transparent); }
      .video-galery .blocks .img-block img {
        width: 100%;
        height: 100%; }
      .video-galery .blocks .img-block .icon-play {
        width: 100%;
        max-width: calc(0.0625rem * 60);
        height: calc(0.0625rem * 60);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 80px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 100; }
        .video-galery .blocks .img-block .icon-play:hover {
          -webkit-transform: scale(1.03);
                  transform: scale(1.03); }
      .video-galery .blocks .img-block .block-category {
        width: 100%;
        max-width: calc(0.0625rem * 15);
        height: calc(0.0625rem * 15);
        position: absolute;
        right: 10px;
        top: 10px; }
    .video-galery .blocks .title {
      font-style: normal;
      font-weight: bold;
      font-size: calc(0.0625rem * 25);
      line-height: 29px;
      color: #fff;
      padding-left: 10px; }
    .video-galery .blocks .sub-title {
      font-style: normal;
      font-weight: 300;
      font-size: calc(0.0625rem * 13);
      line-height: 15px;
      color: #fff;
      padding-left: 10px;
      margin-top: 5px; }

.car-filter {
  margin-top: -50px; }
  @media (max-width: 992px) {
    .car-filter {
      margin: 0 auto;
      margin-top: 30px;
      width: 300px; } }
  .car-filter #car-filter {
    background: #f05454;
    border: 0;
    color: #fff;
    padding: 8px 10px 8px 40px;
    border-radius: 5px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    font-weight: 300;
    font-size: calc(0.0625rem * 18);
    line-height: 25px;
    color: #fff; }
    .car-filter #car-filter option {
      padding: 5px 0;
      border: 0;
      text-align: center; }
  .car-filter svg {
    -webkit-transform: translate(60px, 5px);
            transform: translate(60px, 5px);
    position: relative;
    z-index: 1; }

.mr-0 {
  margin: 0 !important; }

.pt-100 {
  padding-top: 100px; }

.red-playgon {
  height: calc(0.0625rem * 1000);
  position: relative;
  margin-top: 30px; }
  @media (max-width: 1024px) {
    .red-playgon {
      height: calc(0.0625rem * 1100);
      padding-bottom: 100px; } }
  @media (max-width: 500px) {
    .red-playgon {
      padding: 5px !important; } }
  .red-playgon .bg-rigth {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(240, 84, 84, 0.89);
    -webkit-clip-path: polygon(0% 0%, 100% 40%, 100% 100%, 0 60%);
            clip-path: polygon(0% 0%, 100% 40%, 100% 100%, 0 60%); }
    @media (max-width: 992px) {
      .red-playgon .bg-rigth {
        display: none; } }
  .red-playgon .bg-left {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(240, 84, 84, 0.89);
    -webkit-clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
            clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%); }
    @media (max-width: 992px) {
      .red-playgon .bg-left {
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
                clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); } }
    @media (max-width: 425px) {
      .red-playgon .bg-left {
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%); } }
  .red-playgon .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    @media (max-width: 768px) {
      .red-playgon .row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .red-playgon .news-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
    @media (max-width: 1370px) {
      .red-playgon .news-col:nth-of-type(5) {
        display: none; } }
    @media (max-width: 1024px) {
      .red-playgon .news-col:nth-of-type(4) {
        display: none; } }
    @media (max-width: 768px) {
      .red-playgon .news-col:nth-of-type(3) {
        display: none; } }
    @media (max-width: 500px) {
      .red-playgon .news-col {
        width: 100%;
        max-width: calc((100% / 12) * 12); }
        .red-playgon .news-col:nth-of-type(2) {
          display: none;
          margin-right: 0px; }
        .red-playgon .news-col:nth-of-type(1) {
          margin-right: 0px; } }
    .red-playgon .news-col .title {
      font-weight: bold;
      font-size: 22px;
      line-height: 26px;
      color: #fff;
      text-align: center;
      padding: 20px 5px;
      background: #F05454;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      position: relative;
      z-index: 10; }
    .red-playgon .news-col .img-block {
      width: 100%;
      height: calc(0.0625rem * 280);
      overflow: hidden; }
      .red-playgon .news-col .img-block img {
        width: 100%;
        height: 100%;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .red-playgon .news-col .img-block img:hover {
          -webkit-transform: scale(1.01);
                  transform: scale(1.01); }
    .red-playgon .news-col .sub-text {
      font-style: normal;
      font-weight: 300;
      font-size: 15px;
      color: #fff;
      padding: 10px;
      background: #F05454; }
      .red-playgon .news-col .sub-text a {
        font-weight: bold;
        color: #fff; }
  .red-playgon .we {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1255px) {
      .red-playgon .we {
        margin-top: 80px; } }
    @media (max-width: 1024px) {
      .red-playgon .we {
        margin-top: 0px; } }
    @media (max-width: 768px) {
      .red-playgon .we {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 0px; } }
    @media (max-width: 576px) {
      .red-playgon .we {
        margin-top: 50px; } }
    .red-playgon .we .block {
      width: 100%;
      max-width: calc(0.0625rem * 500);
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      margin-top: 20px; }
      @media (max-width: 768px) {
        .red-playgon .we .block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .red-playgon .we .block .icon {
        margin-right: 10px; }
      .red-playgon .we .block .texts .title {
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 29px;
        color: #fff; }
        @media (max-width: 1024px) {
          .red-playgon .we .block .texts .title {
            color: rgba(48, 71, 94, 0.85); } }
        @media (max-width: 992px) {
          .red-playgon .we .block .texts .title {
            color: #fff; } }
        @media (max-width: 768px) {
          .red-playgon .we .block .texts .title {
            text-align: center;
            font-size: 20px; } }
      .red-playgon .we .block .texts .text {
        font-style: normal;
        font-weight: 200;
        font-size: 20px;
        line-height: 23px;
        color: #fff; }
        @media (max-width: 1024px) {
          .red-playgon .we .block .texts .text {
            color: rgba(48, 71, 94, 0.85); } }
        @media (max-width: 992px) {
          .red-playgon .we .block .texts .text {
            color: #fff; } }
        @media (max-width: 768px) {
          .red-playgon .we .block .texts .text {
            text-align: center;
            font-size: 16px; } }

.form {
  width: 80%;
  height: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 40px;
  margin: -177px 0;
  position: relative;
  z-index: 10; }
  @media (max-width: 1200px) {
    .form {
      margin: -100px 0; } }
  @media (max-width: 1000px) {
    .form {
      width: 100%;
      height: auto;
      margin: 0px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 0px; } }
  .form form {
    width: 100%;
    max-width: calc(0.0625rem * 315);
    height: auto; }
    .form form .title {
      font-style: normal;
      font-weight: bold;
      font-size: 25px;
      line-height: 29px;
      text-align: center;
      color: #F05454; }
    .form form label {
      width: 100%;
      height: 45px;
      background: #F05454;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10px;
      border-radius: 5px;
      padding: 0 0 0 15px; }
      .form form label input,
      .form form label select {
        border: 0;
        width: calc(100% - 40px);
        height: 100%;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        background: #F05454;
        color: #fff;
        padding-left: 10px; }
        .form form label input::-webkit-input-placeholder,
        .form form label select::-webkit-input-placeholder {
          color: #fff; }
        .form form label input:-ms-input-placeholder,
        .form form label select:-ms-input-placeholder {
          color: #fff; }
        .form form label input::-ms-input-placeholder,
        .form form label select::-ms-input-placeholder {
          color: #fff; }
        .form form label input::placeholder,
        .form form label select::placeholder {
          color: #fff; }
    .form form .submit {
      width: 100%;
      height: auto;
      padding: 15px;
      border-radius: 30px;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 21px;
      color: #fff;
      cursor: pointer;
      border: 0;
      background: #F05454;
      margin-top: 40px; }
      .form form .submit:hover {
        background: #f05454c5; }
    .form form .green-button {
      display: block;
      margin: 0 auto;
      border-radius: 30px;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 30px;
      position: relative;
      z-index: 10; }
      .form form .green-button svg {
        margin-right: 5px; }
  .form .information {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px; }
    .form .information .block {
      width: 100%;
      max-width: calc(0.0625rem * 500);
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      margin-top: 20px; }
      @media (max-width: 768px) {
        .form .information .block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .form .information .block .icon {
        margin-right: 10px; }
      .form .information .block .texts .title {
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 29px;
        color: #F05454; }
        @media (max-width: 768px) {
          .form .information .block .texts .title {
            text-align: center;
            font-size: 22px; } }
      .form .information .block .texts .text {
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 23px;
        color: rgba(48, 71, 94, 0.85); }
        @media (max-width: 768px) {
          .form .information .block .texts .text {
            text-align: center;
            font-size: 17px; } }

.product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  z-index: 100;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  padding: 0 40px !important; }
  @media (max-width: 1645px) {
    .product-left {
      padding: 0 !important; } }
  @media (max-width: 1190px) {
    .product-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -570px !important; } }
  @media (max-width: 425px) {
    .product-left {
      margin-top: -500px !important; } }
  .product-left .img-block {
    width: 100%;
    max-width: calc(0.0625rem * 445);
    height: calc(0.0625rem * 600);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1190px) {
      .product-left .img-block {
        width: 100%;
        max-width: calc(0.0625rem * 200);
        height: calc(0.0625rem * 300); } }
    @media (max-width: 576px) {
      .product-left .img-block {
        width: 100%;
        max-width: 100%; }
        .product-left .img-block img {
          width: 100% !important;
          height: auto !important; } }
    .product-left .img-block img {
      height: 100%; }
  @media (max-width: 1190px) {
    .product-left .info {
      margin-top: 20px; } }
  .product-left .info .title {
    font-style: normal;
    font-weight: bold;
    font-size: calc(0.0625rem * 30);
    line-height: 35px;
    color: #fff; }
    @media (max-width: 1024px) {
      .product-left .info .title {
        color: rgba(48, 71, 94, 0.85); } }
    @media (max-width: 1190px) {
      .product-left .info .title {
        text-align: center; } }
    @media (max-width: 768px) {
      .product-left .info .title {
        font-size: calc(0.0625rem * 22);
        color: #fff; } }
  .product-left .info .sub-title {
    font-style: normal;
    font-weight: 300;
    font-size: calc(0.0625rem * 20);
    line-height: 23px;
    color: #fff;
    max-width: 40rem;
    margin-top: 15px; }
    @media (max-width: 1190px) {
      .product-left .info .sub-title {
        text-align: center; } }
    @media (max-width: 1024px) {
      .product-left .info .sub-title {
        color: rgba(48, 71, 94, 0.85); } }
    @media (max-width: 768px) {
      .product-left .info .sub-title {
        font-size: calc(0.0625rem * 18);
        color: #fff; } }
    @media (max-width: 576px) {
      .product-left .info .sub-title {
        font-size: calc(0.0625rem * 16); } }
  .product-left .info .table {
    border: 1px solid rgba(48, 71, 94, 0.85);
    width: 45rem;
    margin-left: 60%;
    margin-top: 50px;
    background: #ffffffed; }
    @media (max-width: 1645px) {
      .product-left .info .table {
        margin-left: 0; } }
    @media (max-width: 768px) {
      .product-left .info .table {
        width: 100%; } }
    .product-left .info .table * {
      border: 1px solid rgba(48, 71, 94, 0.85); }
    .product-left .info .table td {
      color: rgba(48, 71, 94, 0.85);
      padding: 10px 0;
      font-size: calc(0.0625rem * 20);
      padding-left: 10px; }
      @media (max-width: 768px) {
        .product-left .info .table td {
          font-size: calc(0.0625rem * 14); } }
      .product-left .info .table td:nth-of-type(2) {
        text-align: center; }
    .product-left .info .table th {
      padding: 10px 0; }
    .product-left .info .table .title-tb {
      font-weight: bold;
      font-size: calc(0.0625rem * 21);
      line-height: 25px;
      color: rgba(48, 71, 94, 0.85); }
      @media (max-width: 768px) {
        .product-left .info .table .title-tb {
          font-size: calc(0.0625rem * 18); } }
  .product-left .product-galery {
    position: absolute;
    left: 0px;
    bottom: -200px;
    overflow: hidden;
    max-width: 800px; }
    @media (max-width: 1190px) {
      .product-left .product-galery {
        position: relative;
        bottom: 0px;
        left: 0px;
        top: 30px;
        width: 100%;
        max-width: 100%; } }
    .product-left .product-galery::after {
      content: "";
      width: 30px;
      height: 100%;
      background: #F26767;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-shadow: 7px 0px 5px -4px rgba(0, 0, 0, 0.25);
              box-shadow: 7px 0px 5px -4px rgba(0, 0, 0, 0.25);
      z-index: 10; }
      @media (max-width: 1190px) {
        .product-left .product-galery::after {
          left: -30px; } }
    .product-left .product-galery::before {
      content: "";
      width: 30px;
      height: 100%;
      background: #F26767;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-box-shadow: -7px 0px 5px -4px rgba(0, 0, 0, 0.25);
              box-shadow: -7px 0px 5px -4px rgba(0, 0, 0, 0.25);
      z-index: 10; }
      @media (max-width: 1190px) {
        .product-left .product-galery::before {
          right: -30px; } }
    .product-left .product-galery .body-img-galery {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-left .product-galery .body-img-galery img {
        width: 100%;
        max-width: calc(0.0625rem * 150);
        margin-right: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        .product-left .product-galery .body-img-galery img:hover {
          -webkit-transform: scale(1.01);
                  transform: scale(1.01); }

.product-rigth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  z-index: 100;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  padding: 0 40px !important; }
  @media (max-width: 1645px) {
    .product-rigth {
      padding: 0 !important; } }
  @media (max-width: 1190px) {
    .product-rigth {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -630px !important; } }
  .product-rigth .img-block {
    width: 100%;
    max-width: calc(0.0625rem * 445);
    height: calc(0.0625rem * 600);
    overflow: hidden; }
    @media (max-width: 1190px) {
      .product-rigth .img-block {
        width: 100%;
        max-width: calc(0.0625rem * 200);
        height: calc(0.0625rem * 300);
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end; } }
    @media (max-width: 576px) {
      .product-rigth .img-block {
        width: 100%;
        max-width: 100%; }
        .product-rigth .img-block img {
          width: 100% !important;
          height: auto !important; } }
    .product-rigth .img-block img {
      height: 100%; }
  .product-rigth .info {
    margin-right: 20px; }
    @media (max-width: 1190px) {
      .product-rigth .info {
        margin-top: 20px;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .product-rigth .info .title {
      font-style: normal;
      font-weight: bold;
      font-size: calc(0.0625rem * 30);
      line-height: 35px;
      color: #fff;
      text-align: right; }
      @media (max-width: 1645px) {
        .product-rigth .info .title {
          color: rgba(48, 71, 94, 0.85); } }
      @media (max-width: 1190px) {
        .product-rigth .info .title {
          text-align: center; } }
      @media (max-width: 768px) {
        .product-rigth .info .title {
          font-size: calc(0.0625rem * 22); } }
    .product-rigth .info .sub-title {
      font-style: normal;
      font-weight: 300;
      font-size: calc(0.0625rem * 20);
      line-height: 23px;
      color: #fff;
      max-width: 40rem;
      margin-top: 15px;
      text-align: right;
      float: right; }
      @media (max-width: 1645px) {
        .product-rigth .info .sub-title {
          color: rgba(48, 71, 94, 0.85); } }
      @media (max-width: 1190px) {
        .product-rigth .info .sub-title {
          text-align: center; } }
      @media (max-width: 768px) {
        .product-rigth .info .sub-title {
          font-size: calc(0.0625rem * 18); } }
    .product-rigth .info .table {
      border: 1px solid rgba(48, 71, 94, 0.85);
      width: 45rem;
      margin-left: 5%;
      margin-top: 20px;
      float: left;
      background: #ffffffed; }
      @media (max-width: 1645px) {
        .product-rigth .info .table {
          margin-left: 0;
          float: right; } }
      @media (max-width: 768px) {
        .product-rigth .info .table {
          width: 100%; } }
      .product-rigth .info .table * {
        border: 1px solid rgba(48, 71, 94, 0.85); }
      .product-rigth .info .table td {
        color: rgba(48, 71, 94, 0.85);
        padding: 10px 0;
        font-size: calc(0.0625rem * 20);
        padding-left: 10px; }
        .product-rigth .info .table td:nth-of-type(2) {
          text-align: center; }
        @media (max-width: 768px) {
          .product-rigth .info .table td {
            font-size: calc(0.0625rem * 14); } }
      .product-rigth .info .table th {
        padding: 10px 0; }
      .product-rigth .info .table .title-tb {
        font-weight: bold;
        font-size: calc(0.0625rem * 21);
        line-height: 25px;
        color: rgba(48, 71, 94, 0.85);
        text-align: center; }
        @media (max-width: 768px) {
          .product-rigth .info .table .title-tb {
            font-size: calc(0.0625rem * 18); } }
  .product-rigth .product-galery {
    position: absolute;
    right: 0px;
    bottom: -200px;
    overflow: hidden;
    max-width: 800px; }
    @media (max-width: 1190px) {
      .product-rigth .product-galery {
        position: relative;
        bottom: 0px;
        left: 0px;
        top: 30px;
        width: 100%;
        max-width: 100%; } }
    .product-rigth .product-galery::after {
      content: "";
      width: 30px;
      height: 100%;
      background: #F26767;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-shadow: 7px 0px 5px -4px rgba(0, 0, 0, 0.25);
              box-shadow: 7px 0px 5px -4px rgba(0, 0, 0, 0.25);
      z-index: 10; }
      @media (max-width: 1190px) {
        .product-rigth .product-galery::after {
          left: -30px; } }
    .product-rigth .product-galery::before {
      content: "";
      width: 30px;
      height: 100%;
      background: #F26767;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-box-shadow: -7px 0px 5px -4px rgba(0, 0, 0, 0.25);
              box-shadow: -7px 0px 5px -4px rgba(0, 0, 0, 0.25);
      z-index: 10; }
      @media (max-width: 1190px) {
        .product-rigth .product-galery::before {
          right: -30px; } }
    .product-rigth .product-galery .body-img-galery {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-rigth .product-galery .body-img-galery img {
        width: 100%;
        max-width: calc(0.0625rem * 150);
        margin-right: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        .product-rigth .product-galery .body-img-galery img:hover {
          -webkit-transform: scale(1.01);
                  transform: scale(1.01); }

.maps {
  margin-top: -400px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1024px) {
    .maps {
      margin-top: -600px; } }
  @media (max-width: 768px) {
    .maps {
      height: 600px;
      margin-top: -600px; }
      .maps iframe {
        height: 600px; } }
  .maps .compani-adress {
    width: 100%;
    max-width: calc(0.0625rem * 300);
    height: calc(0.0625rem * 400);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(240, 84, 84, 0.89);
    border: 1px solid #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 15px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0); }
    @media (max-width: 768px) {
      .maps .compani-adress {
        display: none; } }
    .maps .compani-adress p {
      text-align: left;
      margin-top: 20px; }

.foorm-block {
  margin-top: 100px;
  padding-bottom: 100px;
  overflow: hidden; }
  .foorm-block .red-title-h1 {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .foorm-block .red-title-h1 .sub-text {
      font-style: normal;
      font-weight: 300;
      font-size: 21px;
      line-height: 21px;
      color: rgba(48, 71, 94, 0.85);
      border: 0;
      letter-spacing: 0px;
      margin-top: 5px; }
      @media (max-width: 576px) {
        .foorm-block .red-title-h1 .sub-text {
          font-size: 20px !important; } }
  .foorm-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .foorm-block .row .inform {
      width: 100%;
      max-width: calc((100% / 12) * 2);
      font-style: normal;
      font-weight: 300;
      font-size: 17px;
      line-height: 20px;
      color: rgba(48, 71, 94, 0.85);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .foorm-block .row .inform p {
        text-align: left;
        margin-top: 20px; }
        .foorm-block .row .inform p span {
          display: block; }
    .foorm-block .row .buttons-al {
      width: 100%;
      max-width: calc((100% / 12) * 3);
      margin-left: 15px; }
      @media (max-width: 992px) {
        .foorm-block .row .buttons-al {
          margin-left: 0;
          width: 100%;
          max-width: calc((100% / 12) * 8); } }
      @media (max-width: 425px) {
        .foorm-block .row .buttons-al {
          width: 100%;
          max-width: calc((100% / 12) * 12); } }
      .foorm-block .row .buttons-al .green-button {
        border-radius: 30px;
        margin-top: 20px;
        width: 100%;
        padding: 15px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .foorm-block .row .buttons-al .green-button svg {
          margin-right: 5px; }
    .foorm-block .row .form {
      margin: 0;
      width: 100%;
      max-width: calc((100% / 12) * 3); }
      @media (max-width: 992px) {
        .foorm-block .row .form {
          width: 100%;
          max-width: calc((100% / 12) * 8); } }
      @media (max-width: 425px) {
        .foorm-block .row .form {
          width: 100%;
          max-width: calc((100% / 12) * 12); } }
      .foorm-block .row .form textarea {
        width: 100%;
        margin-top: 5px;
        height: 100px;
        border: 1px solid #f05454;
        padding: 5px;
        border-radius: 5px;
        resize: none; }
      .foorm-block .row .form .submit {
        margin-top: 15px; }

footer {
  background: #F26767;
  padding-top: 50px !important; }
  footer.content-fluid {
    padding: 0; }
  footer .informtion {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    @media (max-width: 768px) {
      footer .informtion {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end; } }
    footer .informtion .block {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; }
      @media (max-width: 768px) {
        footer .informtion .block {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: end;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: end;
          padding: 10px 30px; } }
      footer .informtion .block .title {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        color: #fff; }
        @media (max-width: 768px) {
          footer .informtion .block .title {
            font-size: 22px; } }
      footer .informtion .block .text {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        margin-top: 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 768px) {
          footer .informtion .block .text {
            font-size: 16px;
            margin-top: 8px;
            font-weight: 200; } }
        footer .informtion .block .text svg {
          margin-right: 5px; }
        footer .informtion .block .text:hover {
          color: #dadada; }
        footer .informtion .block .text span {
          font-size: calc(0.0625rem * 30);
          margin-left: 5px; }
      footer .informtion .block .pod-text {
        margin-top: 30px; }
        footer .informtion .block .pod-text:nth-of-type(1)::after {
          position: absolute;
          content: "Многоканальный телефон";
          position: absolute;
          left: 0;
          top: -15px;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 16px;
          color: rgba(48, 71, 94, 0.85);
          white-space: nowrap; }
        footer .informtion .block .pod-text:nth-of-type(2)::after {
          position: absolute;
          content: "МКруглосуточно 24 / 7";
          position: absolute;
          left: 0;
          top: -15px;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 16px;
          color: rgba(48, 71, 94, 0.85);
          white-space: nowrap; }
  footer .footer-descreption {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-top: 100px; }
    @media (max-width: 768px) {
      footer .footer-descreption {
        padding-left: 30px;
        font-size: 12px;
        margin-top: 50px; } }
  footer .footer-corop {
    padding: 30px 0;
    background: #F05454;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    margin-top: 50px; }
    @media (max-width: 768px) {
      footer .footer-corop {
        padding: 30px 0;
        font-size: 12px;
        margin-top: 50px;
        padding-bottom: 80px; } }

.bootom-menu {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #F05454;
  -webkit-box-shadow: 0px -1px 6px 0px #ccc;
          box-shadow: 0px -1px 6px 0px #ccc;
  z-index: 1000000; }
  @media (max-width: 1024px) {
    .bootom-menu {
      display: none; } }
  .bootom-menu .content {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bootom-menu .content .col {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 40px;
      border-right: 1px solid rgba(255, 255, 255, 0.438);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .bootom-menu .content .col a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .bootom-menu .content .col a img {
          width: 22px; }
        .bootom-menu .content .col a span {
          color: #fff;
          font-weight: 100;
          font-size: 15px;
          line-height: 18px;
          text-transform: capitalize; }
        .bootom-menu .content .col a:hover span {
          color: #e6e4e4; }
      .bootom-menu .content .col .call {
        width: 450px;
        height: 32px;
        background: #fff;
        border-radius: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
        padding: 0 10px; }
        .bootom-menu .content .col .call .title {
          font-style: normal;
          font-weight: 300;
          font-size: 10px;
          line-height: 12px;
          color: #F05454;
          width: 100px;
          text-align: center; }
        .bootom-menu .content .col .call .for-inp {
          width: 150px;
          height: 22px;
          border: 1px solid #F05454;
          border-radius: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-weight: 300;
          font-size: 10px;
          line-height: 12px;
          color: rgba(48, 71, 94, 0.85);
          padding-left: 5px;
          overflow: hidden;
          margin-right: 5px; }
          .bootom-menu .content .col .call .for-inp span {
            width: 20px; }
          .bootom-menu .content .col .call .for-inp input {
            border: 0;
            height: 100%;
            width: 125px; }
        .bootom-menu .content .col .call button {
          border: 0;
          background: #00E676;
          color: #fff;
          border-radius: 30px;
          white-space: nowrap;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 22px;
          padding: 0 10px;
          cursor: pointer; }
          .bootom-menu .content .col .call button:hover {
            background: rgba(0, 230, 119, 0.89); }
          .bootom-menu .content .col .call button svg {
            margin-right: 5px;
            fill: #fff;
            width: 15px; }

.top-bottom {
  width: 32px;
  height: 65px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #F05454;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 1000; }
  .top-bottom .top {
    width: 100%;
    max-width: calc(0.0625rem * 26);
    height: calc(0.0625rem * 26);
    border-radius: 50%;
    border: 1px solid #F05454;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0; }
    .top-bottom .top:hover {
      border: 1px solid #f05454c5; }
      .top-bottom .top:hover svg {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px); }
    .top-bottom .top svg {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      margin-top: -3px; }
  .top-bottom .bottom {
    width: 100%;
    max-width: calc(0.0625rem * 26);
    height: calc(0.0625rem * 26);
    border-radius: 50%;
    border: 1px solid #F05454;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 0; }
    .top-bottom .bottom:hover {
      border: 1px solid #f05454c5; }
      .top-bottom .bottom:hover svg {
        margin-top: 3px;
        -webkit-transform: rotate(180deg) translateY(-3px);
                transform: rotate(180deg) translateY(-3px); }
    .top-bottom .bottom svg {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      margin-top: 3px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.mt-200 {
  margin-top: -400px !important; }
  @media (max-width: 768px) {
    .mt-200 {
      margin-top: -500px !important; } }

@media (max-width: 768px) {
  .h-650 {
    height: 650px; } }

@media (max-width: 992px) {
  .d-block {
    display: block !important;
    -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0 90%) !important;
            clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0 90%) !important; } }

.left-fix {
  width: 55px;
  height: 216px;
  background: #fff;
  border-radius: 30px;
  position: fixed;
  left: 0;
  top: 200px;
  -webkit-box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100000; }
  @media (max-width: 768px) {
    .left-fix {
      left: 0;
      bottom: -80px;
      right: 0;
      top: unset;
      margin: 0 auto;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }
  .left-fix a {
    width: 45px;
    height: 45px;
    margin-top: 8px; }
    @media (max-width: 768px) {
      .left-fix a {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); } }
    .left-fix a:nth-of-type(2) {
      width: 48px;
      height: 48px;
      margin: 0; }
      .left-fix a:nth-of-type(2) img {
        width: 50px;
        height: 50px; }
    .left-fix a:nth-of-type(1) {
      margin: 0; }
    .left-fix a img {
      width: 45px;
      height: 45px; }

.pop-up {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.493);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000; }
  .pop-up .p-body {
    width: 100%;
    max-width: calc(0.0625rem * 600);
    height: calc(0.0625rem * 400);
    background: #fff;
    border-radius: 30px;
    position: relative; }
    .pop-up .p-body .close-popup {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
      .pop-up .p-body .close-popup::after {
        content: "";
        width: 2px;
        height: 100%;
        background: #f05454;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        z-index: 100;
        position: absolute;
        left: 15px;
        top: 0; }
      .pop-up .p-body .close-popup::before {
        content: "";
        width: 2px;
        height: 100%;
        background: #f05454;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        z-index: 100;
        position: absolute;
        left: 15px;
        top: 0; }
    .pop-up .p-body h1 {
      text-align: center;
      margin-top: 20px;
      color: #F05454;
      font-size: calc(0.0625rem * 20); }
    .pop-up .p-body .title {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .pop-up .p-body .title span {
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
        border-bottom: 1px solid #fff;
        margin-top: 15px; }
    .pop-up .p-body .row {
      width: 80%;
      margin: 0 auto;
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        .pop-up .p-body .row {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .pop-up .p-body .white-inputs {
      width: 250px;
      height: 40px;
      border-radius: 5px;
      background: #fff;
      padding: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px;
      border: 1px solid #F05454; }
      @media (max-width: 768px) {
        .pop-up .p-body .white-inputs {
          margin-top: 15px;
          margin-right: 0; } }
      .pop-up .p-body .white-inputs img {
        width: 18px; }
      .pop-up .p-body .white-inputs input {
        border: 0;
        width: calc(100% - 25px);
        height: 100%;
        font-weight: 300;
        font-size: 16px; }
    .pop-up .p-body .white-button {
      padding: 10px 30px;
      background: #fff;
      border: 0;
      border-radius: 30px;
      text-align: center;
      color: #F05454;
      font-weight: bold;
      cursor: pointer;
      display: block;
      margin: 0 auto;
      margin-top: 30px;
      border: 1px solid #F05454; }
      .pop-up .p-body .white-button:hover {
        color: #f05454c5; }

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