.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
* {
  box-sizing: border-box;
}
* iframe {
  border: none !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.binline {
  display: inline-block;
  vertical-align: top;
}
.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}
.row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
html {
}
body {
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased !important;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  font-family: 'Exo 2', sans-serif;
}
input,
textarea,
label {
  font-weight: 400;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7b7b7b !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7b7b7b !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7b7b7b !important;
}
input::placeholder,
textarea::placeholder {
  color: #7b7b7b !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}
.outer-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 1150px;
}
.container {

  padding: 0 10px;
  margin: 0 auto;
}
.container .row {
  margin-left: -10px;
  margin-right: -10px;
}
form:not(.form-calc):not(.yellow-form) {
  background: rgba(255, 255, 255, 0.92);

  border-radius: 15px;
  padding-bottom: 21px;
}
form:not(.form-calc):not(.yellow-form) .form-heading {
  text-align: center;
  padding: 16px 0;
  padding-bottom: 20px;
}
form:not(.form-calc):not(.yellow-form) .form-heading h4 {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: #232323;
}
form:not(.form-calc):not(.yellow-form) .form-heading p {
  font-size: 22px;
  color: #2f2f2f;
  line-height: 1.182;
  margin-top: 12px;
}
form:not(.form-calc):not(.yellow-form) .form-content {

  margin: 0 auto;
}
form:not(.form-calc):not(.yellow-form) .form-group {
  margin-bottom: 12px;
}
form:not(.form-calc):not(.yellow-form) .form-control {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 40px;
  height: 58px;
  border: 3px solid #EBCC23;
}
form:not(.form-calc):not(.yellow-form) .form-control:focus {
  border-color: #66AFE9;
}
form:not(.form-calc):not(.yellow-form) textarea {
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
}
form:not(.form-calc):not(.yellow-form) .has-error {
  position: relative;
}
form:not(.form-calc):not(.yellow-form) .has-error:after {
  position: absolute;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #A94442;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
form:not(.form-calc):not(.yellow-form) .has-error .form-control {
  border: 3px solid #843534 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
form:not(.form-calc):not(.yellow-form) .has-success {
  position: relative;
}
form:not(.form-calc):not(.yellow-form) .has-success:after {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #2B542C;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
form:not(.form-calc):not(.yellow-form) .has-success .form-control {
  border: 3px solid #2B542C !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
form:not(.form-calc):not(.yellow-form) .btn {
  width: 100%;
}
.form-calc {
  border-radius: 10px;
  background: -webkit-linear-gradient(bottom, #222222 0%, #3a3a3a 100%);
  background: linear-gradient(to top, #222222 0%, #3a3a3a 100%);
  box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.17);
  height: 435px;
  position: relative;
}
.form-calc > div {
  position: relative;
  z-index: 1;
}
/*
.form-calc:before {
  content: "";
  position: absolute;
  background: url(../img/form-calc-shadow.png);
  width: 188px;
  height: 100%;
  top: 0;
  right: 155px;
}
.form-calc:after {
  content: "";
  position: absolute;
  background: url(../img/hand.png);
  width: 341px;
  height: 356px;
  right: -185px;
  top: -43px;
}
*/
.form-calc .form-content {
  padding-top: 45px;
  padding-left: 45px;
}
.form-calc .form-group {
  margin-right: 28px;
  margin-bottom: 25px;
  vertical-align: top;
}
.form-calc .form-group.mod-select-group {
  margin-right: 28px;
}
.form-calc .form-control {
  width: 232px;
  height: 47px;
  background-color: #272727;
  border: 3px solid #FFF;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
}
.form-calc .form-control:focus {
  border-color: #66AFE9;
  box-shadow: none;
}
.form-calc input::-webkit-input-placeholder,
.form-calc textarea::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 16px;
}
.form-calc input::-moz-placeholder,
.form-calc textarea::-moz-placeholder {
  color: #fff !important;
  font-size: 16px;
}
.form-calc input:-ms-input-placeholder,
.form-calc textarea:-ms-input-placeholder {
  color: #fff !important;
  font-size: 16px;
}
.form-calc input::placeholder,
.form-calc textarea::placeholder {
  color: #fff !important;
  font-size: 16px;
}
.form-calc .btn {
  padding: 11px 20px;
  font-size: 16px;
  width: 232px;
  margin: 0;
}
.form-calc .has-error {
  position: relative;
}
.form-calc .has-error:after {
  position: absolute;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #A94442;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.form-calc .has-error .form-control {
  border: 3px solid #843534 !important;
}
.form-calc .has-success {
  position: relative;
}
.form-calc .has-success:after {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #2B542C;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.form-calc .has-success .form-control {
  border: 3px solid #2B542C !important;
}
.select2-container {
  width: 232px !important;
}
.select2-container .select2-selection--single {
  height: 48px;
  border: 3px solid #FFF;
  background-color: #343434;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  display: inline-block;
  height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  border: none;
  background: url(../img/select-arrow.png) no-repeat center;
  width: 26px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 3px;
  border-left: 1px solid #FFFFFF;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #E4A861;
}
.select2-container--default.select2-container--disabled {
  opacity: .5;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background: none;
}
.calc-result {
  margin-left: -30px;
}
.calc-result-cost {
  font-size: 42px;
  color: #f8e15f;
  font-weight: 600;
  line-height: 50px;
  margin-top: -5px;
}
.calc-result-requests {
  color: #949494;
  font-size: 12px;
}
.calc-result-condition {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
.calc-result-condition a {
  color: #f8e15f;
  text-decoration: underline;
}
.calc-result-condition a:hover {
  text-decoration: none;
}
.yellow-form {
  position: relative;
  height: 116px;
}
.yellow-form > div {
  position: relative;
  z-index: 1;
}
.yellow-form:before {
  content: "";
  position: absolute;
  background: url(../img/srequest-bg.png) no-repeat;
  width: 148px;
  height: 100%;
  top: 0;
  left: 313px;
}
.yellow-form .form-heading {
  padding-top: 27px;
}
.yellow-form .form-heading h4 {
  font-size: 27px;
  color: 242424;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.yellow-form .form-heading p {
  font-size: 17px;
  color: #242424;
  margin: 0;
}
.yellow-form .form-content {
  padding-top: 36px;
  padding-left: 0px;
  margin-left: -20px;
}
.yellow-form .form-group {
  margin-right: 18px;
  margin-bottom: 0px;
  vertical-align: top;
}
.yellow-form .form-group.mod-select-group {
  margin-right: 28px;
}
.yellow-form .form-control {
  width: 232px;
  height: 47px;
  background-color: #EBD03A;
  border: 3px solid #3E3E3E;
  font-size: 16px;
  color: #262626;
  border-radius: 0;
  background: #fff;
}
.yellow-form .form-control:focus {
  border-color: #66AFE9;
  box-shadow: none;
}
.yellow-form input::-webkit-input-placeholder,
.yellow-form textarea::-webkit-input-placeholder {
  color: #262626 !important;
  font-size: 16px;
}
.yellow-form input::-moz-placeholder,
.yellow-form textarea::-moz-placeholder {
  color: #262626 !important;
  font-size: 16px;
}
.yellow-form input:-ms-input-placeholder,
.yellow-form textarea:-ms-input-placeholder {
  color: #262626 !important;
  font-size: 16px;
}
.yellow-form input::placeholder,
.yellow-form textarea::placeholder {
  color: #262626 !important;
  font-size: 16px;
}
.yellow-form input:focus::-webkit-input-placeholder,
.yellow-form textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.yellow-form input:focus::-moz-placeholder,
.yellow-form textarea:focus::-moz-placeholder {
  color: transparent !important;
}
.yellow-form input:focus:-ms-input-placeholder,
.yellow-form textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
.yellow-form input:focus::placeholder,
.yellow-form textarea:focus::placeholder {
  color: transparent !important;
}
.yellow-form .btn {
  padding: 11px 20px;
  font-size: 16px;
  width: 232px;
  margin: 0;
}
.yellow-form .has-error {
  position: relative;
}
.yellow-form .has-error:after {
  position: absolute;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #A94442;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.yellow-form .has-error .form-control {
  border: 3px solid #843534 !important;
}
.yellow-form .has-success {
  position: relative;
}
.yellow-form .has-success:after {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  color: #2B542C;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.yellow-form .has-success .form-control {
  border: 3px solid #2B542C !important;
}
/*btns*/
.btn {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding: 14px 20px;
  border-radius: 5px;
}


.btn-sm {
  padding: 8px 20px;
  font-size: 14px;
}
.btn-success {
  border: none;
  background: -webkit-linear-gradient(bottom, #99d608 0%, #b3ea11 100%);
  background: linear-gradient(to top, #99d608 0%, #b3ea11 100%);
  box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18);
  border-bottom: 3px solid #78A807;
}
.btn-success:hover,
.btn-success:active {
  background: -webkit-linear-gradient(bottom, #a5e30c 0%, #bdf41a 100%);
  background: linear-gradient(to top, #a5e30c 0%, #bdf41a 100%);
  border-bottom: 3px solid #78A807;
  color: #000;
}
.btn-success:focus {
  color: #000;
  border-bottom: 3px solid #78A807;
}
.btn-success:active {
  box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18), inset 0 1px 3px rgba(0, 0, 0, 0.22);
  border-bottom-width: 1px;
  margin-top: 2px;
}
.btn-red {
  border: none;
  background-image: -webkit-linear-gradient(bottom, #bf290e 0%, #d14428 100%);
  background-image: linear-gradient(to top, #bf290e 0%, #d14428 100%);
  box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18);
  border-bottom: 3px solid #932215;
  color: #fff;
}
.btn-red:hover,
.btn-red:active {
  background: -webkit-linear-gradient(bottom, #d43416 0%, #e44c2e 100%);
  background: linear-gradient(to top, #d43416 0%, #e44c2e 100%);
  border-bottom: 3px solid #932215;
  color: #fff;
}
.btn-red:focus {
  color: #fff;
  border-bottom: 3px solid #932215;
}
.btn-red:active {
  box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18), inset 0 1px 3px rgba(0, 0, 0, 0.22);
  border-bottom-width: 1px;
  margin-top: 2px;
}
.btn-yellow {
  border: none;
  background: -webkit-linear-gradient(bottom, #dbc127 0%, #f8e15f 100%);
  background: linear-gradient(to top, #dbc127 0%, #f8e15f 100%);
  box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18);
  border-bottom: 3px solid #A28F2B;
  color: #000;
  text-transform: none;
  font-size: 19px;
  padding: 9px 67px;
}
.btn-yellow:hover,
.btn-yellow:active {
  background: -webkit-linear-gradient(bottom, #f2d634 0%, #ffe96f 100%);
  background: linear-gradient(to top, #f2d634 0%, #ffe96f 100%);
  border-bottom: 3px solid #A28F2B;
  color: #000;
}
.btn-yellow:focus {
  color: #000;
  border-bottom: 3px solid #A28F2B;
}
.btn-yellow:active {
  box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18), inset 0 1px 3px rgba(0, 0, 0, 0.52);
  border-bottom-width: 1px;
  margin-top: 2px;
}
.btn-refresh {
  border: 2px solid #F7E069;
  font-size: 14px;
  font-weight: 400;
  color: #cbb019;
  padding: 7px 20px;
  padding-left: 40px;
  border-radius: 0;
  position: relative;
}
.btn-refresh:before {
  content: "";
  position: absolute;
  background: url(../img/ico-refresh.png);
  width: 23px;
  height: 21px;
  left: 8px;
  top: 6px;
}
.btn-refresh:hover,
.btn-refresh:active {
  border-color: #e8d35c;
  color: #cbb019;
}
.btn-refresh:focus {
  color: #cbb019;
  border-color: #e8d35c;
}
.btn-refresh:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.22);
}
.btn-video {
  position: relative;
  padding-left: 40px;
}
.btn-video:before {
  content: "";
  position: absolute;
  background: url(../img/ico-play.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  left: 14px;
}
/*section title*/
.section-title {
  padding: 36px 0;
  padding-bottom: 20px;
  text-align: center;
}
.section-title h3 {
  text-align: center;
  margin: 0;
  font-size: 37px;
}
.section-title p {
  margin: 0;
  font-size: 23px;
  padding-bottom: 25px;
}
.section-title.mod-white h3 {
  color: #fff;
  text-shadow: 1px 1.7px 3px rgba(0, 0, 0, 0.44);
}
.goup {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0px;
  bottom: 0;
  display: block;
  width: 100px;
  color: #46698D;
  text-align: center;
  opacity: .6;
  padding-top: 80px;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.goup i {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.goup span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 600;
}
.goup:hover {
  background: #E1E7ED;
  opacity: 1;
}
/* ==========================================================================
   nav
   ========================================================================== */
nav {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  height: 60px;
  background: -webkit-linear-gradient(bottom, #d5b82c 0%, #f6df69 100%);
  background: linear-gradient(to top, #d5b82c 0%, #f6df69 100%);
  box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.23), inset 0.2px -3px 0 rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 768px) {
nav {
  position: relative;
  }
.row{margin:0px;}  
}
nav ul {
  text-align: center;
  padding: 0px 0;
  vertical-align: top;
}
nav ul:before,
nav ul:after {
  content: " ";
  display: table;
}
nav ul:after {
  clear: both;
}
nav ul li {
  list-style: none;
}
nav ul li a {
  color: #000;
  font-size: 17px;
  display: block;
  line-height: 57px;
  padding: 0 22px;
  text-align: center;
  position: relative;
  font-weight: 600;
  text-shadow: 0.407px 0.914px 0px rgba(255, 255, 255, 0.47);
}
nav ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #B39E22;
  right: 0px;
  top: 0;
}
nav ul li a:hover {
  color: #000;
  text-decoration: none;
  background: -webkit-linear-gradient(bottom, #e8c80d 0%, #ffed88 100%);
  background: linear-gradient(to top, #e8c80d 0%, #ffed88 100%);
}
nav ul li a:active {
  -webkit-transition: all .05s;
          transition: all .05s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
nav ul li a:focus {
  text-decoration: none;
  color: #000;
}
nav ul li:nth-child(3) a {
  padding: 0 25px;
}
nav ul li:nth-child(4) a {
  padding: 0 25px;
}
nav ul li:last-child a {
  padding: 0 20px;
}
nav .container {
  position: relative;
}
nav .nav-logo,
nav .nav-contacts {
  vertical-align: top;
  float: left;
}
.nav-logo {
  display: inline-block;
  height: 60px;
  background-image: -webkit-linear-gradient(bottom, #eaeaea 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #eaeaea 0%, #ffffff 100%);
  box-shadow: inset -0.1px -3px 0 rgba(0, 0, 0, 0.2);
  line-height: 50px;
  text-align: center;
  padding-left: 3px;
  position: relative;
}
.nav-logo:before {
  position: absolute;
  content: "";
  width: 2px;
  right: 0;
  top: 0;
  bottom: 3px;
  background-image: -webkit-linear-gradient(bottom, #eaeaea 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #eaeaea 0%, #ffffff 100%);
}
.nav-logo a {
  color: #fff;
}
.nav-logo a i {
  font-size: 50px;
}
.nav-contacts {
  position: absolute;
  display: inline-block;
  float: right;
  padding: 13px 0;
  text-align: right;
}

.nav-contacts span {
font-size: 13px;
margin-right: 10px;
margin-top: -23px;
display: block;
}
.nav-contacts-phone {
  margin-left: 17px;
  color: #000;
  font-size: 23px;
  font-weight: 300;
  padding: 0px 0;
  padding-bottom: 20px;
  padding-left: 5px;
  display: inline-block;
  margin-top: -10px;
/*  background: url(../img/ico-phone.png) no-repeat 0 0px;*/
}
.nav-contacts-phone:hover {
  color: #000;
  text-decoration: none;
}
.nav-contacts-callback {
  font-size: 13px;
  text-decoration: underline;
  color: #000;
  display: inline-block;
  position: relative;
  top: -25px;
}
.nav-contacts-callback:focus {
  outline: none;
  color: #000;
}
.nav-contacts-callback:hover {
  color: #000;
  text-decoration: none;
}
/* ==========================================================================
   s-block1
   ========================================================================== */
.s-first {
  background-color: white;
}
.s-first form {
  float: right;
  margin-top: 110px;
  margin-right: 3px;
}
.main-offer {
  text-align: center;
  margin-top: 90px;
}
.s-first h3 {
  display:none;
  font-size: 31px;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(246, 221, 102, 0.8);
  padding: 7px 20px;
  margin: 0px;
}
@media only screen and (max-width: 991px) {
  .s-first h3 {
    font-size: 21px;  
  }
}
.s-first h4 {
  display:none;
  font-size: 22px;
  font-weight: 600;
  padding: 2px;
  padding-bottom: 7px;
  color: black;
  margin-top: 15px;
  font-family: "Exo 2";
  background: rgba(255, 255, 255, 0.8);
}
.s-first p {
  display:none;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  position: relative;
  top: -2px;
  padding: 10px 52px 13px;
}
.s-first span{
  display:none;
}
.s-first .anime{display:none;text-transform:uppercase;font-weight:bold;font-style:italic;border:1px solid #46B8DA;}
.header-car {
  background: url(../img/dom.png);
/*  width: 762px;*/
  height: 334px;
  margin-top: 84px;
  margin-left: -10px;
  position: relative;
}
.header-car-item {
  position: absolute;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin-top: 10px;
}
.header-car-item .line {
  position: absolute;
  height: 100px;
  width: 3px;
  background: #000;
}
.header-car-item .line:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  bottom: 0;
  right: -2px;
}
.header-car-item:hover {
  z-index: 1;
}
.header-car-item.header-car-item1 {
  left: 15%;
  top: 10px;
}
.header-car-item.header-car-item1 .line {
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
  height: 170px;
  right: -14px;
  top: -25px;
}
.header-car-item.header-car-item2 {
  left: 38%;
  top: -51px;
}
.header-car-item.header-car-item2 .line {
  -webkit-transform: rotate(-23deg);
      -ms-transform: rotate(-23deg);
          transform: rotate(-23deg);
  height: 60px;
  right: 42px;
  top: 18px;
}

.header-car-item.header-car-item3 {
  right: 14%;
  top: 10px;
}
@media only screen and (max-width: 1200px) {
.header-car-item.header-car-item3 {
  right: 7%;
  }
}
@media only screen and (max-width: 991px) {
.header-car-item.header-car-item3 {
  right: 17%;
  }
}

.header-car-item.header-car-item3 .line {
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  height: 110px;
  left: 3px;
  top: 15px;
}

.header-car-item.header-car-item4 {
  right:12%;
  top: 254px;
}
@media only screen and (max-width: 1200px) {
.header-car-item.header-car-item4 {
  right: 9%;
  }
}
@media only screen and (max-width: 991px) {
.header-car-item.header-car-item4 {
  right: 19%;
  }
}

.header-car-item.header-car-item4 .line {
  -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
          transform: rotate(115deg);
  height: 200px;
  left: -53px;
  top: -120px;
}
.header-car-item.header-car-item5 {
  left: 19%;
  bottom: 85px;
}
@media only screen and (max-width: 1200px) {
.header-car-item.header-car-item5 {
  left: 12%;
  }
}
@media only screen and (max-width: 991px) {
.header-car-item.header-car-item5 {
  left: 22%;
  }
}
.header-car-item.header-car-item5 .line {
  -webkit-transform: rotate(-151deg);
      -ms-transform: rotate(-151deg);
          transform: rotate(-151deg);
  height: 100px;
  left: 62px;
  top: -83px;
}
.header-car-item.header-car-item6 {
  right: 33%;
  bottom: 0px;
}
@media only screen and (max-width: 1200px) {
.header-car-item.header-car-item6 {
  right: 29%;
  }
}
@media only screen and (max-width: 991px) {
.header-car-item.header-car-item6 {
  right: 34%;
  }
}

.header-car-item.header-car-item6 .line {
  -webkit-transform: rotate(154deg);
      -ms-transform: rotate(154deg);
          transform: rotate(154deg);
  height: 100px;
  right: 100px;
  top: -92px;
}
.header-car-item-title {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
.header-car-item-title span {
  position: relative;
  z-index: 2;
  background: #E6CB44;
  border-radius: 11px;
  padding: 10px;
  line-height: 20px;
  background-image: url(../img/downarrow.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.header-car-item-title span:hover {
  background: #c5ae3e;
  background-image: url(../img/downarrow.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.header-car-item-title:hover + .header-car-item-content {
  visibility: visible;
  -webkit-animation: rotate 1s;
          animation: rotate 1s;
  opacity: 1;
}
.header-car-item-content {
  font-size: 14px;
  line-height: 15px;
  padding: 10px;
  background: #ddd;
  border-radius: 10px;
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  visibility: hidden;
  opacity: 0;
}
.header-car-item-content-naoborot{
left: -60%;
}
.header-car-item-content:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-top: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  bottom: -20px;
  left: 30%;
  margin-left: -10px;
}
.header-car-item-content-naoborot:before{
left: 60%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
  }
  33% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  66% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
  }
  33% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  66% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* ==========================================================================
   s_features
   ========================================================================== */
.s-features {
  background: #F0F0F0;
  padding: 35px 0;
}
.features-list-item {
  font-size: 17px;
  line-height: 20px;
  vertical-align: middle;
}
.features-list-item b {
  display: block;
  font-size: 19px;
  font-weight: 600;
}
.features-list-item .icon {
  display: inline-block;
  width: 64px;
  vertical-align: middle;
  height: 64px;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #545454 100%);
  background-image: linear-gradient(to top, #000000 0%, #545454 100%);
  box-shadow: -0.3px 5px 5px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  position: relative;
}
.features-list-item .icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.features-list-item .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.features-list-item1 .icon:before {
  background: url(../img/features-ico1.png) no-repeat center;
}
.features-list-item2 .icon {
  background-image: -webkit-linear-gradient(bottom, #7a9c12 0%, #94ba20 100%);
  background-image: linear-gradient(to top, #7a9c12 0%, #94ba20 100%);
}
.features-list-item2 .icon:before {
  background: url(../img/features-ico2.png) no-repeat center;
}
.features-list-item2 .text b {
  color: #7B9D12;
}
.features-list-item3 .icon {
  background-image: -webkit-linear-gradient(bottom, #1074d2 0%, #29b6f8 100%);
  background-image: linear-gradient(to top, #1074d2 0%, #29b6f8 100%);
}
.features-list-item3 .icon:before {
  background: url(../img/features-ico3.png) no-repeat center;
}
.features-list-item3 .text b {
  color: #23A7EF;
}
.features-list-item4 .icon {
  background-image: -webkit-linear-gradient(bottom, #dabc11 0%, #f7e05d 100%);
  background-image: linear-gradient(to top, #dabc11 0%, #f7e05d 100%);
}
.features-list-item4 .icon:before {
  background: url(../img/features-ico4.png) no-repeat center;
}
.features-list-item4 .text b {
  color: #C2960E;
}
/* ==========================================================================
   s-video
   ========================================================================== */
.s-video {
  padding-bottom: 80px;
}
.s-video .video-wrap {
  width: 883px;
  height: 498px;
  margin: 0 auto;
  border: 7px solid #000000;
  overflow: hidden;
}
/* ==========================================================================
   s-steps
   ========================================================================== */
.s-steps {
  background: #3f3f3f;
  position: relative;
  min-height: 600px;
}
.s-steps:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/metallic-pattern.jpg) repeat center;
  background-size: cover;
  opacity: .6;
}
.s-steps .section-title {
  position: relative;
  z-index: 1;
  padding-top: 25px;
}
.s-steps .steps-items {
  position: relative;
  z-index: 1;
  margin-top: 13px;
}
.s-steps .line:before,
.s-steps .line:after {
  content: " ";
  display: table;
}
.s-steps .line:after {
  clear: both;
}
.s-steps .line2 {
  margin-top: 20px;
}
.steps-items-item {
  display: inline-block;
  float: left;
  margin-right: 39px;
  position: relative;
}
.steps-items-item:before {
  content: "";
  position: absolute;
  background: url(../img/steps-arrow.png) no-repeat;
  width: 7px;
  height: 12px;
  right: -25px;
  top: 50%;
  margin-top: -6px;
}
.steps-items-item.mod-item2 {
  margin-right: 45px;
}
.steps-items-item.mod-item3 {
  margin-right: 35px;
}
.steps-items-item.mod-item3:before {
  right: -18px;
}
.steps-items-item.mod-item4 {
  margin-right: 0px;
}
.steps-items-item.mod-item4:before {
  right: -38px;
}
.steps-items-item.mod-item5 {
  
}
.steps-items-item.mod-item7:before {
  display: none;
}
.steps-items-item:hover .steps-items-item-icon {
  background-image: -webkit-linear-gradient(bottom, #bed80d 0%, #e0f85e 100%);
  background-image: linear-gradient(to top, #bed80d 0%, #e0f85e 100%);
}
.steps-items-item-icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 53px;
  font-size: 30px;
  color: #3c3c3c;
  font-weight: 700;
  margin-right: 10px;
  background-image: -webkit-linear-gradient(bottom, #d6b808 0%, #f8e15f 100%);
  background-image: linear-gradient(to top, #d6b808 0%, #f8e15f 100%);
  box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.26), inset 0.2px -3px 0 rgba(0, 0, 0, 0.22);
}
.steps-items-item-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #fff;
  line-height: 17px;
  position: relative;
}
.steps-title {
  margin: 0 auto;
  width: 357px;
  font-size: 17px;
  padding: 6px 20px;
  border-radius: 10px;
  line-height: 20px;
  background-image: -webkit-linear-gradient(bottom, #d8ba0d 0%, #f7e05c 100%);
  background-image: linear-gradient(to top, #d8ba0d 0%, #f7e05c 100%);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  margin-top: 65px;
}
.steps-title:before {
  border-bottom: 13px solid #F5DD64;
  border-top: 13px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -16px;
  top: -26px;
}
/* ==========================================================================
   s-details
   ========================================================================== */
.s-details {
  padding-bottom: 52px;
  border-bottom: 1px solid #E9E9E9;
}
.s-details .row.mod-middle {
  margin-top: 170px;
}
.s-details .row.mod-bottom {
  margin-top: 180px;
}
.details-list {
  position: relative;
  background: url(../img/car2.png) no-repeat 54px 50%;
  height: 510px;
  margin: 0 auto;
  margin-top: 40px;
}
.details-list-item {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 40px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.details-list-item.mod-item1 {
  margin-right: 80px;
  /*.details-list-item-tooltip {
			left: 0px;
			&:before {
				left: 25px;
			}
		}*/
}
.details-list-item.mod-item1 .details-list-item-icon:before {
  background: url(../img/details-icon1.png) no-repeat center;
}
.details-list-item.mod-item2 {
  margin-right: 55px;
}
.details-list-item.mod-item2 .details-list-item-icon:before {
  background: url(../img/details-icon2.png) no-repeat center;
}
.details-list-item.mod-item3 {
  margin-right: 50px;
}
.details-list-item.mod-item3 .details-list-item-icon:before {
  background: url(../img/details-icon3.png) no-repeat center;
}
.details-list-item.mod-item4 {
  margin-right: 120px;
}
.details-list-item.mod-item4 .details-list-item-icon:before {
  background: url(../img/details-icon4.png) no-repeat center;
}
.details-list-item.mod-item5 {
  margin-right: 50px;
}
.details-list-item.mod-item5 .details-list-item-icon:before {
  background: url(../img/details-icon5.png) no-repeat center;
}
.details-list-item.mod-item6 {
  margin-right: 0;
  float: right;
}
.details-list-item.mod-item6 .details-list-item-icon:before {
  background: url(../img/details-icon6.png) no-repeat center;
}
.details-list-item.mod-item7 {
  margin-right: 110px;
  /*.details-list-item-tooltip {
			left: 0px;
			&:before {
				left: 25px;
			}
		}*/
}
.details-list-item.mod-item7 .details-list-item-icon:before {
  background: url(../img/details-icon7.png) no-repeat center;
}
.details-list-item.mod-item8 {
  margin-right: 35px;
}
.details-list-item.mod-item8 .details-list-item-icon:before {
  background: url(../img/details-icon8.png) no-repeat center;
}
.details-list-item.mod-item9 {
  margin-right: 86px;
}
.details-list-item.mod-item9 .details-list-item-icon:before {
  background: url(../img/details-icon9.png) no-repeat center;
}
.details-list-item.mod-item10 {
  margin-right: 20px;
}
.details-list-item.mod-item10 .details-list-item-icon:before {
  background: url(../img/details-icon10.png) no-repeat center;
}
.details-list-item.mod-item11 {
  margin-right: 0px;
}
.details-list-item.mod-item11 .details-list-item-icon:before {
  background: url(../img/details-icon11.png) no-repeat center;
}
.details-list-item.mod-item12 {
  margin-right: 0;
  float: right;
}
.details-list-item.mod-item12 .details-list-item-icon:before {
  background: url(../img/details-icon12.png) no-repeat center;
}
.details-list-item.mod-item13 {
  margin-right: 0;
  float: left;
}
.details-list-item.mod-item13 .details-list-item-icon:before {
  background: url(../img/details-icon13.png) no-repeat center;
}
.details-list-item.mod-item14 {
  margin-right: -10px;
  float: right;
}
.details-list-item.mod-item14 .details-list-item-icon:before {
  background: url(../img/details-icon14.png) no-repeat center;
}
.details-list-item:hover .details-list-item-icon {
  -webkit-transition: all .3s;
          transition: all .3s;
  background: #ececec;
}
.details-list-item:hover .details-list-item-tooltip {
  visibility: visible;
  -webkit-animation: rotate 1s;
          animation: rotate 1s;
  opacity: 1;
}
.details-list-item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 53px;
  background-color: #E2E2E2;
  margin-right: 10px;
  position: relative;
}
.details-list-item-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.details-list-item-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  border-bottom: 1px solid #333;
}

.details-list-item-text:hover {
  color: #dca216;
  border-bottom: 1px solid #dca216;
}
.details-list-item-tooltip {
  font-size: 14px;
  line-height: 15px;
  padding: 10px;
  background: #E2E2E2;
  border-radius: 10px;
  width: 250px;
  position: absolute;
  left: -95px;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  visibility: hidden;
  opacity: 0;
}
.details-list-item-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-top: 10px solid #E2E2E2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
/* ==========================================================================
   s-why
   ========================================================================== */
.why-item {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 40px;
}
.why-item .why-item-icon {
  border-radius: 50%;
  border: 6px solid #F7DF68;
  margin: 0 auto;
  width: 163px;
  height: 163px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.why-items p {
font-size: 17px;
}
.why-item p {
  line-height: 17px;
}
.why-item b {
  display: block;
}
.why-item.mod-item1 .why-item-icon {
  background: url(../img/why-pic1.png) no-repeat center;
}
.why-item.mod-item2 .why-item-icon {
  background: url(../img/why-pic2.png) no-repeat center;
}
.why-item.mod-item3 .why-item-icon {
  background: url(../img/why-pic3.png) no-repeat center;
}
.why-item.mod-item4 .why-item-icon {
  background: url(../img/why-pic4.png) no-repeat center;
}
.why-item.mod-item5 .why-item-icon {
  background: url(../img/why-pic5.png) no-repeat center;
}
.why-item.mod-item6 .why-item-icon {
  background: url(../img/why-pic6.png) no-repeat center;
}
.why-item:hover .why-item-icon {
  border-color: #e7ad30;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
/* ==========================================================================
   s-cost
   ========================================================================== */
.s-cost {
  background: #303030 url(../img/bg-price.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 40px;
}
.s-cost a:focus {
  outline: none;
}
.services-list-item {
  text-align: center;
}
.services-list-item ul {
  text-align: left;
  padding: 0 50px;
  padding-left: 75px;
  margin-top: 20px;
}
.services-list-item ul li {
  list-style: none;
  font-size: 14px;
  color: #fff;
  position: relative;
  margin: 8px 0;
}
.services-list-item ul li i {
  color: #F3DC67;
  position: absolute;
  left: -20px;
  top: 3px;
}
.services-list-item-head {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
}
.services-list-item-cost {
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
}
.services-list-item-cost b {
  font-size: 23px;
  font-weight: 600;
  color: #f8e15f;
}
.services-list-item-pic {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 7px solid #474747;
  width: 204px;
  height: 204px;
}
.services-list-item-pic .time {
  bottom: -10px;
  position: absolute;
  width: 72px;
  border-radius: 50%;
  height: 72px;
  background-image: -webkit-linear-gradient(bottom, #97d70d 0%, #93d20d 100%);
  background-image: linear-gradient(to top, #97d70d 0%, #93d20d 100%);
  text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.31);
  box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.24), inset -0.5px -3px 0 rgba(0, 0, 0, 0.26);
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  padding-top: 11px;
}
.services-list-item-pic .time b {
  font-weight: 700;
  font-size: 33px;
  display: block;
  line-height: 23px;
}
/* ==========================================================================
   s-calc
   ========================================================================== */
.s-calc {
  padding-bottom: 34px;
  background: #f7e069;
}
/* ==========================================================================
   s-clients
   ========================================================================== */
.s-clients {
  padding-bottom: 60px;
}
.clients-list {
  padding: 0 60px;
  padding-right: 180px;
}
.clients-list-item {
  margin-bottom: 25px;
}
.clients-hide-list {
  display: none;
}
.clients-list-item-photo {
  width: 115px;
  height: 115px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
.clients-list-item-text {
  background-color: #F6F6F6;
  border: 3px solid #E5E5E5;
  border-radius: 20px;
  padding: 20px 20px;
  margin-bottom: 10px;
}
.clients-list-item-text p {
  color: #404040;
  font-size: 15px;
  font-style: italic;
}
.clients-list-item-info > div {
  display: inline-block;
  vertical-align: middle;
}
.clients-list-item-info-name {
  font-size: 15px;
  color: #c28d0c;
  font-style: italic;
  margin-right: 20px;
}
/* ==========================================================================
   s-risk
   ========================================================================== */
.s-risk {
  padding-bottom: 80px;
}
.risk-list {
  padding: 0 210px;
}
.risk-list-item {
  margin-bottom: 40px;
}
.risk-list-item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
.risk-list-item-text {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  padding-left: 13px;
}
.risk-list-item-text h6 {
  margin: 0;
  color: #2f2f2f;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}
.risk-list-item-text p {
  color: #1c1c1c;
  font-size: 14px;
}
.risk-list-item.mod-item1 .risk-list-item-icon {
  background: url(../img/risk-icon1.png) no-repeat center;
  height: 56px;
}
.risk-list-item.mod-item2 .risk-list-item-icon {
  background: url(../img/risk-icon2.png) no-repeat center;
  height: 56px;
}
.risk-list-item.mod-item3 .risk-list-item-icon {
  background: url(../img/risk-icon3.png) no-repeat center;
  height: 75px;
}
.risk-list-item.mod-item4 .risk-list-item-icon {
  background: url(../img/risk-icon4.png) no-repeat center;
  height: 60px;
}
/* ==========================================================================
   s-warranty
   ========================================================================== */
.s-warranty {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 40px;
}
.s-warranty a {
  color: #000;
}
.s-warranty a:hover {
  text-decoration: none;
}
.s-warranty a:focus {
  outline: none;
  text-decoration: none;
}
.warranty-list {
  margin-top: 60px;
  padding: 0 120px;
}
.warranty-item {
  text-align: center;
  font-size: 17px;
  padding-top: 180px;
}
.warranty-item.mod-item1 {
  background: url(../img/guarantee-icon1.png) no-repeat center top;
}
.warranty-item.mod-item2 {
  background: url(../img/guarantee-icon2.png) no-repeat center top;
}
.warranty-item.mod-item3 {
  background: url(../img/guarantee-icon3.png) no-repeat center top;
}
/* ==========================================================================
   s-features
   ========================================================================== */
.s-features2 {
  padding-bottom: 60px;
}
.features2-list {
  padding-left: 115px;
}
.features2-list-item {
  margin-bottom: 33px;
}
.features2-list-item.mod-item1 .features2-list-item-icon:before {
  background: url(../img/features-icon1.png) no-repeat center;
}
.features2-list-item.mod-item2 .features2-list-item-icon:before {
  background: url(../img/features-icon2.png) no-repeat center;
}
.features2-list-item.mod-item3 .features2-list-item-icon:before {
  background: url(../img/features-icon3.png) no-repeat center;
}
.features2-list-item.mod-item4 .features2-list-item-icon:before {
  background: url(../img/features-icon4.png) no-repeat center;
}
.features2-list-item.mod-item5 .features2-list-item-icon:before {
  background: url(../img/features-icon5.png) no-repeat center;
}
.features2-list-item.mod-item6 .features2-list-item-icon:before {
  background: url(../img/features-icon6.png) no-repeat center;
}
.features2-list-item:hover .features2-list-item-icon {
  background-image: -webkit-linear-gradient(bottom, #464545 0%, #504f4f 100%);
  background-image: linear-gradient(to top, #464545 0%, #504f4f 100%);
}
.features2-list-item-icon {
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 95px;
  height: 95px;
  background-image: -webkit-linear-gradient(bottom, #353535 0%, #434343 100%);
  background-image: linear-gradient(to top, #353535 0%, #434343 100%);
  box-shadow: inset 0.2px -5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.features2-list-item-icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.features2-list-item-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 70%;
}
.features2-list-item-text h5 {
  margin: 0;
  font-size: 17px;
  color: #2f2f2f;
  font-weight: 600;
}
.features2-list-item-text p {
  font-size: 14px;
  color: #2f2f2f;
  margin-top: 10px;
}
/* ==========================================================================
   s-request
   ========================================================================== */
.s-request {
  height: 116px;
  background-image: -webkit-linear-gradient(bottom, #dfc118 0%, #f8e161 100%);
  background-image: linear-gradient(to top, #dfc118 0%, #f8e161 100%);
}
/* ==========================================================================
   s-reviews
   ========================================================================== */
.s-reviews {
  padding-bottom: 40px;
  border-bottom:1px solid #D8D8D8;
}
.s-reviews .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
  height: auto !important;
}
.s-reviews .slide .slide-inner {
  margin: 0 auto;
  width: 875px;
  background: #ebebeb;
  border-radius: 25px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.s-reviews .slide .slide-inner:before {
  content: "";
  position: absolute;
  border-bottom: 15px solid #EBEBEB;
  border-top: 15px solid transparent;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  left: 50%;
  margin-left: -27px;
  top: -29px;
}
.s-reviews .slide:after {
  content: "";
  position: absolute;
  background: url(../img/reviews-shadow.png) no-repeat;
  width: 818px;
  height: 57px;
  left: 150px;
  bottom: 35px;
}
.s-reviews .review-photo {
  display: block;
  overflow: hidden;
  width: 236px;
  height: 236px;
  border: 5px solid #F7E069;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.s-reviews .review-photo:focus {
  outline: none;
}
.s-reviews .review-photo img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .4s;
          transition: all .4s;
  position: absolute;
  z-index: 0;
}
.s-reviews .review-info-name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.s-reviews .review-info-car {
  color: #4e4e4e;
  font-size: 14px;
}
.s-reviews .review-task {
  margin-top: 17px;
  font-size: 17px;
  color: #2c2c2c;
  font-style: italic;
}
.s-reviews .review-task b {
  color: #6f970b;
}
.s-reviews .review-result {
  margin-top: 17px;
  font-size: 17px;
  color: #2c2c2c;
  font-style: italic;
}
.s-reviews .review-result b {
  color: #ce9519;
}
.s-reviews .review-controls {
  margin-top: 25px;
}
.s-reviews .review-controls a {
  margin-right: 17px;
}
.s-reviews .bx-wrapper .bx-controls-direction a {
  -webkit-transition: all .3s;
          transition: all .3s;
  z-index: 0;
}
.s-reviews .bx-wrapper .bx-controls-direction a:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.s-reviews .bx-wrapper .bx-prev {
  background: url(../img/slider-prev.png) no-repeat;
  width: 18px;
  height: 41px;
  margin-top: -35px;
  left: 70px;
}
.s-reviews .bx-wrapper .bx-next {
  background: url(../img/slider-next.png) no-repeat;
  width: 18px;
  height: 41px;
  margin-top: -35px;
  right: 70px;
}
/* ==========================================================================
   s-beforeafter
   ========================================================================== */
.s-beforeafter {
  background: #272727 url(../img/bg-beforeafter.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 82px;
}
.s-beforeafter .item {
  text-align: center;
  margin-top: 34px;
}
.s-beforeafter .item .item-photos {
  display: inline-block;
  padding: 8px;
  background: #FFFFFF;
}
.s-beforeafter .item .item-photos:before,
.s-beforeafter .item .item-photos:after {
  content: " ";
  display: table;
}
.s-beforeafter .item .item-photos:after {
  clear: both;
}
.s-beforeafter .item .item-photos-photo {
  width: 169px;
  height: 116px;
  overflow: hidden;
  float: left;
  position: relative;
}
.s-beforeafter .item .item-photos-photo.mod-before {
  margin-right: 8px;
}
.s-beforeafter .item .item-photos-photo.mod-before:before {
  content: "До";
  position: absolute;
  font-size: 13px;
  background: #F7E069;
  padding: 2px 6px;
  font-weight: 600;
  left: 5px;
  bottom: 7px;
}
.s-beforeafter .item .item-photos-photo.mod-after {
  margin-right: 8px;
}
.s-beforeafter .item .item-photos-photo.mod-after:before {
  content: "После";
  position: absolute;
  font-size: 13px;
  background: #F7E069;
  padding: 2px 6px;
  font-weight: 600;
  left: 5px;
  bottom: 7px;
}
.s-beforeafter .item p {
  color: #fff;
  text-align: left;
  font-size: 13px;
  padding-left: 12px;
  margin-top: 6px;
  margin-bottom: 0;
}
/* ==========================================================================
   s-reviews
   ========================================================================== */
.s-reviews2 {
  background: url(../img/blue-pattern.png);
  padding-bottom: 80px;
}
.s-reviews2 .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
  z-index: 2;
}
.s-reviews2 .bx-wrapper .bx-controls-direction a {
  -webkit-transition: all .3s;
          transition: all .3s;
  z-index: 0;
}
.s-reviews2 .bx-wrapper .bx-controls-direction a:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.s-reviews2 .bx-wrapper .bx-prev {
  background: url(../img/slider-prev.png) no-repeat;
  width: 18px;
  height: 41px;
  margin-top: -21px;
  left: -65px;
}
.s-reviews2 .bx-wrapper .bx-next {
  background: url(../img/slider-next.png) no-repeat;
  width: 18px;
  height: 41px;
  margin-top: -21px;
  right: -65px;
}
.s-reviews2 .bx-wrapper {
  border: 3px solid #A8CCE1;
  border-radius: 5px;
  position: relative;
}
.s-reviews2 .bx-wrapper:before {
  content: "";
  position: absolute;
  background: url(../img/review-shadow.png);
  width: 532px;
  height: 42px;
  bottom: -23px;
  z-index: 0;
}
.s-reviews2 .review {
  position: relative;
}
.s-reviews2 .review a {
  display: block;
  background: #fff;
  position: relative;
  z-index: 3;
  height: auto;
  overflow: hidden;
}
.s-reviews2 .review a img {
  max-width: 100%;
  height: auto;
}
.s-reviews2 .review a:focus {
  outline: none;
}
.s-reviews2 .btn-wrap {
  margin-top: 50px;
}
.s-reviews2 .btn {
  position: relative;
  padding: 8px 50px;
}
/* ==========================================================================
   s-marks
   ========================================================================== */
.s-marks {
  background: #F2F2F2;
  padding-bottom: 75px;
}
.s-marks .section-title {
  padding-bottom: 60px;
}
.s-marks .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
  height: auto !important;
}
.s-marks .bx-wrapper .bx-controls-direction a {
  -webkit-transition: all .3s;
          transition: all .3s;
  z-index: 0;
}
.s-marks .bx-wrapper .bx-controls-direction a:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.s-marks .bx-wrapper .bx-prev {
  background: url(../img/slider-prev.png) no-repeat;
  width: 18px;
  height: 41px;
  margin-top: -21px;
  left: -40px;
}
.s-marks .bx-wrapper .bx-next {
  background: url(../img/slider-next.png) no-repeat;
  width: 18px;
  height: 41px;
  margin-top: -21px;
  right: -40px;
}
.s-marks .mark-wrap {
  display: table;
}
.s-marks .mark-wrap .mark-item {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  width: 170px;
}
.s-marks .mark-wrap .mark-item img {
  display: inline-block;
}
/* ==========================================================================
   s-sert
   ========================================================================== */
.s-sert {
  background: #424448 url(../img/bg-sert.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 57px;
}
.s-sert .section-title {
  margin-bottom: 20px;
}
.s-sert .section-title h3 {
  text-shadow: 1px 1.7px 3px rgba(0, 0, 0, 0.44);
}
/* ==========================================================================
   s-problem
   ========================================================================== */
.s-problems {
  box-shadow: inset 0 0 95px rgba(0, 0, 0, 0.09);
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
.s-problems .col-xs-8 .problems-list-item {
  padding-left: 40px;
}
.problems-list {
  padding-left: 100px;
}
.problems-list-item {
  margin-bottom: 40px;
}
.problems-list-item:hover .problems-list-item-icon {
  background-image: -webkit-linear-gradient(bottom, #cd3535 0%, #ff6464 100%);
  background-image: linear-gradient(to top, #cd3535 0%, #ff6464 100%);
}
.problems-list-item-icon {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-image: -webkit-linear-gradient(bottom, #b42b2b 0%, #df3e3e 100%);
  background-image: linear-gradient(to top, #b42b2b 0%, #df3e3e 100%);
  box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.11), inset 0 -2px 0 rgba(0, 0, 0, 0.26);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
.problems-list-item-icon:before {
  content: "";
  position: absolute;
  background: url(../img/ico-plus.png) no-repeat;
  width: 24px;
  height: 25px;
  left: 14px;
  top: 13px;
}
.problems-list-item-text {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}
.problems-list-item-text p {
  font-size: 14px;
}
.problems-list-item-text b {
  display: block;
  font-size: 17px;
  color: #b42b2b;
  font-weight: 600;
}
/* ==========================================================================
   s-map
   ========================================================================== */
.s-map .ya-map {
  width: 100%;
  height: 605px;
}
.s-map .ymaps-b-balloon__close {
  display: none;
}
.s-map .ymaps-b-balloon__sprite {
  background: none;
}
.s-map .ymaps-b-balloon__sprite {
  background: none;
}
.s-map .ymaps-b-balloon__content {
  border: none;
  width: 361px;
  height: 140px;
  background: none;
}
.s-map .ymaps-b-balloon__content > ymaps {
  width: 361px !important;
  overflow: visible !important;
}
.s-map .ymaps-b-balloon__content-holster {
  padding: 0;
  width: 361px;
}
.s-map .ymaps-b-balloon__bl,
.s-map .ymaps-b-balloon__br {
  display: none;
}
.s-map .map-info {
  width: 361px;
  background: #333333;
  border-radius: 10px;
  height: 140px;
  position: relative;
  padding: 15px 25px;
}
.s-map .map-info:before {
  content: "";
  position: absolute;
  border-top: 9px solid #333333;
  border-right: 9px solid #333333;
  border-left: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: -18px;
  right: 40px;
}
.s-map .map-info h3 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.s-map .map-info address {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  margin: 5px 0;
}
.s-map .map-info p {
  font-size: 11px;
  color: #c9c9c9;
}
.s-map .map-info .map-info-tel {
  color: #fff;
  font-size: 14px;
  margin-right: 13px;
}
.s-map .map-info .map-info-tel:hover {
  text-decoration: underline;
}
.s-map .map-info .map-info-callback-btn {
  color: #a1d5ed;
  font-size: 11px;
  text-decoration: underline;
}
.s-map .map-info .map-info-callback-btn:hover {
  text-decoration: none;
}
footer {
  padding: 33px 0;
}
footer .inline {
  display: inline-block;
  vertical-align: top;
}
footer .copyright {
  font-size: 14px;
  color: #5a5a5a;
}
footer .social-icons {
  float: right;
  margin-right: 20px;
}
footer .details {
  float: right;
  margin-right: 50px;
  font-size: 13px;
  text-transform: uppercase;
  color: #292929;
  line-height: 23px;
}
footer p {
  color: #5a5a5a;
  margin-top: 25px;
  font-size: 11px;
}
footer .footer-contacts {
  float: right;
  text-align: right;
}
footer .footer-contacts-phone {
  font-size: 20px;
  display: inline-block;
  color: #292929;
}
footer .footer-contacts-phone:hover {
  text-decoration: underline;
}
footer .footer-contacts-email {
  font-size: 15px;
  color: #292929;
  text-decoration: underline;
  display: inline-block;
  margin-top: 7px;
}
footer .footer-contacts-email:hover {
  text-decoration: none;
}
footer .footer-contacts-callback {
  font-size: 12px;
  color: #292929;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}
footer .footer-contacts-callback:hover {
  text-decoration: none;
}
/* ==========================================================================
   s-reasons
   ========================================================================== */
.s-reasons {
  padding-bottom: 60px;
}
.s-reasons ul {
  margin: 0;
  padding: 0;
}
.s-reasons ul li {
  list-style: none;
  font-size: 19px;
  position: relative;
  padding-left: 70px;
  display: table;
  height: 60px;
  min-height: 60px;
}
.s-reasons ul li div {
  display: table-cell;
  vertical-align: middle;
}
.s-reasons ul li:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.s-reasons .reasons-left {
  padding-left: 31px;
}
.s-reasons .reasons-left h3 {
  background: #C94454;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 57px;
}
.s-reasons .reasons-left ul li {
  color: #af414d;
}
.s-reasons .reasons-left ul li:before {
  background: url(../img/reason-plus.png) no-repeat;
}
.s-reasons .reasons-right {
  padding-right: 31px;
}
.s-reasons .reasons-right h3 {
  background: #E8CC47;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 57px;
}
.s-reasons .reasons-right ul li {
  color: #dba80f;
}
.s-reasons .reasons-right ul li:before {
  background: url(../img/reason-check.png) no-repeat;
}
.social-icons {
  position: relative;
}
.social-icons-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/social-icons.png) 0 0 no-repeat;
  margin: 0 1px;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.social-icons-icon:hover {
  opacity: .8;
}
.social-icons-icon-fb {
  background-position: -40px 0;
}
.social-icons-icon-instagramm {
  background-position: -81px 0;
}
.social-icons-icon-ok {
  background-position: -122px 0;
}
.loader {
  color: #000;
  font-size: 20px;
  margin: 5em auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #000000, 2em -2em 0 0em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 -0.5em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 0em #000000;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #000000, 2em -2em 0 0.2em #000000, 3em 0em 0 0em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 -0.5em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 -0.5em #000000;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 0em #000000, 3em 0em 0 0.2em #000000, 2em 2em 0 0em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 -0.5em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 -0.5em #000000;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 0em #000000, 2em 2em 0 0.2em #000000, 0em 3em 0 0em #000000, -2em 2em 0 -0.5em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 -0.5em #000000;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 0em #000000, 0em 3em 0 0.2em #000000, -2em 2em 0 0em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 -0.5em #000000;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 0em #000000, -2em 2em 0 0.2em #000000, -3em 0em 0 0em #000000, -2em -2em 0 -0.5em #000000;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 0em #000000, -3em 0em 0 0.2em #000000, -2em -2em 0 0em #000000;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 0em #000000, -3em 0em 0 0em #000000, -2em -2em 0 0.2em #000000;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #000000, 2em -2em 0 0em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 -0.5em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 0em #000000;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #000000, 2em -2em 0 0.2em #000000, 3em 0em 0 0em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 -0.5em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 -0.5em #000000;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 0em #000000, 3em 0em 0 0.2em #000000, 2em 2em 0 0em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 -0.5em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 -0.5em #000000;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 0em #000000, 2em 2em 0 0.2em #000000, 0em 3em 0 0em #000000, -2em 2em 0 -0.5em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 -0.5em #000000;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 0em #000000, 0em 3em 0 0.2em #000000, -2em 2em 0 0em #000000, -3em 0em 0 -0.5em #000000, -2em -2em 0 -0.5em #000000;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 0em #000000, -2em 2em 0 0.2em #000000, -3em 0em 0 0em #000000, -2em -2em 0 -0.5em #000000;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 0em #000000, -3em 0em 0 0.2em #000000, -2em -2em 0 0em #000000;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #000000, 2em -2em 0 -0.5em #000000, 3em 0em 0 -0.5em #000000, 2em 2em 0 -0.5em #000000, 0em 3em 0 -0.5em #000000, -2em 2em 0 0em #000000, -3em 0em 0 0em #000000, -2em -2em 0 0.2em #000000;
  }
}
.mfp-wrap {
  right: 0;
}
.mfp-container {
  right: 0;
  bottom: 0;
}
.mfp-content {
  width: auto !important;
  
}
.mfp-iframe-holder .mfp-content {
  width: 869px !important;
  height: 488px !important;
}
.white-popup {
  box-shadow: 0 6px 12px rgba(18, 19, 18, 0.4);
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  right: 0;
}
.popup-text {
  width: 700px;
  padding: 30px;
  background: #fff;
}
.thank-you {
  width: 400px;
  padding: 30px 0;
  text-align: center;
  background: #fff;
}
.thank-you h4 {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: #232323;
  margin: 0;
}
.thank-you p {
  font-size: 13px;
  color: #2f2f2f;
  line-height: 16px;
  margin-top: 12px;
}
/*animate popup*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
          transition: opacity 0.3s ease-out, transform 0.3s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
@media only screen and (max-width: 1340px) {
  .goup {
    bottom: auto;
    height: 130px;
  }
}



/*внесение правок по готовому файлу*/

.elipselable {
    position: absolute;
    right: 100px;
    z-index: 9999;
    top: 113px;
}

.knowwhy {
    position: absolute;
    z-index: 20;
    right: 120px;
    top: 270px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    border-bottom-style: dashed;
}

.knowwhy:hover {
    color: #f8e15f;
    text-decoration: none;
    border-bottom: 2px solid #f8e15f;
    border-bottom-style: dashed;
}

.knowwhy:focus {
    color: #fff;
    text-decoration: none;
}

.first-reason > p,
.second-reason > p,
.third-reason > p,
.fourth-reason > p {
    font-size: 15px;
    font-family: "Exo 2";
    color: rgb(37, 37, 37);
    line-height: 1.267;
    padding: 17px 12px 0px;
}

.yellow-substrate {
    position: relative;
    background-color: #f8e15f;
    width: 240px;
    height: 72px;
    padding: 11px 11px;
}

.green-substrate {
    position: relative;
    background-color: #9eda0a;
    width: 330px;
    height: 72px;
    padding: 11px 11px;
}

.blue-substrate {
    position: relative;
    background-color: #87c5f0;
    width: 280px;
    height: 72px;
    padding: 11px 11px;
}

.grey-substrate {
    position: relative;
    background-color: #bbbbbb;
    width: 270px;
    height: 72px;
    padding: 11px 11px;
}

.background-numbers {
    padding: 2px 11px 0 11px;
    display: inline-block;
    color: #fff;
    font-size: 42px;
    font-family: "Fira Mono", "Exo 2", sans-serif;
    font-weight: bold;
    width: 42px;
    height: 50px;
    line-height: 1.19;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(55, 55, 55) 0%, rgb(55, 55, 55) 48%, rgb(34, 34, 34) 49%, rgb(34, 34, 34) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(55, 55, 55) 0%, rgb(55, 55, 55) 48%, rgb(34, 34, 34) 49%, rgb(34, 34, 34) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(55, 55, 55) 0%, rgb(55, 55, 55) 48%, rgb(34, 34, 34) 49%, rgb(34, 34, 34) 100%);
}

.reasons {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    font-family: "Exo 2";
    color: rgb(24, 24, 24);
    font-weight: bold;
    line-height: 1;
    vertical-align: top;
    margin-top: 5px;
}

.first-reason,
.second-reason,
.third-reason,
.fourth-reason {
    float: left;
    margin-left: 7px;
}

.four-reasons {
    margin-top: 10px;
    vertical-align: top;
    margin-top: 5px;
}

.buy-one-click {
    padding-bottom: 34px;
    background: #F7E069;
}

.btn-briefly {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    padding: 14px 20px;
    border-radius: 5px 0 0 5px;
    border: none;
    background-color: #449D44;
    background: -webkit-linear-gradient(bottom, #99d608 0%, #b3ea11 100%) !important;
    background: linear-gradient(to top, #99d608 0%, #b3ea11 100%) !important;
    box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18) !important;
    border-bottom: 3px solid #78A807 !important;
}

.btn-briefly:hover,
.btn-briefly:active {
    background: -webkit-linear-gradient(bottom, #a5e30c 0%, #bdf41a 100%);
    background: linear-gradient(to top, #a5e30c 0%, #bdf41a 100%);
    border-bottom: 3px solid #78A807;
    color: #000;
}

.btn-briefly:focus {
    color: #000;
    border-bottom: 3px solid #78A807;
}

.btn-briefly:active {
    box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18), inset 0 1px 3px rgba(0, 0, 0, 0.22);
    border-bottom-width: 1px;
    margin-top: 2px;
}

.two-buttons-howwork {
    width: 400px;
    text-align: center;
    margin: 0 auto;
}

.tabs {
    position: relative;
}

#tabs2 {
    margin-top: 70px;
}

#tabs1 img {
    position: absolute;
    top: 200px;
}

.mod-item7 {
    margin-top: -15px;
}

.first-achievements,
.second-achievements,
.third-achievements {
    float: left;
    width: 33%;
    margin: 80px auto 0;
}

.gold-elipse {
    width: 175px;
    height: 175px;
    margin: 0 auto;
    background-image: url(../img/gold-elipse.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.gold-title {
    font-size: 30px;
    color: rgb(221, 192, 26);
    font-weight: bold;
    line-height: 0.767;
    text-align: center;
    text-indent: -0.65px;
    padding-top: 62px;
}

.under-gold-description {
    font-size: 22px;
    text-align: center;
    color: #383838;
}

.under-gold-elipse-description {
    font-size: 17px;
    color: rgb(53, 53, 53);
    text-align: center;
    text-indent: -0.65px;
    padding: 0 10px;
    margin-top: 15px;
}

.we-believe-form {
    border-width: 8px;
    border-color: rgb(255, 232, 122);
    border-style: solid;
    border-radius: 7px;
    background-image: -moz-linear-gradient( 90deg, rgb(229, 151, 18) 0%, rgb(251, 225, 88) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(229, 151, 18) 0%, rgb(251, 225, 88) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(229, 151, 18) 0%, rgb(251, 225, 88) 100%);
    width: 501px;
    height: 464px;
    margin: -60px auto 30px;
}

#we-believe .form-heading h4 {
    text-align: center;
    font-size: 25px;
    font-family: "Exo 2";
    color: rgb(37, 37, 37);
    font-weight: bold;
    line-height: 1.296;
    text-align: center;
    text-indent: -0.65px;
    text-transform: none;
}

#we-believe .form-heading p {
    font-size: 17px;
    color: rgb(37, 37, 37);
    text-align: center;
    text-indent: -0.65px;
}

#we-believe .we-believe-form form {
    width: 100%;
    background: none;
    margin-top: -20px;
}

#we-believe {
    margin-top: 70px;
}

#we-believe .form-content .form-group input {
    background: none;
    border: 3px solid #fff;
    color: rgb(37, 37, 37);
    font-size: 16px;
    border-radius: 0;
}

.white-note {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    text-indent: -0.65px;
    margin-top: -10px;
}

.warranty-item p {
    font-size: 14px;
    font-family: "Exo 2";
    color: rgb(0, 0, 0);
    line-height: 1.286;
    text-align: center;
    text-indent: -0.65px;
    margin-top: 10px;
    height: 100px;
}

.warranty-list .warranty-item .btn-success {
    width: 95%;
    margin: 0 auto;
}

.s-cost .services-list-item p {
    font-size: 16px;
    font-family: "Exo 2";
    color: rgb(149, 212, 13);
    line-height: 1.563;
    text-align: center;
    text-indent: -0.65px;
    margin-top: 12px;
    line-height: 1.3;
}

.s-cost .btn-click-to-find {
    display: block;
    margin: 5px auto 0;
    width: 192px;
    height: 39px;
    border: 3px solid rgb(149, 212, 13);
    border-radius: 4px;
    color: rgb(149, 212, 13);
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
}

.s-cost .btn-click-to-find:hover,
.s-cost .btn-click-to-find:focus {
    text-decoration: none;
    color: rgb(239, 255, 206);
    border: 3px solid rgb(239, 255, 206);
}

.s-reviews .review-starting-price {
    margin-top: 17px;
    font-size: 17px;
    color: #2c2c2c;
    font-style: italic;
}

.s-reviews .review-starting-price b {
    color: #d40d0d;
}

.s-reviews .review-ending-price {
    margin-top: 5px;
    font-size: 17px;
    color: #2c2c2c;
    font-style: italic;
}

.s-reviews .review-ending-price b {
    color: #197fce;
}

.btn-review-yellow {
    border: none;
    background: -webkit-linear-gradient(bottom, #dbc127 0%, #f8e15f 100%);
    background: linear-gradient(to top, #dbc127 0%, #f8e15f 100%);
    box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18);
    border-bottom: 3px solid #A28F2B;
    color: #000;
}

.btn-review-yellow:hover,
.btn-review-yellow:active {
    background: -webkit-linear-gradient(bottom, #f2d634 0%, #ffe96f 100%);
    background: linear-gradient(to top, #f2d634 0%, #ffe96f 100%);
    border-bottom: 3px solid #A28F2B;
    color: #000;
}

.btn-review-yellow:focus {
    color: #000;
    border-bottom: 3px solid #A28F2B;
}

.btn-review-yellow:active {
    box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18), inset 0 1px 3px rgba(0, 0, 0, 0.52);
    border-bottom-width: 1px;
    margin-top: 2px;
}

.s-calc-new {
    min-height: 675px;
    background-color: #f8e15f;
    background-image: url(../img/s-calc-new-line.png);
    margin-bottom: 30px;
}

.s-calc-new-car {
    position: absolute;
    width: 987px;
    height: 651px;
    background-image: url(../img/s-calc-new-car.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 60px;
    left: -190px;
}

.s-calc-new-form {
    float: right;
    width: 325px;
    margin-right: 70px;
}

.s-calc-new-form .section-title h3 {
    font-size: 37px;
    text-align: left;
    margin-top: 10px;
}

.s-calc-new-form .section-title p {
    font-size: 19px;
    text-align: left;
    margin-top: 15px;
}

.s-calc-new .s-calc-new-form .section-title {
    padding: 36px 0px 0px;
}

#forCountBig,
#forCountPeopleBig {
    position: absolute;
    top: 13px;
    left: 22px;
    letter-spacing: 19px;
    z-index: 50;
}

.warranty-list .warranty-item .btn-success {
    width: 95%;
    margin: 0 auto;
}

.btn-how-selected {
    border: none;
    background: -webkit-linear-gradient(bottom, #99d608 0%, #b3ea11 100%);
    background: linear-gradient(to top, #99d608 0%, #b3ea11 100%);
    box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18);
    border-bottom: 3px solid #78A807;
}

.btn-how-selected:hover,
.btn-how-selected:active {
    background: -webkit-linear-gradient(bottom, #a5e30c 0%, #bdf41a 100%);
    background: linear-gradient(to top, #a5e30c 0%, #bdf41a 100%);
    border-bottom: 3px solid #78A807;
    color: #000;
}

.btn-how-selected:focus {
    color: #000;
    border-bottom: 3px solid #78A807;
}

.btn-how-selected:active {
    box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18), inset 0 1px 3px rgba(0, 0, 0, 0.22);
    border-bottom-width: 1px;
    margin-top: 2px;
}

.btn-how-selected {
    box-shadow: 0.8px 4.9px 5px rgba(0, 0, 0, 0.18), 0px 1px 3px rgba(0, 0, 0, 0.22) inset;
    border-bottom-width: 1px;
    margin-top: 2px;
}

.btn-how-selected:hover {
    border-bottom-width: 1px;
    margin-top: 2px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



























