*
{
    margin: 0;
    padding: 0;
}


.usm-widget__body{
    display: none;
}

body {
    font-family: Arial, Regular, sans-serif;
    font-weight: normal;
}

p, h, ul, li, a {
    margin: 0;
    padding: 0;
}

a, a:hover, a:active {
    /*color: #fff;*/
    text-decoration: none;
}

header .navbar {
    padding: 0;
}

nav {
    padding-left: 24px;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    list-style-type: none;
    background-color: #fff;
    padding: 12px 23px 12px 18px;
    z-index: 5;
    top: 47px;
    left: -23px;
    border-radius: 5px;
    min-width: 200px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.nav .sub-menu::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: -5px;
    transform: translate(-50%, 0%) rotate(45deg);
    z-index: 3;
    background-color: #fff;
    left: 50%;
}

.nav .sub-menu a {
    color: #232323;
}

.nav .sub-menu li {
    padding-top: 4px;
    white-space: nowrap;
    font-weight: 500;
}

.nav .sub-menu a {
    font-size: 14px;
}

.nav > .menu-item {
    cursor: pointer;
    margin-right: 33px;
    font-size: 16px;
    color: #e5f1fd;
    list-style-type: none;
    position: relative;
    padding: 5px 0 5px;
}

.menu-item a {
    color: #e5f1fd;
}

.nav .menu-item:hover > .sub-menu {
    display: block;
}

.nav .sub-menu a {
    color: #232323;
}


.nav .menu-item .sub-menu li:hover > a {
    color: #2bb700;
}

header {
    background-color: #0052a5;
    padding: 8px 0 8px;
}

header .row {
    justify-content: center;
}

header .logo {
    margin-right: 172px;
    margin-left: 45px;
}

header .logo img {
    /*
    width: 272px;
    */
}

.btn-small {
    width: 290px;
    background-color: #0b9915;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 11px 0 13px;
    font-size: 22px;
    line-height: 30px;
    /*font-family: 'Calibri Bold';*/
    font-family: Calibri;
    font-weight: bold;
    transition: 0.3s;
}

.btn-small:hover {
    background-color: #1db929;
}

.static-link {
    color: #160fd7;
}

.static-link:hover {
    color: #160fd7;
    text-decoration: underline;
}

.navbar-toggler .header__button {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin: 5px;
}

.navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    flex-direction: column;
}

.navbar-toggler-icon {
    display: none;
}

.blue-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009ad0;
    width: 162px;
    padding: 6px 0;
    border-radius: 20px;
    transition: 0.3s;
    color: white;
}

.right-side-item .blue-button {
    width: 188px;
}

.blue-button:hover {
    background-color: #2bc6ff;
}

/*.current_page_item{*/
header .nav > .menu-item:last-child {
    font-weight: bold;
    position: relative;
    margin-right: 0;
    padding-right: 33px;
}

header .nav > .menu-item:last-child:hover .sub-menu {
    right: 0;
    left: initial;
}

header .nav > .menu-item:last-child:hover .sub-menu:before {
    left: initial;
    right: 40px;
}

.current_page_item.sub-menu {
    left: -120px;
}

.current_page_item.sub-menu::before {
    left: 62%;
}

header .card-body {
    background-color: transparent;
    border: none;
    padding: 5px 0px 5px 20px;
}

.responsive--collapse-item,
.responsive-collapse > li {
    border-bottom: 1px solid #004993;
}

.responsive--collapse-item a,
.responsive-collapse > li a {
    display: flex;
    padding: 10px 0 10px;
    font-weight: 700;
}

.responsive--collapse-item img,
.responsive-collapse > li img {
    transform: rotate(90deg);
}

.responsive-collapse {
    display: none;
    padding-top: 20px;
}

.responsive--collapse-item .transform--rotate,
.responsive-collapse > li .transform--rotate {
    transform: rotate(-90deg);
}

.responsive--collapse-item .card a,
.responsive-collapse > li .card a {
    font-weight: 500;
    padding: 7px 0 7px;
}

.responsive--collapse-item .card a:first-child,
.responsive-collapse > li .card a:first-child {
    padding-top: 0;
}

.responsive--collapse-item p,
.responsive-collapse > li p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: inherit;
}



@media (max-width: 1450px) {
    header .logo {
        margin-left: 0px;
        margin-right: 24px;
    }
}


@media (max-width: 1260px) {
    header .row {
        justify-content: left;
        padding-left: 50px;
        width: 100%;
    }
    /* header .navbar {
        display: block;
        width: 100%;
    } */
    .nav-item {
        margin-right: 10px;
    }
    .nav {
        display: flex;
        /* width: 100%; */
        justify-content: space-between;
    }
    .current_page_item{
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    header .navbar {
        display: flex;
        flex-direction: inherit;
        width: 100%;
    }
    header .navbar-toggler {
        margin-right: 30px;
        border-color: #fff;
    }
    .nav {
        flex-direction: column;
    }
    .nav .sub-menu {
        top: 0;
        left: 22%;
    }
    .nav .sub-menu::before {
        width: 10px;
        height: 10px;
        top: 20px;
        left: -2%;
    }
    #navbarSupportedContent .nav {
        display: none;
    }
    .responsive-collapse {
        display: block;
    }
}
/*
@media (max-width: 992px) {


@media (max-width: 992px) {
    .sub-menu {
        left: 27%;
    }
} */

@media (max-width: 576px) {
    header .navbar-toggler {
        margin-right: 0;
    }
    .nav .sub-menu {
        left: 40%;
    }
    header .row {
        padding-left: 15px;
    }
}

@media (max-width: 500px) {
    .nav .sub-menu {
        left: 50%;
    }

    .navbar.navbar-expand-xl .logo {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .navbar-expand-xl .logo img {
        width: 200px;
        max-width: initial;
    }
}

@media (max-width: 300px) {
    .navbar-expand-xl .logo img {
        width: 170px;
    }
}

@font-face {
    font-family: 'Franklin Gothic';
    src: url(./assets/fonts/FranklinGothicDemiCond.ttf);
    font-style: normal;
    font-display: swap;

}

/*@font-face {*/
/*    font-family: 'Arial Regular';*/
/*    src: url(./assets/fonts/ArialRegular.ttf);*/
/*    font-style: normal;*/
/*    font-display: swap;*/

/*}*/

/*@font-face {*/
/*    font-family: 'Arial Bold';*/
/*    src: url(./assets/fonts/ArialBold.ttf);*/
/*    font-weight: bold;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial Italic';*/
/*    src: url(./assets/fonts/ArialItalic.ttf);*/
/*    font-weight: normal;*/
/*    font-display: swap;*/

/*}*/

/*@font-face {*/
/*    font-family: 'Calibri Bold';*/
/*    src: url(./assets/fonts/CalibriBold.ttf);*/
/*    font-weight: bold;*/
/*    font-display: swap;*/

/*}*/

@font-face {
    font-family: 'Myriad Hebrew';
    src: url(./assets/fonts/MyriadHebrewBold.otf);
    font-weight: bold;
    font-display: swap;

}
.footer-underline {
    border-top: 1px solid #adadad;
}

footer {
    padding-top: 25px;
}

footer p {
    padding-bottom: 27px;
}

footer a {
    color: #232323;
    margin-right: 12px;
}

footer a:hover {
    color: #232323;
    text-decoration: underline;
}

.footer-hosting {
    color: #77b6d3;
    font-size: 14px;
    line-height: 21px;
}

.copyright {
    padding-top: 27px;
    font-size: 14px;
    line-height: 21px;
}

.blog p {
    font-size: 20px;
    line-height: 30px;
}

.blog .static-link {
    text-decoration: underline;
}

.blog .static-link:hover {
    text-decoration: none;
}

.blog-text-container {
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start;
}

.blog-text-container img {
    margin-right: 6px;
    margin-top: 4px;
}

.blog p {
    margin-bottom: 31px;
    letter-spacing: -0.003em;
}

.blog-text-container p {
    margin-bottom: 0;
    padding-right: 44px;
}

.author-info img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.blog-container {
    margin-bottom: 40px;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
}

.blog-container span {
    font-weight: bold;
}

.blog p {
    font-size: 20px;
    line-height: 30px;
}

.blog .static-link {
    text-decoration: underline;
}

.blog-text-container {
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start;
}

.blog-text-container img {
    margin-right: 6px;
    margin-top: 4px;
}

.blog p {
    margin-bottom: 31px;
    letter-spacing: -0.003em;
}

.blog-text-container p {
    margin-bottom: 0;
    padding-right: 44px;
}

.author-info img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.blog-container {
    margin-bottom: 40px;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
}

.blog-container span {
    font-weight: bold;
}

.form form {
    display: flex;
    flex-direction: column;
}

input {
    width: 100%;
}

.btn-small {
    background-color: #008acf;
    border: none;
    color: #fff;
    text-transform: inherit;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -0.003em;
    margin: 29px 0 86px;
    padding: 13px 0 11px;
    cursor: pointer;
}

.btn-small:hover {
    background-color: #019eed;
}

input, textarea {
    padding: 13px 20px;
    background-color: #fafafa;
    border: 1px solid #ababab;
    border-radius: 10px;
    margin-bottom: 18px;
}

textarea {
    height: 213px;
}

input:focus, textarea:focus {
    outline: none;
}

label {
    margin-left: 15px;
    font-size: 22px;
    margin-bottom: 5px;
}

label.required:before
{
    color: red;
    content: "*";
    position: absolute;
    left: 18px;
}

.form .col-lg-10 {
    padding-right: 60px;
}

.form img {
    display: block;
    margin-top: 24px;
}
.my-website {
    color: #3b516f;
    background-color: #d6f5ff;
    padding: 62px 0 39px;
}

.my-website h1 {
    font-family: 'Franklin Gothic';
    font-size: 55px;
    line-height: 45px;
    margin: auto;
    margin-bottom: 41px;
    letter-spacing: -0.0015em;
}

.my-website h3 {
    font-size: 28px;
    padding-left: 28px;
    letter-spacing: -0.003em;
    font-family: inherit;
}

.why-create {
    padding: 55px 0 77px;
}

.why-create p {
    padding-left: 7px;
    letter-spacing: -0.003em;
}

.why-create-image {
    padding-left: 0;
    margin-left: -12px;
}

.why-create .container, best-builders .container {
    padding: 0 50px;
}

.why-create h2, .best-builders h2 {
    padding: 88px 0 37px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 3px;
}

.best-builders h2 {
    padding-top: 0px;
}

.why-create p, .best-builders p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.003em;
}

.did-create p {
    padding-bottom: 30px;
    letter-spacing: -0.003em;
}

.btn-about {
    margin-top: 17px;
}

.btn-small {
    width: 290px;
    background-color: #0b9915;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 13px 0 11px;
    font-size: 22px;
    line-height: 30px;
    /*font-family: 'Calibri Bold';*/
    font-family: Calibri;
    font-weight: bold;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #086b0f;
    box-sizing: border-box;
}

.btn-small:hover {
    background-color: #1db929;
}

.size-item {
    padding-bottom: 75px;
}

.best-builders__text {
    padding: 0;
    border-top: 1px solid #dddddd;
    padding: 47px 50px 0 50px;
}

.best-builders__description {
    text-align: center;
    margin-top: 64px;
    padding-bottom: 67px;
}

.best-builders__description a h4,.best-builders__description h4 a {
    color: black;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.best-builders__description a h4:hover {
    text-decoration: none;
}

.best-builders .best-builders__description:last-child {
    padding-right: 0;
}

.best-builders__description-item {
    position: relative;
    min-height: 250px;
    background-color: #d9f4ff;
    text-align: left;
    padding: 13px 21px;
    border-radius: 5px;
}

.best-builders__description-item::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    background-color: #d9f4ff;
    right: 46%;
    transform: rotate(45deg);
}

.best-builders__description-item.bgcolor-green::before {
    background-color: #d9ffe9;
}

.best-builders__description-item.bgcolor-purple::before {
    background: #efddfb;
}

.question-container {
    padding: 36px 42px 38px 42px;
    margin-bottom: 78px;
    border: 8px solid #87d0f2;
    margin-top: 13px;
    border-radius: 10px;
}

.question-container h2 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.question-container p {
    /*font-family: "Arial Regular";*/
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.003em;
}

.static-link {
    color: #160fd7;
}

.static-link:hover {
    color: #160fd7;
    text-decoration: underline;
}


.bgcolor-green {
    background-color: #d9ffe9;
    margin-bottom: 2px;
}

.bgcolor-purple {
    background-color: #efddfb;
    margin-top: 4px;
}

.best-builders-description__title {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purple-item {
    margin-top: 59px;
}

.purple-item h4:last-child {
    padding: 0 10px;
}

@media (max-width: 1260px) {
    .best-builders__description-item {
        min-height: 289px;
    }
    .best-builders-description-title__row {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
    }

}

@media (max-width: 992px) {
    .why-create-image {
        text-align: center;
        margin-top: 20px;
    }
    .best-builders__description-item {
        min-height: inherit;
    }
    .best-builders__description {
        margin-top: 0px;
        padding-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .why-create h2, .best-builders h2 {
        line-height: 45px;
    }
}

@media (max-width: 576px) {
    .question-container {
        margin: 13px 15px 78px;
    }
    .why-create-image img {
        width: 100%;
    }
    .my-website h3, .why-create p {
        padding-left: 0;
    }
    .why-create-image {
        margin-left: 0;
    }
    .best-builders .best-builders__description:last-child {
        padding-right: 15px
    }
    .my-website h1 {
        line-height: 55px;
    }
    .why-create .container, best-builders .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .best-builders__text {
        padding: 0px 15px 30px 15px;
    }
    .my-website {
        padding-top: 45px;
    }
    .my-website h1 {
        margin-bottom: 30px;
    }
    .why-create h2, .best-builders h2 {
        padding: 45px 0 30px;
    }
    .why-create {
        padding-bottom: 55px;
    }
}
h1 {
    font-family: 'Franklin Gothic';
    font-size: 54px;
}

h2 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
}

h3 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

h4 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

p {
    line-height: 30px;
}

section .container-fluid {
    width: 77.5%;
}

.prons-cons .container-fluid {
    width: 77%;
}

header .row {
    margin-left: -15px;
}

.prons-cons-bold {
    font-size: 24px;
    letter-spacing: -0.003em;
}

.color-back-yellow {
    background-color: #fcffe3;
}

.prons-cons a {
    color: #000;
    text-decoration: underline;
}

.prons-cons h1 {
    margin-top: 52px;
    margin-bottom: 15px;
    letter-spacing: -0.003em;
}

.prons-cons .color-back-yellow {
    margin: 22px 0 20px;
    font-size: 12px;
    letter-spacing: -0.003em;
    padding-left: 14px;
}

.post-info, .count-comments {
    margin-left: 20px;
}

.wix-editors h2 {
    margin-bottom: 38px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    margin-top: 61px;
}

.wix-editors img {
    width: 100%;
    margin-bottom: 2px;
}

.wix-editors h3 {
    margin-top: 68px;
    margin-bottom: 29px;
}

.wix-editors h4 {
    margin-top: 19px;
    margin-bottom: 25px;
}

.wix-editors .subtitle-img {
    font-size: 14px;
    color: #7e7e7e;
    margin: 0;
    text-align: center;
    margin-bottom: 18px;
}

.wix-editors .margin--left {
    margin-left: -5px;
}

.advantages {
    text-align: center;
    border-radius: 5px;
    padding: 23px 0px;
    margin-right: 6px;
}

.advantages p {
    margin-bottom: 4px;
}

.advantages img {
    width: 75px;
    height: 75px;
    margin-bottom: 17px;
}

.advantages-green {
    background-color: #c1f2c4;
}

.advantages-green img {
    height: auto;
    margin-left: -3px;
    margin-top: -10px;
}

.advantages-red {
    background-color: #f2c3c9;
}

.goes-to {
    color: #1abe01;
    text-align: center;
    border-top: 1px solid #dddddd;
    margin-top: 39px;
}

.goes-to h4 {
    margin-top: 24px;
}

.wix-editors .margin--top {
    margin-top: 35px;
}

.btn-small {
    background-color: #0b9915;
    /*font-family: 'Calibri Bold';*/
    font-family: Calibri;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    /*margin-top: 41px;*/
}

.btn-small:hover {
    background-color: #1db929;
}

.section-main {
    padding-bottom: 27px;
}

.right-side-item  h5 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
}

.right-side-item {
    margin-top: -2px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    flex: 1 1 auto;
}

.right-side-item img {
    width: 100%;
}

.right-side-item .blue-button {
    margin-top: 6px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 2px 3px 0px rgb(34 60 80 / 20%);
}

.wix-pricing {
    padding-top: 13px;
}

.wix-pricing .blue-button {
    width: 188px;
}

.right-side-item ul, .right-side-item ol {
    list-style-type: decimal;
    padding-top: 12px;
    padding-bottom: 12px;
}


.question-img {
    background-image: url('/wp-content/uploads/2021/04/question-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.table-wix table {
    width: 99%;
    border: 1px solid rgba(000, 000, 000, 0.2);
    text-align: center;
    margin-bottom: 16px;
}

.table-wix table .blue-button {
    margin: auto;
    margin-bottom: 14px;
    box-shadow: 1px 2px 3px 0px rgb(34 60 80 / 20%);
}

.table-wix table td {
    border: 1px solid rgba(000, 000, 000, 0.2);
    padding: 10px 0 9px;
}

.table-wix table td:nth-child(2) {
    width: 25%;
}

.table-wix .line--height {
    line-height: 26px;
    margin: 0;
    font-size: inherit;
}

/* update */

.table-wix .blue-button {
    font-weight: 400;
}

.second-table table .blue-button {
    margin-bottom: 13px;
}

.second-table .blue-button {
    font-weight: 400;
}

.second-table .line--height {
    line-height: 24px;
}

.table-wix .padding--td-list {
    padding: 12px 0 14px;
}

.second-table .padding--td-list {
    padding: 15px 0 17px;
}

.table-wix table th {
    border: 1px solid rgba(000, 000, 000, 0.2);
}

.table-wix table td .link-table:hover {
    text-decoration: none;
    color: #0051c0;
    cursor: pointer;
}

.second-table--margin {
    margin: 64px 0 57px;
}

.second-table table tr th:nth-child(1) {
    width: 78.5%;
}

.second-table table tr th:nth-child(3) {
    padding: 0 8px;
}

.second-table table tr th:nth-child(4) {
    padding: 0 7px;
}

.margin-title-h2 {
    margin: 60px 0 39px;
}

.summary-text {
    font-size: 20px;
    letter-spacing: -0.003em;
    margin-bottom: 40px;
}

.side-reward {
    margin-left: -6px;
}

.arial-bold {
    font-size: 18px;
    line-height: 30px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    width: 50%;
}

.question-img:hover::before {
    content: attr(data-title);
    position: absolute;
    width: 253px;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    /*font-family: "Arial Regular";*/
    font-family: Arial, sans-serif;
    font-weight: normal;
    background-color: #fbffd4;
    top: -127px;
    left: 18px;
    border-radius: 10px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
}

.question-img:hover::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fbffd4;
    transform: rotate(45deg);
    top: 0px;
    left: 44%;
    z-index: 2;
}

.question-img-first-table:hover::before {
    left: 60px;
}

.image-container {
    width: 100%;
    height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    padding-top: 5px;
}

.color-green {
    color: #01d41a;
}

.color-red {
    color: #ff0101;
}

.link-table {
    color: #0051c0;
    text-decoration: underline;
}

.table-subtitle, p.table-subtitle {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.advantages-builder {
    margin-top: 33px;
    font-size: 20px;
    margin-bottom: 40px;
}

.advantages-builder__item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.advantages-builder__item img {
    margin-right: 13px;
    width: 24px;
    height: 33px;
}

.advantages-builder__item p {
    line-height: 27px;
}

.pricing-block .static-link, .side-reward .static-link {
    text-decoration: underline;
}

.pricing-block .static-link:hover, .side-reward .static-link:hover {
    text-decoration: none;
}

.social-link {
    display: flex;
    padding: 6px 0;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    width: 112px;
    margin-right: 5px;
    color: #fff;
}

.social-link i {
    padding-right: 10px;
}

.share-post h3 {
    margin: 25px 23px 25px 0;
}

.social-link.color-facebook {
    background-color: #3a579a;
}

.social-link.twitter-color {
    background-color: #00abf0;
    width: 99px;
}

.social-link.linkedin-color {
    background-color: #127bb6;
    width: 108px;
}

/*.share-post-container {*/
/*    border-top: 1px solid #dddddd;*/
/*    border-bottom: 1px solid #dddddd;*/
/*    padding: 5px 15px 3px;*/
/*}*/

.about-author-text h4 {
    margin-top: 9px;
    margin-bottom: 13px;
}

/*.about-author-text .static-link {*/
/*    text-decoration: underline;*/
/*}*/

.about-author-text a {
    text-decoration: underline;
}

.about-author-text .static-link:hover {
    text-decoration: none;
}

.about-author-wrapp {
    padding: 30px 48px 38px 37px;
    border-bottom: 1px solid #dddddd;
}

.about-author .logo-author {
    margin-right: 30px;
}

.about-author p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.003em;
}

.user-info h5 {
    margin: 0;
}

.user-info__date {
    /*font-family: 'Arial Italic';*/
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
}

.user-info-wrapp {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.user-info-text {
    padding: 19px 18px 7px;
    border: 1px solid rgba(000, 000, 000, 0.2);
    border-radius: 8px;
    width: 99%;
}

.user-info-text .static-link {
    color: #2998cd;
}

.user-info-text .static-link:hover {
    color: #2998cd;
}

.right-side-item__up {
    border: 10px solid transparent;
    border-bottom: 10px solid #d4d4d4;
    margin-top: -2px;
    margin-right: -10px;
    cursor: pointer;
}

.right-side-item__down {
    border: 10px solid transparent;
    border-top: 10px solid #d4d4d4;
    margin: 0px -10px 0 0px;
    cursor: pointer;
}

.right-side-item__up:hover {
    border-bottom: 10px solid #aaaaaa;
}

.right-side-item__down:hover {
    border-top: 10px solid #aaaaaa;
}

.side-item-navigation {
    padding-bottom: 3px;
    /* padding-left: 20px; */
    padding-left: 0;
    background-color: #fff;
}

.user-info-text p {
    white-space: pre-line;
    letter-spacing: 0.051em;
    margin-bottom: 10px;
    line-height: 22px;
}

.form h3 {
    margin: 37px 0 38px;
}

.form label {
    margin-left: 0;
}

.form label::before {
    display: none;
}

.padding--right {
    padding-right: 22px;
}

.wix-editors .margin--bottom-text {
    margin-bottom: 29px;
}

.wix-editors .margin--bottom-text .static-link:hover {
    text-decoration: none;
}

.form .btn-small {
    margin-top: 28px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: initial;
    margin-bottom: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 15px;
}

.btn-blue {
    background-color: #008acf;
    border: none;
}

.btn-blue:hover {
    background-color: #00a6fa;
}

footer {
    padding-top: 21px;
}

footer p {
    padding-bottom: 22px;
}

.active {
    color: #2bb700;
    position: relative;
    font-weight: 700;
}

.active::before {
    content:'';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2bb700;
    left: -34px;
    top: 8px;
    transform: rotate(-90deg);
}

.position--relative {
    position: relative;
}

.site_navigation a {
    color: inherit;
}

table tr:nth-child(even) {
    background-color: #f3fcfd;
}

.honourable {
    width: 168px;
}

.responsive-commerc {
    display: none;
    justify-content: center;
    margin-bottom: 12px;
}

.responsive-commerc .right-side-item {
    position: relative;
    padding-top: 35px;
    padding-bottom: 56px;
}

.responsive-commerc .right-side-item a {
    position: absolute;
    bottom: 10px;
}

.responsive-commerc .right-side-item h5 {
    position: absolute;
    top: 10px;
}

.responsive-commerc .right-side-item:first-child {
    margin-left: 0;
    margin-right: 8px;
}

.responsive-commerc .right-side-item {
    margin-left: 8px;
}

.site_navigation {
    overflow-y: hidden;
    width: 200px;
    padding-left: 32px;
    margin-left: 0px;
    height: 192px;
}


@media (max-width: 1366px) {
    .blog-text-container {
        flex-direction: column;
    }
    .blog-text-container img {
        margin: auto;
        margin-top: 20px;
    }

    .blog-text-container div:not([data-anchor-title]) {
        margin: 20px auto 0;
    }

    .work-example {
        width: 100%;
    }
    .right-side-item img {
        width: 100%;
    }
    section .container-fluid, .prons-cons .container-fluid {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .side-item-navigation {
        width: 225px !important;
        padding-right: 0;
    }
}

@media (max-width: 1100px) {
    .side-item-navigation {
        width: 225px !important;
        padding-right: 0;
    }

    .position--relative {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #navSide {
        /*display: none;*/
        display: block;
    }
    .responsive-commerc {
        display: flex;
    }
    .position--relative {
        /*display: none;*/
        display: block;
    }
    .image-container img {
        width: 100%;
    }
    .blue-button {
        width: 120px;
    }
    .prons-cons .color-back-yellow {
        line-height: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media (max-width: 768px) {
    .second-table table .blue-button {
        display: none;
    }
    .second-table table tr th:nth-child(1) {
        width: 50%;
    }
    .margin-title-h2 {
        line-height: 40px;
    }
}

@media (max-width: 665px) {
    .blog-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .share-post-container h3 {
        width: 100%;
    }
    .share-post-container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding-bottom: 30px;
    }
    .wix-editors h2 {
        line-height: 45px;
    }
}

@media (max-width: 550px) {
    .about-author-wrapp {
        flex-wrap: wrap;
    }
    .blog-text-container img {
        width: 100%;
    }
    section .container-fluid, .prons-cons .container-fluid {
        width: 100%;
    }
    .blog-container .author-info {
        margin-bottom: 10px;
    }
    .blog-container .post-info {
        margin-left: 0;
    }
    .blog-text-container p {
        padding-right: 0;
    }
    .wix-editors .margin--left {
        margin-left: 0;
    }
    .form img {
        display: block;
        margin: auto;
        margin-top: 24px;
        width: inherit;
    }
    .about-author-wrapp {
        padding: 30px 15px 38px 15px;
    }
}

@media (max-width: 516px) {
    .responsive-commerc .right-side-item:first-child {
        margin-right: 0;
        margin-left: 8px;
    }
    .prons-cons h1 {
        margin-top: 40px;
        line-height: 55px;
    }
    .wix-editors h2, .wix-editors h3 {
        margin-top: 45px;
    }
    .wix-editors h2 {
        margin-bottom: 29px;
    }
    #shopify-block h4 {
        margin-top: 40px;
    }
    .second-table--margin {
        margin: 45px 0 30px;
    }
    .section-main {
        padding-bottom: 0;
    }
    .form h3 {
        padding: 45px 0 30px;
    }
}


@media (max-width: 450px) {
    .social-link {
        margin-bottom: 10px;
    }
    .logo img {
        width: 70%;
    }
    .blue-button {
        width: 82px;
    }
    .arial-bold {
        font-size: 12px;
    }
    .form .btn-small {
        width: inherit;
    }
    .responsive-commerc .right-side-item {
        margin-left: 0;
    }
}
h1 {
    font-family: 'Franklin Gothic';
    font-size: 54px;
}

h3 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

h4 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

p {
    line-height: 30px;
}

section .container-fluid {
    width: 77.5%;
}

.prons-cons .container-fluid {
    width: 77%;
}

header .row {
    margin-left: -15px;
}

.prons-cons-bold {
    font-size: 24px;
    letter-spacing: -0.003em;
}

.color-back-yellow {
    background-color: #fcffe3;
}

.prons-cons a {
    color: #000;
    text-decoration: underline;
}

.prons-cons h1 {
    margin-top: 52px;
    margin-bottom: 15px;
    letter-spacing: -0.003em;
}

.prons-cons .color-back-yellow {
    margin: 22px 0 20px;
    font-size: 12px;
    letter-spacing: -0.003em;
    padding-left: 14px;
}

.post-info, .count-comments {
    margin-left: 20px;
}

.wix-editors .static-link:hover, .weebly-block .static-link:hover, .about-author-text .static-link:hover {
    text-decoration: none;
}

.wix-editors h2 {
    margin-bottom: 63px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    margin-top: 51px;
}

/*.wix-editors img {*/
/*    margin-left: 32px;*/
/*    width: 91.5%;*/
/*    margin-bottom: 3px;*/
/*}*/

p.subtitle-text-img {
    text-align: center;
    font-size: 14px !important;
    line-height: 30px;
    color: #7e7e7e;
    margin-bottom: 20px !important;
}

.wix-editors h3 {
    margin-top: 51px;
    margin-bottom: 31px;
}

.wix-editors h4 {
    margin-top: 43px;
    margin-bottom: 25px;
}

.prons-cons-table__item {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    margin-left: 4px;
}

.check-table h4 {
    color: black;
    margin-top: 34px;
    /*letter-spacing: -0.08em;*/
    margin-bottom: 17px;
}

.check-table__item p {
    margin-bottom: 0;
}

.check-table__item img {
    width: 16px;
    height: 16px;
    margin-right: 13px;
}

.prons-cons-table__item p {
    margin-bottom: 0;
}

.prons-cons-table__item img {
    width: 16px;
    height: 16px;
    margin-right: 13px;
}

.prons-cons-table-pros h4 {
    color: #1abe01;
    margin-top: 34px;
    letter-spacing: -0.08em;
    margin-bottom: 17px;
}

.prons-cons-table-cons h4 {
    color: #ff1511;
    margin-top: 53px;
    margin-bottom: 24px;
    letter-spacing: -0.08em;
}

.blog-note {
    background-color: #e3fff9;
    display: flex;
    align-items: center;
    padding: 20px;
    padding-bottom: 24px;
    margin-top: 22px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 56px;
}

.blog-note-text {
    margin-left: 26px;
    letter-spacing: -0.0018em;
}

.blog-note span {
    font-weight: bold;
}

.blog-note img {
    width: 46px;
    height: 46px;
}

.section-main h3 {
    margin-bottom: 31px;
}

.btn-small {
    background-color: #0b9915;
    /*font-family: 'Calibri Bold';*/
    font-family: Calibri;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    /*margin-top: 41px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #086b0f;
    box-sizing: border-box;
}

.btn-small:hover {
    background-color: #1db929;
}

.btn-blue {
    background-color: #008acf;
    border: none;
}

.btn-blue:hover {
    background-color: #00a6fa;
}

.section-main {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 37px;
}

/*.section-main p a.static-link:hover {*/
/*    text-decoration: none;*/
/*}*/

.right-side-item  h5 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
}

.right-side-item {
    margin-top: -2px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    flex: 1 1 auto;
}

.right-side-item img {
    width: 100%;
}

.right-side-item .blue-button {
    margin-top: 6px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 2px 3px 0px rgb(34 60 80 / 20%);
}

.wix-pricing {
    padding-top: 13px;
}

.wix-pricing .blue-button {
    width: 188px;
}

.right-side-item ul, .right-side-item ol {
    list-style-type: decimal;
    padding-top: 12px;
}

.site_navigation li:hover {
    color: #2bb700;
    cursor: pointer;
    position: relative;
}

.site_navigation li:hover::before {
    content:'';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2bb700;
    left: -34px;
    top: 8px;
    transform: rotate(-90deg);
}

.site_navigation li {
    padding-bottom: 6px;
}

.work-example {
    margin-top: 37px;
    margin-left: 15px;
}

.comparison h3 {
    text-align: center;
    margin: 50px 0 39px;
}

.comparison table {
    width: 99%;
    border: 1px solid #d7e1e4;
}
@media (max-width: 500px){
    .comparison table {
        width: 97%;
        margin: 7px;
    }
}

.comparison table span {
    color: #01d41a;
}

.comparison table tr th, .comparison table td {
    border: 1px solid #d7e1e4;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 7.5px;
}

.comparison table .web-builder-title {
    text-align: left;
    padding-left: 10px;
}

.comparison th {
    background-color: #d9f6ff;
}

.comparison td {
    background-color: #f8fbfd;
}

.comparison tr:nth-child(odd) td {
    background-color: #e5f8fd;
}

.social-link {
    display: flex;
    padding: 6px 0;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    width: 112px;
    margin-right: 5px;
    color: #fff;
}

.social-link i {
    padding-right: 10px;
}

.share-post h3 {
    margin: 25px 23px 25px 0;
}

.social-link.color-facebook {
    background-color: #3a579a;
}

.social-link.twitter-color {
    background-color: #00abf0;
    width: 99px;
}

.social-link.linkedin-color {
    background-color: #127bb6;
    width: 108px;
}

.comparison-wrapp {
    padding-bottom: 72px;
    width: 100%;
}

.share-post-container {
    border-top: 0;
    border-bottom: 1px solid #dddddd;
    padding: 5px 15px 3px;
}

.about-author-text h4 {
    margin-top: 9px;
    margin-bottom: 13px;
}

.about-author-text .static-link {
    text-decoration: underline;
}

.about-author-wrapp {
    padding: 30px 48px 38px 37px;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}

.about-author .logo-author {
    margin-right: 30px;
}

.about-author p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.003em;
}

.user-info h5 {
    margin: 0;
}

.user-info__date {
    /*font-family: 'Arial Italic';*/
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
}

.user-info-wrapp {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.user-info-text {
    padding: 19px 18px 7px;
    border: 1px solid rgba(000, 000, 000, 0.2);
    border-radius: 8px;
    width: 99%;
}

.user-info-text .static-link {
    color: #2998cd;
}

.user-info-text .static-link:hover {
    color: #2998cd;
}

.right-side-item__up {
    border: 10px solid transparent;
    border-bottom: 10px solid #d4d4d4;
    margin-right: -10px;
    margin-top: -2px;
    cursor: pointer;
}

.honourable {
    width: 168px;
}

.right-side-item__down {
    border: 10px solid transparent;
    border-top: 10px solid #d4d4d4;
    margin: 0px -10px 0 0px;
    cursor: pointer;
}

.right-side-item__up:hover {
    border-bottom: 10px solid #aaaaaa;
}

.right-side-item__down:hover {
    border-top: 10px solid #aaaaaa;
}

.side-item-navigation {
    padding-bottom: 3px;
    /* padding-left: 20px; */
    padding-left: 0px;
    background-color: #fff;
}

.comment h4 {
    margin: 40px 0 44px;
}

.comment .logo-user {
    margin-right: 3px;
}

.comment-answer {
    margin-left: 50px;
}

.user-info-text p {
    white-space: pre-line;
    letter-spacing: 0.051em;
    margin-bottom: 10px;
    line-height: 22px;
}

.comment-item {
    margin-bottom: 20px;
    margin-top: 20px;
}

.form h3 {
    /*margin: 30px 0 38px;*/
    margin: 0;
}

.form label {
    margin-left: 0;
}

.form label::before {
    display: none;
}

.padding--right {
    padding-right: 22px;
}

.form .btn-small {
    margin-top: 28px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: initial;
    margin-bottom: 63px;
}

footer {
    padding-top: 21px;
}

footer p {
    padding-bottom: 22px;
}


.position--relative {
    position: relative;
}

.site_navigation a {
    color: inherit;
}

.site_navigation {
    overflow-y: hidden;
    width: 200px;
    padding-left: 32px;
    margin-left: 0px;
    height: 192px;
}

.responsive-commerc {
    display: none;
    justify-content: center;
    margin-bottom: 12px;
}

.responsive-commerc .right-side-item {
    position: relative;
    padding-top: 35px;
    padding-bottom: 56px;
}

.responsive-commerc .right-side-item a {
    position: absolute;
    bottom: 10px;
}

.responsive-commerc .right-side-item h5 {
    position: absolute;
    top: 10px;
}

.responsive-commerc .right-side-item:first-child {
    margin-left: 0;
    margin-right: 8px;
}

.responsive-commerc .right-side-item {
    margin-left: 8px;
}


@media (max-width: 1366px) {
    .blog-text-container {
        flex-direction: column;
    }
    .blog-text-container img {
        margin: auto;
        margin-top: 20px;
    }
    .work-example {
        width: 100%;
    }
    .right-side-item img {
        width: 100%;
    }
    section .container-fluid, .prons-cons .container-fluid {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .side-item-navigation {
        width: 225px !important;
        padding-right: 0;
    }
}

@media (max-width: 1100px) {
    .side-item-navigation {
        width: 225px !important;
        padding-right: 0;
    }

    .position--relative {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #navSide {
        /*display: none;*/
        display: block;
    }
    .position--relative {
        /*display: none;*/
        display: block;
    }
    .responsive-commerc {
        display: flex;
    }
    .prons-cons .color-back-yellow {
        line-height: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media (max-width: 665px) {
    .blog-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .share-post-container h3 {
        width: 100%;
    }
    .share-post-container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding-bottom: 30px;
    }
    .wix-editors h2 {
        line-height: 45px;
    }
}

@media (max-width: 550px) {
    .about-author-wrapp {
        flex-wrap: wrap;
        padding: 30px 15px 38px 15px;
    }
    section .container-fluid, .prons-cons .container-fluid {
        width: 100%;
    }
    .author-info {
        margin-bottom: 10px;
    }
    .blog-text-container p {
        margin-right: 0;
        padding-right: 0;
    }
    .wix-editors img {
        width: 100%;
        margin-left: 0;
    }
    .work-example {
        margin-left: 0;
    }
    .btn-small {
        padding-top: 15px;
    }
    .form img {
        display: block;
        margin: auto;
        margin-top: 24px;
        width: inherit;
    }
    .post-info {
        margin-left: 0;
    }
    .blog-text-container img {
        width: 100%;
    }
}

@media (max-width: 516px) {
    .responsive-commerc .right-side-item:first-child {
        margin-right: 0;
        margin-left: 8px;
    }
    .prons-cons h1 {
        margin-top: 40px;
        line-height: 55px;
    }
    .wix-editors h2, .wix-editors h3 {
        margin-top: 45px;
    }
    .wix-editors h2 {
        margin-bottom: 29px;
    }
    #webflow-block {
        margin-bottom: 25px;
    }
    .blog-note {
        margin-bottom: 50px;
    }
}

@media (max-width: 450px) {
    .social-link {
        margin-bottom: 10px;
    }
    .btn-small {
        /*width: inherit;*/
    }
    .responsive-commerc .right-side-item {
        margin-left: 0;
    }
}

.about .col-lg-5 {
    padding-right: 15px;
}

.about-text {
    padding-bottom: 37px;
}

.about-text p {
    padding-right: 61px;
}

.about-text img {
    margin-left: -54px;
}

.contact_us p {
    padding-right: 25px;
}


@media (max-width: 992px) {
    .about img {
        margin: auto;
        display: block;
        margin-top: 52px;
    }
}

@media (max-width: 768px) {
    .form .col-lg-10 {
        padding-right: 15px;
    }
    .margin--left {
        margin-left: -15px;
    }
    .contact_us p {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .btn-small {
        display: block;
        margin: 26px auto 86px;
    }
    .form img {
        display: block;
        margin: auto;
    }
    .about-text p {
        padding-right: 0;
    }
    .about img {
        width: 100%;
    }
    .about h1 {
        margin: 40px 0 15px;
        line-height: 55px;
    }
    h2 {
        /*margin: 45px 0 30px;*/
    }
    h3 {
        /*margin-top: 45px;*/
    }
}
footer .menu-item a {
    color: #232323;
}
#navbarFooterMenu ul {
    justify-content: center;
    flex-direction: row;
}
.comment-metadata {
    padding-left: 35px;
    font-style: italic;
}
.comment-content {
    padding: 19px 18px 7px;
    border: 1px solid rgba(000, 000, 000, 0.2);
    border-radius: 8px;
    width: 99%;
}

/*.reply {*/
/*    padding: 10px 30px 10px 30px;*/
/*}*/

.reply:before {
    content: url('./assets/images/replay-icon.png');
    padding-right: 8px;
}
#comment {
    width: 100%;
}
#commentform #submit {
    margin-top: 28px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: initial;
    margin-bottom: 53px;
}
.site_navigation li:hover {
    color: #2bb700;
    cursor: pointer;
    position: relative;
}

.site_navigation li:hover::before {
    content:'';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2bb700;
    left: -34px;
    top: 8px;
    transform: rotate(-90deg);
}

.site_navigation li {
    padding-bottom: 6px;
}
.active {
    color: #2bb700!important;
    position: relative;
    font-weight: 700;
}

.active::before {
    content:'';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2bb700;
    left: -21%;
    top: 43%;
    transform: rotate(-90deg);
}

#navSide {
    position: sticky;
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}










.wix-editors h2 {
    margin-bottom: 38px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    margin-top: 61px;
}

.wix-editors img {
    width: 100%;
    margin-bottom: 2px;
}

.wix-editors h3 {
    margin-top: 68px;
    margin-bottom: 29px;
}

.wix-editors h4 {
    margin-top: 19px;
    margin-bottom: 25px;
}

.wix-editors .subtitle-img {
    font-size: 14px;
    color: #7e7e7e;
    margin: 0;
    text-align: center;
    margin-bottom: 18px;
}

.wix-editors .margin--left {
    margin-left: -5px;
}

.advantages {
    text-align: center;
    border-radius: 5px;
    padding: 23px 0px;
    margin-right: 6px;
}

.advantages p {
    margin-bottom: 4px;
}

.advantages img {
    width: 75px;
    height: 75px;
    margin-bottom: 17px;
}

.advantages-green {
    background-color: #c1f2c4;
}

.advantages-green img {
    height: auto;
    margin-left: -3px;
    margin-top: -10px;
}

.advantages-red {
    background-color: #f2c3c9;
}

.goes-to {
    color: #1abe01;
    text-align: center;
    border-top: 1px solid #dddddd;
    margin-top: 39px;
}

.goes-to h4 {
    margin-top: 24px;
}

.wix-editors .margin--top {
    margin-top: 35px;
}

.btn-small {
    background-color: #0b9915;
    /*font-family: 'Calibri Bold';*/
    font-family: Calibri;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    /*margin-top: 41px;*/
}

.btn-small:hover {
    background-color: #1db929;
    color: white;
}

.section-main {
    padding-bottom: 27px;
}

.right-side-item  h5 {
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
}

.right-side-item {
    margin-top: -2px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    flex: 1 1 auto;
}

.right-side-item img {
    width: initial;
}

.right-side-item .blue-button {
    margin-top: 6px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 2px 3px 0px rgb(34 60 80 / 20%);
}

.wix-pricing {
    padding-top: 13px;
}

.wix-pricing .blue-button {
    width: 188px;
}

.right-side-item ul, .right-side-item ol {
    list-style-type: decimal-leading-zero;
    padding-top: 12px;
}

.site_navigation li:hover {
    color: #2bb700;
    cursor: pointer;
    position: relative;
}

.site_navigation li:hover::before {
    content:'';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2bb700;
    left: -21%;
    top: 43%;
    transform: rotate(-90deg);
}

.site_navigation li {
    padding-bottom: 0px;
    line-height: 30px;
}

.question-img {
    background-image: url('/wp-content/uploads/2021/04/question-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.table-wix table {
    width: 99%;
    border: 1px solid rgba(000, 000, 000, 0.2);
    text-align: center;
    margin-bottom: 16px;
}

.table-wix table .blue-button {
    margin: auto;
    margin-bottom: 14px;
    box-shadow: 1px 2px 3px 0px rgb(34 60 80 / 20%);
}

.table-wix table td {
    border: 1px solid rgba(000, 000, 000, 0.2);
    padding: 10px 0 9px;
}

.table-wix table td:nth-child(2) {
    width: 25%;
}

.table-wix .line--height {
    line-height: 26px;
}

/* update */

.table-wix .blue-button {
    font-weight: 400;
}

.second-table table .blue-button {
    margin-bottom: 13px;
}

.second-table .blue-button {
    font-weight: 400;
}

.second-table .line--height {
    line-height: 24px;
}

.table-wix .padding--td-list {
    padding: 12px 0 14px;
}

.second-table .padding--td-list {
    padding: 15px 0 17px;
}

.table-wix table th {
    border: 1px solid rgba(000, 000, 000, 0.2);
}

.table-wix table td .link-table:hover {
    text-decoration: none;
    color: #0051c0;
    cursor: pointer;
}

.second-table--margin {
    margin: 64px 0 57px;
}

.second-table table tr th:nth-child(1) {
    width: 78.5%;
}

.second-table table tr th:nth-child(3) {
    padding: 0 8px;
}

.second-table table tr th:nth-child(4) {
    padding: 0 7px;
}

.margin-title-h2 {
    margin: 60px 0 39px;
}

.summary-text {
    font-size: 20px;
    letter-spacing: -0.003em;
    margin-bottom: 40px;
}

.side-reward {
    margin-left: -6px;
}

.arial-bold {
    font-size: 18px;
    line-height: 30px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    width: 50%;
}

.question-img:hover::before {
    content: attr(data-title);
    position: absolute;
    width: 253px;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    /*font-family: "Arial Regular";*/
    font-family: Arial, sans-serif;
    font-weight: normal;
    background-color: #fbffd4;
    top: -127px;
    left: 18px;
    border-radius: 10px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
}

.question-img:hover::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fbffd4;
    transform: rotate(45deg);
    top: 0px;
    left: 44%;
    z-index: 2;
}

.question-img-first-table:hover::before {
    left: 60px;
}

.image-container {
    width: 100%;
    height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    padding-top: 5px;
}

.color-green {
    color: #01d41a;
}

.color-red {
    color: #ff0101;
}

.link-table {
    color: #0051c0;
    text-decoration: underline;
}

.table-subtitle {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 20px;
}

.advantages-builder {
    margin-top: 33px;
    font-size: 20px;
    margin-bottom: 40px;
}

.advantages-builder__item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.advantages-builder__item img {
    margin-right: 13px;
    width: 24px;
    height: 33px;
}

.advantages-builder__item p {
    line-height: 27px;
}

.pricing-block .static-link, .side-reward .static-link {
    text-decoration: underline;
}

.pricing-block .static-link:hover, .side-reward .static-link:hover {
    text-decoration: none;
}

.social-link {
    display: flex;
    padding: 6px 0;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    width: 112px;
    margin-right: 5px;
    color: #fff;
}

.social-link i {
    padding-right: 10px;
}

.share-post h3 {
    margin: 25px 23px 25px 0;
}

.social-link.color-facebook {
    background-color: #3a579a;
}

.social-link.twitter-color {
    background-color: #00abf0;
    width: 99px;
}

.social-link.linkedin-color {
    background-color: #127bb6;
    width: 108px;
}

/*.share-post-container {*/
/*    border-top: 1px solid #dddddd;*/
/*    border-bottom: 1px solid #dddddd;*/
/*    padding: 5px 15px 3px;*/
/*}*/

.about-author-text h4 {
    margin-top: 9px;
    margin-bottom: 13px;
}

.about-author-text .static-link {
    text-decoration: underline;
}

.about-author-text .static-link:hover {
    text-decoration: none;
}

.about-author-wrapp {
    padding: 30px 48px 38px 37px;
    border-bottom: 1px solid #dddddd;
}

.about-author .logo-author {
    margin-right: 30px;
}

.about-author p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.003em;
}

.user-info h5 {
    margin: 0;
}

.user-info__date {
    /*font-family: 'Arial Italic';*/
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
}

.user-info-wrapp {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.user-info-text {
    padding: 19px 18px 7px;
    border: 1px solid rgba(000, 000, 000, 0.2);
    border-radius: 8px;
    width: 99%;
}

.user-info-text .static-link {
    color: #2998cd;
}

.user-info-text .static-link:hover {
    color: #2998cd;
}

.right-side-item__up {
    border: 10px solid transparent;
    border-bottom: 10px solid #d4d4d4;
    margin-top: -2px;
    margin-right: -10px;
    cursor: pointer;
}

.right-side-item__down {
    border: 10px solid transparent;
    border-top: 10px solid #d4d4d4;
    margin: 0px -10px 0 0px;
    cursor: pointer;
}

.right-side-item__up:hover {
    border-bottom: 10px solid #aaaaaa;
}

.right-side-item__down:hover {
    border-top: 10px solid #aaaaaa;
}

.side-item-navigation {
    padding-bottom: 3px;
    /* padding-left: 20px; */
    padding-left: 0;
    background-color: #fff;
}

.user-info-text p {
    white-space: pre-line;
    letter-spacing: 0.051em;
    margin-bottom: 10px;
    line-height: 22px;
}

.form h3 {
    /*margin: 30px 0 38px;*/
    margin: 0;
}

.form label {
    margin-left: 0;
}

.form label::before {
    display: none;
}

.padding--right {
    padding-right: 22px;
}

.wix-editors .margin--bottom-text {
    margin-bottom: 29px;
}

.wix-editors .margin--bottom-text .static-link:hover {
    text-decoration: none;
}

.form .btn-small {
    margin-top: 28px;
    /*font-family: 'Arial Bold';*/
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: initial;
    margin-bottom: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 15px;
}

.btn-blue {
    background-color: #008acf;
    border: none;
}

.btn-blue:hover {
    background-color: #00a6fa;
}

footer {
    padding-top: 21px;
}

footer p {
    padding-bottom: 22px;
}

.active {
    color: #2bb700;
    position: relative;
    font-weight: 700;
}

.active::before {
    content:'';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2bb700;
    left: -21%;
    top: 43%;
    transform: rotate(-90deg);
}

.position--relative {
    position: relative;
}

.site_navigation a {
    color: inherit;
}

table tr:nth-child(even) {
    background-color: #f3fcfd;
}

.honourable {
    width: 168px;
}

.responsive-commerc {
    display: none;
    justify-content: center;
    margin-bottom: 12px;
}

.responsive-commerc .right-side-item {
    position: relative;
    padding-top: 35px;
    padding-bottom: 56px;
}

.responsive-commerc .right-side-item a {
    position: absolute;
    bottom: 10px;
}

.responsive-commerc .right-side-item h5 {
    position: absolute;
    top: 10px;
}

.responsive-commerc .right-side-item:first-child {
    margin-left: 0;
    margin-right: 8px;
}

.responsive-commerc .right-side-item {
    margin-left: 8px;
}

.site_navigation {
    overflow-y: hidden;
    width: 200px;
    padding-left: 32px;
    margin-left: 0px;
    height: 192px;
}


@media (max-width: 1366px) {
    .blog-text-container {
        flex-direction: column;
    }
    .blog-text-container img {
        margin: auto;
        margin-top: 20px;
    }
    .work-example {
        width: 100%;
    }
    .right-side-item img {
        width: initial;
    }
    section .container-fluid, .prons-cons .container-fluid {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .side-item-navigation {
        width: 225px !important;
        padding-right: 0;
    }
}

@media (max-width: 1100px) {
    .side-item-navigation {
        width: 225px !important;
        padding-right: 0;
    }

    .position--relative {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #navSide {
        /*display: none;*/
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .responsive-commerc {
        display: flex;
    }
    .position--relative {
        /*display: none;*/
        display: block;
        order: 1;
    }

    .section-main {
        order: 2;
    }

    .image-container img {
        width: 100%;
    }
    .blue-button {
        width: 120px;
    }
    .prons-cons .color-back-yellow {
        line-height: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .right-side-item {
        max-width: 240px;
    }

    .right-side-item {
        position: relative;
        padding-top: 35px;
        padding-bottom: 56px;
    }
    .right-side-item.side-item-navigation {
        padding-bottom: 3px;
        width: 240px !important;
    }

    .right-side-item > a.blue-button-wrapper {
        position: absolute;
        bottom: 10px;
    }

    .right-side-item > h5 {
        position: absolute;
        top: 10px;
    }

    .blue-button {
        width: 190px;
    }

}

@media (max-width: 768px) {
    .second-table table .blue-button {
        display: none;
    }
    .second-table table tr th:nth-child(1) {
        width: 50%;
    }
    .margin-title-h2 {
        line-height: 40px;
    }
}

@media (max-width: 665px) {
    .blog-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .share-post-container h3 {
        width: 100%;
    }
    .share-post-container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding-bottom: 30px;
    }
    .wix-editors h2 {
        line-height: 45px;
    }
}

@media (max-width: 550px) {
    .about-author-wrapp {
        flex-wrap: wrap;
    }
    .blog-text-container img {
        width: 100%;
    }
    section .container-fluid, .prons-cons .container-fluid {
        width: 100%;
    }
    .blog-container .author-info {
        margin-bottom: 10px;
    }
    .blog-container .post-info {
        margin-left: 0;
    }
    .blog-text-container p {
        padding-right: 0;
    }
    .wix-editors .margin--left {
        margin-left: 0;
    }
    .form img {
        display: block;
        margin: auto;
        margin-top: 24px;
        width: inherit;
    }
    .about-author-wrapp {
        padding: 30px 15px 38px 15px;
    }
}

@media (max-width: 516px) {
    .responsive-commerc .right-side-item:first-child {
        margin-right: 0;
        margin-left: 8px;
    }
    .prons-cons h1 {
        margin-top: 40px;
        line-height: 55px;
    }
    .wix-editors h2, .wix-editors h3 {
        margin-top: 45px;
    }
    .wix-editors h2 {
        margin-bottom: 29px;
    }
    #shopify-block h4 {
        margin-top: 40px;
    }
    .second-table--margin {
        margin: 45px 0 30px;
    }
    .section-main {
        padding-bottom: 0;
        order: 2;
    }
    .form h3 {
        padding: 45px 0 30px;
    }
}


@media (max-width: 450px) {
    .social-link {
        margin-bottom: 10px;
    }
    .logo img {
        width: 70%;
    }
    .blue-button {
        width: 82px;
    }
    .arial-bold {
        font-size: 12px;
    }
    .form .btn-small {
        width: inherit;
    }
    .responsive-commerc .right-side-item {
        margin-left: 0;
    }
}









img {
    max-width: 100%;
}

.plus, .minus {
    margin: 15px 0 20px 9px;
    list-style-type: none;
}

.plus li, .minus li {
    font-size: 14px;
    min-height: 21px;
    padding: 4px 0 0 28px;
    margin-bottom: 9px;
}

.plus li {
    background: url(/wp-content/uploads/2021/04/plus-icon.png) no-repeat left center;
}

.minus li {
    background: url(/wp-content/uploads/2021/04/minus-icon.png) no-repeat left center;
}


.check {
    margin: 15px 0 20px 9px;
    list-style-type: none;
}

.check li {
    font-size: 14px;
    min-height: 21px;
    padding: 4px 0 0 28px;
    margin-bottom: 9px;
}

.check li {
    background: url(/wp-content/uploads/2021/05/check.png) no-repeat left center;
}

.prons-cons-table-pros .prons-cons-table__item,
.prons-cons-table-cons .prons-cons-table__item {
    font-size: 14px;
    min-height: 21px;
    padding: 4px 0 0 28px;
    margin-bottom: 9px;
}

.prons-cons-table-pros .prons-cons-table__item {
    background: url(/wp-content/uploads/2021/04/plus-icon.png) no-repeat left center;
}

.prons-cons-table-cons .prons-cons-table__item {
    background: url(/wp-content/uploads/2021/04/minus-icon.png) no-repeat left center;
}

.prons-cons-table-pros .prons-cons-table__item,
.prons-cons-table-cons .prons-cons-table__item,
.check-table .check-table__item
{
    font-size: 14px;
    min-height: 21px;
    padding: 4px 0 0 28px;
    margin-bottom: 9px;
}

.prons-cons-table-pros .prons-cons-table__item {
    background: url(/wp-content/uploads/2021/04/plus-icon.png) no-repeat left center;
}

.prons-cons-table-cons .prons-cons-table__item {
    background: url(/wp-content/uploads/2021/04/minus-icon.png) no-repeat left center;
}

.check-table .check-table__item {
    background: url(/wp-content/uploads/2021/05/check.png) no-repeat left center;
    background-size: 16px 16px;
}


.about-author-wrapp .logo-author img {
    width: 100px;
    height: 100px;
    max-width: initial;
    border-radius: 50%;
}

.author-info img {
    border-radius: 50%;
}

.patch {
    /*background: #f7f8f8;*/
    color: #232323;
    /*padding: 0 0 0 10px;*/

    margin: 22px 0 20px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -0.003em;
    /*padding-left: 14px;*/
}

.patch + h1 {
    margin-top: 22px;
}

.patch span {
    display: inline-block;
    margin: 0
    3px 0 3px;
    position: relative;
    top: 0px;
}

.blog-note-speaker {
    position: relative;
    padding-left: 70px;
}

.blog-note-speaker:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    width: 42px;
    height: 42px;
    left: 21px;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2021/04/note-img.png) no-repeat left center;
}

.list {
    margin: 0 0 20px 0;
    display: block;
}

.list li {
    display: block;
    line-height: 25px;
    padding: 0 0 3px 15px;
    list-style-type: none;
    background: url(/wp-content/themes/webbuildersguide/images/bullet.jpg) 0px 10px no-repeat;
}

.nav > .menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.advantages-builder__item {
    background: url(/wp-content/uploads/2021/04/reward-icon.png) no-repeat left center;
    padding: 4px 0 0 28px;
}

.advantages-builder__item p {
    margin-bottom: 4px;
}


.blog-text-container p:last-child {
    padding-right: 0;
}

.blog-text-container img {
    max-width: initial;
}

.top_image {
    float: right;
    margin: 8px 0px 0 33px;
    margin-bottom: 15px;
}

.text-white {
    color: white;
}

.home .section-main {
    border-bottom: 0px;
    padding-bottom: 0px;
}

p.create_w {
    background: url(/wp-content/themes/newTheme/assets/images/old/p1_b.png) no-repeat;
    width: 124px;
    height: 29px;
    display: inline-block;
    text-decoration: none;
    margin: 22px 0 0 0;
    padding: 0px;
    text-align: center;
    line-height: 25px;
}


.create_w a {
    font-family: Tahoma;
    color: #1d1d1d;
    font-size: 12px;
    text-decoration: none;
    /*padding: 0px 0 0 13px;*/
    display: inline-block;
    padding: 0;
    line-height: 25px;
}

.button_create_free {
    display: block;
    float: right;
    width: 204px;
    height: 39px;
    background: url(/wp-content/themes/webbuildersguide/images/createfree.jpg) top left no-repeat;
    margin: 10px 70px 15px 76px;
    text-align: center;
}

.button_create {
    display: block;
    float: right;
    width: 170px;
    height: 39px;
    background: url(/wp-content/themes/webbuildersguide/images/create.jpg) top left no-repeat;
    margin: 10px
    87px 15px 93px;
    text-align: center;
}

.divider {
    border-top: 1px solid #dddddd;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}

.top10 {
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: black;
    float: left;
    width: 100%;
    padding: 10px
    0 20px 0;
}

.language {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    padding: 20px
    0 20px 0;
    float: none;
}

.line_black {
    background: #dedede;
    height: 1px;
    margin: 30px 0 28px 0;
}

.p1 {
    background: #eaf8f3;
}

.p2 {
    background: #f8eaee;
}

.comparison table .web-builder-title a {
    text-decoration: none;
}

.comparison table .web-builder-title a:hover {
    text-decoration: underline;
}

.comment-reply-title {
    margin: 50px 0 38px;
}

.comment-form-comment label {
    margin-left: 0;
}

footer .nav > .menu-item {
    padding: 0;
    margin: 0;
}

@media (max-width: 450px) {
    .second-table, .table-wix {
        font-size: 12px;
    }
}

.image-container img {
    max-width: initial;
}

.responsive-collapse > li a.nav-item {
    display: none;
}

.responsive-collapse .menu-item-has-children > p > .nav-item {
    display: block;
}

.responsive-collapse .menu-item a {
    color: white;
}

.responsive-collapse .sub-menu {
    /*display: none;*/
    padding: 5px 0px 5px 20px;
}

.responsive-collapse .sub-menu li:first-child a {
    padding-top: 0;
}

.responsive-collapse .sub-menu a {
    font-weight: 500;
    padding: 7px 0 7px;
}

@media (max-width: 516px) {
    #navSide {
        flex-direction: column;
    }
    .right-side-item {
        margin-left: auto;
        margin-right: auto;
        width: 240px;
    }
}

.comment .logo-user img {
    margin: 2px;
    border-radius: 50%;
}

#cancel-comment-reply-link {
    margin-left: 15px;
}

.navbar-expand-xl .logo img {
    max-width: initial;
}

@media (max-width: 1300px) {
    .navbar-expand-xl .logo img {
        width: 150px;
    }
}

@media (max-width: 1200px) {
    .navbar-expand-xl .logo img {
        width: 283px;
    }
}

@media (max-width: 1200px) {
    .navbar-expand-xl .logo img {
        width: 283px;
    }

}

@media (min-width: 1200px) {
    .custom-col-1-1200 {
        flex: 1 1 0;
        max-width: calc(100% - 300px);
    }
    .custom-col-2-1200 {
        flex: 0 0 300px;
        max-width: initial;
    }

}

@media (max-width: 400px) {
    .navbar-expand-xl .logo img {
        width: 200px;
    }
}

@media (max-width: 400px) {
    .navbar-expand-xl .logo img {
        width: 200px;
    }
}

.section-main table th a {
    text-decoration: none;
}

.hidden_banner span {
    margin-left: -100px;
}

.hidden_banner span {
    display: none;
    color: #256111;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    left: 175px;
    top: 32px;
}

.hidden_banner img {
    margin-bottom: 15px;
}

.hidden_banner {
    margin: 3px 5px 5px 0;
    display: inline-block;
    background: url(/wp-content/themes/webbuildersguide/images/backgrounsdfdsf.png) no-repeat;
    min-width: 455px;
    min-height: 110px;
}

.hidden_banner {
    background-image: url(/wp-content/themes/webbuildersguide/images/background_code.png);
}

.responsive-commerc .right-side-item h5 {
    position: static;
    margin-top: 10px;
}


@media (max-width: 991px) {
    .right-side-item {
        padding-top: 0px;
    }

    .right-side-item > h5 {
        position: static;
        margin-top: 10px;
    }
}





