/* ==========================================================================
   Base Styles & Fonts Import
   ========================================================================== */

@font-face {
    font-family: "WalkwayBold";
    src: url("../fonts/WalkwayBold/WalkwayBold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/WalkwayBold/WalkwayBold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/WalkwayBold/WalkwayBold.otf") format("opentype"),
        /* Open Type Font */ url("../fonts/WalkwayBold/WalkwayBold.svg") format("svg"),
        /* Legacy iOS */ url("../fonts/WalkwayBold/WalkwayBold.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../fonts/WalkwayBold/WalkwayBold.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/WalkwayBold/WalkwayBold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"),
        /* Open Type Font */ url("../Montserrat-Regular/fonts/Montserrat-Regular.svg") format("svg"),
        /* Legacy iOS */ url("../Montserrat-Regular/fonts/Montserrat-Regular.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../Montserrat-Regular/fonts/Montserrat-Regular.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/Montserrat-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/Montserrat-Bold/Montserrat-Bold.otf") format("opentype"),
        /* Open Type Font */ url("../fonts/Montserrat-Bold/Montserrat-Bold.svg") format("svg"),
        /* Legacy iOS */ url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Termina-Bold";
    src: url("../fonts/Termina-Bold.otf");
}

html,
button,
input,
select,
textarea {
    color: #222;
}

:root {
    --active-color: #ff0000;
    --text-light: #e9e9e9;
    --text-dark: #303030;
    --bg: #e5e5e5;
    --bg-dark: #2a3138;
}

/* ==========================================================================
     General styles
     ========================================================================== */

html,
body {
    height: auto;
}

body {
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-dark);
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat-Regular", "WalkwayBold", sans-serif;
    font-weight: 300;
}

h3,
h1 {
    font-size: 3vw;
    font-weight: bold;
}

h2 {
    font-size: 2vw;
    font-weight: bold;
}

h3 {
    font-size: 1vw;
}

p {
    font-size: 14px;
}

.fa {
    color: rgba(230, 123, 30, 0.7);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

a {
    text-decoration: none;
}

.accent {
    color: var(--active-color);
    font-weight: bold;
}

.section_container {
    margin: 78px 5%;
    z-index: 1;
}

.section {
    width: 100%;
}

*:focus {
    outline: 0;
}

/* ==========================================================================

          ========================================================================== */

/* HEADER */
.header {
    position: fixed;
    width: 100%;
    background-color: #2a3138;
    opacity: .9;
    z-index: 50;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: auto;
    padding: 15px 0;
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
}

.header_icon-logo {
    /*height: 90px;*/
}

.all-img {
    display: flex;
}

.all_img {
    display: none;
}

/*Main-menu*/
.main-menu {
    align-self: center;
    width: 45%;
}

.main-menu__list {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.main-menu__item {
    display: inline-block;
}

.main-menu__link {
    color: #fff;
    display: block;
}

.main-menu__link:hover {
    color: #F00;
}

/*Phones*/
.header_number-phone {
    -ms-flex-item-align: start;
    /*align-self: flex-start;*/
    align-self: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    /*align-items: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    display: flex;
}

.header-column {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.number-1 {
    padding-right: 33px;
}

.header_social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 24px 0 0;
}

.social_telegram a,
.social_viber a,
.social_whats-app a {
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 24px;
}

.social_telegram a:hover,
.social_viber a:hover,
.social_whats-app a:hover {
    color: #FF0000;
    cursor: pointer;
}

.header_icon-phone {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: -3px;
}

.header_phone-src {
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.header_phone-src:hover,
.header_phone-src:hover {
    font-size: 21px;
}

.no_src {
    text-decoration: none;
}

.etaps_imgs {
    width: 100%;
}

/* MAIN */
.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-light);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
}

.img-3 img {
    width: 386px;
}

/* SECTION SEO */
.seo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    background-image: url('../img/Background-landing.jpeg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: 100%, 0%;
    /*   color: var(--text-dark); */
}

.seo_block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.seo_block-info {
    width: 45%;
}

.works_header {
    color: #303030;
    font-size: 48px;
    margin-top: 116px;
    margin-bottom: 82px;
    font-family: "Montserrat-Bold";
}

/* #particles{
  width: 100%;
  height: 100%;
  overflow: hidden;
} */
#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.particles-js-canvas-el {
    position: absolute;
    z-index: 0;
}

.img-1 {
    padding: 0 0 40px 60px;

}

.img-0,
.img-1,
.img-2,
.img-3 {
    position: relative;
    cursor: pointer;
}

.img-2 {
    padding: 0 60px 0 0;
}

.label-txt a,
.label-txt-1 a,
.label-txt-2 a,
.label-txt-3 a {
    color: #fff;

}

.label-txt a:hover,
.label-txt-1 a:hover,
.label-txt-2 a:hover,
.label-txt-3 a:hover {
    color: #ff0000;
}

.label-txt {
    position: absolute;
    top: 382px;
    font-family: 'Termina-Bold';
    font-size: 40px;
    width: 100%;

}

.label-txt-1 {
    position: absolute;
    top: 136px;
    font-family: 'Termina-Bold';
    font-size: 40px;
    width: 100%;
    left: 31px;
}

.label-txt-2 {
    position: absolute;
    top: 136px;
    font-family: 'Termina-Bold';
    font-size: 40px;
    width: 100%;
}

.label-txt-3 {
    position: absolute;
    top: 136px;
    font-family: 'Termina-Bold';
    font-size: 40px;
    width: 100%;
}


.img-1 {
    overflow: hidden;
}

.img-0:hover,
.img-1:hover,
.img-2:hover,
.img-3:hover {
    transform: scale(1.10);
    transition: all 0.85s ease-out;
}

.descr-txt {
    font-family: "Montserrat-Regular";
    font-size: 21px;
    letter-spacing: 0.07em;
    position: absolute;
    top: 470px;
    left: 40px;
    right: 40px;
}

.descr-txt-1 {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    letter-spacing: 0.07em;
    position: absolute;
    top: 122px;
    right: 40px;

}

.all-img {
    display: flex;
    flex-direction: row;
    max-width: 1720px;
    width: 100%;
    box-sizing: border-box;
}

.img_header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.seo_header {
    margin-top: 154px;
    font-size: 61px;
    font-family: "Montserrat-Bold";
}

.seo_text {
    font-size: 22px;
}

.seo_list {
    list-style-type: none;
    text-align: left;
}

.seo_list li {
    padding: 0 0 6px 0;
}

.seo_list-item::before {
    content: "\2022";
    color: var(--active-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -30px;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

/* input-block */
.button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 13px 57px;
    background: none;
    font-size: 24px;
    line-height: 14px;
    letter-spacing: 0.05em;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    border: 2px solid var(--active-color);
    color: #fff;
}

.button:hover {
    background-color: var(--active-color);
    border: 2px solid var(--active-color);
    color: var(--text-light);
    cursor: pointer;
}

.seo_input-button {
    margin-bottom: 60px;
    padding: 20px 55px;
}

/* seo-form */

.seo_block-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 35%;
    margin-right: 7%;
    /* background: rgba(249, 249, 249, 0.9); */
    -webkit-backdrop-filter: blur(4px);
    border-radius: 40px;
}

.seo_input-title span {
    color: #fff;
}

.seo_input-form {
    width: 70%;
}

.seo_small_text {
    font-size: 18px;
    margin-bottom: 35px;
}

.seo_input-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 133.4%;
    margin-top: 92px;
    letter-spacing: 0.05em;
    color: var(--active-color);
    font-family: "Montserrat-Bold";
    margin-bottom: 0;
}

.input-url,
.input-email,
.input-name,
.input-phone {
    margin: 0px 2px 40px 0px;
    padding: 26px;
    background: none;
    border-bottom: 2px solid #fff;
    font-family: "Montserrat-Regular", serif;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
}

.input-url,
.input-email {
    width: 92%;
}

.input-name,
.input-phone {
    width: 39%;
}

.inputs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.inputs-row-getaudit {
    width: 98%;
}

.seo_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-display: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 72px;
    margin-bottom: -8px;
}

.seo_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-display: row;
    margin: 0;
    padding: 0;
    color: var(--text-dark);
    font-size: 24px;
}

.header_number-phone,
.footer_number-phone {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.seo_url {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    /*margin-top: 15px;*/
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.seo_url:hover {
    font-size: 21px;
}

.seo_social-item {
    list-style-type: none;
    font-family: "Montserrat-Regular", serif;
    position: relative;
    border-radius: 50%;
    background: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 1em 2em;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}

.header_phone-label {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #FF0000;
}

.seo_social-item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    color: var(--active-color);
    border: var(--active-color);
    cursor: pointer;
}

.seo_social-item a {
    color: var(--text-dark);
}

.seo_social-item a:hover {
    color: var(--active-color);
    border: 1px solid var(--active-color);
    padding: 3px 10px;
    border-radius: 100%;
}

/* .seo_social button::before,
.seo_social button::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
} */

.spin {
    width: 6.3em;
    height: 2em;
    padding: 0;
    color: #fff;
}

.spin:hover {
    color: var(--active-color);
}

.spin::before,
.spin::after {
    top: 0;
    left: 0;
}

.spin::before {
    border: 2px solid transparent;
}

.spin:hover::before {
    border-top-color: var(--active-color);
    border-right-color: var(--active-color);
    border-bottom-color: var(--active-color);
    -webkit-transition: border-top-color 0.15s linear,
    border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    -o-transition: border-top-color 0.15s linear,
    border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    transition: border-top-color 0.15s linear,
    border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.spin::after {
    border: 0 solid transparent;
}

.spin:hover::after {
    border-top: 2px solid var(--active-color);
    border-left-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: border-left-width 0s linear 0.35s,
    -webkit-transform 0.4s linear 0s;
    transition: border-left-width 0s linear 0.35s,
    -webkit-transform 0.4s linear 0s;
    -o-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s,
    -webkit-transform 0.4s linear 0s;
}

/* .circle {
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.circle::before,
.circle::after {
  border-radius: 100%;
} */

/* SECTION STANDART */

.standarts {
    background-color: #fff;
    color: var(--text-dark);
    /*background-image: url('../img/Aurius-Studio.webp');*/
    background-repeat: no-repeat;
    background-position-y: 35%;
    border-bottom-left-radius: 0% 0%;
    border-bottom-right-radius: 0% 0%;
    background-size: contain;
    margin-bottom: 100px;
}

.standarts_header {
    font-size: 48px;
    /*margin-top: -40px;*/
    margin-top: 116px;
    margin-bottom: 82px;
    font-family: "Montserrat-Bold";
}

.standarts_cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.standarts_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 3%;
}

.standarts_cart-header {
    font-size: 32px;
    margin-top: 47px;
    font-family: "Montserrat-Bold";
    min-height: 95px;
    margin-bottom: 0;
}

.standarts_cart-img {
    height: 390px;
}

.standarts_cart-img svg {
    height: 90%;
}

.standarts_cart-text {
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
}

/* SECTION PRICE */
.price {
    background-image: url('../img/Background-rect.jpeg');
    background-repeat: no-repeat;

    margin-top: -60px;
    margin-bottom: -15px;
    border-bottom-left-radius: 0% 0%;
    border-bottom-right-radius: 0% 0%;
    background-size: cover;
}

.price::before {
    /*content: "";*/
    position: relative;
    display: block;
    vertical-align: middle;
    width: 100%;
    min-width: 100%;
    min-height: 100px;
    background-color: #fff;
}

.price_header {
    margin-top: 80px;
    margin-bottom: 60px;
    font-family: "Montserrat-Bold";
}

.price_carts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 4vw;
    min-height: 300px;
}

.price_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f4f4f4;
    color: var(--text-dark);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

.price_cart:hover,
.price_cart:hover .price_button {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.price_cart-two {
    border: 3px solid var(--active-color);
    margin: 0 40px;
}

.price_cart-three {
    border: 5px solid var(--active-color);
}

.description {
    font-size: 30px;
    font-weight: 200;
    margin: 30px 0 5px 0;
}

.price-count {
    color: var(--active-color);
    margin: 0 0 55px;
}

.price-description {
    margin: 4% 5%;
    font-size: 18px;
}

.price_list {
    list-style-type: none;
    text-align: left;
    min-height: 350px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    line-height: 190%;
    letter-spacing: 0.05em;
}

.price_item::before {
    content: "\2022";
    color: var(--active-color);
    font-weight: bold;
    display: inline-block;
    position: absolute;
    width: 1em;
    margin-left: -1em;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.price_button {
    width: 100%;
    background-color: var(--active-color);
    justify-self: flex-end;
    color: var(--text-light);
    padding: 20px;
    font-size: 24px;
    line-height: 147%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: font-weight 0.2s ease-in-out;
    -o-transition: font-weight 0.2s ease-in-out;
    transition: font-weight 0.2s ease-in-out;
    border: 2px solid var(--active-color);
    z-index: 3;
}

.price_button.mobile_phone {
    display: none;
}

.price_button:hover {
    font-weight: bold;
    cursor: pointer;
}

/* .hover{
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
}
.img-0:hover .hover,
.img-1:hover .hover,
.img-2:hover .hover,
.img-3:hover .hover{
  display: block;
} */

.price_cart_letters::before {
    content: url(../img/Vector.png);
    fill: var(--active-color);
    display: inline-block;
    float: right;
    margin-left: -100px;
    margin-right: 50px;
    margin-top: 63px;
}

.price_cart_letters::after {
    content: url(../img/Vector.png);
    display: inline;
    fill: var(--active-color);
    float: left;
    margin-left: 30px;
    margin-top: -108px;
}

/* SECTION ETAPS */
.etaps {
    background: #fff;
    color: var(--text-dark);
    z-index: 1;
}

.etaps .section_container {
    margin: 73px 5%;
    padding-bottom: 7vw;
}

.etaps_info {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.05em;
}

.etaps_info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 33px;
    margin-bottom: 200px;
}

.etaps_info-list {
    padding: 0;
}

.etaps_list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-left: 140px;
    margin-right: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 -1;
    flex: 1 -1;
    height: 870px;
    width: 30%;
}

.etaps_list {
    position: relative;
    margin-bottom: 20px;
    list-style-type: none;
}

.etaps_list_item {
    list-style-type: none;

    margin-bottom: 30px;
}

.etaps_item_hover {
    display: none;
    margin-right: 50px;
    width: 90%;
    height: 716px;
    overflow-y: scroll;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 25px;
}

.etaps_item_hover::-webkit-scrollbar {
    display: none;
}

.etaps_item-mainheader {
    font-size: 1.5em;
    line-height: 39px;
    letter-spacing: 0.05em;
}

.etaps_item-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
}

.etaps_item-text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
}

.etaps_header {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    letter-spacing: 0.05em;
}

.etaps_img-container {
    position: relative;
    width: 49%;
}

.button.button_consultation:hover {
    cursor: pointer;
}

.button.seo_input-button:hover {
    cursor: pointer;
}

.button.button_consultation {
    position: relative;
    overflow: hidden;
}

.button.seo_input-button {
    position: relative;
    overflow: hidden;
}

.button.button_consultation:hover::before {
    opacity: 1;
    transform: translate(0, 0);
}

.button.seo_input-button:hover::before {
    opacity: 1;
    transform: translate(0, 0);
}

.button.button_consultation::before {
    content: attr(data-hover);
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 25px;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: all .3s ease-in-out;
}

.button.seo_input-button::before {
    content: attr(data-hover);
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 100%;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 25px;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: all .3s ease-in-out;
}

.button.button_consultation:hover div {
    opacity: 0;
    transform: translate(100%, 0)
}

.button.seo_input-button:hover div {
    opacity: 0;
    transform: translate(100%, 0)
}

.button.button_consultation div {
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 25px;
    transition: all .3s ease-in-out;
}

.button.seo_input-button div {
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 25px;
    transition: all .3s ease-in-out;
}

.etaps_img {
    position: absolute;
    margin-top: 40px;
    top: 131px;
    left: 173px;
}

.etaps_imgs {
    position: absolute;
    top: 0;
    left: 0;
}

.etaps_main_header {
    display: flex;
    align-items: space-between;
    justify-content: space-between;
    position: relative;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.05em;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-bottom: 1px solid var(--active-color);
    margin-right: 30px;
    white-space: nowrap;
}

.etaps_main_header:hover {
    color: var(--active-color);
    cursor: pointer;
}

/*plus-minus-toggle*/

.etaps-plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 0px;
    right: -22px;
    bottom: -24px;
}

.etaps-plus-minus-toggle:before,
.etaps-plus-minus-toggle:after {
    background: var(--active-color);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.etaps-plus-minus-toggle:after {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.etaps-plus-minus-toggle.collapsed:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.etaps-plus-minus-toggle.collapsed:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.scroll_icon {
    position: absolute;
    color: var(--active-color);
    font-size: 20px;
    font-weight: bold;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    left: 0;
}

.scroll_icon::before {
    content: "";
    width: 0;
    height: 80%;
    position: absolute;
    border: 1px solid var(--active-color);
    top: -65px;
    left: 9px;
}

.mob {
    display: none;
}

.pk {
    display: block;
}

/* GETAUDIT SECTION */
.getaudit {
    position: relative;
    background: url('../img/Auriusvert.png'), url('../img/Background-form.jpeg');
    background-repeat: no-repeat;
    background-position: 0, 100%;
    /* background-position: 96%, 80%; */
    /*background-attachment: fixed;*/
    margin-top: -160px;
    z-index: 0;
}

.getaudit_header {
    font-size: 48px;
    line-height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
    width: 70%;
    margin: 305px auto 60px auto;
    color: #fff;
    font-family: "Montserrat-Bold";
}

.getaudit_block-input {
    margin: 0 auto 96px auto;
    background: none;
}

.getaudit .input-url,
.getaudit .input-email {
    width: 86%;
    margin-bottom: 39px;
    padding: 26px;
    font-size: 16px;
}

.getaudit .input-name,
.getaudit .input-phone {
    padding: 26px;
    margin: 2%;
    margin-top: 0;
    font-size: 16px;
}

.button_getaudit {
    border-radius: 41px;
    margin: 0px;
    margin-top: 52px;
    padding: 20px 90px;
    font-size: 24px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: var(--text-light);
}

.getaudit_img {
    position: absolute;
    right: 0;
    top: -576px;
    z-index: 222;
}

/* SECTION TIMELINES */

.timelines {
    position: relative;
    color: var(--text-dark);
    z-index: 49;
    background-color: #fff;
    /* background-color: rgba(255, 255, 255, 0.37); */
}

/* .timelines::before {
  background: url(../img/Timegray.png), url(../img/Deadlines.png);
  background-repeat: no-repeat;
  background-position: -323px 298px, -84px 869px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
} */
.timeline-1,
.timeline-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.col-timeline {
    display: flex;
    flex-direction: column;
    margin: 0 50px 0;
}

.col-timeline-2 {
    display: flex;
    flex-direction: column;
    margin: 0px 0 0 113px;
}

.warning {
    width: 63%;
}

.lab-warning {
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #FF0000;
    text-align: left
}

.descr-warning {
    font-size: 24px;
    letter-spacing: 0.07em;
    color: #303030;
    text-align: left;
}

.label-col,
.label-col2 {
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #303030;
    text-align: left;
    width: 24%;
    position: relative;
}

.img-timeline {
    margin: 30px 0 50px;
}

.label-col::after,
.label-col2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #FF0000;
    border-radius: 100px;
    top: 100px;
    left: -52px;
}

.descr-col,
.descr-col2 {
    font-size: 24px;
    letter-spacing: 0.07em;
    color: #303030;
    text-align: left;
    margin: 10px 0 0;
}

.timelines_img-block {
    display: flex;
    order: 2;
}

.timelines_content_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 99px;
    /*  margin-bottom: 91px; */
    justify-content: space-between;
}

.timelines_header {
    margin-top: 65px;
    font-family: "Montserrat-Bold";
}

.timelines_img-block img {
    width: 100%;
}

.timelines_list-container {
    width: 100%;
    display: flex;
    order: 1;
    flex-direction: column;
}

.timelines_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -19px 0 80px 20px;
}

.timelines_list {
    margin-top: -64px;
}

.timelines_circle {
    width: 150px;
    height: 150px;
    font-size: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: -o-linear-gradient(
            300.87deg,
            var(--active-color) 8.06%,
            var(--active-color) 121.05%
    );
    background: linear-gradient(
            149.13deg,
            var(--active-color) 8.06%,
            var(--active-color) 121.05%
    );
}

.timelines_circle p {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0px;
    padding: 10px;
}

.timelines_text {
    font-size: 24px;
    margin-top: 30px;
    width: 60%;
    text-align: left;
    margin-left: 85px;
}

.timelines_text::before {
    display: block;
    content: "";
    border-top: 0.2rem solid var(--active-color);
    width: 6rem;
    margin: 5px -27px;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

.timelines_warning {
    font-size: 24px;
    text-align: left;
    margin-right: 170px;
}

.timelines_warning span {
    color: var(--active-color);
    font-weight: bold;
}

/* SECTION QUESTIONS */
.questions {
    background: url('../img/Background-seo.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -150px;
}

.questions_header {
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.05em;
    color: #e9e9e9;
    font-weight: bold;
    margin-top: 255px;
    font-family: "Montserrat-Bold";
}

.question_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 215px;
}

.item {
    width: 98%;
}

.owl-prev {
    position: absolute;
    left: 20px;
    top: 45%;
}

.owl-next {
    position: absolute;
    right: 20px;
    top: 45%;
}

.next {
    background-image: url('../img/Next.svg');
    background-repeat: no-repeat;
    width: 52px;
    height: 60px;
}

.prev {
    background-image: url('../img/Prev.svg');
    background-repeat: no-repeat;
    width: 52px;
    height: 60px;
}

.section_reviews {
    width: 94%;
    margin-bottom: 110px;
}

.reviews_header {
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.05em;
    color: #303030;
    font-weight: bold;
    margin: 80px 0 89px;
    font-family: "Montserrat-Bold";
}

.questions_img {
    margin-top: 90px;
}

.questions_list {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.questions_item {
    list-style-type: none;
    margin-bottom: 30px;
}

.questions_item-header {
    margin: 0 0 0 90px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.05em;
}

.questions_item-text {
    display: none;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-left: 90px;
}

.questions_item-text span {
    font-weight: 900;
}

.questions_item-text ul > li {
    margin-top: 10px;
}

.active {
    display: block;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 21px;
    left: 21px;
    bottom: -60px;
}

.plus-minus-toggle:before,
.plus-minus-toggle:after {
    background: var(--active-color);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.plus-minus-toggle:after {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.plus-minus-toggle.collapsed:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* SECTION OPPORTUNITIES */

.opportunities {
    color: var(--text-dark);
    background: white;
    z-index: 1;
}

.opportunities_header {
    margin-top: 65px;
    margin-bottom: 52px;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.05em;
}

.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    margin: 0 0 75px;
    height: 280px;
}

#icon-id {
    fill: gray;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#icon-id:hover {
    fill: var(--active-color);
}

.opportunities_text {
    font-size: 32px;
    line-height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
}

.opportunities_a {
    margin-bottom: 200px;
}

.opportunities_button {
    padding: 22px 78px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 87px;
    color: #000;
}

/*popup-form*/

.footerFormPopup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.modal {
    background: #fcfcfc !important;
    z-index: 3 !important;
    text-align: center !important;
    margin-right: 0% !important;
}

#footerFormPopup input,
#footerFormPopup textarea {
    padding: 16px;
    background: #ffffff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
    margin: 0px 2px 33px 0px;
    color: #000;
}

#footerFormPopup textarea {
    margin-bottom: 20px;
}

#footerFormPopup .inputs-row {
    margin: 0 auto;
    width: 100%;
}

.popup-form {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-form .seo_input-button {
    margin: 0 auto;
}

.popup-form .seo_input-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.modal_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.modal_button input:hover {
    background: var(--active-color) !important;
}

.modal_button .seo_input-button {
    padding: 16px 56px !important;
}

.modal a.close-modal {
    top: 14.5px !important;
    right: 14.5px !important;
    background-image: url(../img/close.svg) !important;
}

/* SECTION CONSULTATION */

.consultation {
    background: var(--bg-dark);
    background-image: url('../img/Footer-back.jpeg');
    background-repeat: no-repeat;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*margin-top: -170px;*/
    z-index: 0;
    background-size: cover;
}

/*.consultation .header-container {
  margin-top: 228px;
}*/
.consultation .header-logo {
    margin-top: 18px;
    height: 95px;
}

.consultation_header {
    margin: 100px 18% 50px 18%;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.05em;
    font-family: "Montserrat-Bold";
}

.consultation_block-input {
    width: 33%;
    margin: 0 auto 0px auto;
}

.button_consultation {
    border-radius: 41px;
    margin: 0px;
    margin-top: 20px;
    padding: 25px 50px;
    font-size: 24px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: var(--text-light);
}

.consultation_inputs-row {
    margin: 0 auto 28px;
    width: 101%;
}

.consultation_block-input.input-name,
.consultation_block-input.input-phone,
.consultation_block-input.input-url,
.consultation_block-input.input-email {
    padding: 25px;
}

.consultation_footer {
    margin-top: -106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.consultation_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 73px 0 0;
}

.consultation_contacts .footer_number-phone {
    padding-bottom: 5px;
    padding-top: 20px;
}

.footer_number-phone {
    margin: 0;
    text-align: right;
}

.footer_address {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.08em;
}

.consultation_seo_social {
    margin-top: 86px;
}

.footer_social-item {
    color: var(--text-light);
}

#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}

#popup.js-act {
    display: flex;
}

#popup.js-act .modal {
    display: block;
    max-width: 613px;
}

#popup .seo_input-button {
    color: var(--text-dark);
}

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1800px) {
    .etaps .section_container {
        padding-bottom: 10vw;
    }

    .etaps_img-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        width: 30%;
    }

    .etaps_img {
        width: 90%;
    }

    .label-txt-1,
    .label-txt-2,
    .label-txt-3 {
        top: 90px;
        font-size: 30px;
    }

    .etaps_item_hover {
        height: 45vw;
    }

    .inputs-row-getaudit {
        width: 100%;
    }

    .input-url,
    .input-email {
        width: 82%;
    }

    .consultation_inputs-row {
        width: 93%;
    }

    .input-name,
    .input-phone {
        width: 37%;
    }

    #footerFormPopup .inputs-row {
        width: 90%;
    }

    .all-img {
        max-width: 1207px;
    }

    .img-0 img {
        width: 256px;
    }

    .img-1 img,
    .img-3 img {
        width: 257px;
    }

    .img-2 img {
        width: 561px;
    }

    .img-2 {
        padding: 0 68px 0 0;
    }

    .label-txt {
        top: 263px;
        font-size: 25px;
    }

    .descr-txt {
        left: 0;
        right: 0;
        top: 313px;
    }
}

@media only screen and (max-width: 1600px) {
    .getaudit_img {
        width: 30%;
        top: -400px;
    }

    .all-img {
        max-width: 1207px;
    }

    .getaudit .input-url,
    .getaudit .input-email,
    .getaudit .input-name,
    .getaudit .input-phone {
        margin-bottom: 32px;
        padding: 22px;
    }

    .getaudit .input-name,
    .getaudit .input-phone {
        width: 40%;
        margin-top: 0;
    }

    .descr-col, .descr-col2 {
        font-size: 20px;
    }

    .label-col, .label-col2 {
        font-size: 28px;
    }

    .label-col::after, .label-col2::after {
        top: 84px;
    }

    .button_getaudit {
        margin-top: 20px;
    }

    .icon {
        flex: 1 0 21%;
        margin: 0 30px 75px;
    }

    #icon-id {
        width: 180px;
        height: 180px;
    }

    .opportunities_text {
        font-size: 29px;
    }

    .timelines_list-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }

    .timelines_img-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .timelines_img-block {
        width: 60%;
    }

    .timelines_img-block img {
        width: 100%;
    }

    .timelines_text {
        font-size: 21px;
    }

    .timelines_circle p {
        font-size: 27px;
    }

    .timelines_circle {
        width: 120px;
        height: 120px;
    }

    .questions_img img {
        width: 600px;
    }

    .price_list {
        line-height: 143%;
        min-height: 220px;
    }

    .price_cart_letters::after {
        margin-left: 42px;
        margin-top: -103px;
    }

    .price_cart_letters::before {
        margin-right: 45px;
    }

    .price_cart_letters::before {
        margin-right: 33px;
    }

    .price_header {
        margin-top: 134px;
    }

    .etaps .section_container {
        padding-bottom: 5vw;
    }

    .etaps_main_header {
        font-size: 30px;
        padding-right: 26px;
    }

    .seo_block-input {
        padding: 20px;
    }

    .input-url,
    .input-email,
    .input-name,
    .input-phone {
        margin: 0px 2px 20px 0px;
        padding: 16px;
    }

    .input-url,
    .input-email {
        width: 87%;
    }

    .input-name,
    .input-phone {
        width: 38%;
        margin: 0px auto;
    }

    .seo_input-button {
        margin-bottom: 0px;
        margin-top: 20px;
        padding: 16px 55px;
    }

    .consultation_inputs-row {
        margin: 0;
        width: 99%;
    }

    .consultation_inputs-row .input-name,
    .consultation_inputs-row .input-phone {
        width: 39%;
        margin: 0px auto;
    }

    .consultation_inputs-row .input-url,
    .consultation_inputs-row .input-email {
        width: 88%;
    }

    .modal_button {
        margin-top: 30px;
    }

    #footerFormPopup .inputs-row {
        width: 100%;
    }

    /*Addition 16.01.2020*/
    .seo_header {
        margin-top: 100px;
        font-size: 51px;
    }

    .seo_small_text {
        font-size: 16px;
    }

    .seo_text {
        font-size: 20px;
    }

    .button.seo_input-button div {
        font-size: 23px;
    }

    .standarts_header {
        font-size: 38px;
        margin-top: 85px;
        margin-bottom: 62px;
    }

    .standarts_cart-header {
        font-size: 25px;
        margin-top: 27px;
        min-height: 45px;
    }

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

    .price {
        margin-top: 0;
    }

    .price_header {
        font-size: 38px;
        margin-top: 85px;
        margin-bottom: 62px;
    }

    .price_carts {
        padding-bottom: 0;
    }

    .price-count {
        margin: 0 0 35px;
    }

    .price_list {
        font-size: 16px;
        margin-top: 20px;
        min-height: 190px;
    }

    .etaps .section_container {
        padding-bottom: 0.5vw;
    }

    .etaps_header {
        font-size: 38px;
        margin-top: 85px;
        margin-bottom: 62px;
    }

    .etaps_item_hover {
        height: 35vw;
    }

    .etaps_info-list {
        margin-top: 0;
    }

    .etaps_main_header {
        font-size: 27px;
        margin-top: 0;
    }

    .etaps_item-mainheader {
        margin: 15px;
    }

    .etaps_item-header {
        margin: 15px 0;
    }

    .etaps_img {
        width: 81%;
    }

    .etaps_imgs {
        width: 85%;
    }

    .etaps_item-mainheader {
        font-size: 22px;
        font-weight: 600;
    }

    .etaps_item-header {
        font-size: 18px;
    }

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

    .getaudit_header {
        font-size: 38px;
        margin: 245px auto 60px auto;
    }

    .getaudit_block-input {
        margin: 0 auto 0 auto;
    }

    .timelines .section_container {
        margin: 58px 5% 76px;
    }

    .timelines_header {
        font-size: 38px;
        margin-top: 85px;
    }

    .timelines_content_container {
        margin-top: 0;
    }

    .label-col, .label-col2 {
        font-size: 23px;
        margin-top: 50px;
    }

    .descr-col, .descr-col2 {
        font-size: 18px;
        padding-top: 10px;
    }

    .img-timeline {
        margin: 30px 0 10px;
    }

    .lab-warning {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .descr-warning {
        font-size: 20px;
    }

    .questions_header {
        font-size: 38px;
        margin-top: 245px
    }

    .question_content {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .questions_list {
        justify-content: flex-start;
        margin-top: 90px;
    }

    .questions_item-header {
        font-size: 27px;
    }

    .plus-minus-toggle {
        bottom: -40px;
    }

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

    .reviews_header {
        margin: 85px 0 62px;
        font-size: 38px;
    }

    .consultation .section_container {
        margin: 0 5% 78px;
    }

    .consultation_header {
        font-size: 38px;
        margin: 85px 18% 50px 18%;
    }

    .button_consultation {
        margin-top: 40px;
    }

    .button.button_consultation div {
        font-size: 23px;
    }
}

@media only screen and (max-width: 1500px) {
    h1 {
        font-size: 40px;
    }

    .button {
        border-radius: 30px;
        padding: 13px 37px;
        min-width: 250px;
        font-size: 20px;
        line-height: 14px;
        border: 2px solid var(--active-color);
    }

    .button_consultation {
        margin-top: 30px;
    }

    .section {
        width: 100%;
    }

    .section_container {
        margin: 100px 4%;
    }

    .seo_input-title {
        font-size: 38px;
        margin-top: 15px;
    }

    .seo_text {
        font-size: 20px;
        margin-top: 64px;
    }

    .section.consultation {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .seo_header {
        font-size: 36px;
        margin-top: 40px;
    }

    .seo_input-button {
        margin-bottom: 14px;
    }

    .seo_footer {
        margin-top: 20px;
    }

    /* .seo_footer {
    margin-bottom: 32px;
  } */
    .input-url,
    .input-email,
    .input-name,
    .input-phone {
        margin: 0px 2px 19px 0px;
    }

    .input-url,
    .input-email {
        width: 90%;
    }

    .consultation_inputs-row {
        width: 100%;
    }

    .consultation_inputs-row .input-name,
    .consultation_inputs-row .input-phone {
        width: 38%;
        margin: 0;
    }

    .standarts_header {
        margin-bottom: 53px;
    }

    .standarts_cart-img {
        height: 200px;
    }

    .standarts_cart-img img {
        height: 200px;
    }

    .getaudit_header {
        font-size: 40px;
        margin: 242px auto 26px auto;
        max-width: 600px;
    }

    .questions_img {
        display: none;
    }

    .etaps_header {
        font-size: 40px;
    }

    .etaps_main_header {
        font-size: 24px;
    }

    .etaps_info-container {
        margin-bottom: 80px;
    }

    .etaps_item-mainheader {
        font-size: 22px;
    }

    .etaps_item-header {
        font-size: 20px;
    }

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

    .etaps_info-list {
        margin-left: 30px;
    }

    .etaps_list-container {
        margin-left: 140px;
        margin-right: -19px;
        -webkit-box-flex: 1;
        -ms-flex: 1 -1;
        flex: 1 -1;
        height: 870px;
        width: 46%;
    }

    .etaps .section_container {
        padding-bottom: 0px;
    }

    .etaps_item_hover {
        height: 35vw;
    }

    .modal_button {
        margin-top: 30px;
    }

    #footerFormPopup .inputs-row {
        width: 90%;
    }

    #footerFormPopup .inputs-row input {
        width: 40%;
    }

    /*.questions_header {
    font-size: 40px;
  }*/
    .question_content {
        margin-bottom: 126px;
    }

    .plus-minus-toggle {
        bottom: -41px;
    }

    .opportunities_header {
        margin-top: 100px;
        margin-bottom: 80px;
        font-size: 40px;
    }

    .opportunities_text {
        font-size: 23px;
    }

    .icon {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
        flex: 1 0 23%;
        margin: 0 21px 13px;
        height: 200px;
    }

    #icon-id {
        width: 100px;
        height: 100px;
    }

    .consultation_header {
        /*margin: -15px 25% 30px 25%;*/
        margin: 15px 25% 30px 25%;
    }

    .consultation_footer {
        margin-top: -15px;
    }

    .questions_item-header {
        font-size: 26px;
    }

    .getaudit_img {
        width: 30%;
        top: -387px;
    }

    .standarts_header {
        font-size: 40px;
    }

    .timelines_warning {
        font-size: 20px;
    }

    .timelines_list-container {
        margin-left: -145px;
    }

    .timelines_circle {
        width: 100px;
        height: 100px;
    }

    .timelines_circle p {
        font-size: 25px;
    }

    .timelines_text {
        font-size: 18px;
        margin-top: 25px;
        width: 70%;
        text-align: left;
        margin-left: 40px;
    }

    .timelines_list-container {
        margin-left: 0px;
    }

    .timelines_img-block {
        display: none;
    }

    .timelines_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 35px 0 37px 20px;
    }

    .getaudit .input-email,
    .getaudit .input-name,
    .getaudit .input-phone,
    .getaudit .input-url {
        padding: 18px;
    }

    .price-count {
        margin: 0 0 20px;
    }

    .price_list {
        list-style-type: none;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: 8px;
        line-height: 128%;
        letter-spacing: 0.05em;
        line-height: 143%;
        min-height: 230px;
    }

    .price_cart_letters::before {
        margin-right: 20px;
    }

    .price_cart_letters::after {
        margin-left: 20px;
        margin-top: -58px;
    }

    .price_header {
        margin-top: 90px;
    }

    .img-timeline img {
        width: 700px;
    }

    .descr-col, .descr-col2 {
        font-size: 18px;
    }

    .label-col, .label-col2 {
        font-size: 24px;
    }

    .label-col::after, .label-col2::after {
        top: 72px;
    }

    .descr-warning {
        font-size: 20px;
    }

    .lab-warning {
        font-size: 28px;
    }

    .getaudit_header,
    .consultation_header {
        font-size: 27px;
    }

    .lab-warning {
        margin: 0;
    }

    .standarts {
        background-size: contain;
    }

    .img-1 img {
        width: 251px;
    }

    .all-img {
        max-width: 1142px;
    }

    .img-0 img {
        width: 251px;
    }

    .img-2 img {
        width: 539px;
    }

    .img-3 img {
        width: 250px;
    }

    .img-1 {
        padding: 0 0 40px 46px;
    }

    .img-2 {
        padding: 0 48px 0 0;
    }

    .descr-txt {
        top: 301px;
        left: 0;
        right: 0;
    }

    .label-txt {
        top: 251px;
        font-size: 25px;
    }

    .button.button_consultation::before,
    .button.seo_input-button::before {
        top: 0.5em;
    }

}

@media only screen and (max-width: 1366px) {
    .main-menu {
        width: 50%;
        font-size: 14px;
    }

    .standarts {
        margin-bottom: 0;
    }

    .etaps .section_container {
        margin-bottom: -80px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .price {
        /*background-attachment: fixed;*/
    }

    .price_carts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px auto;
        padding-bottom: 0px;
    }

    .price_cart {
        width: 50%;
    }

    .price_cart-two {
        margin: 60px 40px;
    }

    .price_item {
        margin: 0 20px;
    }

    .price_cart_letters::after {
        margin-left: 31px;
        margin-top: -56px;
    }

    /*.label-col, .label-col2 {
        font-size: 20px;
        width: 35%;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    }
    .descr-col, .descr-col2 {
        font-size: 15px;
        padding-top: 10px;
    }*/
    .lab-warning {
        font-size: 20px;
    }

    .descr-warning {
        font-size: 15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
    .seo {
        background-attachment: scroll;
    }

    .seo_header {
        margin-top: 45px;
        font-size: 31px;
    }

    .main-menu {
        width: 45%;
        font-size: 12px;
    }

    .seo_footer {
        margin-top: 20px;
        margin-bottom: -8px;
    }

    .seo_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-display: row;
    }

    .seo_block-input {
        width: 42%;
        margin-right: 0;
    }

    .seo_input-title {
        margin-top: 10px;
    }

    .seo_block-info {
        margin-right: 50px;
    }

    .input-url,
    .input-email {
        width: 76%;
        margin-bottom: 19px;
        padding: 10px;
        font-size: 16px;
    }

    .inputs-row {
        width: 83%;
        margin: 0 auto;
    }

    .input-name,
    .input-phone {
        padding: 10px;
        font-size: 16px;
        width: 40%;
    }

    .button {
        margin-top: 20px;
    }

    .standarts_cart-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .standarts_header {
        font-size: 34px;
    }

    .standarts_cart {
        margin-bottom: 50px;
        margin: 0 140px 50px 140px;
    }

    .standarts_cart-header {
        font-size: 28px;
        margin-top: 31px;
    }

    .getaudit_block-input {
        margin: 0 auto;
    }

    .inputs-row-getaudit {
        width: 99%;
    }

    .consultation_header {
        margin: 0;
        margin-bottom: 30px;
    }

    .consultation_block-input {
        width: 45%;
    }

    .consultation_inputs-row {
        width: 85%;
    }

    .consultation_inputs-row .input-name,
    .consultation_inputs-row .input-phone {
        width: 40%;
    }

    .consultation_block-input .input-url,
    .consultation_block-input .input-email {
        width: 80% !important;
    }

    .consultation_footer {
        margin-top: 10px;
    }

    .button_consultation {
        margin-top: 40px;
    }

    .etaps_img-container {
        display: none;
    }

    .etaps_list-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-left: 78px;
    }

    .etaps_info-list {
        margin-right: 80px;
    }

    .etaps .section_container {
        padding-bottom: 0px;
    }

    .etaps .section_container {
        margin-bottom: 40px;
    }

    .getaudit_img {
        display: none;
    }

    .getaudit_block-input input {
        box-shadow: #222 -4px 0px 7px;
    }

    #footerFormPopup .inputs-row {
        width: 85%;
    }

    #footerFormPopup .inputs-row input {
        width: 40%;
    }

    .question_content {
        margin-top: 0px;
    }

    .questions_item {
        margin-bottom: 0px;
    }

    .questions_header {
        font-size: 30px;
    }

    .questions_item-header {
        font-size: 20px;
    }

    .questions_list {
        padding-left: 80px;
    }

    .opportunities_header {
        font-size: 30px;
    }

    .opportunities_header {
        margin-top: 100px;
        margin-bottom: 60px;
        font-size: 35px;
    }

    #icon-id {
        width: 110px;
        height: 110px;
    }

    .icon {
        -ms-flex: 1 0 23%;
        flex: 1 0 23%;
        margin: 0 30px 30px;
    }

    .opportunities_text {
        font-size: 20px;
    }

    .opportunities_button {
        margin-bottom: 40px;
        margin-top: 00px;
    }

    .getaudit_header {
        font-size: 30px;
        line-height: 35px;
        width: 100%;
    }

    .timelines_header {
        font-size: 30px;
    }

    .timelines_item {
        margin: 30px 0;
    }

    .timelines_text {
        font-size: 18px;
    }

    .timelines_circle {
        width: 100px;
        height: 100px;
    }

    .timelines_circle p {
        font-size: 23px;
    }

    .img-timeline img {
        width: 100%;
    }

    .timeline-1, .timeline-2 {
        flex-direction: column;
    }

    .label-col::after, .label-col2::after {
        top: 40px;
        left: -30px;
    }

    .timelines_content_container {
        margin: 20px 0 0;
    }

    .col-timeline-2 {
        margin: 0 0 0 50px;
    }

    .warning {
        width: 100%;
        margin: 30px auto;
    }

    .img-1 img,
    .img-3 img {
        width: 170px;
    }

    .img-2 img {
        width: 386px;
    }

    .img-0 img {
        width: 187px;
    }

    .all-img {
        max-width: 835px;
    }

    .label-txt {
        top: 177px;
        left: 12px;
        font-size: 24px;
    }

    .descr-txt {
        font-size: 14px;
        top: 225px;
    }

    .works_header {
        font-size: 34px;
        margin-top: 57px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 950px) {
    .main-menu {
        display: none;
    }

    .header-column {
        margin-right: 5%;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    .seo {
        /*background-attachment: fixed;*/
    }

    .seo_block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .seo_block-info {
        margin-bottom: 80px;
        width: 76%;
        margin-right: 0px;
    }

    .seo_block-input {
        width: 83%;
    }

    .seo_header {
        font-size: 24px;
    }

    .seo_text {
        font-size: 18px;
    }

    .seo_input-title {
        font-size: 28px;
    }

    .img-timeline img {
        width: 700px;
    }

    .price_cart {
        width: 67%;
    }

    .all_img {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 700px;
        justify-content: space-around;
    }

    .works_header {
        margin-bottom: 20px;

    }

    .works_header,
    .reviews_header {
        font-size: 30px;
    }

    .reviews_header {
        margin-bottom: 30px;
    }

    .img-0-mob img,
    .img-1-mob img,
    .img-2-mob img,
    .img-3-mob img {
        width: 300px;
        filter: brightness(0.7);
    }

    .label-col::after, .label-col2::after {
        top: 30px;
    }

    .label-txt,
    .label-txt-1, .label-txt-2, .label-txt-3 {
        top: 73px;
        left: 0;
        font-size: 30px;
    }

    .img-0-mob,
    .img-1-mob,
    .img-2-mob,
    .img-3-mob {
        padding-top: 20px;
        position: relative;
    }

    .all-img {
        display: none;
    }

    .etaps_header {
        margin-bottom: 0;
        font-size: 30px;
    }

    .etaps_main_header {
        font-size: 24px;
    }

    .etaps_list-container {
        margin-right: 0px;
        margin-left: 18px;
    }

    .etaps_info-container {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .etaps_info-list {
        margin-right: 26px;
    }

    .etaps_item-mainheader {
        font-size: 20px;
        line-height: 20px;
    }

    .etaps_item-header {
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
    }

    .etaps_item_hover {
        height: 350px;
        width: 100%;
    }

    .etaps-plus-minus-toggle:before,
    .etaps-plus-minus-toggle:after {
        height: 3px;
        width: 21px;
    }

    .questions_list {
        padding-left: 29px;
    }

    .standarts_header {
        font-size: 33px;
        margin-top: 71px;
        margin-bottom: 63px;
    }

    .consultation_footer {
        margin-top: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .consultation_contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .consultation_header {
        font-size: 22px;
    }

    .consultation_block-input {
        width: 60%;
    }

    .inputs-row-getaudit {
        width: 97%;
    }

    .header_number-phone {
        margin-left: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .img-timeline img {
        width: 100%;
    }

    .price_button.mobile_phone {
        display: block;
        padding: 20px 0;
        margin-bottom: 2px;
        text-align: center;
    }

    .all_img {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .all_img img {
        width: 100%;
    }

    .img-0-mob p.label-txt,
    .img-1-mob p.label-txt-1,
    .img-2-mob p.label-txt-2,
    .img-3-mob p.label-txt-3 {
        top: 50px;
        left: 0;
        right: 0;
        font-size: 18px;
        width: 100%;
    }

    .img-0-mob,
    .img-1-mob,
    .img-2-mob,
    .img-3-mob,
    .img-4-mob,
    .img-5-mob {
        position: relative;
        padding: 10px 15px;
        box-sizing: border-box;
        width: 50%;
    }

    .all-img {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    .button {
        border-radius: 41px;
        margin: 0px;
        margin-top: 30px;
        padding: 12px 23px;
        font-size: 16px;
        min-width: 200px;
    }

    .pk {
        display: none;
    }

    .mob {
        display: block;
    }

    .section_reviews {
        margin-bottom: 60px;
    }

    .button_getaudit {
        padding: 12px 23px;
    }

    .header_social {
        justify-content: center;
    }

    .header-column {
        align-self: center;
    }

    .price_cart {
        width: 90%;
    }

    .etaps_main_header {
        font-size: 22px;
        line-height: 28px;
    }

    .etaps_header {
        line-height: 40px;
    }

    .etaps_item-text {
        font-size: 12px;
    }

    .consultation_block-input {
        width: 94%;
    }

    .button.button_consultation::before, .button.seo_input-button::before {
        top: 0.8em;
    }

    .label-col::after, .label-col2::after {
        top: 72px;
    }

    .img-timeline img {
        width: 450px;
    }

    .descr-warning {
        font-size: 18px;
        text-align: center;
    }

    .lab-warning {
        text-align: center;
    }

    .seo .seo_social {
        margin-top: -50px;
    }

    .inputs-row-getaudit {
        width: 97%;
    }

    .reviews_header {
        font-size: 30px;
        margin: 40px 0 20px;
    }

    .item {
        width: 100%;
    }

    .seo_text {
        display: none;
    }

    .seo_header {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
        margin-top: 55px;
    }

    .seo .seo_social {
        margin-top: -36px;
    }

    .consultation {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .consultation_footer {
        margin-top: 10px;
    }

    .section_container {
        margin: 33px 5%;
    }

    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
        margin-bottom: 0;

    }

    .header_number-phone {
        flex-direction: column;
        margin: 0;
    }

    .number-1 {
        padding-right: 0;
    }

    .header_phone-label {
        font-size: 15px;
    }

    .header_phone-src {
        font-size: 14px;
    }

    .header_social {
        display: none;
    }

    .header-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        height: 50px;
    }

    .header_icon-logo {
        margin-left: 0;
        height: 77px;
        transform: scale(0.9);
    }

    .header_number-phone {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .seo_block-container {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .seo_block-info {
        margin-bottom: 0px;
    }

    .seo_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 43px;
    }

    .seo_footer a {
        margin-top: -24px;
    }

    .seo_block-input {
        width: 89%;
    }

    .seo {
        background-position: center;

    }

    .seo_input-button {
        margin-bottom: 33px;
        font-size: 20px;
        margin-top: 20px;
        padding: 20px 34px;
    }

    .inputs-row {
        width: 96%;
    }

    .input-url,
    .input-email {
        width: 89%;
    }

    .input-name {
        margin-right: 20px;
    }

    .standarts {
        padding-bottom: 0px;
        background: none;
    }

    .standarts_cart-header {
        margin-bottom: 0;
    }

    .price_header {
        margin-top: 50px;
        margin-bottom: 30px;
        color: var(--text-dark);
    }

    .price {
        background-image: none;
    }

    .price_button {
        margin-bottom: -6px;
    }

    .price_carts {
        padding-bottom: 45px;
    }

    .price_cart-one {
        border: 2px solid var(--active-color);
    }

    .price_cart-two {
        border: 2px solid var(--active-color);
    }

    .price_cart-three {
        border: 2px solid var(--active-color);
    }

    .price_header {
        margin-top: 0px;
    }

    .price:before {
        display: none;
    }

    .price_list {
        padding: 10px 20px;
        min-height: 150px;
    }

    .price_item {
        font-size: 16px;
        line-height: 16px;
        text-align: left;
    }

    .getaudit_header {
        margin: 216px auto 30px auto;
    }

    .getaudit .input-url,
    .getaudit .input-email {
        margin-bottom: 19px;
        padding: 10px;
    }

    .getaudit .input-name,
    .getaudit .input-phone {
        padding: 10px;
    }

    .button_consultation {
        border-radius: 41px;
        margin: 0px;
        margin-top: 30px;
        padding: 20px 23px;
        font-size: 16px;
    }

    .button.button_consultation div,
    .button.seo_input-button div,
    .button.button_consultation::before,
    .button.seo_input-button::before {
        font-size: 18px;
    }

    .button.button_consultation::before, .button.seo_input-button::before {
        top: 1.1em;
    }

    .questions_header {
        font-size: 25px;
        line-height: 37px;
        margin-top: 200px;
    }

    .question_content {
        margin-top: 0px;
    }

    .question_content {
        margin-bottom: 70px;
    }

    .plus-minus-toggle:before,
    .plus-minus-toggle:after {
        width: 22px;
    }

    .plus-minus-toggle {
        cursor: pointer;
        height: 21px;
        position: relative;
        width: 21px;
        left: 21px;
        bottom: -49px;
    }

    .questions_item-header {
        font-size: 20px;
        line-height: 25px;
    }

    .opportunities_header {
        font-size: 30px;
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .opportunities_text {
        font-size: 16px;
        line-height: 25px;
    }

    .questions_item {
        margin-bottom: 0px;
    }

    .questions_item-text {
        margin-top: 19px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 14px;
    }

    .icon svg {
        width: 60px;
        height: 60px;
    }

    .icon {
        -webkit-box-flex: 2;
        -ms-flex: 2 4 30%;
        flex: 2 4 30%;
        margin: 10px 10px 90px;
        height: 100px;
    }

    .consultation_inputs-row {
        width: 84%;
    }

    .consultation_seo_social {
        margin-top: 25px;
    }

    .timelines_header {
        margin-top: 45px;
    }

    .timelines_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .timelines_list {
        padding: 0;
    }

    .timelines_circle {
        width: 50px;
        height: 50px;
    }

    .timelines_circle p {
        font-size: 19px;
        line-height: 23px;
        letter-spacing: 0.05em;
        margin: 0px;
        padding: 0px;
    }

    .timelines_text {
        margin-left: 0px;
    }

    .questions_list {
        padding: 0;
    }

    #footerFormPopup input {
        padding: 11px;
    }

    #footerFormPopup .inputs-row {
        width: 85%;
    }

    #footerFormPopup .inputs-row input {
        width: 40%;
    }

    .standarts_cart-header {
        font-size: 26px;
    }

    #footerFormPopup input,
    #footerFormPopup textarea {
        margin: 0px 2px 13px 0px;
    }

    .works_header {
        font-size: 36px;
        margin-top: 52px;
        margin-bottom: 40px;
    }

    .all-img {
        flex-direction: column;
        max-width: 500px;
    }

    .img_header {
        flex-direction: column;
        margin: 40px 0 0;
    }

    .img-2 img {
        width: 460px;
    }

    .label-txt {
        top: 180px;
        left: 0;
        font-size: 20px;
    }

    .label-txt-1 {
        top: 50px;
        font-size: 25px;
        left: 0;
    }

    .label-txt-3 {
        font-size: 19px;
        top: 50px;
    }

    .label-txt-2 {
        top: 50px;
    }

    .descr-txt {
        top: 228px;
        left: 132px;
        right: 132px;
    }

    .img-1 {
        padding: 0 0 40px 0;
    }

    .img-2 {
        padding: 0;
    }

    .img-3 {
        margin: 40px 0 0;
    }

    .opportunities_header {
        margin-top: 0;
    }

    .standarts_cart {
        margin: 0 55px 50px 50px;
    }

    .standarts_cart {
        margin: 0 55px 0 50px;
    }

    .header_phone-label {
        width: 100%;
        text-align: right;
        display: block;
    }
}

@media all and (max-width: 480px) {
    .seo .seo_social {
        margin-top: -70px;
        justify-content: center;
    }

    .all_img {
        padding: 0;
    }

    .seo_footer a {
        text-align: center;
    }

    .etaps .section_container {
        margin-top: 0;
    }

    .seo_footer {
        flex-direction: column;
    }

    .owl-next,
    .owl-prev {
        display: none;
    }

    .img-2 img {
        width: 80%;
    }

    .img-timeline img {
        width: 100%;
    }

    .reviews_header {
        font-size: 26px;
        margin: 30px 0 20px;
    }

    .all-img {
        max-width: 407px;
    }

    .header_icon-logo {
        margin-left: -55px;
        transform: scale(0.6);
    }

    #productview.pv_fixed-widget .pv_head_ico {
        transform: scale(0.6);
    }

    #social-icon {
        left: 0;
        bottom: 102px;
    }
}

@media all and (max-width: 375px) {
    .header-column {
        align-self: center;
        margin-left: -51px;
    }

    .all_img {
        padding: 0;
    }

    .img-0-mob p.label-txt, .img-1-mob p.label-txt-1, .img-2-mob p.label-txt-2, .img-3-mob p.label-txt-3 {
        top: 29px;
        font-size: 15px;
    }

    .seo_header {
        font-size: 22px;
    }

    .header_icon-logo {
        margin-left: -55px;
        transform: scale(0.6);
    }

    .header_number-phone {
        flex-direction: column;
        margin-top: 0;
    }

    .number-1 {
        padding-right: 0;
    }

    .number-2 {
        padding-top: 0;
    }

    .seo .seo_social {
        margin-top: -70px;
        justify-content: center;
    }

    .seo_footer a {
        text-align: center;
    }

    .seo_footer {
        flex-direction: column;
    }

    .img-2 img {
        width: 100%;
    }

    .etaps_main_header {
        font-size: 16px;
    }

    .img-timeline img {
        width: 320px;
    }

    .owl-next,
    .owl-prev {
        display: none;
    }

    .reviews_header {
        font-size: 30px;
        margin: 33px 0 20px;
        line-height: 40px;
    }

    .descr-txt {
        left: 80px;
        right: 80px;
    }

    .all-img {
        max-width: 325px;
    }

    .header_phone-src:hover, .header_phone-src:hover {
        font-size: 15px;
    }

    .button.button_consultation::before, .button.seo_input-button::before {
        top: 0.6em;
    }

    .button_consultation,
    .seo_input-button {
        padding: 12px 23px;
    }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

#scroll-up {
    position: fixed;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 52px;
    height: 26px;
    background-image: url(../img/scroll-up.png);
    background-size: cover;
    cursor: pointer;
    transition: 1s ease all;
    z-index: 9999999999999;
}

#scroll-up.js-act {
    bottom: 60px;
}

#social-icon {
    position: fixed;
    left: 12px;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 100%;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, .5);
    background-color: #FF0000;
    bottom: 20px;
    z-index: 9999;
    transform: scale(0.6);

}

#social-icon::before {
    content: ' ';
    background-image: url('../img/chat-outline.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 16px;
    left: 15px;
    cursor: pointer;
    transform: scale(0.7);
}

.vib {
    position: fixed;
    right: 130px;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 100%;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, .5);
    background-color: purple;
    bottom: 20px;
    z-index: 9999;
}

.vib::before {
    content: ' ';
    background-image: url('../img/viber.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 12px;
    left: 10px;
    cursor: pointer;
    transform: scale(0.7);
}

.telega {
    position: fixed;
    right: 130px;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 100%;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, .5);
    background-color: #33b1e1;
    bottom: 121px;
    z-index: 9999;
}

.telega::before {
    content: ' ';
    background-image: url('../img/telegram.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: scale(0.7);
    cursor: pointer;
}

.whatsap {
    position: fixed;
    right: 130px;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 100%;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, .5);
    background-color: #02d051;
    bottom: 226px;
    z-index: 9999;
}

.whatsap::before {
    content: ' ';
    background-image: url('../img/whatsapp.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 9px;
    left: 10px;
    transform: scale(0.7);
    cursor: pointer;
}

.vib,
.whatsap,
.telega {
    position: absolute;
    left: 0;
}

.social {
    position: absolute;
    display: none;
    transition-timing-function: linear;
}