 .top-bar {
        text-align: center;
        overflow: hidden;
        speak: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }
   .show-more-link
    {
        text-align: center;
        display: block;
        width: 100%;
        padding: 12px;
        margin-top: 20px;
        border-radius: 3px;
        font-size: 16px;
        color: #ebebeb;
        background-color: #415666;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;   
    }


    @media(max-width:960px) {

        .top-bar {
            justify-content: unset;
            height: 51px;
            transition: all 800ms ease;
            width: 400vw;  /* 400 === 4 images */

        }
        .preheadwrap {
            overflow: hidden;
        }
        #CarouselPreHeader .msg {
            opacity: 0;
            visibility: hidden;
            transition: all 800ms ease;
            width: 100%;
        }

    }

    .top-bar i {
        color: #ffb01a;
        margin-right: 10px
    }

    .top-bar p {
        margin: 0;
        padding: 10px;
        font-size: 15px;    


    }

    .msg {
        color: #fff;
        margin: 0 10px;
        display: inline-block
    }

    .left-msg {
        float: left
    }

    .right-msg {
        float: right
    }

    .right-msg p {
        display: inline-block
    }



    .msg.center-msg p {
        display: inline-block
    }

    .msg.center-msg img {
        display: inline-block;
        vertical-align: sub;
        width: 100px;
    }

    .msg .trustpilot-widget {
        justify-content: center;
        position: relative;
        vertical-align: middle;
        width: 420px;
        display: flex;
        align-items: center;
        height: 45px;
    }

    @media(max-width: 960px) {
        .msg .trustpilot-widget {
            height: 50px;
            margin: auto;
            width: 100% !important;
        }  

    }

    .bg-texture {
        background: url(radio-code-footer.png) repeat #424242;
    }

    .hero-reviews {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .hero-reviews > div {
        font-size: 15px;
        display: flex;
    }
    .hero-reviews > div >div:first-of-type {
        margin-right: 30px;
    }
    .hero-reviews > div >div:last-of-type > span {
        margin-bottom: 6px;
        display: block;
    }


    .review-fader-wrap {
        position: relative;
    }

    .review-fader.top {
        position: absolute;
        top: 0;
    }



    @media (max-width: 560px) {
        .hero-reviews > div {
            flex-direction: column;
            align-items: center;
            margin: auto;
        }
    }

    span[class^="hero-tp"] {
        display: flex;
        width: 100px;
        margin-left: 10px;
        align-items: center;
    }
    span[class^="hero-tp"] img {
        display: block;
        width: 100%!important;
    }
    .tp-smaller-text {
        font-size: 14px;
    }
    .tp-pre-head {
        justify-content: center;
    }
    @media (max-width: 960px) {
        .tp-pre-head {
            padding: 13px 0;
        }
    }
    @media (max-width: 560px) {
        .tp-pre-head {
            flex-direction: row!important;
        }
    }
    @media (max-width: 400px) {
        .pre-head-tp-hide {
            display: none;
        }
    }
    .msg p{
        color: #fff;   
    }
    .dt-hide {
        display: none ;
    }

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

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.42857143;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  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: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

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

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

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

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

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

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

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

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*@media (min-width: 180px) {
.col-sm-3 {
    width: 46%;
    display: inline-block;
  }

}*/
.car-card-img-radio-code
{
    text-align: center;
}
.car-card-img-radio-code img {
    width: 100%;
    height: 200px;
    transition: .2s all ease;  
}
.car-card-name-radio-code {
    text-align: center;
    padding: 10px 0px;
    border-radius: 0px 0px 3px 3px;
    transition: .2s all ease;
    color: #fff;
    background: #202328;
}
.car-card-border-yes-radio-code {
    border: 1px solid #cdcdcd;
}
.car-card-radio-code {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 3px;
}
@media (max-width: 420px){
    .mobile-size-set
    {
        width: 49% !important;
        display: inline-block;
        padding: 0px;
    }
    .car-card-img-radio-code img {
        max-width: 100%;
        height: auto;
        transition: .2s all ease;  
    }
    .radio-code-font-mobile-size {
        font-size: 20px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .boxy__cars a {
       width: 23% !important;
    }
}

@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

* {
  outline: none;
}

html {
  background-color: #191c21;
  color: #ccc;
}

body {
  font-size: 16px;
  font-family: "Proxima Nova", Helvetica, Arial;
  background-color: #191c21;
}

@media (min-width: 0px) and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #f68300;
  text-decoration: none;
}

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

button {
  border: 0;
}

.orange {
  color: #f68300;
}

.main {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
  text-transform: none;
}

::-moz-placeholder {
  color: #a5a5a5;
  text-transform: none;
}

:ms-input-placeholder {
  color: #a5a5a5;
  text-transform: none;
}

:-moz-placeholder {
  color: #a5a5a5;
  text-transform: none;
}

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

@media (min-width: 0px) and (max-width: 768px) {
  .align-center {
    text-align: left;
  }
}

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

@media (min-width: 0px) and (max-width: 768px) {
  .align-right {
    text-align: left;
  }
}

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

@keyframes shine {
  0% {
    opacity: .3;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: .3;
  }
}

@keyframes hideStage {
  40% {
    opacity: 1;
    top: 30px;
    left: -8px;
    right: -8px;
    bottom: -10px;
  }
  80% {
    opacity: 0;
    top: 30px;
    left: -8px;
    right: -8px;
    bottom: -10px;
  }
  100% {
    opacity: 0;
    top: 30px;
    left: -8px;
    right: -8px;
    bottom: -10px;
    display: none;
  }
}

.boxy {
  display: block;
  position: relative;
  z-index: 30;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

@media (min-width: 993px) {
  .boxy {
    width: 470px;
  }
   .boxy-full-height {
        height: 540px;
    }
    .boxy-medium-height
    {
        height: 490px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
  .boxy {
    height: 420px;
    width: 350px;
  }
  .boxy-full-height {
        height: 520px;
    }
    .boxy-medium-height
    {
        height: 450px;
    }
}

@media (min-width: 769px) {
  .boxy {
    top: 150px;
    float: right;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
   .boxy-full-height {
        height: 470px;
    }
    .boxy-medium-height
    {
        height: 420px;
    }
}

@media (min-width: 769px) {
  .boxy--hidden {
    top: 220px;
    opacity: 0;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy--hidden {
    margin-top: 100px;
    opacity: 0;
  }
}

.boxy__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
}

.boxy__inner-home {
  border-radius: 6px;
}


.boxy__cars {
  display: block;
}

.boxy__car {
  display: inline-block;
  width: calc(25% - 6px);
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
}
.boxy__cars a {
  display: inline-block;
  width: 24%;
  border-radius: 3px;
}
.boxy__cars img {
  width: 100%;
}

@media (min-width: 993px) {
  .boxy__car:hover > .boxy__carIcon {
    color: #f68300;
    background-color: gainsboro;
  }
  .boxy__car:hover {
    background-color: #cdcdcd;
  }
}

@media (min-width: 0px) and (max-width: 992px) {
  .boxy__car {
    width: calc(33.333% - 6px);
  }
}

.boxy__carIcon {
  display: block;
  width: 100%;
  font-size: 80px;
  color: #415666;
  background-color: #e1e1e1;
  border-radius: 3px;
  padding: 10px 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 0px) and (max-width: 992px) {
  .boxy__carIcon {
    font-size: 50px;
  }
}

.boxy__carsShow {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  border-radius: 3px;
  font-size: 16px;
  color: #ebebeb;
  background-color: #415666;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.boxy__carsShow:hover {
  background-color: #2d4252;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__carsShow {
    margin-top: 25px;
  }
}

.boxy__carsShowIcon {
  position: relative;
  top: 2px;
}

.boxy__form {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.payment-icon{
    margin-top: 10px; text-align: center;
    }
.payment-icon i{
    font-size: 26px;
    color: #202328;
}
.boxy__form-top {
    padding: 30px;
  text-align: center;
  width: 100%;
  border-radius: 6px 6px 0px 0px;
  background-color: #ebebeb;
}

@media (min-width: 0px) and (max-width: 992px) {
  .boxy__form-top {
    padding: 25px 20px;
  }
}

.boxy__form-title {
  display: block;
  font-size: 24px;
  color: #665;
  margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 992px) {
  .boxy__form-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-title {
    font-size: 22px;
  }
}

.boxy__form-form {
  text-align: left;
  position: relative;
}

.boxy__form-formButton {
  background-color: transparent;
  color: #cdcdcd;
  position: relative;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  padding: 0px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-formButton {
    right: 5px;
    top: 8px;
    font-size: 23px;
  }
}

.boxy__form-samples {
  position: absolute;
  height: 50px;
  top: 0px;
  left: 0px;
  width: 100%;
  border-radius: 2px;
  padding: 0px 0px 0px 15px;
  letter-spacing: 5px;
  background-color: #fff;
  color: #d7d7d7;
  overflow: hidden;
  font-weight: 600;
}

@media (min-width: 0px) and (max-width: 992px) {
  .boxy__form-samples {
    width: 100%;
    font-size: 16px;
    padding: 0px 15px;
    height: 45px;
  }
}

.boxy__form-sample {
  line-height: 50px;
  font-size: 18px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media (min-width: 0px) and (max-width: 992px) {
  .boxy__form-sample {
    line-height: 45px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-sample {
    font-size: 16px;
    width: 150%;
  }
}

.boxy__form-sampleEG {
  font-size: 14px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-sampleEG {
    line-height: 23px;
    display: none;
  }
}

.boxy__form-sample--active {
  color: #d7d7d7;
}

.boxy__form-input {
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 100%;
  border: none;
  padding: 11px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
  background-color: transparent;
  color: #5c5c5c;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 0px) and (max-width: 992px) {
  .boxy__form-input {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-input {
    line-height: 23px;
  }
}

.boxy__form-input--active {
  background-color: #fff;
}

.boxy__form-input--modal {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: 0;
  position: relative;
}

.boxy__form-submit {
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  background-color: #f68300;
  color: #fff;
  border-radius: 2px;
  text-transform: capitalize;
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.boxy__form-submit:hover {
  background-color: #e26f00;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 992px) {
  .boxy__form-submit {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    float: none;
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-submit {
    padding: 10px;
  }
}

.boxy__form-bottom {
  padding: 30px;
  border-top: 1px solid #ccc;
}

@media (min-width: 993px) {
  .boxy__form-bottom:hover .boxy__form-caption-title {
    color: #4d4d4d;
  }
  .boxy__form-bottom:hover .boxy__form-caption-text {
    color: #606060;
  }
  .boxy__form-bottom:hover .boxy__form-caption-button {
    color: #f68300;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-bottom {
    padding: 20px;
  }
}

.boxy__form-caption-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #848484;
  margin: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-caption-title {
    color: #666666;
  }
}

.boxy__form-caption-title i {
  position: relative;
  top: 2px;
}

.boxy__form-caption-text {
  display: inline-block;
  font-size: 16px;
  color: #969696;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-caption-text {
    font-size: 14px;
    color: #787878;
  }
}

.boxy__form-caption-button {
  display: inline-block;
  color: #838383;
  font-size: 13px;
  margin-top: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.boxy__form-caption-button:hover {
  color: #e26f00;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__form-caption-button {
    text-align: center;
    background-color: #b8b8b8;
    color: whitesmoke;
    border-radius: 2px;
    margin-top: 3px;
    padding: 9px;
    text-transform: capitalize;
  }
}

.boxy__payment {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.boxy__paymentTop {
  border-radius: 5px 5px 0 0;
}

.boxy__paymentTopTitle {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  color: #139a49;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__paymentTopTitle {
    font-size: 22px;
  }
}

.boxy__paymentTopSerial {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  color: #a0a0a0;
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__paymentTopSerial {
    font-size: 18px;
  }
}

.boxy__paymentTopTime {
  display: block;
  width: 100%;
  text-align: center;
  color: #ebebeb;
  font-size: 18px;
  padding: 7px 0;
  background-color: #0a9b45;
}

.boxy__paymentTopTimeIcon {
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 2px;
}

.boxy__paymentBot {
  padding: 20px 0px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__paymentBot {
    width: 80%;
  }
}

.boxy__paymentBotLabel {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #7b7b7b;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__paymentBotLabel {
    font-size: 16px;
  }
}

.boxy__paymentBotInput {
  padding: 10px 15px;
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  color: #665;
  font-size: 18px;
  border-radius: 2px;
}

.boxy__paymentBotInput:focus {
  border-color: #009938;
}

.boxy__paymentBotSelectInput {
  position: absolute;
  opacity: 0;
}

.boxy__paymentBotSelectInput:checked + .boxy__paymentBotSelectLabel {
  background-color: #0a9b45;
  color: #fff;
}

.boxy__paymentBotSelectLabel {
  display: block;
  float: left;
  width: 50%;
  background-color: #fff;
  padding: 10px 15px;
  color: #9b9b9b;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  border-radius: 2px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.boxy__paymentBotSelectLabel .onlyMob {
  display: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__paymentBotSelectLabel {
    font-size: 16px;
  }
  .boxy__paymentBotSelectLabel span {
    display: none;
  }
  .boxy__paymentBotSelectLabel .onlyMob {
    display: inline;
  }
}

.boxy__paymentBotSelectLabelIcon {
  position: relative;
  top: 2px;
}

.boxy__paymentBotSubmit {
  display: block;
  background-color: #0a9b45;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 2px;
  position: relative;
  top: 20px;
}

.boxy__paymentBotSubmit:hover {
  background-color: #008731;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__paymentBotSubmit {
    font-size: 16px;
  }
}

.boxy__loading {
  position: absolute;
  border-radius: 6px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: none;
  background-color: #fff;
}

.boxy__loading--active {
  display: block;
}

.boxy__innerLoadingImg {
  margin-top: calc(50% - 70px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__innerLoadingImg {
    margin-top: calc(50% - 30px);
  }
}

.boxy__innerCars {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 30px 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .boxy__innerCars {
    padding: 15px;
  }
}

.boxy__innerForm {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.boxy__innerPayment {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.boxy__innerShade {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.boxy--multi .boxy__state-1 .boxy__innerCars {
  background-color: #ebebeb;
}

.boxy--multi .boxy__state-1 .boxy__innerForm {
  background-color: #c3c3c3;
  top: -10px;
  bottom: 10px;
  left: 8px;
  right: 8px;
}

.boxy--multi .boxy__state-1 .boxy__innerForm .boxy__form-top {
  background-color: #c3c3c3;
}

.boxy--multi .boxy__state-1 .boxy__innerPayment {
  top: -20px;
  bottom: 20px;
  left: 16px;
  right: 16px;
  background-color: #a5a5a5;
}

.boxy--multi .boxy__state-2 .boxy__innerCars {
  background-color: #ebebeb;
}

.boxy--multi .boxy__state-2 .boxy__innerForm {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #d7d7d7;
}

.boxy--multi .boxy__state-2 .boxy__innerPayment {
  top: -10px;
  left: 8px;
  right: 8px;
  bottom: 10px;
  background-color: #d7d7d7;
}

.boxy--multi .boxy__state-3 .boxy__innerCars {
  display: none;
}

.boxy--multi .boxy__state-3 .boxy__innerForm {
  background-color: #fff;
  top: 10px;
  bottom: -10px;
  left: -8px;
  right: -8px;
  opacity: 0;
}

.boxy--multi .boxy__state-3 .boxy__innerPayment {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ebebeb;
}

.boxy--multi .boxy__state-3 .boxy__innerPayment .boxy__paymentTop {
  background-color: #f2f2f2;
}

.boxy--solo .boxy__state-1 .boxy__innerForm {
  background-color: #d7d7d7;
}

.boxy--solo .boxy__state-1 .boxy__innerPayment {
  background-color: #c3c3c3;
  top: -10px;
  bottom: 10px;
  left: 8px;
  right: 8px;
}

.boxy--solo .boxy__state-1 .boxy__innerShade {
  top: -20px;
  bottom: 20px;
  left: 16px;
  right: 16px;
  background-color: #a5a5a5;
}

.boxy--solo .boxy__state-2 .boxy__innerForm {
  background-color: #fff;
  top: 10px;
  bottom: -10px;
  left: -8px;
  right: -8px;
  opacity: 0;
}

.boxy--solo .boxy__state-2 .boxy__innerPayment {
  background-color: #ebebeb;
  top: -0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.boxy--solo .boxy__state-2 .boxy__innerPayment .boxy__paymentTop {
  background-color: #f2f2f2;
}

.boxy--solo .boxy__state-2 .boxy__innerShade {
  top: -10px;
  bottom: 10px;
  left: 8px;
  right: 8px;
  background-color: #c3c3c3;
}

.loader-serial, .loader-payment {
  height: 18px;
  width: auto;
  position: relative;
  top: -1px;
  left: -5px;
  display: none;
}

.loader-mini-active {
  display: inline;
}

.modal {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: -1000%;
  }
}

.modal-war .modal-title {
  color: #f68300;
}

.modal-war .modal-icon {
  color: #f68300;
}

.modal-scc .modal-title {
  color: #1fc160;
}

.modal-scc .modal-icon {
  color: #1fc160;
}

.modal-err .modal-title {
  color: #e53935;
}

.modal-err .modal-icon {
  color: #e53935;
}

.modal-active {
  display: inline-block !important;
}

.modal-box {
  border-radius: 3px;
  position: relative;
  background-color: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 450px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal-box {
    width: 95%;
    margin-top: 20%;
  }
}

.modal-top {
  text-align: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-icon {
  font-size: 50px;
  line-height: 40px;
  color: #777;
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal-icon {
    font-size: 35px;
    line-height: 28px;
  }
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  color: #777;
  margin-top: 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal-title {
    font-size: 18px;
    line-height: 16px;
    margin-top: 10px;
  }
}

.modal-bottom {
  color: #555;
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-text {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding-top: 10px;
  color: #777;
}

.serials-group {
  font-size: 20px;
}

.serials-group .serial {
  display: inline-block;
  width: 80%;
}

.serials-group .label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #999999;
}

.serials-group .value {
  font-size: 22px;
  font-weight: 300;
  display: block;
  color: #777777;
}

@media (min-width: 0px) and (max-width: 768px) {
  .serials-group .value {
    font-size: 18px;
  }
}

.serials-group .length {
  display: inline-block;
  width: 15%;
}

.serials-group .separator {
  margin-top: 10px;
  margin-bottom: 10px;
}

.serials-group .serial-col {
  display: block;
  width: 100%;
}

.serials-group .serial-col-left {
  display: inline-block;
  width: 80%;
}

.serials-group .serial-col-right {
  display: inline-block;
  width: 15%;
}

.separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-text-top {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #777;
}

.modal-form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal-form {
    width: 100%;
  }
}

.modal-form label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #667;
}

.modal-form input {
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #777;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.modal-form #submit-modal-form {
  display: block;
  width: 100%;
  background-color: #1fc160;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  border-radius: 2px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal-form #submit-modal-form {
    padding: 8px;
    font-size: 16px;
    width: 100%;
  }
}

#modal-close {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 300;
  color: #777777;
  background-color: #FFF;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) and (max-width: 768px) {
  #modal-close {
    padding: 8px;
    font-size: 16px;
    width: 100%;
  }
}

.youtube {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  display: none;
}

.youtube--active {
  display: inline-block !important;
  z-index: 999;
  position: fixed;
}

.youtube__inner {
  position: relative;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  overflow: hidden;
  max-width: 600px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.youtube__inner:before {
  content: '';
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 0px) and (max-width: 768px) {
  .youtube__inner {
    margin-top: 40%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.youtube__innerVideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  padding-top: 60px;
}

.youtube__innerVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube__close {
  display: block;
  text-align: center;
}

.youtube__closeButton {
  padding: 10px 40px;
  background-color: #e53935;
  border-radius: 2px;
  color: #5d0707;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.all {
  background-color: #121419;
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 100%;
  z-index: 999999;
  padding-top: 100px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow-y: scroll;
}

@media (min-width: 0px) and (max-width: 768px) {
  .all {
    overflow-y: scroll;
    padding-top: 20px;
  }
}

.all--active {
  top: 0%;
  bottom: 0%;
}

.all__button {
  background-color: #a5a5a5;
  border: 0;
  display: block;
  width: 100%;
  padding: 20px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .all__button {
    margin-bottom: 10px;
    padding: 5px 10px;
  }
}

.all__icon {
  font-size: 90px;
  color: #4b4e53;
  display: block;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {
  .all__icon {
    font-size: 70px;
  }
}

.all__name {
  display: none;
}

.all__close {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  box-shadow: 0px 0px 10px black;
  padding: 10px 100px;
  background-color: #e53935;
  color: #9f0000;
  font-size: 20px;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 70px;
}

.all__close:active {
  box-shadow: 0px 0px 3px black;
}

.all__close i {
  position: relative;
  top: 3px;
}

.slider__out {
  position: relative;
}

.slider {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 768px) {
  .slider {
    width: 70%;
  }
}

.slider__item {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slider__item--show {
  position: initial;
  opacity: 1;
}

.slider__itemLeft {
  width: 40%;
  display: inline-block;
}

@media (min-width: 0px) and (max-width: 768px) {
  .slider__itemLeft {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.slider__itemImg {
  width: 100%;
}

.slider__itemRight {
  width: 55%;
  display: inline-block;
  float: right;
  padding-top: 85px;
  padding-left: 30px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .slider__itemRight {
    padding-top: 0px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .slider__itemRight {
    width: 100%;
    padding-top: 20px;
    float: none;
    padding-left: 0px;
    margin-bottom: 30px;
  }
}

.slider__itemTitle {
  color: #d7d7d7;
  font-size: 30px;
  margin-bottom: 20px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .slider__itemTitle {
    font-size: 25px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .slider__itemTitle {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.slider__itemCaption {
  color: #c3c3c3;
  font-size: 18px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .slider__itemCaption {
    font-size: 15px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .slider__itemCaption {
    text-align: center;
    font-size: 15px;
  }
}

.slider__navSidesItem {
  background-color: transparent;
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  top: calc(50% - 20px);
  padding: 0px;
}

.slider__navSidesItem--left {
  left: 0px;
}

.slider__navSidesItem--right {
  right: 0px;
  float: right;
}

.slider__navBottom {
  display: block;
  text-align: center;
  margin-top: 90px;
  position: absolute;
  width: 100%;
  bottom: -150px;
}

.slider__navBottomItem {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #ebebeb;
  color: #ebebeb;
  margin-left: 10px;
  margin-right: 10px;
}

.slider__navBottomItem--active {
  color: #f68300;
  border-color: #f68300;
}

.floatingChatIcon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.header {
  position: relative;
  z-index: 40;
}

.header__inner {
  height: 100px;
  display: block;
}

@media (min-width: 993px) {
  .header__inner {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
  }
}

@media (min-width: 0px) and (max-width: 992px) {
  .header__inner {
    height: 80px;
    background-color: #121419;
  }
}

.logo {
  display: inline-block;
  position: relative;
  margin-top: 17px;
}

.logo:hover > .logo__lock {
  color: #207cb4;
}

.logo__lock {
  font-size: 50px;
  color: #0c68a0;
  margin-left: -15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 0px) and (max-width: 992px) {
  .logo__lock {
    font-size: 43px;
  }
}

.logo__online {
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  top: 3px;
  left: 40px;
  color: #e1e1e1;
}

@media (min-width: 0px) and (max-width: 992px) {
  .logo__online {
    top: 2px;
    font-size: 14px;
    left: 33px;
  }
}

.logo__radiocode {
  font-size: 30px;
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  top: 13px;
  color: #e1e1e1;
  font-weight: lighter;
}

@media (min-width: 0px) and (max-width: 992px) {
  .logo__radiocode {
    font-size: 26px;
    top: 12px;
    left: 33px;
  }
}

.nav {
  display: inline-block;
  float: right;
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 992px) {
  .nav {
    position: absolute;
    z-index: -1;
    top: -400px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

.nav--a {
  top: 40px;
}

.nav__i {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

@media (min-width: 993px) {
  .nav__i:hover > .nav__d {
    display: inline-block;
  }
}

.nav__i:hover > .nav__a {
  color: #fff;
}

.nav__i:hover > .nav__a--orange {
  color: #ff9714;
}

.nav__i:last-child {
  margin-right: 0px;
}

@media (min-width: 0px) and (max-width: 992px) {
  .nav__i {
    display: block;
    margin-right: 0px;
  }
}

.nav__a {
  display: inline-block;
  color: #e1e1e1;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav__a--orange {
  color: #f68300;
}

@media (min-width: 0px) and (max-width: 992px) {
  .nav__a {
    display: block;
    font-size: 16px;
    padding: 20px 30px;
    background-color: #0e111a;
    border-bottom: 1px solid #0c0f17;
  }
  .nav__a:active {
    background-color: #f68300;
  }
}

.nav__a i {
  position: relative;
  top: 2px;
}

.nav__d {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 30px;
  left: 0px;
  top: 0px;
  width: 250px;
}

@media (min-width: 0px) and (max-width: 992px) {
  .nav__d {
    position: static;
    padding: 0;
    width: 100%;
  }
}

.nav__d--a {
  display: inline-block;
}

.nav__di {
  padding-bottom: 5px;
  background: #202328;
  padding-left: 7px;
}

@media (min-width: 993px) {
  .nav__di:hover > .nav__da {
    color: #f68300;
  }
}

@media (min-width: 0px) and (max-width: 992px) {
  .nav__di {
    margin-bottom: 0;
  }
  .nav__di:active > .nav__da {
    background-color: #f68300;
    color: #fff;
  }
}

.nav__da {
  color: #afafaf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (min-width: 0px) and (max-width: 992px) {
  .nav__da {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
    padding: 15px 30px;
    background-color: #0c0f11;
    border-bottom: 1px solid #0a0d0f;
  }
}

.nav__t {
  display: none;
  background-color: transparent;
  border: 0;
  padding: 23px 0px;
  padding-left: 23px;
  cursor: pointer;
}

.nav__t span {
  display: block;
  background-color: #d7d7d7;
  width: 45px;
  height: 5px;
  margin-bottom: 9px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav__t span:last-child {
  margin-bottom: 0px;
}

@media (min-width: 0px) and (max-width: 992px) {
  .nav__t {
    display: inline-block;
    float: right;
  }
}

.nav__t--a span {
  background-color: #f68300;
}

.nav__t--a span:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav__t--a span:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav__t--a span:last-child {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -28px;
}

.unlock {
  background-color: #191c21;
  background-image: url(../img/unlock-bg4.jpg);
  background-repeat: no-repeat no-repeat;
  background-position: 25% 20%;
}

@media (min-width: 993px) {
  .unlock {
    padding-top: 100px;
  }
}

@media (min-width: 0px) and (max-width: 992px) {
  .unlock {
    background-image: none;
  }
}

.unlock__inner {
  padding-bottom: 290px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 0px) and (max-width: 768px) {
  .unlock__inner {
    padding-bottom: 130px;
  }
}

.unlock__text {
  position: relative;
  top: 150px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .unlock__text {
    position: static;
    padding-top: 50px;
  }
}

.unlock__title {
  font-size: 45px;
  line-height: 55px;
  color: #207cb4;
  margin-top: 0px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .unlock__title {
    font-size: 25px;
    line-height: 38px;
    text-align: center;
  }
}

.unlock__caption {
  font-size: 23px;
  font-weight: 300;
  color: #d7d7d7;
}

@media (min-width: 0px) and (max-width: 768px) {
  .unlock__caption {
    font-size: 16px !important;
    text-align: center;
  }
}

.unlock__messageNum {
  display: inline-block;
  font-size: 30px;
}

.unlock__messageIcon {
  display: inline-block;
  font-size: 80px;
  position: relative;
  top: 25px;
}

.unlock__messageText {
  display: inline-block;
  font-size: 30px;
}

.unlock__scroll-down {
  display: none;
  animation: shine 2s infinite;
}

@media (min-width: 0px) and (max-width: 768px) {
  .unlock__scroll-down {
    position: relative;
    top: 30px;
    display: block;
    text-align: center;
    opacity: .6;
  }
  .unlock__scroll-down i {
    display: inline-block;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    color: #fff;
  }
}

.how__inner {
  padding-bottom: 210px;
  background-color: #14171c;
  position: relative;
  z-index: 20;
}

@media (min-width: 0px) and (max-width: 768px) {
  .how__inner {
    padding-bottom: 100px;
  }
}

.how__inner::before {
  content: '';
  position: absolute;
  top: -120px;
  bottom: 70%;
  right: 0px;
  left: 0px;
  background-color: inherit;
  transform: skewY(-7deg);
  z-index: -1;
}

@media (min-width: 0px) and (max-width: 768px) {
  .how__inner::before {
    top: -50px;
  }
}

.how__title {
  text-align: center;
  font-size: 30px;
  color: #d7d7d7;
  font-weight: 600;
}

@media (min-width: 0px) and (max-width: 768px) {
  .how__title {
    font-size: 25px;
  }
}

.how__caption {
  text-align: center;
  font-size: 20px;
  color: #c3c3c3;
  margin-bottom: 130px;
  padding: 0px 10%;
  font-weight: 300;
}

@media (min-width: 0px) and (max-width: 768px) {
  .how__caption {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 70px;
  }
}

.find__inner {
  padding-bottom: 270px;
  background-color: #14171c;
  position: relative;
  z-index: 20;
}

@media (min-width: 0px) and (max-width: 768px) {
  .find__inner {
    padding-bottom: 100px;
  }
}

.find__inner::before {
  content: '';
  position: absolute;
  top: -120px;
  bottom: 70%;
  right: 0px;
  left: 0px;
  background-color: inherit;
  transform: skewY(-7deg);
  z-index: -1;
}

@media (min-width: 0px) and (max-width: 768px) {
  .find__inner::before {
    top: -50px;
  }
}

.find__title {
  text-align: center;
  font-size: 30px;
  color: #d7d7d7;
  font-weight: 600;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .find__title {
    font-size: 25px;
  }
}

.find__caption {
  text-align: center;
  font-size: 20px;
  color: #c3c3c3;
  margin-bottom: 130px;
  padding: 0px 10%;
  font-weight: 300;
}

@media (min-width: 0px) and (max-width: 768px) {
  .find__caption {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 70px;
  }
}

.find__step {
  margin-bottom: 50px;
}

.find__stepBox {
  padding: 30px;
  background-color: #202328;
}

@media (min-width: 0px) and (max-width: 768px) {
  .find__stepBox {
    padding: 30px 15px;
  }
}

.find__stepBoxTitle {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #c3c3c3;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .find__stepBoxTitle {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
  }
}

.find__stepBoxSlider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 769px) and (max-width: 992px) {
  .find__stepBoxSlider {
    margin-top: 40px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .find__stepBoxSlider {
    margin-top: 20px;
  }
}

.find__stepBoxSliderBullets {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.find__stepBoxSliderBulletsItem {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 2px;
  margin-left: 2px;
  background-color: #515356;
}

@media (min-width: 0px) and (max-width: 768px) {
  .find__stepBoxSliderBulletsItem {
    border-radius: 0px;
    height: 32px;
    width: 32px;
  }
}

.find__stepBoxSliderBulletsItem--active {
  background-color: #f68300;
}

.find__stepBoxSliderItem {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.find__stepSliderItem--hidden {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 100%;
  left: -100%;
}

.find__stepBoxSliderItem--active {
  right: 0px;
  left: 0px;
}

.doczone {
  font-size: 18px;
  color: #989898;
  line-height: 1.8;
}

@media (min-width: 0px) and (max-width: 768px) {
  .doczone {
    font-size: 16px;
  }
}

.doczone a {
  color: #a4a9b1 !important;
}

.doczone i {
  position: relative;
  top: 2px;
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .doczone i {
    font-size: 14px;
  }
}

.doczone p {
  margin-top: 0px;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .doczone p {
    margin-bottom: 15px;
  }
}

.doczone .yt-button, .doczone .yt-anchor {
  display: inline-block;
  border-radius: 2px;
  border: 0;
  background-color: #515356;
  color: #a4a9b1;
  padding: 3px 15px;
  font-size: 16px;
  margin-bottom: 5px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .doczone .yt-button, .doczone .yt-anchor {
    width: 100%;
    padding: 3px 5px;
    text-align: center;
  }
}

.doczone .type {
  font-size: 20px;
  color: #B2B2B2;
}

@media (min-width: 0px) and (max-width: 768px) {
  .doczone .type {
    font-size: 18px;
  }
}

.doczone .step {
  display: block;
  font-size: 24px;
  color: #B2B2B2;
}

@media (min-width: 0px) and (max-width: 768px) {
  .doczone .step {
    font-size: 22px;
  }
}

.doczone .margin-sm {
  margin-top: 10px;
}

.doczone .margin-md {
  margin-top: 20px;
}

.doczone .margin-lg {
  margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .doczone .margin-lg {
    margin-top: 20px;
  }
}

.doczone .ol-steps {
  list-style: none;
  padding: 0;
}

.doczone .ol-steps li {
  margin-bottom: 10px;
}

.doczone .num-step {
  display: inline-block;
  background-color: #515356;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  color: #afafaf;
  font-size: 14px;
}

.features__inner {
  padding-bottom: 170px;
  background-color: #101318;
  position: relative;
  z-index: 20;
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__inner {
    padding-bottom: 100px;
  }
}

.features__inner::before {
  content: '';
  position: absolute;
  top: -120px;
  bottom: 70%;
  right: 0px;
  left: 0px;
  background-color: inherit;
  transform: skewY(-7deg);
  z-index: -1;
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__inner::before {
    transform: skewY(-12deg);
    top: -65px;
  }
}

.features__title {
  text-align: center;
  font-size: 30px;
  color: #d7d7d7;
  font-weight: 600;
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__title {
    font-size: 25px;
  }
}

.features__caption {
  text-align: center;
  font-size: 20px;
  color: #c3c3c3;
  margin-bottom: 130px;
  padding: 0px 10%;
  font-weight: 300;
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__caption {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 70px;
  }
}

.features__item {
  margin-bottom: 100px;
}

@media (min-width: 993px) {
  .features__item:hover > .features__itemIcon {
    color: #f68300;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__item {
    margin-bottom: 10px;
  }
}

.features__itemIcon {
  font-size: 100px;
  text-align: center;
  color: #207cb4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__itemIcon {
    display: inline-block;
    width: 20%;
    text-align: left;
    font-size: 60px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__itemText {
    display: inline-block;
    width: 78%;
    float: right;
  }
}

.features__itemTitle {
  font-size: 22px;
  color: #d7d7d7;
  text-align: center;
  margin-top: 0px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__itemTitle {
    text-align: left;
    font-size: 18px;
  }
}

.features__itemCaption {
  text-align: center;
  color: #afafaf;
  font-size: 18px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .features__itemCaption {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .features__itemCaption {
    text-align: left;
    font-size: 16px;
  }
}

.testi__inner {
  padding-bottom: 250px;
  background-color: #0d1015;
  position: relative;
  z-index: 20;
}

@media (min-width: 0px) and (max-width: 768px) {
  .testi__inner {
    padding-bottom: 150px;
  }
}

.testi__inner::before {
  content: '';
  position: absolute;
  top: -120px;
  bottom: 70%;
  right: 0px;
  left: 0px;
  background-color: inherit;
  transform: skewY(-7deg);
  z-index: -1;
}

@media (min-width: 0px) and (max-width: 768px) {
  .testi__inner::before {
    transform: skewY(-12deg);
    top: -65px;
  }
}

.testi__title {
  text-align: center;
  font-size: 30px;
  color: #d7d7d7;
  font-weight: 600;
}

@media (min-width: 0px) and (max-width: 768px) {
  .testi__title {
    font-size: 25px;
  }
}

.testi__caption {
  text-align: center;
  font-size: 20px;
  color: #c3c3c3;
  margin-bottom: 130px;
  padding: 0px 10%;
  font-weight: 300;
}

@media (min-width: 0px) and (max-width: 768px) {
  .testi__caption {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.testi__item {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .testi__item {
    margin-bottom: 40px;
  }
}

.testi__itemName {
  text-align: center;
  font-size: 25px;
  color: #d7d7d7;
  margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .testi__itemName {
    font-size: 20px;
  }
}

.testi__itemStars {
  text-align: center;
  font-size: 20px;
  color: #e26f00;
  margin-bottom: 10px;
}

.testi__itemStars i {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .testi__itemStars {
    font-size: 18px;
  }
}

.testi__itemStarsIcon {
  margin-left: 5px;
  margin-right: 5px;
}

.testi__itemReview {
  text-align: center;
  color: #afafaf;
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .testi__itemReview {
    font-size: 16px;
    line-height: 24px;
  }
}

.testi__bottom {
  margin-top: 0px;
  text-align: center;
}

.testi__bottomAnchor {
  color: #afafaf;
  border: 1px solid #afafaf;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.testi__bottomAnchor:hover {
  color: #f68300;
  border-color: #f68300;
}

.testi__bottomAnchorIcon {
  position: relative;
  top: 2px;
}

.footer__inner {
  background-color: #080b10;
  position: relative;
  z-index: 20;
  padding-bottom: 50px;
  padding-top: 100px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__inner {
    padding-top: 20px;
  }
}

.footer__inner::before {
  content: '';
  position: absolute;
  top: -120px;
  bottom: 70%;
  right: 0px;
  left: 0px;
  background-color: inherit;
  transform: skewY(-7deg);
  z-index: -1;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__inner::before {
    transform: skewY(-12deg);
    top: -65px;
  }
}

.footer__coll {
  display: inline-block;
  text-align: left;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__col {
    width: 100%;
  }
}

.footer__colTitle {
    padding-bottom: 5px;
    font-size: 25px;
    color: #d7d7d7;
    font-weight: 400;
    border-bottom: 1px solid #207cb4;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__colTitle {
    font-size: 20px;
    background-color: #191e25;
    padding: 3px 15px;
    color: #c3c3c3;
    border-radius: 3px;
    text-align: center;
    width: 100%;
  }
}

.footer__colListItem--mob2row {
  font-size: 18px;
  color: #c3c3c3;
  display: block;
  width: 50%;
  float: left;
}

.footer__colListItem {
  color: #c3c3c3;
  font-size: 18px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__colListItem {
    display: block;
    margin-bottom: 10px;
  }
}

.footer__colListItemIcon {
  position: relative;
  top: 1px;
  color: #207cb4;
}

.footer__colListItemAnchor {
  color: #c3c3c3;
}

.footer__scroll {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__scroll {
    margin-bottom: 0px;
  }
}

.footer__scrollTrigger {
  background-color: transparent;
  line-height: 76px;
  width: 80px;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  font-size: 35px;
  padding: 0px;
}

.footer__scrollTriggerIcon {
  display: inline-block;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 7px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer__scrollTrigger:hover {
  color: #f68300;
  border-color: #f68300;
}

.footer__scrollTrigger:hover > .footer__scrollTriggerIcon {
  top: -6px;
}

.footer__scrollTrigger:active > .footer__scrollTriggerIcon {
  top: -1500px;
}

.footer__bottom {
  background-color: #05080d;
}

.footer__bottomCopyright {
  display: block;
  font-size: 18px;
  color: #afafaf;
  line-height: 100px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__bottomCopyright {
    line-height: 25px;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
  }
  .footer__bottomCopyright span {
    display: none;
  }
}

.footer__bottomCopyrightSocial {
  display: inline;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__bottomCopyrightSocial {
    display: block;
    margin-top: 20px;
  }
}

.footer__bottomCopyrightSocial a {
  color: #c3c3c3;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.footer__bottomCopyrightSocial a:hover {
  color: #207cb4;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__bottomCopyrightSocial a {
    font-size: 30px;
  }
}

.footer__bottomIcons {
  display: block;
  float: right;
  font-size: 30px;
  line-height: 100px;
  color: #afafaf;
}

@media (min-width: 0px) and (max-width: 768px) {
  .footer__bottomIcons {
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    float: none;
    margin-bottom: 30px;
  }
}

.success {
  padding-top: 200px;
  padding-bottom: 300px;
  background-color: #191c21;
}

@media (min-width: 0px) and (max-width: 768px) {
  .success {
    padding-top: 50px;
    padding-bottom: 200px;
  }
}

.success__title {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: #168e26;
  background-color: #121419;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .success__title {
    font-size: 30px;
    padding: 10px;
  }
}

.success__inner {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  .success__inner {
    width: 100%;
  }
}

.success__time {
  font-size: 25px;
  color: #ebebeb;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .success__time {
    font-size: 18px;
  }
}

.success__timeTime {
  color: #f68300;
}

.success__box {
  background-color: #121419;
  border-right: 3px;
}

.success__boxTitle {
  text-align: center;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #e1e1e1;
  padding-top: 30px;
}

.success__boxListItem {
  width: 100%;
  padding: 10px 30px;
  font-size: 18px;
  color: #afafaf;
  background-color: #0e1114;
}

@media (min-width: 0px) and (max-width: 768px) {
  .success__boxListItem {
    font-size: 15px;
  }
}

.success__boxListItemSerial {
  text-transform: uppercase;
}

.success__boxListItem:nth-child(2n+0) {
  background-color: #121419;
}

.success__boxMessage {
  padding-bottom: 30px;
  text-align: center;
  color: #afafaf;
  font-size: 16px;
}

.success__boxMessageEmail {
  color: #d7d7d7;
}

.success__help {
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: #d7d7d7;
  background-color: #121419;
  margin-top: 20px;
  border-radius: 3px;
}

.success__challangeTitle {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #ebebeb;
  color: #f68300;
}

.success__challangeCaption {
  text-align: center;
  font-size: 18px;
  color: #d7d7d7;
}

.error {
  padding-top: 200px;
  padding-bottom: 300px;
  background-color: #191c21;
  padding-bottom: 200px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .error {
    padding-top: 50px;
  }
}

.error__title {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: #e53935;
  background-color: #121419;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .error__title {
    font-size: 30px;
    padding: 10px;
  }
}

.error__inner {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  .error__inner {
    width: 100%;
  }
}

.error__time {
  font-size: 25px;
  color: #ebebeb;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .error__time {
    font-size: 18px;
  }
}

.error__timeTime {
  color: #f68300;
}

.error__box {
  background-color: #121419;
  border-right: 3px;
}

.error__boxTitle {
  text-align: center;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #e1e1e1;
  padding-top: 30px;
}

.error__boxListItem {
  width: 100%;
  padding: 10px 30px;
  font-size: 18px;
  color: #afafaf;
  background-color: #0e1114;
}

@media (min-width: 0px) and (max-width: 768px) {
  .error__boxListItem {
    font-size: 15px;
  }
}

.error__boxListItemSerial {
  text-transform: uppercase;
}

.error__boxListItem:nth-child(2n+0) {
  background-color: #121419;
}

.error__help {
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: #d7d7d7;
  background-color: #121419;
  margin-top: 20px;
  border-radius: 3px;
}

.page {
  display: block;
  padding-top: 250px;
  margin-bottom: 300px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .page {
    padding-top: 50px;
    margin-bottom: 150px;
  }
}

.page__inner {
  background-color: #202328;
  padding: 50px 30px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .page__inner {
    padding: 25px 15px;
  }
}

.page__content p {
  color: #a5a5a5;
}

.page__content b {
  color: #d7d7d7;
}

.page__title {
  margin: 0;
  text-align: center;
  color: #a5a5a5;
}

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

.page__text--big {
  font-size: 25px;
}

.page__text--orange {
  color: #f68300;
}

.page__form {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .page__form {
    width: 100%;
  }
}

.page__formLabel {
  margin-bottom: 5px;
  font-size: 16px;
  color: #777777;
  font-weight: 600;
  display: inline-block;
}

.page__formInput {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 3px;
  color: #fff;
  border: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.page__formMessage {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 3px;
  color: #fff;
  border: 0;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.page__formSubmit {
  width: 100%;
  display: block;
  background-color: #3d9334;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page__formSubmit:hover {
  background-color: #297f20;
}
.footer-col {
    width: 100%;
}