@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html,
body {
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    overflow-y: auto;
    min-width: 320px;
    font: 12px/1.4em 'Roboto', sans-serif;
    color: #fff;
    background: #edeef7;
}
section.main_section.calc-section {
    padding: 80px 0;
	padding-top: 0px;
}

a {
    transition: color 0.35s, background-color 0.35s, background 0.35s;
}


a:hover,
a:focus {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    border: 0;
}
.way-item a {
    color: #857fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Montserrat, 'sans-serif';
}

button {
    cursor: pointer;
}


.main-container {
    min-height: 70vh;
}


.tiny-description h1 {
    font-size: 186%;
}


.tiny-description h2 {
    font-size: 158%;
}


.tiny-description h3 {
    font-size: 143%;
}


.tiny-description h4 {
    font-size: 135%;
}


.tiny-description h5 {
    font-size: 125%;
}


.tiny-description h6 {
    font-size: 115%;
}


.tiny-h-lines h1,
.tiny-h-lines h2,
.tiny-h-lines h3,
.tiny-h-lines h4,
.tiny-h-lines h5,
.tiny-h-lines h6 {
    padding-left: 20px;
    position: relative;
}


.tiny-h-lines h1:before,
.tiny-h-lines h2:before,
.tiny-h-lines h3:before,
.tiny-h-lines h4:before,
.tiny-h-lines h5:before,
.tiny-h-lines h6:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 2px);
    right: 100%;
    left: auto;
    bottom: auto;
    width: 46px;
    height: 4px;
    background-color: var(--theme-color);
}


.tiny-description img {
    width: 100%;
    margin: 20px 0;
}


.tiny-description h1,
.tiny-description h2,
.tiny-description h3,
.tiny-description h4,
.tiny-description h5,
.tiny-description h6 {
    margin-bottom: 20px;
    position: relative;
}


.tiny-description p,
.tiny-description div {
    margin-bottom: 40px;
}


.tiny-description ul p,
.tiny-description ul div {
    margin-bottom: 0px;
    color: #242424;
}


.tiny-description ul {
    color: var(--theme-color);
    list-style-type: none !important;
    margin-left: 0;
    padding: 0;
    margin-bottom: 35px;
}


.tiny-description ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
}


.tiny-description ul li:before {
    content: "";
    width: 6px;
    height: 3px;
    position: absolute;
    top: calc(50% - 1.5px);
    left: 9px;
    right: auto;
    bottom: auto;
    background-color: var(--theme-color);
}


.screen {
    padding: 50px 15px;
    position: relative;
}

.home_post-date {
    padding: 0 0 5px 0;
    color: #111;
    font: 14px 'Roboto', sans-serif;
	display: none;
}
.last_post-title {
    color: #aaa;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}
.last_post-title {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
}

.home_post-title {
    font: 14px 'Roboto', sans-serif;
    color: #fff;
}

.home_post-item {
    margin-bottom: 25px;
}

.home_post-item a:hover .home_post-title{
    color: var(--theme-color);
}

.home_post-block {
    padding: 50px 15px 25px;
}

.home_post-block .owl-background-box {
    padding-top: 40px;
}

.exchange-blueThem-title {
    text-transform: uppercase;
    font-size: 200%;
    font-weight: bold;
    color: white;
    margin-bottom: 35px;
    padding: 5px 0;
    padding-left: 15px;
    position: relative;
}


.-outline:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -1000%;
    margin: auto;
    height: 4px;
    background-color: white;
}


.seo-text {
    padding: 50px 0 100px;
}

.btn-default-outline,
.btn-site-color-outline {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    border: none;
    border-bottom: 3px solid #4169E1;
    background: #4169E1 ;
    border-radius: 3px;
    height: 40px;
    font: 700 18px/40px 'Open Sans', serif;
    color: #ff;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
}


.btn-default-outline:hover,
.btn-default-outline:focus,
.btn-site-color-outline:hover,
.btn-site-color-outline:focus {
    color: #fff;
    background: #4169E1;
    outline: 0;
    box-shadow: none;
    border-bottom: 3px solid #4169E1;
}

.success-text,
.error-text {
    padding: 25px 15px;
    text-align: center;
    font-size: 120%;
    letter-spacing: 1px;
}


.success-text {
    color: var(--theme-color);
}


.error-text {
    color: #a54a4a;
}


button.rezult-modal-btn {
    background-color: var(--theme-color);
    color: white;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: bold;
}


.rezult-modal-btn:hover,
.rezult-modal-btn:focus {
    background-color: rgba(240, 25, 25, 0.5);
    color: white;
}


.icon:before {
    vertical-align: sub;
    font-size: 120%;
}


.site-error {
    padding: 100px 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
}


.error-code {
    font-size: 1500%;
    font-weight: bold;
    letter-spacing: 22px;
    color: var(--theme-color);
}
.page-title-blue {
	position: relative;
    z-index: 4;
}
.page-title-blue .page-title-width {
    margin-top: 50px;
}
.page-title-blue .page-title-width .inner-h1 h1 {
    color: #857fff;
    font-family: Montserrat, 'sans-serif';
    font-weight: 800;
    font-size: 30px;
    text-shadow: 0 0 40px rgb(8 4 109 / 15%);
}

.review._secondary-pages .owl-background-box div.items .pager {
    width: 100%;
}

.review._secondary-pages .owl-background-box div.items .rsi-item {
    padding: 10px;
    margin: 0;
    width: 50%;
}
.review._secondary-pages .owl-background-box div.items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.page-title-blue img {
    display: none;
}
.page-title-blue .inner-h1 {
    padding: 20px;
}
.page-title-blue .page-title-width {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    padding: 15px;
	justify-content: center;
}
.page-title-blue .page-title-width .inner-h1 {
    padding-left: 15px;
}
.page-title-blue .page-title-width .inner-h1 h1 {
    font-size: 20px;
}
.open_post-description {
	background: #fff;
    padding: 20px;
    color: #999;
    margin: 10px 0;
    border-radius: 12px;
	box-shadow: 0 0 40px rgb(8 4 109 / 15%);
}
.open_post-description {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.socials {
    display: none!important;
}
.box-news {
    margin-bottom: 60px;
}

.container-last-news .last_post-item {
    background: #fff;
    width: 32%;
    flex: 1 0 32%;
    margin: 0.5%;
	box-shadow: 0 0 40px rgb(8 4 109 / 15%);
}
@media (max-width: 424px) {
    .error-code {
        font-size: 1000%;
    }
}

.error-description.tiny-description {
    color: var(--theme-color);
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 30px 10px;
}


.site-error .btn-site-color-outline {
    border-color: var(--theme-color);
    color: var(--theme-color);
}


.inner-h1 {
    text-transform: uppercase;
}

.white-bg {
    background: #fff;
    margin-top: 20px;
    border-radius: 12px;
	box-shadow: 0 0 40px rgb(8 4 109 / 15%);
}

.bg-dark {
    margin-top: 20px;
    background-color: #fff!important;
    border-radius: 12px;
	box-shadow: 0 0 40px rgb(8 4 109 / 15%);
}
.shapes {
    display: none;
}
section._secondary-pages .about-wrapper .about-content {
    color: #777;
}
@media (min-width: 1400px) {
    .custom-container {
        max-width: 1360px;
    }
}


@media (min-width: 2048px) {
    .custom-container {
        max-width: 1920px;
    }
}

@media (max-width: 991px) {
    html, body{
        background-attachment: fixed;
    }
}
@media (max-width: 768px) {
    .blog-block + .pagination{
        margin-bottom: 30px;
    }

    .blog-wrapper .owl-background-box{
        padding: 15px 20px;
    }
	section._secondary-pages .about-wrapper .about-content ol {
    padding-left: 0;
}
}
@media (max-width: 576px) {
    .owl-background-box{
        padding: 15px 30px;
    }
	.page-title-blue .page-title-width {
    padding-bottom: 0;
    padding-top: 25px;
}
.page-title-blue .page-title-width .inner-h1 {
    padding-bottom: 0;
}
}
