@font-face {
	font-family: "Flaticon";
	src: url("/fonts/Flaticon.eot");
	src: url("/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
	   url("/fonts/Flaticon.woff") format("woff"),
	   url("/fonts/Flaticon.ttf") format("truetype"),
	   url("/fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal !important;
	font-style: normal !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal !important;
}

.flaticon-arr-down:before { content: "\f100"; }
.flaticon-arr-right:before { content: "\f101"; }
.flaticon-star:before { content: "\f102"; }
.flaticon-check:before { content: "\f103"; }
.flaticon-arr-top:before { content: "\f104"; }
.flaticon-plus:before { content: "\f105"; }
.flaticon-arr-left:before { content: "\f106"; }
.flaticon-heart:before { content: "\f107"; }
.flaticon-users:before { content: "\f108"; }
.flaticon-youtube-logo:before { content: "\f109"; }
.flaticon-photo:before { content: "\f10a"; }
.flaticon-close:before { content: "\f10b"; }
.flaticon-play:before { content: "\f10c"; }
.flaticon-soc-vk:before { content: "\f10d"; }
.flaticon-chat-message:before { content: "\f10e"; }
.flaticon-eye:before { content: "\f10f"; }
.flaticon-reload:before { content: "\f110"; }
.flaticon-logout:before { content: "\f111"; }
.flaticon-lock:before { content: "\f112"; }
.flaticon-email:before { content: "\f113"; }
.flaticon-money:before { content: "\f114"; }
.flaticon-arr2-left:before { content: "\f115"; }
.flaticon-chat:before { content: "\f116"; }
.flaticon-warning:before { content: "\f117"; }
.flaticon-soc-tw:before { content: "\f118"; }
.flaticon-arr2-down:before { content: "\f119"; }
.flaticon-sort:before { content: "\f11a"; }
.flaticon-external-link:before { content: "\f11b"; }
.flaticon-settings:before { content: "\f11c"; }
.flaticon-comments:before { content: "\f11d"; }
.flaticon-question:before { content: "\f11e"; }
.flaticon-arr2-right:before { content: "\f11f"; }
.flaticon-user:before { content: "\f120"; }
.flaticon-soc-skype:before { content: "\f121"; }
.flaticon-arr2-up:before { content: "\f122"; }
.flaticon-home:before { content: "\f123"; }
.flaticon-link:before { content: "\f124"; }
.flaticon-gift:before { content: "\f125"; }
.flaticon-money-1:before { content: "\f126"; }
.flaticon-ruble:before { content: "\f127"; }
.flaticon-shield:before { content: "\f128"; }
.flaticon-nav:before { content: "\f129"; }
.flaticon-soc-fb:before { content: "\f12a"; }
.flaticon-round-info:before { content: "\f12b"; }
.flaticon-lock-1:before { content: "\f12c"; }
.flaticon-soc-gp:before { content: "\f12d"; }
.flaticon-wait:before { content: "\f12e"; }
.flaticon-credit-cards:before { content: "\f12f"; }
.flaticon-page:before { content: "\f130"; }
.flaticon-crown:before { content: "\f131"; }
.flaticon-soc-bitcoin:before { content: "\f132"; }
.flaticon-private-fila:before { content: "\f133"; }
.flaticon-private-note:before { content: "\f134"; }
.flaticon-download:before { content: "\f135"; }
.flaticon-ghost:before { content: "\f136"; }


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none
}

*:before,*:after,* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-backface-visibility: hidden;
    background: #f6f7f9;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    width: auto !important;
    font-family: Roboto, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    min-width: 360px;
}


.wrapper {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.inner {
	padding: 0 30px;
	max-width: 1680px;
	width: 100%;
	min-width: 320px;
	position: relative;
	margin: 0 auto;
}
img {
	max-width: 100%;
	max-height: 100%;
}
.clr {
	clear: both;
	font-size: 0px;
	height: 0px;
	display: block;
}

a {
	color: #00abee;
    transition: .3s ease-out
}
a:hover {
	text-decoration: none;
}

b, strong {
	font-weight: 700;
}
u {
	text-decoration: underline;
}
i, em {
	font-style: italic;
}

.table, table {
	width: 100%;
	border-collapse: collapse;
}
.table tr:nth-of-type(odd) {
	background: #f3f4f8;
}
.table th {
	color: #a5b5ca;
	background: #fff;
	font-size: 20px;
}
.table td, .table th {
	padding: 6px;
	text-align: left;
}
.table td.text-center,
.table th.text-center {
	text-align: center !important;
}

.text-10 		{ font-size: 10px !important; }
.text-11 		{ font-size: 11px !important; }
.text-12 		{ font-size: 12px !important; }
.text-13 		{ font-size: 13px !important; }
.text-14 		{ font-size: 14px !important; }
.text-15 		{ font-size: 15px !important; }
.text-16 		{ font-size: 16px !important; }
.text-17 		{ font-size: 17px !important; }
.text-18 		{ font-size: 18px !important; }
.text-20 		{ font-size: 20px !important; }
.text-24 		{ font-size: 24px !important; }
.text-28 		{ font-size: 28px !important; }
.text-32 		{ font-size: 32px !important; }

.text-left 		{ text-align: left; }
.text-right 	{ text-align: right; }
.text-center 	{ text-align: center; }
.text-light		{ font-weight: 300; }
.text-normal 	{ font-weight: 400; }
.text-bold 		{ font-weight: 700; }
.text-uppercase { text-transform: uppercase; }

.color-white		{ color: #fff; }
.color-darkblue		{ color: #36545e; }
.color-blue			{ color: #629ae0; }
.color-orange		{ color: #fbad3d; }
.color-green		{ color: #57c974; }
.color-green-0		{ color: #58c9a6; }
.color-green-1		{ color: #769ba8; }
.color-red			{ color: #ee6463; }

.eas:hover {
	-webkit-transition: all ease-in 0.1s;
	   -moz-transition: all ease-in 0.1s;
	    -ms-transition: all ease-in 0.1s;
		 -o-transition: all ease-in 0.1s;
			transition: all ease-in 0.1s;
}
.eas {
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
		 -o-transition: all ease-out 0.2s;
			transition: all ease-out 0.2s;
}
.pointer:hover {
	cursor: pointer;
}

::selection {
  color: #fff;
  background: #f69327;
  background: #3a99d8;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #f69327;
  background: #3a99d8;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
  color: #000;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
  color: #000;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {
  color: #b0bac8 !important;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-webkit-input-placeholder {
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
::-ms-clear {
    display: none;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

/* Forms
-----------------------------------------------------------------------------*/
input.radio,
input.checkbox { position: absolute; left: -999em; }
.label {
    position: relative;
    color: #769ba8;
    display: flex;
    align-items: center;
}
.label:before {
	display: block;
	position: relative;
	margin-right: 5px;
	content:'';
	min-width:25px;
	height:25px;
	background-size: 50px;
	background-image: url(/i/checkbox.svg);
}
.label:hover {
	cursor: pointer !important;
}
input.checkbox + .label:before { background-position: 0 -25px;}
input.checkbox:checked + .label:before {background-position: 0 0 ; }
input.radio + .label:before { background-position: -25px -25px;}
input.radio:checked + .label:before { background-position: -25px 0;}

input.checkbox:checked + .label,
input.radio:checked + .label {
	color: #36545e;
}

button, input, textarea {
	outline: none;
	resize: none;
	-webkit-appearance: none;
}

button, .btn {
    color: #fff;
    background: #00abee;
    position: relative;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 80px;
    outline: none;
    resize: none;
    border: none;
    overflow: hidden;
    -webkit-appearance: none;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
button:hover,.btn:hover {
	background: #79aff1;
	cursor: pointer;
}
button:active,.btn:active {
	background: #4f89d0;
	-webkit-transition: all ease-out 0s;
	   -moz-transition: all ease-out 0s;
	    -ms-transition: all ease-out 0s;
		 -o-transition: all ease-out 0s;
			transition: all ease-out 0s;
}
button.blue,.btn.blue {
	background: #00abee;
}
button.blue:hover,.btn.blue:hover {
	background: #39c2f9;
}
button.blue:active,
button.blue:focus,
.btn.blue:active,
.btn.blue:focus {
	background: #158bb9;
}
button.ghost,
.btn.ghost {
	border: 1px solid #c2dae4;
	color: #7fa4b3;
	background: transparent;
}
button.ghost:hover,
.btn.ghost:hover {
	background: #00abee;
	border-color: #00abee;
	color: #fff;
}

input,textarea,select,.inp,.textarea {
	height: 46px;
	padding: 0 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	position: relative;
	font-size: 18px;
	background: #fff;
	border: 1px solid #d6dce7;
	color: #021627;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
		 -o-transition: all ease-out 0.2s;
			transition: all ease-out 0.2s;
}
textarea,.textarea {
	height: 120px;
}

input:focus,
textarea:focus,
select:focus,
.inp:focus,
.textarea:focus {
	border-color: #629ae0;
}
input:disabled,
input:read-only,
select:disabled,
.inp:disabled,
.inp:read-only {
	cursor: not-allowed;
	color: #5e656c;
}


h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 54px
}

h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px
}

h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px
}
h4 {
    font-size: 24px;
    line-height: 36px;
    color: #2B292D;
}
h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 5px 0;
    padding-left: 15px;
    color: #2B292D;
}
h6 {
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0 5px 0;
    padding-left: 15px;
    color: #2B292D;
}

.btn-login, .btn-signup, .btn-links, .btn-upgrade {
    height: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    padding: 0 14px;
    transition: all .3s linear;
    text-decoration: none;
    width: 90px;
	background: #00c497;
    background-image: linear-gradient(49.95deg, #43bf66 24.46%, #00c497 79.58%);
}
.btn-signup {
    min-width: 125px;
    width: auto;
    margin-left: 10px;
    background: #ff0;
    background: linear-gradient(49.95deg, #d9d965 24.46%, #ff0 79.58%);
    color: #212529;
}



/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 80px;
	background: #5c6a99 url(/i/header-bg.png) repeat 0 0;
	color: #9cb0b6;
}
.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 100;
    height: 40px;
}
.header .logo a {
    display: block;
    height: 30px;
    width: 306px;
    background-image: url(/logo/logo-main.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-decoration: none;
}
.header .logo.yep a {
    background-image: url(/logo/logo-yep.svg);
}
.header .logo.met a {
    background-image: url(/logo/logo-met.png);
}
.header .slogan {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 3px;
    font-weight: 700;
    line-height: normal;
}
.header .language {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}
.header .language img {
    border-radius: 3px;
    height: 25px;
	border: 1px solid transparent;
}
.header .language:hover img {
	cursor: pointer;
	border: 1px solid #63728b;
}
header .btn {
    height: 40px;
    line-height: 40px;
}
header .header-overlay {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    right: 0;
    position: fixed;
    background: rgba(0,0,0,.8);
    overflow: hidden;
	display: none
}

header .header-nav {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-nav__b {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
header .header-nav__i {
    margin-right: 45px;
    transition: all .3s linear;
    position: relative;
    padding: 0;
    cursor: pointer;
    color: #fff;
    line-height: 80px;
    text-transform: uppercase;
    font-size: 16px;
}
header .user-block {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: flex-end;
}

header .user-block:before {
    content: "";
    margin-left: 10px;
    margin-right: 20px;
    width: 1px;
    height: 40px;
    background-color: hsla(0,0%,100%,.1)
}

header .user-el {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid hsla(0,0%,100%,.2);
    transition: all .3s linear;
    cursor: pointer
}

header .user-el[data-count-notices]:not([data-count-notices="0"]):after {
    position: absolute;
    content: attr(data-count-notices);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: -6px;
    top: 3px;
    background: #f38939;
    color: #fff;
    font-size: 9px;
    line-height: 16px;
    text-align: center
}

header .user-block>div:not(:first-child) {
    margin-left: 10px
}

header .user-el .ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

header .user-el.btn-profile .ico {
    background-image: url(/i/user.svg)
}

header .user-el.btn-settings .ico {
    background-image: url(/i/settings.svg)
}

header .user-el.btn-help .ico {
    background-image: url(/i/question.svg)
}

.block-inner {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    text-transform: initial
}

.header-tools .block-inner {
    width: 650px;
    left: -530px;
}

.user-el .block-inner {
    left: auto;
    right: 0
}

.inner-content:not(.active) .block-inner>ul {
    display: none
}

.inner-content {
    cursor: pointer
}

.inner-content:hover {
    background: #338bd9
}

.inner-content.active:hover,.inner-content.active:focus {
    background: #fff
}

.inner-content.active .block-inner {
    opacity: 1;
    z-index: 9999;
    transition: 0.3s linear;
    border-radius: 3px 0px 3px 3px
}

.header-tools.inner-content.active .block-inner {
    border-radius: 0px 3px 3px 3px
}

.inner-content.active {
    background: #fff;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 9999
}

.header-tools.active:after {
    background: url(/i/tools_arrow_up.svg) no-repeat
}

.menu-sub {
    width: 100%
}

.menu-sub .menu-sub-title {
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    transition: all .3s linear;
    color: #007BC7;
    white-space: nowrap;
    position: relative
}

.menu-sub .menu-sub-title:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s linear;
    width: 24px;
    height: 24px;
    margin-right: 15px
}

.menu-sub .menu-sub-title:hover {
    background: #007BC7;
    color: #fff
}

.menu-sub .menu-sub-title b {
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #f38939
}

.menu-sub .menu-sub-block {
    display: none;
    position: absolute;
    left: -400px;
    width: 400px;
    background: #fff;
    margin-top: -40px;
    min-height: 40px;
    border: 1px solid #e5dfdf
}

.menu-sub:hover .menu-sub-block {
    display: block
}

.menu-sub .menu-sub-link {
    display: block;
    text-align: right;
    padding: 10px 15px 5px 15px;
    font-weight: 700;
    height: 40px
}


ul[data-current] {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-padding-start: 0;
    display: flex;
    flex-wrap: wrap
}

li[data-module] {
    width: 100%;
    height: 40px;
    color: #007BC7;
    transition: all .3s linear
}

.header-tools li[data-module] {
    width: 325px
}

li[data-module]:hover {
    background: #007BC7;
    color: #fff
}

li[data-module] a {
    font-size: 16px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    transition: all .3s linear;
    color: inherit;
    white-space: nowrap;
    font-weight: 500;
    text-decoration: none
}

ul[data-current] .tools-text {
    font-size: 16px;
    white-space: nowrap
}

ul[data-current] .tools-icon {
    display: flex;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    padding-left: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}



/* Language box
-----------------------------------------------------------------------------*/
.langbox {
	position: fixed;
	z-index: 9999;
	background: rgba(250, 251, 253, 0.8);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}
.langbox_container {
    overflow-y: scroll;
    max-height: 300px;
}
.langbox .in {
	font-size: 18px;
	line-height: 26px;
	background: #fff;
	padding: 20px 25px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 150px 0px rgba(0, 23, 32, 0.5);
	width: 620px;
	max-width: 100%;
	position: fixed;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -310px;
}
.langbox .in ul img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
.langbox .in h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.langbox .in ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}
.langbox .in ul li {
	margin: 0 0 10px 0;
	width: 25%;
	cursor: pointer;
}
.langbox .in ul li {
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	height: 32px;
	padding: 3px 7px 10px 7px;
	border-radius: 3px;
}
.langbox .in ul li:hover {
	background: #021627;
	color: #fff;
}
.langbox .in ul li.active {
	color: #828c94;
	background: #edf1f6;
	box-shadow: inset 0 3px 15px rgba(0,0,0,0.1);
	cursor: default;
}
.langbox .close {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #828c94;
}
.langbox .close:hover {
	color: #021627;
	cursor: pointer;
}



/* Middle
-----------------------------------------------------------------------------*/
.container {
	max-width: 1680px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
}
.content {
}
.content .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content .row {
	margin-left: -15px;
}
.content .col-2 {
	float: left;
	width: 50%;
	padding: 0 15px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    padding: 20px 0 120px 0;
    text-align: center;
    line-height: 28px;
    background-color: #5c6a99;
    margin-top: 40px;
}
footer ul.nav {
    padding-top: 10px;
    padding-bottom: 15px;
}
.footer ul li{
	display: inline-block;
	margin: 10px 12px;
}
.footer ul.ext li {
    width: 200px;
}
.footer ul a {
	font-family: Roboto Mono, monospace;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 0;
    color: #dddddd;
	text-transform: uppercase;
	cursor: pointer;
}
.footer ul a.active,
.footer ul a:hover {
	color: #00c497;
	text-decoration: none;
	font-weight: normal;
}
.footer .copyright-box {
    padding-top: 30px;
    border-top: 1px solid #393a41;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .copyright {
    color: #9cb0b6;
    font-size: 14px;
}
.footer .foo-buttons {
    margin-top: 20px;
}
.foo-langbox {
    border-radius: 15px;
    display: flex;
    font-size: 16px;
    align-items: center;
    height: 40px;
    max-width: 150px;
    padding: 5px 10px;
    color: #fff;
    background-color: hsla(0, 0%, 100%, .2);
}
.foo-langbox img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.foo-langbox:hover {
    cursor: pointer;
    background: #f0f2f6;
    color: #001720;
}

footer ul a.ext {
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 5px center;
    min-width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #f6f7f9;
    padding: 5px 15px 5px 45px;
    white-space: nowrap;
    display: block;
    font-size: 0px;
}
footer ul a.ext:hover {	border: 1px solid #00c497;
}
footer ul a.ext[data-browser="chrome"] {	background-image: url(/i/chrome.svg);
}
footer ul a.ext[data-browser="chrome"]:after {
	content: 'Chrome Extension';
	font-size: 14px;
}
footer ul a.ext[data-browser="opera"] {
	background-image: url(/i/opera.svg);
}
footer ul a.ext[data-browser="opera"]:after {
	content: 'Opera Extension';
	font-size: 14px;
}
footer ul a.ext[data-browser="firefox"] {
    background-image: url(/i/firefox.svg);
}
footer ul a.ext[data-browser="firefox"]:after {
	content: 'Firefox Extension';
	font-size: 14px;
}
footer ul a.ext[data-browser="edge"] {
	background-image: url(/i/edge.svg);
}
footer ul a.ext[data-browser="edge"]:after {
	content: 'Edge Extension';
	font-size: 14px;
}
footer ul a.ext[data-browser="telegram"] {
	background-image: url(/i/telegram.svg);
}
footer ul a.ext[data-browser="telegram"]:after {
	content: 'Telegram Bot';
	font-size: 14px;
}


.loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/i/loader.svg) no-repeat center center;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	z-index: 9;
	top: 0px;
	left: 0px;
	display: none;
}
.loader.gray {
	background-color: rgba(250, 251, 253, 0.8);
}


.ablock {	margin: 15px auto;
	max-width: 1280px;
}


/* File uploader
-----------------------------------------------------------------------------*/
.dm-uploader {
	cursor:default;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.dm-uploader .btn {
	position:relative;
	overflow:hidden;
}

.dm-uploader .btn input[type=file] {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	border:solid transparent;
	width:100%;
	opacity:0;
	cursor:pointer;
}

.small-form {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 50px auto
}

.small-form-title,.message-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .1px;
    color: #424242
}

.small-form-text,.message-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px
}

.small-form-hint,.message-hint {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #424242;
    margin-top: 20px
}

.small-form-row,.small-form-row-half {
    margin: 24px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.small-form-row-half input,.small-form-row-half button {
    width: 49%;
    width: calc(50% - 10px);
    height: 45px;
    font-size: 14px
}

.small-form-row input {
    width: 100%;
    height: 45px;
    font-size: 14px
}

.small-form-buttons button {
    width: 100%;
    height: 45px;
    font-size: 18px
}

.small-form-row:before {
    content: attr(title);
    font-size: 12px;
    margin-bottom: 3px;
    color: #5a6468
}

.simple-page-form {
    margin-bottom: 50px
}

.simple-page-text {
    overflow: hidden;
    text-align: justify;
    margin: 24px auto;
    color: #424242;
    font-size: 20px;
    line-height: 38px;
    display: flex;
    align-items: center;
    /*justify-content:space-between;*/
    flex-wrap: wrap
}

.simple-page-text h2 {
    width: 100%;
    margin-bottom: 24px
}

.simple-page-text p {
    clear: both;
    margin-bottom: 24px
}

.simple-page-text p:last-child {
    margin-bottom: 0
}

.simple-page-text-left .list-part-bottom {
    margin-bottom: 24px
}

.simple-page-text-left h2 {
    margin-bottom: 24px
}

.simple-page-text-left.adaptive-hide {
    width: 50%;
    padding-right: 25px
}

.simple-page-text-right {
    width: 50%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain
}

.simple-page-text-left ul li {
    line-height: 40px;
    margin: 0 0 12px 0;
    background-image: url(/rectangle.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px
}

.simple-page-input-after {
    text-align: center;
    margin-top: 10px;
    color: #ccc;
    font-size: 14px
}

.simple-page-input-title {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    color: #424242;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px
}

.simple-page-input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.simple-page-input-wrapper input {
    color: #424242;
    font-size: 20px;
    font-family: Roboto,sans-serif;
    height: 70px;
    border: 2px solid #338BD9;
    border-right: 0;
    border-radius: 3px 0 0 3px
}

.simple-page-input-wrapper button {
    width: 228px;
    height: 70px;
    font-size: 20px;
    border: 2px solid #338BD9;
    border-radius: 0 3px 3px 0
}


#cookies {
    position: fixed;
    width: 400px;
    height: auto;
    padding: 15px 25px 15px 25px;
    background: #1e3647;
    color: #fff;
    z-index: 9999999999;
    bottom: 40px;
    left: 40px;
    border-radius: 3px
}

#cookies>div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

#cookies>div>div {
    font-size: 18px;
    padding: 10px;
    width: 100%
}

#cookies button {
    background: #338bd9;
    background-image: linear-gradient(70deg,#338bd9 2%,#2881CA);
    width: 100%
}

#cookies button:hover {
    background: #2881CA;
    color: #fff
}


.block-form {
    padding: 15vh 10px 50vh 10px;
    width: 100%
}

.block-form .block-form-inner {
    max-width: 480px;
    margin: auto
}

.block-form .block-info-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .1px;
    color: #424242
}

.block-form .block-info-text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    opacity: .85;
    color: #2c4158;
    display: block;
    text-align: center
}

.block-form .block-info-hint {
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    opacity: .85;
    color: #2c4158;
    display: block;
    text-align: justify
}

.block-form .block-info-lone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px
}

.block-form .block-info-lone a {
    margin: 0;
    background: #46586d;
    color: #fff;
    border-radius: 3px;
    height: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 25px;
    transition: all .3s linear;
    text-decoration: none
}

.block-form .block-info-lone a:hover {
    background: #2c4158
}
.header .header-nav .foo-buttons {
    display: none;
}


/* Different monitor screens
-----------------------------------------------------------------------------*/

@media screen and (max-width: 1024px) {
	.row {
		float: none;
		margin: 0px !important;
		padding: 0px !important;
	}
	.row .col-2 {
		float: none;
		width: 100%;
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}

	header .btn {
        max-width: 40px;
        font-size: 0px;
        padding: 0px;
        min-width: 40px;
    }
    header .btn[data-name="account"]:before {
		content: "A";
		font-size: 20px;
	}
	header .btn[data-name="settings_config"]:before {
		content: "S/C";
		font-size: 20px;
	}
	header .btn[data-name="settings_languages"]:before {
		content: "S/L";
		font-size: 20px;
	}
	header .btn[data-name="settings_blog"]:before {
		content: "S/B";
		font-size: 20px;
	}
	header .user-block {
        position: absolute;
        height: 80px;
        right: 0;
        top: 0;
        padding-right: 8px;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 2px transparent
    }
    header.active .user-block {
        z-index: 9999!important;
        border-bottom: 2px solid #f0f3f9;
        width: 260px;
        top: 1px
    }

    header.active .btn-profile,header.active .btn-settings {
        z-index: -1;
        display: none
    }

	header .user-block:before {
        display: none
    }

    header .header-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        overflow-y: auto;
        right: -260px;
        width: 260px;
        background: #9d9e9f;
        transition: 0.3s linear;
        display: block;
        overflow-y: auto;
        padding: 80px 0px 100px;
    }
    header.active .header-nav {
        right: 0;
    }
	header .header-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .header-nav a {
        display: flex;
        position: relative;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        height: 40px;
        padding: 5px 10px;
        align-items: center;
        width: 100%;
    }
	header .header-nav a.header-nav__i, header .header-nav .btn-links {
        /*background-image: url(/radio-blue.svg);*/
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 30px;
        padding-left: 45px;
    }
    header .btn-menu {
        border: 0;
        background: none;
        font-size: 24px;
        transition: all 0.4s;
        outline: none!important;
        line-height: 1;
        text-align: right;
        width: 50px;
        height: 40px;
        display: block!important;
        background-image: url(/i/menu.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        cursor: pointer;
        margin-left: 10px;
        position: relative
    }
    .header-nav .btn-login, .header-nav .btn-signup {
        width: 80%;
        margin: 10px auto;
        display: flex;
    }

    .header .logo a {
        height: 40px;
        width: 55px;
        margin-left: 4px;
        background-image: url(/logo/logo-light.svg);
    }
    .header .logo.yep a {
        background-image: url(/logo/logo-yep-light.svg);
    }
    .header .logo.met a {
        background-image: url(/logo/logo-met-light.png);
    }
    .header .slogan {
		display: none;
	}
	.header .user-block .foo-buttons {
    	display: none;
	}
	.header .header-nav .foo-buttons {
    	display: block;
	}
}
@media screen and (max-width: 720px) {
	.header .social {
		display: none;
	}
	.header .logo img {
	    width: 100px;
	}
	.inner {
		padding: 0px 15px;
	}
	.footer {
		padding: 30px 0;
	}
	.content .inner {
		padding-bottom: 0px;
	}
	.langbox .in {
		width: 100%;
		max-width: 100%;
		position: fixed;
		top: 10%;
		margin-top: 0px;
		left: 0%;
		margin-left: 0px;
	}
	.langbox .in ul li {
		width: 33.33%;
	}
}
@media screen and (max-width: 570px) {
    #cookies {
        left:5px;
        padding: 10px;
        width: 100%;
        width: calc(100% - 10px)
    }
}

@media screen and (max-width: 540px) {
	.header .slogan {
		display: none;
	}
	.langbox .in ul li {
		width: 50%;
	}
	.footer .copyright-box {
		justify-content: center;
    	flex-wrap: wrap;
        padding-top: 10px;
	}
}
@media screen and (max-width: 340px) {
	.langbox .in ul li {
		width: 100%;
	}
}

@media screen and (max-width: 180px) {
	::-webkit-input-placeholder {
		font-size: 13px;
	}
	:-moz-placeholder {
		font-size: 13px;
	}
	::-moz-placeholder {
		font-size: 13px;
	}
	:-ms-input-placeholder {
		font-size: 13px;
	}
	.content {
		padding: 0;
	}
	.content .inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer ul li {
		display: block;
		margin-bottom: 10px;
	}
	.inp {
		height: 38px;
		padding: 0 15px;
	}

	.langbox .in {
		padding: 15px;
	}
	.langbox .in ul li a {
		font-size: 12px;
		height: 30px;
		padding: 2px 6px 10px 6px;
	}

	.footer {
		background: #001720;
		color: #9cb0b6;
		padding: 30px 0 30px 0;
		margin-top: 30px;
	}
	.footer .copyright {
		color: #334b56;
		margin: 20px 0 10px 0;
	}
	.footer .copyright a{
		color: #fff;
	}
	.footer ul a.active {
		color: #334b56;
	}
	.footer ul li {
		float: left;
		width: 50%;
		display: block;
		text-align: left;
		margin: 0px;
		padding-left: 10px;
		position: relative;
		line-height: 24px;
		padding: 5px 0 5px 10px;
	}
	.footer ul li:after {
		position: absolute;
		left: -5px;
		top: 0px;
		content: 'aˆ?';
		color: #607781;
	}
	.foo-langbox {
		border: 1px solid #334b56;
	}
}