body {
	color: #2B292D;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-top: 80px;
	min-width: 360px
}

.clear:after {
	content: " ";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0
}

.utm-builder {
	position: relative;
	width: 100%
}

.utm-builder.loading:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(31 28 29 / .5);
	z-index: 5
}

.utm-builder>img {
	position: absolute;
	left: 10px;
	top: calc(50% - 8px)
}

.utm-builder .utm-probe {
	position: absolute;
	left: -200px;
	top: -200px;
	visibility: hidden;
	z-index: 0
}

.utm-builder input {
	height: 40px;
	padding: 1px 30px 0 30px;
	font-size: 14px
}

.utm-builder.big input {
	padding: 0 30px 0 50px
}

.utm-builder[data-utm="2"] input {
	padding-right: 105px
}

.utm-builder.big>img {
	top: calc(50% - 15px)
}

.utm-builder[data-utm="1"]>span {
	display: none
}

.utm-builder>span {
	position: absolute;
	right: 2px;
	top: 5px;
	display: flex;
	align-items: center;
	bottom: 5px;
	padding: 0 10px 0 30px;
	text-align: center;
	color: #338BD9;
	font-size: 12px;
	cursor: pointer;
	user-select: none;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 10px center;
	background-image: url(https://iplogger.site/css/svg/settings-grey.svg);
	transition: all .3s linear;
	z-index: 1
}

.utm-builder>span:hover {
	color: #8a96a3
}

.predefined-utm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px
}

.predefined-utm button {
	flex: 0 0 143px;
	width: auto;
	margin-top: 10px
}

.container {
	width: 1280px;
	margin: 0 auto
}

.switch-btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 50px;
	height: 19px;
	border-radius: 12px;
	background: rgba(0, 0, 0, .34);
	border: none;
	transition-duration: 300ms;
	z-index: 0;
	cursor: pointer
}

.switch-btn:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	height: 27px;
	width: 27px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .24);
	transition-duration: 300ms;
	z-index: 1
}

.switch-btn.switch-on {
	background: rgba(51, 139, 217, .98)
}

.switch-btn.switch-on:after {
	left: 24px
}

#modal-rules [data-stage] {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden
}

.page-wrapper {
	overflow: hidden;
	margin-bottom: 50px
}

.page-wrapper h1 {
	text-align: center;
	margin: 35px auto;
	color: #424242
}

.page-wrapper h2 {
	text-align: left;
	color: #424242
}

.page-wrapper h2.attention-title {
	display: flex;
	justify-content: center
}

.page-wrapper h2.attention-title img {
	margin-right: 20px
}

.pretext {
	text-align: justify;
	margin-bottom: 50px;
	color: #424242;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px
}

.pretext.center {
	text-align: center
}

.heading {
	padding: 10px 0;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between
}

header {
	width: 100%;
	height: 90px;
	top: 0;
	color: #fff;
	background: #2C4158;
}

header .header-index {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #2f4773;
	height: 80px
}

#_flexbar_ ._bsa_flexbar {
	z-index: 99 !important
}

main {
	padding: 0 0
}

.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
}

.block-form .block-info-article {
	margin: 15px auto;
	padding: 0 40px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	opacity: .85;
	color: #2c4158;
	max-width: 1024px;
	cursor: default
}

.block-form .block-info-article h6 {
	font-size: 16px;
	line-height: 25px;
	margin: 15px 0 5px 0;
	background-image: url(https://iplogger.site/rectangle.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
	color: #2B292D
}

.block-form .block-info-date {
	margin: 0 auto;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
	color: #4f4d50;
	text-align: right;
	max-width: 1024px;
	cursor: default;
	user-select: none
}

.logo {
	display: inline-block
}

footer .logo {
	margin: 3px auto;
	width: 100%
}

header .logo {
	position: relative;
	margin-right: 15px
}

.logo .logo-img {
	background-image: url(https://iplogger.site/css/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 154px;
	height: 31px;
	margin: auto
}

.logo-text {
	margin-top: 5px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	white-space: nowrap
}

header .header-nav {
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

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-nav__b {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

header .header-nav__i:last-child {
	margin-right: 0
}

header .header-nav__i:hover,
header .header-nav__i[data-mark] {
	color: #f9a956
}

header .header-nav__i.app {
	background-image: url(https://iplogger.site/google-play-badge.png) !important;
	height: 40px;
	width: 133px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important
}

header .header-nav__i.tg {
	background-image: url(https://iplogger.site/tg-badge.png) !important;
	height: 40px;
	width: 40px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin-right: 15px
}

header .header-nav__i.tg:hover,
header .header-nav__i.app:hover {
	border: 1px solid transparent
}

.header-my-links {
	display: block;
	float: left;
	width: 120px;
	height: 40px;
	margin: 20px 10px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background: #338BD9;
	border: none;
	border-radius: 3px;
	cursor: pointer
}

.header-tools {
	position: relative;
	min-width: 120px;
	max-width: 180px;
	height: 40px;
	margin: 20px 20px 20px 0;
	font-size: 16px;
	color: #F9B453;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
	margin-left: 10px
}

.header-tools-title {
	display: block;
	margin: 10px 40px 10px 15px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap
}

.header-tools:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 13px;
	height: 7px;
	margin-top: -3px;
	background: url(https://iplogger.site/icons/tools_arrow_down.svg) no-repeat
}

.header-tools-inner {
	width: 100%
}

.header-tools-inner li a {
	display: flex;
	align-items: center;
	padding: 0 15px;
	color: #007BC7;
	height: 40px
}

.header-tools-inner li a:hover {
	background: #007BC7;
	color: #fff
}

.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
}

.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(https://iplogger.site/icons/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
}

.btn-login,
.btn-signup,
.btn-links {
	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
}

.btn-login {
	width: 90px;
	background: #338bd9;
	background-image: linear-gradient(70deg, #338bd9 2%, #2881CA)
}

.btn-login:hover {
	background: #2881CA;
	color: #fff
}

.btn-signup {
	width: 125px;
	margin-left: 10px;
	background: #F9B453;
	background: linear-gradient(49.95deg, #F9B453 24.46%, #FF985B 79.58%)
}

.btn-signup:hover {
	background: #FF985B;
	color: #fff
}

.btn-links {
	width: 120px;
	background: #338bd9;
	background-image: linear-gradient(70deg, #338bd9 2%, #2881CA)
}

.btn-links:hover {
	background: #2881CA;
	color: #fff
}

header .user-block {
	display: flex;
	position: relative
}

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(https://iplogger.site/icons/user.svg)
}

header .user-el.btn-settings .ico {
	background-image: url(https://iplogger.site/icons/settings.svg)
}

header .user-el.btn-help .ico {
	background-image: url(https://iplogger.site/icons/question.svg)
}

footer {
	overflow: hidden;
	padding: 30px 0;
	font-size: 13px;
	line-height: 30px;
	background: #2C4158
}

footer .container {
	display: flex;
	align-items: center;
	max-width: 1200px;
	height: 100%;
	padding: 0 0
}

footer .footer__row {
	display: flex;
	justify-content: space-between;
	width: 100%
}

footer .footer__column {
	margin-right: 30px;
	max-width: 240px
}

footer .footer__column:last-child {
	margin-right: 0
}

footer .footer__socials-box {
	display: flex;
	margin-top: 10px;
	align-items: center;
	justify-content: center
}

footer .footer__language-box {
	display: flex;
	margin-top: 10px;
	align-items: center;
	justify-content: center
}

footer .footer__copyright {
	color: hsl(211, 11%, 59%);
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	border: 1px solid #46586d;
	border-radius: 3px
}

footer .footer__company {
	font-weight: bold;
	font-size: 16px
}

footer .footer__address {
	font-size: 10px;
	line-height: 14px
}

footer .footer__social-i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background: hsla(0, 0%, 100%, .12);
	border: 1px solid hsla(0, 0%, 100%, 0);
	margin-right: 10px
}

footer .footer__social-i:last-child {
	margin-right: 0
}

footer .footer__social-i:focus,
footer .footer__social-i:hover {
	background: hsla(0, 0%, 100%, 0)
}

footer .footer__social-i.fb span {
	background-image: url(https://iplogger.site/logo-facebook-white-opacity.svg);
	background-size: 60%
}

footer .footer__social-i:focus.fb span,
footer .footer__social-i:hover.fb span {
	background-image: url(https://iplogger.site/logo-facebook-brand.svg)
}

footer .footer__social-i:focus.fb,
footer .footer__social-i:hover.fb {
	border-color: #3b5998
}

footer .footer__social-i.at span {
	background-image: url(https://iplogger.site/logo-at-white-opacity.svg)
}

footer .footer__social-i:focus.at span,
footer .footer__social-i:hover.at span {
	background-image: url(https://iplogger.site/logo-at-brand.svg)
}

footer .footer__social-i:focus.at,
footer .footer__social-i:hover.at {
	border-color: #ff9e00
}

footer .footer__social-i.yt span {
	background-image: url(https://iplogger.site/logo-yt-white-opacity.svg)
}

footer .footer__social-i:focus.yt span,
footer .footer__social-i:hover.yt span {
	background-image: url(https://iplogger.site/logo-yt-brand.svg)
}

footer .footer__social-i:focus.yt,
footer .footer__social-i:hover.yt {
	border-color: #ff0000
}

footer .footer__social-i.tg span {
	background-image: url(https://iplogger.site/logo-tg-white-opacity.svg);
	background-position: -1px 1px
}

footer .footer__social-i:focus.tg span,
footer .footer__social-i:hover.tg span {
	background-image: url(https://iplogger.site/logo-tg-brand.svg)
}

footer .footer__social-i:focus.tg,
footer .footer__social-i:hover.tg {
	border-color: #2BADDF
}

footer .footer__social-i.ld span {
	background-image: url(https://iplogger.site/logo-ld-white-opacity.svg);
	background-position: 1px 0;
	margin-top: -4px
}

footer .footer__social-i:focus.ld span,
footer .footer__social-i:hover.ld span {
	background-image: url(https://iplogger.site/logo-ld-brand.svg)
}

footer .footer__social-i:focus.ld,
footer .footer__social-i:hover.ld {
	border-color: #0077b5
}

footer .footer__social-i.tw span {
	background-image: url(https://iplogger.site/logo-twitter-white-opacity.svg)
}

footer .footer__social-i:focus.tw span,
footer .footer__social-i:hover.tw span {
	background-image: url(https://iplogger.site/logo-twitter-brand.svg)
}

footer .footer__social-i:focus.tw,
footer .footer__social-i:hover.tw {
	border-color: #1da1f2
}

footer .footer__social-i.rd span {
	background-image: url(https://iplogger.site/logo-reddit-white-opacity.svg)
}

footer .footer__social-i:focus.rd span,
footer .footer__social-i:hover.rd span {
	background-image: url(https://iplogger.site/logo-reddit-brand.svg)
}

footer .footer__social-i:focus.rd,
footer .footer__social-i:hover.rd {
	border-color: #ff4500
}

footer .footer__social-i.gp {
	width: 191px;
	height: 58px;
	border-radius: 8px
}

footer .footer__social-i.gp span {
	background-image: url(https://iplogger.site/google-play-badge.png);
	width: 100%;
	height: 100%
}

footer .footer__social-i:focus.gp,
footer .footer__social-i:hover.gp {
	border-color: #3189d6
}

footer .footer__social-i span {
	display: block;
	width: 20px;
	height: 20px;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

footer .footer__nav-title {
	font-size: 14px;
	color: #fff;
	margin-bottom: 18px
}

footer .footer__nav {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	height: 100%;
	justify-content: space-evenly
}

.footer__nav.more {
	justify-content: flex-start;
	align-items: center
}

footer .footer__nav-i {
	display: inline-block;
	line-height: 30px;
	transition: all .3s linear;
	cursor: pointer;
	color: #fff;
	mix-blend-mode: normal;
	opacity: .62
}

footer .footer__nav-i:focus,
footer .footer__nav-i:hover {
	opacity: 1
}

footer .footer__marked {
	color: #338bd9
}

footer .btn-signup {
	width: 185px;
	margin: 0;
	margin-bottom: 10px
}

footer .btn-login {
	width: 185px;
	margin: 0;
	margin-bottom: 10px;
	background: #46586d
}

.header-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .6);
	z-index: 4
}

.warning {
	border: 1px solid #f5f5f5;
	border-radius: 3px
}

.warning>div {
	padding: 0 10px;
	text-align: justify;
	color: #424242;
	font-size: 20px;
	line-height: 38px
}

.warning H2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 10px 0;
	line-height: 48px
}

.warning H2:before {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	margin-right: 10px;
	background-image: url(https://iplogger.site/attention.svg);
	background-repeat: no-repeat
}

.exception {
	background: #eaeaea;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	margin-bottom: 25px
}

.exception>div {
	padding: 10px 20px;
	text-align: justify;
	color: #424242;
	font-size: 20px;
	line-height: 40px
}

.exception H2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	line-height: 48px;
	background: #f9b453;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	border-radius: 3px
}

.exception H2:before,
.exception H2:after {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 10px;
	background-image: url(https://iplogger.site/attention.svg);
	background-repeat: no-repeat
}

.action {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 20px;
	background-color: transparent;
	background-position: center;
	border: 1px solid #cfd3d5;
	cursor: pointer;
	display: inline-flex;
	border-radius: 3px
}

.action.download {
	background-image: url(https://iplogger.site/icons/upload.svg)
}

.action.download:hover,
.action.download:active {
	background-image: url(https://iplogger.site/icons/upload_hover.svg)
}

.action.share {
	background-image: url(https://iplogger.site/icons/share.svg)
}

.action.share:hover,
.action.share:active {
	background-image: url(https://iplogger.site/icons/share_hover.svg)
}

.action.delete {
	background-image: url(https://iplogger.site/icons/delete.svg)
}

.action.delete:hover,
.action.delete:active {
	background-image: url(https://iplogger.site/icons/delete_hover.svg)
}

.action.export {
	background-image: url(https://iplogger.site/icons/export.svg)
}

.action.export:hover,
.action.export:active {
	background-image: url(https://iplogger.site/icons/export_hover.svg)
}

label.favorite input {
	display: none
}

label.favorite span {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background-image: url(https://iplogger.site/icons/star.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-color: transparent;
	background-position: center;
	border: 1px solid #cfd3d5;
	cursor: pointer;
	display: flex;
	border-radius: 3px
}

label.favorite span:hover {
	background-image: url(https://iplogger.site/icons/star_hover.svg)
}

label.favorite input:checked~span {
	background-image: url(https://iplogger.site/icons/star_active.svg)
}

#date-select .date-title {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	font-weight
}

#date-select .date-ranges {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	margin: 10px auto;
	height: 40px;
	border: 1px solid #7e8c98;
	border-radius: 3px;
	width: 95%;
	width: calc(100% - 40px)
}

#date-select .date-ranges>div {
	display: flex;
	height: 100%;
	padding: 0 10px;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	align-items: center;
	justify-content: center
}

#date-select .date-ranges>div:not(:last-child) {
	border-right: 1px solid #7e8c98
}

#date-select .date-ranges>div.selected {
	background-color: #338bd9;
	color: #e8ecee
}

#date-select .date-inputs {
	display: table;
	margin: 10px auto;
	width: 95%;
	width: calc(100% - 40px)
}

#date-select .date-inputs>div {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center
}

#date-select .date-inputs>div.date-arrow {
	width: 40px;
	background-image: url(https://iplogger.site/arrow_right_blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%
}

#date-select .date-buttons {
	display: flex;
	margin: 10px auto;
	align-items: center;
	justify-content: center;
	width: 95%;
	width: calc(100% - 40px)
}

#date-select .date-buttons button {
	width: 100%
}

.popup-more-info {
	position: relative;
	width: 900px;
	margin: 100px auto;
	color: #424242;
	font-size: 15px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	z-index: 888
}

.popup-more-info .modal-window-close {
	top: 15px;
	right: 20px
}

.popup-more-info-title {
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase
}

.popup-more-info-header {
	padding: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.more-info-table {
	padding: 0 20px
}

.more-info-table table {
	width: 100%;
	margin: 20px auto 40px;
	background: #fff;
	border-collapse: collapse
}

.more-info-table table tr:nth-child(odd) {
	background: #F4F4F4
}

.more-info-table table td {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ECF0F1
}

.popup-more-info-footer {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #E5E5E5;
}

.popup-more-info-close {
	display: block;
	float: right;
	width: 126px;
	height: 42px;
	color: #fff;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	background: #338BD9;
	border: 1px solid #338BD9;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer
}

.popup-more-info-close:hover {
	color: #338BD9;
	background: #fff
}

.popup-filter {
	overflow: hidden;
	position: relative;
	width: 300px;
	margin: 100px auto;
	color: rgba(0, 0, 0, .85);
	font-size: 15px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	box-sizing: border-box;
	z-index: 888
}

.popup-filter-search {
	display: block;
	width: 100%;
	height: 38px;
	border: 1px solid #C6CACC;
	border-radius: 3px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 100%)
}

.popup-filter-search button {
	position: relative;
	float: left;
	width: 40px;
	height: 38px;
	background: #fff;
	border: none;
	cursor: pointer
}

.popup-filter-search button:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 13px;
	width: 14px;
	height: 15px;
	background: url(https://iplogger.site/icons/popup_search.svg) no-repeat;
	border: none
}

.popup-filter-search input {
	width: 260px;
	height: 38px;
	padding-right: 15px;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	border: none;
	box-sizing: border-box;
	outline: none
}

.popup-filter-search input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .55);
	font-size: 14px;
	font-family: Roboto, sans-serif
}

.popup-filter-search input::-moz-placeholder {
	color: rgba(0, 0, 0, .55);
	font-size: 14px;
	font-family: Roboto, sans-serif
}

.popup-filter-list li {
	padding: 8px
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-checkbox+label {
	display: inline-block;
	vertical-align: middle;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	line-height: 20px
}

.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 3px;
	box-sizing: border-box
}

.custom-checkbox:checked+label::before {
	background: url(https://iplogger.site/icons/check_white.svg) no-repeat;
	border: none
}

.popup-filter-buttons {
	float: right;
	padding: 8px
}

.popup-filter-buttons button {
	text-align: center;
	width: 60px;
	height: 20px;
	color: #424242;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	background: #F4F4F4;
	border: 1px solid #424242;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer
}

.popup-filter-buttons .popup-filter-apply {
	color: #fff;
	background: #338BD9;
	border: 1px solid #338BD9
}

.show-map {
	position: relative;
	width: 800px;
	height: 600px;
	margin: 100px auto;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	z-index: 888
}

.popup-map-in-table {
	cursor: pointer
}

#date-select {
	max-width: 600px
}

.recent-detections-table {
	width: 100%;
	margin: 35px auto 50px;
	color: #424242;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	border-collapse: collapse
}

.recent-detections-table a {
	color: #338BD9
}

.recent-detections-table th {
	text-align: left
}

.recent-detections-table tr {
	border-bottom: 1px solid #DEE2E6
}

.recent-detections-table th,
.recent-detections-table td {
	padding: 5px
}

.recent-detections-title {
	font-weight: 400
}

.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
}

.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(https://iplogger.site/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
}

@media (max-width:570px) {
	#cookies {
		left: 5px;
		padding: 10px;
		width: 100%;
		width: calc(100% - 10px)
	}
}

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

#cookies>div>div {
	font-size: 14px;
	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
}

.commercial-wide {
	margin: 20px auto;
	display: block;
	max-height: 600px;
	height: auto;
	max-width: 1280px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	z-index: 1000
}

.commercial-floating {
	display: none;
	align-items: center;
	justify-content: center;
	right: 15px;
	position: fixed;
	top: 225px;
	height: 625px;
	max-height: 875px;
	width: 100%;
	max-width: 150px;
	overflow: hidden;
	z-index: 1000;
	overflow-y: auto;
	padding-bottom: 10px
}

.commercial-wide>ins,
.commercial-floating>ins,
.commercial-wide>div,
.commercial-floating>div {
	display: block;
	width: 100%;
	height: 100%
}

.commercial-footer {
	margin: 0px auto;
	display: block;
	height: auto;
	max-width: 1280px;
	width: 100%;
	overflow: hidden;
	padding: 10px 20px
}

@media (min-width:2000px) {
	.commercial-floating {
		max-width: 300px
	}
}

@media (min-width:1700px) and (min-height:750px) {
	.commercial-floating {
		display: flex
	}
}

@media (max-width:1300px) {
	.container {
		width: 96%;
		padding: 0 2%
	}

	header .header-nav__i {
		margin-right: 25px
	}
}

@media (max-width:1279px) {
	.header-nav__b {
		border-top: 2px solid #f0f3f9;
		position: fixed;
		bottom: 0px;
		flex-wrap: wrap;
		justify-content: space-evenly;
		background: #2C4158;
		padding: 10px !important;
		z-index: 2
	}

	header .header-nav__i.tg {
		margin: 0px
	}

	header .header-nav__i.help {
		height: 40px;
		width: 195px;
		background-image: none !important;
		padding: 0px !important;
		border: 1px solid #ffffff;
		margin-top: 10px !important;
		background: #3088d5;
		justify-content: center;
		border-radius: 3px
	}

	header .header-nav {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 9999;
		overflow-y: auto;
		right: -260px;
		width: 260px;
		background: #2C4158;
		transition: 0.3s linear;
		display: block;
		overflow-y: auto;
		padding: 80px 0px 100px
	}

	header .header-nav:before {
		content: '';
		display: block;
		height: 80px;
		top: 0;
		width: 100%;
		position: fixed;
		background: #2C4158;
		z-index: 6
	}

	header .user-block {
		position: absolute;
		height: 80px;
		right: 0;
		top: 0;
		padding-right: 18px;
		align-items: center;
		justify-content: flex-end;
		border-bottom: 2px transparent
	}

	header.active .header-nav {
		right: 0
	}

	header.active .user-block {
		z-index: 9999 !important;
		border-bottom: 2px solid #f0f3f9;
		width: 260px;
		top: 1px
	}

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

	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:hover,
	header .header-nav .active>a,
	header .header-nav li:hover>a {
		color: #fff;
		text-decoration: none
	}

	header .header-nav a.header-nav__i,
	header .header-nav .btn-links {
		background-image: url(https://iplogger.site/radio-blue.svg);
		background-repeat: no-repeat;
		background-position: 4px center;
		background-size: 30px;
		padding-left: 38px
	}

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

	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(https://iplogger.site/menu.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 24px;
		cursor: pointer;
		margin-left: 10px;
		position: relative
	}

	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-tools.inner-content:hover {
		background: transparent
	}

	.header-tools.inner-content.active:hover,
	.header-tools.inner-content.active:focus {
		background: transparent
	}

	.header-nav .btn-login,
	.header-nav .btn-signup {
		width: 80%;
		margin: 10px auto;
		display: flex
	}

	.header-nav .btn-links {
		background: transparent;
		justify-content: left;
		color: #05a6e0;
		width: 100%;
		font-size: 16px
	}

	header .header-tools {
		border: 0;
		display: flex;
		align-items: center;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		height: auto;
		padding-top: 0
	}

	header .header-tools:after {
		display: none
	}

	.header-tools .header-tools-title {
		display: none
	}

	.header-tools .block-inner {
		display: block !important;
		position: relative;
		background: transparent;
		top: 0;
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		z-index: 1
	}

	.header-tools .block-inner>ul {
		display: block !important
	}

	footer .footer__row {
		display: block;
		margin: auto;
		width: auto
	}

	footer .footer__column {
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 0 0
	}

	footer .footer__column:not(:last-child) {
		padding: 0 0 15px 0
	}

	footer .footer__column:nth-child(2) {
		border-top: 1px solid #99a3ae
	}

	footer .footer__column a.logo {
		width: 100%
	}

	footer .footer__language-box {
		width: 100%;
		max-width: 240px;
		margin: 10px auto
	}

	footer .footer__socials-box {
		width: 100%;
		margin: 10px auto
	}

	footer .footer__nav {
		width: 100%;
		justify-content: center;
		align-items: center
	}
}

@media (max-width:1023px) {
	.create-link {
		width: 750px;
		padding: 40px 15px
	}

	.show-map {
		width: 700px;
		height: 500px
	}

	.tooltip-drop.w-100 {
		left: -105px
	}

	.simple-page-text-left.adaptive-hide {
		width: 100%;
		padding-right: 0
	}

	.simple-page-text-right.adaptive-hide {
		display: none
	}

	.simple-page-text-left ul li {
		text-align: left
	}

	.page-wrapper h1 {
		margin: 24px auto
	}

	.recent-detections-table {
		margin: 24px auto
	}

	.pretext,
	.simple-page-form {
		margin-bottom: 24px
	}
}

@media (max-width:768px) {
	h1 {
		font-size: 28px;
		line-height: 40px
	}

	h2 {
		font-size: 30px;
		line-height: 32px
	}

	h3 {
		font-size: 26px;
		line-height: 30px
	}

	.page-wrapper {
		padding: 0
	}

	.menu-sub .menu-sub-block {
		position: relative;
		left: auto;
		display: block
	}

	.menu-sub .menu-sub-link {
		display: none
	}

	.popup-date {
		width: 450px
	}

	.chart-interval {
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.chart-interval li {
		width: 33%;
		margin-top: 5px
	}

	.chart-interval li button {
		border-right: 1px solid #7E8C98
	}

	.chart-interval-input,
	.chart-interval-input:first-child,
	.chart-interval-arrow {
		clear: both;
		float: none;
		margin: 0 auto
	}

	.chart-interval-arrow {
		display: block;
		margin: 10px auto
	}

	.modal-window-close {
		right: 10px
	}

	.show-map {
		width: 470px;
		height: 400px
	}

	.recent-detections-table {
		font-size: 14px;
		line-height: 18px
	}

	.pretext,
	.simple-page-text {
		font-size: 18px;
		line-height: 30px
	}
}

@media (max-width:570px) {
	.recent-detections-table {
		font-size: 14px;
		line-height: 18px
	}

	.recent-detections-table th,
	.recent-detections-table td {
		width: 33%
	}

	.recent-detections-table th:nth-child(4),
	.recent-detections-table td:nth-child(4),
	.recent-detections-table th:nth-child(5),
	.recent-detections-table td:nth-child(5),
	.recent-detections-table th:nth-child(6),
	.recent-detections-table td:nth-child(6) {
		display: none
	}
}

@media (max-width:480px) {
	h1 {
		font-size: 30px;
		line-height: 32px
	}

	h2 {
		font-size: 24px;
		line-height: 28px
	}

	.popup-date {
		width: 96%;
		padding: 40px 2%
	}

	.share-link,
	.delete-link,
	.error-link {
		width: 96%;
		padding: 40px 2%
	}

	.share-link-social li {
		margin-left: 5px
	}

	.tooltip-drop {
		width: 200px
	}

	.tooltip-drop {
		left: -70px
	}

	.tooltip-drop.w-100 {
		left: -225px
	}

	.show-map {
		width: 96%;
		padding: 0 2%
	}

	#date-select .date-ranges>div:not(:last-child) {
		border: 0
	}

	#date-select .date-ranges>div {
		border: 0;
		padding: 5px 0
	}

	#date-select .date-ranges {
		flex-wrap: wrap;
		height: auto
	}
}

.dialog-logger-data .btn-copy {
	height: 25px;
	padding: 0 7px;
	color: #fff;
	font-size: 13px !important;
	line-height: 23px;
	background: #95a5a6;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 15px !important;
	width: 100px
}

.leaflet-control-zoom.leaflet-bar.leaflet-control a {
	text-decoration: none
}

.content.auth {
	max-width: 1280px;
	margin: 0px auto
}