/*!
Theme Name: Best Open
Theme URI: http://underscores.me/
Author: Bestlab
Author URI: http://b-lb.ru
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: best-open
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Best Open is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: font-family: 'Montserrat', sans-serif;
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: font-family: 'Montserrat', sans-serif;
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 0;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.button {
    width: 100%;
    background: #755894;
    border: 1px solid #755894;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
	font-size: 1.2em; /* 2 */
    color: #fff;
    padding: 10px 15px;
	font-size: 1.2em; /* 2 */
    font-weight: 900;
}

a.button {
    display: block;
    text-decoration: none;
    color: #fff;
}

.tab-content .tab-pane .tab-mobile-title, .block-footer-map-mob {
    display: none;
}

.block-footer-map-desc {
    display: block;
}

.intro-section {
   background: url(img/bg-1.jpg) center no-repeat; background-size: cover; position: relative; margin-bottom: 316px;
}

.intro-section .main-layer {
     position: relative; z-index: 5;
}
.intro-section #breadcrumbs { margin-bottom: 50px; }
.intro-section #breadcrumbs * { font-size: 14px; color: #7f7e7e; font-weight: 400; text-transform: none; }
.intro-section #breadcrumbs a:link { text-decoration: underline; }
.intro-section .big-text {
    color: white; font-size: 62px; font-weight: bold; margin-bottom: 26px; line-height: 68px;
}
.intro-section .desc { padding: 2px 0px 5px 20px; border-left: solid 3px #ffbf00; width: 950px; }
.intro-section .desc p { color: #cbcaca; line-height: 34px; font-size: 16px; margin-bottom: 0px; }
.intro-section .particle-network-animation2 { background: none; background-color: rgba(0,0,0,0.85); filter:alpha(opacity=85); }

.page-ad-tv header { background-color: rgba(0,0,0,0.45); filter: alpha(opacity=45); box-shadow: none; border-bottom: solid 1px #ffffff61; }
.page-ad-tv .top-menu .level-1 > a, .phone-header a, .phone-header a:hover, .phone-header a:focus, .phone-header a:active, .phone-header a:visited { color: white !important; }
.page-ad-tv header .button { font-size: 13px; margin-bottom: 11px; margin-left: 30px; }
.page-ad-tv header .phone-header { font-size: 20px; }
.page-ad-tv header .cls-2 { width: 46%; }
.page-ad-tv header .cls-3 { width: 44%; float: right; }
.page-ad-tv header .link-logo { padding: 17px 0px 15px; }
.page-ad-tv header.t-2 { background: white; }
.page-ad-tv header.t-2 .btn, .page-ad-tv header.t-3 .btn { background: #FFBF00; border-color: #FFBF00; color: white; }
.page-ad-tv header .btn:hover { background: #F78B08; border-color: #F78B08; color: white; }
.page-ad-tv header.t-2 .top-menu .level-1 > a, .page-ad-tv header.t-2 .phone-header a, .page-ad-tv header.t-2 .phone-header a:hover, .page-ad-tv header.t-2 .phone-header a:focus, .page-ad-tv header.t-2 .phone-header a:active, .page-ad-tv header.t-2 .phone-header a:visited { color: #333333 !important; }
.page-ad-tv .top-menu .level-1 > .arrow { border-top-color: white; }
.page-ad-tv .top-menu > ul { margin-top: 18px; margin-left: 50px; padding-left: 0px; }
.intro-section .container { padding: 145px 0px; }
.intro-section .btns-area { margin-top: 50px; }
.intro-section .btns-area .btn { margin-right: 30px; }
.intro-section .btns-area .btn.download { float: right; margin-right: 0px; width: auto; padding: 0px; }
.btn {
    height: 55px; padding: 0px 40px; border: solid 3px white; border-radius: 0px; background: none; outline: none; width: 255px;
} 
.btn:hover { border-color: #FFA200; outline: none; }
.btn:focus { color: white; outline: none; }
.btn, .btn span { font-size: 13px; text-transform: uppercase; font-weight: 600; color: white; }
.btn:hover, .btn:hover span { color: white; }
.btn.fill { background: #ffcc00; border: none; }
.btn.fill:hover { background: #FFA200; }
.btn.hasIcon i { background: no-repeat center; background-size: contain; margin-left: 10px; margin-top: 2px; width: 16px; height: 14px; float: right; }
.btn.hasIcon.arrow-right i { background-image: url(img/btn-arrow-right.png); }
.btn.hasIcon.arrow-right:not(.prev):hover i { margin-right: -12px; margin-left: 22px; }
.btn.hasIcon.arrow-bottom i { background-image: url(img/btn-arrow-bottom.png); }
.btn.no-fill { border: none; }
.btn.fill-white { color: black; border-color: white; background: white; }
.btn.fill-black { color: white; background: #313131; }
.btn.fill-black:hover { background: #000000; }
.btn.fill-white:hover { color: white; background: black; outline: none; border: none; }
.btn.border-gray { border-color: #a2a2a2; color: #a2a2a2; }
.btn.border-gray:hover { border-color: #313131; color: #313131; }

.intro-section .btns-area .btn.download span { color: #b4b2b2; }
.intro-section .btns-area .btn.download:hover span { color: white; text-decoration: underline; }

.promo-feedback-layer { z-index: 10; text-align: center; padding: 45px 45px 60px; border-top: solid 7px #ffcc00; box-shadow: 0px 42px 57px 0px rgba(0, 0, 0, 0.1); background: white; position: absolute; left: 50%; width: 920px; margin-left: -460px; bottom: -345px; }
.promo-feedback-layer p { font-size: 20px; margin-bottom: 7px; }
.promo-feedback-layer .btn { margin-top: 35px; }

.page-ad-tv #servises .title-for-page { margin-top: 0px; }
.page-ad-tv .block-our-services .nav-tabs > li { margin: 0px 15px; padding: 0px; }
.page-ad-tv .block-our-services .nav-tabs > li, .page-ad-tv .block-our-services .nav-tabs > li.last-child { width: calc((100% / 4) - 30px); }
.page-ad-tv .block-our-services .nav-tabs > li.last-child { padding-right: 0px; }
.page-ad-tv .block-our-services .tab-pane .btn { margin-left: 15px; margin-top: -54px; position: absolute; }

.page-ad-tv .nav-tabs > li.active a, .page-ad-tv .nav-tabs > li.active a, .page-ad-tv .nav-tabs > li.active > a, .page-ad-tv .nav-tabs > li.active a:visited, .page-ad-tv .nav-tabs > li.active > a:focus {
    border-top-color: #ffcc00;
}

.section-02 { background: url(./img/section-02-bg-1.jpg) center no-repeat; background-size: cover; padding: 108px 0px 94px; }
.section-02 .cls-1 .head-text .line { color: white; font-weight: bold; }
.section-02 .cls-1 .head-text .line.line-1 { font-size: 42px; margin-bottom: 4px; }
.section-02 .cls-1 .head-text .line.line-2 { font-size: 26px; margin-bottom: -16px; }
.section-02 .cls-1 .head-text .line.line-3 { color: #ffcc00; font-size: 88px; margin-bottom: 10px; }
.section-02 .cls-1 .bottom-text p { color: #898989; line-height: 32px; font-size: 16px; }
.section-02 .cls-2 #defaultCountdown2 { display: table; margin: 50px auto; }

.countdown-section { float: left; margin: 0px 26px; position: relative; }
.countdown-section:after { content: ":"; display: inline-block; position: absolute; top: -6px; right: -33px; color: white; font-size: 65px; }
.countdown-section:first-child { margin-left: 0px; }
.countdown-section:last-child { margin-right: 0px; }
.countdown-section:last-child:after { display: none; }
.countdown-section span { display: block; text-align: center; }
.countdown-section .countdown-amount { color: white; font-weight: bold; font-size: 68px; }
.countdown-section .countdown-period { color: white; font-size: 13px; margin-top: -17px; }

.section-02 .cls-2 .timer { margin: 22px auto 45px; display: table; }
.section-02 .cls-2 .timer .sub-title { color: white; font-size: 13px; text-align: center; margin-bottom: 10px; }
input.input-text {
    height: 55px;
    padding: 20px 10px 20px 27px;
    border-radius: 0px;
    background: white;
    outline: none; border: none; font-size: 16px;
}
.section-02 form .input-text { margin-right: 30px; }
.section-02 form .input-text, .section-02 form .btn {
    float: left; width: 247px;
}
.page-ad-tv .block-about { background: white; }
.page-ad-tv .block-about .third-string { color: #8c8c8c; line-height: 30px; }
#btn-up.t-2 { width: 10px; height: 91px; background-image: url('/wp-content/themes/best-open/img/btn_up.png'); transition: all 0.3s ease; bottom: 80px; }
#btn-up.t-2:hover { margin-bottom: 10px; }

.block-about .our-favs { margin-top: 70px; }
.block-about .our-favs .item { margin-bottom: 30px; }
.block-about .our-favs .item .inner { height: 125px; background: white; box-shadow: 0px 42px 57px 0px rgba(0, 0, 0, 0.1); padding: 30px; }
.block-about .our-favs .item .ico-area { float: left; width: 65px; height: 65px; border-radius: 100%; overflow: hidden; padding: 15px; background: #ededed; margin-right: 30px; }
.block-about .our-favs .item .ico-area .ico { width: 100%; height: 100%; background: no-repeat center; background-size: contain; }
.block-about .our-favs .item .text { font-size: 16px; line-height: 30px; padding-top: 4px; }

.section-03 { background: #e9e9e9; padding-bottom: 75px; }
.section-03 .title-for-page { font-family: 'Montserrat', sans-serif; font-weight: bold; }
.section-03 .row { margin-bottom: 30px; }
.section-03 .row .img-col img { width: 100%; height: 200px; object-fit: cover; }
.section-03 .row .content-col .inner, .section-03 .row .img-col { height: 200px; }
.section-03 .row .content-col .inner { border-left: solid 6px #ffcc00; background: white; padding: 40px 30px 20px 58px; }
.section-03 .row .content-col .sub-title { margin-bottom: 26px; color: #313131; font-size: 20px; font-weight: 600; }
.section-03 .row .content-col p { font-size: 16px; line-height: 32px; }

.feedback-row {
    padding: 60px 0px; background: #755894;
}
.feedback-row .cls-1 .sub-title { color: white; font-weight: bold; font-size: 26px; margin-bottom: 18px; }
.feedback-row .cls-1 p { color: white; font-size: 16px; line-height: 30px; }
.feedback-row .input-text { margin-right: 30px; }
.feedback-row form .input-text, .feedback-row form .btn {
    float: left; width: 247px;
}

.app-checkbox { display: table; cursor: pointer; margin-top: 30px; }
.app-checkbox input[type="checkbox"] { display: none; }
.app-checkbox i { width: 28px; height: 28px; background-color: white; float: left; display: inline-block; margin: 0px 20px 0px 0px; }
.app-checkbox input[type="checkbox"]:checked + i { background: url(img/check.png) no-repeat center white; background-size: auto 10px; }
.app-checkbox .label { width: calc(100% - 48px); font-size: 16px; color: white; display: inline-block; font-weight: 400; white-space: normal; padding: 0px; margin-top: 8px; }

.work-steps { margin-bottom: 80px; }
.work-steps .item { margin-bottom: 30px; }
.work-steps .item .inner { height: 125px; background: white; box-shadow: 0px 42px 57px 0px rgba(0, 0, 0, 0.1); padding: 30px; display: table; }
.work-steps .item .ico-area, .work-steps .item .step-name, .work-steps .item .text { display: table-cell; vertical-align: middle; }
.work-steps .item .ico-area { width: 65px; }
.work-steps .item .ico-area .ico { width: 65px; height: 65px; border-radius: 100%; overflow: hidden; padding: 12px; background: no-repeat center #ededed; background-size: contain; background-origin: content-box; }
.work-steps .item .step-name { font-weight: bold; font-size: 20px; color: #313131; width: 380px; padding: 0px 10px 0px 26px; }
.work-steps .item .text { font-size: 14px; line-height: 30px; padding-top: 4px; }

.partners-section { padding-bottom: 110px; }
.partners-section .title-for-page, .partners-section .sub-title-for-page { font-family: 'Montserrat', sans-serif; font-weight: bold; }
.partners-section a { cursor: default; text-decoration: none; }
.partners-section .btn { margin: auto; display: table; }
.partners-section .title-for-page { font-family: 'Montserrat', sans-serif; font-weight: bold; }
.partners-section .feed { margin-bottom: 25px; display: table; width: 100%; }
.partners-section .hidden-cols { display: none; }
.partners-section .item { margin-bottom: 30px; }
.partners-section .item a { background: white; display: block; box-shadow: 0px 42px 57px 0px rgba(0, 0, 0, 0.1); }
.partners-section .item img { width: 100%; }
.partners-section.t-2 { padding-bottom: 80px; }
.partners-section.t-2 .title-for-page { margin-bottom: 16px; }
.partners-section.t-2 .sub-title-for-page { margin-bottom: 66px; font-size: 28px; padding-left: 15px; }

.section-04 { background: url(img/section-04-bg-1.jpg) center no-repeat; background-size: cover; padding: 110px 0px 230px; }
.section-04 .container { position: relative; }
.section-04 .sub-title { font-size: 28px; color: white; font-weight: bold; margin-bottom: 65px; }
.section-04 .text { font-size: 16px; color: white; line-height: 35px; }

.section-05 { background: #ededed; padding: 250px 0px 110px; }
.section-05 .video-overflow { position: relative; height: 100%; }
.section-05 .video-overflow .cover { z-index: 3; cursor: pointer; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: center no-repeat; background-size: cover; }
.section-05 .video-overflow .cover:before { z-index: 10; content: ""; display: block; z-index: 1; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); filter:alpha(opacity=30); }
.section-05 .video-overflow .cover:after { z-index: 10; position: absolute; left: 50%; top: 50%; margin: -32.5px 0px 0px -32.5px; content: ""; display: block; width: 65px; height: 65px; background: url(img/arrow-video.png) center no-repeat white; border-radius: 100%; box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1); }
.section-05 .video-overflow .cover:hover:after { box-shadow: 0px 13px 98px 0px rgba(0, 0, 0, 1); }
.section-05 .video-cols, .section-05 .desc-cols { height: 385px; }
.section-05 .desc-cols .inner { box-shadow: 0px 42px 57px 0px rgba(0, 0, 0, 0.1); background: white; padding: 30px; border-top: solid 6px #ffd400; text-align: center; height: 385px; }
.section-05 .desc-cols .sub-title { font-size: 20px; line-height: 32px; color: #313131; font-weight: bold; margin-bottom: 34px; }
.section-05 .desc-cols p { font-size: 16px; line-height: 32px; color: #313131; margin-bottom: 34px; }
.section-05 .desc-cols p:last-child { margin-bottom: 0px; }

.pp-quiz { display: none; }
.pp-quiz .contant-layer .close { opacity: 0.3; position: absolute; right: -55px; top: 0px; cursor: pointer; background: url(img/close.png) no-repeat center; background-size: contain; width: 26px; height: 25px; }
.pp-quiz .contant-layer .close:hover { opacity: 1; }
.pp-quiz .pp-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 99; cursor: pointer; background: #111212; opacity: .3; }
.pp-quiz .pp-body { position: absolute; left: 0px; top: 200px; width: 100%; z-index: 100; } 
.pp-quiz .contant-layer .inner-wrap { display: table; width: 100%; background: white; padding: 60px 0px 35px; margin: auto; float: none; position: relative; } 
.pp-quiz .contant-layer .inner-wrap .center-col { margin: auto; float: none !important; }
.pp-quiz .contant-layer .main-layers {  }
.pp-quiz .title { color: #313131; font-size: 20px; margin-bottom: 50px; text-align: center; font-weight: 600; }
.pp-quiz .steps .step:not(.current) { display: none; }
.pp-quiz .steps .step.current { display: table; min-height: 345px; width: 100%; }
.pp-quiz .input-wrap { margin-bottom: 30px; }
.pp-quiz .input-inner { height: 55px; }
.pp-quiz .input-inner label { cursor: pointer; }
.pp-quiz .input-inner label { position: relative; padding: 16px 10px 16px 54px; display: block; border: solid 2px #e8e8e8; }
.pp-quiz .input-inner .disc { position: absolute; left: 18px; top: 50%; margin-top: -7.5px; width: 15px; height: 15px; border-radius: 100%; border: solid 2px #e8e8e8; }
.pp-quiz .input-inner .disc:after { content: ""; display: block; margin: 2px 0px 0px 2px; width: 7px; height: 7px; border-radius: 100%; background: #ffcc00; display: none; }
.pp-quiz .input-inner:hover label, .pp-quiz .input-wrap .input-inner:hover .disc { border-color: #bababa; }
.pp-quiz .input-inner.selected:not(.input-checkbox) label, .pp-quiz .input-wrap .input-inner.selected .disc  { border-color: #ffcc00; }
.pp-quiz .input-inner.selected .disc:after { display: block; }
.pp-quiz .input-inner .caption, 
.pp-quiz .input-wrap.custom-change input {
    font-size: 14px; color: #3d3d3d;
}
.pp-quiz input::-moz-placeholder {
    font-size: 14px; color: #3d3d3d; font-weight: bold;
}
.pp-quiz input::-webkit-input-placeholder {
    font-size: 14px; color: #3d3d3d; font-weight: bold;
}

.pp-quiz .step.check-imgs .feed .item { }
.pp-quiz .step.check-imgs .feed .item .img-area { height: 160px; }
.pp-quiz .step.check-imgs .feed .item .img-area img { width: 100%; height: 100%; object-fit: cover; }
.pp-quiz .step.check-imgs .feed .item .img-area img { width: 100%; height: 100%; object-fit: cover; }
.pp-quiz .step.check-imgs .feed .item .input-checkbox { margin-top: -2px; }
.pp-quiz .step.check-imgs .feed .item .input-checkbox .disc { border-radius: 0px; }
.pp-quiz .step.check-imgs .feed .item .input-checkbox .disc:after { margin: 0px; width: 100%; height: 100%; border-radius: 0px; display: block; background: white; }
.pp-quiz .step.check-imgs .feed .item .input-checkbox.selected .disc:after { background: url(img/check-white.png) no-repeat center #ffcc00; background-size: 10px auto; }

.pp-quiz .step.logos .feed .item:not(.selected):after, .pp-quiz .step.logos .feed .item:not(.selected):before { display: none; }
.pp-quiz .step.logos .feed .item:after, .pp-quiz .step.logos .feed .item:before { position: absolute; content: ""; display: block; }
.pp-quiz .step.logos .feed .item:after { width: 100%; height: 100%; left: 0px; top: 0px; border: solid 2px #ffcc00; }
.pp-quiz .step.logos .feed .item:before { width: 14px; height: 14px; right: 2px; top: 2px; background: url(img/check-white.png) center no-repeat #ffcc00; background-size: auto 10px; }
.pp-quiz .step.logos .feed .item { position: relative; height: 46px; float: left; width: calc(((100%) / 10)  - 30px); margin: 0px 15px 30px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
.pp-quiz .step.logos .feed .item img { width: 100%; height: 100%; object-fit: contain; }
.pp-quiz .input-wrap.custom-change label { width: 55px; height: 55px; padding: 0px; float: left; }
.pp-quiz .input-wrap.custom-change input { outline: none; padding-left: 20px; border: solid 2px #e8e8e8; border-left: none; background: #f5f5f5; width: calc(100% - 55px); height: 100%; }

.pp-quiz .input-wrap.check-dropdown .main-input label { position: relative; }
.pp-quiz .input-wrap.check-dropdown .main-input .arrow { transform: rotate(0deg); position: absolute; right: 30px; top: 50%; width: 10px; height: 16px; background: url(img/dropdown-arrow.png) center no-repeat; background-size: contain; margin-top: -10px; }
.pp-quiz .input-wrap.check-dropdown .list { display: none; }
.pp-quiz .input-wrap.check-dropdown.opened .main-input .arrow { transform: rotate(180deg); }
.pp-quiz .input-wrap.check-dropdown .input-checkbox { margin-top: -2px; }
.pp-quiz .input-wrap.check-dropdown .input-checkbox .disc { border-radius: 0px; }
.pp-quiz .input-wrap.check-dropdown .input-checkbox .disc:after { margin: 0px; width: 100%; height: 100%; border-radius: 0px; display: block; background: white; }
.pp-quiz .input-wrap.check-dropdown .input-checkbox.selected .disc:after { background: url(img/check-white.png) no-repeat center #ffcc00; background-size: 10px auto; }

.pp-quiz .ctrl-panel { margin-top: 40px; }
.pp-quiz .ctrl-panel .progress-col .helper { display: flex; }
.pp-quiz .ctrl-panel .progress-col .helper * { font-size: 13px; display: inline-flex; font-weight: 600; }
.pp-quiz .ctrl-panel .progress-col .helper .caption { color: #3d3d3d; padding-right: 5px; }
.pp-quiz .ctrl-panel .progress-col .helper .vals * { color: #ffcc00; }
.pp-quiz .ctrl-panel .progress-col .helper .vals .separator { padding: 0px 5px; }
.pp-quiz .ctrl-panel .progress-col .progress-bar { position: relative; background: #e8e8e8; width: 100%; height: 4px; margin-top: 15px; }
.pp-quiz .ctrl-panel .progress-col .progress-bar .fill { position: absolute; width: 70%; height: 100%; left: 0px; top: 0px; background: #ffcc00; }
.pp-quiz .ctrl-panel .controls-col .btn { float: left; padding: 0px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); width: 160px; background: white; }
.pp-quiz .ctrl-panel .controls-col .btn.prev i { background-image: url(img/btn-arrow-left-gray.png); }
.pp-quiz .ctrl-panel .controls-col .btn.prev.hidden { display: none; }
.pp-quiz .ctrl-panel .controls-col .btn.prev { margin-right: 30px; background: white; width: 65px; padding-left: 0px; padding-right: 25px; }
.pp-quiz .ctrl-panel .controls-col .btn.prev span { display: none; }
.pp-quiz .ctrl-panel .controls-col .btn.prev:hover { background: white; }
/*.pp-quiz .ctrl-panel .controls-col .btn.prev:hover i { background-image: url(img/btn-arrow-left.png); }*/
.pp-quiz .ctrl-panel .controls-col .btn.next i { margin-left: -22px; margin-right: 25px; background-image: url(img/btn-arrow-right-gray.png); }
.pp-quiz .ctrl-panel .controls-col .btn.next:hover i, .pp-quiz .ctrl-panel .controls-col .btn.active i { background-image: url(img/btn-arrow-right.png); }
.pp-quiz .ctrl-panel .controls-col .btn.next span { display: inline-block; }
.pp-quiz .ctrl-panel .controls-col .btn span { color: #d1d1d1; }
.pp-quiz .ctrl-panel .controls-col .btn-wrap { display: table; float: right; }
.pp-quiz .ctrl-panel .controls-col .btn:not(.prev):hover { box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); }
.pp-quiz .ctrl-panel .controls-col .btn:hover, .pp-quiz .ctrl-panel .controls-col .btn.active { background: #ffcc00; }
.pp-quiz .ctrl-panel .controls-col .btn:hover span, .pp-quiz .ctrl-panel .controls-col .btn.active span { color: white; }

.pp-quiz .form-layer { padding-bottom: 35px; display: none; }
.pp-quiz .form-layer .title { line-height: 40px; font-weight: 600; }
.pp-quiz .form-layer .main-col { margin: auto; display: table; width: 350px; }
.pp-quiz .form-layer .input-wrap { margin-bottom: 30px; }
.pp-quiz .form-layer .input-wrap .caption { font-size: 16px; font-weight: bold; color: #313131; margin-bottom: 6px; }
.pp-quiz .form-layer .input-wrap .input-text { background: #f3f3f3; font-weight: 600; }
.pp-quiz .form-layer .input-wrap .input-text { border: solid 2px #f3f3f3; }
.pp-quiz .form-layer .input-wrap .input-text:focus { border-color: #ffcc00; }
.pp-quiz .form-layer input::-moz-placeholder { font-size: 16px; font-weight: 600; }
.pp-quiz .form-layer input::-webkit-input-placeholder { font-size: 16px; font-weight: 600; }
.pp-quiz .form-layer .btn { margin-top: 10px; }
.pp-quiz .form-layer .btn, .pp-quiz .form-layer .input-wrap .input-text { width: 100%; }
.pp-quiz .agree-conf .app-checkbox .label { color: #bababa; font-size: 13px; line-height: 13px; margin-top: 1px; text-align: left; }
.pp-quiz .agree-conf .app-checkbox i { border: solid 2px #d1d1d1; }
.pp-quiz .inner-pp { display: none; width: 540px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); position: absolute; left: 50%; top: 110px; margin-left: -270px; background: white; padding: 80px 30px 100px; text-align: center; }
.pp-quiz .inner-pp img { margin-bottom: 35px; }
.pp-quiz .inner-pp .text p { font-size: 16px; color: #333333; margin-bottom: 10px; font-weight: 600; }

.amimate_blick {
    transition: top 0.25s cubic-bezier(0, 0.3, 1, 0.7); overflow: hidden;
    position: relative;
}
.amimate_blick:before, .amimate_blick:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
}
@keyframes blick {
    40%, 100% {
        left: 100%;
    }
}
@keyframes blick2 {
    40%, 100% {
        left: 100%;
    }
}
.amimate_blick:before {
    width: 37%;
    top: 2px;
    left: -30%;
    opacity: 0.6;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
    transform: rotate(-70deg);
    animation: blick;
    animation-duration: 2s;
    animation-direction: normal;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.amimate_blick:hover:before {
    animation: blick2;
    animation-duration: 2s;
    animation-direction: normal;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media (max-width: 1180px) {
    
    .page-ad-tv .top-menu > ul { padding-left: 0px; margin-left: 0px; }
    .page-ad-tv header .cls-2 { width: 41%; }
    .page-ad-tv header .cls-3 { width: 49%; }
    .intro-section .big-text { font-size: 48px; }
    .section-02 .cls-1 { text-align: center; }
    .section-02 .cls-2 form { display: table; margin: auto; }
    .block-about .our-favs .item .text { font-size: 14px; }
    .section-05 .desc-cols p { font-size: 14px; line-height: 24px; }   
    .pp-quiz .ctrl-panel .controls-col .btn-wrap { float: none; margin: 20px auto 0px; }
}

@media (max-width: 990px) {
    
    .page-ad-tv header .cls-3 { text-align: center; }
    .page-ad-tv header .phone-header { float: none; margin-top: -3px; }
    .page-ad-tv header .button { float: none; width: 100%; height: 47px; margin-left: 0px; }
    .intro-section .desc { width: 100%; }
    .intro-section .btns-area .btn.download { float: none; margin-top: 25px; margin-left: 30px; }
    .promo-feedback-layer { width: 530px; margin-left: -265px; }
    .block-about .our-favs .item .text { padding-top: 15px; } 
    .work-steps .item .step-name { width: 255px; }
    .section-04 .promo-feedback-layer { bottom: -414px; }
    .section-05 .desc-cols, .section-05 .desc-cols .inner { height: auto; }
    .section-05 .desc-cols .inner { height: auto; padding-bottom: 40px; }
    .section-05 .desc-cols p { font-size: 16px; line-height: 34px; }  
    .pp-quiz .step.logos .feed .item { width: calc(((100%) / 5)  - 30px); }
}

@media (max-width: 990px) {
    .page-ad-tv header { border-bottom: none; box-shadow: none; background: white; }   
    .section-03 .row .content-col .inner { height: auto; }
    .feedback-row form .input-text, .feedback-row form .btn { float: none; width: 100%; margin: 0px 0px 15px; }
    .block-about .our-favs .item .inner { height: auto; }
    .page-ad-tv header .phone-header { display: none; }
    
    
    .section-03 .row { position: relative; padding-top: 200px; }
    .section-03 .row .img-col { position: absolute; left: 0px; top: 0px; width: 100%; }
    
}

@media (max-width: 615px) {
    .intro-section .btns-area .btn { float: none; width: 100%; margin: 0px 0px 15px; }
    .intro-section .btns-area .btn.download { margin: auto; display: table; }
    .page-ad-tv .block-our-services .tab-pane .btn { margin-left: 0px; margin-bottom: 60px; margin-top: -117px; left: 45px; }
    .section-02 form .input-text, .section-02 form .btn { float: none; width: 100%; margin: 0px 0px 20px; }
    .countdown-section .countdown-amount { font-size: 38px; } 
    .countdown-section .countdown-period { margin-top: -8px; }
    .countdown-section:after { font-size: 40px; right: -30px; }
    .work-steps .item .text { width: 100%; }
    .work-steps .item .step-name { width: calc(100% - 64px); padding-left: 95px; margin: 15px 0px 50px; }
    .work-steps .item .ico-area { float: left; }
    .work-steps .item .ico-area, .work-steps .item .step-name, .work-steps .item .text { display: block; }
    .intro-section .big-text { font-size: 32px; line-height: 50px; }
    .work-steps .item .step-name { font-size: 16px; }
}

@media (max-width: 500px) {
     
    .promo-feedback-layer { width: 90%; margin-left: 0px; left: 5%; }
    .block-about .our-favs .item { display: table; }
    .block-about .our-favs .item .text { padding-top: 0px; display: table-cell; vertical-align: middle; }
    .pp-quiz .step.logos .feed .item { width: calc(((100%) / 3)  - 30px); }
    .pp-quiz .ctrl-panel .controls-col .btn { width: 135px; }
    
}

@media (max-width: 400px) {
     
    .intro-section .container { padding-top: 85px; }
    .btn { max-width: 100%; }
    .promo-feedback-layer { padding: 25px 45px 35px; }
    .promo-feedback-layer .btn { margin-top: 10px; }
    .promo-feedback-layer p { font-size: 16px; }
    .countdown-section { margin: 0px 10px; } 
    .countdown-section .countdown-amount { font-size: 32px; } 
    .countdown-section .countdown-period { margin-top: -8px; font-size: 12px; }
    .countdown-section:after { font-size: 24px; right: -13px; top: 4px; }
    .partners-section.t-2 .sub-title-for-page { padding-left: 0px; text-align: center; font-size: 22px; }
    
}

@media (max-width: 360px) {
    .page-ad-tv .block-our-services .tab-pane .btn { width: 210px; height: 40px; padding: 0px 20px; }
    .block-about .our-favs .item .ico-area, .work-steps .item .ico-area { float: none; margin: 0px auto 20px; }
    .block-about .our-favs .item .text { text-align: center; }
    .section-03 .row .content-col .sub-title { font-size: 18px; }
    .section-03 .row .content-col .inner { padding: 25px 25px 10px; }
    .feedback-row .app-checkbox .label { font-size: 12px; }
    .work-steps .item .step-name {
        width: 100%;
        padding-left: 0px;
        margin: 15px 0px;
        text-align: center;
    }
    .work-steps .item .text { text-align: center; }
    .section-05 .video-cols { height: 160px; }
    .section-05 .desc-cols { height: auto; }
    #btn-up.t-2 { bottom: 20px; right: auto; left: 0px; }
    .promo-feedback-layer { padding: 25px 25px 35px; }
}