/*! normalize.css v8.0.1 | 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;
}

:root {
    --color-primary: #00cfd7;
    --color-dark-primary: #334865;
    --color-dark-secondary: #1a2f53;
    --color-white: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * 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 {
    -webkit-box-sizing: content-box;
    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;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/**
 * 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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
}

html {
    height: 100%;
    font-size: 16px;
}

body,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
}

body {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.42;
    cursor: default;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

a,
button,
svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

input::-webkit-input-placeholder {
    color: #9b9b9b;
}

input:focus::-webkit-input-placeholder {
    color: #9b9b9b;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1230px;
}

.container_service {
    max-width: 800px;
}

.header {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-image: url("assets/img/bg.png");
}

.header.sticky {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.navbar-start a:not(:last-child) {
    margin-right: 15px;
}

.navbar_def {
    background-color: transparent;
}

.navbar-item_def {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    z-index: 8;
}

.navbar-item_def img {
    max-height: 100%;
}

a.navbar-item_def:before {
    position: absolute;
    bottom: 15px;
    left: 0;
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 0;
    height: 1px;
    /*background: #fff;*/
}

a.two_column:before {
    bottom: 5px;
}

a.navbar-item_def.is-active {
    color: #fff;
    font-weight: 700;
}

a.navbar-item_def.is-active:before {
    width: 100%;
}

a.navbar-item_def:hover {
    color: #fff;
    background-color: transparent;
}

a.navbar-item_def:hover:not(.is-active) {
    color: var(--color-primary);
}

.nav-icon {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    display: none;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 103;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 11px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 8px;
}

.nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 8px;
}

.menu-drop {
    position: fixed;
    display: block;
    top: -130%;
    left: 0;
    width: 100%;
    padding: 30px 10px 20px;
    overflow: hidden;
    background: var(--color-primary);
    z-index: 102;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-drop .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu-drop .header-list li {
    padding: 15px 0;
}

.menu-drop .header-list li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.menu-drop .header-list li.active a {
    border-bottom: 1px solid #fff;
    font-weight: 700;
}

.menu-drop.open {
    top: 0;
}

@media (max-width: 1023px) {
    .nav-icon {
        display: block;
    }

    .menu-drop .header-list li {
        text-align: center;
    }

    .menu-drop .header-list li a {
        font-size: 16px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.footer {
    background: #324766;
    padding: 45px 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: var(--color-primary);
}

.footer svg {
    fill: #fff;
}

.footer svg:hover {
    fill: var(--color-primary);
}

@media (max-width: 769px) {
    .footer-col-tablet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer {
        padding: 20px 0;
    }

    .footer__item {
        margin-bottom: 15px;
    }
}

.title_def {
    font-size: 35px;
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
}

.title_blue {
    color: #1a2f53;
    font-size: 25px;
    font-weight: 700;
}

.txt-def {
    color: #1a2f53;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.title-sec {
    font-size: 20px;
    color: #383535;
}

.subtitle-sec {
    font-size: 13px;
    color: #383535;
    opacity: 0.6;
}

.underline-link {
    color: rgba(56, 53, 53, 0.6);
    border-bottom: 1px solid rgba(56, 53, 53, 0.6);
}

.underline-link:hover {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

button {
    outline: none;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.button_contact {
    width: 230px;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.15em;
    background: var(--color-primary);
    font-weight: 700;
}

.button_contact:active,
.button_contact:focus {
    color: #fff;
}

.button_contact_300px {
    font-weight: 700;
    max-width: 300px;
    width: 100%;
}

.button_contact_300px:focus:not(:active) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button_banner {
    width: 340px;
    height: 65px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.button_banner .icon:first-child:not(:last-child) {
    margin-right: 20px;
}

.button_banner:hover,
.button_banner:focus {
    color: #fff;
    background-color: #51627d;
    border-color: #fff;
}

.button_banner:focus {
    background-color: transparent;
}

.button_banner:focus:not(:active) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button_social {
    color: #fff;
    outline: none;
}

.button_social:hover,
.button_social:focus {
    color: var(--color-primary);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 500px) {
    .button_banner {
        width: 100%;
    }

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

.input,
.textarea {
    padding-left: 0;
    padding-right: 14px;
    width: 100%;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #172c51;
    background: transparent;
    font-size: 14px;
    color: #555;
    letter-spacing: 0.82px;
    outline: none;
    border-radius: 0;
}

.input:focus,
.textarea:focus,
.input:hover,
.textarea:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0e5098;
}

.inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.inputfile + label {
    color: #b9b9b9;
    font-size: 16px;
    font-weight: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow: hidden;
    padding: 5px 0 0 0;
    letter-spacing: 2px;
    outline: 0;
}

.inputfile + label svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-left: 0.25em;
}

.inputfile + label span svg {
    width: 10px;
    height: 10px;
    margin-left: 0;
    margin-right: 10px;
    fill: currentColor;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile:hover + label,
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #555;
    cursor: pointer;
    outline: 0;
}

.textarea {
    padding: 10px 20px;
    height: auto;
    background: #fff;
}

.textarea:focus {
    border-bottom: 2px solid #0e5098;
}

.textarea_contact {
    height: 240px;
    resize: none;
}

.scr-top {
    cursor: pointer;
    z-index: 10;
    position: fixed;
    right: -100px;
    bottom: 30px;
    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;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    border: none;
    outline: none;
    background: #fff url("assets/img/top.png") center no-repeat;
    background-size: 26px;
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.scr-top.active {
    right: 30px;
}

.owl-carousel {
    position: absolute;
    top: 0;
    right: 0;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 0;
    padding: 0 20px;
}

.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: block;
    color: #fff !important;
    font-size: 30px !important;
    text-align: center;
}

.section_grey {
    background-color: #f8f9fb;
}

.services {
    padding-top: 130px;
    padding-bottom: 150px;
}

.prices {
    letter-spacing: 2px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.prices__img {
    width: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
}

.prices__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prices__left span {
    font-size: 25px;
    color: #1a2f53;
    font-weight: 700;
}

.prices__right {
    font-size: 25px;
    color: #c3c3c3;
    font-weight: 700;
}

.prices__right .price {
    font-size: 35px;
    color: #1a2f53;
}

.contact-us {
    padding-top: 150px;
    padding-bottom: 150px;
}

.result-block.ok-msg {
    padding: 30px;
    border: 2px dashed rgba(0, 207, 215, 0.4);
}

.result-block.err-msg {
    padding: 30px;
    border: 2px dashed rgba(255, 0, 0, 0.4);
}

#captcha {
    max-width: 300px;
    margin: 0 auto;
}

.js-submit {
    display: none;
}

@media (max-width: 992px) {
    .owl-carousel .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .owl-carousel {
        position: relative;
    }

    .owl-carousel .owl-stage {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        width: auto !important;
    }

    .owl-carousel .owl-item.cloned {
        display: none !important;
    }

    .scr-top {
        bottom: 20px;
    }

    .scr-top.active {
        right: 20px;
    }

    .prices__img {
        margin-right: 0;
        margin-bottom: 10px;
    }

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

    .prices__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
    }

    .prices__right .price {
        font-size: 25px;
    }

    .services__image {
        text-align: center !important;
    }

    .services__txt {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .prices__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
    }

    .prices__right .price {
        font-size: 23px;
    }

    .services__image img {
        max-width: 50%;
    }
}

.team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.team-member:not(:last-child) {
    margin-bottom: 25px;
}

.team-member__img {
    min-width: 108px;
    width: 108px;
    height: 108px;
    background: #fff;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    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;
    margin-right: 17px;
    z-index: 1;
}

.team-member__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.team-member__divider {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #878686;
}

.member-name {
    font-size: 16px;
    color: #383535;
}

.member-title {
    font-size: 13px;
    color: #878686;
}

.member-skills {
    margin-top: 25px;
    font-size: 13px;
    color: #878686;
}

.automation-project {
    padding-bottom: 30px;
}

.automation-project img {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .automation-project {
        padding-bottom: 5px;
    }

    .automation-project img {
        max-width: 50px;
        margin-bottom: 5px;
    }
}

.top-banner {
    background-image: url("assets/img/bg.png");
    min-height: 430px;
    padding: 150px 30px 80px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.top-banner_index {
    display: block;
    padding: 150px 30px 115px;
}

.top-banner__title {
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-primary);
    padding-top: 10px;
}

.top-banner__title_index {
    line-height: 1.7;
}

.top-banner__txt {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
}

.device-right {
    text-align: right;
}

.device-right img {
    max-height: 20px;
}

.device-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.device-icon:not(:last-child) {
    margin-right: 2px;
}

.device-devider {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1px;
    height: 22px;
    margin: 0 5px 0 2px;
    background: #979797;
    opacity: 0.3;
}

.project-block__title {
    font-size: 17px;
    color: #383535;
}

.project-block__desc {
    font-size: 12px;
    margin: 4px 0;
    color: #878686;
    line-height: 1.5;
}

.project-block__list li {
    font-size: 12px;
    line-height: 1.5;
    color: #878686;
    position: relative;
    padding-left: 15px;
}

.project-block__list li:not(:last-child) {
    margin-bottom: 8px;
}

.project-block__list li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 1.4px;
    background: #D8D8D8;
}

.project-block__list_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-block__list_cols li {
    width: 50%;
}

.project-divider {
    width: 92%;
    margin: 80px auto 60px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.portfolio-logo {
    width: 56px;
}

.img_ff {
    width: 56%;
    height: 100%;
}

.img_ff2 {
    width: 43%;
    height: 100%;
    margin-top: 23px;
}

.block-wv {
    margin-top: -123px;
}

.img_wv {
    width: 46%;
    height: 100%;
}

.img_wv2 {
    width: 54%;
    height: 100%;
    margin-top: 90px;
}

.block-fs {
    margin-top: -70px;
}

.img_fs {
    height: 100%;
    width: 52%;
}

.img_fs2 {
    height: 100%;
    width: 48%;
    margin-top: 47px;
}

.img_gj {
    height: 100%;
    width: 51%;
}

.img_gj2 {
    height: 100%;
    width: 49%;
    margin-top: 47px;
}

.space-between {
    justify-content: space-between;
}

@media (min-width: 769px) {
    .portfolio .img-right-1 {
        margin-top: -180px;
    }

    .portfolio .img-left-2 {
        max-height: 100%;
    }

    .portfolio .img-left-3 {
        max-width: 90%;
    }

    .portfolio .img-right-3 {
        margin-top: -100px;
    }

    .portfolio .img-left-5 {
        max-width: 82%;
        margin-left: 30px;
    }

    .portfolio .img-right-5 {
        margin-top: -97px;
    }

    .portfolio .img-left-6 {
        max-width: 94%;
    }

    .portfolio .img-right-6 {
        max-width: 76%;
        margin-top: -150px;
    }

    .portfolio .img-right-7 {
        max-width: 90%;
        /*margin-top: -32px;*/
    }

    .portfolio .img-right-8 {
        max-width: 95%;
        margin-top: -170px;
    }

    .portfolio .img-right-9 {
        margin-top: -75px;
    }

    .portfolio .img-right-10 {
        margin-top: -97px;
    }

    .portfolio .img-right-11 {
        margin-top: -90px;
        max-width: 95%;
    }

    .portfolio .img-left-12 {
        max-height: 100%;
    }

    .portfolio .img-right-12 {
        margin-top: -90px;
        max-width: 95%;
    }

    .portfolio .img-left-13 {
        max-height: 480px;
    }

    .portfolio .img-right-13 {
        margin-top: -100px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 3rem 0;
        overflow: hidden;
    }

    .images-sm {
        max-width: 65%;
        margin: 0 auto;
        display: block;
        max-height: 450px;
    }

    .img_ff, .img_ff2, .img_wv, .img_wv2, .img_fs, .img_fs2,.img_gj, .img_gj2 {
        width: 100% !important;
    }

    .block-wv, .block-fs {
        margin-top: 10px !important;
    }
}

@media (max-width: 500px) {
    .top-banner {
        padding: 100px 30px 55px;
    }

    .images-sm {
        width: 80%;
    }

    .project-divider {
        margin: 45px auto 35px;
    }
}

.m-a {
    margin: auto;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-120 {
    padding-left: 120px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.m-t-a {
    margin-top: auto;
}

.m-t-150 {
    margin-top: 150px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-l-a {
    margin-left: auto;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-n {
    padding-left: 0;
    padding-right: 0;
}

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

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

.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex_s-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.max-h {
    height: 100%;
}

.mxw-180 {
    max-width: 180px;
}

.mw-180 {
    min-width: 180px;
}

.mw-160 {
    min-width: 160px;
}

.mw-120 {
    min-width: 120px;
}

.mw-100 {
    min-width: 100px;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.d-none {
    display: none;
}

.m-t--50 {
    margin-top: -100px;
}

@media screen and (min-width: 769px) {
    .m-l-auto-xl {
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .d-block-sm {
        display: block;
    }

    .d-none-sm {
        display: none;
    }

    .m-t-40-sm {
        margin-top: 40px;
    }

    .m-t-20-sm {
        margin-top: 20px;
    }

    .m-t-10-sm {
        margin-top: 10px;
    }

    .text-center-sm {
        text-align: center;
    }

    .border-xs {
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 15px;
    }

    .flex-reverse-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 600px) {
    .full-w-xs {
        width: 100%;
    }

    .m-t-25-xs {
        margin-top: 25px;
    }
}

.top-banner_about {
    min-height: auto;
}

.about-title:after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: var(--color-primary);
    display: block;
    margin-top: 30px;
}

.contact {
    padding: 60px 0 70px;
}

.contact-info_item:first-child {
    width: 20%;
}

.contact-info_item h3 {
    font-size: 16px;
    line-height: 20px;
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.contact-info p,
.contact-info p > a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #334865;
    padding-bottom: 35px;
}

.social {
    padding-top: 10px;
}

.social__link {
    font-size: 30px;
    color: #334865;
    padding-right: 50px;
}

.social__icon {
    width: 40px;
    height: 30px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.social__link svg {
    fill: #334865;
}

.social__link:hover {
    color: var(--color-primary);
    cursor: pointer;
}

.social__link svg:hover {
    fill: var(--color-primary);
}

.contact-wrap {
    border-radius: 80% 215% 239% 65%/116% 153% 145% 164%;;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 50px 0px rgba(142, 154, 170, 0.5);
    position: absolute;
    left: 404px;
    top: -235px;
    z-index: 4;
    overflow: hidden;
}

.contact-wrap iframe {
    width: 800px;
    height: 800px;
}

.text-bottom {
    color: #334865;
    text-align: right;
}

.text-top {
    display: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.margin-project-block__list {
    margin: -15px 45px 0 0;
}

.icons-are-clickable {
    color: #979797;
    font-size: 8px;
    line-height: 10px;
    padding-left: 37px;
    display: none;
}

.m-t-65 {
    margin-top: 65px;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.m-r-112 {
    margin-right: 112px;
}

.m-r-120 {
    margin-right: 120px;
}

.m-r-163 {
    margin-right: 163px;
}

.images-sm-m-t {
    margin-top: -135px;
}

.width-logo {
    width: 56px;
}

.free-link-block {
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 1399px) {
    .contact-wrap {
        left: 400px;
    }
}

@media (max-width: 1199px) {
    .contact-wrap {
        width: 700px;
        height: 700px;
    }
}

@media (max-width: 991px) {
    .about-title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contact-wrap {
        position: static;
    }

    .contact-info_item:first-child {
        width: 100%;
    }

    .text-top {
        display: block;
        margin: 30px 0 40px;
        text-align: left;
        color: #334865;
    }

    .text-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    .contact-wrap {
        width: 550px;
        height: 550px;
    }

    .images-sm-m-t {
        margin-top: 0;
    }

    .free-link-block {
        left: 0px;
        position: inherit;
    }

    .m-r-163, .m-r-112, .m-r-120 {
        margin-right: 10px;
    }

    .margin-project-block__list {
        margin: -15px 10px 0 0;
    }
}

@media (max-width: 480px) {
    .contact-wrap {
        margin-left: -20px;
        width: 400px;
        height: 450px;
    }
}

/*builder page*/

.builder-body .top-banner__title {
    font-weight: 700;
    font-size: 46px;
    margin-top: 0px;
    line-height: 59px;
    letter-spacing: 0.5px;
    color: #334865;
    padding-top: 0px;
    text-transform: capitalize;
}

.video-banner {
    border-radius: 54px;
    background: #272C39;
    width: 967px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 175px;
    border: 5px solid #272C39;
}

.m-t-16-p {
    margin-top: 210px;
    color: #334865;
}

.text-estimation {
    font-size: 18.3px;
    width: 70%;
    margin: 16px auto 8px;
    line-height: 30px;
}

.text-estimation-1 {
    font-size: 18.3px;
    width: 77%;
    margin: 21px auto 25px;
    line-height: 32px;
}

.btn-estimation {
    margin: 22px auto 20px;
    background: var(--color-primary);
    padding: 19px 47px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.15em;
    font-weight: 700;
    text-decoration: none;
}
.btn-estimation:hover {
    border-color: #b5b5b5;
    color: #363636;
}

.notice-required {
    color: #98A4B5;
    padding-bottom: 32px;
}

.estimation-it-works {
    padding-top: 89px;
    font-size: 46px;
    font-weight: 900;
    color: #334865;
}

.block-estimation-steps {
    display: flex;
    justify-content: space-between;
    width: 88.5%;
    margin: 0 auto;
    padding: 3px 28px 100px 20px;
}

.step-text {
    margin-top: 17px;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0;
    font-weight: 900;
    color: #334865;
}

.step-text span {
    display: block;
}

.estimation-step {
    width: 100%;
    font-size: 21px;
    font-weight: 600;
}

.estimation-step-2 {
    margin-top: 54px;
}

.estimation-step-2 img {
    padding-left: 12px;
}

.estimation-step-2 .step-text {
    margin-top: 3px;
}

.estimation-step-3 .step-text {
    margin-top: 21px;
}

.estimation-step-3 {
    margin-top: 13px;
}

.estimation-step-3 img {
    margin-right: -4px;
}

.estimation-step-1 img {
    margin: -5px 0 0 11px;
    display: inline-block;
}

/*end builder page*/
/*estimation*/
.estimation-block-items input[type="checkbox"]:checked,
.estimation-block-items input[type="checkbox"]:not(:checked),
.estimation-block-items input[type="radio"]:checked,
.estimation-block-items input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.estimation-item-img input[type="checkbox"]:checked + label,
.estimation-item-img input[type="checkbox"]:not(:checked) + label,
.estimation-item-img input[type="radio"]:checked + label,
.estimation-item-img input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding: 23px 20px 20px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
}

.estimation-item-not-img input[type="checkbox"]:checked + label,
.estimation-item-not-img input[type="checkbox"]:not(:checked) + label,
.estimation-item-not-img input[type="radio"]:checked + label,
.estimation-item-not-img input[type="radio"]:not(:checked) + label {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 5px 5px 54px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: left;
}

.estimation-block-items input[type="checkbox"]:checked + label:before,
.estimation-block-items input[type="checkbox"]:not(:checked) + label:before,
.estimation-block-items input[type="radio"]:checked + label:before,
.estimation-block-items input[type="radio"]:not(:checked) + label:before {
    border-radius: 4px;
}

.estimation-block-items input[type="checkbox"]:checked + label:after,
.estimation-block-items input[type="checkbox"]:not(:checked) + label:after,
.estimation-block-items input[type="radio"]:checked + label:after,
.estimation-block-items input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.estimation-item-text input[type="checkbox"]:checked + label:before,
.estimation-item-text input[type="checkbox"]:not(:checked) + label:before,
.estimation-item-text input[type="radio"]:checked + label:before,
.estimation-item-text input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #E8ECF2;
    background-color: #E8ECF2;
}

.estimation-item-text input[type="checkbox"]:checked + label:after,
.estimation-item-text input[type="checkbox"]:not(:checked) + label:after,
.estimation-item-text input[type="radio"]:checked + label:after,
.estimation-item-text input[type="radio"]:not(:checked) + label:after {
    left: 2px;
    top: 2px;
    width: 11px;
    height: 8px;
    border-radius: 1px;
    border-left: 3px solid var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.estimation-item-img input[type="checkbox"]:checked + label:before,
.estimation-item-img input[type="checkbox"]:not(:checked) + label:before,
.estimation-item-img input[type="radio"]:checked + label:before,
.estimation-item-img input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #E8ECF2;
    background-color: #E8ECF2;
}

.estimation-item-img input[type="checkbox"]:checked + label:after,
.estimation-item-img input[type="checkbox"]:not(:checked) + label:after,
.estimation-item-img input[type="radio"]:checked + label:after,
.estimation-item-img input[type="radio"]:not(:checked) + label:after {
    right: 12px;
    top: 11px;
    width: 11px;
    height: 8px;
    border-radius: 1px;
    border-left: 3px solid var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.estimation-item-not-img input[type="checkbox"]:checked + label:before,
.estimation-item-not-img input[type="checkbox"]:not(:checked) + label:before,
.estimation-item-not-img input[type="radio"]:checked + label:before,
.estimation-item-not-img input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 19px;
    top: 31px;
    width: 20px;
    height: 20px;
    border: 1px solid #E8ECF2;
    background-color: #E8ECF2;
}

.estimation-item-not-img input[type="checkbox"]:checked + label:after,
.estimation-item-not-img input[type="checkbox"]:not(:checked) + label:after,
.estimation-item-not-img input[type="radio"]:checked + label:after,
.estimation-item-not-img input[type="radio"]:not(:checked) + label:after {
    left: 23px;
    top: 35px;
    width: 11px;
    height: 8px;
    border-radius: 1px;
    border-left: 3px solid var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.estimation-block-items input[type="checkbox"]:not(:checked) + label:after,
.estimation-block-items input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.estimation-block-items input[type="checkbox"]:checked + label:after,
.estimation-block-items input[type="radio"]:checked + label:after {
    opacity: 1;
}

.estimation-banner {
    width: 60%;
    text-align: center;
}

.estimation-banner-title {
    color: var(--color-primary);
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 25px;
    letter-spacing: 2px;
    padding-left: 42px;
}

.estimation-banner-text {
    color: #fff;
    font-size: 18px;
    margin-left: 33px;
    line-height: 34px;
    letter-spacing: 0.1px;
}

.estimation-banner-text span {
    display: block;
}

.estimation-block-flex {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 47px 0 13px 14px;
}

.estimation-block-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    width: 83%;
}

.estimation-block-small {
    width: 0;
    display: none;
}

.estimation-block-item-title {
    color: #334865;
    font-size: 24px;
    font-weight: 700;
    word-break: break-word;
    width: 275px;
    margin-right: 60px;
    line-height: 31px;
}

.estimation-block-item {
    transition: .5s;
    border-radius: 11px;
    border: 2px solid #D2DAE6;
    width: 200px;
    margin: 5px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.estimation-block-item:hover {
    border: 2px solid var(--color-primary);
}

.estimation-item-img {
    height: 200px;
}

.estimation-item-img .estimation-item-img-active {
    display: inline-block !important;
    margin: 20px 20px 10px;
    transition: .8s;
}

.estimation-item-img img {
    display: none;
    margin: 20px 20px 10px;
    transition: .8s;
}

.estimation-item-img span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #334865;
}

.estimation-item-not-img {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-not-img {
    padding: 35px 0 13px 14px;
}

.estimation-item-not-img .estimation-item-img-not-active {
    display: inline-block !important;
    margin: 20px 20px 10px;
    transition: .8s;
}

.estimation-item-not-img span {
    display: block;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #334865;
    margin-top: 10px;
}

.active-checkbox {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.active-checkbox span {
    color: #fff;
}


.estimation-fixed-block {
    position: fixed;
    right: 2.7%;
    z-index: 999;
    top: 25%;
    background: #e9ecf2;
    padding: 10px 0;
    border-radius: 7px;
    width: 202px;
}

.label-img-block {
    height: 110px;
}

.estimation-title-block {
    margin: 0 15px 15px;
}

.estimation-price-block {
    color: #fff;
    background: var(--color-primary);
    position: relative;
    border-radius: 12px;
    left: 21px;
    text-align: center;
    padding: 13px 18px;
}

.estimation-price-title {
    font-weight: 600;
    font-size: 16px;
}

.estimation-price {
    font-weight: 900;
    font-size: 24px;
}

.estimation-container-form {
    background: #f8f9fb;
    color: #334865;
    padding: 103px 0 47px;
}

.estimation-form {
    margin: 0 auto;
    width: 45%;
    text-align: center;
}

.estimation-form-title {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 11px;
    letter-spacing: -2px;
    color: #334865;
}

.estimation-form-link a {
    color: var(--color-primary);
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.estimation-form-price {
    font-size: 46px;
    font-weight: 700;
    color: var(--color-primary);
}

.estimation-form-text {
    padding: 30px 0;
    font-size: 18px;
    font-weight: 600;
}

#estimation-email-form {

}

#estimation-email-form .form-control {
    border-radius: 11px;
    height: 90px;
    padding: 30px 25px;
}

#estimation-email-form .form-control:focus {
    outline: none;
}

#estimation-email-form .form-group label {
    position: absolute;
    left: 30px;
    top: 10px;
    color: #0000004f;
    font-size: 16px;
    font-weight: 600;
}

.btn-send-requirements {
    margin: 0 auto;
    width: 415px;
    color: #fff;
    background: var(--color-primary);
    padding: 10px 9%;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
}

.active-li {
    font-weight: 700;
    font-size: 16px !important;
}

.estimation-title-cat {
    cursor: pointer;
    padding: 3px;
    text-transform: capitalize;
    font-size: 14px;
    color: #334865;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    /*background-color: #444;*/
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    /*border-top-color: #444;*/
}

.estimation-tooltip {
    text-decoration: none;
    position: relative;
}

.estimation-tooltip .estimation-tooltip-div {
    display: none;
}

.estimation-tooltip:hover .estimation-tooltip-div {
    display: block;
    position: fixed;
    /*overflow:hidden;*/
}

.estimation-tooltip-div {
    width: 300px;
    text-align: center;
    padding: 20px;
    border: 2px solid var(--color-primary);
    border-radius: 11px;
    background: #fff;
    z-index: 9;
    font-size: 14px;
    font-weight: 400;
}

.estimation-tooltip-div-tr, .estimation-tooltip-div-tr::before {
    position: absolute;
    left: 126px;
    top: -37px;
    border: 18px solid transparent;
    border-bottom: 18px solid var(--color-primary);
}

.estimation-tooltip-div-tr::before {
    border-bottom: 18px solid white;
    top: -16px;
    content: '';
    left: -18px;
}

/*end estimation*/

/*team*/
.team-title {
    font-weight: bold;
    font-size: 46px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #334865;
}

.team-body .top-banner {
    min-height: 326px;
    height: 326px;
}

.team-body .container {
    /*max-width: 1200px;*/
}

.team-banner__title {
    color: var(--color-primary);
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 25px;
    letter-spacing: 2px;
}

.team-divide {
    width: 120px;
    background: var(--color-primary);
    margin: 38px auto;
    height: 5px;
}

.team-section {
    padding-top: 100px;
}

.team-text {
    font-size: 18px;
    line-height: 30px;
    margin: 60px 0;
}

.team-item {
    margin-bottom: 50px;
}

.team-item__name {
    margin: 30px 0 8px;
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
    color: #334865;
    line-height: 120%;
}

.team-item__position {
    font-size: 16px;
    line-height: 30px;
    color: #1A2F53;
}

.team-item__icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 21px;
}

.team-item__image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: .5s ease;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team-item__image:hover {
    -webkit-filter: unset;
    filter: unset;
}

.team-item__container {
    position: relative;
    max-width: 379px;
}

.team-item__social {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 12%;
    right: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.team-item__container:hover .image {
    opacity: 0.3;
}

.team-item__container:hover .middle {
    opacity: 1;
}

.team-link {
    display: block;
    width: 50px;
    height: 50px;
}

.team-link__linkedin {
    background-image: url("assets/img/team/linkedin.svg");
}

.team-item__container:hover .team-link__linkedin {
    background-image: url("assets/img/team/linkedin_hover.svg");
}

.team-link__git {
    background-image: url("assets/img/team/git.svg");
}

.team-item__container:hover .team-link__git {
    background-image: url("assets/img/team/git_hover.svg");
}

.team-link__behance {
    background-image: url("assets/img/team/behance.svg");
}

.team-item__container:hover .team-link__behance {
    background-image: url("assets/img/team/behance_hover.svg");
}

.team-link__email {
    background-image: url("assets/img/team/email.svg");
}

.team-item__container:hover .team-link__email {
    background-image: url("assets/img/team/email_hover.svg");
}

.team-career {
    margin-bottom: 118px;
}

/*end team*/


/*report*/
.header-report {
    padding: 10px 0 18px;
}

.report-block-p {
    margin-top: 129px;
    color: #334865;
}

.report-title {
    text-align: center;
    color: #334865;
    font-size: 45px;
    max-width: 795px;
    margin: 0 auto;
    font-weight: 900;
    line-height: 56px;
}

.report-time-price-block {
    display: flex;
    justify-content: space-around;
    margin: 28px 0;
}

.report-time-price-img {
    display: block;
    margin: 0 auto;
}

.report-time-price-count {
    color: var(--color-primary);
    font-size: 39px;
    font-weight: 900;
    margin-top: 9px;
}

.report-time-price-text {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 20px;
    margin-top: -6px;
}

.report-time-price-item {
    text-align: center;
    padding-left: 9px;
}

.report-time-price-title {
    font-size: 34px;
    font-weight: 700;
    color: #334865;
    text-align: center;
    margin-top: 12px;
    line-height: 40px;
}

.report-time-price-item-2 {
    margin-top: 6px;
}

.report-time-price-item-2 .report-time-price-title {
    margin-top: 21px;
}

.report-time-price-item-2 .report-time-price-count {
    margin-top: 2px;
}

.report-title-2 {
    max-width: 918px;
    text-align: center;
    margin: 40px auto;
    line-height: 24px;
}

.report-title-3 {
    text-align: center;
    font-size: 45px;
    max-width: 825px;
    margin: 0 auto 0;
    padding: 87px 0 0;
    font-weight: 900;
    line-height: 57px;
    letter-spacing: -0.2px;
}

.report-divide {
    width: 10%;
    background: var(--color-primary);
    margin: 45px auto;
    height: 5px;
}

.report-items {

}

.report-item {
    display: flex;
    margin: 39px 0 0;
    padding: 7px 0;
    /*align-items: center;*/
    border-bottom: 1px solid #88878759;
}

.report-item-num {
    background-image: url(/assets/img/report/circle.png);
    background-repeat: no-repeat;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    font-size: 25px;
    font-weight: 900;
    color: var(--color-primary);
    margin: 0 0 0 5px;
}

.report-item-title {
    width: 50%;
    padding: 0 75px;
}

.report-item-time-price {
    display: flex;
    width: 50%;
    align-items: center;
}

.report-item-title-cat {
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 15px;
}

.report-item-title-cat-items {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: row;
}

.report-item-title-cat-item {
    padding-right: 13px;
    font-size: 25px;
}

.report-item-time, .report-item-price {
    width: 50%;
    text-align: center;
    font-size: 31px;
    font-weight: 900;
    color: var(--color-primary);
    margin: -91px 46px 0 0;
}

.total-rough-estimate {
    display: flex;
    padding-bottom: 50px;
}

.total-rough-estimate-title {
    width: 50%;
    font-size: 35px;
    font-weight: 900;
    margin: 63px 0 0 5px;
    letter-spacing: 0.5px;
}

.total-rough-estimate-time, .total-rough-estimate-price {
    width: 55%;
    font-size: 34px;
    font-weight: 900;
    color: var(--color-primary);
    text-align: center;
    padding-top: 66px;
}

.total-rough-estimate-price {

}

.report-footer {
    background: #E8ECF2;
    padding: 55px 0 100px;
    color: #334865;
}

.report-footer .button_contact {

}

.report-footer-title {
    text-align: center;
    font-size: 44px;
    max-width: 870px;
    margin: 0 auto;
    font-weight: 900;
    padding-bottom: 35px;
}

.report-footer-title-2 {
    text-align: center;
    font-size: 18px;
    max-width: 870px;
    margin: 4px auto;
    line-height: 30px;
    padding-bottom: 35px;
}

.report-footer-title-2 span {
    display: block;
}

.report-item-title-time-price {
    display: flex;
    width: 95%;
}

.report-btn-contact-us {
    margin: 16px auto;
    /*font-size: 19px;*/
    padding: 0;
    width: 237px;
}

/*end report*/

.estimation-body .top-banner {
    min-height: 390px;
    height: 390px;
}

.estimation-body .container {
    /*max-width: 1200px;*/
}

.estimation-block-p {
    padding-top: 0;
}

.iframe-video {
    width: 94%;
    border-radius: 33px;
    outline: none;
}

.video-banner-image {
    cursor: pointer;
    width: 80% !important;
    height: 100%;
    border-radius: 3px;
}

.video-banner-iframe {
    display: none;
}

.estimation-spinner-border {
    width: 100%;
    height: 100%;
    background: #c1c0c073;
    display: none;
    position: fixed;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 99999;
}

.estimation-spinner-active {
    display: flex;
}

.spinner-border {
    width: 5rem;
    height: 5rem;
    border: 0.75em solid var(--color-primary);
    border-right-color: transparent;
    text-align: center;
    margin: 0 auto;
}

.spinner-title {
    color: var(--color-primary);
    text-align: center;
    margin-top: 35px;
    font-size: 25px;
    font-weight: 600;
}

.builder-body .top-banner {
    min-height: 383px;
}

.background-grey {
    background: #F8F9FB;
}

.report-body {
    color: #334865;
}

.text-estimation-2 span, .text-estimation-1 span {
    display: block;
}

.estimation-divide {
    display: none;
}

.captcha-block {
    border: 3px solid transparent;
    padding: 7px 3px 5px 0;
    display: inline-block;
    width: 316px;
}

.border-red {
    border: 3px solid red;
}

.navbar {
    padding: 0 !important;
}

.button_social {
    text-decoration: none !important;
}

.title-input-email {
    align-items: center;
    position: relative;
}

.input-img-count {
    position: absolute;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    left: 37px;
}

.input-title-text {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #334865;
    text-align: left;
    padding-left: 30px;
}

.input-field-flex {
    display: flex;
    justify-content: center;

}

.input-field-flex input {
    padding: 10px 20px;
    height: 48px;
}

.input-field-flex input,
.input-field-flex textarea {
    width: 444px;
    min-width: 444px;
    max-width: 444px;
    background: #fff;
}

.control input {
    background: #fff;
    padding: 10px 20px;
}

.input-field-flex textarea {
    height: 103px !important;
    min-height: 103px !important;
}

#lottie {
    width: 45px;
}

.lottie-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #334865;
    margin-right: 16px;
}

.lottie-block {
    justify-content: center;
    align-items: center;
}

.animated-button {
    /*background: var(--color-primary);*/
    /*padding: 20px 40px;*/
    /*margin: 12px;*/
    display: inline-block;
    transform: translate(0%, 0%);
    overflow: hidden;
    /*color: #fff;*/
    /*font-size: 20px;*/
    /*letter-spacing: 2.5px;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none;*/
}

.animated-button:hover::before {
    opacity: 0.2;
}

.animated-button span {
    position: absolute;
    opacity: 0;
}

.animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #007175);
    animation: 2s animateTop linear 3s;
    animation-fill-mode: forwards;
}

@keyframes animateTop {
    0% {
        opacity: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #007175);
    animation: 2s animateRight linear 2s;
    animation-fill-mode: forwards;
}

@keyframes animateRight {
    0% {
        opacity: 1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#007175));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #007175);
    animation: 2s animateBottom linear 1s;
    animation-fill-mode: forwards;
}

@keyframes animateBottom {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#007175));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #007175);
    animation: 2s animateLeft linear;
    animation-fill-mode: forwards;
}

@keyframes animateLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@media (max-width: 1400px) {
    .estimation-block-items {
        width: 73%;
    }

    .estimation-block-small {
        width: 10%;
        display: block;
    }
}

@media (max-width: 1260px) {
    .estimation-banner-text span {
        display: inline;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 1100px) {
    .video-banner {
        height: auto;
        /*top: 11rem;*/
        width: 85%;
    }

    .text-estimation span {
        display: inline;
    }

    .estimation-block-item-title {
        margin-right: 30px;
    }

    .report-item-title {
        padding: 0 0 0 45px;
        width: 100%;
    }

    .report-item-time, .report-item-price {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 960px) {
    .background-grey {
        padding: 0 6%;
    }

    .estimation-banner {
        width: 85%;
    }

    .top-banner__title {
        font-size: 43px !important;
        padding: 10px 12%;
    }

    .estimation-banner-text span {
        display: inline;
    }

    .estimation-body .top-banner {
        min-height: 100%;
        height: 100%;
        padding-bottom: 25px;
    }

    .report-item-title-time-price {
        display: flex;
        width: 88%;
        flex-direction: column;
    }

    .report-item-time-price {
        display: flex;
        width: 100%;
        padding: 30px 0 40px 45px;
        justify-content: space-around;
        align-items: center;
    }

    .report-item-time, .report-item-price {
        text-align: left;
    }

    .report-item-num {
        margin: 0 0 0 5px;
    }

    .report-item {
        align-items: normal;
    }

    .total-rough-estimate {
        display: flex;
        padding-bottom: 50px;
        flex-flow: column;
    }

    .total-rough-estimate-title {
        width: 100%;
        font-size: 35px;
        font-weight: 900;
        margin: 30px 0 0 5px;
        letter-spacing: 0.5px;
        text-align: center;
    }

    .total-rough-estimate-time, .total-rough-estimate-price {
        padding-top: 5px;
    }

    .report-footer-title-2 span {
        display: inline;
    }

    .report-footer {
        padding: 55px 10% 55px;
    }

    .estimation-block-small {
        width: 0;
        display: none;
    }

    .estimation-fixed-block {
        display: none;
    }

    .estimation-block-item {
        width: 47%;
    }

    .estimation-item-img {
        min-height: 100%;
    }

    .estimation-block-item label {
        display: flex !important;
        align-items: center;
        justify-content: space-around;
    }

    .estimation-divide {
        display: block;
        width: 127px;
        background: var(--color-primary);
        margin: 30px auto;
        height: 3px;
    }
}

@media (max-width: 860px) {
    .estimation-block-flex {
        display: block;
        text-align: center;
        padding: 17px 0;
    }

    .estimation-it-works {
        padding-top: 40px;
    }

    .notice-required {
        padding-bottom: 0;
    }

    .block-estimation-steps {
        display: block;
        justify-content: center;
        width: 80%;
    }

    .estimation-step {
        width: 100%;
        font-size: 17px;
    }

    .estimation-form {
        width: 78%;
    }

    .estimation-block-items {
        width: 100%;
        justify-content: space-between;
    }

    .estimation-block-item-title {
        width: 100%;
        margin-bottom: 17px;
    }

    #estimation-email-form .form-group label {
        font-size: 12px;
    }


    .estimation-item-img .estimation-item-img-active {
        margin: 20px 0 10px;
    }


    .report-title, .report-title-3, .report-footer-title {
        font-size: 31px;
        width: 80%;
        line-height: 40px;
        padding: 0 0;
    }

    .report-item-title-cat {
        font-size: 18px;
    }

    .report-title-2 {
        font-size: 14px;
        margin: 60px auto 10px;
    }

    .report-item-title-cat-item {
        font-size: 15px;
    }

    .report-item-time, .report-item-price, .total-rough-estimate-time, .total-rough-estimate-price {
        font-size: 24px;
    }

    .total-rough-estimate-title {
        font-size: 22px;
    }

    .report-footer-title-2 {
        font-size: 16px;
    }

    .report-block-p {
        margin-top: 90px;
    }

    .report-time-price-title {
        font-size: 26px;
        line-height: 33px;
    }

    .estimation-banner-title {
        padding-left: 0;
    }

    .estimation-banner-text {
        margin-left: 0;
    }
}

@media (max-width: 720px) {

    .btn-estimation {
        font-size: 16px;
    }

    .estimation-it-works {
        margin-top: 105px;
        font-size: 36px;
    }

    .report-item-title {
        padding: 0 0 30px 25px;
        width: 100%;
    }

    .total-rough-estimate-title {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .total-rough-estimate {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .total-rough-estimate-time, .total-rough-estimate-price {
        text-align: center;
        width: 50%;
    }

    .report-item-time-price {
        padding: 0 0 4% 45px;
        align-items: flex-start;
        flex-flow: wrap;
    }

    .video-banner {
        /*top: 14rem;*/
        width: 85%;
    }
    /*.estimation-tooltip:hover .estimation-tooltip-div {*/
    /*display: none !important;*/
    /*}*/
}

@media (max-width: 720px) {
    .m-t-16-p {
        margin-bottom: -4rem;
        padding-bottom: 0;
    }

    .text-estimation span {
        display: inline !important;
    }
}

@media (max-width: 676px) {
    .estimation-tooltip:hover .estimation-tooltip-div {
        display: none !important;
    }
}

@media (max-width: 645px) {
    #estimation-email-form .form-group label {
        font-size: 10px;
    }
    .btn-send-requirements {
        width: 100%;
    }

    .input-field-flex input, .input-field-flex textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .report-time-price-img {
        height: 50%;
    }

    .report-time-price-title {
        font-size: 16px;
    }

    .report-time-price-count {
        font-size: 34px;
    }

    .estimation-banner-title, .builder-body .top-banner__title {
        font-size: 30px !important;
        line-height: 40px;
    }

    .video-banner {
        /*top: 14.6rem;*/
        width: 85%;
    }

}

@media (max-width: 535px) {
    #estimation-email-form .form-group label {
        font-size: 8px;
    }

    .report-item-time, .report-item-price, .total-rough-estimate-time, .total-rough-estimate-price {
        font-size: 16px;
    }

    .builder-body .top-banner__title {
        line-height: 40px;
    }

    .team-body .top-banner {
        min-height: 260px;
        height: 260px;
    }

    .team-section {
        padding-top: 40px;
    }

    .team-title {
        font-size: 40px;
    }

    .team-text {
        font-size: 14px;
        line-height: 21px;
    }

    .team-item__name {
        margin: 19px 0 0;
    }

    .team-item__name,
    .team-item__position {
        text-align: left;
    }

    .team-item__container {
        max-width: 240px;
        margin: 0 auto;
    }

    .team-body .btn-send-requirements {
        max-width: 240px;
        margin: 0 auto;
    }

    .team-career {
        margin-bottom: 100px;
    }
}

@media (max-width: 450px) {

}

@media (max-width: 400px) {
    .estimation-block-item label {
        justify-content: center;
        flex-direction: column;
    }

    .btn-send-requirements {
        font-size: 11px;
    }
}
