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

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

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

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

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

ul {
    list-style: none;
}

button, label, select {
    cursor: pointer;
}

input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

input[type="radio"], input[type="checkbox"] {
    display: none;
}

a {
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

body {
    font-size: 16px !important;
    line-height: 1.25 !important;
    color: #0d1620 !important;
    min-width: 0 !important;
}

body *:not(.ab-icon, .art-postcontent p, .art-postcontent a, .art-postcontent strong) {
    font-family: "Helvetica", sans-serif;
    letter-spacing: 0;
}

body * {
    font-family: "Helvetica", sans-serif;
    letter-spacing: 0;
}

.container {
    max-width: 1230px;
    padding: 0 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.main-logo {
    color: #818ca4;
    font-size: 36px;
    font-weight: bold;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-logo__link {
    font-family: "Anglecia", serif;
    font-size: 48px;
    font-weight: bold;
    color: #0d1620;
    text-decoration: underline;
    -webkit-text-decoration-color: #4b8bcc;
    text-decoration-color: #4b8bcc;
    margin-right: 10px;
    margin-top: -10px;
}

.main-logo__link span {
    color: #818ca4;
}

.main-menu {
    background: #4b8bcc;
}

.main-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main-menu__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.google-auto-placed {
    margin: 10px 0;
    height:210px!important; 
    overflow-y: hidden;
}
.main-menu__link {
    color: #FFF;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    display: block;
}

.main-menu__link:hover,
.main-menu__link_active {
    background: #2064a8;
}

.intro {
    padding: 60px 0 80px;
    background: #333 url("../img/intro-bg.jpg") no-repeat top center;
    background-size:cover;
    color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.intro__header {
    text-align: center;
    font-size: 60px;
    margin-bottom: 28px;
}

.intro__text {
    text-align: center;
}

.intro__text p:not(:last-child) {
    margin-bottom: 20px;
}

.main-content {
    background: #f2f4f7 url("../img/body-bg1.jpg") no-repeat top center;
}

.main-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding-bottom: 60px;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}



.main-sidebar {
    width: 270px;
    margin-top: 20px;
}

.main-sidebar_front {
    margin-top: -20px;
    z-index:100;
    position:relative;
}

.main-content-inner {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    margin-top: 20px;
}

.main-content-inner_front {
    margin-top: -20px;
}

.main-content-inner .art-post {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 15px 0 !important;
}

.main-content-menu {
    background: #FFF;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 46px;
}

.main-content-menu-items {
    margin: 0 !important;
}

.main-content-menu__link {
    color: #0d1620 !important;
    font-weight: bold !important;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ced6e1;
    position: relative;
    padding: 20px 30px 15px 0;
    font-style: normal !important;
}

.main-content-menu__link:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background: url("../img/right-arrow.png") no-repeat center;
    top: 50%;
    right: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-content-menu__link:hover:after {
    background: url("../img/right-arrow-hover.png") no-repeat center;
}

.main-content-menu__link:hover {
    color: #4b8bcc !important;
    text-decoration: none !important;
}

.main-content-menu__item {
    padding-left: 0 !important;
    margin: 0 !important;
}

.main-content-menu__item:last-child .main-content-menu__link {
    border-bottom: 0;
}

.main-content-menu__item:before {
    display: none !important;
}

.main-content-text p:not(:last-child) {
    margin-bottom: 20px;
}

.main-content-benefits {
    padding: 25px 0 50px;
}

.main-content-benefits__header {
    font-size: 30px !important;
    margin-bottom: 17px !important;
    color: #0d1620 !important;
    text-align: left !important;
    margin-top: 0 !important;
}

.benefits-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.benefits__item {
    width: 270px;
    padding-top: 35px;
}

.benefits__image-block {
    width: 130px;
    height: 130px;
    background: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
    -webkit-box-shadow: 0 6px 10px rgba(3, 19, 43, 0.05);
    box-shadow: 0 6px 10px rgba(3, 19, 43, 0.05)
}

.benefits__header {
    color: #4b8bcc;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 10px;
}

.benefits__text {
    font-size: 14px;
    line-height: 20px;
}

.example__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 3px auto 0;
    width: 654px;
    height: 469px;
    background: url("../img/example-bg2.png") no-repeat center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
}

.example__link:hover {
    opacity: .9;
}

.how-to {
    background: #4b8bcc url("../img/how-to-bg.jpg") no-repeat top center;
    color: #FFF;
    padding: 30px 0!important;
}

.how-to-text a {color:#fff!important; text-decoration:underline!important;}

.how-to-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.how-to__header{
    font-size: 30px;
    margin-bottom: 27px;
    font-family: 'Merriweather', 'Times New Roman', Times, Serif !important;
	color:#fff!important;
}

.how-to-list {
    margin:0;
}

.how-to-list li {
	color:#fff!important;
	margin:0 0 15px 0;
	font-style:normal;
	line-height:1.3!important;
}

.how-to-list__item {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Merriweather', 'Times New Roman', Times, Serif !important;
}

.how-to-list__item:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 3px;
    top: 9px;
    left: 0;
    background: #b0c7e3;
}

.how-to-list__item:last-child {
    margin-bottom: 0;
}

.how-to-text {
    font-style: italic;
    color: #fff;
}

.how-to-text p:not(:last-child) {
    margin-bottom: 20px;
    font-family: 'Merriweather', 'Times New Roman', Times, Serif !important;
}

.more-articles {
    padding: 51px 0 61px;
}

.more-articles h2 {color:#000}
.more-articles__header {
    font-size: 30px;
    margin-bottom: 32px;
    font-family: 'Merriweather', 'Times New Roman', Times, Serif !important;
}
.more-articles ul li:before {display:none;}
#adContent {overflow:hidden!important}
.more-articles ul li a { color:#000!important;padding:20px 0!important; }
.more-articles-menu__item {padding:0!important; margin:0!important}
.more-articles-menu-items {margin:30px 0 0!important;}

.more-articles-inner {
    max-width: 870px;
    margin-left: auto;
}
.how-to__header {color:#fff;}
.more-articles-menu {
    background: #FFF;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.more-articles-menu__link {
    color: #0d1620;
    font-weight: bold;
    line-height: 59px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ced6e1;
    position: relative;
	font-style:normal!important;
	line-height:1.3!important;
}

.more-articles-menu__link:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background: url("../img/right-arrow.png") no-repeat center;
    top: 50%;
    right: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more-articles-menu__link:hover:after {
    background: url("../img/right-arrow-hover.png") no-repeat center;
}

.more-articles-menu__link:hover {
    color: #4b8bcc;
}

.more-articles-menu__item:last-child .more-articles-menu__link {
    border-bottom: 0;
}

.more-articles-menu-items li a {
    font-family: 'Merriweather', 'Times New Roman', Times, Serif !important;
}

.main-footer-top {
    padding: 45px 0 25px;
}

.main-footer-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-footer-menu__item {
    width: 270px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.main-footer-menu__item:nth-child(4n) {
    margin-right: 0;
}

.main-footer-menu__link {
    color: #818ca4;
    font-weight: bold;
}

.main-footer-menu__link:hover {
    color: #0d1620;
}

.main-footer-bottom {
    background: #818ca4;
}

.main-footer-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 40px;
}

.main-footer-bottom-inner p {
    color: #FFF;
}

.main-footer-bottom-inner a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: underline;
}

.main-footer-bottom-inner a:hover {
    text-decoration: none;
}

.main-search {
    margin-bottom: 20px;
}

.main-search__form {
    position: relative;
}

.main-search__text {
    background: #FFF;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.main-search__btn {
    width: 50px;
    height: 50px;
    background: url("../img/search.svg") no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}

.main-sidebar-menu {
    background: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 28px 20px;
    margin-bottom: 40px;
}

.main-sidebar-menu-items {
    /* padding: 10px 5px; */
    padding: 0;
}

.main-sidebar-menu-items > li {
    margin: 0 0 12px 0 !important;
    padding: 0 0 11px 0 !important;
}

.main-sidebar-menu-items > li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.main-sidebar-menu-items li:before {
    display: none !important;
}

.main-sidebar-menu-items > li:not(:last-child) {
    border-bottom: 1px solid #ced6e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-sidebar-menu-items > li > a {
    color: #0d1620 !important;
    font-size: 16px !important;
}

.main-sidebar-menu-items li a :hover {
    color: #4b8bcc;
}

.main-sidebar-menu-items li ul {
    margin-top: 5px;
}

.main-sidebar-menu-items li ul li {
    margin: 0;
    padding: 0;
}

.main-sidebar-menu-items li ul li a {
    font-size: 14px !important;
    line-height: 30px !important;
    color: #818ca4 !important;
    position: relative;
    padding-left: 18px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-weight: normal !important;
}

.main-sidebar-menu-items li ul li a :hover {
    color: #4b8bcc;
}

.main-sidebar-menu-items li ul li a:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #818ca4;
    top: 8px;
    left: 0;
}

.recent-articles {
    margin-bottom: 40px;
}

.recent-articles__body {
    background: #FFF;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recent-articles__item {
    display: block;
    color: #0d1620 !important;
    font-weight: bold;
    border-bottom: 1px solid #ced6e1;
    font-size: 14px !important;
    line-height: 20px;
    padding-bottom: 21px;
    margin-bottom: 18px;
}

.recent-articles__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.recent-articles__item:hover {
    color: #4b8bcc;
}

.sidebar-banner {
    background: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 16px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.sidebar-banner__link {
    display: block;
    line-height: 0;
}

.sidebar-banner__link:hover {
    opacity: .9;
}

.recent-comments {
    margin-top: 40px;
}

.recentcomments.cwp-li {
    border-bottom: 1px solid #ced6e1;
    padding: 0 5px 20px;
    margin: 0 0 20px 0;
}

.recentcomments.cwp-li:before {
    display: none !important;
}

.recentcomments.cwp-li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.recentcomments.cwp-li .avatar {
    margin: 0;
}

.recent-comments__header {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #818ca4;
    color: #FFF;
    font-weight: bold;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
}

.recent-comments__body {
    background: #FFF;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 21px 20px;
}

.recentcomments.cwp-li > .comment-link {
    display: inline-block;
    margin-bottom: 5px;
}

.recentcomments.cwp-li > .comment-link:hover .cwp-comment-title {
    color: #4b8bcc;
}

.cwp-author-link {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    font-size: 14px !important;
}

.comment-avatar {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.comment-avatar img {
    display: block;
}

.cwp-comment-title {
    font-size: 14px !important;
    margin-left: 10px;
}

.comment-author-link {
    color: #0d1620 !important;
    font-weight: bold;
}

.art-blockcontent a:hover {
    color: #4b8bcc !important;
}

.recentcomments.cwp-li .cwp-avatar {
    float: none;
    margin: 0;
}

.recent-comments__topic {
    font-size: 14px;
    line-height: 20px;
}

.cwp-comment-title .comment-link {
    color: #818ca4 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 20px !important;
}

.cwp-comment-title .comment-link:hover {
    color: #4b8bcc !important;
}

.recent-comments__text {
    font-size: 14px;
    line-height: 20px;
}

.cwp-comment-excerpt {
    font-size: 14px;
    line-height: 20px;
    color: #0d1620 !important;
}

#top {
    width: 40px;
    height: 40px;
    background: #4b8bcc url("../img/top-arrow.png") no-repeat center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    display: none;
    opacity: .8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#top:hover {
    opacity: 1;
}

.menu-toggle {
    /* margin: 10px 0; */
    display: none;
    width: 50px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.icon-toggle {
    width: 30px;
    height: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.icon-toggle span {
    width: 100%;
    height: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #FFF;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.icon-toggle span:first-child {
    position: absolute;
    top: 0;
}

.icon-toggle span:last-child {
    position: absolute;
    bottom: 0;
}

.icon-toggle.active span:first-child {
    top: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-toggle.active span:last-child {
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-toggle.active span:nth-child(2) {
    display: none;
}

.main-content-menu-toggle {
    background: #4b8bcc;
    color: #FFF;
    padding: 10px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 20px;
    display: none;
}

#idtop {
    margin-top: -115px;
}

@media (max-width: 1230px) {
    .main-logo {
        font-size: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .main-logo__link {
        font-size: 30px;
    }

    .main-footer-menu__item {
        width: 25%;
        margin-right: 0;
    }

    .main-content-menu__link,
    .more-articles-menu__link {
        line-height: normal;
        padding: 15px 30px 15px 0;
    }

    .container {
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {
    .main-content-wrapper {
        height: auto;
        padding: 30px 0;
    }

    .main-sidebar,
    .main-content-inner {
        margin-top: 0;
    }


    .benefits__item {
        width: 32%;
    }
    .more-articles-inner {
        max-width: 800px;
    }

}

@media (max-width: 1100px) {
    .main-menu-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .main-menu__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .main-menu__link {
        padding: 10px;
        line-height: normal;
    }
    .how-to-inner {
        max-width: 100%;
    }
    .how-to {
        margin-top: 0em;
    }
    .more-articles-inner {
        max-width: 100%;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .example__link {
        width: 100%;
        height: auto;
        background: #FFF;
        -webkit-box-shadow: 0 6px 10px rgba(3, 19, 43, 0.05);
        box-shadow: 0 6px 10px rgba(3, 19, 43, 0.05);
        padding: 20px;
        margin: 20px 0;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    #idtop {
        margin-top: 0px;
    }
}

@media (max-width: 960px) {
    .main-logo, .main-logo__link {
        font-size: 24px;
    }
    #idtop {
        margin-top: 0px;
    }
}

@media (max-width: 900px) {
    .intro {
        min-height: 0;
        padding: 30px 0;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .benefits__item {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .intro__text p br {
        display: none;
    }

    .main-footer-top {
        padding: 30px 0;
    }

    .main-footer-menu-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .main-footer-menu__item {
        width: auto;
        margin: 0;
    }

    .main-footer-menu__link {
        padding: 10px;
        display: block;
    }
}

@media (max-width: 768px) {
    .main-logo {
        height: auto;
        padding: 15px 0;
    }

    .main-logo__link {
        margin-bottom: 5px;
    }

    .intro__header {
        font-size: 36px;
    }

    .main-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-content-inner {
        width: 100%;
    }

    .main-sidebar {
        width: 100%;
    }

    .sidebar-banners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .main-content-menu {
        display: none;
    }

    .main-content-text {
        padding-top: 0;
    }

    .main-content-menu-toggle {
        display: block;
    }

    .art-block.widget_custom_html {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px !important;
    }
}

@media (max-width: 700px) {
    .example__link {
        width: 100%;
        height: auto;
        background: #FFF;
        -webkit-box-shadow: 0 6px 10px rgba(3, 19, 43, 0.05);
        box-shadow: 0 6px 10px rgba(3, 19, 43, 0.05);
        padding: 20px;
        margin: 20px 0;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
}

@media (max-width: 600px) {
    .benefits__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .main-menu-items {
        display: none;
    }

    .menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .main-menu {
        padding: 10px 0;
    }

    .main-logo, .main-logo__link {
        font-size: 20px;
    }

    .art-postcontent iframe {
        max-width: 100%;
    }
}

.art-postcontent a.more-link {
    float: right;
    color: #fff !important;
    font-weight: bold !important;
    background: #336A8A;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2C5C77), color-stop(40%, #387599), color-stop(50%, #387599), color-stop(60%, #387599), to(#2C5C77)) no-repeat;
    background: -webkit-linear-gradient(top, #2C5C77 0, #387599 40%, #387599 50%, #387599 60%, #2C5C77 100%) no-repeat;
    background: -o-linear-gradient(top, #2C5C77 0, #387599 40%, #387599 50%, #387599 60%, #2C5C77 100%) no-repeat;
    background: linear-gradient(to bottom, #2C5C77 0, #387599 40%, #387599 50%, #387599 60%, #2C5C77 100%) no-repeat;
    -webkit-border-radius: 7px 0;
    border-radius: 7px 0;
    padding: 4px 12px 6px !important;
    margin-bottom: 20px;
}

.art-postcontent a.more-link:hover {
    text-decoration: none;
    color: #fff !important;
}

.meta-nav {
    color: #fff !important;
}

#text-110 .art-blockheader {
    display: none;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__submit {
    font-size: 0 !important;
    width: 50px;
    height: 50px;
    background: url('../img/search.svg') no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.ya-site-form__search-input {
    padding: 0 !important;
}

#ya-site-form0 .ya-site-form__input-text {
    background-image: none !important;
    border: none !important;
    background: #FFF;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px !important;
}

#ya-site-form0 .ya-site-form__input-text::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #707070 !important;
}

#ya-site-form0 .ya-site-form__input-text::-moz-placeholder {
    font-size: 14px !important;
    color: #707070 !important;
}

#ya-site-form0 .ya-site-form__input-text:-ms-input-placeholder {
    font-size: 14px !important;
    color: #707070 !important;
}

#ya-site-form0 .ya-site-form__input-text::-ms-input-placeholder {
    font-size: 14px !important;
    color: #707070 !important;
}

#ya-site-form0 .ya-site-form__input-text::placeholder {
    font-size: 14px !important;
    color: #707070 !important;
}

.art-block#text-110,
#text-110 .art-blockcontent {
    padding: 0 !important;
}

.ya-site-form__search-input-layout {
    position: relative;
}

#text-110 .art-blockheader,
#categories-4 .art-blockheader,
#custom_html-5 .art-blockheader,
#custom_html-7 .art-blockheader {
    display: none;
}

.art-postcontent, .art-postcontent li, .art-postcontent table, .art-postcontent a:not(.more-link), .art-postcontent a:link:not(.more-link), .art-postcontent a:visited:not(.more-link), .art-postcontent a.visited:not(.more-link), .art-postcontent a:hover:not(.more-link), .art-postcontent a.hovered:not(.more-link) {
    font-family: 'Merriweather', 'Times New Roman', Times, Serif !important;
    line-height: 1.75;
    font-size: inherit;
}

.art-block {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 15px 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.art-blockcontent {
    padding: 10px 15px;
}

.art-blockheader {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #818ca4;
    color: #FFF;
    font-weight: bold;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
}

.crp_related {

}

.crp_related h3 {
    font-size: 30px !important;
    margin-bottom: 32px !important;
    color: #0d1620 !important;
}

.crp_related ul {
    margin: 0;
    background: #FFF;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.crp_related ul li {
    margin-top: 0;
    padding-left: 0;
    font-style: normal;
}

.crp_related ul li:before {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.crp_related ul li a {
    color: #0d1620 !important;
    font-weight: bold !important;
    padding: 20px 30px 19px 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ced6e1;
    position: relative;
}

.crp_related ul li:last-child a {
    border-bottom: none;
}

.crp_related ul li a:hover {
    text-decoration: none;
}

.crp_related li a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background: url('../img/right-arrow.png') no-repeat center;
    top: 50%;
    right: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.crp_related li a:hover:before {
    background: url('../img/right-arrow-hover.png') no-repeat center;
}

.crp_related li .crp_title {
    font-style: normal;
}

.crp_related li .crp_title:hover {
    color: #4b8bcc !important;
}

.div.art-block img {
    border: none;
    margin: 0;
}

.page-scroll-buttons {
    display: none;
}

.art-footer-text {
    margin-top: 10px;
}

.art-postcontent iframe {
    /* width: 100%; */
    /* height: auto; */
}

.how-to-text * {
    font-family: 'Merriweather', 'Times New Roman', Times, Serif !important;
}

.how-to-text a {
    color: #FFF;
    text-decoration: underline;
}

.how-to-text a:hover {
    text-decoration: none;
}

.art-postheadericon:before {
    content: none !important;
}

.art-postheader {
    text-align: left !important;
    margin: 15px 0 10px !important;
}

.art-postcontent h1 {
    text-align: left !important;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.breadcrumbs li {
    padding-right: 20px;
    position: relative;
    color: #818ca4 !important;
}

.breadcrumbs li:after {
    position: absolute;
    content: "\00bb";
    top: -3px;
    right: 5px;
    font-size: 20px;
}

.breadcrumbs li:last-child {
    padding-right: 0;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs li a {
    color: #0B171E !important;
}

.breadcrumbs li a:hover {
    color: #4b8bcc !important;
}

div.art-block img {
    border: 0 !important;
    margin: 0 !important;
}

.main-content-inner .art-post#post-6877 {
    margin-top: 0 !important;
}

.art-commentsform {
    border-radius: 6px !important;
    background: #dbe6f2 !important;
    padding: 30px 50px 25px !important;
}
.art-commentsform a {
    font-style: normal !important;
}
#reply-title {
    text-align: center !important;
    color: #1a5284 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    /* margin: 0 0 15px !important; */
    margin: 0 !important;
    padding: 0 0 15px !important;
}
#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#commentform > * {
    order: 10;
}
#commentform .comment-notes {
    display: none;
}
#commentform .smilies {
    order: 3;
}
#commentform .comment-form-comment {
    width: 100%;
    order: 4;
}
#commentform .comment-form-author {
    width: calc(50% - 5.5px) !important;
    order: 1;
}
#commentform .comment-form-email {
    width: calc(50% - 5.5px) !important;
    order: 2;
}
#commentform label {
    color: #1a5384 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
#commentform .comment-form-comment label,
#commentform .comment-form-author label,
#commentform .comment-form-email label {
    /*display: none !important;*/
}
#commentform input[name="author"],
#commentform input[name="email"],
#commentform textarea {
    background: #FFF !important;
    border: 0 !important;
    border-radius: 3px !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: inherit !important;
}
#commentform input[name="author"],
#commentform input[name="email"] {
    height: 51px !important;
    line-height: 51px !important;
    padding: 0 20px !important;
    width: 100% !important;
    margin: 0 !important;
}
#commentform textarea {
    padding: 20px !important;
    width: 100% !important;
    height: 100px !important;
    resize: none;
}
#commentform input[type="submit"] {
    /* width: 167px; */
    padding: 0 40px;
    height: 44px;
    line-height: 43px;
    border-radius: 6px;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f98e3c;
    font-style: normal;
    box-shadow: none;
    border: 0;
    transition: .2s;
}
#commentform input[type="submit"]:hover {
    background: #f7710b;
}
#commentform .form-submit {
    width: 100% !important;
}
#commentform > p {
    /* margin: 15px 0 0 !important; */
    margin: 0 !important;
    padding: 15px 0 0 !important;
    width: 100%;
}
#commentform > p:last-child {
    /* margin: 0 !important; */
    padding: 0 !important;
}
#commentform a {
    color: #000;
    text-decoration: underline;
}
#commentform a:hover {
    color: #36A126;
}
label[for="wp-comment-cookies-consent"],
label[for="subscribe-reloaded"] {
    position: relative;
    padding-left: 30px;
}
label[for="wp-comment-cookies-consent"]:before,
label[for="subscribe-reloaded"]:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #FFF;
}
#wp-comment-cookies-consent:checked + label[for="wp-comment-cookies-consent"]:before {
    background-image: url("../img/checked-comment.png");
    background-repeat: no-repeat;
    background-position: center;
}
#subscribe-reloaded:checked + label[for="subscribe-reloaded"]:after {
    background-image: url("../img/checked-comment.png");
    background-repeat: no-repeat;
    background-position: center;
}
ul#comments-list {
    background: #dbe6f2;
    border-radius: 6px;
    margin: 20px 0 !important;
    padding: 10px 0 !important;
}
.art-comment {
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
    background: none !important;
    padding: 10px 50px !important;
}
.art-comment-inner {
    background: none !important;
}
.art-comment-inner * {
    font-style: normal !important;
    font-size: 15px !important;
    line-height: 22px !important;
}
.art-comment-header {
    font-style: normal !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #1a5284 !important;
}
.art-comment-header a, .art-comment-header a:link {
    font-style: normal !important;
}
li p, .art-postcontent li p, .art-blockcontent li p {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #262626 !important;
    font-style: normal !important;
}
.art-comment-header {
    background: #FFF !important;
    padding: 20px 20px 0 !important;
    border-radius: 3px 3px 0 0 !important;
}
.art-comment-content > p {
    background: #FFF !important;
    margin: 0 !important;
    padding: 0 20px 5px !important;
}
.art-comment-content > p:first-of-type {
    padding: 5px 20px 5px !important;
    border-radius: 0 0 3px 3px !important;
}
.art-comment-content > p:last-of-type {
    padding: 0 20px 20px !important;
    border-radius: 0 0 3px 3px !important;    
}
.art-comment-content {
    padding: 0 !important;
}
.art-comment-content a {
    font-style: normal !important;
}
p.thdrpy a {
    font-size: 13px !important;
    line-height: 22px !important;
    color: #99a6b3 !important;
    font-style: normal !important;
    text-decoration: underline;
}
p.thdrpy a:hover {
    text-decoration: none;
}
.comment-childs {
    padding: 20px 0 0 60px;
    position: relative;
}
.comment-childs + .comment-childs {
    padding-top: 20px;
}

.comment-childs .comment-childs {
    padding-left: 0 !important;
}
.comment-childs img {
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0 !important;
}
.comment-childs .comment-childs img {
    left: -60px !important;
}
.comment-childs > p {
    padding: 0 20px 5px !important;
    background: #FFF !important;
    margin: 0 !important;
}
.comment-childs > p:first-of-type {
    padding-top: 20px !important;
    border-radius: 3px 3px 0 0;
}
.comment-childs > p:last-of-type {
    padding-bottom: 20px !important;
    border-radius: 0 0 3px 3px;
}
.art-comment-avatar {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
}
ul#comments-list li img {
    border-radius: 50%;
    border: 1px solid #c1ccd9 !important;
}
.subscribe-form-field {
    margin: 5px 0 10px !important;
    padding: 0 10px !important;
    height: 30px;
    max-width: 200px !important;
}
.subscribe-form-button {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f98e3c;
    border-radius: 6px;
    display: block;
    text-align: center;
    color: #FFF;
    font-style: normal;
}
.subscribe-form-button:hover {
    background: #f7710b;
}

.policy li:before, .policy li:after {
    margin-bottom: 10px !important;
}

.art-button {
  pointer-events: auto !important;
}

@media (max-width: 600px) {
    .art-comment {
        padding: 10px 20px !important;
    }
    .art-commentsform {
        padding: 20px !important;
    }
}

h1 .art-postheadericon {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

/*Custom*/
.art-postcategoryicon a, .art-posttagicon a, .art-postcommentsicon a, .cat-item a, .main-logo__link {
    font-family: "Helvetica", sans-serif !important;
}

.art-postcontent, .art-postcontent * {
    font-family: 'Merriweather', 'Times New Roman', Times, Serif;
    line-height: 1.75em;
    font-weight: 400;
    letter-spacing: -0.01em !important;
    padding-bottom: 0px;
}

.art-postcontent strong {
	font-weight: 600;
}

hr {
   height: 1px;
   background-color: darkgray;
   box-shadow: 0px 1px 1px #bbb;
}