@font-face {
  font-family: "RTBasis";
  src: url("fonts/RostelecomBasis-Light.eot");
  src: local('☺'), 
  url("fonts/RostelecomBasis-Light.eot?#iefix") format("embedded-opentype"), 
  url("fonts/RostelecomBasis-Light.woff") format("woff"), 
  url("fonts/RostelecomBasis-Light.ttf") format("truetype"), 
  url("fonts/RostelecomBasis-Light.svg#PT Serif") format("svg");

  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RTBasis";
  src: url("fonts/RostelecomBasis-Regular.eot");
  src: local('☺'), 
  url("fonts/RostelecomBasis-Regular.eot?#iefix") format("embedded-opentype"), 
  url("fonts/RostelecomBasis-Regular.woff") format("woff"), 
  url("fonts/RostelecomBasis-Regular.ttf") format("truetype"), 
  url("fonts/RostelecomBasis-Regular.svg#PT Serif") format("svg");

  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RTBasis";
  src: url("fonts/RostelecomBasis-Medium.eot");
  src: local('☺'), 
  url("fonts/RostelecomBasis-Medium.eot?#iefix") format("embedded-opentype"), 
  url("fonts/RostelecomBasis-Medium.woff") format("woff"), 
  url("fonts/RostelecomBasis-Medium.ttf") format("truetype"), 
  url("fonts/RostelecomBasis-Medium.svg#PT Serif") format("svg");

  font-weight: 500;
  font-style: normal;
}

@font-face {
font-family: "RTBasis";
  src: url("fonts/RostelecomBasis-Bold.eot");
  src: local('☺'), 
  url("fonts/RostelecomBasis-Bold.eot?#iefix") format("embedded-opentype"), 
  url("fonts/RostelecomBasis-Bold.woff") format("woff"),
  url("fonts/RostelecomBasis-Bold.ttf") format("truetype"), 
  url("fonts/RostelecomBasis-Bold.svg#PT Serif") format("svg");

  font-weight: 700;
  font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

html{
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	font-family: 'RTBasis', sans-serif !important; 
	font-size: 14px;
	font-weight: 400;
	background: #f5f5f5;
}
body{
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	font-family: 'RTBasis', sans-serif !important; 
	font-size: 14px;
	font-weight: 400;
	background: #f5f5f5;
	min-width: 320px;
}

input, textarea, button, select{
	font-family: 'RTBasis', sans-serif !important; 
}

select {

    height: 40px;
    line-height: 40px;
    padding: 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
    background: #fff;
	color: #abc0c7;
	border-radius: 4px;
	min-width: 143px;
}

.clear-div{
	position:relative;
	overflow: hidden;
	height: 0;
	width: 100%;
	clear: both;
}

ul, ol, li {
    list-style: none;
}

a{
	color:#1293ff;
	text-decoration: none;
	display: inline-block;
	position: relative; 
	transition: all 300ms ease-out;
}

a:after{
	content: '';
	/*border-bottom: 1px dashed #1293ff;*/
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: all 300ms ease-out;
}

a:hover:after{
	opacity: 0.3;
}

input, textarea{
	font-family: 'RTBasis', sans-serif !important; 
	font-weight: 300;
}

.clear-div{
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
}

.wrapper {

    max-width: 600px;
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}

.top-logo{
	position: relative;
	height: 60px;
	background: #ffffff;
	width: 100%;
	z-index: 2;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.top-logo img{
	height: 40px;
	margin: 8px 8px 8px 28px;
}

/*
.top-logo-fix {
    position: fixed;
    height: 60px;
    background: #ffffff;
    max-width: 600px;
    width: 100%;
	
}
*/

.block-top {
    max-height: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #1f1c3b url(images/block-top.jpg) center top -200px no-repeat;
    min-height: 650px;
    height: 100vh;
}

.block-top-head {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 19%;
    margin: auto;
    height: auto;
    width: 320px;
    background: #fff;
    padding: 20px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
	max-width: 90%;
}

.block-top-head img{
    position: absolute;
    bottom: -23px;
    right: 0;
}

.block-bot-link {
    position: absolute;
    bottom: 5%;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    color: #fff;
	cursor: pointer;
}

.block-bot-link:after{
	content: '';
	display: block;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 30px;
	height: 30px;
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: updown 1.4s infinite linear;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -15px;
}

.block-head {
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
    max-width: 100%;
    text-align: left;
    margin: 30px auto;
	padding: 0 30px;
}

.block-head-sub {

    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin: 0;

}

.block-content{
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	margin: 0 0 0px 0;
    padding: 50px 30px;
	border-radius: 10px 10px 0 0;
}


.block-content-ok{
	margin: 0;
}

.order-detail span,
.block-head-sub span{
	white-space: nowrap;
}

input[type="text"] {

    border: solid 1px #e8e8e8;
    background: #fff;
    line-height: 22px;
    font-size: 16px;
    display: block;
    padding: 5px 45px 5px 15px;
    width: 100%;
    border-radius: 5px;
	margin: 0 0 15px 0;
	display: block;
	z-index: 1;
	cursor: text;
}


.input-edit{
	position: relative;
	overflow: hidden;
}

.edit{
	cursor: pointer;
	color: #9b9b9b;
	z-index: 1;
}

.input-edit.save input {

    color: #333;
    border-color: #ff4f12 !important;
	cursor: text
}

.input-edit span{
	display: block;
	width: 50px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/check.svg) center center no-repeat;
	z-index: 99;
	cursor: pointer;
}

.input-edit.save span{
	background: url(images/save.svg) center  center no-repeat !important;
    background-size: 20px !important;
}


.block-inner{
	position: relative;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.block-date {

    display: inline-block;
    border-bottom: 0;
    float: left;
    cursor: pointer;
    font-weight: 500;

}

.block-edit {

    display: inline-block;
    border: 1px solid 

#ff4f12;

float: right;

cursor: pointer;

height: auto;

border-radius: 5px;

background:
#fff;

line-height: normal;

text-align: center;

color:

    #ff4f12;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    padding: 3px 10px;
    font-weight: 500;

}

.service-list{
	position: relative;
	overflow:hidden;
	display: none;
}

#popup-overflow{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 9;
}

#popup-unlock-res {

    max-width: 400px;
    position: relative;
    margin: 0 auto;
    background: 

    #ffffff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    width: 100%;
    text-align: center;
	z-index: 10;
	display: none;
	font-size: 18px;
}

#popup-unlock-res span {

    font-weight: 500;
    font-size: 22px;
    margin: 20px 0;
    display: inline-block;

}

.service-result {

    height: 40px;
    border-radius: 5px;
    background: 

	#ff4f12;

	line-height: 40px;

	text-align: center;

	color:

    #fff;
    font-size: 18px;
    margin: 25px 0;
    cursor: pointer;

}


.service-ok{
	position: relative;
	overflow: hidden;
	display: none;
}

.service-ok .block-head-sub {

    margin: 20px auto 100px auto;

}


.block-addres{
	border: solid 1px #e8e8e8;
	background: #f9f9f9;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 10px 0 30px 0;
}

.block-price{
	font-size: 34px;
	font-weight: 400;
	line-height: 35px;
	width: 50%;
	text-align: left;
	float: left;
	margin: 40px 0 20px 0;
}

.block-price:last-child{
	text-align: right;
}

.slide-price-units {
    display: inline-block;
}

.slide-price-units-top {
    color: rgba(0,0,0,.7);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 2px;
    line-height: 16px;
}

.slide-price-units-bot {
    border-top: 1px solid;
    color: rgba(0,0,0,.7);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 2px;
    line-height: 16px;
}

.block-accept {
    height: auto;
    position: relative;
    overflow: hidden;
    background: #2a264b;
    box-shadow: 0px -2px 8px rgba(0,0,0,0.2);
    padding: 5px 0;
    width: 600px;
	transition: opacity 0.3s;
	display: none;
}


.block-accept-popup {
    height: auto;
    position: relative;
    overflow: hidden;
    background: #2a264b;
    box-shadow: 0px -2px 8px rgba(0,0,0,0.2);
    padding: 5px 0;
    width: 600px;
	opacity: 0;
	transition: opacity 0.3s;
	margin-left: -30px;
}

.block-accept-cards {
    height: 80px;
    position: relative;
    overflow: hidden;
    background: #2a264b;
    box-shadow: 0px -2px 8px rgba(0,0,0,0.2);
    padding: 5px 0;
    width: 600px;
	transition: opacity 0.3s;
	display: none;
	position: fixed;
	bottom: 0;
    left: auto;
}

.block-accept-fixed{ 
	position: fixed;
	bottom: 0;
    left: auto;
	opacity: 1;
	z-index: 1;
}

.block-content-result{
	display: none;
	margin-top: 50px;
}

.block-accept-next, .block-accept-edit, .block-accept-add{
 
    height: 40px;
    border-radius: 5px;
    background: #ff4f12;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 15px;
	cursor: pointer;
}

.block-accept-sms, .block-unlock-all {
 
    height: 40px;
    border-radius: 5px;
    background: #ff4f12;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 25px 0; 
	cursor: pointer;
}

.block-accept-back {

    height: auto;
    text-align: left;
    font-size: 18px;
    margin: 15px 0;
    padding: 0 5px 0 20px;
    cursor: pointer;
    position: relative;
    width: auto;
    display: inline-block;
    border-bottom: 1px dashed #999;

}

.block-accept-back:after {

    content: '';
    position: absolute;
    left: 3px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.block-accept-next:hover,
.block-accept-add:hover,
.block-accept-edit:hover {
	opacity: 0.95;
}

.mobile-view{
	display: none;
}


.order-popup{
	display: none;
	position: fixed;
	left: auto;
	top: 0;
	max-width: 600px;
	width: 100%;
	background: rgba(255,255,255,0.95);
	height: 100vh;
	z-index: 999;
	padding: 30px;
	overflow: auto;
}


.overflow{
	overflow: hidden;
}

.tarif-line {

    position: relative;
    overflow: hidden;
    padding-left: 30px;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;

}

.tarif-line-head{

    font-size: 18px;
    font-weight: 400;

}

.tarif-line img{
	position: absolute;
	left: 1px;
	top: 3px;
} 

.tarif-line:last-child{
	margin-bottom: 0;
}

.tarif-head{
	font-size: 20px;
}


.footer{
	position: relative;
	overflow: hidden;
	background: #1f1c3b;
	padding: 20px;
	font-size: 12px;
	color: rgba(255,255,255,0.7);
}

.footer-phone{
	font-size: 18px;
}

.footer-phone a{
	font-size: 32px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
}


.footer .block-unlock-all{ 
	display: none;
	margin: 10px 0;
}

.input-error {

    display: none;
    position: relative;
    overflow: hidden;
    color: 

    #ff4f12;
    margin: 0 0 15px 0;

}

@keyframes updown {
  0% {
    bottom: -40px;
  }
  50% {
     bottom: -50px;
  }
  100% {
    bottom: -40px;
  }
}

@media screen and (min-width: 700px) {	
	.block-top-head {
		bottom: 25%;
	}
	.block-bot-link {
		bottom: 15%;
	}
}

@media screen and (max-width: 650px) {	
	.block-top{
		min-height: auto;
		background-size: auto 100%;
	}
	.block-top-head {
		bottom: 30%;
	}
	
	.block-bot-link {
		bottom: 20%;
		line-height: 24px;
	}
	
	
	.block-accept, .block-accept-popup, .block-accept-cards {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	
	.wrapper	
	{	
		background: #f5f5f5
	}
}

@media screen and (max-width: 550px) {
	.block-content{
		padding: 30px;
	}
	
	.block-head {
		line-height: 38px;
	}
}
	
@media screen and (max-width: 370px) {
	.block-accept-next, .block-accept-edit, .block-accept-add {
		font-size: 16px;
	}
		
}

@media screen and (max-width: 350px) {	

	.mobile-hide{
		display: none;
	}
	
	.mobile-view{
		display: block;
	}

	.block-edit {
		float: left;
		margin-top: 10px;
	}
	
	
}

@media screen and (max-height: 500px){
	.block-top{
		min-height: 500px;
	}
	
	.block-bot-link {
		bottom: 15%;
	}
}

 
.frame-overflow{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,0.75);
}


.frame-loader{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	z-index: 100;
	
}

.spinner__big-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    animation: 1.5s roundBig linear infinite;
}

.spinner__small-circle {
    width: 52%;
    height: 52%;
    position: absolute;
    top: 24%;
    left: 24%;
    animation: 2s roundSmall linear infinite;
}

.spinner__icon {
    width: 100%;
    height: 100%;
    overflow: visible;
}


svg * {
    vector-effect: non-scaling-stroke;
}

@keyframes roundBig{ 
	0% {
		stroke-dashoffset: 0;
		stroke-dasharray: 150px;
		transform: rotate(0deg);
	}
	50% {
		stroke-dashoffset: 150px;
		stroke-dasharray: 150px;
		transform: rotate(180deg);
	}
	100% {
		stroke-dashoffset: 300px;
		stroke-dasharray: 150px;
		transform: rotate(360deg);
	}
}


@keyframes roundSmall{ 
	0% {
		stroke-dashoffset: 0;
		stroke-dasharray: 80px;
		transform: rotate(0deg);
	}
	50% {
		stroke-dashoffset: 80px;
		stroke-dasharray: 80px;
		transform: rotate(180deg);
	}
	100% {
		stroke-dashoffset: 160px;
		stroke-dasharray: 80px;
		transform: rotate(360deg);
	}
}