@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Regular.woff2') format('woff2'), url('../fonts/Acrom-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Bold.woff2') format('woff2'), url('../fonts/Acrom-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-ExtraBold.woff2') format('woff2'), url('../fonts/Acrom-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body,
html {
    height: 100%;
}

body {
    font-family: 'Acrom', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.31;
    color: #515151;
    background-color: #fff;
    text-align: left;
    margin: 0;
    font-size: 1rem;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 500;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #9eb849;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #9eb849;
    text-decoration: underline;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .container_over {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .container_over {
        max-width: 680px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .container_over {
        max-width: 920px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .container_over {
        max-width: 1100px;
    }
}

.wpcf7-submit.lock {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

.scrollup {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #303030;
    border-radius: 50%;
    color: #bcbcbc;
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 2;
    display: inline-block;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    z-index: 999;
    opacity: 0;
    background: transparent;
    color: #515151;
    font-weight: 500;
    border: 4px solid #9eb849 !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.scrollup span {
    width: 100%;
    display: inline-block;
}

.scrollup span.text {
    width: 100%;
    display: inline-block;
}

.scrollup:hover {
    background: #fff;
}

.scrollup .dashicons {
    margin: 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    top: 0;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.m-auto {
    margin: auto;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.h-100 {
    height: 100%;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video_play .dashicons,
.video_play,
a span,
.btn,
button,
a {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.btn:active,
.btn:hover,
.btn:focus,
:active,
 :hover,
 :focus {
    outline: 0;
    outline-offset: 0;
}

:active,
 :hover,
 :focus {
    box-shadow: none;
}

a:not(.btn):link,
a:not(.btn):visited,
a:not(.btn):hover,
a:not(.btn):focus,
a:not(.btn):active {
    border: 0;
    outline: 0;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

button:active,
button:focus {
    outline: none;
    border: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    /* */
    border: none;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content {
    flex: 1 0 auto;
    overflow: hidden;
}

footer {
    flex: 0 0 auto;
}

.close-menu,
.navbar-header {
    display: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#con .form_title {
    color: #93BB3B;
    font-family: "Acrom Medium", Sans-serif;
    font-weight: 600;
}

#con input[type="text"] {
    border-color: #BFBFBF;
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 7px 15px;
    border: 1px solid #bfbfbf;
    width: 100%;
}

#con .form_button {
    margin-top: 20px;
    -ms-flex-pack: end;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

.ajax-loader {
    display: none!important;
}

.wpcf7-mail-sent-ok,
.ajax-loader,
.wpcf7-validation-errors {
    font-size: 12px!important;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    display: none!important;
}

div.wpcf7-mail-sent-ok {
    border: none!important;
    color: #398f14!important;
    margin: 0!important;
    padding: 0!important;
    margin-top: 15px!important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none!important;
    color: #ff0000!important;
    padding: 0!important;
    margin: 0!important;
    margin-top: 15px!important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ff4633 !important;
}

.wpcf7-not-valid::-moz-placeholder {
    color: #ff4633 !important;
}


/* Firefox 19+ */

.wpcf7-not-valid:-moz-placeholder {
    color: #ff4633 !important;
}


/* Firefox 18- */

.wpcf7-not-valid:-ms-input-placeholder {
    color: #ff4633 !important;
}

.help-block.form-allowed-tags {
    display: none;
}

header {
    padding-top: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.row_header {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_logo {
    -ms-flex: 0 0 159px;
    flex: 0 0 159px;
    max-width: 159px;
    margin-right: 40px;
}

header .mobwrapper {
    width: calc(100% - 468px);
}

header ul.navbar-nav {
    list-style: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0;
    top: 15px;
    position: relative;
}

header ul.navbar-nav li a {
    color: #000;
    font-size: 17px;
}

header ul.navbar-nav li a:hover {
    color: #9eb849;
}

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

.header_phone {
    font-size: 21px;
    color: #000;
    margin-left: 30px;
}

.header_phone:hover {
    color: #9eb849;
}

.block_1_2,
.block_1_slide,
.block_3,
.block_4,
.block_5,
.block_6,
.block_7,
.block_8,
.block_8_contacts {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.block_1_2 {
    min-height: 2826px;
}

.block_1_title_1 {
    font-size: 93px;
    font-weight: 600;
}

.block_1_title_1 span {
    color: #9eb849;
}

.block_1_slide {
    padding-top: 200px;
    line-height: 0.981;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
    height: 1246px;
}

.block_1_title_1 {
    padding-left: 45px;
    max-width: 660px;
}

.block_1_text_1 {
    color: #262626;
    line-height: 1.4;
    padding-left: 51px;
    max-width: 630px;
    padding-top: 30px;
    font-size: 22px;
    padding-bottom: 40px;
}

.block_1:not(.slick-initialized) {
    height: 1246px;
    overflow: hidden;
}

.block_1:not(.slick-initialized) .block_1_slide:not(:first-child) {
    display: none;
}

.btn {
    background: #9eb849;
    background-image: -moz-linear-gradient( 90deg, rgb(118, 182, 23) 0%, rgb(152, 215, 56) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(118, 182, 23) 0%, rgb(152, 215, 56) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(118, 182, 23) 0%, rgb(152, 215, 56) 100%);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39), inset 0px -4px 0px 0px rgba(0, 0, 0, 0.28);
    padding-left: 40px;
    padding-right: 40px;
    height: 86px;
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 86px;
    padding-bottom: 4px;
    text-align: center;
    width: 100%;
    max-width: max-content;
}

.btn:hover {
    background: #9eb849;
    background-image: -moz-linear-gradient( 90deg, rgb(152, 215, 56) 0%, rgb(118, 182, 23) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(152, 215, 56) 0%, rgb(118, 182, 23) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(152, 215, 56) 0%, rgb(118, 182, 23) 100%);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39), inset 0px -4px 0px 0px rgba(0, 0, 0, 0.28);
    color: #fff;
    text-decoration: none;
}

.block_1_btn_1 {
    width: 100%;
    padding-left: 51px;
}

.block_1_slide_title {
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.block_1_slide_title span {
    font-weight: 900;
    color: #9eb849;
}

.block_1_left_2,
.block_1_right_2 {
    margin: 0 25px;
    width: calc(50% - 50px)
}

.block_1_left_2 img,
.block_1_right_2 img {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.39);
    margin: 0 auto;
}

.pwd_title {
    font-size: 65px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    width: 100%;
}

.pwd_title span {
    color: #9eb849;
}

.block_2_title {
    padding-top: 40px;
    padding-bottom: 60px;
}

.block_2 {
    margin-top: -190px;
    position: relative;
    z-index: 2;
}

.block_2_items {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.block_2_items .block_2_item:not(:last-child) {
    margin-bottom: 35px;
}

.block_2_item {
    font-size: 27px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.block_2_item span {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

.block_2_left {
    padding-right: 80px;
}

.block_2_btn {
    margin-top: 0;
}

.block_2_btn .btn {
    margin: 0 auto;
}

.block_3 {
    min-height: 1665px;
    padding-top: 250px;
    position: relative;
    margin-top: -940px;
    z-index: 4;
}

.block_3_content {
    -webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 12%);
    padding: 20px;
    padding-top: 60px;
    text-align: center;
    background: #fff;
    height: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block_3_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -ms-flex-align: start;
    flex-direction: row;
    flex-wrap: wrap;
}

.block_3_item {
    width: calc(33.3333% - 15px);
    position: relative;
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    flex-direction: column;
}

.block_3_img {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    background: #9eb849;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 5px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 5px -1px rgb(0 0 0 / 14%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
}

.block_3_img.single-serv {
    position: static;
}

.block_3_img img {
    height: 60px;
}

.block_3_content_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
}

.block_3_list {
    font-size: 18px;
}

.block_3_list span {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    color: #000;
}

.block_3_list span:before {
    content: "•";
    color: #9eb849;
}

.block_3_title {
    margin-bottom: 100px;
}

.block_3_cost {
    font-size: 27.5px;
    color: #9eb849;
    width: 100%;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 15px;
}

.block_3_cost span {
    font-size: 30px;
    font-weight: bold;
}

.content_cost {
    text-align: center;
    width: 100%;
    color: #7a7a7a;
    font-family: "Acrom", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 25px 0;
}

.content_cost_title {
    font-size: 43px;
    font-weight: 900;
    margin-bottom: 55px;
}

.content_cost_title {
    font-size: 43px;
    font-weight: 900;
    margin-bottom: 55px;
    text-align: center;
}

.block_s_btn {
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    height: 100px;
}

.content_cost_title span {
    color: #9eb849;
}

.block_t_1.block_s_1 .pwd_title {
    margin-bottom: 25px;
}

.block_t_1.block_s_1 .content_page {
    text-align: center;
}

.block_t_1.block_s_1 .content_page p {
    margin-bottom: 40px;
}

.content_cost_items {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 39.56px 3.44px rgba(0, 0, 0, 0.21);
    padding: 50px 30px;
    margin: 0 auto;
}

.content_cost span {
    color: #9eb849;
}

.block_3_btn {
    margin-top: 60px;
    width: 100%;
}

.block_4 {
    min-height: 1700px;
    position: relative;
    margin-top: -648px;
    z-index: 3;
    padding-top: 590px;
}

.block_4_items {
    margin-bottom: 100px;
}

.block_4_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0px;
}

.block_4_title {
    text-align: left;
    font-size: 75px;
}

.block_4_video {
    -ms-flex: 0 0 563px;
    flex: 0 0 563px;
    max-width: 563px;
    width: 563px;
    position: relative;
}

.overideo {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
}

.video_play {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 110px;
    border: 5px solid;
    border-radius: 50%;
}

.video_play .dashicons {
    font-size: 40px;
    width: 40px;
    height: 40px;
}

.video_play:hover {
    width: 120px;
    height: 120px;
}

.video_play:hover .dashicons {
    font-size: 60px;
    width: 60px;
    height: 60px;
}

.video_play .dashicons:before {
    position: relative;
    left: 5px;
}

.block_4_btn {
    width: 100%;
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    top: -290px;
    position: absolute;
    right: 0;
}

.block_4_item {
    font-size: 19px;
    margin-bottom: 30px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
}

.content_cost_item {
    font-size: 28px;
    margin-bottom: 45px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.content_cost_item span {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
    width: 65px;
    height: 65px;
    background: #9eb849;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}

.content_cost_item span:before {
    margin-top: 5px;
    content: '';
    background-image: url('../img/gal.png');
    width: 30px;
    height: 33px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content_cost_list .content_cost_item:last-child {
    margin-bottom: 0;
}

.block_4_item span {
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    max-width: 45px;
    width: 45px;
    height: 45px;
    background: #9eb849;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}

.block_4_item span:before {
    margin-top: 5px;
    content: '';
    background-image: url('../img/gal.png');
    width: 45px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.block_5 {
    min-height: 1930px;
    position: relative;
    z-index: 3;
    padding-top: 690px;
    margin-top: -740px;
}

.block_5 .row {
    position: relative;
}

.team_items {
    width: 100%;
    position: relative;
}

.content_filter {
    max-width: 100%;
    width: 100%;
}

.block_5_title {
    margin-bottom: 45px;
}

.team_item_title {
    color: #9eb849;
    font-size: 33px;
    margin-bottom: 35px;
    text-align: center;
}

.team_item_img {
    text-align: center;
}

.team_item_img img {
    border-radius: 50%;
    margin: 0 auto;
}

.team_item_skill {
    font-size: 23px;
}

.team_item_skill_title {
    text-align: center;
    margin: 30px auto;
    width: 100%;
    font-size: 23px;
}

.team_items_skill {
    width: calc(33.3333% - 35px);
    margin-bottom: 20px;
}

.team_item_skill {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.team_items_skill span {
    height: 12px;
    display: block;
    width: 100%;
    background: #dfdfdf;
    position: relative;
    margin-top: 10px;
}

.team_items_skill span:before {
    content: '';
    height: 12px;
    background: #9eb849;
    width: 50%;
    display: block;
}

.block_5_btn {
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
    right: 20px;
    position: relative;
}

.block_6 {
    min-height: 2625px;
    padding-top: 565px;
    position: relative;
    margin-top: -555px;
    z-index: 5;
    pointer-events: none;
}

.block_6_title {
    text-align: left;
    margin-bottom: 100px;
}

body.home .team_items:not(.slick-initialized) {
    height: 650px;
    overflow: hidden;
}

body.home .team_items:not(.slick-initialized) .team_item:not(:first-child) {
    display: none;
}

.block_6_content {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
}

.block_6_left {
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
}

.block_6_right {
    width: calc(100% - 420px);
    padding-left: 50px;
}

.block_6_right_title {
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
    top: -8px;
    position: relative;
}

.block_6_right_title span {
    color: #9eb849;
}

.block_6_right_content {
    font-size: 28px;
}

.block_6_right .block_6_right_item:not(:last-child) .block_6_right_content {
    margin-bottom: 100px;
}

.block_6_left div:not(:last-child) {
    margin-bottom: 35px;
}

.block_6_video {
    -ms-flex-pack: justify;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 15px;
}

.popup-youtube {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.block_6_video_item {
    width: calc(50% - 15px);
}

.block_7 {
    min-height: 785px;
    padding-top: 220px;
    position: relative;
    margin-top: -185px;
    z-index: 5;
}

.block_7_title {
    margin-bottom: 80px;
}

.block_7_content {
    -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
    padding-top: 130px;
    text-align: center;
    background: #fff;
    height: 100%;
}

.block_7_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_7_item {
    width: calc(25% - 30px);
    position: relative;
}

.block_7_img {
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    max-width: 145px;
    width: 145px;
    height: 145px;
    background: #9eb849;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -77px;
}

.block_7_content_title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 40px;
}

.block_7_list {
    padding: 20px;
    padding-top: 0;
}

.block_7_list {
    font-size: 22px;
}

.block_7_btn {
    margin-top: 70px;
    width: 100%;
    position: absolute;
    top: -420px;
    pointer-events: visible;
}

.block_7_text {
    font-size: 28px;
    text-align: center;
    margin-bottom: 130px;
}

.block_7_text b {
    font-weight: 900;
}

.block_8 {
    min-height: 2137px;
    padding-top: 305px;
    position: relative;
    margin-top: -405px;
    z-index: 4;
    pointer-events: none;
}

.block_8_contacts {
    z-index: 1;
    padding-top: 350px;
    margin-top: -150px;
    min-height: 1969px;
}

.block_8_title {
    margin-top: 70px;
}

.block_8_title span {
    display: block;
}

.js-main-form {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 39.56px 3.44px rgba(0, 0, 0, 0.21);
    max-width: 900px;
    padding: 60px;
    margin: 0 auto;
}

.block_8_form .js-main-form {
    max-width: 700px;
}

.block_8_contcts {
    max-width: 700px;
    margin: 0 auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
}

.block_8_adress,
.block_8_phone,
.block_8_email,
.block_8_social {
    width: 100%;
    margin-bottom: 30px;
    font-size: 30px;
}

.block_8_adress p,
.block_8_phone a,
.block_8_email a,
.block_8_social a {
    color: #515151;
}

.block_8_adress p {
    margin-bottom: 0;
}

.block_8_adress span,
.block_8_contcts span {
    font-weight: 900;
    color: #9eb849;
    display: block;
}

.block_8_social span {
    margin-bottom: 10px;
}

.js-main-form textarea,
.js-main-form input:not(.wpcf7-submit) {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    background-color: rgb(255, 255, 255);
    min-height: 44px;
    margin-bottom: 18px;
    width: 100%;
    padding: 0 25px;
    border-radius: 20px;
}

.wpcf7-submit {
    min-height: 70px;
}

.js-main-form textarea {
    padding: 15px 25px;
    height: 100px;
}

.agree {
    display: none;
}

.form_title {
    font-size: 31px;
    text-align: center;
    margin-bottom: 35px;
}

.block_8_contcts {
    width: 100%;
    pointer-events: visible;
}

.block_8_form {
    width: 100%;
    pointer-events: visible;
}

.wpcf7-submit {
    border: none;
}

.form_button {
    margin-top: 40px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
}

#map .ymaps-2-1-79-inner-panes>ymaps:not(.ymaps-2-1-79-places-pane) {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

#map {
    height: 900px;
    background-position: center;
    position: relative;
    filter: rgb(29, 27, 27);
    margin-top: -1180px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.zoom-control__group {
    border-radius: 8px;
}

.button_basic-small__icon:hover .zoom-control__zoom-out-icon,
.button_basic-small__icon:hover .zoom-control__zoom-in-icon {
    opacity: 1
}

.zoom-control {
    position: fixed;
    left: 20px;
    margin-top: 550px;
    z-index: 999;
}

.zoom-control__zoom-in-icon {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//yastatic.net/s3/front-maps-static/front-maps/_/a6d31171886d0ad3d16ceef693023cbb.svg);
    opacity: .8
}

.zoom-control__zoom-out-icon {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//yastatic.net/s3/front-maps-static/front-maps/_/bdbc1efd7151709018cd6d7aacca13c7.svg);
    opacity: .8
}

.zoom-control__zoom-in:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -1px;
    left: 6px;
    right: 6px;
    background-color: #f5f5f5;
    z-index: 1;
    display: none;
}

.zoom-control__zoom-in {
    position: relative
}

.button_basic-small {
    width: 43px;
    height: 43px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    height: 44px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: box-shadow .1s ease-out;
    -moz-transition: box-shadow .1s ease-out;
    -ms-transition: box-shadow .1s ease-out;
    -o-transition: box-shadow .1s ease-out;
    transition: box-shadow .1s ease-out;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
}

.zoom-control__zoom-in,
.zoom-control__zoom-out {
    margin: 23px 0;
}

footer {
    min-height: 120px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: inherit;
    background-image: url(../img/footer_bg.jpg);
    z-index: 2;
}

.home footer {
    margin-top: -40px;
}

footer .row {
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.footer_logo {
    -ms-flex: 0 0 159px;
    flex: 0 0 159px;
    max-width: 159px;
    min-height: 120px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.mfp-bg {
    background: #fff;
    opacity: 0.8;
}

.popup_form_content {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 39.56px 3.44px rgba(0, 0, 0, 0.21);
    padding: 60px;
    position: relative;
}

.raschet {
    max-width: 1300px;
}

.rasc_top {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
    display: flex;
}

.rasc_top h4 {
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}

.rasc_top .type {
    width: 15%;
    border-right: 1px dashed #e3e3e3;
}

.rasc_top .system {
    width: 23.4%;
    border-right: 1px dashed #e3e3e3;
    padding-left: 35px;
}

.rasc_top .type2 {
    width: 22%;
    border-right: 1px dashed #e3e3e3;
    padding-left: 35px;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

.checkbox span,
.radio span {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
}

.radio+.radio {
    margin-top: 10px;
}

.checkbox+.checkbox {
    margin-top: 10px;
}

.radio label span,
.checkbox label span {
    padding-left: 30px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

label span:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.radio label span:before {
    border-radius: 50%;
}

.checkbox label span:before {
    border-radius: 3px;
}

input[type="radio"]:checked+span:before {
    content: "";
    color: #9ec52a;
    font-size: 40px;
    padding-left: 1px;
    padding-bottom: 3px;
    background: #9ec52a;
    border-color: #9ec52a;
}

input[type="checkbox"]:checked+span:before {
    content: "\2713";
    font-size: 12px;
    color: #9ec52a;
    font-weight: bold;
    text-align: center;
}

.range {
    width: 39.6%;
    padding-left: 35px;
}

.irs-with-grid .irs-grid {
    display: none;
}

.irs-bar,
.irs-bar-edge,
.irs-line {
    background: #9ec52a;
    border: none;
    height: 3px;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 3px;
}

.irs-slider.single {
    background: #9ec52a;
    border: none;
    border: 3px solid #fff;
    width: 45px;
    height: 45px;
    box-shadow: none;
    top: 12px;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.rasc_top h4.oper_one {
    height: auto;
    margin-bottom: 20px;
}

.rasc_top h4.oper_two {
    height: auto;
    margin-top: 20px;
}

.irs-from,
.irs-to,
.irs-single {
    background: transparent;
    z-index: 999;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    padding-left: 1px;
    top: 25px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.irs-min,
.irs-max {
    background: transparent;
    font-size: 20px;
    opacity: .5;
    padding: 0;
}

.irs-with-grid {
    height: initial;
}

.paper2 {
    position: absolute;
    width: 42%;
    top: -17rem;
    left: -20rem;
}

.numbers h2 {
    padding-left: 6rem;
    margin-top: 18rem;
}

.numbers h2:before {
    content: "";
    height: 21rem;
    width: 1px;
    background: #97c511;
    position: absolute;
    left: .2rem;
    top: -2rem;
}

.numbers h2:after {
    content: "";
    height: 9rem;
    width: .5rem;
    background: #97c511;
    position: absolute;
    left: 0;
    top: 0;
}

.cifrs {
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
}

.cifrs .cifra {
    text-transform: uppercase;
    margin-top: 7rem;
    height: 15.3rem;
}

.cifrs .cifra span {
    color: #a0c72d;
    font-size: 6.1rem;
    font-weight: 900;
}

.cherta {
    width: 4rem;
    height: 1px;
    background: #2c2c2e;
    margin: 2.5rem 0 2.5rem;
}

.cifrs p {
    font-size: 1.4rem;
    font-weight: 500;
}

button.mfp-close,
.mfp-close .dashicons {
    color: #9eb849;
    font-size: 55px;
    width: 55px;
    height: 55px;
}

.rasc_bott {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rasc_bott_bot,
.rasc_bott_top {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.rasc_bott_bot {
    width: 30%;
    display: -ms-flexbox;
    display: flex;
}

.rasc_bott_top {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
}

.rasc_bott_top {
    margin-bottom: 30px;
}

.rasc_bott_sum {
    width: 320px;
    min-width: 320px;
    color: #9eb849;
    font-size: 40px;
    font-weight: 800;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.rasc_bott_pred {
    width: 100%;
    margin-bottom: 15px;
    display: none;
}

.rasc_bott_pred i,
.rasc_bott_pred div,
.rasc_bott_pred strong,
.rasc_bott_pred span {
    display: inline-block !important;
}

.rasc_bott_pred strong {
    font-weight: 700;
}

.rasc_bott_prim {
    width: calc(100% - 320px);
    font-size: 26px;
    font-weight: 600;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    display: none;
}

.rasc_bott_sum span {
    margin-right: 15px;
}

.rasc_bott span {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.rasc_bott input:not(.wpcf7-submit) {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    background-color: rgb(255, 255, 255);
    min-height: 44px;
    width: 100%;
    padding: 0 25px;
    margin-right: 35px;
    border-radius: 20px;
}

#callbacks_form .popup_form_content {
    max-width: 1300px;
}

#thank .popup_form_content {
    max-width: 500px;
    text-align: center;
}

.message_ok {}

.message_ok span {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.mfp-image-holder .mfp-figure .mfp-close,
.mfp-iframe-holder .mfp-iframe-scaler .mfp-close {
    color: #9eb849;
    right: 0;
    text-align: center;
    padding-right: 0;
    width: 100%;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.21);
    right: -25px;
    top: -25px !important;
}

.mfp-image-holder .mfp-figure .mfp-close {
    top: 15px !important;
}

.block_t_1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.block_t_1 .container_over {
    position: relative;
    z-index: 4;
}

.block_t_1:before {
    content: '';
    background: #fff;
    width: 1550px;
    display: block;
    position: absolute;
    height: calc(100% - 474px);
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}

.block_t_1:after {
    content: '';
    background: url(../img/layer_wb.png);
    height: 474px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

.block_t_1 .content_top {
    font-size: 30px;
    text-align: center;
    margin-bottom: 80px;
}

.block_t_1 .content_top strong {
    font-weight: 900;
}

.block_t_1 .pwd_title {
    margin-bottom: 35px;
}

.searchandfilter {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 39.56px 3.44px rgba(0, 0, 0, 0.21);
    padding: 20px 40px;
    margin: 0 auto;
    font-size: 28px;
}

.searchandfilter ul {
    padding: 0;
}

.searchandfilter h4 {
    font-size: 28px;
    font-weight: 900;
}

.searchandfilter label {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px !important;
}

.searchandfilter label:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    background-color: #dad8d8;
    border: 2px solid #dad8d8;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
}

.searchandfilter input:checked+label:before {
    content: "";
    background-color: #9ec52a;
    border: 2px solid #9ec52a;
}

.searchandfilter>ul {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.searchandfilter>ul>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.searchandfilter>ul>li:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.searchandfilter>ul>li:first-child>ul {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.searchandfilter>ul>li:first-child>ul>li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.searchandfilter>ul>li>ul>li label:hover {
    cursor: pointer;
}

.coun_inactive {}

.team_items_null {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.header_phone_menu {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
}

.team_preloud {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.798438);
    z-index: 9999;
}

.team_preloud:before {
    content: url('../img/preload.gif');
}

.over_none {}

.content_filter .team_item_title {
    font-size: 38px;
    margin-bottom: 25px;
}

.team_item_procent {
    font-size: 42px;
    font-weight: 900;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    color: #9eb849;
}

.team_item_title {
    margin-top: 30px;
}

.block_team_btn {
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    height: 100px;
}

body.home .block_team_btn {
    position: absolute;
}

.block_t_1 .content_top_single {
    margin-bottom: 40px;
}

.team_video {
    margin: 0 auto;
}

.team_item_other {
    margin-bottom: 60px;
}

.team_item_people {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
}

.teams_btn {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    margin-bottom: 50px;
    width: 100%;
}

.team_items_people {
    width: calc(33.3333333% - 45px)
}

.team_items_people_img img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

.team_items_people_name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #9eb849;
    text-align: center;
}

.team_items_people_position {
    font-size: 20px;
    text-align: center;
}

.content_top.block_8_form {
    margin-top: 50px;
}

.content_page {
    font-size: 24px;
    margin-bottom: 80px;
}

header ul.navbar-nav li.current-menu-item>a {
    color: #9eb849;
    pointer-events: none;
    cursor: default;
}

.content_filter_bar {
    margin-bottom: 55px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content_filter_bar .btn {
    margin: 15px;
}

.header_phone_img {
    margin-right: 10px;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 19px;
}

.header_phone a {
    color: #000;
}

.header_phone a:hover {
    color: #9eb849;
}

.header_phone {
    display: -ms-flexbox;
    display: flex;
}

.popup_callbacks {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    text-decoration: underline !important;
}

#callbacks .js-main-form {
    max-width: 600px;
}

#callbacks .form_button {
    margin-top: 30px;
    -ms-flex-pack: center;
    justify-content: center;
}

#callbacks .popup_form_content {
    padding: 40px;
}

.header_phone_menu {
    display: -ms-flexbox;
    display: flex;
    max-width: 210px;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 1921px) {
    .block_t_1,
    .block_1_2,
    .block_1_slide,
    .block_3,
    .block_4,
    .block_5,
    .block_6,
    .block_7,
    .block_8 {
        background-size: cover;
        max-width: 100%;
    }
    #map {
        max-width: 100%;
    }
    footer {
        background-size: cover;
    }
    .block_2 {
        padding-top: 80px;
    }
    .block_3 {
        min-height: 1952px;
        padding-top: 250px;
    }
    .block_4_btn {
        top: -240px;
    }
    .block_4 {}
    .block_5 {
        min-height: 1719px;
        margin-top: -420px;
        padding-top: 380px;
    }
    .block_6 {
        margin-top: -780px;
    }
    .block_7 {
        min-height: 1766px;
    }
    .block_8 {
        min-height: 2337px;
    }
    .block_8_contacts {
        min-height: 2169px;
    }
}

@media (min-width: 1525px) {
    .block_7_btn {
        margin-top: 110px;
        width: 100%;
        position: relative;
        top: -200px;
    }
    .block_t_over:before,
    .block_t_over:after,
    .block_8:before,
    .block_7:before,
    .block_7:after,
    .block_6:after,
    .block_5:before,
    .block_5:after,
    .block_4:before,
    .block_3:after,
    .block_2:before,
    .block_2:after {
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        background-size: contain;
        z-index: -1;
    }
    .block_8_contacts:before {
        display: none;
    }
    .block_2:before {
        content: '';
        background-image: url(../img/left_g.png);
        width: 425px;
        height: 602px;
        background-position: left;
        bottom: -5%;
    }
    .block_t_over:before {
        content: '';
        background-image: url(../img/left_g.png);
        width: 425px;
        height: 602px;
        background-position: left;
        bottom: 35%;
        z-index: 3;
    }
    .block_t_over:after {
        content: '';
        background-image: url(../img/right_d.png);
        width: 345px;
        height: 491px;
        background-position: right;
        right: 0;
        z-index: 3;
    }
    .block_2:after {
        content: '';
        background-image: url(../img/right_d.png);
        width: 345px;
        height: 491px;
        background-position: right;
        right: 0;
    }
    .block_3:after {
        content: '';
        background-image: url(../img/right_g.png);
        width: 367px;
        height: 562px;
        background-position: right;
        right: 0;
        top: 38%;
    }
    .block_4:before {
        content: '';
        background-image: url(../img/left_d.png);
        width: 370px;
        height: 491px;
        background-position: left;
        bottom: 40%;
    }
    .block_5:before {
        content: '';
        background-image: url(../img/left_g.png);
        width: 425px;
        height: 602px;
        background-position: left;
        bottom: 30%;
    }
    .block_5:after {
        content: '';
        background-image: url(../img/right_d.png);
        width: 345px;
        height: 491px;
        background-position: right;
        right: 0;
        bottom: 20%;
    }
    .block_6:after {
        content: '';
        background-image: url(../img/right_g.png);
        width: 367px;
        height: 562px;
        background-position: right;
        right: 0;
        top: 38%;
    }
    .block_8:before {
        content: '';
        background-image: url(../img/left_d.png);
        width: 370px;
        height: 491px;
        background-position: left;
        bottom: 30%;
    }
}

@media only screen and (max-width: 1200px) {
    .bottom_form__body {
        flex-wrap: wrap;
        justify-content: center;
    }
    .bottom_form__row,
    .bottom_form__submit {
        max-width: 50%;
    }
    .bottom_form__submit {
        margin-top: 16px;
    }
    .header_phone_img {
        display: none;
    }
    .header_phone_menu {
        max-width: 190px;
    }
    .header_phone {
        margin-left: 15px;
    }
    .header_logo {
        max-width: 139px;
        margin-right: 20px;
    }
    header .mobwrapper {
        width: calc(100% - 368px);
    }
    .pwd_title {
        font-size: 55px;
    }
    .block_1_title_1 {
        font-size: 73px;
    }
    .block_1_text_1 {
        font-size: 20px;
    }
    .block_1_title_1,
    .block_1_text_1,
    .block_1_btn_1 {
        padding-left: 0;
    }
    .btn {
        padding-left: 30px;
        padding-right: 30px;
        height: 66px;
        font-size: 22px;
        border-radius: 66px;
    }
    .block_1_slide {
        height: 996px;
        background-size: cover;
        padding-top: 130px;
    }
    .block_1_slide_title {
        font-size: 32px;
    }
    .block_1_left_2 img,
    .block_1_right_2 img {
        margin: 0 auto;
        max-width: 380px;
    }
    .block_2_title {
        padding-top: 60px;
    }
    .block_2_item {
        font-size: 23px;
    }
    .block_2_item span {
        -ms-flex: 0 0 62px;
        flex: 0 0 62px;
        max-width: 62px;
    }
    .block_3 {
        min-height: 1752px;
        padding-top: 250px;
        position: relative;
        margin-top: -1020px;
        z-index: 4;
    }
    .block_1_2 {
        min-height: 2596px;
    }
    .block_3_img {
        -ms-flex: 0 0 142px;
        flex: 0 0 142px;
        max-width: 142px;
        width: 142px;
        height: 142px;
        margin-top: -55px;
    }
    .block_3_content {
        padding-top: 110px;
    }
    .block_3_img img {
        max-width: 80px;
    }
    .block_3_content_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .block_3_list span {
        margin-bottom: 15px;
    }
    .block_3_list {
        font-size: 18px;
    }
    .block_3_item {
        width: calc(33.3333% - 15px);
    }
    .block_4_item {
        font-size: 23px;
    }
    .content_cost_item {
        font-size: 25px;
    }
    .content_cost_item span {
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
    }
    .content_cost_item span:before {
        margin-top: 2px;
        content: '';
        background-image: url('../img/gal.png');
        width: 20px;
        height: 23px;
    }
    .block_4_item span {
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
        height: 70px;
    }
    .block_4_item span:before {
        margin-top: 5px;
        content: '';
        background-image: url('../img/gal.png');
        width: 35px;
        height: 38px;
    }
    .block_5 {
        min-height: auto;
        padding-top: 500px;
        margin-top: -380px;
        height: 1650px;
        background-size: cover;
    }
    .block_4_btn {
        top: -240px;
    }
    .block_5_title {
        margin-bottom: 5px;
    }
    .team_items_skill {
        width: calc(33.3333% - 35px);
        margin-bottom: 15px;
    }
    .team_item_skill {
        font-size: 20px;
    }
    .block_6_right_title {
        font-size: 48px;
    }
    .block_6_right_content {
        font-size: 24px;
    }
    .block_6_right .block_6_right_item:not(:last-child) .block_6_right_content {
        margin-bottom: 50px;
    }
    .block_6_video {
        margin-top: 80px;
    }
    .block_6 {
        min-height: 2406px;
    }
    .block_7 {
        min-height: 550px;
        background-size: cover;
        padding-top: 120px;
    }
    .block_7_title {
        margin-bottom: 30px;
    }
    .block_7_text {
        font-size: 24px;
        margin-bottom: 100px;
    }
    .block_7_items {
        flex-wrap: wrap;
    }
    .block_7_item {
        width: calc(50% - 20px);
        margin-bottom: 100px;
    }
    .block_7_img img {
        max-width: 90px;
    }
    .block_7_content {
        padding-top: 100px;
    }
    .block_7_content_title {
        margin-bottom: 20px;
    }
    .block_7_list {
        font-size: 18px;
    }
    .block_7_list {
        padding-bottom: 40px;
    }
    .block_7_btn {
        margin-top: 100px;
    }
    #map {
        height: 800px;
        margin-top: -620px;
    }
    .zoom-control {
        margin-top: 500px;
    }
    .block_8 {
        min-height: 1397px;
        background-size: cover;
        padding-top: 330px;
        position: relative;
        margin-top: -360px;
    }
    .block_8_adress,
    .block_8_phone,
    .block_8_email,
    .block_8_social {
        margin-bottom: 20px;
    }
    .block_8_adress,
    .block_8_phone,
    .block_8_email,
    .block_8_social {
        font-size: 26px;
    }
    .block_t_1 {
        padding-top: 120px;
    }
    header {
        padding-top: 20px;
    }
    .content_page {
        font-size: 20px;
        line-height: 1.4;
    }
    .block_t_1 .content_top {
        font-size: 24px;
    }
    .block_t_over {
        display: none;
    }
    .searchandfilter {
        font-size: 22px;
    }
    .searchandfilter h4 {
        font-size: 24px;
        font-weight: 900;
    }
    .block_t_1 .content_top {
        font-size: 24px;
    }
    .block_t_1 .content_top {
        margin-bottom: 40px;
    }
    .team_item_procent {
        font-size: 34px;
        margin-top: 40px;
    }
    .content_filter .team_item_title {
        font-size: 30px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    footer,
    .footer_logo {
        min-height: 100px;
    }
    header ul.navbar-nav li a {
        font-size: 16px;
    }
    .header_phone {
        font-size: 18px;
    }
    .block_8_contacts {
        padding-top: 270px !important;
        min-height: 1597px;
        background-size: cover;
    }
    .content_cost {
        font-size: 35px;
    }
    .content_cost span {
        font-size: 82px;
        color: #9eb849;
    }
    .content_cost_title {
        font-size: 35px;
        margin-bottom: 45px;
    }
    .content_cost_item {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .block_t_1.block_s_1 .content_page p {
        margin-bottom: 30px;
    }
    .block_s_1 .content_page {
        margin-bottom: 50px;
    }
    .rasc_bott_sum {
        width: 262px;
        min-width: 262px;
        font-size: 30px;
    }
    .rasc_bott_prim {
        width: calc(100% - 262px);
        font-size: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .bottom_popup__content .bottom_close {
        font-size: 1em!important;
    }
    .bottom_popup .form_tit {
        font-size: 16px!important;
        max-width: 285px !important;
    }
    .bottom_popup input,
    .bottom_popup input[type="submit"],
    .bottom_popup a.bbtn {
        font-size: 12px!important;
    }
    .rasc_bott_bot {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
    }
    .rasc_bott_top {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar_active ul.nav.navbar-nav {}
    .navbar_active ul.nav.navbar-nav li {}
    .radio label span,
    .checkbox label span {
        padding-left: 25px;
    }
    .popup_callbacks {
        text-align: center;
    }
    .home .header_phone {
        width: calc(100% - 255px);
    }
    .header_logo {
        margin-right: 0;
    }
    body header .mobwrapper {
        width: unset
    }
    body header .navbar {
        width: 53px;
        position: relative;
        right: 0;
        height: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-order: 1;
        order: 1;
    }
    .navbar-toggle {
        width: 100%;
        background: transparent;
        border: 0;
    }
    header .navbar-collapse {
        display: none;
    }
    .header_phone img {
        display: inline-block;
    }
    .close-menu,
    .navbar-header {
        display: flex;
    }
    .navbar-header {
        padding: 0;
        margin: 0;
        top: 10px;
        position: relative;
    }
    .navbar-header button {
        padding: 0;
    }
    .navbar-header .icon-bar {
        height: 3px;
        display: block;
        background: #9eb849;
        margin-bottom: 8px;
    }
    .navbar-header .sr-only {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        top: -5px;
        position: relative;
        color: #000;
    }
    .navbar-header:hover .sr-only {
        color: #9eb849;
    }
    .header_phone {
        width: calc(100% - 245px);
        margin-right: 15px;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
    }
    .home .header_phone {
        width: calc(100% - 255px);
    }
    header .navbar-collapse.active {
        display: -ms-flexbox;
        display: flex;
    }
    .navbar.navbar_active {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }
    .ofofer {
        overflow: hidden;
    }
    .close-menu {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: none;
        width: 60px;
        height: 60px;
        padding: 0;
    }
    .close-menu .dashicons {
        color: #9eb849;
        font-size: 60px;
        width: 60px;
        height: 60px;
    }
    header .navbar-collapse.active ul.navbar-nav li {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    header .navbar-collapse.active ul.navbar-nav li.active_subsub>a:after {
        content: "\f343";
        padding-top: 0;
    }
    header .navbar-collapse.active ul.navbar-nav li.active_subsub .sub-menu {
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin-top: 10px;
        width: 100%;
    }
    header .navbar-collapse.active ul.navbar-nav li a {
        font-size: 22px;
    }
    header .navbar-collapse.active ul.navbar-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block_2_left {
        padding-right: 0;
    }
    .block_2_items {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .block_1_title_1 {
        font-size: 63px;
        max-width: 100%;
    }
    .block_1_slide {
        height: 866px;
        background-size: cover;
        padding-top: 130px;
    }
    .block_1_text_1 {
        color: #515151;
    }
    .block_1_left_2 img,
    .block_1_right_2 img {
        margin: 0 auto;
        max-width: 100%;
    }
    .block_1_slide_title {
        font-size: 26px;
    }
    .block_2_title {
        padding-top: 80px;
    }
    .pwd_title {
        font-size: 45px;
    }
    .block_2_items .block_2_item:not(:last-child) {
        margin-bottom: 30px;
    }
    .block_2_item {
        font-size: 20px;
    }
    .block_2_item span {
        -ms-flex: 0 0 52px;
        flex: 0 0 52px;
        max-width: 52px;
    }
    .block_2_title {
        padding-bottom: 40px;
    }
    .block_2_items {
        margin-bottom: 30px;
    }
    .block_3_item {
        width: 100%;
    }
    .block_3_item {
        width: calc(50% - 15px);
        margin-bottom: 80px;
    }
    .block_3_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block_3 {
        padding-top: 490px;
        margin-top: -1110px;
    }
    .block_3_list {
        font-size: 16px;
    }
    .block_3_btn {
        width: 100%;
    }
    .block_3_title {
        margin-bottom: 80px;
    }
    .block_4_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block_4_title {
        margin-bottom: 25px;
        margin-top: 20px;
    }
    .block_4_video {
        margin: 0 auto;
    }
    .block_4_item span {
        -ms-flex: 0 0 52px;
        flex: 0 0 52px;
        max-width: 52px;
        width: 52px;
        height: 52px;
    }
    .block_4_item span:before {
        width: 28px;
        height: 31px;
    }
    .block_4_item {
        font-size: 20px;
    }
    .block_4_item {
        margin-bottom: 30px;
    }
    .block_4_btn {
        top: -220px;
    }
    .block_6_title br {
        display: none;
    }
    .block_6_left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .block_6_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block_6_title {
        margin-bottom: 45px;
        text-align: center;
    }
    .block_6_left img {
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .block_6_right {
        width: 100%;
        padding-left: 0;
    }
    .block_6_left img:last-child {
        margin-bottom: 55px;
    }
    .block_6_right_title {
        font-size: 48px;
        text-align: center;
        margin-bottom: 5px;
    }
    .block_6_left img:not(:last-child) {
        margin-bottom: 35px;
    }
    .block_6_left img {
        margin-left: auto;
        margin-right: auto;
        width: calc(50% - 30px);
    }
    .block_6_left {
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
    }
    .block_6_left div {
        margin-left: auto;
        margin-right: auto;
        width: calc(50% - 30px);
        height: auto;
        max-height: max-content;
    }
    .block_6_left img {
        width: 100%;
    }
    .block_6_video {
        margin-top: 50px;
    }
    .block_7_btn {
        margin-top: 0;
    }
    .block_8 {
        padding-top: 250px;
        margin-top: -260px;
        min-height: 1297px;
    }
    .block_8_social a {
        width: 50px;
        display: inline-block;
    }
    .block_8_social a img {
        max-width: 100%;
    }
    .searchandfilter>ul>li:first-child>ul>li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .team_item_skill {
        font-size: 18px;
    }
    .team_items_skill {
        width: calc(33.3333% - 15px);
    }
    .rasc_top .type {
        width: 50%;
    }
    .rasc_top .system {
        width: 50%;
        border-right: none;
        padding-left: 35px;
    }
    .rasc_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .rasc_top .type2 {
        width: 50%;
        border-right: 1px dashed #e3e3e3;
        padding-left: 0;
    }
    .range {
        width: 50%;
        padding-left: 35px;
    }
    .teams_btn {
        margin-top: 70px;
    }
    .block_6_right_title {
        font-size: 42px;
    }
    .block_6_right_content {
        font-size: 22px;
    }
    .block_3_btn {
        margin-top: 0;
        width: 100%;
        top: -40px;
        position: relative;
    }
    .block_6 {
        min-height: 2306px;
    }
    .block_7 {
        min-height: 450px;
        background-size: cover;
        padding-top: 120px;
        padding-top: 80px;
    }
    .mfp-image-holder .mfp-content {
        max-width: 80%;
    }
    .mfp-image-holder .mfp-figure .mfp-close,
    .mfp-iframe-holder .mfp-iframe-scaler .mfp-close {
        right: 10px;
        top: 15px !important;
    }
    .block_1_slide .container {
        max-width: 640px;
    }
    .block_4 {
        padding-top: 470px;
    }
    .block_5 {
        background-position: -700px;
        margin-top: -180px;
    }
    .content_cost span {
        font-size: 65px;
    }
    .content_cost_title {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .content_cost_item {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .content_cost {
        margin-bottom: 25px;
    }
    .block_t_1.block_s_1 .pwd_title {
        margin-bottom: 15px;
    }
    .block_t_1.block_s_1 .content_page p {
        margin-bottom: 1rem;
    }
    .rasc_bott_prim {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .block_7_btn {
        top: -100px;
    }
    .bottom_popup__content .bottom_close {
        right: -10px!important;
    }
    header .navbar-collapse.active ul.navbar-nav li a {
        font-size: 18px;
    }
    body header .navbar {
        width: 43px;
    }
    .navbar-toggle {
        width: 43px;
    }
    .navbar-header .sr-only {
        font-size: 13px;
    }
    .block_1_title_1 {
        font-size: 53px;
    }
    .block_1_slide {
        padding-top: 115px;
    }
    .block_3_img {
        -ms-flex: 0 0 112px;
        flex: 0 0 112px;
        max-width: 112px;
        width: 112px;
        height: 112px;
        margin-top: -55px;
    }
    .block_3_content {
        padding-top: 70px;
    }
    .block_3_content_title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1;
    }
    .block_3_list span {
        margin-bottom: 10px;
    }
    .block_3_img img {
        max-width: 60px;
    }
    .rasc_bott span {
        width: 45%;
    }
    .rasc_bott {
        margin-top: 30px;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .rasc_bott input:not(.wpcf7-submit) {
        margin-right: 0;
    }
    .wpcf7-submit {
        border: none;
        margin: 0 auto;
        margin-top: 25px;
    }
    .block_4_video {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        position: relative;
    }
    .mfp-image-holder .mfp-figure .mfp-close,
    .mfp-iframe-holder .mfp-iframe-scaler .mfp-close {
        right: 10px;
        top: 10px !important;
        width: 35px;
        height: 35px;
        font-size: 35px;
    }
    .block_4 {
        min-height: 1820px;
        padding-top: 490px;
    }
    .block_4_top {
        margin-bottom: 40px;
    }
    .block_4_btn {
        top: -220px;
    }
    .block_5 {
        padding-top: 240px;
    }
    .team_item_title {
        font-size: 28px;
    }
    .pwd_title {
        font-size: 40px;
    }
    .team_item_title {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .team_items_skill {
        width: calc(50% - 15px);
    }
    .block_5_btn {
        margin-top: 30px;
    }
    .block_6 {
        padding-top: 620px;
    }
    .block_6_title {
        margin-bottom: 25px;
        text-align: center;
    }
    .block_6_left img:last-child {
        margin-bottom: 25px;
    }
    .block_6_right_title {
        font-size: 32px;
    }
    .block_6_right .block_6_right_item:not(:last-child) .block_6_right_content {
        margin-bottom: 30px;
    }
    .block_6 {
        min-height: 2150px;
    }
    .block_7_text {
        font-size: 20px;
    }
    .block_7_img {
        -ms-flex: 0 0 112px;
        flex: 0 0 112px;
        max-width: 112px;
        width: 112px;
        height: 112px;
        margin-top: -57px;
    }
    .block_7_text {
        font-size: 22px;
        margin-bottom: 80px;
    }
    .block_7_img img {
        max-width: 70px;
    }
    .block_7_item {
        width: calc(50% - 10px);
        margin-bottom: 80px;
    }
    .block_7_content {
        padding-top: 70px;
    }
    .block_7_content_title {
        margin-bottom: 20px;
        line-height: 1;
    }
    .block_7_list {
        padding-bottom: 30px;
        font-size: 16px;
    }
    .js-main-form {
        padding: 40px;
    }
    .form_button {
        margin-top: 0;
    }
    .block_8_adress,
    .block_8_phone,
    .block_8_email,
    .block_8_social {
        font-size: 16px;
    }
    .block_6_video .video_play {
        width: 70px;
        height: 70px;
        border: 3px solid;
    }
    .block_6_video .video_play:hover {
        width: 80px;
        height: 80px;
    }
    .content_page {
        font-size: 18px;
    }
    .header_logo {
        max-width: 139px;
        margin-right: 20px;
        position: relative;
    }
    .home .header_logo {
        left: 0;
    }
    .popup_form_content {
        padding: 40px;
    }
    .block_t_1 .content_top {
        font-size: 20px;
    }
    .searchandfilter h4 {
        font-size: 22px;
        font-weight: 900;
    }
    .searchandfilter {
        font-size: 20px;
    }
    .searchandfilter label:before {
        content: "";
        width: 18px;
        height: 18px;
    }
    .block_team_btn {
        margin-top: 0;
    }
    .team_items_people {
        width: 100%;
    }
    .team_item_people {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .team_items_people {
        margin-bottom: 25px;
    }
    .teams_btn {
        margin-top: 30px;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
    .teams_btn .btn {
        margin-bottom: 25px;
        min-width: 320px;
    }
    .block_1_slide .container {
        max-width: 440px;
    }
    .block_3_cost {
        font-size: 18px;
    }
    .block_5 {
        padding-top: 240px;
        margin-top: -180px;
        height: 1550px;
    }
    .block_5_title {
        margin-bottom: 100px;
    }
    .team_items .slick-arrow {
        position: absolute;
        top: calc(25% - 30px);
    }
    .content_cost {
        font-size: 16px;
    }
    .content_cost span {
        font-size: 45px;
    }
    .content_cost_title {
        font-size: 22px;
    }
    .content_cost_items {
        padding: 30px;
    }
    .content_cost_item {
        font-size: 16px;
    }
    .rasc_bott_sum span {
        width: auto !important;
    }
    .rasc_bott_bot,
    .rasc_bott_top {
        flex-wrap: wrap;
    }
    .rasc_bott input:not(.wpcf7-submit) {
        margin-bottom: 15px;
    }
    .rasc_bott span {
        width: 100%;
    }
    .rasc_bott_sum {
        width: 100%;
    }
    .rasc_bott_prim {
        width: 100%;
        text-align: center;
    }
    .rasc_bott_top {
        margin-bottom: 10px;
    }
}

.slider-arrows {
    position: relative;
    width: 100%;
}

.slider-arrows-container {
    position: absolute;
    width: 100%;
    top: 35%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.block_1_over {
    position: relative;
}

.slider-arrows .slick-arrow,
.search-filter-results .slick-arrow,
.team_items .slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    color: #9eb849;
    font-size: 60px;
    width: 60px;
    height: 60px;
    z-index: 999;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .content_filter_results .block_team_btn .btn {
        max-width: 90%;
        min-width: 90%;
        margin: 0 auto;
    }
    .row {
        margin: 0;
    }
    .header_phone {
        display: none;
    }
    .block_1_title_1 {
        font-size: 40px;
    }
    .block_1_text_1 {
        font-size: 18px;
    }
    .block_1_slide {
        padding-top: 105px;
    }
    .block_1_text_1 {
        max-width: 250px;
    }
    .block_1_left_2,
    .block_1_right_2 {
        margin: 0 25px;
        width: 100%;
    }
    .block_1_right_2 {
        display: none;
    }
    .pwd_title {
        font-size: 30px;
    }
    .block_s_1 .pwd_title {
        font-size: 35px;
        margin-top: 15px;
    }
    .block_2_title {
        padding-bottom: 30px;
    }
    .block_2_item {
        font-size: 18px;
        line-height: 1.2;
    }
    .block_2_item span {
        -ms-flex: 0 0 42px;
        flex: 0 0 42px;
        max-width: 42px;
    }
    .block_2_items .block_2_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .block_2_items {
        margin-bottom: 20px;
    }
    .btn {
        padding-left: 20px;
        padding-right: 20px;
        height: 66px;
        font-size: 20px;
        border-radius: 66px;
        width: 100%;
        min-width: 100%;
    }
    .block_2_btn {
        margin-top: 35px;
    }
    .block_1_2 {
        min-height: 1620px;
    }
    .block_3 {
        padding-top: 40px;
        margin-top: 0;
        background-image: none !important;
        background: #fff;
        -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
        min-height: auto;
    }
    .block_3_item {
        width: 100%;
    }
    .block_3_btn .btn {
        width: 100%;
    }
    .block_4 {
        min-height: 1820px;
        padding-top: 30px;
    }
    .block_4_title {
        text-align: center;
    }
    .block_2_title {
        padding-top: 110px;
    }
    .block_4 {
        margin-top: 0;
    }
    .block_4_item {
        font-size: 18px;
        line-height: 1.2;
    }
    .block_4_item span {
        -ms-flex: 0 0 42px;
        flex: 0 0 42px;
        max-width: 42px;
        width: 42px;
        height: 42px;
    }
    .block_4_item span:before {
        width: 23px;
        height: 26px;
    }
    .block_4_video .video_play {
        width: 70px;
        height: 70px;
        border: 3px solid;
    }
    .block_4_video .video_play:hover {
        width: 80px;
        height: 80px;
    }
    .block_4 {
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 400px;
        background-image: none!important;
        background-color: #efefef;
    }
    .team_item_title {
        font-size: 24px;
    }
    .team_item_skill_title {
        text-align: center;
        margin: 20px auto;
        width: 100%;
        font-size: 22px;
    }
    .team_items_skill {
        width: 100%;
    }
    .block_5 {
        height: 1519px;
    }
    .block_5 {
        padding-top: 260px;
    }
    .block_6_left div {
        width: 100%;
    }
    .block_6_left {
        flex-wrap: wrap;
    }
    .block_6_left div:not(:last-child) {
        margin-bottom: 0;
    }
    .block_6_right_title {
        font-size: 26px;
    }
    .block_6_right_content {
        font-size: 18px;
    }
    .block_7 {
        margin-top: 0;
    }
    .block_6_video_item {
        width: 100%;
    }
    .block_6_video {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .block_6_video_item {
        width: 100%;
        margin-top: 20px;
    }
    .block_7_text {
        font-size: 18px;
        margin-bottom: 80px;
    }
    .block_7_item {
        width: 100%;
        margin-bottom: 80px;
    }
    .block_7_btn {
        top: 0;
        margin-bottom: 120px;
    }
    .block_7 {
        padding-top: 180px;
    }
    .block_8_title {}
    .form_title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 35px;
    }
    .block_6_left img:last-child {
        margin-bottom: 55px;
    }
    .rasc_top .type {
        width: 100%;
        border-bottom: 1px dashed #e3e3e3;
        border-right: none;
    }
    .rasc_top h4 {
        height: auto;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .radio label span,
    .checkbox label span {
        margin-bottom: 0;
    }
    .rasc_top label {
        margin-bottom: 0;
    }
    .rasc_top .system,
    .rasc_top .type2,
    .rasc_top .type {
        width: 100%;
        border-bottom: 1px dashed #e3e3e3;
        border-right: none;
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .rasc_top .range {
        border-right: none;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%;
    }
    .rasc_bott span {
        width: 100%;
        margin-bottom: 0;
    }
    #callbacks_form .wpcf7-submit {
        border: none;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 10px;
    }
    body:not(.home) .container {
        width: calc(100% - 30px);
        padding-bottom: 30px;
    }
    #bottom_popup .container {
        padding-bottom: 0!important;
    }
    .block_t_1:before {
        content: '';
        background: #fff;
        width: calc(100% - 30px);
        display: block;
        position: absolute;
        height: calc(100% - 30px);
        z-index: 1;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        width: calc(100% - 30px);
        top: 15px;
    }
    .block_t_1:after {
        display: none;
    }
    .content_page {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .block_t_1 .pwd_title {
        margin-bottom: 25px;
    }
    .block_t_1 .content_top {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .searchandfilter {
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 3px 15px 4px rgba(0, 0, 0, 0.21);
        padding: 10px 30px;
        margin: 0 auto;
        font-size: 28px;
    }
    .searchandfilter>ul>li:first-child>ul>li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .searchandfilter>ul>li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 0;
    }
    .searchandfilter h4 {
        font-size: 20px;
    }
    .searchandfilter {
        font-size: 18px;
    }
    .searchandfilter label:before {
        content: "";
        width: 16px;
        height: 16px;
    }
    .searchandfilter label {
        padding-left: 25px !important;
    }
    .team_item_procent {
        font-size: 28px;
        margin-top: 30px;
    }
    .content_filter .team_item_title {
        font-size: 20px;
    }
    .block_team_btn {
        height: 100%;
        position: relative;
    }
    .block_team_btn {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .teams_btn .btn {
        margin-bottom: 25px;
        min-width: 290px;
        max-width: 290px;
    }
    body header .container,
    body footer .container {
        padding-bottom: 0!important;
    }
    .js-main-form {
        padding: 30px;
    }
    .js-main-form {
        box-shadow: 0px 3px 15px 4px rgba(0, 0, 0, 0.21);
    }
    .block_8_adress p,
    .block_8_phone a {
        display: inline-block;
    }
    .block_8_contacts {
        padding-top: 400px !important;
        min-height: 1697px;
        background-size: cover;
    }
    .mfp-image-holder .mfp-figure .mfp-close {
        right: -15px;
        top: 20px !important;
    }
    .slider-arrows .slick-arrow-left,
    .search-filter-results .slick-arrow-left,
    .team_items .slick-arrow-left {
        left: -20px;
    }
    .slider-arrows .slick-arrow-right,
    .search-filter-results .slick-arrow-right,
    .team_items .slick-arrow-right {
        right: -20px;
    }
    .slider-arrows,
    .search-filter-results .slick-arrow,
    .team_items .slick-arrow {
        top: 160px;
    }
    .block_1_slide .container {
        max-width: 400px;
    }
    .slider-arrows {
        top: 0;
    }
    .block_1_2 {
        min-height: 1520px;
        background: #fbfbfb;
        background-image: none!important;
    }
    .block_5 {
        padding-top: 260px;
        padding-top: 40px;
        margin-top: 0;
        background-image: none !important;
        background: #fff;
        background-image: none;
        background-image: none;
        -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
        min-height: auto;
        height: auto;
        padding-bottom: 100px;
    }
    .block_4 {
        padding-bottom: 10px;
    }
    .block_6 {
        margin-top: 0;
        padding-top: 40px;
    }
    .block_5_title {
        margin-bottom: 40px;
    }
    .block_5_btn {
        max-width: 90%;
        min-width: 90%;
        margin: 0 auto;
        right: 0;
        left: 0;
        margin-bottom: 20px;
    }
    .block_8_title {
        margin-top: 0;
    }
    .block_7 {
        min-height: 350px;
        background-size: cover;
        padding-top: 130px;
    }
    .block_6 {
        min-height: auto;
        background-image: none!important;
        background-color: #fff;
    }
    .block_7_btn {
        top: -160px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .block_1_slide .container {
        max-width: 100%;
        padding: 0 60px;
    }
    .block_5 {
        padding-bottom: 50px;
    }
    .block_3_cost {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
}

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

@media (min-width: 576px) {
    .block_t_1:after {
        width: 570px;
        background-size: cover;
        margin: 0 auto;
        height: 174px;
    }
    .block_t_1:before {
        width: 570px;
        height: calc(100% - 174px);
    }
    .slider-arrows .slick-arrow-left,
    .search-filter-results .slick-arrow-left,
    .team_items .slick-arrow-left {
        left: -20px;
    }
    .slider-arrows .slick-arrow-right,
    .search-filter-results .slick-arrow-right,
    .team_items .slick-arrow-right {
        right: -20px;
    }
}

@media (min-width: 768px) {
    .block_t_1:after {
        width: 750px;
        background-size: cover;
        margin: 0 auto;
        height: 229px;
    }
    .block_t_1:before {
        width: 750px;
        height: calc(100% - 229px);
    }
    .slider-arrows .slick-arrow-left,
    .search-filter-results .slick-arrow-left,
    .team_items .slick-arrow-left {
        left: -20px;
    }
    .slider-arrows .slick-arrow-right,
    .search-filter-results .slick-arrow-right,
    .team_items .slick-arrow-right {
        right: -20px;
    }
}

.sub-menu {
    display: none;
}

ul.nav.menu li.menu-item-has-children>a:after {
    content: "\f347";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 17px;
    height: 17px;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    border: 1px solid #9eb849;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    color: #9eb849;
    padding-top: 1px;
    margin-left: 4px;
}

header ul.navbar-nav li a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

ul.nav.menu li.menu-item-has-children .sub-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
    line-height: 1.6;
    width: 100%;
}

ul.nav.menu li.menu-item-has-children .sub-menu li a {
    font-size: 14px;
}

ul.nav.menu li.menu-item-has-children ul.sub-menu li {
    width: 100%;
}

header ul.navbar-nav>li {
    padding: 10px 0px 15px 0px;
    position: relative;
}

ul.nav.menu li.menu-item-has-children:hover .sub-menu {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

ul.nav.menu li.menu-item-has-children .sub-menu>li>a:before {
    content: "•";
    margin-right: 5px;
    color: #9eb849;
}

.btn_team {
    background: #cc6306;
    background-image: -moz-linear-gradient( 90deg, rgb(200, 94, 1) 0%, rgb(247, 109, 8) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(200, 94, 1) 0%, rgb(247, 109, 8) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(200, 94, 1) 0%, rgb(247, 109, 8) 100%);
}

@media (min-width: 992px) {
    ul.nav.menu li.menu-item-has-children:hover>a:after {
        content: "\f343";
        padding-top: 0;
    }
    ul.nav.menu li.menu-item-has-children:hover .sub-menu {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        display: inline-block;
    }
    .block_t_1:after {
        width: 990px;
        background-size: cover;
        margin: 0 auto;
        height: 303px;
    }
    .block_t_1:before {
        width: 990px;
        height: calc(100% - 303px);
    }
    .search-filter-results .slick-arrow-left,
    .team_items .slick-arrow-left {
        left: -30px;
    }
    .search-filter-results .slick-arrow-right,
    .team_items .slick-arrow-right {
        right: -30px;
    }
    .slider-arrows .slick-arrow-left {
        left: -70px;
    }
    .slider-arrows .slick-arrow-right {
        right: -70px;
    }
}

@media (min-width: 1200px) {
    .block_t_1:after {
        width: 1170px;
        background-size: cover;
        margin: 0 auto;
        height: 358px;
    }
    .block_t_1:before {
        width: 1170px;
        height: calc(100% - 358px);
    }
    .search-filter-results .slick-arrow-left,
    .team_items .slick-arrow-left {
        left: -40px;
    }
    .search-filter-results .slick-arrow-right,
    .team_items .slick-arrow-right {
        right: -40px;
    }
}

@media (min-width: 1400px) {
    .block_t_1:after {
        width: 1300px;
        background-size: cover;
        margin: 0 auto;
        height: 398px;
    }
    .block_t_1:before {
        width: 1300px;
        height: calc(100% - 398px);
    }
    .search-filter-results .slick-arrow-left,
    .team_items .slick-arrow-left {
        left: -60px;
    }
    .search-filter-results .slick-arrow-right,
    .team_items .slick-arrow-right {
        right: -60px;
    }
}

@media (min-width: 1525px) {
    .search-filter-results .slick-arrow-left,
    .team_items .slick-arrow-left {
        left: -90px;
    }
    .search-filter-results .slick-arrow-right,
    .team_items .slick-arrow-right {
        right: -90px;
    }
}

@media (min-width: 1600px) {
    .block_t_1:after {
        width: 1550px;
        background-size: cover;
        margin: 0 auto;
        height: 474px;
    }
    .block_t_1:before {
        width: 1550px;
        height: calc(100% - 474px);
    }
}

.block_t_1.block_t_nobg {
    padding-top: 0;
}

.block_t_1.block_t_nobg:before {
    display: none;
}

.block_t_1.block_t_nobg:after {
    display: none;
}

.page-template-page-elementor footer {
    display: none;
}

.blockbgslide1 {
    background-image: url(https://uralfinans.com/wp-content/uploads/2021/08/bg_1_n.png);
}

@media only screen and (max-width: 768px) {
    .blockbgslide1 {
        background-image: url(https://uralfinans.com/wp-content/uploads/2022/03/movil1bg-min.png);
    }
    .block_1_slide {
        background-position: right;
    }
}

.btnSlug {
    background: #9eb849;
    background-image: -moz-linear-gradient(90deg, rgb(118, 182, 23) 0%, rgb(152, 215, 56) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(118, 182, 23) 0%, rgb(152, 215, 56) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(118, 182, 23) 0%, rgb(152, 215, 56) 100%);
    box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 39%), inset 0px -4px 0px 0px rgb(0 0 0 / 28%);
    padding-left: 40px;
    padding-right: 40px;
    height: 63px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 86px;
    padding-bottom: 4px;
    text-align: center;
    width: 100%;
    max-width: max-content;
    margin: 25px auto 0 auto;
}

.btnSlug:hover {
    background: #9eb849;
    background-image: -moz-linear-gradient(90deg, rgb(152, 215, 56) 0%, rgb(118, 182, 23) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(152, 215, 56) 0%, rgb(118, 182, 23) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(152, 215, 56) 0%, rgb(118, 182, 23) 100%);
    box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 39%), inset 0px -4px 0px 0px rgb(0 0 0 / 28%);
    color: #fff;
    text-decoration: none;
}

.block_3_content:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgb(158 184 73);
    -moz-box-shadow: 0px 0px 10px 2px rgb(158 184 73);
    box-shadow: 0px 0px 10px 2px rgb(158 184 73);
}

.benefits {
    width: 100%;
}

.benefits__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
}

.benefits__header {
    width: 100%;
    text-align: center;
    line-height: 1.3;
    padding: 0 15px 60px;
    color: #e2e2e2;
    font-size: 2rem;
    text-transform: uppercase;
}

.benefits__element {
    width: 49%;
    background-color: #ffffffb0;
    margin: 5px;
    padding: 35px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 7%);
}

.benefits__icon {
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.benefits__element p {
    color: #515151;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0px;
}

.benefits__number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0px;
    opacity: 0;
}

.benefits__title {
    font-size: 1.125rem;
}

p.benefits__number {
    color: #9eb849;
    font-size: 3.5rem;
    line-height: 1.1;
}

.chetdiv {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 15px;
}

.dopznak {
    font-size: 2.2rem;
    color: #9eb849!important;
    font-weight: 700;
}

.sl-container {
    width: 100%;
    height: 500px;
    margin: 20px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
    position: relative;
}

.swipe {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
}

.panel {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
}

.left {
    left: -100%;
}

.right {
    left: 100%;
}

.sl-info {
    position: absolute;
    width: 70%;
    max-width: 500px;
    bottom: 15%;
    right: 5%;
    pointer-events: none;
}

.inner {
    position: relative;
    padding: 0.5em 2em 1em;
    background: #FFFFFF;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.inner h3 {
    font-size: 2em;
    font-weight: normal;
    color: #9ab447;
    text-align: center;
}

.inner p {
    font-family: Verdana, sans-serif;
}

.sl-info:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 80%;
    top: 0;
    left: 0;
    transform: translate(-10px, -10px);
    background: #9eb849;
}

.sl-buttons {
    position: absolute;
    bottom: -50px;
    right: 5%;
    pointer-events: all;
}

.sl-buttons button {
    transition: ease .4s;
}

.sl-buttons button svg {
    margin: 10px 0;
}

.sl-buttons .btn-prev,
.sl-buttons .btn-next {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    border: 2px solid #7b9134;
    outline: none;
    border-radius: 60px;
    color: #FFFFFF;
    background: #99b247;
    box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, .5);
    cursor: pointer;
}

.sl-buttons button:hover {
    box-shadow: 0px 3px 30px 3px rgba(0, 0, 0, .5);
}

.sl-buttons button:disabled {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .5);
    background: #b3b3b3;
    cursor: default;
}

.optional {
    width: 80%;
    max-width: 680px;
    margin: 6em auto;
    padding: 2em 3em;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16), 0 3px 12px rgba(0, 0, 0, 0.23);
}

@media (max-width: 620px) {
    body {
        font-size: 13px;
        line-height: 1.5em;
    }
    .sl-info {
        position: absolute;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        right: 0;
    }
    .inner {
        padding: .5em 1.5em;
        box-shadow: none;
    }
    .sl-buttons {
        display: none;
    }
}

.viduslug span.wpcf7-form-control.wpcf7-radio.radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.viduslug h4 {
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}

.viduslug {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.carousel-nav .owl-nav {
    text-align: center;
    margin-top: 10px;
}

.carousel-nav .owl-nav button.owl-next,
.carousel-nav .owl-nav button.owl-prev {
    color: blue;
}

.carousel-nav .owl-nav button.disabled {
    color: black;
    opacity: .5;
}

.owl-next {
    background: #9eb849!important;
    border: 1px solid #84a125!important;
    border-radius: 30px!important;
    width: 60px!important;
    height: 60px!important;
    font-size: 32px!important;
    color: #fff!important;
    font-weight: 800!important;
    margin: 10px!important;
}

.owl-prev {
    background: #9eb849!important;
    border: 1px solid #84a125!important;
    border-radius: 30px!important;
    width: 60px!important;
    height: 60px!important;
    font-size: 32px!important;
    color: #fff!important;
    font-weight: 800!important;
    margin: 10px!important;
}

.owl-nav {
    position: relative;
    display: flex;
    justify-content: center;
}

.item {
    border: 3px solid #9eb849;
    -webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 10px 1px rgb(158 184 73 / 16%);
    border-radius: 5px;
}

a.block_6_video_item.popup-youtube {
    border: 3px solid #99b04f;
    border-radius: 5px;
    margin: 5px;
}

.kyrsivedop {
    font-size: 20px;
    font-style: italic;
    text-align: center;
}

.bottom_popup {
    position: fixed;
    bottom: -250px;
    z-index: 99999999;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background-color: #93b93c;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.5);
}

.bottom_popup.show {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.bottom_popup__content {
    text-align: center;
    padding: 1em 0 2em;
    position: relative;
}

.bottom_popup .form_tit {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    max-width: 600px;
    margin: auto;
}

.bottom_popup__content .bottom_close {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
}

.bottom_form__body {
    display: flex;
    margin: 0 -8px;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.bottom_form__row,
.bottom_form__submit {
    padding: 0 8px;
}

.bottom_popup input {
    font-family: Montserrat;
    font-weight: 400;
    color: rgba(68, 68, 68, 1);
    text-align: left;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(140, 140, 140, 1) !important;
    border-style: none !important;
    border-radius: 5px;
    padding: 13px 15px 12px;
    box-sizing: border-box;
    max-width: 100%;
}

.bottom_popup input[type="submit"],
.bottom_popup a.bbtn {
    padding: 13px 25px 12px;
    border-width: 1px;
    border-radius: 4px;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    min-height: auto;
    max-width: 100%;
}

.bottom_popup a.bbtn {
    display: inline-block;
    margin-top: 1em;
}

.bottom_popup input[type="submit"]:hover,
.bottom_popup a.bbtn:hover {
    background-color: rgb(41, 41, 41);
}

@media only screen and (max-width: 768px) {
    .kyrsivedop {
        font-size: 16px;
    }
    .block_3_item {
        margin-bottom: 20px;
    }
    .benefits__element {
        width: 100%;
    }
    p.benefits__number {
        color: #9eb849;
        font-size: 2.2rem;
        line-height: 1.1;
    }
    .dopznak {
        font-size: 1.7rem;
        color: #9eb849!important;
        font-weight: 700;
    }
    .benefits__inner {
        padding: 10px 0;
    }
    .block_4_item {
        width: 100%;
    }
    .block_4_items {
        margin-bottom: 0px;
        padding-top: 40px;
    }
    .content_cost_item span {
        -ms-flex: 0 0 40px;
        flex: 0 0 20px;
        max-width: 20px;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .content_cost_item span:before {
        margin-top: 2px;
        content: '';
        background-image: url(../img/gal.png);
        width: 20px;
        height: 12px;
    }
}

.table-wrap {
    overflow-x: auto;
}

table.table-1 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.table-1 tr {
    background-color: #f8f8f8;
}

table.table-1 th,
table.table-1 td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
}

table.table-1 th {
    font-weight: bold;
}

.pwd_title_new {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    width: 100%;
    margin-top: 70px;
}

.page-id-1006 .block_3 {
    min-height: 1665px;
    padding-top: 0;
    position: relative;
    margin-top: 250px;
    z-index: 4;
}

@media only screen and (max-width: 768px) {
    .bottom_popup input[type="submit"] {
        margin-top: 0px!important;
        padding: 7px 10px 7px;
    }
    .bottom_popup a.bbtn {
        padding: 7px 10px 7px;
    }
    .bottom_popup__content {
        padding: 1em 0;
    }
    .bottom_popup input {
        padding: 7px 10px 7px;
    }
    .page-id-1006 .block_3 {
        min-height: auto;
        position: relative;
        padding-top: 40px;
        margin-top: 106px;
        z-index: 1;
    }
    footer .row {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    .footer_logo {
        flex: 0 0 80px;
    }
    .bottom_form__submit {
        max-width: 300px;
    }
}

@media only screen and (max-width: 400px) {
    .bottom_popup input,
    .bottom_popup input[type="submit"],
    .bottom_popup a.bbtn {
        font-size: 14px !important;
        padding: 3px 6px 3px;
    }
    .bottom_popup .form_tit {
        line-height: 1;
    }
}

a.foter_politic {
    color: #1a1a1a;
    margin: 5px 0;
}

p.foter_infos {
    margin-bottom: 0px;
    color: #1a1a1a;
    margin: 5px 0;
}

@media only screen and (max-width: 768px) {
    .mobgoaut {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .pcgoaut {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .content_page {
        width: 100%;
    }
    .mobwrapper {
        align-items: center;
    }
    .mobphone {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><path d="M15.5562 14.5477L15.1007 15.0272C15.1007 15.0272 14.0181 16.167 11.0631 13.0559C8.10812 9.94484 9.1907 8.80507 9.1907 8.80507L9.47752 8.50311C10.1841 7.75924 10.2507 6.56497 9.63424 5.6931L8.37326 3.90961C7.61028 2.8305 6.13596 2.68795 5.26145 3.60864L3.69185 5.26114C3.25823 5.71766 2.96765 6.30945 3.00289 6.96594C3.09304 8.64546 3.81071 12.259 7.81536 16.4752C12.0621 20.9462 16.0468 21.1239 17.6763 20.9631C18.1917 20.9122 18.6399 20.6343 19.0011 20.254L20.4217 18.7584C21.3806 17.7489 21.1102 16.0182 19.8833 15.312L17.9728 14.2123C17.1672 13.7486 16.1858 13.8848 15.5562 14.5477Z" fill="%239eb849"/><path d="M13.2595 1.87983C13.3257 1.47094 13.7122 1.19357 14.1211 1.25976C14.1464 1.26461 14.2279 1.27983 14.2705 1.28933C14.3559 1.30834 14.4749 1.33759 14.6233 1.38082C14.9201 1.46726 15.3347 1.60967 15.8323 1.8378C16.8286 2.29456 18.1544 3.09356 19.5302 4.46936C20.906 5.84516 21.705 7.17097 22.1617 8.16725C22.3899 8.66487 22.5323 9.07947 22.6187 9.37625C22.6619 9.52466 22.6912 9.64369 22.7102 9.72901C22.7197 9.77168 22.7267 9.80594 22.7315 9.83125L22.7373 9.86245C22.8034 10.2713 22.5286 10.6739 22.1197 10.7401C21.712 10.8061 21.3279 10.53 21.2601 10.1231C21.258 10.1121 21.2522 10.0828 21.2461 10.0551C21.2337 9.9997 21.2124 9.91188 21.1786 9.79572C21.1109 9.56339 20.9934 9.21806 20.7982 8.79238C20.4084 7.94207 19.7074 6.76789 18.4695 5.53002C17.2317 4.29216 16.0575 3.59117 15.2072 3.20134C14.7815 3.00618 14.4362 2.88865 14.2038 2.82097C14.0877 2.78714 13.9417 2.75363 13.8863 2.7413C13.4793 2.67347 13.1935 2.28755 13.2595 1.87983Z" fill="%239eb849"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.4857 5.3293C13.5995 4.93102 14.0146 4.7004 14.4129 4.81419L14.2069 5.53534C14.4129 4.81419 14.4129 4.81419 14.4129 4.81419L14.4144 4.81461L14.4159 4.81505L14.4192 4.81602L14.427 4.81834L14.4468 4.8245C14.4618 4.82932 14.4807 4.8356 14.5031 4.84357C14.548 4.85951 14.6074 4.88217 14.6802 4.91337C14.8259 4.97581 15.0249 5.07223 15.2695 5.21694C15.7589 5.50662 16.4271 5.9878 17.2121 6.77277C17.9971 7.55775 18.4782 8.22593 18.7679 8.7154C18.9126 8.95991 19.009 9.15897 19.0715 9.30466C19.1027 9.37746 19.1254 9.43682 19.1413 9.48173C19.1493 9.50418 19.1555 9.52301 19.1604 9.53809L19.1665 9.55788L19.1688 9.56563L19.1698 9.56896L19.1702 9.5705C19.1702 9.5705 19.1707 9.57194 18.4495 9.77798L19.1707 9.57194C19.2845 9.97021 19.0538 10.3853 18.6556 10.4991C18.2607 10.6119 17.8492 10.3862 17.7313 9.99413L17.7276 9.98335C17.7223 9.96832 17.7113 9.93874 17.6928 9.89554C17.6558 9.8092 17.5887 9.66797 17.4771 9.47938C17.2541 9.10264 16.8514 8.53339 16.1514 7.83343C15.4515 7.13348 14.8822 6.73078 14.5055 6.50781C14.3169 6.39619 14.1757 6.32909 14.0893 6.29209C14.0461 6.27358 14.0165 6.26254 14.0015 6.25721L13.9907 6.25352C13.5987 6.13564 13.3729 5.72419 13.4857 5.3293Z" fill="%239eb849"/></g></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 4vw;
    }
}

@media only screen and (max-width: 768px) {
    .mobwrapper {
        order: 3;
        display: flex;
    }
    .block_8 {
        background-image: url(https://uralfinans.com/wp-content/uploads/2022/03/mobbg8-3-min.png)!important;
    }
    .block_7 {
        background-image: url(https://uralfinans.com/wp-content/uploads/2022/03/mobcontact-min.png)!important;
    }
    footer {
        background-position: unset;
        background-image: url(https://uralfinans.com/wp-content/uploads/2022/03/fotermobil-min.jpg);
    }
    #map {
        background-image: url(https://uralfinans.com/wp-content/uploads/2022/03/mapmobil-min.jpg)!important;
    }
    .viduslug span.wpcf7-form-control.wpcf7-radio.radio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

table.table-1 tr:last-child {
    font-weight: 800;
    text-align: center!important;
}

table.table-1 tr:last-child td {
    text-align: center!important;
}

table.table-1 td {
    text-align: left;
}

.pwd_title_top {
    font-size: 42px;
    padding-bottom: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .pwd_title_top {
        font-size: 20px;
        padding-bottom: 5px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        width: 100%;
        margin: 0;
    }
}

.content_cost b,
strong {
    font-weight: 800;
}

.pwd_title_new span {
    color: #9eb849;
}

span.wpcf7-form-control.wpcf7-checkbox.radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    span.wpcf7-form-control.wpcf7-checkbox.radio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .table-1 {
        text-align: center;
        display: inline-block;
        background-color: #fff;
        overflow-y: scroll;
    }
}

a.btn.newcolor.popup_form_click.form_calculation {
    background-image: -webkit-linear-gradient( 90deg, rgb(229 0 59) 0%, rgb(215 56 56) 100%);
}

a.btn.newcolor.popup_form_click.form_calculation:hover {
    background-image: -webkit-linear-gradient( 90deg, rgb(177 15 57) 0%, rgb(210 42 42) 100%);
}

@media screen and (min-width: 768px) {
    ul.sub-menu {
        background-color: #fff;
        border-top: 2px solid#9eb849;
        -webkit-box-shadow: 0px 10px 10px 5px rgb(0 0 0 / 12%);
        -moz-box-shadow: 0px 10px 10px 5px rgb(0 0 0 / 12%);
        box-shadow: 0px 10px 10px 5px rgb(0 0 0 / 12%);
    }
    .menu-item-1010:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px -15px 12px 5px rgb(0 0 0 / 12%);
        -moz-box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 12%);
        box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 12%);
    }
    .menu-item-612:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px -15px 12px 5px rgb(0 0 0 / 12%);
        -moz-box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 12%);
        box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 12%);
    }
    li#menu-item-1010 a {
        padding: 0px 10px;
        display: flex;
        align-items: flex-start;
        line-height: 16px;
    }
    li#menu-item-612 a {
        padding: 0px 10px;
        display: flex;
        align-items: flex-start;
        line-height: 16px;
    }
    ul.nav.menu li.menu-item-has-children ul.sub-menu li {
        padding: 8px 0px;
    }
    header {
        z-index: 10;
    }
    li#menu-item-375 {
        padding-top: 15px;
    }
    li#menu-item-1003 {
        padding-bottom: 15px;
    }
    li#menu-item-206 {
        padding-top: 15px;
    }
    li#menu-item-613 {
        padding-bottom: 15px;
    }
}