@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot?18fa7y');
    src: url('../fonts/icons/icomoon.eot?18fa7y#iefix') format('embedded-opentype'),
    url('../fonts/icons/icomoon.ttf?18fa7y') format('truetype'),
    url('../fonts/icons/icomoon.woff?18fa7y') format('woff'),
    url('../fonts/icons/icomoon.svg?18fa7y#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
    content: "\e900";
    color: #867f62;
}

.icon-face:before {
    content: "\e901";
}

.icon-fax:before {
    content: "\e902";
    color: #867f62;
}

.icon-insta:before {
    content: "\e903";
}

.icon-linkedin:before {
    content: "\e904";
}

.icon-map:before {
    content: "\e905";
    color: #867f62;
}

.icon-phone:before {
    content: "\e906";
    color: #867f62;
}

.icon-secretaire:before {
    content: "\e907";
    color: #867f62;
}

.icon-smartphone:before {
    content: "\e908";
    color: #867f62;
}

.icon-toque:before {
    content: "\e909";
    color: #867f62;
}

.icon-viber:before {
    content: "\e90a";
}

.icon-youtube:before {
    content: "\e90b";
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

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

body,
html {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #303030;
    background: #fff;
    overflow-x: hidden;
}

.wrap {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
span {
    display: inline-block;
}

img {
    display: block;
    max-width: 100%;
}

a {
    font-family: 'Roboto', sans-serif;
    color: #867f62;
    text-decoration: none;
}

.grey {
    background-color: #f3f9ff;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqi7j.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_D-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3D-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'icomoon';
    src: url('.../fonts/icons/icomoon.eot?273zel');
    src: url('../fonts/icons/icomoon.eot?273zel#iefix') format('embedded-opentype'), url('../fonts/icons/icomoon.ttf?273zel') format('truetype'), url('../fonts/icons/icomoon.woff?273zel') format('woff'), url('../fonts/icons/icomoon.svg?273zel#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Group-3:before {
    content: "\e900";
    color: #f8f8f8;
}

.icon-Vector-5:before {
    content: "\e901";
    color: #fff;
}

.icon-Vector-6:before {
    content: "\e902";
    color: #fff;
}

.icon-phone:before {
    content: "\e903";
    color: #f8f8f8;
}

.icon-Vector-7:before {
    content: "\e904";
    color: #fff;
}

.icon-Vector-8:before {
    content: "\e905";
    color: #fff;
}

.wrapper {
    width: 100%;
    max-width: 1160px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

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

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

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

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

.margin-right-100 {
    margin-right: 100px;
}

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

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

.pb100 {
    padding-bottom: 100px;
}

.center {
    text-align: center;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb100 {
    margin-bottom: 125px !important;
}

.pb200 {
    padding-bottom: 100px !important;
}

.price__item-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Belleza', sans-serif;
    font-size: 22px;
}

.price__item-title:first-child {
    margin-top: 0;
}

.header {
    background: #867f62;
    padding-top: 12px;
    padding-bottom: 13px;
}

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

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

.nav__item {
    margin-right: 30px;
}

.nav__item:last-child {
    margin-right: 0;
}

.nav__item a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}

.nav__item .header__contact {
    background-color: #fff;
    color: #867f62;
    padding: 10px 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
}

.open-nav {
    display: none;
}

.logo {
    width: 220px;
    text-align: center;
}

@media (max-width: 1000px) {
    .header {
        position: relative;
    }

    .nav__items {
        display: none;
    }

    .open-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        background: #fff;
        width: 100%;
        top: 75px;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .nav__item {
        margin-bottom: 0;
        margin-right: 0;
    }

    .nav__item:last-child {
        margin-bottom: 0;
    }

    .nav__item a {
        color: #444444;
        padding: 10px 20px;
        font-weight: bold;
    }

    .nav__item-search a {
        background-color: #867f62;
    }

    .nav__item-search a img {
        width: 20px;
        height: 20px;
    }

    .open-nav {
        display: block;
        width: 40px;
        height: 20px;
        border: 2px solid #fff;
        border-left: none;
        border-right: none;
        position: relative;
    }

    .open-nav::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 2px;
        width: 100%;
        background-color: #fff;
    }

    .logo {
        max-width: 240px;
    }
}

.promo {
    background: url(../img/bg/main.png) no-repeat bottom, #303030;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 170px;
    margin-bottom: 50px;
}

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

.promo__title {
    font-weight: bold;
    font-size: 46px;
    line-height: 56px;
    margin-top: 26px;
    margin-bottom: 52px;
    color: white;
    text-align: center;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.btn {
    font-size: 20px;
    line-height: 27px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #f68e4f;
    text-decoration: none;
    -webkit-box-shadow: 0px 15px 40px 6px rgba(255, 236, 222, 0.5);
    box-shadow: 0px 15px 40px 6px rgba(255, 236, 222, 0.5);
    text-align: center;
}

@media (max-width: 700px) {
    .promo {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-bottom: 25px;
    }
    .promo__title {
        font-size: 34px;
        line-height: 42px;
        margin: 5px 1px;
    }

    .btn {
        font-size: 18px;
    }
}

.section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.advantages {
    padding-bottom: 150px;
    background-color: #F4F4F4;
    position: relative;
}

.advantages::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    background: -webkit-linear-gradient(274deg, #f4f4f4 50%, #ffffff 50%);
    background: -o-linear-gradient(274deg, #f4f4f4 50%, #ffffff 50%);
    background: linear-gradient(176deg, #f4f4f4 50%, #ffffff 50%);
}

.advantages-ccm .advantages__item {
    max-width: 220px;
    margin-right: 11px;
}

.advantages-ccm .advantages__item:last-child {
    margin-right: 0;
}

.section__title {
    font-size: 36px;
    line-height: 44px;
    color: #504b38;
    text-align: center;
    margin-bottom: 50px;
}

.underline {
    position: relative;
    display: inline;
}

.underline b {
    position: relative;
    z-index: 10;
}

.underline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #f68e4f;
    bottom: 6px;
}

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

.advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    margin-right: 36px;
    text-align: center;
}

.advantages__item:last-child {
    margin-right: 0;
}

.advantages__item span {
    font-size: 21px;
    line-height: 26px;
    color: #867f62;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    padding-left: 18px;
    padding-right: 18px;
}

.icon {
    width: 93px;
    height: 100px;
    margin: .5em;
}

@media (max-width: 800px) {
    .advantages__items {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .advantages__item {
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .advantages__item:last-child {
        margin-bottom: 0;
    }

    .section__title {
        font-size: 30px;
        line-height: 42px;
    }

    .section {
        padding-bottom: 50px;
    }

    .advantages {
        padding-bottom: 130px;
    }

    .advantages__item .icon {
        width: 70px;
    }
}

.services {
    padding-top: 0;
}

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

.services__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.services__item {
    width: 100%;
    max-width: 366px;
    margin-right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.services__item:last-child {
    margin-right: 0;
}

.services__item-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    color: #504b38;
    text-align: center;
}
.services__item-title a {
    color: #867f62;
    text-decoration: none;
}
.services__item-text {
    text-align: center;
}

.services__btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.list-section .services__btn {
    margin-top: 35px;
}

@media (max-width: 770px) {
    .services__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .services__item {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .services__item:last-child {
        margin-bottom: 0;
    }
}

.management {
    padding-top: 0;
}

.management__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    margin-bottom: 50px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.management__item:last-child {
    margin-bottom: 0;
}

.management__left {
    width: 156px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 23px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.management__left span {
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.management__left-1 {
    background: #504b38;
}

.management__left-2 {
    background: #867f62;
}

.management__left-3 {
    background: #f68e4f;
}

.management__right {
    padding: 25px;
}

.management__title {
    font-size: 21px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    color: #504b38;
}

.management__text {
    margin-bottom: 10px;
}

.management__subtext {
    color: #444444;
    font-weight: bold;
}

@media (max-width: 530px) {
    .management {
        padding-bottom: 50px;
    }

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

    .management__left {
        width: 100%;
        padding: 30px;
        min-height: 105px;
    }
}

.icones img {
    margin: 0 auto;
    border-radius: 50%;
    background-color: #867f62;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 20px;
}

.management__left img {
    width: 130px;
    height: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 20px;
}

.reviews {
    padding-top: 0;
    padding-bottom: 0;
}

.reviews__items {
    position: relative;
}

.reviews__items .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    font-size: 0;
    background: none;
    outline: none;
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #E5E5E5;
}

.reviews__items .slick-arrow:hover {
    border: 3px solid #867f62;
}

.reviews__items .slick-next {
    right: -40px;
    border-left: none;
    border-bottom: none;
}

.reviews__items .slick-next:hover {
    border-left: none;
    border-bottom: none;
}

.reviews__items .slick-prev {
    left: -40px;
    border-right: none;
    border-top: none;
}

.reviews__items .slick-prev:hover {
    border-right: none;
    border-top: none;
}

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

.reviews__left {
    margin-right: 30px;
}

.reviews__title {
    font-size: 21px;
    line-height: 26px;
    color: #504b38;
    margin-bottom: 25px;
    font-weight: bold;
}

.reviews__text {
    margin-bottom: 10px;
}

.reviews__text a {
    color: #867f62;
    text-decoration: none;
    font-weight: 500;
}

.reviews__text:last-child {
    margin-bottom: 0;
}

.reviews__btn {
    margin-top: 50px;
}

.reviews__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 360px;
}

.reviews__name {
    text-align: right;
    margin-bottom: 10px;
}

.reviews__about {
    text-align: right;
}

.slick-dots {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.slick-dots li {
    margin-right: 20px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    display: block;
    width: 11px;
    height: 11px;
    background-color: #E5E5E5;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
}

.slick-dots .slick-active button {
    background-color: #867f62;
}

@media (max-width: 800px) {
    .reviews__item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 700px) {
    .reviews__item-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews__left {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .reviews__right {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.who {
    padding-top: 130px;
    padding-bottom: 130px;
    background: url(../img/bg/serv.png) no-repeat top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

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

.who__item {
    margin-right: 24px;
    width: 100%;
    max-width: 366px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.who__item:last-child {
    margin-right: 0;
}

.who__title {
    margin: 22px;
    padding: 0 32px;
    text-align: center;
    font-family: Montserrat;
    color: #504b38;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
}

.who__text {
    margin-bottom: 22px;
    padding: 0 32px;
    text-align: center;
}

.who__img {
    max-height: 185px;
    overflow: hidden;
}

@media (max-width: 830px) {
    .who__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .who__item {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .who__item:last-child {
        margin-bottom: 0;
    }
}

.tri {
    padding-top: 0;
}

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

.tri_item {
    background-color: #504b38;
    margin-right: 24px;
    width: 100%;
    max-width: 366px;
    padding-top: 37px;
    padding-bottom: 21px;
    padding-left: 32px;
    padding-right: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    position: relative;
}

.tri_item::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/tri/bg1.png);
    opacity: 0.1;
}

.tri_item:last-child {
    margin-right: 0;
}

.tri__title {
    margin-top: 27px;
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
}

@media (max-width: 780px) {
    .tri_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tri_item {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .tri_item:last-child {
        margin-bottom: 0;
    }
}

.help {
    background: url(../img/bg.jpg) no-repeat top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 154px;
    padding-bottom: 171px;
}

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

.help__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-family: Montserrat;
    margin-bottom: 17px;
}

.help__text {
    font-size: 26px;
    line-height: 32px;
    font-family: Montserrat;
    font-weight: bold;
    color: #fff;
}

.help-inside {
    padding-top: 150px;
    padding-bottom: 150px;
    background: url(../img/bg.jpg) no-repeat bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (max-width: 720px) {
    .help__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .help-inside {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(../img/bg.jpg) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .help__left {
        margin-bottom: 30px;
    }

    .help__text {
        font-size: 20px;
        line-height: 28px;
    }

    .help__title {
        font-size: 29px;
        line-height: 42px;
    }
}

.partners {
    padding-top: 70px;
}

.partners__items {
    -webkit-box-shadow: 0px 15px 25px rgba(196, 196, 196, 0.32);
    box-shadow: 0px 15px 25px rgba(196, 196, 196, 0.32);
    padding-bottom: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.partners__item {
    padding-top: 35px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners__left {
    margin-right: 80px;
}

.partners__logo {
    margin-bottom: 25px;
}

.partners__right {
    max-width: 450px;
}

.partners__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #867f62;
}

.partners__info-ab {
    margin-left: 27px;
}

.partners__person {
    font-family: Montserrat;
    color: #867f62;
}

.partners__rol {
    font-family: Montserrat;
}

.part__text {
    font-family: Montserrat;
}

@media (max-width: 1270px) {
    .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .partners__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
    }

    .partners__left {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .partners {
        padding-top: 20px;
    }
}

.contact {
    padding-top: 0px;
    padding-bottom: 100px;
}

.section__subtitle {
    margin-bottom: 15px;
}

.section__subtitle-l {
    margin-bottom: 50px;
}

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

.contact__form {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    padding: 60px 50px;
    background: #d7d2b9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.r {
    margin-right: 70px;
}
p {

}
.form__field-wrap {
    margin-bottom: 25px;
}
.form__field {
    border: 1px solid #867f62;
    outline: none;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    padding: 13px 15px;
    font-size: 18px;
    line-height: 26px;
}
.form__field-wrap .comments {
    font-style: italic;
    font-size: 14px;
    color: red;
}
.thanks {
    margin-top: 10px;
}

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

.contact__row .form__field {
    margin-right: 20px;
    width: 100%;
    max-width: 300px;
}

.contact__row .form__field:last-child {
    margin-right: 0;
}

.icon-contact {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.contact__btn {
    border: none;
}

.contact__title {
    color: #303030;
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    font-family: Montserrat;
    margin-bottom: 15px;
}

.contact__it {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #303030;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact__it a {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    margin-left: 5px;
}
.contact__it img {
    margin-right: 10px;
}
.contact__sc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    text-align: center;
}

.contact__sc img {
    margin-right: 15px;
}

.inside {
    background: url(../img/bn-honor.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-bottom: 50px;
}
.inside__comptn {
    background: url(../img/bn-comptn.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}

.inside__title {
    font-weight: bold;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-family: Montserrat;
}

.contact__page {
    padding-top: 10px;
    padding-bottom: 77px;
}

.hiddensvg {
    display: none;
}

@media (max-width: 1020px) {
    .contact__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact__form {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .contact__row .form__field {
        max-width: 500px;
    }

    .contact__sc {
        max-width: 400px;
        font-size: 20px;
    }
    .r {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    .contact__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact__row .form__field {
        margin-right: 0;
    }

    .contact__form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .inside {
        margin-bottom: 30px;
    }

    .inside__title {
        font-size: 32px;
        line-height: 42px;
    }

    .contact__page {
        padding-top: 10px;
    }
}
/*lawsite*/
a.btnIframMl {bottom: 34px; right: 78px; font-size: 19px; font-weight: 500; color: #1e3758; text-shadow: 2px 1px 2px rgba(255, 255, 255, 0.7); margin: auto; margin-right: 0; display: block; text-align: right; text-decoration: none;line-height: 1.6;}
a.btnIframMl span {font-size: 12px;position: relative;top: initial;line-height: 1;display: inline-flex;align-items: flex-start;}
a.btnIframMl span::before {background: url(https://avocat-etoile.fr/img/meetlaw.jpg) no-repeat;content: '';display: inline-block;width: 150px;height: 23px;position: relative;top: initial;background-size: contain;}
a.btnIframMl:hover{color: #1E3758;opacity: .7;}

.footer {
    color: #fff;
}

.footer__top {
    background: #867f62;
    padding-top: 35px;
    padding-bottom: 35px;
}

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

.footer__block {
    margin-right: 30px;
    width: 100%;
    max-width: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__block-f {
    max-width: 500px;
}

.footer__block:last-child {
    margin-right: 0;
}

.footer__logo {
    margin-bottom: 10px;
}

.footer__title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px;
}

.footer__link {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}

.footer__link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 9px;
    background: url(../img/icons/ar.svg) no-repeat center;
}

.footer__link:last-child {
    margin-bottom: 0;
}

.footer_cont {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
}

.footer_cont i {
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.footer_cont:last-child {
    margin-bottom: 0;
}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.footer__social a {
    text-decoration: none;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.footer__social a:last-child {
    margin-right: 0;
}

.footer__bottom {
    background: #504b38;
}

.copy {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
}

.copy a {
    color: #fff;
}

@media (max-width: 730px) {
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__block {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer__block:last-child {
        margin-bottom: 0;
    }
}

.about__info {
    padding-top: 100px;
}

.about__info-title {
    font-size: 18px;
    line-height: 21px;
    color: #303030;
    font-weight: bold;
}

.about__info-text {
    color: #303030;
}

.founders {
    padding-top: 100px;
}

.page__title {
    color: #504b38;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 50px;
}

.founders__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.founders__item:last-child {
    margin-bottom: 0;
}

.founders__item-img {
    width: 100%;
    max-width: 362px;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.founders__item-img img {
    height: 100%;
}

.founders__item-right {
    padding: 25px;
}

.founders__item-name {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}

.founders__item-role {
    font-family: Montserrat;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}

.founders__item-text {
    color: #303030;
    margin-bottom: 20px;
}

.founders__item-text:last-child {
    margin-bottom: 0;
}

.careers {
    margin-bottom: 100px;
}

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

.careers__items {
    margin-bottom: 100px;
}

.careers__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}

.careers__item .btn {
    font-size: 18px;
    line-height: 21px;
}

.careers__item:last-child {
    margin-bottom: 0;
}

.careers__item-info {
    padding: 40px 25px;
}

.careers__item-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}

.careers__item-rol {
    margin-bottom: 25px;
}

.careers__item-text {
    margin-bottom: 25px;
}

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

.careers-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

.tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */
}

@media (max-width: 1030px) {
    .founders__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .founders__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 360px;
    }
}

@media (max-width: 900px) {
    .careers__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .careers__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 360px;
    }

    .careers__item .careers__item-image {
        width: 100%;
    }

    .careers__item .careers__item-image img {
        width: 100%;
    }
}

.save {
    margin-top: 31px;
}

.save .wrapper {
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 25px 25px 5px rgba(159, 176, 217, 0.33);
    box-shadow: 0px 25px 25px 5px rgba(159, 176, 217, 0.33);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFECDE;
    padding-top: 35px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.save__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #504b38;
    margin-top: 15px;
    margin-bottom: 25px;
}

.save__subtitle {
    color: #444444;
    margin-bottom: 50px;
}

@media (max-width: 700px) {
    .save__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.select {
    padding-top: 100px;
}

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

.select__item-tab {
    text-align: center;
    background: #E5E5E5;
    margin-right: 5px;
    padding: 10px;
    font-family: Montserrat;
    font-weight: bold;
    cursor: pointer;
}

.select__item-tab:first-child {
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}

.select__item-tab:last-child {
    margin-right: 0;
}

.select__item-tab.active {
    background: #f68e4f;
    -webkit-box-shadow: -3px -3px 0 2pt #f68e4f;
    box-shadow: -3px -3px 0 2pt #f68e4f;
    color: #fff;
    position: relative;
}

.select__item-tab.active::before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 0px;
    height: 0px;
    border: 10px solid #f68e4f;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.select__item-content {
    -webkit-box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 5px 25px 5px rgba(107, 107, 107, 0.1);
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    padding: 50px;
    padding-top: 55px;
    padding-bottom: 94px;
}

.select__item-title {
    color: #504b38;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    font-family: Montserrat;
    margin-bottom: 25px;
}

.select__item-text {
    margin-bottom: 15px;
}

.select__item-text:last-child {
    margin-bottom: 0;
}

.select__item-list {
    margin-top: 30px;
}

.select__item-list li {
    padding-left: 50px;
    margin-bottom: 15px;
    color: #444444;
    font-weight: bold;
    position: relative;
}

.select__item-list li::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 5px;
    width: 5px;
    height: 5px;
    border: 5px solid #867f62;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.select__item-list li:last-child {
    margin-bottom: 0;
}

.select-m {
    padding-bottom: 0;
}

@media (max-width: 700px) {
    .select {
        padding-top: 35px;
    }
    .select__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .select__item-tab {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .select__item-tab:last-child {
        margin-bottom: 0;
    }

    .select__item-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .select-m {
        padding-top: 20px;
    }
}

.tcm-promo {
    background: url(../img/bg/tcm.png) no-repeat center, #F4F4F4;
    -webkit-background-size: cover;
    background-size: cover;
}

.avocat-promo {
    background: url(../img/bn-cab.jpg) no-repeat center, #F4F4F4;
    -webkit-background-size: cover;
    background-size: cover;
}
.pen-promo {
    background: url(../img/bn-penal.jpg) no-repeat center, #F4F4F4;
    -webkit-background-size: cover;
    background-size: cover;
}
.cor-promo {
    background: url(../img/bn-corpo.jpg) no-repeat center, #F4F4F4;
    -webkit-background-size: cover;
    background-size: cover;
}
.med-promo {
    background: url(../img/bn-med.jpg) no-repeat center, #F4F4F4;
    -webkit-background-size: cover;
    background-size: cover;
}
.min-promo {
    background: url(../img/bn-mineur.jpg) no-repeat center, #F4F4F4;
    -webkit-background-size: cover;
    background-size: cover;
}
.divo-promo {
    background: url(../img/bn-divorce.jpg) no-repeat center, #9c9c9c;
    -webkit-background-size: cover;
    background-size: cover;
}
.fam-promo {
    background: url(../img/bn-fam.jpg) no-repeat center, #F4F4F4;
    -webkit-background-size: cover;
    background-size: cover;
}
.cir-promo {
    background: url(../img/bn-circu.jpg) no-repeat center, #F4F4F4;
    -webkit-background-size: cover;
    background-size: cover;
}

.care__list li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 10px;
}

.care__list li:last-child {
    margin-bottom: 0;
}

.care__list li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #867f62;
}

.management__left {
    position: relative;
}

.care-1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 52.95px;
    height: 75px;
    background: url(../img/care/1.svg) no-repeat center;
}

.care-2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background: url(../img/care/2.svg) no-repeat center;
}

.care-3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 62.8px;
    height: 75px;
    background: url(../img/care/3.svg) no-repeat center;
}

.improve {
    padding-bottom: 100px;
}

.improve__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.improve__item:last-child {
    margin-bottom: 0;
}

.improve__item-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.improve__item-left .improve__item-content {
    margin-left: 58px;
    margin-right: 0;
}

.improve__item-content {
    margin-right: 58px;
}

.improve__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    font-family: Montserrat;
    color: #504b38;
    margin-bottom: 15px;
}

.improve__text {
    margin-bottom: 15px;
}

.improve-list li {
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
}

.improve-list li::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 15px;
    width: 15px;
    height: 25px;
    background: url(../img/icons/arb.svg) no-repeat center;
}

.improve-list li:last-child {
    margin-bottom: 0;
}

.improve__item-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0px 15px 25px rgba(241, 207, 181, 0.5);
    box-shadow: 0px 15px 25px rgba(241, 207, 181, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 50%;
}

@media (max-width: 1000px) {
    .improve {
        padding-bottom: 35px;
    }
    .improve__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .improve__item-content {
        margin-right: 0;
        margin-left: 0 !important;
        margin-bottom: 30px;
    }

    .improve__item-img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        max-width: 96%;
    }
    .improve__title {
        font-size: 24px;
        line-height: 35px;
        font-family: Montserrat;
        color: #504b38;
        margin-bottom: 10px;
    }
}

.process {
    padding-bottom: 30px;
}

.process__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
}

.process__items:last-child {
    margin-bottom: 0;
}

.process__item {
    width: 100%;
    max-width: 265px;
    margin-right: 28px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 25px rgba(196, 196, 196, 0.32);
    box-shadow: 0px 15px 25px rgba(196, 196, 196, 0.32);
    padding: 32px;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

.process__item::before {
    content: '1';
    position: absolute;
    top: 50%;
    left: -33px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 250px;
    line-height: 305px;
    color: #E1EAFF;
    font-family: Montserrat;
}

.process__item:last-child {
    margin-right: 0;
}

.process__item-1::before {
    content: '1';
    left: -10px;
}

.process__item-2::before {
    content: '2';
}

.process__item-3::before {
    content: '3';
}

.process__item-4::before {
    content: '4';
}

.process__item-5::before {
    content: '5';
}

.process__item-6::before {
    content: '6';
    left: -30px;
}

.process__item-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.process__title {
    margin-top: 15px;
    font-size: 21px;
    line-height: 26px;
    color: #504b38;
    margin-bottom: 15px;
    font-family: Montserrat;
}

@media (max-width: 1000px) {
    .process__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .process__item {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 300px;
    }

    .process__item:last-child {
        margin-bottom: 0;
    }
}

.head {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.head__contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.head__link {
    font-size: 14px;
    margin-right: 15px;
    color: #4a4a4a;
    text-decoration: none;
    display: flex;
    align-items: flex-start;

}

.head__link img {
    margin-right: 5px;

}

.head__link:last-child {
    margin-right: 0px;
}

.aboutme {
    padding-top: 50px;
    padding-bottom: 80px;
}

.aboutme__wr {
    display: flex;
}

.aboutme_left {
    margin-right: 40px;
    max-width: 650px;

}

.aboutme__titile {
    margin-top: 20px;
    margin-bottom: 20px !important;
    text-align: left !important;
}

.aboutme__btn {
    margin-top: 30px;
}

.prom {
    padding-top: 10px;
    padding-bottom: 80px;
}

.c {
    color: red;
}


@media (max-width: 980px) {
    .head__contact {
        flex-wrap: wrap;
    }
    .head__link {
        margin-bottom: 5px;
    }
    .aboutme_left {
        max-width: 500px;
    }
    .prom {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}

@media (max-width: 800px) {
    .aboutme__wr {
        flex-direction: column-reverse;
        align-items: center;
    }
    .aboutme_left {
        max-width: 100%;
        margin-right: 0;
    }
    .aboutme__right {
        margin-bottom: 25px;
    }
    .aboutme {
        padding-top: 20px;
        padding-bottom: 50px;
    }

}


@media (max-width: 600px) {
    .head__contact {
        flex-direction: column;
        align-items: flex-end;
    }
    .head__link {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .head__link:last-child {
        margin-bottom: 0px;
    }
}


/*list-section start*/
.list-section {
    padding-bottom: 80px;
}
.list-section__wrapper {
    display: flex;
    justify-content: space-between;
}
.list-section__item {
    width: calc(33% - 15px);
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 25px 5px rgb(107 107 107 / 10%);
    box-shadow: 0px 5px 25px 5px rgb(107 107 107 / 10%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 10px 20px;
}
.list-section__icon {
    height: 100px;
    width: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #867f62;
    margin: 0 auto;
    margin-bottom: 15px;
}
.list-section__item h4 {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    color: #504b38;
    text-align: center;
    margin-bottom: 15px;
}
.list-section__text {
    margin-bottom: 10px;
    padding: 0 10px;
}
.list-section__text p {
    font-size: 18px;
    line-height: 25px;
    color: #303030;
}
.list-section__more {
    display: block;
    text-align: right;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #504b38;
}
.list-section__more-text {
    display: none;
    margin-top: 20px;
}

@media (max-width: 1160px) {
    .list-section__wrapper {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .list-section__item {
        width: calc(50% - 30px);
        max-width: 400px;
        margin-bottom: 30px;
        padding: 15px 20px;
    }
    .list-section__item:nth-last-child(1),
    .list-section__item:nth-last-child(2){
        margin-bottom: 0;
    }
}
@media (max-width: 850px) {
    .list-section__wrapper {
        justify-content: space-between;
    }
    .list-section__item {
        width: calc(50% - 15px);
        max-width: 366px;
    }
}
@media (max-width: 600px) {
    .list-section__wrapper {
        justify-content: center;
    }
    .list-section__item {
        width: 100%;
    }
    .list-section__item:nth-last-child(2) {
        margin-bottom: 30px;
    }
}
/*cookies*/
/*cookies*/
.simple-cookies,
.simple-cookies *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden{
    display: none!important;
}
.simple-cookies{
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
}
.simple-cookies.active{
    display: block;
}
.simple-cookies.bottom{
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
.simple-cookies .simple-cookies-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 20px 30px;
    margin: 15px auto;
    font-size: 12px;
    max-width: 800px;
    border-radius: 12px;
    background-color: #f7f7ff;
    box-shadow: rgba(51, 51, 153, 0.2) 0 0 20px;
    -webkit-animation: cookieShow 0.35s linear;
    -moz-animation: cookieShow 0.35s linear;
    animation: cookieShow 0.35s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.simple-cookies .simple-cookie-content{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.simple-cookies .simple-cookie-content a{
    text-decoration: none;
    color: #f68e4f;
}
.simple-cookies .simple-cookie-content a:hover{
    text-decoration: underline;
    color: #f68e4f;
}
.simple-cookies .simple-cookie-content h4{
    font-size: 15px;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 1.1;
}
.simple-cookies h4{
    color: inherit;
}
.simple-cookies .simple-cookie-content > div:first-child img{
    margin-right: 15px;
    max-width: 60px;
}
.simple-cookies .simple-cookie-buttons{
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.simple-cookies .simple-cookie-buttons .tap:not(:last-child){
    margin-right: 5px;
}
.simple-cookies .simple-cookie-buttons .tap:first-child{
    border-radius: 20px 10px 10px 20px;
}
.simple-cookies .simple-cookie-buttons .tap:last-child{
    border-radius: 10px 20px 20px 10px;
}
.simple-cookies a.tap{
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    line-height: 40px;
    color: #867f62;
    text-decoration: none;
    opacity: 1;
    text-align: center;
    min-width: 86px;
    background-color: transparent;
    border: 2px solid #867f62;
    border-radius: 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.simple-cookies a.tap:hover{
    color: #867f62;
    text-decoration: none;
    background-color: #fff9df;
}
.simple-cookies a.tap.allow {
    background: #867f62;
    color: #FFF;
}
.simple-cookies a.tap.allow:hover {
    background: #867f62;
    color: #FFF;
    box-shadow: 0 0 10px 0px #867f62;
}
.simple-cookies.light .simple-cookies-wrapper{
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .simple-cookies .simple-cookies-wrapper{
        display: block;
        margin: 0;
        text-align: center;
    }
    .simple-cookies.bottom .simple-cookies-wrapper {
        border-radius: 0;
    }
    .simple-cookies .simple-cookie-content{
        display: block;
        margin: 0;
    }
    .simple-cookies .simple-cookie-buttons{
        padding-left: 0;
        margin-top: 15px;
        justify-content: center;
    }
    .simple-cookies .simple-cookie-content h4{
        margin-top: 10px;
    }
    .simple-cookies a.tap{
        line-height: 38px;
        min-width: 110px;
    }
}
@-webkit-keyframes cookieShow {
    0%{
        opacity: 0.3;
        transform: scale(0.85);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes cookieShow {
    0%{
        opacity: 0.3;
        transform: scale(0.85);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes cookieShow {
    0%{
        opacity: 0.3;
        transform: scale(0.85);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
/*social*/
.head__contact-mobile{
    display: none;
}
@media(max-width: 768px){
    .head__contact{
        display: none;
    }
    .head__contact-mobile{
    display: flex;
    justify-content: space-around;
}
 .head__contact-mobile .column-one{
    margin-right: auto;
}
 .head__contact-mobile .column-two p{
    display: flex;
 }
}
@media(max-width: 375px){
   .head__contact-mobile .column-one{
    margin-right: 25px;
}  
}