@font-face {
    font-family: 'stolzl';
    src: url('../fonts/stolzl_book-webfont.eot');
    src: url('../fonts/stolzl_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stolzl_book-webfont.woff2') format('woff2'),
         url('../fonts/stolzl_book-webfont.woff') format('woff'),
         url('../fonts/stolzl_book-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'stolzl';
    src: url('../fonts/stolzl_regular-webfont.eot');
    src: url('../fonts/stolzl_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stolzl_regular-webfont.woff2') format('woff2'),
         url('../fonts/stolzl_regular-webfont.woff') format('woff'),
         url('../fonts/stolzl_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'stolzl';
    src: url('../fonts/stolzl_medium-webfont.eot');
    src: url('../fonts/stolzl_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stolzl_medium-webfont.woff2') format('woff2'),
         url('../fonts/stolzl_medium-webfont.woff') format('woff'),
         url('../fonts/stolzl_medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'stolzl';
    src: url('../fonts/stolzl_bold-webfont.eot');
    src: url('../fonts/stolzl_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stolzl_bold-webfont.woff2') format('woff2'),
         url('../fonts/stolzl_bold-webfont.woff') format('woff'),
         url('../fonts/stolzl_bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	font-weight: 300;
	font-family: 'stolzl', Arial, Helvetica, sans-serif;
	line-height: 23px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 300;
	font-family: 'stolzl', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
button {font-weight: 400;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
h1 {
	margin: 0 0 30px;
	font-size: 42px;
    font-weight: 500;
    line-height: 55px;
}
h2 {
	margin: 0 0 50px;
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
}
.title {
	margin: 0 0 50px;
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
	text-align: center;
}
h3 {
	margin: 0 0 55px;
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
}
.subtitle {
	margin: 0 0 55px;
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
}
h4 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 29px;
}
p {margin: 0 0 30px;}
p a, .article li a {color: #2aac18;}
.blue {color: #0097ff;}
.center {text-align: center;}
.uppercase {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transform: skew(20deg);
}
.button-reverse {transform: skew(-20deg);}
button.button {
	cursor: pointer;
	line-height: 23px;
}
.button-inner {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 16px 35px 17px;
	background-image: -moz-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
	transition: all .3s linear;
}
.button-inner span {
	position: relative;
	display: block;
	padding: 0 30px 0 0;
	transform: skew(-20deg);
}
.button-reverse .button-inner span {transform: skew(20deg);}
.button-inner span:after {
	position: absolute;
	right: 0px;
	top: 4px;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/button-arrow.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	transition: all .3s linear;
}
.button:before {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	z-index: -10;
	background-image: -moz-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
}
.button:after {
	position: absolute;
	left: 7px;
	top: 7px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	display: block;
	content: '';
	z-index: -10;
	background: #fff;
}
.button-reverse:before {
	left: -5px;
	top: 5px;
}
.button-reverse:after {
	left: -3px;
	top: 7px;
}
.button:hover .button-inner {transform: translate(5px, 5px);}
.button-reverse:hover .button-inner {transform: translate(-5px, 5px);}
.button:hover .button-inner span:after {right: -4px;}
.button-inner:after {
   -webkit-filter: blur(12px);
   -moz-filter: blur(12px);
   filter: blur(12px); content: "";
   margin-left: 60px;
   width: 40px;
   height: 300px;
   background: #fff;
   -webkit-animation-delay: 0.07s;
   animation-delay: 0.07s;
   position: absolute;
   left: -40px;
   top: -150px;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-transition: all 1s;
   transition: all 1s;
   -webkit-animation-name: slideme;
   animation-name: slideme;
   -webkit-animation-duration: 4s; /* Скорость блика в сек */
   animation-duration: 4s; /* Скорость блика в сек */
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-transform: rotate(40deg);
   transform: rotate(40deg)
}
@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
 30% { left: 110%; margin-left: 80px; }
 100% { left: 110%; margin-left: 80px; } 
}
@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
 30% { left: 110%; margin-left: 80px; }
 100% { left: 110%; margin-left: 80px; } 
}

@-webkit-keyframes floating3 { from { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }
  65% { -webkit-transform: translate(0px, -10px); transform: translate(0px, -10px); }
  to { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); } }
@keyframes floating3 { from { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }
  65% { -webkit-transform: translate(0px, -10px); transform: translate(0px, -10px); }
  to { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); } }
.button-arrow {
	position: relative;
	display: inline-block;
}
.button-arrow:before {
	position: absolute;
	top: 18px;
	right: -70px;
	display: block;
	content: '';
	width: 46px;
	height: 31px;
	background: url(../images/arrow1.png) 0 0 no-repeat;
	-webkit-animation: floating3 infinite ease-in-out 4s;
	animation: floating3 infinite ease-in-out 4s;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 28px;
	margin: 0 0 10px;
	color: #000;
	font-size: 16px;
	background: #fff;
	border: 1px solid #cecece;
}
::-webkit-input-placeholder {color: #6e6e6e;}
:-moz-placeholder {color: #6e6e6e; opacity: 1;}
::-moz-placeholder {color: #6e6e6e; opacity: 1;}
:-ms-input-placeholder {color: #6e6e6e;}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
.up {
	position: fixed;
	left: 50%;
	bottom: 30px;
	z-index: 100;
	width: 50px;
	height: 50px;
	padding: 11px 0 0;
	margin: 0 0 0 660px;
	text-align: center;
	background: #00bcfa;
	border-radius: 50%;
	opacity: 0;
	transition: all .3s linear;
}
.up.vis {opacity: 1;}
.up img {
	width: 20px;
}
/************************* header-top *************************/
.header-top {
	position: relative;
	padding: 37px 0 25px;
}
.header-top-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	float: left;
}
.header-top .logo-text {font-size: 14px;}
.header-right {
	float: right;
	padding: 7px 0 0;
}
.header-info {
	float: left;
	padding: 0 35px 0 0;
	margin: 0 40px 0 0;
	border-right: 1px solid #d3d3d3;
}
.header-phone {
	margin: 0 0 9px;
	font-size: 21px;
	font-weight: 700;
}
.header-phone a {
	color: #000;
	text-decoration: none;
}
.header-info-text {
	font-size: 14px;
	line-height: 22px;
}
.header-button {
	float: left;
	padding: 7px 0 0;
}
.header-button .button-inner {padding: 9px 30px 10px;}
.header-button-text {
	padding: 5px 0 0;
	font-size: 14px;
	text-align: center;
}
/************************* header-main *************************/
.header-main {
	position: relative;
	padding: 0px 0 30px;
}
.header-main:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 560px;
	margin: -280px 0 0;
	background: #eef6ff url(../images/pattern2.png) 0 100% repeat-x;
}
.header-main:after {
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 50%;
	display: block;
	content: '';
	width: 300%;
	height: 560px;
	margin: -280px -215px 0 0;
	background: #fff;
	transform: skew(20deg);
}
.header-main .holder {
	position: relative;
	z-index: 10;
}
.header-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-content {
	flex: 1;
	max-width: 60%;
}
.header-slider {
	width: 380px;
	margin: 0 0 0 30px;
}
.header-content h1 {
	max-width: 640px;
}
.header-content-button {margin: 0 0 45px;}
.header-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #000;
}
.header-icons-item {
	width: 30%;
	margin: 0 0 35px 5%;
}


.header-icons-item:nth-child(3n + 1){margin: 0 0 35px;}
.header-icons-img {
	height: 50px;
	margin: 0 0 20px;
	line-height: 50px;
}
.header-icons-img img {vertical-align: middle;}
.h-icon1 {width: 56px;}
.h-icon2 {width: 50px;}
.h-icon3 {width: 42px;}
.h-icon4 {width: 43px;}
.h-icon5 {width: 43px;}
.h-icon6 {width: 43px;}
.header-icons-text {line-height: 22px;}
.header-icons-text a {
	color: #0078ff;
	text-decoration: none;
	border-bottom: 1px dashed #0078ff;
	transition: all .3s linear;
}
.header-icons-text a:hover {border-bottom: 1px dashed transparent;}
.header-slider {
	text-align: right;
}
.header-slider .slick-slide img {
    display: inline-block;
	max-width: 100%;
}
.header-slider .slick-arrow {transform: skew(20deg);}
.header-slider .slick-arrow:after {transform: skew(-20deg);}
.header-slider .slick-prev:hover {transform: skew(20deg) translate(-5px, 0);}
.header-slider .slick-next:hover {transform: skew(20deg) translate(5px, 0);}
.header-slider .slick-prev {
	left: -46px;
	margin-top: -56px;
}
.header-slider .slick-next {
	left: -25px;
	margin-top: 4px;
}
/************************* why *************************/
.why{
	position: relative;
	padding: 110px 0 120px;
	background: #eef6ff url(../images/pattern2.png) 0 100% repeat-x;
}
.why:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	width: 200%;
	margin: 0 0 0 -50px;
	background: #fff;
	transform: skew(-20deg);
}
.why .holder {position: relative;}
.why-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.why-item {
	width: 31%;
	margin: 0 0 0 3.5%;
}
.why-item:nth-child(3n + 1){
	margin: 0;
}
.why-img {
	position: relative;
	padding: 0 30px;
	margin: 0 0 45px;
}
.why-img-holder {
	overflow: hidden;
	transform: skew(-20deg);
}
.why-img-holder img {
	width: 124%;
	margin: 0 0 0 -12%;
	transform: skew(20deg);
}
.why-icon {
	position: absolute;
	top: 50%;
	left: 1px;
	z-index: 10;
	width: 64px;
    height: 64px;
	margin-top: -32px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.why-icon:before {
    position: absolute;
    top: 0;
	left: 0;
    display: block;
	content: '';
    width: 64px;
    height: 64px;
    font-size: 0;
    cursor: pointer;
    z-index: -1;
    border: 0;
    outline: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
    transform: skew(-20deg);
    transition: all .3s linear;
}
.why-icon img {vertical-align: top;}
.w-icon1 {width: 29px; margin-top: 17px;}
.w-icon2 {width: 28px; margin-top: 18px;}
.w-icon3 {width: 42px; margin-top: 12px;}
.why-title {
	margin: 0 0 24px;
	color: #000;
	font-size: 21px;
	font-weight: 500;
	line-height: 24px;
}
.why-text {
	max-width: 308px;
}
.why-item {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
}
.why-item.ani_start {
	opacity: 1;
	transform: none;
}
.why1 {transition: all 1s ease;}
.why2 {transition: all 1s ease 0.2s;}
.why3 {transition: all 1s ease 0.4s;}
/************************* catalog *************************/
.catalog{
	padding: 120px 0 40px;
}
.catalog-nav-block {
	margin: 0 0 10px;
	text-align: center;
}
.catalog-nav-holder {
	display: inline-block;
	padding: 2px;
	transform: skew(-20deg);
	background-image: -moz-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
}
.catalog-nav {
	padding: 4px;
	font-size: 0;
	background: #fff;
}
.catalog-nav-item {
	display: inline-block;
	color: #acacac;
	text-decoration: none;
}
.catalog-nav-item span {
	display: block;
	padding: 20px 45px 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	transform: skew(20deg);
}
.catalog-nav-item.active {
	color: #fff;
	background-image: -moz-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
}

.catalog-section {padding: 40px 0 34px;}
.catalog-slider .slick-list {height: auto !important;}
.catalog-slider {
	margin: 0 -30px;
}
.catalog-slide {
	padding: 0 30px;
}


/******************* remove if catalog is slider ******************/
.catalog-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catalog-slide {
	width: 33.33%;
	margin: 0 0 60px;
}
@media screen and (max-width: 1140px){
	.catalog-slide {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 1023px){
	.catalog-slide {width: 50%;}
}
@media screen and (max-width: 800px){
	.catalog-slide {width: 100%;}
}


.catalog-img {
	position: relative;
	overflow: hidden;
}
.catalog-img img {
	width: 100%;
}
.catalog-eu {
	position: absolute;
	right: -13px;
	bottom: 0;
	z-index: 5;
	padding: 9px 25px 9px 15px;
}
.catalog-eu img {width: 100px;}
.catalog-eu:before {
    position: absolute;
    top: 0;
	left: 0;
    display: block;
	content: '';
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    z-index: -1;
    border: 0;
    outline: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
    transform: skew(20deg);
    transition: all .3s linear;
}
.catalog-gift {
	position: absolute;
	top: 0;
	left: -10px;
	height: 28px;
	padding: 3px 15px 0 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	z-index: 5;
}
.slick-slide .catalog-gift img {display: inline-block;}
.catalog-gift img {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	margin: 4px 3px 0 0;
}
.catalog-gift:before {
    position: absolute;
    top: 0;
	left: 0;
    display: block;
	content: '';
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    z-index: -1;
    border: 0;
    outline: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
    transform: skew(-20deg);
    transition: all .3s linear;
}
.catalog-content {
	padding: 53px 50px 37px;
	border: 2px solid #e5f1ff;
	border-top: 0;
}
.catalog-code {
	margin: 0 0 11px;
	color: #6e6e6e;
	font-size: 13px;
	line-height: 18px;
}
.catalog-name {
	margin: 0 0 15px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
.catalog-status {
	padding: 0 0 0 26px;
	margin: 0 0 20px;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	background: url(../images/check.svg) 0 3px no-repeat;
	background-size: 15px 15px;
}
.catalog-price {
	padding: 0 0 20px;
	font-size: 24px;
	line-height: 30px;
}
.price-new {
	position: relative;
	z-index: 5;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px 6px;
	margin: 0 5px 0 0;
	color: #fff;
	font-weight: 700;
}
.price-new:before {
    position: absolute;
    top: 0;
	left: 0;
    display: block;
	content: '';
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    z-index: -1;
    border: 0;
    outline: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
    transform: skew(-20deg);
    transition: all .3s linear;
}
.price-old {
	display: inline-block;
	vertical-align: middle;
	color: #f83800;
	text-decoration: line-through
}
.price-old span {
	color: #989898;
}
.catalog-color{
	padding: 0 0 15px;
}
.catalog-color-text {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin: 0 10px 0 0;
}
.catalog-color-list {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	padding: 4px 0 0;
}
.color {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 0 7px 7px 0;
	border-radius: 50%;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.color-half {
	border-top: 0;
	border-bottom: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.catalog-info {
	margin: 0 0 15px;
}
.catalog-info-link {
	position: relative;
	padding: 0 18px 0 0;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}
.catalog-info-link:after {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background: url(../images/arrow-down.svg) 0 0 no-repeat;
	background-size: 7px 7px;
	transition: all .3s linear;
}
.catalog-info-link.active:after {
	transform: rotate(180deg);
}
.catalog-info-hidden {
	display: none;
	padding: 9px 0 0;
	font-size: 13px;
	line-height: 24px;
}
.catalog-bottom-note {
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
}
.catalog-bottom {
	padding: 10px 0 0;
	text-align: center;
}
.catalog-item .button {display: block;}
.catalog-order {
	padding: 30px 0 0;
}
.catalog-order-link {
	position: relative;
	display: inline-block;
    vertical-align: top;
	padding: 0 31px 0 0;
    color: #fa5200;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.catalog-order-link:after {
    position: absolute;
    right: 0px;
    top: 4px;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/button-arrow-orange.svg) 0 0 no-repeat;
    background-size: 16px 16px;
    transition: all .3s linear;
}
.catalog-order-link:hover:after {
    right: -4px;
}
.catalog-form {
	display: none;
	padding: 10px 0 0;
}
.form-button {
	padding: 15px 0 0;
}
.catalog-form .button {min-width: 100%;}
.form-note {
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.catalog-form-hide {
	padding: 20px 0 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.catalog-form-hide a {
	color: #0078ff;
	text-decoration: none;
	border-bottom: 1px dashed #0078ff;
	transition: all .3s linear;
}
.catalog-form-hide a:hover {border-bottom: 1px dashed transparent;}
.slick-dots {
	padding: 25px 0 0;
	margin: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}
.slick-dots button {
	display: block;
	width: 15px;
	height: 15px;
	font-size: 0;
	cursor: pointer;
	background: #e5e5e5;
	outline: 0;
	border-radius: 50%;
	outline: none;
}
.slick-dots .slick-active button {
	background: #fc7600;
}
/************************* ask *************************/
.ask{
	position: relative;
	padding: 120px 0;
	margin: 0 0 120px;
	background: #eef6ff url(../images/pattern2.png) 0 100% repeat-x;
}
.ask:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	width: 200%;
	margin: 0 0 0 -160px;
	background: #fff;
	transform: skew(20deg);
}
.ask .holder {position: relative;}
.ask-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ask-side {
	width: 50%;
}
.ask-content {
	width: 43%;
}
.ask-content h2 {
	margin: 0 0 20px;
}
.ask-subtitle {
	margin: 0 0 26px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.ask-text {
	margin: 0 0 38px;
}
.ask-button {max-width: 300px;}
.ask-button .button, .ask-button .button-arrow {display: block;}
.ask-img {
	position: relative;
	overflow: hidden;
}
.ask-img:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    margin-left: -80px;
    background: #fff;
    transform: skew(20deg);
}
.ask-img img {width: 100%;}
.ask-sign {
	position: absolute;
	top: 50%;
	right: 54px;
	z-index: 10;
	width: 64px;
    height: 64px;
	padding: 19px 0 0;
	margin-top: -32px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.ask-sign:before {
    position: absolute;
    top: 0;
	left: 0;
    display: block;
	content: '';
    width: 64px;
    height: 64px;
    font-size: 0;
    cursor: pointer;
    z-index: -1;
    border: 0;
    outline: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,114,255) 0%, rgb(0,198,255) 100%);
    transform: skew(20deg);
    transition: all .3s linear;
}
/************************* review *************************/
.review {
	padding: 102px 0 125px;
	background: #eef6ff url(../images/pattern2.png) 0 100% repeat-x;
}
.review h2 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.review-slider {
	max-width: 850px;
	margin: 0 auto;
}
.review-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 73px 100px 90px;
	background: #fff;
}
.review-img {
	width: 56.5%;
	padding: 8px 0 0;
}
.review-img img {
	width: 100%;
}
.review-img iframe {
	width: 100%;
	height: 240px;
}
.review-content {
	width: 36.5%;
}
.review-quote{
	margin: 0 0 23px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
}
.review-text {
	margin: 0 0 26px;
	line-height: 22px;
}
.review-author {
	color: #000;
	font-size: 15px;
	font-weight: 400;
}
.review-slider .slick-arrow {margin-top: -26px;}
.review-slider .slick-prev {
	left: -26px;
}
.review-slider .slick-next {
	right: -26px;
}
/************************* steps *************************/
.steps {
	padding: 102px 0 115px;
}
.steps-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.steps-item {
	width: 23.5%;
	margin: 0 0 0 2%;
}
.steps-item:nth-child(4n + 1){margin: 0;}
.steps-icon {
	height: 50px;
	margin: 0 0 45px;
}
.s-icon1 {width: 50px;}
.s-icon2 {width: 50px;}
.s-icon3 {width: 50px;}
.s-icon4 {width: 64px; margin: -7px;}
.steps-line {
	position: relative;
	height: 2px;
	margin: 0 0 40px 30px;
	background: #d8e8fb;
}
.steps-item:nth-child(4) .steps-line{background: transparent;}
.steps-line:before {
	position: absolute;
	top: -7px;
	left: -25px;
	display: block;
	content: '';
	width: 2px;
	height: 15px;
	background: #d8e8fb;
	transform: skew(-20deg);
}
.steps-item:first-child .steps-line:before,
.steps-item:last-child .steps-line:before{background: #007aff;}
.steps-title {
	margin: 0 0 19px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
}
.steps-text a {
	color: #0078ff;
	text-decoration: none;
	border-bottom: 1px dashed #0078ff;
	transition: all .3s linear;
}
.steps-text a:hover {border-bottom: 1px dashed transparent;}
/************************* about *************************/
.about {
	position: relative;
	padding: 64px 0 40px;
	background: #eef6ff url(../images/pattern2.png) 0 100% repeat-x;
}
.about:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	display: block;
	content: '';
	width: 200%;
	margin: 0 -100px 0 0;
	background: #fff;
	transform: skew(-20deg);
}
.about .holder {position: relative;}
.about-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.about-side {
	width: 43%;
}
.about-side h2 {margin: 0 0 30px;}
.about-text {
	margin: 0 0 44px;
}
.about-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-info-item {
	width: 48%;
	margin: 0 0 40px 4%;
}
.about-info-item:nth-child(2n + 1){margin: 0 0 40px;}
.about-info-icon {
	height: 50px;
	margin: 0 0 20px;
	line-height: 50px;
}
.about-info-icon img {vertical-align: middle;}
.a-icon1 {width: 43px;}
.a-icon2 {width: 44px;}
.a-icon3 {width: 50px;}
.a-icon4 {width: 43px;}
.about-slider {
	position: relative;
	overflow: hidden;
	width: 56.3%;
}
.about-slide img {
	width: 100%;
}
.about-slider:after {
	position: absolute;
	top: 0;
	right: 100%;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	margin-right: -80px;
	background: #fff;
	transform: skew(-20deg);
}
.slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	width: 52px;
	height: 52px;
	font-size: 0;
	cursor: pointer;
	z-index: 20;
	border: 0;
	outline: 0;
	background-image: -moz-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(254,140,0) 0%, rgb(248,54,0) 100%);
	transform: skew(-20deg);
	transition: all .3s linear;
}
.slick-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transform: skew(20deg);
}
.about-slider .slick-prev {
	left: 67px;
	margin-top: -56px;
}
.about-slider .slick-next {
	left: 45px;
	margin-top: 4px;
}
.slick-prev:after {
	background: url(../images/left-arrow-angle.svg) 50% 50% no-repeat;
	background-size: 14px 14px;
}
.slick-next:after {
	background: url(../images/right-arrow-angle.svg) 50% 50% no-repeat;
	background-size: 14px 14px;
}
.slick-prev:hover {transform: skew(-20deg) translate(-5px, 0);}
.slick-next:hover {transform: skew(-20deg) translate(5px, 0);}
/************************* clients *************************/
.clients {
	padding: 102px 0 127px;
}
.clients-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 30px;
}
.clients-item {
	width: 23%;
	margin: 0 0 20px 2%;
	border: 2px solid #e5f1ff;
	transform: skew(-20deg);
}
.clients-item:nth-child(4n + 1){margin: 0 0 20px;}
.clients-inner {
	height: 100px;
	line-height: 98px;
	text-align: center;
	transform: skew(20deg);
}
.clients-inner img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
.clients-more {
	font-size: 18px;
	text-align: center;
}
.clients-more span {
	position: relative;
}
.clients-more span:before {
	position: absolute;
	left: -8px;
	right: -8px;
	bottom: -2px;
	z-index: -1;
	height: 11px;
	display: block;
	content: '';
	background: #eef6ff;
}
/************************* map-section *************************/
.map-section .holder {
	position: relative;
}
.map-section iframe {
	width: 100%;
	height: 840px;
}
.map-block {
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 10;
	width: 480px;
	padding: 71px 80px 76px 90px;
	background: #fff url(../images/pattern.png) 0 165px repeat-x;
}
.map-block-title {
	margin: 0 0 25px;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
}
.map-block-text {
	padding: 0 0 12px;
}
.map-block-text p {
	margin: 0 0 16px;
}
.map-block-phone {
	padding: 0 0 34px;
	font-size: 21px;
	font-weight: 700;
	line-height: 29px;
}
.map-block-phone a {
	color: #000;
	text-decoration: none;
}
.button-note {
	padding: 17px 0 0 18px;
	font-size: 14px;
	line-height: 18px;
}
/************************* footer *************************/
.footer {
	padding: 29px 0 58px;
	font-size: 14px;
	line-height: 23px;
}
.footer-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.logo1 {margin: 0 30px 0 0;}
.logo2 {margin: 0 28px 0 0;}
.footer-copy {
	padding: 18px 0 0;
	color: #7a7a7a;
	text-align: center;
}
.footer-link a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dashed #444;
	transition: all .3s linear;
}
.footer-link a:hover {border-bottom: 1px dashed transparent;}
.footer-studio {padding: 18px 0 0;}
.footer-studio a {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0;
	text-align: right;
}
.footer-studio img {vertical-align: top;}
/************************* popups *************************/
.popup {
    display: none;
	width: 460px;
	padding: 78px 100px 94px;
	background: #fff;
}
.policy-popup {
	width: 520px;
	padding: 70px 70px 80px;
}
.popup-title {
	margin: 0 0 16px;
	font-size: 19px;
	font-weight: 500;
	line-height: 28px;
}
.popup-text {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 20px;
}
.popup-form {
	position: relative;
	max-width: 284px;
	margin: 0 auto;
}
.form-button .button {
	min-width: 100%;
}
.catalog-popup {
	display: none;
	width: 1200px;
	padding: 78px 74px 64px;
	background: #fff;
}
.cp-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cp-content {
	width: 700px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cp-side {
	width: 350px;
	padding: 40px 30px 0 70px;
	border-left: 1px solid #e5e5e5;
}
.cp-img {
	width: 41%;
	margin: 0 9% 0 0;
}
.cp-info {
	width: 50%;
	padding: 0 40px 0 0;
}
.cp-img-big {
	display: block;
}
.cp-img img {width: 100%;}
.cp-thumbs {
	padding: 10px 0 0;
	margin: 0 -5px;
}
.cp-thumbs-slide {
	padding: 0 5px;
}
.cp-thumbs-slide img {width: 100%;}
.cp-additional {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 0 0;
}
.cp-additional-img {
	width: 30%;
	margin: 0 0 0 5%;
}
.cp-additional-img:nth-child(3n + 1){margin: 0;}
.cp-additional-img  img {width: 100%;}
.radio-select-text {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}
.radio-size {
	padding: 0 0 11px;
}
.radio-size-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 5px 0;
}
.radio-size-item input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.radio-size-item label {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 11px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #aeaeae;
	border-radius: 50%;
}
.radio-size-item input:checked + label {
	width: 44px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #0675ff;
}
.radio-color {
	padding: 0 0 16px;
	font-size: 0;
}
.radio-color-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 5px 0;
}
.radio-color-item .color {
    display: block;
	width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 50%;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.radio-color-item .color-half {
	border-top: 0;
	border-bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.radio-color-item input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.radio-color-item label {
	display: block;
	cursor: pointer;
	padding: 7px;
	border: 1px solid transparent;
	border-radius: 50%;
}
.radio-color-item input:checked + label {
	border: 1px solid #0675ff;
}
.size-hidden {display: none;}
.size-hidden .size-table-link {
	padding: 0;
	font-size: 16px;
	text-align: center;
	background: none;
}
.size-table-link {
	padding: 0 0 0 28px;
	margin: 0 0 33px;
	font-size: 14px;
	line-height: 18px;
	background: url(../images/tshirt.svg) 0 2px no-repeat;
	background-size: 17px 17px;
}
.size-table-link a {
	color: #0078ff;
	text-decoration: none;
	border-bottom: 1px dashed #0078ff;
	transition: all .3s linear;
}
.size-table-link a:hover {border-bottom: 1px dashed transparent;}
.size-popup {
	display: none;
	width: 980px;
	padding: 78px 70px 94px;
	background: #fff;
}
.size-popup-text {
	margin: 0 0 16px;
	color: #787474;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.size-popup-title {
	margin: 0 0 45px;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}
.size-img {
	text-align: center;
}
.size-img img {
	max-width: 100%;
}
.child-table-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.child-table-img {padding: 0 50px 0 0;}
.child-table-img img {
	max-width: 100%;
}
.map-popup {
	display: none;
	width: 980px;
}
.map-popup iframe {
	width: 100%;
	height: 600px;
}
.thnx-text {
	padding: 200px 20px 0;
	font-size: 40px;
	font-weight: 900;
	line-height: 47px;
	text-align: center;
} 
/************************* media *************************/
@media screen and (max-width: 1440px) {
	.up {
		left: auto;
		right: 20px;
		margin: 0;
	}
}
@media screen and (max-width: 1260px) {
	.catalog-popup {
		width: 980px;
		padding: 78px 40px 64px;
	}
	.cp-content {width: 620px;}
	.cp-side {
		width: 280px;
		padding: 40px 0 0 40px;
	}
}
@media screen and (max-width: 1140px) {
	.catalog-slider {margin: 0 -15px;}
	.catalog-slide {padding: 0 15px;}
	h1 {
		margin: 0 0 30px;
		font-size: 37px;
		line-height: 52px;
	}
	.header-slider {width: 340px;}
	.map-block {
		width: 400px;
		padding: 71px 40px 76px 50px;
	}
	.header .logo1 {margin: 0 10px 0 0;}
	.header .logo2 {margin: 0 15px 0 0;}
	.header-info {
		padding: 0 20px 0 0;
		margin: 0 25px 0 0;
	}
	.header .logo-text {
		font-size: 13px;
	}
}
@media screen and (max-width: 1023px) {
	.header-top-left {
		max-width: 330px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.logo-text {
		width: 100%;
		padding: 10px 0 0;
	}
	.header-top {padding: 20px 0 25px;}
	.header-top-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
	}
	.logo2 {margin: 0;}
	.header-right {
		float: none;
		padding: 30px 0 0;
	}
	.header-info {
		float: none;
		padding: 0;
		margin: 0 0 30px;
		border-right: 0;
		text-align: center;
	}
	.header-button {
		float: none;
		padding: 0;
		text-align: center;
	}
	.header-block {display: block;}
	.header-content {
		max-width: none;
	}
	.header-slider {
		display: none !important;
		max-width: 340px;
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.header-main {padding: 40px 0 64px;}
	.header-main:before {
		top: 0;
		bottom: 0;
		height: auto;
		margin: 0;
	}
	.header-main:after {
		top: 0;
		bottom: 0;
		height: auto;
		margin: 0 -215px 0 0;
	}
	.catalog-content {padding: 35px 30px 27px;}
	.header-slider .slick-prev {
		left: 0px;
		margin-top: -26px;
	}
	.header-slider .slick-next {
		left: auto;
		right: 0;
		margin-top: -26px;
	}
	.why {padding: 60px 0 60px;}
	.catalog {padding: 60px 0 10px;}
	.catalog-section {padding: 30px 0 20px;}
	.ask{
		padding: 60px 0;
		margin: 0 0 60px;
	}
	.ask-side {width: 100%;}
	.ask-content {width: 100%;}
	.ask-img {
		max-width: 500px;
		margin: 0 0 40px;
	}
	.review {padding: 60px 0 60px;}
	.review-item {padding: 40px 50px 40px;}
	.review-slider .slick-prev {left: -10px;}
	.review-slider .slick-next {right: -10px;}
	.steps {padding: 60px 0 60px;}
	.about {padding: 60px 0 60px;}
	.about-block {display: block;}
	.about-side {
		width: auto;
		padding: 0 0 10px;
	}
	.about-slider {
		overflow: visible;
		width: auto;
		max-width: 560px;
		margin: 0 auto;
	}
	.about-slider:after {display: none;}
	.about-slider .slick-prev {
		left: -10px;
		margin-top: -26px;
	}
	.about-slider .slick-next {
		left: auto;
		right: -10px;
		margin-top: -26px;
	}
	.clients {padding: 60px 0 60px;}
	.map-block {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		margin: 0 -20px;
		padding: 40px 20px 50px;
	}
	.map-section iframe {height: 500px;}
	.footer {padding: 20px 0 30px;}
	.footer-block {display: block;}
	.footer-left {
		float: none;
		max-width: 330px;
		margin: 0 auto;
		text-align: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-studio {text-align: center;}
	.catalog-popup {
		width: 700px;
		padding: 60px 40px 60px;
	}
	.cp-content {width: 100%;}
	.cp-side {
		width: auto;
		max-width: 320px;
		padding: 40px 0 0;
		margin: 0 auto;
		border-left: 0;
	}
	.size-popup {
		width: 100%;
		padding: 60px 50px;
	}
	.map-popup {width: 720px;}
	.map-popup iframe {height: 560px;}
	
}
@media screen and (max-width: 960px) {
	.steps-title {
		font-size: 18px;
		line-height: 24px;
	}
	.steps-text {
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (max-width: 800px) {
	
}
@media screen and (max-width: 767px) {
	h1 {
		margin: 0 0 35px;
		font-size: 30px;
		line-height: 40px;
	}
	.header-icons-item {
		width: 48%;
		margin: 0 0 35px 4%;
	}
	.header-icons-item:nth-child(3n + 1){margin: 0 0 35px 4%;}
	.header-icons-item:nth-child(2n + 1){margin: 0 0 35px;}
	.header-icons-text {
		font-size: 14px;
		line-height: 20px;
	}
	h2, .title {
		margin: 0 0 40px;
		font-size: 27px;
		line-height: 36px;
	}
	h3, .subtitle {
		margin: 0 0 35px;
		font-size: 22px;
		line-height: 30px;
	}
	.why h2 {text-align: center;}
	.why-block {
		max-width: 400px;
		margin: 0 auto;
	}
	.why-item {
		width: 100%;
		margin: 0 0 40px;
	}
	.why-item:nth-child(3n + 1){
		margin: 0 0 40px;
	}
	.why-img {margin: 0 0 30px;}
	.review-img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding: 0 0 30px;
	}
	.review-content {
		width: 100%;
	}
	.steps {padding: 60px 0 20px;}
	.steps-item {
		width: 48%;
		margin: 0 0 40px 4%;
	}
	.steps-item:nth-child(2n + 1){margin: 0 0 40px;}
	.steps-icon {margin: 0 0 35px;}
	.about-info-text {
		font-size: 14px;
		line-height: 20px;
	}
	.clients-item {
		width: 48%;
		margin: 0 0 20px 4%;
	}
	.clients-item:nth-child(2n + 1){margin: 0 0 20px;}
	.catalog-popup {
		width: 100%;
		padding: 60px 40px 60px;
	}
	.cp-info {
		width: 50%;
		padding: 0;
	}
	.map-popup {width: 600px;}
	.map-popup iframe {height: 500px;}
}
@media screen and (max-width: 640px) {
	.catalog-nav-block {
		max-width: 300px;
		margin: 0 auto 10px;
	}
	.catalog-nav-holder {background: none;}
	.map-popup {width: 500px;}
	.map-popup iframe {height: 460px;}
}
@media screen and (max-width: 560px) {
	.map-popup {width: 440px;}
	.map-popup iframe {height: 400px;}
	.cp-additional {
		padding: 30px 0 0;
	}
	.cp-additional-img {
		width: 100%;
		margin: 20px 0 0;
	}
	.cp-additional-img:nth-child(3n + 1){margin: 20px 0 0;}
}
@media screen and (max-width: 480px) {
	.popup {
		width: 100%;
		padding: 50px 60px 50px;
	}
}
@media screen and (max-width: 479px) {
	.steps-item {
		width: 100%;
		margin: 0 0 40px;
	}
	.steps-icon {margin: 0 0 25px;}
	.steps-line {display: none;}
	.catalog-popup {
		width: 100%;
		padding: 60px 40px 60px;
	}
	.cp-info {
		width: 100%;
		padding: 0;
	}
	.cp-img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.size-popup {padding: 50px 30px;}
	.size-popup-title {
		margin: 0 0 40px;
		font-size: 30px;
		line-height: 36px;
	}
	.map-popup {width: 300px;}
	.map-popup iframe {height: 400px;}
}
@media screen and (max-width: 420px) {
	body {overflow-x: hidden;}
	.ask-img {
		margin: 0 -40px 40px -1px;
	}
}
@media screen and (max-width: 400px) {
	.popup {padding: 50px 40px 50px;}
}


.catalog-img-border {
	border: 2px solid #e5f1ff;
    border-bottom: 0;
}

/* custom style */


.header-right {
  display: flex;
  align-items: center;
}
.dropbtn {
  background-color: #d3e8f6;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #ebebeb;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 25px;
}

.dropdown button {
  position: relative;
  display: block;
  width: 65px;
  height: 40px;
  padding: 0 7px 0 0;
  color: #102f47;
  font-size: 16px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

.dropdown > button:after {
  position: absolute;
  top: 17px;
  right: 7px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: url(/images/language-arrow.svg) 50% 50% no-repeat;
  background-size: cover;
}

.language-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.language-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.languages {
  display: flex;
}

.header-content h1 {
  margin-bottom: 0;
}

span.sale-notification {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 0.8em;
}

@media screen and (max-width: 1024px) {
  .header-top-left,
  .header-right {
    float: none;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .header-right {
    display: flex;
    flex-direction: column;
  }

  .dropdown {
    margin: 4px 0 0 25px;
  }
}


