@font-face {
    font-family: "Montserrat";
    font-style: medium;
    font-weight: 500;
    /* Браузер сначала попробует найти шрифт локально */
    src: local("Roboto"),
        /* Если не получилось, загрузит woff2 */
    url("../fonts/Montserrat-Medium.ttf") format("ttf"),
        /* Если браузер не поддерживает woff2, загрузит woff */
    url("../fonts/Montserrat-Medium.ttf") format("ttf");
}


.body{
    background-color:#F5F5F5;
    font-family: "Montserrat", "Arial", sans-serif;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
}

.header_section
{
    width:100%;
    height: 120px;
}

.logos
{
    width:20%;
    float:left;
}

.logos p
{
    text-align: center;
}

.logos p img
{
    width: auto;
}

.header_tops
{
    width:76%;
    margin-left: 3%;
    float:left;
}

.header_loc_and_phone
{
    float:right;
    width:75%;
}


.icon_lang
{
    width:16px;
    height:16px;
    float:left;
    margin-top:4px;
    background-image: url('../images/world_ icon.svg');
    background-repeat: no-repeat;
    margin-top: 20px;
}




.icon_locat
{
    width:17px;
    height:17px;
    float:left;
    margin-top:4px;
    background-image: url('../images/location.png');
    background-repeat: no-repeat;
    margin-top: 20px;
}


/*Выпадающее меню по наводке*/
/* Кнопка выпадающего списка */
.dropbtn {
    color: black;
    font-size: 16px;
    border: none;
    background-color:#F5F5F5;
    background-image: url('../images/v.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding: 0px 10px;
}

.text_lang {
    position: relative;
    display: inline-block;
    float:left;
    margin-right:5%;
    margin-top: 20px;
    width:100px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F5F5F5;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #F5F5F5;}

.text_lang:hover .dropdown-content {display: block;}

.text_lang:hover .dropbtn {background-color: #F5F5F5;}


.good_title_about
{
    height: 390px; width: 653px;
}

.good_text_about
{
    height: 390px; width: 487px;
}

.good_hundred_about
{
    font-weight: bold;
    font-size: 25px;
    margin-left: 5%;
    padding-top: 150px;
    margin-bottom: -20px;
}

.h240
{
   height:240px;
}

.h390
{
    height:390px;
}

.jbt_1000
{
    height: 390px; width:610px; margin-left:-26px;
}

.w487
{
    width:487px;
}

.jbi_st
{
    height: 390px; width:555px; position: relative; margin-top: -80px;
}

.w653
{
    width:653px;
}

/*2 location*/

.dropbtn1 {
    color: black;
    font-size: 16px;
    border: none;
    background-color:#F5F5F5;
    background-image: url('../images/v.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding: 0px 10px;
}

.text_locat {
    position: relative;
    display: inline-block;
    float:left;
    margin-top: 20px;
}



.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #F5F5F5;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content1 a:hover {background-color: #F5F5F5;}

.text_locat:hover .dropdown-content1 {display: block;}

.text_locat:hover .dropbtn1 {background-color: #F5F5F5;}

.header_phone
{
    width:20%;
    float:left;
    margin-left:5%;
    margin-top: 20px;
}

.header_phone a
{
    text-decoration: none;
    color:black;
    font-weight:bold;
}

.header_phone a:hover
{
    text-decoration: underline;
}

.button_contact
{
    width:20%;
    float:left;
    margin-left:5%;
    margin-top: 10px;
}

.button_class
{
    background-color:#57C7D4;
    padding:10px;
    border-radius:15px;
    text-align: center;
}

.button_class a
{
    text-align: center;
    color:#fff;
    text-decoration: none;
}






/*Main Menu block*/

.top_menu_and_search
{
    width: 95%;
    float:left;
    height:auto;
}


.navbar {
    overflow: inherit;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdowns {
    float: left;
    overflow: hidden;
}

.dropdowns .dropbtns {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdowns:hover .dropbtns {
    background-color: none;
}

.dropdowns-content {
    display: none;
    /*position: absolute;*/
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    position: relative;
}

.dropdowns-content a {
    float: none;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdowns-content a:hover {
    background-color: #ddd;
}

.dropdowns:hover .dropdowns-content {
    display: block;

}


.center_title
{
    width:42%;
    margin: 0 auto;
}


.slider_secong_page
{
    width:100%;
    height:390px;
}

.slider_text_second
{
    width: 1170px;
    margin: 0 auto;
    height:390px;
}


.title_slider_second
{
    width: 50%;
    margin-left: 25%;
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 140px;
    padding-bottom: 40px;
    line-height: 55px;
}

.text_slider_second
{
    width:30%;
    margin-left: 1%;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    padding-bottom: 40px;
}

.slider_big
{
    width:100%;
    height:630px;
}


.slider_big_footer
{
    width:100%;
    height:500px;
}

.slider_text_footer
{
    width: 1170px;
    margin: 0 auto;
    height:500px;
}

.title_slider_footer
{
    width: 30%;
    margin-left: 1%;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 40px;
}

.text_slider_footer
{
    width:30%;
    margin-left: 1%;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    padding-bottom: 40px;
}

.h360
{
    height: 360px;
}

.slider_button_footer
{
    width:15%;
    margin-left:1%;
    color:white;
    font-weight: bold;
}


.title_slider_footer_second
{
    width: 30%;
    margin-left: 30%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-top: 120px;
    padding-bottom: 40px;
}

.text_slider_footer_second
{
    width:30%;
    margin-left: 33%;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    padding-bottom: 40px;
}

.slider_button_footer_second
{
    width:15%;
    margin-left:38%;
    color:white;
    font-weight: bold;
}

.block_slid
{
    width:100%;
    height:auto;
}

.slider_text
{
    width: 1170px;
    margin: 0 auto;
    height:633px;
}

.title_slider
{
    width: 30%;
    margin-left: 1%;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
    padding-top: 140px;
    padding-bottom: 40px;
}

.under_footer_line
{
    height: 40px; width:100%;
}

.text_slider
{
    width:45%;
    margin-left: 1%;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    padding-bottom: 40px;
}

.slider_button
{
    width:15%;
    margin-left:1%;
    color:white;
    font-weight: bold;
}

.icon_big_block
{
    width:100%;
    height:202px;
    background-color:#3E4762;
}


.small_slideros
{
    padding-top:70px;
    width:100%;
}

.block_icon_small
{
    width:106px;
    height:98px;
    /*margin-left:5%;*/
    float:left;
    color:#fff;
}

.block_icon_small p
{
    text-align:center;
}

.block_icon_small p a{
    text-decoration: none;
    color:#fff;
}

.block_icon_event
{
    width:106px;
    height:110px;
    /*margin-left:5%;*/
    float:left;
    color:#000;
}

.block_icon_event p
{
    text-align:center;
}

.block_icon_event p a{
    text-decoration: none;
    color:#000;
}


.hm360
{
    height:360px;
}


.block_icon_event_news
{
    width:106px;
    height:316px;
    /*margin-left:5%;*/
    float:left;
    color:#000;
}

.block_icon_event_news p
{
    text-align:center;
}

.block_icon_event_news p a{
    text-decoration: none;
    color:#000;
}





.content
{
    width:100%;
    margin-top: 50px;
}

.title_content
{
    color:#3E4762;
    font-weight:normal;
    font-size:20px;
    margin:40px 0px;
}

.clearboth{
    clear: both;
}

.big_white_block
{
   background-color:white;
    width:100%;
    /*padding-bottom:100px;*/
}

.just_block_img
{
    width:570px;
    height:360px;
    float:left;
}

.just_block_img p{
   padding-left: 20%;
}


.und_ver_one
{
    font-size: 18px; font-weight:normal; text-align: center;padding-bottom: 5px;
}

.und_ver_two
{
    text-align: center;padding-bottom: 60px; font-size:16px; font-weight:normal;
}

.just_block_text
{
    width:570px;
    height:360px;
    padding-left: 2%;
    color:#3E4762;
    float:left;
    background-color: #fff;
}


.title_just_block_text
{

    margin-right: 2%;
    margin-left:5%;
    font-size: 25px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 30px;
}

.slider_button_footer_second_under
{
    margin-left: 39%;
    color: white;
    font-weight: bold;
    width: 220px;
    height: 40px;
    padding-top: 11px;
}

.text_just_block_text
{

    margin-right: 2%;
    font-size: 1em;
    padding-bottom: 40px;
}

.slider_just_block_text
{
    width:30%;
    margin-left:1%;
    color:white;
    font-weight: bold;
}


.four_block{
    width:100%;

}

.for_blo{
    width: 264px;
    height: 155px;
    left: 0px;
    top: 91px;
    float:left;
    margin-left: 1%;
}


.title_bl1
{
   height:40px;
    width:100%;
}

.title_blo div
{
    width:auto;
    margin-right:10px;
    float:left;
    font-size: 16px;
    font-weight: bold;
    height:50px;
}

.text_blo{
    text-align: left;
    margin-top:10px;
}

.eventss_block
{
    width:100%;
}

.events
{
    width:69%;
    float:left;
}

.events div{
    float:left;
    padding-bottom: 20px;
    width:30%;
    margin-right: 1%;
}

.events div span{
    color:#57C7D4;
}



.title_slider_subs
{
    width: 100%;
    margin-left: 1%;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 40px;
}

.text_slider_subs
{
    width:100%;
    margin-left: 1%;
    font-size: 1em;
    color: #000;
    font-weight: bold;
    padding-bottom: 40px;
}

.slider_button_subs
{
    width:100%;
    margin-left:1%;
    color:black;
    background-color: #fff;
    border-radius:15px;
    font-weight: bold;
    height:40px;
}

.slider_button_subs input
{
    border:none;
    background: none;
    color:forestgreen;
}

*, a:focus {

    outline: none !important;

}

.subscripte
{
    width:30%;
    float:left;
}

.aeroslide
{
    width:100%;
    height:61px;
    margin-top:60px;
}


.footer_blocks
{
    background-color: #3E4762;
    width:100%;
    height:530px;
}

.block_toper
{
    width:100%;
    padding-top:60px;
}

.menu_footer
{
    width:30%;
    float:left;
    margin-right:3%;
    margin-left:9%;
}

.menu_footer ul li{
    list-style: none;
    width:50%;
    float:left;
    margin-top:10px;
    color:#fff;
}

.menu_footer ul li a{
    color:#fff;
    text-decoration: none;
}

.menu_footer ul li a:hover{
    text-decoration: underline;
}

.koler
{
    float:left;
    width:25%;
    margin-right:3%;
}


.img_phone
{
   width:23px;
   height:40px;
   float:left;

}

.phone_dva
{
    font-weight: bold;
    color:#fff;
    font-size: 1.3em;
    float:left;
}

.img_email
{
    width:23px;
    height:40px;

}

.email_dva
{
    font-weight: normal;
    color:#fff;
    font-size: 1em;
    float:left;
    margin-left: 22px;
    margin-top:-3px;
}

.touch
{
    width:25%;
    float:left;
}

.slider_button_foot
{
    width:62%;
    margin-left:1%;
    color:white;
    font-weight: normal;
    height: 33px;
    padding: 7px;

}

.text_ema_two
{
    width:100%;
    float:left;
    color: #fff;
}


.line_hop
{
    width:90%;
    margin-left:5%;
    height: 1px;
    margin-top: 35px;
    border:1px solid #9EBBC7;

}

.follow_title
{
    font-weight: bold;
    color:#fff;
    font-size: 1.4em;
    text-align: center;
    margin-top:40px;
    padding-top:20px;
    float:none;
}

.follow_title_copyright
{

    color:#fff;
    font-size: 1em;
    text-align: center;
    margin-top:40px;
    float:none;
}

.followersoss
{
    width:310px;
    float:left;
    margin-left: 420px;
    margin-top:10px;

}

.followersoss div
{
    width:auto;
    float:left;
    margin-left:20px;
}

/*Event Page*/

.title_head_block_page
{
    font-weight:bold; font-size:25px;text-align: center;line-height: 38px;
}

.title_head_block_page_small
{
    text-align: center;
    font-size: 16px;
}

.strange_block
{
    width:100%; height:auto; margin-top:50px;
}

.left_strange_block
{
    width:40%;float:left;
}

.title_bold_left_strange_block
{
    width: 100%; background-color: none; padding-bottom:20px; height:295px;
}

.title_bold_element
{
    font-weight:normal; font-size:18px; text-align: center; margin-top:66px; text-align: left; margin-left:5%; width:80%; line-height: 30px;
}

.text_bold_element
{
    font-weight: normal;  margin-top:40px; text-align: left; margin-left:5%; width:80%; font-size:16px; line-height: 24px;
}

.sencondleft_strange_block
{
    width: 100%; background-color: white; padding-bottom: 80px; /*height:334px;*/ height:268px; margin-top:59px;
}

.sencondleft_strange_block_tetx
{
    width:80%; margin-left:5%;padding-top:10%;
}

.circle_botton
{
    margin-left: 19%;
    width: 43%;
    height: 82%;
    border-radius: 100px;
    padding-top: 64px;
    background-color: #57c7d4;
    color:#fff;
    text-align:center;
    font-size:25px;
}

.rightstrange_block
{
    width: 59%; float:left;
}

.rightstrange_block_text
{
    width: 100%; background-color: white; padding-bottom: 40px;
}

.minislider_righttrange_block
{
    width: 80%; margin-left: 10%;
}

.block_underfooter_news
{
    width:100%; margin-top:50px;
}

.leftside_block_news
{
    width: 35%; float:left;
}

.leftside_block_news_title
{
    font-weight:bold; font-size:1.8em;text-align: center; margin-top:66px; text-align: left; margin-left:5%; width:80%
}

.leftside_block_news_text
{
    font-weight: bold;  margin-top:40px; text-align: left; margin-left:5%;width:80%
}

.leftside_block_news p a
{
    text-decoration: none; color:#57C7D4;
}

.leftside_block_news p a:hover
{
    text-decoration: underline; color:#57C7D4;
}

.rightside_block_news
{
    width: 64%; float:left;
}
/*---*/



/*HelpFul Page*/

.block_helpful
{
    width: 100%; height:auto; margin-top:70px;
}

.helpful_slid
{
    margin-bottom: 50px; width:263px; height:156px;float:left; margin-right:29px;background-color: #3E4762; color:#fff;
}

.helpful_slid p
{
    text-align: center; padding-top:50px;
}

.block_helpful a div:hover
{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition-duration: .4s;
}

.helpful_slid:hover
{
    /*background-color: #57C7D4;*/
}


/*---*/


/*Services Page*/

.block_services
{
    width: 100%; height:auto; margin-top:70px;
}

.services_slid
{
    margin-bottom: 50px; width:358px; height:270px;float:left; margin-right:32px;background-color: #3E4762; color:#fff;
}

.services_slid p
{
    text-align: center; padding-top:90px; font-size: 22px;
}

.block_services a div:hover
{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition-duration: .4s;

}

.services_slid:hover
{
    background-color: #57C7D4;
}


/*---*/



.black_color {
    -webkit-filter: grayscale(99%);
    filter: grayscale(99%);
    transition: filter .3s ease-in-out;
    width:15%;
    float:left;
    margin-left:15px;
}

.black_color img {
    height:54px;
    width:100%;
}

.black_color:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


/*Big Slider*/

.main_slider ul {
    margin: 0;
    padding: 0;
}
.main_slider li {
    margin: 0;
    padding: 0;
    height: 630px;
    background-position: 50% 0;
    background-size: cover;
}

/* Контент в слайдере */
.main_slider ul {
    margin: 0;
    padding: 0;
}
.main_slider li {
    margin: 0;
    padding: 0;
    height: 630px;
    background-position: 50% 0;
    background-size: cover;
}

/* Контент в слайдере */
.main_slider-wrp {
    width: 1170px;
    margin: 0 auto;
    height:633px;
}
.main_slider-title {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 15px;
}
.main_slider-text {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Управление слайдером */
.main_slider .bx-wrapper {
    position: relative;
}
.main_slider .bx-controls {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.main_slider .bx-controls-direction {
    width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 500;
}
.main_slider .bx-prev, .main_slider .bx-next {
    position: absolute;
    top: 140px;
    width: 37px;
    height: 37px;
    overflow: hidden;
    text-indent: -999px;
}
.main_slider .bx-prev {
    left: 0;
    background: url(https://snipp.ru/img/slide-prev.png) 0 0 no-repeat;
}
.main_slider .bx-next{
    right: 0;
    background: url(https://snipp.ru/img/slide-next.png) 0 0 no-repeat;
}
/*-----------------------*/


/*---Inside Page---*/

.chose
{
    width: 100%; height: auto;
}

.choose_block
{
    width: 30%; float:left; margin-right:3%; background-color:#fff;
}

.choose_block_title
{
    width: 100%; height: 180px; padding:40px 20px; background-color: #57C7D4;
}

.choose_block_title p
{
    text-align: center; color: #FFFFFF; text-transform: uppercase;
}

.choose_block_text
{
    width: 100%; height: auto; padding:40px 20px;
}

.choose_block_text_title
{
    text-align: left; margin-bottom: 30px; color: #000000;
}

.choose_block_text ul
{
    height:350px;
}

.choose_block_text ul li
{
    width: 100%; float:left; list-style-type: circle; margin-bottom: 20px;
}

.choose_block_text_price
{
    width: 100%; padding:40px 20px; color: #000;
}

.choose_block_text_price p
{
    text-align:center;
}

.aptapupta
{
    display: block;
    margin-left: 1%;
    margin-top: 40px;
}

.style_title_content
{
    font-style: italic; font-weigt:bold; text-decoration: underline;
}

.style_text_slider
{
    margin-top: -30px; color: #fff;width: 22%;padding-bottom: 50px;font-size: 1.2em; margin-left:74%;
}

.mr-left74
{
    margin-left: 74%;
}

.mr-top39
{
    margin-top:39px;
}

.mobile_menu
{
    width:100%;
    display: none;
}

.under_title_page
{
    width: 140%;margin-left: -16%;
}

.bottom_banner_second_page
{
    text-align: center; width:80%; margin-left: 10%; line-height: 52px;
}

.hei
{
    height: 50px;
}

/*-----------------*/


/*--- Tablet Version ---*/


/*---------------------*/


/*--- Smartphone Version ---*/
@media only screen and (max-width: 600px) {


    .wrapper {
        width: 100%;
    }

    .logos {
        width: 100%;
        text-align: center;
    }

    .header_section {
        height: 300px;
    }

    .text_lang {
        width: 100%;
        text-align: center;

    }

    .icon_locat {
        display: none;
    }

    .text_locat {
        width: 100%;
        text-align: center;
    }

    .header_tops {
        width: 100%;
        margin-left: 0px;
    }

    .header_loc_and_phone {
        float: none;
        width: 100%;
    }

    .header_phone {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .button_contact_mobile {
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }

    .hei {
        height: 0px;
    }

    .top_menu_and_search {
        display: none;
    }

    .aptapupta {
        display: none;
        margin-left: 20%;
        margin-top: -540px;
    }

    .small_slideros {
        width: 80%;
        margin-left: 10%;
    }

    .slider_text {
        width: 100%;
    }

    .title_slider {
        width: 100%;
        text-align: center;

    }

    .text_slider {
        width: 90%;
        margin-left: 5%;
        text-align: left;
    }

    .just_block_img {
        width: 100%;
        height: auto;
        display: block;
    }

    .just_block_img img {
        width: 100%;
    }

    .just_block_text {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .style_title_content {
        font-style: italic;
        font-weigt: bold;
        text-decoration: underline;
        text-align: center;
    }


    .four_block {
        width: 90%;
        margin-left: 5%;
    }

    .slider_text_footer {
        width: 100%;
        height: 535px;
    }

    .style_text_slider {
        margin-top: 105px;
        color: #fff;
        width: 90%;
        padding-bottom: 20px;
        font-size: 1.2em;
        margin-left: 5%;
        text-align: center;
    }

    .mr-left74 {
        margin-left: 10%;
    }

    .footer_blocks {
        height: 1020px;
    }

    .menu_footer {
        width: 100%;
        padding-bottom: 75px;
        margin-left: 0px;

    }

    .menu_footer ul li {
        width: 100%;
        text-align: center;
    }

    .koler {
        width: 100%;
        padding-bottom: 30px;
    }

    .img_phone {
        display: none;
    }

    .phone_dva {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .img_email {
        display: none;
    }

    .email_dva {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        padding-bottom: 75px;
    }

    .touch {
        width: 100%;
        padding-bottom: 30px;
    }

    .text_ema_two {
        width: 90%;
        margin-left: 5%;
        text-align: center;
    }

    .followersoss {
        width: 90%;
        margin-left: 5%;
    }

    .mobile_menu {
        width: 100%;
        display: block;
    }


    .center_title {
        width: 100%;
    }

    .under_title_page {
        width: 90%;
        margin-left: 5%;
    }

    .title_head_block_page_small {
        width: 90%;
        margin-left: 5%;
    }

    .text_bold_element {
        margin-left: 10%;
        text-align: center;
    }

    .title_bold_left_strange_block {
        width: 100%;
        height: auto;
    }

    .mr-top39 {
        margin-top: 0px;
    }

    .left_strange_block {
        width: 100%;
    }

    .rightstrange_block {
        width: 100%;
    }

    .sencondleft_strange_block {
        height: auto;
        padding-bottom: 2px;
    }

    .for_blo {
        height: auto;
        padding-bottom: 40px;
    }

    .title_just_block_text {
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    .text_just_block_text {
        width: 90%;
        margin-left: 5%;
        text-align: center;
    }

    .choose_block {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 40px;
    }

    .bottom_banner_second_page {
        text-align: center;
        width: 80%;
        margin-left: 10%;
        line-height: 32px;
    }


    .good_title_about {
        width: 100%;
        display: block;
        height: 240px;
        margin-top: 40px;
    }

    .good_text_about {
        width: 100%;
    }

    .good_hundred_about {
        font-weight: bold;
        font-size: 25px;
        margin-left: 0%;
        padding-top: 10px;
        margin-bottom: -20px;
        text-align: center;
        height: auto;

    }


    .w487 {
        width: 100%;
    }

    .h240 {
        height: auto;
    }

    .w653 {
        width: 100%;
    }

    .h390 {
        height: auto;
    }

    .jbi_st {
        height: auto;
        width: 100%;
        position: relative;
        margin-top: -20px;
    }

    .slider_text_second {
        width: 100%;
    }

    .jbt_1000 {
        height: auto;
        width: 106%;
        text-align: center;
    }

    .text_slider_footer_second {
        width: 70%;
        margin-left: 15%;
    }

    .title_slider_footer_second {
        padding-top: 50px;

    }

    .hide_mob {
        display: none;
    }

    .under_footer_line {
        display: none;
    }

    .und_ver_one {
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        padding-bottom: 5px;
    }

    .und_ver_two {
        text-align: center;
        padding-bottom: 60px;
        font-size: 16px;
        font-weight: normal;
    }

    .title_bold_element {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }




    .margmin60
    {
        margin-top: -60px;
    }


    .title_slider_second
    {
        width:100%;
        margin-left:0px;
        text-align: center;
    }

    .leftside_block_news
    {
        display:none;
    }

    .rightside_block_news
    {
        width:80%;
        margin-left:10%;
    }

    .block_underfooter_news
    {
        padding-bottom: 315px;
    }

    .h360
    {
        height: 425px;
    }


    .helpful_slid
    {
        width:100%;
    }

    .block_helpful
    {
        width:90%;
        margin-left:5%;
    }

    .title_head_block_page
    {
        width:80%;
        margin-left: 10%;
    }

    .sencondleft_strange_block_tetx
    {
        margin-left: 10%;
        text-align:center;
    }


    .title_content
    {
        margin-left:5%;
    }

    .services_slid
    {
        width:100%;
    }

    .hm360
    {
        height:300px;
    }


    /*-MobMenu-*/

    @import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
    @import url(https://fonts.googleapis.com/css?family=Oswald:400|Raleway:400,700,400italic,700italic);

    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    body {
        background-color: #1d1f20;
        color: #e5e5e5;
        font: 16px/1.25 'Raleway', sans-serif;
    }

    h1 {
        font-family: 'Oswald', sans-serif;
        text-align: center;
    }

    a {
        color: #a2ed56;
    }

    a:hover {
        color: #83e4e2;
        text-decoration: none;
    }

    .container {
        margin: 0 auto;
        max-width: 80em;
    }

    main .container {
        padding: 1em;
    }

    p {
        margin-left: auto;
        margin-right: auto;
        max-width: 40em;
    }

    .screen-reader-text {
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }



    /************************************************/
    /****************** NAVIGATION ******************/
    /************************************************/
    nav {
        background: #fff;
        color: #1d1f20;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    /*** INPUT ***/
    nav input {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    /*** LABEL ***/
    nav label {
        cursor: pointer;
        display: block;
        font: 2em/1 'Oswald', sans-serif;
        padding: 0.5em;
    }

    /* Hamburger Icon */
    #menu-icon,
    #menu-icon:before,
    #menu-icon:after {
        background: #1d1f20;
        border-radius: 0.05em;
        height: 0.2em;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }

    #menu-icon {
        display: inline-block;
        margin: 0.4em 0;
        max-width: 1em;
        position: relative;
    }

    nav label #menu-icon {
        float: right;
    }

    #menu-icon:before,
    #menu-icon:after {
        content: '';
        left: 0;
        position: absolute;
    }

    #menu-icon:before {
        top: -0.4em;
    }

    #menu-icon:after {
        bottom: -0.4em;
    }

    /* Close Icon */
    nav input[type=checkbox]:checked + label #menu-icon {
        background: transparent;
    }

    nav input[type=checkbox]:checked + label #menu-icon:before {
        top: 0;
        transform: rotate(-45deg);
    }

    nav input[type=checkbox]:checked + label #menu-icon:after {
        bottom: 0;
        transform: rotate(45deg);
    }


    /*** MENU ***/
    /* Overlay */
    nav input:checked ~ #overlay {
        background: #fff;
        bottom: 0;
        left: 0;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        z-index: -1;
    }

    /* List */
    nav ul {
        font-size: 1.5em;
        list-style: none;
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }

    nav input:checked ~ ul {
        margin: 1em;
        max-height: inherit;
        opacity: 1;
    }

    nav ul > li {
        margin: 0.5em 0;
    }

    nav ul a {
        color: #1d1f20!important;
        text-decoration: none;
    }

    nav ul a:hover {
        text-decoration: underline;
    }

    /* Social Media */
    nav ul#social-media > li {
        display: inline-block;
        font-size: 1.5em;
        margin: 0.5em;
    }
    /*-End MobMenu-*/




}
/*-------------------------*/