.curency {

    margin-left: -15px;
}
.home-catalog {
    #margin-bottom: 100px;
}
.home-catalog__header {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 37px;
    margin-bottom: 40px;
    color: rgb(39, 35, 35);;
}
.home-catalog__items {
    align-items: stretch;
}
.home-catalog__item {
    background-color: rgb(248, 249, 250);
    background-position-x: calc(100% + 10px);
    background-position-y: 0;
    background-repeat: no-repeat;
    border-radius: 4px!important;
    padding: 30px 234px 30px 40px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}


.home-catalog__item_doors {
    background-image: url(/image/catalog/menu/y1.svg);
}
.home-catalog__item_interior-doors {
    background-image: url(/image/catalog/menu/y2.svg);
}
.home-catalog__item_interior-doors-3 {
    background-image: url(/image/catalog/menu/y3.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-4 {
    background-image: url(/image/catalog/menu/y4.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-5 {
    background-image: url(/image/catalog/menu/k005.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-6 {
    background-image: url(/image/catalog/menu/k006.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-7 {
    background-image: url(/image/catalog/menu/k007.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-8 {
    background-image: url(/image/catalog/menu/k008.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-9 {
    background-image: url(/image/catalog/menu/k009.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-10 {
    background-image: url(/image/catalog/menu/k0010.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-12 {
    background-image: url(/image/catalog/menu/k0012.svg);
	margin-bottom: 20px;
}
.home-catalog__item_interior-doors-13 {
    background-image: url(/image/catalog/ikonki/len.svg);
	margin-bottom: 20px;
}
.home-catalog__name {
    display: block;
    color: rgb(39, 35, 35);;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}
.home-catalog__button {
	display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid rgb(243, 112, 33);
    border-radius: 4px !important;
    color: rgb(255 255 255);
    padding: 12px 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    background: rgb(243, 112, 33);
}
.home-catalog__button span {
    display: block;
}
.home-catalog__button svg {
    display: block;
    width: 14px;
    height: 14px;
    stroke: rgb(243, 112, 33);
    margin-left: 11px;
}
.home-catalog__button:hover {
    border-color: rgb(39, 35, 35);;
    color: rgb(39, 35, 35);;
    text-decoration: none;
}
.home-catalog__button:hover svg {
    stroke: rgb(39, 35, 35);;
}
.home-catalog__button:active {
    border-color: rgb(243, 112, 33);
    background-color: rgb(243, 112, 33);
    color: #fff;
}
.home-catalog__button:active svg {
    stroke: #fff;
}

@media (max-width: 768px) {
    .home-catalog {
        #margin-bottom: 60px;
    }
    .home-catalog__header {
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .home-catalog__item {
        padding: 20px 135px 20px 20px;
        height: 110px;
        background-size: 100px auto;
        background-position-x: calc(100% - 18px);
        background-position-y: 2px;
    }
    .home-catalog__item_doors {
        margin-bottom: 20px;
    }
    .home-catalog__name {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }
    .home-catalog__button {
        padding: 5px 5px;
    }
    .home-catalog__button span {
        white-space: nowrap;
    }
}


.home-doors {
    margin-bottom: 0px;
}
.home-doors__header {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 40px;
    color: rgb(39, 35, 35);;
}
.home-doors__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-doors__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7c7474;
    border-radius: 4px!important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #7c7474;
    text-decoration: none;
    padding: 15px 36px;
}
.home-doors__button:hover {
    border-color: rgb(243, 112, 33);
    color: rgb(243, 112, 33);
    text-decoration: none;
}
.home-doors__button:active {
    color: #fff;
    background: rgb(243, 112, 33);
}
.home-doors__button_red {
    border-color: rgb(243, 112, 33);
    background: var(--button-gradient);
    color: #fff;
}
.home-doors__button_red:hover {
    box-shadow: 0 0 10px rgba(232, 66, 52, 0.6);
    color: #fff;
}
.home-doors__button_red:active {
    background: rgb(243, 112, 33);
    color: #fff;
}
.home-doors__button + .home-doors__button {
    margin-left: 20px;
}
.home-doors__items .viewed-item {
    padding-bottom: 30px;
}
.home-doors__items .prod-item {
    width: 100%;
}

.home-doors__items .detail-buttons .button-info {
    display: none;
}
.home-doors__swiper-buttons {
    position: absolute;
    right: 0;
    top: -80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.home-doors__swiper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0 none;
    width: 46px;
    height: 46px;
    border-radius: 4px!important;
    background: rgb(248, 249, 250);
    cursor: pointer;
}
.home-doors__swiper-button svg {
    display: block;
    width: 10px;
    height: 18px;
    fill: #7c7474;
}
.home-doors__swiper-button_next {
    margin-left: 20px;
}
.home-doors__swiper-button_prev svg {
    transform: scaleX(-1);
}
.home-doors__swiper-button:hover svg {
    fill: rgb(243, 112, 33);
}
.home-doors__swiper-button:active {
    background: rgb(243, 112, 33);
}
.home-doors__swiper-button:active svg {
    fill: #fff;
}
.home-doors__pagination {
    display: none;
}
.home-tabs + .home-tabs {
    margin-top: 100px;
}
.home-tabs__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.home-tabs__tab {
display: block;
    border: 1px solid #fff;
    color: rgb(39, 35, 35);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0.25rem!important;
    padding: 10px 34px;
    text-decoration: none;
    border-color: #eee;
}
.home-tabs__tab + .home-tabs__tab {
    margin-left: 20px;
}
.home-tabs__tab:hover {
    text-decoration: none;
    color: rgb(39, 35, 35);;
}
.home-tabs__tab_active {
    border-color: rgb(196, 38, 46);
    color: rgb(39, 35, 35);
    font-weight: 500;
}
.home-tabs__pane {
    display: none;
    position: relative;
}
.home-tabs__pane_active {
    display: block;
}

.home-categories__item {
    margin-bottom: 25px;
}
.home-categories__link {
	display: block;
    padding: 20px 20px 0 20px;
    background-color: #ffffff;
    border-radius: 0.25rem!important;
    color: rgb(39, 35, 35);
    text-decoration: none;
    border: 1px solid #eee;	
}
.home-categories__link:hover {
    color: rgb(243, 112, 33);
    text-decoration: none;
	border:1px solid rgb(196, 52, 52);
}
.home-categories__link:active {
    background-color: #fff;
    color: rgb(243, 112, 33);
	border:1px solid rgb(196, 52, 52);
}
.home-categories__link_all {
	background-color: #ffffff;
    color: rgb(39, 35, 35);
    border: 1px solid rgb(196, 52, 52);
}
.home-categories__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
	text-align: center;
}
.home-categories__image {
	height: 200px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;

}

@media (max-width: 768px) {
    .home-doors {
        margin-bottom: 0px;
    }
    .home-doors__header {
        font-weight: 700;
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .home-doors__buttons {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        margin-top: 10px;
    }
    .home-doors__button + .home-doors__button {
        margin: 20px 0 0 0;
    }
    .home-doors__swiper-buttons {
        display: none;
    }
    .home-tabs + .home-tabs {
        margin-top: 40px;
    }
    .home-tabs__tabs {
        margin-bottom: 30px;
		    overflow: auto;
    }
    .home-tabs__tab {
        font-size: 13px;
        line-height: 15px;
        padding: 10px 16px;
		text-align: center;
    }
    .home-tabs__tab + .home-tabs__tab {
        margin-left: 8px;
    }
    .home-categories__item {
        margin-bottom: 20px;
    }
    .home-categories__link {
        padding: 15px 15px 0 15px;
    }
    .home-categories__name {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    height: 40px;
    margin: 0;
	text-align:center;
    }
    .home-categories__image {
        height: 135px;
        width: 100%;
    }
}


.you-get {
    margin-bottom: 0px;
   background:rgb(248, 249, 250);
    border-radius: 4px!important;
    padding: 50px;
}
.you-get__header {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 45px;
    margin-bottom: 20px;
	color: rgb(39, 35, 35);;
}
.you-get__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.you-get__icon {
    margin-bottom: 20px;
}
.you-get__icon svg {
    display: block;
    width: 100px;
    height: 100px;
}
.you-get__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
	color: rgb(39, 35, 35);;
}
.you-get__description {
	font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #543c31;
}

@media (max-width: 768px) {
    .you-get {
        padding: 20px 20px 28px 20px;
        margin-bottom: 0px;
    }
    .you-get__header {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .you-get__item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }
    .you-get__item + .you-get__item {
        margin-top: 20px;
    }
    .you-get__icon {
        margin: 0 20px 0 0;
    }
    .you-get__icon svg {
        width: 57px;
        height: 57px;
    }
    .you-get__name {
        font-size: 14px;
        line-height: 20px;
    }
    .you-get__description {
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    }
}


.howtobuy {
    margin-bottom: 0px;
    padding: 60px;
background:rgb(248, 249, 250);
    border-radius: 4px!important;
}
.howtobuy__header {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 37px;
    margin-bottom: 40px;
    color: rgb(39, 35, 35);;
}
.howtobuy__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.howtobuy__item {
    position: relative;
}
.howtobuy__item::before {
    content: "";
    display: block;
    width: calc(100% + 11px);
    height: 2px;
    background-color: rgb(123, 194, 31);
    top: 20px;
    left: 40px;
    position: absolute;
}
.howtobuy__item + .howtobuy__item {
    margin-left: 50px;
}
.howtobuy__number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    background: rgb(123, 194, 31);
    border-radius: 4px!important;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 20px;
}
.howtobuy__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    color: rgb(39, 35, 35);;
}
.howtobuy__description {
	font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #543c31;
}
.howtobuy__item_3 .howtobuy__number,
.howtobuy__item_4 .howtobuy__number,
.howtobuy__item_5 .howtobuy__number {
background-color: rgb(123, 194, 31);
    color: rgb(255 255 255);
}
.howtobuy__item_3::before,
.howtobuy__item_4::before {
    background-color: rgb(123, 194, 31);
}
.howtobuy__item_5::before {
    display: none;
}
.howtobuy__button-box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.howtobuy__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(103.3deg, #ffa69f -31.14%, #e84134 37.36%);
    border-radius: 4px!important;
    height: 50px;
    width: 324px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.howtobuy__button:hover {
    box-shadow: 0 0 10px rgba(232, 66, 52, 0.6);
    color: #fff;
    text-decoration: none;
}
.howtobuy__button:active {
    background: rgb(243, 112, 33);
}
.steps-wr {
    overflow: hidden;
    padding-left: 8%;
}
.step-item {
    float: left;
    width: 20%;
    position: relative;
}
.step-item .head {
    height: 107px;
    overflow: hidden;
}
.step-item .head h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}
.step-item .head p {
    color: #7c7474;
}
.step-item .head h3 + p {
    margin-top: 6px;
}
.step-item .v-line {
    height: 29px;
    width: 1px;
    margin: 11px 0 21px 15px;
}
.step-item .count {
    width: 35px;
    height: 35px;
    background: #f53d2e;
    border-radius: 7px;
    line-height: 35px;
    font-family: "Days One", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}
.step-item .count.bglight {
    background: #fff;
    color: #f53d2e;
    border: 1px solid #dfd8d8;
}
.step-bot {
    margin-top: 168px;
}
.step-item:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ff988f;
    position: absolute;
    bottom: 15px;
    left: 35px;
}
.step-bot:before {
    bottom: auto;
    top: 19px;
}
.step-bot:before {
    bottom: auto;
    top: 19px;
}
.step-e:before {
    background: #dfd8d8;
}
.step-item:last-child:before {
    display: none;
}

@media (max-width: 768px) {
    .howtobuy {
        padding: 22px;
        margin-bottom: 0px;
    }
    .howtobuy__header {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .howtobuy__items {
        flex-direction: column;
    }
    .howtobuy__item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .howtobuy__item::before {
	width: 2px;
    height: calc(100% + 19px);
    left: 8px;
    }
    .howtobuy__item + .howtobuy__item {
        margin: 30px 0 0 0;
    }
    .howtobuy__text {
        margin-left: 20px;
    }
    .howtobuy__name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .howtobuy__description {
    font-size: 14px;
    line-height: 20px;
    color: #543c31;
    font-weight: 400;
    }
}


.home-about {
    margin-bottom: 40px;
}
.home-about__header {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px;
	color: rgb(39, 35, 35);;
}
.home-about__infos {
    margin-bottom: 30px;
	background: #7bc21f0d;
    border-radius: 4px!important;
    position: relative;
    padding: 74px 380px 74px 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.home-about__infos::before {
    content: "";
    display: block;
    position: absolute;
    right: 82px;
    bottom: 0;
    width: 201px;
    height: 294px;
    background: url(/image/catalog/oformlenie/web.svg) 100% 100% no-repeat;
}
.home-about__info {
    width: 33%;
}
.home-about__digits {
    font-weight: 700;
    font-size: 40px;
    line-height: 25px;
    margin-bottom: 20px;
    color: rgb(123, 194, 31);
}
.home-about__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
	color: rgb(84, 60, 49);
}

.home-about__less, 
.home-about__more {
	
	display: block;
font-weight: 600;
font-size: 15px;
line-height: 23px;
text-decoration: underline;
color: rgb(39, 35, 35);;
	
}

.home-about__less {
 display:none;
 margin-top:25px
}

.home-about__article {
  display: block;
  font-size: 15px;
  line-height: 23px;
  height: 100px;
  overflow: hidden;
  color: var(--color-dark-grey);
  transition: height 1s;
  position: relative;
}

.home-about__article_open {
  height: auto;
}

.home-about__article::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
}

@media (max-width: 768px) {
    .home-about {
        margin-bottom: 60px;
    }
    .home-about__header {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .home-about__infos {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px 170px 30px 25px;
    }
    .home-about__infos::before {
		width: 158px;
        height: 326px;
        right: 0;
        background: url(/image/catalog/oformlenie/mob.svg) 100% 100% / contain no-repeat;
		        top: 100px;
    }
    .home-about__info {
        width: 100%;
    }
    .home-about__info + .home-about__info {
        margin-top: 10px;
    }
    .home-about__digits {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .home-about__description {
         font-size: 14px;
        line-height: 20px;
        color: #333;
		font-weight: 500;
    }
}

.blockheader {
	font-weight: 700;
	font-size: 25px;
	line-height: 37px;
	color: rgb(39, 35, 35);;
}
.faq {
	margin-top: 83px;
}
.faq .blockheader {
    text-align: center;
}
.faq-items-wr {
    margin-top: 22px;
    overflow: hidden;
}
.faq-l {
    float: left;
    width: 47%;
}
.faq-r {
    float: right;
    width: 47%;
}
.faq-item {
    border-bottom: 1px solid #dfd8d8;
}
.faq-item .faq-q {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    padding: 24px 30px 24px 0;
    cursor: pointer;
    background: url(../image/bg_f.svg) no-repeat 100% 50%;
	color: rgb(39, 35, 35);;
}
.faq-item .faq-q.active {
    background-image: url(../image/bg_f2.svg);
}
.faq-item .faq-a {
    font-size: 15px;
    line-height: 25px;
    color: #7c7474;
    display: none;
    padding-bottom: 24px;
    margin-top: -5px;
}

@media (max-width:768px) {
 
 .faq {
  margin-top:77px;
  	padding-left: 0!important;
	padding-right: 0!important;
 }
 .faq-items-wr {
  margin-top:-3px
 }
 .faq .blockheader {
  text-align:left
 }
 .faq-l,
 .faq-r {
  float:none;
  width:100%
 }
 .faq-item .faq-q {
  font-size:15px;
  line-height:22px;
  padding:22px 40px 22px 0
 }
 .faq-item .faq-a {
  font-size:14px;
  line-height:18px
 }
 .faq-item .faq-q span {
  color:rgb(243, 112, 33);
 }
}



.input-placeholder {
 display:block;
 position:relative
}

.input-placeholder + .input-placeholder, .input-placeholder + input[type="submit"], .input-placeholder + button[type="submit"] {
  margin-top: 21px;
}

.input-placeholder i {
 position:absolute;
 top:-20px;
 left:15px;
 font-style:normal;
 background:#fff;
 display:inline-block;
 font-size:12px;
 line-height:23px;
 color:#7c7474;
 padding:0 5px
}


.grid-width {
  width: 100%;
  max-width: 1210px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  box-sizing: border-box;
}

.form-top-title {
 display:none
}

.form-bott {
 overflow:hidden;
 margin-top:0px;
 padding-top:32px;
 display:flex;
 justify-content:space-between
}
.form-bott-pt {
 padding-top:10px
}
.form-bott-wr {
 background:rgb(248, 249, 250)
}
.form-bott-wr .input-placeholder i {
 background:rgb(84 60 49 / 0%)
}

.form-bott .icon {
 float:left;
 width:34%;
 position:relative
}
.form-bott .icon img {
 max-width:100%;
 max-height:100%;
 width:auto;
 height:auto;
 display:block;
 position:absolute;
 bottom:0
}

.form-bott-wr-install .form-bott {
 padding-top:0
}
.form-bott-prod .icon:after,
.form-rassrochka .form-bott .icon:after,
.no-punktir .form-bott .icon:after {
 display:none
}
.recalls-wrap {
 float:right;
 width:22%;
 margin-top:20px;
 padding-bottom:39px
}
.rec-item {
 background:rgba(228,223,223,.34);
 border-radius:11px 11px 0 11px;
 padding:14px 40px 12px 19px
}
.rec-item+.rec-item {
 margin-top:12px
}
.rec-item .name {
 font-weight:600;
 font-size:10px;
 line-height:12px;
 color:#7c7474;
 opacity:.7
}
.rec-item .text {
 font-size:12px;
 line-height:20px;
 color:#7c7474;
 margin-top:8px
}
.rec-item.rec-ans {
 background:rgba(245,61,46,.58);
 margin-left:30px
}
.rec-item.rec-ans .name,
.rec-item.rec-ans .text {
 color:#f9f9f9
}
.form-bott .form-wrap {
 float:left;
 width:29%;
 margin-left:5%;
 padding-bottom:39px
}
.form-wrap .manager {
 font-weight:700;
 font-size:22px;
 line-height:27px;
 color: rgb(39, 35, 35);;
}
.form-wrap p {
	font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #543c31;
}
.form-wrap .blockheader+.manager,
.form-wrap .blockheader+p {
 margin-top:12px
}
.form-wrap p+form {
 margin-top:39px
}

.feedback-form input[type=number],
.feedback-form input[type=tel],
.feedback-form input[type=text] {
 font-size:15px;
 line-height:23px;
 font-weight:600;
 width:100%;
 border:1px solid #e4dfdf;
 padding:17px 20px 18px 20px;
 background:#fff;
 vertical-align:top;
 border-radius:12px;
 box-sizing:border-box;
 outline:0;
 box-shadow:none;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 caret-color:#F53D2E;
  background:rgb(248, 249, 250);
}
.feedback-form input[type=number]:focus,
.feedback-form input[type=tel]:focus,
.feedback-form input[type=text]:focus {
 border-color:#7c7474
}




.feedback-form .button {
  display: inline-block;
  background: rgb(243, 112, 33);
  padding: 23px 40px;
  border-radius: 4px!important;
  border: 0;
  cursor: pointer;
  outline: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #f9f9f9;
  position: relative;
  
  width: 100%;
box-sizing: border-box;
}

.feedback-form .button:hover {
  background: #1c1c28;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
}

.feedback-form .button:active {
  color: #f9f9f9;
  background: linear-gradient(103.3deg,#f53d2e -31.14%,#f53d2e 37.36%);
  box-shadow: none;
}

.form_footer {
  font-size: 12px;
  line-height: 20px;
  color: #7c7474;
  margin-top: 13px;
}

.form_footer a {
  text-decoration: underline;
  color: rgb(84, 60, 49);
}



@media (max-width:768px) {

 .form-bott {
  margin-top:0px;
  display:block
 }
 
 .form-bott .icon img {
  position:static;
  width:auto
 }
 .form-bott-prod .icon {
  background:0 0
 }
 .form-bott-prod .icon img {
  display:block
 }
 .form-bott .blockheader {
  font-size:25px
 }
 .form-bott .form-wrap,
 .form-bott .icon {
  float:none;
  width:100%;
  margin-left:0
 }
 .form-wrap .blockheader {
  margin-top:18px
 }
 .form-wrap .manager,
 .form-wrap p {
  display:none
 }
 .form-bott .icon:after {
  display:none
 }
 .consult-item .button,
 .form-bott .button {
  font-weight:600
 }
 .input-placeholder+.input-placeholder {
  margin-top:36px
 }
 .input-placeholder+input[type=submit] {
  margin-top:20px
 }
 .form_footer {
  margin-top:30px
 }

 .form-top-title {
  display:block;
  margin-bottom:20px
 }
 .form-top-title span {
font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: rgb(39, 35, 35);;
  
 }
 .form-top-title p {
	font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #543c31;
	padding-top: 5px;
 }
 .form-top-title h3+p {
  margin-top:7px
 }
 
  
 .feedback-form .button {
  font-size: 14px;
  line-height: 17px;
  padding: 16px 10px 17px 10px;
}


  .recalls-wrap {
  display:none
 }
  
}

.del { display: none; }
.del:not(:checked) + label + * { display: none; }
 

.del:not(:checked) + label,
.del:checked + label {
display: inline-block;
    background: #ffffff;
    cursor: pointer;
    align-items: center;
    border: 1px solid rgb(243, 112, 33);
    border-radius: 0.25rem!important;
    color: rgb(243, 112, 33);
    padding: 12px 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;	
}
.del:checked + label {
background: #ffffff;	
border: 1px solid #1c1c28;
color: #1c1c28;
}

.table_blur {
    background: #ffffff;
    border-collapse: collapse;
    text-align: left;
}
.table_blur tr:nth-child(odd) {
    color: #000;
    font-weight: 600;
    background: rgb(255 255 255);

}
.table_blur th:first-child {
border: 1px solid rgb(46, 150, 113);
    box-shadow: none;
    border-right: 1px solid rgb(46, 150, 113);
}
.table_blur th {
border: 1px solid rgb(46, 150, 113);
    box-shadow: none;
    background: rgb(255 255 255);
    color: black;
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
    text-align: center;
}
.table_blur th:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    height: 25%;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
.table_blur td {
        border: 1px solid rgb(46, 150, 113);
    padding: 10px 15px;
    position: relative;
    transition: all 0.5s ease;
}





.new-footer {
 margin-top:100px
}
.new-footer__top {
 padding:50px 0;
background-color: rgb(248, 249, 250);
    border-top: 1px solid #e4dfdf;
 color:rgb(62, 63, 85);
}
.new-footer__left {
 font-weight:400;
 font-size:12px;
 line-height:20px;
 border-right:1px solid #e4dfdf
}
.new-footer__logo {
 display:block;
 margin-bottom:40px
}
.new-footer__logo svg {
 display:block;
 width:150px;
 height:50px
}
.new-footer__mobile-logo {
 display:none
}
.new-footer__phone {
 display:block;
    font-weight: 600;
    font-size: 14px;
 line-height:20px;
 color:rgb(39, 35, 35);
 margin-bottom: 4px;
 text-decoration:none
}
.new-footer__hours {
 margin-bottom:10px;
 font-size:14px;
 color: rgb(62, 63, 85);
}
.new-footer__button {
 display:flex;
 justify-content:center;
 align-items:center;
 max-width:190px;
 height:35px;
 margin-bottom:10px;
border-radius:20px;
 border:1px solid rgb(62, 63, 85);
 color:rgb(62, 63, 85);
 text-decoration:none;
 transition: none!important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.new-footer__button:hover {
 border-color:rgb(39, 35, 35);;
 color:rgb(39, 35, 35);;
 text-decoration:none
}
.new-footer__button:active {
 border-color:rgb(205, 46, 46);
 color:#fff;
 background-color:rgb(205, 46, 46)
}
.new-footer__button_red {
    border-color: rgb(123, 194, 31);
    color: #fff;
    background-color: rgb(123, 194, 31);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
	border-radius:20px;
}
.new-footer__email {
 display:block;
 margin:25px 0 4px;
 font-weight:600;
 font-size:14px;
 line-height:20px;
 color:rgb(39, 35, 35);;
 text-decoration:none;
 word-break: break-all;
}
.socials {
 margin:25px 0
}
.socials__header {
 font-weight:600;
 font-size:15px;
 line-height:25px;
 color:rgb(39, 35, 35);;
 margin-bottom:10px
}
.socials__items {
 display:flex;
 justify-content:flex-start;
 align-items:center
}
.socials__items a {
 display:block;
 width:40px;
 height:40px;
 background:#fff;
 border-radius:10px;
 overflow:hidden
}
.socials__items a+a {
 margin-left:10px
}
.socials__items img {
 width:40px;
 height:40px;
 filter:grayscale(100%);
 transition:all .3s;
 opacity:.5
}
.socials__items a:hover img {
 filter:grayscale(0%);
 opacity:1
}
.new-footer__credentials {
 font-weight:500;
 font-size:14px;
 line-height:17px;
 color: rgb(62, 63, 85);
}
.new-footer__credentials strong {
 font-weight:500;
 color:rgb(39, 35, 35);
}
.new-footer__credentials_mobile {
 display:none
}
.new-footer__right {
 padding-left:80px
}
.fmenu+.fmenu {
 margin-top:30px
}
.fmenu__header {
 font-weight:700;
 font-size:16px;
 line-height:27px;
 margin-bottom:10px;
 color:rgb(62, 63, 85);
}
.fmenu__column-title {
 font-weight:600;
 font-size:14px;
 line-height:25px;
color: rgb(0 0 0);
 margin-bottom:5px
}
.fmenu__item {
 font-weight:500;
 font-size:12px;
 line-height:25px;
 margin-bottom:5px
}
 .fmenu__link {
    color: rgb(62, 63, 85);
    font-size: 14px;
    font-weight: 400;
 }
 
  .fmenu__link:hover {
    color: rgb(196,38,46);
 }
 
.fmenu__link_all {
 display:flex;
 justify-content:flex-start;
 align-items:center;

}
.fmenu__link_all svg {
 display:block;
 height:7px;
 margin-left:10px;
 stroke:#7c7474
}
.fmenu__link_all:hover svg {
 stroke:rgb(39, 35, 35);
}

.new-footer__bottom-info {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    text-align: center;
}
.new-footer__policy-link {
 display:block;
 color:rgb(39, 35, 35);;
 text-decoration:underline;
 margin-bottom:10px
}
.new-footer__notification {
 color:#8f90a6;
}
.payments__header {
 font-weight:600;
 font-size:15px;
 line-height:25px;
 margin-bottom:10px
}


.header-mobile-phone {
	
	display: flex;
align-items: center;
gap: .25rem;

}

.header-mobile-phone .sc-btn-icon {
  background: #1c1c28!important;
}
 

.sc-fixed-contact-text {
		padding: 6px;
	}
	
	
	#top .sc-top-btn {
  height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: 22px;
  display: inline-flex;
}


 .header-buttons .sc-btn svg {
	width: 22px;
	height: auto;
 }
 
 	
	.header-mobile__row {

  padding: .75rem 0;
  height: 40px;
  background: rgb(255, 255, 255);
border-bottom: 1px solid #e4e4eb;
font-size: 14px;
}


  @media (min-width: 360px) and (max-width: 575px) {
.header-buttons .sc-btn {
  font-size: 12px !important;
}
	  }


@media (max-width:1199px) {


	#logo {
  position: absolute;
  left: 20%;
  right: 20%;
}


 #logo img {
	 max-height: 32px;
	 width: auto;
 }
 
 .top-left {
  width: 100%;
}
 
}
@media (max-width:768px) {
	
	
#sc-search-button {
 
  top: 1rem;
}
	.sc-fixed-contact-icon .fa-envelope {
		display: none;
	}
	
	
	

 
 
 
 .header-buttons .sc-btn {
	order: 1;
	flex: 1;
	
	color: rgb(62, 63, 85);
 }
 
 .header-buttons-cart {
  padding-right:0 !important;
  padding-left: .5rem !important;
}

 
 .sc-btn-icon {
	 color: #1c1c28;
 }
 
 
 .new-footer {
  margin-top:0;
  padding-bottom:0
 }
 .new-footer__top {
  padding:20px 0
 }
 .new-footer__left {
  border-right:0 none;
  padding-bottom:25px;
  border-bottom:1px solid #e4dfdf;
  margin-bottom:25px
 }
 .new-footer__logo {
  display:none
 }
 .new-footer__mobile-logo {
  display:block;
  margin-bottom:25px
 }
 .new-footer__mobile-logo svg {
  display:block;
  width:147px;
  height:35px
 }
 .new-footer__email {
  margin-top:0
 }
 .socials {
  margin:0
 }
 
 .new-footer__credentials_desktop {
  display:none
 }
 .new-footer__credentials_mobile {
  display:block;
  margin:20px 0 0
 }
 .new-footer__right {
  padding-left:15px
 }
 .fmenu+.fmenu {
  margin-top:20px
 }
 .fmenu__column {
  margin-bottom:10px
 }
 .fmenu__item {
  line-height:20px;
  margin-bottom:5px
 }
 .fmenu__link {
    color: rgb(62, 63, 85);
    font-size: 13px;
    font-weight: 400;
 }
 
  .fmenu__link:hover {
    color: rgb(196,38,46);
 }
 .new-footer__policy-link {
  font-weight:500;
  font-size:10px;
  line-height:16px;
  margin-bottom:10px
 }
 .payments {
  margin-bottom:20px
 }
 
}

.sc-btn-secondary-1  {
background: #f4f7fa;
}

.sc-btn-secondary:not([disabled]).clicked, .sc-btn-secondary:not([disabled]):hover, .sc-btn-secondary {
    background-color: rgb(196,38,46);
}

.list2b {
    margin-bottom: 8px;
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list2b li {
	position: relative;
    border: 2px solid #f2f4f8;
    background: #f2f4f8;
    padding: 16px 20px 16px 28px;
    margin: 12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list2b li:hover {
    background: rgb(248, 249, 250);
    border: 2px solid #f2f4f8;
}
.list2b li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: rgb(196, 38, 46);
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.list2b li:hover:before {
    width:46px;
    background: rgb(28 166 79);
}
.list2b li:after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: rgb(196, 38, 46);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}
.list2b li:hover:after {
    margin-left: 6px;
    border-left-color: rgb(28 166 79);
}


.parent {
  display: grid;
  grid-template-columns: 0.5fr auto 1fr;
}







.table-1 table {
border-spacing: 0 10px;
font-weight: bold;
}

@media (min-width: 768px) {
.table-1 img{
    width: 80%;
}
}


	
th {
	padding: 10px 20px;
    background: #7bc21f;
    color: #fff;
    border: 2px solid #f2f4f8;
    border-right: 2px solid #f2f4f8;
    font-size: 14px;
}
th:first-child {
text-align: left;
}
th:last-child {

}
td {
vertical-align: middle;
    padding: 10px;
    text-align: center;
    border-top: 2px solid #f2f4f8;
    border-bottom: 2px solid #f2f4f8;
    border-right: 2px solid #f2f4f8;
    color: #1c1c28;
    font-size: 14px;
    font-weight: 400;
}
td:first-child {
border: 2px solid #f2f4f8;
    text-align: left;
    color: #000;
    font-weight: 400;
}
td:nth-child(2){
font-weight: 500;
}


.table-2 table {
border-spacing: 0 10px;
font-weight: bold;
width: 100%;
}
}

@media (min-width: 768px) {
.table-2 img{
    width: 70%;
}
}

	
.table-2 th {
	padding: 10px 20px;
    background: rgb(196, 38, 46);
    color: #fff;
    border: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 0.9em;
}
.table-2 th:first-child {
text-align: left;
}
.table-2 th:last-child {

}
.table-2 td {
	vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #f2f4f8;
    border-bottom: 1px solid #f2f4f8;
    border-right: 1px solid #f2f4f8;
	color:rgb(62, 63, 85);
}
.table-2 td:first-child {
border-left: 1px solid #f2f4f8;
}
.table-2 td:nth-child(2){

}


.older {
  list-style: none;
  margin: 0 auto;
  width: 660px;
  counter-reset: li;
}
.older li {
  border-bottom: dashed 1px #006699;
  margin-top: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  padding: 5px;
}
.older a {
  text-decoration: none;
  padding: 10px;
  display: block;
  line-height: 30px;
  color: #3A3A3A;
  font-family: 'EB Garamond', serif;
  font-size: 20px;
}
.older a:before {
  display: inline-block;
  content: counter(li);
  counter-increment: li;
  height: 30px;
  width: 30px;
  text-align: center;
  border: solid 1px #dedede;
  margin-right: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
  font-family: 'Fredericka the Great', cursive;
  font-size: 24px;
  -webkit-transition: .4s linear;
  transition: .4s linear;
}
.older a:hover:before {
  color:#D72F2C;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blockquote-2 {
	margin: 16px 0px 16px 0px;
    padding: 22px 10px;
    font-size: 14px;
    background: #7bc21f0d;
    border-left: 10px solid;
    border-color: #7bc21f
}

.blockquote-2 p::before {
    content: "“";
    font-family: Georgia;
    font-size: 40px;
    line-height: 0;
    display: inline-block;
}
.blockquote-2 cite {
    float: right;
    font-size: 13px;
}
.blockquote-2 cite:before {
    content: '- ';
}

/**
  *fix*
*/
@media screen and (min-width: 768px) {
	.sc-livesearch {
	  top: 43px;
	}
}

.sc-megamenu-list {
    border-radius: 0;
}

.sc-megamenu-child {
    top: calc(.5rem);
    border-radius: 0;
}
 
.sc-megamenu-child {
    #overflow-y: auto;
  height: max-content;
min-height: calc(100% - 8px);
}

.expand {
    position: relative;
    padding: 9px 16px;
    z-index: 1;
}

.expand::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1D1D1D;
    transition: border 0.1s;
}

.sc-megamenu {
    right: unset;
    #left: 0;
}

@media (min-width: 1600px) {
    .sc-megamenu-child {
        left: 376px;
        width: 1224px;
    }
}

@media (min-width: 1600px) {
    .sc-megamenu-child-narrow {
        width: 376px;
    }
}

.divider {
    width: 0px;
    border-left: 1px solid rgba(29, 29, 29, 0.1);
    margin-left: 24px;
    margin-right: 24px;
    min-height: 20px;
}

.inline {
    display: inline-block;
}



.site-header {
    background: #fff;
	z-index: 9999;
	
}

.site-header__inner {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    margin-bottom: -10px;
}

.site-header .income {
    position: relative;
    display: flex;
    align-items: center;
}

.site-header .income .icon {
    margin-right: 8px;
}

.site-header .income__value {
    font-weight: 600;
    font-size: 16px;
    margin-right: 16px;
}

.site-header .income__text {

    font-size: 14px;
}

.site-header .phone {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    flex: 0 0 auto;
}

.site-header .phone span {
    margin-right: 10px;
}

.site-header .btn {
    padding: 13px 20px;
    font-size: 16px;
}

.site-header .social {
    margin-left: auto;
}

.site-header .social+.divider {
    margin-left: 20px;
}

.header__row {
	background: #fff;
}

.header__row--01 {
        background: rgb(248, 249, 250);
}

.header__row--02 {
    padding: 18px 0;
}

.header__row--02 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__row--02 .sc-megamenu {
    top: calc(100% + 63px)
}
/*
.is-fixed {
	position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9;
}
*/




  @media (max-width: 767px) {
.sc-product-tabs-box {
  top: 80px;
}
}

@media (min-width: 768px) {
	header.with-slideshow {
		position: relative;
	}
	header:not(.with-slideshow) {
		position: sticky;
		top: 0;
	}
	
.sc-product-tabs-box {
  top: 160px;
}

	
}

.sc-product-one-click-btn {
    width: auto !important;
}

.body-product {
  padding-top: 0;
}

.header__row--02.is-fixed .sc-megamenu {
	top: calc(100% + 60px);
}

.header__row--03 {
    padding: 9px 0;

}

.header__logo {
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.header__search-control {
    display: flex;
}

.header__call {
    margin-right: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.header__call-link {
    cursor: pointer;
	margin-right: 1rem;
}

.header__call-btn {
font-size: 17px;
    color: #1c1c28;
    font-weight: 600;
}

.header__call-btn svg {
    font-size: 2rem;
	width: 20px;
    height: 20px;
}

.header__cart {
    position: relative;
}

.header__cart-text {

    line-height: 1.2;
    text-transform: lowercase !important;
}

.header__catalog {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    margin-right: 1rem;
}

.header__search-control {
    position: relative;
}
#search .form-control {
	height: 43px !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header__search-input,
.header__search-input:focus,
.header__search-input:active {
    background: rgb(248, 249, 250);
    border-color: rgb(248, 249, 250);
    border-radius: 0;
}

.header__search-append {
    background: none;
    position: absolute;
    margin: 8px 10px;
    right: 0
}

.main-menu {
    font-size: 15px;
    #font-weight: 500;
}

.menu {
    display: inline-flex;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
}

.menu li.menu-item {
    position: relative;
    margin-right: 20px;
}

.main-menu li.menu-item {
    margin-right: 23px;
    font-size: 14px;
    font-weight: bold;

}

@media (max-width: 1400px) {
    .menu li {
        margin-right: 10px;
    }
    .menu li a {
        font-size: 13px;
    }
    .main-menu {
        font-size: 14px;
        #font-weight: 500;
    }
    .header__logo {
        max-width: 280px;
    }
}

.social ul {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.social ul li {
    margin-right: 25px;
}

.social ul li:last-child {
    margin-right: 0;
}

.social ul li span {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.social ul li span svg {
    width: inherit;
    height: inherit;
    vertical-align: inherit;
}

.social ul li a {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (max-width: 1400px) {
    .site-header .btn {
        font-size: 14px;
    }
    .site-header .social li {
        margin-right: 10px;
    }
    .site-header .logo {
        margin-right: 16px;
    }
}
@media (min-width: 768px) {
	.header-mobile .header {
		display: none;
	}
}
	
@media (max-width: 1199px) {
    .site-header .divider {
        
    }
    .site-header {
        position: sticky;
        top: 0;
        z-index: 1024;
    }
    .header-main {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-mobile {
        display: none;
    }
}

.blog-v-kat {
margin: 20px 10px 20px 10px;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    background: #7bc21f0d;
    border: 3px dashed var(--1-main-green-accent, #7bc21f);
}

.zakaz-zvonka-blog-3 {
-moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    background: transparent;
    border: 1px solid rgb(123, 194, 31);
    background: rgb(123, 194, 31);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 40px;
    transition: all .2s;
    line-height: 46px;
    border-radius: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    max-width: 100%;
    min-width: 250px;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 10px;
}

.list6b {
    padding:0;
    list-style: none;
}
.list6b li{
    padding:6px;
}
.list6b li:before {
    padding-right:10px;
    font-weight: bold;
    color: #7bc21f;
    content: "\2714";
    transition-duration: 0.5s;
}
.list6b li:hover:before {
    color: #333;
    content: "\2714";
} 


.text__button__2 {
-moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    background: transparent;
    border: 1px solid rgb(123, 194, 31);
    background: rgb(123, 194, 31);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 40px;
    transition: all .2s;
    line-height: 46px;
    border-radius: 4px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    max-width: 100%;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 10px;


}
sc-product-tags a {
    background-color: #0072bc0f;
    padding: 3px 7px;
    border-radius: 7px;
    color: #0072bc;
    font-size: 13px;
    align-items: center;
    font-weight: normal;
    margin: 0 5px;
    min-height: 100%;
    text-decoration: none;
    font-weight: 500;
}

video {
    width: 100%;
    height: 100%;
}
video {
    width: 100%;
    height: 100%;
}



  @media (max-width: 767px) {
.h2-mob {
	font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 800;
}
}

.rb-gallery-0 {
margin-top: 50px;
}