* {
  outline: none;
}

html, body {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #1c1c1c;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.h2 {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem !important;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px !important;
  margin-top: 0;
}

hr {
    border-color: #ca372d;
}



/*==============================
=            Header            =
==============================*/


header {
  width: 100%;
  height: auto;
  padding: 25px 0;
  background-color: #fff;
}

header .contacts-new-line {
  display: none;
}

header .contact-space {
  display: inline-block;
}


.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.btn-group > .btn + .dropdown-toggle {
    padding: 5px 10px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    padding: 3px 15px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
    font-size: 18px;
}

header .title-site {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin: 3px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}

header .contacts-header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: right !important;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

header .email {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: right !important;
  font-size: 17px;
  margin: 25px 0 0 0;
  padding: 0;
}

header a {
  color: #1c1c1c;
}

header a:hover {
  color: #1c1c1c;
  text-decoration: none;
}

header a:hover {
  color: #1c1c1c;
  text-decoration: none;
}

/*=====  End of Header  ======*/


/*================================
=            Hero-img            =
================================*/

h1.hero-title {
  text-align: center;
  margin-top: 60px;
  color:  #fff;
}

.hero-img {
  background: url(../images/hero-img.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  max-width: 100%;
  /* height: 700px; */
}

.hero-img .boots {
  text-align: right;
}

.hero-img .boots img {
  max-width: 100%;
  margin-top: 35px;
}

.hero-img .hero-text {
  display: block;
  vertical-align: middle;
}

.hero-img .hero-text h2 {
  color: #ca372d;
}

.hero-img .hero-text p {
  color: #fff;
}

.order-form {
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 20px 25px;
  text-align: center;
  margin: 80px 0 0 0;
}

.order-form h3 {
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

.order-form input {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  padding: 0 15px;
  font-size: 17px;
  border: none;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.order-form input:focus {
  background: white;
}

.order-form .btn-order {
  background-color: #1c1c1c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 30px 0 20px;
  color: #fff !important;
}

.order-form .btn-order:hover {
  background-color: #000 !important;
}
.order-form .btn-order:active {
  background-color: #000 !important;
}
.order-form .btn-order:focus {
  background-color: #000 !important;
}

.remodal input {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  padding: 0 15px;
  font-size: 16px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.remodal input:focus {
  background: rgba(0, 0, 0, 0.05);
}

.remodal .btn-order {
  background-color: #1c1c1c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 30px 0 20px;
  color: #fff !important;
}

.remodal .btn-order:hover {
  background-color: #000 !important;
}
.remodal .btn-order:active {
  background-color: #000 !important;
}
.remodal .btn-order:focus {
  background-color: #000 !important;
}

/*=====  End of Hero-img  ======*/



/*=================================
=            Two-image            =
=================================*/

.two-image {
  display: block;
  width: 100%;
  height: auto;
}

.two-image .container-fluid .row .col-sm-12 a {
    color: #fff !important;
  }

  .two-image .container-fluid .row .col-sm-12 a:hover {
    text-decoration: none;
  }

  .two-image .container-fluid .row .col-sm-12 a:hover h2{
    text-decoration: underline;
  }

.two-image .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.two-image h2 {
  display: block;
  vertical-align: middle;
  color: #fff;
}

.two-image .image-one {
  display: block;
  width: 100%;
  background: url(../images/sport-shoes.jpg) no-repeat bottom right;
  background-attachment: fixed;
  background-size: cover;
  height: 250px;
  padding: 25px;
}

.two-image .image-two {
  display: block;
  width: 100%;
  background: url(../images/usual-shoes.jpg) no-repeat bottom left 300px;
  background-attachment: fixed;
  background-size: cover;
  height: 380px;
  padding: 25px;
}

/*=====  End of Two-image  ======*/



/*===============================
=            Service            =
===============================*/

.service {
  font-family: "Roboto Condensed", sans-serif;
  padding: 30px 0;
  background-color: #e9e9e9;
}

.service .service-block {
  display: table;
  padding: 15px;
  height:  auto;
}

.service .service-block:nth-child(2n+1) {
  background: #c9c9c9;
}

.service .service-block a {
  color: #ca372d;
  display: table-cell !important;
  vertical-align: middle !important;
}

.service .service-block a:hover h3 {
  text-decoration: underline;
}

.service .service-block a:hover p {
  text-decoration: none !important;
}

.service .service-block p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #000;
  vertical-align: middle;
  line-height: 1.4;
  margin-bottom: 10px;
}

.service .service-block p span {
  font-family: "Roboto", sans-serif;
  color: #ca372d;
}

.service .service-block .service-icon-01 {
  margin-top: 15px;
}

.col-sm-1.service-icon-01 {
  padding: 10px;
}

.service .service-block .service-icon-01 img {
  width: 100%;
}

/*=====  End of Service  ======*/


/*=======================================
=            Order-now-block            =
=======================================*/

.order-now-block {
  display: block;
  background: url(../images/order-now-block.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 35px 0 45px;
}

.order-now-block h2 {
  color: #fff;
}

.order-now-block a.btn-order {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  line-height: 26px;
  background: #ca372d;
  padding: 12px;
  max-width: 250px;
  margin: 25px auto 0;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.order-now-block a.btn-order:hover {
  text-decoration: none;
  background: #a3352d;
}

/*=====  End of Order-now-block  ======*/


/*================================
=            About-us            =
================================*/

.about-us {
  display: block;
  padding: 30px 0 0;
  overflow: hidden;
}

.about-us .about-block {
  margin-bottom: 20px;
}

.about-us .about-list {
  margin: 10px 0;
}

.about-us .about-list p {
  margin-top: 20px;
}

.about-us .about-list:last-child {
  margin-bottom: 30px;
}

.about-us .about-list .col-sm-1 {
  padding: 0;
}

.about-us .about-list .col-sm-1 img {
  width: 100%;
  display: block;
}


.about-us .master-block {
  margin-top: 20px;
}

.about-us .master-block h3 {
  margin-top: 0;
}

.about-us .master-block .master img {
  display: inline-block;
  background-size: cover;
  width: 100%;
  height: auto;
  margin: 0 10px 0 0;
}

/*=====  End of About-us  ======*/



/*=============================
=            Steps            =
=============================*/

.steps {
  position: relative;
  padding: 50px 0;
  background: #e9e9e9;
  overflow: hidden;
}

.steps .step-block {
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
  overflow: hidden;
}

.steps .col-sm-4.step-block  img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.arrows {
  position: absolute;
  width: 475px;
  height: auto;
  top: 155px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.arrows-2 {
  position: absolute;
  width: 475px;
  height: auto;
  top: 395px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*=====  End of Steps  ======*/



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

.reviews {
  display: block;
  padding: 50px 0;
  overflow: hidden;
}

.reviews img {
  width: 100%;
}

.reviews .work-desc {
  text-align: left;
}

.work-link a {
  position: relative;
}

.work-link {
  margin-bottom: 30px;
}

.work-link .zoom {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.work-link a:hover .zoom {
  display: block;
}

.work-link .zoom i {
  font-size: 32px;
  color: #FFF;
}

img.boots-up {
  display: inline-block;
  width: 100%;
  height: auto;
  border: 1px solid #ca372d;
  padding: 0;
}

.reviews h3 {
  margin: 0 0 10px 0 !important;
}

/*=====  End of Reviews  ======*/



/*======================================
=            How-many-shoes            =
======================================*/

.how-many-shoes {
  padding: 0 0 30px 0;
}

.how-many-shoes .count {
  display: inline-block;
  padding: 35px 25px;
  background: #ca372d;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

/*=====  End of How-many-shoes  ======*/



/*===========================
=            Map            =
===========================*/

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

#map {
  position: relative;
  width: 100%;
  height: 450px;
  z-index: 1;
}

/*=====  End of Map  ======*/


/*==============================
=            Footer            =
==============================*/

footer {
  width: 100%;
  height: auto;
  background-color: #2f2f2f;
  padding: 40px 0 20px;
}

footer h3 {
  color: #ca372d;
  text-transform: uppercase;
}

footer a {
  margin-right: 5px;
}

footer p {
  color: #919191;
  line-height: 24px;
}

footer p span {
  color: #fff;
}

.soc-phone {
  display: inline-block;
  background: url(../images/soc/phone.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-phone:hover {
  background: url(../images/soc/phone-hover.png) no-repeat;
}

.soc-mail {
  display: inline-block;
  background: url(../images/soc/mail.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-mail:hover {
  background: url(../images/soc/mail-hover.png) no-repeat;
}

.soc-skype {
  display: inline-block;
  background: url(../images/soc/skype.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-skype:hover {
  background: url(../images/soc/skype-hover.png) no-repeat;
}

.soc-whats {
  display: inline-block;
  background: url(../images/soc/whats.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-whats:hover {
  background: url(../images/soc/whats-hover.png) no-repeat;
}

.soc-viber {
  display: inline-block;
  background: url(../images/soc/viber.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-viber:hover {
  background: url(../images/soc/viber-hover.png) no-repeat;
}

p.copyright {
  font-size: 15px;
  text-align: center;
  color: #8a8a8a;
  margin-top: 30px;
}

/*=====  End of Footer  ======*/


/*================================
=            Delivery            =
================================*/

.delivery {
  padding:  30px 0 10px;
}

.delivery p, .map-footer p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.delivery p span, .map-footer p span {
  color: #ff863f;
  font-weight: bold;
}

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

.delivery h3, .map-footer h3 {
  text-align: center;
  margin-bottom: 20px;
}

.map2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

#map2 {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
}

.pickpoint {
  background: #fff;
  border-radius: 6px;
  padding: 25px 25px 35px;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, .1);
}

.pickpoint input {
  width: 100%;
  height: 50px;
  margin: 15px 0;
  padding: 0 15px;
  font-size: 21px;
  border: none;
  line-height: 32px;
  background-color: #fff;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
  border-radius: 6px;
  transition: all .5s;
}

.pickpoint a {
  transition: all .5 easy-out;
}

.pickpoint a.btn-send {
  display:  block;
  background-color: #ffd400;
  font-family: 'Myriad Pro', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  padding: 12px 20px 12px;
  line-height: 30px;
  margin: 30px 0 20px;
  color: #000;
  box-shadow: none;
  text-decoration:  none;
  border-radius: 6px;
}

.pickpoint p.dforget {
  display:  block;
  font-family: 'Myriad Pro', sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  color: #8b8b8b;
  margin: -10px 0 0 0 !important;
  text-align: left !important;
}

.pickpoint a.btn-send:hover {
  background-color: #f6ec18 !important;
}

.pickpoint a.btn-instruction {
  display:  block;
  font-family: 'Myriad Pro', sans-serif;
  /* text-transform: uppercase; */
  font-weight: 600;
  font-size: 18px;
  /* padding: 10px 20px; */
  /* line-height: 30px; */
  margin: 10px 0 10px;
  /* color: #000; */
  /* box-shadow: none; */
  text-decoration: underline;
  /* border-radius: 6px; */
}

.pickpoint a.btn-instruction:hover {
  text-decoration: none;
}

.tooltip {
  padding: 3px !important;
  /* opacity: 1 !important; */
}

.tooltip.top {
  margin-top:-20px;
}
.tooltip-inner {
  font-family: 'Myriad Pro', sans-serif !important;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.tooltip-arrow {
  border-top-color: #fff !important;
}

.rollholl {
  display: inline-block;
  width: 160px;
  height: auto;
  vertical-align: middle;
  margin-bottom: 20px;
}

.map2 h3, .map-footer h3 {
  display:  inline-block;
  vertical-align: middle;
}

.underground {
  display: inline-block;
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-left: 20px;
}

.mega {
  display: inline-block;
  width: 170px;
  height: auto;
  vertical-align: middle;
  margin: 20px 0 25px;
}

footer hr {
  border-top: 1px solid;
  border-color: #ca372d;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*=====  End of Delivety  ======*/

/*=================================
=            Guarantee            =
=================================*/

.guarantee {
  padding: 100px 0;
  background: #e4ffe7;
  position: relative;
  z-index: 2;
}
.guarantee img {
  width: 400px;
  position: absolute;
  top: -55px;
  opacity: 0.2;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
.p-guarantee {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
.guarantee {
    padding: 70px 0;
  }
  .guarantee img {
    width: 400px;
    top: -45px;
  }
}

@media only screen and (max-width: 680px) {
  .guarantee img {
    width: 400px;
    top: -35px;
  }
}

@media only screen and (max-width: 530px) {
  .guarantee {
    padding: 50px 0 40px;
  }
  .guarantee img {
    width: 400px;
    top: -25px;
  }
}

@media only screen and (max-width: 480px) {
  .guarantee img {
    width: 400px;
    top: -5px;
  }
}
@media only screen and (max-width: 380px) {
  .guarantee img {
    width: 300px;
    top: 30px;
  }
}

/*=====  End of Guarantee  ======*/






/* Media */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .hero-img .boots {
    text-align: right;
  }
  .hero-img .boots img {
    max-width: 100%;
    margin-top: 85px;
  }
  .reviews img {
    background-size: cover;
  }
  .reviews img.boots-up {
    margin-top: -10px;
  }
  .arrows {
    width: 400px;
  }
  .arrows-2 {
    width: 400px;
  }
  .two-image .image-two {
    height: 430px;
  }
}

@media only screen and (max-width: 1038px) {
  .hero-img {
    background-attachment: scroll;
    background-size: cover;
  }

  .two-image .image-one {
    background-attachment: scroll;
    background: url(../images/sport-shoes.jpg) no-repeat bottom right 0px;
    background-size: cover;
  }

  .two-image .image-two {
    background-attachment: scroll;
    background: url(../images/usual-shoes.jpg) no-repeat bottom left 0px;
    background-size: cover;
  }
  .order-now-block {
    background-attachment: scroll;
    background-size: cover;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  header .title-site {
    font-size: 16px;
  }
  header .contacts-header {
    font-size: 16px;
  }
  .hero-img {
    /* height: 500px; */
  }
  .order-form {
    margin: 40px 0 0 0;
  }
  .about-us .master-block .master {
    width: 140px;
    height: 140px;
  }
  .reviews img {
    background-size: cover;
  }
  .reviews img.boots-up {
    margin-top: 0px;
  }
  .arrows {
    width: 300px;
  }
  .arrows-2 {
    width: 300px;
    top: 460px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  header .title-site {
    margin-top: -20px;
    text-align: center !important;
    font-size: 16px;
  }
  header .contacts-header {
    margin: 15px 0 0 0;
    text-align: center !important;
    font-size: 16px;
  }
  header .email {
    margin: 15px 0 0 0;
    text-align: center !important;
    font-size: 16px;
  }
  .service .service-block {
    width: 100%;
    height: 100px;
  }
  .service .service-block a {
    text-align: center;
  }
  .hero-img {
    height: auto;
    padding: 25px 0;
  }
  .hero-img .boots {
    text-align: center;
  }
  .hero-img .boots img {
    max-width: 85%;
    margin-top: 10px;
  }
  .order-form {
    max-width: 400px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    padding: 20px 25px;
    text-align: center;
    margin: 50px auto 0;
  }
  .about-us .master-block {
    text-align: center;
    margin: 0 auto;
  }
  .about-us .master-block .master {
    margin: 20px auto 0 auto;
  }
  .about-us .master-block p {
    text-align: left !important;
  }
  .reviews .reviews-block {
    margin-bottom: 20px;
    text-align: center;
  }
  .reviews img.boots-up {
    display: inline-block;
    border: 1px solid #ca372d;
    width: 150px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .reviews h3 {
    margin: 0 0 10px 0 !important;
  }
  .work-link .zoom {
    display: block;
  }
  .two-image .image-one {
    width: 100%;
    height: auto;
  }
  .two-image .image-two {
    width: 100%;
    height: auto;
  }
  .about-us .about-list .col-sm-1 img {
    width: 100px;
    height: auto;
    margin:  0 auto;
  }
  .about-us .about-list {
    text-align: center;
  }
  .service .service-block .service-icon-01 {
    margin: 15px auto 0;
    width: 100px;
  }
  .arrows {
    display: none;
  }
  .arrows-2 {
    display: none;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding: 4px 10px 5px;
  }
}

/* Extra Small Devices, Phones */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 460px) {
  header span {
    display: inline-block;
    margin-top: 0px;
  }
  header .contacts-new-line {
    display: block;
    margin-top: -10px;
  }
  header .contact-space {
    display: none;
  }
}

/* Custom, iPhone Retina */


.embed-responsive {
    display : block;
    position : relative;
    overflow : hidden;;
    height : 0;
    padding : 0;
}.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position : absolute;
    top : 0;
    bottom : 0;
    left : 0;
    width : 100%;
    height : 100%;
    border : 0;
}.embed-responsive-16by9 {
    padding-bottom : 56.25%;
}.embed-responsive-4by3 {
    padding-bottom : 75%;
}
