/*!*******************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./js/fancybox/fancybox-4.css ***!
  \*******************************************************************************/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:4px}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:4px}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*!***********************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \***********************************************************************************************************/
@charset "UTF-8";
.button, .select-style {
  border-radius: 0px; }

@font-face {
  font-family: 'montserrat';
  src: url(../assets/Montserrat-ExtraLight.woff) format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url(../assets/Montserrat-Light.woff) format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url(../assets/Montserrat-Regular.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url(../assets/Montserrat-Italic.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'montserrat';
  src: url(../assets/Montserrat-SemiBold.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url(../assets/Montserrat-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url(../assets/Montserrat-ExtraBold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

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

a {
  outline: none !important; }

select {
  font-size: 12px;
  position: relative;
  outline: none;
  padding: 8px;
  color: #8C8C8C;
  border: 1px solid #F0F0F0;
  background: #fff;
  -moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
  -webkit-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
  box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F9F9F9; }

select:hover {
  cursor: pointer; }

input:focus,
textarea:focus {
  outline: none; }

*:focus {
  outline: none; }

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

.row {
  display: flex;
  flex-wrap: wrap; }
  .row_sb {
    justify-content: space-between; }
  .row_center {
    align-items: center; }
  .row_bl {
    align-items: baseline; }
  .row_ct {
    justify-content: center; }
  .row_fe {
    justify-content: flex-end; }
  .row_fs {
    justify-content: flex-start; }
  .row_cl {
    flex-direction: column; }

.row_simple {
  margin-right: -15px;
  margin-left: -15px; }

div[class*="col_"] {
  padding: 0 15px; }

@media screen and (max-width: 765px) {
  div[class*="col_"] {
    padding: 0 7.5px; }
  .row_simple {
    margin-right: -7.5px;
    margin-left: -7.5px; } }

.col_1 {
  width: 8.33333333%; }

.col_2 {
  width: 16.66666667%; }

.col_3 {
  width: 25%; }

.col_4 {
  width: 33.33333333%; }

.col_5 {
  width: 41.666667%; }

.col_6 {
  width: 50%; }

.col_7 {
  width: 58.33333333%; }

.col_8 {
  width: 66.66666667%; }

.col_9 {
  width: 75%; }

.col_10 {
  width: 83.33333333%; }

.col_12 {
  width: 100%; }

.col_15 {
  width: 20%; }

body, html {
  position: relative; }

mark {
  background: none; }

body, html, .form-control input[type='text'],
.form-control input[type='password'],
.form-control input[type='email'],
.form-control input[type='phone'],
.form-control input[type='number'],
.form-control textarea, .tarif-block__row {
  font-family: 'montserrat';
  font-weight: 300; }

body, html, .form-control input[type='text'],
.form-control input[type='password'],
.form-control input[type='email'],
.form-control input[type='phone'],
.form-control input[type='number'],
.form-control textarea, .tarif-block__row {
  font-size: 15px;
  color: #0e0e0e;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 50px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px; }

h2 {
  font-size: 2em;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600; }

h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600; }

h1, h2, h3, h4 {
  color: #0e0e0e; }
  h1.title_center, h2.title_center, h3.title_center, h4.title_center {
    text-align: center; }

.txt-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-rendering: optimizeLegibility; }
  .txt-content h1 {
    margin-bottom: 30px; }
  .txt-content h2, .txt-content h3, .txt-content h4 {
    margin-bottom: 15px;
    margin-top: 30px; }
  .txt-content p {
    margin-bottom: 15px;
    line-height: 22px; }
  .txt-content a {
    color: #0e0e0e;
    text-decoration: underline; }
  .txt-content ul {
    margin-bottom: 25px; }
    .txt-content ul li {
      position: relative;
      padding-bottom: 15px;
      padding-left: 30px; }
      .txt-content ul li:before {
        content: "— ";
        position: absolute;
        left: 0;
        top: -1px; }
  .txt-content table {
    width: 100%;
    margin-bottom: 30px; }
    .txt-content table thead tr th {
      font-weight: 600; }
    .txt-content table tbody tr td {
      border: 1px solid #ddd;
      padding: 6px; }

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

figure {
  margin-bottom: 30px;
  line-height: 0; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #0e0e0e;
  transition: .3s; }
  a:hover {
    opacity: .8; }

strong {
  font-weight: 600; }

.form-control input[type='text'],
.form-control input[type='password'],
.form-control input[type='email'],
.form-control input[type='phone'],
.form-control input[type='number'],
.form-control textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #E8E0D3;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin-bottom: 30px;
  color: #0e0e0e;
  background: #f7fbfb;
  margin: 0 auto 30px; }
  .form-control input[type='text']:focus,
  .form-control input[type='password']:focus,
  .form-control input[type='email']:focus,
  .form-control input[type='phone']:focus,
  .form-control input[type='number']:focus,
  .form-control textarea:focus {
    outline: none;
    background: #f0f7f8;
    border-color: #BDB5A8; }

.form-control .form-text {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 33px;
  max-width: 900px;
  margin: 60px auto 0; }

.form-control .form-header {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px; }

.form-control select {
  width: 100%;
  padding: 12px; }

::-webkit-input-placeholder {
  color: #635d53; }

::-moz-placeholder {
  color: #635d53; }

:-moz-placeholder {
  color: #635d53; }

:-ms-input-placeholder {
  color: #635d53; }

.testyou {
  display: none; }

.button {
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  transition: .3s;
  border: none; }
  .button:hover {
    opacity: 1; }
  .button_g {
    background: none;
    color: #0e0e0e;
    font-size: 1em;
    font-weight: 500;
    text-transform: none;
    border: 1px solid #BDB5A8;
    background: #BDB5A8;
    padding: 18px 35px; }
    .button_g:hover {
      opacity: 1;
      background: #000;
      border: 1px solid #fff;
      color: #fff; }
  .button_ct {
    margin: 0 auto;
    display: block; }
  .button_narrow {
    max-width: 200px; }
  .button_wide {
    width: 100%;
    max-width: 900px; }
  .button_mb {
    margin-bottom: 25px; }
  .button_mt {
    margin-top: 25px; }

.checkbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center; }
  .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
    margin: 10px 0 0 20px; }
  .checkbox .checkbox__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    line-height: 24px;
    padding-bottom: 2px; }
    .checkbox .checkbox__text a {
      font-weight: 500;
      text-decoration: underline;
      color: #444; }
    .checkbox .checkbox__text:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #444;
      transition: .2s; }
    .checkbox .checkbox__text:after {
      content: '';
      position: absolute;
      top: 6px;
      left: 3px;
      width: 12px;
      height: 12px;
      background: #444;
      transition: .2s;
      opacity: 0; }
  .checkbox input:checked + .checkbox__text:before {
    opacity: 1; }
  .checkbox input:checked + .checkbox__text:after {
    opacity: 1; }

.select-style {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .select-style select {
    position: relative;
    z-index: 30;
    min-width: 100px;
    background: #f7fbfb;
    padding: 16px 20px;
    border: 1px solid #E8E0D3;
    width: 100%;
    font-weight: 400 !important;
    color: #0e0e0e; }
    .select-style select option {
      font-weight: 400 !important;
      color: #0e0e0e; }
  .select-style:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    content: "\f107";
    height: 100%;
    width: 30px;
    position: absolute;
    right: 0;
    z-index: 40;
    line-height: 48px;
    pointer-events: none;
    background: #282828;
    color: #fff;
    text-align: center;
    opacity: 1; }
  .select-style__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px; }
  .select-style_catalog-results select {
    max-width: 100px; }

.owl_style {
  overflow: hidden;
  position: relative; }
  .owl_style .owl-item {
    display: inline-block; }
  .owl_style .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 60;
    width: 100%;
    text-align: center; }
    .owl_style .owl-dots.disabled {
      display: none; }
    .owl_style .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 1px;
      background: none;
      border-radius: 0px;
      border: none; }
      .owl_style .owl-dots .owl-dot span {
        display: block;
        height: 3px;
        width: 42px;
        background: #816f6b;
        cursor: pointer;
        transition: 0.5s; }
      .owl_style .owl-dots .owl-dot.active span, .owl_style .owl-dots .owl-dot:hover span {
        background: #BDB5A8; }
  .owl_style .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; }
    .owl_style .owl-nav.disabled {
      display: none; }
    .owl_style .owl-nav .owl-prev, .owl_style .owl-nav .owl-next {
      position: absolute;
      display: block;
      height: 35px;
      width: 35px;
      cursor: pointer;
      transition: 0.3s;
      border: 1px solid #fff;
      border-radius: 100px;
      color: #fff;
      background: none;
      text-align: center; }
      .owl_style .owl-nav .owl-prev:hover, .owl_style .owl-nav .owl-next:hover {
        cursor: pointer;
        opacity: 1;
        border-color: #282828;
        background: #282828;
        color: #fff; }
      .owl_style .owl-nav .owl-prev:before, .owl_style .owl-nav .owl-next:before {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
    .owl_style .owl-nav .owl-prev {
      left: 3%; }
      .owl_style .owl-nav .owl-prev:before {
        font-weight: 900;
        content: "\f104"; }
    .owl_style .owl-nav .owl-next {
      right: 3%; }
      .owl_style .owl-nav .owl-next:before {
        font-weight: 900;
        content: '\f105'; }

.owl_dots-2 .owl-dots {
  text-align: center; }
  .owl_dots-2 .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 1px;
    background: none;
    border-radius: 0px;
    border: none; }
    .owl_dots-2 .owl-dots .owl-dot span {
      display: block;
      height: 18px;
      width: 18px;
      background: #0e0e0e;
      cursor: pointer;
      transition: 0.5s;
      border: 1px solid #0e0e0e; }
    .owl_dots-2 .owl-dots .owl-dot.active span, .owl_dots-2 .owl-dots .owl-dot:hover span {
      background: #fff; }

.fancybox-container {
  z-index: 600 !important; }

*[class*="_divider"] {
  margin-bottom: 50px; }

*[class*="_divider-mini"] {
  margin-bottom: 25px; }

body {
  max-width: 100%;
  overflow-x: hidden; }

.block-header {
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 50px; }
  .block-header_center {
    text-align: center; }
  .block-header_line {
    position: relative;
    padding-top: 100px; }
    .block-header_line:before {
      content: "";
      height: 60px;
      width: 2px;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 30px;
      background: #000; }

.header {
  position: relative;
  z-index: 80; }
  .header.marginFix {
    margin-top: 113px; }
  .header .social-list {
    position: relative;
    bottom: 9px; }
    .header .social-list .social-list__item a {
      margin-right: 0;
      margin-left: 30px; }

.top-row {
  padding: 30px 0;
  background: #fff;
  top: -60px;
  transition: .3s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02); }
  .top-row .container {
    display: grid;
    grid-template-columns: minmax(150px, 250px) minmax(150px, 800px);
    grid-template-rows: 1fr;
    grid-gap: 30px;
    column-gap: 100px; }
  .top-row.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 15px 0; }
    .top-row.fixed .top-row__logo {
      max-width: 150px; }
    .top-row.fixed .top-row__contact-row {
      display: none; }
    .top-row.fixed .top-row__menu {
      grid-row: 1/3;
      align-self: center; }
  .top-row a {
    color: #0e0e0e; }
  .top-row__logo {
    grid-column: 1/2;
    grid-row: 1/3;
    line-height: 0; }
  .top-row__contact-row {
    grid-column: 2/4;
    grid-row: 1/2;
    padding-bottom: 15px;
    position: relative; }
    .top-row__contact-row:after {
      content: "";
      border-bottom: 2px solid #0e0e0e;
      width: 574px;
      position: absolute;
      right: 0;
      bottom: 0;
      display: block; }
    .top-row__contact-row:before {
      content: "";
      width: 1000px;
      border-bottom: 2px solid #0e0e0e;
      display: block;
      position: absolute;
      right: -100%;
      bottom: 0; }
    .top-row__contact-row-item {
      font-weight: 500;
      margin-left: 30px;
      font-size: 20px; }
  .top-row__menu {
    grid-column: 2/4;
    grid-row: 2/2;
    align-self: start; }
  .top-row__mobile-menu {
    display: none; }

.main-menu__item {
  margin-left: 15px;
  position: relative; }
  .main-menu__item.active {
    font-weight: 400;
    position: relative; }
    .main-menu__item.active:after {
      content: "";
      display: block;
      height: 8px;
      width: 1px;
      background: #444;
      position: absolute;
      bottom: -12px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .main-menu__item a {
    color: #0e0e0e;
    font-size: 15px; }
  .main-menu__item ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 35px solid transparent;
    min-width: 180px; }
    .main-menu__item ul li {
      display: block;
      background: #fff; }
      .main-menu__item ul li a {
        display: block;
        padding: 25px 15px; }
  .main-menu__item:hover ul {
    display: block; }

.main-slider {
  margin-bottom: 100px; }
  .main-slider .owl-stage {
    display: flex;
    align-items: flex-start; }
  .main-slider__carousel {
    display: flex;
    align-items: flex-start; }
  .main-slider__item {
    position: relative;
    padding: 150px 0;
    width: 100%;
    min-height: 500px; }
    .main-slider__item-img {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 30;
      height: 100%; }
    .main-slider__item-content {
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      position: relative;
      left: 0;
      top: 0;
      z-index: 40;
      max-width: 600px;
      padding: 60px; }
    .main-slider__item-number {
      font-size: 70px;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: .4pt;
      margin-bottom: 30px; }
    .main-slider__item-title {
      font-size: 50px;
      line-height: 60px;
      font-weight: 600;
      margin-bottom: 30px; }
    .main-slider__item-text {
      margin-bottom: 50px; }

.about-block {
  margin-bottom: 100px; }
  .about-block__subheader {
    color: #BDB5A8;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 500; }
  .about-block__header {
    color: #0e0e0e;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600; }
  .about-block__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
    grid-auto-rows: minmax(260px, auto); }
  .about-block__item {
    line-height: 0; }
    .about-block__item_1 {
      padding: 30px 0;
      grid-column: 1/3;
      grid-row: 1/2; }
    .about-block__item_2 {
      grid-column: 3/4;
      grid-row: 1/2; }
    .about-block__item_3 {
      grid-column: 4/4;
      grid-row: 1/2;
      line-height: 1.6;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
      font-size: 23px;
      line-height: 33px;
      background: #141418;
      color: #fff; }
      .about-block__item_3 a {
        color: #fff; }
    .about-block__item_4 {
      grid-column: 1/3;
      grid-row: 2/4; }
    .about-block__item_5 {
      line-height: 1.6;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
      font-size: 23px;
      line-height: 33px; }
    .about-block__item_6 {
      grid-column: 4/4;
      grid-row: 2/2; }
    .about-block__item_7 {
      grid-column: 3/5;
      grid-row: 3;
      font-size: 20px;
      line-height: 20px;
      display: flex;
      align-items: center;
      padding: 30px; }
  .about-block__read-more a span {
    text-decoration: underline; }
  .about-block__list-item {
    position: relative;
    margin-bottom: 30px; }
  .about-block__list-number {
    width: 80px; }
    .about-block__list-number span {
      display: inline-block;
      margin-right: 0px;
      height: 25px;
      width: 7px;
      background: #000; }
      .about-block__list-number span:last-child {
        height: 4px;
        width: 4px; }

.directors-block {
  padding-bottom: 100px; }
  .directors-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .directors-block__item {
    padding: 30px; }
    .directors-block__item_dots {
      background: url(../img/dotted-darker.png) no-repeat right 20px top 20px;
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap; }
      .directors-block__item_dots figure {
        position: relative;
        align-self: center; }
    .directors-block__item-text {
      position: relative; }
      .directors-block__item-text p {
        display: inline; }
        .directors-block__item-text p:before {
          content: "\f10d";
          font-family: "Font Awesome 5 Free";
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiase;
          font-weight: 900;
          position: absolute;
          left: -25px;
          top: 0;
          font-size: 18px; }
        .directors-block__item-text p:after {
          content: "\f10e";
          font-family: "Font Awesome 5 Free";
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiase;
          font-weight: 900;
          position: relative;
          right: -9px;
          bottom: -7px;
          font-size: 18px; }
  .directors-block__centering {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .directors-block_img {
    line-height: 0;
    padding: 0; }
  .directors-block__title {
    font-size: 40px;
    line-height: 50px;
    color: #0e0e0e;
    font-weight: 400;
    margin-bottom: 25px; }
  .directors-block__subtitle {
    color: #BDB5A8;
    font-weight: 400;
    line-height: 1.5; }

.advantages-block {
  padding: 50px 0;
  background: url(../img/wawes-bg.png) no-repeat top left/100% auto #fbfbfb;
  margin-bottom: 50px; }
  .advantages-block__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; }
  .advantages-block__item {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px; }
    .advantages-block__item_5 {
      grid-column: 1/3;
      grid-row: 2/2; }
    .advantages-block__item_6 {
      grid-column: 3/5;
      grid-row: 2/2; }
  .advantages-block__number {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
    min-height: 70px; }
    .advantages-block__number span {
      display: inline-block;
      margin-right: 0px;
      height: 12px;
      width: 12px;
      background: #000; }
  .advantages-block__title {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    min-height: 110px; }
  .advantages-block__text {
    font-size: 13px; }

.personal-block {
  padding-bottom: 100px; }
  .personal-block .owl-stage {
    display: flex;
    align-items: flex-start; }

.personal-carousel {
  display: flex;
  align-items: flex-start; }
  .personal-carousel__img {
    margin-bottom: 30px; }
  .personal-carousel__title {
    font-weight: 400;
    color: #0e0e0e;
    font-size: 20px;
    padding-bottom: 15px; }
  .personal-carousel__text {
    color: #BDB5A8;
    font-size: 18px;
    line-height: 28px; }
  .personal-carousel .owl-stage-outer {
    padding-bottom: 100px; }

.converse-block {
  padding: 100px 0;
  background: url(../img/wawes-bg.png) no-repeat top left/100% auto #fdfdfd; }
  .converse-block_white-bg {
    background: #fff;
    min-height: 50vh;
    padding-top: 0px; }
  .converse-block__info {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px; }
  .converse-block__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px; }
  .converse-block__contact-row {
    border-top: 2px solid #0e0e0e;
    padding-top: 30px; }
  .converse-block__email {
    font-size: 20px;
    display: block;
    margin-bottom: 30px; }

.social-list__item a {
  margin-right: 30px;
  font-size: 24px;
  line-height: 36px;
  height: 39px;
  width: 39px;
  text-align: center;
  border: 2px solid #0e0e0e;
  display: inline-block; }
  .social-list__item a img {
    max-width: 13px; }
  .social-list__item a:hover {
    color: #fff;
    background: #0e0e0e; }

.footer {
  padding: 50px 0;
  background: #141418;
  color: #F5F4F0;
  max-width: 100%;
  overflow-x: hidden; }
  .footer a {
    color: #F5F4F0; }
  .footer__contacts {
    position: relative; }
    .footer__contacts:before {
      content: "";
      width: 1000px;
      height: 2px;
      background: #fff;
      display: block;
      position: absolute;
      right: 30px;
      bottom: -35px; }
    .footer__contacts-item {
      margin-right: 30px; }
  .footer__top-row {
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .footer__menu-item {
    margin-left: 15px; }
    .footer__menu-item a {
      font-size: 14px; }
  .footer__bottom-row {
    font-size: 14px; }
  .footer__logo {
    max-width: 150px; }

.totop {
  border: 1px solid #BDB5A8;
  height: 40px;
  width: 40px;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  color: #574f42;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 60;
  display: none;
  background: #F5F4F0; }

.about-slider {
  margin-bottom: 100px; }
  .about-slider__carousel {
    width: 50%;
    line-height: 0; }
  .about-slider__item {
    line-height: 0; }
  .about-slider__text {
    width: 50%;
    background: #141418;
    padding: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff; }
  .about-slider__title {
    font-size: 40px !important;
    line-height: 50px !important;
    margin-bottom: 30px; }

.inform-block {
  padding-bottom: 50px; }
  .inform-block__content {
    position: relative;
    padding: 30px 0; }
    .inform-block__content:before {
      content: "";
      width: 400px;
      height: 280px;
      background: url(../img/dotted-darker.png) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0; }

.breadcrumbs {
  position: relative;
  padding-top: 20px;
  margin-bottom: 100px; }
  .breadcrumbs .container:after {
    content: "";
    border-bottom: 2px solid #0e0e0e;
    width: 200px;
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block; }
  .breadcrumbs .container:before {
    content: "";
    width: 1280px;
    border-bottom: 2px solid #0e0e0e;
    display: block;
    position: absolute;
    left: -100%;
    bottom: -20px; }
  .breadcrumbs ul li {
    display: inline-block; }
    .breadcrumbs ul li:after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiase;
      font-weight: 900;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      top: 1px; }
    .breadcrumbs ul li:last-child:after {
      display: none; }

.inner-page {
  min-height: 60vh; }

.calculator-block {
  background: #fafafa;
  padding: 50px 0;
  min-height: 50vh; }
  .calculator-block__box {
    padding: 30px;
    background: #fff;
    max-width: 100%;
    width: 800px;
    margin: 0 auto 7.5px;
    opacity: .2;
    pointer-events: none; }
    .calculator-block__box.active {
      opacity: 1;
      pointer-events: auto; }
  .calculator-block .select-style {
    margin-bottom: 0; }
  .calculator-block__result-text {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300; }

.services-block {
  padding: 50px 0 100px;
  background: url(../img/wawes-bg.png) no-repeat top left/100% auto #fbfbfb;
  margin-bottom: 100px; }
  .services-block__grid {
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    grid-gap: 30px; }
  .services-block .col_4 {
    margin-bottom: 30px; }
  .services-block__item {
    padding: 15px;
    background: #fff;
    height: 100%; }
    .services-block__item_4 {
      grid-column: 1/3;
      grid-row: 2/2; }
    .services-block__item_5 {
      grid-column: 3/5;
      grid-row: 2/2; }
  .services-block__number {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 30px;
    min-height: 70px; }
    .services-block__number span {
      display: inline-block;
      margin-right: 0px;
      height: 12px;
      width: 12px;
      background: #000; }
  .services-block__title {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    min-height: 110px; }
  .services-block__text {
    font-size: 13px; }

.cases-block {
  margin-bottom: 100px; }
  .cases-block .owl-stage-outer {
    padding-bottom: 50px; }

.tarif-block {
  padding-bottom: 100px; }
  .tarif-block__item {
    border: 2px solid #BDB5A8;
    padding: 40px 40px 120px;
    text-align: center;
    box-shadow: 0 5px 0px rgba(0, 0, 0, 0);
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    height: 100%;
    position: relative; }
    .tarif-block__item:hover {
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }
  .tarif-block__title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600; }
  .tarif-block__subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #91846e;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ebe9e1; }
  .tarif-block__price {
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px; }
  .tarif-block__currency {
    font-size: 30px;
    font-weight: 200; }
  .tarif-block__row {
    line-height: 26px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebe9e1;
    text-align: left; }
  .tarif-block .button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: calc(100% - 80px);
    margin: 0 auto; }

.sertificate-block {
  padding: 100px 0;
  background: #F5F4F0; }

#policy {
  display: none;
  max-width: 100%;
  width: 800px;
  background: #fff;
  padding: 30px; }

.conf-link {
  display: inline-block;
  margin-bottom: 30px; }

.testyou {
  display: none; }

.modal {
  display: none;
  background: #fff;
  padding: 30px;
  text-align: center;
  width: 600px;
  max-width: 100%; }

.video-link {
  position: relative;
  display: block;
  line-height: 0; }
  .video-link img {
    opacity: 1;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }
  .video-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    height: 100%;
    width: 100%;
    background: url(../img/video-icon.png) no-repeat center center;
    display: block;
    pointer-events: none;
    z-index: 30; }
  .video-link:hover img {
    opacity: .7; }
  .video-link:hover:after {
    opacity: 1; }

.logo-carousel {
  margin-bottom: 100px; }
  .logo-carousel__item {
    text-align: center;
    padding: 30px; }
  .logo-carousel .owl-stage {
    padding-bottom: 50px; }

.history-block {
  padding-bottom: 100px;
  max-width: 100%;
  width: 900px;
  margin: 0 auto; }
  .history-block__grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-column-gap: 30px; }
  .history-block__left {
    position: relative;
    padding-right: 15px;
    padding-bottom: 60px; }
    .history-block__left:before {
      content: "";
      height: 100%;
      width: 2px;
      display: block;
      position: absolute;
      top: 0;
      right: -15px;
      border-right: 2px dashed #F5F4F0; }
    .history-block__left:after {
      content: "";
      height: 12px;
      width: 12px;
      display: block;
      position: absolute;
      border-radius: 50px;
      bottom: 0;
      right: -20px;
      background: #BDB5A8; }
  .history-block__right {
    position: relative;
    top: 50px;
    padding-left: 15px; }
  .history-block__date {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px; }
  .history-block__text {
    font-size: 18px;
    line-height: 28px; }

.history-block {
  padding-bottom: 100px;
  max-width: 100%;
  width: 900px;
  margin: 0 auto; }
  .history-block__grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-column-gap: 30px; }
  .history-block__left {
    position: relative;
    padding-right: 15px;
    padding-bottom: 60px; }
    .history-block__left:before {
      content: "";
      height: 100%;
      width: 2px;
      display: block;
      position: absolute;
      top: 0;
      right: -15px;
      border-right: 2px dashed #F5F4F0; }
    .history-block__left:after {
      content: "";
      height: 12px;
      width: 12px;
      display: block;
      position: absolute;
      border-radius: 50px;
      bottom: 0;
      right: -20px;
      background: #BDB5A8; }
  .history-block__right {
    position: relative;
    top: 50px;
    padding-left: 15px; }
  .history-block__date {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px; }
  .history-block__text {
    font-size: 18px;
    line-height: 28px; }

.block-404 {
  width: 100%;
  min-height: 65vh;
  position: relative; }
  .block-404__left-side {
    width: 50%;
    height: 100%; }
    .block-404__left-side img {
      width: 100%; }
  .block-404__right-side {
    width: 50%;
    height: 100%;
    background: #282828;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    flex-wrap: wrap;
    flex-direction: column; }
  .block-404__subtitle {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    width: 100%; }
  .block-404__title {
    font-size: 250px;
    text-align: center;
    font-weight: 700;
    line-height: 280px;
    width: 100%; }
  .block-404__text {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 30px; }

.instagram_widget__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.instagram_widget__item {
  width: 20%; }

.relink-block {
  background: #141318;
  padding: 100px 0; }
  .relink-block__text {
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative; }
    .relink-block__text:before {
      content: "";
      display: block;
      margin: 0 auto 30px;
      height: 90px;
      width: 2px;
      background: #fff; }
    .relink-block__text span {
      display: block;
      width: 100%;
      text-align: center; }
  .relink-block__item {
    background: #343434;
    padding: 15px;
    color: #efefef; }
  .relink-block__item-img {
    max-width: 80px; }
  .relink-block__item-content {
    width: calc(100% - 100px); }
  .relink-block__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px; }
  .relink-block__link a {
    color: #efefef; }

@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .container {
    max-width: 100%; }
  body, html {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  body, html {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden; }
  .block-header {
    font-size: 30px;
    line-height: 40px; }
  .header {
    position: relative;
    z-index: 70;
    overflow-x: initial; }
  .top-row {
    position: relative;
    top: 0; }
    .top-row .container {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
    .top-row__logo {
      grid-column: 1/4;
      grid-row: 1/2; }
    .top-row__contact-row {
      grid-column: 1/-1;
      grid-row: 2/-1;
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #0e0e0e; }
      .top-row__contact-row:before {
        display: none; }
      .top-row__contact-row:after {
        display: none; }
      .top-row__contact-row-item {
        margin-left: 10px;
        font-weight: 200;
        font-size: 18px; }
    .top-row__mobile-menu {
      grid-column: 4/4;
      grid-row: 1/2;
      display: block;
      font-size: 40px;
      color: #0e0e0e;
      cursor: pointer;
      height: 72px;
      width: 35px; }
      .top-row__mobile-menu:before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiase;
        font-weight: 900; }
      .top-row__mobile-menu.active:before {
        content: "\f00d"; }
  .main-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    grid-column: 1/-1;
    grid-row: 2/2;
    background: #fff;
    border-left: 1px solid #0e0e0e;
    border-right: 1px solid #0e0e0e;
    border-bottom: 1px solid #0e0e0e;
    opacity: 0;
    pointer-events: none;
    right: -100%;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }
    .main-menu.active {
      right: 0;
      opacity: 1;
      pointer-events: auto; }
    .main-menu__list {
      display: block;
      padding: 15px; }
    .main-menu__item {
      padding-bottom: 15px;
      font-size: 16px;
      font-weight: 500;
      margin-left: 0; }
      .main-menu__item:last-child {
        padding-bottom: 0; }
      .main-menu__item.active:after {
        display: none; }
  .main-slider {
    margin-bottom: 50px; }
    .main-slider .owl-stage-outer {
      padding-bottom: 60px; }
    .main-slider__item {
      position: relative;
      padding: 0;
      min-height: initial;
      overflow-y: hidden;
      max-width: 100%;
      overflow: hidden; }
      .main-slider__item-img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
        .main-slider__item-img img {
          object-fit: cover;
          max-width: initial; }
      .main-slider__item-content {
        padding: 30px; }
      .main-slider__item-number {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0; }
      .main-slider__item-title {
        font-size: 18px;
        line-height: 25px; }
    .main-slider .container {
      padding-left: 0;
      padding-right: 0; }
  .about-block {
    margin-bottom: 50px; }
    .about-block__subheader {
      margin-bottom: 15px; }
    .about-block__header {
      font-size: 20px;
      line-height: 30px; }
    .about-block__grid {
      display: block; }
    .about-block__list-number {
      width: 60px; }
    .about-block__list-text {
      font-size: 18px; }
    .about-block__item_7 {
      padding: 30px 0; }
  .advantages-block__grid {
    display: block; }
  .directors-block {
    padding-bottom: 50px; }
    .directors-block__grid {
      grid-template-rows: 1fr; }
      .directors-block__grid .directors-block__item:nth-child(1) {
        grid-row: 2/2;
        grid-column: 1/-1; }
      .directors-block__grid .directors-block__item:nth-child(2) {
        grid-row: 1/2;
        grid-column: 1/-1; }
      .directors-block__grid .directors-block__item:nth-child(3) {
        grid-row: 3/3;
        grid-column: 1/-1; }
      .directors-block__grid .directors-block__item:nth-child(4) {
        display: none; }
      .directors-block__grid .directors-block__item_dots figure {
        top: 10px; }
    .directors-block__subtitle {
      margin-bottom: 40px; }
  .converse-block__info {
    margin-top: 50px; }
  .footer__contacts {
    width: 100%;
    justify-content: space-around; }
    .footer__contacts-item {
      margin-right: 0; }
  .footer__menu {
    display: none; }
  .footer__bottom-row {
    text-align: center; }
  .footer__copy {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
  .footer__logo {
    width: 100%;
    max-width: 100%;
    text-align: center; }
  .breadcrumbs {
    padding-top: 15px;
    margin-bottom: 50px; }
    .breadcrumbs .container:before {
      display: none; }
    .breadcrumbs .container:after {
      display: none; }
  .select-style__title {
    font-size: 16px;
    font-weight: 400; }
  .services-block__grid {
    display: block; }
  .tarif-block {
    padding-bottom: 50px; }
    .tarif-block__item {
      padding: 15px;
      margin-bottom: 50px;
      height: initial; }
    .tarif-block__price {
      margin-bottom: 0;
      font-size: 47px;
      line-height: 57px; }
    .tarif-block .button {
      bottom: 0px;
      margin-top: 30px;
      position: relative; }
  .about-slider__carousel {
    width: 100%; }
  .about-slider__text {
    width: 100%;
    padding: 30px; }
  .personal-carousel .owl-stage-outer {
    padding-bottom: 0; }
  .history-block__grid {
    grid-template-columns: 1fr; }
  .history-block__left {
    padding-right: 0px;
    padding-bottom: 30px; }
    .history-block__left:after {
      top: 15px;
      bottom: initial; }
  .history-block__right {
    padding-left: 0px;
    top: 0;
    padding-bottom: 30px;
    position: relative; }
    .history-block__right:before {
      content: "";
      height: 100%;
      width: 2px;
      display: block;
      position: absolute;
      top: 0;
      right: -15px;
      border-right: 2px dashed #F5F4F0; }
    .history-block__right:after {
      content: "";
      height: 12px;
      width: 12px;
      display: block;
      position: absolute;
      border-radius: 50px;
      top: 15px;
      right: -20px;
      background: #BDB5A8; }
  .block-404 {
    height: 45vh;
    min-height: 400px; }
    .block-404__left-side {
      display: none; }
    .block-404__right-side {
      width: 100%;
      min-height: 400px;
      background: #282828;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      position: absolute;
      right: 0;
      top: 0;
      flex-wrap: wrap;
      flex-direction: column; }
    .block-404__subtitle {
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      width: 100%; }
    .block-404__title {
      font-size: 100px;
      text-align: center;
      font-weight: 700;
      line-height: 120px;
      width: 100%; }
    .block-404__text {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      width: 100%; }
  .instagram_widget {
    max-width: 100%;
    overflow: hidden; }
    .instagram_widget__inner {
      display: block; }
    .instagram_widget__item {
      width: 100%;
      display: block;
      max-width: 100%; }
  .relink-block {
    padding: 50px 0; }
    .relink-block__text {
      margin-bottom: 30px; }
    .relink-block__item {
      margin-bottom: 30px; } }

@media screen and (min-width: 765px) and (max-width: 1024px) {
  .t-col_1 {
    width: 8.33333333%; }
  .t-col_2 {
    width: 16.66666667%; }
  .t-col_3 {
    width: 25%; }
  .t-col_4 {
    width: 33.33333333%; }
  .t-col_5 {
    width: 41.666667%; }
  .t-col_6 {
    width: 50%; }
  .t-col_7 {
    width: 58.33333333%; }
  .t-col_8 {
    width: 66.66666667%; }
  .t-col_9 {
    width: 75%; }
  .t-col_10 {
    width: 83.33333333%; }
  .t-col_12 {
    width: 100%; }
  .t-col_15 {
    width: 20%; }
  .t_none {
    display: none; } }

@media screen and (max-width: 765px) {
  .m-col_1 {
    width: 8.33333333%; }
  .m-col_2 {
    width: 16.66666667%; }
  .m-col_3 {
    width: 25%; }
  .m-col_4 {
    width: 33.33333333%; }
  .m-col_5 {
    width: 41.666667%; }
  .m-col_6 {
    width: 50%; }
  .m-col_7 {
    width: 58.33333333%; }
  .m-col_8 {
    width: 66.66666667%; }
  .m-col_9 {
    width: 75%; }
  .m-col_10 {
    width: 83.33333333%; }
  .m-col_12 {
    width: 100%; }
  .m-col_15 {
    width: 20%; }
  .m_none {
    display: none; }
  h1 {
    font-size: 2rem; } }


/*# sourceMappingURL=main.css.map*/