/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	-blue: #007bff;
	-indigo: #6610f2;
	-purple: #6f42c1;
	-pink: #e83e8c;
	-red: #dc3545;
	-orange: #fd7e14;
	-yellow: #ffc107;
	-green: #28a745;
	-teal: #20c997;
	-cyan: #17a2b8;
	-white: #fff;
	-gray: #6c757d;
	-gray-dark: #343a40;
	-primary: #007bff;
	-secondary: #6c757d;
	-success: #28a745;
	-info: #17a2b8;
	-warning: #ffc107;
	-danger: #dc3545;
	-light: #f8f9fa;
	-dark: #343a40;
	-breakpoint-xs: 0;
	-breakpoint-sm: 576px;
	-breakpoint-md: 768px;
	-breakpoint-lg: 992px;
	-breakpoint-xl: 1200px;
	-font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

output {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled {
	pointer-events: none
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}



.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-text:last-child {
	margin-bottom: 0
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-white {
	border-color: #fff!important
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.vw-100 {
	width: 100vw!important
}

.vh-100 {
	height: 100vh!important
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.m-n1 {
	margin: -.25rem!important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem!important
}

.m-n2 {
	margin: -.5rem!important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem!important
}

.m-n3 {
	margin: -1rem!important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem!important
}

.m-n4 {
	margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem!important
}

.m-n5 {
	margin: -3rem!important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

.text-justify {
	text-align: justify!important
}

.text-wrap {
	white-space: normal!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-white {
	color: #fff!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #6c757d!important
}

.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}

.text-reset {
	color: inherit!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.rating_star {
	display: block;
	width: 19px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/v2/rating_star.svg)
}

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	background: #182936;
	cursor: default;
	height: 100%;
	position: relative
}

img {
	color: transparent
}


/*!* Action FLAT starts *!*/

.promo-flat-trf .promo-flat-row {
	justify-content: center
}

.promo-flat-trf .promo-flat-box {
	width: 369px
}

.promo-flat-trf .promo-kia-car {
	margin-left: 30px
}

.promo-flat-trf .promo-btn {
	color: #e64588;
	background-color: #fff;
	height: 40px;
	width: 102px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .0125em;
	text-transform: uppercase;
	transition: all .3s ease-out
}

.promo-flat-trf .promo-btn-blue {
	color: #0f7f8a
}

.promo-flat-trf .tarrif-block-promo {
	max-width: 370px
}

.promo-flat-trf.promo-flat.promo-flat-trf a {
	color: #fff
}

.promo-flat-trf.promo-kia .promo-content {
	max-width: 877px;
	width: 100%!important;
	padding-right: 58px;
	padding-left: 58px;
	margin-right: auto;
	margin-left: auto
}

.promo-flat-trf.login_2-login.promo-bright.promo-kia .modal-content {
	border-radius: 20px
}

.promo-flat-trf.promo-kia .promo-kia-last-item {
	margin-top: 20px;
	font-size: 18px
}

.promo-flat-trf.promo-kia .super .promo-kia-last-item:before {
	background-color: #fff;
	bottom: 40.5%
}

.promo-flat-trf.promo-kia.promo-bright .tarrif-block-promo {
	width: 100%;
	height: 97%;
	justify-content: space-between;
	padding: 25px 20px 20px
}

.promo-flat-trf.promo-kia.promo-bright .have-promo {
	margin-top: 20px;
	margin-bottom: 26px
}

.promo-flat-trf.promo-kia .title-tarf:before {
	border: none
}

.promo-flat-trf.promo-kia .title-tarf {
	font-size: 25px;
	margin-bottom: 15px
}

.promo-flat-trf.promo-flat .title-tarf {
	text-transform: none
}

.promo-flat-trf.promo-flat .promo-flat-wrap {
	margin-top: 25px
}

.promo-flat-trf.promo-flat .promo-flat-text {
	margin-bottom: 10px;
	line-height: 120%
}

.promo-flat-trf.promo-kia.promo-flat .super-free .info-trf {
	justify-content: flex-start
}

.promo-flat-trf.promo-kia.promo-bright .super-free {
	background: linear-gradient(180deg, #263c4c 0, #2a8593 100%)
}

.promo-flat-trf.promo-flat.promo-kia.promo-bright .super-free {
	background: #0f7f8a
}

.promo-flat-trf.login_2-login.promo-bright.promo-flat .modal-content {
	background: url(/images/v2/promo/promo_flat/promo-flat-bgc.jpg);
	border-radius: 0
}

.promo-flat-trf.promo-kia.promo-bright.promo-flat .tarrif-block-promo.super {
	background: url(/images/v2/promo/promo_flat/promo-flat-smotret-bg.jpg) center center/cover no-repeat
}

.promo-flat-trf.promo-flat .promo-flat-text-bold {
	margin-top: 60px;
	color: #15394c;
	font-weight: 600;
	font-size: 14px
}

.promo-flat-trf.promo-flat .promo-flat-action {
	position: absolute;
	right: 35px;
	top: 25px
}

.promo-flat-trf.promo-kia .promo-btn {
	width: 144px
}

.promo-flat-trf.promo-flat .promo-kia-car {
	position: relative
}

.promo-flat-trf.promo-kia .tarrif-block-promo.super .promo-btn {
	background-color: #d8271c;
	color: #fff
}

.promo-flat-trf.promo-flat.promo-kia .super .info-trf {
	justify-content: flex-start
}

.promo-flat-trf.promo-flat.promo-kia.promo-bright .tarrif-block-promo {
	height: 94%
}

.promo-flat-trf.promo-flat .promo-flat-key {
	position: absolute;
	right: -15px;
	bottom: 80px;
	max-width: 160px
}

.promo-flat-trf.promo-kia .promo-kia-list ul {
	position: relative;
	padding: 5px 0 14px 17px
}

.promo-flat-trf.promo-kia .promo-kia-list ul img {
	width: 15px
}

.promo-flat-trf.promo-kia .super-free .info-trf {
	justify-content: center
}

.promo-flat-trf.promo-kia .super .info-trf {
	justify-content: center
}

.promo-flat-trf.promo-kia .kia-free-gift {
	position: absolute;
	bottom: 1%;
	left: -18%
}

.promo-flat-trf.promo-kia .info-trf p {
	margin-bottom: 1px
}

.promo-flat-trf.promo-kia .promo-kia-list img {
	margin-right: 10px
}

.promo-flat-trf.promo-kia .promo-kia-bold {
	font-weight: 600;
	font-size: 20px
}

.promo-flat-trf.promo-kia .last-donut img {
	margin-right: 12px
}

.promo-flat-trf.promo-kia .promo-kia-last-item:before {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	height: 2px;
	background-color: #20bcc6;
	width: 75%;
	bottom: 38.5%;
	margin-left: -10px
}

.promo-flat-trf.promo-kia.promo-bright .promo-flat-box {
	transition: all .5s ease-out
}

.promo-flat-trf.promo-kia.promo-bright .promo-flat-box:hover {
	opacity: .5!important;
	cursor: pointer
}

.promo-flat-trf .tarrif-block-promo:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media screen and (max-height:600px) {
	.promo-flat-trf.promo-kia#promoModal .modal-content {
		top: 60px;
		left: 50%;
		transform: translate(-50%, 0);
		margin-bottom: 60px
	}
}

@media screen and (max-width:991px) {
	.promo-flat-trf.promo-kia .promo-content {
		padding-right: 15px;
		padding-left: 15px;
		max-width: 738px
	}
	.promo-flat-trf.promo-kia .kia-free-gift {
		width: 250px
	}
	.promo-flat-trf.promo-kia .promo-kia-last-item:before {
		width: 80%;
		margin-left: 4px
	}
	.promo-flat-trf.promo-flat .promo-flat-key {
		bottom: 100px;
		max-width: 146px
	}
	.promo-flat-trf .promo-kia-car {
		margin-left: 15px
	}
}

@media screen and (max-width:800px) {
	.promo-flat-trf.promo-kia .promo-kia-last-item:before {
		bottom: 36%
	}
	.promo-flat-trf.promo-kia .super .promo-kia-last-item:before {
		bottom: 38.5%
	}
	.promo-flat-trf.promo-flat .promo-flat-key {
		bottom: 80px
	}
}

@media screen and (max-width:800px) and (min-width:769px) {
	.promo-flat-trf.promo-flat.promo-kia.promo-bright .tarrif-block-promo {
		height: 97%
	}
}

@media screen and (max-width:768px) {
	.promo-flat-trf.promo-flat.promo-kia.promo-bright .tarrif-block-promo {
		height: 94%
	}
	.promo-flat-trf.promo-flat .promo-flat-wrap {
		margin-top: 15px
	}
	.promo-flat-trf.promo-flat .promo-flat-text {
		font-size: 13px
	}
	.promo-flat-trf.promo-flat .promo-flat-text-bold {
		margin-top: 60px
	}
	.promo-flat-trf.promo-flat.promo-kia .promo-btn,
	.promo-flat-trf.promo-flat.promo-kia .tarrif-block-promo.super .promo-btn {
		width: 190px
	}
	.promo-flat-trf.promo-flat.promo-kia .promo-kia-car {
		position: relative;
		height: 305px
	}
	.promo-flat-trf.promo-flat .super-free .promo-btn {
		margin-top: 30px;
		margin-bottom: 4px
	}
	.promo-flat-trf.tarrifs-blocks-promo {
		display: flex;
		flex-direction: column;
		align-items: center
	}
	.promo-flat-trf.promo-kia.promo-bright .tarrifs-blocks-promo .row .col-md-6 {
		max-width: 510px
	}
	.promo-flat-trf.tarrifs-blocks-promo .row {
		justify-content: center
	}
	.promo-flat-trf.promo-kia .info-trf p,
	.promo-flat-trf.promo-kia-last-item span {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 18px
	}
	.promo-flat-trf.promo-kia .promo-kia-bold {
		font-size: 16px
	}
	.promo-flat-trf.promo-kia .promo-kia-list ul {
		display: none
	}
	.promo-flat-trf.promo-kia .title-tarf {
		font-size: 16px;
		line-height: 20px
	}
	.promo-flat-trf.promo-kia .promo-kia-car {
		order: -1
	}
	.promo-flat-trf.promo-kia .promo-kia-last-item:before {
		display: none
	}
	.promo-flat-trf.promo-kia .promo-btn {
		width: 113px;
		height: 32px
	}
	.promo-flat-trf.promo-kia .super .info-trf,
	.promo-flat-trf.promo-kia .super-free .info-trf {
		justify-content: flex-end
	}
	.promo-flat-trf.promo-kia.promo-bright .tarrif-block-promo {
		height: 168px;
		padding: 14px 9px 12px 16px
	}
	.promo-flat-trf.promo-kia .promo-kia-list img {
		margin-right: 7px;
		width: 18px
	}
	.promo-flat-trf.promo-kia .kia-free-gift {
		width: 175px;
		bottom: -8%;
		left: 1%
	}
	.promo-flat-trf.promo-kia .promo-content {
		width: 95%!important
	}
	.promo-flat-trf.promo-kia .promo-kia-list {
		display: flex;
		flex-direction: column
	}
	.promo-flat-trf.promo-kia .promo-kia-last-item {
		margin-top: 0
	}
	.promo-flat-trf.promo-kia .info-trf p {
		margin-bottom: 5px
	}
	.promo-flat-trf .promo-kia-car {
		margin-right: 15px
	}
	.promo-flat-trf .promo-kia-car {
		margin-left: 0
	}
	.promo-flat-trf .promo-kia-car {
		margin-right: 0
	}
}

@media screen and (max-width:767px) {
	.promo-flat-trf .promo-flat-row {
		justify-content: center;
		flex-direction: column;
		align-items: center
	}
	.promo-flat-trf.promo-flat.promo-kia.promo-bright .super-free {
		background: #0f7f8a
	}
	.promo-flat-trf .promo-kia-car {
		margin-right: 0
	}
}

@media screen and (max-width:425px) {
	.promo-flat-trf-index.promo-kia .tarrifs-blocks-promo .row {
		margin-right: -15px;
		margin-left: -15px;
		width: 100%
	}
	.promo-flat-trf-index.promo-flat-trf .promo-flat-box {
		width: 100%
	}
	.promo-flat-trf.promo-flat .super-free .promo-btn {
		margin-bottom: 0
	}
	.promo-flat-trf.login_2-login.promo-bright.promo-kia .modal-content {
		border-radius: 0
	}
	.promo-flat-trf.promo-kia .kia-free-gift {
		width: 157px
	}
	.promo-flat-trf.promo-kia.promo-bright .open-smotrets {
		width: auto
	}
	.promo-flat-trf.promo-kia.promo-bright .promo-flat-box {
		padding: 0 15px
	}
	.promo-flat-trf.promo-kia.promo-bright .title-tarf {
		margin-bottom: 10px
	}
	.promo-flat-trf.promo-kia.promo-bright .enter-promo {
		margin: 0
	}
	.promo-flat-trf.promo-kia.promo-bright .have-promo {
		margin: 0
	}
	.promo-flat-trf.promo-kia#promoModal.promo-bright .modal-login_2-h1 {
		font-size: 22px;
		line-height: 24px
	}
	.promo-flat-trf.promo-kia .promo-content {
		width: 100%!important
	}
	.promo-flat-trf .promo-flat-box {
		width: 96%
	}
	.promo-flat-trf-index.promo-flat-trf.promo-flat .promo-flat-key {
		bottom: 103px;
		max-width: 125px;
		right: 13px
	}
}

@media screen and (max-width:425px) and (max-height:600px) {
	.promo-flat-trf.promo-kia#promoModal .modal-content {
		top: 0;
		margin-bottom: 0
	}
}

@media screen and (max-width:359px) {
	.promo-flat-trf.promo-flat .promo-flat-key {
		max-width: 120px;
		bottom: 106px
	}
	.promo-flat-trf.promo-flat.login_2-login.promo-bright .modal-content {
		height: 135%!important
	}
}

@media screen and (max-width:337px) {
	.promo-flat-trf-index.promo-flat-trf.promo-flat .promo-flat-text-bold {
		font-size: 13px
	}
	.promo-flat-trf-index.promo-flat-trf.promo-flat .promo-flat-key {
		bottom: 110px;
		max-width: 116px;
		right: 13px
	}
}


/*!* Action FLAT ends *!*/

.main_btnnew_wrap {
	margin-top: 60px
}

#banners_slider .owl-item .main_btnnew_wrap img {
	width: 24px;
	height: 25px;
	margin-top: 10px;
	margin-right: 18px
}

.main_btnnew_wrap span {
	font-family: Lato, sans-serif!important;
	font-weight: 600;
	font-size: 25px;
	line-height: 135%
}

#block-3 .main_btnnew_wrap p {
	margin-bottom: 20px;
	display: flex;
	max-width: 475px
}

#block-3 p.main_btnnew_ribbon {
	position: absolute;
	top: 24px;
	width: 520px;
	height: 74px;
	padding-left: 50px;
	font-family: Lato, sans-serif!important;
	font-size: 45px;
	background: linear-gradient(122.91deg, #ff7d7d 12.33%, #d7208e 108.17%);
	border-radius: 0 5px 5px 0
}

#block-3 .all-f-btn.main_btnnew_btn {
	position: absolute;
	bottom: 40px;
	right: 30px;
	height: 66px;
	line-height: 28px;
	display: flex;
	flex-direction: column;
	width: 320px;
	justify-content: center
}

.main_btnnew_span1 {
	font-size: 15px
}

#smotrets-kia {
	margin-top: 40px;
	text-align: center
}

#smotrets-kia.kia-smotrets {
	margin-bottom: 50px
}

#smotrets-kia.kia-smotrets .tarrifs-blocks-promo .row .col-md-6:first-of-type {
	opacity: .5!important
}

#smotrets-kia .dsc {
	color: #fff
}

.smotrets-kia-title {
	margin-bottom: 20px!important
}

#smotrets-kia .super .info-trf p,
.promo-kia-list li {
	float: left
}

#smotrets-kia .promo-content {
	max-width: 877px;
	width: 100%!important;
	padding-right: 58px;
	padding-left: 58px;
	margin-right: auto;
	margin-left: auto
}

#smotrets-kia .tarrif-block-promo {
	max-width: 480px;
	height: 97%;
	justify-content: space-between;
	padding: 25px 20px 20px
}

#smotrets-kia .have-promo {
	margin-top: 20px;
	margin-bottom: 26px
}

#smotrets-kia .title-tarf:before {
	border: none
}

#smotrets-kia .title-tarf {
	font-size: 28px;
	margin-bottom: 15px;
	text-transform: initial;
	text-align: center
}

#smotrets-kia .super-free {
	background: linear-gradient(180deg, #263c4c 0, #2a8593 100%);
	opacity: .95;
	float: right;
	padding-left: 70px;
	padding-right: 70px
}

#smotrets-kia .super {
	float: left;
	background: linear-gradient(122.91deg, #ff7d7d 12.33%, #d7208e 108.17%);
	opacity: .95;
	padding-left: 80px;
	padding-right: 40px
}

#smotrets-kia .tarrif-block-promo:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

#smotrets-kia .tarrif-block-promo {
	border: none
}

#smotrets-kia .super .info-trf p {
	text-align: center
}

#smotrets-kia .promo-kia-list {
	color: #fff
}

#smotrets-kia .promo-btn {
	color: #e64588;
	background-color: #fff;
	height: 40px;
	width: 102px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .0125em;
	text-transform: uppercase;
	transition: all .3s ease-out
}

#smotrets-kia .promo-btn {
	width: 202px
}

#smotrets-kia .promo-kia-list ul {
	position: relative;
	padding: 5px 0 14px 17px
}

#smotrets-kia .promo-kia-list ul img {
	width: 15px
}

#smotrets-kia .super-free .info-trf {
	display: flex;
	justify-content: center
}

#smotrets-kia .super .info-trf {
	display: flex;
	justify-content: center
}

#smotrets-kia .kia-free-gift {
	position: absolute;
	bottom: 1%;
	left: -12%
}

#smotrets-kia .info-trf p {
	margin-bottom: 1px;
	color: #fff
}

#smotrets-kia .promo-kia-list img {
	margin-right: 10px
}

#smotrets-kia .promo-kia-bold {
	font-weight: 600;
	font-size: 20px
}

#smotrets-kia .last-donut img {
	margin-right: 12px
}

#smotrets-kia .promo-kia-last-item {
	margin-top: 15px;
	position: relative;
	font-size: 19px
}

#smotrets-kia .super .promo-kia-last-item:before {
	background-color: #fff
}

#smotrets-kia .promo-kia-last-item:before {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #20bcc6;
	width: 285px;
	margin-left: 7px;
	top: -9px;
	left: 9px
}

#smotrets-kia .tarrifs-blocks-promo .row .col-md-6 {
	transition: all .5s ease-out
}

#smotrets-kia .tarrifs-blocks-promo .row .col-md-6:hover {
	opacity: .5!important;
	cursor: pointer
}

#smotrets-kia .promo-btn-blue {
	color: #fff;
	background-color: #21bfc4
}

@media screen and (max-width:1200px) {
	#smotrets-kia .super,
	#smotrets-kia .super-free {
		padding-left: 30px;
		padding-right: 30px
	}
	#smotrets-kia .promo-btn {
		width: 155px
	}
	#smotrets-kia {
		margin-top: 80px
	}
}

@media screen and (max-width:1024px) {
	#smotrets-kia .tarrif-block-promo {
		width: 93%
	}
}

@media screen and (max-width:960px) {
	#smotrets-kia .tarrif-block-promo {
		width: 100%
	}
}

@media screen and (max-width:991px) {
	#smotrets-kia .promo-content {
		padding-right: 15px;
		padding-left: 15px;
		max-width: 738px
	}
	#smotrets-kia .kia-free-gift {
		width: 250px
	}
}

@media screen and (max-width:800px) {
	#smotrets-kia .promo-btn {
		margin-top: 15px
	}
	#smotrets-kia .kia-free-gift {
		left: -23%
	}
	#smotrets-kia .tarrifs-blocks-promo {
		padding-bottom: 0
	}
	#smotrets-kia .tarrif-block-promo {
		margin-bottom: 0
	}
	#smotrets-kia .super .promo-btn {
		margin-bottom: -10px
	}
}

@media screen and (max-width:767px) {
	#smotrets-kia .super .promo-btn {
		margin-bottom: 0
	}
	#smotrets-kia .tarrifs-blocks-promo .row .col-md-6 {
		display: flex;
		justify-content: center;
		max-width: 480px
	}
	#smotrets-kia .tarrifs-blocks-promo .row .col-md-6:nth-of-type(2) {
		max-width: 510px
	}
	#smotrets-kia .title-tarf {
		font-size: 16px;
		line-height: 23px
	}
	#smotrets-kia .info-trf p,
	#smotrets-kia .promo-kia-last-item span {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 18px
	}
	#smotrets-kia .promo-kia-bold {
		font-size: 16px
	}
	#smotrets-kia .tarrif-block-promo.super-free {
		width: 480px
	}
	#smotrets-kia .tarrif-block-promo {
		margin-bottom: 20px
	}
	#smotrets-kia .promo-kia-last-item:before {
		width: 260px
	}
	#smotrets-kia .promo-kia-list ul {
		padding: 0 0 10px 17px
	}
	#smotrets-kia .tarrifs-blocks-promo {
		margin-top: 10px;
		padding-bottom: 0
	}
	#smotrets-kia {
		margin-top: 80px
	}
	#smotrets-kia .promo-btn {
		margin-top: 0
	}
	#smotrets-kia .tarrif-block-promo {
		height: 176px;
		width: 480px;
		padding: 14px 9px 12px 16px
	}
	#smotrets-kia .promo-kia-list img {
		margin-right: 7px;
		width: 18px
	}
	#smotrets-kia .kia-free-gift {
		width: 175px;
		bottom: 2%;
		left: -6%
	}
	#smotrets-kia .promo-content {
		width: 95%!important
	}
	#smotrets-kia .tarrifs-blocks-promo .row {
		justify-content: center
	}
	#smotrets-kia .super .info-trf {
		justify-content: flex-start
	}
	#smotrets-kia .promo-kia-list {
		color: #fff;
		display: flex;
		flex-direction: column
	}
	#smotrets-kia .promo-kia-last-item:before,
	#smotrets-kia .promo-kia-list ul {
		display: none
	}
	#smotrets-kia .info-trf.info-trf-btn {
		justify-content: flex-end
	}
	#smotrets-kia .promo-btn,
	#smotrets-kia .promo-btn.promo-btn-blue {
		width: 155px
	}
	#smotrets-kia .promo-kia-last-item {
		margin-top: 0
	}
	#smotrets-kia .super-free .info-trf {
		justify-content: flex-start
	}
	#smotrets-kia .super-free .info-trf.info-trf-btn {
		justify-content: flex-end
	}
	#smotrets-kia .title-tarf {
		text-transform: uppercase;
		text-align: left
	}
}

@media screen and (max-width:576px) {
	#smotrets-kia {
		margin-top: 50px
	}
}

@media screen and (max-width:510px) {
	#smotrets-kia .tarrifs-blocks-promo .row .col-md-6 a {
		width: 100%
	}
	#smotrets-kia .tarrif-block-promo.super,
	#smotrets-kia .tarrif-block-promo.super-free {
		width: 100%
	}
	#smotrets-kia .promo-btn {
		width: 155px
	}
	#smotrets-kia .kia-free-gift {
		bottom: 0;
		left: -3%
	}
}

@media screen and (max-width:425px) {
	#smotrets-kia .kia-free-gift {
		width: 157px
	}
	#smotrets-kia .open-smotrets {
		width: auto
	}
	#smotrets-kia .tarrifs-blocks-promo .row {
		margin-right: 0
	}
	#smotrets-kia .title-tarf {
		margin-bottom: 10px
	}
	#smotrets-kia .enter-promo {
		margin: 0
	}
	#smotrets-kia .have-promo {
		margin: 0
	}
	#smotrets-kia .modal-login_2-h1 {
		font-size: 22px;
		line-height: 24px
	}
	#smotrets-kia .promo-content {
		width: 100%!important
	}
	#smotrets-kia .tarrifs-blocks-promo .row .col-md-6 {
		padding-right: 0
	}
	#smotrets-kia .promo-kia-last-item:before {
		width: 257px
	}
	#smotrets-kia .promo-btn {
		font-size: 14px
	}
	#smotrets-kia {
		margin-top: 30px
	}
	#smotrets-kia.kia-smotrets {
		margin-bottom: 40px
	}
}

@media screen and (max-width:359px) {
	#smotrets-kia .promo-btn {
		width: 130px
	}
	#smotrets-kia .promo-kia-last-item:before {
		width: 240px
	}
	#smotrets-kia .tarrif-block-promo {
		padding: 14px 8px 12px 8px
	}
}

#download {
	display: none
}

.btn-on-banner {
	position: absolute;
	bottom: 40px;
	left: 40px;
	outline: 0;
	border: none
}

.btn-on-banner:active,
.btn-on-banner:focus,
.btn-on-banner:hover {
	outline: 0;
	border: none
}

.filters-cnt-text {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 30px
}

#films-banners-slider {
	padding-right: 0;
	padding-left: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

#films-banners-slider .owl-item {
	opacity: 1
}

#films-banners-slider .owl-next>span {
	display: inline-block;
	height: 57px;
	width: 38px;
	background: url(/images/v2/icon/arrow-banner-white.svg) no-repeat center center;
	color: transparent;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

#films-banners-slider .owl-prev>span {
	display: inline-block;
	height: 57px;
	width: 38px;
	background: url(/images/v2/icon/arrow-banner-white.svg) no-repeat center center;
	color: transparent;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

#films-banners-slider .owl-nav button.owl-prev {
	position: relative;
	transform: translateY(-50%);
	background-color: transparent;
	top: 50%;
	left: 14%;
	outline: 0;
	height: 57px;
	width: 38px;
	border-radius: 5px
}

#films-banners-slider .owl-nav button.owl-next {
	position: relative;
	transform: translateY(-50%);
	background-color: transparent;
	top: 50%;
	right: 14%;
	outline: 0;
	height: 57px;
	width: 38px;
	border-radius: 5px
}

#films-banners-slider .owl-nav {
	position: absolute;
	height: 0;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

#films-banners-slider .owl-nav button.owl-next:hover,
#films-banners-slider .owl-nav button.owl-prev:hover {
	background-color: rgba(21, 57, 76, .54)
}

#films-banners-slider .owl-next>span:active,
#films-banners-slider .owl-next>span:focus,
#films-banners-slider .owl-next>span:hover {
	height: 57px;
	width: 38px;
	background: url(/images/v2/icon/arrow_banner_hover_left.svg) no-repeat center center;
	-webkit-transform: rotate(180deg) scale(1);
	-ms-transform: rotate(180deg) scale(1);
	-o-transform: rotate(180deg) scale(1);
	transform: rotate(180deg) scale(1)
}

#films-banners-slider .owl-prev>span:active,
#films-banners-slider .owl-prev>span:focus,
#films-banners-slider .owl-prev>span:hover {
	height: 57px;
	width: 38px;
	background: url(/images/v2/icon/arrow_banner_hover_left.svg) no-repeat center center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

#films-banners-slider img {
	border-radius: 20px
}

#films-banners-slider .owl-dots {
	margin-top: 15px
}

#films-banners-slider .owl-item.active img {
	opacity: 1!important;
	-webkit-transition: all .7s ease!important;
	-o-transition: all .7s ease!important;
	transition: all .7s ease!important
}

#films-banners-slider.owl-carousel .owl-item .owl-lazy {
	transition: none
}

#films-banners-slider .owl-item {
	-webkit-backface-visibility: visible
}

#films-banners-slider.owl-carousel .owl-stage-outer {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#films-banners-slider .owl-item.slow-animation {
	-webkit-transition: all .7s ease!important;
	-o-transition: all .7s ease!important;
	transition: all .7s ease!important
}

#films-banners-slider .owl-item {
	transform: scale(.85)
}

#films-banners-slider .owl-item.active {
	transform: scale(1)
}

#films-banners-slider .owl-item img {
	opacity: .3!important;
	-webkit-transition: all .7s ease!important;
	-o-transition: all .7s ease!important;
	transition: all .7s ease!important
}

.red-dot {
	position: relative
}

.red-dot:after {
	content: '';
	position: absolute;
	background-color: #d8271c;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	right: -7px;
	top: -4px
}

.remind {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%
}

.remind-box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.remind-title {
	margin-top: 35px;
	margin-bottom: 5px;
	font-family: Lato;
	font-weight: 700;
	font-size: 20px
}

.remind-descr {
	margin-bottom: 35px;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px
}

.remind-button.all-f-btn {
	margin-left: 70px;
	margin-top: 0;
	width: 206px;
	color: red;
	background-color: #fff
}

.remind-button.all-f-btn:hover {
	background-color: #ba0d02;
	color: #fff
}

.remind-close {
	cursor: pointer;
	position: absolute;
	left: 50px;
	top: -12px;
	background-color: red;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

.remind-close:hover {
	background-color: #ba0d02;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.apple-fullscreen {
	object-fit: contain;
	position: fixed!important;
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
	box-sizing: border-box!important;
	min-width: 0!important;
	max-width: none!important;
	min-height: 0!important;
	max-height: none!important;
	width: 100%!important;
	height: 100%!important;
	transform: none!important;
	margin: 0!important
}

::-webkit-scrollbar {
	width: 7px
}

::-webkit-scrollbar-thumb:hover {
	background: #21bfc4
}

::-webkit-scrollbar-thumb {
	background: #21bfc4
}

::-webkit-scrollbar-track {
	background: #0f1c26
}

.select_country .sc-content::-webkit-scrollbar-track {
	background: 0 0
}

a,
a:active,
a:focus,
a:hover {
	text-decoration: none
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%
}

.content {
	flex: 1 0 auto
}

.footer {
	flex: 0 0 auto
}

.carousel-wrapper {
	overflow: hidden
}

#banners_slider {
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

#banners_slider .owl-item.active {
	transform: scale(1.03)
}

#banners_slider .owl-stage {
	display: flex;
	align-items: center;
	-webkit-transition: all .7s ease 0s!important;
	-o-transition: all .7s ease 0s!important;
	transition: all .7s ease 0s!important
}

#banners_slider .owl-stage-outer {
	overflow: visible
}

.tv_breadcrumbs {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px)
}

.nopfc {
	margin: 0;
	padding: 0
}

.chs-mobile>.active::-webkit-scrollbar,
.nopfc .home-compilation::-webkit-scrollbar {
	display: none;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.chs-mobile>.active {
	display: -ms-flex!important;
	display: flex!important;
	overflow-x: scroll
}

.m-nopfc {
	padding-right: 0;
	padding-left: 15px;
	height: 320px;
	overflow-x: scroll;
	overflow-y: hidden
}

.chs-mobile .home-compilation {
	height: 375px;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-left: 15px
}

.chs-mobile .home-compilation a {
	display: block
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.nopfc .home-compilation {
	height: 100%;
	overflow: hidden;
	overflow-x: scroll
}

.f-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	padding-top: 30px;
	padding-right: 8px
}

.m-nopfc .f-mobile {
	padding-top: 10px
}

.f-mobile .film {
	display: block;
	width: 180px;
	margin: 0 15px
}

.f-mobile .film>img {
	top: 44%
}

.film .poster-smotret {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
	height: 18px
}

.film .sub-smotret {
	color: #20bcc6;
	margin: 0;
	font-size: 11px;
	font-weight: 700
}

.film {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
	border: 2px solid transparent;
	z-index: 0
}

.film.quality {
	height: 288px
}

.card-film.nostar:after,
.card-film.nostar:before,
.film.nostar:after,
.film.nostar:before {
	display: none!important
}

.film:active,
.film:focus,
.film:hover {
	border: 2px solid #20bcc6;
	-webkit-box-shadow: 0 0 20px #20bcc6;
	box-shadow: 0 0 20px #20bcc6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	overflow: hidden;
	z-index: 0
}

.film_channel {
	background: rgba(21, 57, 76, .87);
	width: 70px;
	height: 26px;
	border-radius: 13px 0 0 13px;
	opacity: .8;
	position: absolute;
	top: 26px;
	left: 100%;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.film_channel>img {
	width: 50px;
	height: 10px
}

.film_rating {
	background: rgba(21, 57, 76, .87);
	border-radius: 0 20px 20px 0;
	color: #fff;
	position: absolute;
	top: 180px;
	left: 0;
	font-weight: 600;
	width: 60px;
	height: 26px;
	justify-content: center;
	opacity: .8
}

.film_about {
	position: absolute;
	top: 100%;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
	margin: 0;
	width: 100%;
	padding: 5px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#15394c), color-stop(87.64%, #0b1e28));
	background: -o-linear-gradient(top, #15394c 0, #0b1e28 87.64%);
	background: linear-gradient(180deg, #15394c 0, #0b1e28 87.64%)
}

.film_title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	margin: 0;
	line-height: 1.2;
	display: block
}

.film_ratio {
	margin: 0;
	color: #fff;
	opacity: .54;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.channels_container .channel,
.film_container .owl-stage {
	padding-top: 30px
}

#block-1 .channels_container .channel {
	padding-left: 22px
}

#block-1 .home-compilation {
	margin: 0 -10px
}

.channels_container .channel a {
	margin-right: 25px
}

.channels_container .channel a:nth-child(6n) {
	margin-right: 0
}

.channel .img_container img {
	padding-left: 5px
}

.home-compilation .film_container .owl-stage {
	height: 338px
}

#search-result .owl-stage,
.film-continue .owl-stage,
.topfilm .film_container .owl-stage {
	padding: 20px 0 15px 0
}

#search-result #channels .owl-stage,
.auth-parent .film-continue .owl-stage,
.auth-parent .topfilm .film_container .owl-stage {
	padding: 22px 0
}

#search-result .owl-stage {
	padding: 20px 0 0
}

#search-result {
	margin-top: 15px;
	overflow: hidden
}

#search-result #channels,
#search-result #epg {
	padding-top: 0
}

.topfilm h2 {
	margin: 0
}

.channels_container .owl-stage-outer,
.film_container .owl-stage-outer {
	width: 1208px;
	padding: 0 22px;
	left: 50%;
	transform: translateX(-50%)
}

.channels_container .owl-stage-outer.no-owl-so,
.film_container .owl-stage-outer.no-owl-so {
	width: 100%;
	padding: 0;
	left: auto;
	transform: none
}

.film_container .owl-stage .owl-item.active {
	visibility: visible;
	width: auto;
	opacity: 1
}

#banners_slider .owl-nav,
.channels_container .owl-nav,
.film-actors .owl-nav,
.film_container .owl-nav,
.owlsrz .owl-nav,
.prem-rec_container .owl-nav {
	position: absolute;
	height: 0;
	top: 42%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.channels_container .channel {
	flex-direction: column;
	flex-flow: wrap
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -26px
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -26px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: 0 0
}

#banners_slider .owl-nav {
	top: 42%;
	left: calc(50% + 4px);
	width: 110%
}

#banners_slider .owl-item {
	border-radius: 15px;
	overflow: hidden;
	transform: scale(.9);
	-webkit-transition: all .7s ease 0s!important;
	-o-transition: all .7s ease 0s!important;
	transition: all .7s ease 0s!important
}

#banners_slider .owl-item .btn-on-banner {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease 0s!important;
	-o-transition: all .3s ease 0s!important;
	transition: all .3s ease 0s!important
}

#banners_slider .owl-item.active .btn-on-banner {
	visibility: visible;
	opacity: 1
}

#banners_slider .owl-item img {
	opacity: .3!important
}

#banners_slider .owl-item.active img {
	opacity: 1!important
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: relative;
	transform: translateY(-50%);
	background-color: transparent;
	top: 50%;
	outline: 0;
	height: 34px;
	width: 11px
}

#banners_slider .owl-nav button.owl-next,
#banners_slider .owl-nav button.owl-prev {
	position: relative;
	transform: translateY(-50%);
	background-color: transparent;
	top: 50%;
	outline: 0;
	height: 57px;
	width: 38px;
	border-radius: 5px
}

#banners_slider .owl-nav button.owl-prev {
	left: -4%
}

#banners_slider .owl-nav button.owl-next {
	left: 3%
}

.owl-carousel .owl-prev>span {
	display: inline-block;
	height: 34px;
	width: 15px;
	background: url(/images/v2/arrow.svg) no-repeat center center;
	color: transparent;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

#banners_slider .owl-prev>span {
	display: inline-block;
	height: 57px;
	width: 38px;
	background: url(/images/v2/icon/arrow-banner-white.svg) no-repeat center center;
	color: transparent;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

#banners_slider .owl-nav button.owl-next:hover,
#banners_slider .owl-nav button.owl-prev:hover {
	background-color: rgba(21, 57, 76, .54)
}

#banners_slider .owl-prev>span:active,
#banners_slider .owl-prev>span:focus,
#banners_slider .owl-prev>span:hover,
.collections-slider1#banners_slider .owl-prev>span:active,
.collections-slider1#banners_slider .owl-prev>span:focus,
.collections-slider1#banners_slider .owl-prev>span:hover {
	height: 57px;
	width: 38px;
	background: url(/images/v2/icon/arrow_banner_hover_left.svg) no-repeat center center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

#banners_slider .owl-next>span:active,
#banners_slider .owl-next>span:focus,
#banners_slider .owl-next>span:hover,
.collections-slider1#banners_slider .owl-next>span:active,
.collections-slider1#banners_slider .owl-next>span:focus,
.collections-slider1#banners_slider .owl-next>span:hover {
	height: 57px;
	width: 38px;
	background: url(/images/v2/icon/arrow_banner_hover_left.svg) no-repeat center center;
	transform: rotate(180deg) scale(1)
}

.owl-carousel .owl-prev>span:active,
.owl-carousel .owl-prev>span:focus,
.owl-carousel .owl-prev>span:hover {
	height: 34px;
	width: 15px;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.owl-carousel .owl-next>span {
	display: inline-block;
	height: 34px;
	width: 15px;
	background: url(/images/v2/arrow.svg) no-repeat center center;
	outline: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: transparent;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

#banners_slider .owl-next>span {
	display: inline-block;
	height: 57px;
	width: 38px;
	background: url(/images/v2/icon/arrow-banner-white.svg) no-repeat center center;
	color: transparent;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

.owl-carousel .owl-next>span:active,
.owl-carousel .owl-next>span:focus,
.owl-carousel .owl-next>span:hover {
	height: 34px;
	width: 15px;
	-webkit-transform: rotate(180deg) scale(1.2);
	-ms-transform: rotate(180deg) scale(1.2);
	-o-transform: rotate(180deg) scale(1.2);
	transform: rotate(180deg) scale(1.2)
}

.bgh-dots,
.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.bgh-dots .bgh-dot,
.owl-carousel .owl-dots .owl-dot {
	border: 1px solid rgba(255, 255, 255, .54);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px;
	outline: 0;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

#banners_slider .owl-dots .owl-dot,
#block-films .owl-dots .owl-dot,
.topfilm .owl-dots .owl-dot {
	margin-bottom: 10px
}

.owl-carousel .owl-dots .owl-dot span {
	background-color: transparent;
	display: none
}

.owl-carousel .owl-dots .owl-dot.active span {
	background-color: transparent;
	display: none
}

.owl-carousel .owl-dot:active,
.owl-carousel .owl-dot:focus,
.owl-carousel .owl-dot:hover {
	border: 2px solid #21bfc4
}

.bgh-dots .bgh-dot.active,
.owl-carousel .owl-dot.active {
	border: 2px solid #21bfc4
}

.bgh-dots .bgh-dot,
.carouselHeader-nav a {
	display: inline-block;
	zoom: 1;
	background: 0 0;
	padding: 0
}

.carouselHeader-right,
.carouselHeader-right svg {
	width: 58px;
	height: 58px
}

.d-f-jc a:hover,
.img-d a:hover,
.social-container a:hover {
	opacity: .75
}

#footer a:hover {
	color: #21bfc4
}

.owl-theme .owl-nav .disabled {
	opacity: 0
}

.breadcrumbs,
.breadcrumbs>a {
	color: grey;
	font-size: 16px
}

.breadcrumbs-active,
.breadcrumbs-active>a {
	color: #fff
}

li,
ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.container-fluid {
	max-width: 1194px
}

#privacy_policy,
#tabs {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(21, 57, 76, .97);
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	z-index: 1000
}

#privacy_policy {
	top: auto;
	bottom: -100%;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	height: auto;
	padding: 10px 0
}

#privacy_policy a {
	color: #21bfc4
}

#privacy_policy p {
	color: #fff;
	margin: 0
}

#privacy_policy .all-f-btn {
	width: 100%;
	margin: 0;
	height: 40px;
	line-height: 36px;
	outline: 0;
	padding: 0;
	-webkit-appearance: none;
	background: 0 0;
	border: 2px solid #21bfc4
}

#privacy_policy .all-f-btn:hover {
	background: #21bfc4
}

#privacy_policy.active {
	bottom: 0
}

.logo {
	display: block;
	width: 100%;
	height: 0px;
	position: relative
}

.b-menu,
.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	display: -ms-flexbox
}

.menu {
	flex-grow: 6;
	justify-content: center
}

.menu li {
	margin: 0 10px
}

.menu li>a {
	color: rgba(255, 255, 255, .87);
	position: relative;
	opacity: 1;
	transform: translate(0);
	transition-delay: 1.6s!important;
	transition: opacity 1s, transform 1.2s cubic-bezier(.165, .84, .44, 1)
}

.menu li.active {
	font-weight: 600
}

.menu .ton-act>a:before,
.menu li>a:before,
.profile a.active:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	border-radius: 5px;
	width: 0;
	height: 2px;
	background-color: #21bfc4;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s
}

.anim:before {
	animation: hover-out .5s cubic-bezier(.86, 0, .07, 1)
}

.menu li.active>a:before,
.other_menu:hover>a:before,
.profile a.active:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	border-radius: 5px;
	width: 100%;
	height: 2px;
	background-color: #1d9ca7;
	transition: 0;
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	animation: 0
}

.menu .ton-act>a:after,
.menu li>a:after,
.other_menu:hover>a:after,
.profile a.active:after {
	content: attr(data-hover);
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #21bfc4;
	transition: all .6s cubic-bezier(.86, 0, .07, 1);
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px
}

.other_menu:hover>a:after {
	top: 0
}

.menu .ton-act>a:before,
.menu li>a.active:before,
.menu li>a:hover::before,
.other_menu:hover>a:before,
.profile a.active:before {
	animation: hover-in .5s cubic-bezier(.86, 0, .07, 1) forwards
}

.menu li.active a:hover::before,
.other_menu>a:before {
	animation: 0
}

.menu .ton-act>a:after,
.menu li a.active:after,
.menu li a:hover::after,
.other_menu:hover>a:after,
.profile a.active:after {
	width: 100%
}

.menu li.active a:hover::after,
.other_menu>a:after,
.profile a.active:hover::after {
	width: 0
}

@keyframes hover-in {
	0% {
		width: 0
	}
	100% {
		width: 100%
	}
}

@-webkit-keyframes hover-in {
	0% {
		width: 0
	}
	100% {
		width: calc(100% - 10px)
	}
}

@keyframes hover-out {
	0% {
		width: 100%;
		right: 0;
		left: auto
	}
	100% {
		width: 0;
		padding: 0;
		right: 0;
		left: auto
	}
}

@-webkit-keyframes hover-out {
	0% {
		width: 100%;
		right: 0;
		left: auto
	}
	100% {
		width: 0;
		padding: 0;
		right: 0;
		left: auto
	}
}

.profile a {
	color: rgba(255, 255, 255, .87);
	height: 28px;
	display: inline-block
}

.search {
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
	margin-top: 3px;
	transition: all .2s ease;
	border-radius: 5px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 5
}

.search>form {
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	transition: all .2s ease;
	height: 40px;
	margin: 0
}

.menu.s-active {
	animation: fadeoutS .3s;
	-moz-animation: fadeoutS .3s;
	-webkit-animation: fadeoutS .3s;
	-o-animation: fadeoutS .3s;
	opacity: 0
}

.menu {
	animation: fadeinS .3s;
	-moz-animation: fadeinS .3s;
	-webkit-animation: fadeinS .3s;
	-o-animation: fadeinS .3s;
	opacity: 1;
	display: flex;
	align-items: center
}

.search.s-active>form {
	width: 740px;
	height: 40px;
	position: absolute
}

.input {
	border: 0;
	width: 0%;
	outline: 0;
	padding: 6px 40px 6px 15px;
	transition: all .5s .2s ease;
	border-bottom: 0;
	color: #fff;
	background: 0 0;
	border-radius: 50px;
	position: absolute;
	top: 1px;
	z-index: 10;
	visibility: hidden
}

.search svg {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	cursor: pointer;
	z-index: 11
}

.search.s-active {
	padding-left: 15px;
	transition: all .2s ease
}

.input.s-active {
	width: 400px;
	background: #3f5d6c;
	visibility: visible
}

#tabs .input::placeholder {
	color: #fff;
	opacity: .54
}

#tabs .input:-ms-input-placeholder {
	color: #fff;
	opacity: .54
}

#tabs .input::-ms-input-placeholder {
	color: #fff;
	opacity: .54
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: .4rem
}

input::placeholder {
	color: #fff
}

#copyright,
.a-film,
.arrow_down,
.c-star,
.c-vip,
.card-cont,
.carouselH-inner,
.d-f-jc,
.f-t-c,
.genre,
.i-bl-nb,
.img-mobile,
.info-bl,
.n-d-film,
.rating,
.t-l,
.t-m-cont {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items: center
}

.t-l {
	flex-grow: 0;
	width: auto;
	min-width: 107px
}

.profile {
	flex-grow: 1;
	position: relative
}

.back,
.devices_tabl {
	display: none
}

.profile a svg,
.search svg,
.theme a svg {
	fill: #fff
}

.tongue {
	height: 60px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, .87);
	justify-content: flex-end;
	position: relative;
	cursor: pointer;
	margin-right: 25px;
	margin-left: 0
}

.tongue span {
	position: relative;
	display: block;
	width: 23px;
	text-transform: uppercase;
	margin-right: 3px
}

.o-menu,
.sel-lang {
	display: none;
	position: absolute;
	top: 60px;
	right: -8px;
	background: rgba(21, 57, 76, .87);
	padding: 10px 15px;
	border-radius: 0 0 5px 5px;
	text-align: center
}

.accept_geo {
	right: -40px;
	top: 56px;
	flex-direction: column;
	background: rgba(21, 57, 76, .87);
	border-radius: 10px;
	display: none;
	position: absolute;
	padding: 10px 15px;
	text-align: center
}

.accept_geo_block {
	display: block
}

.accept_geo .all-f-btn {
	height: 30px;
	width: 70px;
	line-height: 30px;
	margin: 10px 0 0 0
}

.accept_geo .geo_country {
	color: #fff
}

.accept_geo .geo_yes {
	margin-right: 20px
}

.accept_geo .geo_no {
	background: 0 0;
	border: 2px solid #21bfc4;
	line-height: 27px
}

.geo_pos.ton-act path {
	fill: #20bcc6;
	stroke: transparent
}

.geo_country_now {
	color: #21bfc4!important;
	text-decoration: underline;
	text-decoration-color: #21bfc4
}

.accept_geo.no .choose_answer_geo,
.accept_geo.yes .choose_answer_geo {
	display: none
}

.accept_geo.no .geo_country_wrong,
.accept_geo.yes .geo_country_now {
	display: block
}

.accept_geo.yes .geo_country_wrong {
	display: none!important
}

.arrow_box {
	position: absolute;
	width: 0;
	top: -12%;
	left: 67%;
	border: 0 solid transparent;
	border-right-width: 10px;
	border-left-width: 10px;
	border-bottom: 10px solid rgba(21, 57, 76, .87)
}

.o-menu {
	text-align: left;
	right: -90px;
	width: 170px
}

.other_menu a,
.sel-lang a {
	color: rgba(255, 255, 255, .87)
}

.sel-lang a:nth-child(2) {
	margin-top: 5px
}

#header {
	overflow: hidden;
	width: 100%;
	height: 100vh
}

.bgH {
	position: relative;
	height: 100%
}

.overlay-bgH {
	background: linear-gradient(180deg, rgba(21, 57, 76, 0) 50.06%, #182936 93.24%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 80
}

.info-film {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 82;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.rating {
	text-transform: capitalize;
	color: #fff;
	justify-content: flex-start;
	align-items: flex-end
}

.rating svg {
	margin-right: 5px;
	height: 25px
}

.genre p {
	text-transform: capitalize;
	color: #fff;
	margin: 0 15px
}

.genre .active {
	font-weight: 600
}

.genre {
	margin-top: 10px;
	justify-content: start;
	margin-left: 50px
}

.genre p:last-child {
	margin-right: 0
}

.genre p:first-child {
	margin-left: 0
}

.info-bl .number {
	font-family: Lato;
	font-style: normal;
	font-weight: 300;
	font-size: 94px;
	color: rgba(255, 255, 255, .54);
	margin: 0
}

.n-d-film .title {
	font-family: Lato;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	color: #fff;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%
}

.n-d-film p {
	font-weight: 600;
	font-size: 22px;
	color: #f6bf48;
	opacity: .87;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%
}

.info-bl,
.n-d-film {
	justify-content: flex-start;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.n-d-film {
	margin-left: 20px;
	flex-flow: column;
	align-items: flex-start
}

.a-film p,
.a-film span {
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 10px
}

.a-film {
	justify-content: flex-start
}

.a-film span {
	font-weight: 400;
	margin-left: 50px
}

.desc-film {
	width: 75%
}

.copy_amediateka,
.desc-film p {
	font-size: 12px;
	color: #fff
}

.copy_amediateka {
	text-align: center;
	padding-top: 30px;
	max-width: 90%;
	margin: 0 auto;
	order: 6;
	display: none
}

.copy_yes~.copy_amediateka {
	display: block
}

.carouselHeader {
	position: absolute;
	bottom: 90px;
	right: -30%;
	width: 75%;
	z-index: 80
}

.carouselInfo {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%
}

.carouselHeader-nav {
	width: 120px;
	text-align: center;
	position: absolute;
	bottom: 20%;
	left: -75px;
	transform: translate(-50%, 0);
	z-index: 84
}

.carouselHeader-right svg,
.other_menu {
	position: relative
}

#custom-stroke {
	position: absolute;
	width: 58px;
	height: 58px;
	top: 0;
	left: 0
}

#halfclip {
	width: 50%;
	height: 100%;
	right: 0;
	position: absolute;
	overflow: hidden;
	transform-origin: left center
}

#custom-stroke.c-n-r-play #halfclip {
	-moz-animation: cliprotate 7s 1;
	-webkit-animation: cliprotate 7s 1;
	-o-animation: cliprotate 7s 1;
	-ms-animation: cliprotate 7s 1;
	animation: cliprotate 7s 1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@keyframes cliprotate {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
	50.01% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.halfcircle {
	box-sizing: border-box;
	height: 100%;
	right: 0;
	position: absolute;
	border: 1.5px solid transparent;
	border-top-color: #21bfc4;
	border-left-color: #21bfc4;
	border-radius: 50%
}

#clipped {
	width: 200%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#custom-stroke.c-n-r-play #clipped {
	transform: rotate(135deg);
	-moz-animation: rotate 3.5s linear 2;
	-webkit-animation: rotate 3.5s linear 2;
	-o-animation: rotate 3.5s linear 2;
	-ms-animation: rotate 3.5s linear 2;
	animation: rotate 3.5s linear 2
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	100% {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg)
	}
}

#fixed {
	width: 100%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0
}

#custom-stroke.c-n-r-play #fixed {
	opacity: 1;
	-moz-animation: showfixed 7s 1;
	-webkit-animation: showfixed 7s 1;
	-o-animation: showfixed 7s 1;
	-ms-animation: showfixed 7s 1;
	animation: showfixed 7s 1
}

@keyframes showfixed {
	0% {
		opacity: 0
	}
	49.99% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 1
	}
}

.circle-nav-r,
.circle-nav-r.mac {
	stroke-dasharray: 200;
	stroke-dashoffset: 200;
	width: 54px;
	height: 54px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform: rotate(-90deg) translate(-50%, -50%);
	-moz-transform: rotate(-90deg) translate(-50%, -50%);
	-o-transform: rotate(-90deg) translate(-50%, -50%);
	-ms-transform: rotate(-90deg) translate(-50%, -50%);
	transform: rotate(-90deg) translate(-50%, -50%);
	transform-origin: center center
}

.circle-nav-r.mac {
	-webkit-transform: rotate(-90deg) translate(-28%, -41%);
	-moz-transform: rotate(-90deg) translate(-28%, -41%);
	-o-transform: rotate(-90deg) translate(-28%, -41%);
	-ms-transform: rotate(-90deg) translate(-28%, -41%);
	transform: rotate(-90deg) translate(-28%, -42%)
}

@keyframes stroke {
	to {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes stroke {
	to {
		stroke-dashoffset: 0
	}
}

.carouselInfo-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.overlay-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}

.carouselInfo-item:not(.no-activated) {
	visibility: hidden
}

.carouselInfo-item.active {
	z-index: 2!important;
	visibility: visible
}

.carouselInfo-item.active .overlay-img {
	display: block!important
}

.carouselInfo-item.activated {
	animation: fadeinS 2.3s;
	-moz-animation: fadeinS 2.3s;
	-webkit-animation: fadeinS 2.3s;
	-o-animation: fadeinS 2.3s;
	z-index: 2;
	visibility: visible
}

.carouselInfo-item.no-activated {
	animation: fadeoutS 2.3s;
	-moz-animation: fadeoutS 2.3s;
	-webkit-animation: fadeoutS 2.3s;
	-o-animation: fadeoutS 2.3s;
	z-index: 1
}

.carouselInfo-item.activated .a-film,
.carouselInfo-item.activated .desc-film,
.carouselInfo-item.activated .genre,
.carouselInfo-item.activated .n-d-film,
.carouselInfo-item.activated .rating {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.carouselInfo-item.no-activated .a-film,
.carouselInfo-item.no-activated .desc-film,
.carouselInfo-item.no-activated .genre,
.carouselInfo-item.no-activated .n-d-film,
.carouselInfo-item.no-activated .rating {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.carouselInfo-item.activated .i-bl-nb .whole {
	animation-duration: 1.3s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.carouselInfo-item.no-activated .i-bl-nb .whole {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.carouselInfo-item.activated.BackNumbA .i-bl-nb .whole {
	animation-duration: 1.3s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInDownB;
	animation-name: fadeInDownB
}

.carouselInfo-item.no-activated.BackNumbN .i-bl-nb .whole {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInUpB;
	animation-name: fadeInUpB
}

@-webkit-keyframes fadeInUpB {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(60px)
	}
}

@keyframes fadeInUpB {
	0% {
		opacity: 0;
		transform: translateY(0)
	}
	100% {
		opacity: 1;
		transform: translateY(60px)
	}
}

@-webkit-keyframes fadeInDownB {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-60px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInDownB {
	0% {
		opacity: 0;
		transform: translateY(-60px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(-60px)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(0)
	}
	100% {
		opacity: 1;
		transform: translateY(-60px)
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(60px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeinS {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes fadeinS {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeinS {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-o-keyframes fadeinS {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeoutS {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-moz-keyframes fadeoutS {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeoutS {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-o-keyframes fadeoutS {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.kfrl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 80
}

.carouselH-inner {
	width: auto;
	position: relative;
	justify-content: flex-start;
	z-index: 83
}

.imgact {
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.overlay-img img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	max-height: 100%;
	height: 100%
}

.carouselH-inner .itemH {
	margin-right: 25px;
	position: relative
}

.fadeInLeftItms2,
.fadeInRightItms {
	transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	-webkit-transition: all 1.3s ease
}

.fadeInLeftItms {
	animation-duration: 1.3s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftItms;
	animation-name: fadeInLeftItms
}

@-webkit-keyframes fadeInLeftItms {
	0% {
		-webkit-transform: translateX(-202px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInLeftItms {
	0% {
		transform: translateX(-202px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.carouselH-inner .itemH:last-child {
	margin-right: 0
}

.circle-chart_circle {
	animation: circle-chart-fill 2s reverse;
	transform: rotate(-90deg);
	transform-origin: center
}

.circle-chart_circle-negative {
	transform: rotate(-90deg) scale(1, -1)
}

.circle-chart_info {
	animation: circle-chart-appear 2s forwards;
	opacity: 0;
	transform: translateY(.3em)
}

@keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100
	}
}

@keyframes circle-chart-appear {
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

#block-devices,
.main-dogovor {
	margin-top: 60px;
	padding: 25px 0 0;
	overflow: hidden
}

#block-1 {
	padding: 25px 0 40px;
	overflow: hidden
}

.h2_style,
.title_nw,
h1,
h2,
h3 {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	margin: 0;
	display: block;
	line-height: 1.2
}

a.h2_style:hover {
	color: #21bfc4
}

a.h2_style {
	display: inline-block
}

.more-movies-title {
	background: #0f1c26
}

.more-movies-title span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
	text-align: center
}

#block-1 .dsc,
#block-2 .dsc,
#block-smotrets .dsc,
#promotional-offers .dsc {
	color: #fff;
	margin: 5px 0 20px
}

#block-1 h2.h2_style,
#block-1 span.h2_style,
#block-2 h2.h2_style,
#block-2 span.h2_style {
	margin: 0 0 10px
}

.modal-body p.text-center {
	color: #fff!important
}

.owlCus {
	margin-top: 30px
}

.b-menu {
	padding-bottom: 4px;
	border-bottom: 1.8px solid rgba(255, 255, 255, .54);
	position: relative
}

.b-menu li {
	margin-right: 40px
}

.b-menu li:last-child {
	margin-right: 0
}

.b-menu li a {
	font-weight: 400;
	font-family: Lato;
	font-size: 24px;
	color: rgba(255, 255, 255, .54)
}

.b-menu .active a {
	color: #21bfc4
}

.b-menu .active,
.home-tab-content {
	position: relative
}

.b-menu li.active:after {
	position: absolute;
	bottom: -21%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	border-bottom: 3.2px solid #21bfc4;
	content: ''
}

.channels_container .owl-stage::-webkit-scrollbar,
.m-nopfc::-webkit-scrollbar,
.ovrscrl::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none
}

.channels_container .owl-stage::-webkit-scrollbar-track,
.m-nopfc::-webkit-scrollbar-track,
.ovrscrl::-webkit-scrollbar-track {
	background: 0 0;
	display: none
}

.channels_container .owl-stage::-webkit-scrollbar-thumb,
.m-nopfc::-webkit-scrollbar-thumb,
.ovrscrl::-webkit-scrollbar-thumb {
	background: 0 0;
	display: none
}

.channels_container .owl-stage::-webkit-scrollbar-thumb:hover,
.m-nopfc::-webkit-scrollbar-thumb:hover,
.ovrscrl::-webkit-scrollbar-thumb:hover {
	background: 0 0;
	display: none
}

.ton-act span,
.ton-act svg path,
.ton-act>a {
	color: #21bfc4!important;
	stroke: #21bfc4
}

.o-menu>div:not(:last-of-type) {
	margin-bottom: 10px
}

#toTop:hover,
.arrow_down:hover,
.b-menu a:hover,
.bottom-menu-link.active span,
.bottom-menu-link:hover span,
.menu li.active a,
.o-menu a:hover,
.profile a.active,
.profile a:hover,
.sel-lang a:hover,
.tongue:hover span {
	color: #21bfc4
}

.bottom-menu-link.active svg path,
.bottom-menu-link.active:hover svg rect,
.bottom-menu-link:hover svg path,
.bottom-menu-link:hover svg rect,
.delete:hover svg path,
.geo_pos:hover .is_geo path,
.profile a.active svg,
.profile a:hover svg,
.s-active svg,
.search svg:hover,
.theme a:hover svg,
.theme a:hover svg:nth-child(2) path {
	fill: #21bfc4
}

.s-active .other_menu svg {
	fill: transparent
}

#toTop:hover svg path,
.arrow_down:hover svg path,
.other_menu:hover svg path,
.strk.active svg path,
.strk.active:hover svg rect,
.strk:hover svg path,
.strk:hover svg rect,
.tongue:hover svg path {
	stroke: #21bfc4
}

.dropbm {
	position: absolute;
	bottom: 60px;
	right: -20px;
	background: rgba(21, 57, 76, .97);
	width: 180px;
	padding: 20px;
	border-radius: 10px 0 0 0;
	z-index: 1000
}

.dropbm a {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	display: block
}

.dropbm a:nth-child(2n) {
	margin: 20px 0
}

.card-cont {
	width: 100%;
	flex-wrap: wrap
}

.card-film {
	width: 177px;
	height: 290px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid transparent;
	cursor: pointer;
	display: block;
	z-index: 0;
	position: relative
}

.card-film:hover {
	border-color: #20bcc6;
	box-shadow: 0 0 20px #20bcc6;
	-moz-box-shadow: 0 0 20px #20bcc6;
	-webkit-box-shadow: 0 0 20px #20bcc6;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0
}

.itemH.active.fadeInLeftItms .card-film:hover,
.itemH.fadeInLeftItms .card-film:hover,
.itemH.hidden .card-film:hover {
	border-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 10px;
	cursor: default
}

.card-film:hover .c-foot .title,
.film:hover .film_title {
	color: #21bfc4
}

.card-film:hover .c-r-f,
.card-tv:hover img,
.film:hover img {
	-moz-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-o-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
	overflow: hidden;
	z-index: 0
}

.film:hover img {
	border-radius: 0 0 50px 50px
}

.card-film .c-r-f,
.card-tv img,
.film img,
.tv_image-container:hover img {
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	top: 50%;
	left: 50%;
	position: absolute;
	max-width: 100%
}

.film_about {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%)
}

.card-film .c-r-f,
.card-tv img,
.channels_container,
.fadeInLeftItms .card-film:hover .c-r-f,
.film img,
.film_about,
.hidden .card-film:hover .c-r-f,
.tv_image-container:hover img {
	transition: all .5s ease!important;
	-o-transition: all .5s ease!important;
	-moz-transition: all .5s ease!important;
	-webkit-transition: all .5s ease!important
}

.carouselHeader .card-film .c-r-f,
.fadeInLeftItms .card-film:hover .c-r-f,
.hidden .card-film:hover .c-r-f {
	top: 44%
}

#block-films .film img,
.film img {
	top: 42%
}

.card-film .c-r-f,
.film>img {
	top: 40%
}

.owl-carousel .film>img {
	top: 48%;
	width: auto;
	height: auto
}

.owl-carousel .film.quality>img {
	top: 42%
}

.channels_container img {
	width: auto!important;
	height: auto
}

.card-tv img {
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

.card-tv:hover {
	-webkit-filter: drop-shadow(16px 16px 10px #00f0ff);
	filter: drop-shadow(0 0 8px #00f0ff)
}

#b-slide .card-cont .card-film:nth-child(-n+6) {
	margin-bottom: 23px
}

.c-foot {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, #15394c 0, #0b1e28 87.64%);
	border-radius: 0;
	padding: 10px 7px
}

.c-foot .title,
.c-star span,
.fadeInLeftItms:hover .c-foot .title,
.hidden:hover .c-foot .title {
	font-weight: 600;
	color: #fff;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.c-foot .text {
	font-size: 12px;
	color: rgba(255, 255, 255, .54);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	min-height: 17px
}

.itemH .numberCard {
	font-size: 20px;
	color: rgba(255, 255, 255, .54);
	margin: 0 0 2px 2px;
	display: block;
	font-style: normal;
	font-weight: 200
}

.c-star {
	position: absolute;
	left: 0;
	bottom: 76px;
	background: rgba(21, 57, 76, .87);
	opacity: .8;
	border-radius: 0 20px 20px 0;
	width: 60px;
	height: 26px;
	justify-content: center
}

.owlCus .c-star img {
	width: auto;
	margin-right: 5px
}

.owlCus .c-vip img {
	max-width: 90%;
	width: 100%
}

.c-vip {
	position: absolute;
	right: 0;
	top: 28px;
	background: rgba(21, 57, 76, .87);
	opacity: .8;
	border-radius: 20px 0 0 20px;
	justify-content: center;
	height: 26px;
	width: 70px
}

.carousel-control-next,
.carousel-control-prev {
	width: 12px;
	height: 34px;
	font-size: 0;
	position: absolute;
	top: 40%;
	outline: 0;
	opacity: 1
}

#b-slide2 .carousel-control-next,
#b-slide2 .carousel-control-prev {
	top: 34%
}

.carousel-control-prev {
	background: url(/images/v2/icon/arrow_left.png) no-repeat;
	left: -25px
}

.carousel-control-next {
	background: url(/images/v2/icon/arrow_right.png) no-repeat;
	right: -25px
}

.carousel-item.active {
	opacity: 1
}

.active.carousel-item-left,
.active.carousel-item-right {
	opacity: 0;
	transition: all .6s ease-in-out
}

.carousel-item.carousel-item-next,
.carousel-item.carousel-item-next.carousel-item-left,
.carousel-item.carousel-item-prev,
.carousel-item.carousel-item-prev.carousel-item-right {
	opacity: .4;
	transition: all .6s ease-in-out
}

.carousel-item {
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .7s ease-in-out
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-image: none
}

.owlCus .owl-item.active {
	opacity: 1
}

.carousel-inner,
.owlCus .owl-stage-outer {
	overflow: visible
}

.all-f-btn {
	-ripple-background: #ffffff;
	-ripple-opacity: 0.3;
	-ripple-duration: 600ms;
	transition: background-color .3s;
	display: block;
	background: #21bfc4;
	border-radius: 38px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 268px;
	height: 50px;
	line-height: 50px;
	margin-top: 28px;
	font-family: Lato, serif;
	cursor: pointer
}

#footer a,
#footer span,
.all-f-btn:hover,
.h2_style.white {
	color: #fff
}

.all-f-btn:hover {
	background: #1e98a2
}

.rateS {
	color: #f6bf48!important
}

.rateM {
	color: #21bfc4!important
}

.rateL {
	color: #d7208e!important
}

#block-2 {
	padding: 20px 0 40px;
	overflow: hidden
}

.card-tv {
	width: 142px;
	height: 90px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 25px
}

.card-tv img,
.d-f-jc a img,
.d-v-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%
}

#b-slide2 .card-cont .card-tv:nth-child(1) {
	margin-left: 0
}

#b-slide2 .card-cont .card-tv:nth-child(6n) {
	margin-right: 0
}

#block-3 {
	width: 100%;
	overflow: hidden;
	padding: 35px 0 0
}

.adv_container.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px
}

.bkg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 570px;
	display: flex;
	display: -ms-flexbox;
	align-items: center
}

#block-3 h2 {
	font-weight: 700;
	font-size: 54px;
	color: #000;
	margin: 0 0 35px
}

#block-3 p {
	font-size: 24px;
	color: #000;
	margin: 0 0 12px
}

#block-3 .all-f-btn {
	margin-top: 38px;
	width: 370px
}

.bgh-dots .bgh-dot:hover,
.owl-dots .owl-dot:hover {
	box-shadow: 0 0 8px #20bcc6;
	-moz-box-shadow: 0 0 8px #20bcc6;
	-webkit-box-shadow: 0 0 8px #20bcc6;
	border: 2px solid #21bfc4
}

.card-carousel .carousel-indicators li,
.carousel-indicators li {
	background-color: transparent;
	box-sizing: border-box
}

.carousel-indicators {
	margin: 0
}

#promotional-offers {
	overflow: hidden;
	padding: 50px 0 30px
}

.topfilm {
	overflow: hidden;
	padding: 50px 0 0
}

#block-sort+.topfilm {
	padding: 50px 0 0
}

#promotional-offers {
	overflow: visible
}

#promotional-offers .col-md-5 {
	cursor: pointer
}

.promotional-offers-block:active,
.promotional-offers-block:focus,
.promotional-offers-block:hover {
	border: 2px solid #20bcc6;
	-webkit-box-shadow: 0 0 20px #20bcc6;
	box-shadow: 0 0 20px #20bcc6
}

.promotional-offers-block:hover .all-f-btn {
	background: #1e98a2
}

.topfilm .owl-carousel .owl-nav button.owl-next,
.topfilm .owl-carousel .owl-nav button.owl-prev {
	top: 45%;
	background-color: transparent
}

#device_price {
	overflow: hidden;
	padding: 50px 0 0
}

#device_price h2 {
	margin: 15px 0 10px
}

#device_price p {
	font-size: 16px;
	color: #fff
}

#device_price .all-f-btn {
	margin-top: 0
}

#device_price .col-md-5 {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.d-v-img {
	width: 100%;
	height: 390px;
	position: relative
}

#download {
	width: 100%;
	height: 83px;
	background: #21bfc4;
	position: relative
}

#download p {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin: 0;
	text-align: center
}

.d-f-jc a {
	width: 131px;
	height: 40px;
	display: block;
	position: relative
}

.img-mobile {
	width: 100%;
	height: 137px;
	margin-top: -54px;
	overflow: hidden
}

.img-mobile a img {
	transform: translateY(140px);
	max-width: 100%;
	transition: .5s ease-in
}

.img-mobile a:hover img {
	transform: translateY(90px)
}

#footer {
	background: #061017;
	overflow: hidden;
	padding: 20px 0 35px
}

.f-title {
	font-weight: 600;
	color: #21bfc4;
	margin: 20px 0 9px
}

.fm-title {
	font-size: 12px;
	color: rgba(255, 255, 255, .54);
	margin: 0
}

.f-t-c {
	flex-flow: column;
	align-items: start;
	justify-content: start
}

#footer a {
	margin: 0 0 8px
}

.img-d img {
	width: 135px;
	max-height: 40px;
	margin: 0 0 4px
}

#copyright {
	background: #061017;
	overflow: hidden;
	height: auto;
	padding: 15px 0
}

#copyright p {
	color: #fff;
	margin: 0;
	text-align: center
}

.text-copy img {
	width: 130px
}

.modal-open {
	padding-right: 7px!important
}

.modal-open #tabs {
	padding-right: 7px
}

.modal-backdrop {
	background-color: transparent
}

.pay-notify {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	border: 1px solid transparent;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	width: 100%
}

.all-f-btn {
	position: relative;
	overflow: hidden
}

.all-f-btn:before {
	content: '';
	position: absolute;
	display: block;
	background: var(-ripple-background, #fff);
	border-radius: 50%;
	pointer-events: none;
	top: calc(var(-y) * 1px);
	left: calc(var(-x) * 1px);
	width: calc(var(-d) * 1px);
	height: calc(var(-d) * 1px);
	opacity: calc(var(-o, 1) * var(-ripple-opacity, .3));
	transition: calc(var(-t, 0) * var(-ripple-duration, 600ms)) var(-ripple-easing, linear);
	-webkit-transform: translate(-50%, -50%) scale(var(-s, 1));
	transform: translate(-50%, -50%) scale(var(-s, 1));
	-webkit-transform-origin: center;
	transform-origin: center
}

.red-btn {
	background: #eb184f
}

.red-btn:hover {
	background: #c21441
}

#toTop {
	bottom: 90px;
	right: 10%;
	cursor: pointer;
	display: none;
	z-index: 100;
	width: 60px;
	height: auto;
	text-align: center;
	position: fixed
}

.dp-frs #toTop {
	display: none!important
}

.arrow_down {
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	flex-flow: column;
	justify-content: start;
	z-index: 101;
	color: #fff;
	opacity: .7;
	cursor: pointer
}

.arrow_down svg {
	margin-top: 10px
}

.carousel-inner .active.left {
	left: -33%
}

.carousel-inner .next {
	left: 33%
}

.carousel-inner .prev {
	left: -33%
}

.carousel-control.left,
.carousel-control.right {
	background-image: none
}

.carousel-multi .carousel-inner>.item {
	transition: .5s ease-in-out left
}

.carousel-multi .carousel-inner>.item>.media-card {
	border-right: 10px solid #fff;
	display: table-cell;
	width: 1%
}

.carousel-multi .carousel-inner>.item>.media-card:last-of-type {
	border-right: 10px solid #fff
}

.carousel-multi .carousel-inner .active {
	display: table
}

.carousel-multi .carousel-inner .active.right,
.carousel-multi .carousel-inner .next {
	left: 33%
}

.carousel-multi .carousel-inner .active.left,
.carousel-multi .carousel-inner .prev {
	left: -33%
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-multi .carousel-inner>.item {
		transition: .5s ease-in-out all;
		backface-visibility: visible;
		transform: none!important
	}
}

.mb_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 105;
	display: none;
	padding: 15px 20px;
	background: rgba(21, 57, 76, .87)
}

.mt50 {
	margin-top: 50px
}

.mt100 {
	margin-top: 100px
}

.mt130 {
	margin-top: 130px
}

.mt_130 {
	margin-top: -130px
}

.mt_60 {
	margin-top: -60px
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 200;
	display: none
}

.login-section {
	margin-top: 60px;
	background: linear-gradient(180deg, rgba(24, 41, 54, .9) 0, rgba(24, 41, 54, .95) 69.94%), url(/images/v2/login/movier3.jpg);
	height: calc(100vh - 80px);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center
}

.login_title {
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	line-height: 75px;
	color: #fff
}

.login_block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.dropdown_cntr {
	margin-top: 60px;
	position: relative;
	text-align: center
}

.select_wrap {
	height: 35px;
	display: flex;
	position: absolute;
	width: 55px;
	top: 7px;
	left: 40px;
	z-index: 10
}

.select_size {
	font-family: Lato;
	font-size: 16px;
	position: absolute;
	border: none;
	-webkit-appearance: none;
	outline: transparent;
	left: 10px;
	top: 5px;
	width: 75%;
	background-color: transparent;
	color: rgba(21, 57, 76, .54);
	padding-left: 15px
}

select::-ms-expand {
	display: none
}

.home-compilation {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.home-tab-content {
	height: 345px
}

.home-tab-content .owl-carousel .owl-dots {
	margin-top: 10px
}

.home-tab-content.chshome {
	height: 400px;
	overflow: hidden
}

.home-tab-content.chshome.nohidden {
	overflow: visible
}

.channels_container {
	width: calc(100% + 30px);
	margin-left: -15px
}

.chshome .owl-stage {
	height: 395px;
	overflow: hidden
}

ul.dropd_cntr {
	display: flex;
	flex-direction: column;
	position: absolute;
	background: 0 0;
	top: 40%
}

.select_size:active,
.select_size:focus,
.select_size:hover {
	border: 0
}

.select_arrow {
	position: absolute;
	top: 8%;
	left: 50px;
	width: 0;
	height: 0;
	border: solid #21bfc4;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	opacity: .54
}

.select_arrow.show {
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.f-desktop .select_arrow.show {
	top: 34px
}

.tel_input-login {
	width: 270px;
	height: 50px;
	border-radius: 38px;
	border: none;
	outline: 0;
	padding: 0 15px 1px 65px;
	font-size: 17px;
	letter-spacing: 2px;
	color: rgba(21, 57, 76, .54)
}

.other_menu:hover .o-menu {
	display: block;
	animation-duration: .3s;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeMenuDown;
	animation-name: fadeMenuDown
}

.tongue:hover .menu-hover {
	display: block!important;
	animation-duration: .3s;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeMenuDown;
	animation-name: fadeMenuDown
}

.other_menu {
	height: 60px;
	display: flex;
	align-items: center
}

@keyframes fadeMenuDown {
	0% {
		opacity: 0;
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeMenuDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

.f-desktop .tel_input-login {
	padding: 0 15px 1px 95px
}

#price.tel_input-login {
	padding: 0 15px
}

.login_btn-wrap {
	margin-top: 20px
}

.login_btn {
	width: 270px;
	height: 50px;
	border-radius: 38px;
	background-color: #21bfc4;
	border: none;
	outline: 0;
	text-transform: uppercase;
	color: #fff;
	opacity: .54;
	font-family: Lato, sans-serif
}

.login_btn:active,
.login_btn:focus {
	outline: 0
}

.login_info {
	margin-top: 30px
}

.login_info-p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-family: Open Sans
}

.login_phone-text {
	color: #fff
}

.login_phone {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translate(-50%, 0)
}

.bottom-menu-mobile {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	background: rgba(21, 57, 76, .97);
	z-index: 9999;
	display: none
}

.bottom-menu-link {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.bottom-menu-title {
	font-size: 11px
}

.slideHome {
	display: none!important
}

#block-3 .bkg {
	position: relative;
	width: 100%
}

#block-3 .bkg>img {
	width: 311px;
	height: 134px;
	position: absolute;
	top: 73px;
	left: 434px;
	z-index: 1
}

.blockRa,
.blockRa-2 {
	background: #21bfc4;
	padding: 60px;
	width: 700px;
	position: absolute;
	z-index: 99;
	top: 115px
}

input {
	outline: 0
}

.black-skins a svg:nth-child(2),
.dupsa-block img:nth-child(2) {
	display: none
}

.white-skins a svg:nth-child(1) {
	display: none
}

.blockRa-2 {
	background: 0 0;
	padding: 10px;
	width: auto;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 100px
}

.blockRa3 {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%, -50%)
}

.blockRa4,
.icon-svg-downl span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.icon-svg-downl span {
	top: 25%;
	font-size: 15px
}

.blockRa4 span {
	color: #fff
}

.blockRa4 p {
	text-align: center
}

.owl-carousel .owl-item .blockRa3 img,
.owl-carousel .owl-item .blockRa4 img {
	display: inline-block;
	width: 250px
}

.owl-carousel .owl-item .blockRa4 .app-block-4 img {
	width: 200px
}

#block-3 .blockRa p,
#block-3 .blockRa-2 p,
#block-3 p,
#block-3 p a {
	margin: 0;
	font-size: 38px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff
}

#block-3 p,
#block-3 p a {
	text-transform: none
}

#block-3 p a {
	font-size: 42px
}

#block-3 .blockRa-2 p {
	font-family: Lato;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	color: #000;
	text-transform: none
}

#block-3 .blockRa-2 p.big-text-z {
	font-family: Lato;
	font-style: normal;
	font-weight: 700;
	font-size: 232.501px;
	color: #20bcc6;
	margin-right: 15px;
	line-height: 1
}

#block-3 .big-title {
	align-items: flex-end
}

#block-3 .blockRa-2 div:nth-child(2) p {
	font-size: 50px;
	line-height: .5
}

#block-3 .blockRa-2 div:nth-child(2) p:nth-child(2) {
	line-height: 1.7;
	font-size: 68px
}

#block-3 .blockRa p span {
	color: #032a4e
}

#block-3 .blockRa-2 p span {
	color: #000
}

#block-3 .d-f-jc {
	position: absolute;
	bottom: 130px;
	left: 30px;
	flex-flow: row!important
}

#block-3 .d-f-jc a {
	margin: 0 30px;
	width: 160px
}

.c-r-f.maxw {
	max-width: 980px
}

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
	display: none
}

.bgH .max50 {
	-ms-flex: 0 0 58%;
	flex: 0 0 58%;
	max-width: 58%
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%
}

.breadcrumb .breadcrumb-item a {
	color: grey
}

.breadcrumb .breadcrumb-item.active {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.main-dogovor {
	color: #fff
}

.main-dogovor .wrap .nested {
	margin-left: 40px
}

.main-dogovor .wrap p {
	text-indent: 40px;
	text-align: justify
}

.main-dogovor .wrap h1 {
	font-size: 36px
}

.main-dogovor .wrap h3 {
	font-size: 30px;
	margin: 10px 0 62px
}

.main-dogovor .wrap h4 {
	font-weight: 900;
	font-size: 20px;
	margin: 30px 0;
	text-align: center
}

.main-dogovor .wrap span {
	font-weight: 900;
	margin: 40px 0 20px;
	text-align: center;
	font-size: 18px;
	display: block
}

.main-dogovor .wrap ul li {
	margin: 10px 0;
	text-align: justify
}

.nothumbnail2 {
	position: relative;
	height: 100%;
	width: 100%
}

.nothumbnail2 a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 55
}

.ft-mob .d-f-jc {
	flex-direction: row;
	justify-content: center
}

.ft-mob .d-f-jc a {
	margin: 0 5px
}

._show_1e.wrap_mW {
	z-index: 999!important;
	bottom: 65px;
	right: -10px!important
}

.button_1O {
	width: 50px!important;
	height: 50px!important
}

._orinationRight_25.wrap_mW {
	width: 50px!important;
	height: 50px!important;
	bottom: 70px!important;
	right: 19px!important
}

.logoIconCloud_q- {
	background-size: 70%!important;
	width: 34px!important;
	height: 31px!important;
	background-position: center!important
}

.owl-item .sHitm {
	visibility: visible
}

.owl-item .sHitm a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: visible
}

.sHitm {
	visibility: hidden
}

.Genre2-svg {
	stroke: #fff
}

.error404 {
	overflow: hidden;
	padding: 85px 0 0 0
}

.error404_title {
	font-size: 8rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	color: #21bfc4;
	text-align: center
}

.error404_logo {
	width: 70%
}

.error404_content {
	color: #fff
}

.error404_subtitle {
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff;
	text-align: center
}

.error404_list {
	font-weight: 700;
	font-size: 1rem;
	padding: 10px 0 20px;
	margin: 0;
	text-align: center
}

.wrap-button-full {
	display: flex;
	justify-content: center
}

input:required {
	border: none;
	outline: 0
}

.genres-filter button {
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0
}

.axlogo_white,
.channel-container .image-container img:nth-child(2),
.channels_container2 .img_container img:nth-child(2),
.device-choose .video_link img:last-child,
.device-choose .video_link-2 img:last-child,
.e404_2,
.img_container.card-tv img:nth-child(2),
.list-channels .disable-selection li div img:nth-child(2),
.theme-ch-icon img:last-child {
	display: none
}

.stocks-block {
	height: 123px;
	width: 100%;
	background: linear-gradient(90deg, #20bcc6 0, #15394c 80.36%);
	border-radius: 10px;
	margin: 25px 0 25px
}

.stocks-text strong {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 109.946px;
	color: #15394c;
	margin-right: 30px;
	margin-left: 65px
}

.stocks-text p {
	font-size: 28px;
	color: #fff;
	margin: 0
}

.stocks-btn a {
	margin-top: 0;
	margin-right: 35px
}

.promotional-offers-block {
	padding: 20px;
	border: 2px solid transparent;
	background: #15394c;
	border-radius: 10px;
	height: 240px;
	width: 100%;
	flex-direction: column
}

.p-o-content-price p {
	font-weight: 700;
	font-size: 23px;
	color: #fff;
	margin: 0
}

.p-o-content-price p:nth-child(2) {
	font-weight: 400;
	font-size: 26px
}

.p-o-content-count span {
	font-weight: 700;
	font-size: 44px;
	color: #c4c4c4
}

.p-o-content-count p span.numb-trf {
	margin: 0;
	text-align: center;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.3;
	background: linear-gradient(101.03deg, #21bfc4 14.93%, #34a8e9 71.18%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: -10px 0 0
}

.p-o-content-count p span {
	display: block;
	font-weight: 400;
	font-size: 23px;
	background: linear-gradient(101.03deg, #21bfc4 14.93%, #34a8e9 71.18%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 10px
}

.p-o-content-btn a,
.promo-offer-btn {
	margin-top: 0;
	height: 40px;
	line-height: 40px;
	color: #fff!important
}

.name_films_recommended {
	position: absolute;
	top: 15px;
	left: 15px;
	width: auto!important;
	height: auto!important;
	z-index: 99;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(75% - 30px);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease
}

.add_favorites {
	position: absolute;
	width: auto!important;
	height: auto!important;
	bottom: 37px;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	background: rgba(0, 0, 0, .8);
	border: 1px solid rgba(255, 255, 255, .5);
	border-left: 0;
	box-sizing: content-box;
	color: #fff;
	cursor: pointer;
	direction: ltr;
	font-family: arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	min-width: 150px;
	padding: 7px 10px;
	text-align: center;
	transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease
}

.add_favorites.active,
.name_films_recommended.active {
	opacity: 1;
	visibility: visible
}

.add_favorites:hover {
	border-color: rgba(255, 255, 255, 1);
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none
}

.add_favorites span {
	font-family: arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal
}

.favorites_img {
	background: url(/images/v2/icon/favorites.svg) no-repeat;
	margin-right: 5px;
	width: 25px;
	height: 20px
}

.favorites_img.active {
	background: url(/images/v2/icon/favorites_active.svg) no-repeat
}

.geo_pos {
	position: relative;
	margin: 0 15px
}

.geo_pos .is_geo {
	cursor: pointer
}

.geo_country_now {
	display: none
}

.choose_answer_geo,
.geo_country_now {
	min-width: 185px
}

.geo_country_wrong {
	display: none;
	color: #fff;
	text-align: left
}

.accept_geo:after {
	position: absolute;
	width: 0;
	top: -10px;
	right: 42px;
	content: '';
	border: 0 solid transparent;
	border-right-width: 10px;
	border-left-width: 10px;
	border-bottom: 10px solid rgba(21, 57, 76, .87)
}

.geo_country_wrong {
	min-width: 350px
}

.theme {
	display: block;
	padding: 0;
	width: 24px;
	height: 25px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	position: relative
}

.theme:focus {
	outline: 0
}

.theme:after,
.theme:before {
	position: absolute;
	content: '';
	display: block;
	width: 140%;
	height: 100%;
	left: -15%;
	z-index: -1000;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	background-repeat: no-repeat
}

.theme:before {
	display: none;
	top: -55%;
	background-image: radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, transparent 20%, #21bfc4 20%, transparent 30%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, transparent 10%, #21bfc4 15%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}

.theme:after {
	display: none;
	bottom: -55%;
	background-image: radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, transparent 10%, #21bfc4 15%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}

.theme.animate:before {
	display: block;
	background-image: radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, transparent 20%, #21bfc4 20%, transparent 30%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, transparent 10%, #21bfc4 15%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%), radial-gradient(circle, #21bfc4 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
	-webkit-animation: topBubbles linear .5s forwards;
	-moz-animation: topBubbles linear .5s forwards;
	-o-animation: topBubbles linear .5s forwards;
	animation: topBubbles linear .5s forwards
}

.theme.animate:after {
	display: block;
	-webkit-animation: bottomBubbles linear .5s forwards;
	-moz-animation: bottomBubbles linear .5s forwards;
	-o-animation: bottomBubbles linear .5s forwards;
	animation: bottomBubbles linear .5s forwards
}

@keyframes topBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
	}
	50% {
		background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
	}
	100% {
		background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}

@keyframes bottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0
	}
	50% {
		background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0
	}
	100% {
		background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}

@-webkit-keyframes topBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
	}
	50% {
		background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
	}
	100% {
		background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}

@-webkit-keyframes bottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0
	}
	50% {
		background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0
	}
	100% {
		background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}

#tabs .t-l>.profile {
	display: none
}

.actor {
	overflow: hidden
}

.blockRa4-new {
	width: 100%
}

.blockRa4_appstore:hover path:first-of-type,
.blockRa4_googleplay:hover path:first-of-type {
	fill: #21bfc4
}

.blockRa4_googleplay {
	margin-right: 20px
}

.blockRa4_appstore {
	margin-left: 20px
}

#block-3 .ikra .ikr-get,
#block-3 .ikra .ikr-get-s,
#block-3 .ikra .ikr-title {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 32.1562px;
	line-height: 39px;
	color: #15394c
}

#block-3 .ikra .ikr-get,
#block-3 .ikra .ikr-get-s {
	font-weight: 800;
	font-size: 70.7438px;
	line-height: 57px
}

#block-3 .ikra .ikr-get-s {
	font-size: 51px
}

#block-3 .ikra .price-ikr p,
#block-3 .ikra .price-ikr span {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 149.756px;
	line-height: 57px;
	color: #be1f15;
	padding-bottom: 5px
}

#block-3 .ikra .price-ikr span {
	font-weight: 700;
	font-size: 64.3125px;
	line-height: 57px;
	padding-top: 33px;
	padding-left: 15px
}

.price-ikr {
	padding-top: 18px;
	padding-left: 15px
}

.mt-40-100 {
	margin: -120px 0 -145px
}

#block-3 .ikra .all-f-btn {
	margin-top: 38px;
	height: 37px;
	line-height: 37px;
	width: 235px
}

#block-3 .ikra .mx-img img {
	max-width: 100%;
	width: auto
}

.carouselInfo .social_offer div p {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 58px;
	line-height: 65px;
	letter-spacing: .05em;
	color: #fff;
	margin: 0;
	margin-left: 15px;
	text-transform: uppercase
}

.carouselInfo .social_offer p {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 180%;
	color: #15394c;
	margin: 0
}

.discount100 {
	background: #fe0000;
	height: 90px;
	width: 100%;
	text-align: center;
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 44px;
	line-height: 90px;
	align-items: center;
	letter-spacing: .02em;
	color: #fff;
	margin: 20px 0 33px;
	text-transform: uppercase
}

.social_offer_poster {
	position: absolute;
	top: 17px;
	width: 100%;
	margin: auto;
	text-align: center
}

.social_offer_poster p {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: .05em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 8px
}

.social_offer_poster .discount100 {
	height: 50px;
	width: 82%;
	margin: auto;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: .02em
}

.social_offer .all-f-btn {
	background: #fe0000
}

.social_offer .all-f-btn:hover {
	background: #d03403
}

.promotional-offers-block-demo .p-o-content-price p,
.promotional-offers-block-test .p-o-content-price p {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	margin: 0
}

.promotional-offers-block-test {
	background-image: linear-gradient(91.36deg, #000 -19.76%, rgba(0, 0, 0, .2) 127.98%), url(/images/v2/BG_demo1.jpg)
}

.promotional-offers-block-demo {
	background-image: linear-gradient(91.36deg, #000 -19.76%, rgba(0, 0, 0, .2) 127.98%), url(/images/v2/BG_test1.jpg)
}

.promotional-offers-block-demo,
.promotional-offers-block-test {
	position: relative;
	width: 100%;
	border-radius: 15px;
	padding: 30px 80px;
	border: 2px solid #182936;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	overflow: hidden;
	cursor: pointer
}

.promotional-offers-block-demo .promo_info,
.promotional-offers-block-test .promo_info {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: left
}

.promotional-offers-block-demo .promo_info span,
.promotional-offers-block-test .promo_info span {
	display: block
}

.promotional-offers-block-demo .promo_inf,
.promotional-offers-block-test .promo_inf {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 700;
	font-size: 65px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	margin-bottom: -55px
}

.promotional-offers-block-demo .promo_inf span,
.promotional-offers-block-test .promo_inf span {
	font-weight: 400;
	font-size: 23px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background: 0 0;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit
}

.promotional-offers-block-demo .promo_inf.promo_inf-margin,
.promotional-offers-block-test .promo_inf.promo_inf-margin {
	margin-right: 70px
}

.promotional-offers-block-demo .p-o-content-price,
.promotional-offers-block-test .p-o-content-price {
	white-space: nowrap
}

.promotional-offers-block-demo .promo_inf:last-of-type:first-letter,
.promotional-offers-block-test .promo_inf:last-of-type:first-letter {
	letter-spacing: 10px
}

.flag_school {
	margin-bottom: 30px;
	max-width: 300px
}

.school_title {
	text-transform: uppercase
}

.school_timetable,
.school_title {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	color: #fff;
	margin-bottom: 30px
}

.school_timetable {
	font-size: 35px;
	color: #ffbe00
}

.school_offer_poster {
	position: absolute;
	top: 23px;
	width: 100%;
	margin: auto;
	text-align: center
}

.school_offer_poster span {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	letter-spacing: .05em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-left: 10px
}

.school_offer_poster img {
	max-width: 150px;
	margin-bottom: 15px
}

.mainS_title {
	font-style: normal;
	font-weight: 700;
	font-size: 54px;
	line-height: 120%;
	color: #fff;
	margin: 20px 0 0
}

.mainS-img {
	width: 521px;
	height: 96px
}

.dateS {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 42px;
	color: #f6bf48;
	opacity: .87;
	margin: 25px 0 0
}

.episodesS {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 16px;
	color: #fff
}

.dscS {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	margin: 20px 0 0;
	width: 500px
}

.mainS_offer_poster {
	position: absolute;
	top: 55px;
	width: 100%;
	margin: auto;
	text-align: center
}

.mainS_offer_poster p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 30px;
	color: #fff
}

.mainS_offer_poster p span {
	font-size: 24px
}

.mainS_offer_poster img {
	max-width: 140px;
	margin-bottom: 15px
}

.search-page .card-tv {
	margin-bottom: 5px
}

body .plyr_menu_container {
	background: rgba(0, 0, 0, .7)
}

body .plyr_menu_container .plyr_control {
	color: #fff
}

body .plyr_menu_container .plyr_control[role=menuitemradio]::before {
	background: rgba(255, 255, 255, .5)
}

body .plyr_badge {
	background: red
}

body .plyr_menu_container .plyr_control[role=menuitemradio][aria-checked=true]::before {
	background: #21bfc4
}

body .plyr_menu_container .plyr_control[role=menuitemradio]::after {
	background: #f9f9f9
}

body .plyr_control.plyr_tab-focus {
	box-shadow: none
}

body .plyr_menu_container .plyr_control-back::before {
	background: rgba(255, 255, 255, .3);
	box-shadow: none
}

body .plyr_menu_container .plyr_control-back::after {
	border-right-color: rgba(255, 255, 255, .8)
}

body .plyr_menu_container .plyr_control-forward::after {
	border-left-color: rgba(255, 255, 255, .8)
}

body .plyr_menu_container::after {
	border-top-color: rgba(0, 0, 0, .7)
}

body .plyr_menu_container .plyr_control[role=menuitemradio]::before {
	background: rgba(255, 255, 255, .3)
}

body .plyr-full-ui input[type=range] {
	color: #21bfc4
}

body .plyr_control-overlaid:hover {
	background: #1e98a2!important
}

#audioTrack button,
body .dropdown-audiotrack .dropdown-child button {
	color: #fff;
	background: 0 0;
	border-radius: 3px
}

#audioTrack,
body .dropdown-audiotrack .dropdown-child {
	border-radius: 4px;
	padding: 5px;
	background-color: rgba(0, 0, 0, .7);
	border: 1px solid rgba(0, 0, 0, .7)
}

#audioTrack button.plyr_tab-focus,
#audioTrack button:hover,
body .dropdown-audiotrack .dropdown-child button:hover,
body .dropdown-child .active,
body .dropdown-child button:hover,
body .plyr-video .plyr_control.plyr_tab-focus,
body .plyr-video .plyr_control:hover,
body .plyr-video .plyr_control[aria-expanded=true],
body .plyr_control-overlaid {
	background: #21bfc4;
	color: #fff;
	cursor: pointer
}

body .plyr_badge {
	background: 0 0;
	font-size: 12px;
	padding: 3px 0;
	display: flex;
	margin-left: 10px
}

.plyr_menu_container .plyr_menu_value {
	padding-left: 0;
	width: 93px;
	display: initial;
	margin: auto
}

#movieModal,
#payment_and_change {
	background: rgba(0, 0, 0, .5);
	animation-duration: 1s;
	z-index: 10000
}

#movieModal .modal-dialog,
#payment_and_change .modal-dialog {
	width: 500px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #15394c url(/images/v2/modal-pay.png);
	border-radius: 10px;
	border: 0;
	margin: 0;
	max-width: 100%!important
}

#movieModal .close,
#payment_and_change .close {
	position: absolute;
	top: 16px;
	right: 16px;
	outline: 0;
	opacity: 1;
	cursor: pointer
}

#movieModal .close:hover,
#payment_and_change .close:hover {
	opacity: .7
}

#movieModal .modal-content,
#payment_and_change .modal-content {
	height: 300px;
	background: radial-gradient(55.59% 55.59% at 50% 50%, rgba(21, 57, 76, .2) 0, #15394c 89.81%);
	border-radius: 10px;
	border: 0
}

#movieModal .modal-items,
#payment_and_change .modal-items {
	padding: 63px 50px 0;
	text-align: center
}

#payment_and_change h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 800;
	font-size: 20px
}

#movieModal p,
#payment_and_change p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px
}

#movieModal .modal-item img,
#payment_and_change .modal-item img {
	height: 100px
}

#movieModal .modal-item.active,
#payment_and_change .modal-item.active {
	display: block
}

.invite_friend a {
	background: #d8271c
}

.invite_friend a:hover {
	background: #c5251b
}

.ch_a {
	background: #0f1c26;
	border: 2px solid #182936;
	height: 250px!important
}

.nopfc-m0 {
	margin: 0 auto
}

.filmhome {
	height: 365px
}

.nopfc-m0 .filmhome {
	height: 370px
}

@media (max-width:1820px) {
	#films-banners-slider .owl-nav button.owl-prev {
		left: 12%
	}
	#films-banners-slider .owl-nav button.owl-next {
		right: 12%
	}
}

@media (max-width:1700px) {
	#films-banners-slider .owl-nav button.owl-prev {
		left: 10%
	}
	#films-banners-slider .owl-nav button.owl-next {
		right: 10%
	}
}

@media (max-width:1600px) {
	.discount100 {
		width: 80%;
		height: 78px;
		font-size: 36px;
		line-height: 78px
	}
	#films-banners-slider .owl-nav button.owl-prev {
		left: 8%
	}
	#films-banners-slider .owl-nav button.owl-next {
		right: 8%
	}
}

@media (max-width:1500px) {
	#films-banners-slider .owl-nav button.owl-prev {
		left: 6%
	}
	#films-banners-slider .owl-nav button.owl-next {
		right: 6%
	}
}

@media (max-width:1400px) {
	#films-banners-slider .owl-nav button.owl-prev {
		left: 2%
	}
	#films-banners-slider .owl-nav button.owl-next {
		right: 2%
	}
}

@media (max-width:1440px) {
	.mainS-img {
		width: 421px;
		height: 76px
	}
	.mainS_title {
		font-size: 48px
	}
	.flag_school {
		margin-bottom: 20px;
		max-width: 300px
	}
	.school_title {
		font-size: 35px;
		color: #fff;
		margin-bottom: 20px
	}
	.school_timetable {
		font-size: 28px;
		color: #ffbe00
	}
	.n-d-film p {
		font-size: 20px
	}
	.n-d-film .title {
		font-size: 46px
	}
	.a-film span {
		padding-right: 110px
	}
	.info-bl .number {
		font-size: 90px
	}
	.blockRa3 {
		left: 30%
	}
}

@media (max-width:1300px) {
	#films-banners-slider .owl-nav button.owl-prev {
		left: 12px
	}
	#films-banners-slider .owl-nav button.owl-next {
		right: 12px
	}
	#films-banners-slider .owl-nav button.owl-next,
	#films-banners-slider .owl-nav button.owl-prev,
	#films-banners-slider .owl-next>span,
	#films-banners-slider .owl-next>span:active,
	#films-banners-slider .owl-next>span:focus,
	#films-banners-slider .owl-next>span:hover,
	#films-banners-slider .owl-prev>span,
	#films-banners-slider .owl-prev>span:active,
	#films-banners-slider .owl-prev>span:focus,
	#films-banners-slider .owl-prev>span:hover,
	.collections-slider1#films-banners-slider .owl-next>span:active,
	.collections-slider1#films-banners-slider .owl-next>span:focus,
	.collections-slider1#films-banners-slider .owl-next>span:hover,
	.collections-slider1#films-banners-slider .owl-prev>span:active,
	.collections-slider1#films-banners-slider .owl-prev>span:focus,
	.collections-slider1#films-banners-slider .owl-prev>span:hover {
		width: 22px
	}
}

@media (max-width:1399px) {
	.mainS-img {
		width: 385px;
		height: 65px
	}
	.mainS_title {
		font-size: 40px
	}
	.mainS_offer_poster {
		top: 42px
	}
	.mainS_offer_poster p {
		font-size: 30px
	}
	.mainS_offer_poster p span {
		font-size: 22px
	}
	.school_offer_poster span {
		font-size: 13px
	}
	.school_offer_poster img {
		max-width: 135px;
		margin-bottom: 10px
	}
	.social_offer_poster .discount100 {
		font-size: 13px
	}
	.carouselHeader .card-film {
		width: 160px;
		height: 245px
	}
	.card-film .c-r-f,
	.fadeInLeftItms .card-film:hover .c-r-f,
	.hidden .card-film:hover .c-r-f {
		top: 40%;
		border-radius: 0 0 40px 40px
	}
}

@media (max-width:1367px) {
	.carouselHeader-nav {
		bottom: 10%;
		left: -60px
	}
	.n-d-film .title {
		font-size: 40px
	}
	.carouselHeader-left svg {
		width: 40px
	}
	.carouselHeader-right,
	.carouselHeader-right svg {
		width: 50px
	}
	#custom-stroke {
		position: absolute;
		width: 50px;
		height: 50px;
		top: 4px
	}
	#block-3 .blockRa p,
	#block-3 .blockRa-2 p {
		font-size: 28px
	}
	.blockRa {
		width: 550px
	}
	#block-3 .bkg>img {
		left: 285px
	}
	.card-film:after {
		top: 140px
	}
	.card-film:before {
		top: 143px
	}
}

@media (max-width:1220px) {
	.discount100 {
		height: 70px;
		font-size: 30px;
		line-height: 70px
	}
	.carousel-control-next,
	.carousel-control-prev {
		top: -11%
	}
	.carousel-control-next {
		right: 0
	}
	.carousel-control-prev {
		right: 35px;
		left: auto
	}
	.film {
		width: 174px
	}
	.film_container .owl-stage-outer {
		width: calc(100% + 50px)
	}
	.channels_container .channel a {
		margin-right: 13px
	}
	.channels_container .owl-stage-outer {
		overflow: visible
	}
	.channels_container .owl-stage {
		padding-left: 0!important
	}
	#block-1 .home-compilation {
		margin: 0
	}
}

@media (max-width:1200px) {
	.main_btnnew_wrap {
		margin-top: 80px
	}
}

@media (max-width:1156px) {
	.main_btnnew_wrap {
		margin-top: 110px
	}
	.card-film {
		width: 160px;
		height: 245px
	}
	#toTop {
		right: 5%
	}
	#download p {
		font-size: 20px
	}
	.d-f-jc {
		flex-flow: column
	}
	.d-f-jc a {
		margin: 3px 0
	}
	#download {
		height: auto
	}
	.img-mobile {
		margin-top: -45px
	}
	.carousel-control-next,
	.carousel-control-prev {
		top: -12.3%
	}
	.b-menu li a {
		font-size: 20px
	}
	.chshome .card-tv {
		width: 120px
	}
	.stocks-text p {
		font-size: 21px
	}
	#block-3 .ikra .ikr-get,
	#block-3 .ikra .ikr-get-s {
		font-size: 50px;
		line-height: 45px
	}
	#block-3 .ikra .ikr-get-s {
		font-size: 36px
	}
	#block-3 .ikra .price-ikr p {
		font-size: 107px
	}
	#block-3 .ikra .price-ikr span {
		font-size: 60px;
		line-height: 30px
	}
	.price-ikr {
		padding-top: 0
	}
}

@media (max-width:1150px) {
	.promotional-offers-block-demo,
	.promotional-offers-block-test {
		padding: 30px 50px
	}
}

@media (max-width:1050px) {
	.film:active,
	.film:focus,
	.film:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.menu .ton-act>a:after,
	.menu li a,
	.menu li>a:after,
	.other_menu:hover>a:after,
	.profile,
	.tongue {
		font-size: 14px
	}
	.card-cont {
		align-items: flex-start
	}
	#b-slide2 .all-f-btn {
		margin-top: 10px
	}
	.card-tv {
		width: calc(100% / 8)
	}
	.chshome .card-tv {
		width: 100px
	}
	.card-film {
		width: 160px
	}
	.card-film {
		width: 150px
	}
	.card-film .c-r-f,
	.fadeInLeftItms .card-film:hover .c-r-f,
	.hidden .card-film:hover .c-r-f {
		border-radius: 0 0 33px 33px
	}
	.channels_container .channel a {
		margin-right: 3.3%
	}
	.channels_container .owl-stage-outer {
		width: 100%;
		padding: 0
	}
	.o-menu,
	.sel-lang {
		top: 60px
	}
	.search svg {
		width: 14px
	}
	.profile svg {
		width: 16px
	}
}

@media (max-width:1024px) {
	.main_btnnew_wrap {
		margin-top: 95px
	}
	#block-3 .main_btnnew_wrap p {
		margin-bottom: 10px;
		max-width: 400px
	}
	.main_btnnew_wrap span {
		font-size: 20px
	}
	#block-3 p.main_btnnew_ribbon {
		width: 383px;
		height: 52px;
		font-size: 30px
	}
	#block-3 .all-f-btn.main_btnnew_btn {
		height: 56px;
		line-height: 22px;
		width: 250px
	}
	.main_btnnew_span1 {
		font-size: 12px
	}
	.main_btnnew_span2 {
		font-size: 15px
	}
	#footer.mt100 {
		margin-top: 50px
	}
	#films-banners-slider .owl-nav button.owl-prev {
		left: 16px
	}
	#films-banners-slider .owl-nav button.owl-next {
		right: 16px
	}
	.invite_friend img {
		top: -20px!important
	}
	.invite_friend a {
		background: 0 0
	}
	.mainS_title {
		font-size: 40px;
		position: absolute;
		top: 50%;
		right: -90%;
		transform: translate(-50%, -50%);
		z-index: 5;
		width: 100%;
		display: block
	}
	.school_title {
		font-size: 30px
	}
	.slideHome .sHitm a .school img {
		position: relative;
		z-index: 1
	}
	.slideHome .sHitm a .n-d-film.sch {
		bottom: 25px
	}
	.n-d-film p.school_title {
		color: #fff;
		opacity: 1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		font-size: 28px
	}
	.n-d-film p.school_timetable,
	.n-d-film p.school_title {
		color: #fff;
		opacity: 1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		font-size: 28px;
		margin: 15px 0
	}
	.n-d-film p.school_timetable {
		color: #ffbe00;
		font-size: 25px
	}
	.owl-item .social_offer img {
		width: 60px
	}
	.social_offer {
		width: 100%
	}
	.discount100 {
		width: 680px;
		height: 72px;
		font-size: 40px;
		line-height: 72px
	}
	.slideHome .sHitm a .social_offer img {
		position: relative
	}
	.n-d-film .social_offer>div p {
		font-size: 30px;
		flex-direction: column;
		color: #fff;
		margin-left: 10px;
		width: 50%;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		text-transform: uppercase;
		opacity: 1
	}
	#privacy_policy p {
		font-size: 14px
	}
	#privacy_policy .all-f-btn {
		height: 30px;
		line-height: 26px;
		font-size: 14px;
		text-transform: none;
		width: 100%
	}
	#privacy_policy {
		z-index: 1000
	}
	.logo:after {
		top: -4px;
		left: -8px;
		background-size: 30px
	}
	.channels_container .owl-stage {
		padding-left: 20px!important
	}
	.film_container .owl-stage {
		padding-left: 15px
	}
	.p-o-content-price p,
	.p-o-content-price p:nth-child(2) {
		font-size: 18px
	}
	.blockRa-2 {
		left: 40px
	}
	#block-3 .blockRa-2 div:nth-child(2) p {
		font-size: 46px!important;
		line-height: .5
	}
	#block-3 .blockRa-2 p.big-text-z {
		font-size: 180px
	}
	#block-3 .bkg {
		background-position: -190px center
	}
	.theme {
		margin-right: 15px
	}
	.geo_pos {
		margin: 0 15px 0 0
	}
	.t-l {
		min-width: auto
	}
	.profile a {
		padding-top: 3px
	}
	.b-menu li.active:after {
		bottom: -26%
	}
	#toTop {
		bottom: 130px;
		right: 14px
	}
	.img-mobile a img {
		transform: translateY(105px)
	}
	.n-d-film .title {
		font-size: 40px
	}
	.n-d-film p {
		font-size: 20px
	}
	.a-film {
		width: 70%
	}
	.channels_container .channel a {
		margin-right: 3%
	}
	.film {
		width: 178px
	}
	#banners_slider .owl-carousel .owl-nav.disabled,
	#banners_slider .owl-nav.disabled,
	.devices_pc {
		display: none!important
	}
	.nocf {
		margin: 0;
		padding: 0
	}
	.nocf .b-menu {
		padding: 0 15px 4px;
		width: 100%
	}
	.nocf .b-menu li:last-child {
		margin-right: 30px
	}
	.nocf .ovrscrl {
		overflow-y: hidden;
		overflow-x: scroll;
		scrollbar-width: none
	}
	#header {
		height: 485px;
		margin-top: 60px
	}
	.devices_tabl,
	.slideHome {
		display: block!important
	}
	.slideHome .sHitm {
		position: relative;
		width: 100%;
		height: 430px
	}
	.slideHome .owl-dots {
		margin-top: 2px;
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1
	}
	.slideHome .sHitm-oy {
		background: linear-gradient(360deg, #182936 4.08%, rgba(24, 41, 54, 0) 77.61%);
		position: absolute;
		z-index: 2;
		bottom: -23px;
		left: 0;
		width: 100%;
		height: 300px
	}
	.slideHome .sHitm a img {
		position: absolute;
		z-index: 1;
		height: 100%
	}
	.slideHome .sHitm a .n-d-film {
		position: absolute;
		bottom: 15px;
		left: 0;
		z-index: 3;
		width: 100%
	}
	#block-1 {
		margin-top: 35px
	}
	.carouselHeader {
		bottom: 5px
	}
	.a-film span {
		padding-right: 40px;
		margin-left: 20px
	}
	.info-bl .number {
		font-size: 60px
	}
	.all-f-btn {
		height: 40px;
		line-height: 40px
	}
	.carouselHeader .card-film .c-r-f,
	.fadeInLeftItms .card-film:hover .c-r-f,
	.hidden .card-film:hover .c-r-f {
		top: 48%
	}
	.n-d-film .title {
		font-size: 28px
	}
	#header .arrow_down {
		display: none
	}
	.n-d-film p {
		font-size: 16px;
		margin: 0 0 5px
	}
	.genre {
		margin-left: 45px
	}
	.sHitm .genre {
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		justify-content: space-between
	}
	.sHitm .genre p {
		font-weight: 700;
		font-size: 13px;
		color: #fff
	}
	.sHitm .n-d-film {
		margin: 0;
		padding: 0 20px
	}
	#block-3 {
		padding: 0
	}
	#block-2 {
		padding: 0 0 50px
	}
	#block-1 {
		padding: 25px 0 0
	}
	#download.mt100 {
		margin-top: 50px
	}
	.img-mobile img {
		transform: translateY(95px);
		max-width: 50%
	}
	#block-3 .blockRa p,
	#block-3 .blockRa-2 p {
		font-size: 24px
	}
	.blockRa,
	.blockRa-2 {
		width: 545px
	}
	#block-3 .bkg>img {
		left: 280px
	}
	.bkg.mb {
		background-position: 20% center!important
	}
	.prowl {
		padding-right: 0;
		padding-left: 0;
		overflow: hidden
	}
	.o-menu>div:nth-child(2) {
		margin-bottom: 10px
	}
	.channels_container .channel {
		padding-top: 10px
	}
	.chs-mobile .home-compilation {
		padding-top: 0
	}
	.chs-mobile>.active {
		overflow-y: hidden
	}
	.promotional-offers-block-demo .promo_info span,
	.promotional-offers-block-test .promo_info span {
		display: inline
	}
	.owl-carousel .film.quality>img {
		top: 45%
	}
}

@media (max-width:991px) {
	.btn-on-banner {
		width: 250px;
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		bottom: 20px
	}
	#block-films .film img,
	.film img {
		top: 40%
	}
	.promotional-offers-block-demo,
	.promotional-offers-block-test {
		padding: 30px 20px
	}
	.promotional-offers-block-demo .p-o-content-price p,
	.promotional-offers-block-test .p-o-content-price p {
		font-size: 35px;
		line-height: 35px
	}
	.promotional-offers-block-demo .promo_inf.promo_inf-margin,
	.promotional-offers-block-test .promo_inf.promo_inf-margin {
		margin-right: 40px
	}
	.promotional-offers-block-demo .promo_inf,
	.promotional-offers-block-test .promo_inf {
		font-size: 50px;
		margin-bottom: 0
	}
	.remind-button.all-f-btn {
		margin-left: 20px;
		margin-right: 20px
	}
	.remind-title {
		font-size: 15px
	}
	.remind-descr {
		font-size: 12px
	}
}

@media (max-width:976px) {
		#tabs {
		height: 50px
	}
	#block-3 .all-f-btn.main_btnnew_btn {
		bottom: 30px
	}
	#block-3 .ikra .price-ikr span {
		padding-left: 0
	}
	.mt-40-100 {
		margin: -75px 0 -95px
	}
	.channels_container .channel a {
		margin-right: 10px
	}
	.film_container .owl-stage-outer {
		width: calc(100% + 55px)
	}
	.mt_60 {
		margin-top: 0
	}
	.jsmbmenu,
	.mb_menu,
	.mb_menu>ul>li>a {
		display: flex;
		display: -ms-flex;
		flex-flow: column;
		align-items: center
	}
	.jsmbmenu {
		position: relative
	}
	.jsmbmenu a,
	.jsmbmenu span,
	.mb_menu li span {
		color: #fff;
		font-size: 14px
	}
	.jsmbmenu a {
		padding: 5px 10px;
		margin: 10px 0;
		width: 100%;
		display: block
	}
	.jsmbmenu ul {
		flex-flow: column;
		position: absolute;
		display: none;
		bottom: 58px;
		right: -20px;
		background: rgba(21, 57, 76, .87);
		width: 150px!important
	}
	.mb_menu ul {
		justify-content: space-between;
		align-items: center;
		width: 100%
	}
	.profile,
	.search,
	.t-l {
		flex-grow: 0
	}
	.t-l {
		margin: 0 5px
	}
	.t-m-cont {
		justify-content: flex-end
	}
	.mb_menu span {
		margin-top: 3px
	}
	.logo img {
		max-width: 140px
	}
	.logo:after {
		top: -4px;
		left: -9px;
		background-size: 25px
	}
	.profile span,
	.tongue span {
		font-size: 14px
	}
	.profile svg,
	.search svg {
		width: 15px
	}
	.sel-lang {
		top: 57px
	}
	.profile a {
		display: -ms-flex;
		display: flex;
		align-items: center
	}
	.profile svg {
		margin-right: 3px
	}
	.nocf .b-menu {
		min-width: max-content
	}
	.owl-carousel .film.quality>img {
		top: 40%
	}
}

@media (max-width:930px) {
	.main_btnnew_wrap span {
		font-size: 18px
	}
	#block-3 .main_btnnew_wrap p {
		margin-bottom: 5px;
		max-width: 350px
	}
	#banners_slider .owl-item .main_btnnew_wrap img {
		margin-top: 6px
	}
	#block-3 .all-f-btn.main_btnnew_btn {
		bottom: 15px;
		right: 15px
	}
	.main_btnnew .content-info {
		padding: 0 15px
	}
	#block-3 p.main_btnnew_ribbon {
		padding-left: 35px
	}
	.main_btnnew_wrap {
		margin-top: 70px
	}
	#films-banners-slider .owl-nav button.owl-prev {
		left: 7px
	}
	#films-banners-slider .owl-nav button.owl-next {
		right: 7px
	}
	.film_container .owl-stage-outer {
		width: calc(100% + 50px)
	}
	.channels_container .channel a {
		margin-right: 5px
	}
	.channels_container .channel a:nth-child(6n) {
		margin-right: 5px
	}
	.channels_container .owl-stage {
		padding-left: 0!important;
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important
	}
	.channels_container .channel {
		height: 400px;
		flex-direction: column
	}
	.menu li {
		margin: 0 5px
	}
	.n-d-film .title {
		font-size: 26px
	}
	.a-film span,
	.bgH .rating span,
	.genre,
	.n-d-film p {
		font-size: 14px
	}
	.info-bl .number {
		font-size: 56px
	}
	.a-film,
	.desc-film {
		width: 100%
	}
	.stocks-text p {
		font-size: 17px
	}
	.owl-carousel .film.quality>img {
		top: 50%
	}
}

@media (max-width:850px) {
	._show_e89.wrap_c45 {
		bottom: 75px
	}
	#copyright {
		margin-bottom: 60px
	}
	#films-banners-slider .owl-nav {
		display: none
	}
	.owl-item .social_offer img {
		width: 75px
	}
	.n-d-film .social_offer>div p {
		line-height: 35px
	}
	.mt-40-100 {
		margin: -55px 0 -95px
	}
	#block-3 .ikra .ikr-get,
	#block-3 .ikra .ikr-get-s,
	#block-3 .ikra .ikr-title {
		font-size: 28px
	}
	#block-3 .ikra .price-ikr span {
		font-size: 48px;
		line-height: 20px
	}
	#block-3 .ikra .price-ikr p {
		font-size: 85px
	}
	#block-3 .ikra .ikr-get,
	#block-3 .ikra .ikr-get-s {
		font-size: 44px;
		line-height: 40px
	}
	#block-3 .ikra .ikr-get-s {
		font-size: 32px
	}
	.stocks-text strong {
		font-size: 76px
	}
	.stocks-text p {
		font-size: 14px
	}
	.film_container .owl-stage-outer {
		width: 100%;
		padding: 0
	}
	.channels_container .card-tv {
		margin-right: 20px
	}
	.search {
		width: 40px;
		margin-right: 8px
	}
	.menu li:first-child,
	.menu li:last-child {
		margin: 0
	}
	.owl-carousel .film.quality>img {
		top: 45%
	}
}

@media screen and (max-width:850px) and (orientation:landscape) {
	#block-3 .blockRa-2 p.mb-4 {
		font-size: 14px;
		margin-bottom: 15px!important
	}
	#toTop {
		bottom: 38%;
		transform: translateY(-50%);
		right: 4%
	}
	._orinationRight_25.wrap_mW {
		width: 40px!important;
		height: 40px!important
	}
	.button_1O {
		width: 40px!important;
		height: 40px!important
	}
	.logoIconCloud_q- {
		width: 27px!important;
		top: -1px!important;
		left: -1px!important
	}
	._orinationRight_25.wrap_mW {
		bottom: 25%!important;
		right: 4%!important
	}
	.breadcrumbs_block {
		margin-top: 60px
	}
	.main-dogovor .wrap h1 {
		font-size: 20px
	}
	div.modal-sms-block .modal-info.modal-sms-code {
		font-size: 18px
	}
	button.sms_btn {
		margin-top: 5px
	}
	button.button-refresh {
		margin-bottom: 5px
	}
}

@media (max-width:768px) {
	#films-banners-slider .owl-item {
		transform: scale(1)
	}
	.btn-on-banner {
		width: 210px;
		font-size: 10px;
		height: 35px;
		line-height: 35px;
		bottom: 15px;
		left: 30px
	}
	.mainS_title {
		font-size: 36px
	}
	.offmask {
		display: none
	}
	.discount100 {
		width: 580px;
		height: 50px;
		font-size: 32px;
		line-height: 50px
	}
	#privacy_policy .all-f-btn {
		margin: 10px auto 0
	}
	.main-dogovor .wrap h1 {
		font-size: 28px
	}
	.main-dogovor .wrap h3 {
		font-size: 24px
	}
	.stocks-text strong {
		margin-left: 35px
	}
	.channels_container {
		width: 100%;
		margin-left: 0
	}
	.home-tab-content.chshome.nohidden {
		overflow: hidden
	}
	.blockRa3 {
		left: 25%
	}
	.owl-carousel .owl-item .blockRa3 img,
	.owl-carousel .owl-item .blockRa4 img {
		width: 180px
	}
	.blockRa4 {
		display: -ms-flex;
		display: flex;
		justify-content: space-around;
		width: 100%;
		align-items: center
	}
	.blockRa4 .ml-5,
	.blockRa4 .mr-5 {
		margin: 0 5px!important
	}
	#block-3 p,
	#block-3 p a {
		line-height: 1.4;
		font-size: 28px
	}
	#block-3 p {
		font-size: 24px
	}
	.icon-svg-downl span {
		top: 68%;
		left: 7%
	}
	.input.s-active {
		width: 375px
	}
	.theme {
		margin-right: 20px
	}
	.owl-carousel .film>img {
		top: 44%
	}
	.img-mobile a img {
		transform: translateY(70px)
	}
	.img-mobile a:hover img {
		transform: translateY(40px)
	}
	.film,
	.film_about {
		width: 100%
	}
	.film_container .owl-stage {
		height: auto;
		padding-top: 30px;
		padding-left: 0!important
	}
	.film_container .owl-stage-outer {
		overflow: visible
	}
	.channels_container .owl-item {
		width: 680px!important
	}
	.channels_container .card-tv {
		margin-right: 10px
	}
	.channels_container .channel {
		width: 680px
	}
	#tabs .row>div {
		width: auto
	}
	#tabs .row {
		justify-content: space-between;
		flex-flow: row
	}
	.bottom-menu-mobile {
		display: flex
	}
	.menu {
		display: none
	}
	.logo {
		width: 140px
	}
	.slideHome .sHitm {
		height: 360px
	}
	.img-mobile img {
		transform: translateY(70px)
	}
	#block-3 .blockRa p {
		font-size: 20px
	}
	#block-3 .blockRa-2 p {
		font-size: 18px
	}
	.blockRa {
		width: 340px;
		padding: 15px;
		top: 33px
	}
	.blockRa-2 {
		width: auto;
		padding: 0;
		top: 0
	}
	#block-3 .bkg {
		background-size: 100%;
		height: 230px;
		background-position: right center
	}
	#block-3 .bkg>img {
		left: 50px;
		top: 15px
	}
	#block-3 .d-f-jc {
		bottom: 20px;
		left: -14px
	}
	.n-d-film p {
		width: 80%
	}
	.carouselHeader-nav {
		bottom: 0;
		width: 80px;
		left: -45px
	}
	.carouselHeader-left svg {
		width: 30px
	}
	.carouselHeader-right,
	.carouselHeader-right svg {
		width: 40px
	}
	.n-d-film .title {
		font-size: 24px
	}
	.error404_list {
		font-size: 1.1rem
	}
	.error404_subtitle {
		font-size: 1.9rem
	}
	.wrap-button-full .all-f-btn.favorites-btn {
		height: 50px;
		width: 250px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px
	}
	#block-3 .blockRa-2 div:nth-child(2) p {
		font-size: 22px!important
	}
	#block-3 .blockRa-2 p.big-text-z {
		font-size: 80px
	}
	#block-3 .all-f-btn {
		margin-top: 0
	}
	.blockRa4_googleplay {
		margin-right: 10px
	}
	.blockRa4_appstore {
		margin-left: 10px
	}
	#block-3 .blockRa4-new p {
		margin: 10px
	}
	.owl-carousel .owl-item .blockRa4-new img {
		width: 180px;
		margin-top: 5px
	}
	.owl-carousel .film.quality>img {
		top: 41%
	}
	.f-mobile .film>img {
		top: 45%
	}
	.remind {
		bottom: 60px
	}
	.red-dot:after {
		width: 10px;
		height: 10px;
		right: -5px;
		top: 0
	}
}

@media (max-width:767px) {
	.n-d-film p.school_timetable,
	.n-d-film p.school_title {
		margin: 5px 0
	}
	.n-d-film p.school_title {
		font-size: 22px
	}
	.n-d-film p.school_timetable {
		font-size: 20px
	}
	.flag_school {
		max-width: 230px
	}
	.n-d-film .social_offer>div p {
		line-height: 30px;
		width: 40%;
		font-size: 24px
	}
	.owl-item .social_offer img {
		width: 60px
	}
	.ikra .row {
		flex-wrap: nowrap
	}
	#privacy_policy .all-f-btn {
		width: 120px
	}
	.promotional-offers-block {
		width: 80%;
		margin: 0 auto 15px
	}
	.stocks-text p {
		padding-right: 6px;
		font-size: 17px
	}
	.stocks-text br {
		display: none
	}
	.stocks-text strong {
		margin-right: 7px;
		margin-left: 7px;
		font-size: 58px
	}
	.stocks-btn a {
		margin-right: 10px
	}
	.bgH .i-bl-nb,
	.carouselHeader {
		display: none
	}
	.n-d-film {
		margin: 0
	}
	.bgH .max50 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.bgh-dots {
		position: absolute;
		bottom: 40px;
		left: 50%;
		z-index: 11;
		transform: translate(-50%, -50%)
	}
	.channels_container .owl-stage {
		overflow-x: scroll
	}
	.channels_container .owl-item img.owl-lazy {
		opacity: 1!important
	}
	.channels_container.owl-carousel.owl-drag .owl-item {
		-ms-touch-action: auto;
		touch-action: auto
	}
	.channels_container .owl-stage-outer {
		overflow: visible
	}
	.f-t-c {
		width: 50%
	}
	#copyright .row {
		flex-wrap: nowrap
	}
	.slideHome .sHitm {
		height: 300px
	}
	#block-1 {
		margin-top: 0
	}
	.d-v-img img {
		max-width: 65%
	}
	#device_price .show-dev {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -340px;
		z-index: 1
	}
	.d-v-img {
		top: -90px
	}
	#block-3 .blockRa4-new p {
		font-size: 20px
	}
	#block-3 p,
	#block-3 p a {
		font-size: 22px
	}
	#block-3 .blockRa-2 p.big-text-z {
		font-size: 66px
	}
	#block-3 .blockRa-2 div:nth-child(2) p {
		font-size: 20px!important
	}
	#block-3 .blockRa-2 p {
		font-size: 14px
	}
	#block-3 .all-f-btn {
		margin-top: -15px;
		font-size: 14px
	}
	#block-3 .bkg {
		height: 190px
	}
	.owl-carousel .film.quality>img {
		top: 50%
	}
	.remind-box {
		padding: 12px 35px 18px 35px;
		flex-direction: column;
		align-items: center
	}
	.remind-close {
		left: 15px;
		top: -21px;
		width: 30px;
		height: 30px
	}
	.remind-button.all-f-btn {
		width: 170px;
		height: 30px;
		line-height: 30px;
		margin: 0
	}
	.remind-title {
		margin-top: 0;
		font-size: 17px;
		line-height: 20px;
		text-align: center
	}
	.remind-descr {
		margin-bottom: 10px;
		line-height: 17px;
		text-align: center
	}
}

@media (max-width:730px) {
	.owl-carousel .film.quality>img {
		top: 47%
	}
}

@media (max-width:670px) {
	.owl-carousel .film.quality>img {
		top: 46%
	}
}

@media (max-width:650px) {
	#footer.mt100 {
		margin-top: 25px
	}
	.mainS_title {
		font-size: 32px
	}
	.discount100 {
		width: 500px;
		font-size: 28px
	}
	.channels_container .owl-stage .owl-item {
		width: auto!important
	}
	#download .phone-app {
		display: none
	}
	#download .row {
		flex-flow: column
	}
	.d-f-jc {
		flex-flow: row;
		justify-content: space-around
	}
	.d-v-img img {
		max-width: 85%
	}
	#download.mt100 {
		margin-top: 25px
	}
	.d-f-jc a img {
		max-width: 120px
	}
	.app-img,
	.pl-none {
		max-width: 65%
	}
	#block-3 .bkg>img {
		display: none
	}
	#block-3 .d-f-jc {
		width: 370px
	}
	.blockRa {
		top: 20px
	}
	.blockRa-2 {
		top: 0
	}
	#block-3 .blockRa p {
		font-size: 18px
	}
	.bgH .mt50 {
		margin: 0
	}
	.blockRa4_appstore {
		margin-left: 0
	}
	.blockRa4_googleplay {
		margin-right: 0
	}
	#block-3 .blockRa4-new p {
		margin: 0
	}
	.owl-carousel .film.quality>img {
		top: 44%
	}
}

@media (max-width:630px) {
	.owl-carousel .film.quality>img {
		top: 42%
	}
}

@media (max-width:600px) {
	#block-3 p.main_btnnew_ribbon {
		padding-left: 16px;
		top: 0;
		font-size: 22px;
		height: 40px;
		padding-top: 3px;
		width: 65%
	}
	#block-3 .content-info {
		align-items: flex-start!important
	}
	.main_btnnew_wrap {
		margin-top: 50px
	}
	#block-3 .all-f-btn.main_btnnew_btn {
		left: 50%;
		transform: translateX(-50%)
	}
	.f-mobile .film>img {
		top: 44%
	}
	#block-3 p,
	#block-3 p a {
		font-size: 22px
	}
	#block-3 .blockRa-2 p.big-text-z {
		font-size: 66px
	}
	#block-3 .blockRa-2 div:nth-child(2) p {
		font-size: 20px!important
	}
	#block-3 .blockRa p,
	#block-3 .blockRa-2 p {
		font-size: 14px
	}
	#block-3 .ikra .ikr-get,
	#block-3 .ikra .price-ikr span {
		font-size: 36px
	}
	#block-3 .ikra .ikr-get-s {
		font-size: 26px
	}
	.owl-carousel .owl-item .blockRa3 img,
	.owl-carousel .owl-item .blockRa4 img {
		width: 160px
	}
	.blockRa4 {
		flex-direction: row;
		flex-wrap: wrap
	}
	.icon-svg-downl span {
		top: 45%;
		left: 14%
	}
	.input.s-active {
		width: 376px
	}
	.logo.s-active {
		animation: fadeoutS .3s;
		-moz-animation: fadeoutS .3s;
		-webkit-animation: fadeoutS .3s;
		-o-animation: fadeoutS .3s;
		opacity: 0;
		visibility: hidden
	}
	.main-dogovor .wrap h1 {
		font-size: 24px
	}
	.main-dogovor .wrap h3 {
		font-size: 20px;
		margin: 10px 0 20px
	}
	.prem_smotret-text-tv {
		display: none
	}
	.hidden-last-prev ol li:nth-last-child(-n+2) {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: grey
	}
	.owl-carousel .film.quality>img {
		top: 53%
	}
}

@media (max-width:800px) {
	.n-d-film .social_offer p {
		width: 100%
	}
	#privacy_policy.active {
		bottom: 65px
	}
	#block-devices,
	.error404,
	.main-dogovor {
		margin-top: 60px;
		padding: 25px 0 0
	}
	.ikra-none-title {
		display: none
	}
	.mt-40-100 {
		margin: 0 0 -70px
	}
	#block-3 .ikra .mx-img img {
		max-width: 215px;
		text-align: center;
		margin: auto
	}
}

@media (max-width:800px) and (orientation:landscape) {
	.ikra-none-title {
		display: none
	}
	.mt-40-100 {
		margin: 0 0 -70px
	}
	#block-3 .ikra .mx-img img {
		max-width: 215px;
		text-align: center;
		margin: auto
	}
	#tabs .row>div {
		width: auto
	}
	#tabs .row {
		justify-content: space-between;
		flex-flow: row
	}
	.bottom-menu-mobile {
		display: flex
	}
	#tabs {
		height: 50px
	}
	.modal-backdrop.fade {
		top: 50px!important
	}
	.sel-lang {
		top: 36px
	}
	#block-3 .bkg {
		height: 200px;
		background-size: cover
	}
	#header {
		margin-top: 50px
	}
	.channels_container .owl-stage {
		min-width: 100%;
		width: 100%!important
	}
}

@media (max-width:768px) {
	.promotional-offers-block-demo .p-o-content-price p,
	.promotional-offers-block-test .p-o-content-price p {
		font-size: 30px
	}
	.promotional-offers-block-test {
		margin-right: auto
	}
	.promotional-offers-block {
		height: 260px
	}
	.promotional-offers-block-demo .promo_inf,
	.promotional-offers-block-test .promo_inf {
		font-size: 45px;
		margin-bottom: 25px
	}
	.promotional-offers-block-demo .promo_inf span,
	.promotional-offers-block-test .promo_inf span {
		font-size: 20px;
		line-height: 28px
	}
	.promotional-offers-block-demo,
	.promotional-offers-block-test {
		padding: 30px 20px
	}
	.promotional-offers-block-demo .promo_inf.promo_inf-margin,
	.promotional-offers-block-test .promo_inf.promo_inf-margin {
		margin-right: 30px
	}
	.promotional-offers-block-demo .promo_inf.promo_inf-margin,
	.promotional-offers-block-test .promo_inf.promo_inf-margin {
		margin-right: 20px
	}
}

@media screen and (max-width:736px) and (orientation:landscape) {
	#block-devices {
		margin-top: 60px
	}
}

@media (max-width:650px) {
	.promotional-offers-block-demo .p-o-content-price p,
	.promotional-offers-block-test .p-o-content-price p {
		font-size: 30px;
		line-height: 30px
	}
	.promotional-offers-block-demo .promo_inf,
	.promotional-offers-block-test .promo_inf {
		font-size: 30px
	}
	.promotional-offers-block-demo .promo_inf span,
	.promotional-offers-block-test .promo_inf span {
		font-size: 18px
	}
	.promotional-offers-block-demo .p-o-content-btn,
	.promotional-offers-block-test .p-o-content-btn {
		position: relative;
		bottom: auto
	}
	.promotional-offers-block-demo .p-o-content-count,
	.promotional-offers-block-test .p-o-content-count {
		justify-content: flex-start!important
	}
	.promotional-offers-block-demo .promo_info,
	.promotional-offers-block-test .promo_info {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width:599px) {
	.owl-carousel .film.quality>img {
		top: 55%
	}
}

@media (max-width:575px) {
	.promotional-offers-block-demo .promo_inf,
	.promotional-offers-block-test .promo_inf {
		margin-bottom: 0;
		text-align: left
	}
	.promotional-offers-block-demo .promo_inf span,
	.promotional-offers-block-test .promo_inf span {
		text-align: left;
		margin: 0
	}
	.promotional-offers-block-demo .promo_inf.promo_inf-margin,
	.promotional-offers-block-test .promo_inf.promo_inf-margin {
		margin-right: 40px
	}
	.promotional-offers-block-demo .promo_info,
	.promotional-offers-block-test .promo_info {
		font-size: 16px;
		line-height: 22px
	}
	.promotional-offers-block-demo .p-o-content-btn .all-f-btn,
	.promotional-offers-block-test .p-o-content-btn .all-f-btn {
		width: 100%;
		margin-top: 20px
	}
	.promotional-offers-block-demo .p-o-content-price p,
	.promotional-offers-block-test .p-o-content-price p {
		font-size: 35px;
		line-height: 35px
	}
	.promotional-offers-block-demo .promo_inf,
	.promotional-offers-block-test .promo_inf {
		margin-bottom: 0
	}
}

@media (max-width:576px) {
	.search svg {
		margin-top: -2px
	}
	.invite_friend img {
		top: 0!important
	}
	.btn-on-banner {
		display: none
	}
	.mainS_title {
		font-size: 35.5px;
		line-height: 32px
	}
	.mainS_title span {
		font-size: 28px
	}
	.mainS_title span.ukS {
		font-size: 36px;
		line-height: 54px
	}
	img.mainSImg {
		height: 100%
	}
	.n-d-film p.school_title {
		font-size: 20px
	}
	.n-d-film p.school_timetable {
		font-size: 18px
	}
	.flag_school {
		margin-bottom: 10px;
		max-width: 200px
	}
	.slideHome .sHitm a .n-d-film.sch {
		bottom: 65px
	}
	.slideHome .sHitm a .n-d-film.sofer {
		bottom: 50px
	}
	.discount100 {
		width: 360px;
		font-size: 20px;
		height: 42px;
		line-height: 42px
	}
	#block-3 .ikra .ikr-get,
	#block-3 .ikra .price-ikr span {
		font-size: 28px
	}
	#block-3 .ikra .ikr-get,
	#block-3 .ikra .price-ikr span {
		font-size: 26px
	}
	#block-3 .ikra .ikr-get-s {
		font-size: 19px
	}
	#block-3 .ikra .ikr-get,
	#block-3 .ikra .ikr-get-s {
		line-height: 28px
	}
	#block-3 .ikra .price-ikr p {
		font-size: 62px
	}
	.price-ikr {
		padding-left: 5px
	}
	#block-3 .ikra .all-f-btn {
		width: 190px
	}
	#block-3 .ikra .price-ikr span {
		padding-top: 31px;
		padding-left: 8px
	}
	#privacy_policy {
		height: auto;
		padding: 10px 0
	}
	.chs-mobile .home-compilation {
		padding-top: 10px
	}
	.film:after {
		top: 165px
	}
	.film:before {
		top: 169px
	}
	.accept_geo {
		top: 50px
	}
	.input {
		padding: 0 7px 0 8px;
		visibility: visible;
		top: 7px;
		right: 10px
	}
	.stocks-text strong {
		font-size: 44px
	}
	.stocks-text p {
		font-size: 16px
	}
	.stocks-block {
		flex-direction: column;
		justify-content: center!important
	}
	.stocks-text {
		margin: -10px 0 10px
	}
	.stocks-btn a {
		margin-right: 0;
		width: 260px;
		height: 40px;
		line-height: 40px
	}
	#device_price .show-dev,
	.p-o-content-btn .promo-offer-btn {
		height: 40px;
		line-height: 40px
	}
	.owl-item .sHitm a {
		overflow: hidden;
		background: 0 0
	}
	.search:hover svg,
	.theme:hover a svg {
		fill: #fff
	}
	.b-menu li.active:after {
		bottom: -35%
	}
	.card-film:hover .c-r-f,
	.card-tv:hover img,
	.film:hover img {
		-moz-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		-o-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		border-radius: 0
	}
	.all-f-btn {
		height: 30px;
		line-height: 30px;
		width: 200px;
		font-size: 12px
	}
	.owl-carousel .film>img {
		top: 45%
	}
	.a-film span {
		padding-right: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.b-menu li a {
		font-size: 16px;
		text-transform: uppercase
	}
	#channels_3 .channels_container .owl-stage {
		overflow-x: scroll;
		width: calc(99% + 24px)!important
	}
	#tabs {
		height: 50px
	}
	#tabs .profile {
		display: none
	}
	#tabs .t-l>.profile {
		display: block
	}
	.theme {
		margin-right: 0
	}
	#tabs .row>div:nth-child(1) {
		width: auto
	}
	#tabs .row>div:nth-child(2),
	.input.s-active {
		width: 100%
	}
	.input.s-active {
		padding: 6px 40px 6px 15px;
		top: 1px;
		right: 0
	}
	.search.s-active>form {
		width: 100%
	}
	#tabs .row {
		justify-content: space-between;
		flex-flow: row
	}
	.t-l {
		margin: 0;
		width: auto
	}
	.tongue {
		margin-right: 0;
		margin-left: 20px
	}
	.search.geo {
		width: calc(100% + 11px);
		right: 136px
	}
	.search {
		width: calc(100% + 52px);
		position: absolute;
		right: 97px;
		margin-top: 0;
		top: 57%;
		transform: translateY(-50%)
	}
	.geo_pos {
		margin: 0 0 0 15px
	}
	.search.s-active {
		padding-left: 0
	}
	.logo {
		width: 140px;
		position: relative;
		z-index: 9999
	}
	.sel-lang {
		top: 52px
	}
	#footer {
		padding: 0 0 20px 0
	}
	#header {
		margin-top: 50px;
		height: 380px
	}
	.d-v-img img {
		max-width: 93%
	}
	.topfilm .film_container .owl-stage {
		padding-top: 10px
	}
	#block-3 .bkg {
		height: 200px;
		background-size: cover;
		background-position: 5% center
	}
	#block-films .row.pb-5 {
		padding-bottom: 0!important
	}
	#device_price {
		padding: 25px 0 0
	}
	.auth-parent .topfilm .film_container .owl-stage {
		padding: 10px 0 22px 0
	}
	.main-dogovor {
		margin-top: 60px
	}
	.main-dogovor .wrap h1 {
		font-size: 20px
	}
	#block-3 .all-f-btn {
		height: 40px;
		line-height: 40px
	}
	.promotional-offers-block {
		height: 290px
	}
	.owl-carousel .film.quality>img {
		top: 50%
	}
}

@media screen and (max-width:540px) {
	.owl-carousel .film.quality>img {
		top: 46%
	}
	.f-mobile .film>img {
		top: 45%
	}
	.film.quality {
		height: 270px
	}
	#movieModal .modal-dialog,
	#payment_and_change .modal-dialog {
		width: 96%
	}
	#movieModal .modal-items,
	#payment_and_change .modal-items {
		padding: 40px 10px 0
	}
	.plyr_menu_container .plyr_control {
		padding: 0 11px
	}
}

@media screen and (max-width:499px) {
	.owl-carousel .film.quality>img {
		top: 52%
	}
}

@media screen and (max-width:480px) {
	.mainS_title {
		font-size: 28px
	}
	.mainS_title span {
		font-size: 22px
	}
	.mainS_title span.ukS {
		font-size: 34px;
		line-height: 52px
	}
	.n-d-film p.school_title {
		font-size: 18px
	}
	.n-d-film p.school_timetable {
		font-size: 16px
	}
	.flag_school {
		margin-bottom: 10px;
		max-width: 200px
	}
	.slideHome .sHitm a .n-d-film.sch {
		bottom: 100px
	}
	#block-3 .ikra .mx-img img {
		max-width: 195px
	}
	.mx-img {
		width: 200px
	}
	.promotional-offers-block {
		width: 100%
	}
	.add_favorites span {
		display: none
	}
	.add_favorites {
		min-width: auto;
		padding: 8px;
		bottom: 19px
	}
	.favorites_img {
		margin-right: 0
	}
	.f-mobile .film>img {
		top: 45%
	}
	.n-d-film .social_offer p {
		font-size: 12px
	}
	.discount100 {
		margin: 15px 0
	}
	.slideHome .sHitm a .n-d-film.sofer {
		bottom: 70px
	}
	.owl-carousel .film.quality>img {
		top: 48%
	}
}

@media screen and (max-width:425px) {
	#footer.mt100 {
		margin-top: 0
	}
	#download {
		display: block
	}
	#films-banners-slider .owl-dots {
		margin-top: 20px;
		padding-bottom: 15px
	}
	.ch_a {
		height: 215px!important
	}
	.search-page .m-nopfc {
		height: 315px
	}
	.invite_friend .mainS_title {
		font-size: 24px;
		line-height: 28px
	}
	.invite_friend .sHitm-oy {
		display: none
	}
	.mainS_title {
		margin: 0
	}
	.slideHome .sHitm a img.mainSImg {
		height: 213px;
		margin-top: 0;
		width: 100%
	}
	.slideHome .sHitm a img.flag_school {
		transform: none;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		max-width: 200px
	}
	.slideHome .sHitm a .n-d-film.sch {
		bottom: 45px
	}
	.slideHome .sHitm a .social_offer img {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		max-width: none;
		width: 60px;
		height: 70px;
		text-align: center
	}
	.slideHome .sHitm a .n-d-film.sofer {
		bottom: 30px
	}
	.main-dogovor {
		padding: 10px 0 0
	}
	#promotional-offers {
		padding: 0 0 30px
	}
	.icon-svg-downl span {
		left: 12.8%
	}
	.blockRa3 {
		left: 35%
	}
	.slideHome .sHitm {
		height: 240px
	}
	#header {
		height: 330px
	}
	.back span {
		font-size: 12px!important
	}
	.slideHome .sHitm a img {
		top: 44%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		width: auto;
		height: auto;
		text-align: center;
		transition: all .5s ease;
		-o-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease
	}
	.slideHome .sHitm a .mainSImg img {
		height: 100%
	}
	.invite_friend img {
		top: 44%!important
	}
	.owl-carousel .film>img {
		top: 46%
	}
	#block-1 {
		padding: 0
	}
	.h2_style,
	.title_nw,
	h1,
	h2,
	h3 {
		font-size: 20px;
		font-weight: 900!important
	}
	.error404 {
		padding: 10px 0 30px 0
	}
	.error404_subtitle {
		font-size: 1.5rem
	}
	.error404_list {
		font-size: 1rem
	}
	.error404_logo {
		width: 50%
	}
	.wrap-button-full {
		margin-top: 0
	}
	.blockRa-2 {
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
		width: 90%
	}
	#block-3 .all-f-btn {
		width: 280px
	}
	.f-mobile .film>img {
		top: 44%
	}
	.f-mobile .film {
		margin: 0 5px 0 0;
		width: 170px
	}
	.f-mobile .film:nth-child(1) {
		margin: 0 5px 0 13px
	}
	#block-3 .ikra .ikr-get,
	#block-3 .ikra .price-ikr span {
		font-size: 22px
	}
	#block-3 .ikra .ikr-get-s {
		font-size: 16px;
		line-height: 22px
	}
	#block-3 .ikra .price-ikr p {
		font-size: 53px
	}
	.mx-img {
		width: 180px
	}
}

@media screen and (max-width:425px) and (orientation:portrait) {
	.img-mobile img:nth-child(2) {
		display: none
	}
	.d-f-jc a {
		width: 175px
	}
	.f-t-c-menu {
		display: none
	}
	.f-t-c.img-d {
		display: none
	}
	.info-location span {
		font-size: 14px
	}
	.info-location span+.f-title {
		display: none
	}
	.info-location .social-container {
		padding-top: 20px
	}
	#device_price p {
		font-size: 18px;
		padding: 5px 0 0
	}
	#device_price .show-dev {
		bottom: -280px;
		width: 222px
	}
	.d-v-img img {
		max-width: 330px
	}
	#device_price {
		padding: 25px 0 0;
		margin-bottom: -75px
	}
	.app-img,
	.pl-none {
		max-width: 100%
	}
	.d-f-jc a img {
		max-width: 165px;
		width: 165px!important
	}
	.blockRa {
		width: 260px
	}
	#block-3 .blockRa p,
	#block-3 .blockRa-2 p {
		font-size: 14px
	}
	#block-3 .d-f-jc {
		bottom: 38px;
		left: -2px;
		width: 270px
	}
	#block-3 .all-f-btn {
		font-size: 12px
	}
	.blockRa-2 {
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
		width: 90%
	}
	#block-3 {
		padding: 0 0 30px
	}
	.film {
		height: 255px
	}
	.film_rating {
		top: 170px
	}
	.back svg {
		margin-bottom: 5px
	}
	#block-3 .all-f-btn {
		width: 280px
	}
	.stocks-block {
		margin: 0 0 60px
	}
	.home-tab-content.chshome {
		height: 380px
	}
	.pl-none {
		margin-top: 10px;
		margin-bottom: 15px
	}
	.app-img {
		margin-bottom: 20px
	}
}

@media screen and (max-width:423px) {
	.error404 {
		margin-top: 50px
	}
}

@media screen and (max-width:414px) {
	.n-d-film .social_offer>div p {
		width: 50%;
		font-size: 22px
	}
	.discount100 {
		width: 330px;
		font-size: 18px
	}
	.breadcrumb .breadcrumb-item span {
		font-size: 15px
	}
	#privacy_policy p {
		font-size: 12px
	}
	.chs-mobile .card-tv {
		margin-right: 15px
	}
	.accept_geo {
		right: -65px
	}
	.accept_geo:after {
		right: 65px
	}
	.geo_country_wrong {
		font-size: 14px
	}
	.geo_country_wrong {
		min-width: 300px
	}
	.owl-carousel .film>img {
		top: 48%
	}
	.home-compilation .owl-carousel .film>img {
		top: 45%
	}
	.film_title {
		font-size: 15px
	}
	.input.s-active {
		padding: 6px 35px 6px 15px
	}
	.slideHome .sHitm-oy {
		bottom: 5px
	}
	.owl-dots .owl-dot:hover {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none
	}
	.b-menu li.active:after {
		bottom: -33%
	}
	.n-d-film .title,
	.n-d-film p {
		width: 95%
	}
	.n-d-film .genre p:nth-child(1) {
		width: 83%
	}
	.n-d-film .genre p:nth-child(2) {
		width: 20%
	}
	.geo_pos .is_geo {
		width: 22px
	}
	.blockRa4_appstore,
	.blockRa4_googleplay,
	.owl-carousel .owl-item .blockRa4 .app-block-4 img {
		width: 150px
	}
	#block-3 .blockRa4-new p {
		margin: 5px;
		font-size: 16px
	}
	.promotional-offers-block-demo .p-o-content-price p,
	.promotional-offers-block-test .p-o-content-price p {
		font-size: 28px;
		line-height: 28px
	}
	.promotional-offers-block-demo .promo_inf,
	.promotional-offers-block-test .promo_inf {
		font-size: 32px
	}
	.promotional-offers-block-demo .promo_inf span,
	.promotional-offers-block-test .promo_inf span {
		font-size: 14px;
		line-height: 15px
	}
	.promotional-offers-block-demo,
	.promotional-offers-block-test {
		padding: 30px 10px
	}
	.promotional-offers-block-test {
		background-image: linear-gradient(91.36deg, #000 -19.76%, rgba(0, 0, 0, .2) 127.98%), url(/images/v2/BG_demo_mob.jpg)
	}
	.promotional-offers-block-demo {
		background-image: linear-gradient(91.36deg, #000 -19.76%, rgba(0, 0, 0, .2) 127.98%), url(/images/v2/BG_test_mob.jpg)
	}
	.owl-carousel .film.quality>img {
		top: 46%
	}
}

@media screen and (max-height:413px) {
	.dropbm a:nth-child(2n) {
		margin: 13px 0
	}
}

@media screen and (max-width:411px) {
	.n-d-film p.school_title {
		font-size: 16px
	}
	.n-d-film p.school_timetable {
		font-size: 14px
	}
	.slideHome .sHitm a img.flag_school {
		max-width: 175px
	}
	.slideHome .sHitm a .n-d-film.sch {
		bottom: 65px
	}
	.slideHome .sHitm-oy {
		bottom: 15px
	}
	#tabs .input {
		font-size: 14px
	}
	.owl-carousel .film>img {
		top: 47%
	}
	.stocks-text p {
		margin-top: 8px
	}
	.mx-img {
		width: 160px
	}
}

@media screen and (max-width:400px) {
	.n-d-film .social_offer p {
		font-size: 11px
	}
	.owl-carousel .film>img {
		top: 46%
	}
	.f-mobile .film>img,
	.owl-carousel .film.quality>img {
		top: 42%
	}
	.f-mobile .film {
		width: 160px
	}
}

@media screen and (max-width:395px) {
	.owl-carousel .film.quality>img,
	.owl-carousel .film>img {
		top: 43%
	}
	.film_about {
		padding: 5px 7px
	}
	.auth-smotret {
		font-size: 10px!important
	}
}

@media screen and (max-width:390px) {
	.stocks-block {
		height: 140px
	}
}

@media screen and (max-width:375px) {
	.search-page .card-tv {
		margin-right: 15px
	}
	.mainS_title {
		font-size: 27.5px
	}
	.mainS_title span {
		font-size: 22px
	}
	.n-d-film .social_offer>div p {
		font-size: 20px;
		margin-left: 5px;
		line-height: 26px
	}
	.n-d-film .social_offer>div p {
		font-size: 24px;
		margin-left: 5px;
		line-height: 28px
	}
	.social_offer img {
		width: 50px;
		height: 60px
	}
	#block-3 .ikra .mx-img img {
		max-width: 150px
	}
	.mx-img {
		width: 150px
	}
	.mt-40-100 {
		margin: -25px 0 -70px
	}
	#block-3 .ikra .all-f-btn {
		width: 160px
	}
	.chs-mobile .card-tv {
		margin-right: 10px
	}
	.film_title {
		font-size: 14px
	}
	.film_ratio {
		font-size: 12px
	}
	.n-d-film .title {
		font-size: 26px
	}
	.n-d-film p {
		font-size: 15px
	}
	.sHitm .genre p {
		font-size: 12px
	}
	.slideHome .sHitm-oy {
		bottom: 27px;
		height: 230px
	}
	.slideHome .sHitm a .n-d-film {
		bottom: 10px
	}
	#download .pl-none p {
		font-size: 20px
	}
	.d-f-jc {
		justify-content: space-between
	}
	#device_price p {
		font-size: 16px
	}
	.home-tab-content {
		height: 275px
	}
	.nopfc .home-tab-content {
		height: 300px
	}
	.bkg.mb {
		background-position: 20% center!important
	}
	.icon-svg-downl span {
		left: 13.8%
	}
	.owl-carousel .film.quality>img,
	.owl-carousel .film>img {
		top: 42%
	}
	.b-menu li.active:after {
		bottom: -30%
	}
	#topfilm .owl-carousel .film>img,
	.home-compilation .owl-carousel .film>img {
		top: 40%
	}
	#block-3 p,
	#block-3 p a {
		font-size: 20px;
		line-height: 1.8
	}
	#block-3 p {
		line-height: 1.5
	}
	.geo_country_wrong {
		min-width: 315px
	}
	.geo_country_wrong {
		font-size: 13px
	}
	.f-mobile .film {
		width: 155px
	}
	.f-mobile {
		padding-top: 25px
	}
	.f-mobile .film>img {
		top: 41%
	}
	.topfilm {
		padding: 30px 0 0
	}
}

@media screen and (max-height:374px) {
	.dropbm {
		padding: 7px 15px
	}
}

@media screen and (max-width:374px) {
	.d-f-jc a img {
		max-width: 150px;
		width: 150px!important
	}
}

@media screen and (max-width:360px) {
	.mainS_title {
		font-size: 26.5px
	}
	.mainS_title span {
		font-size: 21px
	}
	.mainS_title span.ukS {
		line-height: 48px
	}
	.n-d-film .social_offer p {
		font-size: 10px
	}
	.discount100 {
		width: 310px
	}
	.film:after {
		top: 155px
	}
	.film:before {
		top: 159px
	}
	.chs-mobile .card-tv {
		width: 90px
	}
	.f-mobile .film {
		width: 150px
	}
	#block-3 p,
	#block-3 p a {
		font-size: 18px
	}
	.owl-carousel .owl-item .blockRa4 .app-block-4 img {
		width: 125px
	}
	.owl-carousel .owl-item .blockRa3 img,
	.owl-carousel .owl-item .blockRa4 img {
		width: 150px
	}
	.film {
		height: 240px
	}
	.film_rating {
		top: 155px
	}
	.logo {
		width: 120px;
		height: auto
	}
	.sHitm .n-d-film {
		padding: 0 10px 0 20px
	}
	.sHitm .genre p {
		font-weight: 400
	}
	.topfilm {
		padding: 0
	}
	.buycollection.topfilm {
		padding: 15px 0 0
	}
	#topfilm .owl-carousel .film>img,
	.home-compilation .owl-carousel .film>img,
	.slideHome .sHitm a img {
		top: 42%
	}
	.owl-carousel .film>img {
		top: 44%
	}
	.owl-carousel .film.quality>img {
		top: 40%
	}
	.search {
		width: calc(100% + 30px)
	}
	.search.geo {
		width: calc(100% - 9px)
	}
	.f-mobile .film>img {
		top: 40%
	}
}

@media screen and (max-width:359px) {
	.mainS_title {
		font-size: 23px
	}
	.mainS_title span {
		font-size: 18.2px
	}
	.mainS_title span.ukS {
		line-height: 40px;
		font-size: 30px
	}
	.slideHome .sHitm a .n-d-film.sch {
		bottom: 35px
	}
	.n-d-film .social_offer>div p {
		font-size: 16px;
		line-height: 22px
	}
	.discount100 {
		width: 280px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
		margin: 10px 0
	}
	.mx-img {
		width: 110px
	}
	.m-nopfc {
		height: 275px
	}
	.film:after {
		top: 145px
	}
	.film:before {
		top: 149px
	}
	.chs-mobile .home-compilation>div {
		padding-top: 15px
	}
	.chs-mobile .card-tv {
		width: 80px
	}
	.f-mobile .film {
		width: 130px
	}
	.f-mobile .film>img {
		top: 42%
	}
	.f-mobile .film {
		margin: 0 2px 0 0
	}
	.f-mobile .film:nth-child(1) {
		margin: 0 2px 0 12px
	}
	#block-3 .blockRa p {
		font-size: 14px
	}
	#block-3 .blockRa-2 p {
		font-size: 12px
	}
	#block-3 p {
		font-size: 16px
	}
	.icon-svg-downl span {
		left: 15.8%;
		top: 47%
	}
	#download .pl-none p {
		text-align: center;
		font-size: 18px
	}
	.film {
		height: 225px
	}
	.film_rating {
		top: 140px
	}
	.logo {
		width: 100px
	}
	.theme svg {
		width: 20px;
		height: 21px
	}
	.tongue span {
		font-size: 15px
	}
	.slideHome .sHitm-oy {
		bottom: 15px
	}
	.invite_friend img {
		top: 39%!important
	}
	.n-d-film .title {
		font-size: 22px
	}
	.n-d-film p {
		font-size: 12px
	}
	#header {
		height: 260px
	}
	.slideHome .sHitm {
		height: 200px
	}
	.sHitm .genre p {
		font-size: 11px
	}
	#footer a {
		font-size: 15px
	}
	#topfilm .owl-carousel .film>img,
	.home-compilation .owl-carousel .film>img,
	.owl-carousel .film>img {
		top: 40%
	}
	.search {
		width: calc(100% + 11px);
		margin-right: 8px
	}
	.search.geo {
		width: calc(100% - 29px)
	}
	.geo_pos .is_geo {
		width: 18px
	}
	.geo_country_wrong {
		min-width: 275px
	}
	.p-o-content-price p,
	.p-o-content-price p:nth-child(2) {
		font-size: 16px
	}
	.film.quality {
		height: 225px
	}
}

@media (max-width:350px) {
	.promotional-offers-block-demo .promo_info,
	.promotional-offers-block-test .promo_info {
		font-size: 14px;
		line-height: 20px
	}
	.promotional-offers-block-demo .p-o-content-price p,
	.promotional-offers-block-test .p-o-content-price p {
		font-size: 25px;
		line-height: 25px
	}
	.d-f-jc a img {
		max-width: 140px;
		width: 140px!important
	}
	.pl-none {
		margin-top: 5px;
		margin-bottom: 5px
	}
	.app-img {
		margin-bottom: 10px
	}
}

.films-row-container {
	width: 100%
}

.films-container {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

.films-container .film-item-container {
	width: calc(100% / 6);
	margin: 0 0 60px;
	padding: 0 10px
}

.films-container-mobile .film-item-container {
	width: 200px;
	margin: 0 25px 0 0
}

.films-container-mobile .film-item-container:first-child {
	margin: 0 25px 0 15px
}

.film-item {
	display: block;
	width: 100%;
	position: relative;
	max-width: 200px;
	margin: 0 auto
}

.film-item-img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	transition: .5s;
	border: 2px solid transparent
}

.film-item-img-175 {
	height: 175px;
	width: 175px;
	display: flex;
	align-items: center;
	background: #0f1c26
}

.film-item-img-with {
	height: 260px
}

.film-item-img img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	transition: .5s;
	transform-origin: center;
	backface-visibility: hidden
}

.film-item-channel-item-search {
	background: #15394c
}

.owl-carousel .owl-item .film-item-img .owl-lazy {
	transition: .5s
}

.film-item:hover .film-item-img {
	border: 2px solid #20bcc6;
	-webkit-box-shadow: 0 0 10px #20bcc6;
	box-shadow: 0 0 10px #20bcc6;
	-webkit-mask-image: -webkit-radial-gradient(white, #000)
}

.film-item:hover img {
	transform: scale(1.2)
}

.film-item-about {
	margin-top: 15px
}

.film-item-about .sub-smotret {
	color: #20bcc6;
	margin: 0;
	font-size: 11px;
	font-weight: 700
}

.film-item-about .poster-smotret,
.poster-quality {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
	height: 18px
}

.film-item:hover .film_title {
	color: #21bfc4
}

.search-page #epg .film-item-img.epg_main img {
	width: 60%;
	height: auto
}

#search-result #epg.topfilm .owl-dots {
	margin-top: 30px
}

.search-page #epg .film_container .owl-stage-outer {
	overflow: hidden
}

.m-nopfc {
	height: 345px
}

.film-item-img.epg-item-img img {
	object-fit: none
}

.m-nopfc.search-page {
	height: 380px
}

.container-fluid.m-nopfc.search-page #epg .epg.film-item-channel-item-search {
	height: auto
}

.search-page #epg .film-item .epg_status {
	z-index: 10;
	right: 15px
}

.film-item-img-175 img {
	height: auto
}

.dropbm.show {
	transform: translateY(0)
}

.dropbm {
	transition: .3s;
	display: none
}

@media(max-width:1100px) {
	.films-container .film-item-container {
		width: calc(100% / 5)
	}
	.films-container-mobile .film-item-container {
		width: 176px;
		margin: 0 20px 0 0
	}
	.films-container-mobile .film-item-container:first-child {
		margin: 0 20px 0 15px
	}
}

@media(max-width:900px) {
	.films-container .film-item-container {
		width: calc(100% / 4)
	}
	#banners_slider .owl-item .main_btnnew_wrap img {
		margin-right: 10px
	}
}

@media(max-width:680px) {
	.films-container .film-item-container {
		width: calc(100% / 3)
	}
}

@media(max-width:500px) {
	.main_btnnew_wrap span {
		font-size: 13px
	}
	#block-3 .main_btnnew_wrap p {
		margin-bottom: 10px;
		max-width: 255px
	}
	#banners_slider .owl-item .main_btnnew_wrap img {
		margin-top: 5px;
		margin-right: 9px;
		width: 12px;
		height: 13px
	}
	#block-3 .all-f-btn.main_btnnew_btn {
		height: 42px;
		line-height: 18px;
		width: 202px
	}
	.main_btnnew_span1 {
		font-size: 10px
	}
	.main_btnnew_span2 {
		font-size: 12px
	}
	#block-3 p.main_btnnew_ribbon {
		width: 85%
	}
	.films-container .film-item-container {
		width: calc(100% / 2)
	}
}

@media(max-width:360px) {
	.m-nopfc {
		height: 275px
	}
	.m-nopfc {
		height: 345px
	}
	.select-auth .topfilm .h2_style,
	.select-nonauth .topfilm .h2_style {
		margin-top: 40px
	}
	.topfilm .h2_style {
		margin-top: 40px
	}
}

@media(max-width:350px) {
	.film-item-img img {
		height: auto
	}
}

@media(max-width:375px) {
	.nopfc-m0 .filmhome {
		height: 355px
	}
	#block-3 .all-f-btn.main_btnnew_btn {
		bottom: 8px
	}
}

@media(max-width:576px) {
	.search-page #epg .film-item .epg_status {
		right: 35px
	}
}

@media(max-width:425px) {
	.search-page .m-nopfc {
		height: 335px
	}
	.films-container-mobile .film-item-container {
		margin: 0 7px 0 0
	}
	.films-container-mobile .film-item-container:first-child {
		margin: 0 7px 0 15px
	}
}

@media(max-width:400px) {
	.film-item-img-175 {
		height: 160px;
		width: 160px
	}
	.films-container-mobile .film-item-container {
		width: 160px
	}
}

@media(max-width:360px) {
	.films-container-mobile .film-item-container {
		width: 155px
	}
	.film-item-img-175 {
		height: 155px;
		width: 155px
	}
}

@media(max-width:320px) {
	.films-container-mobile .film-item-container {
		width: 135px
	}
	.film-item-img-175 {
		height: 135px;
		width: 135px
	}
}

.m-nopfc-multi-channel {
	height: 265px
}

.auth-page {
	margin-top: 60px;
	min-height: calc(100vh - 60px);
	background: linear-gradient(to top, rgba(21, 57, 76, .95), rgba(21, 57, 76, .95)), url(/images/v2/login/screen-min.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden
}

body.modal-open .modal-login_2-block {
	display: block
}

::-ms-clear {
	display: none
}

.block_info {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	line-height: 75px;
	color: #fff
}

.flex_item-text {
	font-size: 36px
}

.login_2-login .modal-content,
.login_2-sms .modal-content {
	position: absolute;
	width: 40%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	text-align: center;
	background: rgba(21, 57, 76, .95);
	background: linear-gradient(to top, rgba(21, 57, 76, .95), rgba(21, 57, 76, .95)), url(/images/v2/login/screen-min.jpg);
	-webkit-background-size: contain;
	background-size: contain;
	border: none
}

.login_2-login.modal .modal-dialog {
	max-width: none;
	position: static;
	transform: none;
	transition: none;
	transition: opacity .3s ease-out
}

.login_2-login,
.login_2-sms {
	background: rgba(0, 0, 0, .5);
	animation-duration: 1s;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0
}

.login_2-login .modal-login_2-h1,
.login_2-sms .modal-login_2-h1 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	margin-top: 40px
}

.login_2-login .modal-login_2-h1-mt0 {
	margin-top: 0
}

.login_2-login .dropdown_cntr,
.login_2-sms .dropdown_cntr {
	margin: auto
}

.login_2-login .login_phone,
.login_2-sms .login_phone {
	position: static;
	text-align: center;
	width: 100%;
	transform: none;
	margin-bottom: 20px
}

.login_2-login .select_wrap {
	left: -5px;
	top: 19px
}

.login_2-login .select_arrow {
	top: 30px;
	left: 50px
}

.f-desktop .select_arrow {
	top: 30px;
	left: 78px
}

.f-desktop .select_wrap {
	left: 18px
}

.login_2-login .tel_input-login,
.tel_input-sms {
	margin-top: 10px
}

.select_country {
	position: absolute;
	top: 2px;
	left: 0;
	width: 72px;
	height: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.select_country .sc-active:hover,
.select_country.show .sc-active {
	cursor: pointer;
	opacity: .75
}

.select_country .sc-content {
	max-height: 210px;
	overflow-x: hidden;
	height: 210px;
	background: #fff;
	padding: 2px 0 4px;
	border-top: 1px solid #fff;
	border-right: .5px solid #7f7f7f;
	border-bottom: .5px solid #7f7f7f;
	border-left: .5px solid #7f7f7f;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 37px;
	left: 0;
	width: 75px;
	display: none
}

.select_country.show .sc-content {
	display: block
}

.select_country .sc-content>div {
	padding: 2px
}

.select_country .sc-active {
	padding: 3px
}

.select_country .sc-content>div:hover {
	cursor: pointer;
	background: #dbdbdb
}

.select_country img {
	margin-right: 3px
}

.tel_input-login::-webkit-input-placeholder,
.tel_input-sms::-webkit-input-placeholder {
	color: rgba(21, 57, 76, .54)
}

.tel_input-login:-ms-input-placeholder,
.tel_input-sms:-ms-input-placeholder {
	color: rgba(21, 57, 76, .54)
}

.tel_input-login::-ms-input-placeholder,
.tel_input-sms::-ms-input-placeholder {
	color: rgba(21, 57, 76, .54)
}

.tel_input-login::placeholder,
.tel_input-sms::placeholder {
	color: rgba(21, 57, 76, .54)
}

.modal-info {
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px
}

.modal-info.modal-sms-code {
	font-size: 24px;
	line-height: 35px;
	margin-top: 40px;
	margin-bottom: 20px
}

.modal-info p {
	margin: 0
}

.modal-login_2-h1.modal-sms-h2 {
	margin-top: 0;
	color: #21bfc4
}

.tel_input-sms {
	width: 270px;
	height: 50px;
	border-radius: 38px;
	border: none;
	outline: 0;
	text-indent: 65px;
	padding: 0;
	font-size: 17px;
	letter-spacing: 2px;
	color: rgba(21, 57, 76, .54);
	text-indent: 0;
	text-align: center
}

.button_block {
	width: 100%
}

.login_btn,
.sms_btn {
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
	height: 50px;
	border-radius: 38px;
	background-color: #21bfc4;
	border: none;
	outline: 0;
	text-transform: uppercase;
	color: #fff;
	opacity: 1;
	font-family: Lato, sans-serif;
	cursor: pointer
}

.login_btn-wrap {
	position: relative;
	z-index: 0
}

.login_btn.activeAUTH,
.sms_btn.activeAUTH {
	opacity: 1;
	cursor: pointer
}

.button_block .login_button {
	font-size: 16px;
	min-width: 250px;
	min-height: 50px;
	line-height: 50px
}

.button-change,
.button-refresh {
	margin: auto;
	margin-bottom: 15px;
	display: block;
	background-color: transparent;
	outline: 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	font-family: Lato;
	font-style: normal;
	line-height: 24px
}

.button-change:hover,
.button-refresh:hover {
	color: #21bfc4
}

.button-change {
	margin-bottom: 18px
}

.register_quant {
	font-size: 90px
}

.register_films {
	font-size: 47px
}

.login_wrapper {
	margin-bottom: 50px
}

.login_header3 {
	color: #21bfc4
}

.login_header1,
.login_header2 {
	font-weight: 600
}

.block_info .brace_condition svg {
	opacity: .5
}

.block_info .info_about_conditions .button_block .login_button {
	height: 70px;
	line-height: 70px;
	min-width: 560px;
	font-size: 23px;
	font-weight: 600
}

.block_info .info_about_conditions,
.block_info .info_about_conditions .button_block {
	display: block
}

.block_info .row.mt-3,
.button_block {
	display: none
}

.block_info .brace_condition svg path {
	fill: #fff
}

.auth-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: calc(100vh - 60px)
}

.block_info .info_about_conditions {
	width: 100%;
	max-width: 1100px
}

.block_info .info_condition {
	text-align: center;
	flex-basis: 18%
}

.block_info .info_condition svg {
	margin-bottom: 10px
}

.block_info .text_condition {
	display: block;
	text-align: center;
	font-family: Lato;
	font-size: 18px;
	line-height: 24px
}

.block_info .info_plus {
	flex-basis: 2%
}

.block_info .brace_condition {
	margin-top: -20px
}

.block_info .brace_condition svg {
	max-width: 100%;
	width: 100%
}

.sub_button-part_1 .button-change,
.sub_button-part_1 .button-refresh {
	color: #fff
}

#ikraModalSuccess .modal-login_2-block {
	padding: 40px 0 45px
}

#ikraModalSuccess .modal-login_2-h1 {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 25px;
	color: #fff;
	line-height: 1.4
}

#ikraModalSuccess .modal-login_2-p {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	margin: 15px 0!important;
	color: #fff
}

#ikraModalSuccess .modal-login_2-block a {
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-decoration-line: underline;
	color: #21bfc4;
	margin-top: 10px;
	display: block
}

@media (max-width:1400px) {
	.block_info .info_about_conditions {
		width: 80%;
		margin: 0 auto
	}
	.login_header1,
	.login_header2 {
		font-size: 50px
	}
	.login_header3 {
		font-size: 55px
	}
	.block_info .info_about_conditions .button_block .login_button {
		height: 65px;
		line-height: 65px;
		min-width: 500px;
		font-size: 21px
	}
}

@media screen and (max-width:1200px) {
	.block_info .info_condition {
		flex-basis: 22%
	}
	.block_info .text_condition {
		font-size: 14px;
		line-height: 18px
	}
	.block_info .info_plus {
		flex-basis: 4%
	}
}

@media screen and (max-width:1100px) {
	.block_info .info_condition {
		flex-basis: 30%
	}
	.block_info .info_plus {
		flex-basis: 3%
	}
	.block_info .info_condition-hide,
	.block_info .info_plus-hide {
		display: none!important
	}
}

@media (max-width:1068px) {
	.block_info {
		font-size: 50px
	}
	.register_films {
		font-size: 40px
	}
}

@media (max-width:960px) {
	.modal-sms-block .modal-info.modal-sms-code {
		font-size: 22px
	}
}

@media (max-width:911px) {
	.block_info {
		font-size: 40px;
		line-height: 50px
	}
	.register_films {
		font-size: 35px
	}
	.register_quant {
		margin-bottom: 15px
	}
	.modal-sms-block .modal-info.modal-sms-code {
		font-size: 19px;
		font-weight: 600
	}
	.login_header1,
	.login_header2 {
		font-size: 43px
	}
	.login_header3 {
		font-size: 48px
	}
	.block_info .info_about_conditions .button_block .login_button {
		height: 65px;
		line-height: 65px;
		min-width: 450px;
		font-size: 20px
	}
}

@media screen and (max-width:850px) and (orientation:landscape) and (max-height:650px) {
	.login_2-login .login_btn,
	.login_2-login .login_phone,
	.login_2-login .modal-info,
	.login_2-login .tel_input-login,
	.login_2-sms .login_phone,
	.login_2-sms .modal-info,
	.login_2-sms .sms_btn,
	.login_2-sms .tel_input-sms {
		margin-bottom: 10px
	}
	.login_2-login .modal-login_2-h1,
	.login_2-login .tel_input-login,
	.login_2-sms .modal-login_2-h1,
	.login_2-sms .tel_input-sms,
	.modal-login_2-block .tel_input-sms {
		margin-top: 10px
	}
	.login_2-sms .modal-login_2-h1:first-of-type,
	.tel_input-sms .modal-login_2-h1:first-of-type {
		margin-bottom: 5px
	}
	.login_2-login .select_wrap {
		top: 17px
	}
	.login_2-login .select_arrow {
		top: 28px
	}
	.login_btn,
	.sms_btn {
		width: 100%
	}
	.register_quant {
		margin-bottom: 0;
		font-size: 70px
	}
	.register_films {
		font-size: 30px
	}
	.login_wrap {
		padding: 0!important
	}
	.login_wrapper {
		margin: 0!important
	}
	.auth-page {
		margin-top: 55px;
		min-height: calc(100vh - 55px)
	}
}

@media screen and (max-width:850px) and (orientation:landscape) {
	.block_info .info_about_conditions {
		display: none
	}
	.block_info .row.mt-3 {
		display: flex
	}
	.button_block {
		display: block
	}
	.login_header1,
	.login_header2 {
		font-size: 35px
	}
	.login_header3 {
		font-size: 40px
	}
}

@media (max-width:790px) {
	.register_quant {
		font-size: 70px
	}
}

@media (max-width:768px) {
	.block_info {
		font-size: 35px;
		line-height: 45px
	}
	.login_2-login .modal-login_2-h1,
	.login_2-sms .modal-login_2-h1 {
		font-size: 25px;
		line-height: 24px
	}
	.modal-info {
		font-size: 18px;
		line-height: 25px
	}
	.login_2-login .modal-content,
	.login_2-sms .modal-content {
		width: 55%
	}
	.button-refresh {
		font-size: 16px
	}
	.block_info .info_about_conditions .info_about_conditions {
		width: 100%
	}
	.login_header1,
	.login_header2 {
		font-size: 27px;
		line-height: 1.4
	}
	.login_header3 {
		font-size: 32px
	}
	.block_info .info_about_conditions .button_block .login_button {
		height: 55px;
		line-height: 55px;
		min-width: 350px;
		font-size: 16px
	}
}

@media (max-width:576px) {
	.auth-page {
		margin-top: -35px;
		min-height: 100vh
	}
	.block_info {
		font-size: 24px;
		line-height: 32px;
		padding: 0 5px
	}
	.login_2-login .login_phone,
	.login_2-sms .login_phone {
		font-size: 14px;
		line-height: 16px
	}
	.register_quant {
		font-size: 65px
	}
	.register_films {
		font-size: 20px
	}
	.login_2-login .modal-content,
	.login_2-sms .modal-content {
		width: 70%
	}
	.login_wrapper {
		margin-bottom: 0
	}
}

@media screen and (max-width:478px) {
	.modal-sms-block .modal-info.modal-sms-code {
		font-size: 16px
	}
	.block_info .info_about_conditions {
		display: none
	}
	.block_info .row.mt-3 {
		display: flex
	}
	.button_block {
		display: block
	}
	.login_header1,
	.login_header2 {
		font-weight: 900;
		font-size: 23px
	}
	.login_header3 {
		font-size: 27px
	}
	.register_films {
		font-size: 20px
	}
}

@media screen and (max-width:423px) {
	#ikraModalSuccess .modal-login_2-h1 {
		font-size: 22px
	}
	.login_2-login .modal-content,
	.login_2-sms .modal-content {
		width: 100%
	}
	.login_btn,
	.sms_btn {
		width: 100%
	}
	.block_info {
		font-size: 27px
	}
	.modal-info {
		font-size: 18px;
		line-height: 25px;
		margin-top: 20px
	}
	.dropdown_cntr .tel_input-sms {
		margin-top: 0;
		margin-bottom: 15px
	}
	.register_quant {
		font-size: 50px;
		margin-bottom: 5px
	}
	.register_films {
		font-size: 20px
	}
	.login_header1,
	.login_header2 {
		font-size: 27px
	}
	.modal-sms-block .modal-info.modal-sms-code {
		font-size: 19px
	}
}

@media screen and (max-width:360px) {
	.block_info {
		font-size: 24px
	}
	.modal-sms-block .modal-info.modal-sms-code {
		font-size: 17px
	}
}

@media screen and (max-width:359px) {
	#ikraModalSuccess .modal-login_2-h1 {
		font-size: 18px
	}
	#ikraModalSuccess .modal-login_2-block a {
		font-size: 16px
	}
	.login_header1,
	.login_header2,
	.login_header3 {
		font-size: 22px
	}
	.register_films {
		font-size: 20px
	}
}

@media screen and (max-width:330px) {
	.modal-sms-block .modal-info.modal-sms-code {
		font-size: 16px
	}
}