/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
    -webkit-text-size-adjust: 100%;
}

/* 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 {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 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;
    font-size: 1em;
}

/* 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;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * 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;
    font-size: 1em;
}

/**
 * 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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    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 {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * 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"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * 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;
    outline-offset: -2px;
}

/**
 * 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;
    font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Geologica', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
    font-family: 'Geologica', sans-serif;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {}

a:hover,
a:focus,
a:active {}

a:focus {}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
    margin-top: 26px;
    position: relative;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.site-header a:hover {
    color: #ff5900;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]::after {
        content: " ("attr(href) ")";
    }

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

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

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

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

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

.menu-toggle {}

.menu-menu-1-container {}

.menu {}

.nav-menu {}

.menu-item {
    /* padding: 18px 0px 18px 0px; */
}

.menu-item-type-custom {}

.menu-item-object-custom {}

.current-menu-item {}

.current_page_item {}

.menu-item-home {}

.menu-item-home a {
    width: 268px;
    height: 76px;
    background-image: url('../img/logo.svg');
    font-size: 0;
}

.site-header__bg {
    border-radius: 30px;
    background: #202020;
    padding: 30px 40px;
}

.site-header {
    padding-top: 13px;
    position: relative;
    z-index: 1;
}

.site-header__bg {}

.site-header__top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.site-header__logo {
    margin-right: auto;
}

.site-header-logo__link {}

.site-header-logo__link {
    justify-self: flex-start;
}

.site-header-logo__img {}

.site-header__phone {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-size: 16px;
    background-image: url(../img/site-header__phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    text-decoration: none;
    white-space: nowrap;
}

.site-header__phone:hover {
    background-image: url(../img/site-header__phone--hover.svg);
}

.site-header__mail {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.site-header__big-button {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: #FF5900;
    border: 0;
    height: 51px;
    background-image: url(../img/site-header__phone.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 32px) center;
    padding-right: 64px;
    padding-left: 32px;
    cursor: pointer;
}

.site-header__big-button:hover {
    background-color: #EFF0F9;
    color: #2C2C2C;
    background-image: url(../img/site-header__phone--hover-grey.svg);
}

.menu-toggle {}

.menu-menu-1-container {}

.menu {}

.nav-menu {}

.menu-item {}

.current-menu-item {}

.first-section {
    padding-top: 26px;
}

.first-section__bg {
    border-radius: 30px;
    background: #202020;
    padding: 87px 72px 206px 72px;
}

.first-section__title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    line-height: 1.25em;
}

.first-section__title span {
    font-size: 0px;
    font-style: normal;
    font-weight: 900;
    display: block;
    color: transparent;
    background-image: url('../img/zastavim.svg');
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 0px;
    margin-bottom: 29px;
    padding-top: 12.5%;
}

.first-section__text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-right: 80px;
    padding-top: 29px;
}

.first-section__button {
    padding-top: 61px;
}

.first-section-button {}

.first-section-button__link {
    position: relative;
    padding-right: 126px;
    display: inline-block;
}


.first-section-button__link span {
    min-height: 60px;
    padding: 18px 28px;
    border-radius: 10px;
    background: #FF5900;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
}

.first-section-button__link:hover span{
    background-color: #EFF0F9;
    color: #2C2C2C;
}


.first-section-button__link:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #FF5900;
    height: 60px;
    width: 100px;
    top: 0px;
    right: 0px;
    background-image: url('../img/first-section-button__link-after.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.first-section__image {
    border-radius: 30px;
    border: 2px solid #FFF;
    overflow: hidden;
    margin-left: -9px;
    margin-right: -13px;
    font-size: 0;
    position: absolute;
}

.first-section-image {}

.first-section-image__img {
    width: 100%;
    height: 100%;
}

.first-section__text-col {}

.first-section__bg-2 {
    margin-top: -100px;
    margin-left: 70px;
    margin-right: 70px;
    padding: 40px 40px 53px 40px;
}

.first-section-bg-2 {
    border-radius: 30px;
    background: #EFF0F9;
}

.first-section-bg-2__title {
    color: #2C2C2C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.first-section-bg-2__text {
    color: #2C2C2C;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 20px;
    max-width: 520px;
}

.first-section__image-col {
    position: relative;
    display: flex;
    justify-content: center;
}

.reshaem-section {
    padding-top: 197px;
}

.reshaem-section__bg {
    border-radius: 30px;
    background: #EFF0F9;
    padding: 60px 80px;
}

.reshaem-section__text-col {
   
    padding-right: 20px;
}

@media (min-width: 991px) {
    .reshaem-section__text-col {
         width: 31%;
    }
}

.reshaem-section__title {
    color: #2C2C2C;
    /* h2 */
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reshaem-section__text {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
    padding-right: 40px;
}

.reshaem-section__vremya {
    color: #FFF;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    border-radius: 0px 10px 10px 0px;
    background: #FF5900;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -80px;
    padding-left: 80px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.reshaem-section__table-col {}

.reshaem-section__table {}

.reshaem-section-table {
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reshaem-section-table li {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    background: #FFF;
    width: calc(50% - 15px);
    padding: 20px 27px 20px 40px;
    display: flex;
    align-items: center;
    min-height: 90px;
    margin-bottom: 38px;
}

.reshaem-section__bg-2 {}

.reshaem-section-bg-2 {
    border-radius: 30px;
    background: #2C2C2C;
    margin: -66px 69px 0px 69px;
    padding: 30px 43px;
}

.reshaem-section-bg-2__title {
    color: #FFF;
    font-family: Geologica;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.reshaem-section-bg-2__text {
    color: #FFF;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-right: 90px;
}

.reshaem-section-bg-2__button {
    border-radius: 10px;
    background: #FF5900;
    border: 0;
    color: #FFF;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 18px;
    cursor: pointer;
}

.reshaem-section-bg-2__button:hover{
    background: #EFF0F9;
    color: #2C2C2C;
}

.section-uslugi {
    margin-top: 200px;
}

.section-uslugi__bg {
    border-radius: 30px;
    background: #FF5900;
    padding: 60px 60px 114px 60px;
}

.section-uslugi__title {
    color: #FFF;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 450px;
}

.section-uslugi-title-span {
    padding: 0 26px 0 26px;
    display: inline-block;
    position: relative;
}

.section-uslugi-title-span:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    background: #2C2C2C;
    top: 3px;
    left: -2px;
}

.section-uslugi__list {
    display: flex;
    gap: 30px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.section-uslugi__list li {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    min-height: 90px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    background: #FFF;
    min-width: 31%;
    width: 31%;
    flex-grow: 1;
    word-break: break-word;
    cursor: pointer;
}

.section-uslugi__list li:hover{
    background: #2C2C2C;
    color: #FFF;
    border: 1px solid #2C2C2C;
}

.section-uslugi-title-span__text {
    position: relative;
    z-index: 1;
}

.section-uslugi__bg-2 {}

.section-uslugi-bg-2 {
    border-radius: 30px;
    background: #EFF0F9;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 25px 50px;
    gap: 40px;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}

.section-uslugi-bg-2__text {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 38%;
}

.section-uslugi-bg-2__price {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 100px;
    border: 1px solid #2C2C2C;
    padding: 15px 48px;
    white-space: nowrap;
}

.section-uslugi-bg-2__price span {
    font-weight: bold;
}

.section-uslugi-bg-2__button {
    padding: 12px 28px;
    border: 0;
    border-radius: 10px;
    background: #FF5900;
    color: #FFF;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 17px 28px;
    display: block;
    width: 28%;
    cursor: pointer;
}


.section-uslugi-bg-2__button:hover{
    background: #f05400;
}

.section-cms {
    margin-top: 200px;
}

.section-cms__bg {
    border-radius: 30px;
    background: #F2F2F2;
    padding: 47px 80px 82px 80px;
}

.section-cms__title {}

.section-cms-title {
    color: #2C2C2C;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-cms__list {
    margin-top: 30px;
}

.section-cms-list {}

.section-cms-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-cms-list__image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.section-cms-list__img {
    width: 80px !important;
    height: auto;
}

.section-cms-list__text {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 31px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: calc(50% - 26px);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.owl-prev {
    left: -10px;
    background-image: url('../img/carousel-left-btn.svg') !important;
}

.owl-next {
    right: -10px;
    background-image: url('../img/carousel-right-btn.svg') !important;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: .3;
}

.section-prichiny {
    margin-top: 201px;
}

.section-prichiny__text {}

.section-prichiny-text {
    border-radius: 30px;
    background: #2C2C2C;
    min-height: 100%;
    padding: 40px 130px 40px 40px;
    background-image: url(../img/section-prichiny-text__text.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 61px) calc(100% - 40px);
}

.section-prichiny-text__title {
    color: #FF5900;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 100px;
    border: 1px solid #FF5900;
    display: inline-block;
    padding: 6px 30px;
}

.section-prichiny-text__title span {
    position: relative;
}

.section-prichiny-text__text {
    margin-top: 30px;
    position: relative;
}


.section-prichiny-text__text * {
    color: #FFF;
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.section-prichiny-image {
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-image: url(../img/section-prichiny-image__img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.section-prichiny-image__img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section-prichiny__list {
    margin-top: 46px;
    width: auto;
}

.section-prichiny-list {}

.section-prichiny-list__item {
    position: relative;
    padding-bottom: 57px;
    position: relative;
}

.section-prichiny-list__item h3 {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 11px;
}

.section-prichiny-list__icon {
    position: absolute;
    bottom: 0px;
    left: 24px;
    width: 111px !important;
    /* height: 100px; */
}

.section-prichiny-list .owl-stage-outer {
    width: calc(100% - 140px);
    margin: 0 auto;
}

.section-prichiny-list__item-bg {
    border-radius: 20px;
    background: #EFF0F9;
    min-height: 200px;
    padding: 32px 40px 60px;
    font-weight: 300;
    color: #2b2b2b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}


.section-prichiny-list .owl-prev,
.section-prichiny-list .owl-next {
    top: calc(50% - 58px);
}

.section-dorabotka {
    margin-top: 175px;
}

.section-dorabotka__title {
    border-radius: 30px;
    background: #FF5900;
    padding: 40px 40px;
    color: #FFF;
    text-align: center;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-dorabotka-title__span {
    border-radius: 25px;
    background: #2C2C2C;
    position: relative;
    padding: 0 34px;
    top: 4px;
    left: 16px;
}

.section-dorabotka-title__span span {
    position: relative;
    top: -4px;
}

.section-dorabotka {}

.section-dorabotka__title {}

.section-dorabotka-title {}

.section-dorabotka-title__span {}

.section-dorabotka__text-qustions {}

.section-dorabotka-text-qustions {
    border-radius: 20px;
    background: #EFF0F9;
    padding: 22px 48px 70px 41px;
    margin-top: 80px;
    min-height: calc(100% - 80px);
}

.section-dorabotka-text-qustions-items {}

.section-dorabotka-text-qustions-items li {
    color: #000;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: 1px solid #FF5900;
    padding: 14px 0px 4px 0px;
}

.section-dorabotka-text-qustions__answer {
    border-radius: 30px;
    background: #2C2C2C;
    color: #FFF;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 76px;
    padding: 40px 40px 50px 40px;
}

.section-dorabotka-text-qustions__answer span {
    color: #FF5900;
}

.section-dorabotka__rule {
    border-radius: 20px;
    background: #EFF0F9;
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 80px;
    padding: 37px 42px 50px 42px;
}

.section-dorabotka__image {
    margin-top: 30px;
}

.section-dorabotka-image {
    border-radius: 20px;
    overflow: hidden;
}

.section-dorabotka__title-black {}

.section-dorabotka-title-black {
    color: #FFF;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    background: linear-gradient(262deg, rgba(125, 125, 125, 0.20) 11.16%, rgba(98, 98, 98, 0.00) 56.31%), #2C2C2C;
    padding: 50px 112px 70px 80px;
    margin-top: 77px;
    position: relative;
}

.section-dorabotka-title-black:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 36px;
    right: 35px;
    background-image: url('../img/section-dorabotka-title-black.svg');
}

.section-dorabotka-image__img {
    width: 100%;
}

.section-dorabotka__col-first {
    width: 61%;
    flex: 0 0 auto;
}

ol.section-dorabotka__list {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 102px;
    padding: 15px 0px 25px 0px;
    font-size: 18px;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    gap: 30px;
    margin-top: 45px;
}

ol.section-dorabotka__list li {
    position: relative;
    margin: 0 0 0 0;
    padding: 25px 20px 25px 50px;
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 10px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
}

ol.section-dorabotka__list li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    left: -103px;
    color: #FFF;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #2C2C2C;
    text-align: center;
    line-height: 80px;
}

.bolshe-zayavok {
    border-radius: 30px;
    background-image: url('../img/bolshe-zayavok.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 56px;
    padding: 50px 81px 39px 81px;
}

.bolshe-zayavok__title {
    color: #FFF;
    font-family: Geologica;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    max-width: 700px;
    /* padding-right: 310px; */
}

.bolshe-zayavok__title b {
    font-weight: 500;
}

.bolshe-zayavok__text {
    color: #FFF;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.bolshe-zayavok__button {
    border-radius: 10px;
    background: #FF5900;
    border: 0;
    color: #FFF;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 28px;
    min-width: 300px;
    margin-left: 144px;
    position: relative;
    /* top: -10px; */
    padding: 18px 28px;
    cursor: pointer;
}



.bolshe-zayavok__button:hover{
    background: #EFF0F9;
    color: #2C2C2C;
}

.bolshe-zayavok__text-and-button {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.section-komanda {
    margin-top: 200px;
    background-image: url('../img/section-komanda.svg');
    background-repeat: repeat-x;
    background-position: calc(50% - -150px) calc(100% - 50px);
}

.section-komanda__title {
    color: #2C2C2C;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-komanda__items {
    margin-top: 50px;
}

.section-komanda__item {}

.section-komanda-item {
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    position: relative;
    height: 100%;
}

.section-komanda-item__photo {
    width: 100%;
}

.section-komanda-item__prof {
    background: #FF5900;
    padding: 7px;
    color: #FFF;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.section-komanda-item__name {
    color: #2C2C2C;
    text-align: center;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-right: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
    border-left: 1px solid #2C2C2C;
    padding: 7px;
}

.section-client {
    border-radius: 30px;
    background: #EFF0F9;
    margin-top: 198px;
    padding: 50px 80px 34px 80px;
}

.section-client__title {
    color: #2C2C2C;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 170px;
}

.section-client__list {}

.section-client-list {
    margin-top: 49px;
}

.section-client-list__item {}

.section-client-list-item {
    border-radius: 30px;
    background: #FFF;
    padding: 30px 40px 39px 40px;
}

.section-client-list-item__header {
    display: flex;
    justify-content: space-between;
}

.section-client-list-item__header h4 {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-client-list-item__company {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 5px;
}

.section-client-list-item__photo {}

.section-client-list-item__text {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    padding-top: 30px;
}

.section-client-list-item__photo img {
    border-radius: 80px;
    width: 80px !important;
    height: 80px;
}

.section-client-list-item__name-and-company {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-client-list .owl-prev,
.section-client-list .owl-next {
    top: -90px;
    border-radius: 5px;
    background-color: #FF5900 !important;
    width: 70px;
    height: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.section-client-list .owl-prev:hover,
.section-client-list .owl-next:hover {
    background-color: #ea5200 !important;
}

.section-client-list .owl-prev {
    right: 90px !important;
    left: auto;
    background-image: url(../img/section-client-list-prev.svg) !important;
}

.section-client-list .owl-next {
    right: 0px;
    background-image: url(../img/section-client-list-next.svg) !important;
}

.section-questions {
    border-radius: 30px;
    background: #F2F2F2;
    padding: 50px 80px 63px 80px;
    margin-top: 200px;
}

.section-questions__title {
    color: #2C2C2C;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #2C2C2C;
    padding-bottom: 20px;
    position: relative;
}

.section-questions__title:after {
    content: '';
    height: 5px;
    width: 5px;
    background: #2C2C2C;
    position: absolute;
    bottom: -3px;
    left: 0px;
    border-radius: 50%;
}

.section-questions__list {}

.section-questions-list {}

.section-questions-list__item {}

.section-questions-list-item {
    padding: 29px 0px;
    border-bottom: 1px solid #B8B8B8;
    background-image: url('../img/section-questions-list-item--closed.svg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    cursor: pointer;
}

.section-questions-list-item--open {
    background-image: url('../img/section-questions-list-item--open.svg');
}

.section-questions-list-item__title {
    color: #000;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.section-questions-list-item__answer {
    color: #000;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    display: none;
    padding-top: 10px;
}


.section-tz-forma {
    margin-top: 200px;
    background-image: url(../img/section-tz-forma-n.svg);
    background-repeat: repeat-x;
    background-position: calc(50% - -150px) calc(100% - 120px);
}

.section-tz-forma__bg {}

.section-tz-forma__title {
    color: #2C2C2C;
    text-align: center;
    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 460px;
    margin: 0 auto;
}

.section-tz-forma__text {
    color: #2C2C2C;
    text-align: center;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 570px;
    margin: 0 auto;
    margin-top: 10px;
}

.section-tz-forma__form {
    border-radius: 30px;
    background: #EFF0F9;
    padding: 50px 80px;
    margin-top: 50px;
}

.section-tz-forma__form-demo-text {
    min-height: 380px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #2C2C2C;
    text-align: center;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.section-map {
    margin-top: 200px;
}

.section-map__map {
    border-radius: 30px;
    overflow: hidden;
}


.section-contacts {
    margin-top: -92px;
    position: relative;
}

.section-contacts__bg {
    border-radius: 30px;
    background: #EFF0F9;
    display: flex;
    padding: 50px 80px 50px 80px;
    margin: 0 68px;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-contacts__title {
    color: #2C2C2C;

    /* h2 */
    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 33%;
    padding-right: 20px;
    padding-bottom: 1em;
}

.section-contacts__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-contacts-item__label {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    position: relative;
}

.section-contacts-item__text {
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 6px;
}

.section-contacts-item__text a {
    color: #2C2C2C;
    text-decoration: none;
}

.section-contacts-item:before {
    content: '';
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.section-contacts-item--adres:before {
    background-image: url('../img/section-contacts-item__label--adres.svg');
}

.section-contacts-item--time:before {
    background-image: url('../img/section-contacts-item__label--time.svg');
}

.section-contacts-item--phone:before {
    background-image: url('../img/section-contacts-item__label--phone.svg');
}

.section-contacts-item--mail:before {
    background-image: url('../img/section-contacts-item__label--mail.svg');
}

.section-contacts__item {
    padding-left: 38px;
    position: relative;
}


.site-footer {
    margin-top: 196px;
    padding-bottom: 60px;
}

.site-footer__bg {
    border-radius: 30px;
    background: #2C2C2C;
    padding: 59px 80px 36px 98px;
    color: #999;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.site-footer a{
    color: #999;
}

.site-footer__logo {
    margin-bottom: 25px;
    display: inline-block;
}

.site-footer p {
    margin-bottom: 20px;
}

.reshaem-section-bg-2__button-container{
    display: flex;
    align-items: center;
}

.section-uslugi__hidden-blocks{
    display: none;
}

.section-uslugi__hidden-block{

}

.section-uslugi__hidden-block{
    color: #000;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.section-uslugi__hidden-block h2{
    color: #2C2C2C;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.section-uslugi__hidden-block ul{margin-left: 1.2em;margin-top: 1em;}


.section-uslugi__hidden-block ul li{
    list-style-type: disc;
}

.section-uslugi__hidden-block ol li{
    list-style-type: decimal;
}


.section-uslugi__hidden-block li{
    margin-bottom: 1em;
}


.fancybox-close-small{
    background-image: url('../img/fancy-close.svg') !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    width: 33px;
    height: 33px;
    background-position: center center !important;
    right: 20px !important;
    top: 20px !important;
}


.site-header__wapp{
    height: 25px;
    width: 25px;
    min-width: 25px;
    display: inline-block;
    background-image: url(../img/site-header__wapp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}

.site-header__wapp:hover{
    background-image: url(../img/site-header__wapp--hover.svg);
}


