.uzi-hero {
    margin-top: -80px;   
    background: #090e09;
}

.uzi-hero img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin-left: auto;
}

.uzi-hero .wrapper {
    position: relative;
}

.uzi-hero .wrapper div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.uzi-hero .wrapper div p:nth-of-type(1) {
    font-family: 'Caveat', cursive;
    color: #1ba1f2;
    font-size: 70px;
    line-height: 72px;
    max-width: calc(100% - 500px);
    //text-transform: uppercase;
}

.uzi-hero .wrapper div p:nth-of-type(2) {
    font-size: 36px;
    margin-top: 30px;
    color: #fff;
    
}

.uzi-text {
    padding: 80px 0 0 0;    
}

.uzi-text p {
    font-size: 17px;
    margin-bottom: 20px;
}

.uzi-text  {
    display: flex;
    align-items: flex-start;
    
}

.uzi-text img {
    margin-right: 60px;
    flex: 0 0 420px;
    height: fit-content;
    max-width: 420px;
}

.cos-text {
    padding: 80px 0 0 0;    
}

.cos-text p {
    font-size: 17px;
    margin-bottom: 20px;
}

.cos-text  {
    display: flex;
    align-items: flex-start;
    
}

.cos-text img {
    margin-right: 20px;
    flex: 0 0 500px;
    height: fit-content;
    max-width: 500px;
}



.uzi-spheres-outter {
    background: #f9fafb url(../images/bg-u1583-fr.png) repeat center center;
    padding: 60px;
    margin-bottom: 60px;
}

.uzi-spheres-outter h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}

.uzi-spheres-outter p {
    font-size: 17px;
    line-height: 145%;
    color: #041520;
}

.uzi-spheres {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    
}

.uzi-sphere {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    
}

.uzi-sphere-cos {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    
}

.uzi-sphere p:nth-of-type(1) {
    font-weight: 700;
    margin-bottom: 0;
}

.uzi-sphere img {
    width: 60px;
    margin-bottom: 20px;
}

.uzi-prices {
    padding: 0px 0px 80px 0;
    text-align: center;
}

.uzi-prices p {
    font-size: 17px;
    line-height: 145%;
    color: #041520;
    margin-bottom: 5px;
}

.uzi-prices p a {
    font-family: 'Caveat', cursive;
    color: #1ba1f2;
    transform: rotate(-4deg);
    display: inline-block;
    font-size: 30px;
    border-bottom: 1px solid #1ba1f2;
}

.uzi-prices h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}

.uzi-adv {
    background: #f9fafb url(../images/bg-u1583-fr.png) repeat center center;
    padding: 60px;
    display: flex;
    margin-bottom: 80px;
}

.uzi-adv h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}    
.uzi-adv ul {
    margin-bottom: 30px;
}
.uzi-adv li {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.uzi-adv li:last-of-type {
    margin-bottom: 0px;
}
 
.uzi-adv p {
    font-size: 17px;
    line-height: 145%;
    color: #041520;
    margin-bottom: 5px;
}
.uzi-adv img {
    flex: 0 0 250px;
    width: 250px;
    margin-left: 40px;
    height: 250px;    
}

.uzi-request {
    padding: 80px 0;
    background: #f9fafb;
    margin-bottom: 60px;
}

.uzi-request h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 60px;
}


.uzi-request .person-photo {
	max-width: 180px;
	max-height: 155px;
}

.uzi-request a.person-link {
    flex: 0 0 25%;
    box-sizing: border-box;
}

.modal-w {
    display: none; 
    width: 100%; 
    max-width: 720px!important;
}

.modal-w .person .uk-width-1-1 {
    margin: 0;
}

.modal-w .person {
    margin: 0;
}

.modal-w .uk-width-medium-1-3 {
    padding-left: 0!important;
}

@media screen and (max-width: 960px) {
    .uzi-hero {
        margin-top: -40px;
    }
    
}

@media screen and (max-width: 767px) {
    .uzi-hero .wrapper div {
        display: none;
    }
    
    .uzi-hero .wrapper img {
        width: 100%;
    }
    
    .uzi-text {
        flex-direction: column;
        padding: 30px 0 0 0;
    }
    
    .uzi-text img {
        flex: unset;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .uzi-spheres-outter {
        padding: 20px;
        width: calc(100% + 40px);
        margin-left: -20px;
        box-sizing: border-box;
        
    }
    
    .uzi-sphere {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .uzi-adv img {
        display: none;
    }
    
    .uzi-adv {
        padding: 30px;
        margin-bottom: 30px;
    }
    .uzi-request a.person-link {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .uzi-adv {
        padding: 20px;
        width: calc(100% + 40px);
        margin-left: -20px;
        box-sizing: border-box;
        
    }
    
    .modal-w {
        padding: 20px!important;
    }
    
    .modal-w .person-photo {
        margin-bottom: 20px;
    }
    
    .modal-w .uk-grid>* {
        padding-left: 0!important;
    }
    
}