/*@font-face {
  font-family: 'FontAwesome';
  src: url('https://use.fontawesome.com/releases/v5.6.0/css/all.css');
  font-weight: normal;
  font-style: normal;
}*/


@font-face {
	font-family:"OpenSans";
	src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family:"PostNoBillsColombo";
	src: url("../fonts/PostNoBillsColombo-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

@font-face {
		font-family: "ABSTER";
		src: url("../fonts/ABSTER.otf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "Oswald";
		src: url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "Oswald";
		src: url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype");
		font-style: normal;
		font-weight: 500;
}

@font-face {
		font-family: "Oswald";
		src: url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
		font-style: normal;
		font-weight: bold;
}

@font-face {
		font-family: "Oswald";
		src: url("../fonts/Oswald/Oswald-Light.ttf") format("truetype");
		font-style: normal;
		font-weight: 300;
}

@font-face {
		font-family: "Yournotes";
		src: url("../fonts/Yournotes-Bold-Italic.otf") format("truetype");
		font-style: italic;
		font-weight: bold;
}


@font-face {
		font-family: "OpenSans";
		src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "OpenSans";
		src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
		font-style: normal;
		font-weight: 600;
}

@font-face {
		font-family: "OpenSans";
		src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
		font-style: normal;
		font-weight: bold;
}

@font-face {
		font-family: "OpenSans";
		src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
		font-style: normal;
		font-weight: 300;
}

/*------ Спецификация -------*/
body {
	font-family: "Oswald", sans-serif;
	padding:0;
	overflow-x:hidden;
	max-width: 1920px;
	margin: 0 auto;

}

body, body a{
	padding: 0;
	outline: none!important;
}

a {
	outline: none!important;
}

div, p, form, input, a, span, button {
	box-sizing: border-box;
}

section {
/*	background-color: #f8f8f8;*/
}

button {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none!important;
}

button:hover, button:active, button:foxus {
	outline: none!important;
}

input::-webkit-input-placeholder {
	color: #000;
	outline: none;
} 

input {
	outline: none;
}

button {
	cursor: pointer;
}

/*--------------скрол---------------*/



.container {
	max-width: 1170px;
	padding: 0 15px;
}

p {
	font-family:"OpenSans", sans-serif;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #595F68;
}

.margin-right {
	margin-right: 0!important;
}

.padding {
	padding: 0!important;
}

ul, li{
	padding: 0;
	margin: 0;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 64px;
	text-transform: uppercase;
	line-height: 24px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 13px;
}

a {
/*	font-family: 'Raleway', sans-serif;*/
	text-decoration: none;
/*	letter-spacing: 0.12em;*/

}

a:-webkit-any-link {
	text-decoration: none!important;
/*	color:#000;*/
}

a:hover, a:active, a:foxus  {
	transition: all 0.5s ease;
	text-decoration: none;
	outline: none!important;
	color:#000;
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-around {
	justify-content:space-around;
}

.arcticmodal-container_i2 {
	padding: 24px 5px;
}

.my-btn {
	background: transparent;
	position: relative;
	overflow: hidden;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	justify-content: center;
	align-items: center;
	height: 42px;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.my-btn:before{
  content:'';
  position:absolute;
  top:-130px;
  margin:auto;
  display:block;
  border-radius:50%;
  width:300px;
  height:300px;
  left:-75px;
  -webkit-transition:box-shadow .6s ease-in-out;
  transition:box-shadow .6s ease-in-out;
  z-index: 1;
 
}

.my-btn:hover::before{
  box-shadow:inset 0 0 0 160px rgba(255, 255, 255, 0.3);
}

.burger {
	display: none;
}

/*----------------------header-----------------------*/

.header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 999;
}

.navigation {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	height: 80px;
}

.wrap-menu-head {
	max-width: 313px;
	width: 100%;
}

.menu-head {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.menu-head li a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #595F68;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	transition: all 0.3s ease;
	height: 80px;
}

.menu-head li:hover > a {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #55BADE;
}

.menu-head li {
	position: relative;
}

/*.menu-head li:nth-child(2) a:after,*/
.menu-head li:nth-child(3) a:after {
	content: "";
	display: block;
	background: url(../img/arrow-left.svg) no-repeat;
	background-position: center;
	min-width: 10px;
	min-height: 10px;
	max-width: 10px;
	max-height: 10px;
	margin-left: 6px;
}

/*.menu-head li:nth-child(2):hover a:after,*/
.menu-head li:nth-child(3):hover a:after {
	background: url(../img/arrow-bottom-blue.svg) no-repeat;
	background-position: center;
}

/*.menu-head li:nth-child(2) a:hover+.submenu,*/
.menu-head li:nth-child(3) a:hover+.submenu,
.submenu:hover {
	visibility: visible; 
	opacity: 1;
}

.wrap-contact {
	max-width: 251px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.submenu {
	visibility: hidden; 
	opacity: 0;
	background: #fff;
	position: absolute;
	padding: 10px;
	top: 80px;
	min-width: 180px;
}

.submenu li a {
	height: auto;
}

.submenu li a:after {
	content: "";
	display: none!important;
}


.logo-head {
	margin-top: 22px;
}

.logo-head.logo-scroll {
	margin-top: 0;
}

.logo-head.logo-scroll img {
	max-height: 60px;
    margin-top: 10px;
}

.subtel-head__tel {
	font-size: 16px;
	line-height: 18px;
	/* identical to box height, or 112% */
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #39A1C5;
}


.wrap-tel-head {
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.subtel-head {
	visibility: hidden; 
	opacity: 0;
	background: #fff;
	position: absolute;
	padding: 9px;
	top: 80px;
}

.wrap-tel-head:hover .subtel-head {
	visibility: visible; 
	opacity: 1;
}

.tel-head {
	color: #39A1C5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
}

.tel-head:hover {
	color: #39A1C5;
}

.tel-head:after {
	content: "";
	display: block;
	background: url(../img/arrow-bottom-blue.svg) no-repeat;
	background-position: center;
	min-width: 10px;
	min-height: 10px;
	max-width: 10px;
	max-height: 10px;
	margin-left: 6px;
}

.head-language {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.img-flag {
	max-height: 14px;
	max-width: 20px;
	min-height: 14px;
	min-width: 20px;
}

.head-language div:after {
	content: "";
	display: block;
	background: url(../img/arrow-bottom-grey.svg) no-repeat;
	background-position: center;
	min-width: 10px;
	min-height: 10px;
	max-width: 10px;
	max-height: 10px;
	margin-left: 6px;
}

/*.head-language div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-left: 5px;

	color: #ADADAE;
}*/

.head-tel-mob {
	display: none;
	min-width: 30px;
	min-height: 30px;
}

/*----------------------section-main-----------------------*/

.section-main {

	max-width: 1920px;
	margin: 80px auto 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}



.block-shop,
.block-landing {
	position: relative;
	max-width: 952px;
	width: 49.5%;
}

.block-shop__info {
	position: absolute;
	right: 26px;
	top: calc(50% - 110px);
}

/*.block-shop__info.right {
	left: 26px;
}*/

.block-shop__title {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 44px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.block-shop__title.prokat {
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 6px;
}

.block-shop__title:before {
	content: "";
	background: url(../img/line-title.png) no-repeat;
	background-position: center;
	max-width: 60px;
	min-width: 60px;
	height: 18px;
	margin-bottom: 30px;
}

.block-shop__subtitle {
	font-family: "Yournotes";
	font-size: 45px;
	line-height: 24px;
	color: #EBE66E;
	margin-bottom: 36px;
}

.block-shop__subtitle.prokat {
	font-size: 64px;
	line-height: 64px;
}

.block-shop__btn {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	max-width: 181px;
	width: 100%;
	min-height: 45px;
	border: 2px solid #EBE66E;
	font-weight: 600;
	font-size: 14px;
	line-height: 13px;
	/* identical to box height, or 93% */
	color: #EBE66E;
	text-align: center;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
	position: relative;
}

.block-shop__btn p {
	font-size: 14px;
	color: #EBE66E;
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.block-shop__btn:hover {
	color: #EBE66E;
}

.block-shop__btn p:after {
	content: "";
	display: block;
	background: url(../img/arrow-right-btn.svg)no-repeat;
	min-width: 15px;
	min-height: 15px;
	max-width: 15px;
	max-height: 15px;
	background-position: center;
	margin-left: 9px;

}

.block-shop__btn:before{
  content:'';
  position:absolute;
  top:-130px;
  margin:auto;
  display:block;
  border-radius:50%;
  width:300px;
  height:300px;
  left:-75px;
  -webkit-transition:box-shadow .6s ease-in-out;
  transition:box-shadow .6s ease-in-out;
  z-index: 1;
 
}

.block-shop__btn:hover::before{
  box-shadow:inset 0 0 0 160px  #39A1C5;
}


/*----------------------section-inst-----------------------*/

.section-inst {
	padding: 120px 0 120px;
	background: url(../img/fon.png), linear-gradient(180deg, #FFFFFF 2.26%, rgba(255, 255, 255, 0) 27.71%, rgba(255, 255, 255, 0.421788) 49.89%, #FFFFFF 97.3%); 
	background-position: center;
	background-repeat: no-repeat;
}

.content-inst {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	
}

/*.instagram_gallery {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.instagram_gallery a {
	display: block;
	max-width: 120px;
	max-height: 120px;
	min-width: 120px;
	min-height: 120px;
}

.instagram_gallery a img {
	display: block;
	max-width: 120px;
	max-height: 120px;
	min-width: 120px;
	min-height: 120px;
}*/

.right-inst {
	max-width: 640px;
	width: 100%;
}

.ints-subtitle {
	font-family: "Yournotes";
	color: #55BADE;
	font-size: 20px;
	line-height: 38px;
}

.title-inst {
	font-weight: 600;
	font-size: 29px;
	line-height: 33px;
	letter-spacing: 0.03em;
	color: #444444;
}

.inst-btn {
	margin-top: 36px;
	background: #55BADE;
	
	/* identical to box height, or 100% */
	max-width: 149px;
	width: 100%;
	height: 35px;
	text-align: center;
	letter-spacing: 0.05em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.inst-btn__text {
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}

.inst-btn:before{
  content:'';
  position:absolute;
  top:-130px;
  margin:auto;
  display:block;
  border-radius:50%;
  width:300px;
  height:300px;
  left:-75px;
  -webkit-transition:box-shadow .6s ease-in-out;
  transition:box-shadow .6s ease-in-out;
  z-index: 1;
 
}

.inst-btn:hover::before{
  box-shadow:inset 0 0 0 160px #0E6F90;
}

.inst-btn:hover {
	color: #fff;
}


/*----------------------footer-----------------------*/

.footer {
	background: #0E6F90;
	padding-top: 46px;
}

.content-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 52px;
}

.left-footer {
	max-width: 322px;
	min-width: 322px;
	margin-right: 20px;
}

.footer-adress {
	margin-top: 50px;
}

.footer-adress__text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 10px;
}

.footer-adress__text p {
	font-family: "OpenSans";
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	font-weight: normal;
	
	
}

.footer-adress__text:hover {
	color: #FFFFFF;
}


.footer-adress__text img {
	max-height: 18px;
	margin-right: 14px;
	margin-top: 3px;
}

.foor-list:nth-child(1) {
	max-width: 112px;
	min-width: 112px;
}

.foor-list:nth-child(2) {
	max-width: 123px;
	min-width: 123px;
}

.foor-list:nth-child(3) {
	max-width: 272px;
	min-width: 272px;
}
 
.center-footer {
	max-width: 643px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.right-footer {
	margin-left: 20px;
}

.foor-list.tel {
	max-width: 141px;
	min-width: 141px;
}

.foor-list__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: 21px;
}

.foor-list__link {
	display: block;
	font-family: OpenSans;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.foor-list__link.tel {
	font-weight: bold;
	font-size: 16px;
}

.foor-list__link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.content-footer-bottom {
	border-top: 1px solid #39A1C5;
	height: 58px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.author {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	/* or 129% */
	color: #FFFFFF;
}

.author:hover {
	color: #FFFFFF;
}

.author .wg {
	font-family:"PostNoBillsColombo";
	text-transform: uppercase;
}

.studio {
	font-family: "ABSTER";
}

.foot-soc {
	max-width: 56px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.wrap-mob-tel {
	display: none;
}

.foot-cart {
	display: none;
	width: 100%;
	min-height: 227px;
	padding: 28px 0 21px;
}


.foot-tel-link:before {
	content: "";
	background: url(../img/page2/footer-icon-tel.svg) no-repeat;
	margin-right: 12px;
	min-width: 16px;
	min-height: 16px;
	max-width: 16px;
	max-height: 16px;
}

.foot-tel-link {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	/* or 129% */
	color: #FFFFFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}

.foot-soc__teleg-link,
.foot-soc__fb-link {
	margin-right: 5px;
}

/*----------------------burger-----------------------*/


@keyframes main-rotate {
	100% {
		transform: rotateY(360deg);
	}
}

/*--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------*/

.my-btn1:after {
  
 content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(110deg,hsla(0,0%,100%,0) 15%,hsla(0,0%,100%,.75) 25%,hsla(0,0%,100%,0) 35%);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.my-btn1:after {
	-webkit-animation: bntGradientAnimation 2.5s linear infinite;
    animation: bntGradientAnimation 3.5s linear infinite;
}

@-webkit-keyframes bntGradientAnimation {
    0% {
        opacity: .1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    16% {
        opacity: 1;
        -webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }
    22% {
        opacity: .5;
        -webkit-transform: translate(55%, 0);
        transform: translate(55%, 0);
    }
    40% {
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
    100% {
        opacity: .35;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
}
@keyframes bntGradientAnimation {
    0% {
        opacity: .1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    16% {
        opacity: 1;
        -webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }
    22% {
        opacity: .5;
        -webkit-transform: translate(55%, 0);
        transform: translate(55%, 0);
    }
    40% {
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
    100% {
        opacity: .35;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
}


@-webkit-keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}
@keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@media screen and (max-width: 1115px) {

	
}

@media screen and (max-width: 920px) {
	.section-main {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.block-shop, .block-landing {
		max-width: 100%;
		width: 100%;
	}

/*	.block-shop__info {
		left: 26px;
	}*/
}


@media screen and (max-width: 830px) {
	
}


@media screen and (max-width: 730px) {

	
}

@media screen and (max-width: 700px) { 
	
}

@media screen and (max-width: 634px) { 
	
}

@media screen and (max-width: 690px) { 

	
}

@media screen and (max-width: 500px) {
	
}

@media screen and (max-width: 415px) {

	
}

@media screen and (max-width: 375px) {  

}

.left-inst {
	margin-right: 20px;
}

@media screen and (max-width: 830px) {
	.left-inst {
		margin-right: 0px;
	}
}


.eapps-link {
	display: none;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
    z-index:100;
}

label.error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -26.5px;
}

input.error {
    border-bottom: 1px solid red !important;
}

input.valid {
    border-bottom: 1px solid green !important;
}

#loader img {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index:100;
}

#overlay {
display: none;
position: fixed;
width: 100%;
height: 100%;
background: #000c;
left: 0px;
top: 0px;
cursor: pointer;
z-index: 100;
}
#thx {
background: #fff;
position: fixed;
left: 50%;
margin-left: -170px;
top: 50%;
padding: 30px;
margin-top: -20px;
z-index: 100;
box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
border-radius: 6px;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: auto;
}


button:disabled:hover,
button[disabled]:hover{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


