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

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}


abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}


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

:root {
    --main-color: #F2B3B3;
}

* {
    box-sizing: border-box;
}

h1, h2, h3 {
    margin-top: 0;
}

.text-white {
    color: #fff;
}

.container, .container-full {
    padding: 0 0rem;
}

.flex-wrapp {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -1.5rem;
}

.relative {
    position: relative;
}

.col-3, .col-4, .col-6, .col-8, .col-9, .col-1-7, .col-12 {
    padding: 0 1.5rem;
}

.container {
    max-width: 1280px;
    margin: auto;
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

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

.padding-0 {
    padding: 0;
}

.m-auto {
    margin: auto;
}

.m-l-auto {
    margin-left: auto;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333%;
}

.col-6 {
    width: 50%;
}

.col-8 {
    width: 66.666%;
}

.col-9 {
    width: 75%;
}

.col-1-7 {
    width: 14.285%;
}

.col-12 {
    width: 100%;
}

.header__wrapper,
.footer__wrapper {
    padding: 0rem 0;
}

.header__logo {
    margin-right: 4.0rem;
}

.header__nav-container {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.header__nav-link-wrapp a {
    padding-right: 2.5rem;
    text-decoration: none;
    text-transform: uppercase;
}

.nav.header__nav li a:hover {
    opacity: .6;
}

.header__logo {
    width: 150px;
}

picture {
    display: inline-block;
}

.first-screen__wrapp {
    border-radius: 2rem;
    padding: 1rem 1rem 1rem 2rem;
}

.first-screen__main-img {
    max-width: 100%;
}

.first-screen__main-img img {
    max-width: 100%;
    width: 100%;
}


.first-screen__title {
    margin-bottom: 1rem;
}

.first-screen__description-text {
    margin: 0 0 3.5rem;
}

.phone-link a, .phone-link button, .feedback__wrapp button {
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: 100px;
    display: inline-block;
    transition: .3s ease-in-out;
}

.address-link a {
    text-decoration: none;
    padding: 1rem 1.5rem;
    display: inline-block;
    transition: .3s ease-in-out;
}

/* CENTER BLOCK */
.center-block {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.center-block__content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.section-padding {
    padding: 5rem 0;
}

.section-margin {
    margin: 5rem 0;
}

.second-screen__img-wrapp {
    position: relative;
}

.second-screen__main-img,
.second-screen__bg-img {
    max-width: 100%;
    width: 100%;
}

.second-screen__main-img img,
.second-screen__bg-img img {
    border-radius: 1rem;
    max-width: 100%;
    width: 100%;
}

.second-screen__bg-img {
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -70px;
    width: 120%;
    max-width: 120%;
}

.second-screen-title .white-title {
    margin-bottom: 2rem;
}

.third-screen {
    position: relative;
}

.services-title {
    text-align: center;
}

.third-screen__img-wrapp {
    display: flex;
    height: 100%;
}

.third-screen__img {
    max-width: 100%;
    height: 100%;
}

.third-screen__img img {
    height: unset;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.service-item {
    position: relative;
    margin-top: 15px;
}

.service-item__wrapp {
    position: relative;
    display: block;
    text-decoration: none;
}

.service-item__wrapp:hover {
    transform: translate(0, -1px);
}

.service-item__title-wrapp {
    position: absolute;
    display: block;
    width: 100%;
    padding: 3rem 0 1rem;
    bottom: 0;
}

.service-item__img {
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 440px;
    overflow: hidden;
}

.service-item__img img {
    object-fit: cover;
    width: 100%;
}

.service-item__title {
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.moon-calendar__wrapp, .feedback__wrapp {
    padding: 3.5rem 1.5rem;
    flex-wrap: wrap;
}

.moon-calendar__title {
    transform: translate(0, 0);
    transition: transform 1s ease-in-out;
    margin-bottom: 3.5rem;
}

.moon-calendar__item {
    text-align: center;
}

.moon-calendar__date {
    margin-bottom: .25rem;
}

.moon-calendar__weekday {
    text-transform: uppercase;
}

.moon-calendar__status {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin-top: 1rem;
}

.moon-calendar__item-devider {
    margin-top: 30px;
}

.moon-calendar__item-devider:last-of-type {
    border: none;
}

.six-screen {
    position: relative;
}

.m-l-auto p {
    font-size: 1.75em;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
}

.six-screen__img-wrapp {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
}

.six-screen__img {
    display: flex;
    width: 100%;
}

.six-screen__img img {
    width: 100%;
    object-fit: cover;
}

.slider {
    width: 100%;
    position: relative;
}

.wrapper {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    z-index: 1;
}

.slides {
    display: flex;
    position: relative;
    top: 0;
    margin: 0 -1.5rem;
    left: -320px;
    width: 10000px;
}

.slides.shifting {
    transition: left .3s ease-out;
}

.slide {
    display: flex;
    width: 320px;
    padding: 0 1.5rem;
    cursor: pointer;
    transition: all 1s;
    position: relative;
}

.control {
    display: inline-flex;
    height: 48px;
    width: 48px;
    background: var(--main-color);
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

.control.prev {
    left: -24px;
}

.control.next {
    right: -24px;
}

.inst,
.subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
}

.inst {
    padding-top: 40px;
}

.feedback__form {
    display: flex;
    flex-direction: row;
}

.input {
    margin-right: 1.5rem;
}

.input:focus {
    outline: none;
}

.feedback__wrapp .phone-link a, .phone-link button, .feedback__wrapp button {
    display: block;
    width: 100%;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons svg, .social-icons img {
    display: block;
    width: 32px;
    height: 32px;
}

.social-icons__link {
    margin-left: 1rem;
}

.to-whatsap {
    display: none;
    position: fixed;
    width: 50px;
    height: 130px;
    right: 0;
    bottom: 16px;
    z-index: 15;
}

.to-whatsap__icon {
    display: block;
    width: 50px;
    height: 130px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
}

.scroll.header {
    opacity: .5;
}

.scroll.header:hover {
    opacity: 1;
}

.main-content {
    padding-top: 80px;
	
}

@media only screen and (max-width: 768px) {
    .service-item__img {
        height: 100%;
    }

    .first-screen__wrapp .flex-wrapp {
        flex-direction: column;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 20;
    }

    .scroll.header {
        opacity: 1;
    }

    .main-content {
        padding-top: 80px;
    }

    .header__nav-container {
        display: none;
    }

    .header__nav {
        position: relative;
    }

    .active .header__nav-container {
        display: block;
        position: absolute;
        right: -1rem;
        text-align: right;
        width: 210px;
        background: #fff;
        padding: 2rem 1rem;
    }

    .header__nav-link-wrapp {
        margin-bottom: 1rem;
    }

    .header__nav-link-wrapp a {
        padding: 0;
    }

    .header__wrapper {
        justify-content: space-between;
    }

    /* menu */
    .burger-menu {
        position: relative;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .burger-menu span {
        display: block;
        line-height: 0;
        width: 40px;
        height: 2px;
        margin-top: 8px;
        background-color: #999;
    }

    .burger-menu .line1 {
        transform-origin: 84% 50%;
    }

    .burger-menu .line3 {
        transform-origin: 84% -50%;
    }

    .burger-menu span {
        transition: all .12s ease-in-out;
        -webkit-transition: all .12s ease-in-out;
    }

    .active .burger-menu .line2 {
        opacity: 0;
    }

    .active .burger-menu .line1 {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: 0px;
    }

    .active .burger-menu .line3 {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 0px;
    }

    /* menu */
    .burger-menu {
        position: relative;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .burger-menu span {
        display: block;
        line-height: 0;
        width: 40px;
        height: 2px;
        margin-top: 8px;
        background-color: #999;
    }

    .burger-menu .line1 {
        transform-origin: 84% 50%;
    }

    .burger-menu .line3 {
        transform-origin: 84% -50%;
    }

    .burger-menu span {
        transition: all .12s ease-in-out;
        -webkit-transition: all .12s ease-in-out;
    }

    .burger-menu.menu-on .line2 {
        opacity: 0;
    }

    .burger-menu.menu-on .line1 {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: 0px;
    }

    .burger-menu.menu-on .line3 {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 0px;
    }

    .moon-calendar__item-devider {
        padding-bottom: 1.5rem;
        padding-top: 1rem;
        border-bottom: 1px solid rgba(99, 31, 31, 0.15);
    }

    .moon-calendar__item-devider:nth-child(even) {
        border-right: none;
    }

    .to-whatsap {
        display: block;
    }

    .feedback__form {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .input {
        display: block;
        padding: 1rem 1.5rem;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .second-screen__bg-img {
        top: -17%;
        right: 0px;
        left: inherit;
        width: 100%;
        max-width: 100%;
    }

    .col-6, .col-3 {
        width: 100%;
    }

    .col-1-7 {
        width: 50%;
    }

    .col-1-7,
    .col-m-6 {
        width: 50%;
    }

    .col-3, .col-4, .col-6, .col-8, .col-9, .col-12, .second-screen__advantagest-list__item, .third-screen__advantagest-item {
        width: 100%;
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 540px) {
    .container, .container-full {
        padding: 0 1rem;
    }

    .flex-wrapp {
        flex-wrap: wrap;
        margin: 0 -1rem;
    }

    .header__logo {
        margin: 0;
    }

    .first-screen__main-img-wrapp {
        order: 1;
    }

    .first-screen__title_wrapp {
        order: 2;
    }

    .first-screen__wrapp {
        padding: .5rem 1.25rem 1.25rem;
    }

    .first-screen__title {
        font-size: 3rem;
    }

    .phone-link a, .phone-link button {
        display: block;
        text-align: center;
    }

    .section-padding {
        padding: 5rem 0 0;
    }

    .padding-0 {
        padding: 0;
    }

    .third-screen__img-wrapp,
    .six-screen__img-wrapp {
        position: relative;
    }

    .third-screen__img {
        height: auto;
    }

    .service-item {
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .control {
        width: 64px;
        height: 64px;
    }

    .control.next {
        right: -8px;
    }

    .control.prev {
        display: none;
    }

    .input {
        display: block;
        padding: 1rem 1.5rem;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .social-icons {
        margin-top: 2rem;
    }

    .social-icons__link {
        margin: 0 1rem;
    }

    .footer__wrapper {
        flex-direction: column;
    }

}

footer {
    margin-top: 40px;
}

@keyframes tumbler {
    from {
        transform: rotateZ(0);
    }
    20% {
        transform: rotateZ(20deg);
    }
    40% {
        transform: translateZ(0);
    }
    60% {
        transform: rotateZ(-20deg);
    }
    to {
        transform: rotateZ(0);
    }
}

.callback {
    text-align: center;
    z-index: 100;
    animation: 3s tumbler infinite;
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 20px;
    padding: 5px;
    border-radius: 20px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
}

.callback img {
    width: 70px;
    height: 70px;
}

ul.advantages-list {
    counter-reset: section;
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

ul.advantages-list li::before {
    counter-increment: section;
    content: '- ' counter(section);
    white-space: nowrap;
    display: flex;
    text-indent: 0.75rem;
    align-items: center;
    font-weight: 500;
    margin-bottom: 0.75rem;
    width: 50px;
    height: 50px;

    background: url(/wp-content/plugins/kri-kri/src/img/circle-2.svg) no-repeat 100%;
    background-size: 50px;
}

ul.advantages-list.white li::before {
    background: url(/wp-content/plugins/kri-kri/src/img/circle.svg) no-repeat 100%;
}


ul.advantages-list li {
    width: 33.333%;
    margin-bottom: 2rem;
    padding-right: 1.5rem;
}

@media only screen and (max-width: 540px) {
    ul.advantages-list li::before {
        margin-left: 10px;
        position: absolute;
        left: 0;
    }

    ul.advantages-list li {
        display: flex;
        width: 100%;
        text-indent: 40px;
        margin-left: 50px;

    }
}

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

.slider {
    padding: 0 30px;
    height: 100%;
}

.slider_catalog .slider__slides {
    height: 45vw;
}

.slider__image-block {
    position: relative;
    overflow: hidden;
}

.slider__slides {
    position: relative;
    display: inline-flex;

    transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -webkit-transition: left 0.3s linear;
}

.slider__item {
    position: relative;
    display: inline-block;
}

.slider__image {
    display: inline-block;
    overflow: hidden;
    padding: 10px;
}

.slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__button {
    border-radius: 50%;
    z-index: 10;
    background: url("/wp-content/plugins/kri-kri/src/img/arrow.svg") no-repeat;
    opacity: 0.9;
    position: absolute;
    top: 40%;
    height: 60px;
    width: 60px;
}

.slider__button:hover {
    opacity: 1;
    cursor: pointer;
}

.slider__button_left {
    left: 10px;
    transform: scaleX(-1);
}

.slider__button_right {
    right: 10px;
}

.footer-address {
    display: grid;
    grid-template-columns: 5fr 2fr;
    grid-gap: 10px;
    padding: 40px 0;
}

.footer__wrapper .phone-link {
    float: left;
}

@media (max-width: 601px) {
    .footer-address {
        grid-template-columns: 1fr;
        margin-bottom: 90px;
    }

    .slider__image {
        width: 100%;
    }
}

.header__nav-container a {
    width: 100%;
    min-height: 0px;
    display: inline-block;
}

.footer__wrapper .phone-link a {
    float: left;
}

.container {
    overflow: hidden;
    max-width: 100%;
}

header .container {
    overflow: unset;
}

.slider__image {
    width: 100%;
}

.header-phones {
    margin-left: auto;
}

.header-phones a {
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .header-phones {
        display: none;
    }
}

.background-image {
    min-width: 100%;
    min-height: 100vh;

    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.background-image picture {
    min-width: 100%;
    min-height: 100vh;

    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.background-image img {
    min-width: 100%;
    min-height: 90vh;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    object-fit: cover;
}

.background-image__content .center-block {
    min-width: 100%;
    height: 100%;
    min-height: 90vh;
}

.background-image__content {
    padding: 30px 20px;
    min-width: 100%;
    margin: 0;
}

.footer__wrapper .phone-link a {
    float: left;
}

.container {
    overflow: hidden;
    max-width: 100%;
}

header .container {
    overflow: unset;
}

.header__nav-container .sub-menu li {
    padding: 7px 0;
}

.header__nav-container .sub-menu {
    list-style: none;
    display: none;
    position: absolute;
    background: white;
    padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: translateY(-20px);
    padding-top: 20px;
}

.header__nav-container li:hover .sub-menu, .sub-menu:hover {
    display: block;
}

@media screen and (max-width: 601px) {
    .header__nav-container .sub-menu .header__nav-link-wrapp {
        margin: 0;
    }

    .header__nav-container .sub-menu {
        padding: 10px;
        left: -15%;
        top: 20%;
        text-align: right;
        border-radius: 20px;
        background: white;
    }

    .header__nav-container .sub-menu.visible {
        display: block;
    }
}


.main-background {
    min-width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.main-background picture {
    min-width: 100%;
    min-height: 100vh;

    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.main-background img {
    min-width: 100%;
    min-height: 90vh;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    object-fit: cover;
}

.main-background__content .center-block {
    min-width: 100%;
    height: 100%;
    min-height: 90vh;
}

.main-background__content {
    padding: 30px 20px;
    min-width: 100%;
    margin: 0;
}

.main-background__inner {
    width: 80%;
    margin: auto;
    display: inline-block;
}


@media (max-width: 601px) {
    .main-background__header {
        font-size: 2.2em;
    }
}

.main-background__header strong {
    font-weight: bold;
}

.main-background__prices {
    display: flex;
    flex-wrap: wrap;
}

.main-background__price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
}

.main-background__price::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 15px;
    display: inline-block;
    border-style: solid;
    border-width: 7px 0 7px 10px;
}

.main-background__price {
    margin: 10px 10px;
}

.main-background__price > div {
    min-width: 100%;
    display: block;
    padding: 10px 30px;
}

.main-background__buttons {
    display: flex;
    flex-wrap: wrap;
}

a.main-background__button {
    display: inline-block;
    padding: 10px 30px;
    margin: 10px;
}

.main-background__text {
    width: 80%;
    padding: 10px 0;
}

@media (max-width: 701px) {
    a.main-background__button {
        min-width: 100%;
        margin: 10px 0;
    }
    .main-background__price {
        min-width: 100%;
        margin: 10px 0;
    }

    .main-background__inner {
        width: 100%;
    }

    .main-background__text {
        width: 100%;
    }
}

/* MODAL */
.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    vertical-align: middle;
}

.modal__position {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.7);
}

@keyframes fade-in-modal {
    from {
        max-height: 0;
        overflow: hidden;
    }

    99% {
        overflow: hidden;
    }
}

.modal__content {
    background: var(--main-light);
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 90vh;
    animation: 0.5s fade-in-modal linear;
    width: 60%;
    margin: auto;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #555555;
}

.modal__footer {
    border-top: 1px solid #999999;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.modal__body input {
    padding: 5px;
    font-size: 20px;
    margin: 15px 5px;
}

.modal__body-text p {
    font-size: 18px;
}

.modal__footer button {
    font-size: 22px;
    margin: 15px 5px 5px;
    padding: 5px 20px;
    background: var(--main-dark);
    color: white;
    border: 3px solid var(--main-medium);
    cursor: pointer;
    border-radius: 3px;
    text-transform: lowercase;
}

.modal__footer button:hover {
    background: var(--main-medium);
}

.close {
    display: inline-block;
    font-size: 25px;
    width: 30px;
    min-height: 30px;
    margin: 5px;
    padding: 5px;
    float: right;
    border-radius: 25px;
    background: url(/wp-content/themes/krikri/img/cross-black.svg);
    background-size: cover;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.close:hover {
    cursor: pointer;
    background-color: #999999;
}

.modal__header {
    border-bottom: 1px solid #cccccc;
    width: 100%;
}

.modal__title {
    min-height: 40px;
    text-align: left;
    width: 70%;
    display: inline-block;
    margin: 0;
    font-size: 24px;
}

.modal.show {
    display: table;
}

.modal__body {
    position: relative;
}

.modal__body img {
    max-width: 96%;
}

@media (max-width: 1001px) {
    .modal__content {
        max-height: 96vh;
        width: 95%;
    }
}

@media (max-width: 801px) {
    .close {
        margin: 0;
    }

    .modal {
        width: 100%;
    }

    .modal__footer .btn {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
}


/* SERVICE 2 */
.services-2__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 30px;
}

.service-2 {
    display: inline-block;
    position: relative;
}

.service-2__image {
    width: 100%;
    height: 100%;
}

.service-2__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-2__overlay {
    position: absolute;
    opacity: 0;
    top: 10px;
    bottom: 15px;
    right: 10px;
    left: 10px;
    transition: 0.2s opacity linear;
}

.service-2:hover .service-2__overlay {
    opacity: 0.8;
}

.service-2__header {
    position: absolute;
    left: 20px;
    top: 20px;
    display: inline-block;
    padding: 10px;
}

.service-2__price {
    padding-left: 5px;
}

.service-2__text {
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.service-2__text .service-2__small {
    padding-bottom: 10px;
}

.service-2__text .service-2__title {
    padding-bottom: 10px;
}

.service-2__text .service-2__description {
    font-size: 13px;
}

@media screen and (max-width: 1001px) {
    .services-2__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 701px) {
    .services-2__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}