*{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}
body{
    min-width: 320px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: inherit;
    font-weight: inherit;
}

header .super-container{
    display: flex;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
    justify-content: space-between;
}

header .super-container .grid-child{
    width: auto;
    margin-left: initial;
    margin-right: initial;
}

header .super-container .grid-child.container-logo{
    width: 10%;
    min-width: 75px;
}
header .super-container .grid-child.container-nav{
    width: 90%;
    flex-direction: row;
}

header .super-container .grid-child.container-nav ul{
    flex: 1 1 auto;
    justify-content: flex-end;
}


.mod-list li {
    padding: 0;
}
.mod-list li a {
    line-height: 2em;
    display: inline-block;
}

header .grid-child.container-nav ul .link-menu-icon img{
    width: 26px;
    height: auto;
}

.container-banner{
    margin-bottom: 0;
}

.container-header .mod-menu > li + li {
    margin-left: 1em;
}

.phone-top-mob{
    display: none;
}

a#e-oselya-banner{
    display: block;
    width: 86px;
    height: 453px;
    background: url("/images/banners/EOselya_side_button.png") no-repeat right center transparent;

    position: fixed;
    top: 250px;
    right: 0;
    transition: top .5s;
}

a#e-oselya-banner:hover{
    top: 260px;
}

.mobile-menu-button{
    display: none;
}

.backgroundover{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
}
.backgroundover.active{
    display: block;
    background-color: #00000070;
}

#mod-menu110 .item-110,
#mod-menu110 .item-109{
    display: none;
}

[id^='mod-html-code-'] {
    position: relative;
    padding-top: 1px;
}

.foranchor{
    position: absolute;
    top: 0px;
}

@media (width <= 991.98px) {
    body.fixed{
        overflow: hidden;
    }

    [id^='mod-html-code-']{
        position: relative;
    }
    .foranchor{
        position: absolute;
        top: -40px;
    }

    .container-header{
        z-index: 80;
    }

    a#e-oselya-banner{
        display: block;
        width: 32px;
        height: 182px;
        background: url("/images/banners/EOselya_side_button.png") no-repeat right center transparent;
        background-size: cover;
        position: absolute;
        top: 150px;
        right: 0;
    }

    header .super-container .grid-child.container-nav{
        display: flex;
        width: 80%;
        height: 100%;
        position: fixed;
        z-index: 2;
        top: 0;
        right: -85%;
        background: #467191;
        background: linear-gradient(0deg,rgba(70, 113, 145, 1) 0%, rgba(93, 41, 87, 1) 100%);
        flex-direction: row-reverse;
        align-content: flex-start;
        justify-content: flex-end;
        padding: 40px 30px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        transition: right 0.3s;
    }

    header .super-container .grid-child.container-nav.active{
        right: 0%;
    }

    header .super-container .grid-child.container-nav ul{
        flex: none;
        /*justify-content: flex-end;*/
    }

    #mod-menu1 > li + li,
    #mod-menu110 > li + li
    {
        margin-left: 0;
    }

    .container-header .mod-menu > li.item-104 {
        margin-left: 1em;
    }

    header .grid-child.container-nav ul .link-menu-icon img{
        width: 40px;
        height: auto;
    }

    .mobile-menu-close-button {
        display: none;
        position: fixed;
        top: 5px;
        right: 5px;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .mobile-menu-close-button.active{
        display: block;
    }

    /* Лінії хрестика */
    .mobile-menu-close-button::before,
    .mobile-menu-close-button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 2px;
        background-color: #96c6ff;
        transform-origin: center;
        transition: 0.3s ease;
    }

    /* Перша лінія */
    .mobile-menu-close-button::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    /* Друга лінія */
    .mobile-menu-close-button::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    /* Ховер-ефект */
    .mobile-menu-close-button:hover::before,
    .mobile-menu-close-button:hover::after {
        background-color: #ffffff;
    }

    .phone-top-mob{
        display: block;
        width: 60%;
        min-width: 200px;
        max-width: 250px;
        position: absolute;
        top: 20px;
        right: 48%;
        transform: translateX(50%);
    }
    .scrolled .phone-top-mob{
        top: 9px;
    }
    .phone-top-mob a{
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
    }

    .phone-top-mob .super-container a:first-child{
        margin-right: 10px;
        line-height: 30px;
    }

    .phone-top-mob a img{
        width: 30px;
        height: auto;
    }

    .mobile-menu-button {
        z-index: 70;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        border: none;
        background: transparent;
        cursor: pointer;
    }
    .scrolled .mobile-menu-button{
        top: 9px;
        right: 15px;
    }

    .mobile-menu-button.active {
        display: none;
    }

    /* Ховер */
    .mobile-menu-button:hover {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .mobile-menu-button:hover::before {
        background-color: #fff;
    }
    .mobile-menu-button .burger{
        height: 3px;
        width: 22px;
        display: block;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        left: 50%;
        margin-left: -11px;
    }
    .mobile-menu-button .burger:before{
        content: "";
        height: 3px;
        width: 22px;
        display: block;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: -7px;
    }
    .mobile-menu-button .burger:after{
        content: "";
        height: 3px;
        width: 22px;
        display: block;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        bottom: -7px;
    }
    #mod-menu1 .item-107{
        display: none;
    }

    #mod-menu110 .item-110,
    #mod-menu110 .item-109{
        display: block;
    }

    #mod-menu110{
        flex-direction: row;
        justify-content: flex-start;
    }

    #mod-menu110 .item-102 .image-title{
        display: none;
    }

    #mod-menu110 .item-110{
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #mod-menu110 .item-110 a img{
        height: 31px;
        width: auto;
    }

    #mod-menu110 .divider{
        width: 100%;
        font-size: 14px;
    }

    #mod-menu110 .item-104{
        margin-left: 10px;
    }
}

@media (width <= 320px) {
    .phone-top-mob {
        width: 190px;
        right: 48.5%;
    }
}

.container-header{
    background: transparent!important;
}

body:before{
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    box-shadow: 0 0 60px 35px #172f55;
    z-index: 0;
}

#mod-html-code-112 {
    /*background-image: url(/images/banners/about_complex_1080.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    margin-top: -125px;
    padding-top: 65px;
}

#mod-html-code-112 h1 {
    font-size: 89px;
    font-weight: 600;
    letter-spacing: .2em;
    text-shadow: 0px 0px 20px #172f55;
    position: relative;
}

#mod-html-code-112 h2{
    font-size: 48px;
    position: relative;
}

#mod-html-code-112 h3 {
    font-size: 34px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

#mod-html-code-112 div div div:nth-of-type(1){
    font-size: 27px;
    position: relative;
    z-index: 1;
}
#mod-html-code-112 div div div:nth-of-type(2){
    font-size: 33px;
    position: relative;
    z-index: 1;
}
#mod-html-code-112 div div div:nth-of-type(2) .bigtext{
    font-size: 62px;
    font-weight: 700;
    position: relative;
}

#mod-html-code-112>div>div{
    position: relative;
}

#mod-html-code-112>div>div:before{
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-shadow: 0 0 110px 60px #172f55;
    z-index: 0;
}

#mod-html-code-112>div>div:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    box-shadow: 0 0 85px 60px #172f55;
    z-index: 0;
}

#mod-html-code-112 hr{
    width: 150px;
    border-top: 1.5px solid #fff;
    margin: 0 auto 25px;
    opacity: .75;
}

#mod-html-code-112 .button{
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 40px 10px;
    background: #305978;
    background: linear-gradient(90deg,rgba(48, 89, 120, 1) 0%, rgba(120, 163, 196, 1) 100%);
    margin-top: 30px;
    position: relative;
    z-index: 1;
    transition: opacity .3s;
}

#mod-html-code-112 .button:hover{
    opacity: .8;
}

.mod-html-code .super-container{
    max-width: 1200px;
    margin: auto;
}

.mod-html-code .super-container h3{
    text-align: center;
    margin-bottom: 30px;
    font-size: 47px;
    font-weight: 700;
    color: #173e5b;
}

#mod-html-code-121{
    padding: 48px 0;
}

#mod-html-code-121 .benefit-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#mod-html-code-121 .benefit-container .benefit-item{
    padding-top: 70px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

#mod-html-code-121 .benefit-container .benefit-item .title{
    font-size: 26px;
    font-weight: 700;
    color: #173e5b;
    margin-bottom: 15px;
    margin-top: 15px;
}

#mod-html-code-121 .benefit-container .benefit-item .desc{
    font-size: 17px;
    color: #001626;
}

#mod-html-code-122{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#mod-html-code-122 .super-container{

}

#mod-html-code-122 .super-container > div{
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    position: relative;
    letter-spacing: .2em;
}
#mod-html-code-122 .super-container > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    box-shadow: 0 0 110px 70px #172f55;
    z-index: 0;
}
#mod-html-code-122 .super-container > div div{
    position: relative;
    z-index: 1;
}
#mod-html-code-122 .super-container > div div:first-child{
    font-size: 42px;
    font-weight: 600;
}
#mod-html-code-122 .super-container > div div:last-child{
    font-size: 60px;
    font-weight: 700;
}

@media (width <= 991.98px) {

    .container-header{
        position: fixed!important;
        width: 100%;
        top: 0;
        right: 0;
    }

    .container-header .navbar-brand{
        padding-bottom: 0;
    }
    .container-header.scrolled .navbar-brand picture{
        height: 29px;
        display: block;
        margin-left: 6px;
    }

    .container-header .navbar-brand img{
        transition: all .5s;
        vertical-align: baseline;
        width: 51px;
    }
    .container-header.scrolled{
        background: #315a79!important;
        /*background: linear-gradient(90deg,rgba(79, 132, 179, 1) 0%, rgba(188, 67, 224, 1) 100%)!important;*/
    }
    .container-header.scrolled .navbar-brand{
        padding-top: 0;
    }
    .container-header.scrolled .navbar-brand img{
        max-width: 100%;
        width: 38px;
        display: block;
    }

    .mod-html-code .super-container h3{
        font-size: 25px;
    }

    #mod-html-code-112 {
        height: 75vh;
        min-height: 430px;
        max-height: 490px;
        margin-top: -45px;
        padding-top: 110px;
        background-position: center 40px;
    }

    #mod-html-code-112 h1 {
        font-size: 37px;
    }

    #mod-html-code-112 h3 {
        font-size: 14px;
    }

    #mod-html-code-112 div div div:nth-of-type(1) {
        font-size: 16px;
    }

    #mod-html-code-112 div div div:nth-of-type(2) {
        font-size: 18px;
    }

    #mod-html-code-112 div div div:nth-of-type(2) .bigtext {
        font-size: 32px;
    }

    #mod-html-code-112>div>div:before{
        content: "";
        display: block;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        box-shadow: 0 0 50px 30px #172f55;
        z-index: 0;
    }

    #mod-html-code-112>div>div:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 115px;
        left: 50%;
        transform: translateX(-50%);
        width: 40%;
        box-shadow: 0 0 50px 30px #172f55;
        z-index: 0;
    }

    #mod-html-code-121 h3{
        padding: 0 40px;
        margin-bottom: 5px;
    }

    #mod-html-code-121 .benefit-container{
        display: block;
    }

    #mod-html-code-121 .benefit-container .benefit-item {
        padding-top: 40px;
    }

    #mod-html-code-121 .benefit-container .benefit-item .title{
        font-size: 19px;
        padding: 0 30px;
    }

    #mod-html-code-121 .benefit-container .benefit-item .desc {
        font-size: 15px;
    }

    #mod-html-code-112 .button {
        font-size: 15px;
        padding: 7px 30px 10px;
    }

    #mod-html-code-122 .super-container > div{
        height: 220px;
    }
    #mod-html-code-122 .super-container > div:before {
        content: "";
        box-shadow: 0 0 80px 50px #172f55;
    }

    #mod-html-code-122 .super-container > div div:first-child{
        font-size: 14px;
        font-weight: 600;
    }
    #mod-html-code-122 .super-container > div div:last-child{
        font-size: 20px;
        font-weight: 700;
    }
}

#mod-html-code-123 .plans-title,
#mod-html-code-124 .plans-title,
#mod-html-code-127 .plans-title{
    color: #ba5f63;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 75px 0 40px;
    position: relative;
}

#mod-html-code-123 .plans-title{
    color: #ba5f63;
}

#mod-html-code-123 .swiper-button-next,
#mod-html-code-123 .swiper-button-prev{
    color: #e76f70;
}
#mod-html-code-123 .swiper-button-next:hover,
#mod-html-code-123 .swiper-button-prev:hover{
    color: #7bbb75;
}
#mod-html-code-124 .plans-title{
    color: #46787a;
}
#mod-html-code-124 .swiper-button-next,
#mod-html-code-124 .swiper-button-prev{
    color: #7bbb75;
}
#mod-html-code-124 .swiper-button-next:hover,
#mod-html-code-124 .swiper-button-prev:hover{
    color: #e76f70;
}

#mod-html-code-127 .plans-title{
    color: #5b638b;
}

#mod-html-code-123:after{
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    margin: 15px 0 0;
    background: #7BBB75;
    background: linear-gradient(90deg,rgba(123, 187, 117, 1) 0%, rgba(48, 89, 120, 1) 100%);
}

#mod-html-code-124:after{
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    margin: 15px 0 0;
    background: #B19DCA;
    background: linear-gradient(90deg,rgba(177, 157, 202, 1) 0%, rgba(48, 89, 120, 1) 100%);
}

.swiper {
    max-width: 1200px;
    width: 100%;
    /*height: 650px;*/
    padding-bottom: 30px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background-color: #007aff;
}

.swiper-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 100px;
}

.swiper-slide .plan {
    display: flex;
}
.swiper-slide .plan img{
    display: block;
    /*max-width: 480px;*/
    height: auto;
    object-fit: cover;
}
.swiper-slide .charact {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 480px;
}

.swiper-slide .charact .charact_container{
    width: 410px;
    padding: 20px 15px;
    background-color: #f3f3f3;
    border-radius: 15px;
    color: #285476;
}
.swiper-slide .charact .title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.swiper-slide .charact .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.swiper-slide .charact .items .item {
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
}
.swiper-slide .charact .items .item .charact_value{
    font-size: 28px;
    font-weight: bold;
}
.swiper-slide .charact .items .item .charact_label{
    font-size: 18px;
}
.swiper-wrapper{
    margin-bottom: 30px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    color: #e0e0e0!important;
}
body .swiper-pagination{
    position: relative;
}
@media (width <= 991.98px) {
    #mod-html-code-123:after,
    #mod-html-code-124:after
    {
        content: "";
        height: 10px;
    }

    #mod-html-code-123 .plans-title,
    #mod-html-code-124 .plans-title,
    #mod-html-code-127 .plans-title{
        font-size: 21px;
        margin: 0 0 30px;
        padding-top: 40px;
    }
    .swiper {
        max-width: 480px;
        width: 100%;
        padding-bottom: 10px;
        /*height: 700px;*/
    }

    #mod-html-code-123 .swiper{
        /*height: 750px;*/
    }

    #mod-html-code-124 .swiper{
        /*height: 740px;*/
    }

    #mod-html-code-127 .swiper{
        /*height: 670px;*/
    }

    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
    .swiper-slide {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        padding: 0;
    }
    #mod-html-code-124 .swiper-slide {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .swiper-slide .plan img {
        /*max-width: 320px;*/
    }
    .swiper-slide .charact .title {
        font-size: 16px;
    }
    .swiper-slide .charact .charact_container {
        width: 90%;
        min-width: 280px;
        max-width: 300px;
        padding: 15px 10px;
    }
    .swiper-slide .charact .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .swiper-slide .charact .items .item {
        padding: 10px 5px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom, .swiper-pagination-fraction {
        /*bottom: -5px;*/
        
    }
    .swiper-slide .charact .items .item .charact_value {
        font-size: 21px;
    }
    .swiper-slide .charact .items .item .charact_label {
        font-size: 13px;
    }
    #mod-html-code-123:after,
    #mod-html-code-124:after{
        /*content: "";
        margin: 35px 0 0;*/
    }
}
.awf_default .ajax_awfform input[id^=submit]{
    text-transform: none;
}
#mod-html-code-131{
    background: url("/images/banners/Consultation_form_block.jpg") no-repeat center top;
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-top: 35px;
}

#mod-html-code-131 .title,
#mod-html-code-131 .title2{
    text-align: center;
    color: #fff;
}

#mod-html-code-131 .title{
    font-size: 35px;
}

#mod-html-code-131 .title2{
    font-size: 57px;
}

#mod-html-code-131 hr{
    height: 2px;
    width: 140px;
    margin: 25px auto 35px;
    color: #fff;
    opacity: 0.45;
}

#mod-html-code-131 .awf_static_form
{
    background-color: transparent;
}

#mod-html-code-131 .awf_static_form input.text,
#mod-html-code-131 .awf_static_form input.webfactor-telephone
{
    display: block;
    padding: 18px 30px;
    background-color: rgba(255, 255, 255, .4);
    border: none;
    border-radius: 45px;
    color: #ffffff;
    font-size: 23px;
    line-height: 1;
    font-weight: 600;
}

#mod-html-code-131 .awf_static_form input.text::placeholder,
#mod-html-code-131 .awf_static_form input.webfactor-telephone::placeholder
{
    color: #ffffff;
    opacity: .6; /* Ensure color is not faded in Firefox */
}

#mod-html-code-131 input[id^='submit']
{
    background: #B19DCA;
    background: linear-gradient(90deg,rgba(177, 157, 202, 1) 0%, rgba(48, 89, 120, 1) 100%);
    font-size: 23px;
    line-height: 1;
    padding: 20px 30px;
    border-radius: 45px;
    margin-top: 30px;
    display: block;
}

#mod-html-code-131 div[class^='awf_ok-status']
{
    background-color: rgb(255 255 255 / 15%);
    border-radius: 45px;
    padding: 25px;
    color: #fff;
    text-shadow: 1px 1px 4px #424242;
    font-size: 18px;
}

@media (width <= 991.98px) {

    #mod-html-code-131{
        height: 340px;
    }

    #mod-html-code-131 .title{
        font-size: 17px;
    }

    #mod-html-code-131 .title2{
        font-size: 28px;
    }

    #mod-html-code-131 hr{
        height: 1px;
        width: 75px;
        margin: 15px auto;
    }

    #mod-html-code-131 .awf_static_form .field-container{
        margin-bottom: 10px;
    }

    #mod-html-code-131 .awf_static_form input.text,
    #mod-html-code-131 .awf_static_form input.webfactor-telephone
    {
        padding: 10px 20px;
        border-radius: 45px;
        font-size: 14px;
        font-weight: 600;
    }
    #mod-html-code-131 input[id^='submit']
    {
        font-size: 15px;
        padding: 10px 20px;
        border-radius: 45px;
        margin-top: 20px;
    }
}

#mod-html-code-128{
    padding-top: 0;
}

.infrastructure_title{
    font-size: 47px;
    font-weight: 700;
    color: #ba5f63;
    text-align: center;
    margin: 85px 0 25px;
    display: none;
}

.swiper.infrastructure {
    max-width: 1200px;
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.swiper.infrastructure .swiper-wrapper{
    height: auto;
}

/*@media (width <= 1024px) {
    .swiper.infrastructure .swiper-wrapper{
        height: auto;
        margin-bottom: 30px;
    }
}*/

.swiper.infrastructure .swiper-pagination{
    bottom: 0;
}

#mod-html-code-128 .swiper-button-next,
#mod-html-code-128 .swiper-button-prev{
    color: #e76f70;
}

.swiper.infrastructure .swiper-slide{
    padding: 0 100px;
}

.swiper.infrastructure .swiper-slide > div{
    padding: 35px 0;
    background-color: #f7f7f7;
}
.swiper.infrastructure .swiper-slide > div:first-child{
    border-radius: 15px 0 0 15px;
    padding: 35px 15px 35px 35px;
}
.swiper.infrastructure .swiper-slide > div:last-child{
    border-radius: 0 15px 15px 0;
    padding-right: 35px;
}

.swiper.infrastructure .infrastructure_texts .title{
    color: #183e5b;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.swiper.infrastructure .infrastructure_texts .desc{
    font-size: 15px;
}

@media (width <= 991.98px) {
    #mod-html-code-128{
        padding-top: 20px;
    }

    .infrastructure_title{
        font-size: 21px;
        margin: 30px 0 0px;
    }
    .swiper.infrastructure {
        width: 100%;
        max-width: 480px;
        height: auto;
        padding-top: 25px;
    }

    .swiper.infrastructure .swiper-wrapper {
        height: 100%;
    }

    .swiper.infrastructure .swiper-slide {
        display: flex;
        padding: 0;
        flex-direction: column-reverse;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .swiper.infrastructure .swiper-slide > div{
        padding: 15px;
    }
    .swiper.infrastructure .swiper-slide > div:first-child {
        border-radius: 0 0 15px 15px;
        height: -webkit-fill-available;
        height: stretch;
        padding: 15px;
    }
    .swiper.infrastructure .swiper-slide > div:last-child {
        border-radius: 15px 15px 0 0;
        padding-right: inherit;
    }
    .swiper.infrastructure .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
        height: auto;
    }
    .swiper.infrastructure .infrastructure_texts .title {
        font-size: 20px;
    }
    .swiper.infrastructure .infrastructure_texts .desc p{
        margin-bottom: 2px;
    }
}

#mod-html-code-132{
    margin-top: 30px;
}

#mod-html-code-132 .super-container{
    width: 100%;
    max-width: 100%;
}

#mod-html-code-132 .super-container img{
    width: 100%;
    height: auto;
}

#mod-html-code-133:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    margin: 75px 0 0;
    background: #B19DCA;
    background: linear-gradient(90deg, rgba(177, 157, 202, 1) 0%, rgba(48, 89, 120, 1) 100%);
}

#mod-html-code-133 .title{
    font-size: 47px;
    font-weight: 700;
    color: #224c6b;
    margin: 90px 0 65px;
    text-align: center;
}

#mod-html-code-133 #lightgallery{
    display: flex;
    max-width: 700px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

#mod-html-code-133 #lightgallery a{
    display: block;
    box-shadow: 0 0 0px #ccc;
    transition: box-shadow .3s;
}

#mod-html-code-133 #lightgallery a:hover{
    box-shadow: 0 0 10px #ccc;
}

#mod-html-code-133 #lightgallery img{
    max-width: 100%;
    height: auto;
}

@media (width <= 991.98px) {
    #mod-html-code-133:after {
        content: "";
        height: 10px;
    }

    #mod-html-code-133 .title{
        font-size: 25px;
        padding: 0 40px;
        margin: 35px 0 40px;
    }

    #mod-html-code-133 #lightgallery {
        display: flex;
        max-width: 700px;
        width: 100%;
        margin: auto;
        justify-content: space-evenly;
        align-items: center;
    }

    #mod-html-code-133 #lightgallery a{
        max-width: 40%;
        height: auto;
    }
}

#mod-html-code-134 .title{
    font-size: 47px;
    font-weight: 700;
    color: #224c6b;
    margin: 90px 0 65px;
    text-align: center;
}

#mod-html-code-134 .objects-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#mod-html-code-134 .objects-container .object{

}

#mod-html-code-134 .objects-container .object a{
    display: block;
    text-decoration: none;
    color: #ba5f63;
}

#mod-html-code-134 .objects-container .object a img{
    transform: scale(1.0);
    transition: all .8s;
}

#mod-html-code-134 .objects-container .object a:hover img{
    transform: scale(1.05)
}

#mod-html-code-134 .objects-container .object img{
    width: 100%;
    height: auto;
}

#mod-html-code-134 .objects-container .object a span{
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
}

@media (width <= 991.98px) {
    #mod-html-code-134 .title{
        font-size: 25px;
        margin: 35px 0 40px;
    }

    #mod-html-code-134 .objects-container{
        max-width: 600px;
        margin: auto;
        padding: 0 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    #mod-html-code-134 .objects-container .object a span{
        font-size: 12px;
    }
}

#mod-html-code-135{
    height: 680px;
    margin-top: 0;
    padding-top: 90px;
}

#mod-html-code-135 .title{
    margin-bottom: 75px;
    text-align: center;
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

#mod-html-code-135 .umovy-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 10px;
}

#mod-html-code-135 .umovy-container .texts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 580px;
    color: #fff;
    height: 380px;
}

#mod-html-code-135 .umovy-container .texts > div:nth-child(3){
    grid-area: 2 / 1 / 3 / 3;
}

#mod-html-code-135 .umovy-container .texts > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 23px 10px 25px;
}

#mod-html-code-135 .umovy-container .texts > div:first-child > div:first-child,
#mod-html-code-135 .umovy-container .texts > div:nth-child(2) > div:first-child
{
    background-color: #fff;
    color: #2b3153;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 17px 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

#mod-html-code-135 .umovy-container .texts > div:first-child > div:nth-child(2),
#mod-html-code-135 .umovy-container .texts > div:nth-child(2) > div:nth-child(2)
{
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

#mod-html-code-135 .umovy-container .texts > div:first-child > div:last-child,
#mod-html-code-135 .umovy-container .texts > div:nth-child(2) > div:last-child
{
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

#mod-html-code-135 .umovy-container .texts > div:last-child{
    padding: 0;
    height: 150px;
}

#mod-html-code-135 .umovy-container .texts > div:last-child > div:first-child
{
    margin-bottom: 15px;
}

#mod-html-code-135 .umovy-container .texts > div:last-child > div:last-child
{
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

#mod-html-code-135 .umovy-container .form-block{
    display: block;
    color: #fff;
    font-size: 48px;
    max-width: 365px;
    margin: auto;
}

#mod-html-code-135 .form-block .title,
#mod-html-code-135 .form-block .title2{
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

#mod-html-code-135 .form-block .title{
    font-size: 21px;
}

#mod-html-code-135 .form-block .title2{
    font-size: 34px;
}

#mod-html-code-135 .form-block hr{
    height: 2px;
    width: 140px;
    margin: 25px auto 16px;
    color: #fff;
    opacity: 0.45;
}

#mod-html-code-135 .form-block .awf_static_form
{
    background-color: transparent;
}

#mod-html-code-135 .form-block .awf_static_form input.text,
#mod-html-code-135 .form-block .awf_static_form input.webfactor-telephone
{
    display: block;
    padding: 18px 30px;
    background-color: rgba(255, 255, 255, .5);
    border: none;
    border-radius: 45px;
    color: #ffffff;
    font-size: 23px;
    line-height: 1;
    font-weight: 600;
}

#mod-html-code-135 .form-block .awf_static_form input.text::placeholder,
#mod-html-code-135 .form-block .awf_static_form input.webfactor-telephone::placeholder
{
    color: #ffffff;
    opacity: .6; /* Ensure color is not faded in Firefox */
}

#mod-html-code-135 .form-block input[id^='submit']
{
    background: #B19DCA;
    background: linear-gradient(90deg,rgba(177, 157, 202, 1) 0%, rgba(48, 89, 120, 1) 100%);
    font-size: 22px;
    line-height: 1;
    padding: 20px 30px;
    border-radius: 45px;
    text-transform: none;
    margin-top: 30px;
    display: block;
}

#mod-html-code-135 .form-block div[class^='awf_ok-status']
{
    background-color: rgb(255 255 255 / 50%);
    border-radius: 45px;
    padding: 25px;
    color: #fff;
    text-shadow: 1px 1px 4px #424242;
    font-size: 20px;
}

@media (width <= 991.98px) {
    #mod-html-code-135{
        height: 650px;
        margin-top: 45px;
        padding-top: 60px;
    }

    #mod-html-code-135 .super-container {
        max-width: 480px;
    }

    #mod-html-code-135 .umovy-container{
        display: flex;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        padding: 0 25px;
        flex-direction: column;
    }

    #mod-html-code-135 .title{
        margin-bottom: 35px;
        font-size: 25px;
    }

    #mod-html-code-135 .umovy-container .texts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        max-width: 100%;
        height: 200px;
    }

    #mod-html-code-135 .umovy-container .texts > div {
        padding: 13px 7px 15px;
    }

    #mod-html-code-135 .umovy-container .texts > div:first-child > div:first-child,
    #mod-html-code-135 .umovy-container .texts > div:nth-child(2) > div:first-child
    {
        font-size: 18px;
        padding: 6px 5px;
        margin-bottom: 12px;
        border-radius: 7px;
    }

    #mod-html-code-135 .umovy-container .texts > div:first-child > div:nth-child(2),
    #mod-html-code-135 .umovy-container .texts > div:nth-child(2) > div:nth-child(2)
    {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #mod-html-code-135 .umovy-container .texts > div:first-child > div:last-child,
    #mod-html-code-135 .umovy-container .texts > div:nth-child(2) > div:last-child
    {
        font-size: 12px;
    }

    #mod-html-code-135 .umovy-container .texts > div:last-child{
        padding: 0;
        height: 80px;
    }

    #mod-html-code-135 .umovy-container .texts > div:last-child > div:first-child
    {
        margin-bottom: 8px;
    }
    #mod-html-code-135 .umovy-container .texts > div:last-child > div:first-child img
    {
        height: 30px;
        width: auto;
    }

    #mod-html-code-135 .umovy-container .texts > div:last-child > div:last-child
    {
        font-size: 14px;
    }

    #mod-html-code-135 .umovy-container .form-block{
        max-width: 100%;
        margin: 40px 0 0;
    }

    #awf_static_form-139 .form-block .ajax_awfform{
        padding: 0 15px;
        box-sizing: border-box;
    }

    #mod-html-code-135 .form-block .title{
        font-size: 17px;
    }

    #mod-html-code-135 .form-block .title2{
        font-size: 28px;
    }

    #mod-html-code-135 .form-block hr{
        height: 1px;
        width: 75px;
        margin: 15px auto;
    }

    #mod-html-code-135 .form-block .awf_static_form .field-container{
        margin-bottom: 10px;
    }

    #mod-html-code-135 .form-block .awf_static_form input.text,
    #mod-html-code-135 .form-block .awf_static_form input.webfactor-telephone
    {
        padding: 10px 20px;
        border-radius: 45px;
        font-size: 14px;
        font-weight: 600;
    }
    #mod-html-code-135 .form-block input[id^='submit']
    {
        font-size: 15px;
        padding: 10px 20px;
        border-radius: 45px;
        margin-top: 20px;
    }

    #mod-html-code-131 div[class^='awf_ok-status'],
    #mod-html-code-135 .form-block div[class^='awf_ok-status']{
        border-radius: 15px;
        padding: 15px;
        font-size: 16px;
        margin: 0 20px;
    }
}

#mod-html-code-136{
    padding: 70px 0;
}

#mod-html-code-136 .super-container{
    padding: 0 25px;
}

#mod-html-code-136 .title{
    margin-bottom: 80px;
}

#mod-html-code-136 .title img{
    max-width: 270px;
    width: 325px;
}

#mod-html-code-136 h2{
    font-size: 26px;
    font-weight: 700;
    color: #183e5b;
    text-align: center;
    margin-top: 30px;
}

#mod-html-code-136 h3{
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #183e5b;
    margin-top: 30px;
    margin-bottom: 20px;
}

#mod-html-code-136 .text{
    /*padding: 0 25px;*/
}


#mod-html-code-136 .text.image{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#mod-html-code-136 .text.image h2{
    text-align: left;
}

#mod-html-code-136 .text.image > div:first-child{
    width: 60%;
}

#mod-html-code-136 .text.image > div:last-child{
    width: 40%;
}

#mod-html-code-137{
    margin-bottom: -6px;
}

#mod-html-code-137 .super-container{
    max-width: 100%;
}

#mod-html-code-138 .super-container{
    position: relative;
}

#mod-html-code-138 .gmap-text{
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px #ccc;
    width: 280px;
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 1;
    overflow: hidden;
}

#mod-html-code-138 .gmap-text .gmap-text-inner{
    position: relative;
    z-index: 1;
    font-size: 16px;
}

#mod-html-code-138 .gmap-text .gmap-text-inner .title{
    font-size: 24px;
    color: #345a78;
    margin-bottom: 20px;
}

#mod-html-code-138 .gmap-text .gmap-text-inner a{
        color: inherit;
        text-decoration: none;
    }

#mod-html-code-138 .gmap-text:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
}

@media (width <= 991.98px) {
    #mod-html-code-136 .title {
        margin-bottom: 40px;
    }
    #mod-html-code-136 .text.image{
        display: flex;
        flex-direction: column;
    }
    #mod-html-code-136 .text.image h2 {
        margin-bottom: 20px;
        font-size: 21px;
        text-align: center;
    }
    #mod-html-code-136 .text.image > div:first-child,
    #mod-html-code-136 .text.image > div:last-child
    {
        width: 100%;
    }
    #mod-html-code-136 .text.image > div:first-child{
        margin-bottom: 35px;
    }


    #mod-html-code-138 .gmap-text{
        width: 253px;
        position: absolute;
        top: 40px;
        left: 15px;
    }

    #mod-html-code-138 .gmap-text .gmap-text-inner{
        font-size: 14px;
    }

    #mod-html-code-138 .gmap-text .gmap-text-inner .title{
        font-size: 19px;
        margin-bottom: 20px;
    }
    #mod-html-code-136 .title img{
        max-width: 270px;
    }
}

.awf_default .field-container label.error {
    position: static;
    margin-top: 0;
    text-align: center;
    
}

.awf_default .field-container input.error {
    outline: solid 1px #f00 !important;
}

footer{
    background: #E76F70;
    background: linear-gradient(90deg,rgba(231, 111, 112, 1) 0%, rgba(48, 89, 120, 1) 100%);
}
footer .footer_line{
    max-width: 1200px;
    margin: auto;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    padding: 20px 15px;
    text-align: center;
}

@media (width <= 991.98px) {
    footer .footer_line{
        font-size: 12px;
        padding: 15px 15px;
    }
}