/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    -moz-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;
}

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

.list,
.quiz__list,
.portfolio__list,
.u-reset-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.cf::after,
.clearfix::after {
    content: ' ';
    display: table;
    clear: both;
}

@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Geometria/geometria-thin.woff2") format("woff2"), url("../fonts/Geometria/geometria-thin.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: italic;
    font-weight: 100;
    src: url("../fonts/Geometria/geometria-thinitalic.woff2") format("woff2"), url("../fonts/Geometria/geometria-thinitalic.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Geometria/geometria-extralight.woff2") format("woff2"), url("../fonts/Geometria/geometria-extralight.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: italic;
    font-weight: 200;
    src: url("../fonts/Geometria/geometria-extralightitalic.woff2") format("woff2"), url("../fonts/Geometria/geometria-extralightitalic.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Geometria/geometria-light.woff2") format("woff2"), url("../fonts/Geometria/geometria-light.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Geometria/geometria-lightitalic.woff2") format("woff2"), url("../fonts/Geometria/geometria-lightitalic.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Geometria/geometria.woff2") format("woff2"), url("../fonts/Geometria/geometria.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/Geometria/geometria-italic.woff2") format("woff2"), url("../fonts/Geometria/geometria-italic.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Geometria/geometria-medium.woff2") format("woff2"), url("../fonts/Geometria/geometria-medium.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Geometria/geometria-mediumitalic.woff2") format("woff2"), url("../fonts/Geometria/geometria-mediumitalic.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Geometria/geometria-bold.woff2") format("woff2"), url("../fonts/Geometria/geometria-bold.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/Geometria/geometria-bolditalic.woff2") format("woff2"), url("../fonts/Geometria/geometria-bolditalic.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Geometria/geometria-extablack.woff2") format("woff2"), url("../fonts/Geometria/geometria-extablack.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: italic;
    font-weight: 800;
    src: url("../fonts/Geometria/geometria-extrablackitalic.woff2") format("woff2"), url("../fonts/Geometria/geometria-extrablackitalic.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Geometria/geometria-heavy.woff2") format("woff2"), url("../fonts/Geometria/geometria-heavy.woff") format("woff");
}

@font-face {
    font-family: "Geometria";
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/Geometria/geometria-heavyitalic.woff2") format("woff2"), url("../fonts/Geometria/geometria-heavyitalic.woff") format("woff");
}

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

svg {
    display: inline-block;
    fill: currentColor;
    vertical-align: middle;
}

svg path {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

html {
    min-width: 320px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    position: relative;
    height: 100%;
    margin: 0;
    background: #fff;
    color: #282828;
    font-display: swap;
    font-family: "Geometria", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* better font rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.1;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
}

a,
button,
input,
textarea {
    font-family: "Geometria", Helvetica, Arial, sans-serif;
    -webkit-transition: background-color .2s, border .2s, color .2s;
    -o-transition: background-color .2s, border .2s, color .2s;
    transition: background-color .2s, border .2s, color .2s;
}

a {
    color: #000cfe;
}

a:hover,
a:focus,
a:active {
    color: #e01660;
}

iframe {
    border: none;
}

figure {
    margin: 0;
}

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

img.lazyload {
    visibility: hidden;
}

img.lazyload[data-bg] {
    position: absolute;
}

p {
    /* android browser hack */
    background: url("");
    margin: 1em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
}

th {
    text-align: left;
}

button,
input[type=reset],
input[type=submit],
select {
    cursor: pointer;
}

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

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

input,
textarea,
th,
td,
button {
    padding: 0;
}

textarea {
    resize: vertical;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

:focus:-moz-placeholder {
    color: transparent !important;
}

:focus::-moz-placeholder {
    color: transparent !important;
}

:focus:-ms-input-placeholder {
    color: transparent !important;
}

:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.container {
    max-width: 1440px;
    width: 100%;
}

.gm-style {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.gmnoprint img {
    max-width: none;
}

#vk_groups,
#vk_groups iframe,
#community_groups_main {
    width: 100% !important;
}

/*
================================================================================
  START .btn
*/
.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 3.333em;
    background: #2a3495;
    border: 1px solid #2a3495;
    -webkit-border-radius: 1.667em;
    border-radius: 1.667em;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #e01660;
    border-color: #e01660;
    color: #fff;
}

.btn--w200 {
    max-width: 200px;
}

.btn--w240 {
    max-width: 240px;
}

.btn--w300 {
    max-width: 300px;
}

.btn--inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 24px;
}

.btn--outline {
    background: none;
    color: #2a3495;
}

/* media query min-width: 992px */

/* END .btn */
.list-inline li {
    display: inline-block;
}

.list li {
    margin: 0.5em 0;
    padding-left: 1.25em;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' width='60' height='60'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' y2='45' x2='4.01' y1='15' x1='55.99' id='a'%3E%3Cstop stop-color='%232a3495' offset='0'/%3E%3Cstop stop-color='%23e01660' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle r='30' cy='30' cx='30' fill='url(%23a)'/%3E%3C/svg%3E") 0 0.35em no-repeat;
    -webkit-background-size: 0.5em 0.5em;
    background-size: 0.5em 0.5em;
}

/*
================================================================================
  START .header
*/
.header {
    position: fixed;
    width: 100%;
    margin: 0 auto 70px;
    padding: 10px 15px 10px;
    z-index: 2;
    max-width: 100%;
    transition: all 0.3s;
    background: #fff;
}
.header.active {
    padding: 10px 15px 10px;
    transition: all 0.3s;
    border-bottom: 1px solid #f5f5f5;
}
/* media query min-width: 992px */

/* END .header */
/*
================================================================================
  START .main
*/
.main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}

@media (max-width:1440px) {
    .main {
        max-width: 1280px;
    }

    .portfolio__img-box {
        height: 220px !important;
    }

    .top-set {
        max-width: 1280px;
        margin: 0 auto;
    }
}

/* END .main */
/*
================================================================================
  START .sidebar
*/
.sidebar {
    position: relative;
    z-index: 1;
}

/* END .sidebar */
/*
================================================================================
  START .footer
*/
.footer {
    position: relative;
    width: 100%;
    padding: 30px 0;
    background: #f8f8f8;
    z-index: 2;
}

/* media query min-width: 992px */

/* END .footer */
/*
================================================================================
  START .intro
*/
.intro {
    position: relative;
    z-index: 1;

}

.intro__img-box {
    position: relative;
    margin-top: 50px;
    z-index: -1;
}

.intro__img {
    position: relative;
    z-index: 2;
}

.intro__decor-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.intro__decor {
    overflow: hidden;
    position: absolute;
    top: -8.96%;
    left: 5.28%;
    width: 3.2%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' width='60' height='60'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' y2='45' x2='4.01' y1='15' x1='55.99' id='a'%3E%3Cstop stop-color='%232a3495' offset='0'/%3E%3Cstop stop-color='%23e01660' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle r='30' cy='30' cx='30' fill='url(%23a)'/%3E%3C/svg%3E") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.intro__decor::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.intro__decor--2 {
    top: -2.4%;
    left: 24.48%;
    width: 9.6%;
}

.intro__decor--3 {
    top: auto;
    left: auto;
    bottom: 7.36%;
    right: -7.84%;
    width: 48%;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.intro__decor--3::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46.7%;
    height: 46.7%;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.intro__actions .btn {
    margin-top: 10px;
}

.intro__parallax-text {
    font-size: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 900;
    line-height: 1;
    color: rgba(0, 0, 0, 0.04);
    text-transform: uppercase;
    z-index: -2;
}

/* media query max-width: 767px */

/* media query min-width: 768px */

/* media query min-width: 992px */

/* media query min-width: 1200px */

/* media query min-width: 1600px */

/* END .intro */
/*
================================================================================
  START .noscript-main
*/
.noscript-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    z-index: 99;
}

.noscript-main a {
    color: #ff0;
    text-decoration: underline;
}

.noscript-main a:hover {
    color: #ff0;
    text-decoration: none;
}

/* END .noscript-main */
/*
================================================================================
  START .popup
*/
.popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    text-align: center;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    -o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 900;
}

.popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.popup__body {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.popup__body_small{
    max-width: 400px;
    text-align: center;
}
.popup__body_small .title2 {
    background-position: center bottom;
}
.popup__body_small .order-form input {
    max-width: none;
    border: 2px solid #e0175f;
}
.popup.is-open .popup__body {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.popup__close {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 20 20' fill='%23fff'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M11.77 10l7.86-7.87A1.25 1.25 0 0 0 17.86.37L10 8.23 2.14.37A1.25 1.25 0 1 0 .37 2.14L8.23 10 .37 17.87a1.25 1.25 0 1 0 1.77 1.77L10 11.77l7.86 7.87a1.25 1.25 0 0 0 1.77-1.77z'/%3E%3C/svg%3E") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 9;
}

.popup__close:hover,
.popup__close:focus,
.popup__close:active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 20 20' fill='%23e01660'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M11.77 10l7.86-7.87A1.25 1.25 0 0 0 17.86.37L10 8.23 2.14.37A1.25 1.25 0 1 0 .37 2.14L8.23 10 .37 17.87a1.25 1.25 0 1 0 1.77 1.77L10 11.77l7.86 7.87a1.25 1.25 0 0 0 1.77-1.77z'/%3E%3C/svg%3E");
}

/* media query min-width: 768px */
/* END .popup */
/*
================================================================================
  START .logo
*/
.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    text-align: left;
}

.logo__name {
    font-size: 1.333em;
    font-weight: 800;
}

.logo__caption {
    margin-left: 19px;
    padding-left: 23px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* media query min-width: 992px */

/* END .logo */
/*
================================================================================
  START .order-form
*/
.order-form {
    text-align: center;
}

.order-form input {
    display: block;
    max-width: 250px;
    width: 100%;
    height: 60px;
    margin: 10px auto;
    padding: 0 35px;
    background: #fff;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #282828;
    font-size: 18px;
    text-align: left;
}

.order-form input::-moz-placeholder {
    color: #c0c0c0;
    opacity: 1;
}

.order-form input:-ms-input-placeholder {
    color: #c0c0c0;
}

.order-form input::-webkit-input-placeholder {
    color: #c0c0c0;
}

.order-form input::-ms-input-placeholder {
    color: #c0c0c0;
}

.order-form input::placeholder {
    color: #c0c0c0;
}

.order-form__title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.order-form__small {
    margin-top: 28px;
    font-size: 12px;
}

.order-form__as-link {
    background: none;
    border: none;
    color: inherit;
    font-size: 1em;
    font-weight: inherit;
    text-decoration: underline;
}

.order-form__as-link:hover,
.order-form__as-link:focus,
.order-form__as-link:active {
    text-decoration: none;
}

/* END .order-form */
/*
================================================================================
  START .quiz
*/
.quiz {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px;
    background: #fff;
    font-size: 15px;
    text-align: left;
}

.quiz__main {
    position: relative;
}

.quiz__set {
    pointer-events: none;
    overflow: hidden;
    position: relative;
    height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: opacity 0.3s, height 0.5s;
    -o-transition: opacity 0.3s, height 0.5s;
    transition: opacity 0.3s, height 0.5s;
}

.quiz__set.is-active {
    pointer-events: initial;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.5s, height 0.5s;
    -o-transition: opacity 0.5s, height 0.5s;
    transition: opacity 0.5s, height 0.5s;
}

.quiz__set__box {
    padding-bottom: 95px;
}

.quiz__title {
    font-size: 20px;
    margin: 0 0 1.667em;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 1.2px;
}

.quiz__list input {
    display: none;
}

.quiz__list label {
    display: block;
    position: relative;
    padding-left: 45px;
}

.quiz__list label::before {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' width='60' height='60'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' y2='45' x2='4.01' y1='15' x1='55.99' id='a'%3E%3Cstop stop-color='%232a3495' offset='0'/%3E%3Cstop stop-color='%23e01660' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle r='30' cy='30' cx='30' fill='url(%23a)'/%3E%3C/svg%3E") 50% 50% no-repeat;
    -webkit-background-size: 0 0;
    background-size: 0 0;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.quiz__list input:checked + label::before {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.quiz__item {
    margin-top: 27px;
}

.quiz__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    font-size: 16px;
}

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

.quiz__progress__bar {
    overflow: hidden;
    position: relative;
    height: 8px;
    margin-top: 15px;
    background: #efefef;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.quiz__progress__fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e01660;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.quiz__back-btn {
    position: relative;
    top: -2px;
    margin-right: 20px;
    background: none;
    border: none;
    line-height: 1;
    vertical-align: top;
}

.quiz__back-btn:hover,
.quiz__back-btn:focus,
.quiz__back-btn:active {
    color: #e01660;
}

.quiz__thanks .quiz__set__box {
    padding-bottom: 0;
}

.quiz__thanks .list {
    margin: 30px 0;
}

.quiz__thanks .list li {
    padding-left: 47px;
    background-position: 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

.quiz__thanks__subtitle {
    color: #e01660;
    font-size: 1.111em;
    font-weight: 500;
}

.quiz__thanks__total {
    margin-top: 38px;
    font-weight: bold;
    text-align: center;
}

.quiz__thanks__sum {
    display: inline-block;
    margin-left: 15px;
    color: #e01660;
    font-size: 1.333em;
    font-weight: 800;
    vertical-align: -0.12em;
}

.quiz__thanks__bottom {
    min-width: 1%;
    width: 100%;
    margin-top: 30px;
    padding-top: 37px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 0.889em;
    text-align: center;
}

.quiz__thanks__attention {
    margin-top: 11px;
    color: #e01660;
    font-size: 0.875em;
    font-weight: bold;
}

.quiz__countdown {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 190px;
    margin: 20px auto 0;
    line-height: 1;
}

.quiz__countdown__set {
    width: 30%;
    font-size: 14px;
    text-align: center;
}

.quiz__countdown__set b {
    display: block;
    font-size: 40px;
    font-weight: bold;
}

.quiz__sidebar {
    position: relative;
    margin-top: 60px;
    color: #fffefe;
    text-align: center;
    z-index: 1;
}

.quiz__discount .btn {
    margin: 42px auto 0;
    -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
}

.quiz__discount__title {
    font-size: 20px;
    font-weight: bold;
}

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

.quiz__discount__value b {
    font-size: 1.333em;
    font-weight: bold;
}

.quiz__discount--form {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.quiz__discount--form .btn {
    display: none;
}

.quiz__discount--form + .quiz__form {
    height: auto;
    opacity: 1;
}

.quiz__form {
    overflow: hidden;
    position: relative;
    height: 0;
    opacity: 0;
    max-width: 250px;
    margin: 0 auto;
    -webkit-transition: opacity 0.3s, height 0.5s;
    -o-transition: opacity 0.3s, height 0.5s;
    transition: opacity 0.3s, height 0.5s;
}

.quiz__form .btn {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
}

.quiz__circle {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 357.14%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' width='60' height='60'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' y2='45' x2='4.01' y1='15' x1='55.99' id='a'%3E%3Cstop stop-color='%23e01660' offset='0'/%3E%3Cstop stop-color='%232a3495' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle r='30' cy='30' cx='30' fill='url(%23a)'/%3E%3C/svg%3E") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.quiz__circle::before {
    content: '';
    display: block;
    padding-top: 100%;
}

/* media query min-width: 768px */

/* media query min-width: 992px */

/* media query min-width: 1200px */

/* END .quiz */
/*
================================================================================
  START .quiz-start
*/
@-webkit-keyframes animatePlus1 {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes animatePlus1 {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-webkit-keyframes animatePlus2 {
    0% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@keyframes animatePlus2 {
    0% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

.quiz-start {
    position: relative;
    margin: 22px 0 50px;
    font-size: 16px;
    z-index: 1;
}

.quiz-start p {
    margin: 0.5em 0 0;
}

.quiz-start__img-box {
    position: relative;
    margin-top: 50px;
    cursor: pointer;
}

.quiz-start__plus {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: #e01660;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.quiz-start__plus::before,
.quiz-start__plus::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px rgba(224, 22, 96, 0.2);
    box-shadow: 0 0 0 1px rgba(224, 22, 96, 0.2);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.quiz-start__plus::before {
    -webkit-animation: animatePlus1 linear 1.45s;
    animation: animatePlus1 linear 1.45s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.quiz-start__plus::after {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-animation: animatePlus2 linear 1.45s;
    animation: animatePlus2 linear 1.45s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.quiz-start__img {
    -webkit-box-shadow: 0 0 23px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 23px 6px rgba(0, 0, 0, 0.25);
}

.quiz-start__actions {
    margin-top: 48px;
}

.quiz-start__decor {
    position: absolute;
    top: -168px;
    right: -50%;
    width: 156.25%;
    max-width: 1000px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' width='60' height='60'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' y2='45' x2='4.01' y1='15' x1='55.99' id='a'%3E%3Cstop stop-color='%232a3495' offset='0'/%3E%3Cstop stop-color='%23e01660' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle r='30' cy='30' cx='30' fill='url(%23a)'/%3E%3C/svg%3E") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.quiz-start__decor::before {
    content: '';
    display: block;
    padding-top: 100%;
}

/* media query min-width: 768px */

/* media query min-width: 992px */

/* END .quiz-start */
/*
================================================================================
  START .policy
*/
.policy {
    padding: 30px;
    text-align: left;
}

/* END .policy */
/*
================================================================================
  START .portfolio
*/
.portfolio {
    position: relative;
    margin-top: 100px;
}

.portfolio__list {
    margin: 50px 0 0 -30px;
}

.portfolio__item {
    margin-bottom: 53px;
    padding-left: 30px;
}

.portfolio__link {
    display: block;
    position: relative;
    font-size: 18px;
    text-decoration: none;
    z-index: 1;
}

.portfolio__link::before {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
    background: #fff;
    -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
}

.portfolio__link:hover,
.portfolio__link:focus,
.portfolio__link:active {
    z-index: 2;
}

.portfolio__link:hover::before,
.portfolio__link:focus::before,
.portfolio__link:active::before {
    opacity: 1;
}

.portfolio__link__url {
    margin-top: 7px;
    text-decoration: underline;
    display: block;
}

.portfolio__title {
    margin: 22px 0 0;
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.portfolio__img-box {
    overflow: hidden;
    position: relative;
    height: 250px;
    display: block;
}

.portfolio__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio__parallax-text {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 900;
    line-height: 1;
    color: rgba(0, 0, 0, 0.04);
    text-transform: uppercase;
    z-index: -2;
}

/* media query min-width: 576px */

/* media query min-width: 992px */

/* media query min-width: 1200px */

/* media query min-width: 1600px */

/* END .portfolio */
/*
================================================================================
  START .title
*/
.title {
    font-size: 24px;
    margin: 0 0 0.543em;
    padding-bottom: 27px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' width='8' preserveAspectRatio='none' fill='%23e01660'%3E%3Cpath d='M0 0h8v8H0z'/%3E%3C/svg%3E") 0 100% no-repeat;
    -webkit-background-size: 80px 8px;
    background-size: 80px 8px;
    color: #000;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 1.2px;
}
.text-center {
    text-align: center;
}
.title2 {
    font-size: 20px;
    margin: 0 0 0.833em;
    padding-bottom: 27px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' width='8' preserveAspectRatio='none' fill='%23e01660'%3E%3Cpath d='M0 0h8v8H0z'/%3E%3C/svg%3E") 0 100% no-repeat;
    -webkit-background-size: 80px 8px;
    background-size: 80px 8px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


/************  promo       *************/


.promo{
    padding-top: 45px;
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;-*/
}

.promo-trigger{
    font-size: 1em;
    margin-bottom: -20px;
    margin-top: 50px;
    font-weight: bold;
}
.intro__actions  .promo-btn.btn{

}


.skills + .skills{
    margin-top: 40px;
}
.header .top-set__contacts {
    justify-content: flex-end;
}
.intro__parallax-text * {
    font-size: 100px;
}

@media (max-width:1024px)  {
    .promo{
        display: block;
        padding-top: 20px;
    }
    .promo-trigger{
        margin-bottom: 0px;
    }
}
/* END .title */
/*
================================================================================
  START .top-set
*/
.top-set {
    text-align: center;
}

.top-set .logo {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.top-set__contacts {
    margin-top: 15px;
    color: #000;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.top-set__contacts .btn {
    margin: 15px auto 0;
}

.top-set__phone {
    color: inherit;
    font-size: 1.333em;
    font-weight: 800;
    text-decoration: none;
}

.top-set__email {
    display: inline-block;
    margin-top: 7px;
    color: inherit;
    text-decoration: none;
}

@media (max-width:760px)  {
    .header .top-set {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .header .logo__caption{
        display: none;
    }
    .header .top-set__contacts {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
    .header .top-set__contacts__box .btn{
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .top-set__contacts__box {
        text-align: right;
        padding-right: 10px;
    }
    .header .top-set__phone {
        font-size: 1em;
    }
    .header .top-set__contacts .btn {
        margin: 0 auto 0;
    }
    .header .top-set__contacts {
        margin-top: 0;
    }
    .header .top-set__contacts .btn {
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
    }
    section.intro {
        padding-top: 110px;
    }
    .intro__img-box {
        display: none;
    }
    .about__btn {
        font-size: 14px;
        margin-top: 30px;
    }
}
@media (max-width:320px)  {
    .top-set__contacts__box {
        display: none;
    }
}

/* END .top-set */
/*
================================================================================
  START UTILITIES
*/
.u-display-block {
    display: block !important;
}

.u-display-inline-block {
    display: inline-block !important;
}

.u-overflow-hidden {
    overflow: hidden !important;
}

.u-position-relative {
    position: relative !important;
}

.u-position-static {
    position: static !important;
}

.u-release {
    margin-left: -webkit-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: -webkit-calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.u-visible {
    visibility: visible !important;
}

.u-invisible {
    visibility: hidden !important;
}

.u-visuallyhidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.u-hidden-xs-up {
    display: none !important;
}

.u-hidden-xl-down {
    display: none !important;
}

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

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

.u-flex-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 1%;
}

.u-flex-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.u-flex-shrink-0 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.u-float-left {
    float: left !important;
}

.u-float-right {
    float: right !important;
}

.u-float-none {
    float: none !important;
}

.u-clear-left {
    clear: left !important;
}

.u-clear-right {
    clear: right !important;
}

.u-clear-both {
    clear: both !important;
}

mark[class*=u-color-] {
    background-color: transparent;
}

.u-background-white {
    background: #fff;
}

.u-color-highlight {
    color: #e01660;
}

.u-color-white {
    color: #fff;
}

.u-color-black {
    color: #000;
}

.u-color-inherit {
    color: inherit;
}

.u-width100 {
    width: 100% !important;
}

.u-height100 {
    height: 100% !important;
}

.u-mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.u-mt {
    margin-top: 1em !important;
}

.u-mt-2x {
    margin-top: 2em !important;
}

.u-mt-3x {
    margin-top: 3em !important;
}

.u-mb {
    margin-bottom: 1em !important;
}

.u-mb-2x {
    margin-bottom: 2em !important;
}

.u-mb-3x {
    margin-bottom: 3em !important;
}

.u-ml {
    margin-left: 1em !important;
}

.u-ml-2x {
    margin-left: 2em !important;
}

.u-ml-3x {
    margin-left: 3em !important;
}

.u-mr {
    margin-right: 1em !important;
}

.u-mr-2x {
    margin-right: 2em !important;
}

.u-mr-3x {
    margin-right: 3em !important;
}

.u-pt {
    padding-top: 1em !important;
}

.u-pt-2x {
    padding-top: 2em !important;
}

.u-pt-3x {
    padding-top: 3em !important;
}

.u-pb {
    padding-bottom: 1em !important;
}

.u-pb-2x {
    padding-bottom: 2em !important;
}

.u-pb-3x {
    padding-bottom: 3em !important;
}

.u-pl {
    padding-left: 1em !important;
}

.u-pl-2x {
    padding-left: 2em !important;
}

.u-pl-3x {
    padding-left: 3em !important;
}

.u-pr {
    padding-right: 2em !important;
}

.u-pr-2x {
    padding-right: 2em !important;
}

.u-pr-3x {
    padding-right: 3em !important;
}

.u-mt-0-xs-up {
    margin-top: 0 !important;
}

.u-mb-0-xs-up {
    margin-bottom: 0 !important;
}

.u-ml-0-xs-up {
    margin-left: 0 !important;
}

.u-mr-0-xs-up {
    margin-right: 0 !important;
}

.u-ma-0-xs-up {
    margin: 0 !important;
}

.u-mx-0-xs-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-my-0-xs-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.u-pt-0-xs-up {
    padding-top: 0 !important;
}

.u-pb-0-xs-up {
    padding-bottom: 0 !important;
}

.u-pl-0-xs-up {
    padding-left: 0 !important;
}

.u-pr-0-xs-up {
    padding-right: 0 !important;
}

.u-pa-0-xs-up {
    padding: 0 !important;
}

.u-px-0-xs-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.u-py-0-xs-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.u-cols-center-xs-up {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.u-mt-0-xl-down {
    margin-top: 0 !important;
}

.u-mb-0-xl-down {
    margin-bottom: 0 !important;
}

.u-ml-0-xl-down {
    margin-left: 0 !important;
}

.u-mr-0-xl-down {
    margin-right: 0 !important;
}

.u-ma-0-xl-down {
    margin: 0 !important;
}

.u-mx-0-xl-down {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-my-0-xl-down {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.u-pt-0-xl-down {
    padding-top: 0 !important;
}

.u-pb-0-xl-down {
    padding-bottom: 0 !important;
}

.u-pl-0-xl-down {
    padding-left: 0 !important;
}

.u-pr-0-xl-down {
    padding-right: 0 !important;
}

.u-pa-0-xl-down {
    padding: 0 !important;
}

.u-px-0-xl-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.u-py-0-xl-down {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.u-cols-center-xl-down {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.u-fw {
    font-weight: 400;
}

.u-fw-bold {
    font-weight: bold;
}

.u-fw-bolder {
    font-weight: bolder;
}

.u-fs {
    font-style: normal;
}

.u-fs-italic {
    font-style: italic;
}

.u-bigger {
    font-size: 1.2em;
}

.u-text-left {
    text-align: left !important;
}

.u-text-right {
    text-align: right !important;
}

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

.u-text-justify {
    text-align: justify !important;
}

.u-text-nowrap {
    white-space: nowrap !important;
}

.u-text-lowercase {
    text-transform: lowercase !important;
}

.u-text-uppercase {
    text-transform: uppercase !important;
}

.u-text-capitalize {
    text-transform: capitalize !important;
}

.u-td-underline {
    text-decoration: underline;
}

.u-td-none {
    text-decoration: none;
}

.u-valign-middle {
    vertical-align: middle;
}

.u-valign-top {
    vertical-align: top;
}

.u-valign-bottom {
    vertical-align: bottom;
}

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

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

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

/* END UTILITIES */

@media (min-width: 576px) {
    .intro__parallax-text {
        font-size: -webkit-calc(0.117 * 100vw + -27.5px);
        font-size: calc(0.117 * 100vw + -27.5px);
    }

    .quiz__title {
        font-size: -webkit-calc(0.016 * 100vw + 10.769px);
        font-size: calc(0.016 * 100vw + 10.769px);
    }

    .portfolio__parallax-text {
        font-size: -webkit-calc(0.117 * 100vw + -27.5px);
        font-size: calc(0.117 * 100vw + -27.5px);
    }

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

    .portfolio__item {
        width: 50%;
    }

    .title {
        font-size: -webkit-calc(0.035 * 100vw + 3.692px);
        font-size: calc(0.035 * 100vw + 3.692px);
    }

    .title2 {
        font-size: -webkit-calc(0.016 * 100vw + 10.769px);
        font-size: calc(0.016 * 100vw + 10.769px);
    }

    .top-set__contacts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: right;
    }

    .top-set__contacts .btn {
        margin: 0;
    }

    .top-set__contacts__box {
        margin-right: 50px;
    }

    .u-hidden-sm-up {
        display: none !important;
    }

    .u-mt-0-sm-up {
        margin-top: 0 !important;
    }

    .u-mb-0-sm-up {
        margin-bottom: 0 !important;
    }

    .u-ml-0-sm-up {
        margin-left: 0 !important;
    }

    .u-mr-0-sm-up {
        margin-right: 0 !important;
    }

    .u-ma-0-sm-up {
        margin: 0 !important;
    }

    .u-mx-0-sm-up {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-my-0-sm-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .u-pt-0-sm-up {
        padding-top: 0 !important;
    }

    .u-pb-0-sm-up {
        padding-bottom: 0 !important;
    }

    .u-pl-0-sm-up {
        padding-left: 0 !important;
    }

    .u-pr-0-sm-up {
        padding-right: 0 !important;
    }

    .u-pa-0-sm-up {
        padding: 0 !important;
    }

    .u-px-0-sm-up {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .u-py-0-sm-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .u-cols-center-sm-up {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

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

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

@media (min-width: 768px) {
    .intro__img-box {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 50%;
        z-index: -1;
    }

    .intro__actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 50px;
    }

    .intro__actions .btn {
        margin: 0 60px 0 0;
    }

    .quiz__thanks__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .quiz__countdown {
        margin: 0 0 0 20px;
    }

    .quiz-start p {
        max-width: 45%;
    }

    .quiz-start__img-box {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 50%;
    }

    .top-set {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-set__contacts {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        justify-content: center;
        margin: 0 0 0 30px;
    }

    .u-hidden-md-up {
        display: none !important;
    }

    .u-mt-0-md-up {
        margin-top: 0 !important;
    }

    .u-mb-0-md-up {
        margin-bottom: 0 !important;
    }

    .u-ml-0-md-up {
        margin-left: 0 !important;
    }

    .u-mr-0-md-up {
        margin-right: 0 !important;
    }

    .u-ma-0-md-up {
        margin: 0 !important;
    }

    .u-mx-0-md-up {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-my-0-md-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .u-pt-0-md-up {
        padding-top: 0 !important;
    }

    .u-pb-0-md-up {
        padding-bottom: 0 !important;
    }

    .u-pl-0-md-up {
        padding-left: 0 !important;
    }

    .u-pr-0-md-up {
        padding-right: 0 !important;
    }

    .u-pa-0-md-up {
        padding: 0 !important;
    }

    .u-px-0-md-up {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .u-py-0-md-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .u-cols-center-md-up {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

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

    .u-text-md-center {
        text-align: center;
    }
}
@media (max-width: 1440px) {
    .intro__img-box {
        bottom: 160px;
        right: 0;
        max-width: 36%;
    }
}
@media (min-width: 992px) {
    .btn {
        font-size: 18px;
    }

    .header {
        padding-top: 40px;
    }

    .footer {
        padding: 70px 0;
    }

    .intro {
        font-size: 20px;
    }

    .logo {
        font-size: 18px;
    }

    .quiz {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px 30px 40px 60px;
    }

    .quiz__thanks .quiz__set__box {
        padding-bottom: 160px;
    }

    .quiz__thanks__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .quiz__thanks__total {
        text-align: left;
    }

    .quiz__sidebar {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 280px;
        margin: 0 0 0 17.43%;
    }

    .quiz__circle {
        top: 50%;
        left: -54.29%;
        -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);
    }

    .quiz-start {
        margin: 172px 0 100px;
        font-size: 20px;
    }

    .portfolio__item {
        width: 25%;
    }

    .portfolio__item--2x {
        width: 50%;
    }

    .top-set__contacts {
        font-size: 18px;
    }

    .u-hidden-lg-up {
        display: none !important;
    }

    .u-mt-0-lg-up {
        margin-top: 0 !important;
    }

    .u-mb-0-lg-up {
        margin-bottom: 0 !important;
    }

    .u-ml-0-lg-up {
        margin-left: 0 !important;
    }

    .u-mr-0-lg-up {
        margin-right: 0 !important;
    }

    .u-ma-0-lg-up {
        margin: 0 !important;
    }

    .u-mx-0-lg-up {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-my-0-lg-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .u-pt-0-lg-up {
        padding-top: 0 !important;
    }

    .u-pb-0-lg-up {
        padding-bottom: 0 !important;
    }

    .u-pl-0-lg-up {
        padding-left: 0 !important;
    }

    .u-pr-0-lg-up {
        padding-right: 0 !important;
    }

    .u-pa-0-lg-up {
        padding: 0 !important;
    }

    .u-px-0-lg-up {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .u-py-0-lg-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .u-cols-center-lg-up {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

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

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

@media (min-width: 1200px) {
    .intro {
        padding-top: 150px;
    }

    .quiz__title {
        font-size: 30px;
    }

    .quiz {
        padding: 90px 80px 90px 130px;
        font-size: 18px;
    }

    .portfolio {
        margin-top: 270px;
    }

    .title {
        font-size: 46px;
    }

    .title2 {
        font-size: 30px;
    }

    .u-hidden-xl-up {
        display: none !important;
    }

    .u-mt-0-xl-up {
        margin-top: 0 !important;
    }

    .u-mb-0-xl-up {
        margin-bottom: 0 !important;
    }

    .u-ml-0-xl-up {
        margin-left: 0 !important;
    }

    .u-mr-0-xl-up {
        margin-right: 0 !important;
    }

    .u-ma-0-xl-up {
        margin: 0 !important;
    }

    .u-mx-0-xl-up {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-my-0-xl-up {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .u-pt-0-xl-up {
        padding-top: 0 !important;
    }

    .u-pb-0-xl-up {
        padding-bottom: 0 !important;
    }

    .u-pl-0-xl-up {
        padding-left: 0 !important;
    }

    .u-pr-0-xl-up {
        padding-right: 0 !important;
    }

    .u-pa-0-xl-up {
        padding: 0 !important;
    }

    .u-px-0-xl-up {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .u-py-0-xl-up {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .u-cols-center-xl-up {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

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

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

@media (min-width: 1600px) {
    .intro__parallax-text {
        font-size: 160px;
    }

    .intro__parallax-text {
        left: -8.65%;
    }

    .portfolio__parallax-text {
        font-size: 160px;
    }

    .portfolio__parallax-text {
        right: -11%;
    }
}

@media (max-width: 767px) {
    .intro__actions .btn {
        max-width: 300px;
    }

    .u-hidden-sm-down {
        display: none !important;
    }

    .u-mt-0-sm-down {
        margin-top: 0 !important;
    }

    .u-mb-0-sm-down {
        margin-bottom: 0 !important;
    }

    .u-ml-0-sm-down {
        margin-left: 0 !important;
    }

    .u-mr-0-sm-down {
        margin-right: 0 !important;
    }

    .u-ma-0-sm-down {
        margin: 0 !important;
    }

    .u-mx-0-sm-down {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-my-0-sm-down {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .u-pt-0-sm-down {
        padding-top: 0 !important;
    }

    .u-pb-0-sm-down {
        padding-bottom: 0 !important;
    }

    .u-pl-0-sm-down {
        padding-left: 0 !important;
    }

    .u-pr-0-sm-down {
        padding-right: 0 !important;
    }

    .u-pa-0-sm-down {
        padding: 0 !important;
    }

    .u-px-0-sm-down {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .u-py-0-sm-down {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .u-cols-center-sm-down {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: "("attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    img[src*='.svg'] {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .u-hidden-xs-down {
        display: none !important;
    }

    .u-mt-0-xs-down {
        margin-top: 0 !important;
    }

    .u-mb-0-xs-down {
        margin-bottom: 0 !important;
    }

    .u-ml-0-xs-down {
        margin-left: 0 !important;
    }

    .u-mr-0-xs-down {
        margin-right: 0 !important;
    }

    .u-ma-0-xs-down {
        margin: 0 !important;
    }

    .u-mx-0-xs-down {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-my-0-xs-down {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .u-pt-0-xs-down {
        padding-top: 0 !important;
    }

    .u-pb-0-xs-down {
        padding-bottom: 0 !important;
    }

    .u-pl-0-xs-down {
        padding-left: 0 !important;
    }

    .u-pr-0-xs-down {
        padding-right: 0 !important;
    }

    .u-pa-0-xs-down {
        padding: 0 !important;
    }

    .u-px-0-xs-down {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .u-py-0-xs-down {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .u-cols-center-xs-down {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .u-hidden-md-down {
        display: none !important;
    }

    .u-mt-0-md-down {
        margin-top: 0 !important;
    }

    .u-mb-0-md-down {
        margin-bottom: 0 !important;
    }

    .u-ml-0-md-down {
        margin-left: 0 !important;
    }

    .u-mr-0-md-down {
        margin-right: 0 !important;
    }

    .u-ma-0-md-down {
        margin: 0 !important;
    }

    .u-mx-0-md-down {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-my-0-md-down {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .u-pt-0-md-down {
        padding-top: 0 !important;
    }

    .u-pb-0-md-down {
        padding-bottom: 0 !important;
    }

    .u-pl-0-md-down {
        padding-left: 0 !important;
    }

    .u-pr-0-md-down {
        padding-right: 0 !important;
    }

    .u-pa-0-md-down {
        padding: 0 !important;
    }

    .u-px-0-md-down {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .u-py-0-md-down {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .u-cols-center-md-down {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .u-hidden-lg-down {
        display: none !important;
    }

    .u-mt-0-lg-down {
        margin-top: 0 !important;
    }

    .u-mb-0-lg-down {
        margin-bottom: 0 !important;
    }

    .u-ml-0-lg-down {
        margin-left: 0 !important;
    }

    .u-mr-0-lg-down {
        margin-right: 0 !important;
    }

    .u-ma-0-lg-down {
        margin: 0 !important;
    }

    .u-mx-0-lg-down {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-my-0-lg-down {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .u-pt-0-lg-down {
        padding-top: 0 !important;
    }

    .u-pb-0-lg-down {
        padding-bottom: 0 !important;
    }

    .u-pl-0-lg-down {
        padding-left: 0 !important;
    }

    .u-pr-0-lg-down {
        padding-right: 0 !important;
    }

    .u-pa-0-lg-down {
        padding: 0 !important;
    }

    .u-px-0-lg-down {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .u-py-0-lg-down {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .u-cols-center-lg-down {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*# sourceMappingURL=style.css.map */
.inside .portfolio {
    margin-top: 150px;
}
.container.main {
    padding-top: 200px;
}
@media (max-width:760px)  {
    .container.main {
        padding-top:0px;
    }
    .about__photo {
        display: none;
    }
}

a.logo {
    text-decoration: none;
}

.title2 a {
    color: #000;
    text-decoration: none;
}

.all-works {
    margin: 0px 0 50px;
}

/*canvas.draw {
    width: 1100px;
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
}*/


.menu {
    flex: 4;
}

.menu__link {
    color: #000;
    text-decoration: none;
    margin: 0 20px;
}

@media (max-width: 1199px) {
    .menu {
        display: none;
    }
}

/************   article      *************/

.article{
    padding-bottom: 50px;
}
.article img{
    max-height: 400px;
    margin-bottom: 30px;
}


.services,
.about {
    margin-top: 168px;
}

.block-services,
.block-services__texnologies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 50px;
}
.block-services + .block-services{
    margin-top: 25px;
}
.block-services__texnologies {
    margin-bottom: 46px;
}

.block-services__front,
.block-services__back {
    padding-left: 40px;
    background: #2a3495;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.block-services__content, .frontend-services {
    position: relative;
    z-index: 11;
}
.block-services__front:hover .service-item-fill,
.block-services__back:hover .service-item-fill {
  width: 350%;
  height: 1161px;
}
.service-item-fill {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color:rgb(11, 22, 129);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.block-services__back {
    margin-left: 26px;
}

.block-services__title {
    margin: 40px 0 30px;
    font-weight: bold;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #fff;
}

.list-texnologies {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-texnologies__description {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 16px;
}
.list-texnologies__description a{
    color: #ffc10c;
    text-decoration: none;
    display: inline-block;
}
.list-texnologies__description a:hover{
    color: #fff;
}
.block-services__warning span {
    padding-left: 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #fff;
}

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

.block-services__btn {
    border: 1px solid #273890;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    background: transparent;
    padding: 16px 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #273890;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 40px;

}

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

.list-texnologies_center span {
    margin-left: 10px;
    color: #fff;
}

.tooltip {
    position: absolute;
    width: 110px;
    height: 50px;
    line-height: 44px;
    background: #000;
    top: -65px;
    left: -47px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0;
    padding-top: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.tooltip:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 45px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    border-bottom: 10px solid transparent;
}

.list-texnologies__img:hover .tooltip {
    opacity: 1;
}

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

.list-texnologies__img {
    cursor: pointer;
    margin-right: 16px;
    position: relative;
}

.about__text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #282828;
}

.about__text .about-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #282828;
}

.about__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__text,
.about__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.about__photo{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about__item{
    margin: 0 10px 10px 0px;
    position: relative;
    overflow: hidden;
}
.about__name{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #fff;
    background: #2a3495;
    text-align: center;
    padding: 10px;
}
@media (max-width:760px)  {
    .about__item {
        margin: 0 5px 10px 5px;
        width: calc(50% - 10px);
    }
}
.about__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-benefit {
    margin-top: 66px;
}

.about-benefit__blocks {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 24px;
}

.about-benefit__title {
    font-weight: 800;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #282828;
    margin-bottom: 8px;
}

.about-benefit__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-benefit__block span {
    display: block;
    max-width: 360px;
    margin-left: 18px;
}

.about__photo {
    margin-left: 40px;
}

/*.about__text{
padding-right: 60px;
}*/
.about__btn {
    border: none;
    background: #273890;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    padding: 18px 46px;
    margin-top: 64px;
}

.about-title {
    font-weight: 800;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #282828;
	margin-bottom: 40px;
}

.with-us {
    margin-top: 100px;
}

.with-us__blocks {
    margin-bottom: 50px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.with-us__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #282828;
}

.with-us__block span {
    margin-left: 24px;
}

.block-services__btn:hover,
.block-services__btn:focus,
.block-services__btn:active,
.about__btn:hover,
.about__btn:focus,
.about__btn:active {
    color: rgb(255, 255, 255);
    background: rgb(224, 22, 96);
    border-color: rgb(224, 22, 96);
}

.about__text span {
    color: #D43760;
}

@media(max-width:1200px) {
    .about-benefit__block span {
        display: block;
        max-width: 320px;
    }


}

@media(max-width:960px) {
    .with-us__block + .with-us__block {
        margin-top: 10px;
    }

    .about-benefit__block + .about-benefit__block {
        margin-top: 10px;
    }

    .about-benefit__block span {
        margin-left: 0px;
    }

    .about__btn {
        font-size: 18px;
        margin-top: 30px;
    }

    .about__text p {
        font-size: 16px;
        margin: 0px 0px 10px;
    }

    .about__text .about-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .block-services__title {
        margin: 10px 0 5px;
        font-size: 20px;
    }

    .with-us {
        margin-bottom: 100px;
    }

    .with-us__block span {
        margin-left: 20px;
    }

    .about-benefit__block {
        max-width: 380px;
        margin: 0 auto;
    }

    .about__description {
        display: block;
        margin: 0 auto;
    }

    .about__text,
    .about__photo {}

    .about__photo {
        margin: 40px auto;
    }

    .about-benefit__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

    .with-us__blocks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .services,
    .about {
        margin-top: 100px;
    }

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

    }

    .list-texnologies__img {
        margin-right: 1rem;
    }

    .block-services {
        display: block;
    }

    .block-services__texnologies {
        margin-bottom: 20px;
        margin-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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;
    }

    .block-services__back {

        margin-left: 0px;
    }

    .block-services__front,
    .block-services__back {
        padding: 10px 20px;
        margin-top: 20px;
    }

    .block-services__btn {
        margin-bottom: 25px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .list-texnologies__description {
        text-align: left;
        /* font-size: 1rem;*/
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .list-texnologies {
        margin-bottom: 10px;
        width: 100%;
    }

    .block-services__warning span {
        font-size: 1rem;
    }

    .list-texnologies__imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: distribute;
        justify-content: flex-start;
    }

    .s-f,
    .s-a {
        width: 20px;
    }

    .s-s,
    .s-p,
    .s-z,
    .s-i {
        width: 25px;
    }

    .j-s {
        width: 25px;
    }

    .g-s {
        width: 18px;
    }

    .list-texnologies_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block-services__warning span {
        font-size: 12px;
    }


}
@media(max-width:600px) {
    .with-us__blocks {
        -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;
    }
	.with-us__img{
		width: 70px;
	}
	span.with-us__text{
		width: calc(100% - 70px);
		margin-left: 0;
		display: block;
	}
	.with-us__block {
	    justify-content: flex-start;
	    width: 100%;
		line-height: normal;
		margin-bottom: 20px;
	}
}

/************ smile *************/
.smile {
    display: inline-block;
    height: 20px;
    position: relative;
    top: -3px;
}

/************ flex *************/
.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

/************ frontend-services *************/
.frontend-services {}

.frontend-services .frontend-services__btn {
    max-width: 247px;
    margin-top: -10px;
    background: #e01660;
}
.frontend-services .frontend-services__btn:hover {
    background: #c80049;
    border-color: #2a3495;
}

.frontend-services .frontend-services__warning {
    width: 55%;
    padding-right: 50px;
}

/************    lister     *************/
.portfolio-page{
	display: block;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
}
.portfolio-page a{
	display: inline-block;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	font-size: 18px;
}
.portfolio-page a small{
	font-weight: normal;
}
.portfolio-page a span{
	font-size: 14px;
    font-weight: 500;
    color: #e0175f;
    margin-left: 10px;
}
.portfolio-page a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.portfolio-page a:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #e01660;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: 0.3s transform;
	transform-origin: left;
}
.portfolio-page a:hover:after{
	transform: scaleX(1);
	transition: 0.3s transform;
}
@media (max-width:760px)  {
    .frontend-services {
        display: block;
    }
    .frontend-services .frontend-services__warning {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 22px;
    }
    .frontend-services .frontend-services__btn {
        max-width: 93%;
        margin-top: -22px;
        margin-left: 10px;
    }
    .list-texnologies__imgs {
        padding-left: 18px;
    }
    .frontend-services .frontend-services__btn {
        margin-top: 0px;
    }
    .frontend-services .frontend-services__warning span {
        margin-bottom: 15px;
    }
}

.promo-btn__video {
    pointer-events: auto !important;
    margin-left: 0px;
    text-decoration: none;
}
.promo-btn__items {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    max-width: 310px;
    width: 300px;
    padding: 0px 15px;
    background-color: #F2F2F2;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #273890;
    z-index: 2000 !important;
    border: none;
    height: 60px;
    margin: 0px !important;
    transition: all .3s;
}
.promo-btn__items svg {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    object-fit: contain;
    position: relative;
}
.intro__img-box picture {
    width: 0px;
}
.intro__img-box picture img {
    position: static;
    z-index: initial;
}
.promo__paralax {
    z-index: 100;
}
.promo__flex {
    display: flex;
    width: 100%;
}
@media (max-width: 992px) {
    .promo-btn__items {
        width: 230px;
        font-size: 14px;
        line-height: 28px;
        height: 46.6px;
    }
    .promo-btn__items svg {
        width: 34px;
        height: 34px;
    }
}
@media (max-width: 760px) {
    .promo__flex {
        display: block;
    }
    .promo-btn__video {
        margin-left: 0px;
        left: 0px;
        margin-top: 30px;
        display: block;
        text-align: left;
    }
    .intro__actions .btn {
        width: 300px;
        justify-content: center;
    }
}














/*---------------------fancybox------------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 9999999;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 1300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.modal-video {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    transition: all .3s;
}
.modal-video.active {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}
.modal-video__box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-video__wrap {
    width: 900px;
    position: relative;
}
.modal-video__content {
    width: 100%;
    height: 500px;
}
.modal-video__wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.lock {
    overflow: hidden;
}
@media (max-width: 1010px) {
    .modal-video__wrap {
        width: calc(100% - 30px);
        margin: 50px 15px;
    }
}
@media (max-width: 760px) {
    .modal-video__content {
        height: auto;
    }
}


/*===========================================================================================*/
/*==========================================NEW STYLES=======================================*/
/*===========================================================================================*/
.main_v2 .title2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282828;
    padding-bottom: 30px;
}
.intro_v2 {
    padding-top: 171px;
    padding-bottom: 150px;
}
.intro_v2 .title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.03em;
    color: #282828;
}
.intro_v2 .title span{
    font-size: 30px;
}
.intro_v2 .promo {
    max-width: 740px;
    padding-top: 28px;
}
.intro_v2 .u-bigger {
    font-size: 20px;
    line-height: 25px;
}
.intro_v2 .skills + .skills {
    margin-top: 47px;
}
.text {
    max-width: 920px;
}
.text p {
    font-size: 18px;
    line-height: 23px;
    color: #282828;
    margin-bottom: 0;
}
.text p strong {
    font-weight: 500;
}
.text p + p {
    margin-top: 23px;
}
.intro_v2 .list {
    padding-top: 8px;
}
.intro_v2 .list li {
    padding-left: 31px;
    margin: 0.5em 0px;
    font-size: 18px;
    line-height: 23px;
    color: #282828;
    background-size: 0.6em 0.6em;
}
.intro_v2 .promo-trigger {
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    color: #282828;
}
@media (max-width: 1200px) {
    .intro_v2 {
        padding-bottom: 120px;
    }
}
@media (max-width: 1010px) {
    .main_v2 .title2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 25px;
    }
    .intro_v2 {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .intro_v2 .title {
        font-size: 42px;
        line-height: 1.2;
    }
    .intro_v2 .u-bigger {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .intro_v2 .skills + .skills {
        margin-top: 35px;
    }
    .text p, .intro_v2 .list li {
        font-size: 16px;
        line-height: 20px;
    }
    .intro_v2 .list li {
        padding-left: 25px;
    }
}
@media (max-width: 760px) {
    .intro_v2 .title {
        font-size: 36px;
        line-height: 1.2;
    }
    .intro_v2 .promo {
        padding-top: 20px;
    }
    .intro_v2 .skills + .skills {
        margin-top: 25px;
    }
    .intro_v2 .promo-trigger {
        margin-top: 35px;
    }
}
@media (max-width: 600px) {
    .intro_v2 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .intro_v2 .title {
        font-size: 26px;
    }
}

/*==========================================main-services=======================================*/
.main-services {
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #F8F8F8;
}
.main-services .services {
    margin: 0px;
}
.main-services__box {
    margin-top: 70px;
}
.main-services__row {
    align-items: initial;
    justify-content: flex-start;
    margin: 29px -16px 72px;
}
.main-services__coll {
    width: calc(25% - 32px);
    height: 100%;
    margin: 16px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 35px 35px 35px 39px;
    min-height: 280px;
}
.main-services__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #E01660;
    margin-bottom: 15px;
}
.main-services__price {
    color: #2a3495;
    font-weight: bold;
    margin-bottom: 22px;
}
.main-services__desc {
    font-size: 16px;
    line-height: 20px;
    color: #282828;
}

.main-services .block-services {
    margin-top: 30px;
}
.main-services .block-services__title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 18px;
}
.main-services .block-services__front, .main-services .block-services__back {
    max-width: (50% - 30px);
    padding: 40px 60px 43px 24px;
}
.main-services .block-services__texnologies {
    margin-top: 0px;
    margin-bottom: 14px;
}
.list-texnologies__description_bottom {
    margin-bottom: 1px;
}
.main-services .frontend-services .frontend-services__btn {
    max-width: 207px;
    margin-top: 0px;
    background: #e01660;
    font-size: 14px;
    padding: 19px 0px;
    height: auto;
}
.main-services__text {
    max-width: 325px;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 28px;
}
.block-services__texnologies_items {
    min-height: 127px;
}
@media (max-width: 1440px) {
    .main-services__row {
        margin: 25px -10px 60px;
    }
    .main-services__coll {
        width: calc(25% - 20px);
        margin: 10px;
        padding: 25px 20px;
    }
    .main-services .block-services__title {
        font-size: 22px;
    }
    .list-texnologies__description {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .main-services__text {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .main-services__desc {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .main-services__row {
        margin: 20px -7.5px 50px;
    }
    .main-services__coll {
        width: calc(25% - 15px);
        min-height: 147px;
        margin: 7.5px;
        padding: 25px 15px;
    }
    .main-services__box {
        margin-top: 40px;
    }
    .main-services__caption {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .main-services .block-services__title {
        font-size: 22px;
    }
    .main-services .block-services__front, .main-services .block-services__back {
        padding: 40px 25px 40px;
    }
    .main-services .frontend-services {
        flex-wrap: wrap;
    }
    .main-services .frontend-services .frontend-services__warning {
        width: 100%;
        padding-right: 50px;
        margin-top: 20px;
    }
    .block-services__texnologies_items {
        min-height: 95px;
    }
}
@media (max-width: 1010px) {
    .main-services__box {
        margin-top: 20px;
    }
    .main-services__row {
        margin: 15px -7.5px 30px;
        flex-wrap: wrap;
    }
    .main-services__coll {
        width: calc(50% - 15px);
        min-height: 100%;
        padding: 25px 20px;
    }
    .main-services__caption {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .main-services__desc {
        font-size: 16px;
    }
    .main-services .frontend-services .frontend-services__warning {
        justify-content: flex-start;
    }
}
@media (max-width: 760px) {
    .main-services__desc {
        font-size: 15px;
    }
}
@media (max-width: 600px) {
    .main-services {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main-services__row {
        flex-wrap: wrap;
        margin: 10px -7.5px 20px;
    }
    .main-services__coll {
        width: 100%;
    }
    .main-services .block-services__front, .main-services .block-services__back {
        padding: 30px 15px;
    }
    .main-services .block-services__title {
        font-size: 20px;
    }
}

/*==========================================benefit=======================================*/
.benefit {
    margin-top: 150px;
}
.benefit__wrap {
    margin-top: 70px;
}
.benefit__wrap .text p + p {
    margin-top: 45px;
}
.benefit__row {
    align-items: flex-start;
    margin-top: 35px;
}
.benefit__coll {
    display: flex;
    align-items: center;
    width: 22%;
}
.benefit__coll:last-child {
    width: 26.5%;
}
.benefit__icon {
    width: 60.79px;
    height: 56px;
    margin-right: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.benefit__desc {
    width: calc(100% - 87px);
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #282828;
}
@media (max-width: 1440px) {
    .benefit__coll {
        width: 20%;
    }
    .benefit__coll:last-child {
        width: 28%;
    }
    .benefit__desc {
        font-size: 16px;
    }
    .benefit__icon {
        width: 50px;
        height: 46px;
        margin-right: 15px;
    }
    .benefit__desc {
        width: calc(100% - 65px);
    }
}
@media (max-width: 1200px) {
    .benefit {
        margin-top: 120px;
    }
    .benefit__wrap {
        margin-top: 50px;
    }
    .benefit__wrap .text p + p {
        margin-top: 25px;
    }
    .benefit__row {
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .benefit__coll, .benefit__coll:last-child {
        width: 33%;
        margin-top: 30px;
    }
}
@media (max-width: 1010px) {
    .benefit {
        margin-top: 100px;
    }
    .benefit__wrap {
        margin-top: 30px;
    }
    .benefit__coll, .benefit__coll:last-child {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .benefit {
        margin-top: 60px;
    }
    .benefit__coll, .benefit__coll:last-child {
        width: 100%;
    }
    .benefit__wrap {
        margin-top: 20px;
    }
}

/*==========================================.work=======================================*/
.main_v2 .portfolio, .work {
    margin-top: 150px;
}
.work {
    margin-bottom: 150px;
}
.work .text {
    max-width: 840px;
}
.work__wrap {
    margin-top: 55px;
}
.work__row {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}
.work__coll {
    width: calc(50% - 17.5px);
}
.accordion + .accordion {
    margin-top: 25px;
}
.accordion__top {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
}
.accordion__top-box {
    align-items: center;
    justify-content: flex-start;
}
.accordion__number {
    width: 27px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #2A3495;
    margin-right: 20px;
}
.accordion__caption {
    width: calc(100% - 50px);
    font-size: 18px;
    line-height: 23px;
    color: #282828;
}
.accordion__icon {
    position: absolute;
    width: 15px;
    height: 14px;
    right: 30px;
    top: calc(50% - 7px);
    transition: all .3s;
}
.accordion__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.accordion__body {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    padding: 31px 30px 23px;
}
.accordion__body-text {
    max-width: 570px;
    font-size: 18px;
    line-height: 23px;
    color: #282828;
}
.accordion__top.active .accordion__icon {
    transform: rotate(180deg);
    transition: all .3s;
}
@media (max-width: 1200px) {
    .main_v2 .portfolio, .work {
        margin-top: 120px;
    }
    .work {
        margin-bottom: 120px;
    }
}
@media (max-width: 1010px) {
    .main_v2 .portfolio {
        margin-top: 100px;
    }
    .work {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .work__wrap {
        margin-top: 30px;
    }
    .accordion__top {
        padding: 15px 15px;
    }
    .accordion__number {
        width: 25px;
        font-size: 20px;
        margin-right: 15px;
    }
    .accordion__caption {
        width: calc(100% - 40px);
        font-size: 16px;
    }
    .accordion__icon {
        right: 20px;
    }
    .accordion__body {
        padding: 20px 20px;
    }
    .accordion__body-text {
        font-size: 14px;
        line-height: 20px;
    }
    .work__coll {
        width: calc(50% - 10px);
    }
    .accordion + .accordion {
        margin-top: 20px;
    }
}
@media (max-width: 760px) {
    .work__row {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .work__coll {
        width: 100%;
    }
    .work__coll + .work__coll {
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .main_v2 .portfolio {
        margin-top: 60px;
    }
    .work {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .work__wrap {
        margin-top: 20px;
    }
}

/*==========================================deadlines=======================================*/
.deadlines {
    padding-top: 67px;
    padding-bottom: 91px;
    background-color: #2A3495;
    overflow: hidden;
}
.deadlines .title2, .deadlines .text p {
    color: #FFF;
}
.deadlines__body {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}
.deadlines__icon {
    position: absolute;
    width: 360px;
    height: 360px;
    left: 55px;
    bottom: -165px;
    z-index: -1;
}
.deadlines__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.deadlines__right {
    margin-right: 93px;
}
.deadlines__box {
    margin-top: 58px;
}
@media (max-width: 1440px) {
    .deadlines__right {
        margin-right: 0;
    }
}
@media (max-width: 1200px) {
    .deadlines {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .deadlines__right {
        width: 100%;
    }
    .deadlines__icon {
        width: 360px;
        height: 360px;
        left: auto;
        bottom: -135px;
        right: 50px;
    }
    .deadlines__box {
        margin-top: 40px;
    }
}
@media (max-width: 1010px) {
    .deadlines {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .deadlines__icon {
        width: 300px;
        height: 300px;
        bottom: -135px;
        right: 50px;
    }
    .deadlines__box {
        margin-top: 20px;
    }
}

/*==========================================main_v2=======================================*/
.main_v2 .about {
    margin-top: 150px;
}
.about__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 9px;
}
.main_v2 .about__text {
    width: 50.2%;
    flex: initial;
}
.main_v2 .about__photo {
    width: 41.845%;
    flex: initial;
    margin-right: 50px;
}
.main_v2 .about__text p, .main_v2 .about__text ul {
    margin: 0px;
}
.main_v2 .about__text ul {
    margin: 0px 0px 35px;
    list-style: none;
    padding: 0px;
}
.main_v2 .about__text p + p {
    margin-top: 34px;
}
.main_v2 .about__text ul li {
    padding-left: 24px;
    font-size: 18px;
    line-height: 23px;
    color: rgb(40, 40, 40);
        background-size: 0.5em 0.5em;
    margin: 6.5px 0px;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' width='60' height='60'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' y2='45' x2='4.01' y1='15' x1='55.99' id='a'%3E%3Cstop stop-color='%232a3495' offset='0'/%3E%3Cstop stop-color='%23e01660' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle r='30' cy='30' cx='30' fill='url(%23a)'/%3E%3C/svg%3E) 0 0.35em no-repeat;
}
.main_v2 .about__btn {
    margin-top: 19px;
}
.main_v2 .about__photo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about__item {
    width: calc(50% - 15px);
    margin: 0px;
}
.about__item-img {
    width: 100%;
    height: 315px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.about__item:nth-child(3) .about__item-img {
    padding: 0px 22px;
}
.about__item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media (max-width: 1440px) {
    .about__item-img {
        height: 280px;
    }
}
@media (max-width: 1200px) {
    .main_v2 .about {
        margin-top: 120px;
    }
    .about__body {
        padding-top: 0;
        flex-wrap: wrap;
    }
    .main_v2 .about__text {
        width: 100%;
    }
    .main_v2 .about__photo {
        width: 100%;
        flex: initial;
        margin: 50px -0px 0px;
        justify-content: flex-start;
    }
    .about__item {
        width: calc(25% - 20px);
        margin: 0px 10px;
    }
}
@media (max-width: 1010px) {
    .main_v2 .about {
        margin-top: 100px;
    }
    .main_v2 .about__text p + p {
        margin-top: 20px;
    }
    .main_v2 .about__text ul li {
        padding-left: 20px;
        font-size: 16px;
        line-height: 20px;
        margin: 5px 0px;
    }
    .main_v2 .about__text ul {
        margin: 0px 0px 20px;
    }
    .about__item {
        width: calc(33% - 20px);
    }
}
@media (max-width: 760px) {
    .about__item {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .main_v2 .about {
        margin-top: 100px;
    }
    .about__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/*==========================================main_v2=======================================*/


@media (max-width: 1440px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1010px) {

}
@media (max-width: 760px) {

}
@media (max-width: 600px) {

}





/*==========================================main_v2=======================================*/


@media (max-width: 1440px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1010px) {

}
@media (max-width: 760px) {

}
@media (max-width: 600px) {

}
