*{
    box-sizing: border-box;
    text-decoration: none;
}
body{
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: Comfortaa, cursive;
}
@font-face {
    font-family: 'Comfortaa';
    src: local('Comfortaa Light'), local('Comfortaa-Light'),
        url('/fonts/comfortaa/Comfortaa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.container{
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 576px){
    .container{
        max-width: 100%;
    }
}
@media only screen and (min-width:576px) and (max-width: 768px){
    .container{
        max-width: 540px;
    }
}
@media only screen and (min-width:768px) and (max-width: 992px){
    .container{
        max-width: 720px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1200px){
    .container{
        max-width: 960px;
    }
}
@media only screen and (min-width:1200px) and (max-width: 1400px){
    .container{
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1400px){
    .container{
        max-width: 1320px;
    }
}


input {outline:none;}
.company-add{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}
.company-add__wrapper-main{
    display: flex;
}
.company-add__title-wrapper{  
    display: flex;
    justify-content: center;
}
.company-add__title{ 
    margin-bottom: 0;
    order: 2;
    text-align: center;
}
.company-add__title-icon{
    width: 50px;
    height: 50px;
    order: 1;
    position: relative;
    margin-right: 22px;
}
.company-add__title-icon::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/taxi-icon.png);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
.company-add__fieldset{
    position: relative;
    margin-top: 25px;
}
.company-add__fieldset-title{
    text-align: center;
}
.company-add__input-filed{
    width: 100%;
    border: 3px solid orange;
    border-radius: 7px;
    padding: 3px;
    text-decoration: none;
    color: black;
}
.company-add__btn{
    border: 3px solid orange;
    border-radius: 7px;
    padding: 3px;
    text-decoration: none;
    color: orange;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    background: black;
}
.company-add__captha-center{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 34px;
}
.company-add____btn::after{
    content: '';
    display: block;
    clear: both;
}
.company-add__hidden{
    display: none;
}

@media only screen and (min-width: 993px){
    .company-add__wrapper-main{
        flex-direction: row;
    }
    .company-add__wrapper{
        max-width: 75%;
    }
    .company-add__title-icon{
        display: inline-block;
    }
    .company-add__title-wrapper{  
        padding-bottom: 30px;
    }
    .company-add__wrapper-main{
        gap: 100px;
    }
}
@media only screen and (max-width: 992px){
    .company-add__wrapper-main{
        flex-direction: column;
    }
    .company-add__wrapper{
        width: 100%;
    }
    .company-add__title-icon{
        display: none;
    }
    .company-add__title-wrapper {
        padding-bottom: 0px;
    }
    .company-add__wrapper-main{
        gap: 17px;
    }
    .company-add__title{
        font-size: 1.5rem;
    }
}



.breadcrumbs{
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumbs__wrapper{

}
.breadcrumbs__list{
    display: flex;
    gap: 0;
    padding-left: 0;
    list-style: none;
    gap: 10px;
}

.breadcrumbs__list li:first-child{
    display: none;
}
.breadcrumbs__item:hover{
    color: black;
}
.breadcrumbs__arrow{

}
.breadcrumbs__link{
    color: orange;
}
.breadcrumbs__link:hover{
    color: orange;
}
.breadcrumbs__name{

}
.bread_crumb__icon{
    color: orange;
}
@media only screen and (max-width: 768px) {
    .breadcrumbs__item{
        font-size: 14px;
    }
}



.catalog-town__container-more{
    display: flex;
    flex-direction: row;
    gap: 100px;
}
.catalog-town__title, .catalog-town__map-title{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.catalog-town__social{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 993px){
    .catalog-town__container-more{
        flex-direction: row;
        gap: 100px;
    }
}
@media only screen and (max-width: 992px) {
    .catalog-town__container-more{
        flex-direction: column;
        gap: 30px;
    }
    .catalog-town__title{
        font-size: 1.5rem;
    }
    .catalog-town__map-title{
        font-size: 1rem;
    }
}

.edit__wrapper{
    display: flex;
}
.edit__form-title{
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 30px;
}
.edit__fieldset{
    position: relative;
    margin-top: 25px;
}
.edit__title{
    text-align: center;
}
.edit__input{
    width: 100%;
    border: 3px solid orange;
    border-radius: 7px;
    padding: 3px;
    text-decoration: none;
    color: black;
}
.edit__btn{
    border: 3px solid orange;
    border-radius: 7px;
    padding: 3px;
    text-decoration: none;
    color: orange;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    background: black;
}

@media only screen and (min-width: 993px){
    .edit__wrapper{
        flex-direction: row;
    }
    .company-add__wrapper{
        max-width: 75%;
    }
    .company-add__title-icon{
        display: inline-block;
    }
    .company-add__title-wrapper{  
        padding-bottom: 30px;
    }
    .edit__wrapper{
        gap: 100px;
    }
}
@media only screen and (max-width: 992px){
    .edit__wrapper{
        flex-direction: column;
    }
    .company-add__wrapper{
        width: 100%;
    }
    .company-add__title-icon{
        display: none;
    }
    .company-add__title-wrapper {
        padding-bottom: 0px;
    }
    .edit__wrapper{
        gap: 17px;
    }
    .company-add__title{
        font-size: 1.5rem;
    }
}

body{
    font-family: 'Comfortaa', cursive;
}
.header{
    position: relative;
    box-shadow: 0px 10px 23px black;
    position: sticky;
    top: 0;
    z-index: 5;
}

.header__wrapper{
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.header__inner-content{
    display: flex;
    gap: 20px;
}
.header__inner-content-item{
    border: 3px solid orange;
    border-radius: 7px;
    padding: 3px;
    text-decoration: none;
    color: orange;
}


.header__inner-content-item:hover{
   color: orange;
   text-decoration: none;
   transform: scale(0.98);
}




@media screen and (max-width: 480px){
    .hero__wrapper{
        min-height: 173px;
    }

    .hero__text{
        font-size: 15px;
        line-height: 20px;
        max-width: 272px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    
    .hero__btn-form{
        width: 78%;
    }
    .header__inner-content-item{
        font-size: 12px;
        text-align: center;
    }
}

@media screen and (max-width: 992) and (min-width: 480px){
    .hero__wrapper{
        min-height: 230px;
    }

    .hero__text{
        font-size: 10px;
        line-height: 20px;
        max-width: 272px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 1280) and (min-width: 992px){
    .hero__text{
        font-size: 14px;
        line-height: 25px;
        margin-top: 15px;
        margin-bottom: 8px;
        max-width: 546px;
    }
}

@media screen and (min-width: 1280px){
    .hero__wrapper{
        min-height: 230px;
    }
    .hero__text{
        font-size: 21px;
        max-width: 607px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}


.recently-catalog{
    padding: 20px 0;
}
.recently-catalog__title{
    text-align: center;
    padding-bottom: 30px;
}


.reviews{
    padding-top: 30px;
}
.reviews__title{
    text-align: center;
}
.reviews__list{
    list-style: none;
    padding-top: 34px;
    padding-left: 0;
}
.reviews__list-item{
    display: grid;
    position: relative;
    border-radius: 18px;
    box-shadow: 0px 0px 16px 1px black;
    border: 5px solid #ffbe2e;
    box-sizing: border-box;
    padding: 5px;

    margin-bottom: 35px;
}
.reviews__list-item-wrapper{
    padding: 15px 20px;
    box-sizing: border-box;
}

.reviews__item-name{
    display: flex;
    justify-content: center;
    text-align: center;
    color: black;
    font-weight: bold;
}
.reviews__item-info-stars{
    list-style: none;
    display: flex;
    position: relative;
    justify-content: space-around;
    padding: 1rem;
}
.reviews__star_filled{
    color: orange;
}
.reviews__item-info-date{
    text-align: center;
}
.reviews__item-content{
    padding: 15px 20px;
}
.reviews__item-content-name{
    padding-bottom: 16px;
    font-weight: bold;
}
.reviews__item-content-text{

}

@media screen and (min-width: 992px){
    .reviews__list-item{
        grid-template-columns: 195px auto;
    }
    .reviews__list-item-wrapper{
        grid-row: 1;
    }
}
@media screen and (max-width: 992px){
    .reviews__list-item-wrapper{
        border-bottom: 4px dotted orange;
    }
    .reviews__list-item{
        grid-template-rows: auto auto;
    }
    .reviews__item-content{
        grid-row: 2;
    }
}


.popular-town__title{
    text-align: center;
    font-size: 24px;
}
.popular-town__content{
    padding-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.popular-town__link{
    text-align: center;
    width: 31.6%;
    color: orange;
}
.popular-town__link:hover{
    transform: scale(1.05);
    color: orange;
    text-decoration: none;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.aside{
    padding: 3px;
}
.aside__wrapper{
    padding: 5px;
}
.aside__title{
    text-align: center;
    font-size: 1.5rem;
}
.aside__list{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.aside__list-item{
    display: grid;
    position: relative;
    grid-template-columns: 94px auto;
    background: black;
    border-radius: 18px;
    box-shadow: 0px 0px 16px 1px black;
    border: 4px solid #ffc342;
    box-sizing: border-box;
    padding: 6px;
    min-height: 140px;
}
.aside__list-item-img-wrapper{
    position: relative;
    grid-row: 1;
    grid-column: 1;
    padding-bottom: 16px;
}
.aside__list-item-img{
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
}
.aside__list-item-name{
    grid-row: 1;
    grid-column: 2;
    text-align: center;
    align-self: center;
    color: orange;
}
.aside__list-item-num{
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    border-top: 3px dotted orange;
    text-align: center;
    padding-top: 7px;
    color: orange;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.aside-reviews__title{
    text-align: center;
}
.aside-reviews__list{
    padding-left: 0;
    list-style: none;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.aside-reviews__item{
    border: 5px solid #ffbe2e;
    border-radius: 18px;
    padding: 6px;
    box-sizing: border-box;
    min-height: 200px;
    background: black;
    box-shadow: 0px 0px 16px 1px black;
}
.aside-reviews__item-title, .aside-reviews__item-auhor, .aside-reviews__item-text{
    display: block;
    border-bottom: 3px dotted orange;
    color: orange;
    text-align: center;
}
.aside-reviews__item-title:hover, .aside-reviews__item-auhor:hover, .aside-reviews__item-text:hover {
    color: orange;
}
.aside-reviews__item-title{
    padding-bottom: 6px;
}
.aside-reviews__item-auhor{
    padding: 6px 3px;
}
.aside-reviews__item-text{
    padding: 10px 5px;
}
.aside-reviews__read-next{
    color: orange;
    display: block;
    text-align: end;
    padding: 2px 10px 2px 5px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 993px){
    .aside__list-item{
        width: 100%;
    }
    .aside{
        flex-direction: column;
        max-width: 30%;
    }
}
@media only screen and (max-width: 992px){
    .aside__list{
        flex-wrap: wrap;
        flex-direction: row;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .aside__list-item{
        width: 48.4%;
    }
    .aside{
        width: 100%;
    }
    .aside-reviews__item{
        width: 48.1%;
    }
    .aside-reviews__list{
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px){
    .aside__list-item{
       width: 100%;
    }
    .aside-reviews__item{
        width: 100%;
    }
}
@media only screen and (min-width: 568px){
    .popular-town__content {
        flex-direction: row;
    }
}
@media only screen and (max-width: 568px){
    .popular-town__content {
        flex-direction: column;
    }
    .popular-town__link {
        width: 100%;
    }
}


.companies{
}
.companies__list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.companies__list-item{
    display: grid;
    position: relative;
    grid-template-columns: 73px auto;
    background: black;
    border-radius: 18px;
    box-shadow: 0px 0px 16px 1px black;
    border: 4px solid orange;
    box-sizing: border-box;
}

.companies__item-icon{
grid-column: 1;
font-size: 51px;

}
.companies__item-info-wrapper{
    grid-column: 2;
    border-left: 3px solid orange;
    padding: 5px;
}
.companies_list__item-title{
    color: orange;
}
.companies_list__item-location{
    color: orange;
    margin-top: 10px
}
.companies_list__item-num{
    color: orange;
}


@media screen and (max-width: 768px){
    .companies__list-item{
        width: 100%;
    }

    .companies__list{
        gap: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px){
    .companies__list-item{
        width: 48.5%;
    }
    .companies__list{
        gap: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1280px){
    .companies__list-item{
        width: 32.1%;
    }

    .companies__list{
        gap: 16px;
    }
}

@media screen and (min-width: 1280px){
    .companies__list-item{
        width: 32.3%;
    }
    .companies__list{
        gap: 16px;
    }
}


.footer{
    padding: 15px;
    background: black;
    text-align: center;
}
.footer__content{
    display: flex;
    justify-content: center;
}
.footer__text{
    color: orange;
}
.footer__text:hover{
    color: orange;
}
.footer__text:hover{
    color: orange;
}
@media only screen and (max-width:480px){
    .footer{
        font-size: 12px;
    }
}


.hero{
    position: relative;
}
.text-card {
    position: relative;
}
.hero__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px;
}
.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero__text {
    display: block;
    color: white;
    text-align: justify;
    margin: 0;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hero__title{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 52px;
}

.hero__input{
    font-size: 18px;
    border-radius: 9px;
    border: none;
    box-shadow: 0px 0px 8px -3px black;
    min-width: 255px;
    padding: 5px 20px;
}

.hero__input:active, .hero__input:hover, .hero__input:focus {
    outline: 0;
    outline-offset: 0;
}
.hero__form{
    position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.hero__btn-form{
    padding: 5px 10px;
    background: black;
    color: orange;
    font-size: 18px;
    border-radius: 9px;
    border: none;
}
.hero__btn-form:hover{
    transform: scale(0.98);
}


@media screen and (max-width: 480px){
    .hero__wrapper{
        min-height: 173px;
    }

    .hero__text{
        font-size: 15px;
        line-height: 20px;
        max-width: 272px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    
    .hero__btn-form{
        width: 78%;
    }
}

@media screen and (max-width: 992) and (min-width: 480px){
    .hero__wrapper{
        min-height: 230px;
    }

    .hero__text{
        font-size: 10px;
        line-height: 20px;
        max-width: 272px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 1280) and (min-width: 992px){
    .hero__text{
        font-size: 14px;
        line-height: 25px;
        margin-top: 15px;
        margin-bottom: 8px;
        max-width: 546px;
    }
}

@media screen and (min-width: 1280px){
    .hero__wrapper{
        min-height: 230px;
    }
    .hero__text{
        font-size: 21px;
        max-width: 607px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}


.table{
    text-align: center;
    width: 100%;
    padding-bottom: 35px;
}
.table__header{
    background: orange;
}
.table tbody tr:nth-of-type(odd) {
    background-color: #1c1c1cf5;
}
.table tbody tr:nth-of-type(even) {
    background-color: #f4b33b;  
}

.table tbody tr:nth-of-type(odd) * .table__name {
    color: orange;
}
.table tbody tr:nth-of-type(even) * .table__name {
    color: black;
}

.table tbody tr:nth-of-type(odd) * .table__num {
    color: orange;
}
.table tbody tr:nth-of-type(even) * .table__num {
    color: black;
}

.table tbody tr:nth-of-type(odd) * .table__price {
    color: orange;
}
.table tbody tr:nth-of-type(even) * .table__price {
    color: black;
}


@media only screen and (max-width: 993px){
    .table{
        font-size: 12px;
    }
}


.taxi__main-wrapper{
    display: flex;
}
.taxi__description-title{
    text-align: center;
    font-weight: bold;
    color: #222;
    border: 3px solid;
    background: orange;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 16px 0px orange;
}
.taxi__description__description-text{
    text-align: center;
    padding: 20px;
    background: black;
    color: orange;
}
.company__photos-title{
    text-align: center;
    padding-bottom: 4px;    
    margin-top: 10px;
    padding-top: 6px;
    background: black;
    color: orange;
}
.taxi__contacts-title{
    text-align: center;
    padding-top: 50px;
    margin-top: 10px;
    padding-bottom: 5px;
    border: 3px solid black;
    border-radius: 0px 0px 10px 10px;
    background: black;
    color: orange;
}
.taxi__map-wrapper{
    display: flex;
    justify-content: center;
    position: relative;
    background: black;
    padding-bottom: 24px;
    flex-direction: column;
}
.taxi__map{
    background: transparent;
    border: none;
    font-size: 177px;
    line-height: 215px;
    cursor: pointer;
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    max-width: max-content;
    align-self: center;
}
@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
.taxi__map-text{
    font-size: 18px;
    margin-bottom: 0px;
    color: orange;
    text-align: center;
}
.taxi__contacts-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 3px solid black;
    border-radius: 10px;
    padding: 8px;
    background: orange;
}
.taxi__num-title{
    background: orange;
    border-radius: 10px 0px 0px 10px;
    padding-left: 13px;
}
.taxi__num{
    background: orange;
    border-radius: 0px 10px 10px 0px;
    padding-right: 13px;
}
.taxi__link{
    color: black;
}
.taxi__link:hover{
    color: black;
    text-decoration: underline;
}
.taxi__social{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-price__title{
    text-align: center;
    background: black;
    border-radius: 10px 10px 0 0;
    color: orange;
}
.section-price__wrapper{
    display: flex;
    justify-content: space-between;
    background: black;
    color: orange;
	padding: 10px;
}

.infoblock{
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: black;
    margin-top: 10px;
    color: orange;
    border-radius: 0px 0px 10px 10px;
}
.infoblock__btn-red{
    color: orange;
    border: 3px solid orange;
    padding: 5px 256px;
    border-radius: 37px;
    margin-top: 21px;
    background: black;
}
.infoblock__btn-red:hover, .taxi-feedback-form__btn-submit:hover{
    color: orange;
    text-decoration: none;
    transform: scale(0.99);
}
.taxi-reviews__title{
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: black;
    color: orange;
    padding-top: 28px;
    padding-bottom: 6px;
}

.taxi-feedback-form__small-fields{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: black;
    padding-top: 15px;
    padding-bottom: 17px;
}
.taxi-feedback-form__field, .taxi-feedback-form__big-field{
    border: 3px solid orange;
    border-radius: 7px;
    padding: 3px;
    text-decoration: none;
    color: black;
    width: 97%;
    align-self: center;
}
.taxi-feedback-form__btns-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 19px;
    padding-bottom: 10px;
    margin: 10px 0;
    background: black;
    color: orange;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 0 10px 10px;
}
.info-taxi{
    text-align: center;
    color: orange;
}
.info-taxi__text{
    background: black;
    padding: 11px 20px 15px 20px;
    margin-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
}
.info-taxi__title{
    background: black;
    padding-top: 29px;
    margin-top: 10px;
    border-radius: 10px 10px 0 0;
    padding-bottom: 5px;
}
.taxi-feedback-form__select-box{
    color: orange;
    background: black;
    border-radius: 15px;
    border: 2px solid white;
}
.taxi-feedback-form__taxi{
    background: black;
    margin-bottom: 10px;
    color: orange;
    text-align: center;
}
.taxi__captha{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.taxi__hidden{
    display: none;
}
.taxi-feedback-form__btn-submit{
    border: 3px solid orange;
    border-radius: 7px;
    padding: 3px;
    text-decoration: none;
    color: orange;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    background: black;
}
.low-price-taxi{
    padding-bottom: 29px;
}
.low-price-taxi__title{
    text-align: center;
}
.low-price-taxi__list{
    display: flex;
    justify-content: center;
}
.low-price-taxi__item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.low-price-taxi__item-wrap{
    border: 3px solid orange;
    border-radius: 10px;
    background: black;
    text-align: center;
}
.low-price-taxi__btn-wrap{
    display: flex;
    gap: 9px;
    flex-direction: column;
}
.low-price-taxi__btn-link{
    padding-bottom: 5px;
    border-bottom: 2px dotted orange;
    color: orange;
    padding-top: 3px;
}
.low-price-taxi__btn{
    color: orange;
	font-weight: 600;
}
.low-price-taxi__btn-link:hover{
    color: orange;
}



@media only screen and (min-width: 993px){
    .taxi__main-wrapper{
        flex-direction: row;
        gap: 100px;
    }
    .taxi__left-panel{
        max-width: 60%;
    }
}
@media only screen and (max-width: 992px){
    .taxi__main-wrapper{
        flex-direction: column;
        gap: 17px;
    }
    .taxi__left-panel{
        width: 100%;
    }
}

@media only screen and (max-width: 768px){
    .infoblock__btn-red {
        padding: 5px 10%;
    }
    .infoblock{
        padding-left: 10px;
        padding-right: 10px
    }
    .info-taxi__title{
        padding-bottom: 7px;
    }
    .taxi-feedback-form__taxi {
        padding: 5px;
    }
    .taxi__description-title{
        font-size: 1.5rem;
        padding: 10px;
    }
    .company__photos-title{
        font-size: 1.2rem;
        padding: 5px;
    }
    .taxi__contacts-title{
        padding-top: 18px;
        font-size: 18px;
    }
    .section-price__wrapper{
        flex-wrap: wrap;
        gap: 20px;
    }
    .taxi__contacts-item{
        gap: 10px;
    }
    .taxi__num-title, .taxi__num{
        width: 100%;
        border-radius: 10px;
        padding: 0;
        text-align: center;
    }
    .taxi-reviews__title{         
        padding-top: 12px;
        font-size: 1.5rem;
    }
    .info-taxi__title{
        padding-top: 12px;
        font-size: 1.3rem;
    }
    .section-price__title{
        padding-top: 12px;
        font-size: 1.3rem;
    }
    .taxi__map {
        font-size: 101px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1280px){
    .infoblock__btn-red {
        padding: 5px 26%;
    }
}



@media only screen and (min-width: 992px){
    .low-price-taxi__item{
        width: 50%;
    }
}
@media only screen and (max-width: 992px){
    .low-price-taxi__item{
        width: 100%;
    }
}