@charset 'UTF-8';
/*----------------------
    * Основное
----------------------*/
/* $spacer: 1rem !default;
$spacers: (
    0: 0,
    1: $spacer,
    2: $spacer * 2,
    3: $spacer * 3,
    4: $spacer * 4,
    5: $spacer * 5,
    6: $spacer * 6,
    7: $spacer * 7,
    8: $spacer * 8,
    9: $spacer * 9,
    10: $spacer * 10,
    11: $spacer * 11,
    12: $spacer * 12,
) !default;

@import "../../../node_modules/bootstrap/scss/variables";
@import "../../../node_modules/bootstrap/scss/mixins";

@import "../../../node_modules/bootstrap/scss/variables-dark";
@import "../../../node_modules/bootstrap/scss/maps";

@import "../../../node_modules/bootstrap/scss/root";
@import "../../../node_modules/bootstrap/scss/utilities";
@import "../../../node_modules/bootstrap/scss/utilities/api";
@import "../../../node_modules/bootstrap/scss/containers";
@import "../../../node_modules/bootstrap/scss/grid"; */
@font-face
{
    font-family: 'Inter-Regular';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.otf') format('otf');
}
@font-face
{
    font-family: 'Inter-Medium';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.otf') format('otf');
}
@font-face
{
    font-family: 'Inter-Semibold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
}
@font-face
{
    font-family: 'Montserrat-Medium';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Montserrat-Medium.ttf.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf.eot'), url('../fonts/Montserrat-Medium.ttf.eot?#iefix') format('embedded-opentype');
}
*
{
    box-sizing: border-box;
}

:root
{
    --swiper-theme-color: #f24b4b;
    --swiper-navigation-size: 41px;
}
@media screen and (max-width: 767.9px)
{
    :root
    {
        --swiper-navigation-size: 28px;
    }
}

body
{
    font-family: 'Inter-Regular';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;

    position: relative;

    color: #252422;
}
body.overflow
{
    overflow: hidden;
}

@media screen and (min-width: 1199.9px)
{
    body::-webkit-scrollbar
    {
        width: 10px;
        height: 10px;
    }
    body::-webkit-scrollbar-thumb
    {
        border-radius: 0;
        background: #f24b4b;
    }
    body::-webkit-scrollbar-track
    {
        background: #eee;
    }
    body
    {
        scrollbar-face-color: #f24b4b;
        scrollbar-track-color: #eee;
    }
}
.no-paddings
{
    padding-right: 0;
    padding-left: 0;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.container,
.container-fluid
{
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 .75rem;
}
@media screen and (max-width: 767.9px)
{
    .container,
    .container-fluid
    {
        padding: 0 1.5rem;
    }
}

@media (min-width: 640px)
{
    .container,
    .container-sm
    {
        max-width: 560px;
    }
}
@media (min-width: 768px)
{
    .container,
    .container-md,
    .container-sm
    {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    .container,
    .container-lg,
    .container-md,
    .container-sm
    {
        max-width: 960px;
    }
}
@media (min-width: 1200px)
{
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl
    {
        max-width: 1180px;
    }
}
@media (min-width: 1440px)
{
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl
    {
        max-width: 1310px;
    }
    .container-xxl
    {
        max-width: 1620px;
    }
}
h1
{
    font-family: 'Montserrat-Medium';
    font-size: 40px;
    font-weight: normal;
}
@media screen and (max-width: 767.9px)
{
    h1
    {
        font-size: 20px;
    }
}

h2
{
    font-family: 'Inter-Medium';
    font-size: 38px;
    font-weight: normal;
}
@media screen and (max-width: 991.9px)
{
    h2
    {
        font-size: 30px;
    }
}
@media screen and (max-width: 767.9px)
{
    h2
    {
        font-size: 20px;
        line-height: 1.2;
    }
}

h3
{
    font-family: 'Inter-Semibold';
    font-size: 22px;
}
@media screen and (max-width: 1199.9px)
{
    h3
    {
        font-size: 20px;
    }
}

img
{
    max-width: 100%;
}

a,
svg
{
    transition: .5s;
    text-decoration: none;
}

a:active,
a:focus,
a:hover
{
    outline: none;
}
a:after
{
    transition: .5s;
}

button
{
    cursor: pointer;
    transition: .5s;

    outline: none;
}

[type=tel],
[type=text],
[type=email],
[type=submit]
{
    transition: .5s;

    outline: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}

video
{
    max-width: 100%;
    height: auto;

    outline: 0;
}

/*----------------------
* Libs
----------------------*/
/* Magnific Popup CSS */
.mfp-bg
{
    position: fixed;
    z-index: 1042;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #0b0b0b;

    filter: alpha(opacity=80);
}

.mfp-wrap
{
    position: fixed;
    z-index: 1043;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    outline: none !important;

    -webkit-backface-visibility: hidden;
}

.mfp-container
{
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 8px;

    text-align: center;
}

.mfp-container:before
{
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before
{
    display: none;
}

.mfp-content
{
    position: relative;
    z-index: 1045;

    display: inline-block;

    margin: 0 auto;

    text-align: left;
    vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content
{
    width: 100%;

    cursor: auto;
}

.mfp-ajax-cur
{
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
    cursor: zoom-out;
}

.mfp-zoom
{
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content
{
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter
{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.mfp-loading.mfp-figure
{
    display: none;
}

.mfp-hide
{
    display: none !important;
}

.mfp-preloader
{
    position: absolute;
    z-index: 1044;
    top: 50%;
    right: 8px;
    left: 8px;

    width: auto;
    margin-top: -.8em;

    text-align: center;

    color: #ccc;
}

.mfp-preloader a
{
    color: #ccc;
}

.mfp-preloader a:hover
{
    color: white;
}

.mfp-s-ready .mfp-preloader
{
    display: none;
}

.mfp-s-error .mfp-content
{
    display: none;
}

button.mfp-close,
button.mfp-arrow
{
    z-index: 1046;

    display: block;
    overflow: visible;

    padding: 0;

    cursor: pointer;

    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;

    -webkit-appearance: none;
}

button::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

.mfp-close
{
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    line-height: 44px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
    padding: 0 0 18px 10px;

    text-align: center;
    text-decoration: none;

    opacity: .65;
    color: white;

    filter: alpha(opacity=65);
}

.mfp-close:hover,
.mfp-close:focus
{
    opacity: 1;

    filter: alpha(opacity=100);
}

.mfp-close:active
{
    top: 1px;
}

.mfp-close-btn-in .mfp-close
{
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close
{
    right: -6px;

    width: 100%;
    padding-right: 6px;

    text-align: right;

    color: white;
}

.mfp-counter
{
    font-size: 12px;
    line-height: 18px;

    position: absolute;
    top: 0;
    right: 0;

    color: #ccc;
}

.mfp-arrow
{
    position: absolute;
    top: 50%;

    width: 90px;
    height: 110px;
    margin: 0;
    margin-top: -55px;
    padding: 0;

    opacity: .65;

    filter: alpha(opacity=65);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active
{
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus
{
    opacity: 1;

    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;
    margin-top: 35px;
    margin-left: 35px;

    content: '';

    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a
{
    top: 8px;

    border-top-width: 13px;
    border-bottom-width: 13px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b
{
    opacity: .7;
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left
{
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a
{
    margin-left: 31px;

    border-right: 17px solid white;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b
{
    margin-left: 25px;

    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right
{
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a
{
    margin-left: 39px;

    border-left: 17px solid white;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b
{
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content
{
    line-height: 0;

    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close
{
    top: -40px;
}

.mfp-iframe-scaler
{
    overflow: hidden;

    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: black;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Main image in popup */
img.mfp-img
{
    line-height: 0;

    display: block;

    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 40px;
}

/* The shadow behind the image */
.mfp-figure
{
    line-height: 0;
}

.mfp-figure:after
{
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;

    display: block;

    width: auto;
    height: auto;

    content: '';

    background: #444;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small
{
    font-size: 12px;
    line-height: 14px;

    display: block;

    color: #bdbdbd;
}

.mfp-figure figure
{
    margin: 0;
}

.mfp-bottom-bar
{
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    margin-top: -36px;

    cursor: auto;
}

.mfp-title
{
    line-height: 18px;

    padding-right: 36px;

    text-align: left;
    word-wrap: break-word;

    color: #f3f3f3;
}

.mfp-image-holder .mfp-content
{
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure
{
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px)
{
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder
    {
        padding-right: 0;
        padding-left: 0;
    }
    .mfp-img-mobile img.mfp-img
    {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after
    {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small
    {
        display: inline;

        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar
    {
        position: fixed;
        top: auto;
        bottom: 0;

        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;

        background: rgba(0, 0, 0, .6);
    }
    .mfp-img-mobile .mfp-bottom-bar:empty
    {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter
    {
        top: 3px;
        right: 5px;
    }
    .mfp-img-mobile .mfp-close
    {
        line-height: 35px;

        position: fixed;
        top: 0;
        right: 0;

        width: 35px;
        height: 35px;
        padding: 0;

        text-align: center;

        background: rgba(0, 0, 0, .6);
    }
}
@media all and (max-width: 900px)
{
    .mfp-arrow
    {
        transform: scale(.75);
    }
    .mfp-arrow-left
    {
        transform-origin: 0;
    }
    .mfp-arrow-right
    {
        transform-origin: 100%;
    }
    .mfp-container
    {
        padding-right: 6px;
        padding-left: 6px;
    }
}
.mfp-ie7 .mfp-img
{
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar
{
    left: 50%;

    width: 600px;
    margin-top: 5px;
    margin-left: -300px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container
{
    padding: 0;
}

.mfp-ie7 .mfp-content
{
    padding-top: 44px;
}

.mfp-ie7 .mfp-close
{
    top: 0;
    right: 0;

    padding-top: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
video
{
    display: inline-block;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

[hidden],
template
{
    display: none;
}

html
{
    color: #000;
    background: #fff;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea
{
    font-family: sans-serif;
}

body
{
    margin: 0;
}

a
{
    background: transparent;
}
a:focus
{
    outline: thin dotted;
}
a:hover,
a:active
{
    outline: 0;
}

abbr[title]
{
    border-bottom: 1px dotted;
}

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

mark
{
    color: #000;
    background: #ff0;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, serif;
    font-size: 1em;
}

pre
{
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q
{
    quotes: '“' '”' '‘' '’';
}

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

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

img
{
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

figure
{
    margin: 0;
}

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

legend
{
    padding: 0;

    white-space: normal;

    border: 0;
}

button,
input,
select,
textarea
{
    font-family: inherit;
    font-size: 100%;

    margin: 0;

    vertical-align: baseline;
}

button,
input
{
    line-height: normal;
}

button,
select
{
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit]
{
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
input[disabled]
{
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

textarea
{
    overflow: auto;

    vertical-align: top;
}

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

input[type=search]
{
    box-sizing: content-box;

    -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
input[type=checkbox],
input[type=radio]
{
    box-sizing: border-box;
    padding: 0;
}

.hamburger
{
    font: inherit;
    line-height: .7;

    position: relative;

    display: inline-block;
    overflow: visible;

    margin: 0;
    padding: 0 0;

    cursor: pointer;
    transition: .5s;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    transform: scale(-1, 1);
    vertical-align: middle;
    text-transform: none;

    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger--inverse
{
    filter: brightness(0) invert(1);
}

.hamburger-box
{
    position: relative;

    display: inline-block;

    width: 21px;
    height: 16px;
}

.hamburger-inner
{
    top: 50%;

    display: block;

    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after
{
    position: absolute;

    width: 21px;
    height: 2px;

    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;

    border-radius: 0;
    background-color: #fff;
}
.hamburger-inner::before,
.hamburger-inner::after
{
    display: block;

    content: '';
}
.hamburger-inner::before
{
    top: -7px;
}
.hamburger-inner::after
{
    bottom: -7px;
    /* Custom css */
}

/*
* Collapse
*/
.hamburger--collapse .hamburger-inner
{
    top: auto;
    bottom: 0;

    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s;
}
.hamburger--collapse .hamburger-inner::after
{
    top: -14px;

    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}
.hamburger--collapse .hamburger-inner::before
{
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}
.hamburger--collapse.is-active .hamburger-inner
{
    width: 21px;

    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -7px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner::after
{
    top: 0;

    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;

    opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner::before
{
    top: 0;

    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-90deg);
}

/*----------------------
        * Partials
    ----------------------*/
.btn
{
    font-family: 'Inter-Medium';
    font-size: 16px;

    display: inline-block;

    width: 240px;
    padding: 16px 0;

    transition: .5s;
    text-align: center;

    border: 2px solid transparent;
    border-radius: 30px;
}
@media screen and (max-width: 1199.9px)
{
    .btn
    {
        padding: 12px 0;
    }
}
@media screen and (max-width: 575.9px)
{
    .btn
    {
        font-size: 14px;

        width: 100%;
    }
}
.btn-primary
{
    color: #fff;
    background-color: #f24b4b;
}
.btn-primary:hover
{
    box-shadow: 4px 4px 30px 0 rgba(242, 75, 75, .35);
}
.btn-primary[disabled],
.btn-primary:disabled
{
    pointer-events: none;

    background: rgba(242, 75, 75, .5);
}
.btn-secondary
{
    color: #252422;
    border-color: #f24b4b;
    background-color: #fff;
}
.btn-secondary:hover
{
    color: #fff;
    background-color: #f24b4b;
}
.btn-secondary[disabled],
.btn-secondary:disabled
{
    pointer-events: none;

    color: #fff;
    border-color: transparent;
    background: rgba(242, 75, 75, .5);
}
.btn-small
{
    font-size: 20px;

    width: 180px;
    padding: 10px 0;

    color: #252422;
    border-color: #f24b4b;
    background-color: #fff;
}
.btn-small:hover
{
    color: #fff;
    background-color: #f24b4b;
}

.form__label
{
    font-size: 16px;

    display: block;

    margin: 0 0 12px 0;
}
@media screen and (max-width: 1199.9px)
{
    .form__label
    {
        font-size: 14px;

        margin: 0 0 8px 0;
    }
}
.form__label--inline
{
    display: inline-block;
}
.form__input
{
    width: 100%;
    height: 64px;
    padding: 0 15px;

    color: #252422;
    border: 1px solid #252422;
    border-radius: 20px;
    background: #fff;
}
@media screen and (max-width: 1199.9px)
{
    .form__input
    {
        height: 56px;
    }
}
@media screen and (max-width: 991.9px)
{
    .form__input
    {
        font-size: 16px;

        height: 46px;
    }
}
.form__input--half
{
    width: 50%;
    max-width: 220px;
}
@media screen and (max-width: 767.9px)
{
    .form__input--half
    {
        font-size: 14px;

        width: 35%;
        padding: 0 6px;
    }
}
.form__control + .form__control
{
    margin-top: 32px;
}
@media screen and (max-width: 1199.9px)
{
    .form__control + .form__control
    {
        margin-top: 22px;
    }
}
@media screen and (max-width: 767.9px)
{
    .form__control + .form__control
    {
        margin-top: 12px;
    }
}
.form__textarea
{
    width: 100%;
    height: 168px;
    padding: 24px;

    resize: none;

    border: 1px solid #252422;
    border-radius: 20px;
}
@media screen and (max-width: 991.9px)
{
    .form__textarea
    {
        height: 124px;
    }
}
.form__preloader
{
    position: relative;

    display: none;
    visibility: hidden;

    height: 15px;
    margin: 0 0 18px 45%;

    transition: .3s;

    opacity: 0;
}
.form__preloader.active
{
    display: block;
    visibility: visible;

    transition: .3s;

    opacity: 1;
}
.form__preloader:before
{
    position: absolute;

    width: 12px;
    height: 12px;

    content: '';
    animation: preloader_before 1.8s infinite cubic-bezier(.4, 0, .2, 1);

    border-radius: 50%;
    background: #f24b4b;
}
.form__preloader:after
{
    position: absolute;
    left: 15%;

    width: 12px;
    height: 12px;

    content: '';
    animation: preloader_after 1.8s infinite cubic-bezier(.4, 0, .2, 1);

    border-radius: 50%;
    background: #f24b4b;
}
.form--footer .form__input
{
    border-color: #fff;
}
.form--footer .form__submit
{
    width: 100%;
}
.form--popup .form__label
{
    margin: 0 0 2px 0;
}
.form--popup .form__label--inline
{
    margin-right: 14px;
}
@media screen and (max-width: 991.9px)
{
    .form--popup .form__label--inline
    {
        margin-right: 7px;
    }
}
.form--popup .form__control + .form__control
{
    margin-top: 8px;
}
.form--popup .form__input + .form__label--inline
{
    margin-left: 10%;
}
@media screen and (max-width: 991.9px)
{
    .form--popup .form__input + .form__label--inline
    {
        margin-left: 2%;
    }
}
.form--popup .form__submit
{
    width: 100%;
    padding: 19px 0;
}

@keyframes preloader_before
{
    0%
    {
        transform: translateX(0px) rotate(0deg);
    }
    50%
    {
        transform: translateX(160px) scale(1.5) rotate(264deg);

        border-radius: 0;
        background: #cf1c1c;
    }
    100%
    {
        transform: translateX(0px) rotate(0deg);
    }
}
@keyframes preloader_after
{
    0%
    {
        transform: translateX(0px) rotate(0deg);
    }
    50%
    {
        transform: translateX(-160px) scale(1.5) rotate(-264deg);

        border-radius: 0;
        background: #cf1c1c;
    }
    100%
    {
        transform: translateX(0px);
    }
}
.hh-5
{
    height: 5px;
}
.hh-10
{
    height: 10px;
}
.hh-15
{
    height: 15px;
}
.hh-20
{
    height: 20px;
}
.hh-25
{
    height: 25px;
}
.hh-30
{
    height: 30px;
}
.hh-35
{
    height: 35px;
}
.hh-40
{
    height: 40px;
}
.hh-50
{
    height: 50px;
}
.hh-55
{
    height: 55px;
}
.hh-60
{
    height: 60px;
}
.hh-70
{
    height: 70px;
}
.hh-80
{
    height: 80px;
}

/*----------------------
        * Components
    ----------------------*/
.nav
{
    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.nav li
{
    display: inline-block;
}
.nav a
{
    font-size: 16px;

    position: relative;

    display: inline-block;

    margin-left: 18px;

    color: #252422;
}
@media screen and (max-width: 1399.9px)
{
    .nav a
    {
        margin-left: 16px;
    }
}
@media screen and (max-width: 1199.9px)
{
    .nav a
    {
        font-size: 14px;

        margin-left: 9px;
    }
}
.nav a:before
{
    position: absolute;
    bottom: 1px;
    left: 0;

    width: 0;
    height: 1px;

    content: '';
    transition: .5s;

    background-color: #252422;
}
.nav a:hover:before
{
    width: 100%;
}
@media screen and (max-width: 991.9px)
{
    .nav--header li
    {
        display: block;

        text-align: center;
    }
    .nav--header li + li
    {
        margin: 32px 0 0;
    }
}
@media screen and (max-width: 991.9px)
{
    .nav--header a
    {
        font-size: 16px;

        margin-left: 0;
    }
}

.hamburger
{
    z-index: 13;

    display: none;
    flex-direction: column;

    width: 40px;
    height: 40px;

    cursor: pointer;

    border-radius: 50%;
    background-color: #f24b4b;

    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 991.9px)
{
    .hamburger
    {
        display: inline-flex;
    }
}
.hamburger.is-active
{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.swiper-arrows-wrapper
{
    position: relative;

    padding: 0 42px;
}
.swiper-arrows-wrapper .swiper-button-next,
.swiper-arrows-wrapper .swiper-button-prev
{
    --swiper-navigation-sides-offset: -50px;
}
@media screen and (max-width: 1399.9px)
{
    .swiper-arrows-wrapper .swiper-button-next,
    .swiper-arrows-wrapper .swiper-button-prev
    {
        --swiper-navigation-sides-offset: -5px;
    }
}
@media screen and (max-width: 1199.9px)
{
    .swiper-arrows-wrapper .swiper-button-next,
    .swiper-arrows-wrapper .swiper-button-prev
    {
        --swiper-navigation-sides-offset: 0;
    }
}

.prices-for-swiper
{
    margin: 56px 0 0;
}
@media screen and (max-width: 767.9px)
{
    .prices-for-swiper
    {
        margin: 24px 0 0;
    }
}

.prices-nav-swiper .swiper-slide.swiper-slide-thumb-active .service-item
{
    color: #eff4f7;
    background-color: #f24b4b;
}

.specialists-nav-swiper
{
    /*  @media screen and (max-width: $xmedium) {
       margin: 0 34px;
   } */
}
.specialists-nav-swiper .swiper-slide
{
    height: auto !important;
}
.specialists-nav-swiper .swiper-slide.swiper-slide-thumb-active .specialist-item
{
    border-color: rgba(242, 75, 75, .5);
    background-color: rgba(242, 75, 75, .5);
}
.specialists-nav-swiper .swiper-slide + .swiper-slide
{
    margin-top: 12px;
}
@media screen and (max-width: 991.9px)
{
    .specialists-nav-swiper .swiper-slide + .swiper-slide
    {
        margin-top: 0;
    }
}

.specialists-for-swiper .swiper-slide
{
    padding: 0 62px;
}
@media screen and (max-width: 767.9px)
{
    .specialists-for-swiper .swiper-slide
    {
        padding: 0 16px;
    }
}
@media screen and (max-width: 767.9px)
{
    .specialists-for-swiper .swiper-button-next,
    .specialists-for-swiper .swiper-button-prev
    {
        --swiper-navigation-sides-offset: 0;
    }
}

.logo
{
    line-height: .5;

    display: inline-block;

    max-width: 241px;

    vertical-align: middle;
}

.align-right
{
    float: right;

    margin: 0 0 30px 30px;
}

.align-left
{
    float: left;

    margin: 0 30px 30px 0;
}

.socials a
{
    display: inline-block;

    margin-left: 8px;
}
@media screen and (max-width: 1199.9px)
{
    .socials a
    {
        margin-left: 5px;
    }
}
@media screen and (max-width: 767.9px)
{
    .socials a
    {
        margin-left: 10px;
    }
}
.socials a:hover
{
    filter: invert(41%) sepia(42%) saturate(904%) hue-rotate(313deg) brightness(100%) contrast(107%);
}
.socials--mobile
{
    display: none;

    margin: 40px 0 0;

    text-align: center;
}
@media screen and (max-width: 991.9px)
{
    .socials--mobile
    {
        display: block;
    }
}

.service-item
{
    font-family: 'Inter-Medium';
    font-size: 20px;

    padding: 6px 4px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-align: center;

    border: 2px solid #f24b4b;
    border-radius: 30px;
    background: #fff;
}
@media screen and (max-width: 767.9px)
{
    .service-item
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 575.9px)
{
    .service-item
    {
        font-size: 14px;
    }
}

.service-box
{
    position: relative;

    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
    /* &:before{
      content: "";
      width: 145px;
      height: 260px;
      position: absolute;
      top: 20px;
      right: -60px;
      background-image: url('../images/icons/service-icon.png');
      background-repeat: no-repeat;
      background-size: contain;

      @media screen and (max-width: $xxlarge) {
          display: none;
      }
  } */
}
.service-box__image
{
    max-width: 41.66%;

    flex: 0 0 41.66%;
}
@media screen and (max-width: 767.9px)
{
    .service-box__image
    {
        max-width: 100%;
        padding: 20px;

        flex: 0 0 100%;
    }
}
.service-box__image img
{
    border-radius: 20px;
}
@media screen and (max-width: 767.9px)
{
    .service-box__image img
    {
        box-shadow: -5px 5px 15px 0 rgba(242, 75, 75, .25);
    }
}
.service-box__content
{
    max-width: 668px;
    margin-left: auto;

    flex: 1 0 0;
}
@media screen and (max-width: 1399.9px)
{
    .service-box__content
    {
        padding-left: 24px;
    }
}
@media screen and (max-width: 991.9px)
{
    .service-box__content
    {
        padding-left: 12px;
    }
}
.service-box__content table
{
    width: 100%;
    max-width: 100%;
}
.service-box__content table tr th
{
    font-family: 'Inter-Semibold';
    font-size: 22px;

    text-align: left;

    border-bottom: 2px solid #f24b4b;
}
@media screen and (max-width: 1199.9px)
{
    .service-box__content table tr th
    {
        font-family: 'Montserrat-Medium';
        font-size: 18px;

        border-bottom: 1px solid #f24b4b;
    }
}
.service-box__content table tr td
{
    font-family: 'Inter-Medium';

    padding: 6px 0;

    border-bottom: 2px solid #f24b4b;
}
@media screen and (max-width: 1199.9px)
{
    .service-box__content table tr td
    {
        font-family: 'Inter-Regular';
        font-size: 16px;

        padding: 4px;

        border-bottom: 1px solid #f24b4b;
    }
}
.service-box__table
{
    padding: 30px 24px;

    border: 2px solid #f24b4b;
    border-radius: 10px;
}
@media screen and (max-width: 1199.9px)
{
    .service-box__table
    {
        padding: 16px 8px;

        border: 0;
    }
}
@media screen and (max-width: 767.9px)
{
    .service-box__table
    {
        padding: 0;
    }
}
.service-box__btns
{
    margin: 48px 0 0;

    text-align: center;
}
@media screen and (max-width: 1199.9px)
{
    .service-box__btns
    {
        margin: 24px 0 0;
    }
}
.service-box__btns a + a
{
    margin-left: 42px;
}
@media screen and (max-width: 1199.9px)
{
    .service-box__btns a + a
    {
        margin-left: 22px;
    }
}
@media screen and (max-width: 991.9px)
{
    .service-box__btns a + a
    {
        display: none;
    }
}

.specialist-item
{
    display: flex;

    padding: 18px 16px;

    cursor: pointer;

    border: 2px solid #f24b4b;
    border-radius: 20px;
    background: #fff;

    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 767.9px)
{
    .specialist-item
    {
        height: 100%;
        padding: 8px 8px 12px;

        text-align: center;

        border: 1px solid #f24b4b;

        justify-content: center;
    }
}
.specialist-item__img img
{
    width: 82px;
    height: 82px;

    border-radius: 50%;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
@media screen and (max-width: 767.9px)
{
    .specialist-item__img img
    {
        width: 60px;
        height: 60px;
    }
}
.specialist-item__content
{
    padding: 0 0 0 12px;

    flex: 1 0 0;
}
@media screen and (max-width: 767.9px)
{
    .specialist-item__content
    {
        padding: 0;
    }
}
.specialist-item__title
{
    font-family: 'Inter-Medium';
    line-height: normal;

    max-width: 90%;
}
@media screen and (max-width: 1199.9px)
{
    .specialist-item__title
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 767.9px)
{
    .specialist-item__title
    {
        max-width: 100%;
    }
}
.specialist-item__desc
{
    font-size: 16px;
    line-height: normal;

    margin: 8px 0 0;
}
@media screen and (max-width: 1199.9px)
{
    .specialist-item__desc
    {
        font-size: 14px;
    }
}
@media screen and (max-width: 767.9px)
{
    .specialist-item__desc
    {
        font-size: 12px;
    }
}

.specialist-box
{
    display: flex;

    flex-wrap: wrap;
}
.specialist-box__image
{
    max-width: 50%;

    flex: 0 0 50%;
}
@media screen and (max-width: 991.9px)
{
    .specialist-box__image
    {
        max-width: 100%;

        text-align: center;

        flex: 0 0 100%;
    }
}
.specialist-box__btn
{
    margin: 26px 0 0;

    text-align: center;
}
@media screen and (max-width: 991.9px)
{
    .specialist-box__btn
    {
        display: none;
    }
}
.specialist-box__btn--mobile
{
    display: none;
}
@media screen and (max-width: 991.9px)
{
    .specialist-box__btn--mobile
    {
        display: block;
    }
}
.specialist-box__content
{
    max-width: 50%;
    padding-left: 30px;

    flex: 0 0 50%;
}
@media screen and (max-width: 1199.9px)
{
    .specialist-box__content
    {
        padding-left: 16px;
    }
}
@media screen and (max-width: 991.9px)
{
    .specialist-box__content
    {
        max-width: 100%;
        margin-top: 12px;
        padding-left: 0;

        flex: 0 0 100%;
    }
}
.specialist-box__title
{
    margin: 0;
}
.specialist-box__subtitle
{
    font-family: 'Inter-Medium';
    font-size: 20px;
    line-height: 1.3;

    margin: 2px 0 0;
}
@media screen and (max-width: 1199.9px)
{
    .specialist-box__subtitle
    {
        font-size: 16px;
    }
}
.specialist-box__desc
{
    margin: 16px 0 0;
}
.specialist-box__desc p
{
    margin: 0;
}
@media screen and (max-width: 1199.9px)
{
    .specialist-box__desc p
    {
        font-size: 16px;
    }
}
.specialist-box__desc ul
{
    margin: 6px 0 0;
    padding-left: 0;

    list-style-type: none;
}
.specialist-box__desc ul li
{
    line-height: 1.2;

    position: relative;

    padding-left: 24px;
}
@media screen and (max-width: 1199.9px)
{
    .specialist-box__desc ul li
    {
        font-size: 14px;
    }
}
.specialist-box__desc ul li + li
{
    margin: 8px 0 0;
}
.specialist-box__desc ul li:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';
    transform: translateY(-50%);

    background-image: url('../images/icons/romb-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.specialist-box__desc ul + p
{
    margin: 16px 0 0;
}

.advantage-box
{
    font-family: 'Inter-Medium';

    display: flex;

    text-align: right;

    align-items: center;
}
@media screen and (max-width: 1199.9px)
{
    .advantage-box
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 767.9px)
{
    .advantage-box
    {
        flex-direction: row-reverse;

        text-align: left;
    }
}
.advantage-box + .advantage-box
{
    margin: 40px 40px 0 0;
}
@media screen and (max-width: 1199.9px)
{
    .advantage-box + .advantage-box
    {
        margin: 20px 20px 0 0;
    }
}
.advantage-box + .advantage-box + .advantage-box
{
    margin: 40px 80px 0 0;
}
@media screen and (max-width: 1199.9px)
{
    .advantage-box + .advantage-box + .advantage-box
    {
        margin: 20px 40px 0 0;
    }
}
.advantage-box + .advantage-box + .advantage-box + .advantage-box
{
    margin: 40px 120px 0 0;
}
@media screen and (max-width: 1199.9px)
{
    .advantage-box + .advantage-box + .advantage-box + .advantage-box
    {
        margin: 20px 60px 0 0;
    }
}
@media screen and (max-width: 767.9px)
{
    .advantage-box + .advantage-box
    {
        margin: 12px 0 0 !important;
    }
}
.advantage-box img
{
    margin: 0 0 0 16px;
}
@media screen and (max-width: 767.9px)
{
    .advantage-box img
    {
        margin: 0 16px 0 0;
    }
}
.advantage-box--reverse
{
    flex-direction: row-reverse;

    text-align: left;
}
.advantage-box--reverse + .advantage-box
{
    margin: 40px 0 0 40px;
}
@media screen and (max-width: 1199.9px)
{
    .advantage-box--reverse + .advantage-box
    {
        margin: 20px 0 0 20px;
    }
}
.advantage-box--reverse + .advantage-box + .advantage-box
{
    margin: 40px 0 0 80px;
}
@media screen and (max-width: 1199.9px)
{
    .advantage-box--reverse + .advantage-box + .advantage-box
    {
        margin: 20px 0 0 40px;
    }
}
.advantage-box--reverse + .advantage-box + .advantage-box + .advantage-box
{
    margin: 40px 0 0 120px;
}
@media screen and (max-width: 1199.9px)
{
    .advantage-box--reverse + .advantage-box + .advantage-box + .advantage-box
    {
        margin: 20px 0 0 60px;
    }
}
.advantage-box--reverse img
{
    margin: 0 16px 0 0;
}

.review-box
{
    padding: 24px;

    border: 2px solid #f24b4b;
    border-radius: 20px;
    background: #fff;
}
@media screen and (max-width: 767.9px)
{
    .review-box
    {
        padding: 24px 38px;
    }
}
.review-box__author
{
    font-family: 'Inter-Medium';
    font-size: 20px;

    margin: 2px 0 0;
}
@media screen and (max-width: 767.9px)
{
    .review-box__author
    {
        font-size: 16px;
    }
}
.review-box__desc
{
    font-size: 16px;
    line-height: normal;

    margin: 8px 0 0;
}
@media screen and (max-width: 767.9px)
{
    .review-box__desc
    {
        font-size: 14px;
    }
}

.note
{
    display: flex;

    max-width: 690px;
    margin: 56px auto 0;

    flex-wrap: wrap;
}
@media screen and (max-width: 767.9px)
{
    .note
    {
        display: block;

        margin: 26px auto 0;
    }
}
.note__content
{
    padding-right: 60px;
}
@media screen and (max-width: 767.9px)
{
    .note__content
    {
        font-size: 16px;

        padding-right: 0;
    }
}
.note__content p
{
    margin: 0;
}
.note__content p + p
{
    margin: 10px 0 0;
}
@media screen and (max-width: 767.9px)
{
    .note__content p + p
    {
        margin: 2px 0 0;
    }
}
@media screen and (max-width: 767.9px)
{
    .note__btn
    {
        margin: 26px 0 0;
    }
}

.adress-box
{
    font-size: 24px;

    display: flex;

    padding: 24px;

    border-radius: 20px;
    background: #fff;

    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, .17));
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 1199.9px)
{
    .adress-box
    {
        font-size: 16px;

        padding: 14px;
    }
}
@media screen and (max-width: 991.9px)
{
    .adress-box
    {
        font-size: 12px;

        flex-direction: column;

        padding: 8px 4px;
    }
}
.adress-box__icon
{
    width: 48px;
    height: 48px;

    flex: 0 0 auto;
}
@media screen and (max-width: 991.9px)
{
    .adress-box__icon
    {
        width: 24px;
        height: 24px;
    }
}
.adress-box__content
{
    padding-left: 16px;

    flex: 1 0 0;
}
@media screen and (max-width: 767.9px)
{
    .adress-box__content
    {
        margin: 2px 0 0;
        padding-left: 0;

        text-align: center;
    }
}
.adress-box__content a
{
    color: #252422;
}
.adress-box__content a:hover
{
    color: #f24b4b;
}

.popup
{
    position: relative;

    width: auto;
    max-width: 670px;
    margin: 20px auto;
    padding: 40px;

    border-radius: 20px;
    background: #fff;
}
@media screen and (max-width: 991.9px)
{
    .popup
    {
        padding: 30px;
    }
}
.popup__title
{
    font-size: 30px;

    margin: 0 0 12px 0;
}
@media screen and (max-width: 991.9px)
{
    .popup__title
    {
        font-size: 24px;
    }
}
.popup__res
{
    font-family: 'Inter-Semibold';
    font-size: 30px;

    text-transform: uppercase;
}
@media screen and (max-width: 991.9px)
{
    .popup__res
    {
        font-size: 22px;
    }
}
.popup__res + .popup__res
{
    margin-top: 28px;
}
.popup--callback
{
    max-width: 470px;
}
.popup--success
{
    padding-top: 80px;
    padding-bottom: 500px;

    text-align: center;

    background-color: #eff4f7;
    background-image: url('../images/content/popup-success.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* overlay at start */
.mfp-fade.mfp-bg
{
    transition: all .15s ease-out;

    opacity: 0;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready
{
    opacity: .8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing
{
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content
{
    transition: all .15s ease-out;

    opacity: 0;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content
{
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content
{
    opacity: 0;
}

/*----------------------
        * Layouts
    ----------------------*/
.header
{
    padding: 30px 0 0;
}
@media screen and (max-width: 767.9px)
{
    .header
    {
        padding: 10px 0 0;
    }
}
.header__in
{
    display: flex;

    flex-wrap: wrap;
    align-items: center;
}
.header__logo
{
    max-width: 22%;

    flex: 0 0 22%;
}
@media screen and (max-width: 991.9px)
{
    .header__logo
    {
        max-width: 48%;

        flex: 0 0 48%;
    }
}
.header__menu
{
    max-width: 63.33%;

    flex: 0 0 63.33%;
}
@media screen and (max-width: 1199.9px)
{
    .header__menu
    {
        max-width: 63%;

        flex: 0 0 63%;
    }
}
@media screen and (max-width: 991.9px)
{
    .header__menu
    {
        display: flex;

        max-width: 52%;
        padding-left: 0;

        justify-content: flex-end;
        flex: 0 0 52%;
    }
}
.header__phone
{
    display: none;

    width: 40px;
    height: 40px;
    margin-left: 28px;
}
@media screen and (max-width: 991.9px)
{
    .header__phone
    {
        display: inline-flex;
    }
}
.header__mobile
{
    display: none;
}
@media screen and (min-width: 991.9px)
{
    .header__mobile
    {
        display: block !important;
    }
}
@media screen and (max-width: 991.9px)
{
    .header__mobile
    {
        position: fixed;
        z-index: 12;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
        padding-top: 80px;

        background-color: #eff4f7;
    }
}
.header__socials
{
    max-width: 14.66%;

    text-align: right;

    flex: 0 0 14.66%;
}
@media screen and (max-width: 1199.9px)
{
    .header__socials
    {
        max-width: 13%;

        flex: 0 0 13%;
    }
}
@media screen and (max-width: 991.9px)
{
    .header__socials
    {
        display: none;
    }
}

.hero
{
    padding: 36px 0 0;

    background-image: url('../images/content/dog-intro.png');
    background-repeat: no-repeat;
    background-position: 80% 20%;
    background-size: 770px auto;
}
@media screen and (max-width: 1399.9px)
{
    .hero
    {
        background-position: 80% 45%;
        background-size: 600px auto;
    }
}
@media screen and (max-width: 1199.9px)
{
    .hero
    {
        background-position: 90% 70%;
        background-size: 500px auto;
    }
}
@media screen and (max-width: 767.9px)
{
    .hero
    {
        background-position: 50% 74%;
        background-size: 330px;
    }
}
.hero__content
{
    max-width: 540px;
}
.hero__title
{
    line-height: 1.25;

    margin: 0;
}
@media screen and (max-width: 767.9px)
{
    .hero__title
    {
        text-align: center;
    }
}
.hero__text
{
    font-size: 24px;
    line-height: 1.2;

    margin-top: 32px;
}
@media screen and (max-width: 767.9px)
{
    .hero__text
    {
        font-size: 14px;

        margin-top: 16px;

        text-align: center;
    }
}
.hero__btns
{
    margin-top: 32px;
}
.hero__btns a + a
{
    margin-left: 28px;
}
.hero__btns--mobile
{
    display: none;
}
@media screen and (max-width: 767.9px)
{
    .hero__btns--mobile
    {
        display: block;

        margin-top: 25px;
    }
}
@media screen and (max-width: 767.9px)
{
    .hero__btns
    {
        display: none;
    }
}
.hero__panel
{
    display: flex;

    margin: 100px 0 0;
    padding: 35px;

    border-radius: 20px;
    background: #fff;

    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, .17));
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1199.9px)
{
    .hero__panel
    {
        margin: 210px 0 0;
        padding: 30px;
    }
}
@media screen and (max-width: 767.9px)
{
    .hero__panel
    {
        padding: 8px;
    }
}
.hero__item
{
    display: flex;

    max-width: 31.33%;

    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 0 0 31.33%;
}
@media screen and (max-width: 767.9px)
{
    .hero__item
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .hero__item:last-of-type
    {
        display: none;
    }
}
.hero__item-icon
{
    display: flex;

    max-width: 56px;

    flex: 0 0 56px;
}
@media screen and (max-width: 991.9px)
{
    .hero__item-icon
    {
        max-width: 36px;

        flex: 0 0 36px;
    }
}
.hero__item-text
{
    font-size: 24px;

    padding-left: 44px;

    flex: 1 0 0;
}
@media screen and (max-width: 1199.9px)
{
    .hero__item-text
    {
        font-size: 20px;

        padding-left: 22px;
    }
}
@media screen and (max-width: 991.9px)
{
    .hero__item-text
    {
        font-size: 16px;

        padding-left: 12px;
    }
}
@media screen and (max-width: 767.9px)
{
    .hero__item-text
    {
        font-size: 14px;

        padding-left: 8px;
    }
}
.hero__item-text a
{
    color: #252422;
}
.hero__item-text a:hover
{
    color: #f24b4b;
}

.footer
{
    padding: 60px 0;
}
.footer__top
{
    display: flex;

    flex-wrap: wrap;
}
.footer__bottom
{
    margin: 28px 0 0;
}
@media screen and (max-width: 767.9px)
{
    .footer__bottom
    {
        margin: 14px 0 0;
    }
}
.footer__header
{
    margin: 0;

    text-align: left;
    text-transform: uppercase;
}
.footer__text
{
    font-size: 22px;
    line-height: 1.4;

    margin: 22px 0 0;
}
@media screen and (max-width: 1199.9px)
{
    .footer__text
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 767.9px)
{
    .footer__text
    {
        font-size: 16px;
    }
}
.footer__contact
{
    max-width: 390px;

    flex: 0 0 30%;
}
@media screen and (max-width: 767.9px)
{
    .footer__contact
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
}
.footer__form
{
    margin: 26px 0 0 0;
}
@media screen and (max-width: 767.9px)
{
    .footer__form
    {
        margin: 12px 0 0 0;
    }
}
.footer__map
{
    padding-left: 50px;

    flex: 1 0 0;
}
@media screen and (max-width: 767.9px)
{
    .footer__map
    {
        margin: 16px 0 0;
        padding-left: 0;
    }
}
.footer__iframe
{
    width: 100%;
    height: 390px;
}
@media screen and (max-width: 767.9px)
{
    .footer__iframe
    {
        height: 210px;
    }
}
.footer__boxes
{
    position: relative;
    top: -14px;

    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__box
{
    max-width: 48%;

    flex: 0 0 48%;
}
@media screen and (max-width: 767.9px)
{
    .footer__box
    {
        max-width: 49%;

        flex: 0 0 49%;
    }
}
.footer__bottom-in
{
    display: flex;

    flex-wrap: wrap;
    align-items: flex-end;
}
.footer__logo
{
    max-width: 22%;

    flex: 0 0 22%;
}
@media screen and (max-width: 767.9px)
{
    .footer__logo
    {
        max-width: 45%;

        flex: 0 0 45%;
    }
}
.footer__menu
{
    max-width: 78%;

    text-align: right;

    flex: 0 0 78%;
}
@media screen and (max-width: 767.9px)
{
    .footer__menu
    {
        max-width: 55%;

        flex: 0 0 55%;
    }
}
.footer__nav,
.footer__socials
{
    line-height: 1.2;

    display: inline-block;

    vertical-align: middle;
}
@media screen and (max-width: 767.9px)
{
    .footer__nav
    {
        display: none;
    }
}
.footer__nav--mobile
{
    display: none;

    max-width: 100%;
    margin: 0 0 24px 0;

    list-style-position: inside;

    text-align: center;

    flex: 0 0 100%;
    -moz-column-count: 2;
         column-count: 2;
}
.footer__nav--mobile a
{
    display: block;

    margin-left: 0;
}
.footer__nav--mobile a + a
{
    margin: 16px 0 0;
}
@media screen and (max-width: 767.9px)
{
    .footer__nav--mobile
    {
        display: block;
    }
}
.footer__copyright
{
    font-size: 12px;

    margin: 34px 0 0 0;
}
@media screen and (max-width: 767.9px)
{
    .footer__copyright
    {
        display: none;
    }
}
.footer__copyright--mobile
{
    display: none;

    margin: 8px 0 0 0;

    text-align: center;
}
@media screen and (max-width: 767.9px)
{
    .footer__copyright--mobile
    {
        display: block;
    }
}
.footer__copyright img
{
    margin-right: 5px;

    vertical-align: sub;
}

.section
{
    padding: 62px 0;

    background-color: #eff4f7;
}
@media screen and (max-width: 767.9px)
{
    .section
    {
        padding: 30px 0;
    }
}
.section--intro
{
    padding: 0 0 78px;
}
@media screen and (max-width: 767.9px)
{
    .section--intro
    {
        padding: 0 0 30px;
    }
}
.section--about
{
    padding: 60px 0 112px;

    background-color: #fafafa;
    background-image: url('../images/icons/paws-icon.svg');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
@media screen and (max-width: 1199.9px)
{
    .section--about
    {
        padding: 60px 0;
    }
}
@media screen and (max-width: 767.9px)
{
    .section--about
    {
        padding: 30px 0 60px;

        background-position: 90% 100%;
        background-size: 100px;
    }
}
.section--reviews,
.section--specialists,
.section--gallery
{
    background-color: #fafafa;
}
.section--reviews
{
    background-image: url('../images/content/reviews-background.png');
    background-size: cover;
}
.section__header
{
    margin: 0 0 52px;

    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 1199.9px)
{
    .section__header
    {
        margin: 0 0 24px;
    }
}

.about
{
    display: flex;

    flex-wrap: wrap;
}
@media screen and (max-width: 767.9px)
{
    .about
    {
        justify-content: center;
    }
}
.about__count
{
    max-width: 50%;

    flex: 0 0 50%;
}
@media screen and (max-width: 767.9px)
{
    .about__count
    {
        max-width: 90%;

        flex: 0 0 90%;
    }
}
.about__text
{
    font-size: 22px;
    line-height: 1.4;

    max-width: 50%;
    padding-left: 15px;

    flex: 0 0 50%;
}
@media screen and (max-width: 1199.9px)
{
    .about__text
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 991.9px)
{
    .about__text
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 767.9px)
{
    .about__text
    {
        max-width: 100%;
        margin: 10px 0 0;
        padding-left: 0;

        text-align: center;

        flex: 0 0 100%;
    }
}
.about__text p
{
    margin: 0;
}
.about__text--hidden
{
    display: none;
}
.about__btn
{
    font-family: 'Inter-Semibold';
    font-size: 22px;

    position: relative;

    margin: 40px 0 0 0;

    border: 0;
    background-color: transparent;
}
@media screen and (max-width: 1199.9px)
{
    .about__btn
    {
        font-size: 18px;

        margin: 16px 0 0 0;
    }
}
.about__btn:after
{
    position: absolute;
    top: 56%;
    right: -25px;

    width: 30px;
    height: 30px;

    content: '';
    transition: .5s;
    transform: translateY(-50%);

    background-image: url('../images/icons/toggle-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 767.9px)
{
    .about__btn:after
    {
        width: 25px;
        height: 25px;

        background-size: contain;
    }
}
.about__btn.is-open:after
{
    transform: scale(1, -1) translateY(50%);
}

.gallery__in
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery__col
{
    max-width: 33.33%;
    padding: 0 .75rem;

    flex: 0 0 33.33%;
}
@media screen and (max-width: 767.9px)
{
    .gallery__col
    {
        display: none;

        max-width: 100%;

        flex: 0 0 100%;
    }
}
.gallery__col--mobile
{
    display: none;

    text-align: center;
}
@media screen and (max-width: 767.9px)
{
    .gallery__col--mobile
    {
        display: block;
    }
}
.gallery__item img
{
    border-radius: 20px;
}
.gallery .gallery-swiper + .gallery-swiper
{
    margin-top: 34px;
}
@media screen and (max-width: 1199.9px)
{
    .gallery .gallery-swiper + .gallery-swiper
    {
        margin-top: 17px;
    }
}

@media screen and (min-width: 991.9px)
{
    .specialists
    {
        display: flex;

        flex-wrap: wrap;
    }
}
.specialists__for
{
    padding-left: 22px;
    /* @media screen and (max-width:$xlarge) {
      margin-left: 22px;
  } */
}
@media screen and (max-width: 991.9px)
{
    .specialists__for
    {
        margin-top: 24px;
        margin-left: 0;
    }
}
@media screen and (min-width: 767.9px)
{
    .specialists__for
    {
        max-width: 70%;
    }
}
@media screen and (min-width: 991.9px)
{
    .specialists__nav
    {
        max-width: 30%;
    }
}

.advantages__item
{
    position: relative;
    z-index: 2;

    display: flex;

    flex-wrap: wrap;
}
.advantages__item + .advantages__item
{
    margin: 46px 0 0;
}
@media screen and (max-width: 767.9px)
{
    .advantages__item + .advantages__item
    {
        margin: 12px 0 0;
    }
}
.advantages__item--reverse
{
    flex-direction: row-reverse;
}
.advantages__item--reverse .advantages__media
{
    left: 0;
}
.advantages__item--reverse .advantages__content
{
    align-items: flex-start;
}
.advantages__content
{
    display: flex;
    flex-direction: column;

    max-width: 52%;

    flex: 0 0 52%;
    align-items: flex-end;
}
@media screen and (max-width: 767.9px)
{
    .advantages__content
    {
        max-width: 100%;

        flex: 0 0 100%;
        align-items: flex-start;
    }
}
.advantages__media
{
    position: absolute;
    z-index: 1;
    top: -30%;
    right: 0;

    max-width: 48%;

    flex: 0 0 48%;
}
@media screen and (max-width: 991.9px)
{
    .advantages__media
    {
        top: 0;
    }
}
@media screen and (max-width: 767.9px)
{
    .advantages__media
    {
        position: static;

        display: none;

        max-width: 100%;

        flex: 0 0 100%;
    }
}
.advantages__media--mobile
{
    display: none;
}
@media screen and (max-width: 767.9px)
{
    .advantages__media--mobile
    {
        display: block;
    }
}
