#wrapper h1{
    color:#ffffff;
    font-weight:bold;
    line-height:1.5;
    margin:0 50px 0.5em 65px;
    font-family:NinoMtavr;
    font-size:2.75em;
}

#about{
    margin:0 0 4em 0;
    transform:translateY(30px);
    opacity:0;
    width:100%;
    max-width:1610px;
}

#about.onload{
    transform:none;
    opacity:1;
    transition:1s ease;
}

#about p{
    font-size:1.25em;
    font-family: RioniVeraTabula;
    margin:0 50px 2em 65px;
    color:#ffffff;
    line-height:1.75;
}

.contact_panel{
    width:100%;
    background:#EDF0E9;
    position:relative;
    transform:translateY(30px);
    opacity:0;
}

.contact_panel.onload{
    transform:none;
    opacity:1;
    transition:1s ease;
}

.contact_panel_inner{
    background:url(../images/banner.jpg) no-repeat;
    background-size:cover;
    max-width:1920px;
    min-height:22em;
}

.panel_text{
    position:absolute;
    top:1em;
    bottom:1em;
    left:1em;
    width:28em;
    background:rgba(251,252,246, 0.7);
    border-radius:10px;
    box-shadow:0 0 10px 1px #475453;
    text-align:center;
    padding:2em 1em 0;
    opacity:1;
    /*-moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    -moz-transition:opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition:opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition:opacity 1s ease, -ms-transform 1s ease;
    transition:opacity 1s ease, transform 1s ease;*/
}

.panel_text p span{
    color:#F05736;
    font-size:1.2em;
    font-weight:bold;
}

.contact_panel .panel_text p{
    font-size:2.1em;
    font-weight:bold;
    line-height:1.5em;
    letter-spacing:-0.01em;
    color:#4258A6;
    margin:0;
}

.advantage_block{
    padding:4em 0;
    background:#4258A6;
    text-align:center;
    transform:translateY(30px);
    opacity:0;
    width:100%;
    max-width:1610px;
}

.advantage_block.onload{
    transform:none;
    opacity:1;
    transition:1s ease;
}

.advantage div{
    width:49%;
    text-align:left;
    line-height:1.7em;
    color:#fff;
    padding:3.5em 1.5em 0 3em;
    position:relative;
    display:inline-block;
    vertical-align: top;
}

.advantage span{
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    border:1px solid #fff;
    background:#fff;
    border-radius:50px;
    text-align:center;
    float:left;
}

.advantage span:before{
    color:#4B68B5;
    font-size:1.5em;
    opacity: 0.9;
}

.advantage h2{
    font-size:1.3em;
    color:#ffffff;
    font-weight:bold;
    line-height:1.5;
    font-family:NinoMtavr;
    margin:0.5em 0 0.5em 80px;
}

.advantage p{
    font-size:1.25em;
    font-family: RioniVeraTabula;
    margin:0 0 0 80px;
    opacity:0.9;
    color:#ffffff;
}

@media screen and (max-width:1150px){
    .advantage div{
        width:100%;
    }
}

@media screen and (max-width:800px){
    .contact_panel .panel_text{
        right:1em;
        width:auto;
    }
}

@media screen and (max-width:640px){
    #wrapper h1{
        font-size:2.3em;
    }

    #wrapper #about p{
        margin:0 8% 2em;
    }

    #wrapper #about h1{
        margin:0 8% 0.5em;
    }

    .advantage span{
        width:40px;
        height:40px;
        line-height:40px;
        border-radius:40px;
    }

    .advantage h2{
        margin:0.5em 0 0.5em 60px;
    }

    .advantage p{
        margin:0 0 0 60px;
    }  
}

@media screen and (max-width:375px){
    .button{
        font-size:0.8em;
        margin:1em 0 0 0;
    }
}