/* font-family: "PlakatTitul"; */
@font-face {
    font-family: "PlakatTitul";
    src: url("../fonts/A_Plakattitul-Extrabold.ttf");
}
.group {
float:right;
}
/* font-family: "RalewayRegular"; */
@font-face {
    font-family: "RalewayRegular";
    src: url("../fonts/Raleway-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RalewaySemiBold"; */
@font-face {
    font-family: "RalewaySemiBold";
    src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "EuropeBold"; */
@font-face {
    font-family: "EuropeBold";
    src: url("../fonts/Europe-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html{
    scroll-behavior: smooth;
}
body {
    color: #000;
    font-size: 24px;
    font-family: PlakatTitul, sans-serif, Arial;
    min-width: 970px;
}

a, a:focus, a:hover, a:active {
    outline: none;
}
.logo-news {
    background: #fff;
    border-radius: 50%;
    max-width: 202px;
    margin: auto;
    aspect-ratio: 1 / 1;
    height: 200px;
    position: relative;
    margin-top: -15px;
}
.container {
    width: 970px;
    max-width: none !important;
}
.metr {
    margin-top: 100px;
}
.modal-open .modal {
    overflow-x: auto;
    overflow-y: auto;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.margin-none {
    margin: 0;
}

.section1 {
    height: 100vh;
    min-height: 450px;
    background: url("../images/fon_section1.jpg") center bottom fixed;
    background-size: cover;
}

@media (max-height: 450px) {
    .section1 {
        height: auto;
        min-height: 450px;
    }
}

@media (max-width: 1000px) {
    .section1 {
        height: auto;
        min-height: 450px;
        background: url("../images/fon_section1.jpg") center bottom scroll;
        background-size: cover;
    }
}

.menu {
    margin-top: 10px;
}

.menu a {
    font-family: EuropeBold, sans-serif, Arial;
    color: #fff;
    text-decoration: none;
}

.menu a:focus {
    color: #fff;
    text-decoration: none;
}

.menu a:hover {
    color: #ff3c3c;
    text-decoration: none;
}

.board_section1 {
    background: url("../images/board_section1.png") no-repeat center top;
}

.logo {
    width: 216px;
    border-radius: 50%;
    left: -5px;
    top: -1px;
    position: absolute;
}

.margin-t50 {
    margin-top: 50px;
}

.link1 {
    color: #000;
    text-decoration: none;
}

.link1:focus {
    color: #000;
    text-decoration: none;
}

.link1:hover {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.phone {
    color: #000;
    text-decoration: none;
    opacity: 1;
    font-size: 1.25em;
}

.phone:focus {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.phone:hover {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    opacity: 0.75;
}

.phone img {
    margin-top: 41px;
}

.topic_section1 {
    color: #fff;
    font-size: 2.5em;
    margin-top: 15px;
}

.section2 {
    margin-bottom: 50px;
    overflow: hidden;
}

.topic_section2 {
    font-size: 1.25em;
    margin-top: 50px;
    margin-bottom: 30px;
}

.topic_edge {
    font-family: RalewaySemiBold, sans-serif, Arial;
    font-size: 0.835em;
    text-transform: uppercase;
    margin-top: 25px;
}

.text_edge {
    font-family: RalewayRegular, sans-serif, Arial;
    font-size: 0.585em;
    padding: 0 20px;
}

.section3 {
    margin-bottom: 100px;
    overflow: hidden;
}

.topic1_section3 {
    font-size: 1.5em;
    color: #261a1a;
    line-height: 1;
}

.topic1_section3 span {
    font-size: 1.335em;
    color: #ff3c3c;
}

.topic2_section3 {
    font-size: 2.5em;
    color: #261a1a;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 34px;
}

.zi0 {
    z-index: 0;
}

.zi1 {
    z-index: 1;
}

.board_section3 {
    margin-top: -9px;
}

/*----btn-primary----*/
.btn-primary {
    color: #fff;
    background-color: #ff3c3c;
    border: 5px solid #000;
    border-radius: 0;
    font-size: 1.25em;
    padding: 2px 34px;
    outline: none;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #ff3c3c;
    border-color: #000;
    outline: none;
}
.btn-primary:hover {
    color: #ff3c3c;
    background-color: #fff;
    border-color: #000;
    outline: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff3c3c;
    border-color: #000;
    outline: none;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ff3c3c;
    border-color: #000;
    outline: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #ff3c3c;
    border-color: #000;
    outline: none;
}
.btn-primary .badge {
    color: #fff;
    background-color: #ff3c3c;
    outline: none;
}
/*----end btn-primary----*/

.topic_section4 {
    font-size: 2em;
    margin-bottom: 30px;
    padding-top: 50px;
        line-height: 37px;
}

/*----btn-success----*/
.btn-success {
    color: #fff;
    background-color: #ff3c3c;
    border-color: #ff3c3c;
    border-radius: 0;
    width: 86%;
    font-size: 0.75em;
    outline: none;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #ff3c3c;
    border-color: #ff3c3c;
    outline: none;
}
.btn-success:hover {
    color: #ff3c3c;
    background-color: #fff;
    border-color: #fff;
    outline: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #ff3c3c;
    border-color: #ff3c3c;
    outline: none;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #ff3c3c;
    border-color: #ff3c3c;
    outline: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
    outline: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #ff3c3c;
    border-color: #ff3c3c;
    outline: none;
}
.btn-success .badge {
    color: #fff;
    background-color: #ff3c3c;
    outline: none;
}
/*----end btn-success----*/

.topic_cancer {
    background: #ff3c3c;
    padding: 15px 0;
    margin-bottom: 0;
}

.information_cancer {
    background: rgba(255, 173, 173, 0.85);
    padding: 20px 0;
    margin: 0 10px 30px 10px;
}

.information_cancer p {
    font-family: EuropeBold, sans-serif, Arial;
    font-size: 0.75em;
    line-height: 1;
    margin-bottom: 5px;
}

.information_cancer h3 {
    font-size: 1.25em;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 20px;
}

.information_cancer h3 span {
    font-size: 0.5em;
}

.section4 {
    background: url("../images/cancer_section4.jpg") right bottom no-repeat;
    margin-bottom: 50px;
}

.section5 {
    background: #000 url("../images/fon_section5.jpg") bottom left no-repeat;
    padding-bottom: 65px;
}

.topic_section5 {
    font-size: 2em;
    margin-top: 50px;
    color: #fff;
}

.text_recipe {
    color: #fff;
}

.text_recipe span {
    font-size: 1.5em;
}

.text_recipe {
    margin-bottom: 35px;
}
.text_recipe-end{
    margin-bottom: 0;
}
.section6 {
    padding: 75px 0;
    overflow: hidden;
}

.topic_section6 {
    font-size: 1.25em;
    margin-bottom: 25px;
}

.text_section6 {
    font-family: RalewayRegular, sans-serif, Arial;
    margin-top: 25px;
    line-height: 1;
}

.section7 {
    background: url("../images/fon_section7.jpg") center right no-repeat fixed;
    background-size: cover;
    color: #fff;
}

.section7_shadow {
    padding: 50px 0;
    box-shadow: 200px 0 200px #000 inset;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
}

.topic1_section7 {
    font-size: 60px;
    color: #ff3c3c;
    line-height: 1;
    margin-bottom: 40px;
}
.section7-span {
    color: #ff3c3c;
}
.topic2_section7 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
}

.topic2_section7 span:first-child {
    font-size: 72px;
    color: #ff3c3c;
}

.topic2_section7 span:last-child {
    font-size: 60px;
}

.btn-setting {
    width: auto;
    font-size: 1em;
    padding: 6px 20px;
    margin-top: 30px;
}

.section8 {
    background: #ededed;
    overflow: hidden;
}

.topic_section8 {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.section8 .col-xs-4 img {
    width: 100%;
    margin-bottom: 30px;
}

.section9 {
    background: #ededed;
}

.board_footer {
    background: url("../images/board_footer.png") center bottom no-repeat;
    margin-bottom: -3px;
}

.logo_footer {
       width: 258px;
    height: auto;
    position: absolute;
    left: -9px;
    top: -3px;
}
.board_footer-img {
    background-color: #ffffff;
    border-radius: 50%;
    width: 235px;
    height: 235px;
    margin: auto;
    margin-bottom: -90px;
    //border: 4px solid #000;
    position: relative;
}
.phone_footer a {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    font-size: 26px;
}

.phone_footer a:focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.phone_footer a:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    opacity: 0.75;
}

.bg_black {
    background: #000;
    padding: 20px 15px;
}

.text_footer {
    color: #fff;
    line-height: 1;
    font-size: 18px;
}

.insta img {
    margin-top: 50px;
}

.insta {
    opacity: 1;
}

.insta:focus {
    opacity: 1;
}

.insta:hover {
    opacity: 0.75;
}

.policy {
    color: #fff;
    font-family: RalewayRegular, sans-serif, Arial;
    font-size: 12px;
    text-decoration: underline;
    opacity: 1;
}

.policy:focus {
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}

.policy:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
}

.pride {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    opacity: 1;
}

.pride:focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.pride:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    opacity: 0.75;
}



.leaflet {
    position: absolute;
    top: -220px;
    left: -280px;
}

.overflow {
    overflow: hidden;
    height: 560px;
}

.close {
    float: right;
    line-height: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    outline: none;
}
.close:focus {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
    outline: none;
}
.close:hover {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: .6;
    outline: none;
}

.fs1 {
    font-size: 1em;
}

.modal-header {
    padding: 15px;
    border-bottom: 0;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0;
}

.modal-title {
    margin: 0;
    line-height: 1;
    margin-top: 35px;
}

 #policy .modal-body p, #policy .modal-body ul li {
    font-family: RalewayRegular, sans-serif, Arial;
    font-size: 0.6em;
}

.modal-body p, .modal-body input, .modal-body textarea {
    font-family: RalewayRegular, sans-serif, Arial;
    font-size: 0.7em;
}

.modal-body label {
    font-family: PlakatTitul, sans-serif, Arial;
    font-size: 0.7em;
}

.form-control {
     display: block;
     width: 100%;
     height: 34px;
     padding: 16px 12px;
     font-size: 14px;
     line-height: 1.42857143;
     color: #333;
     background-color: #fff;
     background-image: none;
     border: 3px solid #000;
     border-radius: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 }
.form-control:focus {
    border-color: #ff3c3c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control2 {
    display: inherit;
    text-align: center;
    width: 90px;
    height: 34px;
    padding: 16px 0 16px 12px;
    margin-left: 20px;
    font-size: 22px !important;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 3px solid #000;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control2:focus {
    border-color: #ff3c3c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control2:disabled {
    border-color: #000;
    background: #ffaaa5;
}



input[type="checkbox"] { display:none; }
input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    margin: 0 15px 0 0;
    background: url(../images/check_no.png) no-repeat 0 0;
    cursor: pointer;
}
input[type="checkbox"]:checked + span {
    background:url(../images/check.png) no-repeat 0 0;
}

#formorder .checkbox label:nth-child(1) {
    width: 230px;
    text-align: left;
}

input[type="radio"] { display:none; }
input[type="radio"] + span {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    margin: 0 15px 0 0;
    background: url(../images/check_no.png) no-repeat 0 0;
    cursor: pointer;
}
input[type="radio"]:checked + span {
    background:url(../images/check.png) no-repeat 0 0;
}

.modal-content {
    border-radius: 0;
    background-color: #ededed;
}

.mrt20 {
    margin-top: 20px;
}

.checkbox label, .radio label {
    padding-left: 0;
}
.forel {
	background-color:red;
	height: 507px;
	color: #fff;
}
.forel  h2 {
	    font-size: 80px;
    font-weight: 300;
    text-align: center;
}
.forel .p1 {
	text-align: center;
    font-size: 40px;
}
.forel .for-cont .p1{
	    float: left;
    font-size: 18px;
    font-family: cursive;
    width: 550px;
    padding: 20px;
	padding-top: 0;
	
}
.forel img {
	float:right;
	padding-right: 30px;
}
.for-cont {
    height: 250px;
	margin-top: 20px;
}
p.tsena {
    text-align: center;
    font-size: 50px;
}
.icon-soc{
	width:100%;
	margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 11px;
}
.pride{
	float:left;
}
.forel1{
	width:970px;
	height:485px;
	background-image:url(/images/forel.jpg);
	
}
.section3{
	width: 970px;
    height: 485px;
    margin: auto;
	margin-bottom: 100px;
}
#featured1{
	width: 970px!important;
    height: 485px!important;
    margin: auto;
	
}
h2.h2-forel1 {
    font-size: 26px;
    color: #fff;
   width: 450px;
    padding-left: 40px;
    padding-top: 30px;
    font-family: RalewaySemiBold, sans-serif, Arial;
    text-transform: uppercase;
}
.for-cont.p-forel1 li:before {
content:url(/images/marker.png);
margin-right: 5px;

}
.for-cont.p-forel1 li {
    color: #fff;
	font-size: 18px;
    font-family: RalewaySemiBold, sans-serif, Arial;
}
.for-cont.p-forel1 ul {
    padding-bottom: 10px;
	list-style-type:none;
	padding-left: 20px;
}
.for-cont.p-forel1{
	width:500px;
	padding-left: 40px;
}
.p1-forel{
	color: #fff;
    font-size: 20px;
	font-family: RalewaySemiBold, sans-serif, Arial;
}
.fdff{
	//display:none;
	//margin-left: 65px;
}
.fdff1 {
    width: 242px;
    background: #db251b;
    height: 330px;
	float:left;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
img.fdff1-img {
    width: 120px;
    margin: auto;
    display: block;
}
p.fdff1-p1 {
    text-align: center;
}
.fdff1 p {
    color: #fff;
	 
   text-align: center;
}
.fdff1-p4 a {
    color: #fff;
}
.whatsapp__order {
    max-width: 25px;
}
.fdff1-p4 a {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 13px;
    align-items: center;
}
.fdff1-p2 {
    font-size: 18px;
    font-family: RalewaySemiBold, sans-serif, Arial;
}
.fdff1-p4 {
    margin-bottom: 15px;
}
.fdff1:nth-child(2), .fdff1:nth-child(5) {
    margin: 0 37px;
}
.fdff1:last-child .fdff1-im {
    margin-bottom: 18px;
}
.fdff1:last-child .fdff1-im .fdff1-img, .fdff1:nth-child(4) .fdff1-im .fdff1-img {
    padding-top: 15px;
}
.fdff1:nth-child(6), .fdff1:nth-child(4), .fdff1:nth-child(5) {
    margin-top: 50px;
}
.fdff1 p {

    font-size: 20px;
}
.fdff1:nth-child(5) .fdff1-img{
    margin-top: -15px;
}
img.fdff1-img {
    padding-top: 10px;
}
.fdff1-p1, .fdff1-p2, .fdff1-p3 {
    margin-bottom: 5px;
}
.fdff1-p3 {
    margin-bottom: 10px;
    margin-top: auto;
}
@media (max-width: 1400px) {
    .section5 .col-xs-7{
        float: right;
    }   
}

.whatsapp--href img {
    width: 100%;
        margin-left: -2px;
}
.whatsapp--href::before {
  content: ''; 
  position: absolute;
  border: 2px solid #27A7E7; 
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite; 
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

	.whatsapp--href {
    position: fixed;
    background: #27A7E7;
    padding: 20px;
    border-radius: 50%;
    right: 60px;
    bottom: 60px;
    z-index: 1111;
    width: 140px;
    height: 140px;
}
@media (min-width: 768px) {
.whatsapp--href {
    position: fixed;
    background: #27A7E7;
    padding: 20px;
    border-radius: 50%;
    right: 40px;
    bottom: 40px;
    z-index: 1111;
    max-width: 80px;
    height: 80px;
}
}
@media (max-width: 767px) {
	
	body {
    min-width: 100%;
}
.container {
    width: 100%;
    max-width: none !important;
}
.col-xs-offset-2.col-xs-5.menu.down {
    display: none;
}
.col-xs-5.menu.down {
    width: 100%;
	margin-top: -18px;
	padding: 0;
}
.menu a {

    font-size: 20px;
}
.instruction{
	display:none;
}
.logo-new {
    width: 100%;
}
.col-xs-5.menu.down .col-xs-6.text-center {
    text-align: left;
}
.col-xs-5.menu.down .col-xs-6.text-center:last-child {
    text-align: right;
}
.logo {
    top: -1px;
    left: -3px;
    width: 87px;
	
}
.logo-news {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    margin: auto;
    margin-top: -52px;
    height: 80px;
}
.col-xs-4.text-right {
    width: 100%;
}
.board_section1 {
    margin-top: 50px;
}
.topic_section1 {
    color: #fff;
    font-size: 27px;
    margin-top: 80px;
}
.topic_section4 {
    font-size: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    line-height: 37px;
}
.qwe div.orbit-wrapper {
            width: calc(100% - 40px);
        height: auto;
        margin: auto;
}
div#featured {
    width: 100% !important;
    height: 100% !important;
}
.orbit>div.fdff {
    display: flex;
}
.fdff1 {
    float: none;
    margin: 0 !important;
    height: auto;
	padding-bottom: 15px;
}
.fdff1 {
    float: none;
    margin: 0 !important;
    height: auto;
    width: auto;
}
.col-xs-offset-1.col-xs-10.qwe {
    width: 100%;
	float: none;
	        margin: 0;
}
.orbit>div.fdff {
    position: relative;
	display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
}
.fdff1 p {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
}

.section4 {
    padding-bottom: 50px;
    background-position-x: center;
	margin-bottom:0;
}

.fdff1-p1 {
    margin-bottom: auto;
}
.section7_shadow .topic1_section7 {
    font-size: 34px;
}
.section7_shadow p {
    font-size: 20px;
}
p.topic_section2 {
    font-size: 30px;
    line-height: 35px;
}
.section2 .col-xs-4.text-center {
    width: 100%;
}
.section5 .col-xs-7 {
        float: left;
        width: 100%;
    }
	.topic_section5 {
    font-size: 30px;
}
.text_recipe span {
    font-size: 24px;
}
.text_recipe {
    margin-bottom: 18px;
}
.section8 .col-xs-4 {
    width: 50%;
}

.section8 .col-xs-4:last-child {
    width: 100%;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.board_footer-img {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    margin-bottom: -60px;
}
.logo_footer {
          width: 167px;
}
.col-xs-4.text-center.metr {
    display: none;
}
.bg_black .row .col-xs-4 {
    width: 100%;
}
.bg_black .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
	    flex-direction: column;
}
.pride img {
    margin-top: 0;
}
.col-xs-4.text-right.icon-soc {
    display: flex;
    justify-content: space-between;
}
.col-xs-4.text-center.mrt20 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 37px;
}
.phone_footer a {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    font-size: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.whatsapp--href {
    position: fixed;
    padding: 15px;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    z-index: 1111;
    width: 70px;
    height: 70px;
}
p.fdff1-p1 {
    margin-bottom: auto;
}
}
.reviews__row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
        width: 100%;
}
.reviews__item {
        width: calc(33% - 17px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0px 14px 24px -15px rgb(0 0 0 / 35%);
    background: #ffffff9e;
    border-radius: 10px;
        padding-bottom: 20px;
}
.reviews__img {
    width: 100%;
}
.reviews__text {
    font-family: RalewayRegular, sans-serif, Arial;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.reviews__name {
    font-family: RalewaySemiBold, sans-serif, Arial;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.reviews__item p {
    padding: 0 10px;
}
#reviews {
    padding-bottom: 35px;
}
@media (max-width: 768px) {
.reviews__item {
    width: 100%;
}

}
