/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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

/**
 * Table of Contents:
 *
 * 1.0 - Fonts
 * 2.0 - Normalize
 * 3.0 - Header
 * 4.0 - Content
 * 5.0 - Footer
 * 6.0 - Media
 * ----------------------------------------------------------------------------
 */

/**
 * ----------------------------------------------------------------------------
 * 1.0 Fonts
 *
 * ----------------------------------------------------------------------------
 */

@font-face {
    font-family: DinTextPro;
    src: url('fonts/PFDinTextPro-Bold.ttf');
    font-weight: 700; /* bold */
    font-style: normal;

}

@font-face {
    font-family: DinTextPro;
    src: url('fonts/PFDinTextPro-Light.ttf');
    font-weight: 300; /* light */
    font-style: normal;
}

@font-face {
    font-family: DinTextPro;
    src: url('fonts/PFDinTextPro-Medium.ttf');
    font-weight: normal; /* medium */
    font-style: normal;
}

@font-face {
    font-family: DinTextPro;
    src: url('fonts/PFDinTextPro-Thin.ttf');
    font-weight: 200; /* thin */
    font-style: normal;

}

@font-face {
    font-family: DinTextProExtra;
    src: url('fonts/PFDinTextPro-XThin.ttf');
    font-weight: 200; /* thin */
    font-style: normal;

}
@font-face {
    font-family: DinTextProExtra;
    src: url('fonts/PFDinTextPro-LightItalic.ttf');
    font-weight: 200; /* thin */
    font-style: italic;

}
/**
 * ----------------------------------------------------------------------------
 * 2.0 Normalize
 *
 * ----------------------------------------------------------------------------
 */

html {
    font-family: DinTextPro;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}
/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

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

progress {
    vertical-align: baseline;
}

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

template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

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

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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;
    max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

button,
input,
select,
textarea {
    font-family: DinTextPro;
    margin: 0;
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 */
.header__button__plo.btn {
    display: none;
}
.title__image a img {
    max-width: 234px;
    width: 100%;
    /* margin-right: 5px; */
    margin-top: -12px;
    padding: 7px;
}
button,
input {
    overflow: visible;
}

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

button,
select {
    text-transform: none;
}

button,
html [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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.container-block-site-qations {
    text-align: center;
    color: #dadade;
    font-weight: 200;
    margin-bottom: 0;
    font-size: 14px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

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

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
.box-roks_img-regualsf{
    display:none;
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font-family: "DinTextPro", sans-serif;
}

.container:after,
.cf:after {
    content: "";
    display: block;
    clear: both;
}
.post_conteiner-polish-heart-titl-blog-reasl {
    display: none;
}
.container {
    max-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
}
#masthead .container{
    width: 1170px;
}
span.text a {
    text-decoration: none !important;
}
.auto-swap {
    margin-bottom: 60px;
}
.auto-swap img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
span.text {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
span.text span {
    font-size: 24px;
    text-transform: uppercase;
    color: #e1246e;
}
span.h_pl {
    border: 1px solid #e1246e;
    padding: 8px;
    margin-top: 46px;
    display: block;
    text-align: center;
    font-size: 17px !important;
	    transition: 0.5s all;
}
span.h_pl:hover {
    background: #e1246e;
    color: white;

}
/**
 * !!!!!!!!!!!!!!!!!! НА ВРЕМЯ РАЗРАБОТКИ !!!!!!!!!!!!!!!!!!
 */
body {

}

/**
 * ----------------------------------------------------------------------------
 * 3.0 Header
 *
 * ----------------------------------------------------------------------------
 */


.content__top-block .img-bg {
    background: url("images/background1.png") no-repeat;
    min-height: 686px;
    padding-bottom: 172px;
}
.content__classes .img-bg {
    background: url("images/background4.png") no-repeat;
    min-height: 699px;
    background-position: 51% 11px;
    background-size: initial;
}
.content__leader .img-bg {
    background: url("images/background2.png") no-repeat;
    min-height: 569px;
    background-position: 50% 50%;
}
.content__romb .img-bg {
    background: url('images/background3.png') no-repeat;
    min-height: 552px;
    background-position: 50% 50%;
}
.content__timer1 .img-bg {
    background: url(images/background000.png) no-repeat;
    min-height: 622px;
    padding-bottom: 301px;
    padding-top: 93px;
    background-size: cover;
    margin-top: -15px;
    position: relative;
    top: -9px;
}
section.multiple-items3.slider {
    display: none;
}

.reduces-surprizwes {
    border: 1px solid #8AD5F4;
    max-width: 227px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 61px;
    position: relative;
    font-weight: 700;
    top: 24px;
    font-size: 16px;
}
.box__left-timer_form-popup {
    background: #EBEBEB;
}
.span_color-popup {
    color: #4B4B4B;
    font-size: 31px;
    text-align: center;
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 25px;
    font-weight: 300;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.container_social_projekt_cont-vodeo-contt span {
    min-height: 54px;
    /*height: 100%;*/
    display: block;
}
.header__button__plo{display:none;}
.content__video .img-bg {
    background: url(images/background002.png) no-repeat;
    min-height: 580px;
    background-position: 50% 50%;
    padding-bottom: 430px;
}
.content__white .img-bg {
    background: url(images/background008.png) no-repeat;
    min-height: 126px;
    padding-bottom: 0;
}

.slick-slide {
    height: auto !important;
}
.conteiner_for_class_right-plfi {
    display: none;
}
.content__spa .img-bg {
    background: url(images/background6.png) no-repeat;
    min-height: 666px;
    padding-bottom: 105px;
}
.content__timer2 .img-bg {
    background: url(images/background007.png) no-repeat;
    min-height: 616px;
    padding-bottom: 175px;
}
.content__nuga .img-bg {
    background: url(images/nuganuga.png) no-repeat;
    min-height: 517px;
    background-position: 88% 22%;
    padding-bottom: 57px;
    background-size: contain;
}
.content__zalivka .img-bg {
    background: url(images/back_zalivka.png) no-repeat;
    min-height: 580px;
    background-position: 50% 50%;
    padding-bottom: 186px;
}
.content__hite_bed .img-bg {
    background: url(images/background008.png) no-repeat;
    min-height: 628px;
    background-position: 50% 50%;
    padding-bottom: 515px;
}
.content__whiet-bagder-background9boov .img-bg {
    background: url(images/bg-nm-4.png) no-repeat;
    min-height: 1660px;
    padding-bottom: 475px;
}
.content__whiet-bagder-backgroundbooble .img-bg {
    background: url(images/backgroundbuuble.png) no-repeat;
    min-height: 580px;
    background-position: 50% 35%;
    padding-bottom: 403px;
}
.content__whiet-bagder-background12 .img-bg {
    background: url(images/background12.png) no-repeat;
    min-height: 580px;
    background-position: 50% 50%;
    padding-bottom: 403px;
}
.content__whiet-bagder-background12 .img-bg {
    background: url(images/background12.png) no-repeat;
    min-height: 595px;
    padding-bottom: 168px;
    padding-top: 36px;
    background-size: cover;
    width: 100%;
    background-position: 0 -40px;
}
.content__whiet-bagder-background11pn-pg .img-bg {
    background: url(images/background1066.png) no-repeat;
    min-height: 654px;
    padding-bottom: 319px;
    background-size: cover;
}
.content__whiet-bagder-background11png .img-bg {
    background: url(images/background11.png) no-repeat;
    min-height: 580px;
    background-position: 50% 50%;
    padding-bottom: 58px;
    background-size: cover;
}
.cont-slider-res768 {
    display: none;
}

input#input_1_1_4 {
    box-sizing: border-box !important;
    max-width: 352px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}
input#input_1_2 {
    max-width: 352px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
	 box-sizing: border-box !important;
}
input#gform_submit_button_1 {
    position: relative;
    top: -1px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgb(168, 26, 100);
    background-image: -moz-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0px 3px 7px 0px rgba(24, 24, 24, 0.43), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004);
    margin: 0 auto;
    max-width: 354px;
    width: 100%;
    padding: 20px 0px 20px 0px;
}
label.gfield_label {
    font-weight: 300 !important;
    font-size: 15px;
    text-transform: initial !important;
    color: #4B4B4B;
}
.validation_error {
    font-size: 14px !important;
}
span#input_1_1_4_container label {
    display: none !important;
}
.gfield_description.validation_message {
    display: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {

    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
    border: none !important;
    color: black !important;
}



.title {
    float: left;
}

.title__image {
    float: left;
}

.title__blog-info {
    float: left;
}
.container_social_projekt {
    text-transform: uppercase;
    font-size: 60px;
    text-align: right;
    font-weight: 700;
}
.container_nuga_logo {
    float: right;
    position: relative;
    top: 111px;
    text-align: right;
}
.reduces-surprizwes:before {
    content: " ";
    display: inline-block;
    background: url(/wp-content/uploads/2016/08/bant.png) no-repeat;
    width: 58px;
    height: 58px;
    /* font-size: 22px; */
    position: absolute;
    background-size: contain;
    left: -2px;
    top: -7px;
}
.container_social_projekt_cont {
    position: relative;
    top: 91px;
    clear: both;
    text-align: center;
}
.container_social_projekt_cont-vodeo-contt {
    text-transform: uppercase;
    color: #4B4B4B;
    font-weight: 300;
    text-align: left;
    padding: 15px;
}
.container_social_projekt_cont-vodeo-contt-data {
    color: #939FAA;
    font-size: 13px;
    text-align: left;
}
.container_social_projekt_cont-vodeo {
    display: inline-block;
    vertical-align: top;
    max-width: 285px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 47px -2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 3px 47px -2px rgba(0,0,0,0.55);
    box-shadow: 0px 3px 14px -2px rgba(0,0,0,0.55);
    margin: 7px;
}
.content__top-block {
    padding-top: 65px;
}
.title.cf{
    padding-top: 12px;
}
#masthead {
    padding-top: 12px;
    position: fixed;
    top: 0;
    z-index: 99999999999999 !important;
    background: white;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 3px 20px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 20px -1px rgba(0, 0, 0, 0.08);
}
a.buttonclickner:hover {
    color: white;
    font-family: DinTextPro;
    text-transform: uppercase;
    border: 1px solid #6a6271;
    padding: 5px 25px 5px 25px;
    font-weight: initial;
    background: #6a6271;
}
a.buttonclickner {
    color: #BCB8BF;
    font-family: DinTextPro;
    text-transform: uppercase;
    border: 1px solid #6a6271;
    padding: 5px 25px 5px 25px;
    font-weight: initial;
    position: relative;
    z-index: 999;
    top: 8px;
}
input.wpcf7-form-control.wpcf7-submit.button_bt:hover {
    background: #A81A64;
}
.title__blog-info p {
    margin: -1px 0 0 23px;
    font-weight: 200;
    text-transform: uppercase;
    width: 250px;
    font-size: 16px;
    letter-spacing: 0.15px;
    font-family: DinTextPro;
    line-height: 1.2;
}

.title__image img {
    border-right: 1px solid #C5C6C5;
}

.header__info {
    float: right;
    padding-right: 26px;
    display: flex;
}
.content__footer {
    margin-top: -78px;
    margin-bottom: 25px;
}
.header_top_hrt-ikfl-d {
    color: #b3abab;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
}
.sfp_page_plugin_widget-3,
.facebook-header{
    list-style: none;
}
.btn {
    position: relative;
    top: -1px;
    text-decoration: none;
    cursor: pointer !important;
    display: inline-block;
    border: 1px solid rgb(168, 26, 100);
    background-image: -moz-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004) !important;
    padding: 10px 20px !important;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0px 3px 7px 0px rgba(24, 24, 24, 0.43), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004) !important;
}

.header__phone {
    font-size: 30px;
    text-decoration: none;
    margin-right: 30px;
    color: #4B6173;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

.header__phone span {
    color: #0B1721;
    font-weight: bold;
}

.menu-item {
    float: left;
    list-style: none;
}

.main-navigation {
    float: right;
    padding-right: 26px;
}
h5.nm-4__top-title {
    text-transform: uppercase;
    color: white;
    font-weight: 200;
    font-size: 28px;
}
h6.nm-4__bottom-title {
    text-transform: uppercase;
    color: #6890B5;
    font-weight: 200;
    font-size: 28px;
}
.nm-4.cf {
    margin-top: 563px;
}
h6.nm-4__text-title {
    text-transform: uppercase;
    color: #6A6271;
    font-weight: 200;
    max-width: 200px;
    font-size: 20px;
    margin-bottom: 6px;
    position: relative;
    left: 97px;
}
.nm-4__text p {
    color: #7E7784;
    font-weight: 300;
    font-size: 16px;
    max-width: 405px;
}
h5.nm-5__top-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 5px;
}
h4.nm-5__title {
    text-transform: uppercase;
    font-size: 67px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 4px;
    margin-left: 34px;
    color: #4B4B4B;
}
h6.nm-5__bottom-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 5px;
    margin-top: 4px;
    margin-left: 34px;
}
.nm-5 p {
    color: #6A6271;
    font-weight: 200;
}








.footer_siialbt_tetx_span_img {
    background: url(/wp-content/uploads/2016/08/logo_dd.png) no-repeat;
    background-position: 50% 50%;
    transition: 0.5s all;
    width: 67px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
}
.footer_siialbt_tetx_span_img:hover {
    background: url(/wp-content/uploads/2016/08/logo_dd1.png) no-repeat;
    background-position: 50% 50%;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -moz-transition: All 0.3s;
    width: 67px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    -o-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    transition: All 0.3s;
    webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
h4.nm-4__title {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 53px;
    margin: -52px 0px -75px 0px;
}
.main-menu {
    background-image: -moz-linear-gradient( 90deg, rgb(33,62,85) 0%, rgb(30,46,59) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(33,62,85) 0%, rgb(30,46,59) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(33,62,85) 0%, rgb(30,46,59) 100%);
    box-shadow: 0px 3px 7px 0px rgba(24, 24, 24, 0.35);
    margin-top: 14px;
    position: relative;
}
.box__left-timer_back-footer {
    min-height: 540px;
    background: url(/wp-content/themes/nugabest-md/images/1ttime55r.png) no-repeat;
    margin: 0px 0px 0px 19px;
}
.box__left-timer_back-timercenter {
    min-height: 540px;
    background: url(/wp-content/themes/nugabest-md/images/1ttim33er.png) no-repeat;
    margin: 0px 0px 0px 19px;
}
.nav-menu {
    margin: 0;
}

.menu-item a {
    color: #869CAE;
    text-transform: uppercase;
}

.menu-item a {
    color: #869CAE;
    text-transform: uppercase;
    font-weight: 200;
    border-right: 1px solid #152531;
    padding: 10px 16px 10px 15px;
    float: right;
    transition: 0.3s all;
    position: relative;
    font-size: 15px;
}
span.wpcf7-form-control-wrap.text-647 {
    width: 100%;
    max-width: 158px;
    display: inline-block;
    vertical-align: top;
}
.con__ndbooble {
    display: none;
}
.slider {
//   width: 50%;
    margin: 100px auto;
}
.slider.slick-dotted.slick-slider {
    margin: 13px 0 0 30px;
    width: 100%;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}
.mobile-bolf {
    display: none;
}
.archive #primary {
    padding-top: 120px;
}
section#primary {
    padding-top: 150px;
    color: black;
}
header.archive-header h1 {
    color: black;
    font-size: 14px;
    letter-spacing: 8px;
}
h1.entry-title {
    font-size: 15px;
}


.slick-prev:before,
.slick-next:before {
    color: black;
}
.content__hite_bed {
    margin-top: -244px;
}
.content__whiet-bagder {
    margin-top: -387px;
}
.content__whiet-bagder-background9boov {
    margin-top: -387px;
}
.content__whiet-bagder-backgroundbooble {
    margin-top: -230px;
}

.content__whiet-bagder-background12 {
    margin-top: -241px;
    position: relative;
    z-index: 0;
}
.center_btn_get-text5 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 193px;
    position: relative;
    top: -60px;
    left: 77px;
    font-size: 18px;
}
.content__whiet-bagder-backgroundbooble .img-bg {
    padding-bottom: 200px;
}
.center_btn_get-text6 {
    color: #6A6271;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 291px;
    position: relative;
    top: -72px;
    left: 77px;
    font-size: 18px;
}
.center_btn_get-text span {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 300px;
    font-size: 26px;
}
.center_btn_get-text {
    color: white;
    text-transform: uppercase;
    font-weight: 200;
    max-width: 300px;
    position: relative;
    top: -178px;
    left: 230px;
    font-size: 25px;
}
.content__footer {
    margin-top: -11px;
}
.content__whiet-bagder-background11png .container {
    padding-top: 12px;
    padding-bottom: 186px;
}
.content__whiet-bagder-background1066 {
    margin-top: -250px;
    margin-bottom: -135px;
    z-index: 99999999;
    position: relative;
}
section.multiple-itemsoc_polfj.slider.slick-initialized.slick-slider {
    display: none;
}
.content__whiet-bagder-background11png {
    margin-top: -362px;
}
.sertificate_text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
}
.buuble_text_whue {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 57px;
    color: #4B4B4B;
    margin-bottom: -41px;
    position: relative;
    top: -1px;
}
.content__whiet-bagder-background1066 .container {
    margin-top: 281px;
}
.container-wookommerce-block {
    max-width: 700px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.container-wookommerce-block-tecxt {
    max-width: 700px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.container-wookommerce-block {
    max-width: 40%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.container-wookommerce-block-tecxt {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 200;
    color: #4B4B4B;
    max-width: 56%;
    width: 100%;
    text-align: right;
}
.container-block-button {
    text-align: center;
}
.container__box_boxing_one-responcive768 {
    display: none;
}
.container-wookommerce-block-tecxt span {
    color: #D7005D;
    display: block;
    font-size: 19px;
}
.conetinet_wi__title {
    color: #CD1676;
    font-weight: bold;
    text-transform: uppercase;
    font-family: TextProBold;
    font-size: 15px;
}
.conetinet_with_author1 {
    font-size: 18px;
    max-width: 500px;
    width: 100%;
    padding: 23px;
    margin: 1px;
    background: white;
    -webkit-box-shadow: 0px 9px 19px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 19px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 19px -9px rgba(0, 0, 0, 0.47);
    box-sizing: border-box;
    padding: 12px 11px 1px 14px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.container-woocommerce-block-title {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px;
}
.container-woocommerce-block-containt {
    color: #6A6271;
    text-align: left;
    font-weight: 200;
    font-size: 17px;
    margin-top: 15px;
    max-height: 107px;
    overflow: hidden;
    margin-bottom: 37px;
    padding: 0px 15px 0px 15px;
}
.content__whiet-bagder-background1066 .img-bg {
    min-height: 1029px;
    background-position: 50% 50%;
    padding-bottom: 0;
}
.post_conteiner-container-alone:hover {
    background: #D7005D;
    color: white;
}
.box-roks_img-textte {
    color: #7D8992;
    max-width: 875px;
    width: 100%;
    position: relative;
    top: -30px;
    /* margin: 0 auto; */
    text-align: left;
    padding-left: 30px;
}
.amazingcarousel-image div a {
    display: none !important;
}
#wonderplugincarousel-2 .amazingcarousel-bullet-wrapper {
    margin: -8px auto !important;
}
.post_conteiner-polish-heart {
    max-width: 100%;
    display: flex;
    width: 100%;
    vertical-align: top;
    font-size: 15px;
    justify-content: space-between;
}
.post_conteiner-polish-reccomend {
    max-width: 33%;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 15px;
}
.content__whiet-bagder-background11pn-pg .container {
    margin-top: 275px;
}
.post_conteiner-polish-heart-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #D7005D;
    text-align: left;
    padding: 18px 0px 16px 12px;
}
.container-woocommerce-block-tovar-obsolit {
    background: rgba(77, 79, 82, 0.85);
    position: absolute;
    top: 0px;
    max-width: 295px;
    padding: 15px;
    box-sizing: border-box;
    color: #BCB8BF;
    opacity: 0;
}
.content-irk-lpof1 {
    left: 168px;
    z-index: 99999999;
    max-width: 600px;
    width: 100%;
    position: absolute;
}
.popup_bead_block {
    left: -156px;
    position: relative;
    top: 69px;
}
.content-irk-lpof1 img {
    max-width: 50px !important;
    height: 50px;
    width: 100%;
}
.img_hjukf img {
    max-width: 50px !important;
    height: 50px;
    width: 100%;
}
img.img_hjukf {
    max-width: 50px !important;
    height: 50px;
    width: 100%;
}
img.img_ik0 {
    max-width: 148px !important;
    width: 100%;
    display: block;
    position: absolute !important;
    left: -67px;
    top: 38px !important;
}


.content-irk-lpof3 img {
    max-width: 50px !important;
    height: 50px;
    width: 100%;
}
.content-irk-lpof4 img {
    max-width: 50px !important;
    height: 50px;
    width: 100%;
}
.content-irk-lpof2 {
    left: 375px;
    z-index: 99999999;
    bottom: 233px;
    max-width: 600px;
    width: 100%;
    position: absolute;
}
.content-irk-lpof3 {
    left: 606px;
    z-index: 99999999;
    bottom: 237px;
    max-width: 600px;
    width: 100%;
    position: absolute;
}
.nm-4__text2 {
    display: none;
}
.content-irk-lpof4 {
    left: 663px;
    z-index: 99999999;
    bottom: 293px;
    max-width: 600px;
    width: 100%;
    position: absolute;
}
.content-irk-lpof1 span {
    top: 12px;
    display: block;
    position: absolute;
    top: -95px;
    left: -16px;
    color: gray;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 15px;
    max-width: 150px;
    width: 100%;
}
.popup_bead_block {
    background: rgba(15,15,15,0.8);
    padding: 15px;
    max-width: 261px;
    position: relative;
    top: -98px;
    width: 100%;
    color: #BCB8BF;
    padding: 79px;
    text-align: center;
    opacity: 0;
}
.img_hjukf1 {
    top: -65px;
    position: relative;
    left: 26px;
}
.img_hjukf2 {
    top: -69px;
    position: relative;
    left: 0px;
}
.img_hjukf4 {
    top: -65px;
    position: relative;
    left: 0px;
}
.img_hjukf3 {
    top: -69px;
    position: relative;
    left: 0px;
}
.img_hjukf {
    background: url("/wp-content/themes/nugabest-md/images/plus.png");
    background-size: contain !important;
    width: 50px;
    height: 50px;
}
.popup_bead_block_title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    top: -10px;
}
.popup_bead_block_cont {
    text-align: left;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 300;
}

.content-irk-lpof2 span {
    top: 12px;
    display: block;
    position: absolute;
    top: 236px;
    left: -39px;
    color: gray;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 15px;
    max-width: 150px;
    width: 100%;
}
.content-irk-lpof3 span {
     top: 12px;
     display: block;
     position: absolute;
     top: -95px;
     left: -16px;
     color: gray;
     text-transform: uppercase;
     font-weight: 200;
    font-size: 15px;
    max-width: 150px;
    width: 100%;
 }
.content-irk-lpof4 span {
    top: 12px;
    display: block;
    position: absolute;
    top: -95px;
    left: -16px;
    color: gray;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 15px;
    max-width: 150px;
    width: 100%;
}

.container-woocommerce-block-title5 {
    text-transform: uppercase;
    color: white;
    max-width: 150px;
    font-weight: 300;
    margin: 0 auto;
    font-size: 21px;
}
.container-woocommerce-block-containt5 {
    font-weight: 300;
    min-height: 210px;
    font-size: 17px;
}
.container-woocommerce-block-img5 {
    min-height: 80px;
}
.container-woocommerce-block-title5:after {
    background: wheat;
    background: white;
    content: " ";
    display: block;
    height: 2px;
    max-width: 68px;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
}
.container-woocommerce-block-img5 img {
    max-width: 100px;
}
.post_conteiner-polish-heart-title:after {
    display: block;
    content: " ";
    height: 1px;
    background: #D7005D;
    width: 106px;
    margin-top: 5px;
}
li#slick-slide42 button {
    display: none;
}
li#slick-slide43 button {
    display: none;
}
.product_pold {
    color: #BCB8BF;
    font-weight: 300;
    font-size: 13px;
}
.post_conteiner-container-alone-title a {
    color: #d7005d;
    font-weight: 200;
}
.single_blogs_images_title {
    text-transform: uppercase;
    color: #e72670;
    font-weight: 300;
    font-size: 22px;
    margin-top: 6px;
}
.single_blogs_text {
    color: #676262;
    font-size: 16px;
    font-weight: 200;
    text-align: justify;
    line-height: 22px;
}
.single_blogs_container {
    max-width: 65%;
    width: 100%;
    /* margin: 0 auto; */
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    box-sizing: border-box;
}
.post_conteiner-container-alone1_blog {
    background: white;
    -moz-box-shadow: 0px 9px 19px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 19px -9px rgba(0, 0, 0, 0.47);
    max-width: 380px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 8px;
    padding: 15px;
    box-sizing: border-box;
    min-height: 568px;
}
.page-products .post_conteiner-container-alone1_blog{
    max-width: 280px;
}
.video_page_blog {
    min-height: auto;
}
.post_conteiner-polish-heart-title a {
    color: #D7005D;
}
.line-top_sidebar_position {
    text-align: center;
}
.line-top_sidebar_position a:hover {
    background: rgb(173, 6, 78);
    color: white;
}
.main-menu_other_page {
    background-image: -webkit-linear-gradient( 90deg, rgb(33,62,85) 0%, rgb(30,46,59) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(33,62,85) 0%, rgb(30,46,59) 100%);
    box-shadow: 0px 3px 7px 0px rgba(24, 24, 24, 0.35);
    height: 10px;
}
.line-top_sidebar_position a {
    color: rgb(218, 36, 109);
//    border: 1px solid rgb(168, 26, 100);
    background-image: -moz-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004);
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    /* background: url(/wp-content/uploads/2016/08/holk.png); */
}
.post_conteiner-polish-heart-title a:hover {
   text-decoration:underline;
}
.post_conteiner-container-alone-img1_blog {
    min-height: 300px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat !important;
    text-transform: uppercase;
    color: #928f90;
    font-weight: 300;
    font-size: 12px;
    margin-top: 6px;
    background-position: 84% 29% !important;
    display: block;
}
.page-products .post_conteiner-container-alone-img1_blog{
    min-height: 240px;
}

.page-video .post_conteiner-container-alone-img1_blog{
    min-height: 200px;
}
.single_blogs_text p span {
    font-weight: 200 !important;
}
.post_conteiner-container-alone-text1_blog {
    color: #928f90;
    font-weight: 300;
    font-size: 19px;
    margin-top: 6px;
}

.page-products .post_conteiner-container-alone-text1_blog{
    font-size: 15px;
}
.post_conteiner-container-alone-title_blog a {
    text-transform: uppercase;
    color: #e72670;
    font-weight: 300;
    font-size: 22px;
    margin-top: 6px;
//    min-height: 65px;
    display: block;
}
.post_conteiner-container-alone-read1 .fa-arrow-circle-right {
    margin-left: 12px;
}
.single_b_center_blog {
    color: #676262;
    padding-top: 128px;

}
.post_conteiner-container-alone1 {
    font-size: 0;
}
.post_conteiner-container-alone-img1 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.post_conteiner-container-alone-data1 {
    color: #e0dddd;
    font-size: 13px;
    font-weight: 300;
}
.post_conteiner-container-alone-read1 {
    text-transform: uppercase;
    color: #d9005d;
    font-weight: 200;
}
.post_conteiner-container-alone-text1 {
    color: #676262;
    font-weight: 300;
    min-height: 24px;
    margin-top: 8px;
}
.post_conteiner-container-alone-read1_blog a {
    color: #e72670;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-size: 15px;
    display: block;
}
.post_conteiner-container-alone1 {
    margin-bottom: 20px;
}
.post_conteiner-container-alone-img-lot1 {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.single_blogs_container_left {
    max-width: 35%;
    width: 100%;
    /* margin: 0 auto; */
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 13px;
}
.single_b_center {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 46px;
    font-size: 0;
}
.single_b_center2 {
    margin: 0 auto;
    padding-top: 120px;
}
a.title-page-click {
    color: #797979;
    font-weight: 300;
}
a.blog-page-click {
    color: #D7005D;
    font-weight: 300;
}
.col-md-12.top-back-inner_center_bottom a {
    background: #d7005d;
    color: white;
    text-decoration: none;
    padding: 2px;
}
.header_top_hrt {
    color: white;
    border: 1px solid rgb(168, 26, 100);
    background-image: -moz-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004);
    padding: 25px 0px 25px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    background: url(/wp-content/uploads/2016/08/holk.png);
}
.post_conteiner-container-alone:hover a{

    color: white;
}
.content__whiet-bagder-background12 .container_center {
    margin-top: 100px;
}
a.home-page-click {
    color: #D7005D;
    font-weight: 300;
}
.breadckamps_top_hrt {
    color: #D7005D;
    font-weight: 300;
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding: 10px;
    vertical-align: top;
    padding: 0px 25px 0px 25px;
    box-sizing: border-box;
    margin-bottom: 6px;
    display: flex;
    justify-content: flex-start;
    line-height: 12px;
    color: white;
    font-size: 12px;
}
.breadckamps_top_hrt a {
    margin: 0px 3px 0px 3px;
    font-size: 12px;
    color: white;
    line-height: 12px;
}
.slider-corlers-one {
    text-align: center;
    max-width: 135px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.slider-corlers-two {
    text-align: center;
    max-width: 135px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.slider-corlers-three {
    text-align: center;
    max-width: 135px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.slider-corlers div span {
    display: block;
    color: #262A2D;
    text-transform: uppercase;
    font-weight: 200;
}
.slider-corlers-one:hover img {
    background: url(/wp-content/themes/nugabest-md/images/backline.png) no-repeat;
    background-size: contain;
    /* background: gray; */
    padding: 15px 15px 15px 13px;
    margin-bottom: 4px;
}
.slider-corlers-two:hover img {
    background: url(/wp-content/themes/nugabest-md/images/backline.png) no-repeat;
    background-size: contain;
    /* background: gray; */
    padding: 15px 15px 15px 13px;
    margin-bottom: 4px;
}

.slider-corlers-three:hover img {
    background: url(/wp-content/themes/nugabest-md/images/backline.png) no-repeat;
    background-size: contain;
    /* background: gray; */
    padding: 15px 15px 15px 13px;
    margin-bottom: 4px;
}

.container-woocommerce-block-tovar:after {
    display: block;
    content: " ";
    background: rgba(121, 113, 127, 0.67);
    position: relative;
    width: 295px;
    height: 404px;
    top: -477px;
    opacity: 0;
}



.post_conteiner-container-alone-img {
    max-width: 28%;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.post_conteiner-container-alone-img-lot {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    color: #4B4B4B;
    font-weight: 200;
    text-align: left;
    font-size: 17px;
}
.post_conteiner-container-alone:hover {
    background: #D7005D;
    color: white;
}
.post_conteiner-container-alone-title {
    text-transform: uppercase;
    color: #4B4B4B;
}
.post_conteiner-polish-heart-titl-blog {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 200;
    color: #6A6271;
}
.post_conteiner-container-alone-data {
    font-size: 12px;
    margin: 4px 0px 4px 0px;
}
.post_conteiner-container-alone:hover .post_conteiner-container-alone-read {
    background: #D7005D;
    color: white;
}
.post_conteiner-container-alone-text {
    font-size: 12px;
}
.post_conteiner-container-alone-read {
    color: #D7005D;
    text-decoration: underline;
    cursor: pointer;
}
.post_conteiner-container-alone {
    /* margin: 0px 0px 48px 0px; */
    padding: 20px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    width: 25%;
}
.post_conteiner-container-alone:hover .post_conteiner-container-alone-img-lot {
    color: white !important;
}
.post_conteiner-container-alone:hover .post_conteiner-container-alone-img-lot .post_conteiner-container-alone-title {
    background: #D7005D;
    color: white !important;
}

.post_conteiner-polish-heart:hover {
    border: 1px solid #D7005D;
    background: white;
}
.post_conteiner-polish-heart {
    border: 1px solid transparent;
}
.post_conteiner-polish-reccomend {
    border: 1px solid transparent;
}
.post_conteiner-polish-reccomend:hover {
    border: 1px solid #D7005D;
    background: white;
}

.post_conteiner-polish-video {
    border: 1px solid transparent;
}
.post_conteiner-polish-video:hover {
    border: 1px solid #D7005D;
    background: white;
}
.post_conteiner-container-alone-read i {
    margin-left: 5px;
}
.post_conteiner-polish-video {
    max-width:33%;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 15px;
}
.container-posts {
    font-size: 0;
}
.line_name-goldername .text-647 input {
    max-width: 204px !important;
    width: 100%;
}
@media screen and (max-width: 1040px)
    span.wpcf7-form-control-wrap.text-647 {
        max-width: 190px;
        width: 100%;
    }
    .content__timer2 .block_o_cg_jtime_off_clii {

        margin: 0 auto;
        text-align: center;
     //   max-width: 227px;
        width: 100%;
        left: 0;
    }
    .container_social_projekt_cont-vodeo {
        max-width: 307px;
    }
.container-woocommerce-block-tecxt-conteiner {
    margin-top: 40px;
    text-align: center;
}

.container-woocommerce-block-hover {
    background: url(/wp-content/themes/nugabest-md/images/plus.png) no-repeat;
    width: 90px;
    height: 90px;

    margin: 0 auto;
    transition: 0.5s all;
}
.container-woocommerce-block-img {
    min-height: 206px;
}
.container-woocommerce-block-tovar {
    max-width: 295px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 7px;
    position: relative;
    text-align: center;
    height: 479px;
}
.content__footer .img-bg {
    overflow: visible;
}

.container-block-button-otvet-bt-text {
    color: #747474;
    display: inline-block;
    max-width: 86%;
    width: 100%;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 200;
    margin-left: 0;
    font-size: 24px;
    box-sizing: border-box;
    text-align: center;
}
.container-block-button-otvet-bt-img {
    color: #747474;
    display: inline-block;
    max-width: 12%;
    width: 100%;
    vertical-align: top;
}
.container-block-button-consultat {
    color: #747474;
    display: inline-block;
    max-width: 45%;
    width: 100%;
    vertical-align: top;
    position: relative;
    top: -7px;
}
    section.multiple-itemsoc.slider.slick-initialized.slick-slider.slick-dotted {
        margin: 0 auto;
    }
    ul.slick-dots li {
        width: 9px;
        height: 4px;
        background: #bfbebe;
    }
    ul.slick-dots .slick-active {
        background: #827f7f;
    }
    li#slick-slide41 button {
        display: none;
    }
    li#slick-slide40 button {
        display: none;
    }
    section.multiple-itemsoc.slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
        text-align: left;
        padding-left: 24px;
        max-width: 165px;
        position: relative;
        top: 15px;
    }
    .regular .slick-list .slick-track .slick-slide img {
        height: 214px;
        width: 167px;
    }
    .regular .slick-list .slick-track .slick-slide {
        height: 217px;
        width: 172px !important;
    }
    section.regular.slider.slick-initialized.slick-slider.slick-dotted {
        height: 209px;
    }
    .regular .slick-list {
        height: 200px;
    }
    .sertificate_text {
        font-size: 35px;
    }
    .regular {
        /* height: 217px; */
        width: 620px !important;
        text-align: center;
    }
    section.multiple-itemsoc.slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots:after {
      //  content: "< >";
    //  color: #bfbebe;
    //  font-size: 32px;
    //  margin: 2px;
    // position: relative;
    // top: 7px;
    //  left: 11px;
    }
    section.multiple-itemsoc.slider.slick-initialized.slick-slider.slick-dotted li button {
        display: none;
    }
    .container-block-button-otvet-bt-border_digit {
        text-align: center;
        color: #CCCCCC;
        font-weight: 200;
        margin-top: 0;
        margin-bottom: 0;
    }
.container-block-button-otvet-bt-border_digit span {
    margin: 0px 10px 0px 10px;
}
.container-block-button-otvet-bt-border:hover {
    background: #A81A64;
    color: white;
}
.container-block-button-otvet {
    color: #747474;
    display: inline-block;
    max-width: 45%;
    width: 100%;
    vertical-align: top;
}
    .container-block-button-otvet-bt-border {
        color: #D7005D;
        text-transform: uppercase;
        font-size: 20px;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        border: 2px solid #A81A64;
        text-align: center;
        font-weight: 300;
        padding: 5px 27px 5px 27px;
        cursor: pointer;
    }
.container-block-button-otvet-bt-border span {
    font-weight: 700;
}
.container-block-button-otvet-bt-ll {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.buuble_text_whue span {
    display: block;
    font-weight: 700;
}
.buuble_text_with-block {
    /* margin-top: 900px; */
    position: relative;
    top: 219px;
}
.text_with__nugabest {
    max-width: 309px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.text_with__nugabest.mp__nugabest1 {
    top: -32px;
}
.text_with__nugabest.mp__nugabest2 {
    top: -82px;
}
.text_with__nugabest.mp__nugabest3 {
    top: -132px;
}
.text_with__nugabest.mp__nugabest4 {
    top: -132px;
}
.text_with__nugabest.mp__nugabest6 {
    top: -92px;
}

.text_with__nugabest.mp__nugabest7 {
    max-width: 622px;
    top: -150px;
}
.content__whiet-bagder-background11pn-pg{
    margin-top: -200px;
}

.content__whiet-bagder-backgroundbooble .img-bg .img-bg__inner .container{
    max-width: 1240px;
}
.btn.center_btn_nugabestbox7 {
    position: relative;
    max-width: 622px;
    top: -158px;
    left: 228px;
    max-width: 296px;
    width: 100%;
    padding: 12px 0px 12px 0px;
    font-weight: 200;
    font-size: 18px;
}
.btn.center_btn_nugabestbox7 span {
    font-weight: 700;
}
.menu-item a:first-child {
    border-left: 1px solid #152531;
}
.sertificate_text span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: -34px;
}
.sertificate_text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
}
.menu-item a:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #D7005D;
    transition: 0.3s all;
}

.menu-item a:hover {
    background: #152531;
}

.menu-item a:hover:after {
    opacity: 1;
}

.content__top-block_n5 {
    position: absolute;
    left: 32px;
    top: 43px;
}

.content__top-block .container {
    position: relative;
    padding-left: 255px;
    padding-top: 127px;
}

h1 {
    font-size: 115px;
    line-height: 110px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1.6px;
    margin: 0;
}

h2 {
    margin: -2px 0 0 3px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0.4px;
    line-height: 26px;
}

.content__top-block_text {
    width: 620px;
    margin: 18px 0 0 4px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 90px 12px 20px;
    box-sizing: border-box;
    line-height: 22px;
    color: #FA1F7E;
    background: url("images/line-header.png") no-repeat;
    position: relative;
    z-index: 1;
}

.content__top-block_n5 p {
    position: absolute;
    left: 0;
    bottom: 154px;
    font-weight: 300;
    width: 100%;
    padding-left: 94px;
    color: #fff;
}

.img-bg {
    position: relative;
    overflow: hidden;
}

.img-bg > img {
    min-width: 100%;
    max-width: none;
}

.img-bg__inner {
//    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.content__top-block_img {
    position: absolute;
    left: -19px;
    top: 273px;
    z-index: 1;
}



.content__leader {
    margin: -197px 0 0 0;
}

.leader__thin-title {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 48px;
    margin: -4px 0 0 0;
}

.leader__title {
    margin: -10px 0 0 0;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.content__leader .container {
    margin-top: 265px;
    padding-left: 20px;
}

.leader__video {
    float: left;
    width: 40%;
    margin-top: 27px;
}

.leader__text {
    float: left;
    width: 60%;
    padding-left: 56px;
    box-sizing: border-box;
    position: relative;
}

.leader__item h5 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    margin: 24px 0 22px;
}

.leader__item p {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 200;
    padding: 0 0 0 2px;
    margin: 0;
    line-height: 31px;
}

.leader__navigation {
    margin: 16px 0 0 -2px;
}

.leader__author img {
    float: left;
}

.leader__author-info {
    float: left;
}

    .leader__author-name {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 13px;
        margin: 32px 0 0 14px;
    }

.leader__author-title {
    text-transform: uppercase;
    margin: 1px 0 0 14px;
    font-size: 12px;
    font-weight: 200;
}

.leader__nav {
    float: right;
    padding: 16px 24px 0 0;
    display: none;
}

.leader__navigation-left,
.leader__navigation-right {
    font-size: 50px;
    position: relative;
    top: -17px;
    color: #79717F;
    transition: 0.3s all;
}

.leader__navigation-left {
    margin-right: 10px;
}

.leader__navigation-minus {
    position: relative;
    top: -20px;
    right: 28px;
    font-size: 20px;
    color: #C8C9CA;
    transition: 0.3s all;
}

.leader__navigation-minus:hover {
    color: #6A6271;
}

.leader__navigation-left:hover,
.leader__navigation-right:hover {
    color: #000;
}

.leader__text > img {
    position: absolute;
    top: -132px;
    right: 53px;
}



.content__text p:first-child {
    color: #DC2273;
    text-transform: uppercase;
    font-size: 18px;
    margin: 16px 0 0 5px;
    line-height: 20px;
}

.content__text p {
    margin: 18px 0 0 0;
    font-size: 14px;
    font-weight: 300;
}

.content__text p {
    margin: 20px 0 0 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}
.content__romb .container {
    margin-top: 226px;
    padding-left: 20px;
    text-align: center;
}
.conteiner_box {
    background: url(/wp-content/themes/nugabest-md/images/romdnumber.png) no-repeat;
    max-width: 181px;
    height: 207px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: white;
    text-align: center;
    transition: 0.5s all;
    position: relative;
    z-index: 9;
}
.conteiner_box p {
    font-family: DinTextPro;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 37px;
}
.box_conteiner_one .box_span {
    font-size: 84px;
    display: block;
}
.box_conteiner_three .box_span {
    font-size: 70px;
    display: block;
}
.box_conteiner_two .box_span {
    font-size: 88px;
    display: block;
}
.box_conteiner_five .box_span {
    font-size: 84px;
    display: block;
    margin: -7px 0px 5px 0px;
}
.box_conteiner_six .box_span {
    font-size: 84px;
    display: block;
}
.box_conteiner_two .text_box {
    max-width: 94px;
    line-height: 23px;
}
.box_conteiner_five .text_box_little {
    font-size: 38px;

}
.box_conteiner_three .text_box {
    margin-top: -11px;
}
.box_conteiner_four .box_span {
    font-size: 84px;
    display: block;
}
.box_conteiner_four .text_box {
    line-height: 15px;
}
.box_conteiner_three .text_box {
    margin-top: -11px;
}
div#recaptcha_area {
    text-align: center;
    max-width: 316px;
    width: 100%;
    margin: 0 auto;
}
.validation_error {
    display: none !important;
}

li#field_1_3 {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
    border: none !important;
    max-width: 318px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box !important;
}
li#field_1_3 {
    max-width: 349px;
}
table#recaptcha_table {
    margin: 0 auto !important;
    max-width: 319px !important;
    width: 100% !important;
    margin-top: 15px !important;
}

div#gform_wrapper_2 {
    margin-top: 15px;
}
.gfield_error {
    background: none !important;
    border: none !important;
    color: black;
}
input#gform_submit_button_2 {
    position: relative;
    top: -1px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgb(168, 26, 100);
    background-image: -moz-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0px 3px 7px 0px rgba(24, 24, 24, 0.43), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004);
    margin: 0 auto;
    max-width: 362px;
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin-top: 28px;
}
input#input_2_1 {
    /* height: 31px; */
    max-width: 354px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}
input#input_2_3 {
    /* height: 31px; */
    max-width: 354px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}
input#input_2_2 {
    /* height: 31px; */
    max-width: 354px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}

div#recaptcha_widget_div {
    margin-top: -22px;
}
div#input_1_1 {
    margin-top: 0 !important;
}
.ginput_container {
    margin-top: 0 !important;
}
li#field_1_1 {
    margin-bottom: 0 !important;
}
.gform_wrapper h3.gform_title {
    margin: 10px -6px -34px 0px!important;
}
#recaptcha_area, #recaptcha_table {

    margin: 0 auto!important;
}
span.text_box {
    font-size: 11px;
    display: block;
    max-width: 151px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: -29px;
}
.conteiner_box:hover {
    background: url(/wp-content/themes/nugabest-md/images/numberback.png) no-repeat;
    color: #d7005d;
    transition: 0.5s all;
    background-size: 100% auto;
}
.box_conteiner_two {
    margin: -24px 0px 0px 23px;
}
.box_conteiner_three {
    margin: -47px 0px 0px 16px;
}
.box_conteiner_four {
    margin: -75px 0px 0px 20px;
}
.box_conteiner_five {
    margin: -103px 0px 0px 18px;
}
.box_conteiner_six {
    margin: -124px 0px 0px 20px;
}
.text_box_little {
    font-size: 45px;
}
.content__classes {
    margin-top: -250px;
    z-index: 2;
    position: relative;
}
    .content__timer1 {
        margin: -310px 0px 0px 0px;
    }
.content__video {
    margin-top: -219px;
}
.content__white {
    margin-top: -24px;
}
.content__spa {
    margin-top: 0;
}
.content__timer2 {
    margin-top: -247px;
}
.content__classes .container {
    margin-top: 226px;

}
.conteiner_for_class_right {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-top: -124px;
}
.conteiner_for_class_left {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.conteiner_for_class {
    font-size: 0;
}
.conteiner_for_class_right h3 {
    font-family: DinTextPro;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 32px;
    text-align: center;
}
.conteiner_ovner__center {
    max-width: 336px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.center_img {
    max-width: 70px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.center_text {
    font-family: DinTextPro;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    max-width: 250px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 24px;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}
.center_btn {
    max-width: 405px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 20px;
    margin-top: 31px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.text_hiddden {
    color: #A09AA1;
    max-width: 370px;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 19px;
}
.center_btn span {
    font-weight: bold;
}
.btn:hover {
    background: rgb(168, 26, 100);
}
#scroll_to_up {
    background-color: transparent !important;
    color: transparent !important;
    font-size: 18px;
    background: url(/wp-content/themes/nugabest-md/images/NB_arrow_up_v1-02.svg) no-repeat;
    width: 23px;
    color: transparent;
    height: 46px;
}
#scroll_to_up:hover {
    background-color: none !important;
    color: #fff;
    font-size: 18px;
    background: url(/wp-content/themes/nugabest-md/images/NB_arrow_up_v1-01.svg) no-repeat;
    width: 23px;
    color: transparent;
    height: 46px;
}
.box__left-timer {
    width: 50%;

    display: inline-block;
    vertical-align: top;

}
.box__right-timer {
    width: 50%;
    display: inline-block;
    vertical-align: top;

}
.container_center {
    font-size: 0;
    margin-top: 232px;
}.container_center {
     font-size: 0;
     margin-top: 232px;
 }
.box__left-timer_back {
    min-height: 540px;
    background: url(/wp-content/themes/nugabest-md/images/ttimer.png) no-repeat;
    margin: 0px 0px 0px 19px;
}
.box__left-timer_form {
    background-color: rgb(235, 235, 235);
    min-height: 570px;
    max-width: 404px;
    max-height: 637px;
    margin: 0 auto;
    width: 100%;
    margin-left: 90px;
    margin-top: 0;
}
.block_o_cg_jtime_off_clii {
    font-size: 15px;
    color: white;
    margin: 0 auto;
    text-align: center;
}
.digit_label {
    display: none;
}
.block_o_cg_jtime_off_clii {
    max-width: 378px;
    width: 100%;
    position: relative;
    top: 131px;
    margin: 0 auto;
    margin-left: 151px;
}
.block_o_cg_jtime_off_clii-script span {
    max-width: 91px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.subscribe_text {
    font-size: 22px;
    color: white;
    position: relative;
    max-width: 256px;
    left: 359px;
    font-weight: 200;
    text-transform: uppercase;
    top: 9px;
    line-height: 36px;
}
.subscribe_text span {
    font-weight: bold;
}
.center_btn_get-text1 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 193px;
    position: relative;
    top: -60px;
    left: 77px;
    font-size: 18px;
}
.center_btn_get-text2 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 193px;
    position: relative;
    top: -60px;
    left: 77px;
    font-size: 18px;
}
.center_btn_get-text4 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 193px;
    position: relative;
    top: -60px;
    left: 77px;
    font-size: 18px;
}
.center_btn_get-text3 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 245px;
    position: relative;
    top: -60px;
    left: 77px;
    font-size: 17px;
}
.text_with__nugabest.mp__nugabest5 {
    top: -130px;
}
.reduces {
    font-size: 15px;
    color: white;
    max-width: 400px;
    font-weight: 200;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    top: 94px;
    margin: 0 auto;
    left: 48px;
    text-align: center;
}
.failure {
    font-size: 15px;
    color: white;
    max-width: 277px;
    font-weight: 200;
    position: relative;
    text-align: center;
    top: 109px;
    left: 43px;
    margin: 0 auto;
}
.do_end {
    font-size: 20px;
    color: white;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    top: 140px;
    left: 158px;
}
.block_o_cg_jtime_off_clii-script {
    position: relative;
    top: 23px;
}
.span_color {
    color: #4B4B4B;
    font-size: 34px;
    text-align: center;
    max-width: 223px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 25px;
    font-weight: 300;
    line-height: 34px;
}
.box__left-timer_form span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.span_color_form {
    color: #4B4B4B;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
    width: 100%;
    font-weight: 200;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 42px;
}
.line-color {
    background: #D7005D;
    width: 75px;
    height: 4px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: -19px;
}
input.wpcf7-form-control.wpcf7-submit.button_bt {
    position: relative;
    top: -1px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgb(168, 26, 100);
    background-image: -moz-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(161,30,98) 0%, rgb(238,38,113) 100%);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004);

    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0px 3px 7px 0px rgba(24, 24, 24, 0.43), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.004), inset 0px 2px 0px 0px rgba(249, 64, 149, 0.004);
    margin: 0 auto;
    max-width: 362px;
    width: 100%;
    padding: 20px 0px 20px 0px;
}
.line_name-goldername {
    margin-top: 55px;
    font-size: 14px;
    color: #4B4B4B;
}
.line_name span {
    font-weight: 300 !important;
    font-size: 15px;
    text-transform: initial !important;
    color: #4B4B4B;
}
.line_email span {
    font-weight: 300 !important;
    font-size: 15px;
    text-transform: initial !important;
    color: #4B4B4B;
}
.line_phone span {
    font-weight: 300 !important;
    font-size: 15px;
    text-transform: initial !important;
    color: #4B4B4B;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.nameinput {
    max-width: 354px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.emailinput {
    max-width: 354px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textinput {
    max-width: 70px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.texteltinput {
    max-width: 103px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textelstinput {
    max-width: 167px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #A5A5A5;
    font-weight: 200;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 4.096px 2.868px 7px 0px rgba(0, 1, 1, 0.14);
}
span.wpcf7-form-control-wrap.text-658 {
    width: 100%;
    max-width: 72px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}
.contact_form {
    padding: 0 21px 18px 20px;
}
.contact_form #wpcf7-f4-o1 {
    margin-top: -45px;
}
.line_name span {
    margin-bottom: 9px;
}

.line_email {
    margin: 23px 0 27px 0;
}
.line_email span {
    margin: 4px 0 -1px 0;
    display: block;
}
span.wpcf7-form-control-wrap.text-650 {
    width: 100%;
    max-width: 106px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}

.line_phone span {
    margin-bottom: 8px;
    padding-top: 9px;
}
.line_email span {
    padding-top: 7px;
    display: block;
}
.line_name span {
    padding-top: 0;
    display: block;
}
.line_button {
    text-align: center;
    padding-top: 8px;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.nameinput.wpcf7-not-valid {
    border: 1px solid red;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.emailinput.wpcf7-not-valid {
    border: 1px solid red;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textelstinput.wpcf7-not-valid {
    border: 1px solid red;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.texteltinput.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.text_top_center {
    max-width: 689px;
    width: 100%;
    background: rgba(50, 56, 62, 0.67);
    position: relative;
    top: 273px;
    left: 26px;
    padding-top: 17px;
}

.text_top_center_text_black {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 200;
}
.text_top_center_text_title {
    color: #8d949a;
    margin-bottom: 11px;
}
.text_top_center_iimg {
    max-width: 167px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.text_top_center_text {
    max-width: 131px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    box-sizing: border-box;
    padding-top: 8px;
}
.text_top_center_box:hover {
    background: rgba(64,86,105,0.7);
}
.text_top_center_box {
    max-width: 329px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /* padding-left: 13px; */
    /* background: #3C5366; */
    /* padding-bottom: 28px; */
    padding: 13px;
    box-sizing: border-box;
}
.text_top {
    font-size: 56px;
    position: relative;
    top: 234px;
    left: 22px;
    font-weight: 200;
    text-transform: uppercase;
}
.text_top span {
    font-weight: bold;
    position: relative;
    top: -11px;
}
.box__left-timer_back2 {
    min-height: 540px;
    background: url(/wp-content/themes/nugabest-md/images/1ttimer.png) no-repeat;
    margin: 0 0 0 19px;
}
.form_timer2 {
    margin-top: -74px;
}


.box__left-timer_form span {
    display: initial;
    font-weight: bold;
    text-transform: uppercase;
}
.loser_textile {
    max-width: 400px;
    padding-top: 38px;
    font-size: 29px;
}
.loser_textile_ool {
    margin-top: 47px;
    max-width: 370px;
    line-height: 16px;
    margin-bottom: -48px;
}
.form_timer2 {
    min-height: 419px;
    height: 100%;
}
.loser_textile strong {
    display: initial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 29px;
}
.span_color span {
    display: block;
}

.text_upper {
    font-size: 48px;
    display: block;
}
.text_upper2 {
    font-size: 28px;
}
.text_upper2 span {
    font-size: 31px;
}
span.text_upper22 {
    font-size: 28px;
}
.text_upper {
    font-size: 57px !important;
    display: block;
}
.content__white .container {
    margin-top: 81px;
    padding-left: 20px;
    text-align: center;
    padding-right: 20px;
    padding-bottom: 186px;
}
.title_top__box {
    max-width: 48%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.image__icon {
    position: relative;
    bottom: 66px;
    /* left: 162px; */
    text-align: right;
}
    .text_listeringer {
        font-size: 74px;
        font-weight: 200;
        position: relative;
        top: -29px;
        line-height: 55px;
        color: #4B4B4B;
        text-align: left;
        font-family: DinTextPro;
        letter-spacing: -3px;
    }
.text_listeringer span {
    font-weight: bold;
    font-size: 51px;
    text-transform: uppercase;
}
.conetinet_with_author__content {
    color: #4B4B4B;
    font-weight: 200;
    font-style: italic;
}
.conetinet_with_author {
    max-width: 369px;
    width: 100%;
}
.conetinet_with_author__img {
    max-width: 107px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    box-sizing: border-box;
    padding-top: 7px;
}
.conetinet_with_author__img_text {
    color: #4B4B4B;
    font-weight: 200;
    margin-top: 10px;
    line-height: 14px;
}
.conetinet_with_author__img_age {
    font-weight: 200;
    color: #ABABAB;
    font-size: 12px;
    text-transform: uppercase;
    top: 4px;
    position: relative;
}
.conetinet_with_author__content {
    color: #4B4B4B;
    font-weight: 200;
    font-family: DinTextProExtra;
    font-style: italic;
    display: inline-block;
    vertical-align: top;
    max-width: 257px;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
.conetinet_with_author__point {
    max-width: 28px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.conetinet_with_author__line {
    max-width: 325px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    margin-right: 11px;
}
.conetinet_with_top {
    position: relative;
    top: -9px;
}
.conetinet_with_author_one-other {
    display: none;
}
.color_grey {
    background: #EDEDED;
    height: 2px;
    vertical-align: super;
}
.conetinet_with_author__bottom {
    margin-top: 32px;
}
.conetinet_with_author_one {
    max-width: 380px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.conetinet_with_author_two {
    max-width: 380px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -41px;
    left: 20px;
}
.conetinet_with_author_three {
    max-width: 380px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -22px;
    left: 46px;
}
.content__spa .container {
    margin-top: 441px;
    padding-left: 20px;
}
.container__box_boxing_one {
    max-width: 350px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.container__box_boxing_two {
    max-width: 350px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -39px;
    left: 53px;
}
.container__box_boxing_three {
    max-width: 350px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 109px;
    top: -107px;
}
.container__box__titleing {
    color: white;
    font-size: 32px;
    max-width: 242px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 8px;
    text-align: left;
}
.container__box__texting {
    color: #A1A2A4;
    font-weight: 200;
    font-size: 17px;
    max-width: 265px;
    margin-top: 16px;
    line-height: 21px;
    text-align: left;
}
.container__box_boxing_two .container__box__imging {
    margin-bottom: 17px;
}
.container__box_boxing_three .container__box__imging {
    margin-bottom: 22px;
}
.container__box_boxing_three .container__box__titleing {
    max-width: 342px;
}
.container__box_boxing_two .container__box__texting {
    max-width: 383px;
    font-size: 17px;
}
.container__box_boxing_three .container__box__texting {
    max-width: 372px;
    font-size: 16px;
}
.content__nuga {
    margin-top: -247px;
}
.content__nuga .container {
    margin-top: 279px;
    зщы: к;
    position: relative;
}

.content__zalivka {
    margin-top: -270px;
}
.content__nuga .container .content__top-block_img_odin img {
    max-width: 1468px;
    width: 100%;
    position: relative;
    top: -65px;
    z-index: 9999999;
    margin: 0 auto;
}
.content__nuga .container .content__top-block_img_odin {
    margin-top: 212px;
}
.textiner_yesterday {
    color: #4B4B4B;
    text-transform: uppercase;
    font-size: 34px;
    position: relative;
    left: 69px;
    font-weight: 200;
    max-width: 659px;
    width: 100%;
}
.content__zalivka .container {
    margin-top: 367px;
}
.background_slider {
    background: url(/wp-content/themes/nugabest-md/images/background7.png);
    max-width: 70%;
    height: 240px;
    display: inline-block;
    vertical-align: super;
    position: relative;
    top: -59px;
    left: 24px;
    z-index: 9;
    width: 100%;
}
.box-roks_img {
    max-width: 350px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}

.box-roks_img img {
    max-width: 484px;
}
.box-roks_img {
    max-width: 27%;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -180px;
    left: -160px;
    z-index: 9;
}
.sertificate_text {
    position: relative;
    top: -130px;
    color: white;
    left: 280px;
    text-align: center;
    max-width: 391px;
    width: 100%;
    /* float: left; */
    left: 10%;
}
.sertificate_text span {
    display: block;
}

.nm-4__image {
    float: left;
    width: 350px;
}

.nm-4__content {
    float: left;
    width: calc(100% - 350px);
}

.nm-4__table-names {
    float: left;
    width: 50%;
    background: #FFFFFF;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 47px -2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 3px 47px -2px rgba(0,0,0,0.55);
    box-shadow: 0px 3px 47px -2px rgba(0, 0, 0, 0.25);
}

.nm-4__tables-values {
    float: left;
    width: calc(50% - 20px);
    background: url(/wp-content/themes/nugabest-md/images/back_bublle.png) no-repeat;
    color: #fff;
    padding: 20px 10px;
    position: relative;
    top: -20px;
}

.nm-4__text {
    float: left;
    width: 50%;
}

.nm-4__table {
    float: left;
    width: 50%;
}
.nm-5 {
    float: left;
    width: 400px;
}
    .popup-modal, .popup-modal1, .popup-modal2, .popup-modal3, .popup-modal4, .popup-modal31 {
         display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        outline: 0;
        z-index: 99999999999999999999999999;
        color: white;
        background: rgba(15, 15, 15, 0.08);
    }

    .popup-modal-contact1, .popup-modal-contact2, .popup-modal-contact3, .popup-modal-contact4, .popup-modal-contact31 {
        margin: 117px auto;
        max-width: 403px;
        width: 100%;
        padding: 15px;
        color: #4B4B4B;
        font-weight: 300;
        background: white;
        -moz-box-shadow: 0px 9px 19px -9px rgba(0,0,0,0.75);
        box-shadow: 0px 9px 19px -9px rgba(0, 0, 0, 0.47);
    }
    .conetinet_with_author__img_src1 {
        max-width: 13%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .conetinet_with_author__img_text1 {
        top: 12px;
        position: relative;
    }
    .conetinet_with_author__img_text1 {
        max-width: 70%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .bbt_click {
        text-align: right;
    }


    i.fa.fa-times {
        color: #b1abab;
        font-size: 19px;
        font-size: 30px;
        padding-right: 15px;
    }

    .popup-modal-contact {
        margin: 50px auto;
        max-width: 403px;
        width: 100%;
        padding: 15px;
    }
    .contact_form-popup {
        padding: 0px 21px 18px 20px;
    }

    .box__left-timer_form-popup {
        background: #ffffff;
        -webkit-box-shadow: 0px 9px 19px -9px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 9px 19px -9px rgba(0,0,0,0.75);
        box-shadow: 0px 9px 19px -9px rgba(0, 0, 0, 0.47);
    }

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

    .box__left-timer_back-footer{
        min-height: 540px;
        background: url(/wp-content/uploads/2016/08/linear.png) no-repeat;
        margin: 0px 0px 0px 19px;
        background-size: contain;
    }
    .subscribe_text_icon_img05 {
          display: block;
          background: url(/wp-content/uploads/2016/08/imgtimer4.png) no-repeat;
          width: 140px;
          height: 120px;
          margin: 0 auto;
          background-size: contain;
      }
    .box__left-timer_back{
        min-height: 540px;
        background: url(/wp-content/uploads/2016/08/linear.png) no-repeat;
        margin: 0px 0px 0px 19px;
        background-size: contain;
    }
    .subscribe_text_icon_img01 {
        display: block;
        background: url(/wp-content/uploads/2016/08/product.png) no-repeat;
        width: 140px;
        height: 120px;
        margin: 0 auto;
        background-size: contain;
    }
    .box__left-timer_back2 {
        min-height: 540px;
        background: url(/wp-content/uploads/2016/08/linear.png) no-repeat;
        margin: 0px 0px 0px 19px;
        background-size: contain;
    }
    .subscribe_text_icon_img02 {
        display: block;
        background: url(/wp-content/uploads/2016/08/logotimer.png) no-repeat;
        width: 140px;
        height: 120px;
        margin: 0 auto;
        background-size: contain;
    }

    .box__left-timer_back-timercenter {
        min-height: 540px;
        background: url(/wp-content/uploads/2016/08/linear.png) no-repeat;
        margin: 0px 0px 0px 19px;
        background-size: contain;
    }
    .subscribe_text_icon_img03 {
        display: block;
        background: url(/wp-content/uploads/2016/08/logotimer3.png) no-repeat;
        width: 140px;
        height: 120px;
        margin: 0 auto;
        background-size: contain;
    }
}

@media screen and (max-width: 1250px) {
    .conteiner_for_class_left {
        width: 31%;
    }
    .text_with__nugabest {
        max-width: 250px
    }
    .buuble_text_with-block {
        text-align: center;
    }
    .center_btn_get-text1 {
        max-width: 143px;
    }
    .center_btn_get-text1 {
        top: -52px;
        left: 60px;
        font-size: 18px;
        text-align: left;
    }
    .center_btn_get-text4 {

        top: -50px;
        left: 18px;
        font-size: 18px;
    }
    .center_btn_get-text3 {
        color: white;
        text-transform: uppercase;
        font-weight: 300;
        max-width: 205px;
        position: relative;
        text-align: left;
        top: -43px;
        left: 53px;
        font-size: 17px;
    }
    .center_btn_get-text2 {

        top: -51px;
        left: 58px;
        text-align: left;
        font-size: 18px;
    }

    .center_btn_get-text5 {
        top: -53px;
        left: 53px;
        font-size: 18px;
        text-align: left;
    }
    .center_btn_get-text6 {

        top: -48px;
        left: 48px;
        font-size: 18px;
        text-align: left;
    }
    .btn.center_btn_nugabestbox7 {
        top: -140px;
        left: 122px;
    }
    .text_with__nugabest.mp__nugabest7 {
        max-width: 447px;
        top: -150px;
        margin: 22px;
    }
    .center_btn_get-text {
        text-align: left;
        left: 152px;
        font-size: 18px;
        top: -148px;
    }
    .bbt_click {
        text-align: right;
        padding-right: 12px;
        padding-top: 8px;
        margin-bottom: -7px;
    }












}

@media screen and (max-width: 1240px) {
    .conteiner_box {
        float: left;
        width: calc(16.6666666% - 23.3333333px);
        max-width: none;
        margin-left: 20px;
        background-size: contain;
        background: url(/wp-content/themes/nugabest-md/images/romdnumber.png) no-repeat;
        height: 207px;
        display: inline-block;
        vertical-align: top;
        color: white;
        text-align: center;
        transition: 0.5s all;
        position: relative;
        background-size: contain;
        z-index: 9;
    }
    .content__romb .container {
        padding-left: 0;
    }
}

@media screen and (max-width: 1224px) {
    .content__top-block_img {
        width: 100%;
    }
    .content__top-block_img img {
        max-width: 966px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 43px;
    }
}

@media screen and (max-width: 1215px) {
    .box_conteiner_one .box_span {
        font-size: 70px;
    }
    .box_conteiner_two .box_span {
        font-size: 70px;
    }

    h1 {
        font-size: 100px;
    }
    .leader__text > img {
        top: -221px;
    }
}


@media screen and (max-width: 1215px) {
    .box_conteiner_four .text_box {
        line-height: normal;
    }
    .box_conteiner_four .box_span {
        font-size: 64px;
    }
    .box_conteiner_five .box_span {
        font-size: 65px;
    }
    .box_span {
        margin-bottom: 10px !important;
    }
    .box_conteiner_three .box_span {
        font-size: 60px;
        line-height: 40px;
        padding-top: 5px;
    }
    .box_conteiner_three .text_box {
        margin-top: 0;
    }
    .box_conteiner_six .box_span {
        font-size: 64px;
    }
    .box_conteiner_two .text_box {
        max-width: none;
    }
    .box_conteiner_one .box_span {
        line-height: 70px;
    }
    .conteiner_for_class_right {
        float: right;
        width: calc(100% - 330px);
    }
}



@media screen and (max-width: 1158px) {
    .content__white .img-bg {
        background-size: cover;
    }
    .conetinet_with_author_one {
        display: none;
    }
    .conetinet_with_author_two {
        display: none;
    }
    .conetinet_with_author_three {
        display: none;
    }
    .conetinet_with_author_one-other {
        display: block;
    }
    .conetinet_with_top {
        max-width: 450px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .conetinet_with_author {
        max-width: 450px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .conetinet_with_top {
        max-width: 450px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        text-align: left;
    }
    .container__box_boxing_two {
        max-width: 240px;
        left: 0;
        text-align: left;

    }
    .container__box_boxing_one {
        max-width: 240px;
        left: 0;
        text-align: left;
    }
    .container__box_boxing_three {
        max-width: 240px;
        left: 0;
        text-align: left;
    }
    .content__spa .container {
        text-align: center;
    }
    .container__box__titleing {
        color: white;
        font-size: 28px;
        max-width: 242px;

    }
}
@media screen and (max-width: 1100px) {
    .box_conteiner_three .box_span {
        font-size: 40px;
    }
    .text_box_little {
        font-size: 35px;
    }
    .box_conteiner_four .box_span {
        font-size: 54px;
    }
    .box_conteiner_five .box_span {
        font-size: 45px;
    }
    .box_conteiner_five .text_box_little {
        font-size: 28px;
    }
    .box_conteiner_three .box_span {
        margin-bottom: 5px !important;
    }
    .box_conteiner_two .box_span {
        font-size: 50px;
    }
    .conteiner_box.box_conteiner_one .text_box {
        padding: 5px;
        box-sizing: border-box;
    }
    .box_conteiner_one .box_span {
        font-size: 50px;
        line-height: 50px;
    }
    .content__romb .container {
        margin-top: 246px;
    }
    .box_conteiner_six .box_span {
        font-size: 54px;
    }
    span.text_box {
        font-size: 12px;
    }
}
@media screen and (max-width: 1090px) {
    .text_listeringer {
        font-size: 50px;
        text-align: left;
    }
    .text_listeringer span {
        font-size: 45px;
    }
}
@media screen and (max-width:1042px) {
    .title__blog-info p {
        display: none;
    }
}
@media screen and (max-width:1040px) {
    .content__whiet-bagder-background9boov .img-bg {

        padding-bottom: 334px;
    }
    .content__whiet-bagder-background12 .img-bg {

        padding-bottom: 131px;
        padding-top: 78px;

    }
    .nm-4__text2 {
        display: block;
    }
    .content__spa .img-bg {
        background-size: cover;
    }
    .container_center {
        font-size: 0;
        margin-top: 258px;
    }
    .container_social_projekt_cont-vodeo {

        max-width: 235px;
    }
    .box__left-timer_form.form_timer2.box__left-timer_formtt23 {
        margin-top: -9px;
    }
    .box__left-timer_form.box__left-timer_form_int {
        margin-top: -70px;
    }
    .box__left-timer_form.box__left-timer_form-fivm {
        margin-top: -97px;
    }
    .block_o_cg_jtime_off_clii {

        left: 18%;
    }

    .nm-4__text {
        display: none;
    }
    .nm-4__text2 p {
        max-width: 60%;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        color: #6A6271;
        text-align: left;
        font-weight: 200;
    }
    .slider-corlers {
        max-width: 511px;
        margin-top: 18px;
        width: 100%;
    }
    .nm-5 {
        float: none;
        max-width: 900px;
        width: 100%;
        padding-left: 21px;
    }
    .buuble_text_with-block {
        top: 216px;
    }
    .content__whiet-bagder-backgroundbooble .img-bg {

        top: 71px;
    }
    h6.nm-4__text-title {
        left: 0;
        max-width: 36%;
        width: 100%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }
    .nm-4__text2 {
        position: relative;
        top: -77px;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 1012px) {
    .text_with__nugabest {
        max-width: 226px;
    }
    .buuble_text_with-block {
        top: 224px;
    }
    .text_with__nugabest.mp__nugabest4 {
        top: 18px;
    }
    .center_btn_get-text5 {
        color: white;
    }
    .center_btn_get-text6 {
        color: white;
    }
    .content__whiet-bagder-backgroundbooble .img-bg {

        background-size: cover;
    }
    .text_with__nugabest.mp__nugabest7 {
        top: -78px;
    }
}

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



    .buuble_text_with-block {
        top: 18px;
    }
    .text_with__nugabest {
        max-width: 258px;
        width: 100%;
    }
    .text_with__nugabest.mp__nugabest4 {
        top: 18px;
    }
    .text_with__nugabest.mp__nugabest7 {
        max-width: 596px;
        top: -107px;
        margin: 22px;
    }
    .content__whiet-bagder-backgroundbooble .img-bg {
        background: url(/wp-content/uploads/2016/08/back_backp.png) no-repeat;
        min-height: 580px;
        /* background-position: 50% 50%; */
        padding-bottom: 0;
        min-height: 601px;
        background-size: cover;
    }
    .center_btn_get-text5 {

        color: white;
    }
    .center_btn_get-text6 {
        color: white;
    }
    .content__whiet-bagder-background12 .img-bg {
        background: url(images/background12.png) no-repeat;
        min-height: 595px;
        padding-bottom: 126px;
        padding-top: 66px;
        background-size: cover;
    }
}
@media screen and (max-width: 997px) {
    .content__leader .img-bg {
        background: url(images/background2.png) no-repeat;
        min-height: 694px;
    }
    .content__top-block_img_odin img {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        display: block;
        left: 0;
        padding: 0;
    }
    .content__timer1 .img-bg {
        background: url(images/background000.png) no-repeat;
        min-height: 622px;
        padding-bottom: 301px;
        padding-top: 93px;
        background-size: cover;
        margin-top: -15px;
        position: relative;
        top: -38px;
    }
}

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

}


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

    .post_conteiner-polish-heart-titl-blog-reasl {
        display: block;
    }

    .post_conteiner-polish-heart-titl-blog {
        display: none;
    }
    .box_conteiner_three .box_span {
        font-size: 30px;
        line-height: 20px;
    }
    .text_box_little {
        font-size: 25px;
    }
    .box_conteiner_three p {
        margin-top: 26px;
    }
    span.text_box {
        font-size: 11px;
    }
    .conteiner_box p {
        margin-top: 27px;
    }
    .content__romb .container {
        margin-top: 266px;
    }
    .content__video .img-bg {

        background-position: 62% 50%;

    }
    .post_conteiner-container-alone {
        width: 100%;
    }
    .post_conteiner-polish-heart {
        flex-direction: column;
    }
    section.multiple-items.slider.slick-initialized.slick-slider {
        padding: 0;
        margin: 0;
    }
    .post_conteiner-polish-heart-title782 {
        text-transform: uppercase;
        font-weight: 700;
        color: #D7005D;
        text-align: left;
        padding: 18px 20px 18px 20px;
        max-width: 30%;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .post_conteiner-polish-heart-title782-arrow {
        width: 100%;
        max-width: 51%;
        background: #bbb8b8;
        height: 1px;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        top: -21px;
    }
    .post_conteiner-polish-heart-title782-corcle {
        max-width: 13%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 15px;
    }
    .cont-slider-res768 {
        display: block;
        clear: both;
    }
    .post_conteiner-polish-heart-title782-corcle img {
        padding: 5px;
    }
    .post_conteiner-polish-heart-titl-blog-reasl {
        text-align: right;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 200;
        color: #6A6271;
        max-width: 500px;
        float: right;
        clear: both;
        padding-right: 30px;
        width: 100%;
    }
    .post_conteiner-polish-heart-titl-blog-reasl span {
        display: block;
        font-size: 44px;
        font-weight: 700;
    }

}

@media screen and (max-width: 923px) {
    .conetinet_with_author {
        max-width: 340px;
    }
    .conetinet_with_author__line {
        max-width: 282px;

    }
    .conetinet_with_author__img {
        text-align: left;
    }
    .conetinet_with_author__content {
        max-width: 227px;
        text-align: left;
    }
}
@media screen and (max-width: 903px) {
    h1 {
        font-size: 92px;
    }
    .content__top-block_img img {
        margin-top: 110px;
    }

    #masthead .container{
        width: 100%;
    }
}
@media screen and (max-width: 852px) {
    h1 {
        font-size: 83px;
    }
}

@media screen and (max-width: 838px) {
    h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 824px) {
    .leader__text {
        padding-left: 16px;
    }
    .menu-item a {
        padding: 8px 13px 8px 12px;
    }
}
@media screen and (max-width: 800px) {


    .post_conteiner-polish-heart-title782-arrow {
        width: 100%;
        max-width: 45%;

    }
    .box_conteiner_five .text_box_little {
        font-size: 18px;
    }
    span.text_box {
        font-size: 11px;
        margin-top: -6px;
    }
    .box_conteiner_five .box_span {
        font-size: 34px;
        margin: -7px 0 5px 0;
    }
    .box_conteiner_six .box_span {
        font-size: 44px;
    }
    .text_box {
        padding: 0 5px;
        box-sizing: border-box;
    }
    .box_conteiner_six .text_box {
        margin-top: -5px;
    }
    .conteiner_box p {
        margin-top: 22px;
    }
    .conteiner_box {
        height: 120px;
    }
    .box_conteiner_four .box_span {
        font-size: 44px;
        margin-top: -10px;
    }
    .text_box_little {
        font-size: 25px;
    }
    .box_conteiner_three .box_span {
        font-size: 40px;
        margin-top: -8px;
        line-height: 33px;
    }
    .box_conteiner_three .text_box {
        font-size: 9px;
        margin-top: -2px;
    }
    .box_conteiner_two .box_span {
        font-size: 50px;
        margin-top: -5px;
    }
    .box_conteiner_one .box_span {
        font-size: 50px;
        margin-top: -10px;
    }
    .content__romb .img-bg {
        min-height: 420px;
    }
    .content__romb .container {
        margin-top: 176px;
    }
    .box_span {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 791px) {
    h1 {
        font-size: 77px;
    }
}
@media screen and (max-width: 796px) {
    .menu-item a {
        color: #869CAE;
        text-transform: uppercase;
        font-weight: 200;
        border-right: 1px solid #152531;
        float: right;
        transition: 0.3s all;
        position: relative;
    }
    .title__blog-info {
        display: none;
    }
    .header__info {
        padding-right: 0;
    }
    .main-navigation {
        float: none;
        padding-right: 0;
    }
    .content__top-block_text {
        max-width: 620px;
        margin: 18px 0 0 4px;
        width: 100%;
        font-size: 19px;
        text-transform: uppercase;
        padding: 10px 20px 12px 20px;
        box-sizing: border-box;
        line-height: 22px;
        color: #FA1F7E;
        background: url("images/line-header.png") no-repeat;
        position: relative;
        z-index: 1;
        background-position: 100% 50%;
    }
}


@media screen and (max-width: 768px) {
    .post_conteiner-polish-heart-titl-blog-reasl {
        float: none;
        text-align: right;
        margin-right: 5px;
        max-width: 100%;
        padding-right: 21px;
    }
    img.leader__text_immfg {
        max-width: 350px !important;}
    .text_top_center {

        margin: 0 auto;
        left: 0;
    }
    .center_btn_get-text5 {
        color: white;
    }
    .center_btn_get-text6 {
        color: white;
    }
    .content__whiet-bagder-backgroundbooble .img-bg {

        padding-bottom: 0;
        min-height: 601px;
        margin-bottom: -512px;
    }
    .nm-5 {
        padding: 15px;
        box-sizing: border-box;
    }
    .nm-4__text2 {
        display: block;
    }
    .content__whiet-bagder-backgroundbooble {
        margin-top: -419px;
    }
    .text_with__nugabest {
        max-width: 238px;
        width: 100%;
        margin-top: 113px;
        margin-bottom: -160px;
    }
    .text_with__nugabest.mp__nugabest7 {
        margin-top: 191px;
        position: relative;
        z-index: 9999;
        padding-bottom: 207px;
    }
    .nm-4__table {
        float: left;
        width: 96%;
    }
    .container-woocommerce-block-tovar {
        max-width: 224px;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 7px;
        position: relative;
        text-align: center;
        height: 479px;
    }
    .container-woocommerce-block-tovar-obsolit {
        background: rgba(77, 79, 82, 0.85);
        position: absolute;
        top: 0px;
        max-width: 289px;
        padding: 15px;
        box-sizing: border-box;
        color: #BCB8BF;
        z-index: 9999999999999;
        opacity: 0;
    }
    .container-woocommerce-block-containt5 {

        font-size: 14px;
    }
    .block_o_cg_jtime_off_clii {

        left: 0;
    }
    .container__box_boxing_one {
        max-width: 229px;
        left: 0;
        text-align: left;
    }
    .sertificate_text {
        text-align: center;
        left: 0;
        margin: 0 auto;
    }
    .background_slider {
         width: 100%;
     }
    .background_slider {
        max-width: 91%;
        margin: 0 auto;
        left: 0;
        display: block;
    }
    .box-roks_img {
        display: none;
    }
    .cont-slider-res768 {
        display: none;
    }
    .mobile-bolf {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .box__left-timer_form-popup1,
    .box__left-timer_form-popup2,
    .box__left-timer_form-popup3,
    .box__left-timer_form-popup4,
    .box__left-timer_form-popup5{
        padding: 18px;
        box-sizing: inherit;
        background: white;
        font-size: 18px;
        max-width: 500px;
        width: 100%;
        padding: 23px;
        margin: 1px;
        background: white;

        box-sizing: border-box;
        padding: 12px 11px 21px 14px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .conetinet_with_author1 {
        font-size: 0;
        max-width: 500px;
        width: 100%;
        padding: 0;
        margin: 0;
        background: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        box-sizing: none;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .header__button__plo{display: block;}
    .content__top-block {
        padding-top: 161px;
    }
    .header__button__plo.btn span {
        display: block;
        font-weight: 700;
        font-size: 18px;
    }
    .multiple-items3 ul.slick-dots {
        position: relative;
    }
    .slider.slick-dotted.slick-slider {


        width: 65%;
        margin: 0 auto;
    }
    .header__button__plo.btn {
        position: relative;
        z-index: 999999999999999999 !important;
        max-width: 323px;
        width: 100%;
        margin: 0 auto;
        top: 60px;
        font-size: 18px;
        font-weight: 300;
    }
    img.leader__text_immfg {
        max-width: 350px !important;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;

        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        background: red;
        height: 5px !important;
        width: 19px !important;
        background: #adabab;
        display: inline-block;
        vertical-align: top;
    }
    li#slick-slide12 {
        background: #716e6e;
    }
}

    @media screen and (max-width: 758px) {
        section.regular.slider.slick-initialized.slick-slider.slick-dotted {
            display: none;
        }
        .box-roks_img-regualsf img {
            margin: 5px;
        }
        .box-roks_img-regualsf {
            text-align: center;
            padding-top: 47px;
        }
        .text_with__nugabest {
            max-width: 252px;
        }
        .text_with__nugabest.mp__nugabest3 {
            top: 0;
        }
        .text_with__nugabest.mp__nugabest5 {
            top: 20px;
        }
        .text_with__nugabest.mp__nugabest6 {
            top: -20px;
        }
        .box-roks_img-regualsf{
            display:block;
        }
        .text_with__nugabest.mp__nugabest4 {
            top: -39px;
        }
    }

    @media screen and (max-width: 754px) {
    .content__whiet-bagder-background9boov .img-bg {
        padding-bottom: 541px;
    }
    img.leader__text_immfg {
        max-width: 400px !important;
        width: 100%;
        display: block;
    }
    .center_btn_get-text2 {
        left: 0;
        top: 0;
    }
    .con__ndbooble {
        display: block;
    }
    .buuble_text_with-block {
        display: none;
    }
    .con__ndbooble {
        display: block;
        background: url(/wp-content/uploads/2016/08/erfgth.png) no-repeat;
        max-width: 374px;
        width: 100%;
        /* background-size: initial; */
        margin: 0 auto;
    }
    .con__ndbooble-all3 {
        max-width: 37%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .center_btn_get-text17 span {
        max-width: 155px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 15px;
        font-weight: 200;
        font-size: 15px;
    }
    .con__ndbooble-all {
        margin: -14px 0px 0px 0px;
    }
    .content__whiet-bagder-backgroundbooble .img-bg {
        padding-bottom: 115px;
        min-height: 854px;
        margin-bottom: 0;
        background-position: 0 -10%;
        padding-top: 60px;
    }
    .buuble_text_whue {
        top: -40px;
    }
    .center_btn_get-text17 img {
        max-width: 69px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .center_btn_get-text1 {
        max-width: 44%;
        width: 100%;
    }
    .center_btn_get-text2 span {
        display: inline-block;
        vertical-align: top;
        max-width: 61%;
        width: 100%;
    }
    .center_btn_get-text27 img {
        max-width: 96px;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    .con__ndbooble {
        display: block;
        background: url(/wp-content/uploads/2016/08/Без-им55ени-7.png) no-repeat;
        max-width: 374px;
        width: 100%;
        background-position: 35% 81px;
        margin: 0 auto;
    }
    .center_btn_get-text2 img {
        display: inline-block;
        vertical-align: top;
        max-width: 35%;
        width: 100%;
    }
    .con__ndbooble-all1 {
        max-width: 61%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-transform: uppercase;
        color: white;
        position: relative;
        top: 35px;
    }
    .center_btn_get-text27 span {
        max-width: 109px;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    .center_btn_get-text17 img {
        max-width: 69px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .container__box_boxing_one {
        display: none;
    }
    .container__box_boxing_two {
        display: none;
    }
    .container__box_boxing_three {
        display: none;
    }
    .container__box_boxing_one-responcive768 {
        display: block;
    }
    .content__spa .img-bg {
        background: url(/wp-content/uploads/2016/08/bbgb.png) no-repeat;
        min-height: 1102px;
        height: 100%;
        background-size: cover;
    }
    .box__one-responcive768 {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }
    .content__spa .container {
        margin-top: 86px;
        padding-left: 20px;
    }
    .box__one-responcive768-ic1 {
        max-width: 24%;
        width: 100%;
        min-width: 24%;
        display: inline-block;
        vertical-align: top;
    }
    .box__one-responcive768-ictwcont {
        color: #b0b4ad;
        max-width: 320px;
        width: 100%;
        position: relative;
        top: -58px;
        text-align: left;
        font-size: 18px;
    }
    .content__spa .container {
        margin-top: 180px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .box__one-responcive768-ic12 {
        max-width: 74%;
        width: 100%;
        min-width: 24%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: -53px;
    }
    .box__one-responcive768-ictwxt {
        color: white;
        font-size: 25px;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        top: -75px;
        max-width: 188px;
    }
    .leader__video {
        width: 92%;
        padding: 15px;
    }
    .leader__author img {
        max-width: 49px;
    }
    .leader__text {
        float: left;
        width: 100%;
        padding-left: 16px;
        box-sizing: border-box;
        position: relative;
    }
    .leader__text img {
        max-width: 50px !important;
    }
    .content__text {
        padding: 25px;
        box-sizing: content-box;
    }
    .leader__text img {
        display: block;
        top: 0;
        position: static;
        margin: 0 auto;
        max-width: 320px;
        width: 100%;
        padding: 0;
    }
    h1 {
        font-size: 49px;
        margin: -57px 0px -22px 0px;
        /* display: block; */
    }
    .content__top-block_text {
        font-size: 15px;
    }
    .content__top-block_n5 p {

        bottom: 140px;
        font-size: 16px;
        max-width: 299px;
    }
    .content__top-block .img-bg {
        padding-bottom: 74px;
    }
    .content__top-block_n5 img {
        max-width: 411px;
        width: 100%;
    }
    .content__top-block_img img {
        margin-top: 59px;
    }
    .content__top-block_n5 p {
        bottom: 104px;
        font-size: 16px;
        max-width: 299px;
    }
    h5 {
        color: #e45492;
        font-size: 18px !important;
    }
    .container-block-button-otvet {
        color: #747474;
        display: inline-block;
        max-width: 100%;
        width: 100%;
        vertical-align: top;
    }
    .container-block-button-consultat {
        color: #747474;
        display: inline-block;
        max-width: 100%;
        width: 100%;
        vertical-align: top;
        position: relative;
        top: 18px;
    }
}

    @media screen and (max-width: 724px) {
        .conetinet_with_author_one-other {
            display: none;
        }
        .conetinet_with_author1 {
            box-shadow: none !important;
        }
        section.multiple-items3.slider {
            display: block;
        }
        .conetinet_with_author__img_src1 img{
            max-width: 70px;
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }
        .conetinet_with_author__img_src1 {
            max-width: 24%;
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }
        .title_top__box.image__icon {
            display: none;
        }
        .title_top__box.text_listeringer {
            max-width: 600px;
            width: 100%;
            text-align: center;
        }
        .title_top__box.text_listeringer span {
            display: block;
        }
        section.multiple-items3.slider.slick-initialized.slick-slider {
            height: 239px;

            margin: 0 auto;
            margin-bottom: 36px;
        }
        .conetinet_w_readrom1 {
            color: #D7005D;
            text-align: center;
            font-size: 15px;
            font-family: TextProRegular;
            padding-bottom: 20px;
            padding-top: 20px;
            transition: 0.5s all;
            -webkit-box-shadow: 0px -22px 49px -12px rgba(255,255,255,1);
            -moz-box-shadow: 0px -22px 49px -12px rgba(255,255,255,1);
            box-shadow: 0px -22px 49px 0px rgb(255, 255, 255);
            position: relative;
        }
        .conetinet_with_author1 {
            font-size: 18px;
            max-width: 500px;
            width: 100%;
            padding: 23px;
            margin: 1px;
            background: white;
            -webkit-box-shadow: 0px 9px 19px -9px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 9px 19px -9px rgba(0,0,0,0.75);
            box-shadow: 0px 9px 19px -9px rgba(0, 0, 0, 0.47);
            box-sizing: border-box;
            padding: 12px 11px 1px 14px;
            display: inline-block;
            vertical-align: top;
            text-align: left;
        }



        .conetinet_w_readrom2,
        .conetinet_w_readrom3,
        .conetinet_w_readrom4,
        .conetinet_w_readrom5,
       .conetinet_w_readrom6,
        .conetinet_w_readrom7{
            color: #D7005D;
            text-align: center;
            font-size: 15px;
            font-family: TextProRegular;
            padding-bottom: 20px;
            padding-top: 20px;
            transition: 0.5s all;
            -webkit-box-shadow: 0px -22px 49px -12px rgba(255,255,255,1);
            -moz-box-shadow: 0px -22px 49px -12px rgba(255,255,255,1);
            box-shadow: 0px -22px 49px 0px rgb(255, 255, 255);
            position: relative;
        }
        .conetinet_with_author__content1 {
            font-family: TextProLight;
            color: #4B4B4B;
            height: 124px;
            overflow: hidden;
            line-height: 21px;
            margin-top: 15px;
        }
        .conetinet_with_author__img_text1 {
            max-width: 72%;
            width: 100%;
            display: inline-block;
            vertical-align: top;
            position: relative;
            top: 19px;
        }

        .conetinet_with_author__img1 {
            font-family: TextProLight;
            color: #4B4B4B;
            height: 124px;
            overflow: hidden;
            line-height: 21px;
        }

    }


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

    .delleted {
        display: none;
    }
    .conteiner_for_class_right-plfi {
        text-align: center;
    }
    .btn.center_btn-pfl {
        left: auto;
        top: 139px;
    }






    .conetinet_wi__title {
        color: #CD1676;
        font-weight: bold;
        text-transform: uppercase;

        font-family: TextProBold;
        font-size: 15px;
    }
    .conteiner_ovner__center-pd {
        clear: both;
    }
    .conteiner_ovner-plf-pdl {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;

    }
    .conteiner_for_class_right-plfi h3 {
        font-size: 20px;
        color: white;
        text-transform: uppercase;
        text-align: center;
    }
    .text_hiddden.kdm-j {
        display: none;
    }

    .center_text {
        margin-top: 19px;
    }
    .conteiner_ovner__center-pd:after {
        content: " ";
        display: block;
        background: gray;
        height: 1px;
        width: 150px;
        margin: 0 auto;
    }
    .content__classes .img-bg {
        background: url(/wp-content/uploads/2016/08/bhhj.png) no-repeat;
        min-height: 709px;
        background-position: 50% 50%;
    }
    .content__classes {
        margin-top: -175px;
        z-index: 2;
        position: relative;
    }
    .conteiner_for_class_right {
        display: none;
    }
    .conteiner_for_class_right-plfi {
        display: block;
        position: relative;
        top: -197px;
    }
    .text_top_center_text {
        max-width: 141px;
        padding-left: 8px;

    }
    .text_top_center_iimg {
        max-width: 167px;
    }
    .text_top_center_box {
        max-width: 447px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .content__video .text_top {
        text-align: center;
    }
    .content__video .img-bg {

        background: none;
    }
}
@media screen and (max-width: 635px) {
    .content__top-block_text {
        margin: 6px 0 0 4px;
    }
    .content__top-block .img-bg {
        background: url(images/background1.png) no-repeat;
        min-height: 538px;
        padding-bottom: 74px;
        position: relative;
        z-index: 9999;
        background-size: cover;
    }
    .content__top-block_n5 p {
        bottom: 101px;
        font-size: 15px;
        max-width: 288px;
    }
    .title_top__box.image__icon {
        display: none;
    }
    .title_top__box.text_listeringer {
        text-align: center;
        font-size: 41px;
        max-width: 500px;
    }
}

@media screen and (max-width: 562px) {
    h1 {
        font-size: 40px;
        margin: -57px 0px -22px 0px;
        /* display: block; */
    }
    .content__top-block_n5 {
        background: url(/wp-content/uploads/2016/08/romb_room.png) no-repeat;
        max-width: 320px;
        height: 545px;
        width: 100%;
        margin: 0 auto;
        position: static;
    }
    .content__top-block .container {
        padding-left: 0;
    }
    .content__top-block_n5 img {
        display: none;
    }
    .content__top-block_n5 p {

        display: none;
    }
    h2 {
        font-size: 16px;
        max-width: 320px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: -85px;
        font-weight: 200;
    }
    h1 {
        font-size: 42px;
        margin: -497px 0px 82px 0px;
        /* display: block; */
        max-width: 200px;
        width: 100%;
        line-height: 41px;
        position: relative;
        left: 50%;
        font-weight: 700;
    }
    .content__top-block_text {
        background: none;
        margin: 0 auto;
        max-width: 320px;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 18px;
        position: relative;
        left: -6px;
    }
    .content__top-block_img img {
        margin-top: 91px;
        max-width: 367px;
    }
    .content__top-block .container {
        padding-top: 34px;
    }
    .content__top-block .img-bg {
        min-height: 462px;

    }
}
@media screen and (max-width: 480px) {
    .header__info {
        display: none;
    }
    section.multiple-itemsoc_polfj.slider.slick-initialized.slick-slider {
        display: block;
    }

    .content__hite_bed .img-bg {
        padding-bottom: 350px;
    }
    .content__top-block {
        padding-top: 86px;
    }
    .conetinet_with_author__content1 {
        font-family: TextProLight;
        color: #4B4B4B;
      //  height: auto;
        overflow: hidden;
        line-height: 21px;
        margin-top: 15px;
    }
    i.fa.fa-times {
        color: #b1abab;
        font-size: 19px;
        position: relative;
        top: -12px;
    }
    img.leader__text_immfg {
        max-width: 250px !important;
        width: 100%;
    }
    .content__romb .container {
        padding-bottom: 165px;
        background-size: cover !important;
        margin-top: 63px;
    }
    .bbt_click.bt0 i {
        top: 5px;
    }
    .content__timer1 .img-bg {
        padding-bottom: 52px;
    }
    .text_top {
        top: 276px;
        text-align: center;
        margin: 0 auto;
        left: 0;
    }
    .container_for_cen {
        padding: 0px 20px 0px 20px;
        box-sizing: border-box;
    }
    .content__video .img-bg {

        padding-bottom: 279px;
    }
    .box__left-timer_form-popup1 .conetinet_with_author__content1 {
        height: auto;
    }
    .textiner_yesterday {
        left: 0;
        text-align: center;
        padding: 0px 10px 0px 10px;
        box-sizing: border-box;
    }
    .content__nuga .container .content__top-block_img_odin img {
        top: -109px;
    }
    .container_social_projekt {
        left: 0;
        text-align: center;
    }
    .container_nuga_logo {
        float: none;
        text-align: center;
    }
    .container_social_projekt {
        left: 0;
        text-align: center;
    }
    .container_social_projekt_cont {
        top: 35px;
    }
    .container_social_projekt_cont-vodeo {
        max-width: 273px !important;
    }

    .content__white .container {
        padding-bottom: 3px;
    }
    .content__leader .container {

        padding: 0;
    }

    .content__romb .img-bg {
        background-size: auto 660px;
        background-position: 8% 176%;
    }
    .multiple-itemsoc {
        display: none !important;
    }
    .multiple-itemsoc_polfj22 {
        position: relative;
        top: 70px;
    }

    .nm-4__content {
        float: none;
        max-width: 320px;
        width: 100%;
        display: block;
        top: 207px;
        left: 0;
        right: 0;
        position: absolute;
        margin: 0 auto;
        text-align: center;
    }
    h5.nm-4__top-title {
        margin-bottom: 41px;
    }
    .nm-4__inner.cf {
        display: none;
    }
    .nm-4.cf {
        margin-top: 378px;
    }
    .content__whiet-bagder-backgroundbooble .img-bg {
        padding-bottom: 15px;
        min-height: 854px;
        margin-bottom: 0;
        background-position: 0 -117%;
        padding-top: 28px;
    }
    .content__whiet-bagder-background9boov .img-bg {
        padding-bottom: 427px;
    }
    .btn.center_btn_nugabestbox7 {
        position: relative;
        top: -109px;
        left: 0;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        z-index: 999999999999999999999 !important;
        right: 0;
    }
    .con__ndbooble-allff {
        text-align: center;
    }
    .center_btn_get-text {

        top: -136px;
    }
    .header__button__plo.btn {
        display: block;
        position: relative;
        z-index: 9999999999999999999999999999 !important;
    }
    .content__whiet-bagder-background11pn-pg .container {
        margin-top: 100px;
    }
    .post_conteiner-polish-heart-titl-blog-reasl {
        text-align: center;
        padding: 15px;
        box-sizing: border-box;
    }
    .slider.slick-dotted.slick-slider {
        width: 70%;
        margin: 0 auto;
    }
    .post_conteiner-container-alone-img {
        max-width: 27%;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .content__footer {
        margin-top: -62px;
    }
    .container-block-site-qations {
        margin-bottom: 25px;
    }
    a#scroll_to_up {
        z-index: 999999999999999999999 !important;
        position: relative;
    }
    .single_blogs_container_left_blog {
        text-align: center;
    }
    .container-fullwidth_line {
        margin-bottom: 67px;
    }
}
