/**/
.nomb, .mobf{
	display: none;
}

@media(max-width:1790px){
	.homeProductsSwiper .swiper-wrapper {
		max-height: calc(25.5vw + 60px);
	}
}

@media(max-width: 1500px){
	header .topRight > div > a{
		width: 24px;
		height: 24px;
		padding-left: 0;
	}
	.topRight a span{
		display: none;
	}
	.container {
		width: 1000px;
	}
	header .topMenu nav > ul > li {
		margin: auto 10px;
	}
	.elementDetailRow .edLeft {
		width: 510px;
		min-width: 510px;
	}
	.edTumbs .swiper-slide,
	.edTumbs .swiper-slide img {
		max-width: 72px;
		max-height: 72px;
	}
	.elementDetail h1 {
		font-size: 44px;
		line-height: 100%;
		margin: 0 0 12px;
	}
	.dePrice {
		font-size: 36px;
		line-height: 100%;
		margin-top: 28px;
	}
	.edButtons {
		margin-top: 44px;
	}
	.edAddBtn, .edQuickBtn {
		padding: 25px 40px;
		font-size: 18px;
		line-height: 100%;
	}
	.elementDetailProducts {
		margin-top: 100px;
	}
	.elementDetailProductsTitle {
		font-size: 38px;
		line-height: 160%;
		margin-bottom: 26px;
	}
	.achiListArea {
		padding: 20px 0 40px;
		margin-top: 120px;
	}
	.achiTitle {
		font-size: 36px;
		margin-bottom: 28px;
		padding-left: 60px;
	}
	footer {
		margin-top: 140px;
	}
	footer .title {
		font-size: 50px;
	}
	footer .title .sub {
		font-size: 18px;
		line-height: 130%;
		margin-top: 14px;
	}
	footer .socFlex {
		margin-top: 60px;
	}
	footer .footerLine {
		padding: 60px 0;
	}
	.homeProductsSwiper .swiper-wrapper {
		max-height: calc(26.5vw + 60px);
	}
	.homeProductsSwiper:not(.active) .swiper-wrapper .swiper-slide:nth-child(n+6){
		display:none;
	}
}

@media(max-width:1280px){
	header .logo img {
		width: 120px;
	}
	header .topCart {
		margin-right: 14px;
	}
	header .topMenu nav > ul > li {
		margin: auto 8px;
	}
	header .topMenu nav > ul > li > a {
		font-size: 14px;
		white-space: nowrap;
	}
	.elementDetail h1 {
		font-size: 40px;
	}
	.elementDetailProducts {
		margin-top: 80px;
	}
	.achiListArea {
		margin-top: 100px;
	}
	footer {
		margin-top: 100px;
	}
	footer .footerLine {
		padding: 50px 0;
	}
	.siteConteiner > main {
		padding-top: 50px;
	}
	.elementDetailRow .edRight {
		padding-left: 60px;
	}
	.homeProductsSwiper .swiper-wrapper {
		max-height: calc(32.5vw + 60px);
	}
	.homeProductsSwiper .swiper-wrapper .swiper-slide {
		width: calc(25% - 12px);
	}
	.homeProductsSwiper:not(.active) .swiper-wrapper .swiper-slide:nth-child(n+5){
		display:none;
	}
}
@media(max-width: 1040px){
	header {
		padding: 0 20px;
	}
	header .logo img {
		width: 80px;
	}
	.container {
		width: 960px;
	}
	.siteConteiner > main {
		padding-top: 50px;
	}
	.elementDetailRow .edLeft {
		width: 460px;
		min-width: 460px;
	}
	.elementDetailRow .edRight {
		padding-left: 30px;
	}
	.edPropsList {
		margin-top: 30px;
	}
	.elementDetail h1 {
		font-size: 36px;
	}
	.edButtons {
		margin-top: 36px;
	}
	.edAddBtn, .edQuickBtn {
		padding: 22px;
		font-size: 18px;
		line-height: 100%;
	}
	.elementDetailProducts {
		margin-top: 60px;
	}
	.achiListArea {
		margin-top: 80px;
	}
	footer .title {
		font-size: 44px;
	}
	footer .socFlex .fTitle {
		font-size: 20px;
		margin-bottom: 16px;
	}
	footer a.phone {
		font-size: 20px;
	}
	footer a.soc {
		font-size: 20px;
		padding-left: 36px;
		background-size: 24px;
		margin-bottom: 14px;
	}
	footer .footerLine {
		padding: 40px 0;
	}
	.edPropElement {
		padding: 10px 0;
	}
	.edPropElement .edPropTitle {
		font-size: 18px;
	}
}

@media(max-width: 992px){
	.nomb{
		display: block;
	}
	.mobf{
		display: flex;
	}
	.container{
		width: 100%;
	}
	.topGeo{
		display: none;
	}
	header {
		padding: 0 3vw;
		height: 50px;
	}
	header .logo{
		margin-top: -2px;
	}
	.mobileMenuBtn {
		display: block;
		position: relative;
		width: 35px;
		height: 32px;
		cursor: pointer;
		margin-right: 1%;
	}
	.mobileMenuBtn:after,
	.mobileMenuBtn:before{
		content: "";
		display: block;
		position: absolute;
		width: 80%;
		height: 2px;
		background: #fff;
		left:10%;
		transition: all ease 0.3s;
	}
	.mobileMenuBtn div{
		display: block;
		position: absolute;
		width: 80%;
		height: 2px;
		background: #fff;
		left:10%;
		bottom: calc(50% - 1px);
		transition: all ease 0.3s;
	}
	.mobileMenuBtn:after{
		top: calc(25% - 1px);
	}
	.mobileMenuBtn:before{
		bottom: calc(25% - 1px);
	}
	.mobileMenuBtn.active:after,
	.mobileMenuBtn.active:before{
		width: 100%;
		left:0;
	}
	.mobileMenuBtn.active:after{
		transform: rotate(45deg);
		top:45%;
		transition: all ease 0.3s;
	}
	.mobileMenuBtn.active::before {
		transform: rotate(-45deg);
		bottom: 48%;
		transition: all ease 0.3s;
	}
	.mobileMenuBtn.active div{
		opacity: 0;
		transition: all ease 0.3s;
	}
	header .logo img {
		width: 128px;
	}
	header .topRight{
		align-items: center;
	}
	header .topCart {
		margin-right: 22px;
		height: 24px;
	}
	header .topRight > div > a{
		opacity: 1;
	}
	header .topMenu nav > ul {
		display: flex;
		width: auto;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	header nav {
		position: absolute;
		top: 50px;
		background: #000;
		width: 100%;
		height: auto;
		max-height: calc(100vh - 90px);
		overflow-y: auto;
		left: -500%;
		border-radius: 0 0 8px 8px;
		opacity: 0;
		padding: 0 0 5%;
		transition: opacity ease 0.3s, left ease 0.1s 0.4s;
		z-index: 20;
		box-shadow: 0 10px 10px #fff5;
	}
	header.active nav{
		opacity:1;
		left:0;
		transition: opacity ease 0.3s;
	}

	.topMenu{
		padding-left:10px;
		padding-right:10px;
	}
	header.active .topMenu{
		display: block;
	}
	header .topMenu nav > ul > li {
		margin: 10px 0;
		height: auto;
	}
	header .topMenu nav > ul > li > a {
		font-size: 18px;
		line-height: 100%;
		padding: 0 14px;
		margin: 10px auto;
		width: auto;
		min-width: 380px;
		text-align: center;
		max-width: 380px;
		background: initial;
		border-radius: 40px;
		margin-bottom: 0;
		margin-top: 0;
		transition: background-color ease 0.3s;
	}
	header .topMenu nav > ul > li:after{
		display: none;
	}
	.topMenu #citySelect {
		margin-left: auto;
		width: auto;
		padding-left: 27px;
		background-size: 20px;
		height: auto;
		max-width: 200px;
		min-width: 2px;
		margin-top: 18px;
	}
	#citySelect .curCity {
		display: block !important;
		font-size: 16px;
	}
	hr.toTop {
		width: 100%;
		margin: 28px auto 32px;
		background: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.1);
	}
	.citysList .citysListItem {
		font-size: 15px;
		width: 50%;
		margin-bottom: 2px;
	}
	.topContacts {
		width: 100%;
		text-align: center;
	}
	.topContacts .title{
		font-weight: 400;
		font-size: 32px;
		line-height: 100%;
		letter-spacing: -0.02em;
		text-align: center;
	}
	.topContacts .sub{
		font-weight: 400;
		font-size: 14px;
		letter-spacing: -0.01em;
		text-align: center;
	}
	.topContacts .socFlex{
		flex-direction: column;
		margin-top: 10px;
	}
	.topContacts .socFlex .fTitle{
		font-weight: 400;
		font-size: 14px;
		letter-spacing: -0.01em;
		text-align: center;
		opacity: 0.5;
		margin-bottom: 6px;
	}
	.topContacts .socFlex .fItem{
		width: 100%;
		margin-bottom: 14px;
	}
	.topContacts a.phone:hover,
	.topContacts a.phone{
		font-family: var(--third-family);
		font-weight: 400;
		font-size: 24px;
		letter-spacing: -0.01em;
		color:#fff;
		text-decoration: none;
	}
	.topContacts a.soc:hover,
	.topContacts a.soc {
		width: auto;
		border-radius: 0;
		max-width: 100%;
		min-width: 2px;
		font-family: var(--third-family);
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: -0.03em;
		background-repeat: no-repeat;
		background-position: left center;
		padding: 12px 0 7px 30px;
		text-transform: initial;
		background-size: 24px;
		margin:0 10px 4px;
		color: #fff;
		text-decoration: none;
	}
	.topContacts .soc.tg{background-image:url(img/tg.svg)}
	.topContacts .soc.vk{background-image:url(img/vk.svg)}
	.topContacts .soc.wp{background-image:url(img/wp.svg)}
	.topContacts .footerLine{
		flex-direction: column;
		padding: 10px 0 0;
	}
	.topContacts .footerLine a:hover,
	.topContacts .footerLine a{
		padding:0;
		margin: 0 10px 10px;
		font-family: var(--third-family);
		font-weight: 400;
		font-size: 14px;
		line-height: 143%;
		letter-spacing: -0.03em;
		text-align: center;
		text-transform: initial;
		color:#fff;
		text-decoration: none;
	}
	.container {
		width: 94vw;
		padding: 0 3vw;
	}
	.elementDetailRow{
		flex-direction: column;
	}
	.elementDetailRow .edLeft,
	.elementDetailRow .edRight {
		width: 100%;
		min-width: 100%;
	}
	.elementDetailRow .edRight {
		padding-left: 0;
		padding-top: 5vw;
	}
	.elementDetailProducts {
		margin-top: 5vw;
	}
	.dePrice {
		font-size: 36px;
		line-height: 100%;
		margin-top: 3vw;
	}
	.edButtons {
		margin-top: 3vw;
	}
	.dopProductSlide.swiper-slide{
		width: 258px;
		border-radius: 14px;
		overflow: hidden;
	}
	.elementDetailProductsTitle {
		font-size: 30px;
		line-height: 100%;
		margin-bottom: 3vw;
	}
	.achiListArea {
		margin-top: 8vw;
	}
	.achiList {
		flex-wrap: wrap;
	}
	.achiListArea {
		padding: 40px 0 20px;
	}
	.achiList .achiListItem {
		width: 200px;
		margin-bottom: 3vw;
	}
	.achiListItem .img {
		margin: 0 auto 16px;
	}
	footer {
		margin-top: 10vw;
	}
	footer .title {
		font-size: 38px;
	}
	footer .socFlex {
		margin-top: 5vw;
		flex-direction: column;
		align-items: center;
	}
	footer .fItem {
		text-align: center;
		margin-bottom: 3vw;
	}
	footer .fItem:last-child{
		margin-bottom: 0;
	}
	footer .socFlex .fTitle {
		font-size: 20px;
		margin-bottom: 10px;
	}
	footer .footerLine {
		padding: 3vw 0;
	}
	.homeProductsSwiper .swiper-wrapper {
		max-height: 20000vh;
	}
	.homeProductsSwiper .swiper-wrapper .swiper-slide {
		width: calc(33% - 12px);
	}
}

@media(max-width: 736px){
	html, body{
		font-size: 16px;
	}
	.elementDetail {
		padding-top: 3vw;
	}
	.elementDetail h1 {
		font-size: 32px;
	}
	.dePrice {
		font-size: 34px;
	}
	.elementDetailProductsTitle {
		font-size: 28px;
	}
	.achiListItem .img {
		width: 82px;
		height: 82px;
		margin: 0 auto 8px;
		background-size: contain;
	}
	footer .title {
		font-size: 34px;
	}
	footer .footerLine {
		flex-direction: column;
	}
	footer .footerLine a {
		margin: 6px 0;
	}
	.topContacts a.soc:hover, .topContacts a.soc {
		display: inline-block;
	}
	.topContacts .footerLine {
		display: flex;
	}
	.achiTitle{
		text-transform: uppercase;
	}
	.achiTitle::before {
		display: block;
		width: 213px;
		height: 33px;
		margin-right: 0;
		margin-bottom: 20px;
		background-size: contain;
	}
	.achiListArea {
		padding: 32px 0 14px;
	}
}

@media(max-width: 600px){
	.edTumbs .swiper-slide,
	.edTumbs .swiper-slide img {
		max-width: 68px;
		max-height: 68px;
	}
	.edTumbs {
		padding-top: 1px;
	}
	.elementDetail h1 {
		font-size: 34px;
		line-height: 130%;
	}
	.deSubText {
		font-size: 16px;
		line-height: 130%;
	}
	.dePrice {
		font-size: 38px;
		line-height: 100%;
		margin-top: 6vw;
	}
	.edButtons {
		margin-top: 6vw;
	}
	.edAddBtn,
	.edQuickBtn {
		padding: 18px;
		font-size: 16px;
		line-height: 100%;
	}
	.elementDetailProducts {
		margin-top: 7vw;
	}
	.achiTitle {
		padding-left: 0;
	}
	.achiListArea {
		padding: 22px 0 14px;
	}
	.achiList {
		padding: 20px 0 40px;
	}
}

@media(max-width:450px){
	.achiListArea {
		padding: 20px 0;
	}
	footer {
		margin-top: 12vw;
	}
	header .topMenu nav > ul > li > a {
		min-width:100%;
	}
}