@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/static/Roboto-Regular.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
} 
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/static/Roboto-Medium.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 500; 
} 
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/static/Roboto-Bold.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 700; 
} 

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
} 
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 500; 
} 
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 700; 
} 
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-ExtraBold.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 800; 
} 

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
  .opisZag
      {
        font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
      }
.basket
{
      margin-left: 10px;

}
.blue-btn
{
    background: #3c5e96;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}
.blue-btn:hover
{
      background: #253b60;
}
.social-link
{
    height: 48px;
    background: #3c5e96;
    width: 48px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
}
.headTop 
{
      padding: 15px 0px;
    border-bottom: 2px solid rgb(0 0 0 / 10%);
}
.social-link:hover
{
      background: #253b60;
}
.flex-1
{
display: flex;
    align-items: center;
}
.flex-2
{
display: flex;
    justify-content: end;
    align-items: center;
}
.headInfo
{
    float: left;
    margin-right: 30px;
}
.headInfo img
{
      display: block;
    float: left;
        margin-right: 10px;
}
.workTime span
{
    display: block;
    font-weight: 500;
}
.hi-1 span
{
      color: #0FAE2A;
    font-weight: 500;
}
.hi-2 a
{
  color:#000;
  text-decoration: none;
     font-weight: 500;
}
.hi-2 a:hover
{
  color:#000;
  text-decoration: underline;
}
.flex-end
{
      justify-content: end;
}
ul.breadcrumbs
{
  overflow: hidden;
  margin: 10px 0px;
}
.breadcrumbs li
{
  float: left;
}
.breadcrumbs li a, .breadcrumbs li span
{
      font-size: 12px;
    color: #828282;
    text-decoration: none;
    font-weight: 500;
}
.breadcrumbs li a:hover
{
  text-decoration:underline;
}
.breadcrumbs li span
{
  font-weight: 400;
}
.breadcrumbs .sep
{
  margin: 0px 7px;
}
.breadcrumbs .sep img
{
      height: 9px;
    margin-top: 9px;
}
.dropSection
{
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    padding: 11px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.dropSection.open .dropList
{
  display: block;


}
.dropSection>div:first-child
{
        display: flex;
    align-items: center;
        min-width: 110px;
}
.dropSection .dropIcon
{
      margin-right: 10px;
    height: 30px;
}
.dropSection .arrow
{
  margin-left: 10px;
    height: 8px;
}
.dropSection .dropList
{
  display:none;
      position: absolute;
    border: 1px solid #E9E9E9;
      margin-left: -12px;
    margin-top: 6px;
    padding: 10px;
    border-radius: 5px;
    background: #eee;
    padding: 20px;
    z-index: 100;
}
.h1Style
{
  font-size: 20px;
  font-weight: 500;
   font-family: 'Montserrat', sans-serif;
}
.horizontalMenu
{
    white-space: nowrap;

    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}
.horizontalMenu li
{
    float: left;
  list-style-type: none;
      flex-shrink: 0;
}


.horizontalMenu{
 scrollbar-color: #E9E9E9 #fff;
    scrollbar-width: thin;
}
.dropList ul
{
  margin: 0;
  padding:0;
}
.dropList li
{
float:none;
margin-bottom: 3px;
}
.dropList li a
{

      color: #333;
    text-decoration: none;
}
.dropList li a:hover
{
  text-decoration: underline;
}
.mnu
{
      min-height: 70px;
    margin-top: 15px;
}
.filterTabs
{
      display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 4px !important;
}
.filterTabs li
{
  float:left;
}
.filterTabs .nav-link
{
  border:none;
  margin-right: 5px;
}
.filterTabs .nav-link.active
{
      background: #F6F6F6;
    border-radius: 5px;
    border: none;
    color:#333;
}
.filterTabs .nav-link:hover
{
      background: #F6F6F6;
    border-radius: 5px;
    border: none;
    color:#333;
}
.filterTabs .nav-link
{
      color: #828282;
}
.h1margin
{
      margin-top: 20px;
    margin-bottom: 20px;
}
.filterForm
{
      padding: 20px 0px;
}
.filterSelect
{
width: 100%;
    padding: 13px 14px;
    border-radius: 5px;
    border-color: #e5e5e5;
    color: #828282;
    cursor: pointer;
    margin-bottom: 20px;
}
.filterName
{
font-size: 14px;
    color: #303030;
    display: block;
    margin-bottom: 7px;
}
.filterInput
{
      width: 100%;
    padding: 11px 14px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    color: #828282;
    cursor: pointer;
    margin-bottom: 20px;
}

.filterReset
{
    padding: 13px 40px;
    border-radius: 5px;
margin-right: 15px;
    color: #747B8F;
    cursor: pointer;
    margin-bottom: 20px;
    background: #eee;
    border: 1px solid #eee;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.filterReset:hover
{
  background-color: #fff;
}
.filterResult
{
padding: 13px 50px;
    border-radius: 5px;
    margin-right: 20px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    background:#3C5E96;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
        border: 1px solid #3C5E96;
}
.filterResult:hover
{
      border: 1px solid #253b60;
      background: #253b60;
}
.filterBtns
{
      display: flex;
    align-items: end;
}
.banner
{
  border-radius: 5px;
}
.h2Style
{
    font-size: 30px;
    color: #3C5E96;
    font-weight: 700;
    border-bottom: 2px solid rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding-bottom: 10px;
      font-family: 'Montserrat', sans-serif;
}
.h2Style .colorTitle
{
    color: #454545;
}
.section
{
      padding: 30px 0px;
}
.advantagesBlock
{
    border: 1px solid #e5e5e5;
    padding: 22px;
    border-radius: 5px;
    margin: 15px 0px;
}
.advTitle
{
      font-size: 23px;
    font-weight: 500;
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
}
.advText
{
   font-size: 13px;
  color: rgba(30, 30, 30, 0.5);

}
.h2Style-green
{
  color:#0FAE2A;

}
.itemBrand
{
  font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
}
.itemModel, .itemText
{
      font-size: 16px;
    text-transform: uppercase;
    color: #303030;
        line-height: 19px;
}
.arnd
{
      border: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 2px;
    border-radius: 4px;
}
.item
{
      display: flex;
          margin-bottom: 50px;
              padding-right: 40px;
}
.starsBlock
{
      color: #3c5e96;
    margin-top: -4px;
    position: absolute;
    margin-left: 20px;
    font-size: 21px;
       font-family: 'Montserrat', sans-serif;
}
.starsBlock img
{
  display: inline-block;
}
.seasonImg
{
      position: absolute;
}
.itemInfoBlock-1
{
  margin-bottom: 5px;
}
.slBlock
{
      display: flex;
    justify-content: space-between;
}
.itemSale
{
  font-size: 11px;
    color: #fff;
    background: #CF4B4B;
    font-weight: 700;
    border-radius: 3px;
    padding: 4px 10px;
}
.oldPrice
{
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block;
}
.oldPrice small
{
    font-size: 13px;
    left: -2px;
    position: relative;
    top: -3px;

}
.oldPrice:before
{
    content: "";
    height: 1px;
    display: inline-block;
    position: absolute;
    width: 100%;
    background: #f00;
    margin-top: 11px;
}
.mainPriceBlock
{
  display:flex;
      justify-content: end;
      margin-top: 5px;
}
.rubPrice
{
      font-size: 48px;
      line-height: 48px;
       font-family: 'Montserrat', sans-serif;
       font-weight: 400;
}
.copPrice
{
font-size: 28px;
    color: #303030;
    display: block;
    line-height: 28px;
     font-family: 'Montserrat', sans-serif;
     font-weight: 400;
}
.textPrice
{
font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    display: block;
     font-family: 'Montserrat', sans-serif;
}
.copBl
{
      margin-left: 6px;
}
.rasLink
{
      color: #0066CC;
    font-size: 14px;
    text-align: right;
    display: block;
    text-decoration: none;
    margin-top: 5px;
}
.rasLink:hover
{
  text-decoration: underline;
}
.shopBtn-1
{
  display: block;
    width: 100%;
    color: #747B8F;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #747B8F;
    padding: 7px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
        margin-bottom: 10px;
}
.shopBtn-1:hover
{
      background: #747B8F;
    color: #fff;
}
.shopBtn-2
{
  display: block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
background: #3C5E96;
    border: 1px solid #3C5E96;
    padding: 7px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}
.shopBtn-2:hover
{
      background: #253b60;
}
.itemInfoBlock-2
{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.itemInfoBlock-3
{
      font-size: 12px;
      margin-top: 7px;
}
.colvo
{
      margin-right: 10px;
}
.seeAll
{
      color: #0066CC;
      text-decoration: none;
          float: right;
}
.seeAll:hover
{
      text-decoration: underline;
}
.itemSale-2
{
  background: #0FAE2A;
}
.itemSale-3
{
      background: #E4A400;
}
.slBlock-2
{
  justify-content: end;
}
.italicText
{
  font-style: italic;
  color:#3C5E96;
}
.mainTextBlock p
{
  margin-bottom: 20px;
}
.horList
{
padding-left: 15px !important;
}
.horList li
{
        float: left;
    margin-right: 50px;
    list-style: disc;
}
.swiper {
  width: 100%;

}
.swiper-2 {
  width: 100%;

}
.swiperNews
{
  border: 1px solid #e5e5e5;
    padding: 20px !important;
    border-radius: 5px;
}
.newsTitle
{
  font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}
.newsDesc
{
      color: #8E8E8E;
    font-size: 14px;
    line-height: 18px;
}
.newsImage
{
    border-radius: 5px;
    width: 100%;
}
.newsBlockItem
{
  padding: 10px;
}
.newsDate
{
      color: #8E8E8E;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 18px;
}
.ohid
{
  position: relative;
    overflow: hidden;
}
.swiperLogo
{
  
    padding: 20px !important;
  
}
.callMeBack
{
  background-image: url(../img/callMe.png);

    background-repeat: no-repeat;
}
.callMeBlock
{
    background: rgba(7, 7, 7, 0.8);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-top: 46px;
    padding: 30px 60px;
    margin-bottom: 46px;
}
.callMe-1
{
    font-size: 30px;
    display: block;
    font-weight: 700;
    margin-bottom: 7px;

}
.callMe-2
{
      display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}
.callMe-3
{
  display: block;
    font-size: 27px;
    font-weight: 700;
}
.callMe-4 
{
      font-size: 18px;
    font-weight: 500;
    display: block;
}
.callMeForm-input
{
      background: rgba(255, 255, 255, 0.4);
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 9px;
      color:#fff;
}
.callMeForm-input::placeholder {
  color:#fff;

}
.callMeForm
{
      margin-top: 30px;
}
.callMeForm-btn
{
    background: #3c5e96;
    border: 1px solid #3c5e96;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 9px;
}
.callMeForm-btn:hover
{
   background: #253b60;
     border: 1px solid #253b60;
}
footer
{
      background: #000;
      color:#fff;
          padding: 40px 0px;
}
.footerTitle
{
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
}
.consultBlock
{
  padding: 60px 0px;
}
.footerPhone a
{ 
color:#fff;
 }
.footerNav
{
  
}
.footerNav-1
{
  
}
.footerNav-2
{
  
}
.footerNav-1 a
{
      text-decoration: none;
    font-size: 14px;
    color: #fff;
}
.footerNav-2 li
{
  margin-bottom: 2px;
}
.footerNav-2 a
{
      font-size: 14px;
    text-decoration:none;
        color: #8E8E8E;
}
.footerNav-1 a:hover
{
  text-decoration:underline;
}
.footerNav-2 a:hover
{
    text-decoration:underline;
}
.rekviz
{
  font-size: 14px;
    color: #8E8E8E;
}
footer .headInfo {
    float: none;
    margin-right: 10px;
}
footer .footerContacts .headInfo {
    margin-right: 0;
}
.wLine
{
  border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.footerPayText
{
      font-size: 14px;
    color: #8E8E8E;
    display: block;
    margin-bottom: 7px;
}
.ftex
{    
    text-align: center;
    margin-top: 25px;
  font-size: 13px;
    color: #8E8E8E;

}
.swiper-slide a
{
  text-decoration: none
}
.newsTitle
{
  color:#000;
}
.swiper-slide a:hover .newsTitle
{
  text-decoration: underline;
}
.mobileMenuBlock
{
background: #303030;
    height: 100vh;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobileMenuBlock .headInfo {
    float: none;
    margin-right: 0px;
    justify-content: center;
        margin-bottom: 10px;
        text-align: center;
}
.mobileMenuBlock.close
{
  display:none;
}
.closeBtn
{
  position: absolute;
    top: 30px;
    right: 30px;
    padding: 20px;
    cursor: pointer;
}
.openMobileMenu
{
  cursor:pointer;
}
.openMobileMenu:hover
{
  opacity:0.8;
}
@media screen and (max-width:768px){
  .callMeForm-btn {

    padding: 11px;
    font-size: 13px;
}
.dropSection {

    padding: 6px;
  
}
.callMe-1 {
    font-size: 12px;

}
.callMe-2 {
    font-size: 20px;
    line-height: 30px;
}
.callMe-3 {

    font-size: 12px;

}
.callMe-4 {
    font-size: 12px;

    margin-top: 20px;
}
.callMeForm {
    margin-top: 15px;
}
.consultBlock {
  
    padding-bottom: 0px !important;
}
.h2Style {
    font-size: 24px;
    }
    .advTitle {
    font-size: 18px;
  }
  .advText {
    font-size: 11px;
}
.mainTextBlock p {
    font-size: 14px;
}
.section {
    padding: 15px 0px;
}
footer .flex-end {
    justify-content: end;
    flex-direction: column;
            font-size: 12px;
}
footer .headInfo {

    margin-right: 0px;
    margin-bottom: 5px;
}
.headInfo img {

    margin-right: 5px;
    height: 20px;
}
.advantagesBlock {

    margin: 7px 0px;
}
.blue-btn {
  
    padding: 8px 20px;

    font-size: 12px;
}
.basket img
{
      height: 24px;
    margin-right: 25px;
  }

}

img.product-list-item {
    max-width: 306px;
    max-height: 255px;
}
