@font-face {font-family: "Gilroy"; font-weight: 300; src: url('../fonts/Gilroy-Light.ttf') format("truetype");}
@font-face {font-family: "Gilroy"; font-weight: 400; src: url('../fonts/Gilroy-Regular.ttf') format("truetype");}
@font-face {font-family: "Gilroy"; font-weight: 500; src: url('../fonts/Gilroy-Medium.ttf') format("truetype");}
@font-face {font-family: "Gilroy"; font-weight: 600; src: url('../fonts/Gilroy-Bold.ttf') format("truetype");}

@font-face {font-family: "Lora"; font-weight: 400; src: url('../fonts/Gilroy-Regular.ttf') format("truetype");}


* {
	padding: 0;
	margin: 0;
	border: 0;
    text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-family: "Gilroy";
}
.grecaptcha-badge {
    display: none !important;
}

body {
	font-weight: 400;
    color: #2d2d2d;
}
.wp-block-embed iframe {

    width: 100%;
    min-height: 350px;
}
h2,
h1 {
    font-weight: 700;
    font-family: "Gilroy";
    color: #2d2d2d;
    font-size: 48px;
}
h1 span {
    font-family: "Gilroy";
}
h3 {
    font-weight: 400;
    font-family: "Gilroy";
    color: #2d2d2d;
    font-size: 32px;
}

h4 {
    font-weight: 400;
    font-family: "Gilroy";
    color: #2d2d2d;
    font-size: 26px;
}


strong {
    font-weight: 500;
}


.container {
    max-width: 100%;
    width: 1400px;
    padding: 0 20px;
    margin: auto;
}
.wrap__left
{
    width:67%;
}

.button {
    padding: 25px 25px;
    background: linear-gradient(94.31deg, #b501ff -18.36%, #ff0909 107.44%);
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}
.button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: 22px;
}
.button:hover {
    background: #70BBFF;
}

.button2 {
    padding: 25px 25px;
    border: 1px solid #2D2D2D;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #2D2D2D;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}
.button2:hover {
    color: #378ede;
    border-color: #378EDE;
}

@keyframes radial-widget{
    0%{box-shadow:0 0 0 0 rgba(0,0,0,0.3)}
    50%{box-shadow:0 0 0 20px rgba(0,0,0,0)}
    100%{box-shadow:0 0 0 20px rgba(0,0,0,0)}
}
.whatsapp-widget {
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 9999;
    left: 20px;
    bottom: 20px;
    min-height: 50px;
    padding: 7px 15px;
    margin-right: 20px;
    background-color: #27AE60;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgb(0 0 0 / 25%);
    animation: 3s radial-widget 10s infinite;
}
.whatsapp-widget span {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}
.whatsapp-widget svg {
    height: 35px;
}
.whatsapp-widget svg path {
    fill: #fff;
}
.whatsapp-widget {}
.whatsapp-widget {}
.whatsapp-widget {}



header .top {
    border-bottom: 1px solid #CDCDCD;
}
header .top .wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top .logo {
    display: flex;
    align-items: center;
}
header .top .sub-logo {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
header .top .title {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 500;
}
header .top .title a {
    color: #378ede;
    text-decoration: underline;
}
header .top .title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
header .top .subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}
header .top .subtitle span {
    color: #378ede;
    text-decoration: underline;
    cursor: pointer;
}
header .menu {
    border-bottom: 1px solid #CDCDCD;
}
header .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu li {
    padding: 15px 0;
    list-style: none;
    /* text-align: center;
    max-width: 170px; */
}
header .menu ul a {
    font-size: 22px;
    font-weight: 500;
    color: #2d2d2d;
}
header .mobile-menu {
    cursor: pointer;
    display: none;
}
header .phone-mobile {
    display: none;
}

.mb60 {
    margin-bottom: 60px;
}

.home-top {
    background-image: url(../image/home-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-top .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.home-top .content {
    width: 60%;
    padding: 70px 0 130px 0;
    position: relative;
    z-index: 2;
}
.home-top h1 {
    margin-bottom: 20px;
}
.home-top .subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
}
.home-top .buttons {
    display: flex;
}
.home-top .buttons a {
    margin-right: 20px;
}
.home-top .buttons a:last-child {
    margin-right: 0;
}
.home-top .rows {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.home-top .slider-row {
    width: 35%;
    position: relative;
}
.home-top .slider {
    width: 100%;
    z-index: 0;
}
.home-top .slider .item {
    height: 480px;
    position: relative;
}
.home-top .slider .avatar {
    height: 100%;
    align-items: flex-end;
    display: flex;
    justify-content: center;
}
.home-top .slider .avatar img {
    max-width: 100%;
    position: relative;
    z-index: -1;
}
.home-top #slider-person p {
    background: #F5F5F5;
    border-radius: 10px;
    width: 340px;
    padding: 30px;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    z-index: 2;
}
.home-top #slider-person p span {
    font-weight: 500;
    display: block;
    font-size: 22px;
}
.home-top #slider-person p .experience {
    margin-top: 10px;
}
.home-top #slider-person p .name {
    margin-bottom: 10px;
}
.home-top .slider-row .slider p {
    display: none;
}
.home-top .slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    margin: auto;
    cursor: pointer;
    z-index: 3;
}
.home-top .slider .slick-prev {
    left: 0;
}
.home-top .slider .slick-next {
    right: 0;
}
.home-top .slider-row .card-person {
    display: none;
}
.home-top .mobile-person .card-person {
    display: none !important;
}



.project-mission .colons-rows {
    display: flex;
    justify-content: space-between;
}
.project-mission .colons-rows .item {
    width: 31%;
}
.project-mission .colons-rows svg {
    border-radius: 10px;
    width: 100%;
}
.project-mission .colons-rows img {
    margin-bottom: 30px;
    border-radius: 10px;
    width: 100%;
}
.project-mission .colons-rows .title {
    font-size: 22px;
    margin-bottom: 20px;
}
.project-mission .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
}
.project-mission .image {
    width: 31%;
}
.project-mission .image img {
    width: 100%;
    border-radius: 10px;
}
.project-mission .content {
    width: 66%;
}
.project-mission .content h2 {
    margin-bottom: 20px;
}



.billboard .wrapp {
    padding: 30px 75px;
    background-image: url(../image/billboard-bg.png);
    background-size: cover;
    border-radius: 10px;
    position: relative;
}
.billboard .content {
    width: 45%;
    position: relative;
    z-index: 1;
}
.billboard .content h2 {
    margin-bottom: 20px;
}
.billboard .content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 30px;
}
.billboard .wrapp:before {
    content: "";
    width: 875px;
    height: 320px;
    background-image: url(../image/billboard-bg1.png);
    background-position: bottom right;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.billboard .image {
    position: absolute;
    right: 30px;
    bottom: 0;
}
.billboard .buttons {
    display: flex;
    align-items: flex-start;
}
.billboard .buttons a {
    margin-right: 15px;
    white-space: nowrap;
}
.billboard .buttons a:last-child {
    margin-right: 0;
}



.articles-rows {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 30px;
}
.articles-buttons {
    text-align: center;
}


.card-post {
    width: 33.33%;
    padding: 0px 20px;
    margin-bottom: 40px;
}
.card-post .image {
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
}
.card-post .author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.card-post .author img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.card-post .author .name {
    padding-left: 18px;
    font-weight: 500;
}
.card-post .title {
    font-weight: 400;
    font-family: "Gilroy";
    color: #2d2d2d;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}
.card-post .title:hover {
    color: #378ede;
}
.card-post .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
}
.card-post .tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-post .tags {
    font-weight: 300;
}
.card-post .tags .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-post .tags .curs {
    position: relative;
    padding-right: 20px;
}
.card-post .tags .curs:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 10px;
    background-color: #CDCDCD;
    top: 0;
    bottom: 0;
    right: 9px;
}
.card-post .tags .meta {
    text-align: center;
    line-height: 35px;
    background-color: #F1F1F1;
    border-radius: 100px;
    display: inline-block;
    color: #2d2d2d;
    padding: 0px 16px;
    max-width: 150px;
    transition: color .3s;
}
.card-post .tags .meta span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.card-post .tags .meta:hover {
    background-color: #378ede;
    color: #fff;
}
.card-post .tags .bookmark:hover svg path {
    fill: #378ede;
}
.card-post .tags .current.bookmark svg path {
    fill: #378ede;
}



.content-box .content p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 28px;
}
.content-box .content a {
    color: #378ede;
    text-decoration: underline;
}
.content-box .content p:last-child {
    margin-bottom: 0;
}


.archive-faq h1 {
    margin-bottom: 30px;
}
.archive-faq h1.mb60 {
    margin-bottom: 60px;
}
.archive-faq .theme {
    padding: 30px 0;
    margin-bottom: 70px;
    background: #F5F5F5;
}
.archive-faq .theme h2 {
    margin-bottom: 30px;
}
.archive-faq .theme ul {
    padding-left: 20px;
}
.archive-faq .theme a {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 28px;
}
.archive-faq .theme a:hover {
    color: #378ede;
}

.faq-item {
    border-bottom: 1px solid #CDCDCD;
}
.faq-item .top {
    height: 65px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 50px;
    cursor: pointer;
}
.faq-item .top .title {
    font-size: 22px;
    font-weight: 500;
}
.faq-item .top .ellipse {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #F5F5F5;
}
.faq-item .top .ellipse:after,
.faq-item .top .ellipse:before {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 2px;
    background-color: #B6B6B6;
    transition: transform .3s;
}
.faq-item .top .ellipse:after {
    transform: rotate(90deg);
}
.faq-item .top.active .ellipse:after {
    transform: rotate(0deg);
}
.faq-item .top.active .ellipse {
    background-color: #378ede;
}
.faq-item .top:hover .ellipse {
    background-color: #378ede;
}
.faq-item .top:hover .ellipse:after,
.faq-item .top:hover .ellipse:before {
    background-color: #fff;
}
.faq-item .top.active .ellipse:after,
.faq-item .top.active .ellipse:before {
    background-color: #fff;
}
.faq-item .bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}
.faq-item .bottom p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}


.billboard-foot {
    background-image: url(../image/billboard-foot.png);
    background-size: cover;
    padding: 20px 0;
}
.billboard-foot .rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.billboard-foot h2 {
    color: #fff;
}
.billboard-foot .button2 {
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}
.billboard-foot .button2:hover {
    color: #000;
    background: #DFDFDF;
    border-color: #DFDFDF;
}




footer {
    background: linear-gradient(93.26deg, #F5F5F5 -1.8%, #FAFAFA 105.44%);
    padding-top: 80px;
}
footer .rows {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .colon-left {
    width: 75%;
}
footer .rows-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .menu {
    /* flex: 1 1 auto; */
    padding-right: 20px;
    margin-bottom: 40px;
    width: 31%;
}
footer .menu:last-child {
    padding-right: 0;
}
footer .menu .title {
    font-weight: 500;
    display: block;
    font-size: 22px;
    margin-bottom: 30px;
}
footer .menu li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}
footer .menu a {
    color: #2d2d2d;
    white-space: nowrap;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    display: block;
    border: 1px solid #2D2D2D;
    border-radius: 100px;
}
footer .menu a:hover {
    color: #378ede;
}
footer .footer-content {
    padding-top: 49px;
    width: 63%;
}
footer .footer-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
footer .colon-right {
    width: 17%;
}
footer .logo img {
    width: 150px;
    margin-top: -13px;
}
footer .sub-logo {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: 30px;
}
footer .phone {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 500;
}
footer .phone svg {
    margin-right: 10px;
}
footer .phone svg path {
    stroke: #000;
}
footer .phone:hover {
    color: #378ede;
}
footer .footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #CDCDCD;
}
footer .footer-bottom a {
    font-size: 18px;
    font-weight: 300;
    color: #2d2d2d;
    padding: 18px 0;
    display: inline-block;
    margin-right: 40px;
}
footer .footer-bottom a:last-child {
    margin-right: 0;
}
footer .footer-bottom a:hover {
    color: #378ede;
}

.footer_mini {
    padding-top: 0;
}
.footer_mini .rows {
    display: none;
}
.footer_mini .footer-bottom {
    margin-top: 0;
    border: 0;
}

.kama_breadcrumbs {
    margin-bottom: 35px;
}
.kama_breadcrumbs span b,
.kama_breadcrumbs span {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 300;
}
.kama_breadcrumbs a:hover span {
    color: #378ede;
}


.content-editor p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.content-editor h2 {
    margin-bottom: 30px;
    font-size: 38px;
}
.content-editor h3 {
    margin-bottom: 30px;
}
.content-editor h4 {
    margin-bottom: 30px;
}
.content-editor blockquote {
    position: relative;
    padding: 35px 80px 35px 240px;
    margin-bottom: 60px;
    border-radius: 10px;
    border: 1px solid #2D2D2D;
}
.content-editor blockquote:after {
    content: "";
    position: absolute;
    left: 54px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/attention.svg);
}
.content-editor blockquote p {
    margin-bottom: 0;
}
.content-editor blockquote:before {
    content: "Обратите внимание!";
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}
.content-editor ol,
.content-editor ul {
    padding-left: 20px;
    margin-bottom: 40px;
}
.content-editor ol li,
.content-editor ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #2d2d2d;
}
.content-editor > *:last-child {
    margin-bottom: 0;
}
.content-editor a {
    text-decoration: underline;
    color: #378ede;
}

.post-banner {
    padding-top: 45px;
    margin-bottom: 60px;
}
.post-banner .wrapp {
    padding: 30px 45px;
    background-image: url(../image/billboard-bg.png);
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.post-banner .content {
    width: 67%;
    position: relative;
    z-index: 2;
}
.post-banner .content .title {
    font-weight: 400;
    font-family: "Gilroy";
    color: #2d2d2d;
    font-size: 35px;
    display: block;
    margin-bottom: 20px;
}
.post-banner .content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 30px;
}
.post-banner .wrapp:before {
    content: "";
    width: 550px;
    height: 330px;
    background-image: url(../image/banner-post.png);
    background-position: bottom right;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.post-banner .bg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.post-banner .button {
    color: #fff;
    text-decoration: none;
}
.post-banner-5 .wrapp {
    height: 320px;
    overflow: visible;
    padding: 60px 50px;
}
.post-banner-5 .bg {
    width: 255px;
    right: 70px;
}
.post-banner-5 .wrapp:before {
    background-image: url(../image/banner-post-1.png);
    background-repeat: no-repeat;
    width: 570px;
}


.single_article {
    padding-top: 70px;
    padding-bottom: 60px;
    overflow: hidden;
}
.single_article h1 {
    width: 50%;
    margin-bottom: 20px;
}
.single_article .article__title
{
    margin-bottom: 30px;
    font-size: 38px;
}


.single_article .colons {
    display: flex;
    justify-content: space-between;
}
.single_article .content-page {
    width: 67%;
}
.single_article .article-top {
    overflow: hidden;
    position: relative;
}
.single_article .article-top .image {
    border-radius: 10px;
    width: 100%;
}
.single_article .article-top__wrapp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
}
.single_article .article-tags {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.single_article .article-tags a {
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    color: #2d2d2d;
    padding: 0px 25px;
    font-size: 18px;
    min-width: 100px;
    margin: 0px 15px 15px 0;
    transition: color .3s;
}
.single_article .article-top__bottom {
    width: 100%;
}
.single_article .article-tags a:hover {
    background-color: #378ede;
    color: #fff;
}
.single_article .article-tags a:last-child {
    margin-right: 0;
}
.single_article .article-count {
    border-radius: 10px;
    padding: 16px 29px;
    background-color: #2D2D2D;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.single_article .article-count .count {
    line-height: 25px;
    font-weight: 500;
    font-size: 22px;
    padding-left: 33px;
    position: relative;
    color: #fff;
    margin-right: 20px;
}
.single_article .article-count .count .decription {
    font-weight: 300;
}
.single_article .article-count .count::after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single_article .article-count .count-read::after {
    background-image: url(../image/count-1.svg);
}
/*.single_article .article-count .count-like::after {
    background-image: url(../image/count-2.svg);
}*/
.single_article .article-count .left
{
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_article .article-count a
{
    color:#fff;
    display: flex;
    align-items: center;
}
.single_article .article-count .count-like
{
    text-align: center;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-size: 22px;
    height: 25px;
    vertical-align: middle;
}
.single_article .article-count a svg
{
    margin-right:10px;
    fill: #fff;
}
.single_article .article-count a.current svg
{
    fill:#ff90f0;
}

.single_article .article-count .count-comment::after {
    background-image: url(../image/count-3.svg);
}
.single_article .article-count .count-date::after {
    background-image: url(../image/count-4.svg);
}
.single_article .article-count .count:last-child {
    margin-right: 0;
}
.single_article .article-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}
.single_article .article-author .ava {
    width: 85px;
    height: 85px;
    border-radius: 100%
}
.single_article .author-info {
    width: 90%;
}
.single_article .author-name {
    display: block;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}
.single_article .author-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single_article .author-meta .curs {
    position: relative;
    padding-right: 20px;
}
.single_article .author-meta .curs:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 10px;
    background-color: #CDCDCD;
    top: 0;
    bottom: 0;
    right: 9px;
}
.single_article .author-meta .links {
    display: flex;
    align-items: center
}
.single_article .author-meta .links a {
    display: inline-block;
    margin-right: 10px;
}
.single_article .author-meta .links a:last-child {
    margin-right: 0;
}
.single_article .author-meta .links a:hover svg path {
    fill: #378ede;
}
.single_article .author-meta .links a.current svg path {
    fill: #378ede;
}
.single_article .content-tags {
    padding: 60px 0 0 0;
}
.single_article .content-tags a {
    background-color: #F5F5F5;
}
.single_article .table-contents {
    padding: 55px 25px 55px 0;
    background-color: #F5F5F5;
    border-radius: 0 10px 10px 0;
    margin-bottom: 60px;
    position: relative;
}
.single_article .table-contents h2 {
    font-size: 38px;
    margin-bottom: 50px;
}
.single_article .table-contents ul {
    padding-left: 25px;
}
.single_article .table-contents ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.single_article .table-contents ul li a {
    color: #2d2d2d;
}
.single_article .table-contents ul .H2 {
    margin-top: 20px;
}
.single_article .table-contents ul .H2:first-child {
    margin-top: 0;
}
.single_article .table-contents ul .H3 {
    list-style: none;
    padding-left: 15px;
    font-weight: 300;
}
.single_article .table-contents ul .H4 {
    list-style: none;
    padding-left: 30px;
    font-weight: 300;
}
.single_article .table-contents ul a:hover {
    color: #378ede;
}
.single_article .table-contents ul .current a {
    color: #378ede;
}
.single_article .table-contents:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
    width: 300%;
    background-color: #F5F5F5;
    z-index: -1;
}

.post-sidebar {
    background-color: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 40px;
}
.post-sidebar:last-child {
    margin-bottom: 0;
}
.post-sidebar .image {
    width: 100%;
    border-radius: 10px;
}
.post-sidebar .wrapp {
    padding: 30px;
}
.post-sidebar .title {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #2d2d2d;
}
.post-sidebar .title:hover {
    color: #378ede;
}
.post-sidebar .read {
    line-height: 25px;
    font-weight: 500;
    font-size: 18px;
    padding-left: 26px;
    position: relative;
}
.post-sidebar .read:before {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/count-1-black.svg);
}
.post-sidebar .curs {
    position: relative;
    line-height: 25px;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 300;
    white-space: nowrap;
}
.post-sidebar .curs:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 10px;
    background-color: #CDCDCD;
    top: 0;
    bottom: 0;
    left: 9px;
}


.single_article .sidebar {
    width: 30%;
}
.single_article .sidebar .sidebar_title {
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 28px;
}
.single_article .sidebar .table-contents:before {
    right: auto;
    left: 20px;
}
.single_article .sidebar .table-contents {
    padding: 30px 0 30px 30px;
    border-radius: 10px 0 0 10px;
    margin-bottom: 0;
    margin-top: 60px;
}
.single_article .sidebar .table-contents h2 {
    font-size: 22px;
    margin-bottom: 25px;
}
.single_article .sidebar .table-contents ul {
    padding-left: 20px;
}
.single_article .sidebar .content-tags {
    padding-bottom: 30px;
}
.single-post .description-project h2 {
    margin-bottom: 20px;
}
/*.single-post .popular-post__artcle-colons
{
    display: flex;
    justify-content: space-between;
}*/



.comments_template {
    padding-bottom: 60px;
}
.comments_template form {
    position: relative;
}
.comments_template form .input {
    display: block;
    width: 100%;
    padding: 15px 30px;
    border: 0;
    background: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 15px;
    outline: none;
}
.comments_template form textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 25px 30px;
    border: 0;
    background: #F5F5F5;
    border-radius: 10px;
    outline: none;
}
.comments_template form .comment-form-cookies-consent {
    display: none;
}
.comments_template form button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: transparent;
    outline: none;
    cursor: pointer;
}
.comments_template form .comment-notes {
    display: none;
}
.comments_template .comment-reply-title {
    margin-bottom: 40px;
}
.comments_template .comments_list {
    display: flex;
    padding-top: 40px;
    margin: 0px -20px;
    flex-wrap: wrap;
}
.comments_template .comment_item {
    flex: 1 1 auto;
    margin: 20px;
    border-radius: 10px;
    padding: 40px 45px 30px 45px;
    background-color: #F5F5F5;
}
.comments_template .comment_item .author {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}
.comments_template .comment_item .ava {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}
.comments_template .comment_item .info {
    padding-left: 20px;
}
.comments_template .comment_item .name {
    display: block;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}
.comments_template .comment_item .date {
    display: block;
    font-weight: 300;
    font-size: 18px;
}
.comments_template .comment_item .text {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.comments_template .comments_button {
    padding-top: 30px;
    text-align: center;
}




.template {
    padding: 80px 0;
}
.template .kama_breadcrumbs {
    margin-bottom: 20px;
}
.colons-template {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.left-template {
    width: 67%;
}
.right-template {
    width: 30%;
}


.sidebar_mtop {
    height: 96px;
    margin-bottom: 0;
}
.sidebar-banner {
    background-color: #F5F5F5;
    border-radius: 10px;
}
.sidebar-banner img {
    width: 100%;
    border-radius: 10px;
}
.sidebar-banner .wrapp {
    padding: 30px;
}
.sidebar-banner .title {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #2d2d2d;
}
.sidebar .popular-post {
    margin-bottom: 40px;
}

.faq-category {
    margin-bottom: 60px;
}
.faq-category:last-child {
    margin-bottom: 0;
}
.faq-category h2 {
    margin-bottom: 35px;
}
.faq-category__wrapp {
    margin-bottom: 40px;
}
.faq-category__wrapp:last-child {
    margin-bottom: 0;
}
.faq-category__buttons {
    text-align: center;
}
.faq-card {
    padding: 30px;
    border-radius: 10px;
    background: #F5F5F5;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.faq-card:last-child {
    margin-bottom: 0;
}
.faq-card .wrapp {
    width: 67%;
}
.faq-card__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.faq-card__tags a {
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
    display: inline-block;
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    padding: 0px 25px;
    font-size: 18px;
    min-width: 110px;
    margin: 0px 15px 15px 0;
    transition: color .3s;
}
.faq-card__tags a:hover {
    border-color: transparent;
    background: linear-gradient(94.31deg, #378EDE -18.36%, #51ABFF 107.44%);
    color: #fff;
}
.faq-card h3 {
    margin-bottom: 30px;
}
.faq-card__text {
    font-size: 18px;
    line-height: 28px;
}



.single-faq h1 {
    width: 67%;
}
.single-faq .faq-theme {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #CDCDCD;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.single-faq .faq-theme:last-child {
    margin-bottom: 0;
}
.single-faq .faq-theme .content {
    width: 80%;
}
.single-faq .faq-theme .image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #D9D9D9;
}
.single-faq .faq-theme .image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.single-faq .faq-theme h3 {
    margin-bottom: 30px;
}
.single-faq .answer.faq-theme {
    background: #F5F5F5;
    border-color: #F5F5F5;
    margin-bottom: 80px;
    position: relative;
}
.single-faq .answer.faq-theme:before {
    content: "";
    width: 300%;
    height: 1px;
    background: #CDCDCD;
    position: absolute;
    bottom: -40px;
    right: 0;
}
.single-faq .answer.faq-theme:last-child {
    margin-bottom: 0;
}
.single-faq .answer.faq-theme:last-child:before {
    display: none;
}
.single-faq .more_faq {
    padding-top: 65px;
}

.searchform {
    display: flex;
    position: relative;
    z-index: 1;
}
.searchform .input {
    border-radius: 50px;
    height: 75px;
    padding: 0px 100px 0 30px;
    outline: none;
    font-size: 16px;
    width: 530px;
    background: transparent;
    border: 1px solid #2D2D2D;
}
.searchform .button {
    width: 200px;
    margin-left: -80px;
    cursor: pointer;
}


.archive-top {
    padding-top: 80px;
    margin-bottom: 60px;
}
.archive-top .wrapp {
    position: relative;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 70px;
}
.archive-top .text {
    width: 67%;
}
.archive-top h1 {
    margin-bottom: 20px;
}
.archive-top .bg {
    position: absolute;
    bottom: 0;
    right: 10px;
    max-height: 100%;
}



.base-archive {
    padding-bottom: 60px;
}
.base-archive h2 {
    margin-bottom: 40px;
}
.base-archive__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.base-archive__row .item {
    border-radius: 10px;
    width: 45%;
    margin: 20px;
    padding: 30px;
    background: #F5F5F5;
    flex: 1 1 auto;
}
.base-archive__row .title {
    text-transform: uppercase;
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
}
.base-archive__row a {
    color: #1D7ACF;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: underline;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    display: block;
}
.base-archive__row a:hover {
    text-decoration: none;
}


.contact-region {
    margin-bottom: 80px;
}
.contact-region .wrapp {
    border-radius: 10px;
    display: flex;
}
.contact-region .info {
    background: #F5F5F5;
    padding: 30px 70px;
    width: 50%;
    border-radius: 10px 0 0 10px;
}
.contact-region h1 {
    margin-bottom: 25px;
}
.contact-region .select {
    position: relative;
    margin-bottom: 30px;
}
.contact-region .select_top {
    border: 1px solid #2D2D2D;
    height: 75px;
    display: flex;
    background: #F5F5F5;
    align-items: center;
    border-radius: 50px;
    padding-left: 61px;
    padding-right: 65px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    transition: color .3s;
}
.contact-region .select_top svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-region .select_top .gps {
    left: 25px;
}
.contact-region .select_top .arrows {
    right: 25px;
    transition: transform .4s;
}
.contact-region .select_top.current .arrows {
    transform: rotate(180deg);
}
.contact-region .select_top .title {
    font-size: 18px;
}
.contact-region .select_top:hover .title {
    color: #378ede;
}
.contact-region .select_top:hover .gps path {
    fill: #378ede;
}
.contact-region .select ul {
    position: absolute;
    left: 0;
    top: calc(50% + 0px);
    border: 1px solid #2D2D2D;
    z-index: 2;
    padding-top: 50px;
    background-color: #F5F5F5;
    width: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: none;
}
.contact-region .select ul li {
    list-style: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}
.contact-region .select ul li:hover {
    color: #378ede;
    background: #fff;
}
.contact-region .text p {
    font-size: 18px;
    line-height: 28px;
}
.contact-region .text_mobile p {
    font-size: 18px;
    line-height: 28px;
}
.contact-region .map {
    border-radius: 0 10px 10px 0;
    width: 50%;
}


.page_404 {
    padding: 80px 0;
}        
.page_404 .rows {
    display: flex;
    flex-wrap: wrap;
}        
.page_404 .text {
    width: 50%;
}        
.page_404 .error {
    font-size: 128px;
    font-family: "Gilroy";
}        
.page_404 h1 {
    margin-bottom: 30px;
}        
.page_404 .subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}        
.page_404 .bg {
    width: 50%;
    position: relative;
}       
.page_404 .bg img {
    position: absolute;
    left: 0;
    width: 100%;
    top: -70px;
    z-index: -1;
}       







.quiz {
    padding: 100px 0;
}
.quiz h1 {
    margin-bottom: 40px;
}
.quiz__row {
    display: flex;
    border: 1px solid rgba(216,216,216,0.50);
}
.quiz__left {
    width: 100%;
    min-height: 500px;
    padding: 25px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.quiz__right {
    width: 25%;
    display: none;
    padding: 20px;
    color: #222222;
    position: relative;
}
.quiz-content__discount {
    background-color: #FFE684;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.quiz-content__user {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(216,216,216,0.50);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.quiz-content__ava img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.quiz-content__info {
    width: 75%;
}
.quiz-content__name {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.quiz-content__post {
    font-size: 16px;
}
.quiz-content__text {
    color: rgb(36, 38, 63);
    font-size: 14px;
    opacity: 0.6;
}
.quiz-body__description {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.quiz-body__tabs {
    height: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.quiz-body__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quiz-body__butt {
    border-radius: 5px;
    line-height: 40px;
    padding: 0px 16px;
    background: linear-gradient(94.31deg, #378EDE -18.36%, #51ABFF 107.44%);
    margin-left: 16px;
    cursor: pointer;
    color: #fff;
}
.quiz-body__butt.prev {
    border: 1px solid #2D2D2D;
    background: none;
    color: #000;
}
.quiz-body__butt.dis {
    opacity: 0.3;
    cursor: default;
}
.quiz-body__bar {
    width: 100%;
}
.quiz-body__voploss {
    opacity: 0.5;
    font-size: 18px;
    color: #24263F;
    margin-bottom: 10px;
}
.quiz-body__line {
    width: 100%;
    height: 5px;
    background: #D2D2D7;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
}
.quiz-body__line span {
    height: 5px;
    background: #51ABFF;
    transition: .3s;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
}
.quiz-body__tabs {
    min-height: 350px;
}
.quiz-body__list {
    display: flex;
    flex-direction: column;
}
.quiz-body__tabs > div {
    display: none;
}
.quiz-body__tabs > div:first-child {
    display: block;
}
.quiz-body__top {
    margin-bottom: 30px;
}
.quiz-body__title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 21px;
}
.quiz-body__subtitle {
    opacity: 0.5;
    font-size: 14px;
    color: #24263F;
}
.quiz-body__label {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    font-size: 16px;
    color: #24263F;
    background-color: #fff;
}
.quiz-body__label:after {
    content: "";
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 100%;
    outline: 1px solid #51ABFF;
    background-color: #fff;
    border: 6px solid #fff;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.quiz-body__active:after {
    background-color: #51ABFF;
}
.quiz-body__several .quiz-body__label:after {
    border-radius: 4px;
}

.quiz-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz-form__wrapp {
    width: 580px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quiz-form__title {
    font-weight: 700;
    width: 580px;
    max-width: 100%;
    text-align: center;
    font-size: 21px;
    color: #24263F;
    margin-bottom: 25px;
}
.quiz-form__row {
    width: 280px;
    max-width: 100%;
}
.quiz-form__row .input {
    width: 100%;
    border: 0;
    height: 50px;
    border-radius: 5px;
    padding: 0px 14px;
    margin-bottom: 3px;
    outline: none;
    font-size: 16px;
}
.quiz-form__row .button {
    border-radius: 5px;
    height: 50px;
    border: 0;
    cursor: pointer;
    padding: 0px 16px;
    font-size: 16px;
    width: 100%;
    background: linear-gradient(94.31deg, #378EDE -18.36%, #51ABFF 107.44%);
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz-form__row .confirm {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}
.quiz-form__row .confirm input {
    margin-right: 5px;
    margin-top: 4px;
}
.quiz-form__row textarea {
    width: 100%;
    height: 200px;
    display: none;
}
.quiz-form__row form br {
    display: none;
}
.quiz-form__row form .wpcf7-spinner {
    display: none;
}
.quiz-form__row form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}
.quiz-form__row form .wpcf7-response-output {
    display: none;
}


.popup-sity {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.50);
    display: none;
}
.popup-sity__close--bg {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}
.popup-sity__wrapp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
    width: 700px;
    padding: 35px 0;
    max-height: 70%;
    overflow: auto;
}
.popup-sity__grid {
    columns: 3;
    padding: 0 35px;
}
.popup-sity__grid a {
    display: block;
    font-weight: 400;
    color: #2d2d2d;
    font-size: 18px;
    margin-bottom: 6px;
}
.popup-sity__grid a:last-child {
    margin-bottom: 0;
}
.popup-sity__grid a:hover {
    color: #378ede;
}
.popup-sity .title {
    font-weight: 400;
    font-family: "Gilroy";
    color: #2d2d2d;
    font-size: 36px;
    padding: 0 35px 20px 35px;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 20px;
}
.popup-sity .suntitle {
    font-weight: 500;
    color: #2d2d2d;
    font-size: 21px;
    display: block;
}
.popup-sity__inner {
    margin-bottom: 15px;
}
.popup-sity__inner:last-child {
    margin-bottom: 0;
}


.hustle-popup-content .hustle-title {
    font-weight: 500 !important;
    font-family: "Gilroy" !important;
}
.hustle-popup-content .hustle-title span {
    color: #378ede;
    font-family: "Gilroy" !important;
}
.hustle-popup-content .hustle-group-content ul li {
    list-style: none;
    padding-left: 8px !important;
    position: relative;
}
.hustle-popup-content .hustle-group-content ul li:after {
    content: "";
    content: " ";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 8px;
    background-color: #378ede;
}
.hustle-popup-content .hustle-group-content ul li:before {
    display: none !important;
}
