body, h1, h2, h3, h4, h5, p, ul, ul li, input, textarea, button, label, div {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

body {
	font-family: "Open Sans";
	/*background: #ebebeb;*/
	background: url(img/header-bg.png) no-repeat top;
	background-size: 100% 875px;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

a {
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main {
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1200px;
	min-width: 300px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.w1040 {
	max-width: 1040px;
	min-width: 300px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

header .container {
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
}

#normalNav {
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

header a {
	font-family: 'Gilroy-ExtraBold';
	font-size: 15px;
	line-height: 24px;
	color: #000000;
}

#normalNav a {
	display: block;
	padding: 22px 0;
}

#normalNav a:hover {
	text-decoration: underline;
}

header .nav-container {
	max-width: 590px;
    width: 100%;
}

header .right-colum {
	text-align: right;
	min-width: 216px;
	margin-left: 20px;
}

header .right-colum a {
	display: block;
}

header .right-colum a.tel span {
	display: inline-block;
	position: relative;
}

header .right-colum a.order {
	font-family: 'Gilroy-Light';
}

header .right-colum a.tel span:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 3px;
	border-bottom: 2px dashed #000000;
}

.block1 {
	min-height: 680px;
	padding-top: 60px;
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    /*background: url(img/header-bg.png) no-repeat center;
    background-size: cover;*/
}

.block1 h1 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 60px;
	position: relative;
	margin-bottom: 70px;
}

.block1 p {
	width: 300px;
	font-family: 'Gilroy-Light';
	font-size: 16px;
	line-height: 24px;
}

.block1 h1:after {
	content: '';
	display: block;
	width: 140px;
	border-bottom: 9px solid #000000;
	position: absolute;
	left: 0;
	bottom: -25px;
}

.block1 .price {
	display: flex;
	align-items: center;
	width: 240px;
	height: 100px;
	font-family: 'Gilroy-ExtraBold';
}

.block1 .price span:first-child {
	margin-right: 20px;
	font-size: 24px;
	line-height: 24px;
	color: rgba(0,0,0,.6);
	position: relative;
	opacity: 0;

	-webkit-animation: fade 520ms cubic-bezier(.63,.25,.25,.9) forwards 520ms;
    animation: fade 520ms cubic-bezier(.63,.25,.25,.9) forwards 520ms;
}

.block1 .price span:first-child:after {
	content: "";
	display: block;
	width: 115%;
	position: absolute;
	opacity: 0;
	top: -20px;
	left: -5px;
	border-bottom: 5px solid #000000;
	transform: rotate(-22deg);
	-webkit-animation: fall 620ms cubic-bezier(.63,.25,.25,.9) forwards 620ms;
	animation: fall 620ms cubic-bezier(.63,.25,.25,.9) forwards 620ms;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.block1 .price span:last-child {
	font-size: 34px;
	position: relative;
	opacity: 0;

	-webkit-animation: fade 520ms cubic-bezier(.63,.25,.25,.9) forwards 520ms;
    animation: fade 520ms cubic-bezier(.63,.25,.25,.9) forwards 520ms;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.block1 .price span:last-child svg {
	position: absolute;
	top: 40px;
    left: -7px;
    width: 100%;
}

.block1 .price span:last-child svg path {
	fill: none;
    stroke: #000000;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;

	-webkit-animation: dash 520ms cubic-bezier(.63,.25,.25,.9) forwards 520ms;
    animation: dash 520ms cubic-bezier(.63,.25,.25,.9) forwards 520ms;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

form input {
	display: block;
	width: 220px;
	border: 0;
	border-bottom: 1px solid #555150;
	font-family: 'Open Sans';
	font-weight: lighter;
	font-size: 15px;
	padding: 7px 10px;
	background: transparent;
	margin-bottom: 20px;
}

form button {
	display: block;
	width: 220px;
	border: 0;
	font-family: 'Gilroy-ExtraBold';
	font-size: 15px;
	line-height: 24px;
	color: #1d1d1d;
	padding: 8px 0;
	cursor: pointer;
	background: #e1a46f;
}

form button:hover {
	background: #d88945;
}

.block1 .right-col {
	max-width: 400px;
}

.block1 .right-col img {
	width: 100%;
}

.block2 {
	width: 120%;
	height: 270px;
	margin-left: -10%;
	margin-top: -110px;
	background: black;
	transform: rotate(-12deg);
	overflow: hidden;
}

.block2 .background {
	display: block;
	height: 300%;
	color: #ffffff;
	transform: rotate(12deg);
	text-align: center;
	width: 110vw;
	background: url(img/bg-pl.jpg) no-repeat center fixed;
	background-attachment: fixed;
	background-size: 100vw 100vh;
	margin-left: 5%;
	margin-top: -200px;
	position: relative;
}

.block2 .background h2 {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 295px;
	margin-left: -134px;
	font-family: 'Gilroy-ExtraBold';
	font-size: 34px;
	line-height: 30px;
	padding-top: 40px;
    margin-top: -40px;
}

.block2 .background h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	border-bottom: 6px solid #ffffff;
	left: 50%;
	margin-left: -50px;
	bottom: -20px;
}

.block2 .background h2 a {
	width: 34px;
	height: 34px;
	position: absolute;
	background: #ffffff;
	display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -17px;
    bottom: -95px;
}

.block2 .background h2 a img {
	display: block;
	width: 16px;
	height: 8px;
}

.block3bg {
	background: url(img/features-bg.png) no-repeat center;
	background-size: 100%;
}

.block3 {
	margin-top: 200px;
}

.block3 .features-container {
	display: flex;
	flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 230px;
}

.block3 .features-container:nth-child(2) {
	flex-direction: row-reverse
}

.block3 .features-container:nth-child(2) .description {
	margin-right: -35px;
    margin-left: 70px;
}

.block3 .features-container:nth-child(2) .description section h2 {
	text-align: right;
}

.block3 .features-container:after {
	content: "";
	display: block;
	width: 53px;
	text-align: right;
	font-family: 'Gilroy-ExtraBold';
	font-size: 46px;
	line-height: 45px;
	position: absolute;
	top: -75px;
	left: 50%;
	border-bottom: 6px solid #000000;
	letter-spacing: -2px;
}

.block3 .features-container:before {
	content: "";
	display: block;
	height: 150px;
	border-left: 1px solid #9e9e9e;
	position: absolute;
	left: 50%;
	top: -230px;
	z-index: -1;
}

.block3 .features-container:before {
	margin-left: 12px;
}

.block3 .features-container:nth-child(1):after {
	content: "1";
	margin-left: -33px;
}

.block3 .features-container:nth-child(2):after {
	content: "2";
	margin-left: 0;
	text-align: left;
}

.block3 .features-container:nth-child(3):after {
	content: "3";
	margin-left: -33px;
}

.block3 .features-container .description {
	max-width: 265px;
	margin-right: 70px;
	margin-left: -35px;
}

.block3 .features-container .description p {
	margin-bottom: 12px;
	font-family: "Roboto";
	font-weight: lighter;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0,0,0,.7);
}

.block3 .features-container section {
	max-width: 480px;
	height: 295px;
	color: #ffffff;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	padding: 0 60px 30px 55px;
}

.block3 .features-container section h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 5px;
	position: absolute;
	top: 50px;
	z-index: 2;
	width: 550px;
}

.block3 .features-container section p {
	font-family: "Roboto";
    font-weight: lighter;
    font-size: 15px;
}

.block3 .features-container section img {
	display: block;
	width: 480px;
	height: 295px;
	position: absolute;
	bottom: 110px;
}

.block3 .features-container section.first {
	background: url(img/feat-bg1.jpg) no-repeat center;
	background-size: cover;
}

.block3 .features-container section.first h2 {
	left: 55px;
}

.block3 .features-container section.first img {
	left: 220px;
}

.block3 .features-container section.second {
	background: url(img/feat-bg2.jpg) no-repeat center;
	background-size: cover;
}

.block3 .features-container section.second h2 {
	right: 55px;
	text-align: right;
}

.block3 .features-container section.second img {
	right: 220px;
}

.block3 .features-container section.third {
	background: url(img/feat-bg3.jpg) no-repeat center;
	background-size: cover;
}

.block3 .features-container section.third h2 {
	left: 55px;
	text-align: left;
}

.block3 .features-container section.third img {
	left: 220px;
}

.block4 .types {
	width: 300px;
	height: 490px;
}

.block4 .types p,
.block4 .types span {
	display: block;
	width: 100%;
	height: 100%;
}

#Msize1 {
	background: url(img/phone5-6.png) no-repeat;
	background-position: top 23px left 76px;
	background-size: 156px 326px;
}

#Msize2 {
	background: url(img/phone7.png) no-repeat;
	background-position: top 24px left 75px;
	background-size: 165px 348px;
}

#Msize3 {
	background: url(img/phone-pro.png) no-repeat;
	background-position: top 32px left 86px;
	background-size: 187px 393px;
}

#Hsize1.brown {
	background: url(img/handwers_mini/1.png) no-repeat;
	background-position: top left;
	background-size: 196px 367px;
}

#Hsize1.black {
	background: url(img/handwers_mini/2.png) no-repeat;
	background-position: top left;
	background-size: 196px 367px;
}

#Hsize1.blue {
	background: url(img/handwers_mini/3.png) no-repeat;
	background-position: top left;
	background-size: 196px 367px;
}

#Hsize1.green {
	background: url(img/handwers_mini/4.png) no-repeat;
	background-position: top left;
	background-size: 196px 367px;
}

#Hsize2.brown {
	background: url(img/handwers/1.png) no-repeat;
	background-position: top left;
	background-size: 207px 388px;
}

#Hsize2.black {
	background: url(img/handwers/2.png) no-repeat;
	background-position: top left;
	background-size: 207px 388px;
}

#Hsize2.blue {
	background: url(img/handwers/3.png) no-repeat;
	background-position: top left;
	background-size: 207px 388px;
}

#Hsize2.green {
	background: url(img/handwers/4.png) no-repeat;
	background-position: top left;
	background-size: 207px 388px;
}

#Hsize3.brown {
	background: url(img/handwers_pro/1.png) no-repeat;
	background-position: top left;
	/*background-size: 239px 447px;*/
}

#Hsize3.black {
	background: url(img/handwers_pro/2.png) no-repeat;
	background-position: top left;
	/*background-size: 239px 447px;*/
}

#Hsize3.blue {
	background: url(img/handwers_pro/3.png) no-repeat;
	background-position: top left;
	/*background-size: 239px 447px;*/
}

#Hsize3.green {
	background: url(img/handwers_pro/4.png) no-repeat;
	background-position: top left;
	/*background-size: 239px 447px;*/
}

.big-bg {
	background: url(img/big-bg.png) no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	padding: 80px 0 140px 0;
	min-height: 1300px;
	position: relative;
	z-index: 100;
}

.block4 form {
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.block4 .radio {
	max-width: 250px;
	padding-top: 100px;
}

.block4 .radio li:first-child,
.block4 .radio li:last-child {
	margin-bottom: 20px;
}

.block4 .radio li {
	margin-bottom: 12px;
}

.block4 .radio input,
.block4 .radio label {
	display: inline-block;
}

.block4 .radio label {
	width: 100%;
	cursor: pointer;
	padding-left: 30px;
	background: url(img/radio.png) no-repeat left center;
}

.block4 .radio input:checked + label {
	background: url(img/radio-c.png) no-repeat left center;
}

.block4 .radio input {
	display: none;
}

.block4 .radio p {
	font-family: 'Gilroy-ExtraBold';
	font-size: 20px;
	color: #ffffff;
}

.block4 .radio p span,
.block4 .radio .size label span {
	font-family: 'Gilroy-Light';
	font-size: 13px;
	line-height: 24px;
	color: rgba(255,255,255, .25);
}

.block4 .radio label {
	font-family: 'Gilroy-Light';
	font-size: 18px;
	line-height: 24px;
	color: rgba(255,255,255, .85);
}

.block4 .radio .size label span,
.block4 .radio .color label span {
	float: right;
}

.block4 .radio .color label span {
	width: 25px;
	height: 25px;
}

.block4 .radio .color li:nth-child(2) label span {
	background: url(img/color-brown.png) no-repeat center;
}

.block4 .radio .color li:nth-child(3) label span {
	background: url(img/color-black.png) no-repeat center;
}

.block4 .radio .color li:nth-child(4) label span {
	background: url(img/color-blue.png) no-repeat center;
}

.block4 .radio .color li:nth-child(5) label span {
	background: url(img/color-green.png) no-repeat center;
}

.block4 .buy-form {
	border: 4px solid #ffffff;
	padding: 21px 17px;
	margin-top: 65px;
	color: #ffffff;
}

.block4 .buy-form h3 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 36px;
	margin-bottom: 15px;
}

.block4 .buy-form p:nth-child(2) {
	font-family: 'Gilroy-Light';
	font-size: 18px;
	margin-bottom: 20px;
}

.block4 .buy-form p:nth-child(4) {
	font-family: 'Gilroy-ExtraBold';
	font-size: 20px;
	margin-bottom: 15px;
}

.block4 .buy-form input {
	background: rgba(255,255,255, .03);
	border-bottom: 2px solid #ffffff;
	color: rgba(255,255,255, .5);
}

.block4 .buy-form .price {
	margin-bottom: 40px;
}

.block4 .buy-form .price span:first-child {
	font-family: 'Gilroy-ExtraBold';
	font-size: 20px;
	line-height: 24px;
	color: rgba(255,255,255, .6);
	margin-right: 15px;
	position: relative;
}

.block4 .buy-form .price span:first-child:after {
	content: "";
	display: block;
	position: absolute;
	width: 110%;
	border-bottom: 3px solid rgba(255,255,255,.75);
	left: -4px;
	top: 50%;
	transform: rotate(-12deg);
}

.block4 .buy-form .price span:last-child {
	font-family: 'Gilroy-ExtraBold';
	font-size: 30px;
	list-style-type: 24px;
	color: #ffffff;
	position: relative;
}

.block4 .buy-form .price span:last-child:after {
	content: "руб";
	font-size: 18px;
}

.block5 h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	margin: 30px 0 10px 0;
}

.block6 {
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 60px;
}

.block6 > div {
	width: 50%;
	color: #ffffff;
}

.block6 .send h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 34px;
	margin-bottom: 25px;
}

.block6 .send p {
	font-family: 'Gilroy-Light';
	font-size: 16px;
	line-height: 24px;
}

.block6 .send p b {
	font-family: 'Gilroy-ExtraBold';
	font-weight: normal;
}

.block6 .send p:nth-child(4) {
	max-width: 430px;
	font-size: 14px;
	line-height: 16px;
	color: #bfbfbf;
	margin: 15px 0;
}

.block6 .items h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 24px;
	margin-bottom: 25px;
}

.block6 .items p {
	font-family: 'Gilroy-Light';
	font-size: 14px;
	line-height: 12px;
	margin-bottom: 15px;
	max-width: 310px;
}

/*burger start*/
.burger{
	width:100%;
	height:57px;
	line-height:60px;
	position: relative;
}
.hamburger{
	background:none;
	position:absolute;
	top: 5px;
	left: 0;
	padding: 0;
	margin: 0;
	color:#000;
	border:0;
	font-size:2em;
	font-weight:bold;
	cursor:pointer;
	outline:none;
	z-index:10000000000000;
}
.cross{
	background:none;
	position:absolute;
	top: 5px;
	left: 0;
	padding: 0;
	margin: 0;
	color:#000;
	border:0;
	font-size:4.2em;
	font-weight:bold;
	cursor:pointer;
	outline:none;
	z-index:10000000000000;
}
.menu{margin-left: -10px; z-index:1000000; font-size:14px; max-width: 490px; width:100%;background: rgba(0,0,0,.8);  position:absolute; text-align:center;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block; text-transform: uppercase; ; border-bottom: rgba(255, 255, 255, .8) 1px solid;}
.menu li:last-child {border-bottom:0;}
/*.menu li:hover{display: block; background:#222a50; padding:15px 0 15px 0; border-bottom: rgba(255, 255, 255, 1) 1px solid;}*/
.menu ul li a {text-decoration:none; margin: 0px; color: rgba(255, 255, 255, 1);padding:15px 0 15px 0; display: inline-block; width: 100%; text-align: center;}
/*.menu ul li a:hover {  color: rgba(255, 255, 255, 1); text-decoration:none;}*/
.menu a{text-decoration:none; color:white;}
/*.menu a:hover{text-decoration:none; color:white;}*/

.glyphicon-home{
  color:white;
  font-size:1.5em;
  margin-top:5px;
  margin:0 auto;
}

#burgerNav {
	display: none;
}
/*burger end*/

.delivery {
	margin-top: -255px;
}

.delivery .address .descr1 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gilroy-ExtraBold';
    margin-bottom: 8px;
}

.delivery .address .address1,
.delivery .address .address2 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gilroy-Light';
}

.delivery .address .map {
    width: 100%;
    height: 345px;
    position: relative;
    margin: 20px 0 25px 0;
}

.map ul.tabs {
    width: 420px;
    border-radius: 0px;
    background-color: rgba(0,0,0,.6);
    color: #ffffff;
    padding: 5px;
    font-size: 16px;
    line-height: 10px;
    font-family: 'Gilroy-ExtraBold';
    position: absolute;
    z-index: 200;
    bottom: 15px;
    left: calc(50% - 210px);
    font-size: 0;
}

.map .map1, .map .map2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.map ul.tabs li.active {
    border-radius: 0px;
    background-color: #000000;
    color: #ffffff;
}

.map ul.tabs li {
    display: inline-block;
    cursor: pointer;
    width: 200px;
    text-align: center;
    padding: 14px 0;
	font-size: 16px;
    line-height: 10px;
}

.map .map1 {
    z-index: 0;
}

.map .map2 {
    z-index: 20;
}

footer {
    padding: 55px 0;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    margin-top: -25px;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer h2 {
    text-align: left;
    color: rgba(255,255,255, .5);
    font-family: 'Gilroy-ExtraBold';
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

footer .f-l-c p {
	font-family: 'Gilroy-Light';
	font-size: 14px;
	line-height: 18px;
	color: rgba(255,255,255,.47);
	margin-bottom: 10px;
}

footer .f-l-c p:last-child > * {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Gilroy-Light';
	font-size: 13px;
	line-height: 10px;
	color: rgba(255,255,255,.15);
}

footer .f-r-c {
	color: rgba(255,255,255,.28);
}

footer .leave-order {
    font-size: 16px;
    line-height: 35px;
    font-family: 'Gilroy-Light';
    margin-bottom: -5px;
}

footer .free-line, footer .free-line a {
    font-size: 16px;
    line-height: 35px;
    font-family: 'Gilroy-Light';
    color: #ffffff;
}

footer .free-line a {
	font-family: 'Gilroy-ExtraBold';
}

footer .form-advice input {
    border: 0;
    border-radius: 2px;
    padding: 8px;
    width: 185px;
    font-size: 14px;
    font-family: "Open Sans";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .form-advice button {
    font-size: 14px;
    font-family: "Open Sans";
    color: #ffffff;
    background-color: #52ac62;
    border: 0;
    border: 1px solid #6fba7c;
    border-radius: 2px;
    display: inline-block;
    width: 195px;
    height: 35px;
    cursor: pointer;
    margin-bottom: 5px;
}
footer .form-advice button:hover {
	text-decoration: underline;
}

footer .f-r-c ul li:nth-child(1) {
    margin-bottom: 10px;
}

footer .f-r-c ul li {
    font-size: 14px;
    font-family: 'Gilroy-Light';
    opacity: .7;
    text-align: right;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 1);
}

footer .f-r-c ul li:nth-child(2) {
    margin-bottom: 10px;
}

footer .f-r-c ul li:nth-child(3) {
    margin-bottom: 45px;
}

footer .f-r-c ul li:nth-child(4) {
    cursor: pointer;
    position: relative;
}

footer .f-r-c ul li#politic:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, .7);
}

.reviews {
	background: #76abe1;
	padding: 0 0 30px;
}
.reviews h2 {
	color: #fff;
	padding: 30px 0;
}

.rev-cont {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rev-cont .rev-box {
	width: 260px;
	margin-bottom: 20px;
	margin-top: 30px;
	position: relative;
}

.rev-cont .rev-box:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: url(images/long-white-line.png) no-repeat top center;
	position: absolute;
	top: 0;
	right: -40px;
}

.rev-cont .rev-box:last-child:after {
	content: none;
}

.rev-cont .rev-box .rev-title > * {
	display: inline-block;
	vertical-align: bottom;
}
.rev-cont .rev-box .rev-title {
	background: #fff;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rev-cont .rev-box .rev-title img {
	max-width: 110px;
	max-height: 110px;
}
.rev-cont .rev-box p {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 600;
}
.rev-cont .rev-box .descr {
	font-family: 'Gilroy-Light';
	margin-top: 20px;
	text-align: justify;
}

.map1 > ymaps,
.map2 > ymaps {
	display: block;
	width: 100%;
    height: 345px;
}

input {
	border: 1px solid transparent;
}

input.error {
	border: 1px solid red !important;
}

label.error {
	display: none !important;
}

form .post-title {
	display: none;
}

#Modal1, #Modal2 {
    max-width: 620px;
    padding: 50px 80px;
    background-color: #ebebeb;
    position: relative;
}

.arcticmodal-close {
    display: block;
    width: 25px;
    height: 25px;
    background: url(img/error.png);
    background-size: 25px 25px;
    opacity: .5;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}

#Modal1 h3, #Modal2 h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-ExtraBold';
    font-weight: bold;
    margin-bottom: 30px;
}

#Modal1 p {
    font-size: 14px;
    font-family: 'Gilroy-Light';
    font-weight: lighter;
    margin-bottom: 5px;
}

#Modal2 h2 {
    text-align: left;
    font-size: 24px;
    line-height: 35px;
    color: #282828;
    font-family: 'Gilroy-ExtraBold';
    font-weight: bold;
    width: 100%;
}

#Modal2 a {
    display: block;
    width: 220px;
    border: 0;
    font-family: 'Gilroy-ExtraBold';
    font-size: 15px;
    line-height: 24px;
    color: #1d1d1d;
    padding: 8px 0;
    cursor: pointer;
    background: #e1a46f;
    text-align: center;
    margin: 20px auto 0 auto;
}

#Modal2 a:hover {
	background: #d88945;
}

@-webkit-keyframes dash{to{stroke-dashoffset:0}}

@-moz-keyframes dash{to{stroke-dashoffset:0}}

@keyframes dash{to{stroke-dashoffset:0}}

@-webkit-keyframes fall{
	0% {opacity:0; top: -20px;}
	30% {opacity: 1;}
	100% {opacity: 1; top: 9px;}
}

@-moz-keyframes fall{
	0% {opacity:0; top: -20px;}
	30% {opacity: 1;}
	100% {opacity: 1; top: 9px;}
}

@keyframes fall{
	0% {opacity:0; top: -20px;}
	30% {opacity: 1;}
	100% {opacity: 1; top: 9px;}
}

@keyframes fade {
	0% {opacity:0;}
	100% {opacity: 1;}
}

.zoom {
	cursor: pointer;
}

div.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display: none;
	text-align:center;
	z-index: 1000;
}

.popup_bg {
	background:rgba(0,0,0,0.4);
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
}

.popup-flex-container {
	display: flex;
	height:100%;
	width:100%;
}

.popup-flex-container .close-cont {
	margin: auto;
	position: relative;
}

.popup-flex-container .close-cont .close {
	display: block;
    width: 30px;
    height: 30px;
    background: url(img/error.png);
    background-size: 30px 30px;
    opacity: .5;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 5;
}

.popup-flex-container .close-cont .close:hover {
	opacity: 1;
}

.popup_img {
	position: relative;
	margin:0 auto;
	z-index:2;
	max-height:94vh;
	max-width:94vw;
	min-height: 50vh;
	margin: auto;
}