body {
    background: #ffffff;
}
.h3,
.h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.625em;
}
h1 {
    font-size: 24px;
    font-weight: 900;
}
h2 {
    font-size: 22px;
}
.h3,
h3 {
    font-size: 20px;
}
.h4,
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}
blockquote {
    background: rgb(244 249 255);
    border-right: 5px solid #0a89c0;
    margin: 8px 0 24px 0;
    padding: 16px;
    quotes: none;
    color: #3d596e;
}
blockquote p:last-child {
    margin-bottom: 0;
}
q {
    quotes: "“" "”" "‘" "’";
}
big {
    font-size: 125%;
}
b,
strong {
    font-weight: 700;
}
table {
    background-color: transparent;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    width: 100%;
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

table>thead>tr>td, table>thead>tr>th {
    border-bottom-width: 2px;
}

.wp-video, .wp-video video {
    height: auto;
    max-width: 100%
}

embed, iframe, object, video {
    max-width: 100%;
}

.bg-white {
    background: #eff7ff;
    padding: 17px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.section-divider-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.section-divider-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.section-divider-top svg
{
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 126px;
    transform: rotateY(180deg);
}
.section-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}
.section-divider-top .shape-fill,
.section-divider-bottom .shape-fill {
    fill: #FFFFFF;
}
.breadcrumbs {
    position: relative;
    padding: 50px 0;
    background: #ebecfa;
    margin-bottom: 30px;
}

.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
	overflow: hidden;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	font-size: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.rating-container * {
	font-size: 1.4rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 36px;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.ico-star:before{
	content: "\2605";
	display: inline-block;
	color: #888;
	font-size: 35px;
}
.ico-star-filled:before{
	color: #ffd700;
}
.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\2605";
	color: #888;
	font-size: 35px;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\2605";
	color: #ffd700;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\2605";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\2605";
	color: #ffd700;
	text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9993px;
}


.comment-list .comment:before, .comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.comment-list .comment:after {
    clear: both;
}
.comment-avatar {
    /* float: right; */
    margin-left: 0.75em;
    width: 7%;
}

.comment-avatar img {
    border-radius: 50px;
}

.comment-block {
    color: #3d596e;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    background-color: #ebecf9;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 3px 0 #d3d5e7;
    margin-bottom: 35px;
}
.comment-block .reply {
    position: absolute;
    top: 0;
    left: 30px;
}

.comment-by {
    width: 90%;
}

.comment-meta {
    position: relative;
}
.comment-meta-innr {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-start;
}
.comment-reply-link {
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
    text-decoration: none;
    background: #3471b5;
}

.comment-date {
    font-size: 12px;
    display: inline-block;
}

.comment-excerpt {
    font-size: 18px;
    padding: 8px 15px;
}

.post-author-avatar .avatar {
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
}

.side-left, .comment-list>.comment {
    overflow: hidden;
}

.comment-list .comment:last-child {
    border-bottom: 0;
}
.comments-box ol {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.comments-box .children ol, .comments-box .children {
    margin-right: 20px;
}

.comment-block {
}

label {
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}
.footer-tags a {
    display: inline-block;
    margin: 6px 3px;
    background: #f1f1f3;
    text-decoration: none;
    padding: 3px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    color: #111111;
}
.required {
    color: #f44336
}

input[type="text"], input[type="email"], input[type="url"], textarea,input[type="tel"] {
    font-size: 20px;
    background: #ffffff;
    border: 0;
    border-radius: 0px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #d2e6fd;
}

select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px;
}

textarea {
    max-height: 160px;
}
.comment-respond {
    padding: 23px 38px;
    border-radius: 15px;
}
.social-share-innr a {
    display: inline-block;
    margin: 5px;
}


.submit {
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
    background: #494e91;
}

.bg-box {
    color: #000000;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    background-color: #ebecfa;
    padding: 30px 30px;
    box-shadow: 0 3px 0 #e5eff2;
}

.city-box-img {
    margin-top: -89px;
    display: block;
    margin-top: -89px;
    text-align: center;
}

.city-box-big {
    margin-top: 84px;
}

a.city-box-img {
    text-align: center;
    display: block;
}

.city-box-big .title-line-center {
    text-align: center;
    display: block;
    margin-bottom: 29px;
    text-decoration: none;
}

.city-box-big ul li a {
    text-decoration: none;
    color: #3D4045;
    font-size: 18px;
}

.city-box-big ul {padding-right: 16px;}



h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6{
        color: #3b3e6b;
        border-radius: 10px;
        margin-bottom: 30px;
        position: relative;
        background-color: #ebecf9;
        padding: 11px 17px;
        display: inline-block;
}



.article img {
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(67, 65, 78, 0.08);
    border-radius: 4px;
}
.article-content a:hover {
    color: #353535;
}
.article-content ol,
.article-content p,
.article-content ul {
    margin: 0 0 1em;
    padding: 0;
}
.wp-caption {
    border: 1px solid #f0f0f0;
    max-width: 96%;
    color: #3d596e;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    background-color: #ebecf8;
    padding: 11px 17px;
    box-shadow: 0 3px 0 #d1d3ea;
}
.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto;
}
.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.article-content ol,
.article-content ul {
    margin-right: 1em;
}
.article-content ul {
    list-style: square;
}
.mejs-container,
.mejs-overlay.load,
.wp-video,
video.wp-video-shortcode {
    width: 100%;
    height: auto;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.share {
    margin: 16px 0;
}
.share .btn {
    color: #fff;
    text-decoration: none;
}
.share .twitter {
    background: #0b88be;
}
.share .facebook {
    background: #3b5997;
}
.rating-stars .star {
    cursor: pointer;
}
.icon-star {
    font-size: 50px;
    color: #c8d7e1;
}
.icon-star:after {
    content: "\2605";
}
.no-js .rating {
    display: none;
}
.rating {
    padding: 0.5em;
    margin: 1em 2px;
}
.rating .rating-total {
    font: 1em normal;
}
.star {
    cursor: pointer;
}
.star.selected .icon-star {
    color: gold;
}
.star.on .icon-star {
    color: gold;
}

.rating-label {
    margin: 0;
}

.article-tags a {
    background: #232c41;
    text-decoration: none;
    padding: 1px 15px;
    background-color: #ebecf9;
    box-shadow: 0 3px 0 #d1d3ea;
    color: #444773;
    margin: 5px 1px;
    display: inline-block;
}

.post-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.article-tags {
    margin-bottom: 38px;
}