/*@font-face {
    font-family: Roboto;
    src: url(/assets/css/webfont/Roboto-Light.ttf),
    url(/assets/css/webfont/Roboto-Regular.ttf),
    url(/assets/css/webfont/Roboto-Medium.ttf),
    url(/assets/css/webfont/Roboto-Light_0.ttf),
    url(/assets/css/webfont/Roboto-Thin.ttf);
    src:local("font/Roboto");
}*/
.cross_popup{
    margin-left:calc(100% - 90px);
    cursor:pointer;
}
.cross_popup1{
    margin-left:calc(100% - 90px);
    cursor:pointer;
}
body{
    margin: 0px;
    min-width: 320px;
}

@media(min-width:0px){
    /*.sl_right2{
        display: none;
    }
    .sl_right1{
        display: none;
    }
    .sl_left1{
        display: none;
    }
    .sl_left2{
        display: none;
    }*/
    .bottom_img{
        position: absolute;
        bottom:-30px;
        left:670px;
        opacity:0;
        transition:2s;
        display:none
    }

}
@media(min-width:1100px){
    .sl_right2,.sl_right1,.sl_left1,.sl_left2,.sl_left3,.sl_right3{
        display: block;
    }
    .bottom_img{
        position: absolute;
        bottom:-30px;
        left:670px;
        opacity:0;
        transition:2s;
    }
}
.wrapper{
    width:960px;
    margin:0 auto;
    position:relative;
}
.container{
    overflow: auto;
}
.back_call{
    background: #26bdef;
    margin-top:-285px;
}
.show_call{
    background: #26bdef;
    margin-top:0px;
    transition: 0.6s;
}
.call_form{
    padding-top: 30px;
    width:270px;
    float:left;
    font-size: 14px;
    font-family: Roboto;
    color:white;
}
.call_form div{
    margin-top:10px;
}
.call_form input{
    width:100%;
    height:40px;
    border: none;
    background: rgba(52,73,94,0.15);
    text-indent: 10px;
    color:white;
    font-size: 16px;
    outline: none;
}
.call_form button{
    border:2px solid white;
    width:160px;
    height:50px;
    font-size: 16px;
    font-family: Roboto;
    color:white;
    background: transparent;
    float:right;
    margin-top: 20px;
    outline: none;
    cursor:pointer;
}
.call_text{
    float:left;
    width:420px;
    margin-left:50px;
    padding-top: 50px;
    font-family: Roboto;
    color:white;
    font-weight: lighter;
}
.call_text div:nth-child(1){
    font-size: 23px;
}
@media(min-width:0px){
    .call_text div:nth-child(2){
        font-size: 12px;
        margin-top:-3px;
    }
}
@media(min-width:1100px){
    .call_text div:nth-child(2){
        font-size: 14px;
        margin-top:-3px;
    }
}

.call_text div:nth-child(3){
    margin-top: 29px;back
}
.call_text div:nth-child(3) a{
    color:white;
    margin-left: 70px;
}
.call_text div:nth-child(3) i{
    font-size:25px;
}
.call_text div:nth-child(3) a:nth-child(1){
    margin-left:0px;
}
.call_text div:nth-child(3) img{
    height:23px;
}
.call_rabit{
    position: relative;
    float:left;
    width:220px;
    height:280px;
}
.call_rabit img{
    position: absolute;
    bottom:0px;
    right:0px;
}
.border_bottom{
    border-bottom:1px solid #d9d9d9;
}
.top_page{
    height:110px;
}
.top_btn{
    cursor:pointer;
    margin-top:25px;
    float:left;
    width:270px;
    height:60px;
    border-radius: 40px;
    font-family: Roboto;
    color:white;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    background: #26bdef;
}
.top_numbers{
    float:left;
    width:260px;
    margin-top:25px;
    position: relative;
    color:#26bdef;
    font-family: Roboto;
    font-size:23px;
    font-weight: bold;
    height:60px;
    text-align: right;
}
.top_numbers div a {
    color: unset;
    text-decoration: none;
}
.top_logo{
    float:left;
    width:430px;
    text-align: center;
    padding-top: 11px;
}
.menu{
    text-align: center;
    position: relative;
}
.point_menu{
    text-align: center;
    padding-top:27px;
    padding-bottom:27px;
}
.point_menu a{
    color:#333333;
    font-size: 18px;
    font-family: Roboto;
    text-decoration: none;
    display: inline-block;
    margin-left:20px;
    margib-right:20px;
}
.point_menu a:first-child{
    margin-left: 53px;
}
.point_menu ul{
    overflow: auto;
    margin-top:25px;
    padding-left: 0px;
}
.point_menu ul li{
    float:left;
    margin-left:45px;
    list-style-type:none;
}
.point_menu ul li:nth-child(1){
    margin-left: 0px;
}
.active_menu{
    color:#26bdef !important;
    font-weight: bold;
}

.back_slider{
    /*height:850px;
    background: url(../img/slider.jpg);
    background-position: 50%;*/
    position:relative;
}
.top_sloder_img{
    position:absolute;
    width:100%;
    height: inherit;
}
.content_slide{
    padding-top: 8%;
    padding-left: 170px;
    padding-right: 170px;
    text-align: center;
}

.position_top_slider{
    position: absolute;
    left:calc(50% - 480px);
    top:50%;
}
#owl-demo .owl-controls{
    position:relative !important;
    margin-top:-26px !important;
 }
*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.title_slide{
    color:white;
    font-size: 69px;
    font-family: Roboto;
}
.order{
    display: block;
    color:white;
    font-size: 27px;
    font-family: Roboto;
    height: 70px;
    width: 340px;
    border: 2px solid white;
    text-decoration: none;
    padding-top: 18px;
    margin: auto;
    margin-top:70px;
}
#owl-demo .owl-controls .owl-page span{
    background: transparent;
    border:3px solid white;
    opacity:1;
}
#owl-demo .owl-controls .active span{
    background: white;
}
.sl_left{
    position: absolute;
    top:50%;
    z-index: 500000000;
    cursor: pointer;
}
.sl_right{
    position: absolute;
    right:0px;
    top:50%;
    z-index: 500000000;
    cursor: pointer;
}
.back_cost{
    background: #34495e;
}
.cost{
    background: #34495e;
    padding-top: 55px;
    height:130px;
    font-size: 27px;
    font-family: Roboto;
    color:white;
    position: relative;
    font-weight:bold;
}
.cost span{
    font-weight: 200;
}
.cost div{
    position: absolute;
    right:0px;
    top:40px;
    width:270px;
    height:60px;
    background: #26bdef;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    padding:22px;
    text-align: center;
    cursor: pointer;
}
.can{
    padding-bottom: 50px;
    padding-top: 40px;
}
.one_event{
    margin-top:10px;
    margin-left:10px;
    position: relative;
    height:370px;
    width:230px;
    border-radius: 5px;
    overflow: hidden;
    float:left;
    color:white;
    font-family: Roboto;
}
.img_event{
    position: absolute;
    width:240px;
    height:370px;
    z-index: 0;
	cursor:pointer;
}
.type_event{
    height:340px;
    position: absolute;
    background: #26bdef;
    width:240px;
    bottom:-250px;
    border-radius: 110px 110px 0 0;
    cursor: pointer;
    text-align: center;
}
.scroll_category{
    overflow: auto;
    height:185px;
    padding-bottom: 30px;
}
.scroll_category::-webkit-scrollbar {
    width: 0px;
}
.img_type{
    width:60px;
    height:60px;
    border-radius: 30px;
    background: white;
    text-align: center;
    position: absolute;
    left:calc(50% - 30px);
    margin-top:-30px;
    padding-top: 15px;
}
.title_event{
    font-size:18px;
    padding-top:35px;
    padding-bottom:25px;
    font-family: Roboto;
    font-weight: 500;
}
.point_event{
    font-size:13px;
    text-align: center;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: left;
    position: relative;
    margin-top:-10px
}
.point_event i {
    font-size:12px;
}
.point_event span{
    position: absolute;
    left: 45px;
    width:200px;

}
.point_event span a{
    color:white;
    text-decoration: none;
}
.point_line{
    border-left:1px solid white;
    height:25px;
    margin-left:29px;
}
.open_section{
    display:block;
    position: absolute;
    bottom:0px;
    right:0px;
    width:60px;
    height:60px;
    border-radius: 60px 0 0 0 ;
    background: white;
    text-decoration: none;
    color:#26bdef;
    padding-top: 30px;
    padding-left: 20px;
}
.blur{
    -webkit-filter:blur(5px);
}
.back_how{
    background: #f5f5f5;
}
.title_how{
    padding-top: 30px;
    padding-bottom: 65px;
    color:#1d384a;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    font-family: Roboto;
}
.title_how span{
    font-weight: bold;
}
.how_img {
    padding-bottom: 40px;
}
.how_img div{
    float:left;
    width:170px;
    text-align: center;
    color:#1d384a;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 93px;
}
.how_img div:first-child {
    margin-left: 0px;
}
.how_img div span{
    display: block;
    padding-top: 30px;
}
.pad_slider{
    padding-top: 60px;
    padding-bottom: 50px;
}
.one_type{
    height:650px;
    overflow: hidden;
    border-radius: 5px;
}
.type_logo{
    float:left;
    width:340px;
    height:100%;
}
.type_logo img{
    width:100%;
    height:100%;
}
.type_content{
    float:left;
    width:620px;
    background: #26bdef;
    font-family: Roboto;
    color:white;
    height: 100%;
}
.type_title{
    height: 80px;
    text-align: center;
    font-size: 22px;
    padding-top: 25px;
}
.type_point{
    width:50%;
    float:left;
    padding-top: 10px;
    padding-bottom: 90px;
    background: #25a8d5;
}
.type_point div{
    position: relative;
    padding-left: 60px;
    margin-top:20px;
    height:41px;
}
.type_point div img{
    padding-right: 20px;

}
.type_point div span{
    position: absolute;
    top:12px;
    display: inline-block;
    font-size:18px;
}
.feedback{
    padding-top:40px;
    padding-right: 60px;
    padding-left: 60px;
    font-weight:300;
    font-size:15px;
}
.title_feedback{
    position: relative;
    font-size:17px;
    padding-bottom: 15px;
}
.title_feedback img{
    padding-right: 5px;
}
.title_feedback span{
    position: absolute;
    display: inline-block;
    top: 4px;
}
.more{
    display: block;
    color: white;
    font-size: 16px;
    font-family: Roboto;
    height: 45px;
    width: 170px;
    border: 2px solid white;
    text-decoration: none;
    padding-top: 11px;;
    margin-top: 40px;
    text-align: center;
    position: absolute;
    right:60px;
}
.sl_left1{
    position: absolute;
    left:-80px;
    top:calc(50% - 20px);
    cursor: pointer;
}
.sl_right1{
    position: absolute;
    right:-80px;
    top:calc(50% - 20px);
    cursor: pointer;
}
.icon_event{
    position: absolute;
    background: white;
    width:110px;
    height:110px;
    border-radius: 55px;
    top:240px;
    left:285px;
    text-align: center;
    padding-top: 30px;
}
.back_rabit {
    background: url(../img/back_rabit.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
.back_form{
    background: #F0F0F0;
}
.title_form{
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    font-family: Roboto;
    font-size:40px;
    color:#1d384a;
    font-weight: 300;
}
.form{
    padding-bottom: 90px;
}
.form div {
    float: left;
    width:450px
}
.form div:nth-child(2){
    margin-left: 60px;
}
.form div input{
    height:70px;
    width:100%;
    border:2px solid #26bdef;
    background: white;
    font-family: Roboto;
    color:#1d384a;
    font-weight: 300;
    font-size:17px;
    text-indent: 20px;
    outline: none;
}
.form div input:nth-child(2){
    margin-top:30px;
}
.form div input::-moz-placeholder{
    font-family: Roboto;
    color:#1d384a;
    font-weight: 300;
    font-size:17px;
}
.form div button{
    margin-top:55px;
    background: #26bdef;
    border: none;
    width:270px;
    height:50px;
    font-family: Roboto;
    color:white;
    font-size:14px;
    outline: none;
    cursor: pointer;
}
.form div textarea{
    height:275px;
    width:100%;
    border:2px solid #26bdef;
    background: white;
    font-family: Roboto;
    color:#1d384a;
    font-weight: 300;
    font-size:17px;
    padding: 20px;
    outline: none;
    resize: none;
}
.form div textarea::-moz-placeholder{
    font-family: Roboto;
    color:#1d384a;
    font-weight: 300;
    font-size:17px;
}
.title_client{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 70px;
    color:#26bdef;
    font-family: Roboto;
    font-size: 25px;
}
.pad_client{
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 120px;
    height:100px;

}
#owl-client .item{
    text-align: center;

}
.sl_left2{
    position: absolute;
    left:-50px;
    top:calc(50% + 10px);
    cursor: pointer;
}
.sl_right2{
    position: absolute;
    right:-50px;
    top:calc(50% + 10px);
    cursor: pointer;
}
.map{
    position: relative;
}
.footer{
    height:110px;
    position: relative;
    margin-top:-110px;
}
.color_footer{
    background: rgba(40,186,234,0.9);
}
.footer_point{
    color:white;
    font-weight: lighter;
    font-size: 18px;
    font-family: Roboto;
    padding-top:30px ;
    height:110px;
}
.footer_point div{
    width:25%;
    float:left;
    position: relative;
}
.footer_point div:nth-child(1){
    width:22%
}
.footer_point div:nth-child(2){
    width:28%
}
.footer_point div img{
    padding-right: 20px;
}
.footer_point div span{
    display:inline-block;
    position: absolute;
    top:0px;
}
.footer_point div span a {
  text-decoration: none;
  color: unset;
}
.back_footer{
    background: #34495e;
}
.social_footer{
    background: #34495e;
    height:80px;
    padding-top: 27.5px;
    text-align: center;
    color:#d9f3f7;
}
.social_footer a{
    color:#d9f3f7;
    text-decoration: none;
    margin-left:60px;
}
.social_footer i{
    font-size: 26px;
}
.no_marg{
    margin-left:0px !important;
}

.asd{
    overflow: auto;
    width:250px;
    height:250px;
    background: #369;
}
.asd div{
    height:500px;
}

.jspDrag {
    background: #26bdef;
    border: 1px solid white;
    border-radius: 20px;
    width: 20px;
    margin-left: -9px;
}
.jspTrack{
    background: white;
    width:2px;
}
.jspVerticalBar{
    background: transparent;
}


.title_filling{
    padding-top: 100px;
    padding-bottom: 80px;
    color:white;
    font-weight: 200;
    font-size: 33px;
    font-family: Roboto;
    text-align: center;
}
.title_filling span{
    font-weight: bold;
}
.present{
    text-align: center;
}
.filling{
    height:475px;
    background: #26bdef;
    border-radius: 5px;
    overflow: hidden;
    margin-top:-4px;
}
.title_celebration{
    padding-top: 20px;
    color:white;
    font-family: Roboto;
    font-size:18px;
    font-weight: 700;
    padding-left: 100px;
    padding-bottom: 5px;
}
.column_choose{
    float:left;
    width:380px;
    padding-bottom: 30px;
    margin-left:40px;
}
.column_choose:nth-child(2)
{
    margin-left:100px;
}
.one_choose{
    margin-top:15px;
    width:380px;
    position: relative;
    height:50px;
}
.choose_type{
    left:60px;
    width:270px;
    height:50px;
    background: white;
    color:black;
    font-family: Roboto;
    font-size:15px;
    font-weight: 300;
    background: white;
    border-radius: 5px 0 0 5px;
    top:0px;
    padding:15px 0 0 10px;
    position: absolute;
}
.redy_choose{
    font-weight: bold;
    color:#26bdef;
}
.redy_check{
    color:#26bdef;
}
.choose_tick{
    cursor: pointer;
    position: absolute;
    width:50px;
    height:50px;
    left:330px;
    top:0px;
    background: #f6f8f9;
    border-radius: 0 5px 5px 0;
    text-align: center;
    color:#c9d0d5;
    padding-top:13px;
    border-left:1px solid #eaeef0;
    font-size:23px
}
.calculate{
    width:100%;
    border:none;
    outline: none;
    height:80px;
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    color:#28baea;
    font-size:15px;
    background: white;
    cursor: pointer;
}
.hide {
    display:none;
}
.common_list{
    padding-left:60px;
}
.title_list{
    width:810px;
    font-family: Roboto;
    font-size:20px;
    color:white;
    height:55px;
}
.title_list div:nth-child(1){
    float:left;
    width:80%;
    position:relative;
}
.title_list div:nth-child(1) img{
    padding-top:15px;
    padding-right:15px;
	height:48px;
}
.common_list .title_list div:last-child{
	cursor:pointer;
}
.title_list div:nth-child(1) span{
    position:absolute;
    top:20px;
}
.title_list div:nth-child(2){
    float:left;
    text-align: right;
    width:20%;
    padding-top: 20px;
}
.scroll{
    width:880px;
    height:376px;
    overflow: auto;
}
.one_list{
    height:182px;
    margin-top:6px;
    width:810px
}
.plus{
    width:94px;
    float:left;
    margin-left:6px;
    height:182px;
    background: white;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    color:#26bdef;
    font-size:20px;
    padding-top:81px;
    cursor:pointer;
}
.description{
    float: left;
    width:710px;
    height:182px;
    background: white;
    overflow: hidden;
    border-radius: 5px;
}
.persone_img{
    float:left;
    width:220px;
    height:182px;
    overflow: hidden;
}
.persone_img img{
    width:100%;
    max-height:100%;
}
.persone_content{
    float:left;
    height:182px;
    width:490px;
    background: white;
    border-radius: 5px;
}
.name_persone{
    height:85px;
    padding:22px 22px  0 22px;
    border-bottom: 1px solid #ebeef0;
    font-family: Roboto;
    font-weight: 300;
    color:#26bdef;
    font-size:18px;
    position: relative;
}
.name_persone div:nth-child(2){
    font-size:13px;
    color:#333333;
}
.name_persone div:nth-child(3){
    position: absolute;
    top:22px;
    right:22px
}
.description_persone{
    padding: 10px 22px 10px 22px;
    word-wrap: break-word;
    heigth:97px;
    overflow: hidden;
    color:#333333;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;

}

/* categories */

.back_rabit2 {
    background: url(../img/back_rabit2.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
.back_blue {
    background: url(../img/blue.jpg);
    background-position: 50%;
    height: 500px;
}
.back_confetti{
    background: url(../img/confetti.jpg);
    background-position: 50%;
    height: 312px;
}
.confetti div{
    padding-top:110px;
    float:left;
    width:25%;
    text-align: center;
    font-family: Roboto;
    color:white;
    font-weight: 700;
    font-size: 21px;
}
.confetti div span:nth-child(1){
    font-size:60px;
    display: block;
	font-weight: 700;
}
.confetti div span:nth-child(2){
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}
.offer{
    padding-top:56px;
    padding-bottom:120px;
	width:720px;
	margin:auto;
}
.title_offer{
    padding-top: 70px;
    color:#3d3a71;
    font-weight: 300;
    font-family: Roboto;
    font-size: 26px;
    text-align: center;
}
.title_offer span{
    font-weight: 700;
}
.one_offer{
    float:left;
    width:231px;
    margin-left:9px;
    margin-top:9px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height:232px;
}
.offer div img{
    width:100%;
    height:100%;

}
.blue_rad{
    position: absolute;
    width: 270px;
    background: #26bdef;
    height: 232px;
    border-radius: 232px;
    bottom: -150px;
    left: -20px;
    font-size: 16px;
    color: white;
    font-family: Roboto;
    font-weight: 700;
    padding-top: 35px;
    text-align: center;
	padding-left: 35px;
    padding-right: 35px;
}
.blue_rad .plus {
    height:60px;
    width:60px;
    border-radius: 30px;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    top:-30px;
    left:calc(50% - 30px);
    color:#bcbcbc;
    font-size:30px;
    display: block;
    background: white;
}
.categ_blue div:first-child{
    color:white;
    font-family: Roboto;
    font-weight: 300;
    font-size:54px;
    text-align: center;
    padding-top: 120px;
    margin:auto;
    width:460px;
}
.categ_blue div:first-child span{
    font-weight: 700;
    display: block;
    margin:auto;
}
.categ_blue a{
    display: block;
    text-align: center;
    margin: auto;
    margin-top:55px;
    padding:20px 25px 20px 25px;
    color:white;
    font-family: Roboto;
    font-size:22px;
    text-decoration: none;
    border:2px solid white;
    width:340px
}
.categ_blue{
    position: relative;
    height:500px;
}
.logo_category{
    position: absolute;
    width: 130px;
    height:130px;
    border-radius: 65px;
    left:calc(50% - 65px);
    bottom:-65px;
    background: white;
    padding-top:26px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    z-index:5;
}

@media(min-width:0px) {
    .corporate{
        position: relative;
        min-height:800px;
        overflow:hidden;
    }
    .corporate div{
        position: relative;
        width:470px;
        right: 30px;
        top: 220px;
        color: #333333;
        font-family: Roboto;
        font-size: 18px;
        float:right;padding-bottom:80px;
    }
}
@media(min-width:1100px) {
    .corporate{
        position: relative;
        min-height:800px;
        overflow:visible;
    }
    .corporate div{
        position: absolute;
        width:645px;
        right: 30px;
        top: 220px;
        color: #333333;
        font-family: Roboto;
        font-size: 18px;
        float:none;
    }
}

.corporate img {
    position: absolute;
    left: 0px;
    top: 60px;
}

.corporate div span{
    color:#3d3a71;
    font-weight: bold;
    font-size:40px;
    padding-bottom: 35px;
    display: block;
}



/*  graduation   */

.back_graduation{
    background: url(../img/graduation_photo.jpg);
    background-position: 50%;
    height: 500px;
}
.graduation_logo{
    padding-top: 35px;
}
.graduation_color{
    color:#de4040 !important;
}

.back_graduation4{
    background: url(../img/graduation_red.jpg);
    background-position: 50%;
    height: 312px;
    position: relative;
}
.relative_posit{
    position: relative;
}
#result_3 {
    padding-bottom: 35px;
}
@media(min-width:0px) {
    .dove {
        display: none;
    }
}
@media(min-width:1250px) {
    .dove {
        display: block;
        position: absolute;
        top: -160px;
        right: -210px;
    }
}
.back_dove{
    background: url(../img/back_dove.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
.back_red{
    background: #de4040;
}
.dark_red{
    background: #c33c3f;
}
.red_logo{
    padding-top: 35px;
}
.red_logo img{
    height:50px;
}
.center_offer{
    text-align: center;
}
.center_offer .one_offer{
    float:none;
    display: inline-block;
    width:calc(25% - 12px);
}
/*  end  graduation   */


/*  mice   */

.back_yellow{
    background: #eca34c;
}
.dark_yellow{
    background: #cf9149;
}
.yellow_text{
    color:#eca34c !important
}
.back_mice{
    background: url(../img/mice_photo.jpg);
    background-position: 50%;
    height: 500px;
}
.mice_logo{
    padding-top: 22px;
}
@media(min-width:0px){
    .mice_photo{
        top: 220px !important;
        left: -10px !important;
    }
    .wedding_img{
        top:210px !important;
        left:0px !important;
    }
    .birthday_img{
        top:70px !important;
        left:0px !important;
    }
    .children_img{
        left:0px !important;
        top:170px !important;
    }
    .graduation_book{
        top:180px !important;
        left:0px !important;
    }
    .exhibition_photo{
        top: 180px !important;
        left:0px !important;
    }
}
@media(min-width:1100px){
.mice_photo{
    top: 220px !important;
    left: -200px !important;
}
    .wedding_img{
        top:210px !important;
        left:-140px !important;
    }
    .birthday_img{
        top:70px !important;
        left:-100px !important;
    }
    .children_img{
        left:-150px !important;
        top:170px !important;
    }
    .graduation_book{
        top:180px !important;
        left:-110px !important;
    }
    .exhibition_photo{
        top: 180px !important;
        left: -180px !important;
    }
}
.back_mice4{
    background: url(../img/mice4.jpg);
    background-position: 50%;
    height: 312px;
}
.yellow_logo{
    padding-top: 23px;
}
.yellow_logo img{
    height:60px;
}
.back_without{
    background: url(../img/mice_big.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
.add_mice{
    padding-bottom: 100px;
}
/*  end  mice   */


/* exhibition   */

.back_exhibition{
    background: url(../img/exhibition_photo.jpg);
    background-position: 50%;
    height: 500px;
}
.exhibition_color{
    color:#f18686 !important;
}

.back_exhibitioncolor{
    background: url(../img/exhibition.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
.logo_main_sl{
    height:50px;
}
.exhibition{
    background: #f18686;
}
.dark_exhibition{
    background: #d4797b;
}
.back_exhibition4{
    background: url(../img/exhibition4.jpg);
    background-position: 50%;
    height: 312px;
}
/*  end  exhibition   */


/*  children   */

.children_top{
    background: url(../img/children_top.jpg);
    background-position: 50%;
    height: 500px;
}
.children_logo{
    padding-top:30px;
}
.back_children4{
    background: url(../img/children4.jpg);
    background-position: 50%;
    height: 312px;
}

.green_color{
    color:#79ce81 !important;
}
.green_logo{
    padding-top:25px;
}
.green_logo img{
    height:65px;
}
.green_back{
    background: #79ce81;
}
.dark_green{
    background: #6db676;
}
.children_bottom{
    background: url(../img/children_bottom.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
/*  end  children   */


/*  birthday  */
.birthday_top{
    background: url(../img/birthday_top.jpg);
    background-position: 50%;
    height: 500px;
}
.blue_color{
    color:#4086dd;
}

.back_birthday4{
    background: url(../img/birthday4.jpg);
    background-position: 50%;
    height: 312px;
}
.back_birthday{
    background: #4086dd;
}
.dark_blue{
    background: #3c79c5;
}
.birthday_bottom{
    background: url(../img/birthday_bottom.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
/*  end  birthday   */


/*  conference   */


.conference_top{
    background: url(../img/conference_top.jpg);
    background-position: 50%;
    height: 500px;
}
.conference_logo{
    padding-top: 24px;
}
.conference_color{
    color:#27a5bb !important;
}

.back_conference4{
    background: url(../img/conference4.jpg);
    background-position: 50%;
    height: 312px;
}
.back_conference{
    background: #27a5bb;
}
.dark_conference{
    background: #2693a8;
}
.conference_bottom{
    background: url(../img/conference_bottom.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
/*  end  conference  */
/*  corporate  */


.back_corporate{
    background: #3d3a71;
}
.dark_corporate{
    background: #393769;
}

.corporate_color{
    color:#3d3a71 !important;
}
/*  end  corporate  */


/*  wedding  */


.wedding_top{
    background: url(../img/wedding_top.jpg);
    background-position: 50%;
    height: 500px;
}

.wedding_color{
    color:#ecc459 !important;
}

.back_weddding4{
    background: url(../img/wedding4.jpg);
    background-position: 50%;
    height: 312px;
}
.back_wedding{
    background: #e2bb53;
}
.dark_wedding{
    background: #c7a64f;
}
.wedding_bottom{
    background: url(../img/wedding_bottom.jpg);
    background-position: 50%;
    height: 1080px;
    position:relative;
}
.wedding_logo{
    padding-top:30px;
}

/*  end  wedding  */


/*  article  */



@media(min-width:0px) {
    .back_article {
        text-align: center;
        width:980px;
        position: relative;
        padding-top:7%;
        min-height:490px;
    }
    .many_cocktails img{
        width:100%;
    }
    .article{
        position: absolute;
        width:100%;
        top:0px;
        left:0px;
        z-index:-1;
        height:490px;
    }
    .back_bridge{
        background: url(../img/bridge.jpg);
        background-position: 50%;
        height:417px;
        width:960px;
    }

    .body_wrapper .wrapper_1 .grid div img{
        margin-left:5px;
        width:310px !important;
    }
    .grid div img{
        margin-left:25px;
        width:317px
    }
    .many_text{
        padding-top:55px;
        padding-bottom:55px;
        color:#333333;
        font-family: Roboto;
        font-weight: 700;
        font-size:7px;
        line-height: 25px;
    }
    .top_cocktail div:nth-child(2){
        width:calc(100% - 296px);
        float:left;
        padding-left:40px;
        color:rgba(0,0,0,0.6);
        font-size: 7px;
        line-height: 11px;
        color: #333333;
        font-family: Roboto;
    }
    .result_rabit{
        position: absolute;
        bottom:-230px;
        left:-350px;
        display: none;
    }
    .conference_img{
        top:210px !important;
        left:0px !important;
    }
}
@media(min-width:960px) {
    .back_bridge {
        width: auto;
    }

}
@media(min-width:1030px) {
    .wrapper_2{
        width:100% !important;
    }
    .back_article {
        width:auto;
    }
    .many_cocktails img{
        width:auto;
    }


    .grid div img{
        margin-left:34px;
        width:317px
    }
    .body_wrapper .wrapper_1 .grid div img{
        margin-left:34px ;
        width:317px !important;
    }
    .many_text{
        font-size:15px;
    }
    .top_cocktail div:nth-child(2){
        font-size: 16px;
        line-height: 22px;
    }
    .mobil_call{
        width:100% !important;
    }
    .conference_img{
        top:210px !important;
        left:-110px !important;
    }
}
@media(min-width:1200px){
    .article{
        height:auto;
    }
}
.article_title{
    /*padding-top:250px;*/
    color:white;
    font-size:65px;
    font-family: Roboto;
    width: 420px;
    margin: auto;
}
.article_title span{
    font-weight:bold;
}
.blue_circle{
    width:120px;
    height:120px;
    border-radius:60px;
    padding-top:25px;
    background: #26bdef;
    margin:auto;
    margin-top:65px;
}
.time_views div{
    display: inline-block;
    color:white;
    font-family: Roboto;
    font-size:20px;
    margin-top:80px;
    min-width:150px;
    position: relative;
    text-align: left;
}
.call_text div i{
    cursor:pointer;
}
.time_views div img{
    padding-left:10px;
    padding-right:10px;
}
.time_views div span{
    position: absolute;
    top:0px;
}
.blue_social{
    height:95px;
    background: #26bdef;
    text-align: center;
    position: relative;
}
.share{
    padding-top:25px;
}
.share{
    display:inline-block;
    padding-left: 35px;
    padding-right: 35px;
    color:white;
}
.share div{
    height:40px;

    display:inline-block;
}
.share div:first-child{
    padding-right:25px;
    border-right:1px solid white;
    padding-top: 8px;
}
.share div i {
    font-size: 23px;
}

.share div:nth-child(2){
    padding-left:22px;
    padding-top: 10px;
}
.share div span:nth-child(1){
    font-family: Roboto;
    font-weight: 700;
    font-size:16px;
    transition: 0.25s;
    cursor: pointer;
    position: relative;
}
.share a{
    z-index:-1;
    opacity:0;
    font-family: Roboto;
    color:white;
    text-decoration: none;
    font-weight: 700;
    font-size:16px;
    display: inline-block;
    margin-left:-50px;
    transition: 0.25s;
    position: relative;
}
.share a:hover{
    font-family: Roboto;
    font-weight: 700;
    font-size:16px;
    color:white;
    text-decoration: none;
}
.wrapper_1{
    width:1030px;
    margin:auto;
}
.top_cocktail{
    margin-top:50px;
    padding-bottom:95px;
}
.top_cocktail div:nth-child(1){
    width:296px;
    float:left;
}
.top_cocktail div:nth-child(1) img{
    width:100%;
}

.many_cocktails{
    text-align: center;
    padding-bottom:70px;
}

.bridge_title{
    padding-top:90px;
    text-align:center;
    color:white;
    font-family: Roboto;
    font-weight: 700;
    font-size: 45px;
    padding-bottom: 20px;
}
.whate_interesting{
    width:400px;
    margin:auto;
    text-align: center;
    color:white;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
}

.relative_circle{
    position: relative;
    height:417px;
}
.second_circle{
    left:calc(50% - 110px) !important;
}
@media(min-width:1600px) {
    .result_rabit{
        display: block;
    }
}
@media(min-width:1800px) {
    .back_article{
         min-height:710px;
     }
}

@media(min-width:0px) {
    .three_column {
        margin-top: 150px;
        padding-bottom: 10px;
        padding-left:20px;
        padding-right:20px;
        color: #333333;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 700;
        line-height: 25px
    }
    .three_column div{
        width:250px;
    }
    .circle_photo{
        width:220px;
        height:220px;
        border-radius: 110px;
        overflow: hidden;
        position:absolute;
        bottom:-110px;
        left:0px;
        z-index:1000;
    }
    .third_circle{
        right:0px;
        left:auto !important;
    }
    .body_wrapper .wrapper_1{
        width:960px !important
    }
}
@media(min-width:1100px) {
    .body_wrapper .wrapper_1{
        width:1030px !important
    }
}
@media(min-width:1000px) {
    .three_column {
        padding-left:0px;
        padding-right:0px;
    }
    .three_column div{
        width:290px;
    }
    .circle_photo{
        left:0px;
    }
    .third_circle{
        right:0px;
    }
}
.three_column div:nth-child(1){
    float:left;
}
.three_column div:nth-child(2){
    float:left;
    text-align: center;
    margin-left:80px;
}
.three_column div:nth-child(3){
    float:right;
    text-align: right;
}
.grid{
    padding-bottom:50px;
}
.grid div{
    margin-top:50px;
}



.numbers_blue{
    height:130px;
    background:#26bdef;
    position: relative;
}
.right_number{
    float:right;
    width:330px;
    float:right;
    font-weight: 300;
    color:white;
    font-family: Roboto;
    font-size:54px;
    text-align: right;
    word-wrap: break-word;
    line-height: 57px;
    padding-top: 9px;
}
.right_number span{
    font-weight: 700;
}
.left_number{
    padding-top:35px;
    color:white;
    font-weight:700;
    font-size: 27px;
    font-family: Roboto;
    margin-left:100px;
    width:auto;
    float:left;
}
.left_number span{
    display: block;
    font-weight:300;
}
.left_number:first-child{
    margin-left:0px;
}
.left_number sup{
    font-size:10px;
}
@media(min-width:0px){
    .blue_rabit{
        position: absolute;
        left:calc(100% + 80px);
        top:-252px;
        display: none;
    }
    .rabit_inverse{
        position: absolute;
        bottom:-153px;
        display: none;
    }
    .strange_rabit{
        position: absolute;
        bottom:-5px;
        right:-300px;
        display: none;
    }
}
@media(min-width:1400px){
    .rabit_inverse{
        display: block;
        left:20px;
    }
}
@media(min-width:1600px){
    .rabit_inverse{
        display: block;
        left:5%;
    }
    .strange_rabit{
        display: block;
    }
}
@media(min-width:1900px){
    .rabit_inverse{
        left:8%;
    }
}
@media(min-width:1480px){
    .blue_rabit{
        display: block;
    }
}
.grid div img:first-child{
    margin-left:0px !important;
}
/*  end  article  */




/*  drop menu  */
.zindex{
    z-index:20;
    background: white;
}
.blue_top{
    border-top:2px solid #26bdef;
    height:110px;
    width:100%;
    position: absolute;
    margin-top:-110px;
    background: white;
    z-index:1;
    opacity:0;
}
.drop_menu{
    text-align: center;
    padding-left:40px;
}
.category_menu{
    width:110px;
    height:108px;
    text-align: center;
    transition: 0.5s;
    display: block;
    float:left;
    color:#26bdef;
    text-decoration: none;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    padding-top:15px;
    position:relative;
}
.link_cat{
    color:#26bdef;
    text-decoration: none;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
}
.category_menu:hover .second_level{
    display:block;
}
.second_level{
    position: absolute;
    width:265px;
    display:none;
    top:100%;
}
.second_level a{
    width:100%;
    transition: 0.5s;
    display: block;
    float:none;
    color:#26bdef;
    background: white;
    text-decoration: none;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding-top:5px;
    padding-left:30px;
    padding-bottom:5px;
    padding-right:30px;
}
.second_level a:hover{
    color:white;
    background: #26bdef;
}
.category_menu .link_cat  img{
    padding-bottom: 13px;
    height:46px;
}
.category_menu .link_cat span{
    display: block;
}
.category_menu:hover{
    background: #26bdef;
}
.category_menu:hover .link_cat{
    color:white;
}
.category_menu:last-child img{
    padding-bottom: 20px;
    height:53px;
}
.change_position{
    margin-top:0px;
    opacity:1;
}

/*  end  drop menu  */


.scroll_opacity{
    opacity:0;
    transition:2s;
}


/*  contacts  */

.back_contacts{
    height:120px;
    background: rgba(38,189,239,0.75);
}
.title_contacts{
    text-align: center;
    color:white;
    padding-top:47px;
    font-family: Roboto;
    font-weight: 500;
    font-size:25px;
}
.contacts{
    height:340px;
    padding-top:40px;
    position:relative
}
@media(min-width:0px) {
    .form_contact {
        width: 720px;
        margin-left: 80px;
        height: 100%;
    }
}
@media(min-width:1300px) {
    .form_contact {
        width: 720px;
        margin-left: 240px;
        height: 100%;
    }
}
.common_contacts{
    float:left;
    width:240px;
    color:#26bdef;
    font-family: Roboto;
    font-size:16px;
    height:100%;
}
.common_contacts a {
  text-decoration: none;
  color: unset;
}
.common_contacts div{
    position: relative;
    margin-top:20px;
}
.common_contacts div:nth-child(1){
    margin-top:20px;
}

.common_contacts div span{
    position: absolute;
}
.common_contacts div i{
    display: inline-block;
    width:45px;
}
.form_two{
    width:450px;
    margin-left:30px;
    float:left;
}
.form_two input{
    width:215px;
    height:30px;
    border:1px solid #5f727f;
    outline: none;
    color:#5f727f;
    font-family: Roboto;
    font-size:13px;
    display:block;
    text-indent: 10px;
}
.form_two input:nth-child(2){
    margin-left:235px;
    margin-top:-30px;
}
.form_two input::-webkit-input-placeholder{
    color:#5f727f;
    font-family: Roboto;
    font-size:13px;
}
.form_two input::-moz-placeholder{
    color:#5f727f;
    font-family: Roboto;
    font-size:13px;
}
.form_two textarea{
    padding:15px;
    color:#5f727f;
    font-family: Roboto;
    font-size:13px;
    resize: none;
    margin-top:20px;
    width:100%;
    height:180px;
    border:1px solid #5f727f;
    outline: none;
}
.form_two textarea::-webkit-input-placeholder{
    color:#5f727f;
    font-family: Roboto;
    font-size:13px;
}
.form_two textarea::-moz-placeholder{
    color:#5f727f;
    font-family: Roboto;
    font-size:13px;
}
.form_two button{
    margin-top: 15px;
    width:125px;
    border: none;
    color:white;
    font-family: Roboto;
    font-size:15px;
    height:30px;
    background: #26bdef;
    outline: none;
    cursor: pointer;
    margin-left:calc(100% - 125px);
}
@media(min-width:0px){
.rabit_contacts{
    position: absolute;
    bottom:-5px;
    left:0px;
}
}
@media(min-width:1000px){
.rabit_contacts{
    position: absolute;
    bottom:-5px;
    left:-70px;
    opacity: 0.4;
}
}
/*   end  contacts   */


/*   news   */
@media(min-width:0px){
.back_news{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgba(249,249,249,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=1 );
    height:900px;
    z-index:-1;
    position: relative;
}
}
@media(min-width:1920px){
.back_news{
    background: rgba(255,255,255,1);
    background: linear-gradient(to right, rgba(255,255,255,0) 50%,rgba(249,249,249,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=1 );
    height:900px;
    z-index:-1;
    position: relative;
}
}

@media(min-width:0px) {
    .line_news {
        border-top: 1px solid #26bdef;
        width: 50%;
        position: absolute;

        margin-top: 75px;
    }
}/*
@media(min-width:1900px) {
    .line_news {
        border-top: 1px solid #26bdef;
        width: 50%;
        position: absolute;
        margin-top: 75px;
    }
}*/
.name_news{
    float:left;
    width:180px;
    background: white;
}
.many_news{
    height:900px;
    float:left;
    width:780px;
    padding-top:25px;
    padding-left:15px;
    background: #f9f9f9;
    overflow: auto;
}
.many_news::-webkit-scrollbar {
    width:0px;
}
.many_news .jspDrag{
    display:none ;
}
.one_news {
    margin-left: 10px;
    width: 245px;
    height: 345px;
    position: relative;
    float: left;
    margin-top: 25px;
    margin-bottom: 15px;
}
.img_news{
    width:100%;
    height:100%;
    position: absolute;
}
.circle_news{
    text-align: center;
    position: absolute;
    width:50px;
    height:50px;
    top:-25px;
    left:calc(50% - 25px);
    border-radius: 25px;
    background: #26bdef;
    padding-top:10px;
}
.title_news{
    padding-left:20px;
    padding-top:200px;
    color:white;
    font-family: Roboto;
    font-size:16px;
    font-weight:600;
    padding-bottom:20px;
    position: relative;
}
.news_view{
    position: relative;
    color:white;
    margin:auto;
    width:calc(100% - 40px);
    border-top:1px solid white;
    padding-top:10px;
    font-family: Roboto;
    font-size:14px;
}
.news_view img{
    height:15px;
    margin-right:5px;
    margin-left:14px;
}
.news_view span{
    display: inline-block;
}
.more_news{
    width:100%;
    background: #26bdef;
    position: absolute;
    height:50px;
    text-decoration: none;
    color:white;
    transition: 0.5s;
    font-family: Roboto;
    font-weight: 500;
    font-size:16px;
    padding-top: 18px;
    bottom:0px;
    text-align: center;
}
.more_news:hover{
    background: #097db9;
}
.half_back{
   
}
.title_blue{
    color:#26bdef;
    padding-top:30px;
    font-family: Roboto;
    font-size:21px;
    padding-bottom:20px;
    border-bottom:1px solid #26bdef;
    margin-bottom:25px;
height:76px;
}
.drop_left{
    font-family: Roboto;
    font-size:20px;
    color:#26bdef;
    cursor:pointer;
    position:relative;
}
.list_drop{
    width:100%;
    display: none;
}
.list_drop a{
    font-family: Roboto;
    font-size:18px;
    color:#26bdef;
    display: block;
    padding:5px;
    padding-left: 20px;
    text-decoration:none ;
    width:100%;
    transition: 0.5s;
}
.list_drop a:hover{
    color:white;
    background: #26bdef;
}

/*   end  news   */


/*   page   */
@media(min-width:0px) {
    .back_page {
        width: 100%;
        position: relative;
        padding-top: 12%;
        height:319px;
    }
}
@media(min-width:1100px) {
    .back_page {
        height:319px;
    }
}
@media(min-width:1300px) {
    .back_page {
        height:421px;
    }
}
@media(min-width:1400px) {
    .back_page {
        height:451px;
    }
}
@media(min-width:1600px) {
    .back_page {
        height:501px;
    }
}
@media(min-width:1900px) {
    .back_page {
        height:603px;
    }
}
.page{
    width:100%;
    position: absolute;
    top:0px;
}
.view_position{
    position: absolute;
    bottom: 30px;
    margin-left: -150px;
    left: 50%;
}
.title_page{
    text-align: center;
    color:white;
    padding-left: 240px;
    padding-right: 240px;
    font-family: Roboto;
    font-size:30px;
}
.back_fixmenu{
    background:#26bdef;
    width:100%;
}
.fix_menu div{
    padding-top:30px;
    text-align: center;
    height:175px;
    width:192px;
    float:left;
    color:white;
    font-family: Roboto;
    font-weight: 600;
    font-size:19px;
    transition:0.5s;
    cursor: pointer;
}
.fix_menu div span{
    display:block;
    padding-left:45px;
    padding-right:45px;
    padding-top:20px;
}
.fix_menu div:nth-child(2) span,.fix_menu div:nth-child(3) span{
    padding-top: 10px;
}
.active_fix{
    background: white;
    color:#26bdef !important;
}
.scroll_fix{
    position: fixed;
    top:0px;
    z-index: 1000000000000000;
}
.title_targets{
    padding-top:50px;
    padding-bottom:30px;
    color:#26bdef;
    font-family:Roboto;
    font-weight:700;
    font-size:21px;
}
.description_target{
    color:#636363;
    font-family:Roboto;
    font-size:16px;
    line-height:26px;
}
.target{
    float:left;
    width:33%;
}
.target div{
    width:85%;
    border-radius: 25px;
    background: #26bdef;
    color:white;
    height:50px;
    margin-top:20px;
    font-family:Roboto;
    font-weight:700;
    font-size:19px;
    padding:10px;
    padding-left: 20px;
}
.target div p{
    display:inline-block;
}
.pad_target{
    padding-top:30px;
    padding-bottom:50px;
}

.what_do_item {
    height:558px;
}
.what_do_item img{
}
.what_text{
    position: absolute;
    top:0px;
    width:960px;
    left:calc(50% - 480px);
    height:100%;
}
.what_text_blue{
    position: absolute;
    height:100%;
    right:100px;
    width:400px;
    background: #26bdef;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Roboto;
    font-size:15px;
    color:white;
}
.title_what{
    padding-top:40px;
    padding-bottom:30px;
    font-size:21px;
    font-weight:600;
    text-align: center;
}
.what_text_blue span {
    font-weight:600;
    display: block;
}
.what_text_blue div{
    line-height: 25px;
}
.what_text_blue div:last-child{
    margin-top:30px;
    text-align: center;
}
.sl_left3{
    position: absolute;
    top:50%;
    cursor: pointer;
    z-index:6;
}
.sl_right3{
    position: absolute;
    right:0px;
    top:50%;
    cursor: pointer;
    z-index:6;
}
.what_arr{
    height:588px;
    margin-top:-588px;
}
#what_do{
    z-index:5;
}
.block_circle{
    padding-bottom: 40px;
}
.one_strange:nth-child(2n+1) div:nth-child(1){
    width:200px;
    height:200px;
    border-radius:100px;
}
.one_strange:nth-child(2n+1) div:nth-child(1) img{
    width:200px;
    height:200px;
    border-radius:100px;
}
.one_strange:nth-child(2n+1) div:nth-child(2){
    position: absolute;
    top:15px;
    left:220px;
    width:490px
}

.one_strange:first-child{
    margin-top:50px;
}
.one_strange:nth-child(2n) div:nth-child(2){
    width:200px;
    height:200px;
    border-radius:100px;
    margin-left:calc(100% - 200px);
}
.one_strange:nth-child(2n) div:nth-child(2) img{
    width:200px;
    height:200px;
    border-radius:100px;
}
.one_strange:nth-child(2n) div:nth-child(1){
    position: absolute;
    top:15px;
    left:0px;
    width:490px;
    text-align: right;
}
.one_strange{
    width:710px;
    margin-top:50px;
    color:#636363;
    font-family:Roboto;
    font-size:16px;
    line-height:26px;
    position: relative;
    opacity:0;
    transition:2s;
    min-height:200px;
}
.one_strange:nth-child(2n){
    margin-left:250px;
}
.back_result{
    background: #26bdef;
}
.top{
    position: relative;
    opacity:0;
    transition:2s;
}
.top div{
    margin-left:370px;
    color:white;
    width:590px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    /*min-height:625px;*/
}
.top img{
    position: absolute;
    top:-45px;
}
.top div span{
    padding-top:45px;
    padding-bottom:30px;
    font-weight: 700;
    font-size:21px;
    display: block;
}
.top div i{
    display: block;
    width:200px;
    border-top:1px solid white;
    margin-top:45px;
}
.bottom{
    position: relative;
    opacity:0;
    transition:2s;
}
.bottom div{
    width: 570px;
    font-family: Roboto;
    font-size: 16px;
    color: white;
    padding-top: 45px;
    padding-bottom: 45px;
    line-height: 24px;
}

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.other_pad{
    padding-top:70px;
}
.result_text{
    color:#636363;
    font-family:Roboto;
    font-size:16px;
    line-height:26px;
}
.add_result{
    padding-bottom:60px;
}
.back_result2{
    /*height:523px;*/
    position: relative;
    margin-bottom:-4px;
}
.back_result2_img{
    width:100%;
	height:525px;

}
.result_item{
    height:523px;
}
.result_arr{
   position:absolute;
    top:calc(50% - 20px);
    left:calc(50% - 480px);
}
#result{
    z-index:6;
}
.sl_left4{
    position: absolute;
    top:50%;
    cursor: pointer;
    z-index:6;
}
.sl_right4{
    position: absolute;
    right:0px;
    top:50%;
    cursor: pointer;
    z-index:6;
}
.back_some{
    background:#26bdef ;
    height:315px;
    padding-top:95px;
    margin-top:-4px;
}
.some_information{
    text-align: center;
}
.some_information div{
    color:white;
    font-weight: 700;
    font-size:60px;
    font-family: Roboto;
    text-align: center;
    display: inline-table;
    position: relative;
    width:170px;
    margin-left:20px;
    margin-right:20px;
}
.some_information div span{
    display: block;
    font-size: 21px;
    margin-top:7px;
}
/*   end  page   */
.page_time{
    text-align: center;
    margin-top:120px;
}


/*  about us  */
.news_img{
    width:100%;
}
.news_img img{
    width:100%;
}
.title_who{
    padding-top:65px;
    text-align: center;
    font-family: Roboto;
    font-weight: 300;
    color:#26bdef;
    font-size:23px;
}
.title_who span{
    font-weight: 600;
}
.blue_line{
    margin:auto;
    width:70px;
    border-top:2px solid #26bdef;
    margin-top:45px;
}
.who_text{
    padding-top:60px;
    padding-bottom:80px;
    text-align: center;
    color:#333333;
    font-family: Roboto;
    font-size:17px;
}
.back_works{
    background: url(../img/news/our_works.jpg);
    background-position: 50%;
    height:238px;
    text-align: center;
    padding-top:100px;
    font-family: Roboto;
    font-weight: 300;
    color:#26bdef;
    font-size:23px;
}
.list_works ul{
    list-style: none;
    margin:0px;
    padding-left:0px;
    padding-top:70px;
    padding-bottom:50px;
}
.list_works ul li{
    display: inline-block;
    margin-left:35px;
}
.list_works ul li:first-child{
    margin-left:0px;
}
.list_works ul li a{
    color:#848484;
    transition: 0.5s;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 700;
    font-size:14px;
}
.list_works ul li a:hover{
    color:#26bdef;
}
.back_works span{
    font-weight: 600;
}
.six_img{
    padding-bottom: 50px;
}
.six_img div{
    float:left;
    margin-top:20px;
    margin-left:30px;
    width:calc(33.333% - 20px);
}
.six_img div img{
    width:100%;
}
.six_img div:first-child, .six_img div:nth-child(4){
    margin-left:0px;
}
.show_all{
    display: block;
    margin:auto;
    border:1px solid #26bdef;
    padding-top:20px;
    padding-bottom:20px;
    width:340px;
    text-align: center;
    color:#26bdef;
    font-family: Roboto;
    font-size:19px;
    text-decoration: none;
    margin-bottom: 50px;
}
.show_all:hover{
    color:#26bdef;
}
.back_team{
    background: #f8f8f8;
    padding-top:60px;
    padding-bottom:70px;
}
.title_team{
    text-align: center;
    font-family: Roboto;
    font-weight: 300;
    color:#26bdef;
    font-size:23px;
}
.title_team span{
    font-weight: 600;
}
.teams{
    margin-top:-30px;
}
.employee{
    margin-top:40px;
    float:left;
    width:calc(25% - 20px);
    margin-left:20px;
}
.employee img{
    width:100%;
    height:300px;
    border-radius:5px;
}
.employee_name{
    text-align: center;
    margin-top:10px;
    color:#4f5362;
    font-family: Roboto;
    font-weight: 700;
    font-size:12px
}
.employee_position{
    font-family: Montserrat;
    font-weight:lighter;
    color:#a8acb9;
    font-size:11px;
    text-align: center;
    margin-top:4px;
}
.employee_social{
    margin-top:10px;
    text-align: center;
}
.employee_social a{
    color:#ccced5;
    font-size:15px;
    padding-left:10px;
    padding-right:10px;
    text-decoration: none;
}
.rabit_all{
    position:absolute;
    bottom:-4px;
    left:calc(50% - 104px);
}
@media (min-width: 0px){
    #owl-demo .item{
        height:570px;
    }
}
@media (min-width: 1366px){
    #owl-demo .item{
        height:405px;
    }
}
@media (min-width: 1440px){
    #owl-demo .item{
        height:427px;
    }
}
@media (min-width: 1600px){
    #owl-demo .item{
        height:475px;
    }
}
@media (min-width: 1900px){
    #owl-demo .item{
        height:570px;
    }
}

/*   end about us     */
.small_bkue_rad{
    width:210px;
}
p {
    margin:0px;
}
/*  popup  */

.center_popup{
	width:550px;
	background:#26bdef;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
}
.title_popup{
	text-align:center;
	color:white;
	font-family:Roboto;
	font-size:16px;
}
.form_popup{
	width:70%;
	margin:auto;
}
.form_popup input{
	margin-top:30px;
	background:white;
	border:none;
	outline:none;
	text-indent:15px;
	width:100%;
	height:50px;
	color:#26bdef;
	font-family:Roboto;
	font-size:16px;
}
.form_popup button{
	color:white;
	font-family:Roboto;
	font-size:19px;
	display:block;
	margin:auto;
	margin-top:20px;
	background:transparent;
	border:none;
	outline:none;
	cursor:pointer;
}
.form_popup input::-webkit-input-placeholder{
    color:#26bdef;
	font-family:Roboto;
	font-size:16px;
}
.popup{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999999;
	padding-top:16%;
	display:none;
}
.popup_calc{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999999;
	padding-top:16%;
	display:none;
}


/****fixs****/
#owl-demo .item {
    height: auto;
}

.content_slide {
    padding: 111px 170px 103px;
    text-align: center;
}

.top_sloder_img {
    height: 100%;
    position: relative;
    width: 100%;
}

.owl-wrapper .item{
	position:relative;
}

.content_slide {
    left: 0;
    margin-top: -218px;
    padding: 111px 170px 103px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

#owl-demo .owl-controls {
    margin-top: -31px !important;
    position: relative !important;
}

.scroll_fix {
    position: relative !important;
}

.back_fixmenu {
    background: #26bdef none repeat scroll 0 0;
    margin-top: -14px;
    width: 100%;
}

.back_page {
    height: auto !Important;
}

.back_page .page {
    position: relative;
    top: 0;
    width: 100%;
}

.back_page{
	padding-top: 0;
}

.back_page .title_page {
    font-size: 39px;
    left: 0;
    margin-top: -29px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.back_page .title_page * {
      text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.back_result2_img {
    height: auto;
}

.article_title {
    color: white;
    font-family: Roboto;
    font-size: 65px;
    left: 0;
    margin: -86px auto auto;
    position: absolute;
    right: 0;
    text-shadow: 0 0 1px #111;
    top: 50%;
    width: 600px;
}

.back_article .article {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -1;
}

.back_article{
	height: auto !Important;
	padding-top: 0;
}

.blue_social {
    background: #26bdef none repeat scroll 0 0;
    height: 95px;
    margin-top: -110px;
    position: relative;
    text-align: center;
}

.one_type {
    border-radius: 5px;
    height: 621px;
    overflow: hidden;
}

.one_news {
    float: left;
    height: 429px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 25px;
    position: relative;
    width: 235px;
}

.many_news {
    background: #f9f9f9 none repeat scroll 0 0;
    float: left;
    height: 960px;
    overflow: auto;
    padding-left: 15px;
    padding-top: 25px;
    width: 780px;
}

.title_news {
    padding-top: 266px;
}

#map{
	margin-bottom: 0 !Important;
}

/*.top div {
    min-height: 425px;
}*/


.form_two {
    float: left;
    margin-left: 30px;
    width: 393px;
}

.contacts {
    height: 455px;
    padding-top: 40px;
    position: relative;
}

.error{
	color:red;
	margin-bottom:5px;
	display:block;
}

.form_two textarea {
    border: 1px solid #5f727f;
    color: #5f727f;
    font-family: Roboto;
    font-size: 13px;
    height: 180px;
    margin-top: 7px;
    outline: medium none mediumorchid;
    padding: 15px;
    resize: none;
    width: 100%;
}

.form_two button {
    background: #26bdef none repeat scroll 0 0;
    border: medium none;
    color: white;
    cursor: pointer;
    font-family: Roboto;
    font-size: 15px;
    height: 30px;
    margin-left: calc(100% - 125px);
    margin-top: 5px;
    outline: medium none;
    width: 125px;
}

.form_two input {
    border: 1px solid #5f727f;
    color: #5f727f;
    display: block;
    font-family: Roboto;
    font-size: 13px;
    height: 30px;
    margin-bottom: 13px;
    outline: medium none;
    text-indent: 10px;
    width: 215px;
}

.type_point {
    padding-bottom: 31px;
}

.type_point div span {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 8px;
}

.share a {
    color: white;
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
    opacity: 1 !Important;
    position: relative;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    z-index: 1 !Important;
}

.wrapper_1.blue_social .share:nth-child(2)
{
	padding-top:30px;
	vertical-align: -4px;
}

.wrapper_1.blue_social .share:nth-child(2) div:nth-child(2){
	padding-top:0px;
	vertical-align: 5px;
}
.wrapper.container.fix_menu {
  display: flex;
  justify-content: center;
}

@media(max-width:960px){
    .wrapper{
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .top_page {
        height: auto;
    }
    .top_btn, .top_logo, .top_numbers {
        margin: 0 auto;
        float: none;
        width: 270px;
    }
    .back_call {
        margin-top: -253px;
        position: relative;
        height: 253px;
        overflow: hidden;
    }
    .border_bottom {
        padding: 10px 0;
    }
    .cost div {
        top: 20px;
        position: relative;
        margin: 0 auto;
    }
    .back_cost .wrapper {
        padding-top: 20px;
        height: auto;
        text-align: center;
    }
    .title_slide {
        font-size: 26px;
    }
    .order {
        font-size: 20px;
        margin-top: 10px;
        height: 40px;
        padding-top: 5px;
    }
    .position_top_slider {
        left: -5px;
        top: 45%;
        display: none;
    }
    .position_top_slider img {
        width: 50px;
    }
    .wrapper.content_slide {
        padding: 0 45px;
        margin-top: 0;
        transform: translateY(-50%);
    }
    .type_event {
        width: 100%;
    }
    .wrapper.container.can {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .how_img div {
        margin: 0;
    }
    .how_img {
        padding-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .type_logo {
        width:100%;
        position: absolute;
        z-index: 0;
        right: 0;
        float: none;
        height: auto;
        /*margin: -50%;
        transform: translateX(-50%);*/
        display: block;
    }
    .type_content {
        width: 100%;
        position: relative;
        z-index: 1;
        opacity: 0.9;
    }
    .sl_left1, .sl_left2 {
        left: 15px;
    }
    .sl_right1, .sl_right2 {
        right: 15px;
    }
    .sl_left1, .sl_right1, .sl_left2, .sl_right2 {
        z-index: 1;
    }
    .sl_left1 img, .sl_right1 img {
        width: 20px;
    }
    .one_type {
  height: unset;
  position: relative;
}
.feedback {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.title_filling {
  padding: 20px 0;
}
.filling {
  height: unset;
}
.filling .type_filling .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15px;
  overflow: hidden;
}
.column_choose {
  margin: 0;
  padding-bottom: 0;
}
.column_choose:nth-child(2) {
  margin-left: 0;
}
.title_celebration {
  padding: 20px 20px 10px;
  text-align: center;
}
.title_list {
  width: 100%;
  height: unset;
  overflow: unset;
}
.common_list {
  padding: 0 15px 20px;
}
.one_list {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
}
.back_rabit {
  height: unset;
  padding-bottom: 135px;
  background-repeat: no-repeat;
    background-position: top center;
}
.back_rabit .rabit_all {
  display: none;
}
.title_form {
  padding: 20px 0;
}
.form div {
  width: 100%;
}
.form div:nth-child(2) {
  margin: 0;
  position: absolute;
}
.form div textarea {
  height: 150px;
  width: calc(100% - 20px);
}
.form div #contact_name {
  margin-top: 155px;
}
.form div #contact_name {
  margin-top: 155px;
}
.sl_left2, .sl_right2 {
  margin-top: 10px;
}
.title_client {
  padding: 20px 0;
}
.pad_client {
  margin-bottom: 60px;
}
.footer_point div {
  width: 100% !important;
  padding-bottom: 20px;
}
.footer_point {
  height: unset;
  overflow: hidden;
}
.footer {
  height: unset;
}
.footer_point div img {
  width: 63px;
}
.sl_left2, .sl_right2 {
  margin-top: 10px;
}
.title_client {
  padding: 20px 0;
}
.footer_point div {
  width: 100% !important;
  padding-bottom: 20px;
}
.footer_point {
  height: unset;
  overflow: hidden;
}
.footer {
  height: unset;
}
.footer_point div img {
  width: 63px;
}
.menu .point_menu a {
  margin-left: 0;
  padding: 0 5px;
}
.menu .point_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.more {
  position: relative;
  margin-bottom: 30px;
  right: 0;
  margin-top: 20px;
}
.back_slider {
  margin-bottom: -3px;
}
.persone_img {
  width: 40%;
  height: unset;
  float: right;
}
.persone_content {
  width: 60%;
  height: unset;
}
.description {
  width: 100%;
  height: unset;
}
.scroll {
  width: 100%;
  height: 400px;
}
.plus {
  float: right;
  width: 40%;
  height: 0px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: unset;
  padding: 30px 0;
}
.title_list div:nth-child(1) {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.title_list div:nth-child(1) span {
  position: relative;
  top: unset;
  padding-left: 15px;
}
.title_list div:nth-child(1) img {
  padding: 0;
  height: unset;
}
.title_list div:nth-child(1) span {
  position: relative;
  top: unset;
  padding-left: 15px;
}
.plus .fa.fa-plus {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
}
.center_popup {
  width: 90%;
}
.show_call {
  margin-top: 0;
}
.call_text {
  display: none;
}
.call_form {
  width: 100%;
  z-index: 1;
  position: relative;
}
.call_rabit {
  position: absolute;
  z-index: 0;
  display: block;
  opacity: 0.3;
}
.call_form {
  width: 100%;
  z-index: 1;
  position: relative;
}
.order {
  width: 250px;
  font-size: 16px;
  height: 32px;
}
.social_footer a {
    margin: 0 10px;
}
.fix_menu div {
  width: 25%;
}
.fix_menu div span {
  padding: 20px 5px;
  padding-top: 3px;
}
.back_page .title_page {
  position: relative;
  padding-bottom: 20px;
    margin-top: 0;
}
.top div {
  margin-left: 0;
  min-height: unset;
  display: inline-block;
  width: 100%;
  padding: 0 10px 20px;
}
.top img {
  z-index: -1;
  width: 100%;
  top: 0;
}
.bottom {
  display: none;
}
.back_page .page {
  max-width: 100%;
}
.wrapper.result_arr {
  left: -5px;
}
.wrapper.result_arr img {
  width: 40px;
}
.back_result {
  background: rgba(38, 189, 239, 0.9);
  overflow: hidden;
}
.name_news {
  width: 100%;
}
.many_news {
  overflow: unset;
  height: unset;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 0;
}
.half_back .name_news .drop_left {
    display: none;
}
.one_news {
  margin-left: 0;
}
.one_event {
  margin-left: 0;
}
.drop_menu {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blue_top {
  display: none;
}
.change_position {
  display: block;
}
.category_menu:hover .second_level {
  display: none;
}
.one_choose {
  width: 100%;
  margin-left: 20px;
}
.choose_type {
  width: 62%;
  left: 45px;
  font-size: 14px;
  height: 40px;
  padding-top: 13px;
  white-space: nowrap;
  overflow: hidden;
}
.choose_tick {
  left: calc(62% + 40px);
  height: 40px;
  padding-top: 9px;
}
.pad_slider {
  background-color: transparent;
}
.form div button {
  margin: 0 auto;
  width: 100%;
}
.back_page .title_page {
  color: #26bdef;
}
.back_page .title_page * {
  text-shadow: 0 0 1px rgba(255, 255, 255, 1);
}
.add_result {
  padding-bottom: 20px;
}
.back_result2 {
  padding-bottom: 30px;
}
.title_who {
  padding-top: 20px;
}
.blue_line {
  margin-top: 20px;
}
.who_text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.back_works {
  padding-top: 30px;
  height: 110px;
}
.list_works ul {
  padding: 30px 0 10px;
  text-align: center;
}
.list_works ul li {
  margin-left: 0;
  padding: 0 5px;
}
.six_img {
  padding-bottom: 40px;
}
.back_team {
  padding: 30px 0;
}
.teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.employee {
  float: none;
  width: 200px;
  margin: 0 15px 15px;
}

.categ_blue div:first-child {
  width: 100%;
  font-size: 38px;
}
.categ_blue a {
  width: 100%;
}
.corporate div {
  left: 0;
  right: 0;
  width: 100%;
}
.corporate img {
  opacity: 0.4;
  top: 120px !important;
}
.corporate div {
  top: 80px;
  margin-bottom: 60px;
}
.confetti div {
  width: 100%;
  padding-top: 30px;
}
.back_confetti, .back_graduation4, .back_mice4, .back_exhibition4, .back_children4, .back_birthday4, .back_conference4, .back_weddding4 {
  height: unset;
  background-size: cover;
  padding-bottom: 40px;
}
.back_rabit2 {
  height: unset;
  background-size: cover;
}
.rabit_all {
  display: none;
}
.title_offer {
  padding-top: 20px;
}
.back_weddding4 {
  margin-bottom: 40px;
}
.offer {
  width: 100%;
}
.offer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wedding_bottom {
  height: unset;
  padding-bottom: 200px;
  background-size: cover;
}

.employee_position {
  font-size: 16px;
}

.employee_name {
  font-size: 18px;
}

.back_article {
  width: 100%;
}
.article_title {
  width: 100%;
  font-size: 30px;
  position: relative;
  top: unset;
}
.back_article {
  min-height: unset;
}
.body_wrapper .wrapper_1 {
  width: 100% !important;
}
.blue_social {
  margin-top: 5px;
  height: unset;
}
.article_title {
  margin: 0;
  color: #26bdef;
  text-shadow: 0 0 1px rgba(255, 255, 255, 1);
}
.share {
  padding: 0 20px !important;
}
.share div:first-child {
  padding-right: 5px;
}
.share div:nth-child(2) {
  padding-left: 5px;
}
.share {
  padding: 0 10px !important;
}
.wrapper_1.blue_social .share:nth-child(2) div:nth-child(2) {
  padding-top: 10px;
}
.blue_social {
  padding: 3px 0;
}
.top_cocktail div:nth-child(1) {
  width: 100%;
}
.top_cocktail div:nth-child(2) {
  width: 100%;
  padding: 0 10px;
}
.top_cocktail {
  margin-top: 0;
  padding: 20px 0;
}
.top_cocktail img:nth-child(1) {
  display: none;
}
.many_cocktails {
  padding-bottom: 20px;
}
.left_number {
  display: none;
}
.right_number {
  width: 100%;
}
.right_number span {
  display: block;
}
.right_number {
  padding-right: 5px;
}
.many_text {
  padding: 10px;
}

.form_contact {
  width: 100%;
  overflow: hidden;
  margin-left: 0;
}
.contacts {
  height: unset;
  padding: 10px 10px 50px;
}
.common_contacts {
  width: 100%;
  margin-bottom: 30px;
}
.form_two {
  margin-left: 0;
  width: 100%;
}
.rabit_contacts {
  z-index: -1;
  opacity: 0.4;
}
.top_numbers {
  text-align: center;
}
.feedback div:nth-child(2) {
  max-height: 55px;
  overflow: hidden;
}
.type_point div span {
    top: 0;
}
.g-recaptcha div:nth-child(1) {
  margin: 0 auto;
  float: none;
}

}
@media(max-width:350px){
    .one_choose {
        margin-left: 10px;
    }
}
@media(max-width:580px){
    .type_point {
        width: 100%;
        padding: 0 40px 20px;
    }
    .type_point div {
        padding: 0;
    }
    .fix_menu div img {
  width: 25px;
}
.fix_menu div span {
  font-size: 12px;
}
.fix_menu div {
  height: 125px;
}
}