@charset "utf-8";
/* CSS Document */

.custom-blocks * {
    border-width: 0;
    border-style: solid !important;
    border-color: #ff4228;
    
}

.custom-blocks .table1 td, .custom-blocks .table2 td, .custom-blocks .table1 th, .custom-blocks .table2 th {
    border-width: 1px;
}

.custom-blocks .text a {
    color: #fb0303;
}

.custom-blocks a.highslide img {
	border-width: 0;
}

.custom-block-item {
    margin: 0 0 40px;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    color: #222222;
}

.custom-block-text-body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.custom-block-text-body .img-block {
    display: flex;
    align-items: center;
    width: calc( 50% - 20px );
    position: relative;
    margin-right: 20px;
}

.custom-block-text-body .text {
    width: 50%;
    padding: 40px 0;
}

.custom-block-title {
    font-size: 25px;
    color: #111;
    font-weight: 600;
}

.custom-block-text-body .img-block > div {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.custom-block-text-body.right {
    flex-direction: row-reverse;
}

.custom-block-text-body.right .img-block {
    margin: 0 0 0 20px;
}


@media screen and (max-width: 480px) {
.custom-block-text-body .img-block {
    width: 100%;
    margin: 0 0 20px;
}

.custom-block-text-body .text {
    width: 100%;
    padding: 0px 0 20px;
}

.custom-block-text-body .img-block > div {
    position: static;
    display: flex;
    overflow: visible;
}	
}


.custom-block-preim-body .preims {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    text-align: center;
}

.custom-block-preim-body .preims .preim-item {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 4px 20px var(--mainColor2Rgba_1);
    border-radius: 5px;
    border: 1px solid var(--mainColor2Rgba_3);
    flex-direction: column;
}

.priem-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ff4228;
}

.preim-item .img-block {
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
}

.preim-item .img-block img {
    max-width: 100%;
    max-height: 100%;
}

.i2 .preim-item {
    width: calc( 50% - 8px );
    margin: 0px 0px 20px 0;
}

.i3 .preim-item {
    width: calc( 100% / 3 - 32px );
    margin: 0px 0px 20px 0;
}

.i4 .preim-item {
    width: calc( 100% / 4 - 32px );
    margin: 0px 0px 20px 0;
}

.custom-block-item.minus-otstup {
    margin-bottom: 20px;
}

.i1 .preim-item {
    width: 80%;
    margin: 10px auto;
}

.i1 .preim-item .img-block {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 640px) {
    .custom-block-preim-body .preims .preim-item {
        width: 100%;
    }
}