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

@charset "UTF-8";
/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1780px) {
  .header.scroll-page {
    padding: 10px 0;
  }
  .header.scroll-page .logo img {
    width: 150px;height: 54px;
  }
  .content__item {
    padding: 80px 0;
  }
  .cards .content__img {
    margin-right: 0;
  }
  .cards .content__figures_left {
    bottom: -170px;
  }
  .delivery .content__img {
    width: 500px;
  }
  .delivery .content__figures_right {
    bottom: -220px;
  }
  .map .content__img {
    width: 660px;
  }
  .map .content__figures_left {
    bottom: -205px;
  }
  .about .content__img {
    width: 660px;
    margin-top: 150px;
  }
  .about {
    padding-bottom: 0;
  }
  .offer {
    padding-top: 170px;
  }
}

@media only screen and (max-width : 1600px) {
  .map .content__img {
    margin-right: 20px;
  }
  .about .content__txt {
    left: 0;
  }
  .offer {
    padding-top: 150px;
  }
  i.offer__icon {
    width: 120px;
    height: 105px;
  }
  .offer__item {
    max-width: 380px;
  }
  .offer__head {
    padding: 15px 20px;
  }
  .offer__title {
    font-size: 25px;
  }
  .offer__txt {
    font-size: 18px;
    padding-right: 40px;
  }
}

@media only screen and (max-width : 1480px) {
  .content__box {
    max-width: 560px;
  }
  i.i-cards {
    width: 50px;
    height: 50px;
  }
  i.i-delivery {
    width: 50px;
    height: 30px;
  }
  i.i-map {
    width: 32px;
    height: 40px;
  }
  i.i-about {
    width: 44px;
    height: 44px;
  }
  .content__title {
    font-size: 26px;
    min-height: 68px;
  }
  .content__body {
    margin-top: 30px;
  }
  .content__text {
    padding: 0 0 10px 260px;
  }
  .content__item_right .content__text {
    padding: 0 260px 10px 0;
  }
  .content__name {
    font-size: 40px;
  }
  .content__name span {
    font-size: 50px;
  }
  .content__txt {
    font-size: 16px;
  }
  .about .content__txt {
    left: -90px;
  }
  .content__figures_right {
    width: 140px;height: 280px;
    -webkit-transform: translate(16px, -90px);
        -ms-transform: translate(16px, -90px);
            transform: translate(16px, -90px);
  }
  .content__figures_left {
    width: 160px;height: 315px;
  }
  .map .content__figures_left {
    width: 190px;
    height: 380px;
    bottom: -160px;
  }
  .content__figures_bot {
    -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
  }
  .cards .content__img {
    width: 530px;
    margin-right: 150px;
  }
  .delivery .content__img {
    width: 400px;
  }
  .map .content__img {
    width: 540px;
    margin-right: 110px;
  }
  .about .content__img {
    width: 515px;
    margin-top: 100px;
  }
}

@media only screen and (max-width : 1240px) {
  .map .content__img {
    margin-right: 60px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .transform-skew-tb-none {
    -webkit-transform: skew(0);
        -ms-transform: skew(0);
            transform: skew(0);
  }
  .header {
    padding: 35px 0;
  }
  .logo img {
    width: 130px;
    height: 47px;
  }
  .lang {
    font-size: 18px;
  }
  .lang__line {
    top: -2px;
  }
  .nav__list {
    padding-right: 30px;
  }
  .nav__item:not(:last-child) {
    margin-right: 25px;
  }
  .nav__link {
    font-size: 16px;
  }
  .intro {
    margin-top: 117px;
    min-height: 576px;
  }
  .intro h1 {
    font-size: 56px;
  }
  .intro__title:after {
    top: -30px;right: -55px;
    width: 80px;height: 80px;
  }
  .intro__form {
    margin: 20px auto 0;
    max-width: 500px;width: 100%;
  }
  .form__box {
    display: block;
  }
  .form__field:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form__field input,
  .form__field select {
    text-align: center;
    width: 100%;height: 40px;
  }
  .form__field .nice-select {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .nice-select .option {
    text-align: center;
  }
  .form__btn {
    margin-left: 0;
    font-size: 20px;
    width: 95%;height: 50px;
  }
  .form__radio {
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e31e23;
    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;
  }
  .form__radio__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .content__figures_bot {
    display: none;
  }
  .content__box {
    max-width: 410px;
  }
  .content__icon {
    width: 45%;
  }
  i.i-cards {
    width: 40px;
    height: 40px;
  }
  i.i-delivery {
    width: 40px;
    height: 26px;
  }
  i.i-map {
    width: 28px;
    height: 32px;
  }
  i.i-about {
    width: 34px;
    height: 34px;
  }
  .content__title {
    width: 55%;
  }
  .content__title {
    font-size: 20px;
    min-height: 58px;
  }
  .content__text {
    padding: 0 0 10px 130px;
  }
  .content__item_right .content__text {
    padding: 0 130px 10px 0;
  }
  .about .content__txt {
    width: 420px;
  }
  .content__name {
    font-size: 30px;
  }
  .content__name span {
    font-size: 34px;
  }
  .cards .content__img {
    width: 450px;
  }
  .map .content__img {
    width: 430px;
    margin-right: 150px;
  }
  .about .content__img {
    width: 470px;
    margin-top: 140px;
  }
  .offer .box {
    padding: 120px 0 60px;
  }
  .offer .container {
    padding: 0 40px;
  }
  .offer__title {
    font-size: 18px;
  }
  .offer__txt {
    padding-right: 0;
  }
  .modal__box {
    padding: 40px;
  }
  .modal__text span {
    font-size: 32px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .intro {
    min-height: auto;
  }
  .intro h1 {
    line-height: 1;
    font-size: 46px;
  }
  .intro h1 span {
    display: block;
    top: -10px;left: 40px;
  }
  .intro__title:after {
    top: -22px;right: -30px;
    width: 52px;height: 52px;
  }
  .intro .box {
    min-width: 100%;
  }
  .cards .content__img {
    margin-right: 0;
  }
  .cards .content__figures_left {
    bottom: -208px;
  }
  .delivery .content__img {
    margin-left: 50px;
  }
  .map .content__img {
    margin-right: 10px;
  }
  .content__text {
    padding: 0 0 10px 100px;
  }
  .content__item_right .content__text {
    padding: 0 60px 10px 0;
  }
  .about .content__txt {
    width: 100%;
    left: 0;
  }
  .map .content__figures_left {
    width: 120px;
    height: 240px;
    bottom: -130px;
  }
  .offer {
    padding-top: 130px;
  }
  .offer .box {
    padding-bottom: 10px;
  }
  .offer .row .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offer__item {
    margin-bottom: 50px;
  }
  .modal__box {
    width: 85%;
  }
  .modal__text span {
    font-size: 30px;
  }
}

@media only screen and (max-width : 860px) {
  .transform-skew-nb-none {
    -webkit-transform: skew(0);
        -ms-transform: skew(0);
            transform: skew(0);
  }
  .no-sroll-bomail {
    overflow: hidden;
  }
  .header.scroll-page .logo img {
    width: 100px;height: 36px;
  }
  .header {
    padding: 40px 0;
  }
  .header .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav {
    z-index: 9;
    display: none;
    padding: 35px 0;
    position: fixed;
    overflow-y: auto;
    background: #c32328;
    top: 127px;left: 0;right: 0;bottom: 0;
  }
  .header.scroll-page .nav {
    top: 56px;
  }
  .lang {
    top: 0;
    font-size: 16px;
    font-family: 'FuturisC-Italic';
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lang,
  .lang__item,
  .lang__item:hover,
  .lang__item.active {
    color: #fff;
  }
  .lang__item:hover,
  .lang__item.active {
    text-decoration: underline;
  }
  .lang__item:not(:last-child) {
    margin-right: 25px;
  }
  .lang__line {
    display: none;
  }
  .nav__list {
    display: block;
    margin-top: 50px;
    padding-right: 0;
    text-align: center;
  }
  .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .nav__link {
    color: #fff;
    font-size: 20px;
    font-family: 'FuturisC-BoldItalic';
  }
  .cont {
    display: block;
  }
  .navbar-toggle {
    display: block;
  }
  .intro {
    margin-top: 127px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  .content__item {
    padding: 65px 0;
  }
  .about {
    padding-bottom: 0;
  }
  .content__item .container {
    display: block;
  }
  .content__box {
    max-width: 100%;
  }
  .content__head {
    max-width: 410px;
  }
  .content__item_right .content__head {
    margin-left: auto;
  }
  .content__item_right .content__text {
    right: -47px;
  }
  .content__img {
    position: relative;
    width: 100% !important;
    margin: 30px auto 0 !important;
  }
  .cards .content__img,
  .delivery .content__img,
  .map .content__img {
    max-width: 350px;
  }
  .content__figures_right {
    width: 70px;
    height: 135px;
    -webkit-transform: translate(16px, -45px);
        -ms-transform: translate(16px, -45px);
            transform: translate(16px, -45px);
  }
  .content__figures_left {
    width: 90px;
    height: 170px;
  }
  .cards .content__figures_left {
    bottom: -130px;
  }
  .delivery .content__figures_right {
    bottom: -60px;
  }
  .map .content__figures_left {
    width: 90px;
    height: 180px;
    bottom: -70px;
  }
  .modal__box {
    width: 80%;
    padding: 20px;
  }
  .modal__text span {
    font-size: 20px;
  }
  .modal__text p {
    font-size: 15px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .logo img {
    width: 100px;
    height: 36px;
  }
  .nav {
    top: 116px;
  }
  .intro {
    margin-top: 116px;
  }
  .intro h1 {
    font-size: 36px;
  }
  .intro__title:after {
    top: -25px;right: -32px;
  }
  .intro h1 span {
    left: 30px;
  }
  .intro__form {
    max-width: 300px;
  }
  .form__btn {
    width: 93%;
    font-size: 18px;
  }
  .content__head {
    max-width: 330px;
  }
  i.i-cards {
    width: 30px;
    height: 30px;
  }
  i.i-delivery {
    width: 30px;
    height: 22px;
  }
  i.i-map {
    width: 24px;
    height: 29px;
  }
  i.i-about {
    width: 30px;
    height: 30px;
  }
  .content__title {
    font-size: 17px;
    min-height: 50px;
  }
  .content__text {
    border-bottom: 0;
  }
  .cards .content__img,
  .delivery .content__img {
   /* left: 30px;*/
  }
  .map .content__img {
    padding: 0 15px;
  }
  .cards .content__figures_left {
    bottom: -70px;
  }
  .offer {
    padding-top: 110px;
  }
  .offer .box {
    padding-top: 70px;
  }
  .offer .container {
    padding: 0 25px;
  }
  i.offer__icon {
    width: 80px;
    height: 70px;
  }
  .offer__title,
  .offer__txt {
    font-size: 16px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .row .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__logo,
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo img {
    width: 110px;
    height: 40px;
  }
  .footer__link,
  .footer__pay {
    text-align: center;
  }
  .footer__social {
    margin-top: 30px;
  }
  .footer__social__item {
    width: 30px;
    height: 30px;
  }
  .footer__pay img {
    width: 107px;height: 35px;
  }
  .btn-up-box {
    display: block;
  }
  .modal__box {
    width: 95%;
    padding: 20px 10px;
  }
  .modal__box.transform-skew-minus,
  .modal__text.transform-skew-plus {
    -webkit-transform: skew(0);
        -ms-transform: skew(0);
            transform: skew(0)
  }
  .modal__text span {
    font-size: 18px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
}

@media only screen and (min-width : 860px) {
  .nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  
}

@media only screen and (min-width : 1700px) {
  .container {
    max-width: 1800px;
  }
}