@import "../fonts/Montserrat/stylesheet.css";
@import "../fonts/FoglihtenNo06/stylesheet.css";
:root,body,html {
    height: 100%
}

:root {
	--font-size-256-64: 256px;
	--font-size-128-24: 128px;
	--font-size-96-24: 96px;
    --font-size-80-24: 80px;
	--font-size-64-24: 64px;
	--font-size-64-16: 64px;
	--font-size-50-24: 50px;
	--font-size-48-24: 48px;
	--font-size-48-16: 48px;
    --font-size-40-24: 40px;
    --font-size-40-14: 40px;
	--font-size-40-16: 40px;
	--font-size-36-20: 36px;
	--font-size-36-16: 36px;
	--font-size-36-14: 36px;
	--font-size-36-10: 36px;
    --font-size-34-18: 34px;
	--font-size-32-18: 32px;
	--font-size-32-16: 32px;
	--font-size-32-15: 32px;
	--font-size-30-18: 30px;
    --font-size-24-18: 24px;
    --font-size-24-16: 24px;
    --font-size-24-14: 24px;
	--font-size-24-12: 24px;
	--font-size-24-11: 24px;
	--font-size-24-10: 24px;
	--font-size-21-14: 21px;
    --font-size-20-16: 20px;
    --font-size-20-14: 20px;
	--font-size-20-13: 20px;
    --font-size-20-12: 20px;
	--font-size-20-11: 20px;
	--font-size-20-10: 20px;
    --font-size-18-16: 18px;
    --font-size-18-14: 18px;
    --font-size-18-12: 18px;
	--font-size-18-11: 18px;
    --font-size-18-10: 18px;
    --font-size-16-14: 16px;
    --font-size-16-12: 16px;
	--font-size-16-13: 16px;
    --font-size-16-10: 16px;
	--font-size-16-7: 16px;
	--font-size-15-7: 16px;
    --font-size-14-12: 14px;
    --font-size-14-10: 14px;
    --font-size-11-7: 11px;
	--size-40-10: 40px;
	--size-40-24: 40px;
    --Color-uuu: #221e1f;
    --color-background: #FFFFFF;
	--color-background-hover: #868686;
	--color-primary: #c0a838;
	--color-main-blue: #343633;
	--input_bg_color-focus: #FFFFFF;
	--input_bg_color-hover: #FFFFFF;
	--input_border_color: var(--color-primary);
	--input_border_color-hover:  var(--color-primary);
	--input_border_color-focus:   var(--color-primary);
	--darkerblack_bg_black: #FFFFFF;
	--white_text_black: #000000;
	--white_bg_ccc:	#FFFFFF;
	--theme-base-color:  var(--color-primary);
	--border-radius: 20px;
}


* {
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
  /*  background: none; */
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

input,
textarea {
    font-family: 'Montserrat';
    line-height: normal;
}
.btn-form[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

a {
    text-decoration: none;
    color: var(--color-primary);
}

.width-holder {
	width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px;
    padding: 15px 20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--Color-uuu);
	font-family: Manrope;
	font-size: var(--font-size-16-10);
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.05em;
	text-align: left;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--Color-uuu);
	font-family: Manrope;
	font-size: var(--font-size-16-10);
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.05em;
	text-align: left;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--Color-uuu);
	font-family: Manrope;
	font-size: var(--font-size-16-10);
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.05em;
	text-align: left;
}

address {
    font-style: normal;
}
html {
		font-size: var(--font-size-16-12);
		scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat';
    line-height: normal;
    font-style: normal;
    color: var(--Color-uuu);
	background-color: var(--color-background);
	font-size: var(--font-size-16-12);
	display: flex;
    flex-direction: column;
    min-height: 100%;
	position: relative;
}
.svg {
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
	justify-content: center;
	will-change: transform, opacity;
}
.svg svg{
	    image-rendering: pixelated;
}
	p {
		font-family: 'Montserrat';
		font-size: var(--font-size-16-12);
		font-weight: 500;
		line-height: 20.8px;
		letter-spacing: -0.03em;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color: #000000;
		margin: 16px 0;
	}
main {
	display: flex;
    flex: 1;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.hidden {display: none !important;}

.width-holder-pg0 {
	display: flex;
    width: 100%;
    flex-direction: column;
}

/** header **/

header {
    background-color: #f9f9f9;
}
.block-header {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 0.5rem;
}
header .logo{
	width: 100%;
    max-width: 120px;
    margin-left: 8px;
}
header .container-menu {
    max-width: 642px;
    margin: 0 0 0;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
header nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul li {
    margin: 0 10px;
}
ul li a:hover{
	    color: var(--color-primary);
}
header nav ul li a {
    color: #333;
    font-size: 1.25rem;
	font-family: 'Montserrat';
}
/* Основное меню */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}

.menu > li {
    position: relative;
}

.menu > li > a {
    display: block;
    padding: 15px 0px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu > li > a:hover {
  /*  background: #e0e0e0; */
}
/* Подменю */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

.sub-menu li {
   /* border-bottom: 1px solid #eee; */
}

.sub-menu li:last-child {
    border-bottom: none;
}

.sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sub-menu li a:hover {
   /* background: #f8f8f8; */
    color: var(--color-primary);
    padding-left: 25px;
}

/* Показываем подменю при наведении */
.menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Стрелка для пункта с подменю */
.menu-item-has-children > a:after {
    content: "▼";
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
	border-radius: 8px;
}

.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.favorites-toggle.get-favorites.svg{
	display: none;
}


header .header-ritch-block {
    display: flex;
    align-items: center;
    gap: 8px;
}
header .header-ritch-block img {
	max-width: 52px;
}
header a.button {
    background-color: #c0a838;
	padding: 5.5px 20px;
    border-radius: 5px;
    color: #221e1f;
	font-size: 1.25rem;
}
header a.button:hover {
    background-color: #d8bc40;
    color: #fff;
}
.burger {
    cursor: pointer;
}
.burger div {
    width: 42px;
    height: 3px;
    background-color: #c0a838;
    margin: 8px 0;
}
/* Стили бургер-кнопки */
.burger {
    z-index: 998;
    position: relative;
}

.burger .line {
    transition: all 0.3s ease;
}

/* Анимация бургера в активном состоянии */
.burger.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.active .line:nth-child(2) {
    opacity: 0;
}

.burger.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Мобильное меню */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 9998;
    display: none;
    overflow-y: auto;
}

.mobile-menu-container {
padding: 60px 20px 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
    justify-content: space-evenly;
}
.serch-content-menu {
	display: flex;
    flex-direction: column;
    width: 75%;
	position: relative;
}
.serch-content-menu:after{
	content: "";
    border-right: 1px solid #eee;
    left: 15px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.header-menu-burger-section{
	width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 295px;
	padding-left: 15px;
}
.close-menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #333;
    text-decoration: none;
}

/* Поиск в мобильном меню */
.mobile-search {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.mobile-search form {
    display: flex;
    align-items: center;
}

.mobile-search input {
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.mobile-search button {
    background: none;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}

.mobile-search button img {
    width: 20px;
    height: 20px;
}
.header-menu-burger-botton {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}
.header-menu-burger-section h3{
	    font-size: 1.5em;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    text-align: start;
}
.header-menu-burger-section ul li a{
	color: #000000;
	margin: 8px 0;
	font-size: 1.25rem;
    line-height: 1.75rem;
}
.header-menu-burger-section ul li a:hover{
	color: var(--color-primary);
}
.header-menu-burger-section p{
	    margin: 8px 0;
}
/* Навигация в мобильном меню */
.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    margin-bottom: 15px;
}

.mobile-nav a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px 0;
    transition: color 0.3s;
}

.mobile-nav a:hover {
    color: var(--color-primary);
}

/* Анимация открытия меню */
.mobile-menu-overlay.active {
    display: block;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* Popup Styles */
/* Стили для попапа */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 11000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.header-menu-burger-section a.button{
	background-color: #c0a838;
    padding: 5.5px 20px;
    border-radius: 5px;
    color: #221e1f;
    font-size: 1.25rem;
	width: fit-content;
	margin-top: 22px;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
@media (max-width: 767px) {
	.mobile-menu-container{
	justify-content: flex-start;
    flex-wrap: wrap;
	}
	.header-menu-burger-section {
		padding-left: 0px;
	}
	.serch-content-menu {
    width: 100%;
	}
	    .menu {
        flex-direction: column;
    }
    
    .sub-menu {
        position: static;
        box-shadow: none;
    }
    
    .menu-item-has-children > a:after {
        content: "+";
    }

.favorites-toggle.get-favorites.svg img{
	    padding: 5px;
		max-width: 40px;
}
header .header-ritch-block {
	gap: 0px;
}
.burger div {
    width: 32px;
}
header .logo {
    width: 100%;
    max-width: 100px;
}
}

/* Стили для формы */
#contactForm {
    display: flex;
    flex-direction: column;
    gap:8px;
    margin-top: 20px;
}
.popup-content h2{
	    font-size: 2em;
    margin-bottom: 1rem;
    font-family: 'FoglihtenNo06';
    color: #000000;
    font-weight: 400;
}
#contactForm input,
#contactForm textarea {
    padding: 14px;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1.5rem;
    width: 100%;
    height: 0;
}
#contactForm input{
	margin-bottom: 1rem;
}
#contactForm textarea {
    min-height: 100px;
    resize: vertical;
}

#contactForm button {
    padding: 12px;
    background-color: #c0a838;
    color: #000000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#contactForm button::hover {
    background-color: #d8bc40;
    color: #fff;
}
#contactForm .licence_block{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#contactForm .licence_block input[type="checkbox"]{
	display: block;
	height: 1.35rem;
    width: 2rem;
    margin: auto 8px;
    cursor: pointer;
}




/* Адаптивные стили */
@media (max-width: 600px) {
    .popup-content {
        width: 95%;
        padding: 15px;
    }
}

.body-favorites .width-holder {
    max-width: 1200px;
    padding: 0 15px;
}


/* Базовые стили */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.search-container {
    width: 80%;
    max-width: 800px;
}

.search-form {
    position: relative;
    display: flex;
}

.search-form input[type="text"] {
    width: 100%;
    padding: 20px;
    font-size: 24px;
    border: 1px solid #ddd;
    border-radius: 8px;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    outline: none;
}

.search-form button {
    padding: 0 30px;
    border: none;
    cursor: pointer;
    background-color: #c0a838;
    padding: 5.5px 20px;
    border-radius: 8px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #221e1f;
    font-size: 1.25rem;
}
.search-form button:hover {
    background-color: #d8bc40;
    color: #fff;
}
.close-search {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #333;
    text-decoration: none;
}

/* Анимация */
.search-overlay.active {
    display: flex;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/** search start**/
.body-search .width-holder {
    max-width: 1200px;
    padding: 0 15px;
}
/** search end**/


/** legal-cookie start**/
.body-legal-cookie .width-holder {
    padding: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
}
/** legal-cookie end**/

/** footer start**/

footer {
	
    background-color: #f9f9f9;
    color: #000000;
    padding: 20px 15px;
	margin: 0 auto;
    width: 100%;
	margin-top: 25px;
}

footer .container {
    display: flex;
    justify-content: space-between;
	max-width: 1200px;
	padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
	flex-wrap: wrap;
    gap: 8px
}

footer .footer-section {
    text-align: center;
}
footer .footer-section:nth-of-type(1),
footer .footer-section:nth-of-type(4) {
    text-align: center;
	max-width: 290px;
}
footer .footer-section h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
	text-align: start;
}

footer .footer-section:nth-child(1) h3{
	text-align: start;
}

footer .footer-section:nth-child(1) h3:nth-of-type(2){
	   font-size: 1.25rem;
}
footer .footer-section p{
	font-size: 1.25rem;
    font-weight: 400;
	line-height: 1.5rem;
}
footer .footer-section ul {
    list-style: none;
    padding: 0;
	text-align: start;
}

footer .footer-section ul li {
    margin: 5px 0;
}

footer .footer-section ul li a {
	font-family: 'Montserrat';
    color: #000000;
	font-size: 1.25rem;
	line-height: 1.75rem;
}
footer .footer-section ul li a:hover{
	color: var(--color-primary);
}

footer .footer-section form {
    display: flex;
	margin-bottom: 10px;
}

footer .footer-section form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 8px;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

footer .footer-section form button {
    background-color: #c0a838;
    color: #000000;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;	
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

footer .footer-section form button:hover {
    background-color: #d8bc40;
    color: #fff;
}
.footer-soc-wrapper{
	display: flex;
	gap: 8px;
    margin-top: 2rem;
	width: 100%;
    justify-content: space-between;
}
.footer-soc-wrapper img{
	max-width: 45.8px;
	filter: grayscale(1);
}
.footer-soc-wrapper a:hover img {
	filter: grayscale(0);
}
.footer-content-linq{
	display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
}
.footer-content-linq-body{
	display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-content-linq-body a{
	color: #000000;
}
.footer-content-linq-body a:hover{
	color: var(--color-primary);
}
.footer-content-bottom{
		display: flex;
    justify-content: space-between;
    max-width: 1200px;
	 width: 100%;
	 padding: 20px 15px;
	 margin: 0 auto;
}
.footer-content-bottom p{
	font-weight: 200;
	font-size: 1rem;
}
/** footer end**/

/** sotrudnichestvo start**/
.body-sotrudnichestvo .width-holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px;
    margin: 0 auto;
    flex-direction: column;
}
.body-sotrudnichestvo  .bx-breadcrumb {
		max-width: 1200px;
	    margin: 0 auto;
		width: 100%;
		padding: 0 15px;
}
.body-sotrudnichestvo .hero {
	display: flex;
    align-items: center;
	max-width: 1200px;
	    margin: 25px auto;
		padding: 0 15px;
		gap: 18px;
}
.body-sotrudnichestvo .hero-content {
	flex-basis: 40%;
}
.hero-content .title-block {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.hero-content .logo {
    width: 100%;
    max-width: 126px;
    margin-left: 0px;
}
.title-block h1{
font-size: 2rem;
    margin: 0.67em 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 460px;
    column-gap: 8px;
    align-items: center;
}
.hero-image-placeholder {
	width: 100%;
    display: flex;
    gap: 16px;
	flex-basis: 60%;
}
.body-sotrudnichestvo  .image-block-style {
	background-color: #e0e0e0;
    width: 100%;
    height: auto;
    max-width: 367px;
}
.hero-content p{
	font-size: 1.2rem;
}
.body-sotrudnichestvo .image-block-style img{
	height: 100%;
}

.body-sotrudnichestvo .intro-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
	max-width: 1200px;
	    margin: 25px auto;
		padding: 0 15px;
}
.intro-text p{
	    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-size: 1.2rem;
}
.body-sotrudnichestvo .intro-image-placeholder {
	flex-basis: 49%;
}
.body-sotrudnichestvo .intro-text .image-block-style {
    max-width: 100%;
	display: flex;
}
.body-sotrudnichestvo .intro-text .intro-description{
	flex-basis: 49%;
}

.cooperation-schema {
	background-color: #efefef;
	padding: 25px 0;
}
.cooperation-schema h2 {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    font-size: 2em;
    margin-bottom: 1rem;
    font-family: 'FoglihtenNo06';
    text-align: center;
	padding: 0 15px;
}
.cooperation-schema .schema-steps{
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	padding: 0 15px;
}
.cooperation-schema .step{
	flex-basis: calc(20% - 20px);
    margin: 10px;
    padding: 20px;
    /* background-color: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    text-align: left;
	z-index: 1;
    position: relative;
	height: 287px;
}
.cooperation-schema .step-number {
    font-size: 12rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    bottom: 18%;
    right: 2%;
    z-index: -1;
}
.step h3 {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
	font-size: 1.45rem;
    max-width: 220px;
	bottom: 57%;
    position: relative;
}
.step p{
	position: relative;
    bottom: 57%;
	font-size: 1.2rem;
}

.benefits{
	max-width: 1200px;
    margin: 0 auto;
    padding: 25px 15px;
}
.benefits h2{
	font-size: 2em;
    margin-bottom: 1rem;
    font-family: 'FoglihtenNo06';
    text-align: center;
}

.benefits-content {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	height: 100%;
}
.benefit-items {
	flex-basis: 50%;
}
.cta-partner {
	flex-basis: 40%;
	display: flex;
    align-items: center;
    height: 100%;
}
.benefit-content h3,
.cta-content h2{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 1.55rem;
}
.benefit-item {
	display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
	gap: 12px;
}
.benefit-number-placeholder {
    font-size: 8rem;
    font-weight: bold;
    color: #f0f0f0;
    margin-right: 20px;
    line-height: 1;
    min-width: 60px;
    text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
}
.benefit-content p{
	  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-size: 1.2rem;
}
.cta-content p{
font-size: 1.2rem;
}
.cta-content a{
	    background-color: #c0a838;
    padding: 5.5px 20px;
    border-radius: 5px;
    color: #221e1f;
    font-size: 1.25rem;
}
.cta-content a:hover {
    background-color: #d8bc40;
    color: #fff;
}
.cta-content{
	    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 8px;
    padding: 20px 28px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.body-sotrudnichestvo .advantages {
    margin: 40px auto;
}

    .scroll-up {
      position: relative;
      bottom: 0px;
      left: 0px;
      /* width: 120px; */
      height: 120px;
      z-index: 99;
      cursor: pointer;
      display: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      transition: transform 0.2s;
	  padding: 1.1rem;
    }

    .scroll-up:hover {
      transform: scale(1.05);
    }

    .scroll-up__svg {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    .scroll-up__text {
      position: relative;
      text-align: center;
      font-size: 1rem;
      color: #222;
      z-index: 1;
      font-weight: bold;
    }
#popap-form {
	display: flex;
	flex-direction: column;
    font-family: 'Montserrat';
    line-height: normal;
    font-style: normal;
	text-align: center;
}	
.loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #c0a838;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.success-message h3 {
	font-size: 2em;
    margin-bottom: 1rem;
    font-family: 'FoglihtenNo06';
    color: #000000;
    font-weight: 400;
    max-width: 450px;
}
/* Адаптивные стили */
@media (max-width: 768px) {
	.body-sotrudnichestvo .hero {
		flex-direction: column;
	}
	.body-sotrudnichestvo .intro-text {
		flex-direction: column;
	}
	
.benefits-content
 {
    flex-direction: column;
    flex-wrap: nowrap;
 }
 .scroll-up {
    position: relative;
    bottom: -12px;
 }
}
/** sotrudnichestvo end**/
font.text{
	font-size: 1.25rem;
    line-height: 1.75rem;
}

.block-error{
	display: flex;
    align-items: center;
    padding: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 0.5rem;
}
.content-error{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    background-image: url(/local/templates/anvikmb/images/404.png);
    background-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.heder-404{
	font-size: 1.75rem;
    font-family: 'Montserrat';
    /* font-size: 1.25rem; */
    line-height: 2rem;
    text-align: center;
}


/** legal-cookie start**/
.body-forma .width-holder {
    padding: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
}
/** legal-cookie end**/

.wishlist_btn {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 900;
    right: 0;
    top: 300px;
    padding: 15px;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 6px 20px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 6px 20px 0px rgba(34, 60, 80, 0.2);
    transition: all .3s;
    background: #fff;
}
.wishlist_btn span.count {
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    color: #FF7979;
    font-weight: 700;
    font-size: 16px;
}

.wishlist_btn span.heart {
    display: block;
    width: 100%;
    height: 100%;
}	

@media (max-width: 768px) {
.content-error {
    aspect-ratio: 1 / 2;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 335px;
    background-position-y: 85%;
}
}
