@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro/GothamPro.svg#GothamPro") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

input:focus, textarea:focus, a:focus, button:focus, select:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del, s, strike {
  text-decoration: line-through; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, fieldset, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0; }

ul, ol {
  list-style: none; }

body, input, button, select, textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

body {
  height: 100%; }

.clear {
  clear: both; }

.container:after, .container-fluid:after, .row:after {
  content: "";
  clear: both;
  display: table;
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

pre, code {
  font-family: monospace; }

a {
  color: inherit;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  position: relative;
  display: inline-block;
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  font: 300 12px/2 Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center; }
  img:after {
    content: "Broken Image of " attr(alt);
    display: block;
    color: #646464;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }

input {
  vertical-align: middle;
  margin: 0;
  padding: 0; }
  input::-ms-clear, input::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }

button,
a.button,
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='image'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  text-decoration: none; }

::-moz-selection {
  background: dodgerblue; }

::selection {
  background: dodgerblue; }

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 1.6rem;
  color: #777;
  letter-spacing: -0.03rem; }
  .no-flexbox body {
    min-height: 100%;
    height: 100%;
    display: block !important; }

.page-wrapper,
.footer {
  max-width: none;
  min-width: 0;
  width: 100%;
  margin: 0 auto; }
  .no-flexbox .page-wrapper, .no-flexbox
  .footer {
    width: auto; }

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100%; }
  .lte-ie-11 .page-wrapper,
  .lt-ie-11 .page-wrapper {
    min-height: 0; }
  .no-flexbox .page-wrapper {
    display: block !important;
    width: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%; }

.page-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .page-body.flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

.wrapper {
  position: relative; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-fourth-3 {
  width: 1em; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px; }

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1230px) {
    .container {
      width: 1200px; } }

.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; } }

@media (min-width: 1230px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; } }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100; }
  @media (max-width: 1130px) {
    .header {
      background-color: #fff; } }

.header-container {
  width: 1440px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 40px 0;
  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; }
  @media (max-width: 1130px) {
    .header-container {
      padding: 16px 15px; } }

.menu-btn {
  text-transform: uppercase;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  width: 104px;
  height: 40px;
  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: url(../img/menu-bg.png) center center no-repeat; }
  @media (max-width: 767px) {
    .menu-btn {
      width: 82px;
      height: 32px;
      background-size: 100%;
      font-size: 12px; } }

@media (max-width: 767px) {
  .logo {
    width: 115px; } }

.main {
  min-height: 100vh;
  background: url(../img/svg/bg.svg) center bottom no-repeat;
  background-size: cover;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-height: 700px) {
    .main {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .main {
      padding-bottom: 88px;
      padding-top: 88px; } }

.main-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  width: 592px;
  max-width: 100%;
  margin: 0 auto 16px; }
  .main-text span {
    font-weight: bold; }
  @media (max-width: 767px) {
    .main-text {
      font-size: 19px;
      line-height: 32px;
      margin-bottom: 105px; } }

.btn {
  background: -o-linear-gradient(283.4deg, #FF5858 15.28%, #F09819 83.98%);
  background: linear-gradient(166.6deg, #FF5858 15.28%, #F09819 83.98%);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24), 0px 0px 12px rgba(1, 1, 1, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24), 0px 0px 12px rgba(1, 1, 1, 0.12);
  border-radius: 32px;
  width: 250px;
  max-width: 100%;
  height: 56px;
  margin: 0 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;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF; }
  .btn:hover {
    background: #F09819;
    -webkit-box-shadow: 0px 4px 16px rgba(240, 152, 25, 0.5);
            box-shadow: 0px 4px 16px rgba(240, 152, 25, 0.5); }

.main-circle {
  width: 632px;
  height: 632px;
  border-radius: 50%;
  margin: 0 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;
  background-color: rgba(243, 243, 243, 0.5); }
  @media (max-width: 991px) {
    .main-circle {
      width: auto;
      height: auto;
      background: transparent; } }

.border-circle {
  width: 528px;
  height: 528px;
  border-radius: 50%;
  margin: 0 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-sizing: border-box;
          box-sizing: border-box;
  border: 2px dashed #F3F3F3; }
  @media (max-width: 991px) {
    .border-circle {
      width: auto;
      height: auto;
      border: 0;
      background: transparent; } }

.last-circle {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  margin: 0 auto;
  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: flex-end;
  background: #F3F3F3;
  position: relative; }
  @media (max-width: 991px) {
    .last-circle {
      width: auto;
      height: auto;
      background: transparent;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.taxi-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
          box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 32px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 50%;
  top: 0;
  border-radius: 16px 16px 16px 0; }
  @media (max-width: 991px) {
    .taxi-item {
      position: relative;
      left: auto !important;
      top: auto !important;
      right: auto !important;
      width: 100%;
      margin: 0 0 16px 0 !important; } }
  @media (max-width: 767px) {
    .taxi-item {
      width: calc(100% - 30px);
      margin: 0 auto 16px !important; } }
  .taxi-item:hover .taxi-hover {
    display: block;
    z-index: 10; }
  @media (max-width: 767px) {
    .taxi-item:hover {
      z-index: 2; } }
  .taxi-item:nth-child(2n+1) {
    right: auto;
    left: 50%;
    border-radius: 16px 16px 0 16px; }
    .taxi-item:nth-child(2n+1) .taxi-hover {
      border-radius: 16px 16px 0 16px; }
    .taxi-item:nth-child(2n+1) .animate-circle {
      right: auto;
      left: 1px; }
  .taxi-item:nth-child(2) {
    top: -52px;
    margin-right: -334px; }
    .taxi-item:nth-child(2) .taxi-text {
      width: 127px; }
    @media (max-width: 1050px) {
      .taxi-item:nth-child(2) {
        margin-right: 20px; } }
  .taxi-item:nth-child(3) {
    top: -52px;
    margin-left: -316px; }
    .taxi-item:nth-child(3) .taxi-text {
      width: 133px; }
    @media (max-width: 1050px) {
      .taxi-item:nth-child(3) {
        margin-left: 20px; } }
  .taxi-item:nth-child(4) {
    top: 68px;
    margin-right: -474px; }
    .taxi-item:nth-child(4) .taxi-text {
      width: 182px; }
    @media (max-width: 1130px) {
      .taxi-item:nth-child(4) {
        margin-right: -424px; } }
    @media (max-width: 1050px) {
      .taxi-item:nth-child(4) {
        margin-right: 20px; } }
  .taxi-item:nth-child(5) {
    top: 68px;
    margin-left: -436px; }
    .taxi-item:nth-child(5) .taxi-text {
      width: 124px; }
    @media (max-width: 1130px) {
      .taxi-item:nth-child(5) {
        margin-left: -386px; } }
    @media (max-width: 1050px) {
      .taxi-item:nth-child(5) {
        margin-left: 20px; } }
  .taxi-item:nth-child(6) {
    top: 188px;
    margin-right: -540px; }
    .taxi-item:nth-child(6) .taxi-text {
      width: 177px; }
    @media (max-width: 1130px) {
      .taxi-item:nth-child(6) {
        margin-right: -440px; } }
    @media (max-width: 1050px) {
      .taxi-item:nth-child(6) {
        margin-right: 20px; } }
  .taxi-item:nth-child(7) {
    top: 188px;
    margin-left: -532px; }
    .taxi-item:nth-child(7) .taxi-text {
      width: 153px; }
    @media (max-width: 1130px) {
      .taxi-item:nth-child(7) {
        margin-left: -482px; } }
    @media (max-width: 1050px) {
      .taxi-item:nth-child(7) {
        margin-left: 20px; } }
  .taxi-item:nth-child(8) {
    top: 308px;
    margin-right: -476px; }
    .taxi-item:nth-child(8) .taxi-text {
      width: 194px; }
    @media (max-width: 1130px) {
      .taxi-item:nth-child(8) {
        margin-right: -416px; } }
    @media (max-width: 1050px) {
      .taxi-item:nth-child(8) {
        margin-right: 20px; } }
  .taxi-item:nth-child(9) {
    top: 308px;
    margin-left: -482px; }
    .taxi-item:nth-child(9) .taxi-text {
      width: 242px; }
    @media (max-width: 1050px) {
      .taxi-item:nth-child(9) {
        margin-left: 20px; } }

.taxi-icon-block {
  width: 40px;
  height: 40px;
  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;
  margin-right: 12px; }

.taxi-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #E7711C; }

.taxi-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 16px 16px 16px 0;
  background: #E6711C;
  -webkit-box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
          box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
  width: calc(100% + 106px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 32px;
  display: none; }
  @media (max-width: 991px) {
    .taxi-hover {
      width: 100%; } }

.taxi-hover-name {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.8;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 8px; }

.taxi-hover-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF; }

.animate-circle {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FBE51E;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(251, 229, 30, 0.2);
          box-shadow: 0 0 0 0 rgba(251, 229, 30, 0.2);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  position: absolute;
  top: 1px;
  right: 1px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 229, 30, 0.2);
            box-shadow: 0 0 0 0 rgba(251, 229, 30, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 24px rgba(251, 229, 30, 0);
            box-shadow: 0 0 0 24px rgba(251, 229, 30, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 229, 30, 0);
            box-shadow: 0 0 0 0 rgba(251, 229, 30, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 229, 30, 0.2);
            box-shadow: 0 0 0 0 rgba(251, 229, 30, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 24px rgba(251, 229, 30, 0);
            box-shadow: 0 0 0 24px rgba(251, 229, 30, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 229, 30, 0);
            box-shadow: 0 0 0 0 rgba(251, 229, 30, 0); } }

.menu-overaly {
  z-index: 101;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
  display: none; }

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  height: 100vh;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
          box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
  width: 400px;
  overflow: 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-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  .menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  @media (max-height: 600px) {
    .menu {
      display: block;
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .menu {
      width: 273px; } }

@media (max-height: 600px) {
  .menu-list {
    margin-bottom: 60px; } }

.menu-list-btn {
  height: 85px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: rgba(17, 17, 17, 0.9); }
  @media (max-width: 767px) {
    .menu-list-btn {
      font-size: 15px; } }
  .menu-list-btn:hover {
    background: #F3F3F3; }
  .menu-list-btn.active {
    background: #F3F3F3; }
  .menu-list-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    width: 256px;
    background: #F3F3F3; }
    @media (max-width: 767px) {
      .menu-list-btn:before {
        width: 209px; } }

.close-menu {
  background: #F3F3F3;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px; }

.robot {
    top: 12px;
}
@media (max-width: 1050px) {
  .robot {
    position: absolute;
    top: -140px;
    left: -275px;
  } }

@media (max-width: 991px) {
  .robot {
    top: -10px;
    left: -190px; } }

@media (max-width: 767px) {
  .robot {
    position: relative;
    width: 190px;
    left: -130px;
    top: 0;
    margin-top: -75px;
  } }

.mob-container {
  margin-bottom: 14px; }
  @media (max-width: 991px) {
    .mob-container {
      margin-bottom: 0;
      position: fixed;
      z-index: 100;
      left: 0;
      bottom: 0;
      padding: 16px 15px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50.35%, #FFFFFF));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.35%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.35%); } }

.remodal-overlay {
  background: rgba(0, 0, 0, 0.6); }

.form-modal {
  width: 556px;
  max-width: 100%;
  background: #FBFBFB;
  border-radius: 8px;
  padding-top: 88px;
  padding-bottom: 88px;
  padding-left: 22px;
  padding-right: 22px; }
  @media (max-width: 767px) {
    .form-modal {
      padding-top: 32px;
      padding-bottom: 32px; } }

.remodal-close {
  width: 22px;
  height: 22px;
  background-image: url(../img/svg/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F3F3F3;
  border-radius: 50%;
  top: 17px;
  right: 17px;
  left: auto; }
  .remodal-close:before {
    display: none; }
  @media (max-width: 767px) {
    .remodal-close {
      top: 9px;
      right: 9px; } }

.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-form .btn {
    width: 380px;
    max-width: 100%; }

.form-name {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .form-name {
      font-size: 17px;
      line-height: 28px;
      margin-bottom: 0; } }

.form-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #111111;
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    .form-text {
      font-size: 13px;
      margin-bottom: 24px; } }

.label-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  max-width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .label-input {
      margin-bottom: 20px; } }
  .label-input .input-error {
    position: absolute;
    top: 100%;
    right: 24px;
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: red; }

.input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(251, 229, 30, 0.1);
  -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  text-indent: 24px;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #111111; }
  .input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input::-moz-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input::-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5); }
  .input::placeholder {
    color: rgba(17, 17, 17, 0.5); }

.label-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: -8px;
  margin-bottom: 24px;
  cursor: pointer;
  position: relative; }
  @media (max-width: 767px) {
    .label-check {
      margin-top: -4px; } }
  .label-check .input-error {
    position: absolute;
    top: 100%;
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: red;
    width: 100%;
    text-align: right;
    right: 0; }

.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
  .checkbox:checked + .checkbox-icon {
    background-color: #E6711C;
    background-image: url(../img/svg/check.svg);
    background-position: center center;
    background-repeat: no-repeat; }

.checkbox-icon {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E6711C;
  border-radius: 2px;
  margin-right: 12px; }

.checkbox-text {
  width: calc(100% - 32px);
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
  text-align: left; }

.section {
  position: fixed;
  z-index: 104;
  width: calc(100vw - 408px);
  height: calc(100vh - 8px);
  overflow: auto;
  background-color: #fff;
  left: 4px;
  top: 4px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 116px; }
  @media (max-width: 1400px) {
    .section#price {
      padding: 80px 25px; } }
  @media (max-width: 1100px) {
    .section#price {
      padding: 24px 15px; } }
  @media (max-width: 1100px) {
    .section {
      padding: 24px 15px; } }
  @media (max-width: 767px) {
    .section {
      width: calc(100vw - 8px); } }

.page-name {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #000000; }
  @media (max-width: 767px) {
    .page-name {
      font-size: 17px;
      line-height: 28px; } }

.page-header {
  margin-bottom: 32px;
  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: 767px) {
    .page-header {
      margin-bottom: 16px; } }

.page-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #111111;
  margin-bottom: 24px; }
  .page-text:last-child {
    margin-bottom: 0; }
  .page-text.mb-8 {
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .page-text.mb-8 {
        margin-bottom: 4px; } }
  @media (max-width: 767px) {
    .page-text {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 12px; } }

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px; }
  .about-row:last-child {
    margin-bottom: 0; }
  .about-row.mb-24 {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .about-row.mb-24 {
        margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .about-row {
      margin-bottom: 8px; } }

.about-icon {
  width: 56px;
  height: 56px;
  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;
  margin-right: 16px; }
  @media (max-width: 767px) {
    .about-icon {
      width: 40px;
      height: 40px;
      margin-right: 8px; }
      .about-icon svg {
        max-width: 100%;
        max-height: 100%; } }

.about-text-block {
  width: calc(100% - 72px); }
  @media (max-width: 767px) {
    .about-text-block {
      width: calc(100% - 48px); } }

.about-name {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #111111;
  opacity: 0.9;
  margin-bottom: 4px; }
  @media (max-width: 767px) {
    .about-name {
      font-size: 15px;
      line-height: 20px;
      min-height: 40px; } }

.about-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #111111;
  opacity: 0.8; }
  @media (max-width: 767px) {
    .about-text {
      font-size: 13px;
      line-height: 18px;
      width: calc(100% + 48px);
      margin-left: -48px; } }

.page-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #111111;
  opacity: 0.8; }

.close-page {
  display: none; }
  @media (max-width: 767px) {
    .close-page {
      display: block; } }

.modal-section {
  position: fixed;
  z-index: 104;
  width: calc(100vw - 8px);
  height: calc(100vh - 8px);
  overflow: auto;
  left: 4px;
  top: 4px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle; }
  .modal-section .form-modal {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 548px; }
    @media (max-width: 767px) {
      .modal-section .form-modal {
        width: 300px; } }

.page-step {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #111111;
  padding-left: 48px;
  position: relative;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .page-step {
      padding-left: 32px;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 8px; } }
  .page-step:last-child {
    margin-bottom: 0; }
  .page-step:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FBE51E;
    opacity: 0.2;
    -webkit-filter: blur(2px);
            filter: blur(2px); }
    @media (max-width: 767px) {
      .page-step:before {
        width: 24px;
        height: 24px; } }
  .page-step:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FBE51E; }
    @media (max-width: 767px) {
      .page-step:after {
        left: 8px;
        top: 8px; } }

.recomend-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.recomend-item {
  width: 50%;
  height: 140px;
  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; }
  .recomend-item a {
    display: block;
    text-align: center; }
    .recomend-item a img {
      max-width: 300px; }
  @media (max-width: 478px) {
    .recomend-item {
      width: 100%; }
      .recomend-item a img {
        max-width: 220px; } }

.price-table {
  width: 888px;
  position: relative; }

.price-container {
  width: 100%;
  overflow: auto; }

.price-add-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.clear-add-head {
  border-bottom: 1px solid #CCCCCC;
  width: 216px; }

.free-add-head {
  height: 48px;
  width: 210px;
  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-color: rgba(230, 113, 29, 0.85);
  border-top-left-radius: 4px;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF; }
  .free-add-head:before {
    content: '';
    position: absolute;
    -webkit-box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
            box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
    width: 210px;
    height: calc(100% - 20px);
    top: 20px;
    left: 216px;
    border-top-left-radius: 4px; }

.top-add-head {
  width: 252px;
  background: -o-linear-gradient(283.35deg, #FF5858 15.28%, #F09819 83.98%);
  background: linear-gradient(166.65deg, #FF5858 15.28%, #F09819 83.98%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 48px;
  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;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 20px; }
  .top-add-head:before {
    content: '';
    position: absolute;
    -webkit-box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
            box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
    width: 252px;
    height: 100%;
    top: 0;
    left: 426px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.mid-add-head {
  height: 48px;
  width: 210px;
  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-color: rgba(230, 113, 29, 0.85);
  border-top-right-radius: 4px;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF; }
  .mid-add-head:before {
    content: '';
    position: absolute;
    -webkit-box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
            box-shadow: 0px 15px 30px rgba(120, 120, 120, 0.2);
    width: 210px;
    height: calc(100% - 20px);
    top: 20px;
    left: 678px;
    border-top-right-radius: 4px; }

.price-head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.clear-head-item {
  width: 216px;
  height: 181px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #111111;
  border-bottom: 1px solid #CCCCCC; }

.free-head-item {
  border-bottom: 1px solid #CCCCCC;
  width: 210px;
  height: 181px; }

.free-head-item-conatiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background: #EFEFEF;
  height: 181px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.price-head-text {
  text-align: center;
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: #111111;
  margin-bottom: 16px; }
  @media (max-width: 478px) {
    .price-head-text {
      font-size: 11px; } }

.price-head-cost {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  color: #111111;
  margin-bottom: 4px; }
  @media (max-width: 478px) {
    .price-head-cost {
      font-size: 18px;
      line-height: 16px; } }

.price-head-val {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #111111; }
  @media (max-width: 478px) {
    .price-head-val {
      margin-bottom: 10px; } }

.top-head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 252px;
  height: 181px;
  background-color: #EFEFEF;
  position: relative;
  border-bottom: 1px solid #CCCCCC; }
  .top-head-item:before {
    content: '';
    position: absolute;
    background-color: #EFEFEF;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0; }
  .top-head-item .price-head-val {
    margin-bottom: 16px; }

.price-head-val-add {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.8px;
  color: #111111;
  opacity: 0.7; }

.price-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.price-table-item {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .price-table-item:nth-child(1) {
    width: 216px; }
  .price-table-item:nth-child(2) {
    width: 210px; }
    .price-table-item:nth-child(2) .price-table-item-container {
      height: 88px;
      width: 210px; }
  .price-table-item:nth-child(3) {
    width: 252px; }
    .price-table-item:nth-child(3) .price-table-item-container {
      height: 88px;
      width: 252px;
      position: relative; }
  .price-table-item:nth-child(4) {
    width: 210px; }
    .price-table-item:nth-child(4) .price-table-item-container {
      height: 88px;
      width: 210px; }
  .price-table-item.mod-128 {
    height: 128px; }
    .price-table-item.mod-128:nth-child(2) .price-table-item-container {
      height: 128px; }
    .price-table-item.mod-128:nth-child(3) .price-table-item-container {
      height: 128px; }
    .price-table-item.mod-128:nth-child(4) .price-table-item-container {
      height: 128px; }

.price-table-item-container {
  background-color: #FBFBFB;
  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; }

.price-table-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #111111;
  padding-right: 18px; }

.price-table-item-text {
  font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-top: 9px; }

.price-table {
  display: none; }

/*  comparison table*/
.comparison {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  padding: 10px; }

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #CCC; }

.comparison td, .comparison th {
  border-right: 1px solid #CCC;
  empty-cells: show;
  padding: 10px; }

.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  color: #ffffff;
  background-color: rgba(230, 113, 29, 0.85);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 0;
  border-right: #6692b0 !important;
  height: 48px;
  line-height: 48px; }
  @media (max-width: 478px) {
    .compare-heading {
      line-height: 22px; } }

.compare-heading_th {
  background: #EFEFEF; }

.compare-heading_th__first {
  text-align: left;
  font-weight: bold !important; }

.compare-heading_th th:nth-child(1) {
  background: #ffffff; }

.compare-heading__main {
  background: -o-linear-gradient(283.35deg, #FF5858 15.28%, #F09819 83.98%);
  background: linear-gradient(166.65deg, #FF5858 15.28%, #F09819 83.98%);
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px); }

.comparison tbody tr:nth-child(odd) {
  display: none; }

.comparison .compare-row {
  background: #F5F5F5; }

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #CCC; }

.comparison tr td:first-child {
  text-align: left;
  font-size: 14px;
  color: #111111; }

.comparison .tl {
  border-right: #6692b0 !important; }

.comparison .qbse, .comparison .qbo, .comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 13px;
  border-right: 1px solid #CCC;
  border-bottom: 0; }

.comparison .tl2 {
  border-right: 0; }

.comparison .qbse {
  background: #0078C1;
  border-top-left-radius: 3px;
  border-left: 0px; }

.comparison .qbo {
  background: #009E2C;
  border-top-right-radius: 3px;
  border-right: 0px; }

.comparison .price-info {
  padding: 5px 15px 15px 15px;
  background: #EFEFEF; }

.comparison .price-info__main {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px); }

.comparison .price-was {
  color: #999;
  text-decoration: line-through; }

.comparison .price-now, .comparison .price-now span {
  color: #ff5406; }

.comparison .price-now span {
  font-size: 32px; }

.comparison .price-small {
  font-size: 18px !important;
  position: relative;
  top: -11px;
  left: 2px; }

.comparison td {
  font-size: 13px;
  vertical-align: middle; }

.comparison .price-buy {
  background: #ff5406;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0; }

.comparison .tickgreen:before {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: url("../img/svg/green_check.svg") no-repeat center center; }

.comparison td:not(.tickgreen):before {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: url("../img/svg/red_minus.svg") no-repeat center center; }

.comparison tr td:first-child:before {
  display: none; }

.comparison .price-try {
  font-size: 12px; }

.comparison .price-try a {
  color: #202020; }

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none; }
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #F7F7F7; }
  .comparison .row {
    background: #FFF; }
  .comparison td, .comparison th {
    border: 1px solid #CCC; }
  .price-info {
    border-top: 0 !important; } }

@media (max-width: 639px) {
  .comparison .price-buy {
    padding: 5px 10px; }
  .comparison td, .comparison th {
    padding: 10px 5px; }
  .comparison .hide-mobile {
    display: none; }
  .comparison .price-now span {
    font-size: 16px; }
  .comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0; }
  .comparison .qbse, .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px; }
  .comparison .price-buy {
    margin-top: 10px; }
  .compare-heading {
    font-size: 13px; } }

.comparison td.collspan:before {
  display: none !important; }

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

.logo-link img {
  width: 220px;
}