/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
Theme Name:     Square Child
Theme URI:      https://hashthemes.com/wordpress-theme/square/squarechild/
Description:    Дочерняя тема для темы Square
Author:         Author
Author URI:     https://hashthemes.com
Template:       square
Version:        0.1.0
*/

@import url("../square/style.css");

.sq-site-header .sq-white {
    background: rgba(255, 255, 255, 0.3);
}

.header-social-links {
    display: none;
}

.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-wrapper {
    width: 60%;
}

#sq-site-branding {
    width: 100%;
    margin: auto 0;
    padding: 30px 0 0;
}
@media all and (max-width: 580px) {
    #sq-site-branding {
        padding-left: 10px;
    }
}

#sq-site-branding img {
    max-height: 30px;
}

.header-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sq-site-logo {
    float: none;
    width: auto;
    padding: 17px 75px 15px 0;
    margin: auto 0;
}

@media screen and (min-width: 425px) {
    .header-wrapper {
        width: 70%;
        padding-right: 60px;
    }
}

@media screen and (min-width: 540px) {
    .header-wrapper {
        width: 80%;
    }
}

@media screen and (min-width: 901px) {
    #sq-site-branding {
        margin: 30px 0 0;
        padding: 0;
    }


    #sq-site-branding img {
        max-height: 40px;
    }

    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 16%;
        padding-right: 0;
    }

    .header-social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        list-style: none;
        margin: -5px 0 0;
    }

    .header-social-links li {
        margin-right: 20px;
    }

    .header-social-links .socicon:empty {
        width: 20px !important;
        height: 20px;
        font-size: 14px;
        border-radius: 3px;
    }

    .header-social-links .socicon-facebook:before,
    .header-social-links .socicon-instagram:before,
    .header-social-links .socicon-vkontakte:before {
        position: relative;
        top: 3px;
        left: 3px;
    }

    .header-side {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 90%;
    }

    #sq-site-navigation {
        float: none;
        width: calc(100% - 50px);
    }

    .sq-main-navigation .sq-menu {
        float: none;
        width: 100%;
    }

    .sq-site-logo {
        margin: 0;
        padding: 15px 0;
    }
}

@media only screen and (min-width: 901px) {
    .sq-main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex-pack: distribute;*/
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1080px) {
    .sq-main-navigation ul {
        margin: 20px 0;
    }

    .sq-main-navigation > .sq-menu > ul > li {
        line-height: 24px;
        max-width: 160px;
    }
}

@media all and (min-width: 1081px) {
    .sq-menu {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.sq-menu > ul > li:hover > a:before, .sq-menu > ul > li.current_page_item > a:before, .sq-menu > ul > li.current-menu-item > a:before {
    top: 100%;
}

.sq-main-navigation li {
    float: none;
    line-height: 24px;
}


.work,
.tariff,
.licenses,
.environment,
.society {
    padding-top: 40px;
}

@media only screen and (min-width: 901px) {
    .sq-featured-content {
        padding: 40px 0 0;
    }
}

.featured-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
}

.fa,
.fab,
.fas {
    color: #8bbb54;
}

.featured-info i {
    position: relative;
    top: 5px;
    margin-right: 20px;
    font-size: 28px;
    color: #8bbb54;
}

.featured-info p {
    font-size: 16px;
}

#section-technologies {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .sq-featured-post {
        border-bottom: 2px solid #8bbb54;
    }

    #sq-content {
        height: auto;
        padding-top: 80px;
    }

    .list-files {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .social-slider-item {
        height: 100%;
    }

    .social-slider-controls {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;

        background-color: #F3F4F8;
        height: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex-pack: distribute;*/
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sq-footer:nth-child(3) {
        clear: none;
    }
}

.sq-main-title {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sq-main-title {
        color: #707070;
    }
}

.sq-main-title:before {
    background: #707070;
}

.sq-main-title:after {
    background: #707070;
}

#primary .post-image {
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    #primary {
        width: 100%;
        float: none;
    }
    #primary .post-image {
        width: 504px;
        float: left;
        padding-right: 20px;
    }
}

.news-stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .post-main {
        max-width: 66.5%;
    }
}

@media screen and (min-width: 768px) {
    .post-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 32.95%;
        margin-left: auto;
    }
}

.post-main,
.post-side .post-item:first-child,
.post-side .post-item:last-child {
    position: relative;
}

.post-main-content,
.post-side-content {
    position: absolute;
    bottom: 0;
    left: 20px;
    margin: 0;
    color: #fff;
}

.post-main,
.post-item {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .post-item {
        margin-bottom: 5px;
    }
}

.post-all .post-image {
    width: 100%;
    margin-right: 20px;
}

.post-all .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    margin: 1rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 560px) {
    .post-all .post-image {
        width: 300px;
    }

    .post-all .post-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 1.5rem auto;
        border-top: 1px solid #ddd;
    }
}

.post-content {
    max-width: 100%;
}

@media (min-width: 768px) {
    .post-all .post-content {
        padding: 1rem 0 0;
        max-width: calc(100% - 300px);
    }
}

.post-title {
    margin-top: 20px;
}

.post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-content p {
    color: #696969;
}

.post-author {
    font-weight: bold;
    color: rgba(73, 80, 87, 0.4);
}

.post-date {
    margin-left: 10px;
    font-weight: bold;
    color: rgba(73, 80, 87, 0.4);
}

.post-socials,
.post-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

.flash-messages {
    position: fixed;
    z-index: 9990;
    top: 65px;
    right: 10%;
    left: 10%;
}

.post-socials-btn .fa-share-square {
    margin-left: 10px;
    color: rgba(73, 80, 87, 0.4);
    font-size: 18px;
}

.bx-viewport {
    width: calc(100% + 10px) !important;
    overflow: hidden !important;
    margin: -5px !important;
    position: relative !important;
}

.social-links {
    display: none;
}

.social-links.active,
.post-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    margin-top: -7px;
    list-style: none;
}

.social-links li,
.post-social-links li {
    margin-right: 20px;
}

.social-links .socicon:empty {
    width: 26px !important;
    height: 26px;
    border-radius: 3px;
    font-size: 18px;
}

.post-social-links .socicon:empty {
    width: 22px !important;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
}

.socicon-facebook,
.socicon-instagram,
.socicon-vkontakte {
    color: #fff !important;
}

.social-links .socicon-facebook:before,
.social-links .socicon-instagram:before,
.social-links .socicon-vkontakte:before,
.post-social-links .socicon-facebook:before,
.post-social-links .socicon-instagram:before,
.post-social-links .socicon-vkontakte:before {
    position: relative;
    top: 4px;
    left: 4px;
}

.single .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 901px) {
    .personal {
        padding-bottom: 0;
    }

    .personal h2 {
        padding-top: 40px;
    }
}

#personal-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: 40px;
}

#personal-slider.show {
    overflow-y: visible;
}

@media screen and (max-width: 480px) {
    #personal-slider.show {
        margin-bottom: 60px;
    }
}

.personal-list {
    position: relative;
    margin: 0;
    list-style: none;
}

.personal-list::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

.personal-text p:last-child {
    margin-bottom: 0;
}

.personal-item {
    float: left;
    overflow: hidden;
    position: relative;
}

.personal-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
}

@media screen and (max-width: 580px) {
    .personal-item-inner {
        padding: 0 10px;
    }
}

@media screen and (min-width: 581px) {
    .personal-item-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }
}

.personal-item-inner.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    overflow: visible;
}

.personal-content {
    position: relative;
    padding: 10px 0;
}

@media screen and (min-width: 581px) {
    .personal-content {
        width: calc(100% - 310px);
        padding: 0 10px 0 0;
    }
}

@media all and (min-width: 769px) {
    .personal-content {
        width: calc(100% - 310px);
    }
}

.personal-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    /*border-radius: 50%;*/
    margin: 0 auto;
}

@media all and (max-width: 480px) {
    .personal-image {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 580px) {
    .personal-title {
        text-align: center;
    }
    .personal-text h6 {
        text-align: center;
    }
}

@media screen and (min-width: 581px) {
    .personal-image {
        margin-left: 10px;
    }
}

.personal-image img {
    max-width: none;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bx-pager {
    display: none;
}

.personal-slider-btn {
    position: relative;
}

.controls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.control_next,
.control_prev {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    padding: 20px;
    width: 24px;
    height: 24px;
    background: #fff !important;
    z-index: 9999;
}

.control_next i::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 6px;
    z-index: 9999;
    width: 18px;
    height: 18px;
    border: solid rgba(73, 80, 87, 0.6);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.control_prev i::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 6px;
    z-index: 1111;
    width: 18px;
    height: 18px;
    border: solid rgba(73, 80, 87, 0.6);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.personal-all {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.75;
}

.contacts-form {
    margin-bottom: 20px;
    padding: 0 20px;
}

/*.contacts-map {*/
/*    margin-bottom: 20px;*/
/*}*/

.contacts-map img {
    width: 100%;
    height: 300px;
}

/*@media (min-width: 1024px) {*/
/*    .contacts {*/
/*        display: flex;*/
/*        flex-direction: row;*/
/*    }*/
/*    .contacts-form {*/
/*        width: 50%;*/
/*        margin-right: 20px;*/
/*    }*/
/*    .contacts-map {*/
/*        width: 50%;*/
/*        margin-left: 20px;*/
/*    }*/
/*    .contacts-map img {*/
/*        height: auto;*/
/*    }*/
/*}*/

.contacts-form textarea {
    resize: none;
}

.error{
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
}

.success{
    padding: 5px 9px;
    border: 1px solid #8bbb54;
    color: #8bbb54;
    border-radius: 3px;
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    margin: 4px 7px 4px !important;
}

.comment-count {
    display: none;
}

.extra-info {
    margin: 20px 0;
}

.extra-info--text {
    color: #fff;
    padding-left: 5px;
    font-size: 16px;
    text-decoration: underline;
}

.extra-info--text:hover {
    text-decoration: none;
}

.fa-arrow-alt-circle-right {
    position: relative;
    top: 2px;
    font-size: 20px;
    color: #fff !important;
}

.tariff {
    background: #eee;
}

#sq-home-slider-section {
    padding: 0;
}

section {
    padding: 10px 0 40px;
}

.info-list-docs {
    list-style: none;
}

.list-files {
    list-style: none;
    margin: 0;
}

.file-item {
    position: relative;
}

.fa-file-alt {
    position: relative;
    top: 6px;
    padding-right: 10px;
    /*padding-left: 20px;*/
    font-size: 32px;
    color: #8bbb54;
}

.file-link {
    margin-right: 20px;
    font-size: 1.2em;
    color:  #696969;
}

.file-link:hover {
    text-decoration: underline;
    color: #8bbb54;
}

.tariff-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tariff-file img,
.licenses-file img {
    cursor: pointer;
    width: 300px;
    padding: 10px 0;
}

.tariff-file.active img,
.licenses-file.active img {
    width: 100%;
}

.licenses-file-list,
.tariff-file-list {
    list-style: none;
    margin: 0;
}

.licenses-file:nth-child(2),
.tariff-file:nth-child(2) {
    margin-top: 20px;
}

/*@media screen and (min-width: 540px) {*/
/*    .licenses-file-list {*/
/*        display: -webkit-box;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*    }*/
/*    .licenses-file:nth-child(2) {*/
/*        margin-top: 40px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 540px) {*/
/*    .licenses-file:nth-child(2) {*/
/*        margin-top: 20px;*/
/*    }*/
/*}*/

.file-icon .fa-file-pdf {
    font-size: 30px !important;
    color: #808080;
}

.file-icon i:hover {
    color:  #8bbb54;
}

.file-item__title {
    width: 100%;
    display: inline-block;
    margin-top: 0;
    /*color: #999;*/
    /*font-style: italic;*/
    font-weight: 600;
    font-size: 0.9rem;
    color: #808080;
}

button, input[type='button'],
input[type='reset'],
input[type='submit'],
.sq-main-navigation ul ul li:hover > a,
#sq-home-slider-section .bx-wrapper .bx-controls-direction a,
.sq-featured-post h4:after,
.sq-section-title:after,
.sq-tab li.sq-active:after, #sq-colophon h5.widget-title:after,
.widget-area .widget-title:before,
.widget-area .widget-title:after,
.square-share-buttons a:hover,
h3#reply-title:after, h3.comments-title:after,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #respond input#submit,
.woocommerce table.shop_table thead,
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce a.added_to_cart,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product:hover .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce span.onsale,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-MyAccount-navigation-link a {
    background: #8bbb54 !important;

}

.sq-section-title:after {
    /*background: #6dce5b*/
    background: #8bbb54;
}

.sq-slide-caption {
    border-left: 3px solid #8bbb54 !important;
    border-right: 3px solid #8bbb54 !important;
}

a:hover,
a:focus,
a:active,
.sq-featured-post .sq-featured-readmore:hover,
.sq-tab li.sq-active .fa,
.single-entry-content a,
.widget-area a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination a:hover,
.pagination span,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .product_meta a:hover,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    color: #8bbb54 !important;
}

.ab-item:hover {
    color: #5bc2ce !important;
}

.ab-item:before {
    z-index: 99999;
}


.purchases {
    margin-top: -40px;
    /*padding-top: 40px;*/
    padding-top: 0;
    padding-bottom: 0;
}

#TB_window {
    overflow: auto;
    width: 95% !important;
    max-width: 600px !important;
    height: auto;
    margin: -400px auto !important;
    margin-left: -160px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#TB_title {
    width: 100% !important;
}

#TB_ajaxContent {
    width: 100% !important;
    height: 100% !important;
    margin-right: 0 !important;
    padding: 0 20px;
}

#TB_ajaxContent p {
    width: 100% !important;
    padding: 0;
}

#TB_closeWindowButton:hover .tb-close-icon, #TB_closeWindowButton:focus .tb-close-icon {
    color: rgba(73, 80, 87, 0.3);
    outline: 0;
}

#TB_closeWindowButton:hover .tb-close-icon, #TB_closeWindowButton:focus .tb-close-icon:hover {
    outline: 0;
}

.tb-close-icon {
    border: rgba(73, 80, 87, 0.3);
}

#tablepress-1_filter {
    padding-bottom: 10px;
}

#tablepress-1_filter input {
    height: 36px;
}

caption {
    display: none !important;
}

tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #333;
    font-weight: bold;
    width: 28%;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #8bbb5433 !important;
}

.tablepress tbody td.column-1 {
    height: 96px;
    overflow: hidden;
    position: relative;
    min-width: 200px;
}

.tablepress tbody td.column-1:hover {
    overflow: visible;
    cursor: pointer;
}

td.column-1::after {
    content: '';
    top: 0.5em;
    left: 0.3em;
    width: 2.1rem;
    height: 2.4rem;
    background-image: url('images/file-alt-regular.svg');
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: 0 0;

    position: absolute;
    vertical-align: top;
    font-size: 0.8rem;
    font-weight: 700;
    color: #8bbb54;
    padding-top: 1rem;
    text-align: right;
    padding-left: 0.5rem;
    white-space: nowrap;
}

.tablepress tbody td.column-1 a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 0.5rem 1rem 2.5rem;
    width: 100%;
}

.tablepress tbody td.column-1:hover a {
    position: absolute;
    width: 550px;
    min-height: 95px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 10px #f3f4f8;
    box-shadow: 0px 0px 50px 10px #f3f4f8;
    border-right: 1px solid #e1e2e6;
    z-index: 1;
}

.dataTables_wrapper .tablepress {
    padding-bottom: 20px;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    #tablepress-1_filter {
        float: left;
    }

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tablepress tbody td,
    .tablepress tfoot th {
        border-top: 1px solid #ddd !important;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    td::before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 48% !important;
        padding-right: 10px;
        white-space: normal;
    }

    td.column-1::before {
        left: 3em;
        max-width: 7em;
    }

    td.column-1::after {
        top: 1em;
    }

    td:nth-of-type(1):before {
        content: "Предмет закупки";
    }

    td:nth-of-type(2):before {
        content: "Способ проведения";
    }

    td:nth-of-type(3):before {
        content: "Срок подачи заявки";
    }

    td:nth-of-type(4):before {
        content: "Способ подачи заявки";
    }

    td:nth-of-type(5):before {
        content: "Заказчик";
    }

    td:nth-of-type(6):before {
        content: "Адрес заказчика";
    }

    td:nth-of-type(7):before {
        content: "Контакты";
    }

    .tablepress tbody td.column-1 a {
        position: relative;
        top: 0;
        left: 0;
        width: 50%;
        padding-left: 0;
    }
}

.col {
    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: 20px;
}

.technologies h2 {
    color: #404040;
}

.featured-info p {
    font-size: 14px;
}

.technologies h6 {
    margin-bottom: 20px;
    color: #8bbb54;
    font-size: 21px;
}

.technologies p {
    font-size: 14px;
    padding: 10px;
    margin: 5px;
}

@media screen and (min-width: 901px) {
    .technologies h2 {
        padding-top: 30px;
    }
}

.sa_hover_container {
    height: 100% !important;
}

.technologies .sq-featured-post {
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.sq-featured-post-inner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
    -o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
    transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);

}

.sq-featured-post-inner:hover {
    opacity: 1;
    color: #404040;
    background-color: #fff;
    border: 1px solid #ddd;
    /*box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );*/
}

.technologies .sq-featured-icon {
    float: left;
    margin: 0 10px;
    display: block;
}


/*.sq-featured-post-inner::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    opacity: 1;*/
/*    z-index: 1;*/
/*    transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);*/
/*    border: 1px solid #ddd;*/
/*    color: #404040;*/
/*    background-color: #fff;*/

/*}*/

/*.sq-featured-post-inner:hover {*/
/*    position: relative;*/
/*    opacity: 0;*/
/*    color: #fff !important;*/
/*}*/

.owl-stage {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 100%;
}

.owl-item {
    float: none !important;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.social-slider {
    width: 100%;
    height: 100%;
}
.social-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    position: relative;
}

.item-safety,
.item-environment {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.safety,
.environment {
    position: relative;
    padding: 40px 0;
    color: #fff;
}

body {
    position: relative;
}

.social-slider-wrapper {
    position: relative;
}

.sq-main-header {
    background-image: url(/static/images/image_2019-09-27_10-28-34-2.png);
}

.environment-info {
    margin-bottom: 40px;
}

.safety-list,
.environment-list {
    list-style: none;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    z-index: 99999;
    position: relative;
}

@media screen and (min-width: 768px) {
    .safety-list,
    .environment-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.safety-list li,
.environment-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .safety-list li {
        width: calc(100% / 3);
    }
    .environment-list li {
        width: 25%;
    }
}

.safety-list > .sq-featured-icon i,
.environment-list > .sq-featured-icon i,
.sq-featured-icon i {
    font-size: 36px;
}

.fas .fa-praying-hands {
    font-size: 30px !important;
}

.fa-medrt {
    font-size: 36px !important;
}

.safety-list p,
.environment-list p,
.environment-list h6 {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .item-safety::before  {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #000;
        background-repeat: repeat;
        background-position: left top;
        opacity: 0.3;
    }
    .item-environment::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #000;
        background-repeat: repeat;
        background-position: left top;
        opacity: 0.2;
    }

    /*.safety::before,*/
    /*.environment::before {*/
    /*        content: '';*/
    /*        position: absolute;*/
    /*        left: -50px;*/
    /*        right: -20px;*/
    /*        bottom: 0;*/
    /*        top: 0;*/
    /*        background-color: #000;*/
    /*        background-repeat: repeat;*/
    /*        background-position: left top;*/
    /*        opacity: 0.2;*/
    /*}*/
}

@media screen and (min-width: 768px) {
    .safety-list p,
    .environment-list h6 {
        padding-right: 20px;
    }
}

.social-slider-controls {
    position: fixed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5%;
    right: 0;
    top: 50%;
    z-index: 999999;
}

.slider-controls .slider-pagination-bullet {
    margin: 1.25rem auto;
}

.slider-pagination {
    position: fixed;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) {
    .slider-pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }
}

.slider-pagination-bullet {
    display: inline-block;
    margin: auto 0.5rem ;
    height: 16px;
    width: 16px;
    border: 2px solid #8bbb54;
    border-radius: 50%;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .slider-pagination-bullet {
        margin: 0.5rem auto;
    }
}

.slider-pagination-bullet__active {
    background:  #8bbb54;
}

.modal-message {
    position: fixed;
    z-index: 999;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    min-width: 300px;
    max-width: 600px;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 40px;
    color: #000000;
    border-top: 5px solid #8bbb54;
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7);
}

.modal-message.show {
    display: block;
}

@media screen and (min-width: 760px) {
    .sq-footer {
        width: 30% !important;
    }
}

.contact-info span {
    padding-left: 20px;
}

.bx-wrapper {
    border: 0;
    margin-bottom: 0;
}

.sq-slide-caption {
    background: rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 480px) {
    .sq-slide-cap-title {
        font-size: 32px;
    }
    #sq-home-slider-section img {
        height: 200px;
    }
}

@media screen and (max-width: 580px){
    .sq-slide-cap-title {
        font-size: 48px;
    }
    .sq-slide-cap-desc {
        font-size: 18px;
    }
    .sq-section {
        padding-top: 0;
    }
    .sq-section.work {
        padding-top: 40px;
    }
    .sq-section-title {
        padding-top: 12px;
    }
    .sq-container .white {
        padding: 0 !important;
    }
    .technologies .owl-item {
        min-width: 100vw;
    }
    .sq-slide-caption {
        width: 100%;
        max-width: 400px;
    }
    #sq-home-slider-section img {
        height: 300px;
    }
    .sq-featured-post {
        padding: 20px;
    }
}

.sq-featured-post p:last-child{
    margin-bottom: 0;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none !important;
}

@media screen and (max-width: 580px) {
    .sq-footer1, .sq-footer3, .sq-footer4 {
        padding: 0 10px;
    }
    .sq-footer3 {
        text-align: center;
    }
    .sq-footer2 .owl-item {
        min-width: 100vw;
    }
    .sq-top-footer > div {
        width: 100%;
    }

}

.sq-slide {
    width: 100% !important;
}

.sq-footer .zoom-social-icons-widget {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .work .sq-featured-post {
        padding: 60px;
    }
}

.large_initial {
    float: left;
    position: relative;
    top: 0;
    padding-right: 4px;
    font-size: 4rem;
    line-height: 4rem;
    text-indent: -2vw;
    color: #8bbb54;
}

@media screen and (min-width: 768px) {
    .large_initial {
        top: -12px;
        left: -10px;
        font-size: 120px;
        line-height: 120px;
    }
}

.page-template-social-responsibility footer {
    display: none !important;
}
