

body{

}

.modal-content {
    width: 300px;
    height: 200px;
    border: 2px solid rgb(95, 172, 75);
}

.modal-body {
    height: 100%;
}

.header{
    padding: 20px 15px;
}

.logo_center{

}

.header_phone{
    text-align: right;
}
.header_phone_icon{
    padding: 0 5px;
    border-right: 1px solid #ddd;
    display: flex;
    justify-content: center;
    padding: 9px 0;

}

.header_phone_icon img {
    width: auto;
    height: 37px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}

.bg_navbar{
    background: rgb(95, 172, 75);
}

.slider_text{
    position: absolute;
    top: 30px;
    width: 40%;
}

.slider_text_big{
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    font-family: Arial;
    color: #333333;
    text-align: left;
    line-height: normal;
    word-wrap: break-word;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
    -webkit-text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
    -moz-text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
}

.slider_text_sub{
    margin: 20px 0 0 0;
    font-style: normal;
    font-size: 22px;
    font-family: Arial;
    color: #333333;
    text-align: left;
    line-height: normal;
    word-wrap: break-word;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
    -webkit-text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
    -moz-text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
}
.btn-slider {
    float: left;
    padding:10px 30px;
    background-color: rgba(255, 0, 0, 1) !important;
}
.slider_text_end{
    font-style: normal;
    font-size: 22px;
    font-family: Arial;
    color: #333333;
    text-align: left;
    line-height: normal;
    word-wrap: break-word;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
    -webkit-text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
    -moz-text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.349019607843137);
    width: 100%;
    float: left;
}

.hr_slider {
    width: 143px;
    height: 6px;
    background-color: #999999;
    line-height: normal;
    float: left;
    margin: 40px 0;
}

.header_phone_title h5{
    border-width: 0px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;

}

.header_phone_title h5 a{
    color: #D41313;
    word-wrap: break-word;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.647058823529412);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.647058823529412);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.647058823529412);
}

.header_phone_title h5 a:hover{
    text-decoration: none;
}

.swiper-wrapper{
    height: auto !important;
}

.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-container .swiper-slide {
    height: auto;
}

.block_one{
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.block_one:after{
    content: "";
    background: url(../images/block_one.jpg);
    background-size: cover;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


.block_two{
    display: block;
    position: relative;
    padding-bottom: 30px;

}

.block_two:after{
    content: "";
    background: url(../images/block_two.jpg);
    background-size: cover;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.block_tree{
    padding-bottom: 20px;
    background: linear-gradient(45deg, #368400, #49B000);
    color: #fff;
}

.text_block{
    text-align: center;
    width: 100%;
    margin: 20px 0;

}

.text_block h2 {
    font-weight: 700;
    font-size: 32px;
    font-family: arial;
}

.service_block{
    background: rgba(73, 176, 0, 1);
    min-height: 222px;
    padding-top: 10px;
    padding-bottom: 5px;

}

.service_block p{
    margin: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
}

.service_block img{
    width: 100%;
}

.s{
    padding: 0px 25px;
    margin-bottom: 10px;
}

.icons_security{
    float: left;
    width: 16.66%;
    text-align: center;
}

.icons_security img{
    width: 90%;
}
.icons_security p{
    margin-top:5px;
}

.call_special_block{
    background-color: rgba(0, 51, 0, 1);
    padding: 30px 0 40px 0;
    color: #fff;
}

.call_special_title{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}



.call_special_input::-webkit-input-placeholder {
    text-align: center;
}

.call_special_input:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

.call_special_input::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
}

.call_special_input:-ms-input-placeholder {
    text-align: center;
}
.btn_call {
    background-color: rgba(255, 0, 0, 1) !important;
}

.services_center{
    display: flex;
    justify-content: center;
}

.protect_you{
    padding-bottom: 20px;
    padding-top: 10px;
}

.sertificate_block{
    padding-bottom: 20px;
    padding-top: 10px;

}
.margin-bottom-10{
    margin-bottom: 10px;
}

.jcenter{
    display: flex;
    justify-content: center;
}

.collapsed-btn{
    white-space: normal;
    text-align: left !important;
    text-decoration: none;
}

.collapsed-btn:hover{
    text-decoration: none;
}

.margin-top-20{
    margin-top: 20px;
}
.sertificate_item{
    margin-bottom: 10px;
}

.comments-block{
    padding: 0 0 20px 0;
}

.comments_item{
    width: 100%;
    text-align: center;
    float: left;
    line-height: normal;
    padding:  20px;
    border: 1px solid #ddd
}

.comments_item img {
    margin-top: 20px;
}

.comments_item p{
    margin-top: 10px;
}


.comm_text{
    text-align: left;
}

.sertificate_item img{
    width: 100%;
}

.title_comments{
    background-color: rgba(0, 102, 51, 1);
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}
.title_comments h1{
    font-size: 32px;
}
.logo_mob{
    display: none;
}

.logo_md{
    display:block;
}

.advantage_img{
    float: left;
}
.advantage_title{
    float: left;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    text-align: left;
    width: 56%;
    line-height: normal;
    padding: 11px 0px 0 15px;
}

.advantage_items{
    margin-bottom: 20px;
}
.block_tree img{
    border:2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bt_item{
    text-align: center;
}

.bt_item p{
    margin-top: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.647058823529412);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.647058823529412);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.647058823529412);
    font-size: 16px;
    font-weight: 700;
}

.bt_item:after{
    content: ' ';
    background: url("../images/icons/next.png");

}

.bt_item p a{
    color: #FFFF00;
}


.margin-top-40{
    margin-top: 40px;
}

.footer {
    background: rgba(0, 51, 0, 1);
    color: #fff;
    padding: 20px 0;
}

.footer-corp{
    background-color: #000;
    color: #fff;
    padding:10px 0;
}

.color_000{
    color: #000 !important;
}
.feedback_footer{
    margin: -20px 0;
    height: auto;
    padding: 20px 40px;
    background-color: #2a6033;
}

.footer_logo{
    display: flex;
    justify-content: center;
    padding-top: 72px;
}
.footer-corp a {
    color: #fff;
}

.adress_footer{

}


@media(max-width: 320px){

    /*slider*/
    .slider_text {
        top: 10px;
        width: 100%;
    }

    .btn-slider {
        float: left;
        padding: 3px 15px;
        font-size: 13px;
        background-color: rgba(255, 0, 0, 1) !important;
    }
    .slider_text_big{
        font-size: 17px ;
    }
    .hr_slider{
        display: none;
    }
    .slider_text_sub{
        display: none;
    }
    .slider_text_end{
        font-size: 11px ;
    }
    /*slider*/
    .header_phone_title h5 a{
        font-size: 10px;
        text-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
    }

    .title_comments h1 {
        font-size: 22px;
    }

    .adress_footer{
        display: none;
    }
    .feedback_footer{
        margin: 0 0 20px 0;
    }
    .footer_logo {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .card-body{
        font-size: 12px;
    }
    .logo_center{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .advantage_title{
        padding: 0 0 0 15px;
        width: 75%;
    }

    .text_block h1 {
        font-size: 28px;
    }

    .call_special_input{
        margin-bottom: 10px;
    }

    .logo_md{
        display: none;
    }

    .logo_mob{
        display: block;
    }

    .services_center{
        display: block;
        padding: 0;
    }
    .header_phone_title{
        padding-top: 8px;
    }
    .header_phone_title h5{
        font-size: 16px;
    }

    .header_phone_title {
        font-size: 14px;
    }

    .s{
        padding: 0;
    }

    .text_block h2 {
        font-size: 21px;
    }

    .icons_security{
        width: 50%;
    }

    .call_special_title h2{
        font-size: 21px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {

    /*slider*/
    .slider_text {
        top: 10px;
        width: 100%;
    }

    .btn-slider {
        float: left;
        padding: 3px 15px;
        font-size: 13px;
        background-color: rgba(255, 0, 0, 1) !important;
    }
    .slider_text_big{
        font-size: 17px ;
    }
    .hr_slider{
        display: none;
    }
    .slider_text_sub{
        display: none;
    }
    .slider_text_end{
        font-size: 11px ;
    }
    /*slider*/

    .title_comments h1 {
        font-size: 22px;
    }

    .adress_footer{
        display: none;
    }
    .feedback_footer{
        margin: 0 0 20px 0;
    }
    .footer_logo {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .card-body{
        font-size: 12px;
    }
    .logo_center{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .advantage_title{
        padding: 0 0 0 15px;
        width: 75%;
    }

    .text_block h1 {
        font-size: 28px;
    }

    .call_special_input{
        margin-bottom: 10px;
    }

    .logo_md{
        display: none;
    }

    .logo_mob{
        display: block;
    }

    .header_phone_title h5 a{
        font-size: 12px;
        text-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
    }
    
    .services_center{
        display: block;
        padding: 0;
    }
    .header_phone_title{
        padding-top: 8px;
    }
    .header_phone_title h5{
        font-size: 16px;
    }

    .header_phone_title {
        font-size: 14px;
    }

    .s{
        padding: 0;
    }

    .text_block h2 {
        font-size: 21px;
    }

    .icons_security{
        width: 50%;
    }

    .call_special_title h2{
        font-size: 21px;
    }
}

@media (min-width: 481px) and (max-width: 768px){
    .s{
        padding: 0 10px;
    }

    .advantage_title{
        padding: 0 0 0 15px;
        width: 78%;
    }

    /*slider*/
    .slider_text {
        top: 30px;
        width: 100%;
    }

    .btn-slider {
        float: left;
        padding: 3px 15px;
        font-size: 13px;
        background-color: rgba(255, 0, 0, 1) !important;
    }
    .slider_text_big{
        font-size: 18px ;
    }
    .hr_slider{
        display: block;
        margin: 20px 0;
    }
    .slider_text_sub{
        display: block;
        margin: 23px 0 0 0;
        font-size: 21px;

    }

    .slider_text_sub p{

    }

    .slider_text_end{
        font-size: 14px ;
    }
    /*slider*/

}

@media (min-width: 769px) and (max-width: 1024px){
    .s{
        padding: 0 10px;
    }

    .header_phone_title h5 {
        font-size: 19px;
    }

    .advantage_title{
        padding: 0 0 0 15px;
        width: 78%;
    }

    /*slider*/
    .slider_text {
        top: 80px;
        width: 100%;
    }

    .btn-slider {
        float: left;
        padding: 10px 30px;
        font-size: 13px;
        background-color: rgba(255, 0, 0, 1) !important;
    }
    .slider_text_big{
        font-size: 29px ;
    }
    .hr_slider{
        display: block;
        margin: 20px 0;
    }
    .slider_text_sub{
        display: block;
        margin: 31px 0 0 0;
        font-size: 21px;

    }

    .slider_text_sub p{

    }

    .slider_text_end{
        font-size: 20px ;
    }
    /*slider*/

}

@media (min-width: 1025px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.2rem;
        padding-left: 2.2rem;
    }

}
.myform {
    width: 350px;
    height: 350px;
    padding: 2rem;
    display: flex;
    border: 3px solid #00b200!important;
}

.myform01 {
    width: 300px;
    height: 350px;
    padding: 2rem;
    display: none;
    margin: 2rem auto;
    border: 3px solid #00b200!important;
}
.myinputs input{
    width: 100%;
    padding: 12px 20px;
    border: none;
    background: #fff;
    margin-bottom: 15px;
    border: 2px solid #00b200!important;
}

.myinputs button{
    width: 100%;
    padding: 12px 20px;
    border: none;
    background: #a23b3b;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.myred {
    background: #a23b3b!important;
    color: #fff;
}
.myitem2 {
    position: absolute;
    top: 5px;
    right: -100px;
    width: 150px;
}

.myitem1 {
    position: absolute;
    top: 65%;
    right: -100.6%;
    max-width: 100%!important;
}

.myclass1 {
    display: none;
    margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
    .myform01 {
        display: flex!important;
    }

    .myform {
        display: none!important;
    }
    .myclass1 {
        display: block;
    } 
}

.myitem11 {
    position: absolute;
    left: -15px;
}