body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #090909;
    background: #fff;

    -webkit-text-size-adjust: 100%;
}

input,
textarea,
select,
button{
    font-family: 'Roboto', sans-serif;
    color: #090909;
}

h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 62px;
    text-align: center;
    color: #ffb74f;
}

.body-main h1{
    margin-bottom: 25px;
}

img{
    max-width: 100%;
}

input{
    border-radius: 0;
}

.width{
    max-width: 1170px;
    margin: 0 auto;
}

a{
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    color: #ffb74f;
}

a:hover{
    text-decoration: none;
}

.btn-org{
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background: #ffb74f;
}


.btn-org:hover{
    background: #e68e0f;
}

.fx-video{
    line-height: 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.fx-video:before{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    opacity: .5;
    background: #000;
}

.fx-video:after{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: 130px;
    margin-top: -65px;
    content: '';
    text-align: center;
    background: url(../i/ico-play.webp) center top no-repeat;
}

.fx-video:hover:before{
    background: none;
}

.fx-video:hover:after{
        background-position-y: -130px;
    -ms-background-position-y: -130px;
}

.fx-image-zoom{
    overflow: hidden;
}

.fx-image-zoom img{
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

.fx-image-zoom:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.orange{
    color: #ffb74f;
}

body{
    /*height: 5000px;*/
}