@font-face {
    font-family: 'Conv_Muller';
    src: url('/fonts/MullerThin.eot');
    src: local('☺'), url('/fonts/MullerThin.woff') format('woff'), url('/fonts/MullerThin.ttf') format('truetype'), url('/fonts/MullerThin.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Muller';
    src: url('/fonts/MullerLight.eot');
    src: local('☺'), url('/fonts/MullerLight.woff') format('woff'), url('/fonts/MullerLight.ttf') format('truetype'), url('/fonts/MullerLight.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Muller';
    src: url('/fonts/MullerRegular.eot');
    src: local('☺'), url('/fonts/MullerRegular.woff') format('woff'), url('/fonts/MullerRegular.ttf') format('truetype'), url('/fonts/MullerRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Muller';
    src: url('/fonts/MullerMedium.eot');
    src: local('☺'), url('/fonts/MullerMedium.woff') format('woff'), url('/fonts/MullerMedium.ttf') format('truetype'), url('/fonts/MullerMedium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

body{
    font-family: 'Conv_Muller', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background: #f5f6fa;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
*{
    outline: none;
}
a img{
    border: none;
}
input, textarea, select, button{
    font-family: 'Conv_Muller', sans-serif;
    font-size: 16px;
}
h1{
    font-family: 'Roboto Slab', serif;
}
.block{
    height: 305px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
    position: relative;
}
.block:hover{
    background: #fafff6;
    -webkit-box-shadow: 0 20px 40px #cedae4;
    -moz-box-shadow: 0 20px 40px #cedae4;
    box-shadow: 0 20px 40px #cedae4;
    border: none;
    padding: 1px;
}
.block1{
    height: 630px;
}
.main .container{
    padding-left: 20px;
    padding-right: 20px;
}

.information-items {
    font-size: 10px;
    line-height: 11px;
}
/* header */

.header{
    background: #3b6f0a;
    background: -moz-linear-gradient(left, #3b6f0a 0%, #75cb24 100%);
    background: -webkit-linear-gradient(left, #3b6f0a 0%,#75cb24 100%);
    background: linear-gradient(to right, #3b6f0a 0%,#75cb24 100%);
    padding: 24px 0;
    -webkit-box-shadow: 0 20px 40px rgba(214,245,185,.4);
    -moz-box-shadow: 0 20px 40px rgba(214,245,185,.4);
    box-shadow: 0 20px 40px rgba(214,245,185,.4);
}
.logo img{
    display: block;
}
h1{
    margin: 0;
    padding: 85px 0 20px;
    font-size: 40px;
    line-height: 44px;
    color: #75cb24;
    text-align: center;
    font-weight: bold;
}
.h_desk{
    font-size: 20px;
    line-height: 24px;
    color: #525252;
    text-align: center;
    padding-bottom: 85px;
}


/* block */

.main{
    padding-bottom: 80px;
}
.block .pr-logo{
    display: flex;
    justify-content: center;
    position: relative;
}
.block .pr-logo img{
    display: block;
    margin: 30px 0;
}
.pr-label{
    position: absolute;
    height: 22px;
    left: 50%;
    top: 13px;
    width: auto;
    padding: 7px 17px 5px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    background: #fcee14;
    background: -moz-linear-gradient(left, #fcee14 0%, #52b412 100%);
    background: -webkit-linear-gradient(left, #fcee14 0%,#52b412 100%);
    background: linear-gradient(to right, #fcee14 0%,#52b412 100%);
}
.pr-cont-item-img{
    display: flex;
    justify-content: center;
    margin-top: -5px;
    margin-bottom: 5px;
}
.pr-cont-item-img img{
    display: block;
}
.pr-cont-item-h{
    font-size: 16px;
    line-height: 16px;
    color: #727272;
    margin-bottom: 5px;
}
.pr-cont-item-txt{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.pr-link{
    background: #75cb24;
    display: block;
    width: 200px;
    height: 50px;
    border: 1px solid #75cb24;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
.pr-link:hover{
    background: #75cb24;
    color: #ffffff;
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.3);
    -moz-box-shadow: 0 20px 40px rgba(0,0,0,.3);
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
    text-decoration: none;
}
.pr-cont-item-money .pr-cont-item-img,
.pr-cont-item-money .pr-cont-item-h{
    display: none;
}
.pr-cont-item-money .pr-cont-item-txt img{
    display: inline-block;
    margin-left: 15px;
}
.pr-cont-item-money .pr-cont-item-txt{
    margin-left: -15px;
    margin-top: 12px;
}
.pr-cont{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.pr-cont-item{
    width: 25%;
}
.pr-cont-item-money{
    min-width: 26%;
    width: 316px;
    margin-top: 30px;
    margin-right: 10%;
}
.pr-cont-item-but{
    width: 200px;
    margin-top: 30px;
}
@media (min-width: 1610px){
    .col-xl-3 .pr-cont-item{
        width: 45%;
    }
    .col-xl-3 .pr-cont-item-age,
    .col-xl-3 .pr-cont-item-money{
        display: none;
    }
    .col-xl-3 .pr-cont-item-but{
        width: 100%;
    }
}
@media (max-width: 1609px) and (min-width: 1200px){
    .col-lg-4 .pr-cont-item{
        width: 45%;
    }
    .col-lg-4 .pr-cont-item-age,
    .col-lg-4 .pr-cont-item-money{
        display: none;
    }
    .col-lg-4 .pr-cont-item-but{
        width: 100%;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .col-md-6 .pr-cont-item{
        width: 45%;
    }
    .col-md-6 .pr-cont-item-age,
    .col-md-6 .pr-cont-item-money{
        display: none;
    }
    .col-md-6 .pr-cont-item-but{
        width: 100%;
    }
}
@media (min-width: 768px) {
    .block1 .pr-logo{
        background: #ffffff;
        -webkit-box-shadow: 0 2px 20px rgba(132, 133, 133, .3);
        -moz-box-shadow: 0 2px 20px rgba(132, 133, 133, .3);
        box-shadow: 0 2px 20px rgba(132, 133, 133, .3);
    }
    .block1:hover .pr-logo{
        padding-top: 1px;
        padding-left: 1px;
        padding-right: 1px;
        margin-top: -1px;
        margin-left: -1px;
        margin-right: -1px;
    }
    .block1:hover .pr-label{
        top: 14px;
    }
    .block1 .pr-cont-item{
        display: flex;
        width: 200px;
        margin: 0 auto 20px;
    }
    .block1 .pr-cont-item-but{
        margin-top: 58px;
    }
    .block1 .pr-cont-item-img{
        display: block;
        margin: 0 10px 0 0;
    }
    .block1 .pr-cont{
        padding-top: 55px;
        display: block;
        text-align: left;
    }
    .block1 .pr-cont-item-money .pr-cont-item-txt img{
        display: inline-block;
        margin-left: 9px;
        margin-bottom: 17px;
    }
    .block1 .pr-cont-item-money .pr-cont-item-txt{
        margin-left: -9px;
        margin-top: 10px;
    }
    .block1 .pr-cont-item-money .pr-cont-item-img,
    .block1 .pr-cont-item-money .pr-cont-item-h{
        display: block;
    }
}
.masonry-hide{
    display: none;
}
.more-but{
    display: block;
    width: 200px;
    height: 50px;
    border: 1px solid #75cb24;
    color: #75cb24;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}
.more-but:hover{
    background: #75cb24;
    color: #ffffff;
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.3);
    -moz-box-shadow: 0 20px 40px rgba(0,0,0,.3);
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
    text-decoration: none;
}
.more-but:after{
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top: 6px solid #75cb24;
    top: 50%;
    margin-top: -2px;
    right: 35px;
}
.more-but-wrap{
    padding-top: 60px;
}
.more-but:hover:after{
    border-top: 6px solid #fff;
}


/* footer */

.footer{
    background: #292929;
    color: #cbcbcb;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
}
.footer-top{
    padding: 35px 0;
    border-bottom: 1px solid #3f3f3f;
}
.footer-bot{
    display: flex;
    justify-content: space-between;
}
.footer-bot-r{
    color: #fefefe;
    text-align: right;
}
.footer-mail a{
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.footer-h{
    margin-bottom: 3px;
}
.footer-bot-l{
    padding-top: 11px;
}
.footer-bot{
    padding: 25px 0;
}


/* Адаптив */

@media (max-width: 767px){
    .block{
        height: 380px;
    }
    .pr-cont-item{
        width: 30%;
    }
    .pr-cont-item-money, .pr-cont-item-but{
        width: 100%;
        margin-right: 0;
        margin-top: 35px;
    }
    .pr-cont-item-money .pr-cont-item-txt{
        margin-top: 0;
    }
    .block{
        -webkit-box-shadow: 0 20px 40px #cedae4;
        -moz-box-shadow: 0 20px 40px #cedae4;
        box-shadow: 0 20px 40px #cedae4;
    }
    .logo{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 639px){
    .pr-cont-item-age{
        display: none;
    }
    .pr-cont-item{
        width: 50%;
    }
    .pr-cont-item-money, .pr-cont-item-but{
        width: 100%;
    }
    .footer{
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .footer-top{
        padding: 20px 0;
    }
    .footer-bot{
        display: block;
        text-align: center;
        padding: 20px 0;
        position: relative;
        padding-bottom: 60px;
    }
    .footer-bot-l{
        padding-top: 0;
        position: absolute;
        left: 0;
        bottom: 25px;
        width: 100%;
    }
    .footer-bot-r{
        text-align: center;
    }
    .footer-h{
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 479px){
    .block{
        height: 370px;
    }
    .pr-cont-item-txt{
        font-size: 16px;
        line-height: 20px;
    }
    .pr-cont-item-money .pr-cont-item-txt img{
        margin-left: 5px;
        height: 26px;
        width: auto;
    }
    .pr-cont-item-money .pr-cont-item-txt{
        margin-left: -5px;
    }
    .pr-label{
        left: auto;
        right: 30px;
    }
    h1{
        font-size: 30px;
        line-height: 34px;
        padding-top: 10px;
    }
    .h_desk{
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 20px;
    }
}
