#call-ads-block {
    padding: 25px 0;
    margin: 25px 0;
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff
}

#call-ads-block-title {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 25px;
    color: #F72210;
    text-align: center
}

#call-ads-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h5,
p,
ul,
ul li {
    margin: 0;
    padding: 0
}

img {
    width: 100%
}

ul li {
    list-style: none
}

body {
    display: block;
    width: 100%;
    background: #F2F2F2;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.wrapper {
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto
}

p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000
}

header {
    background: #fff;
    margin-bottom: 15px
}

header .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F72210;
    min-height: 120px
}

.logo-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    text-align: center;
    color: #FFF;
    width: 100%
}

.menu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-ul li {
    padding: 16px 18px;
    position: relative
}

.menu-ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-decoration: none
}

.search {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding: 16px 30px 16px 0;
    color: #000
}

.search::after {
    content: " ";
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(../images/loupe.svg) no-repeat;
    background-size: contain;
    right: 0
}

.content {
    background: #fff;
    padding: 30px 50px 0px
}

.current-category {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 22px;
    color: #F72210
}

.title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #000
}

.form-header {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #000;
    text-align: center;
    margin-top: 30px
}

.post-date {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    position: relative;
    padding: 0 7px;
    display: inline-block;
    text-transform: uppercase;
    color: #000
}

.post-date::before {
    content: " ";
    height: 14px;
    width: 0;
    border-left: .75px solid #000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.post-date::after {
    content: " ";
    height: 14px;
    width: 0;
    border-right: .75px solid #000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.content .image {
    display: block;
    margin: 20px auto;
    border-top: 5px solid #F72210
}

.content .image img {
    margin-bottom: 0
}

.content .image.horizontal {
    width: 100%;
    max-width: 700px
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 30px
}

.social span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-right: 40px;
    color: #000
}

.social img {
    width: 41px;
    height: 41px;
    margin-right: 40px
}

h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin: 35px 0;
    padding-left: 30px;
    color: #000;
    position: relative;
    border-left: 7px solid #F72210
}

a {
    cursor: pointer;
    color: blue;
    text-decoration: none
}

.exp-block {
    margin: 15px auto;
    padding: 20px;
    background: #ebebeb;
    min-height: 355px
}

.exp-block .exp-photo {
    float: left;
    max-width: 200px;
    width: 100%;
    margin-right: 20px
}

.exp-block .exp-photo p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    padding: 0
}

.clearfix {
    clear: both
}

.comments {
    display: block;
    margin-bottom: 30px
}

.comment {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    min-height: 50px;
    margin-bottom: 15px
}

.comment:last-child {
    border-bottom: none
}

.comment.ans {
    padding: 0;
    padding-left: 35px;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 20px
}

.comment .ava {
    max-width: 50px;
    width: 100%;
    float: left;
    border-radius: 50%
}

.comment p {
    margin-left: 60px;
    font-size: 14px;
    line-height: 18px
}

.comment p:last-child {
    margin-bottom: 0
}

.comment p.comm-date {
    color: #A8ABAE
}

.comment .comm-img {
    max-width: 400px;
    width: 100%;
    margin-left: 60px;
    margin-top: 5px
}

@media screen and (max-width: 1150px) {
    .menu {
        display: none
    }
}

@media screen and (max-width: 600px) {
    header {
        margin-bottom: 0
    }

    header .top {
        padding: 0 20px;
        min-height: 60px
    }

    .logo-text {
        font-size: 36px
    }

    .content {
        padding: 30px 15px 0px
    }

    .current-category {
        font-size: 20px
    }

    .title {
        font-size: 30px;
        line-height: 35px
    }

    .form-header {
        font-size: 30px;
        line-height: 35px
    }

    .post-date {
        font-weight: 300;
        font-size: 14px;
        line-height: 25px
    }

    .content .image.horizontal {
        max-width: 100%
    }

    .content .image {
        margin: 15px auto;
        border-top: 4px solid #F72210
    }

    .social img {
        width: 27px;
        height: 27px;
        margin-right: 15px
    }

    .social {
        padding: 12px 0
    }

    .social span {
        font-size: 15px;
        line-height: 18px;
        margin-right: 20px
    }

    p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.02em
    }

    h1 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        border-left: 4px solid #F72210;
        letter-spacing: -.02em;
        padding-left: 15px
    }
}

@media screen and (max-width: 500px) {
    .comment .ava {
        margin-right: 10px
    }

    .comment p,
    .comment .comm-img {
        margin-left: auto
    }

    .exp-block .exp-photo {
        float: none;
        max-width: 300px;
        margin: 10px auto;
        margin-top: 0
    }
}

footer {
    display: block;
    width: 100%;
    max-width: 1150px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 5px;
    word-wrap: break-word
}

footer p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px
}

footer p:last-child {
    margin-bottom: 0
}

html {
    overflow-x: hidden
}

.form {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 0 40px
}

.form form {
    width: 300px
}

.form .img {
    max-width: 274px !important;
    margin: 0 auto;
    padding: 20px 0
}

.form .img img {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    border: none;
    margin: 0 auto
}

.form form input,
textarea {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 16px;
    border: 1px solid #e1e1e1;
    background: #f8f9f9 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form form button,
a.btn,
.btn.comm-btn {
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 15px 10px;
    background: red;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    max-width: 280px;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    text-align: center
}

a.bot-btn {
    margin: 30px auto
}

.form form button:hover,
a.btn:hover {
    background: red
}

.form form .prices {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 0 0 15px
}

.form form .prices .new {
    display: block;
    font-size: 30px !important;
    text-transform: uppercase;
    margin: 5px;
    color: red
}

.form form .prices .new p {
    font-size: 30px !important;
    margin: 0 auto;
    color: red;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    text-align: center
}

.form form .prices .old {
    display: block;
    font-size: 20px !important;
    color: #999;
    margin: 5px
}

.form form .prices .old p {
    font-size: 20px !important;
    margin: 0 auto;
    color: #999;
    font-family: 'Inter', sans-serif;
    text-align: center
}

a,
button {
    cursor: pointer
}

#comment-answer {
    display: none
}

.comments__form {
    display: block;
    margin: 20px auto 40px;
    width: 100%;
    max-width: 300px
}

.comments__form .comments__title {
    font: 700 24px/1.2 Inter, sans-serif;
    margin-bottom: 20px;
    text-align: center
}

.comments__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%
}

.comments__form-row label {
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 17px
}

.comments__form-row input[type="text"],
.comments__form-row textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 1px solid #bebebe;
    background: #f8f9f9 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    resize: none;
    outline: none
}

.comments__form-row textarea {
    height: 60px
}

.btn.comm-btn {
    width: 100%;
    max-width: 100%;
    background: #ff7426
}

.btn.comm-btn:hover {
    -webkit-transform: none;
    transform: none;
    background: #ff7426
}

footer p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center
}

footer p:last-child {
    margin-bottom: 0
}

.close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal {
    font-family: open sans, sans-serif;
    color: #444;
    line-height: 1.5625;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.5)
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 25px
}

.modal-header .close {
    margin-top: -26px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 25px
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-body {
    font-size: 16px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.menu-ul li a {
    font-size: 16px
}

.popup-comment {
    position: fixed;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    width: 250px;
    height: 145px;
    border: 5px solid #000;
    z-index: 10000;
    display: none
}

.eeee {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.296);
    display: none
}