@charset "UTF-8";
@media screen and (max-width: 992px) {
  .reset-to-mobile, .body .wrapper, .footer {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .reset-posa, .body .wrapper .header .nav #topnav .pd span,
  .body .wrapper .header .nav #topnav li span {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header {
    height: auto;
    z-index: 1000;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .logo {
    display: block;
    position: static;
    padding: 20px 0 0 20px;
    width: 220px;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .header .logo {
    width: 160px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .car {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header form[action="http://liquimoly.by/search"],
  .body .wrapper .header .form_search {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    padding: 20px 0 20px 20px;
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .header form[action="http://liquimoly.by/search"],
  .body .wrapper .header .form_search {
    width: 160px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header form[action="http://liquimoly.by/search"] .search,
  .body .wrapper .header .form_search .search {
    position: static;
    padding: 5px 30px 5px 10px;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header form[action="http://liquimoly.by/search"] .btnSearch,
  .body .wrapper .header .form_search .btnSearch {
    top: 50% !important;
    margin-top: -10px !important;
    right: 0;
    bottom: auto;
    left: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav {
    left: auto;
    right: 20px;
    top: 60px;
    bottom: auto;
    padding-top: 54px;
    height: auto;
    width: auto;
  }
}

.body .wrapper .header .nav .sndw {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 22px;
}

.body .wrapper .header .nav .sndw i {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.body .wrapper .header .nav .sndw i:first-child {
  top: 0;
  margin-top: 0;
}

.body .wrapper .header .nav .sndw i:last-child {
  top: auto;
  bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav .sndw {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav .sndw.active + #topnav {
    display: block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav .sndw.active i {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav .sndw.active i:last-child, .body .wrapper .header .nav .sndw.active i:first-child {
    display: block;
    top: 50%;
    margin-top: -1px;
    bottom: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav .sndw.active i:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav .sndw.active i:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav {
    display: none;
    width: 260px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .header .nav #topnav {
    width: auto;
    margin: 8px -20px 0 0;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd,
  .body .wrapper .header .nav #topnav li {
    float: none;
    display: block;
    width: 100%;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd:last-child,
  .body .wrapper .header .nav #topnav li:last-child {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd a,
  .body .wrapper .header .nav #topnav li a {
    margin: 0;
    display: block;
    text-align: center;
    padding: 8px 14px !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    background: #ff143f none !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd span,
  .body .wrapper .header .nav #topnav li span {
    display: block !important;
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd span em,
  .body .wrapper .header .nav #topnav li span em {
    display: block;
    float: none;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd span em a,
  .body .wrapper .header .nav #topnav li span em a {
    background: #0c74ce none !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd span em .subMenu,
  .body .wrapper .header .nav #topnav li span em .subMenu {
    float: none;
    width: auto;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd span em .subMenu a,
  .body .wrapper .header .nav #topnav li span em .subMenu a {
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd span em:last-child .subMenu:last-child,
  .body .wrapper .header .nav #topnav li span em:last-child .subMenu:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .nav #topnav .pd:hover span,
  .body .wrapper .header .nav #topnav li:hover span {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .header .soc {
    top: 20px !important;
    right: 20px !important;
  }
}

.body .wrapper .main .list_carousel .img-for-size {
  opacity: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .img-for-size {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .list_carousel .img-for-size {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .iosSlider {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .iosSlider {
    width: auto;
    background: url(../img/bg_body.jpg) center top no-repeat;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .iosSlider .prev,
  .body .wrapper .main .list_carousel .iosSlider .next {
    top: 50%;
    margin-top: -25px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .iosSlider .next {
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .iosSlider .slideSelectors {
    position: absolute;
    text-align: center;
    width: auto;
    left: 0;
    right: 0;
    bottom: auto;
    top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .list_carousel .iosSlider .slideSelectors {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .iosSlider .slideSelectors .item {
    display: inline-block;
    float: none;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .list_carousel .iosSlider .slide {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .iosSlider .slide img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .list_carousel .iosSlider .slide > div[class*="text"] {
    top: auto !important;
    bottom: 0px;
    height: auto;
    font-size: 14px;
    font-family: Arial, sans-serif;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .list_carousel .iosSlider .slide > div[class*="text"] {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .list_carousel .iosSlider .slide > div[class*="text"] > div {
    height: auto;
    margin: 0;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .asside {
    float: none;
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .asside .menu {
    text-align: center;
    padding: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .asside .menu {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .asside .menu li {
    display: inline-block;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .asside .menu li a {
    display: inline-block;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .asside .socialblock {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .content {
    margin: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .content {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main div[data-configid="24588466/40639205"] {
    width: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main div[data-configid="24588466/40639205"] iframe {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main iframe[src*=issuu], .body .wrapper .main iframe[src*=youtube] {
    width: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .byBlock #new_form .filtrLine,
  .body .wrapper .main .article .byBlock #form_viscosity .filtrLine {
    padding-left: 0;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .byBlock #new_form .filtrLine label,
  .body .wrapper .main .article .byBlock #form_viscosity .filtrLine label {
    display: block;
    font-weight: bold;
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .byBlock #new_form .filtrLine .filterLable,
  .body .wrapper .main .article .byBlock #form_viscosity .filtrLine .filterLable {
    display: inline-block;
    float: none;
    text-align: center;
    width: 23%;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .byBlock #new_form .filtrLine .filterLable a,
  .body .wrapper .main .article .byBlock #form_viscosity .filtrLine .filterLable a {
    display: inline-block;
    padding: 10px 0;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .byBlock #new_form .filtrLine label {
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article p {
    text-align: justify;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article p.title_prod {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article {
    overflow: hidden;
    padding-top: 8px;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .selectCity {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .selectCity input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .addressBlock {
    float: none !important;
    width: auto !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article form.rightCol {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article form.rightCol .filtr {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article form.rightCol .filtr input[type="text"],
  .body .wrapper .main .article form.rightCol .filtr textarea {
    float: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article form.rightCol .filtr .captcha {
    width: 70px !important;
    height: 25px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    margin-right: 7px !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .person {
    float: none;
    margin: 20px auto;
    height: auto;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .productionSpis > div {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .byBlock .select {
    display: block;
    width: auto;
  }
}

.body .wrapper .main .article .byBlock .select .slct {
  display: block;
  width: auto;
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .byBlock .select .drop {
    width: auto;
    z-index: 10;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .byBlock .quick_search {
    display: block;
    width: auto;
  }
}

.body .wrapper .main .article .byBlock .quick_search input[type="text"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .byBlock .filter:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .byBlock .filter .filterLable a {
    white-space: nowrap;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .byBlock .tovarBoxWrapper {
    display: block;
    margin: 20px auto 0;
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .byBlock .tovarBoxWrapper .tovarBox img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .byBlock2 .rightCol {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .byBlock2 .tovarBlock {
    padding-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .byBlock2 .tovarBlock .tovarFaces {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .questionBlock {
    padding-left: 0;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .questionBlock .questionHead {
    float: none;
    width: auto;
    margin-left: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .questionBlock .questionBody .questionArrow {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .newsList {
    padding-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .main .article .newsList .newsListPoster {
    width: 50%;
    height: auto;
    max-width: 280px;
    max-height: 164px;
    margin: 0 10px 10px 0;
  }
}

@media screen and (max-width: 640px) {
  .body .wrapper .main .article .newsList .newsListPoster {
    max-width: none;
    max-height: none;
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .news {
    position: static !important;
    width: auto !important;
    height: auto !important;
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .news .blockNews {
    float: none;
    width: auto;
    height: auto !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .news .blockNews .textNews {
    overflow: hidden;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .news .blockNews .textNews .mainNewsImg {
    margin-top: 0;
    float: none;
    width: 150px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .news .blockNews .textNews .mainNewsImg img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .news .blockNews .textNews .mainNewsDesc {
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .news .blockNews .textNews .mainNewsDesc .date {
    float: none;
    padding-left: 0;
    margin-top: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .blockBanner {
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .blockBanner a {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .blockBanner a img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .tabsSocial {
    margin: 0;
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .tabsSocial #socialBord {
    margin: 20px auto 10px;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .tabsSocial #socialBord #socialBordControl {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .tabsSocial #socialBord #socialBordControl .socialControlBut {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .tabsSocial #socialBord #socialPlush,
  .body .wrapper .tabsSocial #socialBord #socialPlush1 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .sidebarBanner {
    margin: 0;
    float: none;
    text-align: center;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .body .wrapper .sidebarBanner a {
    display: inline-block;
  }
}

@media screen and (max-width: 992px) {
  .footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .footer .separatorFooter,
  .footer .separator {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .footer .blockFooter {
    float: none;
    padding: 0;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .footer .blockFooter ul {
    border-bottom: solid 1px #193c5a;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .footer .copyright {
    padding: 10px 0;
  }
}

@media screen and (max-width: 992px) {
  .footer .copyright .copyrightLeft {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .footer .copyright .copyrightRight {
    float: none;
  }
}

@media screen and (max-width: 640px) {
  div[style="text-align:center"] table[style="border:0px solid #000"] {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  div[style="text-align:center"] table[style="border:0px solid #000"] tbody {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  div[style="text-align:center"] table[style="border:0px solid #000"] tbody tr {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  div[style="text-align:center"] table[style="border:0px solid #000"] tbody tr td[width="50%"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .namePage[id="Статьи"] {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .notFound p,
  .notFound .searchPage {
    width: auto;
  }
}

.notFound p input[type="text"],
.notFound .searchPage input[type="text"] {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .notFound .red,
  .notFound .blue {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .notFound .red span,
  .notFound .blue span {
    width: auto;
    font-size: 24px;
  }
}
