@charset "UTF-8";
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Geologica", sans-serif;
}
img {
    width: 100%}
.about__section, .catalog__section, .contacts__section, .container__footer, .preim__section, .product__main__section, .relative__section, .section__special, .simple__section, .slider__section, header .header__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.breadcrums {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #b1b1b1;
    margin-bottom: 20px;
}


.breadcrums a {
	color: #b1b1b1;
}

.relative__section h2, .simple__section h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
a, button {
    cursor: pointer;
}
header .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
header .header__container .logo {
    max-width: 197px;
}
header .header__container .burger__menu, header .header__container .mobile__menu {
    display: none;
}
header .header__container nav {
    margin: 0 60px;
}
header .header__container nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
}
header .header__container .telephone__cont {
    display: flex;
    align-items: center;
    margin-right: 60px;
    gap: 5px;
}
header .header__container .telephone__cont img {
    max-width: 17px;
}
header .header__container .telephone__cont a, header .header__container nav ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
header .header__container .social__links {
    display: flex;
    gap: 10px;
}
header .header__container .social__links .link {
    max-width: 30px;
}
.slider {
    position: relative;
}
.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0 0;
    z-index: 10;
    font-size: 0;
    width: 48px;
    height: 48px;
    border: 0;
    cursor: pointer;
}
.slider .slick-arrow.slick-prev {
    left: -70px;
    background: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/arrow1.svg) 0 0/100% no-repeat;
}
.slider .slick-arrow.slick-next {
    right: -70px;
    background: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/arrow2.svg) 0 0/100% no-repeat;
}
.slider .slick-arrow.slick-disabled {
    opacity: .2;
}
.slider .slick-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider .slick-dots li, .slider__spec .slick-dots li {
    list-style: none;
    margin: 0 10px;
}
.slider .slick-dots button, .slider__spec .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(220, 125, 67, .5019607843);
    border-radius: 50%;
    border: 0;
}
.slider .slick-dots li.slick-active button, .slider-product .slick-dots li.slick-active button, .slider__related .slick-dots li.slick-active button, .slider__spec .slick-dots li.slick-active button {
    background-color: #dc7d43;
    border: 0;
}
.slider__section .slider .slide {
    display: flex!important;
    align-items: center!important;
    gap: 20px;
}
.slider__section .slider .slide .flex__item {
    flex: 1 1 calc(50% - 20px);
	padding: 0px 50px;
}
.catalog__section h1, .slider__section .slider .slide .flex__item h1,h2 {
    font-size: 46px;
    font-weight: 600;
    /*line-height: 59.8px;*/
    line-height: 1.2;
}


.slider__section .slider .slide .flex__item h1,h2{
    height: auto !important; /* Убираем фиксированную высоту */
    margin-top: 5px !important; /* Уменьшение верхнего отступа */
    margin-bottom: 5px !important; /* Уменьшение нижнего отступа */
    line-height: 1.2 !important; /* Уменьшение высоты строки */
}
.slider__section .slider .slide .flex__item p {
    font-size: 22px;
    font-weight: 300;
    line-height: 28.6px;
    margin-top: 30px;
}
.slider__section .slider .slide .flex__item button {
    background-color: #dc7d43;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
}
.section__logos {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 60px auto 0;
}
.section__logos img {
    max-width: 100%;
    object-fit: contain;
}
.section__special {
    margin-top: 100px;
}
.section__special .title__link {
    display: flex;
    justify-content: space-between;
}
.about__section .flex__about h2, .product__main__section h1, .section__special .title__link h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
}
.section__special .title__link .catalog {
    display: flex;
    align-items: center;
    gap: 8px;
}
.section__special .title__link .catalog img {
    max-width: 16px;
}
.section__special .title__link .catalog a {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #dc7d43;
    text-transform: uppercase;
}
.section__special .container__items {
    gap: 20px;
    margin-top: 40px;
}
.section__special .container__items .flex__item {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1019607843);
    border-radius: 10px;
    padding: 30px;
}
.section__special .container__items .flex__item img {
    max-width: 298px;
    margin: 0 auto;
	height: 200px;
	object-fit: contain;
}
.section__special .container__items .flex__item .item__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #000;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.section__special .container__items .flex__item .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: center;
    color: #e72222;
    margin-top: 10px;
}
.section__special .container__items .flex__item .btn__more {
    border: 2px solid #dc7d43;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    display: block;
    width: fit-content;
    color: #dc7d43;
    margin: 20px auto 0;
}
.section__special .button__catalog {
    background-color: #dc7d43;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    display: block;
    margin: 30px auto 0;
    width: fit-content;
}
.slider__spec {
    position: relative;
}
.slider__spec .slick-track {
    padding: 20px 0;
    justify-content: center;
}
.slider__spec .slick-slide {
    margin: 0 20px;
}
.slider__spec .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0 0;
    z-index: 10;
    font-size: 0;
    width: 48px;
    height: 48px;
    border: 0;
    cursor: pointer;
}
.slider__spec .slick-arrow.slick-prev {
    left: -70px;
    background: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/arrow1.svg) 0 0/100% no-repeat;
}
.slider__spec .slick-arrow.slick-next {
    right: -70px;
    background: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/arrow2.svg) 0 0/100% no-repeat;
}
.slider__spec .slick-arrow.slick-disabled {
    opacity: .2;
}
.slider__spec .slick-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider__item {
    padding: 0 15px;
}
.slider__item img {
    max-width: 100%;
	max-height: 110px;
	object-fit: contain;
}
.about__section, .preim__section {
    display: flex;
    gap: 20px;
    margin-top: 100px;
	align-items: center;
}
.about__section .flex__about {
    flex: 1 1 calc(50% - 22px);
}
.about__section .flex__about img {
    border-radius: 10px;
}
.about__section .flex__about h2 {
    margin-bottom: 30px;
}
.about__section .flex__about p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
}
.preim__section {
    margin-top: 60px;
}
.preim__section .flex__preim {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 413px;
}
.preim__section .flex__preim img {
    max-width: 80px;
}
.preim__section .flex__preim h4, .preim__section .flex__preim p {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin-top: 15px;
}
.preim__section .flex__preim p {
    margin-top: 10px;
    font-weight: 300;
    text-align: center;
}
.map__section {
    width: 100%;
    margin-top: 100px;
    position: relative;
}
.map__section, .map__section .map__frame {
    min-height: 600px;
	max-width: 1280px;
	margin: 0 auto;
	
}
.map__section .container__contact-map {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 414px;
    max-height: 550px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 50px 50px;
    top: 33px;
  	left: 113px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .0784313725);
}
.map__section .container__contact-map .contact__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 20px;
}
.map__section .container__contact-map .flex__item {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}
.map__section .container__contact-map .flex__item .item__image {
    max-width: 20px;
}
.map__section .container__contact-map .flex__item .item__text p:first-child {
    font-size: 18px;
    font-weight: 300;
    line-height: 22.5px;
}
.map__section .container__contact-map .flex__item .item__text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    margin-top: 8px;
}
.map__section .container__contact-map .flex__item .item__text p a {
    color: #000;
}
footer {
    width: 100%;
    background-color: #f7f7f7;
    padding: 40px 0 60px;
}
footer .container__footer {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
footer .container__footer .footer__column {
    max-width: 197px;
}
footer .container__footer .footer__column p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    margin-top: 20px;
}
footer .container__footer .footer__column a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin-top: 20px;
}
footer .container__footer .policy__mobile {
    display: none;
}
footer .container__footer .footer__column-menu {
    margin-left: 230px;
}
footer .container__footer .footer__column-contacts .title__column, footer .container__footer .footer__column-menu .title__column {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    margin-bottom: 10px;
}
footer .container__footer .footer__column-menu ul {
    list-style: none;
}
.catalog__section .catalog__main .categories .list__filters li .selects .select, footer .container__footer .footer__column-menu ul li {
    margin-bottom: 10px;
}
footer .container__footer .footer__column-contacts .flex__contant-footer a, footer .container__footer .footer__column-menu ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.5px;
    color: #000;
}
footer .container__footer .footer__column-contacts {
    margin-left: 80px;
}
footer .container__footer .footer__column-contacts .flex__contant-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
footer .container__footer .footer__column-contacts .flex__contant-footer img {
    max-width: 14px;
}
footer .container__footer .footer__column-contacts .social__links {
    display: flex;
    gap: 10px;
}
footer .container__footer .footer__column-contacts .social__links a img {
    max-width: 25px;
}
footer .container__footer .footer__column-form {
    flex: 1;
    margin-left: 110px;
}
footer .container__footer .footer__column-form .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    margin-bottom: 10px;
}
footer .container__footer .footer__column-form .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.5px;
    margin-bottom: 20px;
}
.popup__product .form .form-button input[type=submit], footer .container__footer .footer__column-form button {
    padding: 10px 20px;
    background-color: #dc7d43;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
}
.overlay__popup-product {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    opacity: 80%;
    z-index: 11;
    display: none;
    cursor: pointer;
}
.popup__product {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 839px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 75px 115px 65px;
    z-index: 12;
}
.popup__product .close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 35px;
    right: 35px;
    cursor: pointer;
}
.popup__product .product__item {
    display: flex;
    max-width: 460px;
    margin: 20px auto 0;
}
.popup__product .product__item .flex__image {
    max-width: 85px;
}
.popup__product .product__item .flex__descr {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
}
.popup__product .title__form {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    margin-top: 20px;
    text-align: center;
}
.popup__product .form {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 12px;
}
.popup__feedback .form .form-row input, .popup__feedback .form .form-row textarea, .popup__product .form .form-row input, .popup__product .form .form-row textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #bdbdbd;
    border-radius: 5px;
}
.popup__product .form .form-button input[type=submit] {
    display: block;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 20px;
}
.popup__feedback .form .form__aceptance, .popup__product .form .form__aceptance {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #bdbdbd;
}
.popup__product .form .form__aceptance input[type=checkbox] {
    width: 16px;
    height: 16px;
    accent-color: #bd662d;
}
.overlay__popup-feedback {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    opacity: 80%;
    z-index: 11;
    display: none;
    cursor: pointer;
}
.popup__feedback {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 839px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 75px 115px 65px;
    z-index: 12;
}
.popup__feedback .close__feedback {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 35px;
    right: 35px;
    cursor: pointer;
}
.popup__feedback h4, .popup__product h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32.5px;
    text-align: center;
}
.popup__feedback .subtitle__form {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    margin-top: 22px;
    text-align: center;
}
.popup__feedback .form {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 12px;
}
.popup__feedback .form .form-button input[type=submit] {
    display: block;
    margin: 20px auto 0;
    background-color: #dc7d43;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    border: 0;
}
.popup__feedback .form .form__aceptance input[type=checkbox] {
    width: 16px;
    height: 16px;
    accent-color: #bd662d;
}
.catalog__section .catalog__main {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.catalog__section .catalog__main .categories .cross__filter, .catalog__section .catalog__main .container__filters__mobile {
    display: none;
}
.catalog__section .catalog__main .categories {
    min-width: 305px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1019607843);
    border-radius: 10px;
    flex: 1 1 25%;
    height: fit-content;
    margin-bottom: 40px;
}
.catalog__section .catalog__main .categories .title__catalog, .catalog__section .catalog__main .categories .title__filter {
    background-color: #232323;
    border-radius: 10px 10px 0 0;
    transition: .9s;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.catalog__section .catalog__main .categories .title__catalog:after, .catalog__section .catalog__main .categories .title__filter:after {
    content: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/iconamoon_arrow-down-2-light.svg);
    display: inline-block;
    transform: rotate(0deg);
    transition: .4s;
    position: absolute;
    right: 30px;
    top: 13px;
}
.catalog__section .catalog__main .categories .title__catalog {
    background-color: #dc7d43;
}
.catalog__section .catalog__main .categories .title__catalog:after {
    content: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/arrr.svg);
}
.catalog__section .catalog__main .categories .active__title {
    border-radius: 10px;
    transition: .1s;
}
.catalog__section .catalog__main .categories .active__title:after {
    content: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/arrr.svg);
    display: inline-block;
    transform: rotate(180deg);
    transition: .4s;
    top: 18px;
}
.catalog__section .catalog__main .categories .list__categories, .catalog__section .catalog__main .categories .list__filters {
    list-style: none;
    padding: 30px;
}
.catalog__section .catalog__main .categories .list__categories li, .catalog__section .catalog__main .categories .list__filters li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.catalog__section .catalog__main .categories .list__categories li , .catalog__section .catalog__main .categories .list__filters li .filter__item {
    color: #000;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.catalog__section .catalog__main .categories .list__categories li {
	padding-bottom: 10px;
}


.catalog__section .catalog__main .categories .list__categories .menu-item-has-children .sub-menu{
	display: none;
	margin-left: 20px;
	margin-top: 20px;
	transition: .4s;
}




.catalog__section .catalog__main .categories .list__categories .menu-item-has-children .sub-menu li:after{
	display: block;
}




.flex__filters{
	max-width: 305px;
	height: fit-content;
}


.catalog__section .catalog__main .categories .list__categories li a{
	color: #000;
	margin-bottom: 10px;
}


.catalog__section .catalog__main .categories .list__categories .menu-item-has-children.active .sub-menu{
	display: block;
	transition: .4s;
}


.catalog__section .catalog__main .categories .list__categories .menu-item-has-children.active:after{
	transform: rotate(-90deg);
	transition: .4s;
}

.catalog__section .catalog__main .categories .list__categories .menu-item-has-children:after {
    content: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/Vector.svg);
    position: absolute;
    left: calc(100% - 10px);
	top: 5px;
	transition: .4s;
}
.catalog__section .catalog__main .categories .list__filters li .filter__item:after {
    content: url(https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/Vector.svg);
    position: absolute;
    left: calc(100% - 10px);
    transform: rotate(-90deg);
    transition: .4s;
}
.catalog__section .catalog__main .categories .list__filters li .filter__active:after {
    transform: rotate(0deg);
    transition: .4s;
}
.catalog__section .catalog__main .categories .list__filters li .selects .select input[type=checkbox] {
    width: 16px;
    height: 16px;
    accent-color: #bd662d;
    color: #fff;
}
.catalog__section .catalog__main .categories .list__filters li .selects .select input[type=checkbox]:checked+span:before {
    color: #fff;
}
.catalog__section .catalog__main .categories .list__filters li .selects .select label {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.catalog__section .catalog__main .container__catalog {
    flex: 1 1 75%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
	height: fit-content;
}
.catalog__section .catalog__main .container__catalog .product__item {
    flex: 0 0 calc(33.33% - 20px);
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1019607843);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.catalog__section .catalog__main .container__catalog .product__item .product__image {
    max-width: 250px;
    margin: 0 auto;
}
.catalog__section .catalog__main .container__catalog .product__item .product__title {
    flex: 1;
}
.catalog__section .catalog__main .container__catalog .product__item .product__title a {
    display: block;
     color:  #000;
     text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}
.catalog__section .catalog__main .container__catalog .product__item .product__price {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #e72222;
    text-align: center;
    margin-top: 10px;
}
.catalog__section .catalog__main .container__catalog .product__item .product__count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #2bb446;
}
.catalog__section .catalog__main .container__catalog .product__item .product__count img {
    max-width: 18px;
}
.catalog__section .catalog__main .container__catalog .product__item .product__link {
    text-align: center;
}
.catalog__section .catalog__main .container__catalog .product__item .product__link a {
    color: #dc7d43;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
}
.overlay__filters {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    opacity: 80%;
    z-index: 11;
    display: none;
    cursor: pointer;
}
.product__main__section .container__product {
    margin-top: 40px;
    display: flex;
    gap: 130px;
}
.product__main__section .container__product .flex__cont {
    flex: 1 1 calc(50% - 130px);
}
.product__main__section .container__product .flex__cont .product__count {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #2bb446;
}
.product__main__section .container__product .flex__cont .product__count img {
    max-width: 15px;
}
.product__main__section .container__product .flex__cont .product__price {
    margin-top: 30px;
}
.product__main__section .container__product .flex__cont .product__price p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
}
.product__main__section .container__product .flex__cont .product__price .container__price {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.product__main__section .container__product .flex__cont .product__price .container__price .price__item {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}
.product__main__section .container__product .flex__cont .product__price .container__price .price__item button {
    padding: 10px 20px;
    background-color: #dc7d43;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    color: #fff;
}
.product__main__section .container__product .flex__cont .product__feature .feature__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
.product__main__section .container__product .flex__cont .product__feature ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: start;
}
.product__main__section .container__product .flex__cont .product__feature ul .name {
    font-size: 18px;
    font-weight: 300;
    line-height: 22.5px;
    color: #a4a2a2;
    white-space: nowrap;
}
.product__main__section .container__product .flex__cont .product__feature ul .dots {
    flex: 1 0;
    border: 0;
    border-bottom: 1px dotted #a4a2a2;
    margin: 18px 5px 0;
}
.product__main__section .container__product .flex__cont .product__feature ul .text {
    text-align: end;
}
.product__main__section .container__product .flex__cont .product__feature ul .complect {
    width: fit-content;
    max-width: 350px;
    text-align: end;
}
.slick-slider {
    min-width: 0;
}
.slick-list {
    overflow: hidden;
}
.slick-track {
    display: flex;
    align-items: flex-start;
}
.slider-product {
    position: relative;
    max-width: 575px;
}
.slider-product .slick-dots {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slider-product .slick-dots li, .slider__related .slick-dots li {
    list-style: none;
    margin: 0 10px;
    cursor: pointer;
}
.slider-product .slick-dots button, .slider__related .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(220, 125, 67, .5019607843);
    border-radius: 50%;
    border: 0;
    cursor: pointer;
}
.slider-product .slider__item {
    padding: 0;
}
.slider-product .slider__img {
    cursor: pointer;
}
.relative__section {
    margin-top: 70px;
	margin-bottom: 40px;
}
.relative__section .slider__related .slider__item {
    padding: 0 10px;
}
.relative__section .slider__related .slider__item .product__title a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    color: #000;
}
.relative__section .slider__related .slider__item .price {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.5px;
    color: #e72222;
    margin-top: 10px;
}
.slider__related {
    position: relative;
}
.slider__related .slick-dots {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slider__related .slider__item {
    padding: 0;
}
.contacts__section h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.contacts__section .container__contacts {
    display: flex;
    gap: 130px;
    margin-top: 20px;
}
.contacts__section .container__contacts .contact__item {
    flex: 1 1 calc(50% - 130px);
}
.contacts__section .container__contacts .contact__item .form .form__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    margin-bottom: 20px;
}
.contacts__section .container__contacts .contact__item .form .form__button {
    display: flex;
    justify-content: end;
}
.contacts__section .container__contacts .contact__item .form .form__button input[type=submit] {
    padding: 10px 20px;
    background-color: #dc7d43;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.contacts__section .container__contacts .contact__item .form .form__row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.contacts__section .container__contacts .contact__item .form .form__row .form__group {
    flex: 1 1 calc(50% - 20px);
}
.contacts__section .container__contacts .contact__item .form .form__row .form__group label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.contacts__section .container__contacts .contact__item .form .form__row .form__group input, .contacts__section .container__contacts .contact__item .form .form__row .form__group textarea {
    display: block;
    background: #fbfbfb;
    font-size: 18px;
    font-weight: 300;
    line-height: 22.5px;
    color: #b1b1b1;
    border-radius: 5px;
    width: 100%;
    border: 0;
    padding: 10px;
}
.contacts__section .container__contacts .contact__item .form .form__row .form__group textarea {
    height: 110px;
}
.contacts__section .container__contacts .contact__item__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}
.contacts__section .container__contacts .contact__item__flex .contact__item-sm {
    flex: 1 1 50%}
.contacts__section .container__contacts .contact__item__flex .contact__item-sm .title {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
}
.contacts__section .container__contacts .contact__item__flex .contact__item-sm .text {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
}
.contacts__section .container__contacts .contact__item__flex .contact__item-sm .text a {
    color: #000;
}
@media screen and (max-width:1280px) {
    .simple__section, .slider__section {
    padding: 0 20px;
}
.simple__section h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32.5px;
}
.simple__section .content {
    margin-top: 16px;
    font-size: 16px;
}
header .header__container {
    padding: 0 20px;
    justify-content: space-between;
}
header .header__container .telephone__cont, header .header__container nav {
    margin: 0;
}
.section__logos {
    padding: 0 20px;
    flex-wrap: wrap;
}
.section__logos img {
    flex: 1;
}
.about__section, .catalog__section, .contacts__section, .preim__section, .product__main__section, .relative__section, .section__special, footer .container__footer {
    padding: 0 20px;
}
.map__section .container__contact-map {
    left: 20px;
}
.product__main__section .container__product {
    flex-wrap: wrap;
    gap: 20px;
}
.contacts__section .container__contacts {
    gap: 20px;
}
}@media screen and (max-width:1080px) {
    .slider__section .slider .slide {
    flex-wrap: wrap;
    gap: 20px;
}
.slider__section .slider .slide .flex__item {

    flex: 1 1 100%}
.slider__section .slider .slide .flex__item button {
    background-color: #dc7d43;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
}
}@media screen and (max-width:1024px) {
    header .header__container {
    padding: 0 20px;
    justify-content: space-between;
}
header .header__container nav {
    margin: 0;
}
header .header__container nav ul {
    gap: 10px;
}
header .header__container .telephone__cont {
    display: none;
}
footer .container__footer {
    flex-wrap: wrap;
    justify-content: start;
    gap: 40px;
}
footer .container__footer .footer__column {
    max-width: 197px;
}
footer .container__footer .footer__column-contacts, footer .container__footer .footer__column-form, footer .container__footer .footer__column-menu {
    margin-left: 0;
}
.catalog__section .catalog__main .categories {
    min-width: 250px;
}
.catalog__section .catalog__main .container__catalog .product__item {
    flex: 0 0 calc(50% - 20px);
}
.product__main__section {
    padding: 0 20px;
}
.product__main__section .container__product {
    flex-wrap: wrap;
    gap: 20px;
}
.slider-product {
    width: 100%;
    max-width: calc(100vw - 50px);
}
}@media screen and (max-width:900px) {
    .about__section {
    padding: 0 20px;
    gap: 0;
}
.about__section .flex__about {
    flex: 1 1 100%}
.about__section .flex__about:first-child {
    display: none;
}
.preim__section {
    padding: 0 20px;
    flex-wrap: wrap;
}
.preim__section .flex__preim {
    flex: 1 1 100%;
    max-width: 100%}
}@media screen and (max-width:800px) {
    header .header__container {
    padding: 20px;
    justify-content: space-between;
}
header .header__container .logo {
    max-width: 65px;
}
header .header__container .burger__menu .cross, header .header__container nav {
    display: none;
}
header .header__container .burger__menu {
    display: block;
    max-width: 24px;
}
header .header__container .mobile__menu {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 20;
    padding: 26px 20px 40px;
}
header .header__container .mobile__menu .menu ul {
    list-style: none;
}
header .header__container .mobile__menu .menu ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}
header .header__container .mobile__menu .menu ul li a {
    color: #000;
}
header .header__container .mobile__menu .footer__column-contacts .title__column {
    font-size: 16px;
    margin-bottom: 16px;
     font-weight:  600;
}
header .header__container .mobile__menu .footer__column-contacts .flex__contant-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
header .header__container .mobile__menu .footer__column-contacts .flex__contant-footer img {
    max-width: 14px;
}
header .header__container .mobile__menu .footer__column-contacts .flex__contant-footer a {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
}
header .header__container .mobile__menu .footer__column-contacts .social__links {
    display: flex;
    gap: 10px;
}
header .header__container .mobile__menu .footer__column-contacts .social__links a img {
    max-width: 30px;
}
header .header__container .telephone__cont {
    display: flex;
}
header .header__container .telephone__cont img {
    max-width: 13px;
}
header .header__container .telephone__cont a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
}
header .header__container .social__links {
    display: none;
}
.catalog__section .catalog__main .container__catalog .product__item {
    flex: 0 0 100%}
}@media screen and (max-width:718px) {
    .contacts__section {
    padding: 0 20px;
}
.contacts__section .container__contacts {
    flex-wrap: wrap;
}
.contacts__section .container__contacts .contact__item {
    flex: 1 1 100%}
}@media screen and (max-width:578px) {
    .slider__section {
    padding: 0;
}
.slider__section .slider .slide {
    flex-wrap: wrap-reverse;
    gap: 20px;
}
.slider__section .slider .slide .flex__item {
    flex: 1 1 100%}
.slider__section .slider .slide .flex__item h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
	height: 60px;
}
.catalog__section p, .slider__section .slider .slide .flex__item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    margin-top: 16px;
}
.slider__section .slider .slide .flex__item:first-child {
    position: relative;
    z-index: 5;
    background-color: #fff;
    max-width: 320px;
    margin: -100px auto 0;
    padding: 15px 10px;
    border-radius: 10px;
}
.slider__section .slider .slide .flex__item:last-child {
    max-height: 266px;
}
.slider__section .slider .slide .flex__item:last-child img {
    max-height: 266px;
    object-fit: cover;
}
.slider__section .slider .slide .flex__item button {
    display: block;
    margin: 16px auto 0;
}
.slider .slick-dots {
    margin-top: 16px;
}
.section__logos {
    padding: 0 20px;
    margin-top: 48px;
}
.section__logos img {
    flex: 1 1 calc(50% - 20px) !important;
     max-width:  calc(50% - 20px);
}
.section__special .title__link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.section__special .title__link h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 33.8px;
    flex: 1 1 100%}
.section__special .title__link .catalog a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}
.section__special .container__items {
    margin-top: 24px;
}
.about__section {
    margin-top: 48px;
}
.about__section .flex__about h2 {
    margin-bottom: 24px;
}
.about__section .flex__about p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
}
.map__section {
    width: 100%;
    margin-top: 100px;
    position: relative;
}
.map__section, .map__section .map__frame {
    min-height: 700px;
	margin: 0 auto;
	max-width: 1280px;
}
.map__section .container__contact-map {
    position: absolute;
    width: 100%;
    max-width: 80%;
    height: fit-content;
    max-height: 426px;
    border-radius: 10px;
    padding: 16px;
    top: 24px;
}
.about__section .flex__about h2, .catalog__section h1, .map__section .container__contact-map .contact__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 33.8px;
}
.map__section .container__contact-map .flex__item .item__image {
    max-width: 20px;
}
.map__section .container__contact-map .flex__item .item__text p:first-child {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.map__section .container__contact-map .flex__item .item__text p:last-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.map__section .container__contact-map .flex__item .item__text p:last-child a {
    color: #000;
}
footer .container__footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
footer .container__footer .footer__column {
    max-width: 234px;
    text-align: center;
    flex: 1 1 100%}
footer .container__footer .footer__column img {
    max-width: 149px;
    margin: 0 auto;
    display: block;
}
footer .container__footer .footer__column .policy {
    display: none;
}
footer .container__footer .footer__column-menu {
    flex: 1 1 100%;
    margin-left: 0;
    text-align: center;
}
footer .container__footer .policy__mobile {
    flex: 1 1 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}
footer .container__footer .footer__column-contacts, footer .container__footer .footer__column-form {
    margin-left: 0;
    text-align: center;
    flex: 1 1 100%}
footer .container__footer .footer__column-contacts .flex__contant-footer, footer .container__footer .footer__column-contacts .social__links {
    justify-content: center;
}
.popup__feedback, .popup__product {
    padding: 20px;
}
.popup__feedback h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 30px;
}
.popup__feedback .subtitle__form {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}
.popup__product h4 {
    margin-top: 40px;
}
.popup__product .product__item .flex__descr {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
}
.popup__product .form .form-button input[type=submit] {
    margin-top: 5px;
}
.catalog__section .catalog__main {
    flex-direction: column;
    flex: 1 1 100%}
.catalog__section .catalog__main .container__filters__mobile .filter__button img {
    max-width: 14px;
}
.catalog__section .catalog__main .container__filters__mobile {
    display: flex;
    justify-content: end;
}
.catalog__section .catalog__main .container__filters__mobile .filter__button {
    padding: 5px 8px;
    display: flex;
    max-width: 87px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    gap: 10px;
    background: #f4f4f4;
    border-radius: 2px;
}
.catalog__section .catalog__main .container__filters__categories {
    display: none;
    position: fixed;
    top: 34px;
    left: 50%;
    height: 90%;
    transform: translateX(-50%);
    overflow: scroll;
    border-radius: 10px;
    z-index: 12;
	width: calc(100% - 40px);
}
.catalog__section .catalog__main .container__filters__categories .categories .cross__filter {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.catalog__section .catalog__main .container__filters__categories .categories .title__filter {
    background-color: #fff;
    color: #000;
}
.catalog__section .catalog__main .container__filters__categories .categories .title__filter::after {
    content: none;
}
.catalog__section .catalog__main .container__filters__categories .categories:first-child {
    display: block;
}
.catalog__section .catalog__main .container__catalog .product__item {
    flex: 0 0 calc(50% - 10px);
}
.catalog__section .catalog__main .container__catalog .product__item .product__title {
    flex: 1;
}
.catalog__section .catalog__main .container__catalog .product__item .product__title a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
}
.catalog__section .catalog__main .container__catalog .product__item .product__price {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: center;
    margin-top: 0;
}
.catalog__section .catalog__main .container__catalog .product__item .product__count {
    gap: 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 15.6px;
    margin-top: 0;
}
.catalog__section .catalog__main .container__catalog .product__item .product__count img {
    max-width: 18px;
}
.product__main__section h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.product__main__section .container__product {
    margin-top: 10px;
    gap: 20px;
}
.product__main__section .container__product .flex__cont .product__count {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}
.product__main__section .container__product .flex__cont .product__price {
    margin-top: 20px;
}
.product__main__section .container__product .flex__cont .product__price p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
}
.product__main__section .container__product .flex__cont .product__price .container__price {
    flex-wrap: wrap;
    gap: 16px;
}
.product__main__section .container__product .flex__cont .product__price .container__price .price__item {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}
.product__main__section .container__product .flex__cont .product__price .container__price .price__item button {
    font-size: 16px;
}
.product__main__section .container__product .flex__cont .product__feature .feature__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
}
.product__main__section .container__product .flex__cont .product__feature ul .name {
    font-size: 15px;
    font-weight: 300;
    line-height: 18.75px;
}
.product__main__section .container__product .flex__cont .product__feature ul .dots {
    flex: 1 0;
    border: 0;
    border-bottom: 1px dotted #a4a2a2;
    margin: 18px 5px 0;
}
.product__main__section .container__product .flex__cont .product__feature ul .text {
    text-align: end;
    font-size: 15px;
    font-weight: 300;
    line-height: 18.75px;
}
.contacts__section {
    padding: 0 20px;
}
.contacts__section h1, .relative__section h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32.5px;
}
.contacts__section .container__contacts .contact__item, .contacts__section .container__contacts .contact__item .form .form__row .form__group, .contacts__section .container__contacts .contact__item__flex .contact__item-sm {
    flex: 1 1 100%}
.contacts__section .container__contacts .contact__item .form .form__button {
    display: flex;
    justify-content: start;
}
.contacts__section .container__contacts .contact__item .form .form__button input[type=submit] {
    padding: 10px 20px;
    background-color: #dc7d43;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.contacts__section .container__contacts, .contacts__section .container__contacts .contact__item .form .form__row {
    flex-wrap: wrap;
}
.contacts__section .container__contacts .contact__item__flex {
    gap: 16px;
}
}@media screen and (max-width:400px) {
    .catalog__section .catalog__main .container__catalog .product__item {
    flex: 0 0 100%}
}


.current-menu-item a {
    
    color:  #DC7D43;
    
}

.menu-item-has-children: :after {
    
    content:  url("https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/arr_menu.svg");
    
    position:  absolute;
    
    right:  0px;
    
    top:  calc(50% - 3px);
    
}

.submenu .menu-item-has-children: :after {
    
    content:  url("https://garden-group.by//wp-content/themes/bike-rental-shop/img/svg/arr_menu.svg");
    
    position:  absolute;
    
    right:  0px;
    
    top:  calc(50% - 3px);
    
    transform:  rotate(90deg);
    
}


ul#responcive-menu1, ul#responcive-menu1 ul {
    
    margin: 0;
    
    list-style: none;
    
    padding: 0;
    
    border-width: 0;
    
    border-style: solid;
    
}
ul#responcive-menu1 ul {
    
    display: none;
    
    position: absolute;
    
    left: 0;
    
    top: 100%;
    
    background-color: #FFFFFF;
    
    padding:  30px;
    
    box-shadow:  0px 5px 20px 0px #0000001A;
    
    border-radius:  10px;
    
    min-width:  305px;
    
}
ul#responcive-menu1 li: hover>* {
    
    display: block;
    
}
ul#responcive-menu1 li {
    
    position: relative;
    
    display: block;
    
    white-space: nowrap;
    
    font-size: 0;
    
    float: left;
    
}
ul#responcive-menu1 li: hover {
    
    z-index: 1;
    
}
ul#responcive-menu1 ul ul {
    
    position: absolute;
    
    left: 100%;
    
    top: 0;
    

}
ul#responcive-menu1 {
    
    font-size: 0;
    
    z-index: 10;
    
    position: relative;
    
    display: flex;
    
    zoom: 1;
    
    padding: 0;
    
    border-radius: 0px;
    
    -moz-border-radius: 0px;
    
    -webkit-border-radius: 0px;
    
    *display: inline;
    
}
* html ul#responcive-menu1 li a {
    
    display: inline-block;
    
}
ul#responcive-menu1>li {
    
    margin: 0;
    
}
ul#responcive-menu1 a: active,  ul#responcive-menu1 a:focus {
    
    outline-style: none;
    
}
ul#responcive-menu1 a {
    
    display: block;
    
    vertical-align: middle;
    
    text-align: left;
    
    text-decoration: none;
    

    color: #000;
    
    cursor: pointer;
    
    padding:  12px 15px 15px 5px;
    
    background-repeat: repeat;
    
    border-width: 0px;
    
    border-style: none;
    
    text-shadow:  none;
    


    font-size:  16px;
    
    font-weight:  400;
    
    line-height:  20px;
    

}
ul#responcive-menu1 ul li {
    
    float: none;
    
    border-bottom:  1px solid #E2E2E2;
    
    margin: 0;
    
}
ul#responcive-menu1 ul a {
    
    text-align: left;
    
    padding: 10px 13px;
    
    background-color: #FFFFFF;
    
    border-radius: 0px;
    
    -moz-border-radius: 0px;
    
    -webkit-border-radius: 0px;
    
    color: #2C3736;
    
    text-decoration: none;
    
}
ul#responcive-menu1 li: hover>a, ul#responcive-menu1 li a.pressed {
    
    border-style: none;
    
    color: #67B7E1;
    
    text-decoration: none;
    
}
ul#responcive-menu1 img {
    
    border: none;
    
    vertical-align: middle;
    
    margin-right: 18px;
    
}
ul#responcive-menu1 span {
    
    display: block;
    
    overflow: visible;
    
    background-position: right center;
    
    background-repeat: no-repeat;
    
    padding-right: 16px;
    
    text-shadow: none;
    
}
ul#responcive-menu1 ul span {
    
    padding-right: 25px;
    
}
ul#responcive-menu1 > li.switch {
    
    display: none;
    
    cursor: pointer;
    
    width: 25px;
    
    height: 20px;
    
    padding: 18px 15px 21px 5px;
    
}
ul#responcive-menu1 > li.switch: before {
    
    content: "";
    
    position: absolute;
    
    display: block;
    
    height: 4px;
    
    width: 25px;
    
    border-radius: 4px;
    
    background: #fff;
    
    left: 20px;
    
}
ul#responcive-menu1 > li.switch: hover:before {
    
    background: #DC7D43;
    
}
.resp-menu-switch-input {
    
    display: none;
    
}
ul#responcive-menu1 ul li: hover>a, ul#responcive-menu1 ul li a.pressed {
    
    color: #000;
    
    text-decoration: none;
    
}

ul#responcive-menu1 ul li: :after {
    
    transform:  rotate(-90deg);
    
}


ul#responcive-menu1 li>a {
    
    border-radius: 0px;
    
    -moz-border-radius: 0px;
    
    -webkit-border-radius: 0px;
    
}
ul#responcive-menu1>li: hover>a, ul#responcive-menu1>li a.pressed {
    
    color: #DC7D43;
    
}
@media screen and (max-width:  768px)  {
    
    ul#responcive-menu1 > li  {
    
        position:  initial;
    
}

    ul#responcive-menu1 ul .submenu, ul#responcive-menu1 li > ul  {
    
        left:  0;
    
        right: auto;
    
        top:  100%;
    
}

    ul#responcive-menu1 .submenu, ul#responcive-menu1 ul, ul#responcive-menu1 .column  {
    
        -webkit-box-sizing:  border-box;
    
        -moz-box-sizing:  border-box;
    
        box-sizing:  border-box;
    
        padding-right:  0;
    
        width:  100% !important;
    
}

}




@media screen and (max-width:  768px)  {
    
    .menu-header-menu-container {
    
        margin:  10px 0px;
    
}

    body #header h1 {
    
        position:  relative;
    
}

}
@media screen and (max-width:  480px)  {
    
    ul#responcive-menu1  {
    
        width:  100%;
    
}

    ul#responcive-menu1 > li  {
    
        display:  none;
    
        position:  relative;
    
        width:  100% !important;
    
}

    body ul#responcive-menu1 > li.switch {
    
        background:  none;
    
        color: #fff;
    
}

    ul#responcive-menu1 > li.switch, 
    .resp-menu-switch-input: checked + ul#responcive-menu1 > li + li  {
    
        display:  block;
    
        background:  white;
    
        color: #000
}

    ul#responcive-menu1 > li.switch > label  {
    
        position:  absolute;
    
        cursor:  pointer;
    
        top:  0;
    
        left:  0;
    
        right:  0;
    bottom:  0;
    
}

    body ul#responcive-menu1 li > a {
    
        color: #000;
    
}

    body #header h1 {
    
        bottom:  0px;
    
}

    body #header {
    
        padding-bottom:  23px;
    
}

}

.simple__section .content h2, h3, h4, h5{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
}



.simple__section .content p{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 300;
}



.simple__section .content ol, ul{
	margin-left: 20px;
	margin-bottom: 10px;
}


.current-menu-item a {
    
    color:  #DC7D43 !important;
    
}