@import url(fonts/stylesheet.css);
body {
  font-family: 'Halvetica', Arial, sans-serif; }

.alert {
  border-radius: 0;
  color: #000;
  font-weight: bold; }
  .alert a {
    color: #0d57ff;
    text-decoration: underline; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em;
  border: 1px solid #c9c9c9; }

.clear-mt60 {
  clear: both;
  margin-bottom: 60px; }

.clear-mt30 {
  clear: both;
  margin-bottom: 30px; }

input, select, textarea {
  border-radius: 0 !important;
  -webkit-border-radius: 0px; }

.list__link, .list__link:hover {
    color: #000;
      font-size: 15px;
      font-weight: bold;
      text-decoration: underline grey;
}
.list__item {
    margin-bottom: 15px;
}



.breadcrumb {
  background: none;
  padding-left: 0;
  padding-top: 0px;

}
  .breadcrumb li {
    font-size: 15px;
    font-weight: bold; }
    .breadcrumb li a {
      text-decoration: underline;
      color: #000; }
  .breadcrumb .active {
    color: #fd2106; }
  .breadcrumb li + li:before {
    /*content: "\0203A" !important;*/
    color: #000; }

h2, h1 {
  font-size: 24px;
  font-weight: bold; }

.header-text {
  font-size: 24px;
  font-weight: lighter; }

.fs15 {
  font-size: 15px; }

  .logo-block a {
    color: #0d57ff;
    border-bottom: 1px dotted;
    text-decoration: none; }
  .logo-block .dropdown-menu a {
    border: none;
  }
  .logo-block a:hover {
    border-bottom: none; }
  .logo-block .city {
    font-size: 13px;
    float: left; }
  .logo-block .open-hours {
    text-align: center;
    float: left; }
    .logo-block .open-hours a {
      color: #000;
      font-size: 15px;
      font-weight: bold;
      text-decoration: underline;
      border: none; }
  .logo-block .market-and-time {
    margin-top: 10px;
    font-size: 13px; }
    .logo-block .market-and-time table {
      float: left; }
      .logo-block .market-and-time table td {
        padding-left: 35px; }
  .logo-block .phone ul {
    list-style: none;
    margin-top: 0px;
    padding: 0px; }
  .logo-block .phone li {
    line-height: 30px;
    font-weight: bold; }

.grid-float-breakpoint {
  width: 990px; }

.navbar {
  margin-top: 5px;
  border-top: 2px solid #0d57ff;
  border-bottom: 2px solid #0d57ff; }
  .navbar .navbar-header {
    text-align: center; }
    .navbar .navbar-header button {
      float: none; }
      .navbar .navbar-header button b {
        position: absolute;
        top: 6px;
        left: 50px; }

.navbar-default .navbar-nav li a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav li a:hover {
  background: none;
  color: #000;
  border-bottom: 4px solid #fd2106; }

.red-btn {
  border: 0px;
  -webkit-box-shadow: #B4B5B5 2px 2px 2px;
  -moz-box-shadow: #B4B5B5 2px 2px 2px;
  box-shadow: #B4B5B5 2px 2px 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FE5B16;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FE5B16), to(#FE2306));
  background-image: -webkit-linear-gradient(top, #FE5B16, #FE2306);
  background-image: -moz-linear-gradient(top, #FE5B16, #FE2306);
  background-image: -ms-linear-gradient(top, #FE5B16, #FE2306);
  background-image: -o-linear-gradient(top, #FE5B16, #FE2306);
  background-image: linear-gradient(to bottom, #FE5B16, #FE2306);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FE5B16, endColorstr=#FE2306); }

.red-btn:hover {
  color: #fff;
  border: 0px;
  background-color: #e04301;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e04301), to(#d01901));
  background-image: -webkit-linear-gradient(top, #e04301, #d01901);
  background-image: -moz-linear-gradient(top, #e04301, #d01901);
  background-image: -ms-linear-gradient(top, #e04301, #d01901);
  background-image: -o-linear-gradient(top, #e04301, #d01901);
  background-image: linear-gradient(to bottom, #e04301, #d01901);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e04301, endColorstr=#d01901); }

.grey-btn {
  border: 0px;
  -webkit-box-shadow: #B4B5B5 2px 2px 2px;
  -moz-box-shadow: #B4B5B5 2px 2px 2px;
  box-shadow: #B4B5B5 2px 2px 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #000;
  background-color: #d6d6d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#bababa));
  background-image: -webkit-linear-gradient(top, #dadada, #bababa);
  background-image: -moz-linear-gradient(top, #dadada, #bababa);
  background-image: -ms-linear-gradient(top, #dadada, #bababa);
  background-image: -o-linear-gradient(top, #dadada, #bababa);
  background-image: linear-gradient(to bottom, #dadada, #bababa);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cccccc, endColorstr=#c8c8c8); }

.grey-btn:hover {
  border: 0px;
  background-color: #dadada;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b0b0b0));
  background-image: -webkit-linear-gradient(top, #cdcdcd, #b0b0b0);
  background-image: -moz-linear-gradient(top, #cdcdcd, #b0b0b0);
  background-image: -ms-linear-gradient(top, #cdcdcd, #b0b0b0);
  background-image: -o-linear-gradient(top, #cdcdcd, #b0b0b0);
  background-image: linear-gradient(to bottom, #cdcdcd, #b0b0b0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cccccc, endColorstr=#c8c8c8); }

.green-btn {
  border: 0px;
  -webkit-box-shadow: #B4B5B5 2px 2px 2px;
  -moz-box-shadow: #B4B5B5 2px 2px 2px;
  box-shadow: #B4B5B5 2px 2px 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
  background-color: #32c032;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32c032), to(#0f920f));
  background-image: -webkit-linear-gradient(top, #32c032, #0f920f);
  background-image: -moz-linear-gradient(top, #32c032, #0f920f);
  background-image: -ms-linear-gradient(top, #32c032, #0f920f);
  background-image: -o-linear-gradient(top, #32c032, #0f920f);
  background-image: linear-gradient(to bottom, #32c032, #0f920f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#22aa22, endColorstr=#1fa61f); }

.green-btn:hover {
  border: 0px;
  background-color: #32c032;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32c032), to(#0f920f));
  background-image: -webkit-linear-gradient(top, #32c032, #0f920f);
  background-image: -moz-linear-gradient(top, #32c032, #0f920f);
  background-image: -ms-linear-gradient(top, #32c032, #0f920f);
  background-image: -o-linear-gradient(top, #32c032, #0f920f);
  background-image: linear-gradient(to bottom, #32c032, #0f920f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#22aa22, endColorstr=#1fa61f); }

.menu-basket {
  /*padding-left: 0px; Edited by A. Semenov */ }
  .menu-basket ul {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    margin-bottom: 0px;
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px; }
    .menu-basket ul li {
      padding-bottom: 5px;
      padding-top: 5px; }
      .menu-basket ul li a {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        /*text-decoration: underline; Edit by Semenov A.*/ }
  .menu-basket .basket {
    border: 2px solid #0d57ff;
    padding: 15px 30px;
    padding-left: 100px;
    background-image: url("../images/shopping_cart.png");
    background-repeat: no-repeat;
    background-position: 27px center; }
    .menu-basket .basket a {
      color: #fd2106;
      font-weight: bold;
      text-decoration: underline;
      display: block; }

.btn-del {
  background-image: url("../images/del.png");
  width: 16px;
  height: 16px;
  display: block; }

.block-nav {
  border: 1px solid #c9c9c9;
  padding-top: 15px; }
  .block-nav .red-btn {
    padding: 10px 0px 9px 0;
    width: 17%; }
  .block-nav input {
    width: 83%;
    height: 100%;
    float: left;
    /*padding-top: 21px; Edit by Semenov A.*/
    padding-right: 12px;
    /*padding-bottom: 22px; Edit by Semenov A.*/
    padding-left: 12px; }
  .block-nav .nav-tabs li {
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9; }
  .block-nav .nav-tabs li:first-child {
    border-left: 1px solid #c9c9c9; }
  .block-nav .nav-tabs a {
    border-radius: 0px;
    border: none;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-right: 0px; }
  .block-nav .nav-tabs .active {
    border-bottom: none; }
  .block-nav .nav-tabs .active a, .block-nav .nav-tabs a:hover, .block-nav .nav-tabs a:active, .block-nav .nav-tabs a:visited {
    border: none !important;
    color: #000 !important; }
    .block-nav .nav-tabs .active a span, .block-nav .nav-tabs a:hover span, .block-nav .nav-tabs a:active span, .block-nav .nav-tabs a:visited span {
      border-bottom: 4px solid #fd2106;
      padding-bottom: 7px; }
  .block-nav .tab-pane ul {
    padding: 20px;
    list-style: none;
    margin: 0; }
    .block-nav .tab-pane ul li {
      float: left;
      padding-bottom: 5px; }
      .block-nav .tab-pane ul li a {
        font-size: 15px;
        color: #000;
        text-decoration: underline #7c7c7c;
        font-weight: bold;
        line-height: 22px; }
    .block-nav .tab-pane ul li:last-child {
      padding-bottom: 30px; }


.block-nav-10 {
  padding: 15px;
}

@media (min-width: 992px) {
  .block-nav-10 {
    margin-top: 20px;
  }
}

.block-nav-10:after {
  content: "";
  display: block;
  clear: both;
}
.block-nav-10 .nav-tabs a {
  padding: 15px 20px;
}
.block-nav-10 .nav-tabs a span {
  padding-bottom: 12px !important;
}

.navbar {
  border-top: 1px solid #c9c9c9;
}


.block-nav-2 .nav-tabs li {
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9; }
.block-nav-2 .nav-tabs li:first-child {
  border-left: 1px solid #c9c9c9; }
.block-nav-2 .nav-tabs a {
  border-radius: 0px;
  border: none;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  margin-right: 0px; }
.block-nav-2 .nav-tabs .active {
  border-bottom: none; }
.block-nav-2 .nav-tabs .active a, .block-nav-2 .nav-tabs a:hover, .block-nav-2 .nav-tabs a:active, .block-nav-2 .nav-tabs a:visited {
  border: none !important;
  color: #000 !important; }
.block-nav-2 .nav-tabs .active a span, .block-nav-2 .nav-tabs a:hover span, .block-nav-2 .nav-tabs a:active span, .block-nav-2 .nav-tabs a:visited span {
  border-bottom: 4px solid #fd2106;
  padding-bottom: 7px; }


.cars-list .car {
  border: 1px solid #c9c9c9;
  padding: 25px;
  min-height: 330px;
  margin-bottom: 30px; }
  .cars-list .car img {
    width: 100%;
    margin-bottom: 25px; }
  .cars-list .car a {
    font-size: 14px;
    color: #0d57ff;
    font-weight: bold;
    text-decoration: underline; }

.img-left {
  margin: auto;
  text-align: right; }

footer {
  border-top: 2px solid #c9c9c9;
  padding: 20px;
  text-align: center;
  font-size: 15px; }
  footer a {
    color: #0d57ff;
    text-decoration: underline; }

.form-tab2 {
  margin-top: 25px;
  margin-bottom: 40px; }
  .form-tab2 select {
    width: 100%;
    height: 47px; }
  .form-tab2 .row {
    margin-top: 0; }

.list-part {
  padding: 0;
  list-style: none; }
  .list-part li {
    float: left;
    width: 45%;
    line-height: 33px;}
    .list-part li a {
      color: #000;
      font-size: 15px;
      font-weight: bold;
      text-decoration: underline grey; }

@media (min-width: 768px) {
.list-part li {
    line-height: 27px;
}
.list__item {
    margin-bottom: 10px;
}
}

.list-part-1,
.list-part-m {
  margin-bottom: 0;
}
.list-part-1 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.list-part-1 li,
.list-part-m li {
  float: none !important;
  border: 1px solid #c9c9c9;
  border-top: none;
  width: 100% !important;
}
.list-part-1 li a:hover,
.list-part-m li a:hover {
  background-color: #c9c9c9;
}
.list-part-1 li a,
.list-part-m li a {
  background-color: #fff;
  display: block;
  padding: 10px 15px;
}
.list-part-1 li:first-child,
.list-part-m li:first-child {
  border-top: 1px solid #c9c9c9;
}
.list-part-1 li:last-child,
.list-part-m li:last-child {
  padding-bottom: 0 !important;
}

.list-part-col .list-part-m li:first-child {
  border-top: 0 !important;
}
@media (min-width: 992px) {
  .list-part-m li {
    float: left !important;
    border: none;
  }
  .list-part-x li {
    width: 45% !important;
  }
  .list-part-m li a:hover {
    background-color: transparent;
  }
  .list-part-m li a {
    background-color: transparent;
    display: inline;
    padding: 0;
  }
  .list-part-m li:first-child {
    border-top: none;
  }
}


@media (min-width: 768px) {
    .left-column {
        padding-left: 0;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
  .right-column {
    padding-left: 20px;
    padding-right: 0;
  }
}

.block-nav .tab-pane ul li {
    padding-bottom: 0;
}

.list-part-last {
  padding: 0;
  list-style: none; }
  .list-part-last li {
    float: left;
    width: 45%;
    line-height: 24px;}
    .list-part-last li a {
      color: #000;
      font-size: 15px;
      text-decoration: underline grey; }

.position-list .sort a {
  color: #0d57ff;
  font-size: 15px;
  text-decoration: none; }
.position-list .item {
  margin-top: 20px;
  border: 1px solid #c9c9c9;
  padding: 25px; }
  .position-list .item img {
    width: 100%; }
  .position-list .item .price {
    font-size: 21px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px; }
  .position-list .item a {
    font-weight: bold;
    color: #0d57ff;
    text-decoration: underline; }
  .position-list .item .act-bloc {
    text-align: right; }

.item-desc {
  margin-bottom: 20px;
}
.item-price {
  text-align: center !important;
}

@media (min-width: 992px) {
  .item-desc {
    margin-bottom: 0;
  }
}

.table-grey thead {
  background-color: #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-weight: normal; }
.table-grey tbody {
  border: 1px solid #c9c9c9;
  border-top: none;
  font-weight: bold; }
  .table-grey tbody a {
    color: #0d57ff;
    text-decoration: underline; }
  .table-grey tbody .act {
    text-align: center; }
  .table-grey tbody .result {
    font-size: 16px; }

input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].css-checkbox + label.css-label {
  padding-top: 9px;
  padding-left: 33px;
  height: 30px;
  display: inline-block;
  line-height: 23px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer; }

input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -23px; }

label.css-label {
  background-image: url("../images/csscheckbox_e0b730d6530ee756808b298cc2c8ed12.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-order label {
  font-size: 13px;
  font-weight: bold; }
.form-order input[type=text] {
  width: 340px;
  height: 40px; }
.form-order a {
  color: #0d57ff;
  text-decoration: underline; }
.form-order .info-red {
  color: #fd2106; }
  .form-order .info-red span {
    color: #7c7c7c; }

.block-prod {
  border: 1px solid #c9c9c9;
  padding-top: 15px; }
  .block-prod .pano {
    margin-bottom: 25px; }
    .block-prod .pano img {
      width: 100%; }
  .block-prod .list-pano div>img {
    width: 90%;
    cursor: pointer; }
  .block-prod .list-pano div>img:nth-child(2n) {
    margin-left: 4%;
    margin-right: 4%; }
  .block-prod .list-pano div>img:nth-child(3n) {
    float: right;
    clear: both; }
  .block-prod .price-block {
    margin-top: 40px; }
    .block-prod .price-block .price {
      font-size: 21px;
      font-weight: bold;
      display: block;
      float: left;
      margin-right: 25px;
      padding-top: 8px;
      padding-bottom: 8px; }
    .block-prod .price-block .delyvr {
      display: block;
      clear: both;
      color: #000;
      font-size: 15px;
      margin-top: 50px;
      text-decoration: underline;
      font-weight: bold; }
  .block-prod .address {
    border-top: 1px solid #c9c9c9;
    padding-top: 25px; }
    .block-prod .address ul {
      list-style: none;
      margin-top: 0px;
      padding: 0px; }
    .block-prod .address li {
      font-weight: bold;
      font-size: 22px; }
    .block-prod .address table {
      font-size: 13px;
      width: 100%; }
    .block-prod .address a {
      color: #0d57ff;
      border-bottom: 1px dotted;
      text-decoration: none; }

@media (min-width: 1199px) {
  .s22t18 {
    font-size: 22px;
    float: right;
    text-align: right; }

  .block-nav .tab-pane li {
    width: 20%; }

  .block-nav .red-btn {
    padding: 10px 0px 9px 0;
    width: 20%; }
  .block-nav input {
    width: 80%;
    height: 100%;
    float: left;
    /*padding-top: 21px; Edit by Semenov A.*/
    padding-right: 12px;
    /*padding-bottom: 22px; Edit by Semenov A.*/
    padding-left: 12px; }
  .block-nav .nav {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }

  .cars-list .col-md-3:nth-child(4n+1) {
    clear: both; }

  .text-add .col-md-3, .text-add .col-md-9 {
    min-height: 230px; }
    .text-add .col-md-3 img, .text-add .col-md-9 img {
      margin-top: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .s22t18 {
    font-size: 20px;
    float: right;
    text-align: right; }

  .amount {
    text-align: right; }

  .block-nav .tab-pane li {
    width: 20%; }

  .cars-list .col-sm-4:nth-child(3n+1) {
    clear: both; }

  .text-add .col-md-3, .text-add .col-md-9 {
    min-height: 230px; }
    .text-add .col-md-3 img, .text-add .col-md-9 img {
      margin-top: 30px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .s22t18 {
    font-size: 18px;
    text-align: right; }

  .block-nav .red-btn {
    padding: 10px 0px 9px 0;
    width: 30%; }
  .block-nav input {
    width: 70%;
    height: 100%;
    float: left;
    /*padding-top: 21px; Edit by Semenov A.*/
    padding-right: 12px;
    /*padding-bottom: 22px; Edit by Semenov A.*/
    padding-left: 12px; }
  .block-nav .tab-pane li {
    width: 33%; }

  .block-nav .nav-tabs {
    border: none; }
    .block-nav .nav-tabs li {
      float: none;
      text-align: center;
      border: 1px solid #c9c9c9; }
      .block-nav .nav-tabs li a {
        font-size: 18px; }
    .block-nav .nav-tabs .active a {
      display: block;
      width: 100%;
      background-color: #c9c9c9 !important; }
      .block-nav .nav-tabs .active a span {
        border: none !important;
        padding: 0 !important; }
  .block-nav .tab-pane li {
    width: 33%; }

  .text-add .col-md-3, .text-add .col-md-9 {
    min-height: 230px; }
    .text-add .col-md-3 img, .text-add .col-md-9 img {
      margin-top: 30px; }

  .amount {
    text-align: right; } }

@media (min-width: 0px) and (max-width: 991px) {
  .s22t18 {
    font-size: 18px;
  }

  .s22t18 li {
    float: left;
    width: 50%;
    text-align: center;
  }
}

@media (min-width: 0px) and (max-width: 992px) {
  .block-info {
    padding-top: 25px !important; }

  .price-block {
    margin-top: 0 !important; }
    .price-block .price {
      padding-top: 0px !important; }

  .block-nav .red-btn {
    padding: 10px 0px 9px 0;
    width: 30%; }
  .block-nav input {
    width: 70%;
    height: 100%;
    float: left;
    /*top: 21px;  Edit by Semenov A.*/
    padding-right: 12px;
    /*padding-bottom: 22px; Edit by Semenov A.*/
    padding-left: 12px; }

  .amount {
    text-align: right; }

  .block-nav {
    border: none; }
    .block-nav .nav-tabs {
      border: none; }
      .block-nav .nav-tabs li {
        float: none;
        text-align: center;
        border: 1px solid #c9c9c9; }
        .block-nav .nav-tabs li a {
          font-size: 18px; }
      .block-nav .nav-tabs .active a {
        display: block;
        width: 100%;
        background-color: #c9c9c9 !important; }
        .block-nav .nav-tabs .active a span {
          border: none !important;
          padding: 0 !important; }
    .block-nav .tab-pane li {
      width: 50%; }
  
  .form-order input[type=text] {
      width: 100%;}

  footer {
    margin-top: 30px; }

  .text-add .img-left {
    text-align: center !important;
    margin-top: 10px; }
  .text-add .col-md-3 img, .text-add .col-md-9 img {
    margin-top: 10px; }

  .position-list .item .act-bloc {
    text-align: center !important; }
    .position-list .item .act-bloc button {
      width: 100%; }

  .address ul {
    margin-top: 25px !important; }
  .address li {
    float: left;
    text-align: left;
    width: 50%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .block-info {
    padding-top: 25px !important; }

  .price-block {
    margin-top: 0 !important; }
    .price-block .price {
      padding-top: 0px !important; }

  .address ul {
    margin-top: 25px !important; }
  .address li {
    float: left;
    text-align: left;
    width: 50%; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }

  .navbar-header {
    float: none; }
    .navbar-header button {
      float: none;
      margin-left: 45%; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; } }

.leftTree {
    //padding-top: 35px;
    margin-left: 30px;
    margin-right: 0px;
    display: none;
}
.leftTree > ul {
    padding-left: 0;
}
.leftTree ul {
    list-style: none;
}
.leftTree li {
    padding: 5px 0;
}
.leftTree li.active {
    color: #fd2106;
    font-weight: bold;
    font-size: 15px;
}
.leftTree a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
    font-size: 15px;
}

@media (min-width: 768px) {
.leftTree {
    display: block;
}
}

.back-top {
	z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 64px;
    height: 64px;
	color: #999;
    cursor: pointer;
    background: url('../images/arrow.jpg') no-repeat;
}

.news-list a {
  color: #0d57ff;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
.news-list a:hover {
  text-decoration: none;
}

.blockquote {
  border: none;
  padding: 0;
}
.blockquote__review {
  padding: 30px;
  font-style: italic;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.blockquote__review:before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  content: '“';
  font-size: 64px;
}
.blockquote__review:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 22px;
  content: '„';
  font-size: 64px;
}
.blockquote__author {
  border: none;
  text-align: left;
  padding: 0;
}

.review-carousel .item {
    padding: 0;
    min-height: 200px;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}
.review-carousel .carousel-control {
  width: 5%;
  background-image: none;
}
.review-carousel .carousel-indicators {
  bottom: -20px;
}
.review-carousel .carousel-indicators li {
  border: 1px solid #777;
  width: 12px;
  height: 12px;
  margin: 0 1px;
}
.review-carousel .carousel-indicators .active {
  background-color: #777;
}

.notification-carousel {
  margin-bottom: 20px;
}
.notification-carousel .item {
  padding: 0;
}
.notification-carousel .carousel-control {
  width: 5%;
  background-image: none;
}
.notification-carousel .carousel-indicators {
  bottom: -20px;
}
.notification-carousel .carousel-indicators li {
  border: 1px solid #777;
  width: 12px;
  height: 12px;
  margin: 0 1px;
}
.notification-carousel .carousel-indicators .active {
  background-color: #777;
}

.city .dropdown-menu {
  width: 250px;
  padding: 10px 0;
}
.city__input {
  padding: 0 10px;
}
.city__list {
  padding: 5px 25px;
}
.city__list div + div {
  margin-top: 7.5px;
}
.city__list a {
  font-size: 13px;
  color: #333;
}
.city__list a:hover {
  color: #000;
}

.re-pre-top-container {
  padding: 0;
}

.logo-block {
  margin-top: 10px;
}

.re-header {
  position: relative;
}

.market-and-time {
  display: none;
  position: static;
}

.logo-block {
  margin-bottom: 10px;
}

.open-hours {
  margin-top: 7.5px;
}

@media (min-width: 350px) {
  .open-hours {
    margin-top: 15px;
  }
}

@media (min-width: 500px) {
  .open-hours {
    margin-top: 20px;
  }
}

.navbar {
  min-height: 0;
  //border-top: none;
}

@media (min-width: 1140px) {
  .market-and-time {
    padding-left: 25px;
  }
}

@media (min-width: 992px) {

  .timetable {
    display: none !important;
  }

  .market-and-time {
    display: block !important;
    margin-bottom: 20px !important;
  }

  .logo-block {
    padding: 5px 0 0 0;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .re-header {
    padding-top: 35px;
  }

  .re-pre-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #c9c9c9;
  }

  .re-pre-top-container {
    padding: 0 15px;
  }

  .re-pre-top-nav {
    float: right;
    margin-right: 7.5px;
  }

  .re-pre-top-nav__link {
    padding: 0 !important;
    margin: 7.5px 7.5px;
    font-weight: normal !important;
    color: #555 !important;
    font-size: 13px !important;
    border: none !important;
  }

  .re-pre-top-nav__link:hover {
    border: none !important;
    color: #000 !important;
  }
}

.flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}

.toggler {
  position: absolute;
  top: 12px;
  right: 30px;
}

.open-hours {
  text-align: left !important;
}

@media (min-width: 350px) {
  .toggler {
    top: 18px;
  }
}

@media (min-width: 500px) {
  .toggler {
    top: 25px;
  }
  .open-hours {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .logo-img {
    margin-top: 5px;
  }
  .toggler {
    display: none;
  }
}

.toggler:hover {
  cursor: pointer;
}

.toggler__line {
  display: block;
  margin: .45rem auto;
  width: 3rem;
  height: .45rem;
  background-color: #000000;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.toggler_active .toggler__line:nth-child(2) {
  opacity: 0;
}

.toggler_active .toggler__line:nth-child(1) {
  -webkit-transform: translateY(.9rem) rotate(45deg);
  -ms-transform: translateY(.9rem) rotate(45deg);
  transform: translateY(.9rem) rotate(45deg);
}

.toggler_active .toggler__line:nth-child(3) {
  -webkit-transform: translateY(-.9rem) rotate(-45deg);
  -ms-transform: translateY(-.9rem) rotate(-45deg);
  transform: translateY(-.9rem) rotate(-45deg);
}

.city-changer {
  position: absolute !important;
  top: -35px;
  left: 30px;
  z-index: 123;
}

.city-changer .current-city-link {
  line-height: 35px;
}

.padding-md {
  padding: 0;
}

.padding-mdd {
  padding: 0;
}

.navbar-md {
  padding: 0 30px;
}

@media (min-width: 992px) {
  .padding-md {
    padding: 0 15px;
  }

  .padding-mdd {
    padding: 0 30px;
  }

  .navbar-md {
    padding: 0 15px;
  }
}

.navbar-top {
  position: static;
  margin-bottom: 5px;
}

@media (min-width: 500px) {
  .navbar-top {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .p20 {
    padding: 0 20px;
  }

  .navbar-top {
    margin-bottom: 30px;
  }
}

.block-nav-11 {
  padding: 20px 20px 5px 20px;
}

h1 {
  margin-bottom: 20px;
}

.re-title {
  padding-bottom: 5px;
  border-bottom: 2px solid #c9c9c9;
}

.btn-i {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: normal !important;
  background-color: transparent;
}

.re-content {
  padding: 0 30px;
}
.re-content-inner {
  //margin: 0 -15px;
}

@media (min-width: 992px) {
  .re-content {
    padding: 0;
  }

  .re-content-inner {
    margin: 0 0;
  }
}

.pprice {
  text-align: center;
}

.pprice .price {
  margin: 20px 25px !important;
  padding: 0 !important;
  float: none !important;
}

.re-deli {
  text-align: center;
}

@media (min-width: 992px) {
  .pprice {
    text-align: left;
  }
  .pprice .price {
    margin: 10px 25px !important;
    float: left !important;
  }
  .pprice .price:after {
    content: "";
    display: block;
    clear: both;
  }

  .re-deli {
    text-align: left;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

.bottom-footer {
  padding: 40px 0 30px 0;
}

.footer-links {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}
.footer-links > div {
  padding: 0 10px;
}

.icon-link {
  font-size: 12px;
  text-decoration: none;
  color: #bbbbbb;
}
.icon-link:hover {
  color: #4a76a8;
}
.icon-link-bg {
  color: #cccccc;
}
.icon-link:hover .icon-link-bg {
  color: #4a76a8;
}
.croot-container {
  margin: 20px -20px 15px -20px;
}
//.croot-container.nom {
//  margin: 0 0 15px 0;
//}
.croot-container:after {
  display: block;
  content: '';
  clear: both;
}
.croot-col ul {
  padding: 0 20px !important;
}
.croot-col + .croot-col {
  margin-top: -1px;
}
@media (min-width: 992px) {
  .croot-container {
    margin: 0 0 15px 0;
  }
  .croot-container.nom {
    margin: -20px -20px 15px -20px !important;
  }

  .croot-col {
    width: 20%;
    float: left;
  }
  .croot-col ul {
    padding: 20px !important;
  }
  .croot-col + .croot-col {
    margin-top: 0;
  }
}

.gal {
  max-height: calc(80vw * 0.75);
  overflow: hidden;
}

@media (min-width: 975px) {
  .gal {
    max-height: 287px;
  }
}

@media (min-width: 1200px) {
  .gal {
    max-height: 353px;
  }
}



/*# sourceMappingURL=main.css.map */
