html, body {
	width: 100%;
	overflow-x: hidden;
}

h1 {
    font-family: 'Montserrat', sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
}

h2 {
    font-family: 'Montserrat', sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 65px;
}

h3 {
    font-family: 'Montserrat', sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

p {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

@media(max-width: 575px) {
	h1 {
		font-size: 36px!important;
		line-height: 46px!important;
	}
	h2 {
		font-size: 30px!important;
		line-height: 42px!important;
	}
}

.blue-color {
    color: #0C2957;
}

.navbar-brand {
    display: flex;
}

.navbar-brand img {
    margin-right: 10px;
}

.navbar-brand p{
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0C2957;
}

.nav-link {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.nav-link:not(:last-child) {
    margin-left: 15px;
    margin-right: 15px;
}

.nav-link:last-child {
    margin-left: 15px;
}

.preview {
    background: #FF442B;
    position: relative;
}
.preview--light::after {
	background: #fff!important
}
.preview--light .preview-main-info-images-bg {
	inset: 0;
  	margin: auto;
}

.preview:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    z-index: 2;
    background: #3A3A3A;
    left: 50%;
    top: 0;
}

.preview-main-info-images-bg {
    position: absolute;
    max-width: 100%;
    right: 25%;
    z-index: 3;
    left: 25%;
}

.preview-main-info-images-img {
    position: absolute;
  	max-width: 100%;
  	max-height: 100%;
  	height: auto;
  	right: 20%;
  	z-index: 3;
  	left: 40%;
  	object-fit: contain;
  	bottom: 0;
}

.navbar-inner {
    display: flex;
    justify-content: space-between;
}

.preview-main-info h1{
    margin-bottom: 25px;
}

.preview-main-info > * {
    color: #FFFFFF;
}

.preview-main-info {
    margin-bottom: 25px;
}

.preview-main-info-text {
    margin-bottom: 45px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
}

.call-button {
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.3s;
	/*display: block;
    width: 198px;*/
	display: inline-grid;
	width: 220px;
	place-content: center;
    color: #FFFFFF;
    background: #3A3A3A;
    border-radius: 30px;
    padding: 12px 38px;
    cursor: pointer;
}

.call-button:hover {
    color: #FFFFFF;
    transform: scale(97%);
}

.call-text {
    margin: 20px 0 0 0 ;
}

.preview-main-info {
    margin: 183px 0;
}

.preview-main-info-images {
    position: relative;
	height: 100%;
}


.advantage {
    background: #F7F7F7;
    padding-top: 70px;
}

.advantage-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #FD4A36;
}

.advantage .container h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 65px;
    text-align: center;
    color: #0C2957;
    margin-bottom: 30px;
}

.advantage-container {
    //transform: translateY(50%);
}

.advantage-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: rgb(255, 255, 255);
    box-shadow: rgb(2 24 95 / 6%) 0 10px 30px;
    border-radius: 5px;
    padding: 30px 17px 29px;
    margin-bottom: 30px;
    min-height: 337px;
}

.advantage-item-icon-block {
    padding: 20px;
    border-radius: 25px;
    background: #FF442B;
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}

.advantage-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #6B727E;
}

.main-info {
    margin: 238px 0 100px;
}

.main-info-text {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6B727E;
    margin-bottom: 35px;
    margin-top: 20px;
}

.main-info-part {
    margin-bottom: 100px;
}

.main-info-part-middle {
    margin-bottom: 35px;
}

.main-info-img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.main-info-li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6B727E;
    padding-inline-start: 20px;
}

.main-info-list-area {
    margin-top: 35px;
}

.main-info-list-block {
    margin-bottom: 30px;
}

.subtitle {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FD4A36;
}

.slider-container {
    background: #FD4A36;
    padding: 65px 0;
}

.slider-item-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 65px;
    color: #FFFFFF;
    margin-bottom: 39px;
}

.slider-item-text {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.slider-item-author {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: #FFFFFF;
}

.slick-dots li{
    margin: 0 !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
    color: white !important;
}

.slick-dots li.slick-active button:before {
    color: white !important;
    opacity: 1.75 !important;
}

.slider-section {
    margin-top: 61px;
    margin-bottom: 30px;
}

.slider-author-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-author-container img {
    position: absolute;
    max-width: 100%;
}


.author-img {
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
	width: 60%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.author-img.active {
    opacity: 1 !important;
    position: relative;
}

/*.slider-author-container-img-1 {
    bottom: 15%;
    right: 30%;
}

.slider-author-container-img-2 {
    right: 10%;
}

.slider-author-container-img-3 {
    right: 15%;
}

.slider-author-container-img-4 {
    right: 6%;
}*/
.slider-item {
    display: none;
}

.slider-item.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slider-dots {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ffc107;
    box-shadow: 0 0 8px rgba(255, 193, 7, 0.4);
}

.dot:hover {
    background: #ffb300;
}
.faq-item {
    border-bottom: 1px solid #E1E1E1;
}

.acor-container {
    margin: 20px 0;
}

.acor-container .acor-body {
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.1s, padding 0.3s;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
}

.acor-container .acor-body p {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #6B727E;
}

.acor-container label {
    cursor: pointer;
    display: block;
    padding: 30px 0;
    width: 100%;
    z-index: 100;
    margin: 0 0 5px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #0C2957;
}

.acor-container label:hover {
    color: #062F89;
}

.acor-container input {
    display: none;
}

.acor-container label:before {
    content: "+";
    float: right;
    font-size: 25px;
    background: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acor-container input:checked + label {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #0C2957;
}

.acor-container input:checked + label:before {
    transition: transform 0.3s;
    transform: rotate(45deg);
    background: #FF442B;
    color: #FFFFFF;
}

.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 0 0 10px;
}

.faq {
    padding: 100px 0;
    background: #F7F7F7;
}

.about-us {
    margin: 100px 0;
}

.about-us-text {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    color: #6B727E;
    margin-bottom: 60px;
}

.table-elem {
    background: #FF442B;
    border-radius: 0 50px 0 49px;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    width: 70%;
    margin: 0 0 0 auto;
    transform: translateY(-30%);
    z-index: -1;
}

.table-elem-item {
    display: flex;
    margin-right: 60px;
}

.table-elem-item p {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    margin-left: 15px;
}

.about-us-image-container {
    z-index: 22;
}

.about-us-img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.contacts {
    background: #F7F7F7;
    padding-top: 100px;
}

.contact-item {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(2, 24, 95, 0.06);
    border-radius: 5px;
    display: flex;
    padding: 18px;
    text-decoration: none;
    margin-bottom: 20px;
}

.contact-item-info-title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #0C2957;
    text-decoration: none;
}

.contact-item-info-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 43px;
    color: #3A3A3A;
    margin-bottom: 0;
    text-decoration: none;
}

.contact-item-elem {
    margin-bottom: 0;
    margin-right: 23px;
    text-decoration: none;
}

@media(max-width: 575px) {
	.contact-item {
		flex-direction: column;
		grid-gap: 1rem;
	}
}

label input {
    background: #EDEDED;
    border-radius: 10px;
    border: none;
    padding: 6px 15px;
    height: 45px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    outline:none;
}

label textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #3A3A3A;
    background: #EDEDED;
    border-radius: 10px;
    border: none;
    outline:none;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 15px;
    width: 100%;
}

label {
    display: block;
    width: 49%;
}

.call-button-contacts {
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    color: #FFFFFF;
    background: #3A3A3A;
    border-radius: 30px;
    padding: 12px 38px;
    text-align: center;
    margin-top: 32px;
    cursor: pointer;
	width: 100%;
}

.call-button-contacts:hover {
    color: #FFFFFF;
    transform: scale(97%);
}

.footer {
    background: #282828;
}

.footer-links h2 {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.footer-links a {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FF442B;
    text-decoration: none;
}

.footer-links p {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.footer-actions {
    background: rgba(107, 107, 107, 0.4);
    border-radius: 0 0 51px 50px;
    padding: 25px 80px;
    margin-bottom: 86px;
}

.footer-actions-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer-actions-item-info {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
}

.footer-actions-item-info p {
    margin: 0;
}

.footer-actions-item img {
    margin-right: 15px;
}

.contact-table {
    background: #FD4A36;
    border-radius: 51px 50px 0 0;
    padding: 25px 80px;
    margin-top: 100px;
}

.footer-links {
    padding-bottom: 40px;
}

.contact-table-subtitle {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;

}

.contact-table-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 65px;
    color: #FFFFFF;
}

.contact-table-button-container {
    display: flex;
    align-items: end;
    text-align: center;
}

@media(max-width: 575px) {
	.contact-table,
	.footer-actions {
		padding: 25px;
	}
}

.input-container input {
    width: 100%
}

.textarea {
    width: 100%;
}

.input-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.img-faq {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

@media screen and (max-width: 1399px) {
    .input-container {
        gap: 9px;
    }
}

@media screen and (max-width: 1200px) {

    .preview:after {
        display: none;
    }

    .main-info {
        margin: 100px 0 100px;
    }

    .advantage-container {
        transform: translateY(0%);
    }

    .preview-main-info-images-bg {
        display: none;
    }

    .preview-main-info-images-img {
        display: none;
    }

    .main-info-part {
        margin-bottom: 50px;
    }

    .main-info-img {
        margin-bottom: 30px;
    }    

    .about-us-img {
       margin-bottom: 30px;
    }

    .contacts {
        padding-top: 100px;
    }

    label {
        width: 100%;
    }

    .table-elem {
        transform: translateY(0);
        width: 100%;
    }

}

@media screen and (max-width: 992px) {
	.slider-author-container img{
     	display: none;
    }
    
    .nav-link:not(:last-child) {
        margin-left: 0;
    }

    .nav-link:last-child {
        margin-left: 0;
    }

    .nav-link-desktop {
        display: none;
    }

    .table-elem {
        display: block;
       padding: 30px 0;
    }

    .table-elem-item {
        margin-bottom: 25px;
        justify-content: center;
    }

    .preview-main-info {
        margin: 100px 0;
    }

    .input-container {
        margin-top: 30px;
    }

    .faq {
        padding: 50px 0;
        background: #F7F7F7;
    }

    .about-us-text {
        margin-bottom: 30px;
    }

    .about-us {
        margin-top: 50px;
    }

    .slider-container {
        padding: 0;
    }

    .main-info {
        margin: 50px 0;
    }

    .preview:after {
        display: none;
    }
}


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

.phone-button {
}
.phone-button__number {
  	display: inline-flex;
  	width: unset!important;
  	max-width: unset!important;
}
.phone-button__number img {
  	width: 100%!important;
  	max-width: 100%!important;
  	object-fit: contain;
  	height: 1rem;
}
.phone-button__number.inverse img {
  filter: invert(100%);
}

.sticky-phone-btn { 
	position: fixed; 
	right: 2rem; 
	bottom: 2rem; 
	z-index: 25; 
	border: 1px solid #f7f7f7; 
	border-radius: 50%; 
	background-color: rgb(255, 68, 43); 
	width: 50px; 
	height: 50px; 
	display: grid; 
	place-content: center; 
	-webkit-animation: pulse linear 1s infinite;
    animation: pulse linear 1s infinite;
    opacity: .5; 
    transition: .2s; 
} 
.sticky-phone-btn:hover { 
	opacity: .7; 
} 
.sticky-phone-btn__icon { 
  	display: block; 
  	width: 25px; 
  	height: 25px; 
  	background: url("assets/icons/call.png") center center/contain no-repeat; 
  	transition: .3s; 
	-webkit-animation: shake linear 1.5s infinite;
    animation: shake linear 1.5s infinite;
} 
@media(min-width: 768px) {
	.sticky-phone-btn { 
		display: none;
	}
}
@media(max-width: 991px) { 
	.sticky-phone-btn { 
		opacity: .7; 
	} 
}
@media (max-width: 768px) { 
	.sticky-phone-btn { 
		right: 1rem; 
		bottom: 1rem; 
	} 
}

@keyframes pulse {
    0% {
        box-shadow: 0 8px 10px rgba(255, 68, 43, 0.3), 0 0 0 0 rgba(255, 68, 43, 0.2), 0 0 0 0 rgba(255, 68, 43, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(255, 68, 43, 0.3), 0 0 0 15px rgba(255, 68, 43, 0.2), 0 0 0 0 rgba(255, 68, 43, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(255, 68, 43, 0.3), 0 0 0 30px rgba(255, 68, 43, 0), 0 0 0 26.7px rgba(255, 68, 43, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(255, 68, 43, 0.3), 0 0 0 30px rgba(255, 68, 43, 0), 0 0 0 40px rgba(255, 68, 43, 0.0)
    }
}
@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-15deg);
        -ms-transform: rotateZ(-15deg);
        -webkit-transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

.grey-wrapper {
	background-color: #f7f7f7;
}
.preview-empty {
	padding: 183px 0 40px;
	background-color: #f7f7f7;
}

@media(max-width: 767px) {
	.preview-empty {
		padding: 80px 0 30px;
	}
}

.districts-links {
	padding: 30px 0;
}
.districts-links__wrapper {
	display: grid;
	grid-gap: 21px;
	grid-template-columns: repeat(3, 1fr);
}
.districts-links__wrapper_auto-cols {
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
.districts-links__wrapper_auto-cols .districts-links__link {
	box-shadow: 2px 5px 15px rgba(170, 170, 170, 0.25);
	border-radius: 0px 10px;
	min-height: 50px;
}
.districts-links__link {
	display: grid;
	place-content: center;
	font-size: 20px;
	line-height: 25px;
	min-height: 60px;
	width: 300px;
	padding: 12px;
	text-align: center;
	color: #FD4A36;
	background-color: #FFFFFF;
	border: 1px solid #FD4A36;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.2s;
}

.districts-links__link:hover {
	background-color: #FD4A36;
	color: #fff;
}
@media(max-width: 991px) {
	.districts-links__wrapper {
		grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
		justify-items: center;
	}
	.districts-links__link {
		font-size: 18px;
		min-height: unset;
	}
}

.map-frame {
	width: 100%;
	height: 658px;
}
@media(max-width: 767px) {
	.map-frame {
		height: 400px;
	}
}

.testim {
}
.testim__wrapper {
	height: 230px!important;
}
.testim__controls {
	height: 50px;
  	width: 100%;
  	position: relative;
}
.testim__controls .swiper-button-prev,
.testim__controls .swiper-button-next {
	right: 0;
	left: unset;
	bottom: unset;
	top: 0;
	border-radius: 50%;
	background-color: #FD4A36;
	width: 35px;
	height: 35px;
	min-width: 35px;
	min-height: 35px;
	transform: translateY(calc(50% + 10px));
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.testim__controls .swiper-button-prev:after,
.testim__controls .swiper-button-next:after {
	color: #fff;
	font-size: 20px;
}
.testim__controls .swiper-button-prev {
	right: 50px;
}
.testim__item {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	background-color: white;
	backdrop-filter: blur(0px);
	border-style: solid;
	border-color: #e5e5e5;
	background: #ffffff;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	padding: 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	height: 200px !important;
}
.testim__header {
	display: grid;
	grid-template-columns: 50px 1fr 30px;
}
.testim__img-wrapper {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.testim__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.testim__info-wrapper {
	display: grid;
}
.testim__name {
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}
.testim__date {
	color: #000000;
	opacity: 0.5;
	font-size: 12px;
}
.testim__g-icon-wrapper {
	width: 20px;
	height: 20px;
	margin-left: auto;
}
.testim__g-icon-img {
	width: 100%;
	height: 100%;
}
.testim__body {
}
.testim__rating-wrapper {
	display: flex;
	gap: 5px;
	margin-bottom: 6px;
	margin-top: 15px;
}
.testim__rating-img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}
.testim__text {
	height: 81px;
	line-height: 20px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: left;
	-webkit-line-clamp: inherit;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
}
.testim__pagination {
	bottom: -25px;
}
.testim__pagination .swiper-pagination-bullet-active {
	background: #FD4A36!important;
}

.masters {
	margin: 60px auto;
	padding: 20px;
	position: relative;
}

.masters__wrapper {
	position: relative;
}

.masters__title {
	text-align: center;
	margin-bottom: 20px;
}

.masters__controls {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
	pointer-events: auto;
	gap: 1rem;
}

.masters__prev,
.masters__next {
	background: #FD4A36;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s, box-shadow 0.3s;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.masters__prev:hover,
.masters__next:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.masters__prev svg,
.masters__next svg {
	display: block;
}

.masters__list {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: 0;

	-ms-overflow-style: none;
	scrollbar-width: none;
}
.masters__list::-webkit-scrollbar {
	display: none;
}

.masters__item {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	width: 300px;
	flex-shrink: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 15px;
	scroll-snap-align: start;
}

.masters__image {
	width: 100%;
	object-fit: contain;
}

.masters__name {
	font-size: 20px;
	margin: 10px 0;
}

.masters__details {
	margin-bottom: 10px;
}

.masters__detail {
	display: block;
	font-size: 14px;
	color: #666;
}

.masters__call {
	display: block;
	width: 100%;
	padding: 10px;
	background: #FD4A36;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
}

@media (max-width: 1024px) {
	.masters__item {
		width: 250px;
	}
	.masters__prev,
	.masters__next {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.masters__item {
		width: 220px;
	}
	.masters__prev,
	.masters__next {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.masters__item {
		width: 230px;
	}
	.masters__title {
		font-size: 20px;
	}
	.masters__prev,
	.masters__next {
		width: 26px;
		height: 26px;
		font-size: 12px;
	}
}