@charset "UTF-8";
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none
}

body {
    margin: 0;
    padding: 0;
    line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

li {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

html {
    scroll-behavior: smooth
}

body.sitepage {
    font-family: "All Round Gothic";
    letter-spacing: 1px;
    overflow-x: hidden
}

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

@media (max-width:1490px) {
    .container {
        padding: 0 15px
    }
}

@font-face {
    font-family: "All Round Gothic";
    src: url("/wp-content/themes/kidsunited/assets/fonts/AllRoundGothicW03Book.ttf");
    src: url("/wp-content/themes/kidsunited/assets/fonts/AllRoundGothicW03Book.ttf") format("ttf");
    src: url("/wp-content/themes/kidsunited/assets/fonts/AllRoundGothicW03Book.woff") format("woff")
}

.header {
    padding: 20px 0
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media screen and (max-width:991px) {
    .header-logo {
        width: 230px;
        height: 80px
    }
}

.footer {
    padding: 50px 0;
    background-color: #54565a
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__nav-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.footer__nav-logo a img {
    width: 20.8333vw;
    height: 7.8125vw;
    margin: 0 auto 20px
}

@media (max-width:991px) {
    .footer__nav-logo a img {
        width: 40.8333vw;
        height: 13.8125vw
    }
}

@media (max-width:599px) {
    .footer__nav-logo a img {
        width: 50.8333vw;
        height: 18.8125vw
    }
}

.footer__nav-logo a div {
    color: #fff;
    font-weight: 500;
    font-size: 0.9375vw
}

@media (max-width:991px) {
    .footer__nav-logo a div {
        font-size: 1.8vw
    }
}

@media (max-width:599px) {
    .footer__nav-logo a div {
        font-size: 3vw
    }
}

.footer__nav nav {
    margin-left: 30px
}

.footer__nav nav ul a {
    color: #fff;
    font-size: 1.25vw;
    line-height: 1.38;
    font-weight: 700;
    -webkit-transition: color 0.5s;
    transition: color 0.5s
}

@media (max-width:991px) {
    .footer__nav nav ul a {
        font-size: 2.2vw
    }
}

@media (max-width:599px) {
    .footer__nav nav ul a {
        font-size: 3.2vw
    }
}

.footer__nav nav ul a:hover {
    color: #93d500
}

.footer__nav-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__nav-social ul li:not(:first-child) {
    margin-left: 15px
}

.footer__nav-social ul li img {
    width: 3.6458vw;
    height: 3.6458vw
}

@media (max-width:991px) {
    .footer__nav-social ul li img {
        width: 5.6458vw;
        height: 5.6458vw
    }
}

@media (max-width:599px) {
    .footer__nav-social ul li img {
        width: 8.6458vw;
        height: 8.6458vw
    }
}

@media (max-width:991px) {
    .footer {
        padding: 50px 0;
        background-color: #54565a
    }
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__nav nav {
        margin-left: 0;
        margin-bottom: 20px
    }
    .footer__nav nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .footer__nav nav ul li:not(:first-child) {
        margin-left: 20px
    }
    .footer__nav-social {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px
    }
    .footer__nav-social ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__nav-social ul li:not(:first-child) {
        margin-left: 15px
    }
}

.hero__inner {
    position: relative
}

.hero .hero__contact {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30vw;
    left: 64vw
}

@media screen and (max-width:991px) {
    .hero .hero__contact {
        width: 38vw;
        left: 56vw
    }
}

@media screen and (max-width:550px) {
    .hero .hero__contact {
        top: 50%;
        right: 50%;
        left: unset;
        width: auto;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

.hero .hero__contact .contact__form-title {
    text-align: center;
    font-size: 2vw;
    line-height: 1.4;
    color: #fff;
    margin: 0 auto 1vw
}

@media screen and (max-width:991px) {
    .hero .hero__contact .contact__form-title {
        font-size: 2.5vw
    }
}

@media screen and (max-width:550px) {
    .hero .hero__contact .contact__form-title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:550px) {
    .hero .hero__contact .contact__form {
        width: 300px
    }
}

.hero .hero__contact .contact__form-input-text {
    color: #fff;
    font-weight: 500;
    width: 5vw
}

@media screen and (max-width:991px) {
    .hero .hero__contact .contact__form-input-text {
        width: 7.5vw
    }
}

@media screen and (max-width:550px) {
    .hero .hero__contact .contact__form-input-text {
        width: 70px;
        margin-right: 5px
    }
}

.hero .hero__contact .contact__form-input input {
    font-family: "All Round Gothic";
    background-color: transparent;
    color: #fff;
    font-weight: 500
}

.hero .hero__contact .contact__form-btn {
    margin-top: 1.5vw
}

@media screen and (max-width:991px) {
    .hero .hero__contact .contact__form-btn {
        margin-top: 10px
    }
}

.hero .hero__contact .contact__form-btn button, .contact__form-btn a.btn {
    font-family: "All Round Gothic";
    font-size: 1.35vw;
    padding: 0.3vw 0;
    width: 50%;
    line-height: 1.2;
    cursor: pointer;
    background-color: #93d500;
    border: none;
    color: #fff
}

@media screen and (max-width:991px) {
    .hero .hero__contact .contact__form-btn button, .contact__form-btn a.btn {
        font-size: 1.8vw
    }
}

.hero .hero__contact .contact__form-btn button:not(:last-child) {
    margin-right: 0.75vw
}

@media screen and (max-width:550px) {
    .hero .hero__contact .contact__form-btn button:not(:last-child) {
        margin-right: 6px
    }
    .hero .hero__contact .contact__form-btn button, .contact__form-btn a.btn {
        font-size: 14px;
        padding: 3px 0
    }
}

.hero__content {
    position: absolute;
    top: 12vw;
    left: 24vw;
    width: 18.5vw
}

@media (max-width:991px) {
    .hero__content {
        width: 35.5vw;
        top: 18vw;
        left: 15vw
    }
}

@media (max-width:550px) {
    .hero__content {
        width: 50.5vw
    }
}

.hero__content h1 {
    color: #fff;
    font-size: 2.1vw;
    line-height: 1.3;
    margin-bottom: 1.2vw
}

.hero__content h1 strong {
    color: #93d500;
    font-size: 2.7vw
}

@media (max-width:991px) {
    .hero__content h1 strong {
        font-size: 3.7vw
    }
}

@media (max-width:550px) {
    .hero__content h1 strong {
        font-size: 5.7vw
    }
}

@media (max-width:991px) {
    .hero__content h1 {
        font-size: 3.1vw
    }
}

@media (max-width:550px) {
    .hero__content h1 {
        font-size: 5.1vw
    }
}

.hero__content a {
    color: #fff;
    padding: 0.3vw 0.6vw;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 1.4vw
}

@media (max-width:991px) {
    .hero__content a {
        font-size: 2.4vw
    }
}

@media (max-width:550px) {
    .hero__content a {
        padding: 0.7vw 1vw;
        font-size: 4.4vw
    }
}

.hero__content a:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 93%;
    background-color: #93d500;
    top: 1px;
    left: 1px;
    z-index: -1
}

.hero__arrow {
    position: absolute;
    bottom: -1.6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: arrowDown 2.5s infinite;
    animation: arrowDown 2.5s infinite;
    cursor: pointer
}

.hero__arrow img {
    width: 3.125vw;
    height: 2.7vw
}

@media (max-width:991px) {
    .hero__arrow img {
        width: 5.125vw;
        height: 3.7vw
    }
}

@media (max-width:550px) {
    .hero__arrow img {
        width: 6.125vw;
        height: 4.7vw
    }
}

.hero-franchise .hero__inner {
    position: relative;
    margin: 0 auto
}

.hero-franchise .hero__bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991px) {
    .hero-franchise .hero__bg img {
        /*height: 56vw*/
    }
}

@media (max-width:550px) {
    .hero-franchise .hero__bg img {
        height: 50vh
    }
}

.hero-franchise .hero__description {
    position: absolute;
    top: 50%;
    right: 27vw
}

@media (max-width:991px) {
    .hero-franchise .hero__description {
        right: 15vw
    }
}

@media (max-width:550px) {
    .hero-franchise .hero__description {
        right: 1vw
    }
}

.hero-franchise .hero__description h1 {
    color: #fff;
    font-size: 1.45vw;
    line-height: 1.2;
    max-width: 13.02vw
}

@media (max-width:991px) {
    .hero-franchise .hero__description h1 {
        font-size: 2.45vw;
        max-width: 24.02vw
    }
}

@media (max-width:550px) {
    .hero-franchise .hero__description h1 {
        font-size: 3.45vw;
        max-width: 35.02vw
    }
}

@-webkit-keyframes arrowDown {
    0% {
        bottom: -30px
    }
    50% {
        bottom: 0px
    }
    to {
        bottom: -30px
    }
}

@keyframes arrowDown {
    0% {
        bottom: -30px
    }
    50% {
        bottom: 0px
    }
    to {
        bottom: -30px
    }
}

.info {
    padding-top: 9.375vw;
    padding-bottom: 5.2083vw
}

.info__inner {
    max-width: 1920px;
    margin: 0 auto;
    position: relative
}

.info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 650px
}

@media (max-width:1350px) {
    .info__wrapper {
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:991px) {
    .info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.info__content {
    margin-right: 2.7vw
}

@media (max-width:1350px) {
    .info__content {
        width: 50%
    }
}

@media (max-width:991px) {
    .info__content {
        width: 100%;
        margin-right: 0
    }
}

.info__content h2 {
    font-size: 3.125vw;
    line-height: 1.25;
    color: #93d500;
    margin-bottom: 2.1875vw
}

@media (max-width:1600px) {
    .info__content h2 {
        font-size: 4.125vw
    }
}

@media (max-width:991px) {
    .info__content h2 {
        font-size: 42px
    }
}

@media (max-width:551px) {
    .info__content h2 {
        font-size: 32px
    }
}

.info__content p {
    font-size: 1vw;
    line-height: 1.57;
    color: #54565a;
    font-weight: 700
}

@media (max-width:991px) {
    .info__content p {
        font-size: 2.25vw
    }
}

@media (max-width:550px) {
    .info__content p {
        font-size: 3.25vw
    }
}

.info__content p:not(:first-child) {
    margin-bottom: 3.125vw
}

.info__img {
    position: absolute;
    right: 10px
}

@media (max-width:1350px) {
    .info__img {
        position: relative;
        right: 0
    }
}

.info__img img {
    width: 50vw;
    height: 36.15vw
}

@media (max-width:991px) {
    .info__img img {
        width: 100%;
        height: 100%
    }
}

.info__img-slider {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50vw
}

@media (max-width:1350px) {
    .info__img-slider {
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@media (max-width:991px) {
    .info__img-slider {
        width: 100%
    }
}

.info__img-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    outline: none;
    border: none
}

.info__img-slider .slick-arrow img {
    width: 30px;
    height: 30px
}

.info__img-slider .slick-next {
    right: 0
}

.info__img-slider .slick-prev {
    left: 0
}

.info__img-slider img {
    width: 50vw;
    height: 36.15vw
}

@media (max-width:991px) {
    .info__img-slider img {
        width: 100%;
        height: 100%
    }
}

#info-elder .info__img-slider {
    left: 10px
}

@media (max-width:991px) {
    #info-elder .info__img-slider {
        left: 0
    }
}

#info-elder .info__wrapper {
    margin-left: auto
}

@media (max-width:1350px) {
    #info-elder .info__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:991px) {
    #info-elder .info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#info-elder .info__content {
    margin-right: 0;
    padding-left: 2vw
}

@media (max-width:991px) {
    #info-elder .info__content {
        padding-left: 0
    }
}

.programs {
    position: relative;
    margin: 5vw 0 7vw
}

.programs__inner {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 52.396vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:550px) {
    .programs__inner {
        height: 70.25vw
    }
}

.programs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8.5vw;
    margin-top: 3vw
}

@media screen and (max-width:991px) {
    .programs__wrapper {
        margin-right: 7.5vw;
        margin-top: 0
    }
}

.programs__content {
    background-color: rgba(84, 86, 90, 0.76);
    border-radius: 1.3021vw;
    width: 35vw;
    text-align: center;
    margin-bottom: 4.1667vw;
    padding: 2vw 4vw;
}

.programs__content h2 {
    font-size: 1.9271vw;
    line-height: 1.13;
    color: #94d600;
    margin-bottom: 3.125vw
}

.programs__content p {
    font-size: 1.7vw;
    line-height: 1.4;
    color: #fff;
    font-weight: 700
}

.programs__choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.programs__choice-card {
    padding: 0.9375vw 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 8.85vw;
    height: 8.85vw;
    background-color: #000000;
    border-radius: 100%;
    cursor: pointer;
    position: relative
}

.programs__choice-card:first-child {
    top: 1.1vw;
    left: -4.5vw
}

.programs__choice-card:nth-child(2) {
    top: 3vw;
    left: 7.3vw;
}

.programs__choice-card:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 5vw;
    height: 5vw
}

.programs__choice-card:first-child:after {
    top: -4.2vw;
    right: -6.3vw;
    background-image: url(../images/program_circle_left.png)
}

.programs__choice-card:nth-child(2):after {
    top: -4.5vw;
    right: 9.2vw;
    background-image: url(../images/programs-circle.svg)
}

.programs__choice-card:before {
    content: "";
    position: absolute;
    width: 12vw;
    height: 12vw;
    background-size: contain;
    background-repeat: no-repeat
}

.programs__choice-card:first-child::before {
    top: -1.25vw;
    right: -1.93vw;
    background-image: url(../images/outline1.png);
}

.programs__choice-card:nth-child(2)::before {
    top: -1.3vw;
    right: -1.2vw;
    background-image: url(../images/outline2.png);
}

.programs__choice-card-title {
    color: #94d600;
    font-size: 1.0417vw;
    margin-bottom: 0.5208vw
}

.programs__choice-card-age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #94d600;
    font-size: 4vw
}

.programs__choice-card-age strong {
    font-size: 1.3021vw
}

@media (max-width:991px) {
    .programs__content {
        border-radius: 2.3vw;
        width: 45vw
    }
    .programs__content p {
        font-size: 2.3vw
    }
    .programs__choice {
        margin-top: 2vw
    }
    .programs__choice-card {
        padding: 1.5vw 0 0 0;
        width: 11.4vw;
        height: 11.4vw
    }
    .programs__choice-card:first-child {
        top: 2.1vw;
        left: -5.5vw
    }
    .programs__choice-card:nth-child(2) {
        top: 4.5vw;
        left: 7.3vw;
    }
    .programs__choice-card:after {
        width: 6.5vw;
        height: 6.5vw
    }
    .programs__choice-card:first-child:after {
        top: -6.5vw;
        right: -6.5vw;
    }
    .programs__choice-card:nth-child(2):after {
        top: -6.8vw;
        right: 11vw;
    }
    .programs__choice-card:before {
        width: 15.5vw;
        height: 15.5vw
    }
    .programs__choice-card:first-child:before {
        top: -1.7vw;
        right: -2.5vw
    }
    .programs__choice-card:nth-child(2):before {
        top: -1.7vw;
        right: -1.5vw
    }
    .programs__choice-card-title {
        font-size: 2.2vw
    }
    .programs__choice-card-age {
        font-size: 4.2vw
    }
    .programs__choice-card-age strong {
        font-size: 2.3vw
    }
}

@media (max-width:550px) {
    .programs__content {
        width: 55vw
    }
    .programs__content p {
        line-height: 1.5;
        font-size: 3vw
    }
    .programs__choice {
        margin-top: 3vw
    }
    .programs__choice-card {
        padding: 3vw 0 0 0;
        width: 14.8vw;
        height: 14.8vw
    }
    .programs__choice-card:first-child {
        top: 2.1vw;
        left: -5.5vw
    }
    .programs__choice-card:nth-child(2) {
        top: 5vw;
        left: 9vw
    }
    .programs__choice-card:after {
        width: 7.5vw;
        height: 7.5vw
    }
    .programs__choice-card:first-child:after {
        top: -7.5vw;
        right: -7.5vw
    }
    .programs__choice-card:nth-child(2):after {
        top: -7.8vw;
        right: 13.8vw
    }
    .programs__choice-card:before {
        width: 20.2vw;
        height: 20.2vw
    }
    .programs__choice-card:first-child:before {
        top: -2.2vw;
        right: -3.2vw
    }
    .programs__choice-card:nth-child(2):before {
        top: -2vw;
        right: -1.9vw
    }
    .programs__choice-card-title {
        font-size: 2.9vw
    }
    .programs__choice-card-age {
        font-size: 5vw
    }
    .programs__choice-card-age strong {
        font-size: 3vw
    }
}

.contact {
    padding-top: 13vw
}

.contact__footer,
.contact__header {
    width: 100%
}

.contact__footer img,
.contact__header img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.contact__title {
    font-size: 40px;
    line-height: 1;
    color: #54565a;
    font-weight: 800;
    max-width: 925px;
    text-align: center;
    margin: 3.6458vw auto
}

.contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 3.6458vw
}

.contact__form-descr {
    border: 4px solid #545659;
    border-radius: 2.6042vw;
    padding-left: 1.7188vw;
    position: relative;
    width: 25%;
    height: auto;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact__form-descr p {
    width: 150px;
    color: #545659;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase
}

.contact__form {
    border-radius: 2.6vw;
    padding: 1.4vw 1.25vw 2vw 1vw;
    position: relative;
    height: auto;
    z-index: 2;
    background-color: rgba(84, 86, 90, 0.96)
}

@media screen and (max-width:991px) {
    .contact__form {
        padding: 20px
    }
}

.contact__form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.contact__form-input input {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #545659;
    font-weight: 500;
    font-size: 1.25vw;
    border: 1px solid #93d500;
    padding: 0.2604vw 0.6771vw;
    outline: none
}

@media screen and (max-width:991px) {
    .contact__form-input input {
        font-size: 1.7vw
    }
}

@media screen and (max-width:550px) {
    .contact__form-input input {
        font-size: 14px;
        padding: 5px
    }
}

.contact__form-input:not(:first-child) {
    margin-top: 0.5208vw
}

@media screen and (max-width:991px) {
    .contact__form-input:not(:first-child) {
        margin-top: 1vw
    }
}

@media screen and (max-width:550px) {
    .contact__form-input:not(:first-child) {
        margin-top: 10px
    }
}

.contact__form-input-text {
    text-align: right;
    font-size: 1.25vw;
    padding-bottom: 0.38vw;
    margin-right: 0.5vw
}

@media screen and (max-width:991px) {
    .contact__form-input-text {
        font-size: 1.7vw;
        padding-bottom: 0.5vw
    }
}

@media screen and (max-width:550px) {
    .contact__form-input-text {
        font-size: 14px
    }
}

.contact__form-btn {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.contact__form.form-search {
    width: 35%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1500px) {
    .contact__form.form-search {
        width: 40%
    }
}

@media (max-width:991px) {
    .contact__form.form-search {
        width: 65%
    }
}

@media (max-width:720px) {
    .contact__form.form-search {
        padding: 20px 44px 20px 37px;
        width: 80%
    }
}

@media (max-width:550px) {
    .contact__form.form-search {
        padding: 10px 20px;
        border-radius: 7.6042vw;
        width: 90%
    }
}

.contact__form.form-search .form-search__input {
    width: 100%;
    text-align: center
}

.contact__form.form-search .form-search__input input {
    width: 100%;
    border: 1px solid #93d500;
    padding: 5px;
    color: #54565a;
    font-size: 1.1458vw
}

@media (max-width:991px) {
    .contact__form.form-search .form-search__input input {
        font-size: 2.1458vw
    }
}

@media (max-width:550px) {
    .contact__form.form-search .form-search__input input {
        font-size: 3vw
    }
}

.contact__form.form-search .form-search__input-text {
    color: #54565a;
    font-size: 1.5625vw;
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .contact__form.form-search .form-search__input-text {
        font-size: 3.5625vw
    }
}

@media (max-width:550px) {
    .contact__form.form-search .form-search__input-text {
        font-size: 6vw
    }
}

.contact__form.form-search .contact__form-btn {
    width: 100%;
    display: block
}

.contact__form.form-search .contact__form-input-text {
    width: 100%
}

.contact__form.form-search .contact__form-btn button {
    width: 100%;
    padding: 10px;
    font-size: 1.3021vw
}

@media (max-width:991px) {
    .contact__form.form-search .contact__form-btn button {
        font-size: 2.3021vw
    }
}

@media (max-width:550px) {
    .contact__form.form-search .contact__form-btn button {
        font-size: 3vw
    }
}

@media (max-width:1280px) {
    .contact__form.form-search {
        margin-top: 0px
    }
    .contact__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .contact__form-descr {
        width: 60%;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 0 112px
    }
}

.testimonials {
    padding-top: 5.2vw;
    padding-bottom: 3.64vw;
    overflow: hidden
}

.testimonials__slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testimonials__slider div {
    margin: 0 auto
}

.testimonials__slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.125vw;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 2
}

.testimonials__slider .slick-next {
    right: 0
}

.testimonials__slider .slick-prev {
    left: 0
}

@media (max-width:1430px) {
    .testimonials__slider .slick-prev {
        left: 0
    }
}

.testimonials__slide.even {
    width: 25.1042vw;
    height: 25.1042vw;
    position: relative
}

.testimonials__slide.even:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0.5729vw;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 182.25 164.39'%3E%3Cg data-name='Слой 2'%3E%3Cpath d='M182.18 164.2c-1.57-2.09-15.72-18.36-26.52-30.73a35.29 35.29 0 0 0 12.18-26.7V35.38A35.38 35.38 0 0 0 132.46 0H35.38A35.38 35.38 0 0 0 0 35.38v71.39a35.38 35.38 0 0 0 35.38 35.38h97.08a35.46 35.46 0 0 0 9.61-1.33c19.11 11.76 41.6 25.37 40.11 23.38Z' style='fill:%2394d600' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.testimonials__slide.even:after {
    content: "";
    position: absolute;
    top: -0.5208vw;
    left: 0.1563vw;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 183.91 166.05'%3E%3Cg data-name='Слой 2'%3E%3Cpath d='M183 165c-1.57-2.09-15.72-18.36-26.52-30.74a35.29 35.29 0 0 0 12.18-26.7V36.21A35.39 35.39 0 0 0 133.28.83H36.21A35.38 35.38 0 0 0 .83 36.21v71.38A35.38 35.38 0 0 0 36.21 143h97.07a35.48 35.48 0 0 0 9.62-1.34C162 153.4 184.5 167 183 165Z' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.66px' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.testimonials__slide.even .testimonials__slide-text {
    margin-top: 1.0417vw;
    margin-left: 0.5208vw;
    width: 100%;
    font-size: 1vw;
    padding: 3vw 3.8vw 0 1vw
}

.testimonials__slide.odd {
    width: 25.1042vw;
    height: 25.1042vw;
    position: relative
}

.testimonials__slide.odd:before {
    content: "";
    position: absolute;
    top: -0.5208vw;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 176.78 159.94'%3E%3Cg data-name='Слой 2'%3E%3Cpath d='M164 16a44.54 44.54 0 0 0-47.82-10.33A43.27 43.27 0 0 0 53.26 31a21.41 21.41 0 0 0-25.72 24.45 41.54 41.54 0 0 0-7.64 64.35c.48.49 1 1 1.48 1.42L0 159.94l40.22-28.78a41.75 41.75 0 0 0 18.74 0 16.19 16.19 0 0 0 1.7 2 16.7 16.7 0 0 0 13.49 4.92q1.17 1.44 2.49 2.79a38.1 38.1 0 0 0 65.28-26.65 28.24 28.24 0 0 0 28.83-44.62A44.55 44.55 0 0 0 164 16Z' style='fill:%2354565a' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.testimonials__slide.odd:after {
    content: "";
    position: absolute;
    top: -1.0417vw;
    left: -0.7813vw;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 178.44 161.59'%3E%3Cg data-name='Слой 2'%3E%3Cpath d='M164.84 16.82A44.54 44.54 0 0 0 117 6.5a43.27 43.27 0 0 0-62.91 25.35 21.39 21.39 0 0 0-25.72 24.43 42 42 0 0 0-7.13 5.61 41.53 41.53 0 0 0-.51 58.73c.48.49 1 1 1.47 1.42L.83 160.77 41.05 132a41.71 41.71 0 0 0 18.73 0 17.27 17.27 0 0 0 1.71 2A16.66 16.66 0 0 0 75 138.91c.78 1 1.6 1.9 2.49 2.8a38.1 38.1 0 0 0 65.28-26.65 28.25 28.25 0 0 0 28.83-44.63 44.55 44.55 0 0 0-6.76-53.61Z' style='fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.66px' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.testimonials__slide.odd .testimonials__slide-text {
    margin-top: 1.0417vw;
    margin-left: 0.5208vw;
    width: 100%;
    font-size: 1vw;
    padding: 4vw 3.2vw 0vw 5vw;
    color: #fff
}

.testimonials__slide-text {
    position: relative;
    height: 15.625vw;
    width: 9.375vw;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    z-index: 2
}

@media (max-width:1300px) {
    .testimonials__slider .slick-arrow {
        width: 4.125vw
    }
    .testimonials__slide.even {
        width: 25.1042vw;
        height: 25.1042vw
    }
    .testimonials__slide.odd {
        width: 25.1042vw;
        height: 25.1042vw
    }
    .testimonials__slide.odd .testimonials__slide-text {
        padding: 4.5vw 3.8vw 0vw 5vw;
        font-size: 0.9vw;
    }
}

@media (max-width:991px) {
    .testimonials__slider .slick-arrow {
        width: 6.125vw
    }
    .testimonials__slide.even {
        width: 40.1042vw;
        height: 40.1042vw
    }
    .testimonials__slide.even .testimonials__slide-text {
        font-size: 1.6vw;
        padding: 5vw 6vw 0vw 2.75vw
    }
    .testimonials__slide.odd {
        width: 40.1042vw;
        height: 40.1042vw
    }
    .testimonials__slide.odd .testimonials__slide-text {
        font-size: 1.5vw;
        padding: 7.2vw 6vw 0vw 8vw
    }
}

@media (max-width:550px) {
    .testimonials__slider .slick-arrow {
        width: 10.125vw
    }
    .testimonials__slide.even {
        width: 80.1042vw;
        height: 80.1042vw
    }
    .testimonials__slide.even:after,
    .testimonials__slide.even:before {
        left: 3vw;
        right: 0
    }
    .testimonials__slide.even .testimonials__slide-text {
        font-size: 3.5vw;
        padding: 7vw 10vw 0vw 9vw
    }
    .testimonials__slide.odd {
        width: 80.1042vw;
        height: 80.1042vw
    }
    .testimonials__slide.odd:after,
    .testimonials__slide.odd:before {
        left: -2vw;
        right: 0
    }
    .testimonials__slide.odd .testimonials__slide-text {
        font-size: 3.5vw;
        padding: 18vw 8vw 0vw 13vw
    }
}

.about {
    padding-bottom: 5.2vw
}

.about__wrapper {
    padding: 53px 48px 54px;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about__content {
    max-width: 735px;
    background-color: rgba(84, 86, 90, 0.96);
    border-radius: 89px;
    padding: 55px 67px 63px 66px
}

.about__content h2 {
    color: #fff;
    font-size: 37px;
    line-height: 1.3;
    margin-bottom: 20px
}

.about__content h2 strong {
    color: #93d500;
    font-size: 47px
}

.about__content .about__content-text {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    font-weight: 900
}

.about__content .about__content-text:not(:first-child) {
    margin-top: 30px
}

@media (max-width:850px) {
    .about {
        padding-bottom: 10.41vw
    }
    .about__wrapper {
        padding: 5.52vw 5vw 5.625vw;
        height: 75vh
    }
    .about__content {
        max-width: 735px;
        border-radius: 4.63vw;
        padding: 5.72vw 6.97vw 6.56vw 6.87vw
    }
    .about__content h2 {
        font-size: 3.85vw;
        margin-bottom: 2.08vw
    }
    .about__content h2 strong {
        font-size: 4.89vw
    }
    .about__content .about__content-text {
        font-size: 2.5vw
    }
    .about__content .about__content-text:not(:first-child) {
        margin-top: 3.125vw
    }
}

@media (max-width:420px) {
    .about {
        padding-bottom: 11.41vw
    }
    .about__wrapper {
        padding: 6.52vw 6vw 6.625vw
    }
    .about__content {
        border-radius: 5.63vw;
        padding: 6.72vw 7.97vw 7.56vw 7.87vw
    }
    .about__content h2 {
        font-size: 4.85vw;
        margin-bottom: 3.08vw
    }
    .about__content h2 strong {
        font-size: 5.89vw
    }
    .about__content .about__content-text {
        font-size: 3.5vw
    }
    .about__content .about__content-text:not(:first-child) {
        margin-top: 4.125vw
    }
}

.map__inner {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: relative
}

.map__info {
    padding-top: 2.5vw;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6.5vw;
    width: auto;
    min-width: 25vw;
    background-color: #94d600;
    border-radius: 2.6042vw
}

.map__info-title {
    background-color: #54565a;
    text-align: center;
    /*margin-bottom: 1.5625vw;*/
    pointer-events: none
}

.map__info-title h3 {
    color: #fff;
    font-size: 1.5625vw;
    text-transform: uppercase;
    padding-top: 0.4688vw;
    padding-bottom: 0.6771vw
}

.map__info-list {
    padding: 1vw 0.7vw 1vw 1.25vw;
    display: block
}

.map__info-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2vw
}

.map__info-list a:last-child {
    margin-bottom: 2vw
}

.map__info-list a img {
    margin-right: 0.5vw;
    width: 2vw;
    -o-object-fit: contain;
    object-fit: contain
}

.map__info-list a span {
    font-size: 1.25vw;
    font-weight: 900;
    /*max-width: 18vw;*/
    /*word-wrap: break-word;*/
    line-height: 1.2
}

.map__info-list a.map__info-location {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.map__info-location-text {
    /*font-size: 1.0417vw;*/
    /*font-weight: bold*/
}

.map__info-location-img {
    /*margin-right: 0.5208vw;*/
    /*width: 1.5625vw;*/
    height: 2.5vw;
    /*-o-object-fit: contain;*/
    /*object-fit: contain*/
}

.map__info-phone {
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center*/
}

.map__info-phone-text {
    /*font-size: 1.0417vw;*/
    /*font-weight: 900*/
}

.map__info-phone-img {
    /*margin-right: 0.5208vw;*/
    /*width: 1.5625vw;*/
    /*height: 1.5625vw;*/
    /*-o-object-fit: contain;*/
    /*object-fit: contain*/
}

.map__info-list-mail {
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center*/
}

.map__info-list-mail-text {
    /*font-size: 1.0417vw;*/
    /*font-weight: 900*/
}

.map__info-list-mail-img {
    /*margin-right: 0.5208vw;*/
    /*width: 1.5625vw;*/
    /*height: 1.5625vw;*/
    /*-o-object-fit: contain;*/
    /*object-fit: contain*/
}

.map__frame #map {
    width: 100%;
    height: 50.25vw
}

@media screen and (max-width:991px) {
    .map__frame #map {
        height: 70vh
    }
}

@media screen and (max-width:991px) {
    .map__info {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0
    }
    .map__info-title h3 {
        font-size: 5vw
    }
    .map__info-list {
        padding: 1vw 0 1vw 3vw
    }
    .map__info-list a {
        margin-top: 2vw
    }
    .map__info-list a:last-child {
        margin-bottom: 2vw
    }
    .map__info-list a img {
        margin-right: 1vw;
        width: 4vw
    }
    .map__info-list a .map__info-location-img {
        height: 5.5vw
    }
    .map__info-list a span {
        font-size: 4vw;
        max-width: unset;
        word-wrap: unset
    }
}

.franchise-description {
    padding-top: 2vw
}

.franchise-description__top img {
    margin: 0 auto;
    width: 28vw;
    padding-bottom: 3vw
}

@media (max-width:991px) {
    .franchise-description__top img {
        width: 40vw;
        height: auto
    }
}

@media (max-width:550px) {
    .franchise-description__top img {
        width: 45vw
    }
}

.franchise-description__body {
    padding: 40px 0;
    background-color: #54565a
}

.franchise-description__body-text {
    max-width: 46.875vw;
    margin: 0 auto;
    text-align: center;
    color: #93d500;
    line-height: 1.5;
    font-size: 1.2vw
}

@media (max-width:991px) {
    .franchise-description__body-text {
        max-width: 80%;
        font-size: 2.35vw
    }
}

@media (max-width:550px) {
    .franchise-description__body-text {
        max-width: 90%;
        font-size: 3.9vw
    }
}

.franchise-info {
    padding: 4vw 0
}

.franchise-info__inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

.franchise-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:550px) {
    .franchise-info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.franchise-info__img img {
    width: 21vw
}

@media (max-width:991px) {
    .franchise-info__img img {
        width: 25vw
    }
}

@media (max-width:550px) {
    .franchise-info__img img {
        width: 45vw;
        margin-bottom: 3vw
    }
}

.franchise-info__content {
    margin-left: 4.6875vw;
    max-width: 36.46vw
}

@media (max-width:991px) {
    .franchise-info__content {
        max-width: 66.46vw
    }
}

@media (max-width:550px) {
    .franchise-info__content {
        max-width: 90%;
        margin-left: 0px
    }
}

.franchise-info__content h3 {
    color: #93d500;
    font-size: 1.25vw;
    line-height: 1.4;
    margin-bottom: 0.5vw
}

@media (max-width:991px) {
    .franchise-info__content h3 {
        font-size: 2.25vw
    }
}

@media (max-width:550px) {
    .franchise-info__content h3 {
        font-size: 4.25vw
    }
}

.franchise-info__content p {
    color: #000;
    font-size: 1.2vw;
    line-height: 1.4
}

@media (max-width:991px) {
    .franchise-info__content p {
        font-size: 2.2vw
    }
}

@media (max-width:550px) {
    .franchise-info__content p {
        font-size: 4.2vw
    }
}

.franchise-contact .contact__form {
    left: 0;
    width: 37vw;
    background-color: transparent;
    border: 0.208vw solid #fff;
    border-radius: 2.604vw;
    padding: 1.04vw 2.29vw 1.04vw 1.92vw
}

.franchise-contact .contact__form input {
    background-color: transparent;
    color: #fff;
    font-size: 0.9375vw
}

.franchise-contact .contact__form .contact__form-input-text {
    color: #fff;
    font-size: 0.9375vw;
    width: 11.458vw
}

.franchise-contact .contact__form .contact__form-btn button {
    padding: 5px 0;
    font-size: 1.145vw
}

.franchise-contact__inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto
}

.franchise-contact__bg img {
    width: 100%;
    height: 37vw;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991px) {
    .franchise-contact__bg img {
        height: 56vw
    }
}

@media (max-width:550px) {
    .franchise-contact__bg img {
        height: 160vw
    }
}

.franchise-contact__wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15vw;
    width: 36vw
}

.franchise-contact__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.franchise-contact__title img {
    width: 10vw;
    margin-right: 2.6vw
}

.franchise-contact__title div {
    color: #93d500;
    font-size: 1vw;
    line-height: 1.4;
    max-width: 15.625vw
}

@media (max-width:1280px) {
    .franchise-contact .contact__form {
        margin-top: 0
    }
}

@media (max-width:991px) {
    .franchise-contact .contact__form {
        left: 0;
        width: 60vw;
        background-color: transparent;
        border: 0.208vw solid #fff;
        border-radius: 2.604vw;
        padding: 1.04vw 2.29vw 1.04vw 1.92vw
    }
    .franchise-contact .contact__form input {
        background-color: transparent;
        color: #fff;
        font-size: 1.9375vw
    }
    .franchise-contact .contact__form .contact__form-input-text {
        color: #fff;
        font-size: 1.9375vw;
        width: 25.458vw
    }
    .franchise-contact .contact__form .contact__form-btn button {
        font-size: 1.9375vw
    }
    .franchise-contact__wrapper {
        left: 5vw;
        width: 60vw
    }
    .franchise-contact__title img {
        width: 20vw
    }
    .franchise-contact__title div {
        font-size: 2vw;
        max-width: 30.625vw
    }
}

@media (max-width:550px) {
    .franchise-contact .contact__form {
        width: 90vw
    }
    .franchise-contact .contact__form input {
        font-size: 3.5vw
    }
    .franchise-contact .contact__form .contact__form-input-text {
        font-size: 3.5vw;
        width: 50.458vw
    }
    .franchise-contact .contact__form .contact__form-btn button {
        font-size: 3.5vw
    }
    .franchise-contact__wrapper {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90vw
    }
    .franchise-contact__title img {
        width: 30vw
    }
    .franchise-contact__title div {
        font-size: 3.5vw;
        max-width: 50.625vw
    }
}

.franchise-about {
    position: relative
}

/*
.franchise-about:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#93d500), to(transparent));
    background: linear-gradient(to top, #93d500, transparent)
}
*/

.franchise-about .franchise-about__inner {
    /*width: 100%;*/
    /*height: 56.25vw;*/
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: relative;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: end;*/
    /*-ms-flex-pack: end;*/
    /*justify-content: flex-end*/
}

@media screen and (max-width:991px) {
    .franchise-about .franchise-about__inner {
        /*height: 70.25vw*/
    }
}

@media screen and (max-width:770px) {
    .franchise-about .franchise-about__inner {
        /*height: 50vh;*/
        /*padding: 50px 0;*/
        /*-webkit-box-pack: center;*/
        /*-ms-flex-pack: center;*/
        /*justify-content: center;*/
        /*margin-right: 0*/
    }
}

.franchise-about .franchise-about__bg {
    /*position: absolute;*/
    /*z-index: -1;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 100%*/
}

.franchise-about .franchise-about__bg img {
    width: 100%;
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover
}

.franchise-about .franchise-about__content {
    background-color: rgba(84, 86, 90, 0.96);
    padding: 2.1vw 1.5vw 4.5vw 2.4vw;
    border-radius: 1.3vw;
    /*max-width: 26.0417vw;*/
    /*margin-right: 5.2083vw*/
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32vw;
    left: 61.5vw
}

@media screen and (max-width:770px) {
    .franchise-about .franchise-about__content {
        /*margin-right: 0*/
    }
}

.franchise-about .franchise-about__content .franchise-about__content-title {
    line-height: 1.3;
    font-size: 2.25vw;
    color: #fff;
    margin-bottom: 1vw
}

.franchise-about .franchise-about__content .franchise-about__content-title strong {
    font-weight: 400;
    color: #93d500
}

.franchise-about .franchise-about__content .franchise-about__content-text {
    font-size: 1vw;
    line-height: 1.5;
    color: #fff
}

.franchise-about .franchise-about__content .franchise-about__content-text p:not(:first-child) {
    margin-top: 1.8229vw
}

@media screen and (max-width:991px) {
    .franchise-about .franchise-about__content {
        padding: 2.2vw 2vw 3vw 2vw;
        border-radius: 2.3vw;
        /*max-width: 40.0417vw*/
        width: 35vw;
        left: 60vw;
    }
    .franchise-about .franchise-about__content .franchise-about__content-title {
        font-size: 3vw;
        line-height: 1.2;
        margin-bottom: 1.1vw
    }
    .franchise-about .franchise-about__content .franchise-about__content-text {
        font-size: 1.3vw
    }
    .franchise-about .franchise-about__content .franchise-about__content-text p:not(:first-child) {
        margin-top: 2vw
    }
}

@media screen and (max-width:770px) {
    .franchise-about .franchise-about__content {
        border-radius: 2.5vw;
        width: 43vw;
        left: 55vw
    }
    .franchise-about .franchise-about__content .franchise-about__content-text {
        font-size: 1.5vw
    }
}

@media screen and (max-width:550px) {
    .franchise-about .franchise-about__content {
        padding: 4vw 3vw;
        border-radius: 5vw;
        width: 66%;
        left: 3%
    }
    .franchise-about .franchise-about__content .franchise-about__content-title {
        font-size: 4vw
    }
    .franchise-about .franchise-about__content .franchise-about__content-text {
        font-size: 2.5vw
    }
}

.thanks-page .header__nav a img {
    margin: 0 auto;
}

.thanks {
    margin: 5% auto;
    text-align: center;
}
.thanks h1 {
    font-size: 3vw;
    font-weight: bold;
    line-height: 2;
    color: #93d500;
}
.thanks p {
    font-size: 1.2vw;
    padding-top: 2vw;
    font-weight: bold;
    color: #54565a;
}
.thanks .btn {
    background-color: #93d500;
    border: none;
    color: #fff;
    font-size: 2vw;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 3vw 0;
}

@media (max-width:991px) {
    .thanks h1 {
        font-size: 4vw;
    }
    .thanks p {
        font-size: 2vw;
    }
    .thanks .btn {
        font-size: 3vw;
        margin: 4vw 0;
    }
}

@media (max-width:550px) {
    .thanks h1 {
        font-size: 6vw;
    }
    .thanks p {
        font-size: 3vw;
        padding-top: 4vw;
        line-height: 1.5;
    }
    .thanks .btn {
        font-size: 4vw;
        margin: 6vw 0;
    }
}

.contact__form .note {
    color: #fff;
    margin-top: 2vw;
    text-align: center;
    font-size: 1.2vw
}

@media (max-width:991px) {
    .contact__form .note {
        font-size: 1.6vw
    }
}

@media (max-width:550px) {
    .contact__form .note {
        margin-top: 20px;
        font-size: 13px
    }
}

.hero .hero__contact .contact__form-title h2 {
    font-size: 1.9vw;
    line-height: 1.2
}

.hero .hero__contact .contact__form-title h3 {
    font-size: 1.8vw;
    font-weight: 400;
    margin: 0.9vw 0 0.7vw 0;
    line-height: 1.1
}

.hero .hero__contact .contact__form-title h4 {
    font-size: 1.65vw;
    font-weight: 400
}

@media (max-width:991px) {
    .hero .hero__contact .contact__form-title h2 {
        font-size: 2.5vw
    }
    .hero .hero__contact .contact__form-title h3 {
        font-size: 2.25vw
    }
    .hero .hero__contact .contact__form-title h4 {
        font-size: 2vw
    }
}

@media (max-width:550px) {
    .hero .hero__contact .contact__form-title h2 {
        font-size: 20px
    }
    .hero .hero__contact .contact__form-title h3 {
        font-size: 18px;
        margin: 7px 0
    }
    .hero .hero__contact .contact__form-title h4 {
        font-size: 16px
    }
}

/*   Waiting load   */
.cssload-container{
    position:relative;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid rgb(84, 86, 90);
    border-left-color: rgb(147,213,0);
    border-radius: 1623px;
    -o-border-radius: 1623px;
    -ms-border-radius: 1623px;
    -webkit-border-radius: 1623px;
    -moz-border-radius: 1623px;
}
.cssload-whirlpool {
    margin: -41px 0 0 -41px;
    height: 81px;
    width: 81px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}
.cssload-whirlpool::before {
    content: "";
    margin: -37px 0 0 -37px;
    height: 72px;
    width: 72px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}
.cssload-whirlpool::after {
    content: "";
    margin: -47px 0 0 -47px;
    height: 91px;
    width: 91px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}
@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}
@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@media (max-width:550px) {
    .cssload-whirlpool,
    .cssload-whirlpool::before,
    .cssload-whirlpool::after {
        border-radius: 1623px;
        -o-border-radius: 1623px;
        -ms-border-radius: 1623px;
        -webkit-border-radius: 1623px;
        -moz-border-radius: 1623px;
    }
    .cssload-whirlpool {
        margin: -31px 0 0 -31px;
        height: 61px;
        width: 61px;
    }
    .cssload-whirlpool::before {
        margin: -28px 0 0 -28px;
        height: 54px;
        width: 54px;
    }
    .cssload-whirlpool::after {
        margin: -35px 0 0 -35px;
        height: 68px;
        width: 68px;
    }
}

.invisible {
    display: none !important;
}
/*   /Waiting load   */