/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

body {
    position: relative;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

header {
    padding-top: 25px;
    position: absolute;
    width: 100%;
}

.home-slider {
    padding: 220px 0 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.header-content>div {
    width: calc(100% / 2 - (20px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-content-left>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.classic-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #F2A623;
    border-style: solid;
    border-width: 2px;
    border-color: #F2A623;
    border-radius: 10px;
    padding: 15px 38px;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.classic-button:hover {
    color: #000000;
    background-color: #FFFFFF;
}


.header-content-right>a {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.home-slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.home-slider-content>div {
    width: calc(100% / 2 - (20px * 1 / 2));
}

.home-slider-content-right-content-block {
    background-color: #1B325F;
    padding: 45px 40px;
    border-radius: 10px 10px 10px 10px;
}

.home-slider-content-right-content-block>h2 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 25px;
}

.home-slider-content-left-content-block1 {
    color: #F2A623;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 9px;
}

.home-slider-content-left-content-block2 {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.home-slider-content-left-content-block3 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}

.home-slider-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-slider-content-left-content-block {
    margin-top: auto;
    margin-bottom: auto;
}

.home-slider-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-slider-content-right-content-block {
    margin-top: auto;
    margin-bottom: auto;
    min-width: 70%;
    margin-left: auto;
}

.contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background-color: #F1F1F1;
    color: #333;
    font-family: "Poppins", sans-serif;
}

.contact-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px #f2a62380;
    box-shadow: 0 0 0 2px #f2a62380;
}

.contact-form button {
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 15px 38px;
    font-size: 18px;
}

.padding-element {
    padding: 120px 0;
}

.home-about-sod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px;
}

.home-about-sod>div {
    width: calc(100% / 2 - (70px * 1 / 2));
}

.home-about-sod-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-about-sod-left>img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.home-about-sod-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-about-sod-right-sod {
    margin-top: auto;
    margin-bottom: auto;
}

.accent-text {
    color: #F2A623;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}

.section-title {
    color: #1B325F;
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 20px;
}

.slogan {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.section-text {
    margin-bottom: 20px;
}

.home-plus {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-plus-sod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.home-plus-sod-element {
    width: calc(100% / 4 - (40px * 3 / 4));
}

.home-plus-sod-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-plus-sod-element-content {
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
}

.home-plus-sod-element-content-ico>svg {
    -webkit-filter: invert(96%) sepia(0%) saturate(7487%) hue-rotate(176deg) brightness(105%) contrast(104%);
    filter: invert(96%) sepia(0%) saturate(7487%) hue-rotate(176deg) brightness(105%) contrast(104%);
    height: 45px;
    width: 45px;
}

.home-plus-sod-element-content-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 100%;
    background: #F2A623;
    border: 8px solid #0000006E;
    margin-bottom: 10px;
}

.home-plus-sod-element-content-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
}

.home-plus-sod-element-content-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: white;
    text-align: center;
}

.home-service-content-block-lvl1>* {
    text-align: center;
}

.home-service-content-block-lvl1 {
    margin-bottom: 30px;
}

.home-service-content-block-lvl2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.home-service-content-block-lvl2-element-ico-ob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-service-content-block-lvl2-element {
    width: calc(100% / 3 - (30px * 2 / 3));
    padding: 40px 50px 34px 50px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-service-content-block-lvl2-element-ico {
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    border: 8px solid #EFF0F4;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.home-service-content-block-lvl2-element-ico>svg {
    height: 49px;
    width: 49px;
    padding: 15px;
    background-color: #EFF0F4;
    border-radius: 100%;
}

.home-service-content-block-lvl2-element-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 13px;
    text-align: center;
    width: 100%;
}

.home-service-content-block-lvl2-element-text {
    text-align: center;
}

.home-service-content-block-lvl2 {
    margin-bottom: 40px;
}

.home-service-content-block-lvl3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-service-content-block-lvl3>a {
    margin: auto;
}

.home-preim {
    background-color: #FFFCF8;
}

.home-preim-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.home-preim-content-block>* {
    width: calc(100% / 2 - (40px * 1 / 2));
}

.benefits-list {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.benefits-list>li {
    width: calc(100% / 2 - (20px * 1 / 2));
}

.home-preim-content-block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-preim-content-block-left-sod {
    margin-top: auto;
    margin-bottom: auto;
}

.home-preim-content-block-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-preim-content-block-right>img {
    width: 100%;
    border-radius: 10px;
    margin: auto;
}

.home-tip-ob-cont-sod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.home-tip-ob-cont-sod-cont {
    width: calc(100% / 3 - (40px * 2 / 3));
    padding: 45px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-tip-ob-cont-sod-cont>p:first-of-type {
    margin-bottom: 7px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

.home-tip-ob-cont-sod-cont>p:last-of-type {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.home-sect-why * {
    text-align: center;
}

.home-sect-why .section-title {
    color: white;
}

.home-sect-why .section-text {
    color: white;
    margin-bottom: 0px;
}

.home-sect-why {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-otz-content-lvl1>* {
    text-align: center;
}

.home-otz-content-lvl1 {
    margin-bottom: 30px;
}

.home-otz-content2 {
    margin-top: 60px;
}

.home-otz-content2-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-otz-content2-quote {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.home-otz-content2-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.home-otz-content2-person img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-otz-content2-person .name {
    font-weight: 600;
    color: #1B325F;
    margin-bottom: 5px;
}

.home-otz-content2-person .country {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.home-otz-content2 .swiper-pagination {
    margin-top: 25px;
    text-align: center;
}

.home-otz-content2 .swiper-pagination-bullet {
    background-color: #1B325F;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.home-otz-content2 .swiper-pagination-bullet-active {
    opacity: 1;
}

.home-otz-content2 .swiper-pagination {
    margin-top: 20px;
    position: relative;
    text-align: center;
}

footer {
    background-color: #1B325F;
}

.footer-lvl2-content {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-lvl2-content>div {
    width: calc(100% / 2 - (20px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-lvl2-content>div>* {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin-top: auto;
    margin-bottom: auto;
}

.footer-lvl2-content-right>a {
    margin-left: auto;
}

.footer-lvl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.521);
}

.footer-lvl-sod {
    display: -ms-grid;
    display: grid;
}

.footer-lvl-sod>a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.footer-lvl-sod>p {
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    margin-bottom: 0px;
}

main>* {
    overflow: hidden;
}

.contact-form>p>label {
    display: flex;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

@media screen and (max-width: 1150px) {
    .home-service-content-block-lvl2-element {
        width: calc(100% / 2 - (30px * 1 / 2));
    }
}

@media screen and (max-width: 1000px) {
    .home-slider-content-right-content-block {
        min-width: auto;
    }

    .home-slider-content>div {
        width: 100%;
    }

    .home-slider-content-right-content-block {
        width: 100%;
        margin-top: 20px;
    }

    .home-about-sod>div {
        width: 100%;
    }

    .home-about-sod-left {
        display: none;
    }

    .home-plus-sod-element {
        width: calc(100% / 2 - (40px * 1 / 2));
    }

    .home-preim-content-block>* {
        width: 100%;
    }

    .home-tip-ob-cont-sod-cont {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .header-content>div:first-of-type {
        width: calc(30% - (20px * 1 / 2));
    }

    .header-content>div:last-of-type {
        width: calc(70% - (20px * 1 / 2));
    }

    .home-service-content-block-lvl2-element {
        width: 100%;
    }

    .classic-button {
        padding: 15px;
    }

    .home-slider-content-left-content-block2, .home-slider-content-right-content-block>h2, .section-title {
        font-size: 32px;
        line-height: 42px;
    }

    .home-slider-content-right-content-block {
        padding: 30px;
    }

    .benefits-list>li {
        width: 100%;
    }

    .footer-lvl2-content>div {
        width: 100%;
    }

    .footer-lvl2-content>div>* {
        margin: auto;
    }
}

@media screen and (max-width: 400px) {
    .classic-button {
        font-size: 16px;
    }
}