/*!
Theme Name: security
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: security
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

body {
    margin: 0;
}

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

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

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

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

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

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

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

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

p {
    margin: 0;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

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

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

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

a:visited {
    color: purple;
}

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

a:focus {
    outline: thin dotted;
}

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

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

/* Remove outline on the forms and links */
:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

a:hover {
    color: #ffd535 !important;
    transition: 0.6s;
}

::placeholder {
    letter-spacing: 0.03em;
    color: #C4C4C4 !important;
}

.submit:hover {
    background: #ffd535 !important;
    transition: 0.6s;
    cursor: pointer;
}

.section_one--feedback:hover,
.section_one--feedback:hover p,
.section_one--feedback:hover span,
.work__feedback:hover,
.work__feedback:hover p,
.work__feedback:hover,
.work__feedback:hover span {
    color: #ffd535 !important;
    transition: 0.6s;
    cursor: pointer;
}


/*------------------------------------------My style----------------------------*/
@font-face {
    font-family: FiraSans;
    src: url(fonts/FiraSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: FiraSans;
    src: url(fonts/FiraSans-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: FiraSans;
    src: url(fonts/FiraSans-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: FiraSans;
    src: url(fonts/FiraSans-Regular.ttf);
    font-weight: 400;
}

* {
    font-family: 'FiraSans', sans-serif;
    color: #253237;
}

header {
    background: rgba(37, 50, 55, 0.7);
    height: 77px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.pum-container {
    max-width: 365px !important;
}

.title_popup {
    text-align: center;
    margin: 15px 0 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

/*мобильное меню*/
button#responsive-menu-button {
    left: 0px !important;
    top: 5px !important;
    background: none !important;
}

.responsive-menu-open button#responsive-menu-button {
    background: #212121 !important;
    left: 75% !important;
}

.responsive-menu-open body {
    overflow: hidden;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
}

#responsive-menu-container {
    width: 100% !important;
    padding-right: 25% !important;
    background: rgba(0, 0, 0, 0.7) !important;
}

#responsive-menu-wrapper {
    padding: 35px 20px 0 !important;
    width: 100% !important;
    height: 100% !important;

}

/*мобильное меню*/

.title {
    font-weight: 900;
    letter-spacing: 0.03em;
    font-size: 24px;
}

.section__one {
    /*background: rgba(0, 0, 0, 0.85);*/
    padding: 77px 0 0 0;
    background-image: url(img/home_section_one.jpg);
    background-position: center;
    background-size: cover;
}

.section_one--video {
    background-image: url(img/video_section_one.jpg) !important;
}
.section_one--gate {
    background-image: url(img/gate_section_one.jpg) !important;
}

.t-yellow {
    color: #E1C350;
}

.t-white {
    color: #FFFFFF;
}

.logo__header {
    text-align: right;
}

.logo__header img {
    width: 140px;
    position: relative;
    top: 25px;
    right: 5px;
}

.section_one--title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    margin: 52px auto 0 auto;
}

.section_one--subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 22px 0 0 0;
}

.feedback_title--arrow {
    width: 43px;
    height: 43px;
    margin: 0 auto;
    background: #E1C350;
    border-radius: 50%;
    background-image: url(img/arrow_in_circle.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.section_one--feedback {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 40px 0 140px 0px;
}

.feedback__title {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-align: center;
}

.feedback__title span {
    display: none;
}

.t-darck {
    color: #253237 !important;
}

.row__advantages {
    position: relative;
    top: -35px;
    background: #fff;
    box-shadow: 0px 4px 40px rgba(40, 51, 55, 0.1);
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 10px 20px;
}

.row_advantages--bloks {
    width: 170px;
    text-align: center;
    margin-bottom: 30px;
}

.row_advantages--bloks img {
    width: 33%;
}

.text {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
}

.advantages_bloks--text {
    font-weight: 500;
}

.title__about {
    text-align: center;
    margin: 54px 0 40px 0px;
}

.about__img img {
    height: 282px;
    width: auto;
    max-width: none;
}

.about__img {
    display: flex;
    justify-content: center;
    height: 282px;
    overflow: hidden;
    border-radius: 30px;
}

.about__text {
    margin: 35px 0 0 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
}

.row__about--cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 35px;
}

.about__cards {
    width: 335px;
    height: 110px;
    background: #F4F5F5;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.about__cards span {
    font-weight: 800;
    font-size: 16px;
    line-height: 45px;
}

.about__cards .about_cards--digls {
    font-weight: 800;
    font-size: 36px;
    line-height: 24px;
}

.work__service {
    background-image: url(img/service_form.jpg) !important;
}

.work {
    background-image: url(img/section_work_.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 80px;
}

.work__title {
    text-align: center;
    width: 100%;
    margin-top: 53px;
}

.work__subtitle {
    text-align: center;
    margin-bottom: 51px;
}

.row_work {
    flex-direction: column;
}

.work__blocks {
    display: flex;
    position: relative;
    flex-direction: row;
    width: 220px;
    margin: 0 auto 95px auto;
}

.work__circle {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 100%;
}

.work__circle div {
    width: 50px;
    height: 50px;
    background: #E1C350;
    border-radius: 100%;
    margin: 11px;
    text-align: center;
}

.work_circle--digls {
    font-weight: 900;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.03em;
}

.work_blocks--text {
    line-height: 72px;
    padding-left: 17px;
    letter-spacing: 0.03em;
}

.work_circle--center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #fff;
    position: absolute;
    transform: rotate(90deg);
    top: 120px;
    left: -15px;
}

.work_circle--center:before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #fff;
    position: absolute;
    transform: rotate(90deg);
    top: -50px;
    left: -15px;
}

.work__feedback {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    margin: -37px 0 71px 0;
}

.work_feedback--service {
    margin-top: 0;
}

.work__feedback .feedback__title {
    line-height: 50px;
    margin-top: 0;
}

.work__feedback .feedback_title--arrow {
    width: 52px;
    height: 52px;
    margin: 0 0 0 25px;
}

.service__title {
    text-align: center;
    margin: 86px 0 40px 0px;
    font-size: 30px;
}

.service__cards {
    display: flex;
    justify-content: center;
    height: 270px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 20px;
}

.service__cards img {
    height: 270px;
    width: auto;
    max-width: none;
}

.service_cards--text {
    position: absolute;
    top: calc(50% - 24px);
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    width: 260px;
}

.logo__footer {
    text-align: center;
}

.logo__footer img {
    width: 200px;
    margin: 32px 0 15px 0;
}

.footer {
    background: #202B30;
    padding-bottom: 55px;
    margin-top: 90px;
}

#menu-menu-1 {
    display: flex;
    justify-content: space-around;
    margin: 3px auto 0 auto !important;
    width: 340px;
}

#menu-menu-1 li {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-right: 9px;
    display: inline;
    position: relative;
}

#menu-menu-1 li:after {
    display: block;
    content: ' ';
    background-image: url(img/arow.svg);
    height: 7px;
    width: 4px;
    text-align: right;
    position: absolute;
    right: -10px;
    top: 4px;
}

#menu-menu-1 li a {
    color: #FFFFFF;
    text-decoration: none;
}

#menu-menu-1 {
    margin: 0;
    padding: 0;
}

#menu-menu-1 .sub-menu {
    display: none;
}

.contact__title {
    text-align: center;
    margin: 87px 0 40px 0;
}

.contact__block {
    max-width: 338px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 25px 33px 25px;
}

.contact_block--title {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 23px;
    letter-spacing: 0.03em;
}

.contact_block--text,
.contact_block--text span {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03em;
}
.contact_block--text span a{
    text-decoration: none;
    color: #253237;
}

.contact_block--text span {
    margin-right: 18px;
}

.contact__map {
    height: 250px;
    margin-top: 27px;
}

.contact__map iframe {
    border-radius: 20px;
}

.review {
    background: #F4F5F5;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
    padding-bottom: 77px;
}

.review__map {
    position: absolute;
    max-width: none;
    top: 162px;
    left: -173px;
}

.review__title {
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    margin: 48px 0 21px;
}

.review__subtitle {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 74px;
    text-align: center;
    letter-spacing: 0.03em;
}

.slider_blocks--img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #FFFFFF;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: -74px;
}

.slider_blocks--img img {
    height: 110px;
    width: auto;
    max-width: none;
}

.review_slider--blocks {
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    top: 73px;
    padding: 60px 15px 85px 15px;
    margin-bottom: 73px;
    text-align: center;
}

.review__name {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.03em;
    margin: 2px 0 10px;
}

.review__subname {
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
}

.review__text {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
    margin-top: 40px;
}

.swiper-pagination {
    margin-top: 40px;
    position: static !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: #253237 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #E1C350 !important;
}

.title__advantages {
    text-align: center;
    width: 300px;
    line-height: 30px;
    margin: 10px auto 50px !important;
}

.service_advantages--bloks {
    display: flex;
    flex-direction: row;
    margin: 0 auto 50px auto;
    width: 290px;
}

.service_advantages--bloks img {
    width: 60px;
    margin: 15px 15px 0 0px;
}

.advantages_blocks--title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.service__advantages .row__advantages {
    display: block;
}

.row__advantages--service {
    display: flex;
    flex-wrap: wrap;
}

.work__service .work__title {
    margin-top: 78px !important;
}

.work__service {
    padding-bottom: 115px;
}

.service__form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 340px;
    margin: 20px auto 0 auto;
    background: #fff;
    padding: 35px 12px 55px;
    border-radius: 20px;
}

.input__text {
    width: 306px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4 !important;
    box-sizing: border-box;
    border-radius: 10px !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #253237 !important;
    padding-left: 25px !important;
    margin-bottom: 15px;
}

.submit {
    width: 306px;
    height: 58px;
    background: #E1C350 url(img/arrow_long.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 220px 22px !important;
    border-radius: 10px !important;
    font-weight: 900;
    font-size: 18px !important;
    letter-spacing: 0.03em;
    margin-top: 24px;
    border: none !important;
    padding: 0 !important;
}

.title__decision {
    text-align: center;
    width: 100%;
    margin: 45px 0 35px;
}

.decision__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.decision__block {
    width: 304px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 10px 20px;
}

.decision_block--content {
    padding: 23px 10px 20px 28px;
}

.decision_block--title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 35px;
}

.decision_block--text {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    padding-left: 24px;
    margin-bottom: 15px;
    position: relative;
}

.decision_block--text:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    position: absolute;
    top: 4px;
    left: -3px;
}

.gate_ecision_block--img {
    display: flex;
    justify-content: center;
    height: 226px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

.gate_ecision_block--img img {
    height: 282px;
    width: auto;
    max-width: none;
}

.gate_decision--blocks {
    padding: 0 30px;
}

.gate_decision--blocks .decision__block {
    max-width: 552px;
    width: 100%;
}

.gate_decision_block--text {
    padding-left: 0 !important;
}

.gate_decision_block--text:after {
    display: none !important;
}

/*------------------------------- Медиа запросы --------------------*/

@media (min-width: 576px) {
    #menu-menu {
        margin: 0;
        padding: 0;
    }

    #menu-menu .sub-menu {
        display: none;
    }

    #menu-menu {
        display: flex;
        justify-content: flex-end;
        margin: 30px 0 0 0;
    }

    #menu-menu li {
        letter-spacing: 0.5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        margin-right: 9px;
        margin-left: 43px;
        display: inline;
        position: relative;
    }

    #menu-menu li:after {
        display: block;
        content: ' ';
        background-image: url(img/arow.svg);
        height: 7px;
        width: 4px;
        text-align: right;
        position: absolute;
        right: -10px;
        top: 4px;
    }

    #menu-menu li a {
        color: #FFFFFF;
        text-decoration: none;
    }

}

@media (min-width: 768px) {
    .title__decision {
        margin: 8px 0 75px;
    }

    .decision__block {
        margin-bottom: 50px;
    }

    .service__form {
        margin: -20px auto 0 auto;
        max-width: 410px !important;
    }

    .title__advantages {
        width: 420px;
        line-height: 40px;
        margin: 15px auto 60px !important;
    }

    .service_advantages--bloks img {
        margin: 0px 10px 0 0px;
    }

    .section_one--title {
        font-size: 32px;
        line-height: 37px;
        letter-spacing: 0.02em;
        margin: 155px auto 0 auto;
    }

    .section_one--subtitle {
        width: 550px;
        margin: 32px auto 0 auto;
        font-size: 16px;
    }

    .section_one--feedback {
        margin: 94px auto 355px auto;
        width: 410px;
        flex-direction: unset;
    }

    .feedback_title--arrow {
        margin-left: 20px;
        width: 58px;
        height: 58px;
        position: relative;
        top: -10px;
        left: 5px;
    }

    .logo__header img {
        position: static;
        width: 180px;
    }



    header {
        padding: 0 55px;
    }

    .logo__header {
        text-align: left;
        margin: 26px 0 0px 0;
    }



    .row__advantages {
        width: 630px;
        margin: 0 auto 0 auto;
        top: -100px;
        padding-bottom: 55px;
    }

    .row_advantages--bloks {
        width: 200px;
    }

    .advantages_bloks--text {
        margin-top: 15px;
    }

    .title__about {
        margin: 15px 0 45px 0px;
    }

    .title {
        font-size: 30px;
    }

    .about__img {
        height: auto;
    }

    .about__img img {
        height: auto;
    }

    .about__text {
        margin: 55px auto 55px auto;
        width: 630px;
    }

    .row__about--cards {
        margin-top: 10px;
        justify-content: center;
    }

    .about__cards {
        width: 200px;
        margin: 0 10px;
    }

    .work {
        margin-top: 119px;
    }

    .work__title {
        margin-top: 77px;
    }

    .work__subtitle {
        width: 600px;
        text-align: center;
        margin: 30px auto 80px auto;
    }

    .row_work {
        flex-direction: row;
        width: 660px;
        margin: 5px auto 0 auto !important;
    }

    .work__blocks {
        flex-direction: column;
        width: 220px;
        margin-bottom: 0;
    }

    .work__circle {
        margin: 0 auto;
    }

    .work_circle--center:after {
        transform: rotate(0);
        top: 32px;
        left: 145px;
        width: 160px;
    }

    .work_circle--center:before {
        transform: rotate(0);
        top: 32px;
        left: -80px;
        width: 160px;
    }

    .work_blocks--text {
        text-align: center;
        font-weight: 900;
        margin: 38px 0;
        line-height: normal;
        padding: 0;
    }

    .feedback__title span {
        display: inline-block;
    }

    .work__feedback {
        margin: 34px 0 147px 0;
    }

    .work__feedback .feedback_title--arrow {
        margin: 8px 0 0 25px;
    }

    .service__title {
        text-align: center;
        margin: 117px 0 65px 0px;
    }

    .contact__title {
        margin: 97px 0 90px 0;
    }

    .contact__block {
        margin-right: 0;
        width: 300px;
        padding: 12px 10px 40px 30px;
    }

    .contact__map {
        height: 250px;
        margin-top: 0;
        margin-right: 55px;
    }

    .footer {
        margin-top: 120px;
    }

    .review__title {
        font-size: 20px;
        margin: 60px 0 20px;
    }

    .review__subtitle {
        font-size: 30px;
    }

    .col__slider {
        padding: 0 70px !important;
    }

    .review_slider--blocks {
        padding: 60px 45px 85px 45px;

    }

    @media (min-width: 1200px) {
        .text__left {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            position: absolute;
            left: -110px;
            top: 312px;
            font-weight: bold;
            font-size: 18px;
            letter-spacing: 0.03em;
        }

        .text__left:after {
            display: block;
            content: ' ';
            background: #E1C350;
            height: 3px;
            width: 75px;
            position: relative;
            right: 105px;
            top: -15px;
        }

        .service__form {
            max-width: 735px !important;
            padding-top: 40px;
        }

        .pum-container {
            max-width: 735px !important;
        }

        .title_popup {
            font-size: 32px;
        }

        .input__text {
            margin: 0 10px;
        }

        .form {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        #menu-menu li {
            margin-right: 14px;
            margin-left: 64px;
        }

        #menu-menu li:after {
            right: -13px;
        }


        .contact__title {
            margin: 97px 0 84px 0;
        }

        .contact__block {
            margin-right: 0;
            width: auto;
            max-width: 395px;
            padding: 31px 10px 60px 45px;
        }

        .contact_block--title {
            font-size: 18px;
            margin-bottom: 15px;
            margin-top: 40px;

        }

        .contact_block--text span,
        .contact_block--text {
            font-size: 18px;
            line-height: 22px;
        }

        .contact__map {
            height: 376px;
        }

        .col__slider {
            padding: 70px 140px 0 110px !important;
        }

        .review__title {
            text-align: left;
            margin-left: 135px;
            margin-top: 210px;
            margin-bottom: 36px;
            font-size: 24px;
        }

        .review__subtitle {
            margin-left: 135px;
            text-align: left;
            font-size: 36px;
            width: 320px;
            line-height: 40px;
        }

        .review__map {
            top: 80px;
            left: 75px;
        }

        .about {
            position: relative;
        }

        .about {
            position: relative;
            width: 1170px;
            margin: 45px auto 0 auto;
        }

        .title__about {
            position: absolute;
        }

        .title {
            font-size: 36px;
        }

        .about__text {
            font-size: 14px;
            line-height: 24px;
            width: 550px;
            margin: 131px 0 0 0;
        }

        .about__img {
            max-width: 530px;
            margin-left: auto;
        }

        .about__img img {
            max-width: 525px;
        }

        .row__about--cards {
            margin-top: 90px;
            flex-wrap: nowrap !important;
        }

        .about__cards {
            width: 100%;
            height: 175px;
        }

        .about__cards span {
            font-size: 24px;
            line-height: 67px;
        }

        .about__cards .about_cards--digls {
            font-size: 64px;
        }

    }


    @media (min-width: 1310px) {
        .logo__header img {
            width: 200px;
        }

        .logo__header {
            margin: 16px 0 0px 0;
        }

        .title__advantages {
            width: 700px;
            line-height: 40px;
            margin: 45px auto 70px !important;
        }

        .service__advantages .row__advantages {
            padding-left: 55px;
            padding-right: 55px;
        }

        .service_advantages--bloks {
            margin: 0 auto 60px auto;
            width: 390px;
        }

        .service_advantages--bloks img {
            margin: 0px 20px 0 0px;
            width: 95px;
        }

        .advantages_blocks--title {
            font-size: 20px;
        }

        .section_one--title {
            font-size: 52px;
            line-height: 58px;
            letter-spacing: 0.03em;
            margin: 160px auto 0 auto;
        }

        .section_one--subtitle {
            width: 620px;
            margin: 28px auto 0 auto;
            font-size: 18px;
            line-height: 30px;
        }

        .section_one--feedback {
            margin: 80px auto 285px auto;
            width: 570px;
            flex-direction: unset;
        }

        .feedback__title {
            font-size: 24px;
            margin-left: 28px;
        }

        .feedback_title--arrow {
            width: 68px;
            height: 68px;
            top: -15px;
        }



        .row__advantages {
            width: 1300px;
            top: -85px;
            justify-content: space-evenly;
        }

        .advantages_bloks--text {
            font-size: 14px;
        }

        .row__advantages {
            padding-bottom: 20px;
        }



        .work {
            margin-top: 149px;
        }

        .work__subtitle {
            font-weight: 500;
            font-size: 18px;
            line-height: 28px;
            width: 730px;
            margin: -10px auto 80px auto;
        }

        .row_work {
            width: 1195px;
            margin: 0 auto 0 auto !important;
        }

        .work__circle {
            width: 82px;
            height: 82px;
        }

        .work__circle div {
            width: 60px;
            height: 60px;
        }

        .work_circle--digls {
            font-weight: 900;
            font-size: 24px;
            line-height: 60px;
        }

        .work_blocks--text {
            margin: 28px 0;
        }

        .work_circle--center:before {
            top: 40px;
            left: -255px;
            width: 330px;
        }

        .work_circle--center:after {
            top: 40px;
            left: 145px;
            width: 330px;
        }

        .work__feedback {
            margin: 93px 0 110px 0;
        }

        .work__feedback .feedback_title--arrow {
            width: 68px;
            height: 68px;
            margin: 4px 0 0 25px;
        }

        .service__title {
            margin: 145px 0 85px 0px;
        }

        .service__cards {
            height: 365px;
        }

        .service__cards img {
            height: 365px;
        }

        .service_cards--left img {
            margin-left: auto;
        }

        .service_cards--right img {
            margin-right: auto;
        }

        .service_cards--text {
            font-size: 30px;
            width: 320px;
        }

    }