/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper, .pad {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* UTILITIES */
.d-none {
  display: none !important;
}

.flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexed > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.rel {
  position: relative;
}

.wrapper {
  max-width: 1210px;
}

/* GENERAL */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
input,
textarea,
button,
select,
option {
  font: normal 62.5%/1.2 "Myriadpro Regular", sans-serif;
  color: #333333;
}

body {
  min-width: 360px;
  background: #fff;
}

a:link,
a:hover,
a:active,
a:visited {
  color: #333333;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

a {
  display: inline-block;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333333;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #333333;
}

input::placeholder,
textarea::placeholder {
  color: #333333;
}

button {
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  color: #333333;
}

i.icon {
  position: relative;
  display: inline-block;
}

input,
textarea {
  border: none;
  outline: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.overflow_hidden {
  overflow: hidden !important;
}

html {
  scroll-behavior: smooth;
}

/*** FONTS ***/
/* TOPBAR */
.topbar-address-text {
  font-size: 14px;
  color: #fff;
}

a.topbar-call-number {
  font-size: 14px;
  color: #fff;
}

a.topbar-call-btn,
.topbar-call-btn {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}

a.hnml-item-link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/* HEADER */
.hs-main-heading h1 {
  font-family: "RedRing Bold";
  font-size: 65px;
  color: #fff;
}

.hsml-item-text {
  font-family: "SourceSansPro Regular";
  font-size: 18px;
  color: #fff;
}

a.hsmb-order-link {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.hsmbw-link-text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

a.hnmc-tel-link {
  font-size: 16px;
}

.hnmc-buttons-btn,
a.hnmc-buttons-btn {
  font-size: 14px;
  text-transform: uppercase;
}

/* HOME MODELS */
.models-subtitle-text {
  font-size: 18px;
  color: #999999;
}

.models-title-text {
  font-family: "RedRing Bold";
  font-size: 45px;
  color: #333333;
}

/* HOME ADV */
.adv-subtitle-text {
  font-size: 18px;
  color: #9699a8;
}

.adv-title-text {
  font-family: "RedRing Bold";
  font-size: 45px;
  color: #333333;
}

.abi-heading-text {
  font-size: 22px;
  color: #2d3652;
}

.abi-desc-text {
  font-size: 16px;
  color: #000;
}

/* HOME BREAK */
.break-title-text {
  font-family: "RedRing Bold";
  font-size: 45px;
  color: #333333;
}

.bl-item-text {
  font-size: 22px;
  color: #333333;
}

a.break-other-link {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* FOOTER */
.fm-text-title {
  font-family: "RedRing Regular";
  font-size: 18px;
  color: #666666;
}

.fm-text-desc {
  font-family: "SourceSansPro Regular";
  font-size: 16px;
  color: #999999;
}

.fm-request-input {
  font-family: "SourceSansPro Regular";
  font-size: 14px;
  color: #999999;
}

.fm-request-btn {
  font-family: "RedRing Medium";
  font-size: 16px;
  color: #fff;
}

.footer-map-address .topbar-address-text {
  color: #666666;
}

/*** GENERAL ***/
/* ICONS */
/* sprite icons */
.sprite-icons {
  background-image: url(../img/sprite-icons.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-icons-call {
  width: 14px;
  height: 14px;
  background-position: -5px -5px;
}

.sprite-icons-location {
  width: 11px;
  height: 17px;
  background-position: -29px -5px;
}

.sprite-icons-location-gray {
  width: 11px;
  height: 17px;
  background-position: -5px -32px;
}

.sprite-icons-search {
  width: 24px;
  height: 24px;
  background-position: -50px -5px;
}

/* sprite header icons */
.sprite-header-icons {
  background-image: url(../img/sprite-header-icons.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-header-icons-analytic {
  width: 29px;
  height: 29px;
  background-position: -5px -5px;
}

.sprite-header-icons-guarantee {
  width: 24px;
  height: 30px;
  background-position: -44px -5px;
}

.sprite-header-icons-spare-part {
  width: 20px;
  height: 29px;
  background-position: -5px -45px;
}

/* sprite adv icons */
.sprite-adv-icons {
  background-image: url(../img/sprite-adv-icons.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-adv-icons-analytic {
  width: 36px;
  height: 36px;
  background-position: -5px -5px;
}

.sprite-adv-icons-cpu {
  width: 36px;
  height: 36px;
  background-position: -51px -5px;
}

.sprite-adv-icons-gift {
  width: 33px;
  height: 29px;
  background-position: -5px -51px;
}

.sprite-adv-icons-policy {
  width: 30px;
  height: 36px;
  background-position: -48px -51px;
}

.sprite-adv-icons-truck {
  width: 40px;
  height: 28px;
  background-position: -97px -5px;
}

/* sprite break icons */
.sprite-break-icons {
  background-image: url(../img/sprite-break-icons.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-break-icons-battery {
  width: 27px;
  height: 37px;
  background-position: -5px -5px;
}

.sprite-break-icons-cover {
  width: 21px;
  height: 41px;
  background-position: -42px -5px;
}

.sprite-break-icons-display {
  width: 22px;
  height: 37px;
  background-position: -73px -5px;
}

.sprite-break-icons-moisture {
  width: 24px;
  height: 37px;
  background-position: -5px -52px;
}

.sprite-break-icons-no-charge {
  width: 22px;
  height: 37px;
  background-position: -73px -52px;
}

.sprite-break-icons-no-power {
  width: 22px;
  height: 37px;
  background-position: -105px -5px;
}

.sprite-break-icons-screen {
  width: 22px;
  height: 37px;
  background-position: -105px -52px;
}

/* whatsapp icon */
.hsmbw-link-icon {
  background-image: url(../img/whatsapp.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 35px;
  background-position: 0 0;
}

/* HEADER */
.topbar {
  padding-top: 17px;
  padding-bottom: 21px;
  background-color: #38287b;
}

.topbar-in {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topbar-address-icons {
  display: inline-block;
  margin-right: 15px;
}

.topbar-address-text {
  letter-spacing: 0.7px;
}

.topbar-call-icon {
  display: inline-block;
  margin-right: 13px;
}

.topbar-call-number {
  margin-right: 10px;
  letter-spacing: 0.7px;
}

.topbar-call-btn {
  letter-spacing: 0.7px;
}

.header-in {
  position: relative;
}

.header-navbar {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  padding-top: 47px;
  padding-right: 14px;
  padding-bottom: 47px;
}

.burger {
  display: none;
}

.header-navbar-menu {
  margin-left: auto;
  margin-right: 94px;
  margin-top: 7px;
}

.hn-menu-top {
  display: none;
}

.hn-menu-list {
  letter-spacing: 0.7px;
}

.hnm-list-item {
  margin-right: 79px;
}

.hnm-list-item:last-child {
  margin-right: 0;
}

.hn-menu-contacts {
  display: none;
}

/* FOOTER */
.footer {
  background: url("../img/footer-bg.jpg") no-repeat top center #fff;
  background-position-y: 57px;
}

.footer-in {
  padding-top: 100px;
  padding-bottom: 164px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-main {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 410px;
  margin-right: 15px;
  margin-left: 26px;
}

.footer-main-text {
  margin-bottom: 38px;
}

.fm-text-title {
  margin-bottom: 6px;
  text-align: center;
}

.fm-text-desc {
  text-align: center;
  line-height: 1.5;
}

.fm-request-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fm-request-input {
  height: 60px;
  margin-bottom: 15px;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #f9f9f9;
}

.fm-request-btn {
  width: 100%;
  height: 60px;
  margin-top: 13px;
  border-radius: 30px;
  background-color: #6666ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#6666ff), to(#333399));
  background: -o-linear-gradient(top, #6666ff, #333399);
  background: linear-gradient(to bottom, #6666ff, #333399);
}

.footer-map {
  margin-right: 43px;
}

.footer-map-in {
  width: 600px;
  height: 360px;
  margin-bottom: 24px;
}

.footer-map-address {
  text-align: right;
}

.footer-map-address .topbar-address-text {
  font-size: 16px;
  color: #666666;
}

/* HOME SLIDER */
.home-slider {
  background: url("../img/header-bg.jpg") no-repeat -4px center #333399;
  background-position-x: center;
}

.home-slider-in {
  padding-top: 166px;
  padding-bottom: 168px;
}

.home-slider-main {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-top: 45px;
}

.hs-main-heading {
  max-width: 530px;
  margin-right: 100px;
  margin-bottom: 7px;
}

.hs-main-list {
  margin-bottom: 34px;
}

.hsm-list-item {
  margin-bottom: 8px;
}

.hsm-list-item:last-child {
  margin-bottom: 0;
}

.hsml-item-icon {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 8px;
}

.hsml-item-text {
  vertical-align: top;
  display: inline-block;
  margin-top: 6px;
}

.hsm-buttons-order {
  margin-right: 30px;
}

.hsmb-order-link {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 18px 33px;
  letter-spacing: 0.5px;
}

.hsmb-wa-link {
  padding: 13px 35px;
  border-radius: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00ff66+0,00ff66+61,00ff66+67,00cc33+100 */
  background: #00ff66;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff66), color-stop(61%, #00ff66), color-stop(67%, #00ff66), to(#00cc33));
  background: -o-linear-gradient(top, #00ff66 0%, #00ff66 61%, #00ff66 67%, #00cc33 100%);
  background: linear-gradient(to bottom, #00ff66 0%, #00ff66 61%, #00ff66 67%, #00cc33 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff66', endColorstr='#00cc33',GradientType=0 );
  /* IE6-9 */
}

.hsmbw-link-text {
  display: inline-block;
  padding-top: 7px;
  letter-spacing: 1.2px;
  margin-right: 8px;
}

.hsmbw-link-icon {
  vertical-align: top;
}

.hs-main-pic {
  display: none;
}

/* HOME MODELS */
.models {
  background-color: #f0f0f0;
}

.models-in {
  padding-top: 96px;
  padding-bottom: 27px;
}

.models-subtitle {
  margin-bottom: 29px;
}

.models-title {
  margin-bottom: 88px;
}

.models-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.models-blocks-item {
  margin-bottom: 70px;
}

.mb-item-pic {
  margin-bottom: 11px;
  overflow: hidden;
  border-radius: 5px;
}

/* HOME ADV */
.adv {
  background-color: #fff;
}

.adv-in {
  padding-top: 96px;
}

.adv-subtitle {
  margin-bottom: 28px;
  text-align: center;
}

.adv-title {
  margin-bottom: 81px;
  padding: 0 13%;
}

.adv-title-text {
  text-align: center;
}

.adv-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 26px);
  margin-left: -13px;
}

.adv-blocks-item {
  max-width: 370px;
  margin-bottom: 29px;
  margin-right: 13px;
  margin-left: 13px;
  padding: 65px 40px 49px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  text-align: center;
}

.ab-item-icon {
  margin-bottom: 27px;
}

.ab-item-heading {
  margin-bottom: 13px;
}

.abi-desc-text {
  line-height: 1.44;
}

.adv-picture {
  padding-top: 28px;
  padding-bottom: 60px;
  text-align: center;
}

/* HOME BREAK */
.break {
  background-color: #f0f0f0;
}

.break-in {
  padding-top: 90px;
  padding-bottom: 100px;
}

.break-title {
  margin-bottom: 79px;
}

.break-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.break-list-item {
  width: 24%;
  padding-right: 1%;
  margin-bottom: 45px;
}

.bl-item-icon {
  display: inline-block;
  margin-right: 15px;
}

.bl-item-text {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}

.break-other-link {
  padding: 18px 34px;
  letter-spacing: 0.7px;
  border: 2px solid #333333;
  border-radius: 30px;
}

@media (max-width: 1200px) {
  .home-slider {
    background-position-y: -4px;
  }
  .home-slider-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-slider-main {
    padding-top: 0;
    text-align: center;
  }
  .hs-main-heading {
    margin-left: auto;
    margin-right: auto;
  }
  .hs-main-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-slider-pic {
    display: none;
  }
  .hs-main-pic {
    display: block;
  }
  .hs-main-pic img {
    max-width: 100%;
  }
  .break-list-item {
    width: 32%;
    padding-right: 1.3333%;
  }
}

@media (max-width: 992px) {
  .header-navbar-menu {
    margin-right: 50px;
  }
  .hnm-list-item {
    margin-right: 40px;
  }
  .break-list-item {
    width: 48%;
    padding-right: 2%;
  }
  .footer-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .footer-map-address {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-main {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
  .header-navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .burger {
    display: inline-block;
  }
  .header-navbar-logo {
    width: 143px;
  }
  .header-navbar-logo img {
    width: 100%;
  }
  .header-navbar-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    z-index: 1001;
  }
  .hn-menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 15px;
    padding-bottom: 22px;
  }
  .hn-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hnm-list-item {
    margin-right: 0;
    padding: 0;
    border-top: 1px solid #d9d9d9;
  }
  .hnm-list-item:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  a.hnml-item-link {
    display: block;
    padding: 11px 15px;
    font-size: 18px;
    font-family: "RedRing Regular";
    font-weight: normal;
    color: #333;
    text-transform: none;
  }
  .hn-menu-contacts {
    display: block;
    padding-top: 75px;
    padding-bottom: 140px;
  }
  .hnm-contacts-tel {
    margin-bottom: 20px;
    text-align: center;
  }
  .hnmc-tel-link img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
  .hnm-contacts-buttons {
    text-align: center;
  }
  .hnmc-buttons-btn {
    border: 1px solid #333333;
    border-radius: 21px;
    padding: 12px 14px;
    letter-spacing: 1px;
  }
  .bl-item-text {
    padding-top: 9px;
    font-size: 16px;
  }
  .footer-map-in {
    width: 100%;
  }
  .footer-map-in img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .header-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .header-navbar-logo {
    padding-top: 5px;
  }
  .sprite-icons-search {
    width: 32px;
    height: 32px;
    background-position: 0 0;
    background-image: url("../img/search-big.png");
  }
  .hs-main-heading h1 {
    font-size: 40px;
  }
  .hsml-item-text {
    font-size: 12px;
  }
  a.hsmb-order-link,
  .hsmbw-link-text {
    font-size: 12px;
  }
  .home-slider-in {
    padding-top: 91px;
    padding-bottom: 60px;
  }
  .hs-main-heading {
    margin-bottom: 20px;
  }
  .hs-main-pic {
    width: 60%;
    min-width: 242px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
  }
  .hs-main-list {
    margin-bottom: 24px;
  }
  .hsm-list-item {
    margin-bottom: 0;
  }
  .hsm-buttons-order {
    margin-right: 11px;
  }
  .hsmb-order-link {
    padding: 12px 14px;
    letter-spacing: -0.1px;
  }
  .hsmb-wa-link {
    padding: 10px 14px;
  }
  .hsmbw-link-text {
    padding-top: 4px;
    letter-spacing: 0.5px;
    margin-right: 1px;
  }
  .hsmbw-link-icon {
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .hsml-item-icon {
    margin-right: 2px;
  }
  .sprite-header-icons-analytic {
    width: 20px;
    height: 20px;
    background-position: -3px -3px;
    background-size: 249%;
  }
  .sprite-header-icons-guarantee {
    width: 17px;
    height: 21px;
    background-size: 294%;
    background-position: -30px -3px;
  }
  .sprite-header-icons-spare-part {
    width: 14px;
    height: 21px;
    background-position: -3px -26px;
    background-size: 328%;
  }
  .models-in {
    padding-top: 57px;
    padding-bottom: 36px;
  }
  .models-subtitle {
    margin-bottom: 18px;
  }
  .models-subtitle-text {
    font-size: 12px;
  }
  .models-title {
    margin-bottom: 57px;
  }
  .models-title-text {
    font-size: 20px;
  }
  .models-blocks {
    width: calc(100% + 14px);
    margin-left: -7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .models-blocks-item {
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 25px;
  }
  .mb-item-pic {
    width: 157px;
    height: 55px;
    margin-bottom: 8px;
  }
  .mb-item-pic img {
    width: 100%;
  }
  .mb-item-name {
    height: 14px;
  }
  .mb-item-name img {
    height: 100%;
  }
  .adv-subtitle-text {
    font-size: 12px;
  }
  .adv-title-text {
    font-size: 20px;
  }
  .abi-heading-text {
    font-size: 14px;
  }
  .abi-desc-text {
    font-size: 12px;
  }
  .adv-in {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  .adv-subtitle {
    margin-bottom: 17px;
  }
  .adv-title {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 58px;
  }
  .adv-blocks {
    width: 100%;
    margin-left: 0;
  }
  .adv-blocks-item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 29px 40px 26px;
  }
  .ab-item-icon {
    margin-bottom: 14px;
  }
  .break-title-text {
    font-size: 20px;
  }
  a.break-other-link {
    font-size: 12px;
    letter-spacing: 0.1px;
    padding: 11px 15px;
  }
  .break-in {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .break-title {
    margin-bottom: 53px;
  }
  .break-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 19px;
  }
  .bl-item-icon {
    margin-right: 10px;
  }
  .bl-item-text {
    padding-top: 0;
  }
  .footer-map-address .topbar-address-text {
    font-size: 14px;
  }
  .fm-text-title {
    font-size: 14px;
  }
  .fm-text-desc {
    font-size: 14px;
  }
  .fm-request-btn {
    font-size: 14px;
  }
  .footer-in {
    padding-top: 52px;
    padding-bottom: 103px;
  }
  .footer-map {
    margin-bottom: 60px;
  }
  .footer-map-in {
    height: 360px;
    margin-bottom: 0;
  }
  .footer-map-address {
    margin-bottom: 22px;
  }
  .footer-main-text {
    margin-bottom: 19px;
  }
  .fm-request-input,
  .fm-request-btn {
    height: 42px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .fm-request-btn {
    margin-top: 6px;
  }
}