@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600&display=swap");

:root {
    --main-color-1: #FFE822;
    --main-color-2: #052C59;
    --main-color-3: #16BAE1;
    --header-height: 7.4vw;
}

.wrapper section {
    overflow-y: hidden;
}

html, body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
    overflow-x: hidden;
}

a {
    text-decoration-line: none !important;
}

#services {
    display: grid;
    justify-content: center;
    margin-top: 4vw;
}

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

#services .services-list .services-box:nth-child(1) .services-content.top {
    background-color: var(--main-color-2);
    color: var(--main-color-3);
}

#services .services-list .services-box:nth-child(2) .services-content.top {
    background-color: #1d65b9;
    color: var(--main-color-1);
}

#services .services-list .services-box:nth-child(3) .services-content.top {
    background-color: var(--main-color-3);
    color: var(--main-color-2);
}

#services .services-list .services-box:nth-child(4) .services-content.top,
#services .services-list .services-box:nth-child(4) .services-content.top p {
    background-color: var(--main-color-1);
    color: var(--main-color-2);
}

#services .services-list .services-box .services-content .fa-soap {
    color: #fff;
    margin-bottom: 20px;
}

#services .services-list .services-box .services-content p {
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

#services .services-list .services-box .services-content h5 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    hyphens: manual;
    line-height: 21px;
    margin: 15px 0;
}

#services .services-list .services-box .services-content a {
    padding: 10px;
    border: 2px solid var(--main-color-1);
    border-radius: 5px;
    color: var(--main-color-1);
}

#services .services-list .services-box .services-content a:hover {
    background-color: var(--main-color-1);
    color: var(--main-color-2);;
}

#services .services-list .services-box .services-content {
    height: 100%;
    align-items: center;
    display: grid;
    text-align: center;
    padding: 35px;

    color: #fff;
    align-content: center;

    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease-in-out;

    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

    font-family: "Fira Sans", sans-serif;
}

#services .services-list .services-box:nth-child(4):hover .services-content {
    -webkit-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
}
#services .services-list .services-box:nth-child(4) {
    background-color: #062D5B;
}

#services .services-list .services-box:nth-child(1):hover .services-content,
#services .services-list .services-box:nth-child(2):hover .services-content,
#services .services-list .services-box:nth-child(3):hover .services-content {
    -webkit-transform: translateX(0) translateY(-10%);
    -ms-transform: translateX(0) translateY(-10%);
    transform: translateX(0) translateY(-10%);
}

#services .services-list .services-box {
    max-width: 213px;
    height: 280px;
    overflow: hidden;
    cursor: pointer;
}

#services .services-list {
    max-width: 852px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#methods {
    margin-top: 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

#methods .methods-title {
    width: 100%;
}

#methods .methods-list {
    max-width: 1140px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 4vw;
}

#methods .methods-box {
    max-width: 265px;
    text-align: center;
}

#methods .methods-box .img {
    overflow: hidden;
    max-width: 250px;
    max-height: 240px;
}

#methods .methods-box .img img {
    height: 100%;
    width: 100%;
}

#methods .methods-box h5 {
    color: rgb(6, 45, 91);
    font-family: "Fira Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
    hyphens: manual;
    line-height: 32px;
    margin: 15px 0;
}

#methods .methods-box p {
    color: rgb(113, 134, 159);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 16px;
    font-weight: 100;
    hyphens: manual;
    line-height: 16px;
}

.section-title i {
    font-size: 20px;
    margin-left: -30px;
    color: gold;
}

.section-title {
    box-sizing: border-box;
    color: rgb(6, 45, 91);
    font-family: "Fira Sans", sans-serif;
    font-size: 60px;
    font-weight: 500;
    hyphens: manual;
    line-height: 60px;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 5px;
}

.pod-title-line {
    border-top: 5px solid #ffe823;
    width: 10%;
    min-width: 140px;
    display: flex;
    position: relative;
    margin: 0 auto 25px auto;
}

.section-pod-title {
    box-sizing: border-box;
    color: rgb(40, 61, 87);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 20px;
    font-weight: 400;
    hyphens: manual;
    line-height: 20px;

    text-align: center;
    -moz-osx-font-smoothing: grayscale
}

#cetata {
    background-color: rgb(255, 232, 35);
    margin: 150px 0;
    display: flex;
    flex-wrap: wrap;
}

#looking-for .looking-img-background svg {
    height: 40px;
    width: 100%;
}

#looking-for .looking-img-background {
    width: 100%;
    fill: #ffe822;
}

#cetata .cetata-img-background {
    width: 100%;
    fill: #fff;
}

#looking-for .looking-img-background.bottom {
    margin-bottom: -2px;
}

#looking-for .looking-img-background.top {
    fill: #fff;
    border-top: 5px solid #fff;
    margin-top: -7px;
    z-index: 5;
}

#questions .questions-img-background.bottom,
#number-customers .number-img-background.bottom,
#looking-for .looking-img-background.bottom,
#cetata .cetata-img-background.bottom {
    transform: rotate(180deg);
    transform-origin: center center;
    margin-bottom: -2px;
}

#cetata .cetata-text {
    text-align: center;
    width: 100%;
}

#cetata .cetata-text h3 {
    color: rgb(6, 45, 91);
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    hyphens: manual;
    line-height: 28px;
}

#footer {
    min-height: 360px;
    background-color: rgb(6, 45, 91);
    color: #fff;
}

#footer .reserved-line p,
#footer .footer-form-box .footer-form label,
#footer .footer-box .footer-lists .services-list li p,
#footer .footer-box .footer-lists .info-list li p {
    margin: 0 0 0 8px;
    color: rgb(113, 134, 159);
    display: block;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400
}

#footer .footer-box .footer-lists .services-list {
    margin-right: 70px;

}

#footer .footer-box .footer-lists .info-list {
    margin-right: 30px;
}

#footer .footer-box .footer-lists li {
    margin-bottom: 20px;
}


#footer .footer-box .footer-lists .services-list li,
#footer .footer-box .footer-lists .services-list li a,
#footer .footer-box .footer-lists .info-list li,
#footer .footer-box .footer-lists .info-list li a {
    display: flex;
    align-items: center;
}

.instagram-box .section-pod-title a{
    color: var(--main-color-2);
    font-size: 21px;
    font-weight: 600;
    border-bottom: 2px solid var(--main-color-1);
}
#footer .footer-box .footer-lists .services-list li i,
#footer .footer-box .footer-lists .services-list li:hover a p,
#footer .footer-box .footer-lists .info-list li i,
#footer .footer-box .footer-lists .info-list li a:hover p {
    color: var(--main-color-1);
}

#footer .footer-box {
    display: flex;
    justify-content: center;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #70869F;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0;
    flex-wrap: wrap;
}

#footer .footer-box .footer-lists div {
    min-width: 353px;
}

#footer .footer-box .footer-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 50px;
}

#footer .footer-form-box .footer-form button:hover {
    background-color: rgb(6, 45, 91);
    color: rgb(255, 232, 35);
}

#footer .reserved-line p,
#footer .footer-form-box .footer-form button p {
    margin: 0;
}

#footer .footer-form-box .footer-form button {

    background-color: rgb(255, 232, 35);
    border: 2px solid rgb(255, 232, 35);
    border-radius: 3px;

    color: rgb(6, 45, 91);
    cursor: pointer;
    display: block;

    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 16px;
    font-weight: 400;

    line-height: 16px;

    min-height: 40px;
    overflow-x: visible;
    overflow-y: visible;

    text-align: center;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;

    width: 353px;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
}

#footer .footer-form-box .footer-form input {
    background-color: rgb(251, 254, 255);
    border-bottom-color: rgb(129, 138, 145);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    border-image-repeat: stretch;

    border-image-source: none;

    border-left-color: rgb(129, 138, 145);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(129, 138, 145);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(129, 138, 145);

    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(113, 134, 159);
    flex-basis: 100%;
    flex-grow: 1;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 15px;
    font-weight: 400;
    hyphens: manual;
    line-height: 21px;

    max-width: 100%;
    min-height: 40px;
    overflow-x: visible;
    overflow-y: visible;

    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;

    width: 353px;
}

#footer .footer-form-box .footer-form label:after {
    content: "*";
    color: rgb(255, 232, 35);
    padding-left: .2em;
}

#footer .reserved-line .line-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#looking-for {
    background-image: url('/img/Cabecera4.webp');
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

#looking-for .looking-for-text,
#looking-for .looking-img-background {
    position: relative;
    z-index: 2;
}

#looking-for .background-overlay {
    background-color: #052D5B;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

#looking-for .looking-for-text p {
    color: rgb(251, 254, 255);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 18px;
    font-weight: 400;
    hyphens: manual;
    line-height: 18px
}

#looking-for .looking-for-text h3 {
    color: rgb(255, 232, 35);
    font-family: "Fira Sans", sans-serif;
    font-size: 40px;
    font-weight: 500;
    hyphens: manual;
    line-height: 40px
}

#looking-for .looking-for-text {
    text-align: center;
    padding: 6vw;
}

#number-customers .number-line {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 260px;
    flex-wrap: wrap;
}

#number-customers .number-line .number-box {
    display: grid;
    text-align: center;
    margin-top: 30px;
}

#number-customers .number-box span {
    box-sizing: border-box;
    color: rgb(6, 45, 91);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 19px;
    font-weight: 400;
    hyphens: manual;
    line-height: 47.5px;
    text-align: center;
    -moz-osx-font-smoothing: grayscale
}

#number-customers .number-box .big-number {
    box-sizing: border-box;
    color: rgb(6, 45, 91);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 69px;
    font-weight: 600;
    hyphens: manual;
    line-height: 69px;
    -moz-osx-font-smoothing: grayscale
}

#number-customers .number-img-background.bottom svg {
    fill: rgb(6, 45, 91);
    height: 47px;
    width: 156%;
    margin-left: -14%;
}

#number-customers {
    background-color: #ffe822;
    overflow: hidden;
    margin-top: -2px;
    z-index: 2;
    position: relative;
}

#questions {
    background-color: rgb(6, 45, 91);
    border-bottom: 2px solid #fff;
}

#questions .questions-title {
    padding-top: 40px;
}

#questions .questions-title .section-pod-title {
    color: rgb(255, 232, 35);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    hyphens: manual;
    letter-spacing: 1.5px;
    line-height: 14px;

    text-align: center;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale
}

#questions .questions-title .section-title {
    color: rgb(22, 186, 225);
    font-family: "Fira Sans", sans-serif;
    font-size: 60px;
    font-weight: 500;
    hyphens: manual;
    line-height: 70px;
    text-align: center;
    -moz-osx-font-smoothing: grayscale
}

#nosotros .nosotros-content .right-box,
#nosotros .nosotros-content .left-img {
    max-width: 540px;
    margin: 30px 10px 60px 10px;
}

#nosotros .nosotros-content .left-img img {
    width: 100%;
    height: 100%;
}

#nosotros .nosotros-content .right-box .pod-title-line {
    left: 0;
    width: 25%;
}

#nosotros .nosotros-content .right-box p {
    color: rgb(113, 134, 159);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 16px;
    font-weight: 400;
    hyphens: manual;
    line-height: 16px
}

#nosotros .nosotros-content .right-box h2 {
    color: rgb(6, 45, 91);
    font-family: "Fira Sans", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    hyphens: manual;
    line-height: 35px;
    margin: 10px 0 25px 0;
}

#nosotros .nosotros-content .right-box h5 {
    color: rgb(29, 101, 185);
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    hyphens: manual;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

#nosotros .nosotros-content {
    display: flex;
    justify-content: center;
}

#questions .questions-img-background.bottom svg {
    height: 100px;
    width: 100%;
}

#questions .questions-img-background.bottom {
    fill: #fff;
}

#questions .faq-list .faq-item .faq-description {
    color: rgb(251, 254, 255);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    hyphens: manual;
    line-height: 25px;
    margin-bottom: 14px;
    margin-top: 0px;
    text-align: left;
    padding: 0 10px;
}

#questions .faq-list .faq-item .faq-title {
    background-color: rgb(39, 60, 86);
    color: #fff;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    hyphens: manual;
    line-height: 18px;
    text-align: left;
    padding: 10px;
}

#questions .faq-list .faq-item .faq-title .fas {
    transition: all 400ms ease;
    transform: rotate(180deg);
}

#questions .faq-list .faq-item:hover .faq-title .fas {
    transform: rotate(0deg);
}

#questions .faq-list .faq-item:hover .faq-title {
    color: #FFE822;
}

#questions .faq-list .faq-item:hover {
    max-height: 370px;
}

#questions .faq-list .faq-item {
    width: 470px;
    max-height: 70px;
    overflow: hidden;
    transition: all 800ms ease;
    background-color: #00000012;
    margin: 5px;
}

#questions .faq-list {
    max-width: 1300px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
}

#testimonios .comments-list {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#testimonios {
    padding: 0 0 50px 0;
}

#testimonios .comment-item .foto img {
    height: 100%;
    width: 100%;
}

#testimonios .comment-item .foto {
    width: 65px;
    height: 65px;
    margin-left: -33px;
    margin-top: -27px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 35px;
    color: #062d5b;
    border: 2px solid #062d5b;
}

#testimonios .comment-item .rating {
    color: gold;
}

#testimonios .comment-item .description {
    margin-top: 8px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 200;
}

#testimonios .comment-item .comment-top-line .name {
    font-family: "Fira Sans", sans-serif;
}

#testimonios .comment-item .comment-top-line {
    display: flex;
}

#testimonios .comment-item {
    background-color: #16bbe3;
    color: #fff;
    width: 330px;
    padding: 5px 20px 20px 20px;
    border-radius: 25px;
    margin: 20px;
}

#call-back .message .alert-success {
    color: black;
    background-color: lime;
    border-radius: 3px;
    width: 353px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.warning {
    position: fixed;
    bottom: -500px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ebebeb;
    padding: 5px 70px;
    z-index: 10250;
    font-family: "Fira Sans", sans-serif;
}

.warn-text {
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.67em;
    padding-right: 30px;
}

.cookie-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-btn {
    color: #fff;
    background: #3a9cf2;
    padding: 12px;
    min-width: 84px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #3a9cf2;
    border-radius: 21px;
    cursor: pointer;
    transition: 0.3s;
}

.cookie-btn:hover {
    background: rgba(0, 0, 0, 0);
    color: #3a9cf2;
}

.warn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.warn-close::before {
    content: "";
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background: #3a9cf2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
}

.warn-close::after {
    content: "";
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background: #3a9cf2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(-45deg);
}


@media only screen and (max-width: 1024px) {
    #header .logo {
        display: none !important;
    }

    #header .mob-logo {
        display: unset !important;
    }

    #nosotros .left-img,
    #header .info-list .time-work {
        display: none !important;
    }

    #header .info-list {
        font-size: 15px !important;
    }

    #title h1 {
        font-size: 35px !important;
    }

    #title .banner-text .pod-text h3 {
        font-size: 20px !important;
    }

    #nosotros .nosotros-content .right-box {
        text-align: center !important;
    }

    #nosotros .nosotros-content .right-box .pod-title-line {
        left: 38.5% !important;
    }

}

@media only screen and (max-width: 660px) {
    #footer .footer-box .footer-lists .services-list,
    #footer .footer-box .footer-lists .info-list {
        margin: 0 !important;
    }

    #header {
        padding: 0 !important;
    }

    #cetata .cetata-text,
    #nosotros .section-pod-title {
        margin: 0 10px !important;
    }

    #services .services-list .services-box {
        max-width: calc(100% / 2) !important;
    }

    #number-customers .number-line {
        display: block !important;
    }

    #footer #call-back #form-field-phone {
        margin-top: 20px !important;
    }

    #header .info-list .email,
    #footer #call-back .field-label {
        display: none !important;
    }

    #cetata {
        margin: 0 !important;
    }

    #header .info-list {
        font-size: 20px !important;
    }
}

.tossing-phone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
    0% {
        transform: rotate(8deg);
    }
    50% {
        transform: rotate(-8deg);
    }
    100% {
        transform: rotate(8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(8deg);
    }
    50% {
        -webkit-transform: rotate(-8deg);
    }
    100% {
        -webkit-transform: rotate(8deg);
    }
}
