*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none; color: #fff;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}

body {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	color: #0F0504;
	font-size: 12px;
	line-height: 15px;
	background: #FDF8F4;
}

.container {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}

.title {
	font-size: 28px;
	font-weight: 900;
	line-height: 120%;
	text-transform: uppercase;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 20px;
}

.phone {
	margin-left: auto;
	font-size: 14px;
	font-weight: 500;
}

.hero {
	background: url("../img/hero_bg.jpg") no-repeat center top / cover;
	color: #fff;
	padding-top: 70px;
}

.offer {
	padding: 122px 0 70px 0;
}

.offer-title {
	font-weight: 900;
	font-size: 48px;
	line-height: 120%;
	text-transform: uppercase;
	max-width: 637px;
	margin-bottom: 10px;
}

.offer-undertitle {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	background: rgb(204,37,87);
	background: linear-gradient(90deg, rgba(204,37,87,1) 0%, rgba(246,54,54,1) 100%);
	position: relative;
	padding-right: 25px;
}

.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 35%;
	background: url("../img/btn_rectangle.svg") no-repeat center top / cover;
	width: 118px;
	height: 50px;
}

.btn::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 20px;
	width: 21px;
	height: 20px;
	background: url("../img/btn_arrow.svg") no-repeat center top / cover;

}

.btn-row {
	display: flex;
	gap: 0 10px;
	align-items: center;
}

.btn-row p {
	max-width: 236px;
	font-size: 16px;
	line-height: 110%;
}

.offer-subtitle {
	font-family: "Inter", sans-serif;
	max-width: 555px;
	font-size: 14px;
	margin-top: 157px;
	line-height: 15px;
}

.offer-subtitle span {
	font-weight: 700;
}

.benefits {
	padding: 40px 0 0 0;
}

.benefits .container {
	position: relative;
	padding-bottom: 30px;
}

.benefits-left {
	max-width: 590px;
}

.benefits-pretitle {
	max-width: 535px;
	margin-bottom: 10px;
}

.benefits-title {
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 20px;
	max-width: 420px;
	line-height: 20px;
}

.benefits-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.benefits-item {
	padding: 10px;
	max-width: 290px;
	height: 120px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.benefits-top {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 10px;
}

.benefits-item-title {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 23px;
}

.benefits-text {
	line-height: 14.4px;
}

.benefits-subtitle {
	opacity: 0.5;
	font-size: 10px;
	line-height: 11px;
}

.benefits-subtitle span {
	display: block;
	margin-top: 10px;
	font-style: italic;
}

.benefits-left {
	position: relative;
	z-index: 1;
}

.benefits-woman {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.about--left {
	padding: 50px 0;
}

.about--right {
	padding: 0 0 50px 0;
}

.about-gallery {
	display: flex;
	gap: 0 20px;
}

.about-gallery-column {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.about .container {
	display: flex;
	gap: 0 20px;
	align-items: center;
}


.about-content {
	max-width: 590px;
	font-size:14px;
	line-height:1.30em;
  overflow: hidden;
}

.about-title {
	margin-bottom: 10px;
	max-width: 415px;
}

.about-title a {
	color: #0F0504;
}
.about-text {
	margin-bottom: 10px;
}

.about-quote {
	background: #fff;
	border-radius: 15px;
	margin-bottom: 40px;
	padding: 10px 20px;
	font-style: italic;
	font-weight: 300;
	font-size: 10px;
}

.about--left .about-quote-bottom {
	margin-top: 10px;
	text-align: right;
}

.about-gallery-img {
	border-radius: 10px;
}

.about-img-1 {
	width: 285px;
	height: 266px;
}

.about-img-2 {
	width: 285px;
	height: 201px;
}

.about-img-3 {
	width: 285px;
	height: 201px;
}

.about-img-4 {
	width: 285px;
	height: 266px;
}


/*Blog*/
.news-items {
		margin: 0 150px;
	}
.blog-item, .single-blog-item {
	display: flex; gap: 20px; margin-bottom: 90px; flex-direction: row;
}

.blog-item {height: 150px;overflow: hidden;}

.blog-item .about-content,.single-blog-item .about-content {
	max-width:100%;
	width:100%;
	height:100%;
}

.blog-title,.blog-title a {
	margin-bottom: 10px;
	font-size:22px;
	color: #0F0504;
}

.blog-thumbnail {
    width: 100%;
    max-width: 250px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
	
}

.single-blog-thumbnail {
	float: left;
    margin-right: 20px;
}

.single-blog-thumbnail img{
	border-radius:10px;
}

.blog-thumbnail .blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: top;
    display: block;
	max-height:250px;
}

.news-excerpt {
	font-size: 15px;
    /*width: 380px;*/
     line-height: 1.55em;
	overflow: hidden;
    }

.pagination {
	margin-bottom:50px;
}
.pagination-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination-nav a {
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.pagination-nav a:hover {
    background-color: #f1f1f1;
}

.pagination-nav .pagination-last {
    font-weight: bold;
    font-size: 1.2em;
}

.pagination-nav .page-numbers {
    font-size: 16px;
    padding: 5px 10px;
}

.pagination-nav .prev, .pagination-nav .next {
    font-size: 18px;
}

.pagination-nav .prev, .pagination-nav .next, .pagination-nav .page-numbers {
    border: none;
    background-color: transparent;
}

.pagination-nav .prev {
    font-size: 20px; 
}

.pagination-nav .next {
    font-size: 20px; 
}

.questionary-title {
	margin-bottom: 20px;
}

.questionary-list {
	display: flex;
	gap: 0 20px;
	margin-bottom: 17px;
}

.questionary-list-item {
	max-width: 285px;
}

.questionary-item-title {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.questionary-block {
	position: relative;
	background: #fff;
	padding: 40px 30px 19px 0;
	margin-bottom: 30px;
	border-radius: 15px;
}

.questionary-block::after {
	content: '';
	position: absolute;
	top: -189px;
    right: -92px;
	width: 277px;
	height: 336px;
	background: url("../img/questionary_gift.png") no-repeat center top / cover;
}

.questionary-right {
	margin-left: auto;
	max-width: 865px;
}

.questionary .btn {
	width: 282px;
}

.questionary-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 285px;
}

.questionary-right-title {
	max-width: 536px;
	margin-bottom: 20px;
}

.anketa {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.anketa > label {
	width: 281px;
	font-size: 14px;
}

.input--required::after {
	content: '*';
	color: #FF0000;
	font-size: 14px;
}

.input-label {
	margin-bottom: 5px;
}

.anketa > label input:not(.radio-input) {
	text-align: center;
	padding: 10px;
	border: 1px solid rgba(15, 5, 4, 0.2);
	border-radius: 5px;
	width: 100%;
}

.anketa > label input::placeholder {
	color: #0F0504;
	opacity: 0.5;
}

input[name="anketa-contact"] {
	margin-bottom: 10px;
}

.anketa-contact-label label {
	font-size: 10px;
	font-weight: 300;
	font-style: italic;
}

.anketa-radio-inner {
	display: flex;
	gap: 0 5px;
}

.anketa-radio-wrapper {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.anketa input[type="radio"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.anketa input[type="radio"]+label {
	display: flex;
	gap: 0 5px;
    align-items: center;
    user-select: none;
	cursor: pointer;
}

.anketa input[type="radio"]+label::before {
	content: '';
    display: block;
    width: 20px;
    height: 20px;
	background: url("../img/radio_nochecked.svg") no-repeat center top / cover;
	margin-bottom: 2px;
}

.anketa input[type="radio"]:checked+label::before {
	background: url("../img/radio_checked.svg") no-repeat center top / cover;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.anketa-help {
	margin-top: 10px;
	font-weight: 300;
	font-style: italic;
	font-size: 10px;
	line-height: 15px;
}

.anketa-help span {
	font-weight: 400;
}

.anketa-help span+span {
	font-weight: 300;
	font-style: normal;
}

.anketa-tipage-inner {
	display: flex;
	border: 1px solid rgba(15, 5, 4, 0.2);
	justify-content: center;
	border-radius: 5px;
	padding: 5px;
}

.anketa input[name="anketa-radio-tipage"]+label::before {
	display: none;
}

.anketa input[name="anketa-radio-tipage"]+label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 30px;
}

.anketa input[name="anketa-radio-tipage"]:checked+label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 30px;
	color: #fff;
	background: rgb(204,37,87);
	background: linear-gradient(90deg, rgba(204,37,87,1) 0%, rgba(246,54,54,1) 100%);
	border-radius: 5px;
}

.anketa-file-info-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.anketa-file-info-top p {
	font-size: 14px;
}

.anketa-file-info-top a {
	font-size: 12px;
	color: #F63636;
	text-decoration: underline;
}

.my {
	display: none;
}

.label {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	height: 72px;
	cursor: pointer;
	background: rgba(253, 248, 244, 0.5);
	border: 1px solid rgba(15, 5, 4, 0.2);
}

.label > span:first-child {
	font-size: 10px;
	opacity: 0.5;
	margin-top: 2px;
}

.label > span + span {
	text-decoration: underline;
}

.questionary-bottom-text {
	max-width: 1036px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
}

.questionary {
	padding-bottom: 30px;
}

.gallery-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	gap: 0 15px;
}

.gallery-slider-item {
	width: 215px;
	height: 200px;
	border-radius: 10px;
}

.faq {
	padding: 50px 0;
}

.faq-title {
	text-align: center;
	margin-bottom: 40px;
}

.faq-accordion-list {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.faq .btn {
	margin: 0 auto;
}

.accordion {
    cursor: pointer;
    background: transparent;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	line-height: 25px;
}

.accordion::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url("../img/faq_open.png") no-repeat center top / cover;
}

.accordion.active::after {
	background: url("../img/faq_drop.png") no-repeat center top / cover;
}

.accordion:not(:last-child) {
	margin-bottom: 25px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */
.panel {
    display: none;
    overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
}

.seo-block {
	padding-bottom: 50px;
}

.seo-block-title {
	text-align: center;
	margin-bottom: 20px;
}

.seo-block-text {
	margin-bottom: 20px;
	max-width: 996px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}

.seo-block-switcher {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	background: transparent;
	position: relative;
	padding-right: 20px;
	font-size: 16px;
}

.seo-block-switcher::after {
	content: '';
	position: absolute;
	top: 7px;
    right: -10px;
	width: 14px;
	height: 8px;
	background: url("../img/switcher_arrow.svg") no-repeat center top / cover;
}

.seo-block-text span.hidden_seo-text {
	display: none;
	transition: 0.4s;
}

.seo-block-text span.hidden_seo-text.active {
	display: block;
	transition: 0.4s;
}

.footer {
	background: #0F0504;
	padding: 10px 0;
}

.footer-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-menu {
	display: flex;
	gap: 0 30px;
}

.footer .phone {
	margin-left: 0;
}

.footer-block {
	display: flex;
	align-items: center;
	gap: 0 20px;
}

.footer-menu-link {
	font-size: 16px;
}




/* скрываем чекбокс */
#menu__toggle {
	opacity: 0;
  }
  /* стилизуем кнопку */
  .menu__btn {
	display: flex; /* используем flex для центрирования содержимого */
	align-items: center;  /* центрируем содержимое кнопки */
	position: relative;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 150;
  }
  /* добавляем "гамбургер" */
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
  }
  .menu__btn > span::before {
	content: '';
	top: -8px;
  }
  .menu__btn > span::after {
	content: '';
	top: 8px;
  }

  /* контейнер меню */
.menu__box {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 100px 0;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
	z-index: 100;
  }
  /* элементы меню */
  .menu__item {
	
  }

  #menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
	visibility: visible;
	right: 0;
  }

  .menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: .25s;
}
.menu__box {
  transition-duration: .25s;
}
.page_item {
  transition-duration: .25s;
}

.menu__box li {
	font-size: 20px;
	margin-bottom: 15px;
}

.page_item{
	opacity: 0.7;
}

#menu__toggle {
	display: none;
}

.menu__box p:first-child {
	margin-bottom: 30px;
	margin-top: 0;
}

.menu__box p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 30px;
}

.menu__item-phone {
	padding-right: 50px;
	position: relative;
}

.menu__item-phone::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url("../img/telegram_icon.svg") no-repeat center top / cover;
	top: -7px;
}

#menu__toggle:checked+label {
	
}

body.overflow-hidden {
	overflow: hidden;
}

.popup, .popup-sucess {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	overflow: auto;
	z-index: 1000;
}

.popup.active, .popup-sucess.active {
	display: flex;
}

.popup-sucess {
	overflow: hidden;
}

.popup-sucess-wrapper {
	position: relative;
	background: #fff;
	color: #0F0504;
	padding: 19px 30px 19px 30px;
	border-radius: 15px;
	max-width: 460px;
}

.popup-sucess-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	right: -23px;
	background: url("../img/sucess_top.png") no-repeat center top / cover;
	width: 95px;
	height: 104px;
}

.popup-sucess-wrapper::after {
	content: '';
	position: absolute;
	bottom: -46px;
    right: -32px;
	background: url("../img/sucess_bottom.png") no-repeat center top / cover;
	width: 168px;
    height: 142px;
}

.popup-sucess .questionary-right-title {
	max-width: 370px;
	margin-bottom: 20px;
}

.popup-sucess .questionary-right-title+p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
}

.popup-sucess .btn::after {
	display: none;
}

.popup .questionary-right {
	max-width: 925px;
	margin: 0;
	background: #fff;
    padding: 40px 30px 19px 30px;
	border-radius: 15px;
}

.popup .questionary-right .btn {
	width: 282px;
}

.popup-close {
	display: flex; /* используем flex для центрирования содержимого */
	align-items: center;  /* центрируем содержимое кнопки */
	position: absolute;
	top: -40px;
	right: 10px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 150;
}

.popup-close > span,
.popup-close > span::before,
.popup-close > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.popup-close > span::before {
  content: '';
  top: -8px;
}
.popup-close > span::after {
  content: '';
  top: 8px;
}

.popup-close > span {
	transform: rotate(45deg);
  }
.popup-close > span::before {
	top: 0;
	transform: rotate(0);
  }
.popup-close > span::after {
	top: 0;
	transform: rotate(90deg);
  }

  .btn, button{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
 }
 
 .btn:focus, button:focus{
   outline: none;
 } 

 .menu__item-anketa {
	cursor: pointer;
 }

 .questionary-right {
	position: relative;
 }


.seo-block {
	position: relative;
	padding-left: 140px;
	padding-right: 140px;
}

.seo-block .container {
	position: relative;
}

.seo-img-left {
	position: absolute;
	top: -141px;
	left: -9%;
	z-index: 50;
}

main {
	overflow: hidden;
}

.seo-img-right {
	position: absolute;
	bottom: -5px;
	left: 83%;
	z-index: 50;
}

.footer {
	position: relative;
	z-index: 100;
}

.benefits-woman-mobile {
	display: none;
}

.popup-sucess .questionary-right-title {
	text-align: left;
}

@media screen and (max-width: 1500px) {
	.seo-img-left {
		left: -17%;
	}
	.seo-img-right {
		left: 90%;
	}
}

@media screen and (max-width: 1280px) {
	.seo-img-right {
		left: auto;
		right: -119px;
	}
	.seo-img-left {
		left: -21%;
	}
}

@media screen and (max-width: 1270px) {
	.seo-img-right, .seo-img-left {
		display: none;
	}
	.seo-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.about .container,.blog .container {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.questionary-img {
		display: none;
	}
	.questionary-right {
		margin: 0 auto;
	}
	.questionary-block::after {
		display: none;
	}
	.questionary-title {
		text-align: center;
	}
	.questionary-list {
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	.about--right .container {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 1050px) {
	.popup {
		padding-top: 257px;
		padding-bottom: 50px;
	}
	.questionary-block {
		padding: 19px 15px;
	}
	.anketa {
		justify-content: center;
	}
	.questionary-right-title {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.anketa .anketa-file {
		width: 580px;
	}
	.benefits-woman {
		display: none;
	}
	.footer-navigation {
		flex-direction: column;
		gap: 20px 0;
	}
	.footer-menu {
		display: flex;
		flex-direction: column;
		gap: 20px 0;
		padding: 9px 0;
		text-align: center;
	}
	.offer .btn {
		width: 290px;
	}
	.offer .btn-row {
		flex-direction: column;
		gap: 10px 0;
		width: 290px;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
	}
	.footer {
		padding: 30px 0;
	}
	.offer-title {
		font-size: 26px;
		line-height: 31px;
		margin: 0 auto;
		text-align: center;
	}
	.offer-undertitle {
		font-size: 18px;
		line-height: 24.55px;
		margin: 0 auto;
		text-align: center;
	}
	.offer-subtitle {
		margin-top: 140px;
		line-height: 17px;
	}
	.offer {
		padding-top: 80px;
	}
	.benefits-left {
		margin: 0 auto;
		text-align: center;
	}
	.benefits-pretitle, .benefits-title {
		margin-left: auto;
		margin-right: auto;
	}
	.accordion {
		font-size: 14px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 680px) {
	.news-items {
		margin: 0;
	}
	.blog-item {
		display: flex;
        flex-direction: column;
		height:auto;
	}
	.blog-title-mobile {margin-top:10px!important;}
	.blog-thumbnail {max-width:100%; width:100%;height: 100%!important;}
	.blog-thumbnail,.blog-thumbnail img,.single-blog-thumbnail,.single-blog-thumbnail img {
		width:100%;
		height:100%;
	}
	
	.single-blog-thumbnail {margin-bottom:10px;}
	.blog-thumbnail {max-height:400px!important;}
	.blog-item img {
		height:100%;
		width:100%
	}
	
	.news-excerpt {
		font-size: 14px;
		width: 100%;
		line-height: 1.5em;
		text-align: justify;
    }
	.benefits-item {
		max-width: 100%;
		height: auto;
		text-align: left;
	}
	.benefits-list {
		margin-bottom: 20px;
	}
	.benefits .container {
		padding-bottom: 5px;
	}
	.benefits-subtitle {
		text-align: left;
	}
	.offer {
		padding-bottom: 0;
	}
	.benefits {
		padding-top: 371px;
	}
	.benefits-pretitle {
		font-size: 22px;
	}
	.hero {
		background-size: 637% 104%;
        background-position: top 54% right 47%;
	}
	.benefits-woman-mobile {
		display: block;
		bottom: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.container {
		padding: 0 15px;
	}
	.about-img-1 {
		width: 140px;
		height: 200px;
	}
	.about-img-2 {
		width: 140px;
		height: 170px;
	}
	.about-img-3 {
		width: 140px;
		height: 170px;
	}
	.about-img-4 {
		width: 140px;
		height: 200px;
	}
	.about-gallery {
		gap: 10px;
	}
	.about-gallery-column {
		gap: 10px;
	}
	.about-title {
		font-size: 22px;
	}
	.about-quote {
		text-align: right;
	}
	.about .btn-row {
		flex-direction: column;
	}
	.about .btn-row p {
		text-align: center;
		margin-top: 10px;
	}
	.about {
		padding-bottom: 30px;
	}
	.faq-title {
		margin-bottom: 10px;
	}
	.accordion {
		line-height: 19px;
	}
	.anketa {
		flex-direction: column;
		gap: 14px 0;
	}
	.anketa > label {
		width: 100%;
	}
	.questionary-right-title {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		font-size: 22px;
		text-align: center;
	}
	.anketa-radio-inner {
		padding: 20px 0;
	}
	.faq-title {
		text-align: left;
	}
	.about-gallery-img {
		width: 217px;
		height: 154px;
	}
	.anketa .anketa-file {
		width: 100%;
	}
	.questionary .btn {
		width: 260px;
	}
	.anketa-radio-inner {
		gap: 0 3px;
	}
	.popup.active {
		align-items: flex-start;
		padding-top: 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.popup .questionary-right {
		border-radius: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.popup .questionary-right .btn {
		width: 260px;
	}
	.popup .anketa > label {
		width: 262px;
	}
	.popup-sucess .questionary-right-title {
		max-width: 320px;
		padding-right: 90px;
	}
	.popup-sucess {
		padding-left: 15px;
		padding-right: 15px;
	}
	.popup-sucess-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.popup-sucess .btn {
		width: 260px;
	}
	.popup-sucess-wrapper::before {
		content: '';
		position: absolute;
		top: 3px;
		right: 3px;
		background: url("../img/sucess_top.png") no-repeat center top / cover;
		width: 95px;
		height: 104px;
	}
}

@media screen and (max-width: 510px) {
	.header .phone, .header .telegram {
		display: none;
	}
	.popup-sucess-wrapper::after {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.about-gallery-img {
		width: 170px;
        height: 124px;
	}
}

@media screen and (max-width: 400px) {
	.about-img-1 {
		width: 140px;
		height: 200px;
	}
	.about-img-2 {
		width: 140px;
		height: 170px;
	}
	.about-img-3 {
		width: 140px;
		height: 170px;
	}
	.about-img-4 {
		width: 140px;
		height: 200px;
	}
	.about-gallery-img {
		height: 130px;
	}
}

.breadcrumbs {
	padding-top: 90px;
}

.breadcrumbs a {
	color: #0F0504;
}

body.popup-active {
	height: 100vh;
	overflow-y: hidden;
}

.about-page .about {
	padding-top: 120px;
}

.about-page .single {

}

.about-page .header {
	border-bottom: 1px solid rgba(0,0,0, 0.3);
}

.about-page .phone {
	color: #000;
}

.about-page .menu__btn > span, .about-page
 .menu__btn > span::before, .about-page 
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.about-page #menu__toggle:checked+.menu__btn > span, 
.about-page #menu__toggle:checked+.menu__btn > span::before,
.about-page #menu__toggle:checked+.menu__btn > span::after {
	background-color: #fff;
}

.about-page .footer .phone {
	color: #fff;
}

.benefits-woman:not(.benefits-woman-mobile) {
    right: 145px;
}

@media screen and (max-width: 680px) {
    .anketa input[type="radio"]+label {
        width: 70px;
    }
    .anketa input[name="anketa-radio-tipage"]:checked+label {
        width: 70px;
    }
    .popup .anketa > label {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .popup .anketa > label {
        width: 262px;
    }
}

.popup-sucess .btn {
	padding-right: 0;
}

.page_item {
	opacity: 1;
}

.menu-item {
	opacity: 0.7;
}

.current-menu-item {
	opacity: 1;
}

.current-menu-item::after {
	content: '•';
	color: #fff;
	padding-left: 10px;
}

.seo-block-switcher {
	color: #0F0504;
}

.phone {
	color: #fff;
}