* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--var-color-text);
    box-sizing: border-box;
}

:root {
    --var-color-active: #F4C82C;
    --var-color-text:#353535;
}

/* ----------------- */
/* main creen page */

.main__navigation {
    background-color: var(--var-color-active);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
/* ---------------------- */

.main__nav {
display: flex;
justify-content: space-between;
align-items: center ;
padding: 30px 10px;
}


.main__city-item-active {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    border-bottom: #353535 solid 2px;
    cursor: pointer;
}

.main__city-item-active::after {
    display: inline-block;
    content: url('../img/shevron.svg');

}

.main__city-item-active:hover {
    background-color:rgba(255, 255, 255, 0.301);
    transition: all .3s;
}


/* --------------------- */

.main__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__menu-item {
    list-style: none;
    cursor: pointer;
}

.main__menu-item:not(:last-child) {
    margin-right: 30px;
}


.main__menu-item a {
    font-size: 1.15rem;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: transparent solid 2px;
}

.main__menu-item a:hover {
    /* font-weight: 500; */

    border-bottom: #353535 solid 2px;
    transition: all 0.3s;
}




/* --------------- */
.main__screen {
    background: url(../img/Main_Bg.jpg)  center center/cover no-repeat ;
    
}

/* ----------------- */

.main__screen_block h1 {
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
    color: white;
    padding-top: 200px;
    padding-bottom: 20px;
}

.main__screen_block h2 {
    font-size:1.56rem ;
    font-weight: 400;
    max-width: 460px;
    color: white;
    margin: 0 auto;
    margin-bottom: 50px;
}

.main__screen_block span {
    color: white;
    font-size: 1.56rem;
    font-weight: 500;
    text-transform: uppercase;
}
/* -------------- */
.screen__serch {
    text-align: center;
}

.screen__serch_text {
    font-size: 0.9rem;
    width: 400px;
    padding: 15px 80px 15px 20px;
    margin-bottom: 4.15rem;
    outline: none;
}

.screen__serch_text:hover {
    /* background-color: rgba(255,255, 255, .9); */
    box-shadow: rgba(224, 224, 224, 0.3) 0 5px 15px;
    outline: none;
}

.screen__serch_btn {
    font-size: 1rem;
    font-weight: 500;
    background-color: var(--var-color-active);
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
}

.screen__serch_btn:hover {
    background-color: #b6910a;
    transition: all 0.3s ease-in-out;
    
}

.screen__btn {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    color: var(--var-color-active);
    border: var(--var-color-active) solid 1px;
    width: 520px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 115px;
}

.screen__btn:hover {
    color: #353535;
    background-color: var(--var-color-active);
    transition: all 0.3s;

}

.main__screen_block{
position: relative;
}

.screen__serch-total {
    font-size:0.875rem ;
    color: white;
    position: absolute;
    left: 56%;
    top:59%
}

.screen__serch-total span {
    font-size: 0.875rem;
}

.screen__down {
    font-size: 1.25rem;
    color: white;
    text-align: center;
    padding-bottom: 100px;
    position: relative;
}

.screen__down::after {
    content: url(../img/ico_shevron.svg);
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%);
}

/* product ---------------- */

.container__p {
    font-size: 1.15rem;
    padding-top: 40px;
    padding-bottom: 15px;
}

.container__p span {
    font-size: 1.15rem;
}

.product__wrap-block {
    display: flex;
    justify-content: space-between;
}



.product__img-block {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__img-block>p {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.img__wrap {
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
    filter:  drop-shadow(0px 4px 16px rgba(53, 53, 53, 0.15));
    margin-bottom: 30px;
}

.img__block {
    max-width:500px;
}

.img__block:hover {
    transform:  scale(125%) ;
    transition: all 0.2s;
}

/* /////// */
.img__rate {
    margin-bottom: 60px;
}

.img__rate ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.img__rate>ul>li {
    font-size: 1.15rem;
    font-weight: 500;
}

.img__rate>ul>li:before {
    content: url('../img/ico_Star\ 5.svg');
    margin-right: 16px;
}

.img__rate>ul>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 105px;

}

.img__rate>ul>ul li:not(:last-child) {
    color:#23DD62;
    font-size: 1.15rem;
}

.img__rate>ul>ul li:not(:last-child)::before {
    content: url('../img/ico_palec_up.svg');
    margin-right: 5px;
}

.img__rate>ul>ul li {
    color:#FC2E2E;
    font-size: 1.15rem;
}

.img__rate>ul>ul li::before {
    content: url('../img/ico_palec_down.svg');

    margin-right: 5px;
}

/* /////////////// */

.line {
    width: auto;
    height: 1px;
    background-color: var(--var-color-text);
    margin-bottom: 40px;
}

.table__block-wrap {
    width: 500px;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.table__block table {
    width: 100%;
    padding-bottom: 15px;
}

.table__block table th {
    font-size: 1.25rem;
    font-weight: 500;
}

.table__block p {
    display: inline-block;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.table__block-wrap>table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;

}
.table__block-wrap table tr th {
    height: 50px;
    border: 1px solid #D2D2D2;
    font-size: 1.15rem;
    font-weight: 500;
}

.table__block-wrap table tr:nth-child(2n) {
    background-color: #F1F1F1;
}

.table__block-wrap>span {
    padding-left: 30px;
    font-size: 0.85rem;    
}


/* //////////////////////// */
/*  product-text */
.product__text-block {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-start;
}

.product__text-block>p {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.product__text-block>p span {
    font-size: 1.25rem;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 20px;
}

.product__text-block h2 {
    font-size:1.875rem ;
    font-weight: 600;
    margin-bottom: 30px;
}

.text-block__item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.text-block__line {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    margin-bottom: 10px;
}

.text-block__item p {
    font-size: 1.125rem;
    margin-bottom: 30px;
}

.item-product p {
    margin-bottom: 10px;
}

.item-product p span {
    font-size: 1.25rem;
    font-weight: 500;
}

.item-product {
    margin-bottom: 30px;
}


/* ---------------- */
.text-block__e {
    display: inline;
    font-size: ;
    font-weight: ;
    background: #23DD62;
    padding: 5px 10px;
    line-height: 1.6;
}


.text-block__table p {
    display: inline-block;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 20px;
}

/* --------------- */
.text-block__line-block {
    width: 100%;
    height: 1px;
    background-color: var(--var-color-text);
    margin: 30px 0;
}

/*  -----------coments */
.coments-block {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 30px;
}

.coments-block h2 {
    font-size: 1.875rem;
    font-weight: bold;
}

.coments-block__filter span:last-child {
    font-weight: 500;
}

.coments-block__filter span:last-child::after {
    content: url('../img/shevron.svg');
    margin-left: 10px;
}

.coments_item-wrap {
    padding: 55px 40px;
    
    box-shadow: 0px 4px 16px rgba(52, 52, 52, 0.15);
    margin-bottom: 20px;
}

.item-header-block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 25px;

}

.item-header h3 {
    font-size: 1.125rem;
    font-weight: bold;
}

.item-header p {
    font-size: 0.875rem;
}

.item_time {
    font-size: .875rem;
}

.item-header__line {
    width: auto;
    height: 1px;
    background-color: var(--var-color-text);
    margin-top: 10px;
    margin-bottom: 10px;
}

.item-coments p {
    font-size: 1.125rem;
    margin-bottom: 30px;
}

.item-footer-coments {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.item-rate span {
    font-size: 1.125rem;
}

.item-rate_plus {
    color: #23DD62;
    margin-right:20px ;
}

.item-rate_plus::before {
    content: url('../img/ico_palec_up.svg');
    margin-right: 5px;
}

.item-rate_minus {
    color: #FC2E2E;
}

.item-rate_minus::before {
    content: url('../img/ico_palec_down.svg');
    margin-right: 5px;
}

.item-footer-coments button {
    background: var(--var-color-active);
    border: none;
    padding: 5px 10px;
    font-size: 1.185rem;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
}

.item-footer-coments button::before {
    content: url('../img/ico_aroow.svg');
    margin-right: 5px;
}

.item-footer-coments button:hover {
    
    background-color: #b6910a;
    transition: all 0.3s ease-in-out;
}
/*  ------------------  */

.product__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;

}

.product__pagination a img {
    padding: 3px 5px;
    background: var(--var-color-active);
}

.product__pagination a img:hover {
    background-color: #b6910a;
    transition: all 0.3s ease-in-out;
}

.product__pagination ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    margin: 0 10px;

}

.product__pagination ul li {
    font-size: 1.275rem;
    color: #808080;
    margin: 0px 3px;
}

.product__pagination ul li:first-child {
    font-size: 1.4rem;
    font-weight: bold;
    color: #353535;
}

/*  add coments---------- */
.add-coments__block h2 {
    font-size: 1.875rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 50px;
}

.form_name-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:60px ;
}

.form_name-block p {
    font-size: 1.125rem;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 10px;
}

.add__form input[type='text'] {
    width: 400px;
    font-size: 1rem;
    color: #c2c2c2;
    padding: 15px  20px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
}

.add__form input:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
}

.add__form input:focus {
    outline: #808080;   
}

.add__form input:focus::placeholder {
    opacity: 0;

} 

.form_phone span {
    display: block;
    font-size: 0.875rem;
    margin-left: 20px;
}

.form_textarea p {
    font-size: 1.125rem;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 10px;
}


textarea {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    resize: none;
    cursor: pointer;
}


textarea:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
}

textarea:focus::placeholder {
    opacity: 0;
}

textarea:focus {
    outline: #808080;   
}

.form_rate {
    margin: 20px 0;
}

.form_btn-block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 120px;
}

.form_btn-block span a {
    font-size: 0.9rem;
    color: var(--var-color-active);
    cursor: pointer;   
}

.form_btn-block span a:hover {
    color: #b6910a;
    transition: all 0.3s;
}

.form_btn {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: var(--var-color-active);
    padding: 15px 30px;
    border: none;
    cursor: pointer;
}

.form_btn:hover {
    background-color: #b6910a;
    transition: all 0.3s ;
}


/* footer */
footer {
    background-color: var(--var-color-active);
}

.footer_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px  0;
}

.footer_block p {
    font-size: 1.25rem;
    font-weight: bold;
}

.footer_politics {
    text-decoration: none;
    font-size: 1.25rem;
    padding-bottom: 5px;
    border-bottom: transparent solid 2px;
}

.footer_politics:hover {
    border-bottom: #353535 solid 2px;
    transition: all 0.3s;
}