/*!
Theme Name: dnk-otcovstvo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dnk-otcovstvo
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.

dnk-otcovstvo 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 {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

/**
* 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: monospace, monospace;
    /* 1 */
    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: monospace, monospace;
    /* 1 */
    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;
    width: auto;
    height: auto;
}

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

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    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: 1px dotted ButtonText;
}

/**
* 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: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
}

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

p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 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: "Courier 10 Pitch", Courier, monospace;
    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: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    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: 1em 0 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    list-style-type: lower-alpha;
}

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
--------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .b24-widget-button-position-bottom-right {
        bottom: 46% !important;
    }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## 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;
}

.mm-menu_offcanvas {
    display: none;
}

@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%;
}

@media (max-width: 992px) {
    .white-popup-alert {
        height: 400px;
        top: 130px;
        border-radius: 50px 0 0 50px;
        width: 100px;
    }

    .white-popup-alert .container {
        padding-top: 0px;
        margin-right: auto;
        margin-left: 0;
        width: 300px;
        position: relative;
        top: 320px;

    }

    .white-popup-alert .container .headtext {
        margin-bottom: 10px;
    }
}

.marquiz-pops {
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    justify-content: center !important;
}


.marquiz-pops_position.marquiz-pops_pulse:before,
.marquiz-pops_position.marquiz-pops_rounded {
    border-radius: 0 !important;
}


.marquiz-pops a {
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    transition: background-color .25s ease !important;
}

.marquiz-pops a:hover {
    background-color: #ff8d31 !important;
}

/*--------------------------------------------------------------
# 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;
}

.post,
.page {
    margin: 0;
}

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


/* CUSTOM STYLE */

ul {
    padding-left: 20px;
    margin-left: 0;
}

ul li {
    margin: 4px 0;
}

/* slider arrow */
.slick-arrow {
    font-size: 0;
    padding-top: 1px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
    z-index: 3;
    color: #ededed;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #8c8c8c;
    transition: background-color .25s ease;
    border: none;
    outline: none;
}
.logo-container{
    min-width: 185px;
    min-height: 58px;
}
.logo-header{
    min-height: 75px;
    min-width: 158px;
}
.slick-arrow:hover {
    background-color: #2b2929;
}

.slick-next {
    right: 5px;
}

.slick-prev {
    left: 5px;
}

.slick-next:after {
    content: '';
    transform: rotate(135deg);
    position: relative;
    left: 7px;
    width: 8px;
    height: 8px;
    display: block;
    border: 2px solid #eae4e4;
    border-right: none;
    border-bottom: none;
}

.slick-prev:after {
    content: '';
    transform: rotate(-45deg);
    position: relative;
    left: 10px;
    width: 8px;
    height: 8px;
    display: block;
    border: 2px solid #eae4e4;
    border-right: none;
    border-bottom: none;
}

/* TEXT */
h1.h3,
.h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1.4em;
    text-align: center;
}

h2.h2,
.h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
}

h1.h1,
.h1 {
    font-size: 19px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
}


[data-parallax] {
    min-height: 265px;
    background: transparent;
}

/* article botom header */
/* left */
.promo_article-inner {
    border-bottom: 2px solid #2497f0;
    margin: 0;
}

.promo_article-inner .col-link a {
    text-decoration: none;
    border: none;
    color: #404040;
    font-size: 15px;
    font-weight: 500;
}

.promo_article-inner .col-link a:hover {
    color: #095793;
}

/* center */

.promo_article-inner .col-cost {
    text-align: center;
}

.promo_article-inner .col-cost {
    color: #ff0000;
    font-size: 22px;
    font-weight: 700;
}

/* right */

.promo_article-inner .col-btn {
    text-align: right;
}

.promo_article-inner .col-btn .btn-blue {
    padding: 7px 20px;
    margin-bottom: 10px;
}

/* article botom header END*/

/* SECTION FRONT PAGE ALL DNK TESTS */

.licensed-sect,
.tochnost,
.img-gde-sect,
.prikhina-dnk,
.processProby,
.kakbay,
.opisanieTest,
.costPage-content,
.faqSect,
.typesObrazec,
.first-sect {
    background-color: #fff;
}

.col-content-processProby {
    padding-bottom: 20px;
}

html {
    overflow-y: auto;
}

.search-page {
    font-size: 16px;
}

.block-breadcrumbs {
    font-size: 13px;
}

.block-breadcrumbs-inner a,
.block-breadcrumbs-inner span {
    color: inherit;
    font-size: 13px;
    margin: 20px 0;
    margin-top: 10px;
}

ul.get_breadcrumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.get_breadcrumbs li {
    display: inline-block;
    vertical-align: unset;
    margin: 0;
}

ul.get_breadcrumbs li span {
    color: inherit;
    font-size: 13px;
    margin: 20px 0;
    margin-top: 10px;
}

img:not([src]) {
    visibility: hidden;
}

.kakSdelatTest {
    padding: 20px 0;
    box-shadow: inset 0 1px 5px 2px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}


.kakSdelatTest_img img {
    max-width: 340px;
}


.allDnk-sect {
    padding: 20px 0;
    background-color: #f4f4f4;
}

/* slider arrow END*/
.babushka-dedushka,
.beremennost,
.brat-sestra,
.etnicheskoe,
.father-and-son,
.sud {
    max-width: 100%;
    background-size: 100%;
    background-image: url('img/icons/peoples.png');
    width: 46px;
}

.babushka-dedushka {
    background-position: 0 0%;
    background-size: 100%;
}

.beremennost {
    background-position: 0 20%;
    background-size: 100%;
}

.brat-sestra {
    background-position: 0 40%;
    background-size: 100%;
}

.etnicheskoe {
    background-position: 0 60%;
    background-size: 100%;
}

.father-and-son {
    background-position: 0 80%;
    background-size: 100%;
}

.sud {
    background-position: 0 100%;
    background-size: 100%;
}

.allDnk-item {
    padding: 10px 0;
    height: 100%;
    max-height: 300px;
}

.allDnk-item > .row {
    height: 100%;
}

.allDnk-item > .row > div:last-child {
    display: flex;
    flex-direction: column;
}

.allDnk-item ul {
    margin: 5px 0;
    font-size: 14px;
    padding: 0;
    padding-left: 19px;
}

.allDnk-item ul > li {
    margin: 0;
}

a.allDnk-item-a-wrap {
    color: #404040;
    text-decoration: none;
    outline: none;
}

a.allDnk-item-a-wrap:hover,
a.allDnk-item-a-wrap:visited,
a.allDnk-item-a-wrap:active {
    color: #404040;
}

.allDnk-item-h1 {
    font-size: 14px;
    font-weight: 900;
    text-transform: none;
    margin-bottom: 5px;
}

.allDnk-item .btn-blue {
    font-size: 13px;
    padding: 7px 5px;
    margin-top: auto;
}

.btn-blue.big {
    font-weight: 600;
    text-transform: uppercase;
}


/* form section */

.modal-One {
    max-width: 650px;
}

.modal-One.full {
    max-width: 1150px;
}

.modal-One .h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2681d0;
}


input[type="submit"].wpcf7-submit,
input[type="submit"].btn-block {
    font-size: 14px;
    padding: 14px;
    height: auto;
    outline: none;
    box-shadow: inset 0px 0px 0 rgba(0, 0, 0, .06);
    border: none;
    width: 100%;
    cursor: pointer;
    color: #fff;
    background-color: #2397ef;
    transition: background-color .25s ease;
}

input[type="submit"].btn-block:hover,
input[type="submit"].wpcf7-submit:hover {
    background-color: #196ba8;
}

textarea {
    padding: 10px;
    font-size: 14px;
}

.politika span.wpcf7-list-item {
    margin: 0;
    margin-right: 10px;
}

.fancybox-content {
    padding: 9px;
}

.img-404 > img {
    max-width: 137px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
select {
    padding: 15px;
    font-size: 13px;
    border: solid 1px #D9D9D9;
    width: 100%;
    margin: 15px 0;
    border-radius: 3px;
    /* text-transform: uppercase; */
    margin-top: 0;
}

.form-call {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}


.link-span{
    color: #337ab7;
    transition: color .25s ease;
    outline: none;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.form-block input[type="submit"].wpcf7-submit {
    padding: 12px 30px;
    border: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background-color: #2397ef;
    transition: background-color .25s ease, color .25s ease;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    width: auto;
    text-transform: uppercase;
    text-align: center;
}

.form-block .form > span {
    display: block;
}


.wite_link_all a,
.wite_link_all a:visited,
.wite_link_all a:focus {
    color: #75c2fd;
    font-weight: 500;
}


[for='privacy-checkbox'] {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
}

[for='privacy-checkbox1'] {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
}

[for='privacy-checkbox2'] {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
}


.licensed-slider {
    max-width: 900px;
    margin: 0 auto;
    max-height: 350px;
}

.licensed-slider-download {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease;
    max-height: 300px;
    overflow: hidden;
}

.licensed-slider-download.slick-initialized {
    opacity: 1;
    max-height: 100%;
}

.licensed-slider-download a {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.licensed-sect {
    padding: 20px 0;
    overflow: hidden;
    max-width: 100%;
}

.licensed-slide > a {
    padding-top: 66%;
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 220px;
    background-size: 0;
    border: 1px solid #DCDCDC;
}

.licensed-slide > a:after {
    content: "";
    border: 1px solid #DCDCDC;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-size: cover;
    background-position: 50% 0%;
    background-image: inherit;
}


.tochnost {
    padding: 20px 0;
    box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.14);
}

/* SECTION BEST DNK */
.best-item {
    background-color: #f2f2f2;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    max-height: 280px;
}

.img-best img {
    width: 44px;
}

.best-h1 {
    font-weight: 500;
    margin: 10px 0;
}

.best-desc {
    font-size: 14px;
}

.best-dnk {
    padding: 20px 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.video-cont .playvideo {
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    transform: scale(.95) translateZ(0) translateY(-50%);
    transition: transform .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    color: #fff;
    line-height: 84px;
    font-size: 18px;
    position: relative;
    top: 50%;
    transform-origin: top;
}

.video-cont .playvideo:hover {
    transform: scale(1) translateZ(0) translateY(-50%);
}

.video-cont {
    position: relative;
}

.video-cont .playvideo:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

.video-cont .video-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
}


/* SECTION KAK */

.kak-dnk {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding: 20px 0;
}

.kak-dnk-item-h1 {
    font-size: 15px;
    font-weight: 900;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 12px;
    color: #257ce2;
    text-transform: uppercase;
}

.kak-dnk-item-text {
    font-size: 15px;
}

.kak-dnk-item-text a {
    display: inline;
}

.kak-dnk-item {
    padding: 10px 0;
}


.counterLi {
    counter-reset: kak;
}

.counterLi > * .kak-dnk-item:before {
    content: counter(kak);
    counter-increment: kak;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #e66204;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    vertical-align: middle;
}


.img-gde-sect_img img {
    max-width: 200px;
}


/* Advantage section */

.advantages {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 35px 0;
    position: relative;
    z-index: 1;
}

.advantages h2 {
    color: #353535;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.advantages p {
    margin-top: 0;
}

.advantages ul {
    padding-left: 40px;
}

.advantages ul li {
    margin: 0;
}

/* Order section */

.order .h1 {
    color: #353535;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin: 30px auto 10px;
    display: block;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 10px;
}

.order table {
    border-collapse: collapse;
    display: block;
    margin: 0 auto;
    height: auto !important;
}

.order table td {
    padding: 15px 0;
    border: 1px solid #e6e7e8;
}

.order table tr:nth-child(odd):not(:first-child) {
    background: #fafbfb;
}

.order table a {
    padding: 12px 20px;
    text-decoration: none;
    font-size: 14px;
    background-color: #2397ef;
    transition: background-color .25s ease, color .25s ease;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    text-align: center;
}

.order table a:hover {
    background-color: #1383d8;
    color: #fff;
}

/* Effective section */

.effective {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 35px 0;
}

.effective h2 {
    color: #353535;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.effective table {
    border-collapse: collapse;
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 600px;
}

.effective table td {
    padding: 25px 10px;
}

.effective table tr {
    border-bottom: 1px solid #e6e7e8;
}

.effectiveText {
    border-bottom: 1px solid #e6e7e8;
}

/* Otziv section */

.otzivSect {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    padding: 35px 0;
    position: relative;
}

.otzivSect:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    height: 10px;
    width: 100%;
    background: url(../images/shadow-down.png) no-repeat top;
    opacity: .6;
    background: radial-gradient(ellipse at 50% 0, rgba(0, 0, 0, .3) 0, transparent 70%);
}

/* What is section */

.whatIs {
    padding: 35px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.whatIs .h1 {
    color: #353535;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin: 30px auto 10px;
    display: block;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 10px;
}


/* footer */

.footer-top {
    background-color: #002733;
}

.footer-top ul {
    padding: 0;
}

.footer-top .menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-top li {
    list-style-type: none;
    margin: 2px 0;
}

.footer-top .menu > li {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
    list-style-type: none;
    /* margin: 0; */
    margin-bottom: 10px;
}

.footer-top .menu > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    border-bottom: 3px solid #2497ef;
    padding-bottom: 10px;
    padding-left: 0;
    text-shadow: 0 0 0;
}

.footer-top .menu a {
    text-decoration: none;
}


.footer-top .menu > li > ul a {
    color: #767676;
    font-size: 13px;
}

.footer-top .menu > li > ul a:hover {
    color: #fff;
    text-decoration: underline;
}

/* bottom */
.footer-bottom {
    padding: 20px;
    background-color: #011d25;
    color: #fff;
}


.footer-bottom .social-icon,
.footer-bottom .actionsBtn-header {
    text-align: left;
    padding-left: 0;
}

.footer-bottom .btn-blue,
.footer-bottom .btn-blue:visited,
.footer-bottom .btn-blue:focus {
    color: #fff;
}


.footer-bottom .social-icon svg {
    fill: #ffffff;
}

/* footer AND */

.btn-blue.transparent {
    background-color: rgba(255, 255, 255, 0.56);
    border: 1px solid #2397ef;
    box-sizing: border-box;
    color: #2397ef;
}

/* TEST page */
/* first block */
.promoBaner-inner {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 30px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.promoBaner-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
}

.promoBaner-inner > * {
    position: relative;
}

.promoBaner-h1 {
    color: #f67908;
    font-weight: 900;
    font-size: 17px;
    margin: .4em 0;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.promoBaner-h2 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #36a9e6;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.promoBanerLI {
    margin: 10px 0;
    position: relative;
}

.promoBanerLI table {
    max-width: 305px;
}

.promoBanerLI td:first-child {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-shadow: -1px -1px 0 #6c6c6c, 1px -1px 0 #6c6c6c, -1px 1px 0 #6c6c6c, 1px 1px 0 #6c6c6c;
}

.promoBanerLI td:first-child:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 13px;
    margin-right: 9px;
    background-image: url(img/icons/ul-img.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.promoBanerLI td:nth-child(2) {
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 20px;
    color: #36a9e6;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.promoBanerLI tr:first-child td:nth-child(2) {
    background-color: #f67908;
    color: #fff;
    text-shadow: 0px 2px 1px rgba(122, 122, 122, 0.5);
}

.promoBaner-inner .btn-blue {
    display: block;
    font-weight: 500;
    font-size: 15px;
}

/* akcia block small */

.smallAkcia-inner {
    border: double 3px #ff0505;
    padding: 13px;
    text-align: center;
    margin: 20px 0;
}

section.smallAkcia .smallAkcia-inner br.mobile {
    display: none;
}

/* promoBanerDescr */
.promoBanerDescr {
    padding: 20px 0;
}

.big_blueLink {
    display: block;
    font-size: 17px;
    margin: 10px 0;
}

.promoBanerDescr-inner .btns .btn-blue {
    display: block;
}

.promoBanerDescr-h1 {
    font-weight: 500;
    font-size: 17px;
    margin: 10px 0;
}

.promoBanerDescr-text .btn-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.promoBanerDescr-text .btn-wrap .btn-blue.big {
    padding: 15px 20px;
}

.promoBanerDescr-cost {
    margin: 10px 0;
}

.promoBanerDescr-cost span {
    color: #ff0000;
    font-size: 32px;
    display: inline-block;
    font-weight: 600;
}

.promoBanerDescr-cost .promoBanerDescr-costAkcia {
    font-size: 22px;
    color: #000;
}

.promoBanerDescr-cost .promoBanerDescr-costAkcia:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #404040;
    position: relative;
    top: .7em;
}

.promoBanerDescr-cost .promoBanerDescr-costAkcia + span {
    color: #ff0000;
    font-size: 32px;
    margin-left: 10px;
}

.promoBanerDescr-actionBlock .btns a {
    font-size: 13.4px;
}

/*
* fs custom code
*/
.reviews-item .review-item-wrap {
    background: #f4f4f4;
    height: max-content;
}

.reviews-item .review-item-wrap .review-item-shadow {
    padding: 20px;
}

.reviews-item .review-item-wrap .top-review-item img {
    border-radius: 10em;
}

.reviews-item .review-item-wrap .top-review-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-item .review-item-wrap .top-review-item .left_part {
    text-align: right;
}

.reviews-item .review-item-wrap .top-review-item .right_part {
    margin-left: 20px;
}

.reviews-item .review-item-wrap .top-review-item .right_part .title.h2 {
    position: relative;
    text-align: left;
}

.reviews-item .review-item-wrap .top-review-item .right_part .title.h2:after {
    content: '';
    width: 50%;
    height: 4px;
    background: rgba(0, 139, 211, .8);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.reviews-item .review-item-wrap .top-review-item .right_part .rating img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.reviews-item .review-item-wrap .center-review-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.reviews-item .review-item-wrap .top-review-item .right_part time {
    font-style: italic;
    font-size: 14px;
    color: #9b9b9b;
}

.reviews-item .review-item-wrap .bottom-review-item,
.reviews-item .review-item-wrap .center-review-item {
    margin-top: 20px;
}

.reviews-item ul.slick-dots {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.reviews-item ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10em;
}

.reviews-item ul.slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.reviews-item ul.slick-dots li.slick-active button {
    background: #159EEF;
}

.politika.fs_center {
    max-width: 304px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 320px) and (max-width: 768px) {

    /* promoBanerDescr */
    .promoBanerDescr {
        background: none !important;
    }

    .fs-wrap a.allDnk-item-a-wrap {
        display: block;
    }

    .white-popup-alert p:first-of-type {
        margin-bottom: 0;
        margin-right: 30px;
        margin-top: 5px;
    }

    .white-popup-alert p:last-of-type {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .white-popup-alert p {
        font-size: 14px;
    }

    .promoBanerDescr-actionBlock {
        text-align: center;
        padding: 10px 15px 15px;
        background: rgba(255, 255, 255, .7);
    }

    .promoBanerDescr-actionBlock .btns a:first-child {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .modal-One {
        max-width: 100%;
    }

    .wrap-search input[type='submit'] {
        width: calc(30% - 15px) !important;
        margin-right: 0 !important;
    }

    .wrap-search input[type='text'] {
        width: calc(70% - 5px) !important;
    }

    .modal-example-content .form-city .b-title {
        margin: 0 !important;
    }

    .fs_you_need_current:before {
        display: none !important;
    }

    .fs_you_need_current {
        margin-left: 0 !important;
    }

    header .phone-header a {
        font-size: 18px;
        letter-spacing: -0.9px;
    }

    footer .phone-header a:first-of-type {
        font-size: 21px;
    }

    section.smallAkcia .smallAkcia-inner br.mobile {
        display: block !important;
    }
}

@media (min-width: 320px) and (max-width: 468px) {
    .kak_oplatit-img img:not(.kurer) {
        width: auto !important;
        height: auto;
    }

    section.order .orderContent table {
        width: 100% !important;
    }

    section.order table td .price.kl-font-alt span {
        font-size: 16px !important;
    }

    section.effective .effectiveTable {
        width: 100% !important;
    }

    section.order table td {
        font-size: 15px !important;
    }

    /*    section.effective .effectiveTable table tr td {
            display: block;
            width: 100% !important;
        }*/
    .kakSdelatTest_img img {
        max-width: 100%;
    }
}

/* vizov_kuriera */

.vizov_kuriera {
    background-color: #2397ef;
    color: #fff;
}

.vizov_kuriera p {
    font-weight: 500;
    margin: 10px 0;
}

.btn-blue.orange {
    background-color: #e96200;
}

/* TEST END*/
.processProby {
    padding: 20px 0;
    box-shadow: inset 0 -1px 2px 0px rgba(0, 0, 0, 0.14);
}

.kakbay {
    padding: 30px 0;
}

.kakbay_img > a {
    max-width: 320px;
    margin-bottom: 15px;
}

.processProby_img {
    margin-bottom: 11px;
}

.processProby_video {
    position: relative;
    padding-top: 56%;
}

.processProby_video > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.block-breadcrumbs-inner a,
.block-breadcrumbs-inner span {
    color: inherit;
    font-size: 13px;
    margin: 20px 0;
    margin-top: 10px;
}

.fstestsSect-a {
    text-decoration: none;
    color: #404040;
}

.fstestsSect-a:hover .testsSectItem-h2 {
    text-decoration: underline;
}

.fstestsSect-a:hover,
.fstestsSect-a:focus,
.fstestsSect-a:active,
.fstestsSect-a:visited {
    color: #404040;
}

.testsSect-item {
    padding: 20px;
    border: outset 2px #aaaaaa;
    margin: 10px 0;
}

.testsSectItem-h2 {
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.3em;
    color: #337ab7;
}

.testsSectItem-h2 > * {
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.3em;
}

.testsSect-item .btn-blue {
    margin: 0 -20px;
    margin-bottom: -20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 5px;
}

.testsSect .row .row {
    height: 100%;
}

.testsSect-item {
    height: 100%;
}

.testsSect-item .row div:last-child {
    margin-top: auto;
}

.testsSect > .container > .row > * {
    margin: 15px 0;
}

.prikhina-dnk {
    padding-bottom: 20px;
}


.acc-panel-title {
    position: relative;
}

.rew_avatar {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50% 50%;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    z-index: 2;
}


.acc-group {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    margin-bottom: 20px;
}

.acc-panel-title > a {
    border: 0;
    padding: 4px 10px;
    color: #CD2122;
    display: block;
    width: 100%;
    text-align: left;
    background-color: #F8F8F8;
    padding: 16px 60px 15px 25px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.znColumnElement-innerContent {
    padding: 20px 15px;
    font-size: 15px;
}

.acc-panel-title .fs_position {
    color: #757575;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    padding: 0 65px;
    bottom: 6px;
    width: 100%;
}

.rew_avatar + a {
    padding-left: 65px !important;
    min-height: 55px;
}

/* COST PAGE */
.costSect {
    padding-bottom: 50px;
}

.costSect-table > table,
.costSect-table > table tr {
    width: 100% !important;
    height: auto !important;
}

.costSect-table > table {
    border-collapse: collapse;
    font-size: 15px;
}

.costSect-table > table tr:hover {
    background-color: #f5f5f5;
}

.costSect-table > table a {
    display: block;
    text-decoration: none;
    padding: 10px;
}

.costSect-table > table td {
    height: auto !important;
    width: auto !important;
    border-bottom: 1px solid #ddd;
}

.costSect-table > table td:last-child {
    font-weight: 600;
    color: #cd2122;
    min-width: 90px;
}

.costSect-table > table td:nth-child(2) {
    min-width: 80px;
}

/* COST PAGE END*/

/* AKCIA PAGE */
.akciiSect-item {
    border: double 2px #008ad2;
    border-radius: 6px;
    background-color: #fcfcfc;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
}


.akciiSect-list {
    padding-bottom: 1px solid #eee;
}

.akciiSect-item-img {
    margin: -15px;
    margin-bottom: 0;
    position: relative;
    padding-top: 58%;
}

.akciiSect-item-img a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow .25s ease-in-out;
}


.btn-akciiSect {
    position: absolute;
    right: 0;
    border-radius: 5px 0 0 5px;
    bottom: 20px;
    background-color: #2397ef;
    width: calc(100% + 20px);
    padding: 15px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    transition: width .25s ease-in-out;
}

.akciiSect-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.akciiSect-item-img:hover a:after {
    box-shadow: inset 0 -1px 0 5px #257ce2
}

.akciiSect-item-img:hover .btn-akciiSect {
    width: 90%;
}

.akciiSect-list {
    margin: 0 -15px;
    padding: 0 15px;
    padding-top: 8px;
    border-bottom: 1px solid #eee;
}

/* cost */
.akciiSect-cost {
    text-align: center;
}


.akciiSect-cost p:first-child span:first-child {
    color: #ff0000;
    font-size: 32px;
    font-weight: 900;
}

.akciiSect-cost p:last-child span:first-child {
    font-size: 25px;
    position: relative;
}

.akciiSect-cost p:last-child span:first-child:after {
    content: "";
    position: absolute;
    bottom: .55em;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #404040;
}

.akciiSect-cost span:last-child {
    font-size: 18px;
    margin-left: 10px;
}

/* btn bottom */

.akciiSect-item .btn-blue {
    display: block;
    width: calc(100% + 30px);
    margin: -15px;
    margin-top: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    margin-top: auto;
}

/* AKCIA PAGE END*/

/* OPLATA PAGE */
.telefon,
.forma-zakaza,
.pochta-1 {
    max-width: 100%;
    background-size: 100%;
    background-image: url('img/icons/icons_oplata.png');
}

.telefon {
    background-position: 0 0%;
    background-size: 100%;
}

.forma-zakaza {
    background-position: 0 50%;
    background-size: 100%;
}

.pochta-1 {
    background-position: 0 100%;
    background-size: 100%;
}


.imgtinkof,
.kurer,
.logo,
.olata-po-kvitantsii {
    max-width: 100%;
    background-size: 100%;
    background-image: url('img/icons/oplata/icons_oplata_big.png');
}

.imgtinkof {
    background-position: 0 0%;
    background-size: 100%;
}

.kurer {
    background-position: 0 31.271478%;
    background-size: 150%;
}

.logo {
    background-position: 0 65.635739%;
    background-size: 150%;
}

.olata-po-kvitantsii {
    background-position: 0 100%;
    background-size: 150%;
}


.kak_zakaz-text p {
    margin: 5px 0;
}

.kak_oplatit-text {
    margin-top: auto;
    font-size: 15px;
}

.col-kak_oplatit {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.kak_zakaz-img img {
    width: 60px;
    margin-top: 10px;
}

.kak_oplatit-img img {
    width: 199px;
}

.kak_zakaz-kakZap {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .12), 0 2px 5px rgba(0, 0, 0, .15);
    padding-bottom: 30px;
}

.kak_oplatit-kakZap,
.kak_zakaz_oplata-content {
    padding: 20px;
    padding-bottom: 30px;
}

/* OPLATA PAGE END */
.blockzovKuriera {
    padding: 20px 0;
}

.typesObrazec {
    padding: 20px 0;
}


.akciiSect-item-img.tac {
    padding: 5px;
    font-size: 0;
    padding-bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.akciiSect-item-img.tac img {
    width: auto;
    position: static;
    margin: 0 auto;
    max-height: 131px;
}

/* FAQ PAGE */
.accordion-js .acr-action {
    position: relative;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
}

.accordion-js .acr-action:after,
.accordion-js .acr-action:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    display: block;
    background: #ddd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.accordion-js .acr-action:after {
    transform: rotate(-45deg);
    right: 25px;
    top: 50%;
}

.accordion-js .acr-action:before {
    transform: rotate(45deg);
    right: 31px;
    top: 50%;
}

.accordion-js .acr-action.is-active:before {
    transform: rotate(-45deg);
}

.accordion-js .acr-action.is-active:after {
    transform: rotate(45deg);
}

.accordion-js .acr-action:hover {
    background-color: #F8F8F8;
    color: #111;
}

.accordion-js > * {
    border: 1px solid #E3E3E3;
    border-top: none;
    display: block;
}

.accordion-js > *:first-child .acr-action {
    border-top: 1px solid #E3E3E3;
}

.accordion-js > * > :last-child {
    padding: 10px 20px;
    display: none;
}

.accordion-js > *:first-child .ask-content {
    display: block;
}

/* FAQ PAGE */


/* PAGE ARTICLES */

.datePubl {
    font-size: 14px;
}

.author {
    display: flex;
    align-items: center;
}

.author img {
    margin-right: 10px;
}

/* list widget style */
.widget-title {
    color: #050505;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 20px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.widget-title:after,
.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}

.widget-title:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.widget-title:after {
    width: 50px;
    border-bottom: 1px solid #257ce2;
}

.widget_recent_entries_new > ul,
.widget_recent_entries_new > ul > li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.widget_recent_entries_new > ul > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}


.widget_recent_entries_new a {
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 5px;
}

.widget_recent_entries_new .post_descr {
    font-size: 14px;
}

/* loop articles */
/* paginations */
.nav-links {
    margin: 20px 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}

.nav-links a {
    text-decoration: none;
}

.nav-links .prev,
.nav-links .next {
    display: inline-block;
    margin: 0 20px;
    font-size: 0;
    vertical-align: top;
}

.nav-links .prev:before,
.nav-links .next:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid #000;
    border-left: none;
    border-top: none;
    transition: border-color .25s ease;
}

.nav-links .prev:before {
    transform: translateY(5px) rotate(135deg)
}

.nav-links .next:before {
    transform: translateY(5px) rotate(-45deg)
}

.nav-links .prev:hover:before,
.nav-links .next:hover:before {
    border-color: #257ce2;
}

/* numbers */
.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
}


.article-single {
    padding-bottom: 40px;
}

.article-loop-item .post-thumbnail {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.article-loop-item .post-thumbnail > img {
    width: 100%;
}
.post-thumbnail{
    min-height: 210px;
}
.article-loop-item .post-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: .4;
    transition: all .15s ease-out;
    pointer-events: none;
}

.article-loop-item .post-thumbnail:hover:after {
    opacity: 0;
}

/* cotent */


.article-loop-item .entry-content {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 40px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6em;
}

.article-loop-item .entry-title > a {
    text-decoration: none;
    font-size: 26px;
}


/* effect readmore */
.kl-blog-item-more {
    float: right;
    margin: 0 0 10px 30px;
}

.kl-blog-item-more-btn .svg-more-bg,
.kl-blog-item-more-btn .svg-more-l1,
.kl-blog-item-more-btn .svg-more-l2,
.kl-blog-item-more-btn .svg-more-l3 {
    transition: all .15s ease-out
}

.kl-blog-item-more-btn:hover .svg-more-bg {
    stroke-width: 4px;
    stroke: #337ab7;
}

.kl-blog-item-more-btn:hover .svg-more-l1 {
    width: 8px
}

.kl-blog-item-more-btn:hover .svg-more-l2 {
    width: 22px
}

.kl-blog-item-more-btn:hover .svg-more-l3 {
    width: 11px
}

.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-l1 {
    width: 8px
}

.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-l2 {
    width: 22px
}

.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-l3 {
    width: 11px
}

/* hover box-shadow */
.article-loop-item {
    transition: box-shadow .15s ease-out;
    margin-bottom: 30px;
}

.article-loop-item:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
}


.articleFooter-widget-block {
    list-style-type: none;
}

.widget-title.articles + .recent_posts_widgt {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-bottom: 20px;
    text-align: center;
}

.widget-title.articles + .recent_posts_widgt > li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
}

.widget-title.articles + .recent_posts_widgt > li .linkFootArtcl-img {
    display: block;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.widget-title.articles + .recent_posts_widgt > li .linkFootArtcl-img:after {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    background-color: #257ce2;
    position: absolute;
    transition: transform .25s ease;
}

.widget-title.articles + .recent_posts_widgt > li .linkFootArtcl-img:hover:after {
    transform: translateY(-80%)
}

.widget-title.articles + .recent_posts_widgt > li .linkFootArtcl-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* PAGE ARTICLES END */


/* PAGE FAKE */
.fake-content {
    padding-bottom: 20px;
}

.fake-content p,
.fake-content li {
    font-size: 16px;
}

.fake-content b,
.fake-content strong {
    color: #000;
}

.dangerSect > p {
    padding: 40px 20px;
    font-size: 18px;
    background-color: rgba(255, 30, 30, 0.88);
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
}

.dangerSect.blue > p {
    background-color: #329def;
}

/* zoom img */

.imagezoom-fancybox {
    padding-bottom: 25%;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.imagezoom-fancybox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 0 2px rgb(178, 180, 181);
    transition: box-shadow .25s ease;
}

.imagezoom-fancybox:hover:after {
    box-shadow: inset 0 0 0 10px rgba(13, 114, 183, 1);
}

.imagezoom-fancybox > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    transform-origin: 100%;
    transition: transform .5s linear, top .5s linear;
}

.imagezoom-fancybox:hover > img {
    transform: translateY(-100%);
    top: 100%;
}

/* border p */
.borderGray p {
    border: solid 3px #e0e0e0;
    padding: 20px;
}

/* PAGE FAKE END*/

.politika {
    font-size: 13px;
}

.politika a {
    display: inline;
}

/* */
.search-loop-item .entry-title {
    margin: 10px 0;
    font-size: 0;
}

.search-loop-item .entry-title a {
    font-size: 17px;
}

.search-loop-item .entry-content {
    margin: 0;
}

/* Modal town */

.form-city {
    padding: 0;
    border: none;
    margin: 0;
    text-align: center;
}

.form-city .region_block {
    margin: 10px 0;
}

.wrap-search.form-group ul.ajax-search {
    position: relative;
    font-size: 14px;
    left: 15px;
    z-index: 1;
    max-width: 90%;
    width: 250px;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: .3em;
    margin: .2em 0 0;
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, .8));
    box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, .2);
    text-shadow: none;
}

.wrap-search.form-group ul.ajax-search li:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .3);
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px 3px 0 0;
}

.wrap-search.form-group ul.ajax-search li {
    margin: 0;
    position: relative;
    padding: .2em .5em;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .3);
}

.wrap-search.form-group ul.ajax-search li:hover {
    background: #addcff;
    color: #000;
}

.wrap-search.form-group ul.ajax-search li a {
    display: block;
    text-decoration: none;
}

.wrap-search.form-group ul.ajax-search li:hover a {
    color: #000;
    text-decoration: none;
}

.wrap-search.form-group ul.ajax-search li mark {
    background: hsl(65, 100%, 50%);
}

.wrap-search.form-group ul.ajax-search li mark:hover {
    background: hsl(68, 100%, 41%);
}

.wrap-search.form-group ul.ajax-search li:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0 0 3px 3px;
}

.wrap-search.form-group ul.ajax-search li:first-of-type:before {
    content: "";
    position: absolute;
    top: -.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: .4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrap-search.form-group ul.ajax-search li:first-of-type:hover:before {
    background: #addcff;
    color: black;
}

.modal-example-content .form-city .b-title {
    display: block;
    margin: -42px;
    margin-bottom: 10px;
    font: 18px/24px "firasans-regular";
    color: #fff;
    font-family: 'BlissProHeavy', Arial, sans-serif;
    text-transform: uppercase;
    background: #247de2;
    padding: 20px;
}

.wrap-search {
    font-size: 0;
}

.wrap-search input[type='text'] {
    padding: 8px 6px;
    display: inline-block;
    vertical-align: top;
    height: 34px;
    width: calc(80% - 5px);
    margin-left: 0;
    margin-bottom: 5px;
}

.wrap-search input[type='submit'] {
    vertical-align: top;
    margin-left: 5px;
    margin-right: 15px;
    padding: 8px 10px;
    width: calc(20% - 15px);
    display: inline-block;
    cursor: pointer;
    height: 34px;
    background-color: #2397ef;
    color: #fff;
    border: none;
}

.wrap-search input[type='submit']:hover {
    background-color: #1383d8;
}

.fs_modal_select_region .fancybox-close-small {
    padding: 6px;
}

.fs_modal_select_region .fancybox-close-small svg path {
    fill: #fff;
}

.list-inline {
    padding-left: 0;
    margin: 0 -10px;
    margin-right: 0;
}

.list-inline > li {
    display: inline-block;
    margin: 0;
    font-size: 15px;
}

.list-inline.all-cities > li {
    padding: 0 15px;
}


.fs_you_need_current {
    font-size: 15px;
    position: relative;
}

.fs_you_need_current:before {
    content: '';
    background: url("img/information-symbol.png");
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 23px;
    left: -32px;
    top: 15px;
}

.white-popup-alert {
    background-color: #159EEF;
    color: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    text-align: left;
}

.white-popup-alert a {
    padding: 10px 13px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    font-weight: 700;
    background-color: #e66204;
}

.white-popup-alert a:hover {
    background-color: #ff7f23;
}

input#contact-form-validator {
    width: 50%;
}

/* Modal town END */
/* REKLAMA BLOCK */
.closediv .close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 34px;
    height: 22px;
    opacity: 1;
    cursor: pointer;
}

.closediv .close:hover {
    opacity: 1;
}

.closediv .close:before,
.closediv .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 5px;
}

.blue-popup-alert .closediv .close:before,
.blue-popup-alert .closediv .close:after {
    background-color: #fff;
}

.closediv .close:before {
    transform: rotate(45deg);
}

.closediv .close:after {
    transform: rotate(-45deg);
}


.white-popup-alert .closediv .close:before,
.white-popup-alert .closediv .close:after {
    background-color: #fff;
}

/* REKLAMA BLOCK END */
.fishki {
    position: relative;
    z-index: 2;
}

.slider_front {
    margin: 0 -50px;
}

.slider_front .swiper-slide,
.slider_front_new .slide {
    background-size: cover;
    background-position: right;
}

.content_box_slider_swp {
    min-height: 470px;
    padding-left: 115px;
    box-sizing: border-box;
}

.content_box_slider_swp--sldr_h1 {
    margin-top: 40px;
    font-size: 40px;
    text-transform: uppercase;
    color: #2ca2e6;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.content_box_slider_swp--sldr_text {
    max-width: 400px;
    margin-bottom: 1em;
    color: #323232;
    font-size: 18px;
}
.content_box_slider_swp--sldr_text_field {
    max-width: 400px;
    color: #323232;
    font-size: 18px;
}

.content_box_slider_swp--sldr_cost {
    text-transform: uppercase;
    color: #ff7200;
    font-weight: 600;
    font-size: 28px;
}

a.content_box_slider_swp--sldr_btntxt {
    margin: 1em 0;
    background-color: #ff7200;
    color: #fff;
    padding: 1em 2.5em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: box-shadow .25s ease;
    border-radius: 10px;
}

a.content_box_slider_swp--sldr_btntxt:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

@media (max-width: 1200px) {
    .slider_front .swiper-slide {
        background-size: cover;
        background-position: 70% 0;
    }
}

@media (max-width: 768px) {
    .slider_front {
        margin: 0;
    }

    .content_box_slider_swp {
        padding: 80px 20px;
        padding-bottom: 0;
        min-height: 400px;
        position: relative;
    }

    .content_box_slider_swp:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    a.content_box_slider_swp--sldr_btntxt,
    .content_box_slider_swp--sldr_cost,
    .content_box_slider_swp--sldr_text,
    .content_box_slider_swp--sldr_text_field,
    .content_box_slider_swp--sldr_h1 {
        position: relative;
        z-index: 1;
    }

    .content_box_slider_swp--sldr_h1 {
        font-size: 26px;
    }

    .slider_front .swiper-slide {
        background-size: cover;
        background-position: 90% 0;
    }
    .content_box_slider_swp--sldr_text_field{
        font-size: 16px;
        max-width: 280px; 
    }
    .content_box_slider_swp--sldr_text {
        font-size: 16px;
        max-width: 280px;
    }

    .list-inline.all-cities > li {
        padding: 15px 7px;
    }
}

/* MEDIA */
/* @media() {
    .white-popup-alert p:first-of-type {
        margin-bottom: 0;
    }
    .white-popup-alert p:last-of-type {
        margin-top: 0;
    }
} */
@media (min-width: 576px) {

    .widget-title.articles + .recent_posts_widgt > li {
        width: calc(33.3333% - 1.3333%);
        margin-left: 2%;
    }

    .widget-title.articles + .recent_posts_widgt > li:first-child {
        margin-left: 0;
    }

    .promoBaner-inner {
        background-position: left;
    }

    .promoBanerLI table {
        margin-left: auto;
        margin-right: auto;
    }

    .babushka-dedushka,
    .beremennost,
    .brat-sestra,
    .etnicheskoe,
    .father-and-son,
    .sud {
        width: auto;
    }

    .btn-blue.big {
        padding: 9px 35px;
        font-size: 15px;
        margin: 15px 0;
    }
}

@media (min-width: 768px) {

    .licensed-slide > a {
        padding-top: 123%;
    }

    .img-404 > img {
        max-width: auto;
    }

    .fancybox-content {
        padding: 22px;
    }

    .fancybox-content.fs_thin_line {
        padding: 15px;
    }

    .fake-content p,
    .fake-content li {
        font-size: 16px;
    }

    .dangerSect > p {
        font-size: 22px;
    }

    .akciiSect-item-img.tac img {
        max-height: 100%;
    }

    .kak_oplatit-img img {
        width: auto;
    }

    .kak_oplatit-text {
        font-size: 16px;
    }

    .kak_zakaz-img img {
        width: auto;
    }

    .btn-blue.orange:hover {
        background-color: #ba4e00;
    }

    .promoBanerDescr-inner .btns .btn-blue {
        display: inline-block;
    }

    .promoBanerDescr-actionBlock {
        background-color: rgba(255, 255, 255, 0.70);
        padding: 10px 25px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    }

    .btn-blue.transparent:hover {
        background-color: #fff;
    }

    .promoBaner-inner:before {
        display: none;
    }

    .promoBanerLI table {
        width: auto;
        margin-left: auto;
        margin-right: 11px;
    }

    .promoBaner-h1 {
        text-align: center;
        font-size: 19px;
    }

    .promoBaner-h2 {
        text-align: center;
        font-size: 17px;
    }

    .btn-blue,
    .btn-blue:visited,
    .btn-blue:focus {
        padding: 10px 15px;
    }

    .footer-top .menu > li {
        width: 50%;
    }


    .form-block .form > span {
        display: inline-block;
        width: 45%;
    }

    .form-block .form > span:first-child {
        margin-right: 15px;
    }

    .wite_link_all a:hover {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .citys_list_pop.list-inline.all-cities {
        -moz-columns: 4;
        column-count: 4;
    }

    .citys_list_pop.list-inline.all-cities li {
        display: block;
    }

    .fs-wrap {
        border: 1px solid #DCDCDC;
        padding: 25px 10px;
        height: 100%;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .fs-wrap:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .licensed-slide > a {
        padding-top: 104%;
    }

    .fancybox-content {
        padding: 42px;
    }

    .fancybox-content.fs_thin_line {
        padding: 15px;
    }

    .fancybox-content.fs_thin_line a,
    .fancybox-content.fs_thin_line img {
        min-width: 350px;
    }

    /* REKLAMA BLOCK */
    .closediv .close {
        position: absolute;
        right: 20px;
        top: 5px;
        width: 34px;
        height: 22px;
        opacity: 1;
        cursor: pointer;
    }

    .closediv .close:hover {
        opacity: 1;
    }

    .closediv .close:before,
    .closediv .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 22px;
        width: 5px;
    }

    .blue-popup-alert .closediv .close:before,
    .blue-popup-alert .closediv .close:after {
        background-color: #fff;
    }

    .closediv .close:before {
        transform: rotate(45deg);
    }

    .closediv .close:after {
        transform: rotate(-45deg);
    }

    .white-popup-alert {
        padding: 20px 0 10px;
    }

    .tal {
        text-align: left !important;
    }

    .white-popup-alert .headtext {
        text-transform: uppercase;
        font-weight: 1000;
        font-size: 24px;
        margin: 0;
    }

    .white-popup-alert .closediv .close:before,
    .white-popup-alert .closediv .close:after {
        background-color: #fff;
    }

    .white-popup-alert .nearbuttext {
        display: inline-block;
        padding-left: 15px;
        width: calc(100% - 120px);
    }

    /* REKLAMA BLOCK END */
    .tochnost {
        padding: 40px 0;
    }

    .testsSect {
        padding-bottom: 80px;
    }

    .testsSect-item li {
        margin: 4px 0;
    }

    .img-column {
        padding: 0;
    }

    .kakbay_img > a {
        max-width: 100%;
    }

    .kakSdelatTest_video > p:first-child {
        margin-top: 0;
    }

    .kakSdelatTest_img img {
        max-width: 100%;
    }

    .promoBanerLI table {
        margin-right: 0;
        max-width: 100%;
    }

    .promoBaner-h1 {
        font-size: 38px;
        letter-spacing: 1px;
    }

    .promoBaner-h2 {
        font-size: 30px;
        text-align: right;
        margin: 20px 0;
    }

    .promoBaner-btns {
        text-align: right;
        margin-bottom: 20px;
    }

    .promoBaner-inner .btn-blue {
        display: inline-block;
        padding: 10px 25px;
        font-size: 20px;
        margin-left: 20px;
    }

    .promoBanerLI td:first-child,
    .promoBanerLI td {
        font-size: 24px;
        padding: 5px 20px;
    }

    .footer-bottom .social-icon .icon,
    .footer-bottom .social-icon a {
        width: 39px;
        height: 39px;
        padding: 3px;
        padding-top: 0;
    }

    .footer_copyInfo {
        text-align: center;
    }

    .footer-top .menu > li {
        width: 33.3333333333%;
    }

    ul > li {
        margin: 9px 0;
    }

    ul > li > ul li {
        margin: 5px 0;
    }

    .img-gde-sect > .container > .row > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .img-gde-sect_img img {
        max-width: 100%;
    }

    .kak-dnk {
        padding: 50px 0;
        padding-bottom: 80px;
    }

    .kak-dnk-item-h1 {
        font-size: 17px;
        font-weight: 600;
    }

    .img-best img {
        width: 50px;
    }

    .best-h1 {
        font-size: 19px;
    }

    .best-desc {
        font-size: 16px;
    }

    .best-item {
        padding: 30px 25px;
    }

    .best-dnk {
        padding: 40px 0;
        padding-bottom: 80px;
    }

    .licensed-sect {
        padding: 40px 0;
    }

    .form-block input[type="submit"].wpcf7-submit {
        padding: 15px 45px;
        font-size: 17px;
        margin-bottom: 30px;
    }

    .form-call {
        padding: 60px 0;
    }

    .btn-blue.big {
        padding: 15px 45px;
        font-size: 17px;
        margin: 25px 0;
    }

    .allDnk-item > .row > div:last-child {
        align-items: flex-start;
    }

    .allDnk-item {
        padding: 25px 0;
    }

    .allDnk-item .btn-blue {
        display: inline-block !important;
        padding: 10px 16px;
        font-size: 14px;
    }

    h1.h3,
    .h3 {
        font-size: 20px;
        margin: 10px 0;
        margin-bottom: 15px;
    }

    h2.h2,
    .h2 {
        font-size: 22px;
        margin: 18px 0;
        margin-bottom: 20px;
    }

    h1.h1,
    .h1 {
        font-size: 25px;
        margin: 25px 0;
        margin-bottom: 35px;
    }

    .allDnk-item-h1 {
        font-size: 18px;
    }

    .allDnk-item ul {
        margin: 15px 0;
        font-size: 16px;
    }

}

@media (min-width: 1200px) {
    .citys_list_pop.list-inline.all-cities {
        -moz-columns: 6;
        column-count: 6;
    }

    .counterLi > * .kak-dnk-item:before {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .kak-dnk-item-h1 {
        margin-bottom: 20px;
        /*font-size: 18px;*/
        font-size: 16px;
        font-weight: 600;
    }


    h1.h1,
    .h1 {
        font-size: 30px;
        margin: 30px 0;
        margin-bottom: 45px;
    }

}

@media (max-width: 576px) {
    .advantages h2,
    .effective h2,
    .order .h1 {
        font-size: 24px;
    }
}

/* Кусок для бутстрапа для 5 колонок */

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

.col-5-th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 992px) {
    .col-md-5th {
        width: 33%;
        float: none;
        display: block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 769px) {

    .col-md-5th {
        width: 100%;
        float: none;
        display: block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-5th.col-sm-5th {
        width: 50%;
        float: none;
        display: block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {

    .col-md-5th {
        width: 100%;
        float: none;
        display: block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-5th.col-sm-5th {
        width: 100%;
        float: none;
        display: block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Фикс мобильного меню */

.mm-listitem {
    position: relative !important;
}

.mm-btn_next {
    position: absolute !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border: none !important;
}

.mm-wrapper__blocker {
    display: none;
}

.grecaptcha-badge {
    z-index: 3;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

@media (min-width: 320px) and (max-width: 768px) {
    .smallAkcia-inner ol,
    .smallAkcia-inner ul {
        margin-left: 0;
        padding-left: 0;
    }

    .smallAkcia-inner ol li,
    .smallAkcia-inner ul li {
        list-style-type: none;
    }

    section.order .orderContent table {
        border: none;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    section.order .orderContent table td {
        min-width: 50% !important;
        width: 50% !important;
    }

    section.order .orderContent table td p {
        margin-left: 0 !important;
    }
}

.wpcf7-captchar.simple_captcha_req {
    max-width: 320px;
}

.recapcha_blcok {
    margin: 15px 0;
}

.map-sect > ymaps {
    width: 100% !important;
}


.sect_faq_accordion {
    background-color: #d8f2fa;
    padding: 50px 0;
}

.faq-accordion {
    background-color: #fff;
    padding: 40px 0;
    counter-reset: faq 0;
    box-shadow: 0px 10px 16.56px 1.44px rgba(185, 185, 185, 0.25);
}

.faq-accordion-item-triggerTitle {
    min-height: 50px;
    cursor: pointer;
    line-height: 2.5em;
    font-size: 20px;
    transition: color .25s ease;
    font-weight: 600;
    margin: 0 50px;
    padding-right: 50px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ebeff4;
}

.faq-accordion-item {
    position: relative;
}

.faq-accordion-item:after {
    content: "";
    width: 30px;
    height: 30px;
    top: 10px;
    right: 60px;
    background-color: #099fe7;
    border-radius: 50%;
    position: absolute;
}

.faq-accordion-item:before,
.faq-accordion-item-triggerTitle:after {
    content: "";
    top: 24px;
    right: 17px;
    width: 16px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    transition: transform .4s ease;
}

.faq-accordion-item:before {
    transform: rotate(90deg);
    right: 67px;
}

.faq-accordion-item-triggerContent {
    padding: 20px 50px;
    line-height: 1.7em;
    font-size: 17px;
    background-color: #f2fcff;
    display: none;
}

.faq-accordion-item.active .faq-accordion-item-triggerContent {
    display: block;
}

.faq-accordion-item .faq-accordion-item-triggerTitle:before {
    counter-increment: faq;
    content: "0" counter(faq) ". ";
    display: inline-block;
    margin-right: 10px;
    color: #099fe7;
    font-weight: 900;
    font-size: 20px;
}

.faq-accordion-item:nth-child(9) ~ .faq-accordion-item .faq-accordion-item-triggerTitle:before {
    content: counter(faq) ". ";
}

.faq-accordion-item.active .faq-accordion-item-triggerTitle {
    color: #099fe7;
}

.faq-accordion-item.active:before {
    transform: rotate(0deg);
}

/*our bands*/
section.our_band a {
    text-decoration: none;
}

section.our_band {
    background: #edf9ff;
}

section.our_band .band_item {
    background: #fff;
    text-align: center;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    max-width: 270px;
    width: 270px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.07);
}

section.our_band .band_item:nth-child(4n+5) {
    margin-right: 0px;
}

section.our_band .band_item:hover {
    -webkit-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.17);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

section.our_band .band_item .main_image {
    overflow: hidden;
    border-radius: 10em;
}

section.our_band .band_item img {
    margin: 30px auto 22px auto;
    display: block;
    position: relative;
}

section.our_band .band_item .title {
    display: block;
    padding: 0 29px;
    position: relative;
}

section.our_band .band_item .title .name {
    color: #36a9e6;
    font-size: 18px;
    font-weight: bold;
    display: block;
    position: relative;
}

section.our_band .band_item .title .position {
    color: #727272;
    font-size: 14px;
    display: block;
    margin-top: 12px;
    position: relative;
}

.av-price-column td:nth-child(1) {
    width: 70% !important;
}

.av-price-column td:nth-child(2),
.av-price-column td:nth-child(3) {
    width: 15% !important;
}

@media screen and (max-width: 1230px) {
    section.our_band .band_item {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    section.our_band .band_item:nth-child(3n+4) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 992px) {
    section.our_band .band_item {
        width: 230px;
    }
}

@media screen and (max-width: 768px) {
    .faq-accordion-item-triggerTitle {
        line-height: 1.5em;
    }

    section.our_band .band_item {
        width: 31%;
    }
}

@media screen and (max-width: 600px) {
    section.our_band .band_item {
        width: calc(50% - 10px);
    }

    section.our_band .band_item:nth-child(3n+4) {
        margin-right: 10px;
    }

    section.our_band .band_item:nth-child(odd) {
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    section.our_band .band_item:nth-child(3n+4), section.our_band .band_item {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .av-price-column td:nth-child(1) {
        width: 50% !important;
    }

    .av-price-column td:nth-child(2),
    .av-price-column td:nth-child(3) {
        width: 25% !important;
    }
}

.table_wpapper {
    width: 100%;
    overflow: auto;
}


.video-wrapper {
    position: relative;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.white-popup-alert {
    width: 122px;
    height: 100%;
    left: auto;
    right: 0;
}

.white-popup-alert .container {
    width: 400px;
    transform-origin: 0% 0%;
    transform: rotate(-90deg);
    position: relative;
    bottom: -400px;
    padding-top: 20px;
}

.fstestsSect-a > div {
    height: 100%;
}

/* credit */
.modal-credit-box {
    padding: 17px;
    border-radius: 20px;
    text-align: center;
    margin: 20px 0;
    display: block;
    color: inherit;
    text-decoration: none;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 15%);
    cursor: pointer;
    transition: background-color .25s ease;
}

.modal-credit-box:hover {
    background-color: #dcf0ff;
}

.modal-credit-box b {
    font-size: 20px;
    margin-right: 5px;
    color: #67b1dc;
}

/***** Tabs Doctors *****/


/***** Tabs Doctors *****/

.doctors {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px;
}

.doctors-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.doctors-tab {
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 18px;
    line-height: 17px;
    margin-right: 15px;
    color: #2397EF;
    border: 1px solid #2397EF;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.doctors-tab.active {
    color: #fff;
    background-color: #2397EF;
    font-weight: 900;
    cursor: initial;
}

.doctors-tab-container {
    height: 0;
    display: flex;
    overflow: hidden;
}

.doctors-tab-container.active {
    height: auto;
    padding-right: 0;
}

.doctors-slider-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.doctors .slick-slide {
    margin-right: 20px;
    margin-left: 20px;
    cursor: grab;
}

.doctor-descr p:first-child {
    font-size: 16px;
    font-weight: 700;
    color: #36A9E6;
    margin-bottom: 5px;
}

.doctor-descr p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.doctors-slider-main .slide {
    background: #FAFAFA;
    border: 1px solid #EAEAEA;
    padding: 28px;
}

.doctors-main {
    height: 100%;
    max-width: 1200px;
    min-width: 1200px;
}

.doctor-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 5px;
}

.doctor-name + p {
    width: 100%;
    margin-top: 0;
}

.doctor-about {
    display: flex;
    flex-wrap: wrap;
}

.doctor-photo {
    margin-right: 20px;
    max-width: 180px;
    margin-bottom: 20px;
}

.doctor-profile {
    width: calc(100% - 203px);
}

.doctor-profile > p {
    margin: 0;
}

.doctor-profile > p:first-child {
    font-size: 16px;
    line-height: 22px;
}

.doctor-profile > p:nth-child(2) {
    font-size: 14px;
    line-height: 19px;
}

.doctor-soci {
    margin: 20px 0;
}

.doctor-soci a {
    margin-right: 8px;
}

.doctor-content p {
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

.doctor-sertificates {
    position: relative;
}

.doctor-sert-title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.doctor-sertificates .slick-slide {
    margin-right: 10px;
}

.prevArrSert {
    position: absolute;
    top: 60%;
    left: -2px;
    z-index: 1;
    cursor: pointer;
    background-color: transparent;
}

.prevArrSert:hover {
    background-color: transparent;
}

.nextArrSert {
    position: absolute;
    top: 60%;
    right: -2px;
    z-index: 1;
    cursor: pointer;
    background-color: transparent;
}

.nextArrSert:hover {
    background-color: transparent;
}

.consultBtn,
.consultBtn:focus,
.consultBtn:hover {
    background: #FE701F;
    border-radius: 10px;
    padding: 13px 18px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: max-content;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.consultBtn svg {
    margin-right: 8px;
}

@media (max-width: 1200px) {
    .doctors-main {
        max-width: 980px;
        min-width: 980px;
    }
}

@media (max-width: 992px) {
    .doctors-main {
        max-width: 100%;
        min-width: 100%;
    }

    .doctors-slider-main {
        grid-template-columns: 1fr;
    }

    .doctors .slick-slide {
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .doctors-tabs {
        flex-wrap: wrap;
    }

    .doctors-tab {
        width: 100%;
    }

    .doctors-slider-main {
        display: block;
    }

    .doctor-about {
        text-align: center;
    }

    .doctor-photo {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .doctor-profile {
        width: 100%;
    }

    .doctor-soci a {
        margin-right: 12px;
    }

    .consultBtn, .consultBtn:focus, .consultBtn:hover {
        margin: 0 auto;
    }
}

.select {
    position: relative;
    text-align: left;
    padding: 7px 15px 5px;
    font-size: 13px;
    border: solid 1px #D9D9D9;
    width: 100%;
    margin: 15px 0;
    border-radius: 3px;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin-top: 0;
}

.select .slct {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding-left: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-repeat: no-repeat;
    /*Треугольник вниз*/
    /*птичка вверх*/
}

.select .slct.notValid {
    color: #000;
}

.select .slct:after {
    content: '';
    background: url("img/icons/arrow-down-sign-to-navigate-black.svg") no-repeat center center;
    background-size: 10px 10px;
    display: inline-block;
    vertical-align: middle;
    right: 10px;
    left: auto;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 38%;
    transform: scaleX(1);
}

.select .slct svg {
    width: 16px;
    height: 2.5em;
    fill: #fff;
    margin-right: 15px;
    float: right;
}

.select .slct a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}

.select .slct span.price {
    display: none;
}

.select .slct.active {
    color: #333;
    /*Треугольник вверх*/
}

.select .slct.active svg {
    transform: rotate(-180deg);
    transform: scaleX(-1);
}

.select .slct.active:after {
    transform: rotate(180deg);
}

.select .slct.active .active {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.select .slct.active a {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
}

.select .slct.active a span {
    display: none;
}

.select .drop {
    margin: 0;
    padding: 0;
    font-size: 14px;
    left: 15px;
    top: 28px;
    width: 250px;
    max-width: 90%;
    background: #fff;
    border-radius: 0.3em;
    margin: 0.2em 0 0;
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, .8));
    box-shadow: 0.05em 0.2em 0.6em rgb(0 0 0 / 20%);
    overflow: auto;
    border-top: none;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 2;
}

.select .drop li {
    display: block;
    max-width: 100%;
    min-width: 100%;
    cursor: pointer;
    color: #333;
    display: block;
    padding: 0 4px;
    margin: 0;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.25s ease-in-out;
}

/*        .select .drop li:first-of-type:before {
        content: "";
        position: absolute;
        top: -0.43em;
        left: 1em;
        width: 0;
        height: 0;
        padding: 0.4em;
        background: white;
        border: inherit;
        border-right: 0;
        border-bottom: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }*/
.select .drop li:hover {
    background: #addcff;
    color: #000;
    transition: all 0.25s ease-in-out;
}

.select .drop li a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select .drop li a span {
    display: none;
}

.select.country_selector {
    margin-bottom: 60px;
}

section.av_dnk_test .av_vyezd {
    background: url('https://dnk-otcovstvo.ru/wp-content/uploads/2022/03/vyezd-kurera-besplatno-baner1.jpg') no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

html.mm-wrapper_opening .widget-wrapper.mng-wgt {
    display: none !important;
}

@media (max-width: 768px) {
    section.av_dnk_test {
        border-bottom: 1px solid #333;
        text-align: center;
    }
}

@media (max-width: 1235px) {
    section.av_dnk_test .av_vyezd {
        background: url('https://dnk-otcovstvo.ru/wp-content/uploads/2022/03/vyezd-kurera-besplatno-baner1.jpg') no-repeat left center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .mt40 {
        margin-top: 20px;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .pt40 {
        padding-top: 20px;
    }

    .pb40 {
        padding-bottom: 20px;
    }

    .mt20 {
        margin-top: 10px;
    }

    .mb20 {
        margin-bottom: 10px;
    }

    .pt20 {
        padding-top: 10px;
    }

    .pb20 {
        padding-bottom: 10px;
    }

    .mt30 {
        margin-top: 15px;
    }

    .mb30 {
        margin-bottom: 15px;
    }

    .pt30 {
        padding-top: 15px;
    }

    .pb30 {
        padding-bottom: 15px;
    }

    .mt60 {
        margin-top: 28px;
    }

    .mb60 {
        margin-bottom: 28px;
    }

    .pt60 {
        padding-top: 28px;
    }

    .pb60 {
        padding-bottom: 28px;
    }

    .mt80 {
        margin-top: 35px;
    }

    .mb80 {
        margin-bottom: 35px;
    }

    .pt80 {
        padding-top: 35px;
    }

    .pb80 {
        padding-bottom: 35px;
    }

    .mt100 {
        margin-top: 45px;
    }

    .mb100 {
        margin-bottom: 45px;
    }

    .pt100 {
        padding-top: 45px;
    }

    .pb100 {
        padding-bottom: 45px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .pr15 {
        padding-right: 15px;
    }

    .pl15 {
        padding-left: 15px;
    }

    .mr0 {
        margin-right: 0;
    }

    .mt20 {
        margin-top: 18px;
    }

    .mb20 {
        margin-bottom: 18px;
    }

    .pt20 {
        padding-top: 18px;
    }

    .pb20 {
        padding-bottom: 18px;
    }

    .mt40 {
        margin-top: 34px;
    }

    .mb40 {
        margin-bottom: 34px;
    }

    .pt40 {
        padding-top: 34px;
    }

    .pb40 {
        padding-bottom: 34px;
    }

    .mt60 {
        margin-top: 51px;
    }

    .mb60 {
        margin-bottom: 51px;
    }

    .pt60 {
        padding-top: 51px;
    }

    .pb60 {
        padding-bottom: 51px;
    }

    .mt80 {
        margin-top: 65px;
    }

    .mb80 {
        margin-bottom: 68px;
    }

    .pt80 {
        padding-top: 65px;
    }

    .pb80 {
        padding-bottom: 68px;
    }

    .mt100 {
        margin-top: 85px;
    }

    .mb100 {
        margin-bottom: 85px;
    }

    .pt100 {
        padding-top: 85px;
    }

    .pb100 {
        padding-bottom: 85px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .mt20 {
        margin-top: 17px;
    }

    .mb20 {
        margin-bottom: 15px;
    }

    .pt20 {
        padding-top: 17px;
    }

    .pb20 {
        padding-bottom: 15px;
    }

    .mt30 {
        margin-top: 27px;
    }

    .mb30 {
        margin-bottom: 25px;
    }

    .pt30 {
        padding-top: 27px;
    }

    .pb30 {
        padding-bottom: 25px;
    }

    .mt40 {
        margin-top: 37px;
    }

    .mb40 {
        margin-bottom: 40px;
    }

    .pt40 {
        padding-top: 37px;
    }

    .pb40 {
        padding-bottom: 40px;
    }

    .mt60 {
        margin-top: 57px;
    }

    .mb60 {
        margin-bottom: 60px;
    }

    .pt60 {
        padding-top: 57px;
    }

    .pb60 {
        padding-bottom: 60px;
    }

    .mt80 {
        margin-top: 77px;
    }

    .mb80 {
        margin-bottom: 80px;
    }

    .pt80 {
        padding-top: 77px;
    }

    .pb80 {
        padding-bottom: 80px;
    }

    .mt100 {
        margin-top: 97px;
    }

    .mb100 {
        margin-bottom: 100px;
    }

    .pt100 {
        padding-top: 97px;
    }

    .pb100 {
        padding-bottom: 100px !important;
    }
}

/*
* promo_tekst promoText
*/
.promoText {
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 11;
}

section.promoText button.av_close-btn {
    position: absolute;
    top: -10px;
    right: 10%;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .promoText {
        font-size: 0.8rem;
    }

    .promoText p {
        margin-top: 0.6em;
        margin-bottom: 0.6em;
    }

    section.promoText button.av_close-btn {
        left: 10%;
        right: auto;
    }
}

/*Стили для нового нав меню*/

@media (max-width: 992px) {
    .hide-nav-menu {
        display: none;

    }

    .hide-nav-menu.active {
        display: block;
    }

    .main_menu .rebuild_menu-init {
        position: absolute;
    }

    .rebuild_menu-init ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;

    }

    .rebuild_menu-init li {
        list-style: none;
        padding: 0;
        margin: 0 auto;

    }

    .rebuild_menu-init .menu-item-type-post_type a,
    .rebuild_menu-init .menu-item-has-children a {

        color: #fff;
        text-decoration: none;
        padding: 12px 10px;
        display: block;
        line-height: 1.5;
    }

    .rebuild_menu-init .menu > li {
        background-color: #1fbee0;
        position: relative;
    }

    .rebuild_menu-init .menu-item-has-children ::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        top: 20px;
        right: 20px;
        transition-duration: 0.3s;

    }


    .rebuild_menu-init .menu-item-has-children.active {
        background-color: #0073c0;
    }

    .rebuild_menu-init .menu-item-has-children.active ::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border: none;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        top: 21px;
    }


    .rebuild_menu-init .sub-menu {
        display: none;
        padding: 0;
        background-color: #fff;
    }

    .rebuild_menu-init .sub-menu.active {
        display: block;
        padding: 0 10px;
        background-color: #fff;
    }

    .rebuild_menu-init .menu .sub-menu > li > a {
        border-bottom: 0;
    }

    .rebuild_menu-init .sub-menu a {
        color: #003548;
        text-decoration: none;
        transition-duration: 0.4s;
        font-weight: 600;
        border-bottom: 0;

        padding: 12px 0;
        display: block;
        line-height: 1.5;
    }

    .rebuild_menu-init .menu-item-type-post_type > a {
        border-bottom: 2px solid #4cc7ed;
    }

    .rebuild_menu-init .menu-item-has-children > a {
        border-bottom: 2px solid #4cc7ed;
    }

    .rebuild_menu-init .menu-item-has-children.active > a {
        border-bottom: 0;
    }

}

.robot_img{
    background-size: cover;
    background-position: right;
    background-image: url('img/banner_firstscreen_mob.png');
    width: 100%;
    display: inline-block;
    height: 400px;
    
}

@media (min-width: 576px) { 
    .robot_img{
        background-image: url('img/banner_firstscreen.jpg');
        height: 510px;
    }
}

.wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 -12px -12px;
}
.submitting{
    position: relative;
}
.submitting:before{
    content: '';
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 5px;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10;

}