@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=cyrillic');

/*-----------------------reset------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  padding: 0;
  margin: 0;
  }
fieldset, img { 
  border: 0;
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }
ol, ul {
  list-style: none;
  }
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
  }
caption, th {
  text-align: left;
  }
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  }
q:before, q:after {
  content: '';
  }
abbr, acronym { 
  border: 0;
  }
/*-----------------------reset------------------------*/


html {
    height: 100%;
    min-height: 100vh;
}

body {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    color:#333;
    font-size: 0;
    line-height: 0;
    padding-bottom: 191px;
    font-family: 'Roboto', sans-serif;
}

header, main, footer {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0;
    font-weight: 300;
}

main ul li{list-style:disc;}

.base {
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    text-align: justify;
    font-size:0;
    line-height:0;
}
.base:after, .productListItemPrice:after,.formContent:after{content:'';display:inline-block;width:100%;}
h1, h2.bigCenter, h2, .formHeader {
    font-size: 26px;
    line-height: normal;
    background: #d0e4ff;
    color: #0b579c;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
}
.standartBlock {
    display: inline-block;
}
.standartBlock, article {
    font-size: 1rem;
    line-height:normal;
    vertical-align: middle;
    box-sizing: border-box;
}
footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #004a80;
    color: white;
}

header .logo {
    background: url(/images/logo1.jpg);
    width: 187px;
    height: 136px;
  display: block;
text-decoration: none;
}

.timeIcon {
    padding-left: 60px;
    background: url(/images/timeIcon.png) no-repeat 0 50%;
}
header .timeIcon{font-size: 14px;/*font-weight: lighter;*/padding: 14px 0 14px 35px;text-align: left;}
.mapMarkIcon {
    padding: 10px 0 10px 35px;
    background: url(/images/mapMarkIcon.png) no-repeat 4px 50%;
    
}
header .mapMarkIcon{font-size: 14px;max-width: 300px;}
.header .standartRow.mapMarkIcon span {display: block;}
.phoneIcon {
    padding: 5px 0 5px 40px;
    background: url(/images/phoneIcon.png) no-repeat 0 50%;
}
header .phoneIcon{font-size: 18px;background-position: 0 65%;}

.letterIcon {
    padding: 5px 0 5px 40px;
    background: url(/images/letterIcon.png) no-repeat 0 50%;
}
header .letterIcon{font-size:14px;}

.bigBold{font-size: 25px;font-weight:bold;}
.madeInRussia {
    background: url(/images/madeInRussia.jpg);
    width: 262px;
    height: 125px;
}



.button {background: #d81c24;padding: 10px;font-size: 18px;font-weight: bold;text-align: center;color: white;box-shadow: 0 4px 15px -5px black;margin-bottom: 9px;cursor: pointer;border: none;}
.button:hover{background: #004a80;}

a {
    color: #333;
}
a:hover{color:#d81c24;}
footer a {color:white;}

footer .standartBlock {max-width: 360px;text-align: right;}



.footer.base {
    padding: 20px;
    box-sizing: border-box;
}
.footer .rp {display:block;}
.logoSmall {
    background: url(/images/logo2.jpg) no-repeat;
    width: 122px;
    height: 112px;
    padding-bottom: 20px;
    display: inline-block;
}



.bigImageHeader {
    padding: 20px 10px 20px 70px;
    background: url(/images/warrantyIcon.png) no-repeat 0 20px rgba(255,255,255,0.6);
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    width: 40%;
    line-height: normal;
    color: #173b69;
    box-sizing: border-box;
    text-align: right;
}

.bigImageContainer {
    position: relative;
}

.bigImageContainer img {
    width: 100%;
    height: auto;
}

.twoColumnsBlock {
    column-count: 2;
}

p {
    padding: 10px 0;
}

h3 {
    font-size: 18px;
    line-height: normal;
    background: #d0e4ff;
    color: #0b579c;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
}



h2.bigCenter,.formHeader {
    text-align:center;
    
}
.formHeader{margin:0;}


.standartTable {
    width: 100%;
    border: 5px solid #004a80;
    border-collapse:separate;
    border-spacing:5px;

}

.standartTable th, .standartTable td{padding:10px;text-align:center;}
.standartTable th{background:#b1daff;}
.standartTable tr:nth-child(2n-1) td{background:#e0e5e3;}

.checkList1{padding-left:50px;}
.checkList1 li{padding:5px 0 5px 40px;background:url(/images/checkIcon1.png) no-repeat 0 50%;list-style:none;}
.checkList2{padding-left:50px;}
.checkList2 li{padding:5px 0 5px 40px;background:url(/images/checkIcon2.png) no-repeat 0 50%;list-style:none;}

.productList {
    display: inline-block;
    text-align: center;
    font-size:0;
}

.productListItemContainer {
    display: inline-block;
    background: #ebebeb;
    padding: 20px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    max-width: 300px;
   
}

.productListItemImg {
    border: 2px solid #5083a8;
    font-size: 0;
    line-height: 0;
}

.productListItem {
    padding: 10px;
    background: white;
    box-shadow: 0 6px 15px -7px black;
    position: relative;
}

.oldPrice {
    text-decoration: line-through;
    font-size: 18px;
    line-height:normal;
    /* display: inline-block; */
}

.price {
    color: red;
    font-weight: 900;
    font-size: 26px;
    line-height:normal;
    /* display: inline-block; */
    margin: 0 10px;
}

.smallGrey {
    color: grey;
    font-size: 14px;
    line-height:normal;
    display: inline-block;
}


.productListItemPrice {font-size:0;line-height:0;/* text-align: justify; */padding: 5px 20px;}



.productListItemText {
    font-size: 20px;
    padding: 20px 20px 10px;
}

.discount {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: url(/images/discount.jpg);
}

.formContainer {
    text-align: center;
    padding: 10px;
}

.formContainer {}

form.feedback {
    border: 5px solid #004a80;
    display: inline-block;
}
form.feedback .standartBlock{vertical-align:top;padding: 20px;}
form textarea, form input{
    border: 2px solid #5083a8;
    padding: 5px;
    box-sizing: border-box;
}
.formContent {padding: 20px;text-align:justify;font-size:0;line-height:0;}



.feedback textarea {
    width: 400px;
    height: 150px;
}

.selectContainer {
    background: url(/images/selectArrow.jpg) no-repeat 100% 0;
    border: 2px solid #5083a8;
    overflow:hidden;
    /* padding-right: 30px; */
    box-sizing: border-box;
    height: 31px;
    cursor: pointer;
}

.feedback .selectContainer {
    margin-bottom: 30px;
    width: 150px;
}

select {width:120%;border:none;outline:none;padding:5px;height: 29px;background: none;/* padding-right: 20px; *//* box-sizing: content-box; */cursor: pointer;}

.feedback .button {
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
}
#gallery_lb a {    display: inline-block;
    border: 3px solid #E6E7E8;
    margin: 12px;
    border-radius: 10px;
    line-height: 0;
}

#gallery_lb img {
    border-radius: 8px;
}

#gallery_lb a:hover {
    border-color: #FFA986;
}
img { max-width: 100%;}



.feedback .formContent>* {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

form>table {
    width: 100%;
    border: 5px solid #004a80;
    border-spacing: 5px;
    border-collapse: separate;
    margin: 10px 0;
}

form>table input,form>table textarea {
    width:100%;
}
.topMenuItem img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.standartRow.phoneIcon.onlyMobile {
    text-decoration: none;
}
.menuList li {
    display: inline-block;
    max-width: 295px;
    vertical-align: top;
    text-align: left;
}
.menuList li a{
    text-decoration:none;
    display: block;
    padding: 10px 105px 10px 10px;
    border: 1px solid #4077a0;
    background-position: bottom 50% right 5px;
    box-sizing: border-box;
    min-height: 120px;
}
.menuList li a:hover, .menuList li a.active{color: #333;border: 2px solid #4077a0;padding: 8px 103px 8px 8px;}
.menuListHeader {
    font-size:18px;
    line-height: normal;
    text-transform:uppercase;
    color:red;
    font-weight:700;
    display: block;
}
.menuListText{
    font-size:14px;
    line-height: normal;
    margin-top: 10px;
    display: block;
}

.menuList {
   padding: 30px 0 10px 0;
}

.menuListItem1 a {
    background: url(/images/mainListIcon1.png) no-repeat;
}
.menuListItem2 a {
    background: url(/images/mainListIcon2.png) no-repeat;
}
.menuListItem3 a {
    background: url(/images/mainListIcon3.png) no-repeat;
}
.menuListItem4 a {
    background: url(/images/mainListIcon4.png) no-repeat;
}

.contactsMark {

    padding: 5px 0 5px 40px;
    background: url(/images/contactsMark.png) no-repeat 8px 50%;

}
.contactsPhone {

    padding: 5px 0 5px 40px;
    background: url(/images/contactsPhone.png) no-repeat 1px 50%;
  text-decoration:none;

}
.contactsMail {

    padding: 5px 0 5px 40px;
    background: url(/images/contactsMail.jpg) no-repeat 2px 50%;

}
.contactsTime {

    padding: 10px 0 10px 40px;
    background: url(/images/contactsTime.jpg) no-repeat 0 50%;

}

.contacts .standartBlock {
    width:48%;
}

.jsToggleMobileVisibility {  display:none;}
.specgaz,.linktext {text-decoration:none;}
.specgaz:hover {color:#fff;}
.linktext:hover {color:#333;}

@media (min-width:801px){
  .onlyMobile {
    display: none;
}
}

@media (max-width:1199px){
  .menuList {text-align:center;}
  .menuList li{margin:10px;}
}

@media (max-width:1050px){

  .madeInRussia{display:none;}
  .bigImageHeader{width:60%;}
}
@media (max-width:800px){
  .contacts .standartBlock {
    width:100%;
}
  body{padding-bottom:340px;}
    .onlyDesktop {
    display: none;
}
  header .fb_call, header .letterIcon, header .mapMarkIcon{display:none;}
  header .info, header .contactInfo{/*min-width:60%;*/width:100%;text-align: left;}
  .header{height:139px;padding-left:187px;padding-top: 20px;box-sizing: border-box;text-align: center;}
  header .logo {position: absolute;top: 0;left: 0;} 
.bigImageHeader {width: 100%;right: 0px;}
footer .standartBlock {
    width: 100%;
    text-align: center;
    max-width: none;
}
article{padding:0 5px;}
.twoColumnsBlock { column-count: 1;}
}

@media (max-width:600px){
  .jsHidden{display:none;}
  .jsToggleMobileVisibility {  display:block;}
}


@media (max-width:480px){
  ul {
    padding-left: 0 !important;
}

  .header {padding-left:120px;height:auto;padding-top:5px;min-height: 90px;}
  header .logo{width:120px;height: 90px;background-size:contain;}
  header .timeIcon, header .phoneIcon{padding:5px;background:none;}
.bigImageHeader {background: url() no-repeat 0 20px rgba(255,255,255,0.6);padding: 5px;font-size: 20px;}
}

@media (max-width:359px){
header .timeIcon, header .phoneIcon{font-size:14px;}
}

