     @font-face {
     font-family: aMavickFont;
     src: url(fonts/aMavickFont.ttf);
 }
 
 h1 {
     color: #1f1f1f;
     font-size: 36px;
     font-weight: 600;
 }
 
 h1 span {
     color: #ffc718;
 }
 
 .clear {
     clear: both;
 }
 
 button {
     outline: none;
 }
 
 button:active,
 button:focus {
     outline: none!inportant;
 }
 
/*
 .top-header {
     top: 0;
     z-index: 100;
     position: fixed;
     width: 100%;
     height: 80px;
     margin-bottom: 0px;
     border: none;
     padding-top: 0px;
     padding-bottom: 20px;
 }
 
*/
 .btn-default {
     color: #1F1F1F;
     background: #FFC61A;
     text-transform: uppercase;
     font-size: 18px;
     padding: 17px 60px;
     font-weight: 700;
     border-radius: 30px;
     border: none;
     transition: 0.2s;
 }
 
 .btn-default:hover {
     background: #1F1F1F;
     color: #FFC61A;
     transition: 0.2s;
 }
 
 .navbar-center {
     display: inline-block;
     /* margin: 0 auto; */
     /* text-align: center; */
     width: 90%;
 }
 
 .navbar-nav {
     float: none;
     text-align: center;
 }
 
 .navbar-nav li {
     float: none;
     display: inline-block;
 }
 
 .navbar {
     /*
     position: relative;
     min-height: 80px;
     margin-bottom: 0px;
     border: none;

     padding-top: 0px;
     padding-bottom: 20px;
*/
     top: 0;
     z-index: 100;
     position: fixed;
     width: 100%;
     height: 80px;
     margin-bottom: 0px;
     border: none;
     padding-top: 0px;
     padding-bottom: 20px;
     margin-top: 33px;
 }
 /*modal-dialog*/
 
 #gridSystemModal form {
     background: #F5F5F5;
     border-radius: 8px;
     background-clip: padding-box;
     /* max-width: 350px; */
     margin: 0 auto;
     padding: 25px 30px 30px;
     margin-top: 130px;
     text-align: center;
     width: 430px;
 }
 
 #gridSystemModal form .politika {
     margin-top: 12px;
 }
 
 #gridSystemModal form .politika a {
     display: block;
     color: #1f1f1f;
 }
 
 #gridSystemModal form input {
     width: 100%;
     font-size: 16px;
     display: block;
     margin: 0 auto;
     /* margin-bottom: 24px; */
     background: #fff;
     padding: 12px 18px;
     border: 1px solid #E6E6E6;
     -webkit-border-radius: 3px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 3px;
     -moz-background-clip: padding;
     border-radius: 3px;
     background-clip: padding-box;
     margin-bottom: 20px;
 }
 
 #gridSystemModal form h3 {
     color: black;
     margin-bottom: 36px;
     font-weight: 700;
 }
 
 #gridSystemModal form h3 span {
     color: #ffc718;
 }
 /*modal-dialog*/
 
 .navbar-default .navbar-nav > li > a {
     color: #1f1f1f;
     font-size: 16px;
     transition: 1s;
     font-weight: 600;
 }
 /*
.navbar-default .navbar-nav > li > a:hover {
   
    transition: 1s;

}
.navbar-default .navbar-nav > li > a:hover::before {
      content: '';
    position: absolute;
    bottom: 0;
    color: #555;
    height: 2px;
    background-color: #ffcc01;
    width: 100%;
    left: 0;
    transition: 1s;

}

*/
 /* Effect 3: bottom line slides/fades in */
 
 .navbar-default .navbar-nav > li > a {
     /*	padding: 8px 0;*/
 }
 
 .navbar-default .navbar-nav > li > a::after {
     position: absolute;
     /*	top: 100%;*/
     bottom: 0;
     left: 0;
     width: 80%;
     margin-left: 10%;
     height: 3px;
     border-radius: 10px;
     background: #ffcc01;
     content: '';
     opacity: 0;
     -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
     -moz-transition: opacity 0.3s, -moz-transform 0.3s;
     transition: opacity 0.3s, transform 0.3s;
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     transform: translateY(10px);
 }
 
 .navbar-default .navbar-nav > li > a:hover::after,
 .navbar-default .navbar-nav > li > a:focus::after {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     transform: translateY(0px);
 }
 
 .navbar-default .phone-1 {
     display: block;
     color: #1f1f1f;
     font-size: 17px;
     transition: 1s;
     font-weight: 600;
 }
 
 .navbar-default .phone-1:hover {
     text-decoration: none;
     color: #272727;
 }
 
 .navbar-default .phone-2 {
     display: block;
     color: #1f1f1f;
     font-size: 17px;
     transition: 1s;
     font-weight: 600;
     margin-top: 4px;
 }
 
 .navbar-default .phone-2:hover {
     text-decoration: none;
     color: #272727;
 }
 
 .navbar-default .phone-1 i {
     color: #ffcc01;
     border: 2px solid #1f1f1f;
     padding: 5px;
     border-radius: 50px;
     height: 27px;
     width: 27px;
     height: 25px;
     width: 25px;
     font-size: 15px;
     line-height: 14px;
 }
 
 .navbar-default .phone-2 i {
     color: #ffcc01;
     border: 2px solid #1f1f1f;
     padding: 5px;
     border-radius: 50px;
     font-size: 16px;
     height: 27px;
     width: 27px;
 }
 
 .navbar-default .contact {
     transform: translateY(14px);
     text-align: right;
 }
 
 .nav-left {
     display: inline-block;
     width: 16%;
 }
 
 .nav-right {
     display: inline-block;
     width: 20%;
 }
 
 .nav-center {
     display: inline-block;
     width: 63%;
     text-align: center;
 }
 
 .section1 {
     margin-top: 80px;
     height: 650px;
     margin-bottom: 100px;
     background: url(../../img/slide3.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     background-position: right;
 }
 
 .section1 .section1-img {
     position: absolute;
     top: 90px;
     left: -500px;
     transition: 1s;
     height: 470px;
     /*    left: 0;*/
 }
 /*
 .section1:hover .section1-img {
     transition: 2s;
     left: 0;

 }
*/
 
 @keyframes grow {
     0% {
         position: absolute;
         left: -500px
     }
     100% {
         position: absolute;
         left: 0
     }
 }
 
 @-webkit-keyframes grow {
     0% {
         left: -500px
     }
     100% {
         left: 0
     }
 }
 
 .section1-img {
     position: absolute;
     left: -500px;
 }
 
 .section1-img {
     animation-delay: 1s;
     animation-name: grow;
     animation-duration: 3s;
     animation-fill-mode: forwards;
     -webkit-animation-name: grow;
     -webkit-animation-duration: 3s;
     -webkit-animation-fill-mode: forwards;
 }
 
 .section1 form {
     background: #F5F5F5;
     border-radius: 8px;
     background-clip: padding-box;
     /* max-width: 350px; */
     margin: 0 auto;
     padding: 25px 30px 30px;
     margin-top: 130px;
     text-align: center;
     float: right;
     width: 430px;
 }
 
 .section1 form .politika {
     margin-top: 12px;
 }
 
 .section1 form .politika a {
     display: block;
     color: #1f1f1f;
 }
 
 .section1 form input {
     width: 100%;
     font-size: 16px;
     display: block;
     margin: 0 auto;
     /* margin-bottom: 24px; */
     background: #fff;
     padding: 12px 18px;
     border: 1px solid #E6E6E6;
     -webkit-border-radius: 3px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 3px;
     -moz-background-clip: padding;
     border-radius: 3px;
     background-clip: padding-box;
     margin-bottom: 20px;
 }
 
 .section1 form h3 {
     color: black;
     margin-bottom: 36px;
     font-weight: 700;
 }
 
 .section1 form h3 span {
     color: #ffc718;
 }
 /*------------------------------------------------
start section 2 -----------------------------------
---------------------------------------------------*/
 
 .section2 {
     margin-bottom: 100px;
     background: url(../../img/bg-3.png);
     background-size: cover;
     background-position: -89% -105%;
     background-repeat: no-repeat;
 }
 
 .section2 .wrap-adv {
     margin-top: 80px;
 }
 
 .section2 .advantages {
     text-align: center;
     display: inline-block;
     width: 33%;
     padding-left: 10px;
     padding-right: 10px;
 }
 
 .section2 .advantages .wrap-img {
     position: relative;
 }
 
 .section2 .advantages .wrap-img:before {
     content: '';
     position: absolute;
     height: 22px;
     right: -7%;
     top: 50%;
     margin-top: -11px;
     width: 55px;
     background-image: url(../../img/icon2.png);
 }
 
 .section2 .advantages .wrap-img.no-psevdo:before {
     content: none;
     /*
    position: relative;
    background: none;
*/
 }
 
 .section2 .ic {
     display: inline-block;
     text-align: center;
     width: 33%;
 }
 
 .section2 .advantages h2 {
     text-align: center;
     color: #3C3C3C;
     font-size: 20px;
     text-transform: uppercase;
 }
 
 .section2 .advantages p {
     color: #3C3C3C;
     font-family: Open Sans;
     font-size: 17px;
     line-height: 23px;
 }
 /* -------------------------------------------------------------
---------------------------END section 2---------------------------
-----------------------------------------------------------------*/
 /* -------------------------------------------------------------
---------------------------START section 3---------------------------
-----------------------------------------------------------------*/
 
 .section3 {
     padding-top: 80px;
     padding-bottom: 100px;
     margin-bottom: 0px;
     background: url(../../img/bg-taxi-2.png);
     background-size: contain;
     background-position: 20% 100%;
     background-repeat: no-repeat;
 }
 
 .section3 h1 {
     margin-bottom: 60px;
 }
 
 #accordion > .panel-default > .panel-heading {
     background-color: #F5F5F5;
     border-color: #F5F5F5;
 }
 
 #accordion > .panel-default > .panel-heading .panel-title {
     color: #3C3C3C;
     font-size: 20px;
 }
 /* -------------------------------------------------------------
---------------------------START section 4---------------------------
-----------------------------------------------------------------*/
 
 .section4 {
     margin-bottom: 80px;
 }
 
 .section4 h1 {
     margin-bottom: 60px;
 }
 
 .section4 .filtering .img-partner {
     height: 75px;
     margin: 0 auto;
 }
 
 @media (min-width: 1200px) {
     * + .pagination-custom {
         margin-top: 50px;
     }
 }
 
 .panel-group-custom {
     margin-bottom: 0;
 }
 
 .panel-group-custom .panel-heading + .panel-collapse > .panel-body,
 .panel-group-custom .panel-heading + .panel-collapse > .list-group {
     border-top: 0;
 }
 
 .panel-group-custom .panel + .panel {
     margin-top: 0;
 }
 
 .panel-group.panel-group-corporate .panel + .panel {
     margin-top: 20px;
 }
 
 .panel-custom {
     margin: 0;
     background: inherit;
     border: 0;
     border-radius: 0;
     box-shadow: none;
     text-align: left;
 }
 
 .panel-custom a {
     display: block;
 }
 
 .panel-custom .panel-collapse p {
     font-size: 18px;
     line-height: 1.41667;
     color: #32303b;
 }
 
 .panel-custom .panel-heading {
     padding: 0;
     border-bottom: 0;
     border-top-left-radius: 0;
 }
 
 .panel-custom .panel-body {
     padding: 0;
     border: 0;
 }
 
 * + .panel-group-custom {
     margin-top: 35px;
 }
 
 @media (min-width: 768px) {
     * + .panel-group-custom {
         margin-top: 50px;
     }
 }
 
 @media (min-width: 1600px) {
     * + .panel-group-custom {
         margin-top: 60px;
     }
 }
 
 .panel-corporate {
     position: relative;
     z-index: 1;
     text-align: left;
     background: #fff;
     box-shadow: 0px 5px 12px 0px #dcdeec;
 }
 
 .panel-corporate.panel {
     border-radius: 10px;
 }
 
 .panel-corporate .panel-title a {
     padding: 18px 82px 18px 32px;
     font-size: 18px;
     font-weight: 400;
     line-height: 1.5;
     letter-spacing: 0;
     color: #312f3b;
     transition: inherit;
     border-radius: 10px 10px 0 0;
 }
 
 .panel-corporate .panel-title a .panel-arrow {
     transition: .33s;
 }
 
 .panel-corporate .panel-title a.collapsed {
     border-bottom-width: 0;
     border-radius: 10px;
 }
 
 .panel-corporate .panel-title a.collapsed .panel-arrow::before {
     opacity: 1;
 }
 
 .panel-corporate .panel-title a.collapsed .panel-arrow::after {
     opacity: 0;
 }
 
 .panel-corporate .panel-arrow {
     position: absolute;
     top: 0;
     bottom: -1px;
     right: -1px;
     z-index: 2;
     width: 70px;
     background: #ff654e;
     border-radius: 0 10px 10px 0;
     transition: .33s all ease;
 }
 
 .panel-corporate .panel-arrow::before,
 .panel-corporate .panel-arrow::after {
     position: absolute;
     top: 18px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 4;
     font-family: 'Material Design Icons';
     color: #fff;
     transition: .22s;
 }
 
 .panel-corporate .panel-arrow::before {
     content: '\f504';
     opacity: 0;
 }
 
 .panel-corporate .panel-arrow::after {
     content: '\f465';
     opacity: 1;
 }
 
 .panel-corporate .panel-arrow:hover {
     background: #fdd55b;
 }
 
 .panel-corporate .panel-collapse {
     position: relative;
     z-index: 1;
     color: #838386;
     border-radius: 0 0 10px 10px;
 }
 
 .panel-corporate .panel-body {
     padding: 0 82px 25px 32px;
 }
 
 @media (max-width: 767px) {
     .panel-corporate .panel-title a,
     .panel-corporate .panel-body {
         padding-left: 25px;
     }
 }
 
 @media (min-width: 768px) {
     .panel-corporate .panel-title a {
         font-size: 24px;
         line-height: 1.41667;
     }
     .panel-corporate .panel-body {
         padding-right: 150px;
     }
 }
 
 .panel-light:first-child .panel-title {
     border-top: 1px solid #ededed;
 }
 
 .panel-light .panel-title:nth-child(n + 2) {
     margin-top: -1px;
 }
 
 .panel-light .panel-title a {
     position: relative;
     padding: 19px 55px 19px 32px;
     border-bottom: 1px solid transparent;
     font-size: 18px;
     font-weight: 600;
     line-height: 1.5;
     letter-spacing: 0;
     color: #312f3b;
     transition: .2s all ease;
 }
 
 .panel-light .panel-title a .panel-arrow::after {
     opacity: 0;
     visibility: hidden;
     transition: .2s all ease;
 }
 
 .panel-light .panel-title a.collapsed {
     border-bottom-color: #ededed;
 }
 
 .panel-light .panel-title a:hover {
     text-decoration: none;
     background: #ffffff87;
 }
 
 .panel-light .panel-title a.collapsed .panel-arrow::after {
     opacity: 1;
     visibility: visible;
 }
 
 .panel-light .panel-arrow {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 26px;
     transition: .33s;
     will-change: transform;
 }
 
 .panel-light .panel-arrow::before {
     content: '';
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     background: #1f1f1f;
 }
 
 .panel-light .panel-arrow::after {
     content: '';
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     background: #1f1f1f;
 }
 
 .panel-light .panel-arrow::before {
     width: 18px;
     height: 2px;
     right: 0;
 }
 
 .panel-light .panel-arrow::after {
     width: 2px;
     height: 18px;
     right: 8px;
 }
 
 .panel-light .panel-collapse {
     position: relative;
     margin-top: -1px;
     border-bottom: 1px solid #ededed;
     color: rgba(131, 131, 134, 0.47);
     will-change: transform;
 }
 
 .panel-light .panel-body {
     padding: 0 44px 25px 32px;
 }
 
 @media (max-width: 767px) {
     .panel-light .panel-title a,
     .panel-light .panel-body {
         padding-left: 15px;
     }
 }
 
 @media (min-width: 768px) {
     .panel-light .panel-title a {
         font-size: 24px;
         line-height: 1.41667;
     }
 }
 /* -------------------------------------------------------------
---------------------------END section 4---------------------------
-----------------------------------------------------------------*/
 /* -------------------------------------------------------------
---------------------------START section 6---------------------------
-----------------------------------------------------------------*/
 
 .section6 {
     padding-top: 80px;
     padding-bottom: 100px;
     margin-bottom: 0px;
     background: url(../../img/51.png);
     background-size: cover;
     /*    background-position: 20% 100%;*/
     background-repeat: no-repeat;
     /*     margin-bottom: 200px;*/
 }
 
 .section6 h1 {
     margin-bottom: 75px;
 }
 /* лучший водитель*/
 
 .feedback-block {
     margin-top: 10px;
     height: 200px;
     /*        background: url(../../img/bg.png)  no-repeat scroll right top / cover;*/
     position: relative;
     background-repeat: repeat-x 200px;
     /*
        margin-left: -15px;
        margin-right: -15px;
*/
     margin-bottom: 0px;
     background: url(../../img/slide3.jpg);
 }
 
 .feedback-block > .container {
     position: relative;
 }
 /*
.feedback-block > .container > .img-right-test {
     position: absolute;
    right: -70px;
    top: -15px;
    height: 230px;
}
*/
 
 .feedback-block > .container > .img-right-test {
     position: absolute;
     right: -130px;
     top: 15px;
     height: 180px;
 }
 
 .pr {
     position: relative;
     height: 200px;
 }
 
 .feedback-block .img-test {
     position: absolute;
     bottom: 0;
    left: -20px;
 }
 
 .p1-feedback-block {
    margin-top: 16px;
    font-size: 30px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
 }
 
 .p1-feedback-block span {
     font-size: 37px;
     color: #ffcc01;
     font-weight: 600;
     text-transform: none;
 }
 
 .p2-feedback-block {
     font-size: 18px;
     line-height: 26px;
     color: #fff;
 }
 
 .number-feedback {
     font-size: 34px;
     margin-right: 10px;
     position: relative;
     top: 5px;
 }
 
 .p-number-feedback {
     display: inline-block;
 }
 
 .btn-feedback-block {
     border: 1px solid #fff;
     background-color: transparent;
     color: #fff;
     text-transform: uppercase;
     line-height: 35px;
     padding: 0 31px;
     font-weight: 500;
     font-size: 14px;
     font-weight: bold;
     margin-left: 15px;
     position: relative;
     bottom: 3px;
     outline: none;
     display: inline-block;
 }
 
 @media screen and (max-width:992px) {
     .feedback-block {
         margin-top: 150px;
         height: 200px;
         background: url(../../img/bg.png) no-repeat / cover;
         background-position: center;
         position: relative;
     }
     .feedback-block > .container > .img-right-test {
         display: none;
     }
     .p-number-feedback {
         display: block;
         text-align: center;
     }
     .feedback-block {
         margin-top: 30px;
         text-align: center;
         height: auto;
         padding-bottom: 20px;
         background: url(../../img/bg.png) no-repeat / cover;
         background-position: center;
         position: relative;
     }
     .p1-feedback-block {
         margin-top: 20px;
         font-size: 20px;
         line-height: 35px;
         color: #fff;
         text-transform: uppercase;
         text-align: center;
     }
     .p2-feedback-block {
         font-size: 16px;
         line-height: 16px;
         color: #fff;
         text-align: center;
     }
     .number-feedback {
         font-size: 24px;
         margin-right: 10px;
         position: relative;
         top: 5px;
     }
 }
 
 @media screen and (max-width:768px) {
     footer .general-footer .content .footer-block.block-dark {
    width: 100%;

}
     .feedback-block > .container > .img-right-test {
         display: none;
     }
     .p-number-feedback {
         display: block;
         text-align: center;
     }
     .feedback-block {
         margin-top: 30px;
         text-align: center;
         height: auto;
         padding-bottom: 20px;
         background: url(../../img/bg.png) no-repeat / cover;
         background-position: center;
         position: relative;
     }
     .p1-feedback-block {
         margin-top: 20px;
         font-size: 20px;
         line-height: 35px;
         color: #fff;
         text-transform: uppercase;
         text-align: center;
     }
     .p2-feedback-block {
         font-size: 16px;
         line-height: 16px;
         color: #fff;
         text-align: center;
     }
     .number-feedback {
         font-size: 24px;
         margin-right: 10px;
         position: relative;
         top: 5px;
     }
 }
 
 @media (max-width: 1200px) {
     .nav-center {
         display: inline-block;
         width: 60%;
         text-align: center;
     }
     .nav-right {
         display: inline-block;
         width: 23%;
     }
     .navbar-default .navbar-nav > li > a {
         padding-left: 5px;
         padding-right: 5px;
         font-size: 15px;
     }
     .feedback-block .img-right-test {
         display: none;
     }
 }
 /*start mobile*/
 
 @media (max-width: 992px) {
     .navbar .navbar-collapse {
         display: none!important;
     }
     .navbar-header {
         width: 100%;
     }
     .section1 .section1-img {
         display: none;
     }
     h1 {
         color: #1f1f1f;
         font-size: 22px;
         font-weight: 600;
     }
     .navbar-default .navbar-collapse,
     .navbar-default .navbar-form {
         border-color: #e7e7e7;
         background: #f8f8f8;
     }
     .navbar {
         top: 0;
         z-index: 100;
         position: fixed;
         width: 100%;
         height: auto;
         height: 65px;
         margin-bottom: 0px;
         border: none;
         padding-top: 0px;
         padding-bottom: 0px;
         margin-top: 0px;
     }
     .navbar-nav li {
         float: none;
         display: block;
     }
     .navbar-default .contact {
         transform: none;
         text-align: center;
     }
     .nav-left {
         display: inline-block;
         width: 100%;
         text-align: center;
     }
     .nav-right {
         display: inline-block;
         width: 100%;
     }
     .nav-center {
         display: inline-block;
         width: 100%;
         text-align: center;
     }
     /*
     .section1 {
     margin-top: 50px;
     height: auto;
     margin-bottom: 30px;
     background: url(../../img/slide3.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     background-position: right;
         padding-bottom: 50px;
 }  
*/
     .section1 {
         margin-top: 50px;
         height: auto;
         margin-bottom: 15px;
         background: url(../../img/new-bg__1.png);
         background-size: cover;
         background-repeat: no-repeat;
         position: relative;
         background-position: center bottom;
         padding-bottom: 50px;
         height: 500px;
     }
     .section1 .section1-img {
         display: none;
     }
     .section1 form {
         background: #F5F5F5;
         border-radius: 8px;
         background-clip: padding-box;
         /* max-width: 350px; */
         margin: 0 auto;
         padding: 25px 30px 30px;
         margin-top: 50px;
         text-align: center;
         float: none;
         width: auto;
     }
     .section1 form .politika {
         margin-top: 12px;
     }
     .section1 form .politika a {
         display: block;
         color: #1f1f1f;
     }
     .section1 form input {
         width: 100%;
         font-size: 16px;
         display: block;
         margin: 0 auto;
         /* margin-bottom: 24px; */
         background: #fff;
         padding: 12px 18px;
         border: 1px solid #E6E6E6;
         -webkit-border-radius: 3px;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 3px;
         -moz-background-clip: padding;
         border-radius: 3px;
         background-clip: padding-box;
         margin-bottom: 20px;
     }
     .section1 form h3 {
         color: black;
         margin-bottom: 36px;
         font-weight: 700;
     }
     .section1 form h3 span {
         color: #ffc718;
     }
     /*------------------------------------------------
start section 2 -----------------------------------
---------------------------------------------------*/
     .section2 {
         margin-bottom: 30px;
         background: url(../../img/bg-3.png);
         background-size: cover;
         background-position: -89% -105%;
         background-repeat: no-repeat;
     }
     .section2 .wrap-adv {
         margin-top: 0px;
     }
     .section2 .advantages {
         text-align: center;
         display: inline-block;
         width: 100%;
         padding-left: 5px;
         padding-right: 5px;
         vertical-align: text-top;
         margin-top: 20px
     }
     .section2 .advantages .wrap-img {
         position: relative;
     }
     .section2 .advantages .wrap-img img {
         max-height: 60px;
     }
     .section2 .advantages .wrap-img:before {
         content: none;
     }
     .section2 .advantages .wrap-img.no-psevdo:before {
         content: none;
         /*
    position: relative;
    background: none;
*/
     }
     .section2 .ic {
         display: inline-block;
         text-align: center;
         width: 33%;
     }
     .section2 .advantages h2 {
         font-size: 17px;
         font-weight: 600;
     }
     .section2 .advantages p {
         font-size: 16px;
         line-height: 20px;
     }
     /* -------------------------------------------------------------
---------------------------END section 2---------------------------
-----------------------------------------------------------------*/
     /* -------------------------------------------------------------
---------------------------START section 6---------------------------
-----------------------------------------------------------------*/
     .section6 {
         padding-top: 20px!important;
         padding-bottom: 100px;
         margin-bottom: 0px;
         background: url(../../img/51.png);
         background-size: cover;
         /*    background-position: 20% 100%;*/
         background-repeat: no-repeat;
         /*     margin-bottom: 200px;*/
     }
     .section6 h1 {
         margin-bottom: 35px;
     }
     /*-----new----*/
     .top-header {
         display: none;
     }
     .navbar-default .navbar-toggle .icon-bar {
         background-color: #ffc718;
     }
     .btn-default {
         color: #1F1F1F;
         background: #FFC61A;
         text-transform: uppercase;
         font-size: 16px;
         padding: 17px 55px;
         font-weight: 700;
         border-radius: 30px;
         border: none;
         transition: 0.2s;
     }
     .navbar-toggle {
         position: relative;
         float: right;
         padding: 9px 10px;
         margin-top: 8px;
         margin-right: 15px;
         margin-bottom: 8px;
         background-color: transparent;
         background-image: none;
         border: 2px solid #ad1d1de0;
         border-radius: 2px;
         background: #ff000000;
     }
     .navbar-default .navbar-toggle {
         border-color: #303338;
     }
     header .top-header .content .contacts-block .block.geo {
         display: flex;
     }
     .feedback-block form {
         background: #F5F5F5;
         border-radius: 8px;
         background-clip: padding-box;
         /* max-width: 350px; */
         margin: 0 auto;
         padding: 25px 30px 30px;
         margin-top: 130px;
         text-align: center;
         float: none;
         width: 85%;
         margin-top: 20px;
     }
     .feedback-block form .politika {
         margin-top: 12px;
     }
     .feedback-block form .politika a {
         display: block;
         color: #1f1f1f;
     }
     .feedback-block form input {
         width: 100%;
         font-size: 16px;
         display: block;
         margin: 0 auto;
         /* margin-bottom: 24px; */
         background: #fff;
         padding: 12px 18px;
         border: 1px solid #E6E6E6;
         -webkit-border-radius: 3px;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 3px;
         -moz-background-clip: padding;
         border-radius: 3px;
         background-clip: padding-box;
         margin-bottom: 20px;
     }
     .feedback-block form h3 {
         color: black;
         margin-bottom: 36px;
         font-weight: 700;
     }
     .feedback-block form h3 span {
         color: #ffc718;
     }
     .feedback-block .img-test {
         position: relative;
         bottom: 0;
         margin: 0 auto;
         height: 100px;
         /* left: 20px; */
         left: 0px;
     }
     .pr {
         position: relative;
         height: inherit;
     }
     .p1-feedback-block span {
         font-size: 22px;
         color: #ffcc01;
         font-weight: 600;
         text-transform: none;
     }
     .feedback-block {
         padding-top: 20px;
         background-size: cover;
     }
     /*modal-dialog*/
     #gridSystemModal form {
         background: #F5F5F5;
         border-radius: 8px;
         background-clip: padding-box;
         /* max-width: 350px; */
         margin: 0 auto;
         padding: 25px 30px 30px;
         margin-top: 130px;
         text-align: center;
         float: none;
         width: 92%;
         margin-top: 20px;
     }
     #gridSystemModal form input {
         width: 100%;
         font-size: 16px;
         display: block;
         margin: 0 auto;
         /* margin-bottom: 24px; */
         background: #fff;
         padding: 12px 18px;
         border: 1px solid #E6E6E6;
         -webkit-border-radius: 3px;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 3px;
         -moz-background-clip: padding;
         border-radius: 3px;
         background-clip: padding-box;
         margin-bottom: 20px;
     }
     #gridSystemModal .section1 form h3 {
         color: black;
         margin-bottom: 36px;
         font-weight: 700;
     }
     /*modal-dialog*/
     footer .general-footer .content {
         display: block;
     }
     footer .general-footer .content .footer-block.block-dark {
         display: block;
         margin: 0 auto;
         margin-top: -27px;
     }
     footer .general-footer .content .footer-block:nth-child(3) {
         display: block;
     }
     footer .general-footer .content .footer-block {
         padding-top: 35px;
         margin-right: 0px;
     }
     footer .general-footer .content .block-title {
         margin-bottom: 30px;
         justify-content: center;
     }
     footer .general-footer .content .footer-block .block-body .contacts .contact-line {
         justify-content: center;
     }
     .panel-collapse .panel-body p {
         font-size: 16px;
         color: #32303b;
     }
     /* -------------------------------------------------------------
---------------------------START section 3---------------------------
-----------------------------------------------------------------*/
     .section3 {
         padding-top: 15px;
         padding-bottom: 40px;
         margin-bottom: 0px;
         background: url(../../img/bg-taxi-2.png);
         background-size: contain;
         background-position: 20% 100%;
         background-repeat: no-repeat;
     }
     .section3 h1 {
         margin-bottom: 35px;
     }
     #accordion > .panel-default > .panel-heading {
         background-color: #F5F5F5;
         border-color: #F5F5F5;
     }
     #accordion > .panel-default > .panel-heading .panel-title {
         color: #3C3C3C;
         font-size: 20px;
     }
     /* -------------------------------------------------------------
---------------------------END section 3---------------------------
-----------------------------------------------------------------*/
     .section4 {
         margin-bottom: 50px;
     }
 }
 
 @media (max-width: 768px) {
     h1 {
         color: #1f1f1f;
         font-size: 22px;
         font-weight: 600;
     }
     .navbar-default .navbar-collapse,
     .navbar-default .navbar-form {
         border-color: #e7e7e7;
         background: #f8f8f8;
     }
     .navbar {
         top: 0;
         z-index: 100;
         position: fixed;
         width: 100%;
         height: auto;
         height: 65px;
         margin-bottom: 0px;
         border: none;
         padding-top: 0px;
         padding-bottom: 0px;
         margin-top: 0px;
     }
     .navbar-nav li {
         float: none;
         display: block;
     }
     .navbar-default .contact {
         transform: none;
         text-align: center;
     }
     .nav-left {
         display: inline-block;
         width: 100%;
         text-align: center;
     }
     .nav-right {
         display: inline-block;
         width: 100%;
     }
     .nav-center {
         display: inline-block;
         width: 100%;
         text-align: center;
     }
     /*
     .section1 {
     margin-top: 50px;
     height: auto;
     margin-bottom: 30px;
     background: url(../../img/slide3.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     background-position: right;
         padding-bottom: 50px;
 }  
*/
     .section1 {
         margin-top: 50px;
         height: auto;
         margin-bottom: 15px;
         background: url(../../img/new-bg__1.png);
         background-size: cover;
         background-repeat: no-repeat;
         position: relative;
         background-position: center bottom;
         padding-bottom: 50px;
         height: 500px;
     }
     .section1 .section1-img {
         display: none;
     }
     .section1 form {
         background: #F5F5F5;
         border-radius: 8px;
         background-clip: padding-box;
         /* max-width: 350px; */
         margin: 0 auto;
         padding: 25px 30px 30px;
         margin-top: 50px;
         text-align: center;
         float: none;
         width: auto;
     }
     .section1 form .politika {
         margin-top: 12px;
     }
     .section1 form .politika a {
         display: block;
         color: #1f1f1f;
     }
     .section1 form input {
         width: 100%;
         font-size: 16px;
         display: block;
         margin: 0 auto;
         /* margin-bottom: 24px; */
         background: #fff;
         padding: 12px 18px;
         border: 1px solid #E6E6E6;
         -webkit-border-radius: 3px;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 3px;
         -moz-background-clip: padding;
         border-radius: 3px;
         background-clip: padding-box;
         margin-bottom: 20px;
     }
     .section1 form h3 {
         color: black;
         margin-bottom: 36px;
         font-weight: 700;
     }
     .section1 form h3 span {
         color: #ffc718;
     }
     /*------------------------------------------------
start section 2 -----------------------------------
---------------------------------------------------*/
     .section2 {
         margin-bottom: 30px;
         background: url(../../img/bg-3.png);
         background-size: cover;
         background-position: -89% -105%;
         background-repeat: no-repeat;
     }
     .section2 .wrap-adv {
         margin-top: 0px;
     }
     .section2 .advantages {
         text-align: center;
         display: inline-block;
         width: 100%;
         padding-left: 5px;
         padding-right: 5px;
         vertical-align: text-top;
         margin-top: 20px
     }
     .section2 .advantages .wrap-img {
         position: relative;
     }
     .section2 .advantages .wrap-img img {
         max-height: 60px;
     }
     .section2 .advantages .wrap-img:before {
         content: none;
     }
     .section2 .advantages .wrap-img.no-psevdo:before {
         content: none;
         /*
    position: relative;
    background: none;
*/
     }
     .section2 .ic {
         display: inline-block;
         text-align: center;
         width: 33%;
     }
     .section2 .advantages h2 {
         font-size: 17px;
         font-weight: 600;
     }
     .section2 .advantages p {
         font-size: 16px;
         line-height: 20px;
     }
     /* -------------------------------------------------------------
---------------------------END section 2---------------------------
-----------------------------------------------------------------*/
     /* -------------------------------------------------------------
---------------------------START section 6---------------------------
-----------------------------------------------------------------*/
     .section6 {
         padding-top: 20px!important;
         padding-bottom: 100px;
         margin-bottom: 0px;
         background: url(../../img/51.png);
         background-size: cover;
         /*    background-position: 20% 100%;*/
         background-repeat: no-repeat;
         /*     margin-bottom: 200px;*/
     }
     .section6 h1 {
         margin-bottom: 35px;
     }
     /*-----new----*/
     .top-header {
         display: none;
     }
     .navbar-default .navbar-toggle .icon-bar {
         background-color: #ffc718;
     }
     .btn-default {
         color: #1F1F1F;
         background: #FFC61A;
         text-transform: uppercase;
         font-size: 16px;
         padding: 17px 55px;
         font-weight: 700;
         border-radius: 30px;
         border: none;
         transition: 0.2s;
     }
     .navbar-toggle {
         position: relative;
         float: right;
         padding: 9px 10px;
         margin-top: 8px;
         margin-right: 15px;
         margin-bottom: 8px;
         background-color: transparent;
         background-image: none;
         border: 2px solid #ad1d1de0;
         border-radius: 2px;
         background: #ff000000;
     }
     .navbar-default .navbar-toggle {
         border-color: #303338;
     }
     header .top-header .content .contacts-block .block.geo {
         display: flex;
     }
     .feedback-block form {
         background: #F5F5F5;
         border-radius: 8px;
         background-clip: padding-box;
         /* max-width: 350px; */
         margin: 0 auto;
         padding: 25px 30px 30px;
         margin-top: 130px;
         text-align: center;
         float: none;
         width: 95%;
         margin-top: 20px;
     }
     .feedback-block form .politika {
         margin-top: 12px;
     }
     .feedback-block form .politika a {
         display: block;
         color: #1f1f1f;
     }
     .feedback-block form input {
         width: 100%;
         font-size: 16px;
         display: block;
         margin: 0 auto;
         /* margin-bottom: 24px; */
         background: #fff;
         padding: 12px 18px;
         border: 1px solid #E6E6E6;
         -webkit-border-radius: 3px;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 3px;
         -moz-background-clip: padding;
         border-radius: 3px;
         background-clip: padding-box;
         margin-bottom: 20px;
     }
     .feedback-block form h3 {
         color: black;
         margin-bottom: 36px;
         font-weight: 700;
     }
     .feedback-block form h3 span {
         color: #ffc718;
     }
     .feedback-block .img-test {
         position: relative;
         bottom: 0;
         margin: 0 auto;
         height: 100px;
         /* left: 20px; */
         left: 0px;
     }
     .pr {
         position: relative;
         height: inherit;
     }
     .p1-feedback-block span {
         font-size: 22px;
         color: #ffcc01;
         font-weight: 600;
         text-transform: none;
     }
     .feedback-block {
         padding-top: 20px;
         background-size: cover;
     }
     /*modal-dialog*/
     #gridSystemModal form {
         background: #F5F5F5;
         border-radius: 8px;
         background-clip: padding-box;
         /* max-width: 350px; */
         margin: 0 auto;
         padding: 25px 30px 30px;
         margin-top: 130px;
         text-align: center;
         float: none;
         width: 92%;
         margin-top: 20px;
     }
     #gridSystemModal form input {
         width: 100%;
         font-size: 16px;
         display: block;
         margin: 0 auto;
         /* margin-bottom: 24px; */
         background: #fff;
         padding: 12px 18px;
         border: 1px solid #E6E6E6;
         -webkit-border-radius: 3px;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 3px;
         -moz-background-clip: padding;
         border-radius: 3px;
         background-clip: padding-box;
         margin-bottom: 20px;
     }
     #gridSystemModal .section1 form h3 {
         color: black;
         margin-bottom: 36px;
         font-weight: 700;
     }
     /*modal-dialog*/
     footer .general-footer .content {
         display: block;
     }
     footer .general-footer .content .footer-block.block-dark {
         display: block;
         margin: 0 auto;
         margin-top: 0px;
     }
     footer .general-footer .content .footer-block:nth-child(3) {
         display: block;
     }
     footer .general-footer .content .footer-block {
         padding-top: 35px;
         margin-right: 0px;
     }
     footer .general-footer .content .block-title {
         margin-bottom: 30px;
         justify-content: center;
     }
     footer .general-footer .content .footer-block .block-body .contacts .contact-line {
         justify-content: start;
     }
     .panel-collapse .panel-body p {
         font-size: 16px;
         color: #32303b;
     }

     footer  .footer-block > .block-body {
        padding-left: 10px;
    }
    footer  .footer-block > .after-title__mini {
        margin-left: 10px;
    }


     /* -------------------------------------------------------------
---------------------------START section 3---------------------------
-----------------------------------------------------------------*/
     .section3 {
         padding-top: 15px;
         padding-bottom: 40px;
         margin-bottom: 0px;
         background: url(../../img/bg-taxi-2.png);
         background-size: contain;
         background-position: 20% 100%;
         background-repeat: no-repeat;
     }
     .section3 h1 {
         margin-bottom: 35px;
     }
     #accordion > .panel-default > .panel-heading {
         background-color: #F5F5F5;
         border-color: #F5F5F5;
     }
     #accordion > .panel-default > .panel-heading .panel-title {
         color: #3C3C3C;
         font-size: 20px;
     }
     /* -------------------------------------------------------------
---------------------------END section 3---------------------------
-----------------------------------------------------------------*/
     .section4 {
         margin-bottom: 50px;
     }
 }
 
 @media (max-width: 768px) {
     
     header .top-header .content .contacts-block {
         display: flex;
     }
     section.index-banner-slider .slide.slide1 .content .text-block .title p {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    font-weight: 600;
         border-left: 2px solid #ffca52;
         padding-left: 15px;
        text-align: center;
         
}
     
     
     section.index-banner-slider .slide.slide1 .content .text-block .model-price {

    margin-bottom: 60px;
}
     section.index-banner-slider .slide.slide1 {

    display: block;

}
     
     section.index-banner-slider .slide.slide1 .content .text-block .title {
    height: auto;
    font-size: 20px;
    font-weight: 600;
    width: 100%;

    padding-top: 30px;
    padding-bottom: 0px;
         margin-bottom: 20px;
}
     
     
     
     section.index-banner-slider .slide.slide1 .content .text-block .model-price .price-block {
    font-size: 22px;
}
     section.index-banner-slider .slide.slide1 .content .text-block a {
          
             width: auto;
        
         
         
     }
     
     section.index-banner-slider .slide.slide1 .content .text-block a {
              border: 2px solid #f7bd2a;
             text-transform: uppercase;
             background: rgba(0, 0, 0, 0.58);
            border-radius: 3px;
        color: 
         rgba(255, 255, 255, 0.95);
     }
     
     section.index-banner-slider .slide.slide1 .content .text-block .model-price .price-block {
             font-size: 22px;
    padding: 5px 15px;
    background: #ffb70000;
    /* border: 2px dotted #FFC107; */
    text-decoration: underline;
    text-decoration-style: dotted;
         
     }  
     
/*
     section.index-banner-slider .slide.slide1 .content .text-block .title .price-bloc-m {
             font-size: 22px;
    padding: 5px 15px;
    background: #ffb70000;
    text-decoration: underline;
    text-decoration-style: dotted;
         
     }   
*/
     section.index-banner-slider .slide.slide1 .content .text-block .title .price-bloc-m {
             font-size: 22px;
    padding: 5px 0px;
    background: #ffb70000;
    /* border: 2px dotted #FFC107; */
    text-decoration: underline;
    text-decoration-style: dotted;
         
     }
     .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
     .row {
         margin-left: 0px;
         margin-right: 0px;
     }
     
/*     ==---====== навигация моб версия========-===*/
     
     
     .mobile-nav.open > .wrapper {
             width: 100%;
    border-top: 2px solid white;
     }
     .mobile-nav {
    position: fixed;
    width: 100%;
    height: auto;
         height: 100%;
    left: 0;
    top: 0;
/*    background: rgba(6, 6, 6, 0.98);*/
    background: #303337;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    padding-top: 50px;
    padding-bottom: 50px;
}
     
     .mobile-nav .wrapper .menu a {
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    padding: 5px 20px;
    font-size: 15px;
}
     
     .mobile-nav .wrapper .contacts-block .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
} 
     
     
/*     ----сео текст----*/
     .index-description {
             padding-bottom: 50px;
    padding-top: 30px;
     }
     .index-description h2 {
             margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
     }
     .index-description p {
    font-size: 13px;
}


     .index-description ul  {
 margin-bottom: 0px;
}  
     .index-description ul li {
    font-size: 13px;
}
/*     ----сео текст----*/
     }

 

/*-------- Банковская карта ----------*/

article.online__oplata , aside {
	display: block;
}


	
article.online__oplata {
    padding-top: 15px;
    padding-bottom: 10px;
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
	}

article.online__oplata  {
	padding-top: 15px;
	padding-bottom: 20px;
	}
	
article.online__oplata  .container { 
    width: 70%;
    margin: 0 auto;
	}
	
article.online__oplata  .container h2 {
	font-weight: 300;
	letter-spacing: -.1rem;	
	font-size: 50px;
	margin-bottom: 50px;
	}
	
article.online__oplata  .container p {
	padding-bottom: 15px;
	}
	
article.online__oplata  .victim {
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #16161657;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(253, 183, 17, 0.69);
    width: auto;
        margin-top: 0px;
	}

article.online__oplata  .victim h1 {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 15px;
	font-weight: normal;
	color: rgb(22, 22, 22);
    
        margin-top: 0px;
    display: block;
    clear: both;
	}


article.online__oplata  .victim img {
	float: right;

	margin-right: 0px;
    

    
        margin-bottom: 0px;
    margin-top: -10px;
    
		}

article.online__oplata  .victim p {
	font-family: Arial, serif;
	font-size: 15px;
        margin-bottom: 0px;
    margin-top: 7px;
	}
	
article.online__oplata  .victim sup {
	color: red;
	}
	
article.online__oplata  .victim input:focus { 
	outline: 0; 
	border-bottom: 1px solid #33C3F0;
	}



article.online__oplata  .victim input {
	border: none;
	border-bottom: 1px solid #757575;
	}



article.online__oplata  .victim #button:hover {
	background-color: rgba(148, 133, 140,.1);
	color: #333;
	border-color: #888;
    outline: 0;
	}


article.online__oplata  .victim #button {
    margin-top: -18px;
    display: block;
    padding: 0 30px;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    border: 1px solid #bbb;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    float: right;
	}




