header {
    width: 100%;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 180px;
    position: absolute;
    top: 0;
    z-index: 999;
}

header .text {
    display: flex;
    font-size: 16px;
    gap: 40px;
}
header .text.info {
    display: flex;
    align-items: center;
}
header .text.info a {
    display: flex;
    align-items: center;
    transition: .2s;
}
header .text.info a svg {
    transition: .2s;
}
header .text.info a svg .path {
    fill: var(--main-color);
    transition: .2s;
}
header .text.info a svg .circle {
    fill: var(--white);
    transition: .2s;
}
header .text.info span {
    padding-left: 12px;
    font-size: 18px;
    color: var(--white);
    text-underline-offset: 6px;
    transition: .2s;
}
header .text.info a:hover svg {
    transform: rotate(-20deg);
}
header .text.info a:hover svg .circle {
    fill: #e4e4e4;
}
header .text.info a:hover span {
    color: #e4e4e4;
}

header .text a {
    height: 80px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

header.headContact {
    position: relative;
    background-color: var(--white);
    box-shadow: var(--shadow);
}
header.headContact .text.info .menuMobileSVG {
    fill: var(--main-text);
}
header.headContact .text.info span {
    color: var(--main-color);
}
header.headContact .text.info a svg .circle {
    fill: var(--main-color);
}
header.headContact .text.info a svg .path {
    fill: var(--white);
}

header.headContact .text.info a:hover svg .circle {
    fill: var(--btn-hover);
}
header.headContact .text.info a:hover span {
    color: var(--btn-hover);
}

.menuMobile {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    display: none;
    background: linear-gradient(135deg, #1a5bff 0%, #9ebaff 100%);
}
.menuMobile .boxMobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menuMobile .boxMobile a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 14px 0px;
    color: var(--white);
}
.menuHelperBox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menuHelperBox .clickBoxMobile {
    display: flex;
    align-items: center;
}
.menuHelperBox .clickBoxMobile svg {
    stroke: var(--white);
    stroke-width: 3px;
    margin-left: 10px;
}
.menuHelperBox .clickBoxMobile p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 0px;
    color: var(--white);
}
.menuMobileBurger {
    display: flex;
    display: none;
    flex-direction: column;
    padding: 6px 0px;
    text-align: center;
}
.menuMobile .boxMobile .menuHelperBox .menuMobileBurger a {
    padding: 12px 0px;
    font-size: 18px;
    color: #f7f7f7;
}

.menuHelperBox .clickBoxMobile.activeMob svg {
    color: var(--white);
}
.menuHelperBox .clickBoxMobile.activeMob p {
    color: var(--white);
}

.closeMobileMenu {
    position: absolute;
    top: 40px;
    right: 40px;
}

.logo svg {
    width: auto;
}
.logoColorMain {
    fill: var(--main-color);
}

.active {
    color: var(--main-color);
    font-weight: 700;
}
header .text a.active {
    color: var(--main-color);
    font-weight: 700;
}

.helper {
    width: 100%;
    height: 40px;
    background-color: var(--gray-low);
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.helper span {
    white-space: pre;
    display: flex;
    overflow: hidden;
    word-spacing: 40px;
	color: var(--text);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.noneInfoDesktop {
    display: none;
}

.activeMenu .menuBurg {
    color: var(--main-color);
}
header .text .activeMenu a.menuBurg svg {
    stroke: var(--main-color);
}

.menuBurg {
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: relative;
}
header .text a.menuBurg svg {
    stroke: var(--main-text);
    stroke-width: 2px;
    transition: .2s;
}
header .text a.menuBurg:hover svg {
    stroke: var(--main-color);
}

.menuBurgBox {
    position: relative;
}
.miniMenu {
    display: none;
    position: absolute;
    left: -28px;
    top: 80px;
    background: rgb(240 240 240);
    min-width: 100%;
    border-radius: 8px;
    padding: 8px 0px;
    box-shadow: var(--shadow);
}
header .text .menuBurgBox .miniMenu a {
    height: fit-content;
    padding: 18px 28px;
    font-size: 16px;
    white-space: nowrap;
}

.menuMobileSVG {
    display: none;
    margin-left: 24px;
    fill: var(--white);
}

.navigation .nav-links .page-numbers {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    list-style-type: none;
    flex-wrap: wrap;
}
.navigation .nav-links .page-numbers li span.page-numbers {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    font-size: 18px;
    padding: 0px 24px;
    font-weight: 600;
    width: 52px;
}
.navigation .nav-links .page-numbers li .page-numbers {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg1c);
    font-size: 18px;
    width: 52px;
}
.navigation .nav-links .page-numbers li .next.page-numbers {
    height: 52px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg1c);
    font-size: 18px;
    padding: 0px 24px;
}
.navigation .nav-links .page-numbers li .prev.page-numbers {
    height: 52px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg1c);
    font-size: 18px;
    padding: 0px 24px;
}








.container {
    padding: 120px 180px;
}

.banner {
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 180px;
    background-color: var(--white);
    position: relative;
    overflow: hidden;
}
.banner .triangle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 90;
}
.banner .info {
    width: calc(56% - 30px);
    margin-top: 40px;
}
.banner .info .textBox {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.banner .info .action {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.banner .img {
    width: calc(44% - 30px);
    position: relative;
    height: 100%;
    z-index: 100;
}
.banner .img .absolute {
    position: absolute;
    height: 100%;
}
.banner .img .absolute img {
    transform: rotate(3.55deg);
    border-radius: 40px;
    margin-top: 20%;
    margin-left: 60px;
}

.btn {
    display: flex;
    border-radius: 8px;
    background-color: var(--main-color);
    align-items: center;
    transition: .2s;
    width: max-content;
}
.btn * {
    font-family: 'Outfit', Tahoma;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px 32px;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 140%;
}

.btn:hover {
    background-color: var(--btn-hover);
}
.btn:hover * {
    color: var(--white);
}

.btn.ghost {
    background-color: rgb(255, 255, 255, 0);
}
.btn.ghost * {
    color: var(--main-color);
}
.btn.ghost:hover {
    background-color: var(--btn-hover);
}
.btn.ghost:hover * {
    color: var(--white);
}

.chooseUs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.chooseUs .box {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.chooseUs .box .textBox {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.chooseUs .box .miniBanner {
    width: 100%;
    border-radius: 20px;
}
.chooseUs .box .miniBanner.mg_top {
    margin-top: 80px;
}
.chooseUs .box .stats {
    display: flex;
    justify-content: space-between;
}
.chooseUs .box .stats .content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.chooseUs .box .stats .content .infoBox span {
    font-family: 'Outfit', Tahoma;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--main-text);
}
.chooseUs .box .stats .content .infoBox p {
    font-size: 24px;
}

.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.services .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services .box.info {
    width: 75%;
}
.services .box.info .textBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}
.services .box.table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 60px;
}
.services .box.table .content {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: var(--shadow);
    justify-content: space-between;
}
.services .box.table .content .onlyText {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.services .box.table .content .onlyText .infoBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services .box.table .content .onlyText a {
    font-family: 'Outfit', Tahoma;
    font-size: 36px;
    font-weight: 700;
    color: var(--main-color);
}
.services .box.table .content .onlyText a:hover {
    color: var(--text-hover);
}

.faq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.faq .box {
    width: calc(50% - 30px);
    position: relative;
}
.faq .box h4 {
    margin-bottom: 60px;
}
.faq .box .absolute {
    position: absolute;
    width: 100%;
    left: -232px;
}
.faq .box .absolute img {
    transform: rotate(-3deg);
    border-radius: 40px;
    width: 125%;
}
.faq .box .burg {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.faq .box .burg .content {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: var(--shadow);
    cursor: pointer;
    user-select: none;
}
.faq .box .burg .content .infoBox {
    width: calc(100% - 54px);
}
.faq .box .burg .content .infoBox span {
    font-family: 'Outfit', Tahoma;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-text);
}
.faq .box .burg .content .infoBox .spoiler {
    display: none;
    margin-top: 24px;
}
.faq .box .burg .content .infoBox .spoiler p,
.faq .box .burg .content .infoBox .spoiler ul li {
    font-size: 16px;
    color: var(--text);
}

.faq .box .burg .content svg {
    transition: .2s;
}
.faq .box .burg .content svg.close {
    transform: rotate(-45deg);
}

.order {
    display: flex;
    justify-content: center;
    background: url(../images/img/order.jpg), no-repeat;
}
.order .box {
    width: 50%;
    padding: 80px 40px;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order .box p {
    text-align: center;
    margin-top: 30px;
}
.order .box .action {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

footer {
    padding: 0px 180px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--main-color);
    color: var(--white);
}
footer .copyright {
    font-size: 18px;
    font-weight: 400;
}
footer .copyright a {
    line-height: 24px;
    font-weight: 700;
    color: var(--white);
    text-decoration-line: underline;
}

footer .text {
    display: flex;
    font-size: 16px;
    gap: 40px;
}
footer .text.info {
    display: flex;
    align-items: center;
}
footer .text.info a {
    display: flex;
    align-items: center;
    transition: .2s;
}
footer .text.info a svg {
    transition: .2s;
}
footer .text.info a svg .circle {
    fill: var(--white);
    transition: .2s;
}
footer .text.info span {
    padding-left: 12px;
    font-size: 18px;
    color: var(--white);
    text-underline-offset: 6px;
    transition: .2s;
}
footer .text.info a:hover svg {
    transform: rotate(-20deg);
}
footer .text.info a:hover svg .circle {
    fill: #e4e4e4;
}
footer .text.info a:hover span {
    color: #e4e4e4;
}

.contactMap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contactMap .box iframe {
    border-radius: 20px;
    box-shadow: var(--shadow);
}
.contactMap .box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.contactMap .box .contactUs {
    position: absolute;
    width: 40%;
    padding: 60px;
    left: 8%;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: var(--shadow);
}
.contactMap .box .contactUs h1 {
    font-size: 40px;
}
.contactMap .box .contactUs p {
    margin-top: 30px;
    margin-bottom: 40px;
}

.contactMap .infoBox {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.contactMap .infoBox .content {
    width: calc(100% / 3);
    border-radius: 20px;
    padding: 50px 40px;
    background-color: var(--white);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contactMap .infoBox .content span {
    font-family: 'Outfit', Tahoma;
    font-size: 22px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
}
.contactMap .infoBox .content svg {
    transition: .2s;
}
.contactMap .infoBox .content:hover svg {
    transform: rotate(-20deg);
}


.ourServices .bannerBox img {
    border-radius: 20px;
    box-shadow: var(--shadow);
    width: 100%;
}
.ourServices .box h2,
.ourServices .box h3,
.ourServices .box h4,
.ourServices .box h5,
.ourServices .box h6 {
    font-size: 26px;
    line-height: 160%;
}
.ourServices .box {
    margin: 100px 8.3%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.ourServices .box .onlyTextBox,
.ourServices .box .listTextBox {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ourServices .box .listTextBox ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ourServices .box .listTextBox ul li {
    width: 50%;
}
.ourServices .box .listImgBox {
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.ourServices .box .listImgBox .content {
    width: 50%;
}
.ourServices .box .listImgBox .content.infoText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.ourServices .box .listImgBox .content img {
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow);
}
.ourServices .btnActions {
    margin: 0px 8.3%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.ourServices .btnActions .content {
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
}
.ourServices .btnActions .content .btn {
    justify-content: center;
}
.ourServices .btnActions .content .link {
    padding: 12px 0px;
    padding-left: 24px;
    font-family: 'Outfit', Tahoma;
    font-size: 18px;
    font-weight: 700;
}

.aboutUs {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.aboutUs .box {
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.aboutUs .box .infoBox {
    width: calc(100% / 3 - 30px);
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.aboutUs .box .infoBox .textBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.aboutUs .box img {
    width: calc(100% / 3 * 2 - 30px);
    border-radius: 20px;
    box-shadow: var(--shadow);
    object-fit: cover;
}
.aboutUs .box.reverse {
    flex-direction: row-reverse;
}

#wpcf7-f27-o1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form-input {
    width: 70%;
    height: 52px;
    padding: 0px 24px;
    background: var(--main-bg);
    border-radius: 8px;
    font-size: 18px;
}
.form-submit {
    display: flex;
    border-radius: 8px;
    background-color: var(--main-color);
    height: 60px;
    padding: 0px 24px;
    text-transform: uppercase;
    font-family: 'Outfit', Tahoma;
    justify-content: center;
    margin: auto;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.5px;
}
.input p label {
    display: block;
    font-size: 20px;
}
.wpcf7-not-valid-tip {
    margin-top: 12px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    border: 3px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: var(--main-color);
    font-weight: 700;
    text-align: center;
    line-height: 160%;
    padding: 12px 24px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--main-color);
}











.colorMain {
    color: var(--main-color);
}