body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #f5f5f5;
}

.container_header {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.content_header {
    padding: 0 20px;
}

.header_top {
    background: #000;
    font-size: 14px;
    padding: 15px 0;
}

.top_menu ul {
    padding: 0;
    margin: 0;
}

.top_menu ul li {
    display: inline-block;
}

.top_menu ul li a {
    text-decoration: none;
    color: #fff;
    padding-right: 20px;
    opacity: 0.8;
    transition: 0.3s;
}

.top_menu ul li a:hover {
    opacity: 1;
}

.bottom_menu {
    vertical-align: middle;
}

.bottom_menu ul {
    padding: 0;
    margin: 0;
}

.bottom_menu ul li {
    display: inline-block;
    padding-right: 30px;
}

.bottom_menu ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    transition: 0.3s;
}

.bottom_menu ul li a:hover {
    color: #ff8a00;
}

.header_bottom {
    background: #1a1b1d;
    padding: 35px 0;
    border-bottom: 5px solid #ff8a00;
}

.header_bottom.active {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 15px 0;
    border: none;
}

.header_bottom.active .bottom_menu ul li {
    padding-right: 10px;
}

.header_bottom.active .bottom_menu ul li a {
    font-size: 14px;
}

.header_bottom.active .socset {
    display: inline-block;
}

.bottom_menu {
    display: inline-block;
}

.socset a {
    display: inline-block;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    transition: 0.3s;
}

.socset .icon-rss:hover {
    background: #ee802f;
    opacity: 1;
}

.socset .icon-twitter:hover {
    background: #00aced;
    opacity: 1;
}

.socset .icon-facebook:hover {
    background: #3B5998;
    opacity: 1;
}

.socset .icon-gplus:hover {
    background: #dd4b39;
    opacity: 1;
}

.socset .icon-instagram:hover {
    background: #3f729b;
    opacity: 1;
}

.socset .icon-youtube:hover {
    background: #bb0000;
    opacity: 1;
}

.socset {
    display: none;
    float: right;
}

.container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.content {
    padding: 0 20px;
}

.wrapper {
    font-size: 0;
    margin-top: 25px;
}

.left_content {
    display: inline-block;
    background: #fff;
    vertical-align: top;
    width: calc(100% - 400px);
    font-size: 24px;
}

.right_content {
    display: inline-block;
    background: #fff;
    vertical-align: top;
    width: 375px;
    margin-left: 25px;
    font-size: 24px;
}

.left_content .title h1 {
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
}

.left_content img {
    width: 100%;
}

.left_content .title {
    font-size: 0;
}

.left_content .block_img img {
    display: inline-block;
    width: 48%;
    margin: 0 1%;
}

.left_content .block_img ._left {
    margin: 0 1% 0 0;
}

.left_content .block_img ._right {
    margin: 0 0 0 1%;
}

.left_content a {
    text-decoration: none;
    color: #ff8a00;
}

.left_content a:hover {
    color: #000;
    transition: 0.5s;
}

.button {
    text-align: center;
    padding: 30px 0;
}

.btn {
    background: #68c900;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 3px;
}

.btn:hover {
    background: #222;
    transition: .7s;
}

.title_comments h2 {
    padding: 0;
    margin: 0;
}

.comm {
    font-size: 0;
    padding: 30px 0;
    border-top: 1px dashed #ccc;
}

.comm .ava {
    display: inline-block;
    width: 80px;
    vertical-align: top;
}

.comm .ava img {
    max-width: 60px;
    width: 100%;
    border-radius: 50%;
}

.comm .name_and_text {
    display: inline-block;
    width: calc(100% - 80px);
    font-size: 24px;
}

.comm .name_and_text p {
    padding: 0;
    margin: 0;
}

.comm .name_and_text .name p {
    font-size: 27px;
    color: #333;
    font-weight: 700;
}

.comm .name_and_text .name a {
    font-size: 18px;
}

.comm .name_and_text .text p {
    padding: 20px 0;
}

.comm .form_comm {
    display: inline-block;
    font-size: 24px;
    width: calc(100% - 80px);
}

.comm .form_comm textarea {
    width: 100%;
    outline: none;
    background: #fafafa;
}

.btn_form {
    background: #68c900;
    display: inline-block;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 3px;
}

.btn_form:hover {
    background: #59ab02;
}

.right_content img {
    width: 100%;
}

.right_content .sidebar {
    padding: 20px 0;
}

.right_content .family {
    text-decoration: none;
    display: inline-block;
    background: url("../img/s_1.png") no-repeat center top;
    background-size: cover;
    width: 100%;
}

.right_content .family .text_side {
    text-align: center;
    font-size: 0;
    background: rgba(0,0,0,0.5);
    margin-top: 235px;
    padding-bottom: 20px;
}

.right_content .family .text_side h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    color: #fff;
}

.right_content .family .text_side p {
    width: 46%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0 1%;
    vertical-align: middle;
}

.right_content .family .text_side .orange {
    font-size: 20px;
    background: rgba(205,111,11,0.5);
    padding: 5px 0;
    border-radius: 5px;
}

.right_content .btn {
    text-decoration: none;
    font-size: 18px;
    padding: 15px 0;
    width: 100%;
}

.right_content .item .soc_side {
    text-align: center;
    padding-top: 20px;
}

.right_content .item .soc_side a {
    text-decoration: none;
    font-size: 30px;
    color: #ccc;
    transition: 0.3s;
}

.right_content .item .soc_side .icon-facebook:hover {
    color: #3B5998;
}

.right_content .item .soc_side .icon-twitter:hover {
    color: #00aced;
}

.right_content .item .soc_side .icon-gplus:hover {
    color: #dd4b39;
}

.right_content .item .soc_side .icon-instagram:hover {
    color: #3f729b;
}

.right_content .item .soc_side .icon-youtube:hover {
    color: #bb0000;
}

.popular {
    border-bottom: 1px dashed #ccc;
}

.popular h2 {
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.popular_link a {
    display: block;
    text-decoration: none;
    padding: 15px 0;
    font-size: 20px;
    color: #ff8a00;
}

.popular_link a:hover {
    color: #000;
    transition: 0.5s;
}

.burger {
    display: none;
}

@media all and (max-width: 850px){
    .right_content {
        display: none;
    }

    .left_content {
        width: 100%;
    }

    .bottom_menu ul {
        display: none;
    }

    .burger {
        display: block;
    }

    .header_bottom {
        padding: 15px 0;
    }

    .burger a {
        color: #fff;
        text-decoration: none;
        font-size: 26px;
    }

    .header_top {
        display: none;
    }
}

@media all and (max-width: 800px){
    .left_content .title h1 {
        font-size: 30px;
    }
}

@media all and (max-width: 425px){
    .btn_form {
        padding: 15px 10px;
    }

    .comm .form_comm {
        font-size: 17px;
    }
}