.scroll-logo .cls-1{
fill: #fff;
}
@media screen and (max-width:600px){
.custom-mobile{
height:45px!important;
margin-top:75px;
}
}
p.politic_title{
    font-family: "PF BeauSans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin: 0 0 23px 0;
    display: inline-block;
}
.politic_row p.politic_title{
    font-family: "PF BeauSans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin: 0 0 23px 0;
    display: inline-block;
}
.politic_wrap{
    padding-left: 0;
}
.politic_row p,
.politic_row li,
.cookie_text{
    font-family: "uniSans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}
.cookie_text span{
    color: #ee591f!important;
}
.politic_row p{
    margin-bottom: 30px;
    margin-top: 0;
}
.politic_row li{
    margin-bottom: 20px;
}
.politic_row ul li{
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}

.politic_row ul li:after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #ee591f;
    content: '';
}
ol {
    list-style: none;
    counter-reset: li;
}
ol li::before {
    counter-increment: li;
    content: counters(li,".") ". ";
    font-family: "PF BeauSans Pro"!important;
    font-weight: 700!important;
    font-size: 24px!important;
    font-style: normal;
    line-height: 150%;
    color: #000000;
}
.politic_row ul li::before {
    content: none!important;
}
.politic_row ol li::before{
    font-family: "uniSans";
    font-weight: 400!important;
    font-size: 20px!important;

}
.cookie_wrap{
    position: relative;
}
.cookie_row{
    position: fixed;
    z-index: 7777777;
    bottom: 10px;
    max-width: 1300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
    padding: 25px 40px;
}
.cookie_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie_wrap .cookie_text{
    flex: 1 1 auto;
    max-width: 897px;
    margin: 0 16px 0 0;
}
.cookie_text span a{
    color: #ee591f;
}
.btn_row a{
    border: 1px solid #EE571C;
    width: 200px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "PF BeauSans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    text-transform: uppercase;

    color: #000000;
    transition: .5ms;
}
.btn_row a svg{
    width: 20px;
    margin-right: 10px;
}
.btn_row a:hover{
    color: #EE571C;
    transition: .5ms;
}
.section_otzov .section-head,
.otzov_wrap .section-head{
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_otzov .slider-controls {
    display: flex;
    align-items: center;
}
.otzov_item{
    background: #FFFFFF;
    padding: 20px 35px;
    transition: .5ms;
    position: relative;
}
.otzov_item:hover{
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
    transition: .5ms;
    z-index: 3;
}
.otzov_slider .otzov_item{
    max-width: 650px;
    height: 370px;
    position: relative;
}
.otzov_slider .slick-track{padding: 50px}
.otzov_slider {margin: -50px 0 -50px -50px}
.otzov_title_row{
    display: flex;
    align-items: start;
}
.otzov_title{
    flex: 1 1 auto;
    font-family: "PF BeauSans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */


    color: #EC562B;
    margin-top: 0;
}

.rating-area {
    flex: 0 0 100%;
    overflow: hidden;
    max-width: 80px;
    margin: 0 auto;
}
.review_form .rating-area{
    margin: 0;
    max-width: 100px;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label, .rating-area div.star {
    float: right;
    width: 15px;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    color: lightgrey;
}
.rating-area div.star{
    height: 15px;
    cursor: default;
    float: left;
}
.rating-area div.star.check:before{color: #EC562B}
.review_form .rating-area:not(:checked) > label {
    float: right;
    width: 20px;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    /*color: lightgrey;*/
}
.rating-area div.star:before,.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: #EC562B;
    text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #EC562B;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #EC562B;
}
.rate-area > label:active {
    position: relative;
}
.otzov_item p.text{
    margin-top: 5px;
}
.otzov_item hr{
    border: 1px solid #DFDFDF;
    margin: 15px 0 0 0;
}
.strong {
    font-weight: 700;
}
.btn_otzov a{
    font-family: "uniSans";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    border-bottom: 1px solid #EC562B;
    width: fit-content;
    cursor: pointer;
}
.section_otzov .btn_row a{
    margin: 50px auto 0 auto;
}
.otzov_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    height: auto;
}
.modal_review,
.modal_otzov{
    display: none;
}
.modal_review .modal__content,
.modal_otzov .modal__content {
    width: 100%;
    max-width: 650px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
}
.modal_review .modal__content{
    padding: 80px;
}
.modal_otzov{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    top: -1000px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: scroll;
    padding: 60px 15px;
}
.modal_review{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    top: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: end;
    align-items: start;
    overflow-y: scroll;
    height: 100%;
}
.modal_active {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: .3s;
    z-index: 22222;
}
.modal__close-button {
    border: none;
    position: absolute;
    right: 16px;
    top: 16px;
    background: none;
    cursor: pointer;
    transition: .3s;
    outline: none;
    z-index: 7777;
}
.modal_otzov .otzov_item,
.modal_otzov .otzov_item .otzov_text{
    height: 100%;
    display: block;
}
.otzov_wrap{
    background: #F6F6F6;
}
.otzov_wrap .section-head h2{
    margin-bottom: 0;
}
.otzov_wrap .section-head{
    margin: 55px 0;
}


.otzov_wrap .body-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.body-top .prods-count{
    font-weight: 700;
}
.body-top .ddsCounter{
    color: #EC562B;
}
.body-top .controls{
    display: flex;
    align-items: center;
}
.page_pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    padding: 0;
}
.page_pagination li{
    font-family: "uniSans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    color: #000000;
    height: 24px;
    width: 24px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}
.page_pagination li:first-child{
    margin-left: 0;
}
.page_pagination li.arrow-list{
    background: #FFFFFF;
}
.page_pagination li.active{
    border: 1px solid #EC562B;
}
.otzov_row .otzov_text{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.otzov_row .btn_otzov{
    margin-left: 50%;
}
.input-label span{
    color: #EE571C;
}
.input::placeholder{
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
    transition: 0.15s;
    transform-origin: left center;
    max-width: calc(100% - 55px);
    color: #6e6e6e;
    letter-spacing: 0.4px;
    font-family: "uniSans";
    font-size: 14px;
}
.input:focus::placeholder{
    transform: scale(0.85) translateY(0);
    top: 6px;
}
.review_form{
    margin-top: 30px;
}
.review_form .form-col,
.rating-area-row{
    margin-bottom: 20px;
}
.review_form textarea{
    background-color: #fbfbfb;
    border: 1px solid #dbdbdb;
    letter-spacing: 0.35px;
    color: #000;
    font-size: 14px;
    font-family: "uniSans";
    transition: 0.15s;
    padding: 23px 54px 10px 15px;
    resize: none;
}
.checkout-form .form-col label.file{
    display: flex;
    flex-direction: row;
}
.checkout-form .form-col label.file .input_file_var{
	margin:0px 20px;
}
.input_captcha_group .input-wrap{
	width:calc(100% - 30px);
}

.review_form .input-wrap {
    margin: 0;
}
.review_form textarea{
    height: 120px;
}
.review_form .form-col.input_grup textarea{
    height: 80px;
}
.form-col.input_grup{
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.rating-area-row .input-label{
    position: inherit;
}

.section-certificates{
	margin-top: 150px;
}

@media(max-width: 992px) {
    .cookie_row{
        display: block;
    }
    .cookie_wrap .cookie_text {
        margin: 0 0 20px 0;
    }
    .btn_row a {
        margin: 0 auto;
    }
}
@media(max-width: 768px) {
    .otzov_row .otzov_text{
        display: block;
    }
    .otzov_row .btn_otzov{
        margin-left: 0;
    }
}
@media(max-width: 550px) {
    .modal_review .modal__content {
        padding: 40px 30px;
    }
    .form-col.input_grup {
        grid-template-columns: 1fr;
    }
}

.single-news-content{
	padding-bottom: 0;
	padding-top: 0;
}
.single-news-content .red{
	color: #ee591f;
}
.single-news-content .container p{
	font-size: 16px;
}
.single-news-content .container li{
	margin-bottom: 15px;
	list-style-type: none;
	position: relative;
}
.single-news-content .container li:after{
	position: absolute;
	top: 6px;
	left: -30px;
	width: 10px;
	height: 10px;
	border: 1px solid #ee591f;
	content: '';
}
.single-news-content .bold{
	font-weight: bolder;
}
.single-news-content .magin_b{
	margin-bottom: 15px;
}
.single-news-content .single-news-content .mb-6:last-child{
	margin-bottom:0;
}
.single-news-content .container i{
	font-style: normal;
}

.gallary_grant{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .gallary_grant > div{
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  @media(max-width: 700px){
    .gallary_grant > div{
      width: calc(50% - 15px);
    }
  }
  @media(max-width: 500px){
    .gallary_grant > div{
      width: 100%;
    }
  }
.question{
		position: relative;
	}
	.question .container{
		padding: 0;
	}
	.question:before{
		background: #f2f2f2;
		position: absolute;
		top: 0;
		left: -100vw;
		right: -100vw;
		width: 300vw;
		bottom: 0;
		content: '';
		z-index: -1;
	}
	.accordion-item{
		background: #fff;
		padding: 30px 40px;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.accordion-item hr{
		display: none;
	}
	.accordion-head{
		padding-top: 0;
	}
	.accordion-item.active .accordion-head{
		color: #f05a00;
	}
	.accordion-item.active{
		box-shadow: 0px 0px 35px 2px #0004;
	}
	.accordion-head svg{
		width: 25px;
		height: auto;
		transition: .4s;
	}
	.accordion-item.active .accordion-head svg{
		transform: rotate(180deg);
		fill: #f05a00;
	}
	@media(max-width: 600px){
		.accordion-head svg{
			width: 17px;
		}
		.accordion-item{
			padding: 10px;
		}
		.accordion-body,.accordion-head{
			padding-right: 0;
		}
		.accordion-head .title{
			font-size: 17px;
		}
	}


h2.h2_other_news {
    font-size: 32px;
}
h2.h2_other_news {
    width: 100%;
    background-color: #f6f6f6;
    padding: 50px;
    padding-left: 110px;
	margin-bottom: -70px;
}
section.section.section-news_list {
    padding-top: 35px;
}
.date.fs-12.ls-4.ff-unisans {
    font-weight: bold;
}

.date_pg {
    font-weight: bold;
    margin: 25px 0px;
    border: 1px solid black;
    width: 112px;
    height: 30px;
    padding-top: 5px;
    color: orangered;
    text-align: center;
}
@media screen and (max-width: 425px) {
	h2.h2_top {
		width: 380px;
	}
	h2.h2_other_news {
		width: 100%;
		background-color: #f6f6f6;
		padding: 50px;
		padding-left: 50px;
		margin-bottom: -70px;
	}
	.prime_video {
		width: 100%;
		height: 100%;
		display: flex;
		margin: 0;
		top: 0;
		left: 0;
		border: none;
	}
}	

/* brands */
.section-text_image{
		margin-bottom: 50px !important;
	}
@import url('http://fonts.cdnfonts.com/css/lorem-ipsum');
.myClass{
font-family: "Lorem Ipsum";
}
.my_title{
	display: flex;
}
.my_title > div:first-child{
	margin-right: 20px;
}
.video{
	display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media(max-width: 950px){
	
}
@media(max-width: 765px){
	.my_title{
		flex-direction: column;
	}
}