html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Inter';
	overflow-x: hidden;
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

a svg {
	-webkit-transition: .5s;
	transition: .5s;
}

.container {
	position: relative;
	z-index: 2;
}

button {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: 'Golos Text';
}

button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

section {
	position: relative;
	z-index: 1;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto; 
}







main{
    background-color:#F3F5F9;
}

/*************CARDS*************/
.cards-product{
    padding-top:40px;
    padding-bottom:40px;
}
.cards-product .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.cards-product .item {
    border-radius: 30px;
    background: rgb(255, 255, 255);
    padding: 22px 15px 30px 15px;
}
.cards-product .header-card {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.cards-product .header-card .socials {
    display: flex;
    gap: 7px;
}
.cards-product .header-card a{
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.cards-product ul.info{
    padding-left:0px;
    margin-bottom:11px;
}
.cards-product .additional p{
    margin-bottom:0px;
}
.cards-product .additional {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 9px;
}
.cards-product .additional:last-child{
    margin-bottom:20.5px;
}
.cards-product p.txt-content {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.cards-product p.icon-rub {
    font-family: PT Sans Caption;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    display: flex;
    gap: 8px;
}
.cards-product p.icon-rub .grey{
    color: rgb(210, 210, 210);
}
.cards-product p.icon-rub:not(:last-child){
    margin-right:7px;
}
.cards-product p.meaning {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
.cards-product .details{
    padding-left:0px;
}
.cards-product .details li.href-details {
    border-radius: 5px;
    background: rgb(245, 245, 245);
    margin-bottom: 10px;
    padding: 5px 8px;
}
.cards-product .details li.href-details:last-child{
    margin-bottom:24px;
}
.cards-product .details li.href-details a.href {
    display: flex;
    justify-content: space-between;
    color: rgb(64, 60, 57);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}
.cards-product .details .circle-btn {
    background: rgb(0, 141, 128);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards-product .rating-yandex-otzovik {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.cards-product p.logo-txt-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom:0px;
    flex-wrap: wrap;
}
.cards-product p.logo-txt-rating span {
    margin-bottom:0px;
}
.cards-product span.txt-rating.color-black {
    color: rgb(64, 60, 57);
}
.cards-product .txt-rating {
    color: rgb(151, 151, 151);
    font-family: PT Sans Caption;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 11px;
}
.cards-product button.discount {
    border-radius: 15px;
    background: rgb(0, 141, 128);
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin-top: 22px;
    height: 50px;
}
.tabs-content {
    position: relative;
}
.tabs-content .tab-content:not(.active){
    display:none;
}
.tabs-content .tab-content{
    height:191px;
    margin: 7px 0px 41px 0px;
}
.tabs-content .splide {
    max-width: 100%;
    width: 100%;
}
.tabs-content .splide button.splide__arrow {
    border: 1px solid rgb(175, 175, 175);
    background: rgb(255, 255, 255);
    opacity: 1;
}
.tabs-content .content-slider {
    border-radius: 8px 8px 8px 8px;
    background: rgb(220, 220, 220);
    padding: 8px;
}
.tabs-content button.tab-toggle {
    color: rgb(114, 112, 111);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.tabs-content .buttons {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.tabs-content button.tab-toggle.active {
    color: rgb(255, 255, 255);
    border-radius: 50px;
    background-color: rgb(38, 40, 44);
    padding: 6px 16px;
}
.tabs-content button.tab-toggle{
    transition: all .5s;
}
.tabs-content .splide__slide img {
    display: block;
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: center;
}
.tabs-content .block-count-reviews {
    position: absolute;
    display: flex;
    border-radius: 20px;
    box-shadow: 0px 4px 22.8px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    max-width:312px;
    width:100%;
    height:40px;
    align-items: center;
    justify-content: space-between;
    padding:0px 6px 0px 17px;
    gap:20px;
}
.tabs-content .block-count-reviews p, 
.tabs-content .block-count-reviews span{
    margin-bottom:0px;
}
.tabs-content .block-count-reviews p.count {
    color: rgb(0, 0, 0);
    font-family: PT Sans Caption;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}
.tabs-content .block-count-reviews p.icons-count {
    display: flex;
    gap: 8px;
    align-items: center;
}

/*********BREADCRUMB*********/
.breadcrumb-block{
    padding-top:34px;
    margin-bottom:21px;
}
.breadcrumb{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb li {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    gap:10px;
    align-items: center;
}
.breadcrumb li:not(:last-child)::after{
    content:'';
    display:block;
    background:url(/img/svg/arrow-breadcrumb.svg);
    background-repeat: no-repeat;
    width: 15.6px;
    height: 9.6px;
}

/**************BANNER-TOP**************/
.banner-top .content-banner {
    border-radius: 30px;
    background: rgb(38, 40, 44);
    padding: 35px 20px;
    text-align: center;
}
.banner-top .content-banner p.description-top {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.banner-top .content-banner h1.h1-banner {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom:22px;
}
.banner-top .content-banner button.fos {
    border-radius: 15px;
    background: rgb(252, 63, 29);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    max-width: 319px;
    width: 100%;
    height: 42px;
    font-family: Inter;
    padding: 8px;
}
.banner-top .present {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-top .present button.present-up, 
.banner-top .present button.present-down{
    display: block;
}

/******************SORTING*************/
.sort-content {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 15px 45px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top:40px;
}
.sort-content p.name-sort {
    color: rgb(0, 141, 128);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 18px;
}
.sort-content .sort-companies{
    max-width: 595px;
    width:100%;
}
.sort-content .sort-list {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom:0px;
}
.sort-content .sort-list .sort-company-button{
    display:block;
    margin-bottom:10px;
    display:flex;
    gap:12px;
    align-items: center;
}
.sort-content .sort-list .sort-company-button span{
    color: rgb(64, 60, 57);
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
.sort-content ul.sort-list{
    height:58px;
    align-items: center;
}
.sort-content ul.sort-list .filter-company-button{
    display: flex;
    gap:9px;
    align-items: center;
}
.sort-content ul.sort-list .filter-company-button span{
    color: rgb(64, 60, 57);
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}


/*****************FORM******************/
.content-fos {
    border-radius: 15px;
    box-shadow: 2px 4px 10.7px 0px rgba(10, 0, 56, 0.14);
    background: rgb(255, 255, 255);
    padding: 12px 19px;
    position: relative;
}
.content-fos .form {
    display: flex;
    max-width: 1076px;
    width: 100%;
    flex-wrap: wrap;
    gap:9px 38px;
    align-items: end;
}
.content-fos .input-label {
    color: rgb(141, 141, 141);
    font-size: 14px;
    font-weight: 400;
    line-height: 142.52%;
    margin-bottom: 4px;
}
.content-fos input.name-input {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 15px;
    padding: 12px 15px;
    color: rgb(141, 141, 141);
    font-size: 18px;
    font-weight: 400;
    line-height: 142.52%;
    width:100%;
}
.content-fos .input-fio{
    max-width:450px;
    width:100%;
}
.content-fos input.phone-input {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 15px;
    padding: 12px 15px;
    color: rgb(141, 141, 141);
    font-size: 18px;
    font-weight: 400;
    line-height: 142.52%;
    max-width:250px;
    width:100%;
}
.content-fos button.button.button-submit {
    border-radius: 15px;
    background: rgb(252, 63, 29);
    max-width: 300px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 108.02%;
    height: 50px;
}
.content-fos label.form__label {
    position: relative;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.38);
    font-size: 14px;
    font-weight: 400;
    line-height: 111.19%;
    cursor: pointer;
}
.content-fos label.form__label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.content-fos .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 5px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.content-fos .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    }
.content-fos input:checked ~ .checkmark:after {
    display: block;
    background: url(/img/svg/icon-vector-form.svg);
    width: 10px;
    height: 5.5px;
}
.content-fos button.present-fos {
    position: absolute;
    right: 0;
    top: -20%;
}