
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot?90273735');
    src: url('../fonts/fontello/fontello.eot?90273735#iefix') format('embedded-opentype'),
    url('../fonts/fontello/fontello.woff2?90273735') format('woff2'),
    url('../fonts/fontello/fontello.woff?90273735') format('woff'),
    url('../fonts/fontello/fontello.ttf?90273735') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*====   user-story-item  ====*/

.user-story {
    padding: 50px 0;
}


.user-story-item {
    padding: 15px;
    background-color: #f5f3f2;
}

.user-story-item__content {

}

.user-story-item__text {
    font-size: 16px;
    font-weight: 700;
    color: #404040;
}

/*====   advantages  ====*/
.advantages {
    background-color: #f5f3f2;
    padding: 20px 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.advantages__icon_holder {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.advantages__content-title {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
}

.advantages__content-text {
    color: #404040;
}


/*----  slider-in-content ---*/

.slider-in-content {
    max-width: 400px;
    width: 100%;
}

.slider-in-content__inner {
    padding: 10px;
    background-color: rgba(239,240,241, .4);
}


.slider-in-content .swiper-slide{
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
}

.slider-in-content__title {
    display: block;
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.btArticleBody .bt_bb_wrapper .slider-in-content__img{
    margin: 0;
}

.slider-in-content--left {
    float: left;
    padding: 30px 30px 30px 0;
}

.slider-in-content--right {
    float: right;
    padding: 30px  0 30px 30px ;
}



.related.products {
    font-size: 30px;
    line-height: 40px;
    color: #07706f;
    font-weight: 700;
}

.related.products  a {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 3px 20px;
}

.related.products  .products {
    margin-top: 40px;
}

.related.products .price {
    font-size: 16px;
}

.related.products span + a {
    margin-left: 15px;
}

.woocommerce p.stars a.star-1:after {
    font-family: 'fontello';
    content: "\e801";
}

.woocommerce p.stars a.star-2:after {
    font-family: 'fontello';
    content: "\e801\e801";
}

.woocommerce p.stars a.star-3:after {
    font-family: 'fontello';
    content: "\e801\e801\e801";
}

.woocommerce p.stars a.star-4:after {
    font-family: 'fontello';
    content: "\e801\e801\e801\e801";
}

.woocommerce p.stars a.star-5:after {
    font-family: 'fontello';
    content: "\e801\e801\e801\e801\e801";
}

.woocommerce .star-rating span:before {
    font-family: 'fontello';
    content: "\e801\e801\e801\e801\e801";
}

p.reply:before {
    font-family: 'fontello' !important;
    content: '\f112';
}

p.edit-link:before {
    font-family: 'fontello' !important;
    content: '\e800';
}

.woocommerce .star-rating  {
    width: 134px;
    font-size: 22px;
}

.woocommerce .related.products ul.products li.product .price {
    padding:0 20px;
}

.comment-form button#btSubmit:before {
    display: none;
}

.icon-pencil:before { content: '\e800'; } /* '' */
.icon-star:before { content: '\e801'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */

/*=======================
----- Author images -----
=========================*/

.loadmore-container {
    display: flex;
    justify-content: center;
    padding: 30px 20px;
}

.misha_loadmore{
    width: 150px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #f36438;
    display: block;
    text-align: center;
    color: #f36438;
    font-size: 16px;
    font-weight: 700;
    letter-spacing:1px;
    cursor:pointer;
    text-transform: uppercase;
    padding: 10px 15px;
    transition:
            background-color 0.2s ease-in-out,
            border-color 0.2s ease-in-out,
            color 0.3s ease-in-out;
}
.misha_loadmore.active,
.misha_loadmore:hover{
    background-color:  #f36438;
    color: #fff;
}

/*=======================
----- Author images -----
=========================*/

.page-meta {
    margin-bottom: 15px;
    font-size: 17px;
    white-space: nowrap;
}

.page-meta__info,
.page-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}



.page-meta__img {
    width: 35px;
    margin-right: 5px;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
}

.page-meta__title {
    margin-right: 5px;
}

.page-meta__title--line:before {
    content: ' / ';
    padding: 0 .5em;
}

.page-meta__link {
    text-decoration: underline;
    font-weight: 700;
}



/*=======================
----- Audio version -----
=========================*/

.audio-version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;

}

.audio-version__title {
    font-size: 17px;
    margin:  0 15px 15px 0;
    white-space: nowrap;
}

.audio-version audio {
    height: 38px;
    margin:  0 0 15px 0;
    width: 400px !important;
    display: block;
}
/*=======================
----- Modal Link ----------
=========================*/

.modal-link-container {
    position: relative;
}


.modal-link-popup {
    position: absolute;
    left: -2px;
    bottom: 20px;
    display: none;
    z-index: 2;
    -webkit-box-shadow: 0 9px 23px 2px rgba(85,94,104,0.2);
    box-shadow: 0 9px 23px 2px rgba(85,94,104,0.2);
    border-radius: 5px;
    border: 1px solid rgba(85,94,104,0.2);
    overflow: hidden;
    background: #fff;
    min-width: 250px;
}

.modal-link-popup.display {
    display: block;
}



.modal-link-popup-container {
    position: relative;
    display: block;
    padding: 20px;
}

.modal-link-popup__top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.modal-link-popup__top-icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #07706f;
    text-align: center;
    position: relative;
}

.modal-link-container  svg {
    display: inline-block;
    width: 64%;
    height: 86%;
    fill: #fff;
}

.modal-link-popup__top-text {
    display: block;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 700;
}

.modal-link-popup__title {
    font-size: 18px;
    font-weight: 700;
}

.modal-link-popup__content {
    font-size: 16px;
    display: block;
}

.modal-link-popup__link {
    display: block;
}

.modal-link {
    position: relative;
    padding-right: 10px;
}

.modal-link__icon-wrapper {
    text-align: center;
    position: relative;
}

.modal-link__icon {
    text-align: center;
    position: relative;
    background-color: #228f86;
    width: 12px;
    height: 12px;
    top: -10px;
    line-height: 8px;
    display: inline-block;
    border-radius: 50%;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.slow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}


.modal-link-container:hover .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*=======================
---  Related content ---
=========================*/


.related-content{
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    padding: 20px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    -moz-box-shadow: 15px -15px 0px 0px rgba(56,163,205,0.2);
    box-shadow: 15px -15px 0px 0px rgba(56,163,205,0.2);
}

.related-content:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.related-content--left {
    float: left;
    margin: 20px 30px 20px 0;

}

.related-content--right {
    float: right;
    margin: 20px 0 30px 20px;
}

.related-content--right:after,
.related-content--left:after {
    webkit-box-shadow: 0 3px 40px -5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 40px -5px rgba(0,0,0,.25);
    box-shadow: 0 3px 40px -5px rgba(0,0,0,.25);
}


.related-content__header {
    font-size: 13px;
    font-weight: 700;
    color: #444 ;
}

.related-content__img {
    max-width: unset ;
    display: block;
    width: 100%;
    margin:  0 0 15px;

}

.related-content__title {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}

/*=======================
-----FAQ PAge ----------
=========================*/

.faq-accordion-container{
    border-top: 1px solid #0cb8b6;
}

.faq-tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #0cb8b6;
    text-align: left;
    padding: 2% 25px 2% 0;
    color: #07706f; }
.faq-tab__title {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding-right: 10px;
}

.faq-tab__icon-container {
    display: flex;
    align-items: center;
}
.faq-tab__icon {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative; }
.faq-tab__icon::before {
    content: '';
    display: block;
    width: 15px;
    height: 0px;
    border-bottom: solid 2px #0cb8b6;
    position: absolute;
    bottom: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
.faq-tab__icon::after {
    content: '';
    display: block;
    width: 15px;
    height: 0px;
    border-bottom: solid 2px #0cb8b6;
    position: absolute;
    bottom: 7px; }
.is-open .faq-tab__icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
.is-open .faq-tab__icon::before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-bottom: solid 2px #0cb8b6;
    position: absolute;
    bottom: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.faq-tabpanel {
    padding: 15px 0;
}

@media (max-width: 480px){

    .faq-tab {
        padding: 3% 10px 3% 0;
    }

}


.static-page .btContentHolder h1.custom-post-title {
    margin-bottom: -15px !important;
}

/*=======================
-----   Main Form -------
=========================*/

.main-form {
    padding: 39px 0;
    position: relative;
    min-height: 550px;

}

.form-row {
    margin-bottom: 20px;
}

.main-form__picture {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.main-form__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: 100%;
    height: 550px;

}

.main-form__placeholder {

}

form p label {
    font-size: 15px;
}

.static-page .btContentHolder  form p {
    margin-top: 0;
}

.main-form form.wpcf7-form p span.wpcf7-not-valid-tip {
     margin: 0;
}

/*=======================
-----   Related posts -------
=========================*/


.related {
    margin: 0 auto 70px auto;
}

.related__title {
    font-size: 26px;
    text-align: left;
    line-height: 40px;
    color: #07706f;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    padding: 9px 0;
}


 .related__title:after {
    content: '';
    clear: both;
    width: 60px;
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 0 0 #f36438 inset;
    box-shadow: 0 2px 0 0 #f36438 inset;
}

.related-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.related-item {
    -webkit-box-shadow: 0 9px 48px 10px rgba(85,94,104,0.2);
    box-shadow: 0 9px 48px 10px rgba(85,94,104,0.2);
    border-radius: 5px;
    border: 1px solid rgba(85,94,104,0.2);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:  0 0 15px 0;
}

.related  .col:before {
    display: none;
}

.related .col {
    padding:  0 15px;   
    margin-bottom: 30px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}

.btContentHolder  .related  p {
    font-size: 16px;
    margin: 0 0 10px;
    color: #000;
    font-weight: normal;
    padding:  0 14px;

}
.related-item a {
    display: inline-block;
    color: #07706f;
    font-weight: 700; 
}

.related-item img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.related-item__title {
    font-size: 18px;
    padding: 10px 15px;
    
    color: #0cb8b6;
}
.related-item__link {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0 15px 15px 15px;
    margin-top: auto;

}

.home.static-page .btContentHolder h1.custom-post-title {
    margin-bottom: 17px !important;
}

@media (max-width: 600px ){
    .related .col {
        margin: 0 auto 20px auto;
        float: none;
    }

    .related__title {
        text-align: center;
    }
    .related__title:after {
        display: none;
    }
}

form.wpcf7-form input[type="tel"].error,
form.wpcf7-form input[type="text"].error,
form.wpcf7-form input[type="email"].error {
    -webkit-box-shadow: 0 0 0 2px #f36438 inset;
    box-shadow: 0 0 0 2px #f36438 inset;
}

._12 {
    font-size: 1.2em;
}

._14 {
    font-size: 1.4em;
}

.port ul {
    padding: 0;
    list-style: none;
}

.btWooCommerce {
    margin-top: 165px;
}

.btWooCommercebottomSpaced {
    margin-top: 165px;
}

.footer-social-icons {
    width: 350px;
    display: block;
    margin: 0 auto;
}

.social-sharing {
    padding: 30px 0;
}

.social-icon {
    color: #fff;
}

.social-icons.social-icons--sharing {
    margin: 0;
    padding: 0;
}

.social-icons.social-icons--sharing li{
    margin-right: 4px;
}

.social-icons.social-icons--sharing .fa-facebook {
    background-color: #3d5b99;
}

.social-icons.social-icons--sharing .fa-twitter {
    background-color: #00aced;
}

.social-icons.social-icons--sharing .fa-linkedin {
    background-color: #0073a4;
}

.social-icons.social-icons--sharing .fa-pinterest {
    background-color: #e60023;
}

ul.social-icons {
    margin-top: 10px;
}

.social-icons li {
    display: inline-block;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.fa-facebook {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
}



.fa-facebook:hover {
    background-color: #3d5b99;
    color: #fff;
}

.fa-twitter {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
}

.fa-twitter:hover {
    background-color: #00aced;
    color: #fff;
}


.fa-vimeo {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
}

.fa-vimeo:hover {
    background-color: #00aced;
    color: #fff;
}



.fa-youtube {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
}

.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-instagram {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
}

.fa-pinterest ,
.fa-linkedin {
    padding: 10px 14px;
    font-size: 16px;
}

.fa-linkedin:after {
    content: '\f0e1';
}

.fa-pinterest:after {
    content: '\f231';
}



.btSidebarRight .btSidebar {
    padding-top: 175px;
}

.socialRow {
    display: none;
}

.toc_list li:before {
    content: '-' !important;
    margin-right: 5px;
    font-weight: bold;
}

.bt_bb_wrapper ul li,
.bt_bb_wrapper ol li {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 5px;
}

.bt_bb_wrapper ul li:before {
    content: "•";
    color: #228f86;
    top: -2px;
    padding-right: 5px;
    font-weight: bold;
}

.main-footer .subdomains {
    text-align: center;
}

.main-footer .rowItem {
    margin-bottom: 15px;
}

.domains-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.main-footer .subdomains a {
    display: inline-block;
    padding: 7px 13px;
    text-transform: capitalize;
    color: #fff;
    transition: color .3s ease ;
}

.main-footer .subdomains a:hover {
    color: #07706f;;
}

.main-footer .menu li{
    display: block;
    text-align: center;
}

.main-footer .menu li a {
    display: inline-block;
    padding: 5px 15px;
}


.menu-mobile {
    display: none;
}

/*================  HEADER ==================*/



.custom-top-block .header {
    display: none;
}

.bt_bb_wrapper .slick-dots li::before {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .header.extralarge h1 {

line-height: 32px;
    margin-bottom: 15px;
    margin-top: 15px;
    }

    .custom-post-title {
        text-align: center !important;
    }

    .static-page .btContentHolder h2 {
        text-align: center !important;
    }

    .static-page .btContentHolder h3 {
        text-align: center !important;
    }

    .static-page .btContentHolder h4 {
        text-align: center !important;
    }
}

.btContent .port .header .dash h3 {
    text-align: center;
}

.static-page .btContentHolder h1 {
    font-size: 30px !important;
    text-align: left;
}

.static-page .btContentHolder h2 {
    font-size: 26px !important;
    text-align: left;
}

.static-page .btContentHolder .home-article h2.title-h2 {
	   text-align: center;
}


.static-page .btContentHolder h4 {
    font-size: 18px !important;
    text-align: left;
}



.static-page .btContentHolder ol {
    position: relative;
    display: flow-root;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.brdcrmbs {
    margin-top: 10px;
}

.brdcrmbs a {
    color: #07706f !important;
    font-size: 16px !important;
}


.reftoggle i {
    margin-left: 10px;
}

button.slick-arrow:hover {
    background-color: #0cb8b6 !important;
}

.bt_bb_gap_small .slick-list {
    margin-right: 50px;
    margin-left: 50px;
}

.static-page .btContentHolder .options li::before {
    display: none;
}

.current_page_item {
    display: none;
}

.get-lead .get-lead-button {
    margin: 0;
    cursor: pointer;;
    background-color: #f2362b;
    padding: 0 20px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
}

.get-lead .get-lead-discount {
    background-color: #228f86;
    padding: 0 20px;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
}

.get-lead {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50%;
    right: -122px;
    transform: rotate(90deg);
    z-index: 11;
    color: #fff;

    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    transition: top 0.5s;
}

.get-lead.visible {
    display: block;
}



.reftoggle {
    padding: 10px 10px 10px 10px;
    margin: 0;
    background: #fff;
    font-size: 13px;
    border: 2px solid #228f86;
    color: #228f86;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.reftoggle i:after {
    content: '\e804';
    font-family: FontAwesome;
    font-size: 13px;
    color: #0cb8b6;
    line-height: inherit;
}

.references {
    display: none;
}

div.simplePullQuote {
    box-shadow: none;
    border: 0;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0px;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0px;
    border-left: 15px solid #228f86;
    text-align: left;
    font-weight: normal;
    color: #228f86;
    background-color: #c9eeea;
    padding-top: 20px;
    padding: 25px;
    margin: 20px;
    margin-left: 20px;
    margin-left: 0;
    width: auto;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.btLightSkin,
.btDarkSkin .btLightSkin {
    color: #000;
}

.wpcf7-submit {
    background: #f36438 !important;
}

.wpcf7-submit:hover {
    background: #f36438 !important;
}



.bt_bb_wrapper a {
    color: #228f86;
    text-decoration: underline;
}

.bt_bb_fe_wrap .port .btText p a {
    color: #228f86 !important;
    text-decoration: underline;
}

.boldSection .wpcf7 {
    max-width: 500px;
    margin: 0 auto;
}


iframe {
    width: 100%;
    max-width: 555px;
    height: 300px;
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
}

.btArticleBody .bt_bb_wrapper img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.btArticleListItem .boldCell .btArticleListBodyContent img {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
}

.btArticleListItem .boldCell .btArticleListBodyContent h2 {
    font-size: 30px;
    line-height: 40px;
    color: #07706f;
}

.btArticleListItem .boldCell .btArticleListBodyContent p {
    font-size: 16px;
    margin: 0 0 10px;
}


.btBlogHeaderContent {
    display: none;
}


form.wpcf7-form textarea {
    height: 100px;
    max-height: 140px;
}

.bottomSpaced {
    padding-bottom: 40px;
}

.topSpaced {
    padding-top: 91px;
}

@media (max-width: 768px) {

    .page-meta {
        font-size: 15px;
    }


    .static-page .btContentHolder .alignleft {
        margin: 0 auto 20px auto;
        float: none;
        display: block;
    }

    .btContentHolder .alignleft {
        margin: 0 auto;
        float: none;
        display: block;
        width: 100%;
    }

    div#toc_container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {


    .topSpaced {
        padding-top: 8px;
    }


    .custom-top-block {
        background-position: 0 0 !important;
    }

    iframe {
        float: none;
        display: block;
        margin:  0 auto 25px auto;
        width: 100% !important;
    }


    .btContentWrap {
        margin-top: 75px !important;
    }

    .wpcf7-form input:not([type="checkbox"]):not([type="radio"]).wpcf7-submit {
        margin: 0 auto;
        position: relative;
        display: block;
    }

}


@media (max-width: 480px) {

    .audio-version__title {
        flex:  0 0 100%;
        margin:  0 0 15px 0;
    }

    .audio-version__audio {
        flex:  0 0 100%;
    }

    .audio-version audio {
        width: 100% !important;
    }

    .related-content {
        width: 100%;
    }

    .related-content--left,
    .related-content--right {
        float: none;
        margin: 20px 0 20px 0;
    }

    .slider-in-content--left,
    .slider-in-content--right {
        float: none;
        padding: 20px;
        margin: 20px 0 20px 0;
    }
}

.domains-col li {
    display: inline-block;
}