body{
    background: #efefef;
}
/*-------------------------------header-------------------*/
.header {
    margin-bottom: 0;
}

.header .container {
    width: 1000px;
}

.header .header-bg.on-top {
    opacity: 0;
}

.nav-main ul li.logo {
    background: none;
}

/*---------------------------------check-form------------*/
.header-form {
    background: #202223 url("/static/web/img/css/header-bg.jpg") no-repeat center top;
    padding-top: 125px;
    /*height: 735px;*/
}

.check-form-outer {
    width: 486px;
    padding: 0;
    margin-left: 300px;
    margin-right: 50px;
    position: relative;
}

.check-form-outer .images {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.check-form-outer .images > div {
    position: absolute;
}

.check-form-outer .images .sts {
    width: 361px;
    height: 390px;
    top: 72px;
    left: 100px !important;
    background: url("/static/web/img/css/check-form-sts.png") no-repeat left top;
}

.check-form-outer .images .number {
    width: 226px;
    height: 48px;
    top: 111px;
    left: 0;
    background: url("/static/web/img/number-car.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    left: 133px;
}

.check-form-outer .images .license {
    width: 378px;
    height: 391px;
    top: 45px;
    /*left: -297px;*/
    left: 0;
    background: url("/static/web/img/css/check-form-license.png") no-repeat left top;
}

.check-form {
    background-color: #e8e8e8;
    padding: 28px 30px 30px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

.check-form p {
    font-family: GothamProMedium;
    font-size: 100%;
    color: #4d4f53;
    text-align: center;
    margin: 0 0 14px 0;
}

.check-form .checkbox {
    margin-bottom: 20px;
}

.check-form .fields-container.email {
    margin-bottom: 20px;
    display: none;
}

.check-form .fields-container.email input {
    text-transform: none;
}

.check-form button {
    width: 100%;
    /*padding-bottom: 25px;*/
    margin-bottom: 20px;
}

.check-form button:hover {
    color: #ffffff;
}

.check-form .conditions {
    font-family: GothamProRegular;
    font-size: 85%;
    line-height: normal;
    color: #6d6d6d;
    margin: 0;
}

.check-form .conditions a {
    color: #6d6d6d;
    border-bottom: 1px dotted #6d6d6d;
}

/* =============== Block Reviews =============== */

section.section-reviews {
    background: #f4f4f4;
}

.b-our-partners {
  position: relative;
}

.b-our-partners h2 {
  text-align: left;
}

.b-our-partners .logos {
  width: 640px;
  margin-top: 0;  
  position: absolute;
  left:50%;
  margin-left: -120px;
  top: 87px;
}

.b-reviews {
  position: absolute;
  left:50%;
  margin-left: -520px;
  top: 87px;
  width: 320px;
  /*overflow: hidden;*/
}

.b-reviews ul {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.b-reviews ul li {
  background: none;
  padding: 0;
  display: inline-block;
  width: 320px;
  position: absolute;
  top: 0;
  left: 340px;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  opacity: 0;
}

.b-reviews ul li.active {
  left: 0;
  opacity: 1;
}

.b-reviews ul li.prev {
  opacity: 0;
  left: -340px;
}

.b-reviews .b-reviews-item {
  margin-bottom: 45px;
}

.b-reviews p {
  margin: 0;
  line-height: 21px;
}

.b-reviews p.name {
  font-size: 12px;
  color: #737373;
  font-weight: 600;
  margin-bottom: 20px;
}

.b-reviews .more-reviews {
  cursor: pointer;
}

/* ============= End Block Reviews ============= */

/* ================ Block News ================ */

section.section-news {
    background: #fff;
    padding: 110px 0;
}

section.section-news h2 {
    text-align: center;
    font-size: 39px;
    margin-bottom: 80px;
}

section.section-news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.section-news ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    background: none;
    margin: 0;
    padding: 0;
    font-family: GothamProRegular;
    margin-right: 47px;
}

section.section-news ul li:last-child {
    margin-right: 0;
}

section.section-news ul li span.date {
    display: block;
    font-weight: 600;
    font-size: 100%;
    margin: 0 0 19px 0;
    color: #737373;
}

section.section-news ul li h3 a {
    font-size: 24px;
    line-height: 32px;
    text-decoration: underline;
    color: #1d8af5;
}

/* ============== End Block News ============== */

/* =============== Block Sources =============== */
.sources {
    font-family: GothamProLight;
    padding: 105px 0 0 0;
    float: left;
    width: 395px;
}

.sources h1 {
    color: #ffffff;
    font-size: 278%;
    line-height: 54px;
    margin: 0 0 46px 0;
}

.sources p {
    font-family: GothamProLight;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5em;
    margin: 0 0 30px 0;
}

.sources .list {
    width: 100%;
}

.sources .list .col-xs-4 {
    float: none;
    padding: 0;
    width: auto;
    margin-right: 40px;
    display: inline-block;
}

.sources .list .col-xs-4.last {
    margin-right: 0;
}

.sources .list .col-xs-4 img {
    display: block;
    margin: 0 auto 6px auto;
}

.sources .list .col-xs-4 span {
    color: #ffffff;
    display: block;
    text-align: center;
}

/* ============= End Block Sources ============= */

/* ============== Check My Tickets ============= */

section.check-my-tickets {
    padding: 80px 0;
    -webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.17);
    box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.17);
    text-align: center;
}

section.check-my-tickets a:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

/* ============ End Check My Tickets =========== */

/*----------------------------capabilities---------------*/
.capabilities {
    padding-top: 93px;
}

.capabilities h2 {
    font-size: 39px;
    text-align: center;
    margin: 0 0 86px 0;
}

.capabilities .row {
    padding-left: 75px;
    padding-bottom: 91px;
    text-align: center;
}

.capabilities .row div.col-sm-4 {
    width: 330px;
    margin-right: 45px;
    display: inline-block;
    float: none;
}

.capabilities .row div.col-sm-4:first-child {
    margin-right: 100px;
}

.capabilities .row div.col-sm-4:last-child {
    margin-right: 0;
}

.capabilities .row div img {
    display: block;
    margin-bottom: 22px;
}

.capabilities .row div p {
    font-size: 142%;
    font-family: GothamProLight;
    margin: 0 0 0 -4px;
    letter-spacing: -0.7px;
    line-height: 25px;
    text-align: center;
}

/*-----------------------------application-----------------*/
.application {
    padding-top: 93px;
    padding-bottom: 100px;
}

.application h2 {
    font-size: 39px;
    text-align: center;
    margin: 0 0 33px 0;
}

.application p {
    font-family: GothamProLight;
    text-align: center;
    font-size: 128%;
    line-height: 32px;
    margin: 0 auto 54px auto;
    width: 550px;
}

.application .platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 39px;
}

.application .platforms a {
    display: inline-block;
}

.application .platforms a:not(:last-child) {
    margin-right: 20px;
}

.application .platforms a:hover:after {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.application .platforms a:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.application .platforms a {
    border-radius: 8px;
    display: inline-block;
    width: 217px;
    position: relative;
}

.application .platforms a img {
    display: block;
    width: 100%;
}

.application .platforms a:hover:after {
    border-radius: 6px;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.7);
}

.application .sms {
}

.application .sms p {
    font-size: 100%;
    margin-bottom: 10px;
}

.application .sms form {
    text-align: center;
    margin-bottom: 28px;
}

.application .sms form .form-group {
    position: relative;
}

.application .sms form .form-group input {
    font-family: GothamProRegular;
    font-size: 114%;
    color: #000000;
    background-color: #ffffff;
    border: none;
    width: 230px;
    height: 43px;
    padding: 0 14px 0 37px;
    margin-left: 0;
    margin-right: 11px;
}

.application .sms form .form-group .form-control-feedback {
    height: 43px;
    background-position: left center;
}

.application .sms form .form-group:after {
    font-family: GothamProRegular;
    font-size: 114%;
    color: #000000;
    line-height: 43px;
    position: absolute;
    top: 0;
    left: 13px;
    display: inline-block;
    width: 20px;
    height: 43px;
    content: "+7";
}

.application .btn {
    padding: 6px 26px 10px 28px;
    font-size: 121%;
}

.application .btn:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.application .sms .info {
    font-family: GothamProRegular;
    font-size: 85%;
    color: #6d6d6d;
    line-height: 16px;
    width: 410px;
    margin: 0 auto;
}

.application .sms-sent {
    text-align: center;
}

.application .sms-sent .info {
    margin-bottom: 24px;
}

.application .sms-sent button {
    width: 345px;
}

/*----------------------modal-conditions---------------------------*/
.modal-dialog.conditions {
    width: 700px;
}
.modal-dialog.conditions .modal-content {
    max-width: 700px;
}
.modal-dialog.conditions .modal-content ol {
    padding: 0;
}
.modal-dialog.conditions .modal-content ol li {
    padding: 0;
}
.modal-dialog.conditions .modal-content ul {
    padding: 0;
}
.modal-dialog.conditions .modal-content ul li {
    padding: 0;
    background: none;
    line-height: 2em;
}
.modal-dialog.conditions .modal-content .modal-body {
    height: 480px;
    padding-right: 10px;
    overflow-y: scroll;
}
/*-------------------------footer-------------------------*/
.footer .col-xs-12 {
    float: none;
    overflow: hidden;
    /*width: 1075px;*/
    margin-left: auto;
    margin-right: auto;
}
/* SEO */
.seo {
    padding: 10px 100px 50px;
    font-size: 17px;
    position: relative;
}
.seo h2 {
    text-align: center;
    margin: 55px 0;
    font-size: 40px;
    position: relative;
}
.seo h2 strong{
    font-family: GothamProBold;
    color: #21ad41;
}
.seo div{
    width: 725px;
    margin: 0 auto;
    position: relative;
}
.seo p{
    /*font-weight: bold;*/
    line-height: 1.7em;
}

.seo li{
    padding: 2px 0 0 32px;
    line-height: 1.7em;
}

.seo h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 25px;
    line-height: 1.5em;
}

.seo hr{
    border-color: #ccc;
    margin: 60px 0;
}

.seo .seo-bottom-text {
    width: 730px;
    border: 1px dashed #515151;
    padding: 20px 10px;
    margin: 0 auto;
}

.seo .seo-bottom-text p {
    font-size: 130%;
    color: #515151;
    font-family: GothamProLight;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.seo .seo-bottom-text p strong {
    color: #39bc1f;
}

.seo .seo-bottom-text p a:hover strong {
    text-decoration: underline;
}

.seo .gradient{
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 250px;
    /**/
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e8e8e8',GradientType=0 );
    z-index: 0;
}

.osago {
    padding: 20px;
}

.btn-osago {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 0;
    color: #FFFFFF;
    background: linear-gradient(179.53deg, #A067FF -72.1%, #7856ED 123.82%);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

/**/
@media (min-width: 640px) {
    .container {
        width: 960px;
    }
    body {
        min-width: 320px;
    }
    .header-form {
        padding: 160px 0 60px 0;
    }
    .sources {
        width: 100%;
        text-align: center;
        padding: 175px 0 0 0;
    }
    .capabilities .row {
        padding-left: 0;
    }
}
/**/
@media (min-width: 1280px) {
    .container {
        width: 1235px;
    }

    body {
        min-width: 1265px;
    }

    .sources {
        padding: 65px 0 0 0;
        width: 395px;
        text-align: left;
    }
}
/**/
@media (max-width: 640px) {
    .application {
        padding: 88px 57px 128px 58px;
    }
    .application h2 {
        margin-bottom: 43px;
    }
    .application p {
        font-size: 171%;
        line-height: 1.3;
        margin-bottom: 71px;
        width: 100%;
    }
    .application .platforms {
        margin-bottom: 62px;
    }
    .application .platforms a {
        width: 45%;
    }
    .application .sms p {
        width: 280px;
        margin: 0 auto 20px auto;
    }
    .application .sms form {
        margin-bottom: 50px;
    }
    .application .sms form .form-group {
        display: block;
        margin-bottom: 33px;
    }
    .application .sms form .form-group input {
        font-family: GothamProRegular;
        font-size: 257%;
        width: 100%;
        height: 88px;
        padding: 8px 14px 0 85px;
        margin: 0 auto;
    }
    .application .sms form .form-group::after {
        font-size: 257%;
        top: 27px;
        left: 34px;
    }
    .application .sms form button {
        display: block;
        width: 100%;
    }
    .application .btn {
        font-size: 228%;
        width: 100%;
        padding: 15px 26px 27px 28px;
    }
    .application .sms .info {
        font-size: 142%;
        width: 100%;
        line-height: normal;
    }
    .header-form {
        background: #202223 url("/static/web/img/css/header-bg.jpg") no-repeat center top;
        height: auto;
        padding: 43px 30px 63px 30px;
    }
    .header-form > .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .check-form-outer {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }
    .check-form-outer .images {
        display: none;
    }
    .check-form-outer .images .sts {
        background: none;
    }
    .check-form-outer .images .number {
        background: none;
    }
    .check-form-outer .images .license {
        background: none;
    }
    .check-form {
        padding-top: 53px;
        padding-bottom: 38px;
    }
    .check-form p {
        font-size: 171%;
        margin-bottom: 28px;
    }
    .check-form button {
        margin-bottom: 38px;
    }
    .check-form .conditions {
        font-size: 142%;
    }

    .check-my-tickets {
        padding-top: 87px;
        padding-bottom: 112px;
    }
    .check-my-tickets h2 {
        margin-bottom: 30px;
    }
    .check-my-tickets .btn {
        font-size: 171%;
        width: 100%;
    }
    .capabilities h2 {
        width: 300px;
        font-size: 285%;
        margin: 0 auto 65px auto;
        line-height: 1.2em;
    }
    .capabilities .row {
        padding-left: 0;
        padding-bottom: 10px;
    }
    .capabilities .row div.col-xs-12 {
        margin: 0 auto 95px auto;
        width: 100%;
        float: none;
    }
    .capabilities .row div.col-xs-12 {

    }
    .capabilities .row div.col-xs-12 p {
        font-size: 200%;
        line-height: 1.2em;
    }
    .sources {
        padding: 0;
        text-align: center;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .sources h1 {
        width: 80%;
        margin: 0 auto 32px auto;
    }
    .sources p {
        font-family: GothamProLight;
        font-size: 200%;
    }
    .sources .list .col-xs-4 {
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
        width: 33.33333333%;
    }
    .sources .list .col-xs-4 img {
        height: 103px;
        margin-bottom: 25px;
    }
    .sources .list .col-xs-4 span {
        font-size: 171%;
    }
    .news {
        padding: 94px 48px 94px 48px;
    }
    .news .col-xs-12 {
        margin-bottom: 17px;
    }
    .news h2 {
        margin-bottom: 68px;
    }
}
