/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

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

* {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    outline-color: transparent;
}

a {
    text-decoration: none;
}

.gap {
    width: 100%;
    height: 28px;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
}

.holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-menu ul {
    padding-left: 0;
    margin: 0;
    text-align: right;
}

.nav-menu ul li {
    list-style: none;
    display: inline-block;
}

.nav-menu ul li.booking a {
    background: #FF0027;
}

.nav-menu ul li a {
    line-height: 24px;
    padding: 32px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
}

a {
    transition: all ease-in-out 300ms;
}

header {
    z-index: 2;
    position: relative;
}

header .holder {
    align-items: center;
}

.header-page {
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
}

.header-page .holder {
    align-items: center;
}

.header-page .nav-menu ul li.booking a {
    color: #FFF;
}

.header-page .nav-menu ul li a {
    color: #010001;
}

.header {
    top: -90px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    position: fixed;
}

.header .holder {
    align-items: center;
}

.header.active {
    opacity: 1;
    z-index: 3;
    transition: all ease-in-out 300ms;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
}

.header .nav-menu ul li.booking a {
    color: #FFF;
}

.header .nav-menu ul li a {
    color: #010001;
}

.sec_one {
    min-height: 100vh;
    margin-top: -88px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.sec_one .wrapper {
    position: relative;
    min-height: 100vh;
}

.sec_one h1 {
    width: 46%;
    position: absolute;
    right: 0;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    font-weight: 400;
    top: 46%;
    font-family: 'Georgia';
}

.sec_one h1:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #FF0027;
}

.min_contacts {
    position: absolute;
    bottom: 10%;
    left: 0;
    display: flex;
}

.min_contacts a.phone {
    font-size: 20px;
    color: #ffffff;
    margin-right: 50px;
    position: relative;
    text-decoration: none;
    display: block;
}

.min_contacts a.phone:hover {
    color: #FF0027;
}

.min_contacts a.phone:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #FF0027;
    width: 6px;
    height: 6px;
    left: -20px;
    top: 9px;
}

.min_contacts a.soc {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    color: #ffffff;
}

.min_contacts a.soc:hover {
    color: #FF0027;
}

.sec_two {
    max-height: 100vh;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.sec_two a.arr-down {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    color: #010001;
    display: block;
    text-align: center;
    line-height: 80px;
    position: absolute;
    z-index: 2;
}

.sec_two a.arr-down svg {
    max-height: 6px;
    max-width: 14px;
}

.sec_two .wrapper > .holder {
    align-items: center;
}

.sec_two .for_text {
    width: 50%;
    box-sizing: border-box;
    padding: 80px 200px 0 50px;
}

.sec_two .for_slider {
    width: 570px;
    position: relative;
    margin-top: -81px;
}

section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 161px;
    display: flex;
    justify-content: space-between;
}

section .owl-theme .owl-nav button {
    width: 80px;
    height: 80px;
    background: #fff !important;
    color: #010001 !important;
    font-size: 24px !important;
}

section .owl-theme .owl-nav button:hover {
    transition: all ease-in-out 300ms;
    background: #010001 !important;
    color: #fff !important;
}

.title {
    font-size: 38px;
    font-family: 'Georgia';
    color: #010001;
    line-height: 42px;
    position: relative;
    margin-bottom: 28px;
}

.title:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #FF0027;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: #010001;
    margin: 0 0 20px 0;
}

a.more {
    color: #FF0027;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    display: block;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    border-radius: 0;
}

.what_we_do {
    overflow-x: hidden;
    width: 100%;
    background: #F5F5F5;
    padding: 120px 0;
    margin-top: 88px;
}

.what_we_do .owl-theme .owl-nav {
    right: 371px;
    bottom: 15px;
}

.slider_service {
    width: 1475px;
    position: relative;
}

.slider_service .item {
    background: #FFFFFF;
    padding: 40px 40px 50px 40px;
    margin-bottom: 15px;
}

.slider_service .item h3 {
    font-size: 20px;
    font-weight: 500;
    color: #010001;
    margin: 12px 0 17px 0;
}

.slider_service .item strong {
    font-size: 15px;
    color: #686768;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
}

.slider_service .item .price {
    margin-top: 120px;
    font-size: 20px;
    color: #010001;
    font-weight: 500;
}

.gallery {
    padding: 125px 0 140px;
    background: #fff;
}

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

.gallery .list .square {
    position: relative;
    width: calc(25% - 4px);
    margin-bottom: 4px;
    cursor: pointer;
}

.gallery .list .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.gallery .list img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}


.hidden {
    display: none;
    opacity: 0;
}

.black_title {
    padding-top: 170px;
    background: #0D0D0E;
    margin-top: -88px;
    max-height: 350px;
    z-index: 1;
    position: relative;
}

.page-template-servises .title:before{
    left: calc(50% - 11px);
}
.page-template-servises .title{
    text-align: center;
}

.black_title .title {
    color: #fff;
    text-align: center;
    margin-bottom: 88px;
}

.black_title .title:before {
    left: calc(50% - 11px);
}

.black_title .for_img {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.black_title .for_img img {
    max-width: 100%;
}

.about_us_text .for_text {
    padding-top: 245px;
    padding-bottom: 100px;
    width: 50%;
    margin: 0 auto;
}

.about_us_text .for_text h1, .about_us_text .for_text h2, .about_us_text .for_text h3, .about_us_text .for_text h4, .about_us_text .for_text h5, .about_us_text .for_text h6 {
    font-size: 20px;
    line-height: 24px;
    color: #010001;
    font-weight: 500;
    margin-bottom: 21px;
}

.about_us_text .for_text p {
    margin-bottom: 30px;
}

ul {
    padding-left: 18px;
    margin-bottom: 30px;
}

ul li {
    font-size: 15px;
    color: #010001;
    line-height: 24px;
    font-weight: 400;
}

/* ---- button ---- */

.gallery .button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: #fff;
    border-radius: 7px;
    color: #010101;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #FF0027;
}

.gallery .button:hover {
    background-color: rgba(255, 0, 39, 0.51);
    color: #fff;
}

.gallery .button:active,
.gallery .button.is-checked {
    background-color: #FF0027;
    color: #fff;
}

.gallery .button.is-checked {
    color: white;
}

/* ---- button-group ---- */

.gallery .button-group {
    margin-bottom: 30px;
    text-align: center;
}

.gallery .button-group:after {
    content: '';
    display: block;
    clear: both;
}

.gallery .button-group .button {
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

.gallery .button-group .button:first-child {
    border-radius: 0.5em 0 0 0.5em;
}

.gallery .button-group .button:last-child {
    border-radius: 0 0.5em 0.5em 0;
}

/* clear fix */
.gallery .grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

/*.gallery .element-item {*/
/*position: relative;*/
/*float: left;*/
/*width: 100px;*/
/*height: 100px;*/
/*margin: 5px;*/
/*padding: 10px;*/
/*background: #888;*/
/*color: #262524;*/
/*}*/

/*.gallery .element-item > * {*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/

/*.gallery .element-item .name {*/
/*position: absolute;*/

/*left: 10px;*/
/*top: 60px;*/
/*text-transform: none;*/
/*letter-spacing: 0;*/
/*font-size: 12px;*/
/*font-weight: normal;*/
/*}*/

/*.gallery .element-item .symbol {*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 0px;*/
/*font-size: 42px;*/
/*font-weight: bold;*/
/*color: white;*/
/*}*/

/*.gallery .element-item .number {*/
/*position: absolute;*/
/*right: 8px;*/
/*top: 5px;*/
/*}*/

/*.gallery .element-item .weight {*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 76px;*/
/*font-size: 12px;*/
/*}*/

#map.home {
    height: 100vh;
}

#map {
    height: 400px;
    width: 100%;
}

body.home .map-legend .wrapper .legend {
    bottom: 200px;
}

.map-legend .wrapper {
    position: relative;
    height: 0;
}

.map-legend .wrapper .legend {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 352px;
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    padding: 42px 40px 25px 40px;
}

.map-legend .wrapper .legend a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #010001;
    margin-bottom: 10px;
    line-height: 22px;
}

.map-legend .wrapper .legend a:nth-child(3) {
    color: #FF0027;
}

.map-legend .wrapper .legend a:hover {
    color: #FF0027;
}

.hidden_for_popup {
    display: none !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.serv_popup {
    background: #fff;
    display: none;
    opacity: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.serv_popup.active {
    display: block;
    opacity: 1;
    transition: all ease-in-out 300ms;
}

.serv_popup .wrapper {
    height: 100%;
    position: relative;
}

.serv_popup .wrapper .slider_nav {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 3;
}

.serv_popup .wrapper .slider_nav .btn {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 40px;
    color: #010001;
    text-align: center;
    line-height: 40px;
    font-size: 35px;
    cursor: pointer;
    z-index: 3;
}

.serv_popup .wrapper .slider_nav .btn:hover {
    color: #FF0027;
}

.serv_popup .wrapper .slider_nav .btn.next {
    right: -40px;
    left: auto;
}

.serv_popup .holder {
    align-items: center;
    height: 100%;
    position: relative;
}

.serv_popup .for_exit {
    position: absolute;
    cursor: pointer;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all ease-in-out 300ms;
}

.serv_popup .for_exit:hover {
    color: #FF0027;
    fill: #FF0027;
}

.serv_popup .for_exit:hover svg {
    fill: #FF0027;
}

.serv_popup .for_exit svg {
    width: 18px;
    height: 18px;
}

.serv_popup .for_slider {
    width: 58%;
    padding: 15% 0;
}

.serv_popup .for_slider .owl-carousel .item {
    text-align: center;
    position: relative;
}

.serv_popup .for_slider .owl-carousel .item .cpl {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto -23px;
    position: relative;
    z-index: 3;
}

.serv_popup .for_slider .owl-carousel .item .cpl a {
    width: 28px;
    height: 20px;
    display: block;
    color: #ccc;
}

.serv_popup .for_slider .owl-carousel .item .cpl a img {
    margin-top: 5px;
}

.serv_popup .for_slider .owl-carousel .item .cpl a svg {
    max-width: 100%;
    height: auto;
}

.serv_popup .for_slider .owl-carousel .item img {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
}

.serv_popup .for_text {
    width: 40%;
}

.serv_popup .for_text h3 {
    font-size: 38px;
    font-family: 'Georgia';
    line-height: 42px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.serv_popup .for_text strong {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin: 0 0 15px 0;
    color: #686768;
}

.serv_popup .for_text p {
    color: #010001;
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 20px 0;
}

.serv_popup .for_text .price {
    color: #010001;
    font-size: 20px;
    line-height: 21px;
    margin: -10px 0 20px 0;
    font-weight: 500;
}

.slider_service.sv-page {
    width: 100%;
}

.slider_service.sv-page .holder {
    flex-wrap: wrap;
    text-align: left;
    justify-content: inherit;
}

.slider_service.sv-page .holder .item {
    width: calc(25% - 12px);
    box-sizing: border-box;
    padding: 25px 11px 30px;
    margin-right: 15px;
}

.slider_service.sv-page .holder .item:nth-child(4n + 4) {
    margin-right: 0;
}

.slider_service.sv-page .holder .item .price {
    margin-top: 30px;
}

.visible-xs {
    display: none;
}

@media screen and (max-width: 1199px) {
    .wrapper {
        width: 990px;
    }

    .sec_two .for_slider {
        width: 50%;
    }

    .sec_two .for_text {
        padding: 80px 100px 0 50px;
    }

    .slider_service {
        width: 1000px;
    }

    .about_us_text .for_text {
        width: 65%;
    }
}

@media screen and (max-width: 992px) {
    .wrapper {
        width: 768px;
    }

    .nav-menu ul li a {
        line-height: 20px;
        padding: 25px 10px;
        font-size: 14px;
    }

    .sec_one h1 {
        width: 100%;
        position: absolute;
        font-size: 40px;
        line-height: 46px;
        top: 42%;
    }

    .sec_two {
        padding-bottom: 100px;
    }

    .gallery .list .square {
        width: calc(50% - 4px);
    }

    .slider_service.sv-page .holder .item {
        width: calc(50% - 12px);
    }

    .slider_service.sv-page .holder .item:nth-child(2n + 2) {
        margin-right: 0;
    }

    .about_us_text .for_text {
        width: 90%;
    }

    .black_title .for_img {
        width: 90%;
        padding: 200px 0 50px 0;
    }
}

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

    .gallery .list .square {
        width: calc(100% - 4px);
    }

    .gallery .button-group .button {
        margin-bottom: 5px;
    }

    .gallery .button-group .button:first-child {
        border-radius: 0;
    }

    .gallery .button-group .button:last-child {
        border-radius: 0
    }

    .sec_one h1 {
        width: 90%;
        font-size: 30px;
        line-height: 36px;
        top: 70%;
        text-shadow: 0 0 15px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .6);
    }

    .sec_one {
        background-position: 22% 0%;
        margin-top: -70px;
    }

    .nav-menu {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .wrapper {
        width: calc(100% - 4px);
    }

    a.booking {
        line-height: 20px;
        padding: 25px 30px;
        font-size: 15px;
        display: block;
        background: #FF0027;
        text-transform: uppercase;
        color: #fff;
    }

    .mob-menu-toogle {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
    }

    .mob-menu-toogle svg {
        width: 53px;
        height: 30px;
        margin-top: 5px;
    }

    .min_contacts {
        bottom: 5%;
        left: 10%;
        width: 90%;
    }

    .min_contacts a.arr-down {
        cursor: pointer;
        width: 80px;
        height: 80px;
        background: transparent;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 80px;
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: -26px;
    }

    .sec_two .for_slider {
        display: none;
    }

    .sec_two {
        padding-bottom: 0;
        margin-top: 90px;
    }

    .sec_two .for_text {
        width: 100%;
        padding: 5px;
    }

    .slider_service .item {
        padding: 20px 10px;
    }

    .slider_service .item .price {
        margin-top: 25px;
    }

    .title {
        margin: 0 auto 30px;
        width: 90%;
    }

    .slider_service {
        width: 200%;
        margin-left: -50%;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background: #FF0027;
    }

    .what_we_do {
        padding: 100px 0 60px 0;
    }

    .link__more {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        display: block;
        margin: 20px 0;
        color: #010001;
    }

    .gallery {
        padding: 80px 0 60px;
    }

    .gallery .list {
        width: calc(100% - 48px);
        margin: 0 auto;
    }

    .map-legend .wrapper .legend {
        position: relative;
        bottom: auto;
        right: 0;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        z-index: 2;
        padding: 42px 10px 25px 24px;
    }

    .header .mob-menu-toogle {
        color: #010101;
    }

    .mob-menu-fixed {
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        padding: 22px;
        background: #010001;
        position: fixed;
        top: 0;
        left: -101%;
        z-index: 5;
        transition: all ease-in-out 300ms;
    }

    .mob-menu-fixed.active {
        left: 0;
        transition: all ease-in-out 300ms;
    }

    .mob-menu-fixed .exit {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 27px;
        left: 20px;
    }

    .mob-menu-fixed .min_contacts {
        bottom: 10%;
        left: 0;
        width: 100%;
        text-align: center;
        display: block;
    }

    .mob-menu-fixed .min_contacts a.phone {
        margin-right: 0;
        display: inline-block;
    }

    .mob-menu-fixed .title_b {
        font-size: 25px;
        color: #fff;
        display: block;
        margin-left: 50px;
        margin-bottom: 120px;
    }

    .mob-menu-fixed .nav-menu-menu {
        padding-left: 0;
    }

    .mob-menu-fixed .nav-menu-menu li {
        list-style: none;
        padding: 15px 0;
    }

    .mob-menu-fixed .nav-menu-menu li a {
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
        display: block;
        text-align: center;
    }

    .black_title {
        max-height: 200px;
    }

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

    .black_title .for_img {
        padding-top: 0;
    }

    .about_us_text .for_text {
        padding-top: 110px;
        padding-bottom: 31px;
    }

    .slider_service.sv-page {
        margin-left: 0;
    }

    .slider_service.sv-page .holder .item {
        width: calc(100% - 12px);
        margin: 0 auto 15px;
    }

    .slider_service.sv-page .holder .item:nth-child(2n + 2) {
        margin-right: auto;
    }

    .serv_popup .holder {
        display: block;
    }

    .serv_popup .for_slider {
        width: 60%;
        padding: 20px 0 10px;
        margin: 0 auto;
    }

    .serv_popup .for_exit {
        top: 25px;
        right: 25px;
    }

    .serv_popup .for_text {
        width: 100%;
    }

    .serv_popup .for_slider .owl-carousel .item img {
        width: 100%;
    }

    .serv_popup .for_text h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .serv_popup {
        overflow-y: auto;
    }

    .serv_popup .for_text {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .serv_popup .wrapper .slider_nav {
        display: none;
    }

    body {
        overflow-x: hidden;
    }
}

.serv_popup .for_exit {
    z-index: 4;
}

