.content_menu ul.menu a {
  font-size: 15px;
}

.reviews-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.reviews-list .review {
  border: 1px solid #f1f1f1;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 7px;
}

.review-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.review-filter > div {
  margin-right: 5px;
  margin-bottom: 7px;
  max-width: 240px;
}
.review-filter > div > span {
  max-width: 100%;
}
.review-filter ul li:before,
.select2-container ul li:before {
  content: '';
  display: none;
}
.review-filter.learn > div {
  width: 20%;
  margin-right: 0;
}
.review-filter.learn > div > span {
  width: 95% !important;
}
.select2-container .select2-selection--single {
  height: 32px;
}
.forum-action-links .fancy {
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  background-color: #96123f;
  -webkit-border-radius: 2px;
  color: white;
  display: inline-block;
  height: 30px;
  line-height: 32px;
  clear: both;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.forum-action-links .fancy a {
  color: white;
  text-decoration: none;
}

/* 31. 01. 2023 */
.specials_slider_wrapp {
  margin-top: 30px;
}

.wrapper-home-page .front_slider_wrapp .flex-viewport {
  width: 100%;
  margin-bottom: -70px;
  margin-top: 20px;
}

.wrapper-home-page .front_slider .image-home img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.wrapper-home-page .front_slider_wrapp .front_slider .image {
  vertical-align: baseline;
  position: relative;
  width: 26%;
  padding: 8px 0 0 30px;
}

.wrapper-home-page .front_slider_wrapp .extended_pagination {
  margin-bottom: 25px;
  margin-top: 15px;
  width: auto;
  max-width: 300px;
}

.wrapper-home-page .front_slider_wrapp .extended_pagination > li.active i {
  border-bottom-width: 46px !important;
  border-top-width: 46px !important;
}

.wrapper-home-page .front_slider .info img {
  margin-right: 10px;
}

.wrapper-home-page .front_slider .price {
  font-size: 32px;
  line-height: 34px;
}

.wrapper-home-page .index_bottom .info_column .about_column,
.index_bottom .info_column .news_column {
  width: 100%;
}

.wrapper-home-page .b24-form-padding-side {
  padding: 14px 0px;
}

.wrapper-home-page .b24-form-border-bottom {
  margin-left: 0px;
}

.wrapper-home-page .b24-form-wrapper {
  max-width: 100%;
}

@media (max-width: 991px) {
  .wrapper-home-page .front_slider_wrapp .front_slider .image {
    min-width: 300px;
  }
}

@media (max-width: 768px) {
  .wrapper-home-page .front_slider_wrapp .front_slider .image,
  .wrapper-home-page .info {
    display: block;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 768px) {
  .wrapper-home-page .info {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .wrapper-home-page .front_slider_wrapp .front_slider .image {
    margin: 0 auto;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .wrapper-home-page .front_slider_wrapp .flex-viewport {
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .wrapper.basket_normal.head_type_2 #header .middle-h-row .basket_wrapp .header-cart-block {
    min-width: 96px;
  }
}

@media (max-width: 600px) {
  #header .middle-h-row .logo_wrapp .logo {
    min-width: 140px;
  }
}

@media (max-width: 768px) {
  .wrapper-home-page .front_slider_wrapp .front_slider .image img {
    max-width: 240px;
  }
}

@media (max-width: 768px) {
  .wrapper-home-page .front_slider_wrapp .extended_pagination {
    display: none;
  }
}

.wrapper-home-page .front_slider_wrapp .front_slider .image .read_more {
  position: absolute;
  bottom: 85px;
  left: calc(50% + 30px);
  max-width: 300px;
  min-width: 200px;
  transform: translate(-50%, 0%);
}

.wrapper-home-page .front_slider_wrapp .front_slider .image .price_block {
  width: 100%;
  position: absolute;

  bottom: 140px;
  left: calc(50% + 30px);
  max-width: 300px;

  transform: translate(-50%, 0%);
}

@media (max-width: 768px) {
  .wrapper-home-page .front_slider_wrapp .front_slider .image .price_block,
  .wrapper-home-page .front_slider_wrapp .front_slider .image .read_more {
    position: static;
    padding-left: 0px;
    transform: translate(0%, 0%);
    max-width: auto;
  }
}

@media (max-width: 768px) {
  .wrapper-home-page .front_slider_wrapp .front_slider .image .price_block {
    margin: 0 auto;
  }
}

/*header 01.02.23*/

.top-h-row {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}

#header {
  position: sticky;
  top: 20px;
  left: 0;
  background: #fff;
}

/*menu 22.02.23*/
#header .catalog_menu .child {
  margin-left: 0 !important;
  width: 100%;
}

ul.menu li .child .child_wrapp {
  white-space: normal;
  max-height: 312px;
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 4px 45px 7px rgba(1, 13, 22, 0.38);
  -moz-box-shadow: 0px 4px 45px 7px rgba(1, 13, 22, 0.38);
  box-shadow: 0px 4px 45px 7px rgba(1, 13, 22, 0.38);
}

ul.menu li .child .child_wrapp::-webkit-scrollbar {
  height: 100%;
  width: 4px;
  background: #d0d0d0;
}

ul.menu li .child .child_wrapp::-webkit-scrollbar-thumb {
  background-color: #b41d52;
}

ul.menu .child,.breadcrumbs .dropdown_wrapp {

  position: absolute;
  left: 50%;
  max-width: 980px;
  transform: translate(-50%, 0%);
}

.cases_block {
  margin-top: 58px;
  margin-bottom: 58px;
}
.cases_block-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.cases_block-title div {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.cases_block-title a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.cases_block-items {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
.cases_block-items a {
  height: 100%;
  width: 100%;
}
.cases_block-buttons a {
  text-align: center;
  color: #fff;
  box-shadow: 0px -1px 0 #c33364 inset;
  -moz-box-shadow: 0px -1px 0 #c33364 inset;
  -o-box-shadow: 0px -1px 0 #c33364 inset;
  -webkit-box-shadow: 0px -1px 0 #c33364 inset;
  font-family: "elektra_text_probold", Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0 15px;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: linear-gradient(to bottom, #c42561 0%,#9b0f39 100%);
}
.cases_block-buttons a:hover {
  background: linear-gradient(to bottom, #848484 0%,#464646 100%) !important;
  
  box-shadow: 0px -1px 0 #555 inset;
  -moz-box-shadow: 0px -1px 0 #555 inset;
  -o-box-shadow: 0px -1px 0 #555 inset;
  -webkit-box-shadow: 0px -1px 0 #555 inset;
}

@media (max-width: 768px) {
  .cases_block-items {
    grid-template-columns: repeat(4, 1fr);
  }  
}
@media (max-width: 540px) {
  .cases_block-items {
    grid-template-columns: repeat(3, 1fr);
  }  
}
@media (max-width: 425px) {
  .cases_block-items {
    grid-template-columns: repeat(2, 1fr);
  }  
  .cases_block-buttons a {
    width: 100%;
  }
}

/*09.03.2023 cards*/


@media (max-width: 425px) {
    
  .cases_block .cases_block-items a {
    width: 200px;
  }
  
  .cases_block .cases_block-items a {
    width: 200px;
  }

  .cases_block .cases_block-items {
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    margin-right: -10px;
  }
}

.menu .child_wrapp span{
  display: flex;
  align-self: flex-start;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  margin-right: 20px;
}

ul.menu .child_wrapp > a{
  margin: 10px 0;
  display: flex !important;
  align-items: center;
}

.cases_block-items a:nth-child(n + 6){
  display: none;
}

/* 22.03.2023 */

.main-block-t{
  display: flex;
  flex-direction: column;
}

.wrapper-home-page .front_slider_wrapp .front_slider .image .price_block{
  position: static;
  transform: translate(0%, 0%);
  max-width: auto;
}
.wrapper-home-page .front_slider_wrapp .front_slider .image .read_more{
  position: static;
  transform: translate(0%, 0%);
  max-width: auto;
}

.main-offers {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;

}

.wrapper-home-page .front_slider_wrapp .front_slider .image .price_block {
  margin: 0 auto;
}

.main-wrapp{
  margin-bottom: 60px;
}

.wrapper-home-page .front_slider_wrapp .front_slider .image{
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .main-wrapp {
    margin-bottom: 0px;
  }

  .main-offers{
    position: static;
  }

  .wrapper-home-page .front_slider_wrapp .front_slider .image{
    padding-bottom: 0px;
  }
}

#header .catalog_menu .child {
  padding-top: 9px;
}

#header .catalog_menu li .space {
  top: 18px;
  transform: rotate(-180deg);
  left: calc(50% - 7px);
}

.list_item td.image {
  position: relative;
}

/* 31.03.23 добавление треугольников */

.wrapper.head_type_2 #header .catalog_menu {
  display: block;
  max-width: 980px;
  overflow-x: clip;
}

#header .catalog_menu ul.menu > li:hover > a:before{
  content: '';
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -15px;
  position: absolute;
  z-index: 10000;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #cc517b;
}

#header .catalog_menu ul.menu > li:nth-child(n + 5) a:before{
  display: none;
}

#header .catalog_menu ul.menu{
  overflow: visible;
}

#header .catalog_menu li .space {
  display: none;
}

ul.menu .child .child_wrapp > a, ul.menu .child .child_wrapp .depth3 > a {
  text-decoration: none !important;
}


.top_slider_wrapp .slides .target{
  display: block;
  width: 100%;
  height: 100%;
}

/* 24.04.23 отступы на мобилке */

@media (max-width: 600px){
  body .wrapper .top_slider_wrapp {
    margin-top: -3px !important;
  }

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

  .front_slider_wrapp {
    margin-top: 0px;
  }

  .wrapper-home-page .index_bottom {
    margin-bottom: -60px;
  }
}




/* новый блок 23.05.23 */
.block-main a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
}
.block-main a:hover {
  text-decoration: none;
}

.block-main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-main img {
  vertical-align: top;
}

.block-main img {
  max-width: 100%;
  max-height: 100%;
}

.block-main ul,
h2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-main {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-main {
  margin-bottom: 20px;
  font: 400 15px 'Arial', sans-serif;
  line-height: 1.1;
}
.block-main p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.63);
}
.block-main p:not(:last-child) {
  margin-bottom: 20px;
}
.block-main p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.8);
}
.block-main h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}
.block-main ul {
  margin-bottom: 30px;
}
.block-main li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.63);
  padding-left: 20px;
  position: relative;
}
.block-main li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #b01a4d;
  border-radius: 50%;
  left: 0px;
  top: 8px;
}
.block-main__advantages {
  margin-bottom: 40px;
}
.block-main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 600px) {
  .block-main__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.cart-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.cart-block__item {
  background: rgba(217, 217, 217, 0.29);
  border-radius: 10px;
  overflow: hidden;
  min-width: 270px;
  padding: 13px 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(50% - 20px);
  margin: 10px;
}

.cart-block__header {
  background: #ffffff;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

.cart-block__img {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-block__description {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
}

.cart-block__text {
  padding: 25px 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.75);
}

.advantages-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantages-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
  margin: 5px;
  min-width: 140px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.advantages-block__number {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}
.advantages-block__number span {
  font-size: 20px;
  font-family: Arial, serif;
}

.advantages-block__description {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}

.main-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background: transparent;
  height: 50px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px;
  cursor: pointer;
  min-width: 220px;
}

header .center_block a {
  display: none;
}

.main-basket {
  display: flex;
}

.main-basket a {
  display: flex !important;
  align-items: center;
  /*padding: 0 57px !important;*/
}
.main-img-basket {
  width: 20px;
  height: 20px;
}

#header .middle-h-row .center_block {
  width: 100%;
  padding: 23px 0px 0 10px;
}

.depth3 a {
  color: #fff !important;
}

.child_wrapp--main {
  background: #555 !important;
}

.wrapper.head_type_2 #header .middle-h-row .center_block .search {
  width: 40%;
  margin-left: auto;
}

.top-h-row {
  background: #f1f1f1;
}

#header .middle-h-row tr {
  display: flex;
  align-items: center;
}

#header .logo_wrapp {
  max-width: 200px;
}


.basket_normal.main-block a{
  display: flex;
  align-items: flex-start;
}

#header .basket_wrapp {
  max-width: 191px;
  margin-top: 0;
  padding-top: 0;
  min-width: 140px;
  position: relative;
  top: -2px;
}

#header .middle-h-row .basket_wrapp .header-cart-block {
  margin-top: 0px;
}
#header .middle-h-row .center_block {
  padding: 0px 0px 0 10px;
}

#header .middle-h-row .basket_wrapp {
  margin-top: 0px;
  padding-top: 0px;
}

#header .middle-h-row .logo_wrapp .logo {
  min-height: 0;
}


@media screen and (max-width: 600px) {
  #header .basket_wrapp {
    max-width: 182px;
  }
}

@media screen and (max-width: 550px) {
  #header .middle-h-row .logo_wrapp .logo {
    max-width: 140px;
  }

  #header .basket_wrapp {
    max-width: 140px;
    margin-left: auto;
    min-width: 140px;
  }
}


/* стили для слайдера */

.top_slider_wrapp .slides .box{
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 400px !important;
}


.top_slider_wrapp .text, .top_slider_wrapp .img{
  height: auto !important;
}

@media (max-width: 950px){
  body .wrapper .top_slider_wrapp .flexslider .slides > li td{
    height: auto !important;
  }
}

@media (max-width: 768px){
  body .wrapper .top_slider_wrapp .flexslider .slides > li td{
    height: auto !important;
  }
}

.top_slider_wrapp .slides a{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-btn{
  text-align: center;
  color: #fff;
  box-shadow: 0px -1px 0 #c33364 inset;
  -moz-box-shadow: 0px -1px 0 #c33364 inset;
  -o-box-shadow: 0px -1px 0 #c33364 inset;
  -webkit-box-shadow: 0px -1px 0 #c33364 inset;
  font-family: 'elektra_text_probold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0 15px;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: linear-gradient(to bottom, #c42561 0%, #9b0f39 100%);
}

@media screen and (min-width: 1024px) {
  .main-btn:hover{
    background: linear-gradient(to bottom, #848484 0%, #464646 100%) !important;
    box-shadow: 0px -1px 0 #555 inset;
    -moz-box-shadow: 0px -1px 0 #555 inset;
    -o-box-shadow: 0px -1px 0 #555 inset;
    -webkit-box-shadow: 0px -1px 0 #555 inset;
    color: #fff;
  }
}


/* basket */
.main-basket{
  display: inline-flex !important;
  overflow: hidden;
  width: 100%;
  max-width: 136px;
}

.main-img-basket {
  min-height: 15px;
  min-width: 15px;
  width: 15px;
  height: 15px;
  align-self: center;
}

@media screen and (max-width: 944px) {
  .main-img-basket {
    min-height: 15px;
    min-width: 15px;
  }
}

.main-basket .main-basket-text{
  font-size: 13px;
  margin-left: 5px;
  margin-top: 2px;
}

@media screen and (max-width: 944px) {

  .main-basket .main-basket-text{
    font-size: 11px;
    margin-left: 5px;
  }

  #header .catalog_menu ul.menu > li > a {
    padding: 0 10px !important;
  }
}

.main-basket a{
  transition: 0.3s;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #header .catalog_menu ul.menu .main-basket:hover > a {
    background: linear-gradient(to bottom, #c42561 0%,#dd4d87 0%,#cd2d64 100%) !important;
  }
}

#header .catalog_menu ul.menu .stretch {
  display: none;
}

#header .catalog_menu ul.menu .child_wrapp  .depth3 .main-img-basket, #header .catalog_menu ul.menu .child_wrapp  .depth3 .main-basket-text{
  display: none !important;
}


@media screen and (max-width: 600px) {
  
  .main-img-basket{
    position: static !important;
    min-height: 20px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .basket_normal .lang-link {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 15px;
  }
}

.wrapper.head_type_2 #header .middle-h-row .center_block .search {
  width: 80%;
}

.top_slider_wrapp .flexslider .slides > li {
    position: relative;
}

@media (max-width: 950px){
  body .top-h-row .phone {
    display: none;
  }

  body .top-h-row ul.menu {
    width: auto;
  }

  .top-h-row {
    padding-top: 5px;
  }
}

/* стили добавочные для меню на разрешении */

@media screen and (max-width: 760px) {
  #header .catalog_menu ul.menu > li > a {
    padding: 0 5px !important;
  }

  #header .catalog_menu ul .main-basket{
    max-width: 96px;
  }
}

@media screen and (max-width: 680px) {
  #header .catalog_menu ul .main-basket{
    max-width: 106px;
  }
}

@media screen and (max-width: 656px) {
  #header .catalog_menu ul .main-basket{
    max-width: 93px;
  }
}

/* Отступ кнопки Бесплатная консультация на главной */

.container-button--index {
    margin-bottom: 35px;
}

/* кнопка оплаты */

#paysystem-yandex-form .btn-lg.btn-success{
  border-radius: 32px;
  padding: 13px 40px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
  background: #ff4161 !important;
  text-transform: inherit;
  font-size: 20px;
  min-width: 200px;
}

@media screen and (max-width: 600px) {
  #paysystem-yandex-form .btn-lg.btn-success{
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  #paysystem-yandex-form .btn-lg.btn-success:hover{
    background: linear-gradient(to bottom, #848484 0%, #464646 100%) !important;
    box-shadow: 0px -1px 0 #555 inset;
    -moz-box-shadow: 0px -1px 0 #555 inset;
    -o-box-shadow: 0px -1px 0 #555 inset;
    -webkit-box-shadow: 0px -1px 0 #555 inset;
  }
}

.container-button--forum .marquiz__container {
    margin-top: 40px;
}

body .forum_post_form{
  padding-top: 0;
}

body .forum_post_form .forum-header-box {
  margin-top: 40px;
}


