@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

header, nav, footer, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  position: absolute;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.container {
  max-width: 1180px;
  margin: 0px auto;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(5px + 10 * (100vw - 320px) / 860);
}

.title {
  color: #445161;
  font-size: calc(20px + 10 * (100vw - 320px) / 860);
  line-height: calc(21px + 15 * (100vw - 320px) / 860);
}

.subtitle {
  font-size: calc(18px + 6 * (100vw - 320px) / 860);
  line-height: calc(22px + 8 * (100vw - 320px) / 860);
  text-align: center;
  color: #445161;
}

.section {
  padding-top: calc(12px + 18 * (100vw - 320px) / 860);
  padding-bottom: calc(5px + 10 * (100vw - 320px) / 860);
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header {
  position: fixed;
  top: 0;
  background-color: #353637;
  padding-top: calc(10px + 10 * (100vw - 320px) / 860);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 860);
  height: calc(25px + 15 * (100vw - 320px) / 860);
  line-height: calc(25px + 15 * (100vw - 320px) / 860);
  text-align: center;
  font-size: calc(14px + 4 * (100vw - 320px) / 860);
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 3;
  max-width: 100vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
  word-break: none;
}
.header a:hover {
  color: white;
}
.header__menu ul {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu ul a {
  color: #b2b2b9;
  white-space: nowrap;
  display: inline-block;
  padding-left: calc(7px + 8 * (100vw - 320px) / 860);
  padding-right: calc(7px + 8 * (100vw - 320px) / 860);
  text-decoration: none;
}
.header__menu ul a:hover {
  background-color: #47515e;
}
.header__menu ul:last-child {
  margin-right: calc(50px + 160 * (100vw - 320px) / 860);
  white-space: nowrap;
}
.header__logo {
  padding-right: calc(0px + 70 * (100vw - 320px) / 860);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 20 * (100vw - 320px) / 860);
}
.header__logo img {
  margin-top: calc(15px + 5 * (100vw - 320px) / 860);
}
.header__phone {
  text-align: center;
}
.header__phone a {
  color: #b2b2b9;
  padding-right: calc(5px + 15 * (100vw - 320px) / 860);
  padding-left: calc(5px + 5 * (100vw - 320px) / 860);
  font-size: calc(10px + 5 * (100vw - 320px) / 860);
  padding-top: calc(3px + 7 * (100vw - 320px) / 860);
  display: inline-block;
  text-align: center;
}
.header__phone ion-icon {
  position: relative;
  top: 5px;
  left: 5px;
  color: #b2b2b9;
  font-size: 24px;
  padding-left: 5px;
}
.header .nav__logo {
  -o-object-fit: none;
     object-fit: none;
}

@media only screen and (max-width: 320px) {
  .header__logo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
  }
  .header__phone {
    display: none;
  }
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__body {
    padding-top: calc(10px + 10 * (100vw - 320px) / 860);
    padding-right: calc(7px + 3 * (100vw - 320px) / 860);
    padding-bottom: 0px;
    padding-left: calc(10px + 28 * (100vw - 320px) / 860);
    text-align: justify;
  }
}
@media only screen and (max-width: 420px) and (min-width: 321px) {
  .header__phone {
    display: none;
  }
  .header__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .item__model_year {
    display: none;
  }
  .item__description {
    display: none;
  }
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__body {
    padding-top: calc(10px + 10 * (100vw - 320px) / 860);
    padding-right: calc(7px + 3 * (100vw - 320px) / 860);
    padding-bottom: 0px;
    padding-left: calc(10px + 28 * (100vw - 320px) / 860);
    text-align: justify;
  }
  .testimonials__column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 501px) {
  .header__phone ion-icon {
    top: 3px;
    left: 3px;
    font-size: 16px;
    padding-left: 3px;
  }
}
@media only screen and (max-width: 501px) and (min-width: 421px) {
  .header__phone ion-icon {
    display: none;
  }
}
@media only screen and (max-width: 601px) and (min-width: 421px) {
  .header__logo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__body {
    padding-top: calc(10px + 10 * (100vw - 320px) / 860);
    padding-right: calc(7px + 3 * (100vw - 320px) / 860);
    padding-bottom: 0px;
    padding-left: calc(10px + 28 * (100vw - 320px) / 860);
    text-align: justify;
  }
  .main__image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 450px) {
  .main__image {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .main__image img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 451px) {
  .main__image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0px;
    padding-left: 200px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1180px) {
  .header__logo {
    padding-left: calc(10px + 190 * (100vw - 320px) / 1600);
  }
}
@media only screen and (min-width: 1450px) {
  .header__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 100px;
  }
}
#svg_header {
  margin-top: calc(10px + 15 * (100vw - 320px) / 860);
  height: calc(35px + 45 * (100vw - 320px) / 860);
  width: calc(35px + 45 * (100vw - 320px) / 860);
}
@media only screen and (min-width: 1450px) and (min-width: 1180px) {
  .header__logo {
    padding-left: calc(10px + 90 * (100vw - 320px) / 1600);
  }
}
.title__border {
  width: calc(120px + 40 * (100vw - 320px) / 860);
  height: calc(3px + 2 * (100vw - 320px) / 860);
  background-color: #6ab04c;
  margin: 0 auto;
  margin-top: calc(8px + 7 * (100vw - 320px) / 860);
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 860);
}

.about_border {
  margin-top: calc(5px + 0 * (100vw - 320px) / 860);
  margin-bottom: calc(5px + 0 * (100vw - 320px) / 860);
  width: calc(120px + 180 * (100vw - 320px) / 860);
}

.main {
  background-color: #353637;
  padding-top: calc(30px + 20 * (100vw - 320px) / 860);
  z-index: 2;
  position: relative;
}

.main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__column {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__title {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin: 10px 0px 20px 0px;
  margin-left: calc(30px + 48 * (100vw - 320px) / 860);
  font-size: calc(30px + 20 * (100vw - 320px) / 860);
  color: #b2b2b9;
}

.main__list_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main__list {
  margin: 0px 0px 20px 0px;
}
.main__list li {
  position: relative;
  padding: 0 0 0 36px;
  padding-left: calc(25px + 11 * (100vw - 320px) / 860);
  padding-bottom: calc(4px + 6 * (100vw - 320px) / 860);
  margin: 0 0 15px 0;
  margin-bottom: calc(9px + 6 * (100vw - 320px) / 860);
  line-height: calc(13px + 9 * (100vw - 320px) / 860);
  font-size: calc(14px + 6 * (100vw - 320px) / 860);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.main__list li::before {
  content: url("../img/logos/check-mark-icon.png");
  position: absolute;
  top: calc(-6px + 4 * (100vw - 320px) / 860);
  left: calc(2px + 3 * (100vw - 320px) / 860);
}
.main__list li:last-child {
  margin: 0;
}

.main__body {
  color: #b2b2b9;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: calc(12px + 8 * (100vw - 320px) / 860);
  padding-left: calc(12px + 8 * (100vw - 320px) / 860);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main__buttons {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttons__link {
  width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  margin: 10px;
  margin-left: 30px;
}
@media (max-width: 1180px) {
  .buttons__link {
    width: calc(90px + 130 * (100vw - 320px) / 860);
  }
}
@media (max-width: 1180px) {
  .buttons__link {
    height: calc(30px + 20 * (100vw - 320px) / 860);
  }
}
@media (max-width: 1180px) {
  .buttons__link {
    margin-left: calc(10px + 20 * (100vw - 320px) / 860);
  }
}

.buttons__link:hover .buttons__waves {
  top: -50px;
}

.buttons__link:hover {
  border-radius: 10px;
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  -webkit-box-shadow: insert 0 0 40px rgba(242, 5, 72, 0.6);
          box-shadow: insert 0 0 40px rgba(242, 5, 72, 0.6);
}

.buttons__text {
  color: #d2d2d4;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.buttons__waves {
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: #f20548;
  -webkit-box-shadow: inset 0 0 50px rgba(85, 96, 112, 0.5);
          box-shadow: inset 0 0 50px rgba(85, 96, 112, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.buttons__waves:after,
.buttons__waves:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 250%;
  height: 250%;
  -webkit-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
          transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
}

.buttons__waves:before {
  background-color: #353637;
  border-radius: 48%;
  -webkit-animation: waves 5s infinite linear;
          animation: waves 5s infinite linear;
}

.buttons__waves:after {
  background-color: rgba(53, 54, 55, 0.5);
  border-radius: 42%;
  -webkit-animation: waves 10s infinite linear;
          animation: waves 10s infinite linear;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: translate3d(-50%, -98%, 0) rotate(0deg) scale(1);
            transform: translate3d(-50%, -98%, 0) rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: translate3d(-50%, -98%, 0) rotate(360deg) scale(1);
            transform: translate3d(-50%, -98%, 0) rotate(360deg) scale(1);
  }
}

@keyframes waves {
  0% {
    -webkit-transform: translate3d(-50%, -98%, 0) rotate(0deg) scale(1);
            transform: translate3d(-50%, -98%, 0) rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: translate3d(-50%, -98%, 0) rotate(360deg) scale(1);
            transform: translate3d(-50%, -98%, 0) rotate(360deg) scale(1);
  }
}
.main__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.main__image img {
  -o-object-fit: none;
     object-fit: none;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__title {
  margin-bottom: calc(10px + 0 * (100vw - 320px) / 860);
  text-align: center;
}

.about__title_wrapper {
  margin-bottom: calc(10px + 18 * (100vw - 320px) / 860);
}

.about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.about__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: none;
     object-fit: none;
  margin-left: calc(0px + 20 * (100vw - 320px) / 860);
}

.about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: calc(10px + 28 * (100vw - 320px) / 860);
}

p {
  margin-bottom: calc(15px + 10 * (100vw - 320px) / 860);
}

.text {
  margin-bottom: calc(4px + 4 * (100vw - 320px) / 860);
  color: #333333;
  font-size: calc(14px + 2 * (100vw - 320px) / 860);
  line-height: calc(20px + 4 * (100vw - 320px) / 860);
}

p:last-child {
  margin-bottom: calc(5px + 20 * (100vw - 320px) / 860);
}

@media (max-width: 1200px) and (min-width: 960px) {
  .about__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__body {
    padding: 20px 10px 0px 10px;
    text-align: justify;
  }
}
.bikes {
  background-color: #f5f5f5;
}

.bikes__title {
  text-align: center;
  margin-bottom: calc(5px + 10 * (100vw - 320px) / 860);
}

.bikes__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -8px;
  padding-left: calc(4px + 6 * (100vw - 320px) / 860);
}

.bikes__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0px 8px;
}

.item__row {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item__image img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item__price p {
  margin-bottom: 5px;
  margin-bottom: calc(2px + 3 * (100vw - 320px) / 860);
  font-weight: bolder;
}

.item__price p:last-child {
  margin-bottom: 2px;
}

.item__price p:first-child {
  padding-top: calc(3px + 4 * (100vw - 320px) / 860);
}

.item__body {
  padding-left: calc(2px + 3 * (100vw - 320px) / 860);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hidden_block {
  display: none;
}

.item__title {
  margin-top: 8px;
  margin-bottom: 7px;
}

.item__price {
  border-top: 1px solid;
}

.testimonials__title {
  text-align: center;
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 860);
}

.testimonials__body {
  max-width: 1100px;
  margin: 0 auto;
}

.testimonials__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-8px + -14.5 * (100vw - 320px) / 860);
  margin-right: calc(-8px + -14.5 * (100vw - 320px) / 860);
}

.testimonials__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding-left: calc(8px + 14.5 * (100vw - 320px) / 860);
  padding-right: calc(8px + 14.5 * (100vw - 320px) / 860);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials__item {
  background-color: #445162;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #445162;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonials__text {
  padding-left: calc(10px + 10 * (100vw - 320px) / 860);
  padding-right: calc(10px + 10 * (100vw - 320px) / 860);
  padding-top: calc(6px + 4 * (100vw - 320px) / 860);
  padding-bottom: calc(6px + 4 * (100vw - 320px) / 860);
  line-height: calc(20px + 4 * (100vw - 320px) / 860);
  font-size: 14px;
  font-size: calc(12px + 2 * (100vw - 320px) / 860);
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.testimonials__text p {
  margin-bottom: calc(8px + 7 * (100vw - 320px) / 860);
}

.testimonials__text p:last-child {
  margin: 0;
}

.testimonials__icon {
  fill: orange;
  width: 16px;
}

.testimonials__graphics {
  margin-top: 3px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials__graphics img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.testimonials__graphics .testimonials__votes {
  padding: 10px 0px;
}

.testimonials__user_info {
  background-color: #fff;
  text-align: center;
  color: #445162;
  padding: 10px 0;
  font-size: calc(16px + 4 * (100vw - 320px) / 860);
  height: calc(50px + 10 * (100vw - 320px) / 860);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.testimonials__user_info .testimonials__user_name {
  font-size: 16px;
  opacity: 0.8;
  padding-top: 2px;
}

@media only screen and (max-width: 700px) {
  .testimonials__column {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .testimonials__row {
    overflow-x: scroll;
  }
  .testimonials__row::-webkit-scrollbar {
    display: none;
  }
}
.testimonials__title_border {
  margin-bottom: calc(12px + 13 * (100vw - 320px) / 860);
}

.footer {
  background-color: #353637;
  color: #b2b2b9;
}

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__info {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -8px;
  padding-left: calc(4px + 6 * (100vw - 320px) / 860);
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.info__column {
  margin: 0 auto;
}

.info__item {
  max-height: 100%;
  text-align: center;
  margin-top: 10px;
}

.info__item p {
  margin: 0px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info__google_map, .info__working_time {
  display: inline-block;
}

.info__phone, .info__whatsup, .info__line, .info__google_map, .info__working_time {
  padding: 10px 20px;
}

.info__phone, .info__whatsup, .info__line {
  margin: 0 10px;
}

.info__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  padding: 0px 8px;
}

.footer__copyright {
  color: #b2b2b9;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin: 15px 0px;
}

ion-icon {
  font-size: 32px;
  color: #f20548;
}

.line_icon {
  fill: #f20548;
  width: 32px;
}

.info__phone:hover,
.info__whatsup:hover,
.info__line:hover,
.info__google_map:hover {
  background-color: #47515e;
}
.info__phone:hover ion-icon,
.info__whatsup:hover ion-icon,
.info__line:hover ion-icon,
.info__google_map:hover ion-icon {
  color: orange;
}
.info__phone:hover .line_icon,
.info__whatsup:hover .line_icon,
.info__line:hover .line_icon,
.info__google_map:hover .line_icon {
  fill: orange;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}