

/* Start:/services/style.css?16662466634172*/
/*#key.container{
    font-family: HelveticaNeueCyr;

}*/

#key.container p {
    font-size: 15px;
    line-height: 135%;
    text-align: justify;

    color: #000000;
}

#key.container h1{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 135%;
    text-transform: uppercase;
    color: #000000;
}

#key.container .main_description img {
    max-width: none;
}

div.subheader {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 135%;
    /* identical to box height, or 49px */
    text-align: center;
    text-transform: uppercase;
    /* Style */
    color: #000000;
}

.advantages .advantages_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.advantages div{
    text-align: center;
}

.advantages .advantages_content{
    margin-top: 39px;
}

.advantage {
    margin-top:20px;
    width: 355px;
}

.new_section {
    margin-top: 50px;
}
.stages .stages_desc_wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.stages .stages_desc_wrapper .stage_desc {
    width:228px;
    margin-top:20px;
}

.stages .stages_text_block {
    margin-top: 65px;
}

.stages .stages_text_block .text_content {
    display: flex;
    align-items: center;
    text-align: justify;
    height:410px;
}


.stages .stages_text_block .images_content .second-image {
    position: absolute;
    top: 139px;
    left: 350px;
    background-color: #ffffff;
    width: 360px;
    height: 312px;
}

.stages .stages_text_block .images_content .second-image img {
    position: relative;
    top: 14px;
    left: 19px;
}

/*caurusel*/
/*#key .slick-next::before {
    content: url("/services/teplitsy-pod-klyuch/images/rarrow.png");
    color:#000;
}*/

#key .slick-prev::before, #key .slick-next::before{
    color:#8EC549;
    font-size: 40px;
    /*border: 2px solid #000;
    border-radius: 100%;*/

}

#key .slick-prev, #key .slick-next {
    width:40px;
    height:40px;
    top: 35%;
}

#key .slick-next {
    right: -45px;
}

#key .slick-prev {
    left: -45px;
}

.multiple-items {
    margin-top: 35px;
}

.multiple-items div.slider_elem {
    margin: 0 10px;
}

.multiple-items .example_wrapper{
    text-align: center;
}

.multiple-items .example_wrapper .example_name,
.multiple-items .example_wrapper .example_size,
.multiple-items .example_wrapper .example_price{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 135%;
    color: #000000;
}

.multiple-items .example_wrapper .example_link {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    text-decoration-line: underline;

}
.multiple-items .example_wrapper .example_link a{
    color:#000;
}

.multiple-items .example_wrapper .next_block{
    margin-top:15px;
}

@media only screen and (max-width: 440px){
    .stages .stages_text_block .text_content {
        display: inline-block;
        margin-top: 10px;
    }
}

/**/
.minimized {

    cursor: pointer;

}

/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}
#magnify img {
    width: 100%;
}
/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
@keyframes rota {
    25% { transform: rotate(360deg); }
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* End */
/* /services/style.css?16662466634172 */
