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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/plugins/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/plugins/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/plugins/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/plugins/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("PT Sans Italic"), local("PTSans-Italic"), url(../fonts/PTSans-Italic.woff2) format("woff2");
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/PTSans-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("PT Sans Bold"), local("PTSans-Bold"), url(../fonts/PTSans-Bold.woff2) format("woff2");
}

.wrapper, .question-answer__wrapper, .credit__wrapper, .about__wrapper, .advantages__wrapper, .articles__wrapper, .banner__wrapper, .breadcrumbs, .calculate__wrapper, .question-answer, .contacts__wrapper, .discount__wrapper, .factory__wrapper, .gallery__wrapper, .header__wrapper, .menu__container, .how-works__wrapper, .pageblock__wrapper, .prices__wrapper, .questions__wrapper, .reviews__wrapper, .sertificates__wrapper, .services__wrapper, .vacancy__wrapper, .options__wrapper {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
}

.title {
    font-size: 2.1875rem;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #4466ae;
}

@media screen and (max-width: 760px) {
    .title {
        font-size: 1.875rem;
    }
}

.subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
    text-align: center;
}

.button, .articles-item__button, .timer__button, .calculate-form__button, .header-contacts__call, .modal-form__button, .questions__button {
    font-size: 1.25rem;
    margin-right: 30px;
    padding: 12px 20px 10px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background-color: #4466ae;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    border: 0;
}

.button:hover, .articles-item__button:hover, .timer__button:hover, .calculate-form__button:hover, .header-contacts__call:hover, .modal-form__button:hover, .questions__button:hover {
    background-color: #e4022e;
}

html,
body {
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    height: 100%;
}

@media screen and (max-width: 760px) {
    html,
    body {
        overflow-x: hidden;
    }
}










.about {
    position: relative;
    margin-top: 20px;
    padding-top: 50px;
    margin-bottom: 60px;
}

.about:before {
    position: absolute;
    top: 0;
    display: block;
    width: 40%;
    height: 1px;
    margin: 0 auto;
    content: "";
    background-color: #dedede;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .about__content {
        display: block;
        padding-top: 30px;
    }
}

.about__image {
    width: 100%;
    max-width: 370px;
    margin-right: 40px;
}

@media screen and (max-width: 760px) {
    .about__image {
        max-width: 80%;
        margin: 0 auto;
    }
}

.about__image img {
    display: block;
    width: 100%;
}

.about__text {
    width: 100%;
    max-width: 580px;
}

@media screen and (max-width: 760px) {
    .about__text {
        max-width: 100%;
        padding-top: 30px;
    }
}

.about__text p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

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

.about__text strong {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.advantages {
    margin-top: 60px;
}

@media screen and (max-width: 760px) {
    .advantages {
        padding-bottom: 60px;
    }
}

.advantages:after {
    display: block;
    width: 40%;
    height: 1px;
    margin: 0 auto;
    margin-top: 60px;
    content: "";
    background-color: #dedede;
}

@media screen and (max-width: 760px) {
    .advantages:after {
        margin-top: 0;
    }
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 25%;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .advantages-item {
        padding: 0;
    }
}

@media screen and (max-width: 760px) {
    .advantages-item {
        max-width: 50%;
        padding: 0 10px;
    }
}

.advantages-item__image {
    width: 100%;
    margin-bottom: 20px;
}

.advantages-item__image .icon {
    display: block;
    width: 96px;
    height: auto;
    margin: 0 auto;
}

.advantages-item__image .icon._contract {
    width: auto;
    height: 96px;
}

.advantages-item__title {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #4466ae;
}

@media screen and (max-width: 760px) {
    .advantages-item__title {
        font-size: 1.125rem;
    }
}

.advantages-item__text {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    padding: 0 20px;
}

@media screen and (max-width: 760px) {
    .advantages-item__text {
        font-size: 1rem;
        padding: 0;
    }
}

.articles {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 760px) {
    .articles {
        padding: 30px 0;
    }
}

.articles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 760px) {
    .articles__list {
        display: block;
        padding-top: 30px;
    }
}

.articles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 24%;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .articles-item {
        max-width: 48%;
    }
}

@media screen and (max-width: 760px) {
    .articles-item {
        max-width: 100%;
    }
}

.articles-item__image {
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    height: 220px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.articles-item__image img {
    display: block;
    height: 100%;
    border-radius: 5px;
}

.articles-item__title {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #4466ae;
}

.articles-item__text {
    font-size: 1.125rem;
    line-height: 1.3125rem;
}

.articles-item__button {
    display: inline-block;
    margin-top: 20px;
}

.banner {
    height: 640px;
    background: url(../images/assets/banner/bg4.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 960px) {
    .banner {
        height: 70%;
    }
}

@media screen and (max-width: 760px) {
    .banner {
        background: #4466ae;
        height: auto;
        padding: 20px 0;
    }
}

.banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 760px) {
    .banner__wrapper {
        display: block;
    }
}

.banner-timer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    padding: 40px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 960px) {
    .banner-timer {
        max-width: 680px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 760px) {
    .banner-timer {
        max-width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }
}

.banner-timer__title {
    font-size: 2.8125rem;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    color: #4466ae;
    text-shadow: 0 0 0 #000;
}

@media screen and (max-width: 760px) {
    .banner-timer__title {
        font-size: 1.75rem;
    }
}

.banner-timer__title span {
    display: block;
    color: #e4022e;
}

.banner-timer__subtitle {
    font-size: 1.125rem;
    margin-bottom: 14px;
    text-align: center;
}

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

.timer__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timer__item {
    text-align: center;
}

.timer__item span {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0 10px;
    margin-bottom: 4px;
    padding: 20px 20px 12px;
    color: #fff;
    background-color: #4466ae;
}

@media screen and (max-width: 760px) {
    .timer__item span {
        font-size: 1.875rem;
        padding: 12px 10px 10px 10px;
    }
}

.timer__item strong {
    display: block;
    color: #242424;
}

.timer__button {
    margin-right: 0;
    background-color: #e4022e;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumbs__item {
    position: relative;
    margin-top: 20px;
}

.breadcrumbs__item:after {
    padding: 0 10px;
    content: "/";
    color: #ccc;
}

.breadcrumbs__item:last-child:after {
    content: "";
}

.breadcrumbs__link {
    color: #4466ae;
}

.breadcrumbs__link:hover {
    text-decoration: none;
}

.breadcrumbs__link:visited {
    color: #4466ae;
}

.calculate {
    padding: 60px 0;
    background: #efefef url("../images/assets/calculate/pattern.png") repeat top left;
}

@media screen and (max-width: 760px) {
    .calculate {
        padding: 30px 0;
    }
}

.calculate .subtitle {
    margin-bottom: 0;
}

.calculate-form {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 40px;
}

@media screen and (max-width: 760px) {
    .calculate-form {
        padding-top: 20px;
    }
}

.calculate-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 760px) {
    .calculate-form__row {
        display: block;
    }
}

.calculate-form__row._full .calculate-form-field {
    width: 100%;
    max-width: 100%;
}

.calculate-form__button {
    width: 100%;
    margin-right: 0;
    padding: 18px 0;
}

.calculate-form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.calculate-form-checkbox__input {
    position: relative;
    top: -1px;
}

.calculate-form-checkbox span {
    font-size: 1rem;
    padding-left: 5px;
}

.calculate-form-field {
    position: relative;
    width: 100%;
    max-width: 48%;
    margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
    .calculate-form-field {
        max-width: 100%;
    }
}

.calculate-form-field__icon {
    position: absolute;
    top: 20px;
    left: 18px;
}

.calculate-form-field__icon .icon {
    width: 16px;
    height: 16px;
}

.calculate-form-field__icon._select {
    right: 18px;
    left: inherit;
}

.calculate-form-field__icon._select .icon {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.calculate-form-field__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 12px;
    padding-left: 44px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.calculate-form-field__input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.calculate-form-field__select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 18px;
    padding-right: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.calculate-form-field__select:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.contacts {
    padding: 60px 0;
}

@media screen and (max-width: 760px) {
    .contacts {
        padding: 40px 0;
    }
}

.contacts__wrapper {
    max-width: 90%;
}

.contacts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 760px) {
    .contacts__body {
        display: block;
    }
}

.contacts__left, .contacts__form {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    padding-top: 40px;
}

@media screen and (max-width: 760px) {
    .contacts__left, .contacts__form {
        max-width: 100%;
        padding-top: 20px;
    }
}

.contacts__left .title, .contacts__form .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
}

.contacts__left p, .contacts__form p {
    font-size: 1.125rem;
}

.contacts__form .calculate-form {
    max-width: 100%;
    padding-top: 0;
}

.contacts__item {
    font-size: 1.25rem;
    position: relative;
    display: block;
    margin-bottom: 22px;
    padding-left: 32px;
}

.contacts__item span {
    display: block;
}

.contacts__item .icon {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
}

.contacts__item._phones .icon {
    width: 18px;
    height: 18px;
}

.contacts__item._grafik span {
    margin-bottom: 12px;
}

.contacts__item._grafik span:last-child {
    color: #e4022e;
}

.contacts__item._email {
    color: #4466ae;
}

.contacts__item._email:hover {
    text-decoration: none;
}

.discount {
    padding: 80px 0 60px;
    background-color: #4466ae;
}

@media screen and (max-width: 760px) {
    .discount {
        padding: 40px 0;
    }
}

.discount__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (max-width: 760px) {
    .discount__title {
        font-size: 1.75rem;
    }
}

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

@media screen and (max-width: 760px) {
    .discount__footer {
        display: block;
    }
}

.discount__percent {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (max-width: 760px) {
    .discount__percent {
        font-size: 1.75rem;
    }
}

.discount__percent span {
    font-size: 9.375rem;
    font-weight: 700;
    line-height: 9.375rem;
}

@media screen and (max-width: 960px) {
    .discount__percent span {
        font-size: 6.25rem;
        line-height: 6.25rem;
    }
}

@media screen and (max-width: 760px) {
    .discount__percent span {
        font-size: 5rem;
        line-height: 5rem;
    }
}

.discount__button {
    font-size: 2.5rem;
    display: block;
    margin-top: -20px;
    margin-left: 40px;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 5px;
    background: #4466ae;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

@media screen and (max-width: 760px) {
    .discount__button {
        font-size: 1.875rem;
        margin-top: 20px;
        margin-left: 0;
    }
}

.discount__button:hover {
    background-color: #e4022e;
}

.factory {
    padding: 60px 0;
    background-color: #4466ae;
}

.factory._mtop {
    margin-top: 60px;
}

.factory__iframe {
    margin: 40px 20px 0;
    margin-top: 40px;
}

@media screen and (max-width: 760px) {
    .factory__iframe iframe {
        width: 100%;
    }
}

.factory .title {
    color: #fff;
}

.factory__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.factory__list._slick {
    position: relative;
    display: block;
}

.factory__list._slick iframe {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 760px) {
    .factory__list._slick iframe {
        width: 80%;
        height: 400px;
    }
}

@media screen and (max-width: 760px) {
    .factory__list {
        display: block;
    }
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 98;
    width: 40px;
    height: 80px;
    border: 0;
}

.slick-arrow .icon {
    width: 40px;
    height: 80px;
    fill: #fff;
}

.slick-arrow.slick-prev, .slick-arrow.slick-prev2 {
    left: 0;
}

.slick-arrow.slick-next, .slick-arrow.slick-next2 {
    right: 0;
}

.slick-slide:focus {
    outline: none;
}

.footer {
    padding: 40px 0 0 0;
    background: url(../images/assets/footer/bg.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 760px) {
    .footer {
        padding: 30px 0;
    }
}

.footer__wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .footer__wrapper {
        max-width: 700px;
    }
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 760px) {
    .footer__top {
        display: block;
    }
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 760px) {
    .footer__bottom {
        display: block;
    }
}

.footer__logo {
    position: relative;
    top: 2px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .footer__logo {
        padding-left: 10px;
    }
}

.footer__logo img {
    height: 60px;
    margin-bottom: 0;
}

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

@media screen and (max-width: 760px) {
    .footer__group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__copyright {
    font-size: 0.875rem;
    padding-left: 20px;
    color: #fff;
}

.footer__copyright a {
    display: block;
    color: #fff;
}

.footer__copyright a:hover {
    text-decoration: none;
}

.footer-company {
    width: 100%;
    max-width: 300px;
}

.footer-company__item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: #fff;
}

.footer-company__item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    fill: #fff;
}

.footer-contacts {
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 760px) {
    .footer-contacts {
        padding-left: 20px;
    }
}

.footer-contacts__item {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 22px;
    text-decoration: none;
    color: #fff;
}

.footer-contacts__item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    fill: #fff;
}

@media screen and (max-width: 760px) {
    .footer-social {
        margin: 30px auto 0;
    }
}

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

@media screen and (max-width: 760px) {
    .footer-social__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-social__item {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.footer-social__item .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-social__item:hover {
    background-color: #000;
}

.footer-social__item:hover .icon {
    fill: #fff;
}

.footer-social__text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding-top: 20px;
    color: #fff;
}

.footer-menu {
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 760px) {
    .footer-menu {
        display: none;
    }
}

.footer-menu__container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu__column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 50%;
    padding-right: 40px;
}

.footer-menu__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-menu__item {
    margin-bottom: 5px;
}

.footer-menu__link {
    font-size: 0.875rem;
    color: #fff;
}

.footer-menu__link:hover {
    text-decoration: none;
}

.gallery {
    padding: 60px 0;
}

@media screen and (max-width: 760px) {
    .gallery {
        padding: 30px 0;
    }
}

.gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .gallery__list {
        margin-top: 20px;
    }
}

.gallery__item {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 250px;
    border: 1px solid #fff;
}

@media screen and (max-width: 960px) {
    .gallery__item {
        width: 33%;
    }
}

@media screen and (max-width: 760px) {
    .gallery__item {
        width: 48%;
    }
}

.gallery__item img {
    max-width: 450px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.fixed {
    width: 100%;
    background-color: white;
    max-width: 100% !important;
    position: fixed;
    top: -100px;
    opacity: 0;
    z-index: -5;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.fixed.is-show {
    top: 0;
    opacity: 1;
    z-index: 999;
}

.header__top {
    font-size: 0.9375rem;
    padding: 8px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 760px) {
    .header__top {
        font-size: 0.75rem;
    }
    .fixed .header__wrapper {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 960px) {
    .header__address {
        width: 100%;
        max-width: 46%;
    }
}

@media screen and (max-width: 960px) {
    .header__worktime {
        width: 100%;
        max-width: 46%;
        text-align: right;
    }
}

@media screen and (min-width: 760px) {
    .header__worktime br {
        display: none;
    }
}

.header__worktime span {
    color: #e4022e;
}

@media screen and (max-width: 960px) {
    .header__worktime span {
        display: block;
    }
}

.header__worktime p {
    margin: 0;
}

.header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__social {
    padding-left: 10px;
}

.header__logo .icon img {
    height: 45px;
    width: 45px;
    padding-bottom: 4px;
}

.header__social {
    display: none;
}

.header__logo_img {
    display: block;
}

@media screen and (max-width: 760px) {
    .header__logo {
        padding-top: 20px;
    }
}

.header__logo img {
    height: 80px;
    width: auto;
}

@media screen and (max-width: 760px) {
    .header__logo img {
        display: block;
        width: 140px;
        height: auto;
    }
}

@media screen and (max-width: 350px) {
    .header__logo img {
        width: 120px;
    }
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 760px) {
    .header-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 40%;
        padding-top: 10px;
    }
    .header-contacts .icon {
        display: none;
    }
    .header__social {
        display: block;
    }
}

@media screen and (max-width: 350px) {
    .header-contacts {
        padding-top: 15px;
    }
    .header-contacts .icon {
        display: none;
    }
    .header__social {
        display: block;
    }
}

@media screen and (max-width: 760px) {
    .header-contacts__call {
        font-size: 0.875rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin-right: 0;
        padding: 10px;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 350px) {
    .header-contacts__call {
        font-size: 0.75rem;
        padding: 5px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 760px) {
    .header-contacts__phones {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.header-contacts__phones a {
    font-size: 1.875rem;
    display: block;
    text-decoration: none;
    color: #292929;
}

@media screen and (max-width: 760px) {
    .header-contacts__phones a {
        font-size: 1.125rem;
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 350px) {
    .header-contacts__phones a {
        font-size: 0.875rem;
    }
}

.header-contacts .icon {
    padding-right: 10px;
}

.menu {
    background: #4466ae;
}

@media screen and (max-width: 768px) {
    .menu {
        margin-top: 10px;
    }
}

.menu__mobile {
    display: none;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .menu__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.menu__mobile .icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.menu__mobile span {
    font-size: 1.125rem;
    font-weight: 700;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fff;
}

.menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
    text-indent: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .menu__container {
        display: block;
        visibility: hidden;
        width: 100%;
        max-width: 100%;
        height: 0;
        padding: 0 !important;
        opacity: 0;
        position: relative;
        z-index: -99;
    }
}

.menu__container._active {
    visibility: visible;
    height: 100%;
    opacity: 1;
    z-index: 99;
}

.menu__item {
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.menu__item._dropdown {
    position: relative;
}

.menu__item._dropdown .icon {
    position: relative;
    top: -1px;
    left: -15px;
    width: 10px;
    height: 10px;
    fill: #fff;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.menu__item:hover {
    background-color: #fff;
}

.menu__item:hover .menu-dropdown {
    visibility: visible;
    opacity: 1;
}

.menu__item:hover .menu__link {
    color: #4466ae;
}

.menu__item:hover .icon {
    fill: #4466ae;
}

.menu__item.active {
    background-color: #fff;
}

.menu__item.active .menu__link {
    color: #4466ae;
}

.menu__item.active .icon {
    fill: #4466ae;
}

.menu__link {
    font-weight: 700;
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .menu__link {
        padding: 10px 20px;
        white-space: nowrap;
    }
}

.menu-dropdown {
    position: absolute;
    z-index: 99;
    top: 40px;
    visibility: hidden;
    width: 100%;
    min-width: 300px;
    padding: 10px 0;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
    .menu-dropdown {
        position: relative;
        top: 0;
        visibility: visible;
        min-width: 100%;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.menu-dropdown__link {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.menu-dropdown__link:hover {
    color: #fff;
    background-color: #4466ae;
}

.question-answer {
    padding: 60px 0;
}

@media screen and (max-width: 760px) {
    .question-answer {
        padding-bottom: 30px;
    }
}

.question-answer__list {
    display: block;
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .question-answer__list {
        display: block;
        margin-top: 20px;
    }
}

.question-answer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 33%;
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .question-answer-item {
        max-width: 50%;
        padding: 20px;
    }
}

@media screen and (max-width: 760px) {
    .question-answer-item {
        max-width: 100%;
        padding: 14px 0 0 14px;
    }
}

.question-answer-item:hover {
    cursor: default;
}

.question-answer-item:hover .question-answer-item__count {
    color: #e4022e;
}

.question-answer-item__count {
    font-size: 7.5rem;
    line-height: 1;
    color: #4466ae;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

@media screen and (max-width: 760px) {
    .question-answer-item__count {
        font-size: 5rem;
    }
}

.question-answer-item__text {
    font-size: 1.375rem;
    line-height: 2.125rem;
    margin-top: -15px;
    padding: 20px;
}

@media screen and (max-width: 760px) {
    .question-answer-item__text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}



.how-works {
    padding: 60px 0;
}

@media screen and (max-width: 760px) {
    .how-works {
        padding-bottom: 30px;
    }
}

.how-works__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .how-works__list {
        display: block;
        margin-top: 20px;
    }
}

.how-works-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 33%;
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .how-works-item {
        max-width: 50%;
        padding: 20px;
    }
}

@media screen and (max-width: 760px) {
    .how-works-item {
        max-width: 100%;
        padding: 14px 0 0 14px;
    }
}

.how-works-item:hover {
    cursor: default;
}

.how-works-item:hover .how-works-item__count {
    color: #e4022e;
}

.how-works-item__count {
    font-size: 7.5rem;
    line-height: 1;
    color: #4466ae;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

@media screen and (max-width: 760px) {
    .how-works-item__count {
        font-size: 5rem;
    }
}

.how-works-item__text {
    font-size: 1.375rem;
    line-height: 2.125rem;
    margin-top: -15px;
    padding: 20px;
}

@media screen and (max-width: 760px) {
    .how-works-item__text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.map iframe {
    width: 100% !important;
    max-height: 400px !important;
}

.modal {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

@media screen and (max-width: 760px) {
    .modal {
        padding: 20px;
    }
}

.modal._privacy {
    max-width: 600px;
    max-height: 90vh;
    overflow-y: scroll;
}

.modal._active {
    z-index: 100;
    visibility: visible;
    opacity: 1;
}

.modal__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #4466ae;
}

@media screen and (max-width: 760px) {
    .modal__title {
        font-size: 1.5rem;
    }
}

.modal__close {
    font-weight: bold;
    position: absolute;
    top: 14px;
    right: 14px;
}

.modal__close .icon {
    width: 14px;
    height: 14px;
    fill: #ccc;
}

.modal-form__field {
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
    .modal-form__field {
        max-width: 100%;
    }
}

.modal-form__field .icon {
    left: 16px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-form__field input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 12px;
    padding-left: 44px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.modal-form__field input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.modal-form__button {
    width: 100%;
}

.mask {
    position: fixed;
    z-index: 99;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

.mask._active {
    z-index: 99;
    visibility: visible;
    opacity: 1;
}

.pageblock {
    padding-top: 60px;
}

@media screen and (max-width: 760px) {
    .pageblock {
        padding-top: 20px;
    }
}

.pageblock__wrapper {
    max-width: 80%;
}

@media screen and (max-width: 760px) {
    .pageblock__wrapper {
        max-width: 90%;
    }
}

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

.pageblock__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
    .pageblock__content {
        display: block;
        margin-top: 20px;
    }
}

.pageblock__image {
    width: 100%;
    max-width: 30%;
}

@media screen and (max-width: 760px) {
    .pageblock__image {
        max-width: 100%;
    }
}

.pageblock__image img {
    display: block;
    width: 100%;
}

.pageblock__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 70%;
    padding-left: 30px;
}

@media screen and (max-width: 760px) {
    .pageblock__text {
        max-width: 100%;
        padding-left: 0;
    }
}

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

.pageblock__text h2 {
    margin-top: 0;
}

.pageblock__text .button, .pageblock__text .articles-item__button, .pageblock__text .timer__button, .pageblock__text .calculate-form__button, .pageblock__text .header-contacts__call, .pageblock__text .modal-form__button, .pageblock__text .questions__button {
    display: inline-block;
    margin-top: 14px;
}

.prices {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 760px) {
    .prices {
        padding: 30px 0;
    }
}

.prices__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .prices__list {
        display: block;
        padding-top: 0;
    }
}

.prices-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 340px;
    padding: 0 14px 0 14px;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .prices-item {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.prices-item__image {
    margin-bottom: 20px;
}

.prices-item__image img {
    display: block;
    margin: 0 auto;
}

.prices-item__title {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.prices-item__title span {
    color: #40454d !important;
}

.prices-item__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.questions {
    padding: 60px 0;
    text-align: center;
}

.questions__phones {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}

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

.questions__phones br {
    display: none;
}

@media screen and (max-width: 760px) {
    .questions__phones br {
        display: block;
    }
}

.questions__or {
    font-size: 1.25rem;
    margin-bottom: 25px;
}

.questions__button {
    display: inline-block;
    margin-right: 0;
    padding: 20px 60px;
}

.reviews {
    padding: 60px 0;
}

@media screen and (max-width: 760px) {
    .reviews {
        padding: 30px 0;
    }
}

.reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 760px) {
    .reviews__list {
        margin-top: 20px;
    }
}

.reviews-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 32%;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 760px) {
    .reviews-item {
        max-width: 100%;
    }
}

.reviews-item__user {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4466ae;
}

.reviews-item__text {
    font-size: 1rem;
    line-height: 1.5rem;
}

.sertificates {
    padding: 60px 0;
    background-color: #4466ae;
}

@media screen and (max-width: 760px) {
    .sertificates {
        padding: 30px 0;
    }
}

.sertificates .title {
    color: #fff;
}

.sertificates__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 960px) {
    .sertificates__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 760px) {
    .sertificates__list {
        margin-top: 20px;
    }
}

.sertificates__item {
    width: 100%;
    max-width: 140px;
    margin: 0 20px;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

@media screen and (max-width: 960px) {
    .sertificates__item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 760px) {
    .sertificates__item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 48%;
        margin: 0;
        padding: 10px;
    }
}

.sertificates__item:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.sertificates__item img {
    display: block;
    width: 100%;
    height: auto;
}

.services {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .services__list {
        display: grid !important; /* !important чтобы точно переопределить */
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
        width: 100% !important;
    }

    .services__list .services__item {
        width: 100% !important;
        margin: 0 !important;
    }
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .services__list {
        display: block;
    }
}

.services__item {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 23%;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .services__item {
        max-width: 33%;
    }
}

@media screen and (max-width: 760px) {
    .services__item {
        max-width: 100%;
    }
}

.services__item:hover {
    top: -20px;
}

.services__item img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 14px;
    border-radius: 5px;
}

.services__item span {
    font-size: 1.3125rem;
    font-weight: 700;
    display: block;
    margin-bottom: 14px;
    text-align: center;
    color: #4466ae;
}

.vacancy {
    padding-top: 40px;
}

.vacancy__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .vacancy__text {
        display: block;
    }
}

.vacancy__text h2,
.vacancy__text h3 {
    color: #4466ae;
}

.vacancy__column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 48%;
    padding: 0 20px;
}

@media screen and (max-width: 760px) {
    .vacancy__column {
        max-width: 100%;
        padding: 0;
    }
}

.vacancy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vacancy-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 32%;
    margin-right: calc(100% - 99%);
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 760px) {
    .vacancy-item {
        max-width: 100%;
        margin-right: 0;
        padding: 10px;
    }
}

.vacancy-item__title {
    font-size: 1.5rem;
    color: #4466ae;
}

.vacancy-item__sallary {
    padding: 10px 0;
}

.options {
    padding-bottom: 60px;
}

@media screen and (max-width: 760px) {
    .options {
        padding: 30px 0;
    }
}

.options__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 760px) {
    .options__list {
        display: block;
        padding-top: 30px;
    }
}

.options-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 30%;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 960px) {
    .options-item {
        max-width: 50%;
    }
}

@media screen and (max-width: 760px) {
    .options-item {
        max-width: 100%;
    }
}

.options-item__image {
    overflow: hidden;
    width: 100%;
    max-width: 140px;
    margin-right: 22px;
    border-radius: 5px;
}

.options-item__image img {
    display: block;
    width: 100%;
}

.options-item__content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.options-item__title {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #4466ae;
}

.options-item__text {
    font-size: 1.125rem;
    line-height: 1.3125rem;
}



.question-answer {
    max-width: 100% !important;
}

.question-answer__wrapper {
    /*max-width: 800px;*/
    /*margin: auto;*/
    padding: 60px 0;
    background: #efefef url("../images/assets/calculate/pattern.png") repeat top left;
    max-width: 100% !important;
}

.title {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.qa-item {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 80%;
}

.qa-question {
    width: 100%;
    /*max-width: 80%;*/
    text-align: left;
    background-color: #4466ae;
    color: white;
    padding: 18px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}

/*@media screen and (max-width: 960px) {*/
/*    .qa-question {*/
/*        max-width: 80%;*/
/*    }*/
/*}*/

.qa-question:hover {
    background-color: #e4022e;
}

.qa-question .toggle-icon {
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
}

.qa-answer {
    width: 100%;
    /*max-width: 80%;*/
    /*display: none;*/
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-top: 5px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    text-align: left;
}


.credit__wrapper {
    padding: 60px 0;
}

.credit-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    /*background-color: #4466ae;*/
}

.credit-info {
    /*color: white;*/
    padding-left: 100px;
    max-width: 50%;
}



.credit-info h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: left !important;
    padding-bottom: 40px;
}

.credit-details {
    display: flex;
    margin-bottom: 10px;
    padding-top: 20px;
    flex-wrap: wrap;
}

.credit-info .clear__button {
    background: none;
    color: inherit;
    border: none;
    cursor: pointer;
    outline: inherit;
    text-transform: uppercase;
    color: grey !important;
    font-weight: 600;
}


.credit-details p {
    color: grey;
    width: 150px;
}

.credit-text {
    color: grey;
    padding-bottom: 20px;
}

.credit-details p {
    flex-wrap: wrap;
}


.credit-details div {
    margin-right: 20px;
    /*flex: 1 0 25%;*/
}

.credit-details div strong {
    color: #4466ae;
    font-size: 2.725rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.credit-details div strong small {
    font-size: 1.525rem;
    font-weight: 400;
}

.apply-button {
    background-color: #4466ae;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.apply-button:hover {
    background-color: #ffc107;
}

.credit-image {
    /*max-width: 60%;*/
}

@media screen and (max-width: 768px) {
    .credit-offer {
        flex-direction: column;
    }

    .credit-image {
        display: none;
    }
}

.gallery__wrapper.mobile, .service.mobile, .sertificates__wrapper.mobile{
    display: none;
}


.articles__button__all {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.articles__button__all a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .credit-info {
        max-width: 100% !important;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .credit-details div {
        margin-right: 0px;
        flex: 1 0 50%;
    }

    .credit-details p {
        color: grey;
        width: 120px;
        font-size: 1rem;
    }

    .credit-details p.small {
        font-size: 0.9rem;
    }

    .gallery__wrapper.desktop, .service.desktop, .sertificates__wrapper.desktop{
        display: none;
    }

    .gallery__wrapper.mobile, .service.mobile, .sertificates__wrapper.mobile{
        display: block;
    }

    .short .articles__button__all {
        display: block;
    }

    .short .articles__list .articles-item {
        display: none;
    }

    .short .articles__list .articles-item:nth-child(-n+3) {
        display: list-item;
    }
}

.gallery__wrapper .slick-next3, .sertificates__wrapper .slick-next4 {
    right: 0px;
}

