@charset "utf-8";

html,body {
  /*min-height: 100%;*/
  position: relative;
  font-family: "Montserrat-Regular", Helvetica, Arial;
  height: 100%;
  margin: 0;
  padding: 0;

}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
  url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap ;
}
@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
  url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap ;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
  url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display:swap ;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display:swap ;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display:swap ;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display:swap ;
}
.my-link{
  padding-right: 2px;
  padding-left: 2px;
}


.li-font {
  /*font-size: 1vw;*/
}
.wbar3{
  padding-left: 3.8%;
}


  .img_logo {
    /*width: 15vw;*/
  }

  .hdiv {
    text-align: center;
    vertical-align: center;
    position: relative; }

.navbar-header {
  float: left;
  padding: 0px;
  text-align: center;
  width: 100%;
}

.navbar-brand {
  float: none;
}


.menu-main {
  list-style: none;
  margin: 0 0 0;
  padding: 5px 0 5px;
  text-align: center;
  background: white; }

.menu-main li {
  display: inline-block;
  margin-bottom: 5px; }

.menu-main li:after {
  content: "|";
  font-weight: 600;
  font-size: 2.3em;
  color: #606060;
  display: inline-block;
  vertical-align: top; }

.menu-main li:last-child:after {
  content: none; }

.menu-main a {
  text-decoration: none;
    font-family: 'Montserrat-ExtraBold', sans-serif;
  /*letter-spacing: 2px;*/
  position: relative;
  padding-bottom: 5px;
  /*margin: 0 18px 0 18px;*/
  font-size: 1.3em;
  text-transform: uppercase;
  display: inline-block;
  transition: color .2s; }

.menu-main a, .menu-main a:visited {
  color: #9d999d; }

.menu-main a.current, .menu-main a:hover {
  color: #004EA2; }

.menu-main a:before,
.menu-main a:after {
  content: "";
  position: absolute;
  height: 3px;
  top: auto;
  right: 50%;
  bottom: -1px;
  left: 50%;
  background: #004EA2;
  transition: .8s; }

.menu-main a:hover:before, .menu-main .current:before {
  left: 0; }

.menu-main a:hover:after, .menu-main .current:after {
  right: 0; }


.img_max {
  width: 100%;
  box-shadow: 0 1px 1px #0d2a30; }

.img_face {
  margin: auto;
  padding: 5px 0 5px 0;
  position: relative;
 }


/* Контейнер с изображением и текстом */
.container-fluid {
  position: relative;
  text-align: center;
  color: white;
}

/* Текст в нижнем левом углу */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Текст в верхнем левом углу */
.top-left {
  text-align: left;
  /*width: 500px;*/
  position: absolute;
  top: 10%;
  left: 5%;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 2.5vw;
}
.top-left-m {
  text-align: center;
  /*width: 500px;*/
  position: absolute;
  top: 2%;
  left: 5%;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 4vw;
}
.top-right-m a {
  color: white;
  text-decoration: none;
}

/* Текст в верхнем правом углу */
.top-right {
  text-align: left;
  /*width: 400px;*/
  position: absolute;
  top: 10%;
  right: 5%;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 2.5vw;
}
.top-right a {
  color: white;
  text-decoration: none;
}
.company a {
  color: black;
  text-decoration: none;
}

.top-right-m {
  text-align: center;
  /*width: 400px;*/
  position: absolute;
  bottom: 4%;
  left: 4%;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 3.5vw;
}

/* Текст в нижнем правом углу */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Центрированный текст */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sait{
  font-family: 'Montserrat-ExtraBold', sans-serif;
  font-size: 3vw;
  margin-top: 20px;

}
.sait-m{
  font-family: 'Montserrat-ExtraBold', sans-serif;
  font-size: 4.8vw;
  margin-top: 20px;

}
.usl {
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat-Regular', sans-serif;
  /*letter-spacing: 2px;*/
  position: relative;
  padding: 2px 2px;
  /*margin: 0 18px 0 18px;*/
  font-size: 2rem;
  /*display: inline-block;*/
  transition: color .2s;
  color: #004EA2;
}
/*.collapsing {*/
/*  position: relative;*/
/*  height: 0;*/
/*  overflow: hidden;*/
/*  -webkit-transition: height .35s ease;*/
/*  -o-transition: height .35s ease;*/
/*  transition: height .35s ease;*/
/*}*/


/*footer {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/
.ytfooter{
  font-family: 'Montserrat-ExtraBold', sans-serif;
  background-color: #004EA2;
  font-size: 1.5rem;
  color: white;
}
.ytfooter a{
    font-family: 'Montserrat-ExtraBold', sans-serif;
    background-color: #004EA2;
    font-size: 1.5rem;
    color: white;
}
.card-body{
  font-family: 'Montserrat-Regular', sans-serif;
  color: black;
  font-size: 1em;
}
.myMap {
  width: 70%;
  height: 70%;
  margin: auto;
  padding-top: 10px; }

.contact {
  /*width: 80%;*/
  margin: auto;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.5;
    font-family: 'Montserrat-Regular', sans-serif;
  color: black; }

.parts {
  text-indent: 50px;
  /*width: 80%;*/
  margin: 0px;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.5;
  font-family: 'Montserrat-Regular', sans-serif;
  color: black; }

.company {
  text-indent: 50px;
  text-align: justify;
  /*width: 80%;*/
  margin: 0px;
  line-height: 1.5;
  font-family: 'Montserrat-Regular', sans-serif;
  color: black; }

input[type='radio'] {
  transform: scale(1.3);
}

.tblpart {

  /*padding: 0px;*/
  /*line-height: 1.5;*/
  font-family: 'Montserrat-Regular', sans-serif;
  color: black;
}

h4{
  font-size: 0.9em;
}
.MYT{
  margin-right: 3rem;
}
.navbar-toggler{
  transition: .8s;
}
.contact a {
  color: black;
  text-decoration: none;
}

@media screen and  (max-width: 575px) {
  .MYT{
    margin-right: 1rem;
  }
  .usl {
    font-size: 4vw;
  }
  .wbar3{
    padding-left: 0px;
  }
  .tblpart td, th{
    padding: 0.1rem;
    font-size: 0.4rem;
  }

}


/* Маленькие устройства (sm, 576px и выше) */
@media screen and  (max-width: 575px) {
  .img_logo {
    padding-top: 0px;
    width: 5em;
  }
  .img_logo1 {
    width: 7em;
  }
  .li-font {
    font-size: 0.6em;
  }
  .menu-main a {
    margin: 0 4px 0 4px;
  }
  .MYT{
    margin-right: 2rem;
  }
  .usl {
    font-size: 1rem;
  }
  .tblpart td, th{
    padding: 0.1rem;
    font-size: 0.4rem;
  }
  .company, .parts, .contact{
    font-size: 0.9em;
  }
  .wbar3{
    padding-left: 0px;
  }
}

/* Маленькие устройства (sm, 576px и выше) */
@media screen and  (min-width: 576px) {
  .img_logo {
    padding-top: 0px;
    width: 8em;
  }
  .img_logo1 {
    width: 12em;
  }
  .li-font {
    font-size: 0.6rem;
  }
  .menu-main a {
    margin: 0 4px 0 4px;
  }
  .usl {
    font-size: 1.5rem;
  }
  h4{
    font-size: 1.4rem;
  }
  .tblpart td, th{
    padding: 0.1rem;
    font-size: 0.6rem;
  }
  .company, .parts,.contact{
    font-size: 0.9em;
  }
  .wbar3{
    padding-left: 0px;
  }

}


/*Средние устройства (md,min-width: 768px и выше)*/
@media screen and  (min-width: 768px) {
  .img_logo {
    padding-top: 0px;
    width: 5em;
  }
  .img_logo1 {
    width: 7em;
  }
  .li-font {
    font-size: 0.3rem;
  }
  .menu-main a {
    margin: 0 4px 0 4px;
  }
  .menu-main a:before,.menu-main a:after {
    height: 2px;
  }
  .usl {
    font-size: 1.5rem;
  }

  h4{
    font-size: 1.4rem;
  }
  .tblpart td, th{
    padding: 0.2rem;
    font-size: 0.7rem;
  }
  .company, .parts,.contact{
    font-size: 1em;
  }
  .wbar3{
    padding-left: 3.8%;
  }
}

/* Большие устройства (lg, 992px и выше) */
@media screen and  (min-width: 992px) {
  .img_logo {
    padding-top: 0px;
    width: 7em;
  }

  .img_logo1 {
    width: 10em;
  }

  .li-font {
    font-size: 0.4rem;
  }

  .menu-main a {
    margin: 0 3px 0 3px;
  }

  .menu-main a:before, .menu-main a:after {
    height: 2px;
  }

  .MYT {
    margin-right: 2rem;
  }

  .usl {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  .media-body {
    font-size: 1.1rem;
  }
  .tblpart td, th{
    padding: 0.3rem;
    font-size: 0.9rem;
  }
  .company, .parts,.contact{
    font-size: 1.1em;
  }
  .wbar2 {
    width: 20%;
  }
  .wbar3{
    padding-left: 3.8%;
  }
}
@media screen and  (min-width: 1200px) {
  .img_logo {
    /*padding-top: 5px;*/
    width: 8em;
  }

  .img_logo1 {
    width: 12em;
    /*padding-left: 35px;*/
  }

  .li-font {
    font-size: 0.5rem;
  }

  .menu-main a {
    margin: 0 4px 0 4px;
  }

  .menu-main a:before, .menu-main a:after {
    height: 3px;
  }

  .usl {
    font-size: 2rem;
  }

  h4 {
    font-size: 1rem;
  }

  .wbar1 {
    width: 15%;
  }

  .wbar2 {
    width: 30%;
  }
  .tblpart td, th{
    padding: 0.4rem;
    font-size: 1.1rem;

  }
  .company, .parts,.contact{
    font-size: 1.3em;

  }
  .wbar3{
    padding-left: 3.8%;
  }
}

/* Очень большие устройства (xl, 1200px и выше) */
@media screen and  (min-width: 1400px) {
  .img_logo {
    /*padding-top: 10px;*/
    width: 10em;
  }

  .img_logo1 {
    width: 15em;
  }

  .li-font {
    font-size: 0.6rem;
  }

  .menu-main a {
    margin: 0 5px 0 5px;
  }

  .usl {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  .wbar1 {
    width: 23%;
  }

  .wbar2 {
    width: 40%;
  }
  .tblpart td, th{
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  .company, .parts,.contact{
    font-size: 1.4em;
  }
  .wbar3{
    padding-left: 3.8%;
  }
}


/*.img_logo {*/
/*    width: 9vw;*/
/*}*/
/*.img_logo1 {*/
/*    width: 14vw;*/
/*}*/

