/*CATEGORY: shvedskij-stol*/
.darkbluebg {
  background: #005aaa;
  color: #fff;
}

p.zagolovok-tr {
  border-left: 15px solid #faa634;
  padding-left: 10px;
  font-weight: bold;
}

div.zagolovok-tr {
  border-left: 15px solid #faa634;
  padding-left: 30px;
}

  .zagolovok-tr {
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: left !important;
  }

.shvedmenu-top>.row {
  margin-left: -5px;
  margin-right: -5px;
}

.maysqa-blue {
  position: relative;
  height: 300px;
  display: block;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 3px;
  overflow: hidden;
}

.maysqa-blue:hover {
  opacity: 0.8;
}

.maysqa-blue_shv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}


.maysqa-blue>.parr-blue {
  position: absolute;
  top: 13px;
  margin: 0;
  width: calc(100% - 6px);
  padding: 8px 10px 7px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  background: #0a508c;
}

@media (min-width: 992px) {
  .maysqa-blue>.parr-blue-bottom {
    top: auto;
    bottom: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .maysqa-blue>.parr-blue-bottom-md {
    top: auto;
    bottom: 13px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .maysqa-blue>.parr-blue-bottom-sm {
    top: auto;
    bottom: 13px;
  }
}

@media (max-width: 479px) {
  .maysqa-blue>.parr-blue-bottom-xs {
    top: auto;
    bottom: 13px;
  }
}

@media (max-width: 500px) {
  .maysqa-blue>.parr-blue {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    letter-spacing: 0;
  }
}



.bg-gray {
  background-color: #f4f4f4;
}

.bg-orange {
  background-color: #faa634;
}

.wideblock {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}

.wideblock>h3 {
  margin-top: 5px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #11a3ee;
}

.wideblock>.center {
  display: block;
  text-align: center;
}

.shvedmenu {
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.shvedmenu-item {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  margin: 0 0 5px 0;
}

.shvedmenu-item>img {
  position: absolute;
  margin: 3px 0 0 20px;
}

.shvedmenu-item>.text {
  padding: 0 120px 0 90px;
}

.shvedmenu-item>.text>.head {
  font-size: 18px;
  padding-bottom: 4px;
}

.shvedmenu-item>a {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 110px;
  height: 100%;
  padding: 0 10px;
  background-color: #92b638;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.shvedmenu-item>a:hover,
.shvedmenu-item>a:focus {
  background-color: #a0c14b;
  text-decoration: none;
}

.shvedmenu-item>a img {
  margin: 0 0 4px 0;
}

.shvedmenu-item>a span {
  font-size: 12px;
  line-height: 13px;
  padding-top: 2px;
  color: white;
  display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shvedmenu-item>img {
    margin-left: 10px;
  }

  .shvedmenu-item>a {
    width: 80px;
  }

  .shvedmenu-item>.text {
    padding: 0 90px 0 70px;
    font-size: 13px;
  }

  .shvedmenu-item>.text>.head {
    font-size: 16px;
  }
}

@media (max-width: 650px) {
  .shvedmenu-item>a {
    width: 40px;
  }

  .shvedmenu-item>a>span {
    display: none;
  }

  .shvedmenu-item>.text {
    padding-right: 55px;
  }
}

.shvedmenu .maysq {
  margin-left: -5px;
  margin-right: -5px;
}

.shvedmenu .maysq>div {
  padding: 3px;
}

.shvedmenu .maysq {
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
  flex-wrap: wrap;
}
.shvedmenu .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}
.shvedmenu>.col-md-6:first-child {
  margin-bottom: 32px;
}
.shvedmenu .col-md-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}
.shvedmenu .col-md-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}
.shvedmenu>.col-md-6 {
  width: 100%;
}

.shvedmenu>div:first-child {
  padding-left: 0;
  padding-right: 0;
}

.shvedmenu>div:last-child {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .shvedmenu>div:first-child {
    padding-right: 5px;
    padding-left: 0;
  }
.shvedmenu>.col-md-6:first-child {
  margin-bottom: 0;
}
.shvedmenu .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}
.shvedmenu .col-md-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}
.shvedmenu .col-md-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

  .shvedmenu>div:last-child {
    padding-left: 5px;
    padding-right: 0;
  }
}



.shvm {
  position: relative;
  height: 220px;
  display: block;
  transition: all 0.5s;
}

.shvm:hover {
  opacity: 0.8;
}

.shvm img {
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 767px) {
  .shvedmenu>div:last-child {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .shvm-thin {
    height: 133px;
  }
}

.shvedmenu-top .maysq {
  display: flex;
  flex-wrap: wrap;
}

.shvedmenu-top .col-md-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}
.shvedmenu-top .col-md-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}
.shvedmenu-top .col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 991px) {
  .shvedmenu-top .col-md-5,
  .shvedmenu-top .col-md-4,
  .shvedmenu-top .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .shvedmenu-top .col-md-5,
  .shvedmenu-top .col-md-4,
  .shvedmenu-top .col-md-3 {
    width: 100%;
  }
}