@font-face {
	font-family: "Oswald";
	src: url("/wp-content/themes/src/assets/css/../fonts/Oswald-SemiBold.eot");
	src: url("/wp-content/themes/src/assets/css/../fonts/Oswald-SemiBold.woff") format("woff"), url("/wp-content/themes/src/assets/css/../fonts/Oswald-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("/wp-content/themes/src/assets/css/../fonts/Oswald-Regular.eot");
	src: url("/wp-content/themes/src/assets/css/../fonts/Oswald-Regular.woff") format("woff"), url("/wp-content/themes/src/assets/css/../fonts/Oswald-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Light.eot");
	src: url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Light.woff") format("woff"), url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Regular.eot");
	src: url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Regular.woff") format("woff"), url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width:992px) {
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 106px;
	line-height: 100%;
	letter-spacing: 0px;
}

h2 {
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0px;
}

h4 {
	font-style: normal;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0px;
}

h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 140%;
	text-align: left;
}

h6 {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
}

p {
	font-size: 15px;
}

.breadcrumbs {
	padding: 30px 0px 30px;
}

.bread span {
	color: #888;
	font-weight: 500;
	font-size: 17px;
	user-select: none;
}

.breadcrumbs .home {
	color: #888;
	opacity: .4;
}

.breadcrumbs .home:hover {
	opacity: 1;
}

.breadcrumbs a.category {
	color: #888;
	opacity: .4;
}

.breadcrumbs a.category:hover {
	opacity: 1;
}

@media only screen and (max-width:900px) {
	.bread {
		padding-top: 60px;
	}
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 27px;
	color: #f7b639;
}

.swiper-button-prev {
	z-index: 200;
}

.swiper-container {
	overflow: hidden;
}

.swiper-slide {
	flex-shrink: 1;
}

.popup__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .86);
	transition: .5s all;
	display: none;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeIn;
	overflow: hidden;
	outline: 0;
	z-index: 105000;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 70%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.close-popup {
	position: absolute;
	right: 10px;
	z-index: 10;
	top: 10px;
	border: none;
	background: rgba(255, 212, 0, .25);
	border-radius: 100%;
	padding: 2px 10px;
}

.close-popup span {
	font-size: 25px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.popup h4 {
	text-align: center;
	font-size: 22px;
}

.popup h6 {
	text-align: center;
	padding-bottom: 30px;
}

@media only screen and (max-width:991px) {
	.popup .pforms__form-block {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.popup .input.phone {
		font-size: 16px;
		margin-bottom: 20px;
		padding: 25px;
	}
	
	.popup .btn-form {
		padding: 25px;
		margin-bottom: 10px;
	}
	
	.popup .inp-md {
		width: 62%;
	}
	
	.popup .tsm12 {
		font-size: 15px;
	}
}

@media only screen and (max-width:767px) {
	.popup .inp-md {
		width: 80%;
	}
}

@media only screen and (max-width:550px) {
	.modal-content {
		width: 95%;
	}
	
	.popup h6 {
		padding-top: 10px;
	}
}

@media only screen and (max-width:400px) {
	.popup .inp-md {
		width: 100%;
	}
}

.main {
	padding: 0px 0px 0px;
}

.main_other {
	background: #000;
}

.adv svg {
	fill: currentColor;
	color: #d5a432;
	width: 80%;
}

.header {
	padding: 0px 0px 0px 0px;
}

.header .container-fluid {
	padding-right: 80px;
	padding-left: 80px;
}

.container-fluid.nav__wrap {
	padding-right: 80px;
	padding-left: 80px;
}

.header_mobile {
	display: none;
}

.header .phones__item {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
}

.nav {
	padding: 0px;
	justify-content: space-between;
}

.nav a {
	padding: 23px 0px;
}

.nav li.menu-item-has-children:before {
	right: -3px;
}

.phones__block {
	align-items: flex-end;
}

.logo__block {
	align-items: flex-start;
}

.logo__block img {
	width: 260px;
}

.footer_soc_glav {
	display: flex;
}

@media only screen and (max-width:2500px) {
	.logo__block img {
		width: 260px;
	}
}

@media only screen and (max-width:1340px) {
	.header {
		padding: 10px 0px 40px 0px;
	}
	
	.header .phones__item {
		font-size: 20px;
	}
}

@media only screen and (max-width:1199px) {
	.header .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.container-fluid.nav__wrap {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media only screen and (max-width:991px) {
	.logo__block img {
		width: 200px;
	}
	
	.nav li.menu-item-has-children:before {
		right: 0;
	}
}

@media only screen and (max-width:900px) {
	.main {
		padding: 0px;
		position: relative;
	}
	
	.header .phones__item {
		font-size: 18px;
	}
	
	.header_desktop {
		display: none;
	}
	
	.header_mobile {
		display: block;
	}
	
	.header_mobile .header__cont {
		flex-direction: row;
	}
	
	.header_mobile {
		background: #000;
		position: fixed;
		width: 100%;
		z-index: 400;
		padding: 6px 0px 4px;
	}
	
	.nav:before, .nav:after {
		display: none;
	}
	
	.header .phones {
		display: none;
	}
	
	.phones_mob_block {
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.fa-phone-alt {
		font-size: 20px;
		color: #fff;
	}
	
	.header_mobile .logo__block a {
		text-align: center;
	}
	
	.close {
		right: 16px;
		top: 9px;
		width: 2rem;
		height: 2rem;
	}
	
	.nav a {
		font-size: 16px;
	}
	
	.menu-item-has-children:hover .sub-menu {
		transform: none;
	}
	
	.burger span {
		background-color: #fff;
	}
	
	.burger span:before, .burger span:after {
		background-color: #fff;
	}
	
	.burger__wrap-block {
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
	}
	
	.burger {
		margin-left: 0rem;
	}
}

@media only screen and (max-width:767px) {
	.header {
		padding: 10px 20px 10px 10px;
	}
	
	.header .phones__item {
		font-size: 16px;
	}
	
	.header__cont {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.logo__block img {
		width: 155px;
	}
}

@media only screen and (max-width:567px) {
	.header__cont {
		padding-bottom: 0rem;
		flex-direction: column;
	}
	
	.header .phones__item {
		font-size: 24px;
	}
	
	.phones_mob_block {
		width: 60px;
		height: 60px;
	}
	
	.burger__wrap-block {
		width: 60px;
		height: 60px;
	}
}

@media only screen and (max-width:386px) {
	.header .phones__item {
		font-size: 22px;
	}
}

@media only screen and (max-width:320px) {
	.main {
		padding: 0px 0px 0px;
	}
}

.part_a h4 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
}

.subtitle_a {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0px;
	height: 75px;
	padding: 0px 24px;
}

.part_a {
	text-align: center;
	user-select: none;
}

.pr_a {
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.part_img {
	width: 100px;
}

@media only screen and (max-width:991px) {
	.part_img {
		width: 75px;
	}
}

@media only screen and (max-width:420px) {
	.part_img {
		width: 68px;
	}
}

.advantage_other {
	padding: 10px 0px 50px;
	position: relative;
}

.swiper-adv .pr_a {
	margin-bottom: 0;
	width: 350px;
}

.swiper-adv .part_a {
	width: 89%;
}

.swiper-adv .subtitle_a {
	padding: 0px 0px;
}

.swiper-adv .swiper-button-next {
	right: 7%;
}

.swiper-adv .swiper-button-prev {
	left: 7%;
}

.swiper-adv {
	margin-left: -35px;
}

@media only screen and (max-width:991px) {
	.swiper-adv .swiper-button-next {
		right: 1%;
	}
	
	.swiper-adv .swiper-button-prev {
		left: 1%;
	}
	
	.swiper-adv .pr_a {
		width: 270px;
	}
	
	.swiper-adv .part_a {
		width: 90%;
	}
}

@media only screen and (max-width:767px) {
	.swiper-adv .part_a {
		width: 95%;
	}
}

@media only screen and (max-width:575px) {
	.swiper-adv .subtitle_a {
		font-size: 15px;
	}
	
	.swiper-adv {
		margin-left: -10px;
	}
}

@media only screen and (max-width:420px) {
	.swiper-adv .subtitle_a {
		font-size: 13px;
	}
	
	.swiper-adv {
		margin-left: -5px;
	}
	
	.swiper-adv .swiper-button-prev {
		left: 0%;
	}
}

@media only screen and (max-width:1199px) {
	.subtitle_a {
		padding: 0px 0px;
	}
}

@media only screen and (max-width:991px) {
	.subtitle_a {
		font-size: 15px;
	}
	
	.pr_a {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width:767px) {
	.pr_a {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:680px) {
	.title_advan h2 br {
		display: none;
	}
	
	.title_advan h4 br {
		display: none;
	}
}

@media only screen and (max-width:575px) {
	.subtitle_a {
		font-size: 17px;
		font-weight: 400;
		padding: 0px 40px;
	}
	
	.part_a h4 {
		font-size: 22px;
	}
}

@media only screen and (max-width:420px) {
	.subtitle_a {
		font-size: 16px;
		padding: 0px 20px;
	}
	
	.part_a h4 {
		font-size: 18px;
	}
}

@media only screen and (max-width:400px) {
	.subtitle_a {
		padding: 0px 0px;
	}
	
	.pr_a {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:350px) {
	.subtitle_a {
		font-size: 15px;
	}
}

.price-item-img {
	height: 243px;
}

.pr_expiration {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 7px;
}

.pr_expiration.warranty {
	text-align: left;
}

.card_warranty_block {
	display: flex;
	align-items: center;
}

@media only screen and (max-width:991px) {
	.price_tab_part {
		padding: 0px 10px;
	}
	
	.price__right .fw8 {
		font-size: 12px;
	}
}

@media only screen and (max-width:900px) {
	.pr_expiration {
		font-size: 14px;
	}
	
	.card_warranty_block img {
		width: 40px;
	}
}

@media only screen and (max-width:500px) {
	.pr_expiration {
		font-size: 11px;
	}
}

@media only screen and (max-width:1199px) {
	.tsm12 {
		font-size: 12px;
	}
}

.room_title {
	margin: 30px 0 35px;
	display: block;
	font-weight: bold;
}

.room {
	background-image: none;
}

.rm-sl {
	position: relative;
}

.room-swiper .swiper-button-next {
	right: 0px;
}

.room-swiper .swiper-button-prev {
	left: 0px;
}

.room-slider-item {
	display: block;
	height: auto;
}

.room-pin-phone {
	display: none;
}

.room-swiper .swiper-slide {
	flex-shrink: 0;
}

@media only screen and (max-width:1199px) {
	.room-pin .text {
		font-size: 13px;
		padding-right: 30px;
	}
}

@media only screen and (max-width:991px) {
	.room-pin {
		padding-bottom: 20px;
	}
	
	.room-pin .text {
		font-size: 14px;
		padding-right: 0px;
	}
	
	.room-slider-item {
		height: auto;
	}
}

@media only screen and (max-width:660px) {
	.room-pin-img {
		display: none;
	}
	
	.room_title {
		margin: 15px 0 15px;
	}
	
	.room-pin {
		padding-bottom: 5px;
	}
	
	.rm-sl {
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.room .container-mm {
		max-width: 100vw;
	}
	
	.room-pin-phone {
		display: block;
	}
	
	.room-pin {
		display: none;
	}
	
	.cont_room {
		max-width: 90vw;
		margin: 0 auto;
	}
	
	.room-swiper .swiper-button-next {
		display: none;
	}
	
	.room-swiper .swiper-button-prev {
		display: none;
	}
	
	.room-swiper .swiper-horizontal>.swiper-pagination-bullets, .room-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -17px;
	}
}

@media only screen and (max-width:460px) {
	.room-swiper img {
		width: 100%;
	}
	
	.room-pin {
		padding-bottom: 7px;
	}
	
	.room_title {
		display: inline-block;
	}
	
	.room-pin .text {
		text-align: center;
	}
}

@media only screen and (max-width:350px) {
	.room-pin .text {
		font-size: 13px;
	}
}

.footer {
	padding-top: 20px;
}

.foot-soc-item {
	width: auto;
}

.foot-soc-item img {
	width: 30px;
}

.footer-block {
	padding: 20px;
}

.footer-block .tsm {
	color: #8f8f8f;
}

.footer-logo img {
	width: 180px;
}

.footer-list li {
	font-size: 14px;
}

.footer-item.rec {
	width: auto;
}

.form-wrap {
	padding: 20px;
}

.footer-item {
	margin-left: 20px;
}

@media only screen and (max-width:1700px) {
	.footer .container-min {
		max-width: 95%;
	}
}

@media only screen and (max-width:991px) {
	.form-wrap {
		padding: 10px;
	}
}

@media only screen and (max-width:900px) {
	.footer-cont {
		justify-content: space-between;
	}
}

@media only screen and (max-width:567px) {
	.footer_form_w {
		width: 100%;
	}
	
	.footer-list li {
		padding-bottom: 8px;
	}
	
	.footer .tsm12 {
		font-size: 16px;
	}
	
	.footer-list li {
		font-size: 16px;
	}
	
	.footer .small-text {
		font-size: 16px;
	}
	
	.phones__item-text {
		font-size: 16px;
	}
	
	.footer-item.rec .footer-list li {
		font-size: 14px;
	}
	
	.menu_footer {
		margin-top: 20px;
	}
	
	.footer-item.rec .footer-list li {
		padding-bottom: 0px;
	}
	
	.footer-block .clws {
		justify-content: center;
		width: 100%;
		margin-top: 15px;
	}
	
	.footer-block {
		justify-content: space-between;
	}
}

@media only screen and (max-width:500px) {
	.form-wrap {
		text-align: center;
	}
	
	.phones__block-work {
		justify-content: center;
	}
	
	.phones__item-wraps {
		justify-content: center;
	}
	
	.footer_soc_glav {
		justify-content: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

.card__center-block {
	border: 0px;
	border-bottom: 1px solid #d1d1d1;
	padding: 30px 0px 15px;
}

.card-photo {
	padding: 1vw 1.5vw;
}

.card__photo-slider-top-item img {
	height: 100%;
}

.card__photo-slider-top-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 438px;
}

.season_price {
	display: flex;
	margin-bottom: 12px;
}

.installment_price {
	display: flex;
	margin-bottom: 12px;
	position: relative;
}

.price-item-money.cpo {
	margin-bottom: 12px;
	justify-content: flex-start;
}

.price-item-money-fix {
	position: relative;
	top: -2px;
}

.text-ins {
	font-size: 16px;
}

.description_card {
	padding: 30px;
	background: #f3f3f3;
	border-radius: 8px;
	line-height: 26px;
	font-size: 15px;
}

.description_card ul {
	list-style-type: disc;
	padding-inline-start: 19px;
}

.description_card ul li {
	font-size: 15px;
}

.description_card h2 {
	font-size: 36px;
}

.card__center-block .t-min2 {
	font-size: 27px;
}

.card__center-block .text {
	font-size: 19px;
}

.card__center-block .text-md {
	font-size: 18px;
}

.subgroup_price {
	padding: 10px 0px;
	position: relative;
}

.subgroup_price .text-ins {
	margin-bottom: 10px;
}

.sub_img {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swip_sub_price {
	display: block;
	margin: 0px 10px;
	color: #000;
	text-align: center;
	width: 150px;
}

.swip_sub_price:hover {
	color: #ffc55b;
}

.swiper-sub .swiper-button-next {
	right: -5%;
}

.swiper-sub .swiper-button-prev {
	left: -4%;
}

.pforms__form-block .input {
	border-radius: 50px;
}

.btn.dark {
	background-image: linear-gradient(to top, #f6b233 0%, #ffdc74 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
	-webkit-box-shadow: 0 8px 13px rgba(169, 121, 62, 49%), inset 0 -4px 1px #cdb18e;
	box-shadow: 0 8px 13px rgba(169, 121, 62, 49%), inset 0 -4px 1px #cdb18e;
}

.btn.dark:hover {
	webkit-box-shadow: 0 8px 13px rgba(169, 121, 62, 49%), inset 0 4px 1px #cdb18e;
	box-shadow: 0 8px 13px rgba(169, 121, 62, 49%), inset 0 4px 1px #cdb18e;
}

.list-har {
	margin-bottom: 18px;
}

.list-har-first {
	width: 300px;
}

.list-har li {
	justify-content: flex-start;
}

.bg_price {
	background: #f8f8f8;
}

.price-dop {
	padding: 45px 0px 60px;
	position: relative;
}

.price-dop-s {
	padding: 45px 0px 0px;
	position: relative;
}

.swiper-price-dop {
	box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	border-radius: 23px;
}

.swiper-price-dop .swiper-slide {
	width: auto;
	background: #fff;
	padding: 35px 0px 35px 35px;
	border-radius: 20px;
}

.swiper-price-dop .price-block {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.swiper-price-dop .price-block a {
	color: #000;
}

.swiper-price-dop .price-item {
	width: 330px;
	margin: 0px;
	padding: 20px 10px;
	margin-right: 40px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.swiper-price-dop .price-item-img {
	height: auto;
}

.swiper-price-dop .price-item-img img {
	width: 100%;
}

.swiper-price-dop .price-item:hover {
	box-shadow: 2px 3px 10px -1px rgba(0, 0, 0, 14%);
}

.swiper-price-dop .price-item .text {
	height: 70px;
}

.swiper-price-dop .swiper-button-next {
	right: 7%;
}

.swiper-price-dop .swiper-button-prev {
	left: 7%;
}

.similar {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 60px;
}

.slider-top .swiper-slide {
	flex-shrink: 0;
}

.sl_nav .border_img {
	margin: 10px;
	border: 1px solid #cfcfcf;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.sl_nav .border_img:hover {
	border: 1px solid #ffc55b;
}

.sl_nav .swiper-button-next {
	right: -18px;
}

.sl_nav .swiper-button-prev {
	left: -18px;
}

.sl_nav .swiper-button-next {
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: grey;
}

.sl_nav .swiper-button-next:hover {
	color: #ffc55b;
	transform: scale(1.2);
}

.img_sl {
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sl_nav .swiper-horizontal>.swiper-pagination-bullets, .sl_nav .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -10px;
}

.gray {
	color: #4a4848;
}

.card__center-block .gray {
	font-weight: normal;
}

.accordion {
	margin-top: 22px;
}

ul.accordion-menu {
	list-style: none;
}

.accordion ul li ul li ul li {
	list-style-type: disc;
	padding: 12px 30px 12px 15px;
}

.accordion ul li ul li ol li {
	list-style-type: decimal;
}

.accordion ul li ul li ul {
	padding-inline-start: 18px;
}

.ans_text {
	list-style-type: none !important;
}

.accordion-menu {
	width: 100%;
	border-radius: 0;
	margin-bottom: 15px;
	box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	-webkit-box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	-moz-box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	-ms-box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	-o-box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
}

.accordion-menu li:last-child .dropdownlink {
	border-bottom: 0;
}

.dropdownlink, .dropdownlink1 {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 10px;
	font-size: 18px;
	color: #212121;
	position: relative;
	transition: all .4s ease-out;
}

.dropdownlink1 {
	padding: 5px;
}

.dropdownlink .fa-chevron-down {
	position: relative;
	right: -3px;
}

.dropdownlink1 .fa-plus {
	margin-right: 10px;
	font-size: 16px;
	position: relative;
	top: -1px;
	transition: all .4s ease-out;
}

.submenuItems {
	display: none;
	background-color: #f8f8f8;
}

.submenuItems li {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	padding: 12px 30px 12px 30px;
	transition: all .4s ease-out;
}

.phone_form {
	display: none;
}

.ans_text {
	border-bottom: 1px solid #dfdfdf;
}

#tabs {
	margin: 10px 0;
}

.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
	margin-right: 15px;
}

.tabs-nav a {
	display: block;
	padding: 10px 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	background: #f6f6f6;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #000;
}

.tabs-nav li:first-child a {
	border-radius: 5px 5px 0 0;
}

.tabs-items {
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}

.tabs-item .accordion-menu-question {
	margin-bottom: 20px;
}

.tabs-item {
	padding: 15px;
}

.tabs-item .tsm12 {
	font-size: 15px;
}

@media only screen and (max-width:1550px) {
	.swiper-price-dop .price-item .text {
		font-size: 17px;
	}
	
	.swiper-price-dop .price-item {
		width: 295px;
	}
	
	.swiper-price-dop .text-md {
		font-size: 18px;
	}
	
	.swiper-price-dop .price-item-img {
		height: 220px;
	}
}

@media only screen and (max-width:1300px) {
	.card__photo-slider-top-item {
		height: 380px;
	}
	
	.img_sl {
		height: 115px;
		width: 115px;
	}
}

@media only screen and (max-width:1199px) {
	.card__photo-slider-top-item {
		height: 286px;
	}
	
	.swiper-sub .swiper-button-prev {
		left: -5%;
	}
}

@media only screen and (max-width:991px) {
	.card-photo .tsm13 {
		font-size: 14px;
	}
	
	.card__center-block {
		border-bottom: 0px;
		padding: 15px 0px 8px;
	}
	
	.dropdownlink, .dropdownlink1 {
		font-size: 17px;
	}
	
	.dropdownlink1 {
		padding: 0px;
	}
	
	.list-har li {
		font-size: 15px;
	}
	
	.submenuItems li {
		font-size: 15px;
	}
	
	.swip_sub_price {
		width: 120px;
	}
	
	.swiper-price-dop .swiper-button-next {
		right: 3%;
	}
	
	.swiper-price-dop .swiper-button-prev {
		left: 4%;
	}
	
	.desck_form {
		align-items: flex-start;
	}
	
	.desck_form .card-nums__item {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	
	.card__center-block .text-md {
		font-size: 16px;
	}
	
	.card__center-block .t-min2 {
		font-size: 18px;
	}
	
	.card__center-block .text {
		font-size: 14px;
	}
	
	.card__block {
		border-bottom: none;
	}
	
	.text-ins {
		font-size: 15px;
	}
	
	.subgroup_price {
		border-top: 1px solid #d1d1d1;
	}
	
	.phone_form {
		display: block;
		padding: 0px 0px 0px 30px;
		background: #fff;
		border-top: 1px solid #e2e4eb;
		position: fixed;
		bottom: 0px;
		z-index: 1000;
		width: 100%;
	}
	
	.price_phone {
		display: flex;
		align-items: flex-end;
	}
	
	.price-item-money-fix {
		top: 0px;
	}
	
	.one_pr {
		font-size: 26px;
		font-weight: 600;
		line-height: 33px;
	}
	
	.two_pr {
		font-size: 15px;
		padding: 0px 10px;
		position: relative;
		top: -5px;
	}
	
	.phone_form .btn {
		border-radius: 0px;
		box-shadow: none;
	}
	
	.phone_form .btn.dark:hover {
		box-shadow: none;
	}
	
	.phone_form .inp-md {
		width: 70%;
		padding: 20px 0px;
	}
	
	.phone_form .pr {
		display: flex;
		align-items: center;
	}
	
	.description_card h2 {
		font-size: 25px;
		margin: 16px 0px;
	}
}

@media only screen and (max-width:767px) {
	.swiper-price-dop .swiper-button-next {
		right: 1%;
	}
	
	.swiper-price-dop .swiper-button-prev {
		left: 1%;
	}
	
	.phone_form .inp-md {
		width: 100%;
	}
	
	.phone_form .pr {
		justify-content: center;
	}
	
	.advantage_other {
		padding: 15px 0px 15px;
	}
	
	.submenuItems li {
		padding: 12px 12px 12px 12px;
	}
	
	.sub_img {
		height: 108px;
	}
	
	.dropdownlink1 .fa-plus {
		font-size: 14px;
	}
	
	.card__photo-slider-top-item {
		height: 330px;
	}
	
	.tabs-nav a {
		padding: 10px 20px;
		font-size: 16px;
	}
}

@media only screen and (max-width:575px) {
	.one_pr {
		font-size: 18px;
	}
	
	.phone_form .inp-md {
		margin: 0;
	}
	
	.card__photo-slider-top-item {
		height: 290px;
	}
	
	.tabs-nav a {
		padding: 10px 13px;
		font-size: 15px;
	}
	
	.tabs-item {
		padding: 12px;
	}
	
	.list-har li {
		font-size: 13px;
	}
}

@media only screen and (max-width:500px) {
	.list-har-first {
		width: 256px;
	}
	
	.list-har-last {
		width: 60%;
	}
	
	.advantage_other {
		padding: 4px 0px 10px;
	}
	
	.sl_nav .swiper-button-next {
		display: none;
	}
	
	.sl_nav .swiper-button-prev {
		display: none;
	}
	
	.tabs-nav li {
		display: block;
		float: none;
		clear: both;
		margin-right: 0px;
	}
	
	.tabs-nav a {
		border-radius: 0;
	}
}

@media only screen and (max-width:450px) {
	.card__photo-slider-top-item {
		height: 270px;
	}
	
	.img_sl {
		height: 90px;
		width: 90px;
	}
	
	.list-har li {
		font-size: 13px;
	}
	
	.dropdownlink, .dropdownlink1 {
		font-size: 15px;
	}
	
	.submenuItems li {
		font-size: 14px;
	}
	
	.swiper-price-dop .swiper-slide {
		padding: 15px 0px 15px 15px;
	}
	
	.swiper-price-dop .price-item {
		margin-right: 25px;
		padding: 5px;
		padding-bottom: 20px;
	}
	
	.price-dop-s {
		padding: 30px 0px 0px;
	}
	
	.similar {
		padding-bottom: 35px;
	}
	
	.price-dop {
		padding: 30px 0px 35px;
	}
	
	.price-dop-s .t-min {
		font-size: 19px;
	}
	
	.price-dop-s .mlg {
		margin-bottom: 28px;
	}
	
	.phone_form {
		padding: 0px 0px 0px 10px;
	}
	
	.swiper-adv .pr_a {
		width: 230px;
	}
	
	.dropdownlink1 .fa-plus {
		font-size: 13px;
	}
}

@media only screen and (max-width:415px) {
	.two_pr {
		display: none;
	}
	
	.one_pr {
		font-size: 20px;
		padding-left: 3px;
	}
	
	.subgroup_price .text-ins {
		margin-bottom: 0px;
	}
	
	.sub_img {
		height: 95px;
	}
	
	.swiper-sub .swiper-button-next {
		right: -7%;
	}
}

@media only screen and (max-width:375px) {
	.img_sl {
		height: 75px;
		width: 75px;
	}
	
	.card__center-block .text-md {
		font-size: 14px;
	}
	
	.text-ins {
		font-size: 13px;
	}
	
	.one_pr {
		font-size: 18px;
	}
	
	.swip_sub_price .text-ins {
		margin-top: -4px;
	}
}

.price__right {
	width: 72%;
}

@media only screen and (max-width:900px) {
	.price__right {
		width: 85%;
	}
}

.mlg {
	margin-bottom: 50px;
}

@media only screen and (max-width:1600px) {
	h1 {
		font-size: 96px;
	}
	
	div.link-bl-wrap a {
		font-size: 14px;
	}
}

@media only screen and (max-width:1340px) {
	h1 {
		font-size: 68px;
	}
	
	.tsm {
		font-size: 15px;
	}
	
	.tsm12 {
		font-size: 12px;
	}
	
	.tsm8 {
		font-size: 12px;
	}
}

@media only screen and (max-width:1199px) {
	h2 {
		font-size: 38px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	.t-min {
		font-size: 28px;
	}
	
	.input.phone {
		font-size: 14px;
	}
}

@media only screen and (max-width:991px) {
	h2 {
		font-size: 29px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	.t-min {
		font-size: 25px;
	}
	
	.bread span {
		font-size: 16px;
	}
	
	.tsm {
		font-size: 12px;
	}
	
	.tsm12 {
		font-size: 13px;
	}
}

@media (max-width: 900px) {
	h1 {
		font-size: 55px;
	}
	
	.form-wrap {
		padding-top: 5px;
	}
	
	.text24 {
		font-size: 15px;
	}
	
	.text {
		font-size: 14px;
	}
}

@media (max-width: 567px) {
	h1 {
		font-size: 48px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	h4 {
		font-size: 16px;
	}
}

@media (max-width: 465px) {
	h1 {
		font-size: 37px;
	}
	
	.t-min {
		font-size: 19px;
	}
	
	.form-wrap br {
		display: none;
	}
	
	.bread span {
		font-size: 15px;
	}
	
	.mlg {
		margin-bottom: 40px;
	}
}

@media (max-width: 386px) {
	h1 {
		font-size: 35px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h4 {
		font-size: 16px;
	}
}

@media (max-width: 350px) {
	h1 {
		font-size: 38px;
	}
	
	.t-min {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.bread {
		padding-top: 110px;
	}
}

@media (max-width: 479px) {
	.card-photo {
		padding-right: 0;
		padding-left: 0;
	}
	
	.card-photo .slider-top {
		margin-right: -5vw;
		margin-left: -5vw;
	}
	
	.card__photo-slider-top-item {
		height: auto;
	}
}

.price__right, .price__right-card, .price__right-card-cont {
	min-width: 0;
}

.price__right img {
	max-width: 100%;
	height: auto;
}