@font-face {
    font-family: Montserrat;
    src: url(/static/Montserrat-Thin.ttf);
    font-weight: 300;
}
@font-face {
    font-family: Montserrat;
    src: url(/static/Montserrat-Light.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Montserrat;
    src: url(/static/Montserrat-Regular.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Montserrat;
    src: url(/static/Montserrat-Medium.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Montserrat;
    src: url(/static/Montserrat-SemiBold.ttf);
    font-weight: 700;
}

:root{
    --overlay-max-size: 1560px;
}

*{  
    font-family: Montserrat;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 1em;
    box-sizing: border-box;
}

div{
    position: relative;
}

header, footer{
    overflow-x: hidden;
}
body{
    background: white;
}
.overlay-max{
    margin: 0 auto;
    width: var(--overlay-max-size);
}
.text-medium{
    font-size: 1.2em;
    font-weight: 400;
}
.header-medium{
    font-size: 1.6em;
    font-weight: 700;
}
.header-large{
    font-size: 4.2em;
    font-weight: 700;
}
html[lang="en"] .header-large, html[lang="az"] .header-large{
    font-size: 3.2vw;
}
.header-pc{
    display: grid !important;
}
.header-mobile{
    display: none !important;
}
.action-icon{
    display: grid;
    place-content: center;
    margin-left: -5px;
}
.action-icon img{
    width: 16px;
    height: 16px;
}
.head-background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/static/images/head.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.head-description{
    position: absolute;
    right: 0;
    bottom: -30px;
    width: calc(50% + 20px);
    height: max-content;
    padding: 50px 70px;
    border-radius: 120px;
    background: #E29B33;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-header{
    color: white;
    padding-left: 50px;
    padding-top: 150px;
    padding-bottom: 290px;
    min-height: 564px;
}

.main-advantages{
    padding-top: 100px;
    padding-bottom: 60px;
}

.advantages-border {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 6px;
    background: #E29B33;
}

.about-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    padding: 0 20px;
}

.advantages-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
    padding: 0 50px;
}
.head-header.mobile{
    display: none;
    transform: translateY(-20px);
}
.main-about{
    margin-bottom: -40px;
    z-index: 5;
}
.about-header{
    padding-left: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 70px;
}
.about-item{
    border-radius: 20px;
    background: #e9eaec;
    padding: 1px;
    box-shadow: 3px 3px 15px 0px #0000003f;
    border: double 0.9px transparent;
    border-radius: 30px;
    background-image: linear-gradient(#e9eaec, #e9eaec), linear-gradient(90deg, rgb(162, 204, 238) -0.06%, rgb(162, 204, 238) 8.95%, rgb(162, 204, 238) 25.97%, rgb(162, 204, 238) 49%, #B8D9F3 75.03%, #ffffff00 100.06%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.about-item:nth-last-child(-n+2){
    box-shadow: none !important;
}

/* .border-wrapper{
    padding: 1px;
    background: linear-gradient(to right, rgb(138, 198, 238), rgba(255, 0, 0, 0));
    border: 0.89px solid;
    border-image-source: linear-gradient(90deg, #1280D9 -0.06%, #1D86DA 8.95%, #3D97E0 25.97%, #71B3E8 49%, #B8D9F3 75.03%, #FFFFFF 100.06%);
} */

/* .about-item::before{
    border-radius: 22px;
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    z-index: -1;
} */
.about-item .about-content{
    box-shadow: 5px 5px 5px 3px #050b1641;
    padding: 0px;
    height: 150px;
    border: double 0.9px transparent;
    border-radius: 26px;
    background-image: linear-gradient(#D4D6DB, #D4D6DB), linear-gradient(270deg, rgb(162, 204, 238) 1.68%, rgb(162, 204, 238) 10.38%, rgb(162, 204, 238) 26.81%, rgb(162, 204, 238) 49.03%, #B8D9F3 74.16%, #eeeff1 98.32%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.about-content > .child-box {
    align-content: center;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 35px;
    height: 150px;
}

.about-item > .child-box{
    padding: 6px;
}
.about-content > .child-box{
    padding: 0 40px;
}
/* .about-item .inner::before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    border-radius: 16px;
    z-index: -1;
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(42, 153, 228));
} */
.about-text{
    align-content: center;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 500;
    color: #000000;
}
.about-text.mobile{
    display: none;
}

.show-579{
    display: block;
}

.main-offer{
    z-index: 3;
    padding-top: 160px;
    padding-bottom: 100px;
    overflow: hidden;
}

.offers-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(82.15deg, #212223 12.6%, #131414 93.88%);
}

.offers-header{
    padding-left: 50px;
    color: #E29B33;
    margin-bottom: 50px;
    z-index: 2;
}

.offer-item{
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 25px;
}

.offers-list{
    padding-left: 50px;
    display: grid;
    grid-gap: 15px;
    z-index: 1;
}

.show-349{
    display: block;
}

.offer-dot{
    border-radius: 50%;
    background: linear-gradient(45deg, #313c8d, #4981f4);
    width: 6px;
    height: 6px;
    align-self: center;
    justify-self: center;
}
.offer-text{
    color: white;
}

.about-icon{
    width: 60px;
    display: grid;
    place-content: center;
}

.about-icon img{
    width: 86px;
    height: 86px;
}

.offers-image-background{
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    right: 0px;
    height: 120%;
    max-height: 600px;
    background: url(/static/images/flower.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1.05;
    z-index: 0;
}

.language, .email, .phone {
    align-content: baseline !important;
}

header, footer{
    height: max-content;
}
header .header-pc.overlay-max, footer .header-pc.overlay-max{
    display: grid;
    grid-template-columns: 230px 1fr 1fr 1fr;
    grid-template-rows: max-content;
    padding: 40px 50px;
    align-content: center;
    grid-gap: 40px;
    padding-right: 20px;
}

.logo img{
    width: 142px; <!--142-->
}

header .header-pc.overlay-max > div, footer .header-pc.overlay-max > div {
    display: grid;
    align-content: center;
}

header .header-pc a, footer .header-pc a{
    text-decoration: none;
    display: block;
    width: max-content;
    margin-top: 18px;
    margin-bottom: 17px;
}
.avaliable-list.transparent{
    opacity: 0;
    pointer-events: none;
}
.action-input, .avaliable-list > a{
    padding: 3px 10px;
    width: max-content;
    border-radius: 5px;
    background: #E0E0E0;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.action-input {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 5px;
}
.email .action-input{
    padding-right: 70px;
}

.action-text{
    color: #000;
    font-weight: 600;
    font-size: 1.05em;
}

.address-text{
    font-size: 0.85em;
    padding-left: 10px;
    max-width: 310px;
}

.pc-show{
    display: block;
}

.header-mobile .address-text{
    font-size: 0.85em;
    padding-left: 0px;
}

.avaliable-list{
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-gap: 7px;
}

.header-mobile .avaliable-list{
    margin-top: 0px;
    margin-bottom: 17px;
}

.header-mobile .action-input{
    width: 100%;
    padding: 15px 20px;
}

.mobile-top .language{    
    justify-self: right;
}

.avaliable-list > a{
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.avaliable-list > a div.active{
    color: #000;
}

.mobile-bottom {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

.mobile-top {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: max-content;
    grid-gap: 50px;
}
footer .overlay-max {
    padding: 40px 0 40px 0;
}


@media (max-width: 1920px) {
    :root{
        --overlay-max-size: 1350px;
    }
}

@media (max-width: 1599px) {
    :root{
        --overlay-max-size: 1320px;
    }
}

@media (max-width: 1365px) {
    :root{
        --overlay-max-size: 1250px;
    }
    .address-text {
        font-size: 0.78em;
        max-width: 285px;
    }
    html[lang="en"] .header-large, html[lang="az"] .header-large{
        font-size: 4vw;
    }
    .pc-show{
        display: none;
    }
}

@media (max-width: 1279px) {
    :root{
        --overlay-max-size: calc(100% - 40px);
    }
    .about-list {
        grid-column-gap: 30px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
    }
    .about-text {
        font-size: 1.2em;
    }
    .offers-image-background{
        top: 52%;
        right: -20px;
        height: 100%;
        max-height: 500px;
    }
    header .header-pc.overlay-max, footer .header-pc.overlay-max {
        grid-template-columns: 200px 1fr 1fr 0.9fr;
    }
    .about-text.mobile-hide{
        display: none;
    }
    .about-text.mobile{
        display: block;
    }
}

@media (max-width: 1079px) {
    header .header-pc.overlay-max, footer .header-pc.overlay-max {
        grid-template-columns: 160px 1fr 1fr 0.9fr;
    }
    .offers-image-background{
        top: 55%;
        right: -100px;
        height: 100%;
        max-height: 500px;
    }
    .advantages-list{
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
    .head-description {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        bottom: -30px;
        width: calc(80% + 20px);
        height: max-content;
        padding: 50px 70px;
        border-radius: 120px;
        background: #E29B33;
    }
}

@media (max-width: 979px) {
    .address-text {
        max-width: 285px;
    }
    .about-list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .offers-image-background{
        right: -200px;
    }
    .main-advantages {
        padding-top: 160px;
    }
    .header-pc{
        display: none !important;
    }
    .header-mobile{
        display: grid !important;
        padding: 40px 20px;
    }
    .about-text {
        font-size: 1.3em;
    }
    .header-large {
        font-size: 3.5em;
        font-weight: 700;
    }
    .head-description {
        transform: translateX(50%) translateY(50%);
        bottom: 0;
        width: calc(90% + 20px);
    }
    .mobile-top .logo img {
        width: 122px;
    }
}

@media (max-width: 779px) {
    .header-large {
        font-size: 2.5em !important;
    }
    .header-medium{
        font-size: 1.4em;
    }
    .offers-image-background{
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        max-height: 400px;
        margin: 0 auto;
        margin-top: 50px;
        filter: opacity(1);
    }
    .offers-header, .offers-list, .about-header, .head-header{
        padding-left: 20px;
    }
    .head-background{
        background-position: 52% 0%;
    }
    footer .overlay-max {
        padding: 20px 0 20px 0 !important;
    }
}

@media (max-width: 599px) {
    body {
        font-size: 14px;
    }
    .about-icon img {
        width: 76px;
        height: 76px;
    }
    .about-content > .child-box {
        grid-gap: 25px;
        height: 114px;
        padding-left: 25px;
        padding-right: 10px;
    }
    .about-item .about-content {
        height: 114px;
    }
    .about-text {
        font-size: 1em;
    }
    header .overlay-max{
        padding: 40px 0;
    }
    footer .overlay-max {
        padding: 20px 0 0px 0 !important;
    }
    .header-mobile .avaliable-list{
        margin-top: 2px;
    }
    .header-mobile  .address-text {
        font-size: 0.95em;
    }
    .show-579{
        display: none;
    }
    
}

@media (max-width: 539px) {
    .advantages-list {
        padding: 0 20px;
    }
    .about-text {
        font-size: 1.2em;
    }
    .head-description {
        padding: 40px 60px;
        border-radius: 50px;
    }
    .head-background{
        background-position: 62% 0%;
    }
    .main-offer {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .about-item > .child-box {
        padding: 3px;
    }
}

@media (max-width: 479px) {
    footer .language{
        align-content: end !important;
    }
    .header-large{
        font-size: 2.2em !important;
    }
    .header-medium{
        font-size: 1.25em;
    }
    .about-text {
        font-size: 1em;
    }
    .offers-header, .offers-list, .about-header, .head-header{
        padding-left: 0px;
    }
    .about-list{
        padding: 0;
    }
    .advantages-list{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .head-background{
        background: url(/static/images/head-mobile.jpg);
        background-position: center top;
        background-size: cover;
    }
    .mobile-bottom {
        grid-template-columns: repeat(2, max-content);
        grid-gap: 10px;
        margin-top: 20px;
        justify-content: space-between;
    }
    .header-mobile .action-input {
        height: 40px;
        border-radius: 0;
        width: 100%;
        padding: 0 0px;
        line-height: 40px;
    }
    header .header-mobile {
        padding: 20px 0px 0 0px;
    }
    header .mobile-bottom::before, footer .mobile-bottom::before{
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        background: #000;
        background: #E0E0E0;
        left: -20px;
        top: 0;
    }
    .mobile-top {
        grid-gap: 30px;
        box-sizing: border-box;
        align-content: center;
    }
    .action-input, .avaliable-list > a {
        padding: 5px 12px;
    }
    .header-mobile .avaliable-list{
        margin-top: 0;
    }
    footer .language {
        align-content: end;
    }
    footer .header-mobile .avaliable-list {
        margin-bottom: 0px;
        height: 10px;
    }
    .mobile-bottom .email{
        padding-right: 40px;
    }
    .mobile-top .logo{
        margin-top: 10px;
        align-content: baseline;
    }
    .mobile-top .logo img {
        width: 96px;
    }
    .head-header{
        display: none;
    }
    .head-header.mobile{
        display: block;
    }
    .head-header{
        min-height: auto;
    }
    .head-description{
        min-height: auto;
    }
    header .mobile-top .language{
        margin-bottom: 3px;
        min-height: 110px;
    }
}

@media (max-width: 399px) {
    header .mobile-top .language{
        margin-bottom: 3px;
        min-height: 100px;
    }
    .main-head .overlay-max{
        max-height: 395px;
    }
    .head-description {
        padding: 40px 30px;
        border-radius: 50px;
    }
    .main-advantages {
        padding-top: 180px;
    }
    .header-mobile .address-text {
        font-size: 0.85em;
    }
    .about-content > .child-box {
        grid-gap: 25px;
        height: 114px;
        padding-left: 25px;
        padding-right: 10px;
    }
    .header-mobile .avaliable-list {
        margin-bottom: 12px;
    }
    .header-large {
        font-size: 2em !important;    
        margin-bottom: 30px;
        margin-top: 50px;
    }
    footer .address-text{
        margin-top: -18px;
    }
    .head-header.header-medium{
        padding-top: 120px;
        padding-bottom: 200px;
    }
}

@media (max-width: 379px) {
    header .mobile-top .language{
        margin-bottom: 3px;
        min-height: 90px;
    }
    .mobile-top .language{
        margin-bottom: 3px;
    }
    .about-content > .child-box {
        grid-gap: 15px;
        height: 114px;
        padding-left: 15px;
        padding-right: 5px;
    }
    body {
        font-size: 12px;
    }
    .advantages-list {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
    .header-large {
        font-size: 2em !important;
    }
}

@media (max-width: 349px) {
    header .mobile-top .language{
        margin-bottom: 3px;
        min-height: 90px;
    }
    .mobile-top .language{
        margin-bottom: 3px;
    }
    .mobile-bottom{
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .show-349{
        display: none;
    }
}