#als-expressform {
	position: fixed;
	left: 0;
	top: 0;
	transform: translate3d(100%,0,0);
	width: 100%;
	height: 100%;
	background: white;
	z-index: 151;
	transition: all 0.5s cubic-bezier(0,0,0,1);
	opacity: 0;
	visibility: hidden;
}
#als-expressform * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.body-als-expressform-show #als-expressform {
	//left: 0;
	transform: translate3d(0,0,0);
	visibility: visible;
	opacity: 1;
}

.als-expressform-works {
	position: absolute;
	width: 50%;
	height: 100%;
	background: white;
	right: 0;
	top: 0;
	z-index: 106;
}

body.body-als-expressform-show .als-expressform-works-water {
	animation: expressformWorks linear 1200s;
	animation-iteration-count: 1;
	transform-origin: 0 0;
}

@keyframes expressformWorks {
	0% {background-position: 0 0}
	100% {background-position: 13000px 13000px}
}

@media (max-width: 1400px) {
	.als-expressform-works {
		right: unset;
		left: 700px;
	}
}

.als-expressform {
	z-index: 107 !important;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.als-expressform-header {
	font-family: ALSArtemiusSerif;
	font-size: 48px;
	font-weight: 400;
	color: #4149F2;
	margin-bottom: 16px;
}
.als-expressform-contacts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1vw;
}
.als-expressform-form {
	font-family: ALSArtemiusSans;
}
.als-expressform-text {
	font-family: ALSArtemiusSerif;
	font-size: 21px;
	line-height: 1.4;
	color: #4149F2;
}
.als-expressform-input-placeholder, .als-expressform-form input, .als-expressform-form select {
	font-size: 21px;
	padding: 12px 0;
	font-family: ALSArtemiusSans;
	transition: all .5s cubic-bezier(0,0,0,1);
	color: black;
}
.als-expressform-form input, .als-expressform-form select {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	outline: none;
	background: transparent;
}
.als-expressform-input {
	position: relative;
	margin-top: 15px;
}
.als-expressform-input-placeholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.als-expressform-input-placeholder-small .als-expressform-input-placeholder {
	font-size: 12px;
	padding: 0;
	top: -5px;
}
.als-expressform-input input {
	/*transition: opacity .5s cubic-bezier(0,0,0,1);*/
}
.als-expressform-input input.als-expressform-input-invisible {
	opacity: .7;
	color: rgba(0,0,0,.7);
}
.als-expressform-input textarea.als-expressform-input-invisible {
	opacity: .7;
	color: rgba(0,0,0,.7);
}
.als-expressform-form input:focus {
	border-bottom: 1px solid transparent;
}
.als-expressform-form input::placeholder {
	color: rgba(0,0,0,.3);
}
.als-expressform-form textarea {
	background: transparent;
	display: block;
	margin-top: 8px;
	width: 100%;
	resize: none;
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 21px;
	height: 21px;
	padding: 14px 0;
	transition: border-bottom .5s cubic-bezier(0,0,0,1);
	font-family: ALSArtemiusSans;
}
.als-expressform-form textarea::placeholder {
	color: rgba(0,0,0,.3);
}
.als-expressform-form textarea:focus {
	border-bottom: 1px solid transparent;
}
.als-expressform-attach {
	margin-top: 32px;
}
.als-expressform-attach-action {
	display: flex;
	font-size: 21px;
}
.als-expressform-attach-action span {
	color: rgba(0,0,0,.3);
	border-bottom: 1px dotted rgba(0,0,0,.3);
}
.als-expressform-attach-action img {
	display: block;
	opacity: .3;
	margin-right: 5px;
}
.als-expressform-submit {
	padding-top: 32px;
	padding-bottom: 32px;
}
.als-expressform-submit-action {
	font-size: 21px;
	background: #4149F2;
	color: white;
	padding: 10px 20px;
	display: inline-block;
	font-family: ALSArtemiusSans;
	border-radius: 100px;
	cursor: pointer;
	transition: background .3s cubic-bezier(0,0,0,1);
	border: none;
	outline: none;
}
.als-expressform-submit-action:hover {
	background: #f41224;
}
.als-expressform-submit-action:disabled {
	background: #4149F2 !important;
	opacity: 0.5;
	cursor: default;
}
.als-express-form-tabs {
	width: 100%;
	font-family: ALSArtemiusSans;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 15px;
}
.als-express-form-tab {
	user-select: none;
	font-size: 15px;
	padding: 5px 10px;
	/*border: 1px solid black;*/
	box-shadow: 0px 0px 0px 1px #4149F2;
	border-radius: 100px;
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px;
	margin-bottom: 12px;
	opacity: 0;
	transition: all 500ms cubic-bezier(0,0,0,1), opacity 1s cubic-bezier(0,0,0,1);
	cursor: pointer;
	color: #4149F2;
}

.als-express-form-tab-show {
	opacity: 0.4;
}

.als-express-form-tab-show.als-express-form-tab-active {
	border-color: #4149F2;
	color: #4149F2;
	opacity: 1;
	box-shadow: 0px 0px 0px 2px #4149F2;
}

/*
.als-expressform-bg {
	opacity: 0;
	background: white;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 105;
	pointer-events: none;
	transform: translateZ(0);
	transition: all 3s cubic-bezier(0,0,0,1);
	left: 0;
	top: 0;
}
.als-expressform-bg.als-expressform-show {
	opacity: 1;
	transition: all .5s cubic-bezier(0,0,0,1);
}
*/

.als-express-form-tab:first-child {
	margin-left: 0px;
}

.als-expressform-close {
	color: black;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 21px;
	font-size: 3em;
	opacity: .5;
	font-family: ALSArtemiusSans;
	-webkit-box-direction: normal;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	transition: all .5s cubic-bezier(0,0,0,1);
	z-index: 108;
}
@media (max-width: 1400px) {
	.als-expressform-close {
		right: auto;
		left: 700px;
		margin-right: 0;
		margin-left: -51px;
	}
}
@media (max-width: 700px) {
	.als-expressform-close {
		right: 0;
		left: auto;
		margin-left: 0;
		margin-right: 21px;
	}
}
/*
@media (max-width: 750px) {
	.als-expressform-close {
		color: black;
		top: 0;
	}
}
*/

.als-expressform-close:hover {
	opacity: .8;
}
.als-expressform-make-invisible {
	transition: opacity .5s cubic-bezier(0,0,0,1)
}
.als-expressform-make-invisible.als-expressform-invisible {
	opacity: .3;
}

input:focus + .als-expressform-input-active, .als-expressform-form .als-expressform-input-focus .als-expressform-input-active {
	width: 100%;
	background: #4149F2;
	transition: width .5s cubic-bezier(0,0,0,1), background 1s ease-in-out;
}

.als-expressform-input-active {
	transition: width 1s ease-in-out, background .5s cubic-bezier(0,0,0,1);
	height: 2px;
	background: transparent;
	width: 0%;
}

textarea:focus + .als-expressform-input-active {
	width: 100%;
	background: #4149F2;
	transition: width .5s cubic-bezier(0,0,0,1), background 1s ease-in-out;
}

.als-expressform-input-active {
	transition: width 1s ease-in-out, background .5s cubic-bezier(0,0,0,1);
	height: 2px;
	background: transparent;
	width: 0%;
}

.als-expressform-works-water {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	background: url(https://img.artlebedev.ru/svalka/header-2016/v2/modules/expressform/images/all.jpg);
}
html.lang-en .als-expressform-works-water {
	background: url(https://img.artlebedev.ru/svalka/header-2016/v2/modules/expressform/images/all_en.jpg);
}

.als-expressform-works-water-wrapper {
	animation: expressformWorksShow linear 1s;
	opacity: 0;
	animation-iteration-count: 1;
	transform-origin: 0 0;
	animation-fill-mode: forwards;
}

@keyframes expressformWorksShow {
	0% {opacity: 0}
	100% {opacity: 1}
}

.als-expressform-works-over {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: #4149F2;
	opacity: .6;
}

@media (max-width: 600px) {
	.als-expressform-submit-action {
		font-size: 18px;
	}
	.als-expressform-text {
		font-size: 18px;
	}
	.als-expressform-form textarea {
		font-size: 18px;
	}
	.als-expressform-form input {
		font-size: 18px;
	}
}
.als-expressform-left {
	height: 100%;
	position: relative;
}
.als-expressform-win {
	max-width: 700px;
	padding: 40px 2.5vw;
	/*background: white;*/
	height:100%;
	position: relative;
}

@media (min-width: 1440px) {
	.als-expressform-win {
		padding: 40px 36px;
	}
}



.als-expressform-open {
	position: fixed;
	display: block;
	z-index: 101;
	white-space: nowrap;
	cursor: pointer;
	bottom: 20px;
	right: 20px;
	transition: transform .4s cubic-bezier(.165,.84,.44,1);
}
/*
.als-expressform-open.visible {
	visibility: visible;
}
 */

.als-expressform-open-text {
	color: white;
	font-size: 21px;
	font-family: ALSArtemiusSans;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 10px 30px;
}
@media (max-width: 900px) {
	.als-expressform-open-text {
		font-size: 18px;
	}
}
@media (max-width: 500px) {
	.als-expressform-open-text {
		font-size: 16px;
	}
}
.als-expressform-open-bg {
	background: #4149F2;
	position: absolute;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	display: inline-block;
	transition: background .3s cubic-bezier(0,0,0,1);
}

.als-expressform-open:hover .als-expressform-open-bg {
	background: #f41224;
}

.body-als-expressform-show {
	overflow: hidden;
}

.als-expressform-result {
	color: green;
	font-family: ALSArtemiusSerif;
	font-size: 1.5em;
}

.als-express-form-tabs-title {
	font-size: 0.8em;
	margin: 1em 0;
	display: block;
	opacity: 0.7;
}







.als-expressform-open.hidded {
	transform: translate3d(0,100px,0);
}
.als-cookie-button, .als-expressform-open.t {
	transition: all .4s cubic-bezier(.165,.84,.44,1);
}


.als-expressform-open.show {
	transform: translate3d(0, 0, 0) !important;
}

.als-cookie-button {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate3d(0,110%,0);
	opacity: 0;
	z-index: 11;
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-family: ALSArtemiusSans,Helvetica,sans-serif;
}
@media (max-width: 900px) {.als-cookie-button {font-size: 15px}}
@media (max-width: 700px) {.als-cookie-button {font-size: 14px}}
@media (max-width: 500px) {.als-cookie-button {font-size: 12px}}


.als-cookie-button.show {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.als-cookie-button div {
	background: #4149F2;
	color: #fff;
	padding: 1.5em 13em 1.5em 2em;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}

.als-cookie-button button {
	background: rgba(255,255,255,.2);
	font-size: inherit;
	font-family: inherit;
	border-radius: 50px;
	border: none;
	color: inherit;
	outline: 0;
	display: block;
	position: absolute;
	right: 20px;
	top: 1em;
	bottom: 1em;
	cursor: pointer;
	padding: 0 3em;
	transition: all .3s;
}
.als-cookie-button button:hover {
	background: rgba(255,255,255,.4);
}


@media (max-width: 700px) {
	.als-cookie-button button {
		position: static;
		display: block;
		padding: 1em;
		text-align: center;
		width: 100%;
		margin-top: 0.5em;
	}
	.als-cookie-button div {
		padding-right: 1em;
		padding-left: 1em;
	}
}


.visible-with-cookie {
	transform: translateY(-70px);
}
@media (max-width: 1175px) {.visible-with-cookie {transform: translateY(-100px)}}
@media (max-width: 700px) {.visible-with-cookie {transform: translateY(-130px)}}

.iti--allow-dropdown {
	width: 100%;
}