/*
Theme Name: Готовое решение за 13000
Theme URI: https://rosait.ru/
Author: ООО "Сайт"
Author URI: https://rosait.ru/
Description: На базе этого готового решения можно собрать информационный сайт
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.success {
    color: green!important;
	font-weight: bold;
	margin-top: 10px;
}
.bg-success{
	padding: 15px;
	border-radius: 4px;
}
/*#menu-information a {

}

#menu-information a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}

#menu-information a, button.list-group-item {
    color: #555;
}

#menu-information a {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}*/
.alignleft{
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) { 
	.alignleft{
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
	.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
}

.policy {
	text-align: center;
}

.policy a {
	color: #fff; 
	margin-bottom: 10px
}

@media (max-width: 767px) {
	.policy a {
		display: block;
		margin-bottom: 20px;
	}
}

.page-btn {
background-color: #880e4f;
color: #fff;
text-decoration: none;
display: block;
margin: 0 auto;
text-align: center;
width: 200px;
border: 1px solid #fff;
padding: 12px 20px;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase
}

.page-btn:hover {
color: #fff;
text-decoration: none;
}
.rs-17 .rs-footer .footer-block {
    
    display: flex;
}
.tags__block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 76px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.tags__block-link{
    width: 290px;
    height: 70px;
    text-align: center;
    border: 2px solid #880e4f;
    border-radius: 6px;
    align-items: center;
    padding: 10px;
    color: #880e4f;
    cursor: pointer; 
    display: inline-grid;    
    font-weight: 700;
    transition: 0.8s;
}
.tags__block-link:hover{
    color:#fff;
    background-color:#880e4f;
    text-decoration: none;
}
@media (max-width: 767px) {
	 
.tags__block{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4px;
   }
.tags__block-link{
   margin: 0 auto;
}
}
.contact-adress p{
   padding-left: 38px;
} 
.contact-adress{
   padding-top: 60px;
}
.contacts-list-adress{
   padding-top: 15px !important;
}
.form{
margin:0 auto;
display: flex;
}


.services-item--images{
     height: 295px; 
    background-size: cover;
    background-repeat: no-repeat;
}


.rs-17 .rs-services .services-item--title h3 {
    position: absolute;
    z-index: 11;
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(0,0,0,.45);
    text-align: center;
}
.rs-17 .rs-services .services-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.advantages-block_jo {
    margin: 90px 0 50px;
}

.advantages-block_jo .number {
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    color: #880E4F;
}

.advantages-block_jo .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages-block_jo .advantage-item {
    width: Calc(100% / 2);
    max-width: 100%;
    margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
    .advantages-block_jo {
        margin: 90px 0 50px;
    }
    
    .advantages-block_jo .number {
        font-weight: 800;
        font-size: 40px;
        line-height: 45px;
        color: #880E4F;
    }
    
    .advantages-block_jo .bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .advantages-block_jo .advantage-item {
        width: Calc(100%);
        max-width: 100%;
        margin-bottom: 30px;
    }

    .advantages-block_jo .advantage-wrap h2 {
        text-align: center;
        max-width: 100%;
    }
}

.reviews-block .reviews-wrap2 .slick-dots li:before {
	content: '' !important;
}

.reviews-block .reviews-wrap2 .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #880E4F;
}

.reviews-block .reviews-wrap2 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.reviews-block .reviews-wrap2 .slick-dots li button:before {
    border: 1px solid #880E4F;
    content: "";
    border-radius: 50px;
    opacity: 1;
}

.tags__block-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 76px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.tags__block-link-4 {
    width: 200px;
    height: 70px;
    text-align: center;
    border: 2px solid #880e4f;
    border-radius: 6px;
    align-items: center;
    padding: 10px;
    color: #880e4f;
    cursor: pointer;
    display: inline-grid;
    font-weight: 700;
    transition: 0.8s;
    font-size:13px;
}

@media (max-width: 767px) {
	 
.tags__block-4{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4px;
   }
.tags__block-link-4{
   margin: 0 auto;
}
}

.tags__block-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 65px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.tags__block-link-5 {
    width: 140px;
    height: 70px;
    text-align: center!important;
    border: 2px solid #880e4f;
    border-radius: 6px;
    align-items: center;
    padding: 5px;
    color: #880e4f;
    /* cursor: pointer; */
    display: inline-grid;
    font-weight: 700;
    transition: 0.8s;
    font-size: 12px;
}

@media (max-width: 767px) {
	 
.tags__block-5{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4px;
   }
.tags__block-link-5{
   margin: 0 auto;
}
}
.spoiler_content {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.spoiler_content p {
    margin-bottom: 5px;
}

.read-more-state {
    display: none;
}

.text_hide {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: opacity 0.4s ease-in-out;
}

.read-more-state:checked~.spoiler_content .text_hide {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state:checked~.spoiler_content p {
    margin-bottom: 20px;
}

.read-more-state~.read-more-trigger:before {
    content: 'Показать всё';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Скрыть';
}
.read-more-trigger {
    cursor: pointer;
    font-size: .9em;
    line-height: 2;
    color: #880e4f;
    position: relative;
    z-index: 9999;
}