html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

.sp_title_sec {
    height: 400px;
    position: relative
}

.sp_title_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sp_title_bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #433b3b;
    opacity: .6;
    mix-blend-mode: multiply
}

.svg_arc {
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    fill: #fff;
    stroke: #fff;
    pointer-events: none
}

.svg_arc svg {
    display: block
}

.sp_title {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 50px;
    font-weight: bold;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 17px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.2
}

.sp_container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

.svg_social {
    float: left;
    margin-left: 9px;
    margin-right: 9px
}

.svg_social.single {
    fill: #706668
}

.svg_social.single,
.svg_social.foot {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@media screen and (min-width: 992px) {

    .svg_social.single:hover,
    .svg_social.single:focus,
    .svg_social.single:active,
    .svg_social.foot:hover,
    .svg_social.foot:focus,
    .svg_social.foot:active {
        fill: #da3853
    }
}

.svg_social.twitt {
    width: 16px;
    padding-top: 1px
}

.svg_social.mail {
    width: 16px;
    padding-top: 1px
}

.svg_social svg {
    display: block;
    fill: #fff;
}

.sp_social {
    margin: 0 -9px;
    padding-top: 5px
}

.sp_social_label {
    text-transform: uppercase;
    font-size: 14px
}

.sp_date,
.sp_author {
    line-height: 23px
}

.sp_author {
    text-transform: uppercase
}

.sp_date {
    font-size: 14px
}

.sp_data {
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 49px 0 27px;
    padding-bottom: 20px
}

.sp_data.top {
    border-bottom: 1px solid #78cacf
}

.sp_data.bot .sp_author {
    font-size: 14px
}

.sp_data.bot .sp_social {
    padding: 2px 0 0 25px
}

.sp_data.bot .sp_author::after {
    content: "|";
    padding: 0 10px
}

.sp_cat {
    display: inline-block;
    background-color: #da3853;
    padding: 4px 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0 3px;
    letter-spacing: 0.04em;
    margin-bottom: 14px
}

.sp_category {
    text-align: center
}

.sp_firstp {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin: 67px 0 46px
}

.sp_flexible {
    letter-spacing: 0.04em;
    border-bottom: 1px solid #efe3dd
}

.sp_flexible p {
    margin: 10px 0
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 56px 0 63px
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sp_point {
    color: #da3853;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0
}

.sp_simple_text {
    margin-bottom: 45px
}

.sp_quot {
    font-size: 30px;
    line-height: 1.33333;
    font-style: italic;
    font-weight: 400;
    width: 74%;
    margin: 45px auto;
    text-align: center
}

.sp_caption {
    color: #706668;
    font-size: 12px;
    padding: 17px 0 20px
}

.sp_img_wrap {
    margin: 34px 0
}

.ap_bgp_sec {
    background-color: #da3853;
    position: relative;
    color: #fff;
    letter-spacing: 0.04em
}

.ap_bgp_sec .logo_icon {
    margin: 6px auto 24px;
    width: 58px;
    height: 58px
}

@media screen and (min-width: 992px) {

    .ap_bgp_sec:hover .btn.btn_fill.blue,
    .ap_bgp_sec:focus .btn.btn_fill.blue,
    .ap_bgp_sec:active .btn.btn_fill.blue {
        background-color: #151f29
    }
}

.ap_bgp_bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, #da3853, #da3853 120px, rgba(218, 56, 83, 0) 412px), url("../img/bgp.jpg");
    background: linear-gradient(to right, #da3853, #da3853 120px, rgba(218, 56, 83, 0) 412px), url("../img/bgp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.ap_bgp_title {
    font-size: 31px;
    line-height: 1.12903;
    font-weight: bold;
    padding-bottom: 20px
}

.ap_bgp_cont {
    line-height: 1.3125;
    font-size: 16px
}

.ap_bgp_text {
    width: calc(50% - 145px);
    padding: 44px 60px 38px 0;
    letter-spacing: 0.04em
}

.inline_row {
    font-size: 0;
    letter-spacing: 0;
    position: relative
}

.d_inline {
    display: inline-block;
    vertical-align: middle
}

.ap_bgp_btn {
    width: 290px
}

.ap_bgp_btn .btn {
    width: 100%
}

.ap_rel_sec {
    color: #fff;
    background-color: #27394a;
    text-align: center;
    position: relative
}

.ap_rel_sec a:hover,
.ap_rel_sec a:focus,
.ap_rel_sec a:active {
    color: inherit
}

.ap_rel_title {
    font-size: 35px;
    line-height: 1.28571;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff
}

.ap_box {
    position: relative;
    width: 33.3333%
}

.ap_mod_cot {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 35px 0 70px
}

.ap_mod_box {
    padding-top: 116px;
    padding-bottom: 86px;
    margin: 0 auto
}

.ap_rel_box {
    position: absolute;
    top: 0;
    width: 33.3333%;
    height: 100%
}

.ap_rel_box.ap_box1 {
    left: 0
}

.ap_rel_box.ap_box2 {
    right: 0
}

.ap_rel_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .3
}

.ap_rel_wrap {
    padding: 0 17%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ap_mod_box_in {
    padding: 0 17%
}

.ap_rel_label {
    text-transform: uppercase;
    font-size: 18px;
    color: #78cacf;
    font-weight: 600;
    padding-bottom: 16px
}

.post-type-archive-submit_article main {
    position: relative
}

.submit_bg {
    background-color: #27394a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.submit_bg::before {
    content: "";
    background-image: url("../img/sbm_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1
}

.submit_cont {
    position: relative;
    max-width: 1135px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 100px
}

.subm_title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 62px 0 36px
}

.subm_form {
    letter-spacing: 0.05em
}

.subm_form input[type="text"],
.subm_form textarea {
    width: 100%;
    border: 0;
    padding: 22px 25px;
    font-family: "proxima-nova-alt", sans-serif;
    font-size: 14px;
    color: #706668
}

.subm_form input[type="text"]::-webkit-input-placeholder,
.subm_form textarea::-webkit-input-placeholder {
    color: #706668;
    opacity: 1
}

.subm_form input[type="text"]::-moz-placeholder,
.subm_form textarea::-moz-placeholder {
    color: #706668;
    opacity: 1
}

.subm_form input[type="text"]:-moz-placeholder,
.subm_form textarea:-moz-placeholder {
    color: #706668;
    opacity: 1
}

.subm_form input[type="text"]:-ms-input-placeholder,
.subm_form textarea:-ms-input-placeholder {
    color: #706668;
    opacity: 1
}

.subm_form input[type="text"] {
    height: 50px;
    padding: 0 25px
}

.subm_form br {
    display: none
}

.subm_form p {
    margin: 0
}

.subm_form .btn {
    display: table;
    margin: 0 auto
}

.sf_long {
    float: left;
    width: 100%
}

.sf_checkbox {
    width: 209px;
    float: left;
    padding: 12px 0 12px 21px
}

.sf_checkbox label {
    color: #fff;
    font-size: 12px;
    position: relative;
    cursor: pointer
}

.sf_checkbox input[type="checkbox"] {
    visibility: hidden
}

.sf_checkbox .wpcf7-list-item-label {
    cursor: pointer;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: #fff;
    border: 1px solid #dae4eb;
    font-size: 0
}

.sf_checkbox .wpcf7-list-item-label::after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 3px solid #78cacf;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sf_checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1
}

.sf_checkbox span.wpcf7-list-item {
    margin: 0
}

.sf_input,
.sf_textarea {
    position: relative
}

.sf_input::after,
.sf_textarea::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABS0lEQVQ4jZ3TMUiVURQH8J/3CiKFzlmD8BycGwwLQqhFWnwQGMUrctM1dHSPBmcbDKIhQYdXQzRI8oakqdUEt3hCU5s13I+G7z75IuP76kx3OT8O/3Pu0JPegaYVY5jAJuZxii2shn8ArqCHn7iKO7iNZ42QDOyjhQm0Uip6WMZSLVIBDrGAXbyKMbTxHaPDNUAL7/EJD3EXY1jHKvp491ckxjCVJ9jDEu7hBTr4gVkc4+a5SAV4ixXcz8Bj7KCbgbmn12f6f2RSA7zGS0xjLqXiK4T/AK5Vgd+Qc4CFJsAZEmOIyi1czgHewAgW64DqJLcwrrzEb8prPMGbOgAG2+lgO6Xic4yhm7N4hA91AIQYw0W0cQApFWvKT3apCTCYpI0LeB5jOMYkHsh3UAcMkE5+j+IjjpRZbKRU9OuAATKTm7voplR8adJYrV9gPXlvXs0QfQAAAABJRU5ErkJggg==")
}

.sf_textarea::after {
    bottom: auto;
    top: 16px
}

.wpcf7-form-control-wrap {
    position: static
}

div.wpcf7-validation-errors {
    border: 0;
    color: #fff;
    text-align: center
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    top: 10px;
    border: 0;
    padding: 3px 13px;
    left: 0
}

.sf_short {
    width: calc(100% - 209px);
    float: left
}

.sf_line {
    padding: 13px 0
}

.sf_descr {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 17px 0 61px
}

.sf_back {
    margin: 22px auto 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: table
}

@media screen and (min-width: 992px) {

    .sf_back:hover,
    .sf_back:focus,
    .sf_back:active {
        color: #da3853
    }
}

.sf_wrap {
    position: relative;
    z-index: 1
}

.sf_done {
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: -1;
    width: 100%;
    padding-top: 150px
}

.sf_done_title {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.05em
}

.sf_done_label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 5px 0 50px
}

.sent .sf_wrap {
    opacity: 0;
    z-index: -1
}

.sent .sf_done {
    opacity: 1;
    z-index: 1
}

.hidden_btn {
    opacity: 0;
    pointer-events: none
}

div.wpcf7-mail-sent-ok {
    position: absolute;
    z-index: -1
}

.pa_cont_sec {
    padding-bottom: 35px
}

.pa_title {
    font-size: 50px;
    color: #202d39;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    margin: 52px 0 47px
}

.pa_filters_wrap {
    text-align: justify;
    background-color: #fff;
    padding: 22px 18px 22px 128px;
    letter-spacing: 0;
    position: relative
}

.pa_filters_wrap.disable_filters {
    pointer-events: none
}

.pa_filters {
    margin: 25px 0 11px
}

.paf_item {
    display: inline-block;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    letter-spacing: 0.04em;
    color: #27394a
}

.paf_item.active {
    border-radius: 30px;
    color: #fff;
    background-color: #da3853
}

.paf_item.pa_filter_anchor {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@media screen and (min-width: 992px) {
    .paf_item.pa_filter_anchor:not(.active):hover {
        color: #da3853
    }
}

.paf_item_label {
    position: absolute;
    left: 9px
}

.pa_row {
    margin: 0 -14px
}

.pa_col {
    padding: 19px 14px
}

@media screen and (min-width: 992px) {

    .pa_col:hover .btn_border,
    .pa_col:active .btn_border {
        color: #fff;
        background-position: -100% 100%;
        background-color: #78cacf
    }

    .pa_col:hover .btn_border .icon,
    .pa_col:active .btn_border .icon {
        fill: #fff
    }
}

.pa_image {
    width: 100%;
    height: 235px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block
}

.pa_wbox {
    text-align: center;
    color: #27394a;
    letter-spacing: 0.05em;
    background-color: #fff;
    padding: 38px 30px 23px
}

.pa_item_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.12
}

.pa_item_cont {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px
}

.pa_item_text {
    height: 143px;
    overflow: hidden;
    margin-bottom: 23px
}

.more_btn {
    margin: 21px auto 0;
    display: table
}

.loader {
    margin: 40px auto 0;
    display: table;
    fill: #da3853
}

.pa_col_empty {
    text-align: center
}

.pa_featured {
    position: relative
}

@media screen and (min-width: 992px) {

    .pa_featured:hover .btn_border,
    .pa_featured:active .btn_border {
        color: #fff;
        background-position: -100% 100%;
        background-color: #da3853
    }

    .pa_featured:hover .btn_border .icon,
    .pa_featured:active .btn_border .icon {
        fill: #fff
    }
}

.pa_featured .pa_image {
    width: calc(66.6666% + 18px);
    position: absolute;
    height: 100%
}

.pa_featured .pa_wbox {
    width: calc(33.3333% - 18px);
    float: right;
    padding: 43px 45px 46px
}

.pa_featured .pa_item_text {
    height: auto;
    margin-bottom: 47px
}

.pa_featured .pa_item_title {
    font-size: 30px;
    line-height: 1.33333;
    padding: 16px 0 13px
}

.paf_label {
    color: #da3853;
    text-transform: uppercase;
    font-weight: 600
}

#sb_instagram {
    max-width: 100% !important
}

.inst_sec {
    background-color: #27394a;
    padding: 47px 0 68px;
    letter-spacing: 0
}

.inst_wrap {
    font-size: 0
}

.inst_label {
    font-size: 20px;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.05em
}

.inst_cont {
    width: calc(100% - 180px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    display: inline-block;
    vertical-align: middle
}

.inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
    width: 9.09091%
}

.inst_cont #sb_instagram .sbi_photo {
    height: auto !important;
    opacity: 1 !important
}

.inst_cont #sb_instagram .sbi_photo img {
    display: block !important
}

.sbi_item {
    opacity: .58;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@media screen and (min-width: 992px) {

    .sbi_item:hover,
    .sbi_item:focus,
    .sbi_item:active {
        opacity: 1
    }
}

@media screen and (max-width: 1475px) and (min-width: 992px) {
    .ap_mod_box {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ap_mod_box_in .btn {
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .ap_mod_box {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .ap_mod_box_in .btn {
        padding: 0;
        width: 100%
    }

    .ap_box {
        width: 40%
    }

    .ap_rel_box {
        width: 30%
    }

    .ap_rel_wrap {
        padding: 0 10%
    }

    .ap_rel_wrap .ap_rel_title {
        font-size: 26px
    }

    .ap_mod_box_in {
        padding: 0 10%
    }
}

@media screen and (max-width: 1050px) and (min-width: 992px) {
    .pa_featured .pa_wbox {
        padding: 43px 30px 46px
    }

    .pa_featured .pa_item_text {
        height: 315px
    }
}

@media screen and (max-width: 991px) {
    .sp_container {
        padding: 0 27px
    }

    .sp_title {
        font-size: 30px;
        max-width: 360px;
        top: 41%
    }

    .svg_arc {
        width: 300%;
        left: -100%
    }

    .sp_title_sec {
        height: 350px
    }

    .sp_data {
        margin: 32px 0 25px
    }

    .sp_data.bot {
        margin: 44px 0 18px
    }

    .sp_firstp {
        font-size: 25px;
        margin: 53px 0 34px
    }

    .sp_simple_text {
        font-size: 14px;
        margin-bottom: 47px
    }

    .embed-container {
        margin: 29px 0 49px
    }

    .sp_img_wrap {
        margin-bottom: 19px
    }

    .sp_quot {
        font-size: 25px;
        width: 80%;
        margin: 42px auto
    }

    .sp_flexible {
        padding-bottom: 5px
    }

    .ap_bgp_bg {
        display: none
    }

    .ap_bgp_btn {
        width: 285px
    }

    .ap_bgp_text {
        width: calc(100% - 285px)
    }

    .ap_bgp_btn {
        padding: 0 27px
    }

    .ap_bgp_btn div.btn.btn_fill {
        font-size: 14px;
        padding: 0;
        line-height: 40px;
        height: 40px
    }

    .ap_bgp_sec .logo_icon {
        margin: 0 auto 28px
    }

    .ap_bgp_title {
        font-size: 25px;
        padding-bottom: 31px
    }

    .ap_bgp_cont {
        font-size: 14px
    }

    .ap_box {
        width: 100%
    }

    .ap_box a.btn.btn_border {
        font-size: 14px;
        height: 40px;
        line-height: 36px
    }

    .ap_rel_box {
        position: relative;
        width: 50%;
        height: 312px;
        float: left
    }

    .ap_rel_title {
        font-size: 25px
    }

    .ap_mod_cot {
        font-size: 14px;
        padding: 28px 0 47px
    }

    .ap_mod_box_in {
        padding: 0;
        max-width: 370px;
        margin: 0 auto
    }

    .ap_mod_box {
        padding-top: 49px;
        padding-bottom: 44px
    }

    .ap_rel_label {
        font-size: 16px;
        padding-bottom: 4px
    }

    .submit_bg::before {
        background-position: 86%
    }

    .subm_title {
        font-size: 30px;
        padding-top: 77px;
        padding-bottom: 45px
    }

    .sf_line {
        padding: 12px 0
    }

    .sf_checkbox {
        padding: 7px 0 7px 21px
    }

    .subm_form input[type="text"] {
        height: 40px
    }

    .sf_descr {
        text-align: left;
        padding: 28px 0 64px
    }

    .submit_cont {
        padding-bottom: 56px
    }

    .sf_done_title {
        font-size: 30px
    }

    .use-floating-validation-tip span.wpcf7-not-valid-tip {
        top: 6px
    }

    .pa_image {
        height: 188px
    }

    .pa_col {
        padding: 5px
    }

    .pa_row {
        margin: 0 -5px
    }

    .pa_item_cont {
        font-size: 14px;
        margin-top: 11px;
        line-height: 1.5
    }

    .pa_wbox {
        padding: 35px 30px 19px
    }

    .pa_wbox button.btn.btn_border {
        font-size: 14px;
        height: 37px;
        line-height: 30px;
        padding: 0 58px
    }

    .pa_item_text {
        height: 168px;
        margin-bottom: 35px
    }

    button.btn.more_btn {
        font-size: 14px;
        height: 40px;
        line-height: 35px;
        margin-top: 36px
    }

    .pa_cont_sec {
        padding-bottom: 48px
    }

    .pa_filters_wrap {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 23px
    }

    .paf_item_label {
        position: relative;
        left: 0
    }

    .pa_filters {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .pa_title {
        font-size: 30px;
        margin: 44px 0 31px
    }

    .pa_featured .pa_image {
        width: calc(50% - 5px)
    }

    .pa_featured .pa_wbox {
        width: calc(50% + 5px);
        padding: 42px 25px 24px
    }

    .pa_featured .pa_item_title {
        font-size: 25px;
        padding: 12px 0 6px
    }

    .pa_featured .pa_item_text {
        margin-bottom: 42px
    }

    .pa_featured button.btn.btn_border {
        height: 40px
    }

    .paf_label {
        font-size: 14px
    }

    .inst_sec {
        padding: 40px 0 40px
    }

    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
        width: 20%;
        display: none
    }

    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item:nth-child(1),
    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item:nth-child(2),
    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item:nth-child(3),
    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item:nth-child(4),
    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item:nth-child(5) {
        display: inline-block
    }
}

@media screen and (max-width: 767px) {
    .sp_title {
        max-width: 220px;
        top: 49%
    }

    .sp_title_sec {
        height: 280px
    }

    .svg_arc {
        width: 400%;
        left: -150%
    }

    .sp_social_label {
        float: left
    }

    .sp_data .sp_social {
        float: left
    }

    .sp_author {
        font-size: 14px
    }

    .sp_data {
        margin: 17px 0 25px;
        padding-bottom: 18px
    }

    .sp_data.top .sp_date {
        padding-bottom: 10px
    }

    .sp_data.bot {
        margin-top: 43px;
        margin-bottom: 10px
    }

    .sp_data.bot .sp_social_label {
        padding-right: 25px
    }

    .sp_data.bot .sp_social {
        padding-left: 0
    }

    .sp_category {
        text-align: left
    }

    .sp_cat {
        margin-bottom: 14px
    }

    .sp_firstp {
        margin: 35px 0 34px
    }

    .sp_simple_text {
        margin-bottom: 38px
    }

    .sp_img_wrap {
        margin-bottom: 10px
    }

    .sp_quot {
        width: 95%;
        margin: 34px auto
    }

    .sp_data_bot2 {
        float: left;
        padding-top: 14px;
        clear: left
    }

    .sp_data_bot2 .sp_date,
    .sp_data_bot2 .sp_author {
        float: left
    }

    .ap_bgp_text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 34px
    }

    .ap_bgp_title {
        padding-bottom: 21px
    }

    .ap_bgp_btn {
        margin: 0 auto;
        display: block;
        padding-bottom: 61px
    }

    .ap_mod_box_in {
        padding: 0 30px
    }

    .ap_mod_box_in .btn {
        padding: 0;
        width: 100%
    }

    .ap_mod_box {
        padding-top: 69px;
        padding-bottom: 54px
    }

    .ap_rel_box {
        width: 100%;
        height: 307px
    }

    .ap_box a.btn.btn_border {
        width: 100%;
        max-width: 300px;
        padding: 0
    }

    .submit_bg::before {
        display: none
    }

    .subm_title {
        padding-top: 33px;
        padding-bottom: 41px
    }

    .sf_line {
        padding: 16px 0
    }

    .sf_checkbox {
        padding: 11px 0 0
    }

    .sf_short {
        width: 100%
    }

    .sf_descr {
        padding: 12px 0 53px
    }

    .submit_cont {
        padding-bottom: 70px
    }

    .sent .sf_done {
        position: relative;
        padding-top: 70px
    }

    .sent .sf_done .btn {
        padding: 0;
        width: 100%
    }

    .sent .sf_wrap {
        position: absolute
    }

    .pa_title {
        margin: 30px 0 18px
    }

    .pa_filters_wrap {
        padding-left: 13px;
        padding-right: 8px
    }

    .pa_image {
        height: 171px
    }

    .pa_col {
        padding: 10px 5px
    }

    .paf_item {
        padding: 4px 11px
    }

    .pa_filters {
        margin-top: 19px;
        margin-bottom: 10px
    }

    .pa_cont_sec {
        padding-bottom: 45px
    }

    .pa_featured .pa_image {
        width: 100%;
        height: 188px;
        position: relative
    }

    .pa_featured .pa_wbox {
        width: 100%;
        padding: 41px 20px 21px
    }

    .pa_featured .pa_item_text {
        margin-bottom: 36px
    }

    button.btn.more_btn {
        margin-top: 32px
    }

    .inst_sec {
        padding: 40px 0 40px
    }

    .inst_label {
        margin: 0 auto;
        text-align: center;
        display: table;
        padding-bottom: 13px
    }

    .inst_cont {
        width: calc(100% + 20px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
        width: 33.33333%
    }

    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item:nth-child(4),
    .inst_cont #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item:nth-child(5) {
        display: none
    }
}

/*# sourceMappingURL=article.css.map */