h1, .h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
}
h2, .h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}
h3, .h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-64 {
    font-size: 64px !important;
}
.strong, b {
    font-weight: bold;
}
.font-w400 {
    font-weight: 400 !important;
}

.content-img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.content-slider {
    margin-bottom: 15px;
}
.content-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -10px;
    margin-left: -10px;
}
.content-images > span {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0 10px;
}
.content-images > span > img {
    max-width: 100%;
    height: auto;
}

.quote {
    font-family: Montserrat, sans-serif;
    font-size: 88%;
    display: block;
    margin: 26px 0 20px;
    padding: 38px 70px 34px 95px;
    position: relative;
    background-color: #f4f4f4;
    background-image: url(/images/icons/quote.png);
    background-repeat: no-repeat;
    background-position: 30px 43px;
}
.inset {
    max-width: 100%;
}

form input.wrong{
    border-color: red;
}
form input.wrong:focus{
    border-color: red;
}
form label.wrong{
    color:red;
}

/* Натяжка Grishchenko studio */
.rkd-header-search .baron__root {
	z-index: 999;

	border-radius: 6px;

	background-color: white;
}

.api-search-title-backdrop {
	opacity: .56 !important;
	background-color: rgba(54, 35, 36, 0.5) !important;
}

.rkd-header-search .api-item {
	color: #573032;
	font-weight: normal;
    font-size: 15px;
    line-height: 143.3%;
	margin-bottom: 11px;
}

.rkd-header-search .api-item-link {
	display: flex;
}

.rkd-header-search .api-item-prop-value {
	font-size: 13px;
	opacity: .74;
}

.rkd-header-search .api-item-discount {
	color: #B37736;
	font-size: 14px;
	line-height: 19px;
	text-decoration: line-through;
}

.rkd-header-search .api-item-price {
	color: #DD2645;
	font-weight: 600;
	font-size: 17.2px;
	line-height: 143.3%;
}

.rkd-header-search .api-item-name {
	font-size: 16.2px;
}

.rkd-header-search .api-category-list {
	padding: 10px;
	padding-top: 6px;
}

.rkd-header-search .api-item-picture {
	display: block;
	width: 52px;
}

.rkd-header-search .api-category-title {
	margin-bottom: 15px;

	display: block;

	font-weight: bold;
	font-size: 17px;
	line-height: 19px;
	color: #573032;
}

.rkd-header-search .api-result-all {
	margin-top: 20px;
	margin-bottom: 21px;
}

.rkd-header-search .api-result-all > a {
	padding: 10px;
    border-radius: 6px;

    background-color: #6E4549;
	color: #FBF8EF;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
}

.col-api-item-image {
	padding-right: 0;
}

.raiting_review_wrapper {
    margin-top: 1rem;
}
.blog-detail__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
}
.bx-authform-link-container button {
    width: 100%;
    margin: 20px 0;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    z-index: 1001;
    opacity: 0.5;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #6E4549;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

.payments_exchange_start_button {
    margin-bottom: 20px;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.payments_exchange__table {
    font-size: 14px;
}

.payments_exchange__wrapper {
    padding: 19px
}

#pagination__select {
    margin-left: 20px;
    width: 132px;
}

jdiv [class^="wrap_"] {
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
	.col-api-item-image {
		padding-left: 10px;
	}

	span.col-api-item-image.col-api-item-image > img {
		width: 100%;
	}

	.rkd-header-search .api-category-list {
		padding-bottom: 32px;
	}
}


@media (min-width: 768px) {
	span.col-api-item-image.col-api-item-image > img {
		height: 100%;
	}
}

@media (max-width: 768px) {
    .soa-badge__name {
        display: none!important;
    }
}




