.big-answer {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.big-answer .answer {
	font-size: 44px;
	font-weight: 700;
	max-width: 700px;
}

[data="sendPhone"] {
	display:none !important;
	}


html, body {
	height: 100%;
}
body {
	margin: 0;
	font-family:  'PT Sans', sans-serif;
}
img {
	margin-bottom: -4px;
}
a {
	color: #62A0FF;
	text-decoration: none;
	border-bottom: solid 1px #C1EAFF;
}
a:hover, #Go_Top:hover {
}
.aGr a, .useMenu a.topA {
	color: #282828;
	text-decoration: none;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.aW a, .useMenu a {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
.aW a:hover, .useMenu a:hover {
	color: #FFA600 !important;
	border-color: #FFA600 !important;
}
.aGr a:hover {
	color: #FF7c00;
	border-color: #FFC58E;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-size: 50px;
	line-height: 1.1;
}
a img {
	border: 0;
	border-collapse: collapse;
	outline: none;
}
a:focus, select:focus, input:focus {
	outline: none;
}
table {
	border-collapse: collapse;
}
.noList, #fixMenu .useMenu {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
    justify-content: center;
}
.anlim {
	padding: 0 25px;
}
.lim {
	max-width: 1280px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 0 !important;
	position: relative;
}
.show {
	visibility: visible !important;
}
.hide {
	visibility: hidden !important;
}
.pseudo {
	border-bottom-style: dashed !important;
}
.container {
	min-height: 100%;
}
.freeFooter {
	height: 0px;
	clear: both;
}
.contentWrapper {
	border-top: solid 1px #eee;
	overflow: hidden;
}
/*header*/

.header {
	padding: 20px 0 30px;
	height: 120px;
}
/*overhead*/


	
.searchWrapper {
	width: 25%;
	position: relative;
	display: inline-block;
	margin-left: 15px;
	margin-top: 25px;
}
.searchWrapper input[type=search] {
	border: 1px solid #434242 !important;
	height: 24px;
	padding: 2px 5px 2px 24px;
	width: 90%;
	position: relative;
	color: #000;
	top: 2px;
	border-radius: 3px;
}
.searchWrapper input[type=text]:focus {
	border: 1px solid #aaa !important;
}

@media(max-width:1200px) {
.searchWrapper {
	width: 25%;
}
}
.searchWrapper input[type=button], .searchB {
	background: url(../images/imt_icons.png) no-repeat 0 -34px !important;
	height: 24px !important;
	width: 24px !important;
	left: 11px !important;
	position: absolute !important;
	top: 12px !important;
	opacity: .5;
	padding: 0 !important;
	margin: 0 !important;
}
.searchWrapper input[type=button]:hover, .searchB:hover {
	opacity: 1;
}
#fixMenu {
	position: relative;
	top: 0;
	width: 100%;
	background: #0078D7;
	color: #fff;
	z-index: 1001;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: solid 15px #005DA7;
	box-shadow: 0 0 3px #000;
	-webkit-transform: translateZ(0);
	transition: top 0.2s linear 0s;
	
}

#fixMenu.fixHeaderHide {
	top:-120px;
	transition: top 0.2s linear 0s;
}


#fixMenu .useMenu {
}
#fixMenu .useMenu a {
	margin: 0;
}
.useMenu .tableSize {
	padding-left:0 !important;
font-size: 16px;}

#fixMenu .useMenu li {
	display: inline-block;
	padding: 3px 5px 4px;
	margin: 2px;
}
.useMenu li.active {
	background: #fff;
}
.useMenu li.active a, .useMenu li.active span {
	color: #0078D7 !important;
	border-bottom: none !important;

}
.fixMTitle, .topContacts {
	display: inline-block;
	margin: 0;
}
.fixMTitle span {
	font-size: 22px;
	color: #ccc;
	display: inline-block;
	margin-left: 1px;
	padding-left: 10px;
	border-left: solid 1px rgba(255,255,255,0.31);
	line-height: 37px;
	vertical-align: middle;
}
.topContacts {
	margin: 0 25px 0 15px;
	vertical-align: top;
	display: flex;
    justify-content: center;
}
.topButtonWrapper {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
}
.topMail {
	position: relative;
	padding-left: 40px;
}
.topMail:before {
	content: '';
	height: 16px;
	width: 23px;
	position: absolute;
	background: url(../images/alur_icons.png) no-repeat 0 -331px;
	top: 5px;
	left: 0px;
}
.topPhone {
	font-size: 22px;
	position: relative;
	top: 3px;
	color: #fff;
	text-align: right;
	display: inline-block;
}
.topPhoneInner {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.topPhoneInner b {
	font-weight: 300;
}

.topPhoneInner a {
	border:none !important;
	text-decoration: none;
	color: #fff !important;
	margin-left: 15px;
}

.topWorkTime {
	font-size: 13px;
	color: #bbb;
	text-align: center;
}
.topContacts div span {
	color: #ccc;
}
.fixMTitle {
	display: none;
}
.fixMTitle img {
	vertical-align: middle;
}
.fixMTitle a {
	border-bottom: none !important;
}
.fixMWrapper {
}






.grayButton {
	border: none;
	border-bottom: 5px solid #ccc;
	color: #0078D7 !important;
	text-align: center;
	text-decoration: none;
	background: #fff;
	padding: 10px 25px;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	border-radius: 0px;
	opacity: 1;
	position: relative;
	outline: none;
}
.grayButton[disabled] {
	opacity: 0.5;
}
.grayButton:hover {
	background: #f6f6f6;
}
.grayButton:active {
	border: none;
	bottom: -1px;
	margin-bottom: 1px;
	border-bottom: 4px solid #ccc;
}

.redButton {
	color: #fff !important;
	border: none;
	border-bottom: 7px solid #A80000 !important;
	text-align: center;
	font-size: 22px;
	background: #EC0000;
	padding: 10px 25px;
	margin: 0;
	display: inline-block;
	opacity: 1;
	position: relative;
	cursor: pointer;
	outline: none;
}
.redButton[disabled] {
	opacity: 0.4;
	cursor: default;
	background: #ccc !important;
	border-bottom: 3px solid #bbb !important;
}
.redButton:hover {
	background: #DD0000;
}
.redButton:active {
	border-bottom: 6px solid #A80000 !important;
	bottom: -1px;
	margin-top:1px;
}
.greenButton {
	color: #fff !important;
	border: none;
	border-bottom: 5px solid #00B814 !important;
	text-align: center;
	font-size: 22px;
	background: #00EC1A;
	padding: 10px 25px;
	margin: 0;
	display: inline-block;
	opacity: 1;
	position: relative;
	cursor: pointer;
	outline: none;
}
.greenButton[disabled] {
	opacity: 0.4;
	cursor: default;
	background: #ccc !important;
	border-bottom: 3px solid #bbb !important;
}
.greenButton:hover {
	background: #00D917;
}
.greenButton:active {
	border-bottom: 3px solid #00B814 !important;
	bottom: -2px;
}
.topContainer {
	position: relative;
	/*margin-top: 113px;*/
}

.textCont {
	position: absolute;
	top:8px;
	padding:18px 20px;
	width:100%;
	z-index:900;
	background:rgba(0,0,0,0.4);
	left:0;
	text-align:center;
	}

.textMSG {
	font-size:30px;
	margin:10px 0 0;
	color:#bbb;
	}

.topContainer h1 {
	color:#fff;
	margin:0;
	font-weight:300;
	font-size:40px;
	}


.topForm {
	width: 25%;
	position: relative;
	margin: 0 1px 0 0;
	border-bottom: none !important;
	text-decoration: none;
}





.topForm:last-child {
	margin-right: 0;
}

.topForm.active:after, .topPicMenu [go].active:after  {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border:solid 16px #41B8F2;
	z-index: 100;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	border-radius: 32px;
}


.topFormImg {
	display: block;
	overflow: hidden;
}



.topFormTxtWr, .topPicMenuDsc {
	position: absolute;
	z-index: 11;
	bottom: 0px;
	padding: 30px 0;
	text-align: center;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	transition: padding 0.2s ease-in-out;
}


.no-touch .topForm.active .topFormTxtWr, .topForm:hover .topFormTxtWr, .no-touch .topPicMenu [go].active .topPicMenuDsc, .no-touch .topPicMenu [go]:hover .topPicMenuDsc {
	padding: 50px 0;
}

.topFormPrice, .topPicMenuPrice {
	color: #fff;
	font-size: 14px;
}


.topFormPrice, .topPicMenuPrice {
    background: #F00;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    padding: 1px 5px 3px 10px;
    border-radius: 4px;
    position: relative;
    height: 28px;
    margin: 10px 0 0 15px;
    color: #fff;
	font-weight: 700;
}


.topFormPrice:before, .topPicMenuPrice:before {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    background: #fff;
    top: 13px;
    left: -6px;
    border-radius: 50%;
    z-index: 11;
}

.topPicMenuDop {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.topFormPrice:after, .topPicMenuPrice:after {
    content: '';
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    background: #F00;
    transform: rotate(45deg);
    top: 4px;
    left: -9px;
    border-radius: 4px 15px 4px 4px;
    z-index: 10;
}


.topFormPrice span, .topPicMenuPrice span {
	z-index: 100;
	position: relative;
}


.topFormName, .topPicMenuTitle {
	font-weight: 700;
	color: #fff;
	font-size: 28px;
}



.topFormButWr {
	position: absolute;
	z-index: 1000;
	bottom: 20px;
	text-align: center;
	width: 100%;
	display: none;
}


.downArr {
	border:none;
	border-radius:50%;
	position:relative;
	width:40px;
	height:40px;
	display:inline-block;
	top:100px;
	}

.konWrapper {
	margin-bottom: 40px;
}




.downArr i {
	display:inline-block;
	position:absolute;
	transform:rotate(-45deg);
	border:solid 1px #fff;
	border-top:none;
	border-right:none;
	width:14px;
	height:14px;
	left:50%;
	top:50%;
	margin-left: -7px;
    margin-top: -11px;
	
	
	}

.no-touch .topForm:hover .downArr {
    top: 0;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-ms-transition: top 0.2s;
	-o-transition: top 0.2s;
	transition: top 0.2s;
}



.topForm img {
	display: block;
	left: 0;
	right: 0;
	width: 100%;
}


.topTextWrapper {
	text-align: center;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 10;
	width: 100%;
	background: #f1213b;
	display: block;
	margin-bottom: 1px;
}
/*.topTextWrapper:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 0px solid transparent;
	border-top: 60px solid #f1213b;
	position: absolute;
	bottom: -60px;
	right: 22%;
}*/



	.topTextWrapper:after {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #f1213b;
	right: 50%;
	bottom: -28px;
	margin-right: -30px;
}


/* @-webkit-keyframes MOVE-BG {
from {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
25%, 75% {
-webkit-transform:translate(-25%, 0);
transform:translate(-25%, 0)
}
50% {
-webkit-transform:translate(-50%, 0);
transform:translate(-50%, 0)
}
to {
-webkit-transform:translate(0, 0);
transform:translate(1px, 0)
}
}
@keyframes MOVE-BG {
from {
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0)
}
25%, 75% {
-webkit-transform:translate(-25%, 0);
-ms-transform:translate(-25%, 0);
-o-transform:translate(-25%, 0);
transform:translate(-25%, 0)
}
50% {
-webkit-transform:translate(-50%, 0);
-ms-transform:translate(-50%, 0);
-o-transform:translate(-50%, 0);
transform:translate(-50%, 0)
}
to {
-webkit-transform:translate(1px, 0);
-ms-transform:translate(1px, 0);
-o-transform:translate(1px, 0);
transform:translate(1px, 0)
}
}*/

.topTextWrapper:before {
	content: "";
	display: block;
	position: absolute;
	opacity: .1;
	background-position: 0 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/sale_bg3.png);
	z-index: 11;
}
.topTextWrapper .lim {
	z-index: 12;
}
.formSubjList {
	/*margin: 30px 0 40px;*/
	/*background:#fff;*/
	/*border-radius:20px;*/
	margin-top:20px;
	
}

.formSubjList a:hover {
	border-color:#fff !important;
	}

.formSubjList a {
	border: dashed 1px rgba(255,255,255,0.59) !important;
	display:inline-block;
	padding:5px 30px;
	border-radius: 10px;
	
	}
	
.formSubjList b {
	font-weight:300 !important;
	}

.formSubjList i {
	display: inline-block;
	font-size: 30px;
	line-height: 0px;
	color: #fff;
	font-weight: 300;
	position: relative;
	top: -2px;
}
.formSubj {
	display: inline-block;
	/*border: solid 5px #fff;
	background: #00AD44;*/
	color: #fff;
	font-size: 30px;
	position:relative;
	top:-3px;
}
.topTextWrapper h1, .ekipWrapper .secondTitle b {
	font-size: 50px;
	color: #fff;
	display: inline-block;
	margin: 0;
	font-weight:700;

}
.formPrice {
	display: inline-block;
	padding: 0 0 0 15px;
	/*border: solid 5px #fff;
	background: #2891FF;*/
	color: #fff;
	font-size: 40px;
}
.formPrice span {
	color: #ccc;
}
.formPrice b {
	font-weight: normal;
}
.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	height: 25px;
	width: 25px;
	background: #ccc;
	border: solid 3px #eee;
	border-radius: 30px;
	cursor: pointer;
	opacity: 0.9;
}
.slick-dots li.slick-active, .slick-dots li:hover {
	border-color: #FFAE3A;
	opacity: 1;
}
.slick-dots button {
	visibility: hidden;
}
.slick-arrow {
	width: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 1000;
}
.slick-arrow i {
	height: 40px;
	width: 40px;
	position: absolute;
	border: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 1000;
}
.slick-arrow:hover i {
	border-color: #41B8F2 !important;
}
.slick-next i {
	border-left: none;
	border-bottom: none;
	right: 14px;
}
.slick-prev i {
	border-top: none;
	border-right: none;
	left: 14px;
}
.slick-arrow.slick-next {
	right: -50px;
}
.slick-arrow.slick-prev {
	left: -50px;

}
.topImgWrapper {
	position: relative;
	display: flex;
}

.topImgWrapper .slick-arrow.slick-next {
	right: 10px;
}
.topImgWrapper .slick-arrow.slick-prev {
	left: 10px;
}
.topImgWrapper .slick-arrow i {
	border-color: #fff;
}
.catAllItemListWrapper {
	width: 100%;
	text-align: center;
}
.catTeamItemListWrapper {
	position: relative;
	z-index: 7;
}
.active.catTeamItemListWrapper {
	z-index: 900;
}
.pointerWrapper {
	position: absolute;
	left: 25%;
	top: -30px;
	height: 0px;
	z-index: 11;
}
.pointerWrapper i {
	display: block;
	position: absolute;
	left: 26px;
	top: 34px;
	width: 40px;
	height: 0px;
	border-bottom: solid 1px #ccc;
	transform: rotate(-45deg);
}
.pointerWrapper i:after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ccc;
	bottom: -5px;
	left: -5px;
	transform: rotate(-45deg);
	border-radius: 50px;
}
.pointerWrapper span {
	position: relative;
	text-align: left;
	top: 0;
	margin-left: 55px;
	left: 0;
	display: block;
	padding-left: 5px;
}
.pointerWrapper span b {
	display: block;
}
.pointerWrapper span b[name="path"] {
	border-top: solid 1px #ccc;
}
.catTeamItemList {
	display: none;
	width: 20.5%;
	vertical-align: middle;
	margin: 0 !important;
	padding: 0 !important;
}
.catTeamItemList.slick-slider {
	display: inline-block;
}
.catTeamItemList a {
	cursor:default;
}
.catTeamItemList .slick-arrow {
	z-index: 99;
	display: none;
}
.catTeamItemListWrapper:hover .slick-arrow, .touch .catTeamItemListWrapper .slick-arrow {
	display: block !important;
}
.catTeamItemList .slick-prev {
	left: -30px;
}
.catTeamItemList .slick-next {
	right: -30px;
}
.catTeamItemList .slick-list {
	padding-bottom: 0 !important;
}
.catTeamItem {
	float: left;
	text-align: center;
	position: relative;
	z-index: 9;
	background: #fff;
	outline: none;
}
.catTeamItem img {
	display: block;
	margin: 0 auto;
}
.catTeamItemListWrapper.M .catTeamItem {
	height: 265px;
}
.catTeamItemListWrapper.S .catTeamItem {
	height: 195px;
}
.catTeamItemListWrapper.G .catTeamItem {
	height: 196px;
}
.catTeamItemListWrapper.S .catTeamItemLeft {
	margin-top: -21px !important;
}
.catTeamItemListWrapper.G .catTeamItemLeft {
	margin-top: -8px;
}
.catTeamItemListWrapper.G {
	margin-top: 23px;
}
.catTeamItem a {
	display: inline-block;
	border-bottom: none;
}
.M .catTeamItem a img {
	max-width: 215px;
}
.catTeamMiniPicWrapper {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-left: 5%;
	/*margin:0 0  0 657px !important;
	max-width:600px;*/
	padding-top: 22px;
	position: relative;
	z-index: 11;
	margin-top: 10px;
}
.catTeamMiniPic a {
	line-height: 60px;
}
.catTeamMiniPic {
	margin: 0;
}
.catTeamMiniPic li {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	border: solid 1px #ccc;
	overflow: hidden;
	margin: 2px;
	cursor: pointer;
	position: relative;
	background: #fff;
}
.catTeamMiniPic li img {
	display: inline-block;
	width: 100%;
}
.catTeamMiniPic li:hover {
	border: solid 1px #41B8F2;
}
/*.catTeamMiniPic li:hover:before {
	content: '';
	z-index: 11;
	border: solid 2px #41B8F2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.catTeamMiniPic li.active, .catTeamMiniPic li.active:hover {
	cursor: default;
	border: solid 1px #41B8F2;
	box-shadow: none !important;
}
.catTeamMiniPic li.active a:hover {
	cursor: default;
}
.catTeamMiniPic li.active:before {
	content: '';
	z-index: 11;
	border: solid 2px #41B8F2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.secondTitle span {
	display: block;
	font-size: 40px;
	font-weight: 300;
	color: #ccc;
}
.secondTitle {
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.constructorWrapper .secondTitle {
	margin: 0 0 100px 0;
}

.constructorWrapper {
	padding-top:0;}

.ptfTitle {
	color: #fff;
	background: #41B8F2;
}
.ptfTitle {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	position: relative;
}

.productMenu {
	display: none;
}


.productMenu a:hover {
	color: #fff !important;
	border: dashed 2px rgba(255,255,255,1) !important;
}
.productMenu a {
	color: #fff;
	font-size: 28px;
	border: dashed 2px rgba(255,255,255,0.5);
	display: block;
	padding: 2px 8px 5px;
	border-radius: 0px;
}
.productMenu .active a {
	color: #41B8F2 !important;
	border-style: solid !important;
	background: #fff;
}
.productMenu ul {
	margin: 0 !important;
}
.productMenu li {
	display: inline-block;
	padding: 10px 20px;
}
.ptfTitle i {
	content: "";
	width: 0;
	height: 0;
	border-top: 25px solid #41B8F2;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -25px;
	z-index: 1000;
}
.hidden {
	visibility: hidden;
	height: 0;
}
.hidden .listShowBut {
	display: none;
	vertical-align: middle;
}
.listShowBut {
	display: none;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 4px;
}
.hamburger {
	width: 34px;
	height: 34px;
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	cursor: pointer;
	margin-right: 6px;
	-webkit-transition: height 125ms linear;
	-moz-transition: height 125ms linear;
	-o-transition: height 125ms linear;
	-ms-transition: height 125ms linear;
	transition: height 125ms linear;
	vertical-align: top;
	top: 0;
}
.hamburger span, .close-x span {
	display: block;
	position: absolute;
	height: 2px;
	width: 51.2%;
	background-color: #ccc;
	opacity: 1;
	left: 8px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transform 125ms linear;
	-moz-transition: transform 125ms linear;
	-o-transition: transform 125ms linear;
	-ms-transition: transform 125ms linear;
	transition: transform 125ms linear;
	top: 9px
}
.hamburger span:nth-child(2) {
	top: 16px;
}
.hamburger span:nth-child(3), .close-x span:nth-child(2) {
	top: 23px;
}
.hamburger.open {
/*background:#2BC4FF !important;
	height: 70px;
    -webkit-transition: height 125ms linear;
    -moz-transition:height 125ms linear;
    -o-transition: height 125ms linear;
    -ms-transition: height 125ms linear;
    transition: height 125ms linear;*/
}
.hamburger.open span:nth-child(1), .close-x span:nth-child(1) {
	top: 16px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.hamburger.open span:nth-child(2) {
	opacity: 0;
}
.hamburger.open span:nth-child(3), .close-x span:nth-child(2) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rangeWrapper {
	margin: 100px 5px 0;
	font-size: 26px;
}

.sumkaContainer .rangeWrapper {
	font-size: 16px;
}

.rangeTextWrapper {
	text-align: center;
	margin-top: 30px;
}
.rangeTextWrapper div {
	margin-bottom: 25px;
}

.rangeText b {
	font-weight:700 !important;
	}

.rangePrice i {
	color: #999;
	font-style: normal;
}
.rangeAdd {
	margin-top: 35px;
}
.rangeAdd a {
	width: 70%;
	max-width: 300px;
	border-radius: 4px;
	padding: 15px 30px;
}
.ekipWrapper {
	background: url(../images/ekip_bg.jpg) no-repeat 50% 0 #000;
	padding: 60px 40px 100px;
	margin-top: 80px;
	background-attachment: fixed;
}



.ekipWrapper .secondTitle a {
	display:inline-block;
	/*border:dashed 2px rgba(255,255,255,0.44);*/
	border:none;
	color:#000;
	background:#fff;
	font-weight:300;
	font-size:30px;
	padding:5px 30px 10px;
	margin:0 10px;
	}

.offerPrice {
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin: 20px 0;
	position:relative;
	z-index:10;
}
.catInnerItem {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 10px 10px 30px;
	margin: 10px 20px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
}

.catInnerItem:after {
	content:'';
	background:#f1213b url(../images/sale_bg4.png);
	height:180px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:5;
	
	}

.bootsList .catInnerItem, .pdfList .catInnerItem {
	width: 300px;
}
.catInnerItem img {
	margin-bottom: 2px;
	max-width: 100%;
	max-height: 100%;
	display: inline-block !important;
}
.catInnerColors {
	position: relative;
}
.catInnerColors .slick-arrow i {
	height: 20px;
	width: 20px;
	margin-top: -10px;
	left: 0;
}
.catInnerColors .slick-arrow {
	width: 20px;
}
.catInnerColors .slick-prev {
	left: -15px;
}
.catInnerColors .slick-next {
	right: -15px;
}
.slick-arrow.slick-disabled i {
	border-color: rgba(239,236,236,0.4) !important;
}
.catItemInfo {
	left: -20px;
}
.catInnerItem .catItemInfoRel {
	display: none;
	visibility: hidden;
}
.catInnerItem a {
	display: block;
	color: #787878;
	text-decoration: none;
	font-size: 14px;
	cursor:default;
}
.catInnerItem>a {
	padding: 20px;
	border: none !important;
	height: 250px;
}
.colorsListWrapper a {
	border: none !important;
}
.catInnerItem h4 {
	margin: 20px 0 10px;
	padding: 0;
	font-size: 14px;
}
.catInnerItem h4 span {
	color: #484848 !important;
	border-bottom: none !important;
	font-size: 16px;
}
/*.catInnerItem h4 span:hover {
	color: #ff7e00 !important;
	border-bottom: solid 1px #ff7e00 !important;
}*/
.offerButton {
	text-align: center;
	position:relative;
	z-index:10;
}
.offerButton a {
	font-size: 26px;
	display: inline-block;
	padding: 10px 15px;
	cursor:pointer;
}
.secondTitle {
	font-size: 50px;
	font-weight: 700;
	margin: 0 10px 60px;
	text-align: center;
	color: #fff;
}
.catInnerPrice {
	margin: 7px 0 0;
	font-size: 18px;
}
.catInnerPrice i {
	display: inline-block;
	position: relative;
	background: url(../images/main_new/j_icons.png) no-repeat -91px -195px;
	height: 12px;
	width: 16px;
	top: 0px;
	left: 7px;
}
.colorsListWrapper {
	text-align: center;
	padding: 0 20px;
	z-index: 10;
}
.bootsList .colorsListWrapper, .pdfList .colorsListWrapper {
	width: 300px;
}
.catInnerItem .colorsListWrapper {
	visibility: visible;
	height: 148px;
}
.sItem {
	height: 60px !important;
	margin: 0 5px;
	overflow: hidden;
	display: block;
	float: left;
}

.sItem a {
	cursor:pointer;}

.colorsList img {
	width: 100%;
}
.ekipList {
	display: none;
}
.slick-slider.ekipList {
	display: block;
}

.advantages, .howToBuy {
	padding-bottom: 60px;
	padding-top: 60px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.features_list {
	text-align: center;
}
.features_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	top: 0;
	width: 25%;
	margin-top: 45px;
	padding: 0 25px;
	font-size: 16px;
	-webkit-transition: top .225s;
	-o-transition: top .225s;
	transition: top .225s
}
.a.features_item, a.features_item {
	color: #000
}
.features_item .icon_area {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto 20px;
	border: 4px solid #dee0e0;
	border-radius: 50%;
	-webkit-transition: border-color .15s, background-color .15s;
	transition: border-color .15s, background-color .15s
}
.features_item .icon_area::after, .features_item .icon_area::before {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%
}
.icon_line_chart::after, .icon_line_chart::before {
	height: 44px;
	width: 58px;
	margin: -22px 0 0 -29px;
	background-position: 0 -150px
}
.icon_line_chart::after {
	background-position: 0 -225px
}
.icon_wallet24::after, .icon_wallet24::before {
	height: 55px;
	width: 66px;
	margin: -28px 0 0 -33px;
	background-position: -75px -150px
}
.icon_wallet24::after {
	background-position: -75px -225px
}
.icon_device::after, .icon_device::before {
	height: 58px;
	width: 51px;
	margin: -29px 0 0 -25px;
	background-position: -150px -150px
}
.icon_device::after {
	background-position: -150px -225px
}
.icon_rocket_sience::after, .icon_rocket_sience::before {
	height: 69px;
	width: 50px;
	margin: -35px 0 0 -25px;
	background-position: -225px -150px
}
.icon_rocket_sience::after {
	background-position: -225px -225px
}
.features_item .title {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px
}
.features_item .text, .features_item .title .br {
	display: block
}
.no-touch .features_item:hover {
	top: -10px
}
.no-touch .features_item:hover .icon_area {
	border-color: #fff200;
	background-color: #fff200
}
.no-touch .features_item:hover .icon_area::before {
	opacity: 0
}
.no-touch .features_item:hover .icon_area::after {
	opacity: 1
}
.howToBuy {
	overflow: hidden;
}
.advantages h2 {
	font-size: 2.5em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 100px;
}

.advantages .secondTitle {
	color:#000;
	}

.advItem {
	width: 21%;
	padding:2%;
	display: inline-block;
	vertical-align: top;
	margin-left: -0.27em;
	margin-bottom:20px;
	font-size: 16px;
	position: relative;
	z-index: 150;
	opacity:0;
}

.advTxt p {
	margin:0;
	line-height:1.7;}

.howToBuy .advItem {
	width: auto;
	display: block;
	font-size: 16px;
	position: relative;
	z-index: 150;
	text-align: left;
	margin: 0 0 80px 0;
	padding-right: 0;
}
.howToBuy .advItem i {
	content: '';
	display: block;
	position: absolute;
	border-top: solid 4px #87FFBA;
	width: 0;
	top: 50%;
	right: -7%;
	z-index: 50;
}
.howToBuy .advItem i.animated {
	width: 50px;
}
.dashedLine {
	display: inline-block;
	position: relative;
	width: 69%;
	border-bottom: dashed 1px #d24a43;
	top: 60px;
	left: -10px;
	z-index: 100;
}
.stretchRight {
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}
 @keyframes stretchRight {
 0% {
 transform: scaleX(0.3);
}
 100% {
 transform: scaleX(1);
}
}
 @-webkit-keyframes stretchRight {
 0% {
 -webkit-transform: scaleX(0.3);
 opacity: 0;
}
 100% {
 -webkit-transform: scaleX(1);
 opacity: 1;
}
}
.advItem h3  {
	font-size: 20px;
	color: #222;
	text-align: center;
	margin-bottom:10px;
}
.advImg {
	text-align: center;
	display: inline-block;
	border: solid 4px #fff;
	border-radius: 150px;
	width: 110px;
	height: 110px;
	background: #41b8f2;
	padding:10px;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
}

.advImg img {
	opacity:1;}
	
.contactsWrapper {
	background:#f7f7f7;
	box-shadow:0 15px 35px -25px rgba(0,0,0,0.5) inset;
	padding:40px 0;
	position:relative;
	text-align:center;
	}



.contItemTxt div {
	margin-bottom:10px;
	}

.contactsItem h3 {
	text-align:center;
	margin-bottom:5px;}

.contactsItem {
	display:inline-block;
	vertical-align:top;
	text-align: center;
	line-height:1.5;
	width:48%;
	
	}

.contactsItem:first-child {
	margin-right:2%;
	}
	
.contactsItem b {
	display:inline-block;
	width:100px;
	vertical-align:top;
	font-weight:300;
	text-align:right;
	margin-right:10px;
	
	}

.contactsItem span {
	display:inline-block;
	vertical-align:top;
	}
	
/*.contactsWrapper:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	top: 0;
	right: 50%;
	}*/
	
.contactsWrapper .secondTitle {
	color:#000;
	}
	
.footerOrgWr {
	padding-top:8px;
	line-height:1.5;
	margin-left:20px;
	}

.footerOrgWr>div {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	max-width:400px;
	font-size:14px;
	}	
.logoWrapper {
	padding: 10px 0;
	}
	
.logoWrapper>div {
	vertical-align:top;
	}
	
.footerContactsWrapper {
	margin:40px 0;
	line-height:1.3;
	}
	
.footerLogo {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:20%;
	background:#4d64a9;
	text-align:center;
	overflow: hidden;
	display: none;
	}
	
.footerLogo a {
	border:none !important;
	display: block;
	padding-top: 10px;
	}

.logoWrapper>div>div {
	margin-bottom:5px;}

.footerOrgName i {
	font-style:normal;
	font-size:14px;
	color:#777;
	position:relative;
	top:-2px;
	
	}

	
.footerPhoneBig {
	font-size:30px;
	color:#d24a43;
	}

.footerPhoneBig .iconViber, .footerPhoneBig .iconWatsApp, .footerPhoneBig .iconTelegram, .footerPhoneBig .iconVel, .footerPhoneBig .iconMts {
	top:2px;
}

.footerPhoneBig .headerInfoDopInfo {
	margin-right: 10px;
	top: 12px;
}

.footerPhoneBig b {
	white-space: nowrap;}

.footerTime, .footerPhoneBig .topWorkTime {
	font-size:20px;
	margin:10px 0 30px;
	color: #000;
	}

.footerPhoneBig a {
		color: #000 !important;
		border:none !important;
		margin:0 0 10px 20px;
		display: inline-block;
	}

.footerPhoneBig span {
	color:#999;}
	


.footerLogo img {
	max-width:100%;
	}

.footerOrgName {
	}

.footerOrgName b {
	font-size:16px;
	
	}

.footerPhoneWr {
	font-size:14px;
	margin-top:5px;
	}

.footerPhone {
	margin-bottom:2px !important;
	}

.otdelWr {
	display:inline-block;
	text-align: left;
	margin: 0 25px;
	
}
.otdelWr>div {
	margin-bottom: 10px;
}

.otdelWr span {
	color: #777;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}
	
.contItemTxt {
	display: inline-block;
	text-align:left;
	
	}

.contactsList {
	max-width:980px;
	margin:0 auto;}

.logInWrapper, .noticeWrapper, .welcomeWrapper {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);
	z-index:2050;
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:center;
	vertical-align:middle;
	top:0;
	}
	
.error {
	display:none !important;
	color:#A30000 !important;
	}
	
.err .error {
	display:inline-block !important;}

.logInContent {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logInContent:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

	
.welcomeWrapper2 {
	background:rgba(255,0,0,1);
	padding:1px 0 10px;
	display:none;
	}

.welcomeWrapper2 p {
	font-size:110%;
	line-height:1.5;}
	

.welcomeInner2 {
	color:#fff;
	}

	
.logInInner, .noticeInner, .welcomeInner {
	margin:60px 20px 20px;
	position:relative;
	display:inline-block;
	width:550px;
	background:#fff url(../images/bgflower.png) no-repeat 100% 100%;
	border:solid 1px #ddd;
	text-align:left;
	vertical-align:middle;
	border-radius:0 15px 15px 15px;
	}
	
.welcomeInner {
	width:540px;
	padding:0 30px;
	height:320px;
	margin-left:-300px;
	margin-top:-175px;
	font-size:110%;
	line-height:1.7;
	}


.logInMenu {
	position: absolute;
	top:-44px;
	}

.logInMenu div {
	display:inline-block;
	padding:13px 15px;
	background:#f9f9f9;
	border:solid 1px #ddd;
	border-bottom:none;
	height:16px;
	line-height:18px;
	margin-right:-0.25em;
	margin-left:-1px;
	color:#888;
	cursor:pointer;
	box-shadow:0 -10px 10px -10px rgba(0,0,0,0.04) inset;
	font-size:18px;
	border-radius:15px 15px 0 0;
	}
	
.logInMenu div.active {
	padding-bottom:14px;
	color:#000;
	cursor:default;
	background:#fff;
	box-shadow:none;
	}

.logInP, .regIn, .remIn, .noticeIn {
	margin:60px 40px 40px;
	}	


/*.regIn {
	margin-top:-10px;}
	
.remIn {
	margin-top:-9px;}*/

.noticeIn {
	margin-top:30px;} 

.logInP b, .regIn b, .remIn b, .noticeIn>div>b {
	font-weight:300;
	width:120px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	position:relative;
	top:-2px;
	}
	
.logInP div {
	margin:20px 0 0;}
	
.logInP a {
	margin-left:129px;
	font-size:14px;}
	
.logInInner input[type=text], .logInInner input[type=password], .noticeIn input[type=text] {
	width:300px;
	padding:10px;
	border-radius:4px;
	border:solid 1px #C0C9DC;
	}

.logInInner input[type=text]:focus, .logInInner input[type=password]:focus, .noticeIn input[type=text]:focus {
	border-color:#8ED3A7;
	}	

.logInP, .regIn, .remIn, .alert, .okey, .false  {
	display:none;
	}	

.log .logInP, .reg .regIn, .rem .remIn, .ale .alert, .fls .false {
	display:block;
	}
	
.logInP {
	margin-top:70px;}



.regMail {
	margin-left:125px;
	line-height:20px;
	font-size:14px;
	margin-top:10px;}

.regMail input {
	vertical-align:top;
	margin-left:0;}	

.regMail label {
	display:inline-block;
	margin-left:5px;
	}
 	
.ok .regIn>form>div, .ale .regIn>form>div {
	display:none;}
	
.ok div.okey, .ale .alert {
	display:block !important;}

 .ok b.okey,  .ale b.alert  {
	 display:inline-block;
	 margin-left:20px !important;
	 font-size:16px;
	 font-weight:300;}


b.alert {
	display:none;}	 

.ale b.alert {
	color:#f00;}
	
.regIn i, .remIn i, .noticeIn i {
	display:block;
	padding:5px 10px;
	font-size:13px;
	margin-left:129px;
	color:#999;
	border-radius:6px;
	border:solid 1px #eee;
	background:#fff;
	width:212px;
	margin-top:11px;
	position:relative;
	line-height:18px;
	}

/*.regIn i:after, .remIn i:after, .noticeIn i:after, .headInputMenu:after, .zakazTable	.cartTable:after {
	content:'';
	position:absolute;
	display:block;
	width:19px;
	height:10px;
	background: url(../images/mzbn_icons.png) no-repeat 0 -316px;
	left:30px;
	top:-10px;
	}*/
	
.regIn input[type=button], .noticeIn input[type=button], .logInP input[type=button] {
	padding:8px 25px;
	font-size:16px;
	}

.regIn div {
	margin-top:20px;}
	
div.alert, div.okey, div.false {
	/*position:absolute;
	left:95px;
	top:15px;*/
	color:#f00;
	width:200px;
	font-size:13px;
	margin:0 0 20px 80px !important;
	}
	
.okey {
	color:#009B68 !important;
	width:250px;
	line-height:24px;
	}
	
.okey a {
	padding-top:5px;}
	
.logInMenu div span {
  border-bottom: dashed 1px #ddd;
}
	
.close {
	position:absolute;
	font-size:54px;
	display:inline-block;
	line-height:32px;
	top:5px;
	right:5px;
	color:#fff;
	cursor:pointer;
	border-radius:100px;
	width:41px;
	height:41px;
	text-align:center;
	}
	
.close b {
    font-weight: 300;
    display:inline-block;
	}

.close:hover b {
	transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out; /** Chrome & Safari **/
    -moz-transition: transform 0.3s ease-in-out; /** Firefox **/
    -o-transition: transform 0.3s ease-in-out;
	 transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
	}

.red {color:#ef0303; font-size:20px; line-height:16px;}
	
.orgFizSelectWrapper {
	margin-left:126px;}
	
.orgFizSelectWrapper label {
	margin-right:10px;}
	
.logInMenu div span:hover{
	color:#CB0045 !important;
	border-color:#E14E77;
	}
	
.ready {
	margin-bottom:20px;}
	
	
.backCallInner {
	position:relative;
	
	display:inline-block;
	}
	
.backCallInner .sliderFormInner {
	margin-top:0;
	}
	
/*.close {
	font-size:40px;
	position:absolute;
	top:-23px;
	right:2px;
	cursor:pointer;
	opacity:0.8;
	}
	
.close:hover {
	opacity:1;
	}*/
	
	
.answer {
	display:none;
	font-size:24px;
	color:#00C54D;
	text-align:center;
	}
	
.answer p {
	font-size:16px;
	margin-top:30px;
	color:#000;
	font-weight: normal;
	}
	
.answerOn>div, .answerOn h3 {
	display:none;
	}
	
.answerOn div.answer,  .answerOn div.close {
	display:block;
	}
	

	
.orgForm {
	display:none;
	}

.errorON .error {
	display:inline-block !important;
	}

.form-group .error {
	font-size:16px;
	margin-top:5px;
	}
	

	
.sliderFormInner h3 {
	text-align:center;
	line-height:1.5;
	}


.backCallInner {
	position:relative;
	margin-top:10%;
	
	display:inline-block;
	margin-bottom: 50px;
	}
	
.backCallInner .sliderFormInner {
	margin-top:0;
	}

.form-group {
	margin:20px 0;}
	
.form-group label {
	display:block;
	margin-bottom:3px;
	font-size:16px;
	}
	
.form-group .redButton {
	font-size:30px;
	width:100%;
	}
	
.form-group input[type=text], .logInWrapper textarea  {
	width:94%;
	padding:10px 3%;
	border: solid 1px rgba(200, 200, 200, 0.39);
	}
	
.logInWrapper textarea {
	padding:3px 3%;
	height:50px;
	}

	

	
.close:hover {
	opacity:1;
	}
	
	

	

	

.sliderFormInner {
	padding:30px 40px 30px;
	background: #41b8f2;
	margin:50px auto 0;
	box-shadow: 0 22px 27px rgba(0, 0, 0, 0.5);
	text-align:left;
	border:solid 5px #fff;
	position:relative;
	z-index:150;
	}


.sliderFormInner h3 {
	text-align:center;
	line-height:1.5;
	color:#fff;
	}


.backCallInner {
	position:relative;
	margin-top:10%;
	
	display:inline-block;
	}
	
.backCallInner .sliderFormInner {
	margin-top:0;
	}

.form-group {
	margin:20px 0;}
	
	
.form-group .redButton {
	font-size:20px;
	width:100%;
	}
	

.backCallInner .close {
	font-size:48px;
	line-height:40px;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	opacity:0.8;
	font-style:normal;
	border-radius:0;
	}
	
.close:hover {
	opacity:1;
	}
	
	

	
.pet {
	background:url(../images/pt.png);
	height:687px;
	width:821px;
	position:absolute;
	left:-200px;
	top:-80px;
	z-index:100;
	display:none;
	
	}
	
.callForm, .callItem, .callPhone {
	color:#fff;}

.callForm ul {
    margin: 5px 0 20px 0;
    padding-left: 0;
	font-size:14px;
	list-style:none;
	
}

.callForm ul li {
	margin-bottom:5px;}

.callForm ul li b {
	font-weight:300;
	color:#000;
	}

.callForm ul li>span {
	display: inline-block;
	width:80px;}

.callForm h3, .callItem h3 {
	text-align:left;
	margin-top: 10px;
	}

.callForm .form-group .redButton, .callItem .form-group .redButton {
	width:auto;
	}
	
.callForm .sliderFormInner>div {
	
	}

.callForm .sliderFormInner, .callItem .sliderFormInner {
	width:440px;
	padding:20px 20px 10px;
	}

.callPhone .sliderFormInner {
	width:260px;
	}

.formPic {
	width:40%;
	padding-right:1%;
	background:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	color:#000;
	}
.formPic>div {
	text-align:center;
	}
	
.formForm {
	width:55%;
	margin-left:45%;
	}
	
.selectForm {
	margin-bottom:10px;
	border-bottom:solid 1px rgba(255,255,255,0.52);} 

#pic img {
	max-width:97%;
	}	

#dopName {
	display:none;
	margin-bottom:10px;
	color:#000;}

#pfM {
	margin-top:10px;}

#pfM img {
    width: 135px;
}
#pfS img {
    width: 90px;
}
#pfG img {
    width: 65px;
}

.formLogo {
	}

.formLogo img {
	width:100%;}
	
	
.socLinks {
	text-align:center;
	padding:7px 0;
	color:#787878;
	background:#eee;
	}
	
.tLinks {
	position:relative;
	top:2px;
	display:inline-block;
	}
	
.likeWrapperClassic {
	margin-top:20px;}	

.likeClassic {
	display:inline-block;
	height:24px;
	position:relative;
	top:1px;
	}
	
.likeClassic li {
	display:inline-block;
	margin-left:5px;
	vertical-align:top;
	}
	

.promoContainer .shopContentWr {
    padding-top: 115px;
    position: relative;
    z-index: 100;
}

.promoContainer .trendWr {
    max-width: 1920px;
}

.sumkaContainer .ptfTitle {
	background: none;
}

.sumkaContainer .productMenu .active a, .sumkaContainer .productMenu a:hover {
    border: solid 2px #41B8F2 !important;
    color: #fff !important;
    background: #41B8F2;
}

.dopPromo {
	position: relative;
}

.dopPromo {
	border:none;
}

.dopPromo img {
	width: 100%;
}

.dopPromo .dopPromoImg {
	display: block;
	position: relative;
	z-index: 10;
}

/*.dopPromo:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 50px solid #fff; 
	border-right: 1920px solid transparent;	
	position: absolute;
	z-index: 100;
	top: 0;
}

.dopPromo:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 50px solid #fff; 
	border-right: 1920px solid transparent;	
	position: absolute;
	z-index: 100;
	bottom: -4px;
}*/

.dopPromo {
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.5) inset;
}

.bgCover {
    top: 0;
	bottom: 0;
	right:0;
	left: 0;
    position: absolute;
    background: rgba(0,0,0,0.4) url(../../images/diagonal.png);
    z-index: 50;
}


.dopSaleWr {
	background: #0053ea;
	padding: 20px;
} 
.dopSalePic {
	vertical-align: top;
	display: inline-block;
	width: 30%;

}

.dopSalePic img {
	width: 100%;
}

.dopSaleText {
	vertical-align: top;
	display: inline-block;
	width: 60%;
	color: #fff;
	line-height: 1.7;
	font-weight: 700;
	font-size: 18px;
	margin-left: 5%;
	margin-top: 20px;
}




.konModelsGo, .konPriceItem {
	display: none;
}



.incoming {
	padding: 10px 30px;
	margin-top: 30px;
	border: solid 2px #fff;
	color:#fff;
	font-size: 30px;
	font-weight: 300;
	display: inline-block;
	opacity: 1;
}

.incomingText {
	width: 250px;
    font-size: 13px;
    line-height: 1.5;
    color: #888;
    padding: 0 0 0 35px;
	position: relative;
}

.incomingText:after {
    content: 'i';
    display: block;
    font-size: 14px;
    color: rgba(0,44,255,0.55);
    border: solid 1px rgba(0,44,255,0.2);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 3px;
    left: 3px;
    position: absolute;
    border-radius: 50%;
}






.ne2019Wr {
	background: url(/images/NE2019_bg.jpg);
}

.ne2019In {
	display: flex;
	justify-content: center;
}

.ne2019Pic img {
	height: 100%;
}

.ne2019Pic {
	width: 40%;
	box-sizing: border-box;
}

.ne2019TextWr {
	width: 60%;
	box-sizing: border-box;
	padding:20px 40px 20px 0;
	color: #fff;
	text-align: center;
	max-width: 600px;
}

.ne2019Text {
	font-size: 24px;
}


.rukzaKitemimg {
	display: flex;
	justify-content: center;
	align-items: center;
}


.konListWrapper {
	display: flex;
	position: relative;
	text-align: center;
	margin: 0 !important;
	justify-content: center;
}


.konPicList {
	padding-bottom: 10px;
}




.topPicMenu {
	display: flex;
	margin: 0 -2px 0 0;
}

.topPicMenu.pic33 [go] {
	width: 33.3%;
	box-sizing: border-box;
	border-bottom: none;
	padding:0  1px 0 0;
	position: relative;

}

.topPicMenu.pic25 [go] {
	width: 25%;
	box-sizing: border-box;
	border-bottom: none;
	padding:0  1px 0 0;
	position: relative;

}



.topPicMenuImg {
	overflow: hidden;
}

.topPicMenuImg img {
	width: 100%;
}






.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  }
  @-webkit-keyframes flipInY {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  }
  @keyframes flipInY {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  } 




	
	

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
  

	
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity:0;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity:1;
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity:1;
  }
  } 
  
  .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity:1;
  }
  }
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity:1;
  }
  } 
  
 .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 
 

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes flipInX {
  0% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  }
  @keyframes flipInX {
  0% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  opacity: 1;
  }
  } 





@media (max-width:1780px) {
.topTextWrapper {
}
.topTextWrapper h1, .ekipWrapper .secondTitle b {
	font-size: 50px;
}
.catInnerItem>a {
	height: 200px;
}
}

@media (max-width:1580px) {
.topTextWrapper h1, .ekipWrapper .secondTitle b {
	font-size: 50px;
}
.formSubj {
	font-size: 28px;
}
.formPrice {
	font-size: 36px;
}

.formSubjList a {
	padding:0 20px; }

}

@media (max-width:1440px) {
.topTextWrapper h1, .ekipWrapper .secondTitle b {
	font-size: 40px;
}
.formSubj {
	font-size: 24px;
	top:-2px;
}
.formSubjList i {
	top:0px;
	
}
.formPrice {
	font-size: 26px;
	padding-left:10px
}
.catTeamItemList .slick-arrow.slick-next {
	right: -15px;
}
.catTeamItemList .slick-arrow.slick-prev {
	left: -15px;
}
}

@media (max-width:1280px) {

.catTeamItemList {
	width: 30%;
}
}

@media (max-width:1180px) {

.topFormButWr .redButton {
	font-size: 16px;
	padding: 5px 10px;
}
}

@media (max-width:1020px) {


	.topForm.active:after, .topPicMenu [go].active:after {
		left: -2px;
		right: -2px;
		top: -2px;
		bottom: -2px;
		border: solid 6px #41B8F2;
		border-radius: 22px;
	}
	


.advItem {
	width: 42%;
}
	
.listShowBut {
}
.catTeamMiniPicWrapper {
	/*display:none;
		position: absolute;*/
	width: 60%;
}
.productMenu a {
	font-size: 20px;
}
.ptfTitle {
	padding: 5px 0;
}
.topTextWrapper {

}


.formSubjList {
	margin: 10px 0 0;
}


.pointerWrapper {
	left: 22%;
}


}

@media (max-width:950px) {
.fixMTitle span, .topTextWrapper h1 span, .secPhone {
	
}

.topTextWrapper {
	padding:15px 0;
	}



.topButtonWrapper .redButton {
	font-size: 18px;
}
.topContacts .topPhone {
	top: -3px;
}
}

@media (max-width:800px) {

.topFormName {
    font-size: 14px;
}

.topFormPrice, .topPicMenuPrice {
	font-size: 11px;
}

.topFormTxtWr, .topPicMenuDsc {
    padding: 10px 0;
}

.ne2019Text {
	font-size: 16px;
}

.contactsItem {
	width: auto;
	}
	
.catTeamItemList .slick-arrow {
	width: 30px;
}
.catTeamItemList .slick-arrow i {
	width: 20px;
	height: 20px;
}
.catTeamItemList .slick-arrow.slick-prev {
	left: 0px;
}
.catTeamItemList .slick-arrow.slick-next {
	right: 0px;
}
.offerButton a {
	font-size: 20px;
}
.catInnerItem {
	margin: 0 10px;
}
.catTeamItemList {
	width: 40%;
}
.catTeamMiniPicWrapper {
	position: relative;
	height: 140px;
	width: 50%
}
.M .catTeamMiniPicWrapper {
	height: 200px;
}
.productMenu li {
	padding: 10px;
}
.topTextWrapper:after {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #f1213b;
	right: 50%;
	bottom: -28px;
	margin-right: -30px;
}



.topFormButWr .redButton {
	font-size: 22px;
	padding: 10px 25px;
}
.catTeamMiniPic li {
	width: 40px;
	height: 40px;
}
.pointerWrapper {
	left: 28%;
}

.ekipWrapper .secondTitle a {
	font-size:26px;
	padding:5px 15px;}

.ekipWrapper {
	padding: 30px 40px 60px;
	}

}


@media(max-width:750px) {

.topFormPrice, .topPicMenuPrice {
    padding: 1px 3px;
    border-radius: 4px;
    position: relative;
    height: auto;
    margin: 5px 0 0 10px;
    line-height: 14px;
    font-size: 10px;
}


.topFormPrice:after, .topPicMenuPrice:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    background: #F00;
    transform: rotate(45deg);
    top: 3px;
    left: -4px;
    border-radius: 4px 15px 4px 4px;
    z-index: 10;
}


.topFormPrice:before, .topPicMenuPrice:before {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 3px;
    background: #fff;
    top: 7px;
    left: -3px;
    border-radius: 50%;
    z-index: 11;
}

.no-touch .topForm.active .topFormTxtWr, .topForm:hover .topFormTxtWr, .no-touch .topPicMenu [go].active .topPicMenuDsc, .no-touch .topPicMenu [go]:hover .topPicMenuDsc {
    padding: 30px 0;
}

}

@media(max-width:650px) {


	.topTextWrapper h1, .ekipWrapper .secondTitle b {
	font-size: 28px;
}
.formSubj {
    font-size: 16px;
}
.formPrice {
    font-size: 16px;
    font-weight: 700;
}
.formSubjList i {
    font-size: 16px;
}
.formSubjList a {
    border: dashed 1px rgba(255,255,255,0.59) !important;
}

.ne2019TextWr {
	width: 100%;
	padding-right: 0;
	position: relative;
	z-index: 1000;

}
.ne2019Pic {
	margin-left: -40%;
	z-index: 500;
}

}

@media (max-width:620px) {



	
.ekipWrapper .secondTitle a {
	font-size:22px;
	padding:5px 10px;}

#dopName {
	display:block;}

.formForm {
	width:100%;
	margin:0;
	}
.formPic {
	display:none;}

.callForm .sliderFormInner, .callItem .sliderFormInner {
	width:260px;}

.contactsWrapper {
	padding:30px 0; }

.footerPhoneBig b i {
	display:none;}

.advItem {
	width: 84%;
}	

.ekipList>.slick-arrow {
	width: 40px;
}
.ekipList>.slick-arrow i {
	width: 30px;
	height: 30px;
}
.ekipList>.slick-arrow.slick-prev {
	left: -30px;
}
.ekipList>.slick-arrow.slick-next {
	right: -30px;
}
.ekipWrapper {
	padding: 50px 20px 100px;
}
.rangeWrapper {
	margin: 70px 5px 0;
}
.rangePrice i {
	display: block;
}
#fixMenu {
	position: relative;
}
.topContainer {
	margin-top: 0;
}
.topTextWrapper {
	margin-top: -5px;
}

.listShowBut {
	display: block;
}
.catTeamItemList {
	width: 42%;
}






.catTeamMiniPicWrapper {
	right: -33%;
	width: 50%;
	height: 78% !important;
	position: absolute;
	top: -20px;
	overflow: auto;
	z-index: 900;
	padding: 10px 10px 10px 30px;
}
.active.catTeamMiniPicWrapper {
	right: -20px;
	width: 70%;
	height: auto !important;
	position: absolute;
	top: -20px;
	overflow: auto;
	z-index: 900;
	padding: 10px 10px 10px 30px;
	background: #fff;
	box-shadow: 1px 1px 25px rgba(0,0,0,0.20);
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-ms-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
}
.lim {
	padding: 0 10px;
}
.topButtonWrapper .redButton {
	display: none;
}
.topContacts {
	top: -3px;
}
.topContacts {
	right: 0;
	margin-right: 0;
}

.pointerWrapper i {
	top: 24px;
	right: 38px;
	left: auto;
	transform: rotate(225deg);
	width: 20px;
}
.pointerWrapper span {
	margin-right: 55px;
	margin-left: 0;
}
.pointerWrapper {
	left: auto;
	right: 54%;
	top: -15px;
	font-size: 13px;
}
.catTeamItemListWrapper.S .pointerWrapper, .catTeamItemListWrapper.G .pointerWrapper {
	top: -25px;
}
.ptfTitle i {
	border-top: 15px solid #41B8F2;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	bottom: -14px;
}
.ptfTitle {
	margin-bottom: 45px;
}
.catTeamItemListWrapper .catTeamItem {
	height: auto !important;
}
.catTeamItemListWrapper.M .catTeamItem img {
	width: 115px;
}
.catTeamItemListWrapper.S .catTeamItem img {
	width: 75px;
}
.catTeamItemListWrapper.G .catTeamItem img {
	width: 55px;
}
.catTeamItemListWrapper.G {
	margin-top: 10px;
}

.constructorWrapper {
	padding-top:0;}

}

@media (max-width:530px) {

	.topForm.active:after, .topPicMenu [go].active:after {
		border-radius: 12px;
	}


.secondTitle {
	font-size: 35px;
	margin: 0 10px 30px;
}
.secondTitle span {
	font-size: 30px
}
.advantages {
	padding-top:30px;}

}

@media(max-width:500px) {
	.big-answer {
		min-height: 300px;
	}
	.big-answer .answer {
		font-size: 28px;
		font-weight: 700;
		max-width: 700px;
		padding: 0 25px;
  }
	.topTextWrapper h1, .ekipWrapper .secondTitle b {
	font-size: 20px;
}
.formSubj {
    font-size: 14px;
}
.formPrice {
    font-size: 14px;
    font-weight: 700;
}
.formSubjList i {
    font-size: 14px;
}

}


@media (max-width:400px) {

.contactsItem {
	margin:0 10px;}	

.sliderFormInner h3 b {
	font-size:110%;
	}

.contactsItem b {
	width:90px;}

.contactsItem {
	font-size:14px;}

.contactsWrapper .secondTitle {
	}
	
.contactsWrapper .secondTitle span  {
	font-size:16px !important;}

.footerPhoneBig {
	font-size:32px;
	}
	
	


.productMenu li {
	padding: 7px;
}
.productMenu a {
	font-size: 15px;
	padding: 3px 7px;
}
.fixMTitle img {
	width: 100px;
}
.topContacts .topPhone {
	font-size: 19px;
}

.topFormButWr .redButton {
	font-size: 18px;
	padding: 7px 15px;
}
.catTeamItemListWrapper .catTeamItem {
	height: auto !important;
}
.catTeamItemListWrapper.M .catTeamItem img {
	width: 115px;
}
.catTeamItemListWrapper.S .catTeamItem img {
	width: 75px;
}
.catTeamItemListWrapper.G .catTeamItem img {
	width: 55px;
}
.catTeamItemListWrapper.G {
	margin-top: 10px;
}
.catTeamItemList {
	width: 55%;
}
.catTeamMiniPicWrapper {
	right: -42%;
}
.ekipWrapper {
	padding: 20px 0 100px;
}



.ekipList>.slick-arrow.slick-prev {
	left: 0px;
}
.ekipList>.slick-arrow.slick-next {
	right: 0px;
}
.catInnerItem {
	margin: 0 40px;
}
.catInnerItem:after {
	height:160px;}
}

@media (max-width:340px) {
.lim {
	padding: 0;
}
.topContacts {
	left: 105px;
}
.topTextWrapper a {
	margin: 0 10px;}
}

@media (max-height:500px) {
#fixMenu {
	position: relative;
}
.topContainer {
	margin-top: 0;
}
.topTextWrapper {
	margin-top: 0;
}

}
