/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
/* Reserved Class End*/

/* Style Default*/
a, a:hover,button, button:hover, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
button {border: 0;padding: 0;cursor: pointer;}
* {outline: none;}
/* Style Default End */

body {
  font-style: italic;
  font-weight: normal;
  font-family: 'Myriad Pro';
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.btn {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background: #e31e23;
  display: inline-block;
  min-width: 168px;height: 32px;
}

.btn span {
  display: block;
}

.btn:hover {
  background: #8b0e12;
}

/* ------------- *Btn up ------------- */

.scroll-up {
  z-index: 10;
  display: none;
  position: fixed;
  right: 30px;bottom: 50px;
  width: 18px;height: 16px;
  background: url(../img/icons/i-up.png) center/contain no-repeat;
}

/* ------------ *Header ------------- */

.header {
  z-index: 11;
  padding: 35px 0;
  position: fixed;
  background: #fff;
  top: 0;left: 0;right: 0;
}

.header.scroll-page {
  padding: 15px 0;
  -webkit-box-shadow: 0 0 10px rgba(226, 30, 35, 0.13);
          box-shadow: 0 0 10px rgba(226, 30, 35, 0.13);
}

.logo img {
  width: 211px;height: 77px;
}

.lang {
  top: 2px;
  font-size: 25px;
  position: relative;
  font-family: 'FuturisC-BoldItalic';
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lang,
.lang__item {
  color: #e31e24;
}

.lang__item:hover,
.lang__item.active {
  color: #8b0e12;
}

.lang__line {
  top: -3px;
  position: relative;
  -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
}

.nav__list {
  padding-right: 50px;
}

.nav__item:not(:last-child) {
  margin-right: 40px;
}

.nav__link {
  color: #e31e24;
  font-size: 20px;
  font-family: 'FuturisC-Italic';
}

.nav__link.active,
.nav__link:hover {
  text-decoration: underline;
}

/* Toggle */

.navbar-toggle {
  z-index: 60;
  display: none;
  background: none;
  position: absolute;
  top: 50%;right: 35px;
}

.navbar-toggle span {
  display: block;
  position: relative;
  background: #c32429;
  width: 30px;height: 2px;
}

.navbar-toggle span:first-child {
  left: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.navbar-toggle.active span:first-child {
  top: 4px;left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggle.active span:last-child {
  top: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Toggle End */

.cont {
  display: none;
  margin-top: 50px;
}

.cont__cosial {
  margin-bottom: 20px;
}

.cont__cosial__item {
  width: 34px;height: 34px;
}

.cont__cosial__item:hover {
  opacity: .6;
}

.cont__cosial__item:not(:last-child) {
  margin-right: 15px;
}

a.i-fb {
  background: url(../img/icons/i-fb.png) center/contain no-repeat;
}

a.i-in {
  background: url(../img/icons/i-in.png) center/contain no-repeat;
}

a.i-t {
  background: url(../img/icons/i-t.png) center/contain no-repeat;
}

.cont__item a {
  color: #fff;
  font-family: 'FuturisC-BoldItalic';
}

.cont__item a:hover {
  text-decoration: underline;
}

.cont__tel a {
  font-size: 20px;
}

.cont__email {
  margin-top: 5px;
}

.cont__email a {
  font-size: 14px;
  text-transform: uppercase;
}

/* ------------- *Intro ------------- */

.intro {
  z-index: 1;
  padding: 50px 0;
  margin-top: 147px;
  min-height: 666px;
  position: relative;
  background: url(../img/bg/intro.jpg) center/cover no-repeat;
}

.intro .box {
  padding: 0 15px;
  min-width: 930px;
}

.intro__title {
  position: relative;
  display: inline-block;
}

.intro__title:after {
  pointer-events: none;
  top: -38px;right: -66px;
  width: 115px;height: 115px;
  background: url(../img/icons/i-fuel.png) center/contain no-repeat;
}

.intro h1 {
  color: #fff;
  font-size: 76px;
  font-weight: bold;
  letter-spacing: 1px;
}

.intro h1 span {
  position: relative;
}

.intro__form {
  background: #fff;
  margin-top: 15px;
  padding: 15px 20px;
}

.transform-skew-minus {
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

.transform-skew-plus {
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}

.form__field:not(:last-child) {
  margin-right: 20px;
}

.form__field,
.form__field input {
  display: block;
}

.select-box {
  position: relative;
}

.form__field .nice-select {
  border: 0;
  float: none;
  line-height: 1;
  border-radius: 0;
  padding: 0 15px 0 0;
  width: 150px;height: auto;
  border-bottom: 1px solid #e31e23;
  display: flex;
  align-items: center;
}

.form__field .nice-select:after {
  content: none;
}

.form__field .nice-select .list {
  min-width: 100%;
}

.select-box:after {
  top: 50%;right: 0;
  width: 10px;height: 8px;
  background: url(../img/icons/i-select.png) center/cover no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form__field input,
.form__field .nice-select {
  border: 0;
  height: 32px;
  color: #e31e23;
  font-size: 17px;
  background: none;
  font-style: italic;
  font-weight: normal;
  font-family: 'Myriad Pro';
  border-bottom: 1px solid #e31e23;
}

.form__field input {
  width: 170px;
}

.form__field *::-webkit-input-placeholder {color: #e31e23;}
.form__field *::-moz-placeholder          {color: #e31e23;}/* Firefox 19+ */
.form__field *:-moz-placeholder           {color: #e31e23;}/* Firefox 18- */
.form__field *:-ms-input-placeholder      {color: #e31e23;}

.form__field *:focus::-webkit-input-placeholder {color: transparent}
.form__field *:focus::-moz-placeholder          {color: transparent}
.form__field *:focus:-moz-placeholder           {color: transparent}
.form__field *:focus:-ms-input-placeholder      {color: transparent}

.form__btn {
  margin-left: 10px;
}

/* Radio box */

.form__radio {
  width: 0;
  opacity: 0;
  left: -100em;
  line-height: 1;
  position: absolute;
  margin-right: 20px;
}

.form__radio.show {
  opacity: 1;
  width: auto;
  position: static;
}

.form__radio__item {
  cursor: pointer;
  position: relative;
}

.form__radio__item:first-child {
  padding-left: 5px;
}

.form__radio__item:not(:last-child) {
  margin-bottom: 5px;
}

.radio {
  display: none;
}

.radio-custom {
  display: block;
  border-radius: 50%;
  position: relative;
  width: 15px;height: 15px;
  border: 2px solid #e21e23;
}

.radio-custom:before {
  opacity: 0;
  border-radius: 50%;
  background: #e21e23;
  top: 0;left: 0;right: 0;bottom: 0;
}

.radio:checked + .radio-custom:before {
  opacity: 1;
}

.radio-name {
  color: #e31e23;
  font-size: 17px;
  margin-left: 10px;
}

/* Radio box End */

.address {
  display: none;
}

/* ------------ *Content ------------- */

.content {
  position: relative;
}

.content__figures {
  opacity: .25;
  position: absolute;
  pointer-events: none;
}

.content__figures_right {
  top: 0;right: 0;
  width: 187px;height: 370px;
  background: url(../img/other/content-right.png) center/contain no-repeat;
  -webkit-transform: translate(16px, -132px);
      -ms-transform: translate(16px, -132px);
          transform: translate(16px, -132px);
}

.content__figures_bot {
  top: auto;bottom: 0;
  -webkit-transform: translate(0, 125px);
      -ms-transform: translate(0, 125px);
          transform: translate(0, 125px);
}

.delivery .content__figures_right {
  top: auto;bottom: -105px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.content__figures_left {
  left: 0;
  width: 201px;height: 395px;
  background: url(../img/other/content-left.png) center/contain no-repeat;
}

.cards .content__figures_left {
  bottom: -130px;
}

.map .content__figures_left {
  bottom: -165px;
  width: 270px;height: 530px;
}

.content__item {
  padding: 120px 0;
  position: relative;
}

.map,
.about {
  padding-bottom: 0;
}

.content__item .container {
  padding: 0;
  max-width: 1920px;
}

.content__box {
  max-width: 760px;width: 100%;
}

.content__item_right .content__box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content__head {
  left: -25px;
  position: relative;
  border: 2px solid #e31e23;
  max-width: 760px;width: 100%;
}

.content__item_right .content__head {
  left: auto;right: -25px;
}

/* Icons */

.content__icon {
  border-right: 2px solid #e31e23;
}

.content__item_right .content__icon {
  border-right: 0;
  border-left: 2px solid #e31e23;
}

i.i-cards {
  width: 70px;height: 70px;
  background: url(../img/icons/i-loyalty.png) center/contain no-repeat;
}

i.i-delivery {
  width: 64px;height: 44px;
  background: url(../img/icons/i-delivery.png) center/contain no-repeat;
}

i.i-map {
  width: 48px;height: 58px;
  background: url(../img/icons/i-map.png) center/contain no-repeat;
}

i.i-about {
  width: 58px;height: 58px;
  background: url(../img/icons/i-about.png) center/contain no-repeat;
}

/* Icons END */

.content__icon,
.content__title {
  width: 50%;
}

.content__title {
  line-height: 1;
  color: #e31e23;
  font-size: 36px;
  min-height: 84px;
  font-weight: bold;
  padding: 10px 25px;
}

.content__title_double span {
  width: 100%;
}

.content__title_double span:last-child {
  text-align: right;
}

.content__body {
  color: #e31f25;
  margin-top: 40px;
}

.content__text {
  left: -47px;
  position: relative;
  padding: 0 0 10px 370px;
  border-bottom: 1px solid #e31f25;
}

.content__item_right .content__text {
  left: auto;
  padding: 0 370px 10px 0;
}

.content__name {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 15px;
}

.content__name span {
  font-size: 70px;
}

.content__txt {
  font-size: 18px;
  line-height: 1.4;
}

.about .content__txt {
  left: -145px;
  width: 535px;
  position: relative;
}

.content__txt p,
.content__list {
  margin-bottom: 20px;
}

.content__txt__item {
  text-align: justify;
}

.content__txt__item a {
  color: inherit;
  font-weight: bold;
}

.content__txt__item a:hover {
  text-decoration: underline;
}

.content__list {
  padding-left: 17px;
}

.content__list__item {
  list-style: disc;
}

.content__img img {
  width: 100%;
  display: block;
}

.cards .content__img {
  width: 683px;
  margin-right: 200px;
}

.delivery .content__img {
  width: 600px;
  margin-left: 200px;
}

.map .content__img {
  width: 780px;
  margin-right: 130px;
}

.about .content__img {
  width: 790px;
  margin-top: 120px;
}

/* ------------- *Offer ------------- */

.offer {
  color: #fff;
  padding-top: 200px;
}

.offer .box {
  position: relative;
  padding: 200px 0 120px;
  background: url(../img/bg/offer.jpg) center/cover no-repeat;
}

i.offer__icon {
  margin: 0 auto;
  position: absolute;
  top: 0;left: 0;right: 0;
  width: 170px;height: 140px;
  background: url(../img/icons/i-level.png) center/contain no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.offer .container {
  padding: 0 50px;
}

.offer__item {
  margin: 0 auto 30px;
  max-width: 500px;width: 100%;
}

.offer__head {
  text-align: center;
  padding: 20px 25px;
  background: #e31f25;
}

.offer__title {
  font-size: 33px;
  font-weight: bold;
}

.offer__txt {
  font-size: 22px;
  margin-top: 20px;
  padding-right: 90px;
  text-align: justify;
}

/* ------------ *Footer ------------- */

.footer {
  padding: 30px 0;
  position: relative;
}

.footer .container {
  padding: 0 70px;
}

.footer__logo img {
  width: 148px;height: 54px;
}

.footer__link a {
  color: #e31e23;
  font-weight: bold;
}

.footer__link a:hover {
  text-decoration: underline;
}

.footer__tel {
  font-size: 20px;
  margin-top: 20px;
}

.footer__mail {
  font-size: 13px;
  text-transform: uppercase;
}

.footer__mail span {
  font-size: 16px;
}

.footer__social__item {
  width: 38px;height: 38px;
}

.footer__social__item:hover {
  opacity: .7;
}

.footer__social__item:not(:last-child) {
  margin-right: 10px;
}

a.i-fb-red {
  background: url(../img/icons/i-fb-red.png) center/contain no-repeat;
}

a.i-in-red {
  background: url(../img/icons/i-in-red.png) center/contain no-repeat;
}

a.i-t-red {
  background: url(../img/icons/i-t-red.png) center/contain no-repeat;
}

.footer__pay {
  margin-top: 15px;
}

.footer__pay img {
  width: 130px;height: 43px;
}

/* ------------- *Modal ------------- */

.modal {
  z-index: 19;
  display: none;
  position: fixed;
  overflow: hidden auto;
  top: 0;left: 0;right: 0;bottom: 0;
  background: rgba(63, 63, 63, 0.65);
}

.modal__fullScreen {
  padding: 50px 0;
  min-height: 100%;
}

.modal__box {
  color: #e31e23;
  background: #fff;
  padding: 40px 50px;
  max-width: 852px;width: 100%;
}

.modal__text span {
  font-size: 40px;
  font-weight: bold;
}

.modal__text p {
  font-size: 20px;
  margin-top: 15px;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.intro__title:after,
.select-box:after,
.radio-custom:before {
  content: " ";
  position: absolute;
}