.container {
    max-width: 1150px;
}

.banner {
    height: 616px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #000;
}

.banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.banner img.desktop {
    display: block;
}

.banner img.mobile {
    display: none;
}

.banner .title {
    color: #FFF;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    position: relative;
    z-index: 10;
}

.main {
    margin-bottom: 70px;
}


.main .breadcrumbs {
    color: #000;
    display: flex;
    align-items: center;
    gap: 0 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 28px;
}

.main .breadcrumbs span {
    color: #004980;
}

.main .breadcrumbs a {

}

.main .container {
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    margin-top: -100px;
    z-index: 10;
    position: relative;
    padding: 20px 56px 40px 56px;
    color: #231F20;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #231F20;
}

.main .container h2 {
    color: #231F20;
    text-align: right;
    font-family: "Atlas DL 3.1 AAA";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 187.5% */
}

.main .content {
    position: relative;
}

.main .content:after {
    content: '';
    display: table;
    clear: both;
}


.main .content ul {
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main .content ul li {
    position: relative;
    display: block;
    padding-right: 16px;
}

.main .content ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 12px;
}

.main .content a {
    color: #000;
    text-decoration: underline;
}


.main .form {
    background: #F6F6F6;
    padding: 36px 36px;
    margin-top: 36px;
}

.main .form .title {
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 32px;
}

.main .form .title b {
    font-weight: 500;
}

.main .form form {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.main .form form .wpcf7-form-control-wrap {
    position: relative;
    flex: 1;
}

.main .form form input,
.main .form form select {
    border-bottom: 1px solid #231F20;
    background: #FFF;
    height: 60px;
    color: rgba(0, 0, 0, 1);
}

.main .form form input.wpcf7-not-valid,
.main .form form select.wpcf7-not-valid {
    border-color: red !important;
}

.main .form form input.wpcf7-form-control::placeholder {
    color: rgba(0, 0, 0, 1);
}

.main .form button {
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #004980;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
    gap: 0 8px;
}

.main .form button:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M9.16634 14.1666L0.833008 5.83325' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.833008 14.1666V5.83325H9.16634' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    ackground-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    transition: all 0.3s;
}

.main .form button:hover:after {
    transform: translateX(-5px);
}

.imgtext {
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

.imgtext .container {
    display: flex;
    gap: 0 88px;
}

.imgtext .container .image {
    flex: 1;
}

.imgtext .container .content {
    flex: 1;
    padding: 60px 0;
    text-align: right;
    color: #000;
}

.imgtext .container .content.white {
    color: #fff;
}

.imgtext .container .content .heading {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.imgtext .container .content .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px;
}

.imgtext .container .content .gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 60px;
}

.imgtext .container .content .description {
    margin-bottom: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.imgtext .container .content .description h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: inherit;
}

.imgtext .container .content .description a {
    color: inherit;
    text-decoration: underline;
}

.imgtext .container .content .description ul {
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.imgtext .container .content .description ul li {
    position: relative;
    display: block;
    padding-right: 16px;
}

.imgtext .container .content .description ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 12px;
}

.imgtext .container .content .description > *:last-child {
    margin-bottom: 0;
}

.imgtext .container .content .description .gallery {
    display: flex;
    align-items: start;
    position: relative;
    z-index: 1;
}

.imgtext .container .content .description .gallery:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1;
}

.imgtext .container .content.dark .description .gallery:before {
    background: #000;
}

.imgtext .container .content .description figure.gallery-item {
    flex: 1;
    margin: 0;
}

.imgtext .container .content .description figure.gallery-item img {
    height: 30px;
    width: auto;
    display: inline-block;
}

.imgtext .container .content .description .gallery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgtext .container .content .description .gallery-caption {
    color: inherit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin-top: 24px;
}

.imgtext .container .content .btns a {
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: inline-flex;
    gap: 0 4px;
    border-bottom: 1px solid #000;
    color: #000
}

.imgtext .container .content.white .btns a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.imgtext .container .content.white .btns a svg path {
    stroke: #fff;
}

.imgtext .container .image img {
    position: absolute;
    height: 100%;
    width: 50%;
    object-fit: cover !important;
}

.imgtext.left .container {
    flex-direction: row-reverse;
}

.imgtext.left .container .image img {
    right: 50%;
}

.imgtext.right .container .image img {
    left: 50%;
}


.benefits {
    padding: 100px 0 100px 0;
    background-color: #F4F4F4;
    position: relative;
}

.benefits:before {
    content: '';
    background-color: #FFF;
    background-image: url("../images/bg-bottom-2.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.benefits-title {
    text-align: center;
    font-size: 32px;
    position: relative;
}

.benefits-title svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    max-width: 268px;

}

.benefits-title svg path {
    stroke: #231F20;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    stroke: #231F20;
    stroke-linecap: round;
    stroke-linejoin: round;

    -webkit-animation: elementor-headline-dash forwards;
    animation: elementor-headline-dash forwards;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

.benefits-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 70px;
}

.benefits-list .item {
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
    box-sizing: border-box;
    text-align: center;
}

.benefits-list .item .icon {
    margin-bottom: 10px;
}

.benefits-list .item .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #54595F;
}

.benefits-list .item .description {
    font-size: 16px;
    color: #7a7a7a;
}


.partners {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 0;
    text-align: center;
}

.partners-title {
    color: #231F20;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
}

.partners-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 70px;
}

.partners-list .item {
    flex: 1 1 calc(20% - 40px);
    max-width: calc(20% - 40px);
    box-sizing: border-box;
    text-align: center;
}

.partners-list .item .logo {
    height: 52px;
}

.partners-list .item .logo img {
    max-height: 100%;
    width: auto;
}

.partners-list .item .description {
    color: #7a7a7a;
    font-size: 16px;
}

.home-contact .title-2 {
    line-height: 1;
}

@media (max-width: 767px) {
    .dynamic {
        overflow: hidden;
    }

    .banner {
        height: 340px;
    }

    .banner img {
        opacity: 0.65;
    }

    .banner img.desktop {
        display: none;
    }

    .banner img.mobile {
        display: block;
    }

    .banner .title {
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        text-align: center;
    }

    .main {
        margin-bottom: 0;
    }

    .main .container {
        margin: 0;
        padding: 20px 15px 40px 15px;
        box-shadow: none;
    }

    .main .container h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 42px;
        margin: 20px 0;
    }

    .benefits-title svg {
        display: none;
    }

    .benefits {
        background: rgba(244, 244, 244, 1);
        padding: 40px 0 40px 0;
    }

    .benefits-list {
        gap: 30px 20px;
        margin-top: 32px;
    }

    .benefits-list .item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
        box-sizing: border-box;
        text-align: center;
    }

    .benefits-title {
        text-align: center;
        position: relative;
        color: rgba(35, 31, 32, 1);
        font-size: 32px;
        font-weight: 400;
        line-height: 42px;
    }

    .imgtext.left .container,
    .imgtext .container {
        flex-direction: column-reverse;
    }

    .imgtext .container .image {
        flex: 1;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .imgtext .container .image img {
        position: relative;
        left: 0 !important;
        top: 0;
        right: 0 !important;
        width: 100%;
    }

    .imgtext .container .content .description .gallery:before {
        display: none;
    }

    .imgtext .container .content .description .gallery {
        flex-direction: column;
        gap: 12px;
    }

    .imgtext .container .content .description figure.gallery-item {
        display: flex;
        align-items: center;
        gap: 0 12px;
    }

    .imgtext .container .content .description .gallery-caption {
        margin: 0;
    }

    .main .form {
        background: #F6F6F6;
        padding: 30px 20px;
        margin-top: 36px;
    }

    .main .form form {
        flex-direction: column;
    }

    .main .form form input, .main .form form select {
        height: 54px;
    }

    .main .form button {
        max-width: 130px;
    }

    .partners{
        padding: 50px 0;
    }

    .partners-list {
        margin-top: 32px;
        gap: 30px 20px;
    }

    .partners-list .item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
        box-sizing: border-box;
        text-align: center;
    }
}