@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
}


.aws-wrapper input{
  font-size: 18px !important;
  font-family: Open Sans Condensed;

}

.section__blog-single ul li{
	font-family: Open Sans Condensed;
	font-size: 19px;
}

header {
    position: fixed;
    top: 0;
    left: 140px;
    width: calc(100% - 140px);
    background-color: #FFF;
    z-index: 10;
}
header .container__header {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
    height: 144px;
}
header .container__header .header__logo {
    max-width: 187px;
    max-height: 60px;
}
header .container__header .header__search {
    display: flex;
    align-items: end;
    gap: 16px;
}
header .container__header .header__search .search__text {
    font-weight: 500;
    letter-spacing: .0892857143em;
    line-height: normal;
    text-indent: .0892857143em;
    font-size: 20px;
    font-family: 'Open Sans Condensed';
}



header .container__header .header__search .search__icon {
    max-height: 26px;
}

header .container__header .phones__box-flex {
    display: flex;
    align-items: center;
}

header .container__header .phones__box-flex.phones__box-flex-first  {
}

header .container__header .burger  {
    margin-left: 40px;
}


header .container__header .phones__box-flex .flex__titles {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    text-align: end;
    line-height: 1.5;
}


header .container__header .phones__box-flex .flex__titles .title:last-child {
}

header .container__header .phones__box-flex .flex__titles a{
        color: #000;
}

header .container__header .phones__box-flex .delimetr {
    width: 2px;
    height: 45px;
    background-color: #000;
    border-radius: 1px;
    margin-left: 22px;
    margin-right: 22px;
}

header .container__header .phones__box-flex .flex__phones .phone:last-child{
}
header .container__header .phones__box-flex .flex__phones .phone a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
header .container__header .phones__box-flex .flex__phones .current__lang a {
    color: #00EAFC;
}

.popup-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background-color: #333333;
    z-index: 27;
    display: none;
}
.popup-menu .cross {
    position: fixed;
    top: 100px;
    right: 40px;
}
.popup-menu .cont__menu {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.popup-menu .cont__menu .change__language{
	display: none;
}

.popup-menu .cont__menu ul {
    list-style: none;
}
.popup-menu .cont__menu ul li {
    font-size: 22px;
    font-weight: 400;

    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 48px;
    line-height: 1.5;
}
.popup-menu .cont__menu ul li a {
    color: #FFF;
}
.popup-menu .cont__icons {
    margin: 0 auto;
    max-width: 140px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.popup-menu .cont__icons a {
    flex: 1 1 calc(50% - 50px);
}
.popup-menu .cont__icons a img {
    max-width: 45px;
    max-height: 40px;
}

.overlay__menu {
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.2;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 26;
}

@media screen and (max-width: 1280px) {
    header {
        position: fixed;
        top: 0;
        left: 0px;
        width: 100%;
        background-color: #FFF;
        z-index: 25;
    }
}
@media screen and (max-width: 932px) {
    header .container__header {
        max-width: 100%;
        width: 100%;
        padding: 30px;
        gap: 0px;
    }
    header .container__header .header__logo {
        max-width: 199px;
    }
    header .container__header .header__search {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    header .container__header .header__search .search__text {
        font-size: 18px;
        font-weight: 400;
    }
    header .container__header .phones__box-flex .flex__titles {
        display: none;
    }

    header .container__header .phones__box-flex .delimetr {
        display: none;
    }

    header .container__header .phones__box-flex .flex__phones {
        display: none;
    }
}


.popup-menu .cont__menu .social__icons .icon {
		display: none;
}
@media screen and (max-width: 578px) {
	
	
	
	.popup-menu .cont__menu {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
		flex-direction: column;
}


	.popup-menu .cont__menu .change__language{
	display: flex;
		gap: 20px;
		margin-bottom: 30px;
}
	
	.popup-menu .cont__menu .change__language .language a {
		font-size: 16px;
		color: #FFF;
		font-family:Open Sans Condensed;
}
	
	.popup-menu .cont__menu .change__language .active a {
		font-size: 18px;
		color: #00EAFC;
		font-family:Open Sans Condensed;
}
	
	.popup-menu .cont__menu .social__icons .icon {
		display: flex;
		gap: 20px;
}
	
	.popup-menu .cont__menu .social__icons .icon a img {
		display: flex;
		width: 24px;
		height: 24px;
		object-fit: contain;
		
}
	
	
	.popup-menu .cont__menu ul li{
		font-family:Open Sans Condensed;
		font-size: 21px;
	}

	
	.section__blog-single h1{
		font-size: 29px;
		 font-family:Open Sans Condensed;
	}
	
	.section__btn__back a{
		font-size: 14px;
		 font-family:Open Sans Condensed;
	}
	
	.item__section .flex__item-description .brand__name{
		font-size: 14px;
	}
	
	

    header .container__header .burger{
        margin-left: 0px;
    }

    header .container__header{
        height: 103px;
    }


    header .container__header {
        max-width: 100%;
        width: 100%;
        padding: 30px;
        gap: 0px;

    }
    header .container__header .header__logo {
        max-width: 199px;
    }
    header .container__header .header__search {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    header .container__header .header__search .search__text {
        font-size: 18px;
        font-weight: 400;
    }
    header .container__header .phones__box-flex {
        /*display: none;*/
    }



}
footer {
    background-color: #000;
}
footer .container__footer {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 65px;
}
footer .container__footer .flex__end {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
footer .container__footer .flex__end p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
    color: #989898;
}
footer .container__footer .flex__end img {
    max-width: 140px;
    height: 22px;
}
footer .container__footer .line {
    border-top: 1px solid #00EAFC;
    width: 100%;
    margin-top: 50px;
}
footer .container__footer .first-row {
    display: flex;
}
footer .container__footer .first-row .logo-info {
    flex: 1 1 25%;
}
footer .container__footer .first-row .logo-info .logo {
    max-width: 200px;
}
footer .container__footer .first-row .logo-info .list__info {
    margin-top: 80px;
}
footer .container__footer .first-row .logo-info .list__info ul {
    list-style: none;
}
footer .container__footer .first-row .logo-info .list__info ul li {
    margin-bottom: 25px;
    color: #FFF;
    font-family: "Arial Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
	max-width: 250px;
}
footer .container__footer .first-row .logo-info .list__info ul li h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 17.65px;
    letter-spacing: 0.200000003px;
    text-align: left;
    color: rgb(196, 196, 196) !important;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-family:Open Sans Condensed Light !important;

}
footer .container__footer .first-row .logo-info .list__info ul li a {
    color: #FFF;
    font-family: "Arial Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}
footer .container__footer .first-row .form {
    flex: 1 1 50%;
}
footer .container__footer .first-row .form h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40.03px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    text-transform: uppercase;
}
footer .container__footer .first-row .form .form-submit {
    display: flex;
    gap: 28px;
    margin-top: 30px;
}
footer .container__footer .first-row .form .form-submit p {
    max-width: 430px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.1px;
    text-align: left;
    color: #989898;
}
footer .container__footer .first-row .form .form-submit input {
    width: 100%;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
    max-width: 180px;
}
footer .container__footer .first-row .form .form--group {
    margin-top: 90px;
}
footer .container__footer .first-row .form .form--group .form-area {
    width: 100%;
}
footer .container__footer .first-row .form .form--group .form-area textarea {
    font-size: 1rem;
    letter-spacing: .009375em;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    font-family:Open Sans Condensed;
    padding: 10px;
    background: #444444;
    border: 1px solid #616161;
    color: #FFF;
    width: 100%;
    height: 100px;
}
footer .container__footer .first-row .form .form--group .form-row {
    display: flex;
    gap: 46px;
    margin-bottom: 30px;
}
footer .container__footer .first-row .form .form--group .form-row .form--input {
    flex: 1 1 calc(50% - 46px);
}
footer .container__footer .first-row .form .form--group .form-row .form--input input {
    padding: 10px;
    background: #444444;
    border: 1px solid #616161;
    font-size: 1rem;
    letter-spacing: .009375em;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #6B6B6B;
	
    width: 100%;
    font-family:Open Sans Condensed;
}


footer .container__footer .first-row .form .form--group .form-row .form--input input::placeholder {

}
footer .container__footer .first-row .menu {
    flex: 1 1 25%;
}
footer .container__footer .first-row .menu h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40.03px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}
footer .container__footer .first-row .menu ul {
    margin-top: 90px;
}
footer .container__footer .first-row .menu ul li {
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 400;
    line-height: 22.24px;
    letter-spacing: 0.1em;
    text-align: center;
}
footer .container__footer .first-row .menu ul li a {
    color: #FFF;
    transition: 0.4s;
    text-transform: uppercase;
}
footer .container__footer .first-row .menu ul li a:hover {
    color: #00EAFC;
    transition: 0.4s;
}

@media screen and (max-width: 1180px) {
    footer {
        padding: 0px 48px;
    }
    footer .container__footer .first-row {
        flex-wrap: wrap;
    }
}
.sidebar__all {
    height: 100vh;
    background: #333333;
}
.sidebar__all .social__icons a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.sidebar__all .social__icons a img {
    max-width: 26px;
    display: block;
    margin: 0 auto;
    max-height: 30px;
}
.sidebar__all .delimetr__text {
    height: 80px;
    width: 0px;
    border: 2px solid #C4C4C4;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 25vw;
}
.sidebar__all .text__section {
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    text-transform: uppercase;
    color: #C4C4C4;
    top: 15vw;
    left: -32px;
    width: 201px;
    white-space: nowrap;
}

.overlay__menu__main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100vw;
    height: 100vh;
    background-color: #171717;
    opacity: 0.9;
    display: none;
}

.colorblue {
    color: #00EAFC !important;
}

.menu__section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 60px 0px 0px 0px;
    gap: 66px;
    z-index: 100;
    position: relative;
    margin-left: calc(13.2813%);
}
.menu__section .menu ul {
    display: flex;
    gap: 32px;
    list-style: none;
}
.menu__section .menu ul .menu-item-has-children {
    position: relative;
    z-index: 25;
}
.menu__section .menu ul .menu-item-has-children .sub-menu {
    position: absolute;
    padding-top: 76px;
    padding-left: 20px;
    display: none;
    z-index: 27;
    top: -10px;
}
.menu__section .menu ul .menu-item-has-children .sub-menu li {
    margin-bottom: 24px;
}


.menu__section .menu ul .menu-item-has-children .sub-menu li a {
    font-family: 'Open Sans Condensed';
}


.menu__section .white ul .menu-item-has-children .sub-menu li a {
    font-family: 'Open Sans Condensed';
    color: #FFF;
}



.menu__section .menu ul .menu-item-has-children .sub-menu:hover {
}
.menu__section .menu ul .menu-item-has-children:after {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__menu.svg");
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: none;
    transition: 0.2s all;
}
.menu__section .menu ul .menu-item-has-children:hover {
    color: #00EAFC;
    transition: 0.4s;
}
.menu__section .menu ul .menu-item-has-children:hover:after {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__menu.svg");
    bottom: -13px;
    display: block;
    transition: 0.2s all;
}
.menu__section .menu ul li {
    position: relative;
}
.menu__section .menu ul li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 22.24px;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    transition: 0.4s;
    letter-spacing: 2px;
}
.menu__section .menu ul li a:hover {
    color: #00EAFC;
    transition: 0.4s;
}

.slider__main{
    position: relative;
}

.slider__main .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    font-size: 0px;
    border: none;
    background-color: transparent;
    width: 13px;
    height: 27px;
    z-index: 20;
    background-size: cover;
}


.slider__main .slick-arrow.slick-next{
    right: 100px;
    background-image: url('http://localhost:8888/wp-content/themes/bike-rental-shop/img/arrow-left-main.svg');

}

.slider__main .slick-arrow.slick-prev{
    left: 100px;
    background-image: url('http://localhost:8888/wp-content/themes/bike-rental-shop/img/arrow-right-main.svg');
}



.menu__section .white ul li a{
    color: #000;
}

.section__slider {
    margin-top: -80px;
}
.section__slider .container__slider .slide {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 133px;
}
.section__slider .container__slider .slide .slide__content {
    width: 100%;
    width: 488.136px;
    margin-left: calc(13.2813%);
}
.section__slider .container__slider .slide .slide__content h1 {
    font-size: 64px;
    font-weight: 400;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    padding-top: 160px;
    margin-bottom: 47px;
}



.section__slider .container__slider .slide .slide__content h1 span {
    font-size: 64px;
    font-weight: 400;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    padding-top: 160px;
    margin-bottom: 47px;
    font-family: Open Sans Condensed;
}
.section__slider .container__slider .slide .slide__content p {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    max-width: 540px;
    color: #FFF;
}


.section__slider .container__slider .slide .slide__content p strong{
	margin-bottom: 15px;
  display: block;
}





.section__slider .container__slider .slide .slide__content a {
    display: block;
    border: 1px solid #FFF;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
    padding: 13px 30px;
    text-transform: uppercase;
	margin-top: 60px;
}



.section__slider .container__slider .slide .white h1 {
    font-size: 64px;
    font-weight: 400;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    padding-top: 160px;
    margin-bottom: 47px;
}



.section__slider .container__slider .slide .white h1 span {
    font-size: 64px;
    font-weight: 400;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    padding-top: 160px;
    margin-bottom: 47px;
    font-family: Open Sans Condensed;
}
.section__slider .container__slider .slide .white p {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    max-width: 540px;
    color: #000;
}
.section__slider .container__slider .slide .white a {
    display: block;
    border: 1px solid #FFF;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
	background-color: #000;
    padding: 13px 30px;
    text-transform: uppercase;
	margin-top: 60px;
}

.section__clients {
    max-width: 100%;
    display: flex;
    justify-content: end;
}
.section__clients .slider__clients {
    width: 100%;
    display: flex;
}
.section__clients .slider__clients .slide {
    flex: 1 1 25%;
    padding: 25px 35px;
    border-bottom: 6px solid #EEEEEE;
    background-color: #FFF;
    transition: 0.5s;
    height: 150px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}


.slider__clients .slick-track{
    align-items: stretch !important;
}

.slider__clients .slick-slide{
    height: 100%;
}

.slider__clients .slick-slide div{
    height: 100%;
}


.section__clients .slider__clients .slide img {
    max-height: 90px;
    object-fit: contain;
	max-width: 190px;
}


.section__clients .slider__clients .slide:hover {
    margin-top: -10px;
    border-bottom: 6px solid #00EAFC;
    transition: 0.5s;
}

.about__section {
    width: 100%;
    margin: 0 auto;
    margin-top: 110px;

}
.about__section .container__about h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 53.38px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}
.about__section .container__about h2 span {
    color: #00EAFC;
}
.about__section .container__about .flex__about-items {
    display: flex;
    gap: 70px;
    margin-top: 34px;
}
.about__section .container__about .flex__about-items .flex__item {
    flex: 1 1 calc(33.33% - 70px);
    text-align: center;
}
.about__section .container__about .flex__about-items .flex__item p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.about__section .container__about .flex__about-items .flex__item span {
    color: #00EAFC;
    font-family: Arial;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    line-height: 1.5;
}
.about__section .container__about .container__about-row {
    margin-top: 72px;
    display: flex;
	background-size: cover;
}
.about__section .container__about .container__about-row .flex__image-mobile {
    display: none;
}
.about__section .container__about .container__about-row .flex__col-text {
    max-width: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 7vw 40px;
}
.about__section .container__about .container__about-row .flex__col-text h4 {
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 23.35px;
    margin-bottom: 40px;
}
.about__section .container__about .container__about-row .flex__col-text p {
    color: #FFF;
    font-family: "Arial";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}
.about__section .container__about .cont__btn-more .btn__more-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    color: #FFF;
    padding: 13px 30px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-top: 60px;
}

.service__section-med {
    width: 100%;
    max-width: 83.3333333333%;
    margin: 0 auto;
}
.service__section-med .container__service {
    margin-top: 120px;
}
.service__section-med .container__service h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 53.38px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}
.service__section-med .container__service h2 span {
    color: #00EAFC;
}
.service__section-med .container__service .container__service-flex {
    margin-top: 72px;
    display: flex;
    gap: 125px;
}
.service__section-med .container__service .container__service-flex .flex__item-text {
    padding: 64px;
    flex: 1 1 calc(50% - 125px);
}
.service__section-med .container__service .container__service-flex .flex__item-text p {
    display: block;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    font-family: Arial;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.service__section-med .container__service .container__service-flex .flex__item-text p a {
    font-family: Arial;
    font-size: 19px;
    font-weight: 200;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    color: #00EAFC;
}
.service__section-med .container__service .container__service-flex .flex__item-text p:nth-child(1) {
    margin-top: 40px;
}
.service__section-med .container__service .container__service-flex .flex__item-back {
    flex: 1 1 calc(50% - 125px);
    padding: 80px;
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.service__section-med .container__service .container__service-flex .flex__item-back h4, .service__section-med .container__service .container__service-flex .flex__item-back ul {
    position: relative;
    z-index: 2;
}
.service__section-med .container__service .container__service-flex .flex__item-back h4 {
    font-size: 21px;
    font-weight: 400;
    line-height: 23.35px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
}
.service__section-med .container__service .container__service-flex .flex__item-back ul {
    list-style: outside;
    margin-left: 20px;
    margin-top: 40px;
}
.service__section-med .container__service .container__service-flex .flex__item-back ul li {
    font-family: Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFF;
    margin-bottom: 20px;
}


.service__section-med .container__service .container__service-flex .flex__item-back ul li:last-child{
    margin-bottom: 0px;
}
.service__section-med .container__service .container__service-flex .flex__item-back:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.blog__section {
    width: 100%;
    max-width: 83.3333333333%;
    margin: 0 auto;
    margin-top: 120px;
}
.blog__section .flex__title {
    display: flex;
    justify-content: end;
    align-items: center;
	position: relative;
}


.blog__section .flex__title a{
    color: #000;
}
.blog__section .flex__title h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 53.38px;
    letter-spacing: 0em;
    text-align: left;
    width: fit-content;
    text-transform: uppercase;
	position: absolute;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 1016px){
	.blog__section .flex__title h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 53.38px;
    letter-spacing: 0em;
    text-align: left;
    width: fit-content;
    text-transform: uppercase;
	position: relative;
		left: 0;
		transform: none;
 
}
	
	.blog__section .flex__title {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

}



.blog__section .flex__title h2 span {
    color: #00EAFC;
}
.blog__section .flex__title a {
    font-size: 18px;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.blog__section .flex__title a:after {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow.svg");
    margin-left: 29px;
}
.blog__section .container__blog {
    margin-top: 70px;
    display: flex;
    gap: 30px;
}
.blog__section .container__blog .blog__item {
    flex: 1 1 calc(33.33% - 30px);
    position: relative;
}
.blog__section .container__blog .blog__item:after {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/search__white.svg");
    position: absolute;
    top: 30%;
    left: 50%;
    background-color: #00EAFC;
    padding: 35px 38px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.blog__section .container__blog .blog__item:hover:after {
    opacity: 1;
    visibility: visible;
}
.blog__section .container__blog .blog__item:hover .img__blog::after {
    opacity: 1;
    visibility: visible;
}
.blog__section .container__blog .blog__item .img__blog {
    position: relative;
}
.blog__section .container__blog .blog__item .img__blog::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(179.61deg, rgba(157, 227, 239, 0.7) 14.13%, rgba(154, 227, 241, 0.7) 32.75%, rgba(147, 224, 238, 0.7) 51.32%, rgba(132, 220, 235, 0.7) 72.02%, rgba(113, 213, 231, 0.7) 92.16%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.blog__section .container__blog .blog__item .container__text {
    background-color: #000000;
    padding: 30px 20px;
    margin-top: -2px;
}
.blog__section .container__blog .blog__item .container__text .title {
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 23.35px;
    font-family:Open Sans Condensed;
    position: relative;
    min-height: 160px;
}
.blog__section .container__blog .blog__item .container__text .title:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 40px;
    left: -20px;
    background-color: #00EAFC;
}
.blog__section .container__blog .blog__item .container__text .date {
    color: #FFF;
}

.clients__section-company {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 120px;
}
.clients__section-company .container__images {
    display: flex;
    gap: 78px;
    flex-wrap: wrap;
    margin-top: 70px;
}
.clients__section-company .container__images .cont__img {
    padding: 30px;
    flex: 1 1 calc(25% - 78px);
}
.clients__section-company .container__images img {
    transition: filter 0.4s;
    filter: grayscale(100%);
	
}
.clients__section-company .container__images img:hover {
    filter: none;
}
.clients__section-company h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 53.38px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}
.clients__section-company h2 span {
    color: #00EAFC;
}

@media screen and (max-width: 1280px) {
    .service__section-med {
        width: 100%;
        max-width: 83.3333333333%;
        margin: 0 auto;
    }
    .service__section-med .container__service {
        margin-top: 120px;
    }
    .service__section-med .container__service .container__service-flex {
        margin-top: 72px;
        display: flex;
        gap: 20px;
    }
    .service__section-med .container__service .container__service-flex .flex__item-text {
        padding: 0px;
        flex: 1 1 calc(50% - 125px);
    }
    .service__section-med .container__service .container__service-flex .flex__item-back {
        flex: 1 1 calc(50% - 125px);
        padding: 30px;
        position: relative;
    }
    .about__section .container__about .flex__about-items {
        display: flex;
        gap: 10px;
    }
    .about__section .container__about-row .flex__col-text {
        padding: 40px 40px;
    }
    .menu__section {
        display: none;
    }
    .section__clients .slider__clients .slide {
        padding: 30px 30px;
        height: auto;
    }
    .section__slider .container__slider .slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 65%;
        padding: 0px 30px;
        padding-bottom: 160px;
    }
    .section__slider .container__slider .slide .slide__content h1 {
        font-size: 64px;
        font-weight: 400;
        line-height: 71.17px;
        letter-spacing: 0.1em;
        text-align: left;
    }
    .section__slider .container__slider .slide .slide__content p {
        font-family: Arial;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;

    }
    .section__slider .container__slider .slide .slide__content a {
        font-size: 18px;
        font-weight: 400;
        line-height: 24.51px;
        letter-spacing: 0.1em;
        text-align: center;
        margin-top: 50px;
    }
}
@media screen and (max-width: 844px) {


    header{
        position:sticky;
    }
    .blog__section .flex__title h2 {
        max-width: 100px;
    }
    .blog__section .flex__title a:after {
        margin-left: 10px;
    }
    .blog__section .container__blog{
        flex-wrap: wrap;
    }

    .blog__section .container__blog__scroll {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .blog__section .container__blog .blog__item {
        min-width: 350px;
    }
	
	.blog__mobile .container__blog .blog__item {
        min-width: 100%;
    }
    .service__section-med {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .service__section-med .container__service {
        margin-top: 120px;
    }
    .service__section-med .container__service .container__service-flex {
        margin-top: 50px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service__section-med .container__service .container__service-flex .flex__item-text p:nth-child(1) {
        margin-top: 0px;
    }
    .service__section-med .container__service .container__service-flex .flex__item-text {
        padding: 0px;
        flex: 100%;
        max-width: 83.3333333333%;
    }
    .service__section-med .container__service .container__service-flex .flex__item-back {
        flex: 100%;
        padding: 30px;
        position: relative;
    }
    .section__slider .container__slider .slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 40% 60px;
        padding: 0px 30px;
        padding-bottom: 80px;
    }
    .section__slider .container__slider .slide .slide__content h1 {
        font-size: 64px;
        font-weight: 400;
        line-height: 71.17px;
        letter-spacing: 0.1em;
        text-align: left;
        padding-top: 100px;
    }
    .about__section .container__about .flex__about-items {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
    }
    .about__section .container__about .flex__about-items .flex__item {
        flex: 100%;
        max-width: 488px;
    }
    .about__section .container__about .container__about-row {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        flex-wrap: wrap;
        background-image: none !important;
    }
	
	.about__section .container__about .flex__about-items .flex__item span{
		font-size: 16px;
		color: rgb(0,234,252);
		font-weight: light;
		font-weight: 400;
  line-height: 24px;
	}
	
	
    .about__section .container__about .container__about-row .flex__image-mobile {
        height: 50%;
        display: block;
    }
    .about__section .container__about .container__about-row .flex__image-mobile img {
        object-fit: cover;
        object-position: right;
        width: 100%;
        height: 100%;
		min-height: 261px;
    }
    .about__section .container__about .container__about-row .flex__col-text {
        max-width: 100%;

        padding: 40px 40px;
        background-color: #333333;
    }
    .about__section .container__about .container__about-row .flex__col-text h4 {
        text-align: left;
        font-size: 17px;
        margin-bottom: 35px;
    }
}

.slider__clients {
    position: relative;
}

.slider__clients .slick-arrow {
    position: absolute;
    top: 50%;
    background-color: transparent;
    border: none;
    width: 13px;
    height: 27px;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 0px;
}

.slider__clients .slick-next {
    right: 34px;
    background-image: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__next.svg");
    background-size: cover;
}

.slider__clients .slick-prev {
    left: 40px;
    width: 13px;
    height: 27px;
    background-image: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__prev.svg");
    background-size: cover;
}

.breadcrumbs__section {
    padding: 45px 0px;
    background-size: cover;
	background-position: center;
}
.breadcrumbs__section .container__breadcrumbs {
    width: 100%;
    max-width: 73.3333333333%;
    margin: 0 auto;
    color: #FFF;
    display: flex;
    gap: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30.24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumbs__section .container__breadcrumbs .woocommerce-breadcrumb{

    gap: 30px;
}

.breadcrumbs__section .container__breadcrumbs .woocommerce-breadcrumb img{
    max-width: 5px;
    margin: 0px 30px;
    margin-bottom: 3px;
}

.breadcrumbs__section .container__breadcrumbs .breadcrumb-item a{
    color: #FFF;
}

.breadcrumbs__section .container__breadcrumbs .breadcrumb-item:last-child{
    color: #00EAFC;
}
.breadcrumbs__section .container__text {
    width: 100%;
    max-width: 73.3333333333%;
    margin: 0 auto;
    color: #FFF;
    margin-top: 55px;
}
.breadcrumbs__section .container__text p {
    max-width: 540px;
    margin-bottom: 20px;
    font-family: Open Sans Condensed;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    line-height: 1.5;
}

.tags__section {
    width: 100%;
    max-width: 73.3333333333%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}
.tags__section .tag {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    letter-spacing: 1.2px;
    text-align: center;
    background-color: #9C9C9C;
    padding: 12px 17px;
    color: #FFF;
    border-radius: 3px;
}

.tags__section .tag a{
    text-transform: uppercase;
    color: #FFF;


}


.tags__section .active__tag {
    background-color: #00EAFC;
}

.catalog_section {
    width: 100%;
    max-width: 73.3333333333%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: space-between;
    margin-top: 60px;
}
.catalog_section .catalog_item {
    flex: 0 0 calc(33.33% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    position: relative;
}
.catalog_section .catalog_item .img__item {
}

.catalog_section .catalog_item .img__item img{
    max-height: 314px;
}
.catalog_section .catalog_item .cont__simple {
    color: #1BA0AB;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.65px;
    letter-spacing: 0.200000003px;
    margin-top: 40px;
    text-transform: uppercase;
    font-family:Open Sans Condensed;
}
.catalog_section .catalog_item .name__item {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.4px;
    width: 100%;
    text-align: left;
    margin-top: 12px;
    letter-spacing: 1px;
    font-family:Open Sans Condensed;
    text-transform: uppercase;
}
.catalog_section .catalog_item .logo__item {
    width: 100%;
    margin-top: 20px;
}
.catalog_section .catalog_item .logo__item img {
    max-width: 126px;
}
.catalog_section .catalog_item .item__descr {
    margin-top: 20px;
    color: #737373;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.200000003px;
    text-align: left;
	width: 100%;
}

.catalog_section .catalog_item .item__descr .woocommerce-product-details__short-description p {
    font-family:Open Sans Condensed Light;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.200000003px;
    text-align: left;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.woocommerce-product-details__short-description{
	max-height: 82px;
	overflow: hidden;
}


.catalog_section .catalog_item .btn__more-link {
    width: 100%;
    text-align: left;
    margin-top: auto;
}
.catalog_section .catalog_item .btn__more-link a {
    margin-top: 20px;
    display: block;
    width: fit-content;
    background-color: #000;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    letter-spacing: 0.1em;
    padding: 8px 30px;
    transition: 0.4s;
    text-transform: uppercase;
}
.catalog_section .catalog_item .btn__more-link a:hover {
    background-color: #00EAFC;
    transition: 0.4s;
}

.section__more__item-btn {
    width: 100%;
    max-width: 83.3333333333%;
    margin: 30px auto;

}
.section__more__item-btn .btn__more-catalog {
    margin: 0 auto;
    display: block;
    background-color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0.1em;
    border: none;
    padding: 20px;
    position: relative;
}
.section__more__item-btn .btn__more-catalog:after {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__link__more.svg");
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width: 844px) {
    .catalog_section {
        width: 100%;
        max-width: 83.3333333333%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
        justify-content: space-between;
        margin-top: 60px;
    }
    .catalog_section .catalog_item {
        flex: 100%;
    }
}
.item__section {
    width: 100%;
    max-width: 73.3333333333%;
    margin: 0 auto;
    display: flex;
    margin-top: 70px;
    gap: 30px;
}
.item__section .flex__item-description .brand__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 19.92px;
    color: #ADADAD;
    font-family:Open Sans Condensed;
    letter-spacing: 1px;
}
.item__section .flex__item-description .item__name {
    font-size: 24px;
    font-weight: 400;
    line-height: 39.83px;
    padding: 5px 0px;
    margin-bottom: 30px;
    font-family:Open Sans Condensed;
    text-transform: uppercase;
}
.item__section .flex__item-description .item__descr {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 40px;
}

.item__section .flex__item-description .item__descr p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-family:Open Sans Condensed;
}


.item__section .flex__item-description .btn__bye button {
    background-color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    border: none;
    padding: 13px 47px;
    text-transform: uppercase;

}
.item__section .flex__item-description .btn__back {
    text-align: right;
    margin-top: 20px;
}
.item__section .flex__item-description .btn__back a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0.1em;
    position: relative;

    font-family:Open Sans Condensed;
}
.item__section .flex__item-description .btn__back a:before {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__back-link.svg");
    position: absolute;
    left: -20px;
}
.item__section .flex__item__image {
    flex: 1 1 50%;
}
.item__section .flex__item__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 240, 242, 0.3);
    pointer-events: none;
}
.item__section .flex__item__image .slick-slide img {
    position: relative;
}
.item__section .flex__item-description {
    flex: 1 1 50%;
}

/* Слайдер */
.slick-slider {
    min-width: 0;
}

/* Ограничивающая оболочка */
.slick-list {
    overflow: hidden;
}



/* Лента слайдов */
.slick-track {
    display: flex;
    align-items: flex-start;
}
.container__images .slick-track{
    align-items: center;
}

.slider__item {
    position: relative;
}

@media (max-width: 767px) {
    .slider__item {
        padding: 0px 40px;
    }
}
.slider__item .slick-arrow {
    position: absolute; /* Изменяем на absolute для корректного позиционирования */
    top: 90%;
    margin-top: -24px; /* Половина высоты кнопки */
    z-index: 10;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    background-color: #000;
    border-radius: 50%;
    font-size: 0;
    transition: 0.4s;
}
.slider__item .slick-arrow:hover {
    background-color: #00EAFC;
    transition: 0.4s;
}

.slider__item .slick-arrow.slick-prev {
    left: 40%;
    bottom: 0px;
}
.slider__item .slick-arrow.slick-prev::after {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/Vector-1.svg");
}

.slider__item .slick-arrow.slick-next {
    right: 40%;
}
.slider__item .slick-arrow.slick-next::after {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/Vector.svg");
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slider__item .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__item .slick-dots li {
    list-style: none;
    margin: 0px 10px;
}

.slider__item .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.slider__item .slick-dots li.slick-active button {
    background-color: transparent;
    border: 1px solid #fff;
}

.slider__item {
    padding: 0px 15px;
}

.slider__item img {
    max-width: 100%;
}

.tabs__section {
    width: 100%;
    max-width: 73.3333333333%;
    margin: 0 auto;
    margin-top: 60px;
}
.tabs__section .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-top: 0.5px solid #C4C4C4;
}
.tabs__section .tabs li {
    float: left;
    border-right: 0.5px solid #C4C4C4;
}
.tabs__section .tabs li a {
    display: block;
    padding: 20px 48px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family:Open Sans Condensed Light;
    letter-spacing: 1px;
}
.tabs__section .tabs li a:hover {
    background: #ccc;
}
.tabs__section .tabs li.active,
.tabs__section .tabs li.active a:hover {
    font-weight: bold;
    background: #fff;
}
.tabs__section .tab_container {
    border-top: none;
    background: #fff;
}
.tabs__section .tab_content {
    padding: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}



.tabs__section .tab_content table {
    width: 100%;
    border-collapse: collapse; /* Убираем двойные границы между ячейками */
}

.tabs__section .tab_content th, td {
    padding: 10px; /* Отступы внутри ячеек */
    border: 1px solid black; /* Черная граница толщиной 1 пиксель */
    text-align: left; /* Выравнивание текста по левому краю */
	font-weight: 400 !important;
	font-family: "Arial", sans-serif;
}

.tabs__section .tab_content img {
    width: auto;

}

.tabs__section .tab_content *{
    font-family: "Arial", sans-serif;

}

.tabs__section .tab_content p{
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400 !important;


}

.tabs__section .tab_content h1, h2, h3, h4, h5, h6{
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 10px;
    font-family: 'Open Sans Condensed Bold' !important;

}


.tabs__section .tab_content h3 strong {
    font-size: 38px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Open Sans Condensed Bold' !important;

}


.tabs__section .tab_content ul {
    margin-left: 20px;
    font-weight: 400 !important;
}


.tabs__section .tab_content ul li {
    margin-bottom: 15px;
    font-weight: 400 !important;
}

@media screen and (max-width: 844px) {
    .item__section {
        flex-wrap: wrap;
        padding: 0px 30px;
    }
    .slider__item .slick-arrow.slick-prev {
        left: 37%;
    }
    .slider__item .slick-arrow.slick-next {
        right: 37%;
    }
}
.section__contacts {
    width: 100%;
    margin: 0 auto;
    display: flex;
    max-width: 73.3333333333%;
    margin-bottom: 160px;
}
.section__contacts .container__flex-column {
    flex: 1 1 calc(33.33% - 20px);
    max-width: 474px;
    margin-top: 100px;
}
.section__contacts .container__flex-column h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 40.03px;
    margin-bottom: 8px;
    font-family:Open Sans Condensed;
}
.section__contacts .container__flex-column p {
    font-size: 18px;
    font-weight: 400;
    line-height: 19.85px;
    text-align: left;
    color: #C9C9C9;
}
.section__contacts .container__flex-column .container__info {
    margin-top: 60px;
}
.section__contacts .container__flex-column .container__info .flex__group {
    display: flex;
    gap: 26px;
    margin-bottom: 23px;
}
.section__contacts .container__flex-column .container__info .flex__group .flex__text h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 17.65px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family:Open Sans Condensed Light;
    letter-spacing: 1px;
}
.section__contacts .container__flex-column .container__info .flex__group .flex__text a {
    display: block;
    font-size: 20px;
    font-family:Open Sans Condensed;
    font-weight: 400;
    line-height: 22.95px;
    text-align: left;
    color: #000;
    max-width: 321px;
}
.section__contacts .container__flex-map {
    flex: 1 1 calc(66.66% - 20px);
    position: absolute;
    width: 50vw;
    height: 767px;
    right: 0;
}

@media screen and (max-width: 1280px) {
    .section__contacts {
        gap: 20px;
        flex-wrap: wrap;
    }
    .section__contacts .container__flex-map {
        flex: 100%;
        position: relative;
        width: 50vw;
        height: 20vh;
    }
    .section__contacts .container__flex-map .map-frame {
        height: 30vh !important;
    }
}
.section__btn__back {
    width: 100%;
    max-width: 83.3333333333%;
    margin: 0 auto;
    text-align: right;
    margin-top: 60px;
}
.section__btn__back a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0.1em;
    position: relative;
}
.section__btn__back a:before {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__back-link.svg");
    position: absolute;
    left: -20px;
    top: 0px;
}

.section__blog-single {
    margin: 0 auto;
    width: 100%;
    max-width: 83.3333333333%;
    margin-top: 36px;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}


.section__blog-single p{
    margin-bottom: 10px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

.section__blog-single strong{
    font-family: "Open Sans Condensed", sans-serif;
}

.section__blog-single h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40.03px;
    text-align: left;
    margin-bottom: 8px;
}
.section__blog-single .date {
    font-size: 18px;
    font-weight: 400;
    line-height: 19.85px;
    text-align: left;
    margin-bottom: 40px;
}
.section__blog-single table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    text-align: left;
}
.section__blog-single table thead tr {
    border-bottom: 2px solid #000;
}
.section__blog-single table th,
.section__blog-single table td {
    padding: 12px 15px;
    border: 1px solid #000;
}
.section__blog-single table thead th {
    color: #000;
    text-align: center;
}
.section__blog-single table tbody tr {
    border-bottom: 1px solid #000;
}
.section__blog-single table td.negative {
    color: red;
}
.section__blog-single table td.positive {
    color: green;
}
.section__blog-single table td {
    text-align: center;
}
.section__blog-single ul {
    margin-left: 20px;
}
.section__blog-single .promo__block {
    display: flex;
    background-color: #000;
    margin-top: 40px;
    padding: 30px 20px 30px 38px;
    align-items: stretch;
}
.section__blog-single .promo__block .cont__img {
    max-width: 50px;
}
.section__blog-single .promo__block .delimetr {
    width: 2px;
    background-color: #00EAFC;
    margin-left: 20px;
    margin-right: 28px;
    align-self: stretch;
}
.section__blog-single .promo__block .content {
    color: #FFF;
    max-width: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-top: 0px;
    margin-left: 0px;
}
.section__blog-single .block__arrows {
    display: flex;
    gap: 82px;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 20px;
}
.section__blog-single .block__arrows .arrow__back {
    font-size: 18px;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.section__blog-single .block__arrows .arrow__back a {
    color: #C4C4C4;
    position: relative;
}
.section__blog-single .block__arrows .arrow__back a:before {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__back.svg");
    position: absolute;
    left: -30px;
    top: 0px;
}
.section__blog-single .block__arrows .arrow__next {
    font-size: 18px;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.section__blog-single .block__arrows .arrow__next a {
    color: #000;
    position: relative;
}
.section__blog-single .block__arrows .arrow__next a:after {
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__next.svg");
    position: absolute;
    right: -30px;
    top: 0px;
}

.about__section {
    width: 100%;
    max-width: 73.3333333333%;
    margin: 0 auto;
    margin-top: 100px;
}

.about__section-main{
    width: 100%;
    max-width: 83.3333333333%;
    margin: 0 auto;
    margin-top: 100px;
}


.about__section .content {
    margin: 0 !important;
    max-width: 100% !important;
    padding-top: 10px !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.85px;
    text-align: left;

}


.about__section .content p{
    font-size: 16px;
    font-family: Arial,sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    line-height: 1.25rem;
    letter-spacing: .0178571429em;
    text-transform: none;
}

.about__section h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.about__section .container__persons {
    margin-top: 30px;
}
.about__section .container__persons .person {
    padding: 0px 10px;
}
.about__section .container__persons .person .person-img {
    position: relative;
}

.about__section .container__persons .person .content__person {
    padding: 20px 30px;
    padding-bottom: 70px;
}
.about__section .container__persons .person .content__person .dolch-person {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.65px;
    letter-spacing: 0.200000003px;
    color: #1BA0AB;
    font-family:Open Sans Condensed Light;
    text-transform: uppercase;
}
.about__section .container__persons .person .content__person .person-name {
    font-size: 21px;
    font-weight: 400;
    line-height: 29.4px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about__section .container__persons .person .content__person .person__descr {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.200000003px;
    text-align: left;
    color: #737373;
}
.about__section .container__persons .person .content__person .person__descr button {
    display: block;
    margin-top: 10px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.200000003px;
    text-align: left;
    color: #1BA0AB;
    background-color: transparent;
    border: none;
    text-decoration: underline;
}
.about__section .sertificates {
    margin-top: 40px;
}
.about__section .sertificates h2 {
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}
.about__section .sertificates p {
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    line-height: 1.6rem;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}


.about__section .sertificates .persons p{
	margin-bottom: 0px !important;
	font-size: 14px;
	font-family: 'Open Sans Condensed Light';
	line-height: 20px;
	color: #989898;
}

.about__section .sertificates .persons p span{
	margin-bottom: 0px !important;
	font-size: 14px;
	font-family: 'Open Sans Condensed Light';
	line-height: 20px;
	color: #989898;
}
.about__section .sertificates .container__sertificates {
    margin-top: 20px;
}
.about__section .sertificates .container__sertificates .certificate {
    position: relative;
	
}

/* Слайдер */
.slick-slider {
    min-width: 0;
}

/* Ограничивающая оболочка */
.slick-list {
    overflow: hidden;
}

/* Лента слайдов */
.slick-track {
    display: flex;
    align-items: flex-start;
}

.slider__sertificates {
    position: relative;
}

.slider__sertificates .slick-arrow {
    position: absolute; /* Изменяем на absolute для корректного позиционирования */
    top: 50%;
    margin-top: -24px; /* Половина высоты кнопки */
    z-index: 10;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0;
    transition: 0.4s;
    background-color: transparent;
}

.slider__sertificates .slick-arrow.slick-prev {
    left: -50px;
    bottom: 0px;
}
.slider__sertificates .slick-arrow.slick-prev::after {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__slider-next.svg");
}

.slider__sertificates .slick-arrow.slick-next {
    right: -50px;
}
.slider__sertificates .slick-arrow.slick-next::after {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__slider-back.svg");
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slider__sertificates .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__sertificates .slick-dots li {
    list-style: none;
    margin: 0px 10px;
}

.slider__sertificates .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.slider__sertificates .slick-dots li.slick-active button {
    background-color: transparent;
    border: 1px solid #fff;
}

.slider__sertificates .slick-list {
    overflow-y: hidden;
}

.slider__sertificates img {
    max-width: 100%;
}

.slider__persons {
    position: relative;
}

.slider__persons .slick-arrow {
    position: absolute; /* Изменяем на absolute для корректного позиционирования */
    top: 50%;
    margin-top: -24px; /* Половина высоты кнопки */
    z-index: 10;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0;
    transition: 0.4s;
    background-color: transparent;
}

.slider__persons .slick-arrow.slick-prev {
    left: -50px;
    bottom: 0px;
}
.slider__persons .slick-arrow.slick-prev::after {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__slider-next.svg");
}

.slider__persons .slick-arrow.slick-next {
    right: -50px;
}
.slider__persons .slick-arrow.slick-next::after {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    content: url("http://acv.barsukov.by/wp-content/themes/bike-rental-shop/img/arrow__slider-back.svg");
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slider__persons .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__persons .slick-dots li {
    list-style: none;
    margin: 0px 10px;
}

.slider__persons .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.slider__persons .slick-dots li.slick-active button {
    background-color: transparent;
    border: 1px solid #fff;
}

.slider__persons img {
    max-width: 100%;
    max-width: 328px;
    display: block;
    margin: 0 auto;
}

a {
    text-decoration: none;
    cursor: pointer;
}

*, *::before, *::after {
    font-family: 'Open Sans Condensed Bold';
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    color: #000;
}

.main {
    width: 100%;
    display: flex;
}
.main .sidebar__all {
    position: fixed;
    width: 100%;
    max-width: 140px;
    top: 0;
}
.main .content {
    max-width: calc(100% - 140px);
    margin-left: 140px;
    padding-top: 145px;
}

@media screen and (max-width: 1280px) {
    .main .sidebar__all {
        display: none;
    }
    .main .content {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding-top: 100px;
    }
}


@media screen and (max-width: 578px) {
    table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .main .content{
        padding-top: 0px;
    }
}



.persons {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;

    position: relative;
    max-height: 4.2em; /* Высота, соответствующая 3 строкам текста */
    overflow: hidden;
    transition: max-height 0.3s ease; /* Плавное раскрытие */
}

.persons.expanded {
    max-height: none; /* Убирает ограничение по высоте */
}

.person__descr button {

    background: transparent;
    border: none;
    cursor: pointer;
    color: blue;
    font-size: 1em;
}




@media screen and (max-width: 460px){
    header .container__header .header__logo {
        max-width: 140px;
    }
}


.breadcrumbs__section .container__text img{
	display: none;
}


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

	.breadcrumbs__section .container__text{
		margin-top: 10px;
	}
	
	.breadcrumbs__section .container__text img{
	display: block;
		margin-bottom: 10px;
}

	
	.popup-content2 .form h3{
		font-size: 29px !important;
	}
    .about__section{
        max-width: 83.3333333333%;
    }

    .blog__mobile{
        max-width: 83.3333333333% !important;
        margin-top: 50px;
    }
	
	.item__section .flex__item-description .item__descr p{
		font-size: 14px;
	}
	
	.item__section .flex__item-description .item__name{
		margin-bottom: 10px;
	}


    .breadcrumbs__section .container__text{
        max-width: 83.3333333333%;
    }

    .catalog_section{
        max-width: 100%;
    }
	
	footer .container__footer .first-row .form{
		max-width: 100%;
	}

    .item__section{
        padding: 0px 14px;
        max-width: 100%;
    }

    .tabs__section{
        max-width: 100%;
    }

    .tabs__section .tabs{
        overflow-x: scroll;
		width: fit-content;
		display: flex;
		max-width: 100%;
		min-width: 100%;
    }
	
	
	
	.tabs__section .tabs li{
		float: none;
		white-space: nowrap;
	}
	
	.tabs__section .tab_content h3 strong, .tabs__section .tab_content h3{
		font-size: 35px;
	}
	
	.tabs__section .tab_content *{
		width: 100%;
	}
	
	.tabs__section .tab_content ul{
		width: calc(100% - 40px);
	}

    .tabs__section .tabs li a{
        font-size: 14px;
        padding: 20px 30px;
    }

    .breadcrumbs__section .container__breadcrumbs .breadcrumb-item a, .breadcrumbs__section .container__breadcrumbs{
        font-size: 14px;
    }

    .breadcrumbs__section .container__breadcrumbs{
        max-width: 83.3333333333%;
    }

    .breadcrumbs__section .container__breadcrumbs .woocommerce-breadcrumb img{
        margin: 0px 7px;
    }

    .tags__section{
        width: 100%;
        padding: 0px 14px;
        max-width: 100%;
    }

    .tags__section .tag a{
        font-size: 14px;
    }

    .clients__section-company{
        margin-top: 60px;
		margin-bottom: 10px;
    }

    .clients__section-company .container__images{
        margin-top: 20px;
    }

    .blog__section{
        max-width: 100%;
    }

    .blog__section .flex__title{
        max-width: 83.3333333333%;
        margin: 0 auto;
    }

    .service__section-med .container__service .container__service-flex .flex__item-back h4{
        font-size: 17px;
    }

    .about__section .container__about .flex__about-items .flex__item p{
        font-size: 16px;
        line-height: 24px;
        margin-top: 32px;
		

    }
	
	.about__section .sertificates h2{
		font-size: 24px;
	}
	
	.about__section .sertificates p{
		line-height: 20px;
	}
	
	
	
	.about__section .sertificates .persons p{
		font-size: 14px;
		font-family: 'Open Sans Condensed Light';
		letter-spacing: 0px;
	}
	
	.about__section .container__persons .person .content__person{
		padding: 10px 0px;
	}
	
	.about__section .container__persons .person .content__person .dolch-person{
		font-size: 13px;
		line-height: 20px;
		max-width: 80%;
	}
	
	.about__section .container__persons .person .content__person .person-name{
		font-size: 14px;
	}
	
	footer{
		padding: 0px 32px;
	}
	
	footer .container__footer .first-row .menu{
		flex: none;
	}
	
	footer .container__footer .first-row .menu ul, footer .container__footer .first-row .logo-info .list__info, footer .container__footer .first-row .form .form--group{
		margin-top: 40px;
	}
	
	footer .container__footer .first-row .logo-info .logo{
		max-width: 160px;
	}
	
	footer .container__footer .first-row .menu h3{
		font-size: 28.8px;
	}

	
	footer .container__footer .first-row .menu ul li a{
		font-family: 'Open Sans Condensed';
		font-size: 16px;
	}
	
	footer .container__footer .first-row .menu ul li{
		margin-bottom: 20px;
	}
	
	footer .container__footer .first-row .logo-info .list__info ul li h4{
		font-size: 14.4px;
		line-height: 15.65px;
	}
	
	footer .container__footer .first-row .logo-info .list__info ul li a{
		font-family: 'Open Sans Condensed';
		font-size: 14.4px;
		letter-spacing: 2px;
	}
	footer .container__footer .first-row .logo-info .list__info ul li{
		font-family: 'Open Sans Condensed';
		font-size: 14.4px;
		letter-spacing: 2px;
		max-width: 165px;
	}
	
	footer .container__footer .first-row .form h3{
		font-size: 29px;
		font-family: 'Open Sans Condensed';
		letter-spacing: 1px;
		
	}
	
	footer .container__footer .first-row .form .form--group .form-row{
		gap: 18px;
	}
	
	footer .container__footer .first-row .form .form--group .form-row .form--input input, footer .container__footer .first-row .form .form--group .form-area textarea{
		font-family: Open Sans Condensed Light;
		border-radius: 0px !important;
	}
	
	footer .container__footer .first-row .form .form-submit{
		gap: 0px;
	}
	
	footer .container__footer .first-row .form .form-submit input{
		border-radius: 0px !important;
	}
	
	footer .container__footer .first-row .form .form-submit p{
		font-size: 10px;
		font-family: 'Open Sans Condensed';
	}
	
	footer .container__footer .first-row .form .form-submit input{
		font-size: 14px;
		font-family: 'Open Sans Condensed';
	}
	footer .container__footer .first-row .form .form-submit p{
		flex: 1 1 calc(60% - 20px;)
		
	}
	
	footer .container__footer .first-row .form .form-submit input{
		height: 100%;
		padding: 6px 20px;
		flex: 1 1 calc(40%);
	}
	
	footer .container__footer .flex__end p{
		font-size: 10px;
		font-family: 'Open Sans Condensed';
	}
	
	.breadcrumbs__section .container__text p{
		font-size: 16px;
		font-family: 'Open Sans Condensed Light';
	}
	
	.breadcrumbs__section{
		background-position: left;
	}
	
	.about__section h1{
		font-size: 29px;
	}
	.about__section{
		margin-top: 60px;
	}


    .about__section .container__about h2, .service__section-med .container__service h2, .blog__section .flex__title h2, .clients__section-company h2{
        font-size: 38px;
    }
	
	.service__section-med .container__service h2{
		max-width: 350px;
		margin: 0 auto;
	}
	
	.blog__section{
		margin-top: 15px;
	}
	
	.blog__section .container__blog{
		margin-top: 60px;
	}
	
	.clients__section-company .container__images img{
		max-height: 250px;
		object-fit: contain;
	}
	
	.clients__section-company .container__images{
		margin-top: 0px;
	}

    .blog__section .flex__title a{
        font-size: 14px;
    }

    .about__section .container__about .container__about-row{
        margin-top: 60px;
    }

    .about__section-main{
        margin-top: 60px;
    }

    .slider__main .slick-arrow{
        top: 80%;
    }


    header .container__header .header__logo{
        max-width: 120px;
    }

    header .container__header .phones__box-flex.phones__box-flex-first{
        display: none;
    }

    .section__slider{
        margin-top: 0px;
    }

    .main .content{
        padding-top: 0px;
    }

    .service__section-med {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .service__section-med .container__service {
        margin-top: 80px;
    }
    .service__section-med .container__service .container__service-flex {
        margin-top: 50px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service__section-med .container__service .container__service-flex .flex__item-text p:nth-child(1) {
        margin-top: 0px;
    }
    .service__section-med .container__service .container__service-flex .flex__item-text {
        padding: 0px;
        flex: 100%;
        max-width: 83.3333333333%;
    }
    .service__section-med .container__service .container__service-flex .flex__item-back {
        flex: 100%;
        padding: 40px;
        position: relative;
        max-width: 83.3333333333%;
    }
    .section__clients .slider__clients .slide {
        padding: 30px 30px;
        height: auto;
    }
    .section__clients .slider__clients .slide img {
        max-width: 190px;
        display: block;
        margin: 0 auto;
    }
    .section__slider .container__slider .slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 70% 0px;
		height: 100%;
        padding: 40px 16px;
		height: 460px;
    }
	
	#preloader img{
		width: 40vw !important;
	}
	
	.slider__main .slick-arrow{
		display: none !important;
	}
    .section__slider .container__slider .slide .slide__content h1 {
        font-size: 35px !important;
        font-weight: 600;
        line-height: 38.17px;
        letter-spacing: 0em;
        text-align: left;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .section__slider .container__slider .slide .slide__content p{
        margin: 0px ;
        max-width: calc(100% - 40px);

    }

    .section__slider .container__slider .slide .slide__content h1 span{
        font-size: 35px !important;
        font-weight: 400;
        line-height: 25.17px;
        letter-spacing: 0.1em;
        text-align: left;
		padding-top: 0px;
    }

    .section__slider .container__slider .slide .slide__content{
        margin-left: 0px;
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	
    }
	
	.slider__main .slick-arrow.slick-next{
		right: 34%
		top: 84%;
	}
	
	.section__clients .slider__clients .slide{
		height: 102px;
		padding: 10px;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	
	.section__clients .slider__clients .slide img{
		max-height: 60px;
		margin: 0;
	}
}