﻿﻿@font-face {
font-family: 'Gilroy-Heavy';
src: url('../fonts/Gilroy-Heavy.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-ExtraBold';
src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Bold';
src: url('../fonts/Gilroy-Bold.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Black';
src: url('../fonts/Gilroy-Black.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Semibold';
src: url('../fonts/Gilroy-Semibold.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Medium';
src: url('../fonts/Gilroy-Medium.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Regular';
src: url('../fonts/Gilroy-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Light';
src: url('../fonts/Gilroy-Light.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Thin';
src: url('../fonts/Gilroy-Thin.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

.nowrap{white-space: nowrap;}

body{background:#ffffff;}
body .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family: 'Gilroy-ExtraBold', Arial, sans-serif;}
body p {font-family: 'Gilroy-Medium', Arial, sans-serif; font-size: 1rem; line-height: 1.5rem;color: #333333;margin-bottom: 0.5rem;}
:focus{outline:0 !important;}
svg {
    overflow: hidden;
    vertical-align: inherit;
}
a {
 color: #007bff;
}
a:hover {
  color: #007bff;
}
b, strong {
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
}
input::-moz-placeholder { color: #333333; font-weight: 500; font-size: .9rem;}
input::-webkit-input-placeholder { color: #333333; font-weight: 500; font-size: .9rem;}
textarea::-moz-placeholder { color: #333333; font-weight: 500; font-size: .9rem;}
textarea::-webkit-input-placeholder { color: #333333; font-weight: 500; font-size: .9rem;}
h1 {
  font-size: 3rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
  color: #ffba00;
}
h2 {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  color: #333333;
}
.wrapper{background:#ffffff;max-width:1920px;margin:0 auto;}
.block {
  padding-top: 108px;
  padding-bottom: 108px;
}
.header header {
  padding: 10px;
}
.logo_img:hover {
  text-decoration: none;
}
.logo_text {
  font-size: 1.1rem;
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  color: #333333;
  margin-left: 10px;
}
.logo_text_adress {
  font-size: 1rem;
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  color: #333333;
}
.logo_text_cart {
  font-size: 0.8rem;
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  text-decoration: underline;
}
.navbar {
  padding: 0;
}
.nav-menu {
  background: #ffba00;
}
.navbar-brand {
  margin-right: 2rem;
}
.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 1rem;
  color: #333333;
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #333333;
  background: rgb(255, 165, 0);
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #333333;
  background: rgb(255, 165, 0);
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #333333;
  background: rgb(255, 165, 0);
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .last_child {
  padding-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem;
  text-decoration:none;
  cursor: pointer;
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:after {
  position: absolute;
  background-color: #333;
  display: block;
  content: "";
  height: 3px;
  width: 0%;
  bottom: 0;
  left: 0;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after,
.navbar-expand-lg .navbar-nav .nav-link:focus:after {
  width: 100%;
}
#navbarDropdown {
  padding-right: 30px;
}
#navbarDropdown:after {
  background: transparent;
  position: absolute;
  left: 82% !important;
  line-height: 15px;
  bottom: 19px !important;
  content: url('../img/menu_arrow.svg');
  border: 0;
  vertical-align: unset;
  -moz-transform: rotate(0deg); /* Для Firefox */
  -ms-transform: rotate(0deg); /* Для IE */
  -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(0deg); /* Для Opera */
  transform: rotate(0deg);
  width: 15px;
  height: 15px;
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#navbarDropdown[aria-expanded="true"]:after {
  -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
    width: 13px;
    height: 15px;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  background: #ffba00;
  border-radius: 0;
  border: 0;
  border-top: 3px solid #333333;
  z-index:9999;
}
.dropdown-item:focus, .dropdown-item:hover {
  background: rgb(255, 165, 0);
  color: #333333;  
}
.dropdown-item.active, .dropdown-item:active {
  background: rgb(255, 165, 0);
  color: #333333;
}
.top_button {
    text-align:right;
}
.phone_number {
  justify-content: flex-end;
  display: flex;
  font-size: 1.2rem;
  line-height: normal;
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  color: #333333;
}
.phone_number:hover {
  color: #333333;
  text-decoration: none;
}
.phone_number:before {
  content: '';
  background: url('../img/call-answer.svg') no-repeat center center;
  background-size: contain;
  width: 14px;
  margin-right: 8px;
}
.top_contact .phone_number:last-child {
    margin-top: 5px;
    font-size: .8rem;
}
.top_contact .phone_number:last-child:before {
    width: 12px
}
.phone_text {
  font-size: 0.875rem;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  color: #333333;
  text-align: right;
  margin-bottom: 0;
}
.btn__gold {
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: normal;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
  border-radius: 2px;
  background: #ffba00;
  width: 100%;
  max-width: 180px;
  height: 42px;
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn__gold:hover {
  background: #ffbf00;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.btn__mini {
  height: 30px;
  text-transform: none;
  margin-top: 10px;
}
.block__one {
  background: url('../img/bg_slider_01.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block__one .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container_one {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  text-align:  center;
  background: linear-gradient(rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
}
.title__text {
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  color: #ffffff; 
}
.title__text__new {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
  color: #ffffff; 
}
.list_tehnik_block {
  text-align: left;
  max-width: 360px;
  margin: 0 auto;
}
.list_tehnik {
  padding-left: 20px;
}
.list_tehnik li{
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  color: #ffbf00;
}
.list_tehnik li a{
  color: #ffbf00;
}

.aside {
  padding: 0;
  height: 100%;
  border-bottom: 2px solid #333;
}
.block_vk #vk_groups {
  margin:  30px 10px;
}
.block_review button {
  margin: 30px auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  max-width: 320px;
  height: 60px;
  font-size: 1.2rem;
}
.aside_block_text {
  background: #f1f1f1;
  border-bottom: 2px solid #333333;
}
.title_aside {
  background: #ffba00;
  padding: 15px;
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  font-size: 2rem;
  color: #333333;
  border-bottom: 2px solid #333333;
}
.aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aside ul li {
  background: rgb(255, 165, 0);
  border-bottom: 1px solid #333333;
}
.aside ul li a {
  text-decoration: none;
  color: #333;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: .5s all;
}
.aside ul li:nth-child(1) a:before {
  content: '';
  background: url('../img/015-elevator.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(2) a:before {
  content: '';
  background: url('../img/005-engine.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(3) a:before {
  content: '';
  background: url('../img/001-car.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(4) a:before {
  content: '';
  background: url('../img/016-elevator-1.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(5) a:before {
  content: '';
  background: url('../img/006-car-repair.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(6) a:before {
  content: '';
  background: url('../img/002-car-wash.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(7) a:before {
  content: '';
  background: url('../img/011-check.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(8) a:before {
  content: '';
  background: url('../img/017-voltmeter.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(9) a:before {
  content: '';
  background: url('../img/020-check-1.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(10) a:before {
  content: '';
  background: url('../img/crash.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(11) a:before {
  content: '';
  background: url('../img/jumper.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(12) a:before {
  content: '';
  background: url('../img/004-truck.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li:nth-child(13) a:before {
  content: '';
  background: url('../img/007-mechanic.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-right: 20px;
}
.aside ul li a:hover {
  background: rgb(255, 165, 0);
  margin-left: 20px;
  border-right: 3px solid #333333;
  position: relative;
  z-index: 100;
}
.carousel {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0 auto;
}
.carousel-inner {
  border-radius: 25px;
  height: 400px;
}
.carousel-item {
  height: 400px;
}
.carousel-caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.carousel-indicators {
  display: none;
}
.carousel_text {
  color: #ffffff;
}
.carousel_text:hover {
  color: #ffffff;
}
.form__one {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 80px;
}
.form__one .form {
  position: relative;
  background: #ffba00;
  border-radius: 25px;
  padding: 30px 30px 50px 30px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #333;
}
.form__one input {
  border: 1px solid transparent;
  height: 40px;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333333;
}
.form__one div:last-child {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
}
.form__one .btn__gold {
    border: 1px solid #333;
    position: relative;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    background: rgb(255, 165, 0);
    height: 60px;
}
.title_form {
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 30px;
}
.text_form {
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  font-size: 1rem;
  color: #333333;
}
.text_form_mini {
  font-size: .8rem;
}
.block_auto {
  margin-bottom: 50px;
}
.block_auto h2 {
  margin-bottom: 30px;
}
.auto_marki {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 25px;
  padding: 20px;

}
.icon_auto {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 100%;
  min-width: 120px;
}
.icon_auto span{
  margin-left: 10px;
  font-size: 0.8rem;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  white-space: nowrap;
}
.block_text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.block_text p {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  font-size: 1rem;
}
.block_text ul, .block_text ol{
  padding-left: 20px;
}
.block_text li {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  font-size: 1rem;
}
.block_text .phone_number {
  display: contents;
}
.block_text .logo_text_cart {
  font-size: 1rem;
}
footer {
  background: #333333;
  padding-top: 3.125rem;
  padding-bottom: 1rem;
}
footer .logo_text{
  color: #ffffff;
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
}
.title__footer {
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1vh;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.footer__menu ul {
  list-style-type: none;
  padding-left: 0
}
.footer__menu ul li {
  padding: 0.2rem 0.7rem 0.2rem 0;
}
.footer__menu ul li:last-child {
  padding-right: 0;
}
.footer__menu ul li a{
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #a4a4a4;
}
.footer__menu ul li a:hover {
  text-decoration: none;
}
footer .phone_number, footer .phone_text {
  color: #ffffff;
  text-align: left;
  justify-content: inherit;
}
footer .phone_number:hover {
  color: #ffffff;
}
footer .phone_number:before {
  background: url('../img/call-answer-footer.svg') no-repeat center center;
  background-size: contain;
}
.footer_contact .phone_number {
  margin-bottom: 10px;
}
.footer__text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #a4a4a4;
  margin-bottom: 1.2rem;
}
.block_footer_nav {
  margin-top: 30px;
}
.footer_pay ul li {
  display: inline-flex;
}
footer .logo_text_cart {
  font-size: 1rem;
  color: #ffba00;
}
.footer__text__copyright {
  font-size: .8rem;
  color: #ffffff;
  margin-top: 2rem;
}
.scrollup {
  display:none;
  position: fixed;
  bottom: 50%;
  right: 30px;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #ffbb00;
  border-radius: 50%;
  margin-top: -25px;
  z-index: 2000;
}
.scrollup:hover {
  background: #FDDB2D;
  color: #fff;
}
.scrollup img {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 15px;
  height: 15px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(270deg);
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
/* Страница */

.block__breadcrumb {
  background: #333333;
  text-align: center;
}
.block__breadcrumb .container{
  padding-top: 20px;
  padding-bottom: 20px;
}
.block_text_str {
  margin-top: 50px;
}
.block_text_str h2 {
  margin-bottom: 2rem;
}
textarea {
  padding: 15px;
}
.item {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}
.item .otzyv_title {
  font-size: 1.5rem;
  line-height: normal;
  color: #333333;
  font-weight: 700;
  padding: 15px 30px;
}
.item .otzyv_text p {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #333333;
  font-weight: normal;
  padding: 0 30px;
  margin-bottom: 1rem;
}
.item .otzyv_link a {
  color: #007bff;
  font-size: .75rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px;
  margin-bottom: 2rem;
}
.form__zapis input{
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
}
.form__zapis textarea{
  width: 100%;
  max-width: 300px;
  height: 150px;
  margin-top: 20px;
}
.block_contacts {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
}
.usluga_img {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 50px auto 50px auto;
}
.usluga_img img {
  border-radius: 25px;
}
.ellips_thank {
    background-image: -moz-linear-gradient( 0deg, rgb(255,186,0) 0%, rgb(255,222,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,186,0) 0%, rgb(255,222,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,186,0) 0%, rgb(255,222,0) 100%);
    box-shadow: 0px 13px 90px 0px rgba(255, 228, 0, 0.76);
    width: 230px;
    height: 230px;
    border-radius: 50%;
    position: relative;
    display: flex;
    margin: 0 auto 3rem auto;
}
.ellips_thank:before {
  content: url('../img/1.png');
  width: 168px;
  height: 168px;
  position: absolute;
  bottom: 31px;
  left: 31px;
}
.ellips_thank_text h2 {
  margin-bottom: 1.5rem;
}
.ellips_thank_text p{
  font-size: 1.25rem;
}
/* Responsive */
@media(max-width: 1024px) {
  .logo_text {
    font-size: .9rem;
  }
  .logo_text_adress {
    font-size: .9rem;
  }
  .title_aside {
    font-size: 1.6rem;
  }
  .block_review button {
    max-width: 240px;
    height: 50px;
    font-size: .9rem;
  }
}
@media(max-width: 991px) {
  .logo_text {
    display: none;
  }
  .navbar-light .navbar-toggler {
    color: #333333;
    border-color: #333333;
    border-radius: 15px;
    margin: 5px;
    border: 2px solid;
  }
}
@media(max-width: 800px) {
  .title_aside {
    font-size: 1.2rem;
  }
  .aside ul li a {
    font-size: .6rem;
  }
  .block_review button {
    max-width: 180px;
    height: 40px;
    font-size: .8rem;
  }
}
@media(max-width: 767px) {
  .logo_text_adress {
    font-size: .6rem;
  }
  header.logo_text_cart {
    font-size: 0.6rem;
  }
  .carousel-inner {
    border-radius: 25px;
    height: 200px;
  }
  .carousel-item {
    height: 200px;
  }
  .carousel_text {
    font-size: .7rem;
  }
}
@media(max-width: 575px) {
  .list_tehnik_block {
    display: none;
  }
  .title_aside {
    font-size: 1rem;
  }
  .aside ul li a {
    font-size: .5rem;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    color: #ffba00;
  }
  h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 0;
    color: #333333;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .title__text {
    font-size: 1.2rem;
  }
  .title__text__new {
    font-size: .8rem;
  }
  .icon_auto {
    min-width: 100px;
  }
}
@media(max-width: 500px) {
}
@media(max-width: 450px) {
}
@media(max-width: 400px) {
}
@media (max-width: 375px) {
}
@media(max-width: 360px) {
}