@font-face {
    font-family: 'Open Sans';
    font-style: lighter;
    font-weight: 100;
    src: local('Open Sans'), local('Open Sans'), url(OpenSansLight.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('Open Sans'), url(OpenSansRegular.woff) format('woff');
}

*{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: 'Open Sans';
}
html, body{
    height: 100%;
    overflow: hidden;
}



body{
	position: relative;
}
a{text-decoration: none;}
li{list-style: none;}
video{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #000;
	font-size: 16px;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	color: #000;
	font-size: 16px;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
	color: #000;
	font-size: 16px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #000;
}

input,
button,
textarea,
select{
	width: 100%;
	font-size: 16px;
	padding: 3px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #D3D3D3;
	background: none;
}
input,
select{
	margin: 8px 0;
}
select{
	-webkit-appearance: none;
	border-radius: 0;
    padding-right: 30px
}
.form-select{position: relative}
.form-select-arrow{
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 18px;
	background: url('../image/menu-themes.svg') center no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}
textarea{
	height: 100px;
	resize: none;
	margin-top: 8px;
}
button{
	padding: 10px;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}
button:active{
	color: #000;
}
.hidden{
	display: none;
}
.message-icon {
	width: 40px;
	height: 30px;
	margin: 0 auto;
}
.message-icon img {
  width: 100%;
}
.highlight{
	font-weight: bolder;
}
.mobile-pad{display: none}
.pages{
	position: fixed;
	top: 0;
	bottom:0;
	left:0;
	right:70px;
	z-index: 1;
}
#alines{
    width: 50%;
    height: 100%;
    background: #f8f8f8;
}

#pages-main{
	right: 0;
	display:block;
	z-index: 2;
	background: url('../image/main.jpg') center no-repeat;
	background-size: cover;
}
#pages-main.hidden{
	z-index: 0;
}
.main-text{
	text-align: center;
	font-size: 18px;
	width: 960px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -150px;
	text-transform:uppercase;
}
.main-text p:first-child{
	font-size: 55px;
	font-weight: 300;
	margin-bottom: 20px;
}
.main-text p:last-child{
	font-size: 35px;
	font-weight: 300;
}
footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	text-align: center;
}
.pages-load-container{
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
	zoom: 1.15;
	-moz-transform: scale(1.16);
}
#pages-load{
    background: #fff;
	display: block;
	right: 0;
	z-index: 2000;
    font-weight: lighter;

}
#pages-load.hidden{
	-webkit-animation: hide-pages-load 1s linear forwards;
	animation: hide-pages-load 1s linear forwards;
	z-index: 500;
}
#pages-load.end-hidden{display: none}
@keyframes hide-pages-load{
	to{
		background: rgba(0,0,0,.0);
	}
}
@-webkit-keyframes hide-pages-load{
	to{
		background: rgba(0,0,0,.0);
	}
}
.pages-load-container.move-top{
	animation: logo-move-top 1s ease-out forwards;
	-webkit-animation: logo-move-top 1s ease-out forwards;
	background: url('../image/logo.svg') center no-repeat;
	background-size: contain;
	zoom: 1;
	-moz-transform: scale(1);
}
.pages-load-container.move-top .pages-load-logo:before{
	background: none;
}
.pages-load-container.move-top-end{
	/* margin-left: -125px; */
}
@keyframes logo-move-top{
	to{
		top: 0%;
		margin-top: -80px
	}
}
@-webkit-keyframes logo-move-top{
	to{
		top: 0%;
		margin-top: -80px
	}
}
@keyframes logo-move-top-mobile{
	to{
		top: 35px;
	}
}
@-webkit-keyframes logo-move-top-mobile{
	to{
		top: 35px;
	}
}
.pages-load-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -95px;
	z-index: 200;
	width: 190px;
	height: 100px;
	background: #ffffff;
}
.pages-load-logo.end{
	background: rgba(0,0,0,0)
}
.pages-load-logo:before{
	width: 180px;
	height: 100px;
	z-index: 100;
	background: url('../image/logo-not-arrow.svg') center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
}
.menu-content{
	position: fixed;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
	background: #f8f8f8;
	z-index: 1000;
}
.menu-content.main{
	background: rgba(248,248,248, .8);
}
#menu{cursor: pointer}
.menu-content.hide{
	width: 70px;
	right: 0;
	left: auto;
	background: #fbfbfb;
}
.menu-content.hide ul{display: none}
.menu-content ul{
	width: 520px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -136px;
	margin-left: -260px;
}
.menu-content ul li{
	text-align: center;
	margin-bottom: 20px;
}
.menu-link{
	font-size: 35px;
	color: black;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-right: 40px;
    font-weight: lighter;
    text-transform: uppercase;
}
.menu-link:after{
	background: url('../image/menu-arrow.png') no-repeat -9999px -9999px;
}
.menu-link:before{
	background: url('../image/menu-arrow.png') no-repeat -9999px -9999px;
}
.menu-link:hover:after{
	top: 18px;
	left: 5px;
	background: url('../image/menu-arrow.png') no-repeat;
	background-position: 0 -21px;
	width: 20px;
}
.menu-link:hover:before{
	top: 13px;
	right:5px;
	background: url('../image/menu-arrow.png') no-repeat;
	background-position: 0 0;
	width: 25px;
}
.menu-link:hover:after,
.menu-link:hover:before{
	content: '';
	height: 30px;
	position: absolute;
	background-size: 100%;
}
.menu-show{
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
}
.languages-buttons{
	position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 70px;
  text-align: center;
  right: 0;
}
.languages-buttons a {
	display: block;
}
.menu-content.hide .menu-logo{
	display: none;
}
.menu-content.hide footer{
	display: none;
}
.main-logo{
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -150px;
	display: none;
}
.main-logo.show{display: block}
.menu-logo,
.about-logo,
.contact-logo,
.service-logo,
.main-logo,
.themes-two-logo{
	width: 300px;
	height: 100px;
	background: url('../image/logo.svg') center no-repeat;
	background-size: contain;
	z-index: 100;
	font-family: 'Julius Sans One';
}
.contact-logo{
	width: 210px;
	height: 50px;
}
.menu-logo{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -150px;
}
.about-logo,
.service-logo,
.themes-two-logo{
	margin: 0 auto 20px auto;
}
.contact-img-block{
	/*background: url('../image/1.png') center no-repeat;*/
	background-size: cover;
	background-position: right center;
}
.contact-text-container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -207px;
	margin-top: -157px;
	width: 414px;
}
.contact-text-block.show .contact-text-container{
	margin-top: -293px;
}
.contact-logo{margin: 0 auto}
.contact-title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}
.contact-text{
	text-align: center;
}
.contact-email, .contact-phone, .contact-adress{
	display: block;
}
.contact-phone{
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact-adress
{
	margin-bottom: 20px;
}
.contact-form,
.contact-success{
	display: none;
	margin-top: 20px;
}
.contact-success{text-align: center}
.contact-text-block.show .contact-form{
	display: block;
}
.form-left,
.form-right{
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}
.form-left{padding-right: 5px}
.form-right{padding-left: 5px}{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	cursor: pointer;
}
label.error{
	color: red;
	display: none;
	font-size: 10px;
}
.about-img-block{
	/*background: url('../image/2.png') center no-repeat;*/
	background-size: cover;
	background-position: right center;
}
.about-title,
.tariff-title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.about-text p{margin-bottom: 15px}
.service-img-block,
.themes-two-img-block{
	/*background: url('../image/3.png') center no-repeat;
	background-size: cover; */
	background-size: auto 200%;
	background-position: 100% 50%;
}
.themes-two-img-block{
	transition: all .3s linear;
}
.service-container,
.themes-two-container{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 60px;
}
.service-title{
	font-size: 30px;
	text-align: center;
}

.service-text p,
.themes-two-text p{
	margin-top: 20px;
}
.service-text ul li{
	list-style: inherit;
	margin-left: 30px;
}
.service-button-container{padding-bottom: 40px;}
.service-button{
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}
.service-button{
	margin-top: 20px;
}
.service-button:nth-child(2n+1){
	padding-right: 40px;
}
.service-button:nth-child(2n){
	padding-left: 40px;
}
.service-button-text{
	padding: 20px 0;
	display: block;
	text-align: center;
	box-sizing: border-box;
	width: 100%;

	color: #000;
}
.service-button-text,
.tariff-order-button{
	border: 2px solid #D3D3D3;
}

.service-button-text:hover,
.tariff-order-button:hover{
	transition: all .3s linear;
	border: 2px solid rgba(152, 185, 217, 0.3);
	background: rgba(152, 185, 217, 0.3);
}

 div.themes-two-list.desktop{
	background-color: rgba(255,255,255,0.5);
	padding-top: 80px;
	top:0 ;
	bottom: 0;


}
div.themes-two-list-title{z-index: 5;}
.themes-two-list{
	padding-left: 10px;
	font-weight: 600;
}
.themes-two-title{
	font-size: 20px;
	text-align: center;
}
.themes-two-list-title{
	top: 20px;
	padding-right: 60px;
	font-size: 30px;
}
.themes-two-list{
	top: 80px;
}
.themes-two-list-title,
.themes-two-list{
	position: absolute;
	right: 0;
	text-align: right;
}
.themes-two-list-items{
	position: relative;
	padding-right: 60px;
	cursor: pointer;
	margin-bottom: 7px;
}
.themes-two-list-items a,
.themes-two-menu-mobile-elem a{
	color: black;
}
.themes-two-list-items.active:before{
	position: absolute;
	right: 45px;
	top: 6px;
	content: '';
	width: 10px;
	height: 10px;
	background: url('../image/menu-themes.svg') center no-repeat;
	background-size: contain;
}
.themes-two{display:none}
.themes-two.active{display:block}
.left-block-pages,
.right-block-pages{
	width: 50%;
	height: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
}
.left-block-pages{
	left: 0;
	overflow: hidden;
}
.right-block-pages{
	right: 0;
	box-sizing: border-box;
	padding: 0 20px;
	padding-left: 2%;
	overflow-y: auto;
    background: white;
}
.left-block-pages img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

#pages-tariff{
	background-color: #fbfbfb;
}
.tariff-wraper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: auto;
}
.tariff-content{
	margin: auto;
	width: 850px;
	position: relative;
	z-index: 2;
}
.tariff-title{
	margin-top: 30px;
}
.tariff-one{
	width: 240px;
	margin: 0 20px;
	border: solid 1px #e8e8e8;
	display: inline-block;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}
.tariff-one.hidden{
	display: none;
}

.tariff-one:hover,
.tariff-one.active{
	border: solid 1px #5594d2;
}

.tariff-one-title{
	text-align: center;
	font-size: 23px;
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.tariff-title-text{
    padding-right: 65px;
}
.tariff-discount{
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    padding: 5px;
    background: rgba(152, 185, 217, 0.3);
    width: 65px;
    box-sizing: border-box;
}
.tariff-discount span{
    position: absolute;
    left:50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -16px;
}

.tariff-one-description-title{
	text-align: left;
	padding: 5px 0;
	margin: 0 20px;
	font-size: 20px;
	margin-top: 10px;
}
.tariff-one-description-block{
	text-align: left;
	padding: 5px 0;
	margin: 0 20px;
	margin-bottom: 10px;
}

.tariff-one-description-block:last-child{
	border-bottom: none
}
.tariff-price{
	margin: 10px 0;
}
.tariff-price-number{
	font-size: 30px;
}

.tariff-order{
	border-bottom: 1px solid #e8e8e8;
}
.tariff-order-button{
	padding: 10px 40px;
	font-size: 20px;
	cursor: pointer;
	margin: 10px 0;
	background: none;
	width: 169px;
	box-sizing: border-box;
}

.tariff-description{
	margin: 20px;
	font-size: 15px;
}
.tariff-description p{
	margin-top: 10px;
	text-align: justify;
}

#tariff-canvas{
	position: fixed;
	left: 0;
	top: 0;
}

.tariff-form,
.tariff-form-success{
	width: 50%;
	margin: 10px auto;
	padding: 20px;
	box-sizing: border-box;
}
.tariff-form-success{
	text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1370px){
	.service-button-text{
		font-size: .9vw;
	}
}

@media screen and (max-width: 1024px){
	html,body{
		margin: 0;
		padding: 0;
		min-height: 100%;
		height: 100%;
        overflow-y: auto;
	}
	.desktop{display: none}
	.mobile-pad{
		display: block;
	}
	.pages:not(#pages-load){
		padding-top: 70px;
		position: relative;
		box-sizing: border-box;
		right: 0;
	}
	.pages#pages-main{
		height: 100%;
	}
	.main-text{
		width: 100%;
		top: 50%;
		left: 0;
		right: 0;
		margin-top: -50px;
		margin-left: 0;
	}
	#pages-load.main-panel{
		height: 70px;
		right: 70px;
	}
    #pages-load.hidden{
        display: none;
    }
	.main-text p:first-child{
		font-size: 40px;
		font-weight: 300;
		margin-bottom: 20px;
	}
	.main-text p:last-child{
		font-size: 30px;
		font-weight: 300;
	}
	.pages-load-container{
		margin-left: -152px;
		zoom: .701;
		-moz-transform: scale(.701);
	}
	.pages-load-container.move-top{
		zoom: 1;
		-moz-transform: scale(1);
		width: 181px;
		margin-left: -90px;
	}
	.pages-load-container.move-top .pages-load-logo{
		margin-top: -45px;
		z-index: 200;
		width: 181px;
	}
	.pages-load-conainer.move-top .svg-container-load{
		display: none;
	}
	.pages-load-container.move-top-end{
		margin-left: -55px;
	}
	.service-container,
	.themes-two-container,
	.about-text-block{
		margin: 40px 0;
	}
	.menu-content.hide {
		height: 70px;
		right: 0;
		left: 0;
		bottom: auto;
		width: 100%;
		z-index: 3;
	}
	.menu-content{
		padding: 20px 40px;
		box-sizing: border-box;
	}
	.menu-show{z-index: 1000}
	.about-logo,
	.main-logo,
	.contact-logo,
	.main-logo.show,
	.service-logo,
	.themes-two-logo{
		display: none;
	}
	.menu-logo{
		position: static;
		margin: 0 auto;
		height: 50px;
		width: 180px;
		margin-top: -10px;
		padding-right: 1px
	}
	.menu-content.hide .menu-logo{display: block}
	.left-block-pages,
	.right-block-pages{
		display: block;
		position: static;
		width: 100%;
	}
	.form-right{padding-left: 0}
	.contact-form{
		padding: 0 10px;
	}
    #alines,
	.left-block-pages{
        height: 200px;
	}
    #alines{
        width: 100%;
        top: 70px;
    }
    .left-block-pages{
        position: absolute;
        top: -200px;
        margin-top: 70px;
    }
	.form-left{
		padding: 0;
	}
	.contact-text-container{
		position: static;
		margin: 40px auto;
		width: 100%;
	}
	.contact-text-block.show .contact-text-container{
		margin-top: 40px;
	}
	.form-left,
	.form-right{
		width: 100%;
		display: block;
	}
	#send-message{margin-bottom: 20px;}
	/*.service-img-block,
	.themes-two-img-block{
		background: url('../image/3.png') center no-repeat;
		background-size: cover;
	}*/
	.service-container,
	.themes-two-container{
		position: static;
		padding-bottom: 40px;
	}
	.service-button,
	.service-button-text{
		width: 100%;
		display: block;
	}
	.service-button:nth-child(2n+1),
	.service-button:nth-child(2n),
	.service-container,
	.themes-two-container{
		padding: 0;
	}
	.service-button{padding: 0}
	.owl-carousel .owl-item{
		height: 200px
	}
	.themes-two-menu-mobile-elem{
		padding: 90px 0;
		text-align: center;
		cursor: pointer;
		box-sizing: border-box;
	}
	.themes-two-img-block{
		overflow-x: hidden;
	}
	.themes-two-list-mobile{
		width: 140%;
		overflow-x: hidden;
		margin-left: -20%;
	}
	.pages-load-container.move-top{
		animation: logo-move-top-mobile 1s ease-out forwards;
		-webkit-animation: logo-move-top-mobile 1s ease-out forwards;
	}

    .tariff-wraper{
        position: static;
    }

	.tariff-content{
		width: 660px;
	}
	.tariff-one{
		width: 200px;
		margin: 0 10px;
	}
	.tariff-form{
		width: 100%;
	}

	.languages-buttons{
		top: 20px;
		width: 110px;
		left: 0;
	}
	.languages-buttons a {
		display: inline-block;
	}
}

@media screen and (max-width: 667px){
    .menu-content{
        padding: 20px;
    }
    .menu-content:not(.hide){
        overflow-y: auto;
    }
    .menu-content ul{
        position: static;
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        margin-top: -60px;
        padding-top: 80px;
        min-height: 100%;
        padding-bottom: 32px;
    }
    .menu-link{
        font-size: 18px;
        padding-right: 30px;
    }
    .menu-link:hover:after{
    	top: 12px;
        background: url('../image/menu-arrow.png') no-repeat;
        background-size:100%;
    	background-position: 0 -19px;
    	width: 15px;
    }
    .menu-link:hover:before{
    	top: 7px;
        background: url('../image/menu-arrow.png') no-repeat;
        background-position: 0 0;
        background-size:100%;
        width: 15px;
        height: 19px;
    }
    .tariff-content{
		width: 100%;
	}
	.tariff-one{
		width: 100%;
		max-width: 280px;
		margin: 20px auto;
		display: block;
	}
	.main-text p:first-child{
		font-size: 25px;
		margin-bottom: 20px;
	}
	.main-text p:last-child{
		font-size: 15px;
	}
    footer{
        position: static;
        margin-top: -22px;
        padding: 0;
    }
}

@media screen and (max-width: 600px) and (orientation: landscape), screen and (max-height: 400px){
	/*.menu-content ul{
		width: 520px;
		margin-top: -58px;
		margin-left: -260px;
	}
	.menu-content li{
		width: 255px;
		display: inline-block;
	}*/
}
