figure{
    margin: 0;
}
.mt-60{
    margin-top: 60px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
h1 + p{
    color: #66b13b;
    font-size: 2.8rem;
    font-weight: 700;
    font-style: italic;  
    line-height: 2.4rem;
}
h1 + p + p{
    color: #e2ab36;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 2.4rem;
}
h1 + p + p + a{
    color: #fefefe;
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    display: inline-block;
    margin-top: 35px;
}
.snake-block{
    background: url(images/snake.jpg) no-repeat center 550px;
/*    background-size: cover;*/
    min-height: 3291px;
}
.block_title {
    font-family: Cambria;
    font-size: 3.0rem;
    line-height: 3.2rem;
    color: #252525;
    font-weight: bold;
}
.mini-line_green {
    width: 86px;
    height: 4px;
    background-color: #65b22f;
}
.ic-1,
.ic-2,
.b-three,
.b-four,
.b-five{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.b-four p{
    color: #252525;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
}
.b-four img{
    display: block;
    width: 100%;
}
.ic-1>figure,
.ic-2>figure{
    width: 25%;
}
.ic-3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ic-3>figure{
    width: 50%;
}
.ic-1>figure figcaption,
.ic-2>figure figcaption,
.ic-3>figure figcaption{
    font-family: Cambria;
    color:  #252525;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 24px;
    text-align: left;
}
.ic-2>figure:nth-child(2){
    margin-top: -25px;
}
.ic-2>figure:nth-child(4){
    margin-top: -37px;
}
.b-two{
    margin-top: 135px;
}
.b-three{
    margin-top: 135px;
}
.b-four{
    margin-top: 50px;
}
.b-four .two{
    padding-top: 105px;
}
.b-five{
    margin-top: 15px;
}
.b-five .one img{
    width: 100%;
    display: block;
}
.b-six{
    margin-top: 130px;
}
.one,
.two{
    width: 50%;
    float: left;
    padding: 0 15px;
}

.three{
    width: 100%;
    float: left;
    padding: 0 15px;
} 
.b-one,
.b-two{
    padding: 0 15px;
}
.btn-group>.btn.btn-yellow{
    margin: 1% 0;
}
.btn-mail{
    background-color: transparent;
    font-family: 'PT Sans', sans-serif;
    color: #252525;
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding-left: 55px;
    font-weight: normal;
    background-image: url(images/mail.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
}

._or{ display:inline-block;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #676767;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    line-height: 33px;
    padding: 0px 15px 10px;
    }

@media(max-width: 1225px){
    .snake-block{
        background: none;
    }
    .b-two,
    .b-three,
    .b-four,
    .b-six{
        margin-top: 45px;
    }
    .b-four .two{
        padding-top: 0;
    }
    .ic-1>figure, .ic-2>figure{
        width: 50%;
    }
    .ic-3>figure{
        width: 100%;
    }
    .b-three .two img{
        display: block;
        width: 100%;
    }
}
@media(max-width: 1024px){
    .b-three .one,
    .b-three .two{
        width: 100%;
    }
    .ic-3>figure{
        width: 50%;    
    }
    .ic-2>figure:nth-child(3){
        margin-top: 38px;
    }
    .ic-2>figure:nth-child(4){
        margin-top: 0;
    }
}
@media(max-width: 768px){
    .b-five .two img{
        display: block;
        width: 100%;
    }
    .ic-1>figure,
    .ic-2>figure,
    .ic-3>figure{
        width: 100%;
        text-align: center;
    }
    .b-four .one,
    .b-four .two{
        width: 100%;
    }
    .ic-2>figure:nth-child(2){
        margin-top: 0;
    }
    .ic-3>figure:nth-child(2){
        margin-top: 40px;
    }
    figcaption{
        text-align: center !important;
    }
    .content-auto span{
        word-break: break-all;
    }
    h1 + p {
    font-size: 2.3rem;
}
}
@media(max-width: 480px){
    .content-auto{
        padding: 35px 15px;
    }
    ul.promo-block{
        height: auto !important;
    }
    ul.promo-block li{
        min-height: 810px;
    }
   
    ._or{display:block;}
}

.obl_text.active:before {
	content: " ";
	display: block;
	width: 100%;
}