html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;}

a {
	-webkit-transition: color .2s ease;
			transition: color .2s ease;
}
/*  ROBOTO
    ------------------------------------------------------- */
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto-Regular.eot');
    src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular.woff2') format('woff2'),
         url('/fonts/Roboto-Regular.woff') format('woff'),
		 url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('/fonts/Roboto-Medium.eot');
    src: url('/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Medium.woff2') format('woff2'),
         url('/fonts/Roboto-Medium.woff') format('woff'),
		 url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/fonts/Roboto-Light.eot');
    src: url('/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Light.woff2') format('woff2'),
         url('/fonts/Roboto-Light.woff') format('woff'),
		 url('/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'BebasNeue-Bold';
  src: url('/fonts/BebasNeue-Bold.eot');
  src: url('/fonts/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/BebasNeue-Bold.svg') format('svg'), 
       url('/fonts/BebasNeue-Bold.woff') format('woff'), 
	   url('/fonts/BebasNeue-Bold.ttf') format('truetype'),
	   url('/fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/*  FONTAWESOME
    ------------------------------------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/FontAwesome.eot');
    src: url('/fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
         url('/fonts/FontAwesome.woff2') format('woff2'),
         url('/fonts/FontAwesome.woff') format('woff'),
		 url('/fonts/FontAwesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*  FONTAWESOME STYLES
    ------------------------------------------------------- */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-check-circle:before {
  content: "\f058";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-plus:before {
  content: "\f067";
}

#page {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	position: relative;
	background: #2a2a5f;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto-Regular';
}

.whole-retail-wrap {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding: 27px 0 8px;
	text-align: left;
}

.whole-retail-wrap .whole-retail-swithcer {
	display: inline-block;
}

.whole-retail-wrap .whole-retail-swithcer.is-active .off-text {
	opacity: 0.4;
}

.whole-retail-wrap .whole-retail-swithcer.is-active .on-text {
	opacity: 1;
}

.whole-retail-wrap .whole-retail-swithcer.is-active .switcher {
	left: 15px;
}

.whole-retail-wrap .whole-retail-swithcer.is-active .switcher-bg {
	width: 100%;
}

.whole-retail-wrap .switch-btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 35px;
	height: 12px;
	margin: 0 18px;
	overflow: visible;
}

.whole-retail-wrap .switch-btn .switcher-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 6px;
	background-color: #f0437f;
	color: #4d4d4d;
	-webkit-transition: width .15s ease-out;
			transition: width .15s ease-out;
}

.whole-retail-wrap .switcher {
	position: absolute;
	top: -6px;
	left: -3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #2a2a5f;
	-webkit-transition: left .15s ease-out;
			transition: left .15s ease-out;
}

.whole-retail-wrap .on-text {
	opacity: 0.4;
}

.whole-retail-wrap .off-text,
.whole-retail-wrap .on-text {
	-webkit-transition: opacity .15s ease-out;
			transition: opacity .15s ease-out;
}

.whole-retail-wrap .switch-label {
	display: inline-block;
	color: #2a2a5f;
	cursor: pointer;
}

.whole-retail-wrap .switch-label2 {
	display: inline-block;
	color: #fff;
	cursor: pointer;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
	background: 0 0;
	color: #595f6e;
	margin-top: 26px;
	padding: 14px;
	font: 500 18px/1.375 MuseoSans,Arial,Helvetica,sans-serif
}
.input__field:focus {
 outline:0
}

.input__label {
 display:inline-block;
 float:right;
 color:#6a7989;
 font-weight:700;
 font-size:70.25%;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
position:absolute;
 bottom:0;
 left:0;
 width:100%;
 height:-webkit-calc(100% - 1em);
 height:calc(100% - 1em);
 text-align:left;
 pointer-events:none;
	padding:0 15px;
	 
}


.input__label-content {
 position:absolute;
 display:block;
 padding:1.6em 0;
 width:100%;
	font-size:18px;
 font-weight:100;
}


.input__label::after,.input__label::before {
 content:'';
 position:absolute;
 left:0;
 width:100%;
 height:2px;
 bottom:0
}
.input__label::after {
 -webkit-transform:translate3d(-100%,0,0);
 transform:translate3d(-100%,0,0);
 -webkit-transition:-webkit-transform .3s;
 transition:transform .3s;
 transition:transform .3s,-webkit-transform .3s
}
.input--filled .input__label::after,
.input__field:focus+.input__label::after {
 -webkit-transform:translate3d(0,0,0);
 transform:translate3d(0,0,0)
}

.input--filled .input__label-content,
.input__field:focus+.input__label .input__label-content {
 -webkit-animation:anim-1 .3s forwards;
 animation:anim-1 .3s forwards;
}

.price-dynamic-wrap .input__label-content {
 padding:25px 0;
 font-size:23px;
}

.input__field:focus+.input__label .input__label-content {
 font-size:14px;
}
.input.input--filled .input__label-content,
.price-dynamic-wrap .input.input--filled .input__label-content {
 font-size:14px;
}

.request-popup .price-dynamic-wrap .price-wrap .input__field {
 padding-right:50px
}


.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.container > h1 {
	position: relative;
	margin-bottom: 80px;
	letter-spacing: 1px;
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
}
.container > h1::before {
	content: '';
	position: absolute;
    bottom: -15px;
	left: 50%;
    margin-left: -32.5px;
    width: 65px;
    height: 3px;
	background: rgba(255, 255, 255, 0.4);
}

.container > h2 {
	margin-bottom: 50px;
	letter-spacing: 1px;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
}

.container > h2 > span {
	margin-left: 10px;
	text-transform: lowercase;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-family: 'Roboto-Regular';
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	color: rgba(42, 42, 95, 0.9);
	background: #fff;
	box-shadow: 0 6px 24px rgba(1, 2, 2, .06);
}
.main-header__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: -webkit-flex;
 	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
 	height: 80px;
}

.switch-btn {
 border:0;
 border-radius:6px
}

.overlay {
	display:none;
 position:fixed;
 top:0;
 left:0;
 width:0;
 height:0;
 opacity:0;
 z-index:190;
 -webkit-transition:opacity .3s ease,width 0s linear .3s,height 0s linear .3s;
 transition:opacity .3s ease,width 0s linear .3s,height 0s linear .3s;
 background:#000
}
.overlay.is-active {
 width:100%;
 height:100%;
 opacity:.5;
 -webkit-transition:opacity .3s ease,width 0s linear 0s,height 0s linear 0s;
 transition:opacity .3s ease,width 0s linear 0s,height 0s linear 0s
}




.subscribe .fields-wrap:after {
 content:'';
 display:block;
 clear:both
}

.subscribe .subscribe-title {
 margin-bottom:9px;
 font-size:48px;
 line-height:54px
}
.subscribe .hoshi-wrapper {
 position:relative;
 max-width:385px;
 margin-bottom:35px
}


.subscribe .price-dynamic-wrap .price-wrap {
 float:left;
 width:140px;
 margin-right:30px
}
.subscribe .price-dynamic-wrap .price-wrap input {
 padding:10px;
 font-size:36px;
 font-weight:700
}

.request-popup {
 position:fixed;
 top:0;
 right:0;
 left:0;
 bottom:0;
 z-index:1000;
 opacity:0;
 visibility:hidden;
 -webkit-transition:opacity .3s ease,visibility 0s ease .3s;
 transition:opacity .3s ease,visibility 0s ease .3s;
 background:rgba(0,0,0,.4)
}
.request-popup__info {
 font-weight:700
}
.request-popup__info-sum {
 font-size:24px
}
.request-popup.active {
 opacity:1;
 visibility:visible;
 -webkit-transition:opacity .3s ease,visibility 0s ease;
 transition:opacity .3s ease,visibility 0s ease
}
.request-popup.active .popup-content {
 -webkit-transform:translate(0);
 transform:translate(0)
}
.request-popup .popup-content {
	position: relative;
	min-height: 1px;
	padding: 60px 0;
	background: #fff;
	color: #5e7587;
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.78);
	-webkit-transform: translate(0,-100%);
			transform: translate(0,-100%);
	-webkit-transition: -webkit-transform .3s ease;
			transition: transform .3s ease;
}
.request-popup .popup-content.subscribe:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: 1;
	background: #f2f5fc;
}

.request-popup .title {
 margin-bottom:18px;
 font-size:36px;
 font-weight:900;
 text-transform:uppercase
}
.request-popup .currency-col {
 float:left;
 width:40%
}
.request-popup .user-data-col {
 float:right;
 width:40%;
 margin-top:-23px
}

.request-popup .price-dynamic-wrap .price-wrap {
 position:relative;
 float:none;
 width:auto;
 margin:0
}


.curr-wrap {
	position:absolute;
 top:43px;
 right:0;
 font-weight:700;
 border-bottom-width:2px;
 border-bottom-style:solid;
}
.request-popup .receive-msg {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 color:#595f6e
}
.request-popup .receive-msg .label {
 margin-bottom:12px
}
.request-popup .hoshi-wrapper {
 max-width:none
}
.request-popup .btn-wrap {
 margin-bottom:30px
}

@-webkit-keyframes anim-1 {
 50% {
  opacity:0;
  -webkit-transform:translate3d(1em,0,0);
  transform:translate3d(1em,0,0)
 }
 51% {
  opacity:0;
  -webkit-transform:translate3d(-1em,-40%,0);
  transform:translate3d(-1em,-40%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,-40%,0);
  transform:translate3d(0,-40%,0)
 }
}
@keyframes anim-1 {
 50% {
  opacity:0;
  -webkit-transform:translate3d(1em,0,0);
  transform:translate3d(1em,0,0)
 }
 51% {
  opacity:0;
  -webkit-transform:translate3d(-1em,-40%,0);
  transform:translate3d(-1em,-40%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,-40%,0);
  transform:translate3d(0,-40%,0)
 }
}

.input__label:before,.map-closer,.switch-btn {
 background-color: rgba(42, 42, 95,0.3);
}
.input__label:after {
 background-color: #2a2a5f;
}



.sort-rate {
	margin-bottom: 40px;
	position: relative;
}

.sort-container {
	position: relative;
    display: inline-block;
	box-sizing: border-box;
	width: 200px;
	padding: 10px 15px;
	border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    cursor: pointer;
}
.sort-container:hover {
	background: #fff;
	color: #2a2a5f;
}
.sort-container::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-top: 6px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.sort-container:hover::before {
    border-top-color: rgb(42, 42, 95);
}
.sort-container > span:last-child {
	margin-left: 10px;
	color: rgba(255, 255, 255, 0.5);
}
.sort-container:hover > span:last-child {
	color: rgba(42, 42, 95, 0.5);
}


.select-period {
	margin-bottom: 40px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.select-period > .rate-title {
	margin-left: 40px;
	font-size: 18px;
	color: #5e7587;
}

.select-period .sort-container {
	border-color: #3b3b85;
    color: #3b3b85;
}
.select-period .sort-container:hover {
	background: #3b3b85;
	color: #fff;
}
.select-period .sort-container::before {
    border-top-color: rgb(42, 42, 95);
}
.select-period .sort-container:hover::before {
    border-top-color: rgb(255, 255, 255);
}



.button-group {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    font-size: 0;
    width: 270px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button-group > a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
    padding: 12px 40px;
    color: #354093;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

.button-group > a:hover {
    background: #e5e5e5;
}


.currencies {
	padding: 80px 0;
}

.currencies-one {
	padding: 160px 0 80px;
}

.currencies-header {
	box-sizing: border-box;
	width: 100%;
	padding: 0 40px;
	display: -webkit-inline-flex;
	display: inline-flex;
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.currencies .wrap-items {
	font-size: 0;
}

.currencies .item {
	box-sizing: border-box;
	width: 100%;
	padding: 25px 40px;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	font-size: 0;
	-webkit-transition: border-color .2s ease .1s,background-color .2s ease .1s,color .1s ease;
			transition: border-color .2s ease .1s,background-color .2s ease .1s,color .1s ease;
}

.currencies .curr-name,
.currencies .price-wrap,
.currencies .btn-wrap {
	width: 100%;
}

.currencies .btn-wrap {
	text-align: right;
}

.currencies .line-chart-wrap {
	width: 20%;
}

.currencies .item .fa {
	font-size: 30px;
	color: #f0437f;
	cursor: pointer;
}

.currencies .item > .curr-name {
	font-size: 36px;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .1s ease .1s;
			transition: all .1s ease .1s;
	font-family: 'BebasNeue-Bold';
}

.currencies .item:hover > .curr-name {
	color: rgba(42, 42, 95, 0.5);
}

.currencies .item > .price-wrap {
	font-size: 60px;
	line-height: 1;
	font-family: 'BebasNeue-Bold';
}

.currencies .button {
	position: relative;
	display: inline-block;
	padding: 14px 30px;
	text-transform: uppercase;
	border: 2px solid;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: border-color .3s ease-out,color .3s ease-out;
			transition: border-color .3s ease-out,color .3s ease-out;
}

.currencies .button > .fa {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
}


.list-effect {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
			transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.list-effect::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 150%;
	height: 100%;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
			transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
			transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
			transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.list-effect:hover {
	color: #2a2a5f;
	border-color: #fff;
}
.list-effect:hover::before {
	background-color: #fff;
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
			transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.footer {
	padding: 80px 0;
}

.table-contacts > div {
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.table-contacts > div:first-child {
	color: rgba(255, 255, 255, 0.5);
}
.table-contacts > div:last-child {
	border: none;
}

.table-contacts span {
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	line-height: 1.5;
	border-right: 2px solid rgba(255, 255, 255, 0.1);
}
.table-contacts span:last-child {
	border: none;
}
.table-contacts-mob {
	display: none;
}

.messenger-icons > a {
    display: inline-block;
	margin-right: 15px;
}
.messenger-icons > a:last-child {
	margin: 0;
}
.messenger-icons img {
    width: 40px;
    height: 40px;
}


#logo {
	position: relative;
	font-size: 40px;
	line-height: 1;
	color: rgba(42, 42, 95, 0.9);
	
}
#logo > span {
	position: absolute;
	top: -4px;
	right: -26px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	color: #fff;
	font-family: 'Roboto-Medium';
	background: rgba(42, 42, 95, 0.5);
}



.copy {
	padding: 40px 0;
	color: rgba(255, 255, 255, 0.5);
}

#logo-copy {
	margin-left: 15px;
	display: inline-block;
	position: relative;
	font-size: 20px;
}
#logo-copy > span {
	position: absolute;
	top: -4px;
	right: -24px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	border-radius: 50%;
	color: #2a2a5f;
	font-family: 'Roboto-Medium';
	background: rgba(255, 255, 255, 0.9);
}


.map-wrap {
	padding: 80px 0;
}
#map {
    width: 100%;
    height: 600px;
}

.wrap-tel {
	margin: 0 40px;
}

.wrap-tel > .tel {
	margin-right: 40px;
}
.wrap-tel > .tel:last-child {
	margin: 0;
}
.tel {
	position: relative;
	padding-left: 30px;
}
.tel::before {
    position: absolute;
    left: 0;
	top: 2px;
	height: 20px;
}
.tel.vodafone::before {
    content: url('/img/vodafone.png');
}
.tel.kyivstar::before {
    content: url('/img/kyivstar.png');
}
.tel.lifecell::before {
    content: url('/img/lifecell.png');
}

.tel > span {
	display: inline-block;
	vertical-align: middle;
}
.tel > span:first-child {
	margin-right: 5px;
	font-family: 'Roboto-Light';
}
.tel > span:last-child {
	letter-spacing: 1px;
	font-family: 'Roboto-Medium';
}

.link {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2a2a5f;
	font-family: 'Roboto-Medium';
	outline: none;
}

.link::before,
.link::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
			transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
			transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.link::after {
	width: 40px;
	height: 40px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
			transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.link:hover::before,
.link:hover::after,
.link:focus::before,
.link:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
			transform: translateX(-50%) translateY(-50%) scale(1);
}


.button-effect {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 20px 30px;
	border: 2px solid #6a7989;
	color: #6a7989;
	overflow: hidden;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: border-color 0.3s, color 0.3s;
			transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	font-family: 'Roboto-Medium';
}
.button-effect::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 150%;
	height: 100%;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
			transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
			transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
			transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button-effect:hover {
	color: #fff;
	border-color: rgba(42, 42, 95,0.9);
}
.button-effect:hover::before {
	background-color: rgba(42, 42, 95,0.9);
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
			transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.close-form {
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 25px;
	width: 30px;
	height: 30px;
    cursor: pointer;
    -webkit-transform: scale(1.3);
			transform: scale(1.3);
}
.close-form::after, .close-form::before {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 1px;
	background: #6a7989;
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}
.close-form::after {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.close-form::before {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.close-form:hover::after, .close-form:hover::before {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
}


.container.success-form {
	max-width: 600px;
	font-size: 16px;
	line-height: 1.3;
}

.success-form table {
	margin: 40px auto;
}

.success-form td {
	box-sizing: border-box;
	width: 50%;
	padding: 10px 30px;
	font-size: 16px;
	border: 1px solid rgba(94, 117, 135, 0.2);
}
.success-form .num {
	color: #f0437f;
	font-size: 20px;
}



@-webkit-keyframes chartjs-render-animation {
	from {
		opacity: 0.99
	}
	to {
		opacity: 1
	}
}

@keyframes chartjs-render-animation {
	from {
		opacity: 0.99
	}
	to {
		opacity: 1
	}
}

.chartjs-render-monitor {
	-webkit-animation: chartjs-render-animation 0.001s;
			animation: chartjs-render-animation 0.001s;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}



.popup-info {
	position: fixed;
	z-index: 10003;
	top: 20px;
	left: 20px;
	max-width: 400px;
	padding: 20px 40px 20px 80px;
	background: #673ab7;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	visibility: visible;
	-webkit-animation-name: bounceInDown;
			animation-name: bounceInDown;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;	
	-webkit-animation-timing-function: ease-in-out;	
			animation-timing-function: ease-in-out;	
}
.popup-info p {
	line-height: 30px;
}
.popup-info > i {
	position: absolute;
	left: 40px;
	line-height: 30px;
	font-size: 25px;   
}
.popup-error {
	background: #e74c3c;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}






@media screen and (max-width: 1024px) {
	.request-popup .popup-content::before {
		display: none;
	}
}


@media screen and (max-width: 970px) {
	
	.wrap-tel > .tel {
		margin-right: 20px;
	}
	
	.currencies,
	.footer,
	.map-wrap {
		padding: 60px 0;
	}
	
	.currencies-one {
		padding: 120px 0 60px;
	}
	
	.currencies .item > .curr-name {
		font-size: 30px;
	}
	
	.currencies .item > .price-wrap {
		font-size: 50px;
	}
	.currencies .line-chart-wrap {
		width: 40%;
	}
	.currencies .button {
		padding: 12px 20px;
	}
}

@media screen and (max-width: 900px) {
	
	.wrap-tel {
		max-width: 400px;
	}
	
	.wrap-tel > .tel.kyivstar {
		margin: 0;
	}
	
	.wrap-tel > .tel.lifecell {
		display: none;
	}
	
	.container > h1 {
		font-size: 36px;
	}
	
	.container > h2 {
		font-size: 26px;
	}
	
	.container > h2 > span {
		font-size: 16px;
	}
	
	.currencies .item > .curr-name {
		font-size: 24px;
	}
	.currencies .item > .price-wrap {
		font-size: 40px;
	}
	.currencies .line-chart-wrap {
		width: 60%;
	}
	.currencies .button {
		padding: 12px 15px;
	}
	
	.request-popup .btn-wrap {
		margin-bottom: 30px;
	}
	
	.table-contacts-pc {
		display: none;
	}
	
	.table-contacts-mob {
		display: block;
	}
	
	.table-contacts > div:first-child {
		color: #fff;
	}
	.table-contacts span:first-child {
		color: rgba(255, 255, 255, 0.5);
	}
}


@media screen and (max-width: 768px) {
	#logo {
		font-size: 34px;
	}
	
	.wrap-tel > .tel.vodafone {
		display: none;
	}
	
	.currencies-header,
	.currencies .item {
		padding: 10px 25px;
	}
	
	.currencies-header {
		font-size: 13px;
	}
	
	.currencies .item > .curr-name {
		font-size: 20px;
	}
	
	.currencies .item > .price-wrap {
		font-size: 30px;
	}
	
	.currencies .line-chart-wrap,
	.currencies .btn-wrap {
		width: 50%;
	}
	.currencies .button {
		padding: 0;
		width: 50px;
		height: 50px;
		border: none;
		font-size: 0;
	}
	.currencies .button > .fa {
		display: inline-block;
	}
	
	
 .overlay {
  display:block
 }
 
 .whole-retail-wrap {
  display:block;
  float:none;
  width:auto;
  text-align:left;
  padding:15px 25px
 }
 .whole-retail-wrap .whole-retail-swithcer {
  display:block;
  position:relative;
  padding-right:65px
 }

.whole-retail-wrap .switch-btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -6px 0 0;
}
	

.whole-retail-wrap .off-text {
  margin-bottom:10px
 }

 .subscribe .price-dynamic-wrap .price-wrap input,.subscribe .subscribe-title {
  font-size:30px
 }
 .subscribe .input {
  width:100%;
  max-width:none
 }
	
 
	
	
	.subscribe .input .input__field {
		margin-top: 10px;
	}
	
	.input__label-content {
		padding: 15px 0;
		font-size: 16px;
	}
	
	
 .subscribe .price-dynamic-wrap .price-wrap {
  float:none;
  margin:0
 }
 .subscribe .price-dynamic-wrap .price-wrap .input__label-content {
  padding:10px 0
 }
 .subscribe .whole-retail-wrap {
  padding:20px 0
 }
 .subscribe .whole-retail-wrap .whole-retail-swithcer {
  display:inline-block;
  padding:0
 }
	

	
 .subscribe .whole-retail-wrap .switch-btn {
  position:relative;
  top:0;
  right:0;
  margin:0 18px
 }
 
	.btn-wrap {
		text-align: center;
	}
	
	.subscribe-btn {
		max-width: 500px;
	}	
 
	.request-popup .popup-content {
		padding: 20px 0 0;
	}
	
	.container.success-form,
	.container.chart-wrap {
		padding-bottom: 20px;
	}
	
	.container.success-form > div:first-child {
		padding-right: 60px;
	}

 
 .request-popup .title {
  font-size:24px;
  margin-bottom:38px
 }
 .request-popup .currency-col {
  float:none;
  width:auto;
  margin-bottom:65px
 }
 .request-popup .user-data-col {
  float:none;
  width:auto;
  margin:0 -25px;
  padding:25px;
  background:#f2fcf2
 }
 .request-popup .price-dynamic-wrap .curr-wrap {
  top:28px
 }
}

@media screen and (max-width: 550px) {
	#logo {
		font-size: 30px;
	}
	
	#logo > span {
		top: -4px;
		right: -23px;
		width: 23px;
		height: 23px;
		line-height: 23px;
		font-size: 12px;
	}
	
	.wrap-tel {
		display: none;
	}
	
	.currencies,
	.footer,
	.map-wrap {
		padding: 40px 0;
	}
	
	.currencies-one {
		padding: 120px 0 40px;
	}
	
	.currencies-header,
	.currencies .item {
		padding: 5px 15px;
	}
	
	.currencies-header {
		font-size: 12px;
	}
	
	.currencies .item .fa {
		font-size: 24px;
	}
	
	.currencies .item > .curr-name {
		font-size: 18px;
	}
	
	.currencies .item > .price-wrap {
		font-size: 26px;
	}
}

@media screen and (max-width: 440px) {
	.table-contacts span {
		padding: 15px;
	}
	.messenger-icons img {
		width: 34px;
		height: 34px;
	}
}
.text li {
	list-style-type: circle;
	padding: 5px;
	margin-left: 25px;
}