/*
	Front page
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfe6e9;
}

a {
    background-color: transparent;
}

a:focus {
    outline: unset;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 0.875em;
}

img {
    height: auto;
}

main img {
    max-width: 100%;
    border-style: none;
}

picture img {
    display: block;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring {
    outline: 1px dotted #fff;
}

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

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

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    color: #333;
    background: #fff;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Ruberoid';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Bold.eot');
    src: local(''),
        url('../fonts/Ruberoid-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Bold.woff2') format('woff2'),
        url('../fonts/Ruberoid-Bold.woff') format('woff'),
        url('../fonts/Ruberoid-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Light.eot');
    src: local(''),
        url('../fonts/Ruberoid-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Light.woff2') format('woff2'),
        url('../fonts/Ruberoid-Light.woff') format('woff'),
        url('../fonts/Ruberoid-Light.ttf') format('truetype');
}

/* raleway-300 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v29-cyrillic_latin-300.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-300.ttf') format('truetype');
}

/* raleway-500 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v29-cyrillic_latin-500.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-500.ttf') format('truetype');
}

/* raleway-600 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v29-cyrillic_latin-600.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-600.ttf') format('truetype');
}

/* raleway-700 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v29-cyrillic_latin-700.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-700.ttf') format('truetype');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 1.76;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:empty,
p:last-of-type {
    margin-bottom: 0;
}

.site-container-wrap {
    position: relative;
    overflow-x: hidden;
}

.site-container {
    position: relative;
    margin: auto;
    max-width: 1300px;
    width: 100%;
}

.hide {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 1350px) {
    .site-container {
        padding: 0 50px;
    }
}

@media screen and (max-width: 980px) {
    .site-container {
        overflow: hidden;
    }
}

@media screen and (max-width: 728px) {
    .site-container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 375px) {
    .site-container {
        padding: 0 15px;
    }
}

/* ## Headings */

h2,
h3,
h4,
h5,
.h2 {
    margin: 0;
    line-height: 1.5;
    font-weight: 700;
}

h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h3,
.h4 {
    font-weight: 700;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5,
.h6,
.h7 {
    font-weight: 700;
    line-height: 1.4;
}

.h5 {
    font-size: 20px;
}

.h6 {
    font-size: 18px;
}

.h7 {
    font-size: 16px;
}

/* ## Links */

a,
button,
input:focus {
    transition: 0.3s;
}

a {
    color: #14529f;
    text-decoration: none;
}

a:not([class]):visited {
    color: #666666;
}

/* ## Buttons */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    background-color: #e31e25;
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: unset;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    color: #a4aeb9;
    background-color: #e4e8ec;
    cursor: not-allowed;
}

button:not(.search-submit):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
    opacity: .7;
}

.button.small {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
}

.button.blue {
    background-color: #2e67a7;
}

.button.red {
    background-color: #e31e25;
}

.button.gray {
    color: #000;
    background-color: #f3f6f8;
}

.cross {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cross:before,
.cross:after {
    content: "";
    width: 1px;
}

.cross:before {
    transform: rotate(45deg);
}

.cross:after {
    transform: rotate(-45deg);
}

/* ## Form */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea,
select {
    --border: #e3e3e3;
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #223158;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
}

input[type="tel"],
input[type="date"] {
    font-family: 'Ruberoid', sans-serif;
}

input.error,
textarea.error {
    --border: #eb3154;
}

.form-bg input,
.form-bg textarea {
    --border: transparent;
}

select:hover {
    cursor: pointer;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="date"]:disabled,
textarea:disabled,
select:disabled {
    color: rgba(164, 174, 185, 1);
    background-color: #eceff2;
    cursor: not-allowed;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #e7eaee;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto
}

label {
    display: block;
}

@media screen and (max-width: 980px) {

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    textarea,
    select {
        font-size: 16px;
    }
}

/* ## Input select */

select {
    padding-right: 50px;
    color: #808080;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAANUlEQVQImYXMuw0AIAwD0Qv7ZVoGPBqK8BGksWw9JYDO52LmC2aUcoMJ0NRl2AEAKgUeH1UGNA0P+kwys8wAAAAASUVORK5CYII=);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

.popup-form .selectric {
    border-color: #e3e3e3;
}

.popup-form .selectric-items {
    z-index: 9999;
}

.form-bg .selectric {
    border-color: transparent;
}

/* ## Input checkbox */

.input-checkbox {
    display: grid;
    grid-template-columns: 16px auto;
    grid-gap: 15px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.form-bg .input-checkbox {
    font-size: 12px;
}

.input-checkbox+.input-checkbox {
    margin-top: 10px;
}

input[type="checkbox"] {
    display: grid;
    place-content: center;
    margin: 0;
    color: #000;
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(194, 208, 211, 0.64);
    border-radius: 3px;
    transform: translateY(-0.075em);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="checkbox"]::before {
    content: '';
    width: 11px;
    height: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA5Ij48cGF0aCBmaWxsPSIjMkU2N0E2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4zNSAxLjM1IDUuMjEgNy41bC4xNC4xNS0uNy43LS4xNS0uMTQtLjE1LjE0LS43LS43LjE0LS4xNUwuNjUgNC4zNWwuNy0uN0w0LjUgNi43OSAxMC42NS42NWwuNy43WiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid #8d61f1;
    outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

input[type="checkbox"]:disabled::before {
    opacity: .5;
}

/* ## Input text */

.input-text {
    position: relative;
}

.input-text.required label[for]:after {
    content: " *";
    color: red;
}

.input-text.border {
    border: 1px solid #000745;
}

.input-text.with-comment {
    display: flex;
    align-items: center;
    padding-right: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.input-text.with-comment input {
    --border: transparent;
}

.input-text.with-comment input:focus {
    border: 0;
}

.input-text.with-comment span {
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000745;
}

/* ## Drag & drop */

.drag-drop {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.drag-drop input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.drag-drop input[type="file"]:disabled {
    cursor: not-allowed;
}

.drag-drop-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px 20px;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #2e67a6;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #2e67a6;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}

.drag-drop:hover .drag-drop-label {
    color: #fff;
    background-color: #2e67a6;
}

.load-file-preview.active {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e67a6;
    background-color: #e5edf3;
    border-radius: 10px;
}

.drag-drop input[type="file"]:disabled~.drag-drop-label,
.drag-drop input[type="file"]:disabled~.drag-drop-label .load-file-preview.active {
    color: rgba(39, 39, 70, 0.5);
    background-color: #e4e8ec;
}

@media screen and (max-width: 640px) {
    .drag-drop-label span {
        font-size: 16px;
    }
}

/* ## Placeholder */

::placeholder {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #223158;
    text-overflow: ellipsis;
    opacity: 0.5;
    transition: opacity ease 0.3s;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

/* ## Overlay */

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #0b0c0e;
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease-in;
}

.menu-overlay.active {
    visibility: visible;
    opacity: .8;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom>div {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1140px) {
    .header-bottom {
        flex-wrap: wrap;
    }
}

/* ## Logo */

.logo {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-header .logo {
    order: 1;
    margin-right: 40px;
}

.logo img {
    height: auto;
}

@media screen and (max-width: 728px) {
    .site-header .logo {
        margin-right: 20px;
    }
}

/* ## Address */

.call-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-header .call-wrap {
    order: 4;
    margin-right: 40px;
}

.call-link {
    margin-top: 2px;
    font-size: 12px;
    color: #3c86c8;
    cursor: pointer;
}

.call-link:hover {
    text-decoration: underline;
}

.address {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
}

@media screen and (max-width: 640px) {
    .site-header .call-wrap {
        order: 6;
        align-items: start;
    }
}

/* ## Phone */

.tel {
    display: flex;
    align-items: center;
    font-family: 'Ruberoid', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    white-space: nowrap;
}

.tel.big {
    font-size: 24px;
}

.tel span {
    margin-right: 7px;
    font-weight: 300;
}

/* ## Small menu */

@media screen and (max-width: 980px) {
    .header-top .small-menu {
        display: none;
    }

    .small-menu {
        border-top: 1px solid #4d4d4d;
    }
}



@media screen and (min-width: 881px) {
    .small-menu {
        margin-left: -25px;
        margin-right: auto;
    }

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

    .small-menu li {
        display: flex;
        margin-right: 3px;
    }

    .small-menu a,
    .small-menu span {
        padding: 8px 15px;
        font-size: 14px;
        color: #1d4575;
        line-height: 1;
        border-radius: 7px;
    }

    .small-menu a:hover,
    .small-menu span {
        color: #fff;
        background-color: #3c86c8;
    }
}

/* ## Header load */

.header-load {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
}

.header-load:hover {
    text-decoration: underline;
}

.header-load svg {
    flex-shrink: 0;
    margin-right: 10px;
}

@media screen and (max-width: 640px) {
    .header-top .header-load {
        display: none;
    }

    .header-bottom .header-load {
        margin-right: 0;
        padding: 10px 30px;
        color: #fff;
        font-weight: 600;
    }
}

/* ## Change city */

#change-city {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 45px;
    padding: 6px 10px;
    font-size: 14px;
    color: #1d4575;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #e0eaec;
    border-radius: 7px;
    transition: .3s;
    cursor: pointer;
}

#change-city:hover {
    border-color: #1d4575;
}

#change-city:before {
    content: 'Ваш город:';
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.5);
}

#change-city:after {
    content: '';
    margin-left: 30px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1d4575;
}

@media screen and (max-width: 540px) {
    #change-city {
        margin-right: 10px;
    }

    #change-city:before {
        content: none;
    }
}

/* ### Cities list */

#cities-list {
    position: absolute;
    z-index: 10;
    display: none;
    padding: 25px 20px;
    width: 200px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
    overflow: hidden;
}

#cities-list.active {
    display: block;
}

.cities-list-inner {
    max-height: 320px;
    overflow-y: scroll;
}

.cities-list-inner::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f5f7f9;
}

.cities-list-inner::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f7f9;
}

.cities-list-inner::-webkit-scrollbar-thumb {
    width: 20px;
    height: 50px;
    background-color: #14529f;
    border-radius: 5px;
}

.cities-list-inner div {
    color: #14529f;
    font-size: 15px;
    cursor: pointer;
}

.cities-list-inner div:not(:last-child) {
    margin-bottom: 5px;
}

.cities-list-inner div:hover {
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
    #cities-list {
        left: 30px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 375px) {
    #cities-list {
        left: 15px;
        width: calc(100% - 30px);
    }
}

/* ## Lang */

#change-lang {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
    color: #1d4575;
    line-height: 1;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}

#change-lang:after {
    content: '';
    margin-left: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1d4575;
}

/* ### Languages list */

#languages {
    position: absolute;
    z-index: 10;
    display: none;
    padding: 25px 20px;
    max-width: 700px;
    min-width: 250px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
    overflow: hidden;
}

#languages.active {
    display: block;
}

.lang-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lang-list a {
    width: 15%;
    color: #14529f;
    font-size: 14px;
    cursor: pointer;
}

.lang-list a:not(:last-child) {
    margin-bottom: 5px;
}

.lang-list a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 728px) {
    .lang-list a {
        width: 22%;
    }
}

@media screen and (max-width: 640px) {
    #languages {
        left: 30px;
        width: calc(100% - 60px);
    }

    .lang-list {
        max-height: 320px;
        overflow-y: scroll;
    }

    .lang-list a {
        width: 30%;
    }

    .lang-list::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #f5f7f9;
    }

    .lang-list::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f7f9;
    }

    .lang-list::-webkit-scrollbar-thumb {
        width: 20px;
        height: 50px;
        background-color: #14529f;
        border-radius: 5px;
    }

}

@media screen and (max-width: 480px) {
    .lang-list a {
        width: 48%;
    }
}

@media screen and (max-width: 375px) {
    #languages {
        left: 15px;
        width: calc(100% - 30px);
    }
}

/* ## Button */

.header-top .button {
    margin-left: 25px;
    width: 320px;
    font-size: 17px;
}

.call-button {
    cursor: pointer;
}

@media screen and (max-width: 1240px) {
    .header-top .button {
        width: auto;
    }
}

@media screen and (max-width: 980px) {
    .header-top .button {
        padding: 0;
        width: 60px;
        height: 60px;
        text-indent: -9999px;
        background-color: #46b022;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDAiIGhlaWdodD0iODAwIiBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgNDE0Ljk0IDQxNC45NCI+PHBhdGggZD0iTTE1OS4xNCAyNTYuNDVjMzcuMjIgMzYuOTUgODAuMyA3Mi4yNCA5Ny4yIDU1LjIgMjQuMjItMjQuNCAzOS4xMy00NS42MiA5Mi44Ni0yLjc2IDUzLjczIDQyLjg3IDEyLjcgNzEuNzItMTAuNzYgOTUuMzYtMjcuMDYgMjcuMjctMTI4LjQzIDEuOTEtMjI4LjktOTcuOEM5LjA1IDIwNi43LTE3LjA4IDEwNS41MyAxMCA3OC4yNGMyMy40Ni0yMy42MyA1Mi4wMS02NC44NyA5NS4yNi0xMS40NSA0My4yNyA1My40IDIyLjE2IDY4LjQ2LTIuMDYgOTIuODYtMTYuOSAxNy4wMyAxOC43IDU5Ljg0IDU1LjkzIDk2Ljh6TTIxMy4xIDgwLjJzLTExLjIyLTEuNzUtMTkuMDggNi4xMmEyMS44MiAyMS44MiAwIDAgMCAuMDggMzAuNTVjNS4wNCA1LjA0IDEyLjE0IDYuMTEgMTIuMTQgNi4xMSAxMy44NiAyLjYgMzQuNzMgNyA1Ni45NSAyOS4yIDIyLjIgMjIuMjEgMjYuNiA0My4xIDI5LjIgNTYuOTUgMCAwIDEuMDggNy4xIDYuMTIgMTIuMTRhMjEuODQgMjEuODQgMCAwIDAgMzAuNTUuMDljNy44Ni03Ljg2IDYuMTEtMTkuMDkgNi4xMS0xOS4wOS00LjQtMjguMDYtMTgtNTcuMzctNDEuMzUtODAuNzItMjMuMzYtMjMuMzUtNTIuNjctMzYuOTQtODAuNzItNDEuMzV6bTEwNS4zMiAxNi43NmM0MC43MSA0MC43MiA1OC4wNyA4Ni45MyA1Mi40MiAxMjQuMzggMCAwLTEuOTcgMTEuODYgNS43OCAxOS42YTIxLjc4IDIxLjc4IDAgMCAwIDMwLjcuMDZjNS4yMy01LjI0IDYuMzgtMTMuNzcgNi4zOC0xMy43NyA0LjY3LTMyLjM2LTEuMi05Ny40Ny02NC42NS0xNjAuOUMyODUuNiAyLjg4IDIyMC41LTMgMTg4LjE1IDEuNjdjMCAwLTguNTMgMS4xMy0xMy43OCA2LjM4YTIxLjc3IDIxLjc3IDAgMCAwIC4wNiAzMC43YzcuNzUgNy43NCAxOS42IDUuNzcgMTkuNiA1Ljc3IDM3LjQ1LTUuNjUgODMuNjcgMTEuNzEgMTI0LjM5IDUyLjQzeiIvPjwvc3ZnPg==);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 728px) {
    .header-top .button {
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .header-top .button {
        width: 50px;
        height: 50px;
        background-size: 20px;
    }
}

/* ## Calculators */

.calculators-wrap {
    display: flex;
    flex-direction: column;
    order: 3;
    margin-right: 28px;
    padding: 10px 18px;
    border: 1px solid #3c86c8;
    border-radius: 12px;
}

.calculator-link {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #14529f;
    line-height: 1.2;
}

.calculator-link:not(:last-child) {
    margin-bottom: 6px;
}

.calculator-link:hover {
    text-decoration: underline;
}

.calculator-link svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    stroke: #14529f;
}

@media screen and (max-width: 980px) {
    .calculators-wrap {
        margin: 15px;
        border: 1px solid #fff;
    }

    .calculator-link {
        color: #fff;
    }

    .calculator-link:not(:last-child) {
        margin-bottom: 12px;
    }

    .calculator-link svg {
        stroke: #fff;
    }
}

/* ## Cart */

.header-cart {
    display: flex;
    align-items: center;
    order: 5;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    background-color: #f3f6f9;
    border-radius: 15px;
}

.cart-icon {
    position: relative;
    margin-right: 15px;
}

.cart-icon svg {
    stroke: #000;
}

.cart-counter {
    position: absolute;
    top: -6px;
    right: -8px;
    display: flex;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    background-color: #e31e25;
    border-radius: 50%;
}

@media screen and (max-width: 1140px) {
    .header-cart span {
        display: none;
    }

    .cart-icon {
        margin-right: 0;
    }
}

@media screen and (max-width: 980px) {
    .header-cart {
        margin-left: auto;
        height: 60px;
    }
}

/* ## Search */

.header-search {
    position: relative;
    margin-top: 20px;
    padding: 25px;
    background-color: #2e67a7;
    border-radius: 30px;
}

.search-form {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 60px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 15px;
}

.search-form .search-submit {
    flex-shrink: 0;
    padding: 0;
    width: 300px;
    font-size: 16px;
    color: #fff;
    background-color: #1d4575;
    border-radius: 0 15px 15px 0;
    cursor: pointer
}

.search-form .search-submit svg {
    margin-right: 5px;
}

.search-form input[type="search"] {
    height: 100%;
    border: 0;
    background-color: transparent !important
}

.search-form input[type="search"]:focus {
    border: none
}

.search-form .item-text {
    position: relative;
    flex: 1;
}

@media screen and (max-width: 980px) {
    .search-form {
        flex-direction: column;
        height: auto;
    }

    .search-form .search-submit {
        width: 100%;
        height: 50px;
        border-radius: 0 0 15px 15px;
    }

    .search-form input[type="search"] {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .header-search {
        padding: 5px;
        border-radius: 15px;
    }
}

/* ### Search results */

.search-form .loader {
    --size: 3px;
    --width: 25px;
    top: calc(50% - 10px);
    right: 30px;
    left: unset;
}

.search-results-wrap {
    position: absolute;
    left: 0;
    z-index: 1;
    display: none;
    margin-top: 10px;
    padding: 25px 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
    overflow: hidden;
}

.header-search .search-results {
    padding-right: 10px;
    max-height: 320px;
    overflow-y: scroll;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 14px;
}

.header-search .search-results::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f5f7f9;
}

.header-search .search-results::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f7f9;
}

.header-search .search-results::-webkit-scrollbar-thumb {
    width: 20px;
    height: 50px;
    background-color: #14529f;
    border-radius: 5px;
}

.header-search .search-results .item {
    min-height: 178px;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #e3edf7;
    border-radius: 12px;
    background: #fff;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.header-search .search-results .item:not(:last-child) {
    margin-bottom: 0;
}

.header-search .search-results .item-image {
    margin: 0 0 12px;
    width: 100%;
    height: 92px;
    border-radius: 10px;
    background-color: #f5f7f9;
}

.header-search .search-results .item-image img {
    object-fit: contain;
}

.header-search .search-results .item .h7 {
    color: #0d3468;
    font-size: 14px;
    line-height: 1.25;
}

.header-search .search-results .item:hover {
    border-color: #2e67a6;
    box-shadow: 0 8px 20px rgba(20, 82, 159, 0.12);
    transform: translateY(-1px);
}

.header-search .search-results .item:hover .h7 {
    color: #14529f;
    transition: .3s;
}

@media screen and (max-width: 640px) {
    .search-results-wrap {
        padding: 16px 12px;
    }

    .header-search .search-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        max-height: 420px;
    }

    .header-search .search-results .item {
        min-height: 158px;
        padding: 10px;
    }

    .header-search .search-results .item-image {
        height: 78px;
    }

    .header-search .search-results .item .h7 {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
}

@media screen and (min-width: 981px) {
    .header-menu {
        position: relative;
        display: flex;
        align-items: center;
        order: 2;
        padding-left: 15px;
        padding-right: 30px;
        background-color: #e31e25;
        border-radius: 15px;
        transition: .3s;
    }

    .primary-menu-wrap {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .header-menu .menu-item-wrap {
        display: flex;
        flex-direction: column;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 100%;
    }

    .header-menu .menu-item-wrap:first-child {
        margin-right: 10px;
    }

    .header-menu .menu-item-wrap>.menu-item {
        display: flex;
        align-items: center;
        padding: 12px 15px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        border-radius: 10px;
        transition: .3s;
        cursor: pointer;
    }

    .header-menu .menu-item-wrap .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        height: 16px;
    }

    .header-menu .menu-item-wrap .burger span:before,
    .header-menu .menu-item-wrap .burger span:after {
        width: 16px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    .header-menu .menu-item-wrap .burger span {
        position: relative;
        margin-left: 35px;
    }

    .header-menu .menu-item-wrap .burger span:before,
    .header-menu .menu-item-wrap .burger span:after {
        content: "";
        position: absolute;
    }

    .header-menu .menu-item-wrap .burger span:before {
        top: -4px;
    }

    .header-menu .menu-item-wrap .burger span:after {
        top: 4px;
    }

    .header-menu .custom-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        display: none;
        justify-content: space-between;
        padding: 25px 10px;
        height: 600px;
        background-color: #f3f6f9;
        border-radius: 20px;
    }

    .header-menu nav:hover .custom-menu {
        display: flex;
    }

    .header-menu .custom-menu>div {
        flex-shrink: 0;
        max-width: calc(100% - 5px);
        width: 350px;
    }

    .header-menu .custom-menu>div:not(:only-child) {
        max-width: calc(50% - 5px);
    }

    .header-menu .custom-menu ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0 10px 0 0;
        margin: 0;
        height: 100%;
        list-style: none;
        overflow-y: scroll;
    }

    .header-menu .custom-menu ul::-webkit-scrollbar-track {
        border-radius: 2px;
        background-color: #e7edf2;
    }

    .header-menu .custom-menu ul::-webkit-scrollbar {
        width: 5px;
        background-color: #e7edf2;
    }

    .header-menu .custom-menu ul::-webkit-scrollbar-thumb {
        width: 9px;
        height: 50px;
        background-color: #2e67a6;
        border-radius: 3px;
    }

    .header-menu .custom-menu ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2px;
        border-radius: 5px;
        transition: .3s;
    }

    .header-menu .custom-menu .children-menu li {
        display: none;
    }

    .header-menu .custom-menu .children-menu li.visible {
        display: block;
    }

    .header-menu .custom-menu ul li.active,
    .header-menu .custom-menu ul li:hover {
        background-color: #fff;
    }

    .header-menu .custom-menu ul li.active .toggle,
    .header-menu .custom-menu ul li:hover .toggle {
        opacity: 1;
    }

    .header-menu .custom-menu ul a {
        display: flex;
        padding: 8px 20px;
        font-size: 15px;
        color: #000;
        line-height: 1.56;
    }

    .header-menu .custom-menu ul li a {
        flex: 1;
    }

    .header-menu .custom-menu ul li .toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-left: 10px;
        height: 100%;
        width: 25px;
        opacity: 0;
        transition: .3s;
    }

    .header-menu .custom-menu ul li svg {
        width: 7px;
        fill: transparent;
        stroke: #2e67a6;
        stroke-width: 2.4;
        stroke-linecap: round;
    }

    /* ### Small menu */

    .header-small-menu {
        margin-right: -15px;
    }

    .header-small-menu .menu {
        justify-content: flex-end;
    }

    .header-small-menu a {
        display: block;
        padding: 10px 15px;
        font-size: 14px;
    }

    .header-small-menu a:hover {
        text-decoration: underline;
    }

    .header-small-menu .sub-menu {
        display: none;
    }
}

@media screen and (min-width: 981px) and (max-width: 1140px) {
    .header-bottom>div.header-menu {
        order: 6;
        flex: unset;
        margin-right: 0;
        width: 100%;
    }
}

/* ## Mobile menu */

.mobile-menu-button,
#mobile-menu-toggle {
    display: none;
}

@media screen and (max-width: 980px) {

    .header-menu {
        order: 6;
        margin-left: 15px;
    }

    .children-menu,
    .header-bottom .primary-menu-wrap {
        display: none;
    }

    .mobile-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #e31e25;
        border-radius: 10px;
        transition: 0.3s;
        cursor: pointer;
    }

    .mobile-menu-button span {
        position: relative;
    }

    .mobile-menu-button span,
    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        width: 20px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        content: "";
        position: absolute;
    }

    .mobile-menu-button span:before {
        top: -8px;
    }

    .mobile-menu-button span:after {
        top: 8px;
    }

    .header-menu .primary-menu-wrap {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        padding-top: 45px;
        width: 320px;
        font-size: 1em;
        color: #e2e2e2;
        background-color: #303030;
        box-shadow: 0px 0px 29px 0px rgba(104, 136, 209, 0.16);
        transition: -webkit-transform 0.35s ease-out;
        transition: transform 0.35s ease-out;
        transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
        transform: translate3d(-400px, 0, 0);
        overflow-y: scroll;
    }

    .header-menu .primary-menu-wrap ul {
        display: block;
        line-height: 1;
    }

    .header-menu .primary-menu-wrap li {
        position: relative;
        border-top: 1px solid #4d4d4d;
    }

    .header-menu .primary-menu {
        border-bottom: 1px solid #4d4d4d;
    }

    .header-menu .primary-menu>.menu-item {
        display: none;
    }

    .header-menu .primary-menu>.menu>li:first-child {
        border-top: 0;
    }

    .header-menu .primary-menu-wrap .menu-item-wrap a,
    .header-menu .primary-menu-wrap li a {
        display: flex;
        padding: 20px 15px;
        color: #e2e2e2;
    }

    .header-menu .primary-menu a.calculator-link {
        padding: 0;
        color: #fff;
    }

    .header-menu .primary-menu-wrap .sub-menu {
        display: none;
        padding: 0;
        list-style: none;
    }

    .header-menu .primary-menu-wrap .sub-menu li {
        text-transform: none;
    }

    .header-menu .primary-menu-wrap .sub-menu li a {
        align-items: center;
        padding-left: 40px;
    }

    .header-menu .primary-menu-wrap .sub-menu li a:before {
        content: "";
        flex-shrink: 0;
        margin-right: 10px;
        width: 3px;
        height: 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFAQMAAAC6v8ThAAAABlBMVEVHcEwAmqjMic0bAAAAAXRSTlMAQObYZgAAABBJREFUeNpjaGA4wPAAiBsAEOoDYca3kSkAAAAASUVORK5CYII=);
        filter: grayscale(100%);
        opacity: 0.8;
        background-position: center;
        background-repeat: no-repeat;
    }

    #mobile-menu-toggle:checked~.primary-menu-wrap {
        transform: translate3d(0, 0, 0);
    }

    .header-menu .primary-menu-wrap .cross {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 100;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }

    .header-menu .primary-menu-wrap .cross:before,
    .header-menu .primary-menu-wrap .cross:after {
        height: 30px;
        background-color: #fff;
    }

    body.mobile-menu-active {
        overflow: hidden;
    }

    /* ## Menu toggle */
    .site-header .toggle {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 57px;
        background-color: rgba(255, 255, 255, 0.09);
        cursor: pointer;
    }

    .site-header .toggle svg {
        display: none;
    }

    .site-header .toggle:hover {
        background-color: rgba(255, 255, 255, 0.13);
    }

    .site-header .toggle:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGcgaWQ9Il94MzFfMF8zNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA0LjUwMSwxMzQuNzgyYy05Ljk5OS0xMC4wNS0yNi4yMjItMTAuMDUtMzYuMjIxLDBMMzA2LjAxNCw0MjIuNTU4TDQzLjcyMSwxMzQuNzgyICAgICBjLTkuOTk5LTEwLjA1LTI2LjIyMy0xMC4wNS0zNi4yMjIsMHMtOS45OTksMjYuMzUsMCwzNi4zOTlsMjc5LjEwMywzMDYuMjQxYzUuMzMxLDUuMzU3LDEyLjQyMiw3LjY1MiwxOS4zODYsNy4yOTYgICAgIGM2Ljk4OCwwLjM1NiwxNC4wNTUtMS45MzksMTkuMzg2LTcuMjk2bDI3OS4xMjgtMzA2LjI2OEM2MTQuNSwxNjEuMTA2LDYxNC41LDE0NC44MzIsNjA0LjUwMSwxMzQuNzgyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        opacity: .5;
        transition: .3s;
    }

    .site-header .toggle:hover:before {
        opacity: .8;
    }

    .site-header .toggle.active:before {
        transform: scale(-1);
    }

    .parent-menu-item:not(.has-children) .toggle {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .primary-menu-wrap {
        padding-bottom: 20px;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Front page
--------------------------------------------------------------*/

.content-wrap {
    position: relative;
    margin-top: 50px;
}

.main-block {
    position: relative;
}

.main-block:not(:last-child) {
    margin-bottom: 70px;
}

.main-block h2 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.3;
}

.main-block header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.main-block header h2 {
    margin-bottom: 0;
}

.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.item {
    color: #000;
}

.item-image,
.image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.item-image img,
.image-wrap img,
.item-image picture,
.image-wrap picture {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 980px) {
    .main-block header {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .main-block header h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .main-block:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .main-block h2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ## Top categories */

.categories h1 {
    margin-right: 40px;
    max-width: 630px;
    font-size: 30px;
    line-height: 1.3;
}

.categories h1 span {
    padding: 0 10px 3px;
    color: #e31e25;
    border: 1px solid #e31e25;
    border-radius: 20px;
}

.button-load {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    width: 356px;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #14529f;
    line-height: 1.3;
    border: 1px solid #3c86c8;
    border-radius: 15px;
}

.button-load:hover {
    color: #fff;
    background-color: #14529f;
}

.button-load svg {
    margin-right: 20px;
    fill: #14529f;
    transition: .3s;
}

.button-load:hover svg {
    fill: #fff;
}

@media screen and (max-width: 980px) {
    .categories h1 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .button-load {
        width: auto;
    }
}

/* ### Categories list */

.categories-list {
    display: grid;
    grid-template-columns: minmax(250px, 295px) 1fr;
    gap: 30px;
}

.categories-list .group-1 {
    grid-row: span 2;
}

.categories-list .group-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 265px)) minmax(300px, 1fr);
    gap: 30px;
}

.categories-list .group-3 {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) repeat(2, minmax(200px, 265px));
    gap: 30px;
}

.categories-list .item {
    align-items: center;
}

.categories-list .group-1 .item {
    height: 100%;
}

.categories-list .group-2 .item,
.categories-list .group-3 .item {
    height: 200px;
}

.categories-list .item-image {
    height: 100%;
    width: 100%;
    border-radius: 30px;
}

.categories-list .h5 {
    position: absolute;
    bottom: 20px;
    padding: 11px 30px;
    width: calc(100% - 40px);
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    transition: .3s;
}

.categories-list .group-2 .h5,
.categories-list .group-3 .h5 {
    padding: 14px 30px;
    font-size: 16px;
}

.categories-list .item:hover .h5 {
    color: #fff;
    background-color: #2e67a6;
}

@media screen and (max-width: 1140px) {
    .categories-list {
        grid-template-columns: minmax(250px, 1fr);
    }

    .categories-list .group-1 {
        grid-row: unset;
    }

    .categories-list .group-1 .item-image {
        height: 335px;
        width: 100%;
    }

    .categories-list .group-2,
    .categories-list .group-3 {
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    }
}

@media screen and (max-width: 480px) {
    .categories-list .group-1 .item-image {
        height: 250px;
    }
}

/* ## Counters */

.counters-wrap.main-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-left: -70px;
    margin-right: -70px;
}

.counters-wrap .counter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 70px;
    padding-right: 70px;
}

.counters-wrap .counter-wrap:not(:last-child) {
    border-right: 1px solid #d8e4e6;
}

.counters-wrap .counter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.counters-wrap .counter .num {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Ruberoid', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.counters-wrap .counter .text {
    min-width: 230px;
    font-size: 14px;
    line-height: 1.43;
}

.counters-wrap .counter span {
    margin-right: 10px;
    margin-top: 10px;
    font-size: 30px;
}

.counters-wrap .counter .icon {
    position: relative;
    right: 15px;
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #e31e25;
    border-radius: 50%;
}

.counters-wrap .counter .icon svg {
    fill: #fff;
}

@media screen and (max-width: 1240px) {
    .counters-wrap.main-block {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        gap: 40px 0;
    }
}

@media screen and (max-width: 980px) {
    .counters-wrap.main-block {
        margin-left: 0;
        margin-right: 0;
    }

    .counters-wrap .counter {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 728px) {
    .counters-wrap .counter .num {
        font-size: 46px;
    }

    .counters-wrap .counter:not(:last-child) {
        border-right: unset;
    }
}

@media screen and (max-width: 640px) {
    .counters-wrap .counter {
        padding-left: 0;
        padding-right: 0;
    }

    .counters-wrap .counter .num {
        font-size: 36px;
    }
}

/* ## Availability */

.availability-columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 10px 50px;
}

.availability-columns .column {
    display: flex;
    flex-direction: column;
}

.availability-columns .item {
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    background-color: #f3f6f9;
    border-radius: 10px;
}

.availability-columns .item:not(:last-child) {
    margin-bottom: 10px;
}

.availability-columns .item:hover {
    color: #fff;
    background-color: #2e67a6;
}

/* ## Blocks */

.blocks.main-block {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(500px, 625px);
    gap: 50px 75px;
}

@media screen and (max-width: 1140px) {
    .blocks.main-block {
        grid-template-columns: minmax(250px, 1fr);
    }
}

/* ### Blocks left */

.blocks .left {
    display: flex;
    flex-direction: column;
}

.blocks .left picture {
    margin-bottom: 45px;
    width: 100%;
    height: 130px;
    border-radius: 2px 40px 40px 40px;
}

.blocks .left h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    font-size: 35px;
}

.blocks .left h2 span {
    font-size: 20px;
    font-weight: 300;
}

.blocks .left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blocks .left ul li {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
}

.blocks .left ul li:not(:last-child) {
    margin-bottom: 20px;
}

.blocks .left ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    border: 2px solid #2e67a6;
    border-radius: 50%;
}

/* ### Blocks right */

.blocks .right {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 45px 40px;
    background-color: #f3f6f9;
    border-radius: 50px 2px 50px 50px;
}

.blocks .right h2 {
    margin-bottom: 30px;
}

.blocks .right h2 span {
    padding: 0 10px 3px;
    color: #e31e25;
    border: 1px solid #e31e25;
    border-radius: 20px;
}

@media screen and (max-width: 640px) {
    .blocks .right {
        margin-left: -40px;
        margin-right: -40px;
    }
}

/* ## Certificates */

.certificates.main-block {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(46, 103, 166) 0%, rgb(60, 134, 200) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(46, 103, 166) 0%, rgb(60, 134, 200) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(46, 103, 166) 0%, rgb(60, 134, 200) 100%);
    border-radius: 30px;
}

.certificates h2 {
    margin-bottom: 0;
    max-width: 315px;
    font-size: 18px;
}

.certificates .counter {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    margin-left: 35px;
    margin-right: 40px;
    max-width: 300px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.certificates .counter .num {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Ruberoid', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.certificates .counter .text {
    font-size: 14px;
    line-height: 1.43;
}

.certificates .certificates-list {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    width: calc(100% - 315px - 300px - 80px);
}

.certificates .certificates-list .swiper {
    width: 100%;
}

.certificates .swiper-nav {
    position: absolute;
    left: -5px;
    width: calc(100% + 10px);
}

.certificates .swiper-nav>div {
    width: 30px;
}

.certificates .image-wrap {
    height: 160px;
    border-radius: 20px;
}

.certificates .image-wrap img {
    object-fit: contain;
}

.certificates .splide__arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    opacity: 1;
    transition: .3s;
}

.certificates .splide__arrow--prev {
    left: -5px;
}

.certificates .splide__arrow--next {
    right: -5px;
}

.certificates .splide__arrow svg {
    width: 10px;
    height: 38px;
}

.certificates .splide__arrow--prev svg {
    transform: none;
}

@media screen and (max-width: 1240px) {
    .certificates.main-block {
        flex-wrap: wrap;
    }

    .certificates .certificates-list {
        margin-top: 30px;
        width: 100%;
    }

    .certificates .counter {
        flex: 1;
    }
}

@media screen and (max-width: 800px) {
    .certificates.main-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .certificates .counter {
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        max-width: unset;
        border-left: unset;
    }
}

@media screen and (max-width: 640px) {
    .certificates.main-block {
        margin-left: -30px;
        margin-right: -30px;
    }
}

/* ## SEO */

.seo h2 {
    font-size: 40px;
}

/*-----------------------------------------------------------
# Popup forms
--------------------------------------------------------------*/

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.popup-wrap.active {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0s;
    overflow-x: hidden;
    overflow-y: auto;
}

.no-scroll {
    overflow: hidden;
}

.popup-wrap .popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.popup-wrap.active .popup-overlay {
    z-index: 99;
    visibility: visible;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.popup-inner {
    position: relative;
    z-index: 999;
}

.popup-inner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-wrap .cross {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup-wrap .cross:before,
.popup-wrap .cross:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #c4160f;
}

.popup-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.popup-form .product-form {
    width: 700px;
}

.popup-form p:not(:last-of-type) {
    margin-bottom: 15px;
}

.popup-form textarea {
    height: 150px;
}

@media screen and (max-width: 800px) {
    .popup-wrap {
        align-items: start;
    }
}

@media screen and (max-width: 640px) {
    .popup-inner {
        width: 100%;
    }
}

@media screen and (max-height: 700px) {
    .popup-wrap {
        align-items: start;
    }
}

/* ### Form general */

.popup-form form>div:not(:last-child) {
    margin-bottom: 15px;
}

.form-row {
    display: flex;
}

.form-row:not(:last-child) {
    margin-bottom: 20px;
}

.row-columns>*,
.form-row:only-child>* {
    flex: 1;
}

.row-columns>*:not(:last-child) {
    margin-right: 25px;
}

.form-silence {
    display: none;
}

.popup-form button {
    width: 250px;
    font-size: 17px;
}

@media screen and (max-width: 640px) {
    .form-row {
        flex-direction: column;
    }

    .row-columns>div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .row-small>div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .popup-form button {
        width: 100%;
    }
}

/* ### Form info */

.form-info {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.56;
}

.form-info.success,
.form-info.error {
    display: flex;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
}

.form-info.success {
    background-color: #329847;
}

.form-info.error {
    background-color: #d90027;
}

/* ## Contact form popup */

.contact-form-popup .popup-inner {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 650px;
    background-color: #f3f6f9;
    border-radius: 50px;
}

.contact-form-popup .cross {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}

.contact-form-popup .cross:before,
.contact-form-popup .cross:after {
    background-color: #de776e;
}

.contact-form-wrap .form-wrap {
    display: flex;
    flex-direction: column;
}

.contact-form-wrap>.h3 {
    margin-bottom: 40px;
}

.contact-form-wrap>.h3 span {
    padding: 0 10px 3px;
    color: #e31e25;
    border: 1px solid #e31e25;
    border-radius: 20px;
}

.contact-form-wrap>.h3~.subheading {
    margin-bottom: 25px;
    margin-top: -15px;
    font-size: 15px;
    line-height: 1.3;
}

.contact-form-popup .form-wrap form {
    display: flex;
    flex-direction: column;
}

.contact-form-wrap .form-wrap form button {
    width: 340px;
    font-size: 17px;
}

@media screen and (max-width: 980px) {
    .contact-form-popup .popup-inner {
        padding: 40px 30px 30px;
    }

    .contact-form-wrap .form-wrap form button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .contact-form-wrap>.h3 {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .contact-form-wrap input[type="tel"] {
        height: auto;
    }
}

@media screen and (max-height: 840px) {
    .contact-form-wrap picture {
        display: none;
    }

    .contact-form-wrap>.h3 {
        margin-bottom: 25px;
    }

    .contact-form-wrap .info-block {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media screen and (max-height: 475px) {
    .contact-form-wrap .info-block {
        display: none;
    }
}

/* ## Call form */

.call-form button {
    margin-top: 25px;
    padding: 15px 30px;
    width: 260px;
    border-radius: 10px;
}

@media screen and (max-width: 640px) {
    .call-form button {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Loaders
--------------------------------------------------------------*/

.form--js {
    position: relative;
}

.form--js~.button-load--js {
    display: none;
    margin-top: 20px;
}

.loader {
    --size: 6px;
    --width: 64px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.loader-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(240, 245, 249, 0.5);
    border-radius: 50px;
}

.loader:after {
    content: '';
    position: absolute;
    top: calc(50% - var(--width) / 2);
    left: calc(50% - var(--width) / 2);
    display: block;
    width: var(--width);
    height: var(--width);
    margin: 8px;
    border-radius: 50%;
    border: var(--size) solid #2e67a6;
    border-color: #2e67a6 transparent #2e67a6 transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    display: flex;
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: #f3f6f9;
}

@media screen and (max-width: 1140px) {
    .site-footer {
        flex-direction: column;
    }
}

/* ## Footer block */

.footer-block:not(:last-child) {
    margin-right: 10px;
}

.footer-block:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1.3;
}

.footer-block:nth-child(2) {
    flex: 1;
}

.footer-block:nth-child(3) {
    flex: 2;
}

.footer-block .button {
    margin-top: 20px;
    height: 50px;
}

@media screen and (max-width: 1140px) {
    .footer-block:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

/* ## Footer block 1 */

.footer-block .logo {
    margin-bottom: 20px;
}

.footer-block .copyright {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.4;
}

.footer-block .call-wrap {
    align-items: flex-start;
}

/* ## Footer menu */

.footer-menu .h3 {
    margin-bottom: 25px;
}

.footer-menu .menu {
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.footer-menu .menu li {
    display: flex;
    margin-bottom: 5px;
    width: 48%;
}

.footer-menu .menu a,
.footer-menu .menu span {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

.footer-menu .menu a:hover {
    text-decoration: underline;
}

/* ## Scroll to top */

#scroll-button {
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 1099;
    display: flex;
    flex-direction: column;
    width: 35px;
    text-align: center;
}

#scroll-button_up {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
    background-color: #e31e25;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}

#scroll-button_up svg {
    width: 30px;
    height: 13px;
}

@media screen and (max-width: 800px) {
    #scroll-button {
        display: none;
    }
	

}
