html,body{
    min-height: 100%;
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    background-image: url(../img/bg.png);
}
.wrapper{
    min-height: 100%;
    padding-bottom: 340px;
}
.clear{
    clear: both;
}
.content{
    display: block;
    width: 1180px;
    margin: 0 auto;
    padding: 0 10px
}
.banner{
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.header{
    display: block;
    width: 100%;
    height: 121px;
    background-color: #fff;
}
.header .content{
    height: 85px;
}
.header .logo{
    display: block;
    float: left;
    width: 290px;
    max-width: 290px;
}
.header .logo img{
    margin-top: 15px;
}
.header .title{
    display: block;
    float: left;
    width: 323px;
}
.header h1{
    text-align: left;
    font-size: 16px;
    color:#3d3d3d;
    font-weight: 600;
    padding-left: 25px;
    padding-top: 30px;
}
.header .cell{
    display: block;
    float: right;
    width: 180px;
    padding-top: 30px;
    text-align: right;
}
.btn{
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color:#fff;
    padding: 13px 25px;
    background-color: #00aeef;
    border-radius: 4px;
}
.header .phone{
    display: block;
    float: right;
/*    width: 150px;*/
    padding-top: 32px;
    text-align: justify;
/*    line-height: 1.2;*/
}
.header .phone p{
    text-align: right;
    font-size: 22px;
    color:#3d3d3d;
}
.header .phone p>span{
    font-size: 12px;
    color:#3d3d3d;
}
.download-link{
    float: right;
    width: 88px;
    margin-top: 32px;
    margin-left: 29px;
    padding: 6px 0 1px 38px;
    font-size: 13px;
    line-height: 16px;
    background: url("../img/icons-pdf.png") no-repeat 0 100%;
}
.download-link a{
    color: #ec008c;
    text-decoration: underline;
}
.download-link a:hover{
    text-decoration: none;
}
.sticky{
    display: block;
    width: 100%;
    height: 85px;
    background-color: #fff;
}
.sticky .content{
    height: 85px;
}
.sticky .logo{
    display: block;
    float: left;
    width: 290px;
    max-width: 290px;
}
.sticky .logo img{
    margin-top: 15px;
}
.sticky .title{
    display: block;
    float: left;
    width: 323px;
}
.sticky h1{
    text-align: left;
    font-size: 16px;
    color:#3d3d3d;
    font-weight: 600;
    padding-left: 25px;
    padding-top: 30px;
}
.sticky .cell{
    display: block;
    float: right;
    width: 180px;
    padding-top: 31px;
    text-align: right;
}
.btn{
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color:#fff;
    padding: 12px 25px 13px;
    background-color: #00aeef;
    border-radius: 4px;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}
.btn:hover{
    background-color: #0290c5;
}
.sticky .phone{
    display: block;
    float: right;
    width: 200px;
    padding-top: 32px;
    text-align: justify;
    /* line-height: 1.2; */
}
.sticky .phone p{
    text-align: right;
    font-size: 22px;
    color: #3d3d3d;
}
.sticky .phone p>span{
    text-align: justify;
    font-size: 12px;
    color:#3d3d3d;
}
.menu{
    display: block;
    width: 100%;
    height: 36px;
    background-color: #52535d;
    text-align: center;
}
.menu ul{
    display: block;
    text-align: center;
}
.menu ul li{
    display: inline-block;
    text-align: center;
    padding: 9px 21px;
}
.menu ul li a{
    color:#fff;
    font-size: 12pt;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color .3s ease;
    -webkit-transition: border-bottom-color .3s ease;
}
.menu ul li a:hover{
    border-bottom-color: #fff;
}
.sticky{
    position: fixed;
    z-index: 999;
    top:0;
}
.services{
    display: block;
    width: 100%;
    height: 627px;
    padding-top: 48px;
    background-image: url(../img/bg_top.jpg);
    background-repeat: no-repeat;
}
.sv_all{
    position: relative;
    overflow: hidden;
}
.sv_all .masks{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    visibility: hidden;
    transition-duration:1s;
}
.services .sv_all>p{
    text-align: left;
    font-size: 22pt;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-top: 0px;
}
.services .sv_all>p>b{
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
}
.icon_sv{
    display: block;
    position: absolute;
    width: 71px;
    height: 71px;
    right: 0;
    bottom: 0;
    background-image: url(../img/g.png);
}
.sv_all .icon_sv>img{
    display: block;
    position: relative;
    width: auto;
    height: auto;
    float: right;
    margin-top: 20px;
    margin-right: 5px;
}


.sv_all:hover{
    border: 2px solid #00aeef;
}
.sv_all:hover .masks{
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    font-family: 'Open Sans Condensed', sans-serif;
}
.sv_all .pin{
    display: block;
    position: absolute;
    left: -25%;
    top: -30%;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    background-color: #00aeef;
    transition-duration:1.5s;
}
.sv_all:hover .pin{
    display: block;
    position: absolute;
    left: -25%;
    top: -30%;
    width: 150%;
    height: 200%;
    border-radius: 100%;
    background-color: #00aeef;
}
.services .sv_all .masks>h4{
    text-align: left;
    font-weight: 600;
    font-size: 14pt;
    padding-left: 10px;
    padding-top: 10px;
    color: transparent;
    font-family: 'Open Sans Condensed', sans-serif;
    transition-delay: 0.5s;
}
.services .sv_all .masks>p{
    text-align: left;
    font-weight: normal;
    font-size: 12pt;
    color: transparent;
    font-weight: 300;
    line-height: 1.6;
    padding-top: 5px;
    padding-left: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    transition-delay: 0.5s;
    
}
.services .sv_all:hover .masks>h4{
    text-align: left;
    font-weight: 600;
    font-size: 14pt;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    transition-duration:1s;
    transition-delay: 1s;
}
.services .sv_all:hover .masks>p{
    text-align: left;
    font-weight: normal;
    font-size: 12pt;
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
    padding-top: 5px;
    padding-left: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    transition-duration:1s;
    transition-delay: 1s;
}



.services .hit_block_sv>p{
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 37pt;
    padding-left: 0px;
    padding-top: 5px;
    color: #fff;
}
.services .hit_block_sv>p>b{
    font-weight: 600;
}



.sv1{
    display: block;
    position: relative;
    float: left;
    width: 330px;
    height: 175px;
    border: 2px solid #00aeef;
    background-color: transparent;
    padding: 12px 27px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.sv1_center{
    margin-left: 8px;
    margin-right: 8px;
}
.sv2_center{
    margin-left: 15px;
}
.sv2{
    display: block;
    position: relative;
    float: left;
    width: 225px;
    height: 175px;
    border: 2px solid #00aeef;
    background-color: transparent;
    padding: 12px 27px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/*
.sv3{
    display: block;
    position: relative;
    float: left;
    width: 210px;
    height: 165px;
    border: 2px solid #00aeef;
    background-color: transparent;
    padding: 12px 27px;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.sv4{
    display: block;
    position: relative;
    float: left;
    width: 196px;
    height: 165px;
    border: 2px solid #00aeef;
    background-color: transparent;
    padding: 12px 27px;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.sv5{
    display: block;
    position: relative;
    float: left;
    width: 484px;
    height: 165px;
    border: 2px solid #00aeef;
    background-color: transparent;
    padding: 12px 27px;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
*/
.services h4{
    text-align: left;
    font-weight: 600;
    font-weight: 12pt;
    color:#ec008c;
}
.services p{
    text-align: left;
    font-weight: normal;
    font-weight: 12pt;
    color:#3d3d3d;
    line-height: 1.6;
    padding-top: 5px;
}
.services p a{
    color:#00aeef;
    font-weight: 300;
    text-decoration: underline;
}
.team_and_keys{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.team{
    display: block;
    float: left;
    background-color: #fff;
    width: 525px;
    height: 315px;
    padding: 26px 28px; 
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
}
.team h3{
    padding: 0px;
    font-weight: 300;
    font-size: 24pt;
    color:#ec008c;
}
.team div{
    margin-top: 10px;
}
.team p{
    font-size: 12pt;
    color:#3d3d3d;
    line-height: 2;
}
.team p b{
    font-weight: 600;
}
.img_team{
    display: block;
}
.team_box{
    display: block;
    width: 95px;
    float: left;
    position: relative;
    margin: 0 5px;
    height: 95px;
}
.team_box img:hover{
    width: 120px;
    height: 120px;
    margin-left: -60px;
    z-index: 3;
    border-color: #EF40A8;
    border-radius: 120px;
    cursor: pointer;
}
.team_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 97px;
    height: 97px;
    border: 2px solid transparent;
    margin-left: -48px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.keys{
    display: block;
    float: left;
    background-color: #fff;
    width: 525px;
    height: 315px;
    padding: 26px 28px; 
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    margin-left: 18px;
}
.keys h3{
    padding: 0px;
    text-align: left;
    font-weight: 300;
    font-size: 24pt;
    color:#ec008c;
}
.keys p{
    font-size: 12pt;
    color:#3d3d3d;
    line-height: 2;
}
.keys p b{
    font-weight: 600;
}
.img_keys{
    display: block;
    margin-top: 45px;
}
.keys_box{
    display: block;
    width: 31%;
    float: left;
    position: relative;
    margin: 0 1%;
}
.keys_box p{
    text-align: center;
    padding-top: 20px;
}
.keys_box p a{
    color:#ec008c;
    font-size: 12pt;
    font-weight: 600;
}
.keys_box img:hover{
    width: 189px;
    height: 189px;
    z-index: 3;
    border-color: #EF40A8;
    margin-top: -13px;
    margin-left: -13px;
    cursor: pointer;
}
.keys_box img{
    position: relative;
    width: 163px;
    height: 163px;
    border: 2px solid transparent;
    border-radius: 200px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.news_and_rewiews{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px; 
}
.rewiews{
    display: block;
    float: left;
    background-color: #fff;
    width: 525px;
    height: auto;
    padding: 26px 28px; 
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    margin-bottom: 40px;
}
.rewiews h3{
    padding: 0px;
    text-align: left;
    font-weight: 300;
    font-size: 24pt;
    color:#ec008c;
}
.rewiews h6{
    font-size: 12pt;
    color:#3d3d3d;
    font-weight: 600;
    padding: 10px 0px;
}
.rewiews p{
    font-size: 12pt;
    color:#3d3d3d;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 1.6;
}
.news{
    display: block;
    float: left;
    background-color: #fff;
    width: 525px;
    height: auto;
    padding: 26px 28px; 
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    margin-bottom: 40px;
    margin-left: 18px;
}
.news h3{
    padding: 0px;
    text-align: left;
    font-weight: 300;
    font-size: 24pt;
    color:#ec008c;
}
.news_block{
    display: block;
    width: 525px;
    height: 130px;
    margin-top: 30px;
    overflow: hidden;
}
.news_block .img{
    display: block;
    width: 130px;
    float: left;
}
.news_block .img img{
    width: 100%;
    max-height: 130px;
}
.news_block .box{
    display: block;
    width: 370px;
    float: left;
    margin-left: 25px;
}
.news_block .box .box_head{
    display: block;
    float: left;
    width: 220px;
    height: 38px;
}
.news_block .box .box_date{
    display: block;
    float: left;
    width: 150px;
    height: 38px;
}
.news_block .box .box_date span{
    text-align: left;
    float: left;
    color:#3d3d3d;
    font-size: 18pt;
    font-weight: 300;
}
.news_block .box .box_head h4{
    text-align: left;
    font-size: 12pt;
    color:#3d3d3d;
    font-weight: 600;
}
.news_block .box p{
    font-size: 12pt;
    color:#3d3d3d;
    font-weight: 300;
    line-height: 1.4;
}
.news_block .box .box_date .dt{
    display: block;
    float: right;
    width: 90px;
    background-color: #00aeef;
    font-size: 12pt;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 6px 8px;
}
.news .arhive_link{
    text-align: right;
    padding-top: 24px;
}
.news .arhive_link a{
    font-size: 12pt;
    color:#ec008c;
}
.clients{
    display: block;
    width: 100%;
    height: 195px;
    margin-bottom: 100px;
}
.clients h3{
    padding: 0px;
    text-align: center;
    font-weight: 300;
    font-size: 24pt;
    color: #ec008c;
    padding-bottom: 30px;
}
.clients .slider_box{
    display: block;
    width: 1120px;
    padding: 0px 30px;
    height: 128px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    vertical-align: middle;
    text-align: center;
}
.clients .slider_box img{
    display: inline-block;
    margin: 30px 15px;
}
.footer{
    display: block;
    width: 100%;
    height: 340px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top:-340px;
}
.footer .footer_menu{
    display: block;
    float: left;
    width: 520px;
    height: 140px;
    margin-top: 43px;
}
.footer .footer_menu ul{
    display: block;
    float: left;
    width: 33%;
}
.footer .footer_menu ul li{
    display: block;
    text-align: left;
    padding-bottom: 18px;
}
.footer .footer_menu ul li a{
    position: relative;
    padding-right: 8px;
    color:#fff;
    font-size: 12pt;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
.footer .footer_menu ul .menu-submenu a:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.footer .footer_menu ul .menu-submenu a:hover:after{
    border-top-color: #ec008c;
    border-right-color: #ec008c;
}
.footer .footer_menu ul li a:hover{
    color: #ec008c;
}
.footer .footer_phone{
    display: block;
    float: right;
    width: 350px;
    margin-top: 43px;
    text-align: right;
}
.footer .footer_phone h5{
    font-size: 18pt;
    font-weight: 300;
    color:#fff;
    padding-bottom: 10px;
}
.footer .footer_phone h5 span{
    font-weight: 600;
}
.footer .footer_phone a{
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.footer .footer_phone a:hover{
    opacity: .7;
}
.footer .cellme{
    font-size: 12pt;
    color:#00aeef;
    text-decoration: underline;
}
.footer .btn_me{
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    font-size: 12pt;
    color:#fff;
    padding: 6px 15px;
    background-color: #ec008c;
    border-radius: 4px;
    margin-top: 27px;
    box-shadow: 0 3px 0 #9e0b0f;
}
.footer .content{
    position: relative;
    height: inherit;
}
.social{
    position: absolute;
    top: 38px;
    right: 410px;
}
.social a{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    background: url("../img/social.png") no-repeat 0 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.social a:hover{
    opacity: .7;
}
a.social__skype{
    background-position: 0 0;
}
a.social__vk{
    background-position: -37px 0;
}
a.social__fb{
    background-position: -76px 0;
}
a.social__tw{
    background-position: -117px 0;
}
a.social__ig{
    background-position: -156px 0;
}
.callback{
    color: #00aeef;
    border-bottom: 1px solid #00aeef;
    transition: border-bottom-color .3s ease;
    -webkit-transition: border-bottom-color .3s ease;
}
.callback:hover{
    border-bottom-color: transparent;
}
.page_news{
    position: relative;
    padding-bottom: 100px;
}
.sidebar{
    display: block;
    float: left;
    width: 360px;
    padding-left: 7px;
}
.sidebar h3{
    text-align: left;
    padding-left: 36px;
    font-size: 24pt;
    color:#ec008c;
    padding-top: 20px;
}
.partners{
    position: relative;
    top: -16px;
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
}
.partners img{
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
.partners span{
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
    margin-right: 32px;
}
.developers{
    position: absolute;
    right: 10px;
    bottom: 40px;
    font-size: 16px;
    color: #fff;
    text-align: right;
}
.developers li{
    margin-top: 13px;
}
.developers a{
    color: #fff;
}
.developers img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.mn{
    display: block;
    width: 330px;
    height: auto;
    margin-top: 20px;
    border-top:6px solid #ec008c;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    padding-bottom: 20px;
}
.mn h5{
    text-align: left;
    font-size: 12pt;
    color:#3d3d3d;
    padding: 10px 27px;
    padding-right: 0px;
    font-weight: 600;
    padding-top: 35px;
}
.mn a{
    display: block;
    position: relative;
    width: 75%;
    text-align: left;
    font-size: 11pt;
    color:#3d3d3d;
    padding: 10px 0px;
    padding-left: 50px;
    font-weight: 400;
    text-decoration: none;
}
.mn a:hover:before{
    content: "";
    position: absolute;
    top: 0px;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 14px solid #00aeef;
    border-bottom: 18px solid transparent;
}
.mn a:hover:after{
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 1px;
    border: 8px solid transparent;
    border-top: 6px solid #004990;
    border-right: 11px solid #004990;
}
.mn a span{
    color:#ec008c;
}
.mn a:hover{
    background-color: #00aeef;
    color:#fff;
    margin-left: -20px;
    padding-left: 60px;
}
.mn a:hover span{
    color:#fff;
}
.mn a:hover .sale{
    -webkit-transform: translate(280px,0);
    -moz-transform: translate(280px,0);
    -o-transform: translate(280px,0);
    -ms-transform: translate(280px,0);
}

.active_link:before{
    content: "";
    position: absolute;
    top: 0px;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 14px solid #00aeef;
    border-bottom: 18px solid transparent;
}
.active_link:after{
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 1px;
    border: 8px solid transparent;
    border-top: 6px solid #004990;
    border-right: 11px solid #004990;
}
a.active_link{
    background-color: #00aeef;
    color:#fff;
    margin-left: -20px;
    padding-left: 60px;
}
.stickymn a.active_link{
    background-color: #00aeef;
    color:#fff;
    margin-left: -20px;
    padding-left: 60px;
}
.stickymn a.active_link span{
    color:#fff;
}

.mn a.active_link{
    background-color: #00aeef;
    color:#fff;
    margin-left: -20px;
    padding-left: 60px;
}
.mn a.active_link span{
    color:#fff;
}

.active_link span{
    color:#fff;
}
.active_link .sale{
    -webkit-transform: translate(280px,0);
    -moz-transform: translate(280px,0);
    -o-transform: translate(280px,0);
    -ms-transform: translate(280px,0);
}






.stickymn{
    position: fixed;
    top: 120px;
    display: block;
    width: 330px;
    height: auto;
    margin-top: 20px;
    border-top:6px solid #ec008c;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    padding-bottom: 20px;
}
.stickymn h5{
    text-align: left;
    font-size: 12pt;
    color:#3d3d3d;
    padding: 10px 27px;
    padding-right: 0px;
    font-weight: 600;
    padding-top: 35px;
}
.stickymn a{
    display: block;
    position: relative;
    width: 75%;
    text-align: left;
    font-size: 11pt;
    color:#3d3d3d;
    padding: 10px 0px;
    padding-left: 50px;
    font-weight: 400;
    text-decoration: none;
}
.stickymn a:hover:before{
    content: "";
    position: absolute;
    top: 0px;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 14px solid #00aeef;
    border-bottom: 18px solid transparent;
}
.stickymn a:hover:after{
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 1px;
    border: 8px solid transparent;
    border-top: 6px solid #004990;
    border-right: 11px solid #004990;
}
.stickymn a span{
    color:#ec008c;
}
.stickymn a:hover{
    background-color: #00aeef;
    color:#fff;
    margin-left: -20px;
    padding-left: 60px;
}
.stickymn a:hover span{
    color:#fff;
}
.stickymn a:hover .sale{
    -webkit-transform: translate(280px,0);
    -moz-transform: translate(280px,0);
    -o-transform: translate(280px,0);
    -ms-transform: translate(280px,0);
}












.wrap{
    display: block;
    float: left;
    width: 770px;
    margin-left: 40px;
}
.page_news .wrap h3{
    text-align: left;
    padding-left: 0px;
    font-size: 20pt;
    color: #ec008c;
    padding-top: 20px;
    font-weight: 300;
    padding-bottom: 25px;
}
.select_article_box{
    display: block;
    float: left;
    width: 600px;
    height: 30px;
}
.select_article_box select{
    color:#818181;
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 440px;
    height: 28px;
    border:1px solid #00aeef;
    outline: none;
    float: left;
}
.select_article_box button{
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    font-size: 12pt;
    color: #fff;
    padding: 5px 20px;
    background-color: #00aeef;
    border-radius: 4px;
    border: none;
    float: left;
    outline: none;
    margin-left: 20px;
    cursor: pointer;
}
.news_block_article_item{
    display: block;
    width: 770px;
    height: 130px;
    margin-top: 40px;
}
.news_block_article_item img{
    display: block;
    width: 180px;
    height: 130px;
    float: left;
}
.news_block_article_item .photo{
    display: block;
    width: 180px;
    height: 130px;
    float: left;
    margin-right: 20px;
}
.news_block_article_item .news_block_article_item_box_c{
    float: left;
    width: 570px;
}
.news_block_article_item h4{
    font-size: 13pt;
    color:#3d3d3d;
    /*text-decoration: underline;*/
}
.news_block_article_item p{
    font-size: 11pt;
    color: #3d3d3d;
/*    padding-top: 15px;*/
    padding-bottom: 10px;
}
.news_block_article_item .box_date {
    display: block;
    float: left;
    width: 150px;
    height: 29px;
}
.news_block_article_item .box_date span {
    text-align: left;
    float: left;
    color: #3d3d3d;
    font-size: 21pt;
    font-weight: 300;
}
.news_block_article_item .box_date .dt {
    display: block;
    float: right;
    width: 90px;
    background-color: #00aeef;
    font-size: 12pt;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 6px 8px;
}
.portfolio{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}
.portfolio h3 {
    padding: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 24pt;
    color: #ec008c;
    padding-bottom: 30px;
}
.portfolio_box{
    display: block;
    width: 100%;
    height: auto;
}
.portfolio_box_col_1{
    display: block;
    width: 380px;
    float: left;
}
.portfolio_box_col_2{
    display: block;
    width: 380px;
    float: left;
    margin: 0px 20px;
}
.portfolio_box_col_3{
    display: block;
    width: 380px;
    float: left;
}
.portfolio_box_col_1>div{
    display: block;
    position: relative;
    width: auto;
    height: auto;
    float: left;
    margin-top: 19px;
}
.portfolio_box_col_2>div{
    display: block;
    position: relative;
    width: auto;
    height: auto;
    float: left;
    margin-top: 19px;
}
.portfolio_box_col_3>div{
    display: block;
    position: relative;
    width: auto;
    height: auto;
    float: left;
    margin-top: 19px;
}
.ln{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.banner h3{
    text-align: left;
    font-size: 26pt;
    color:#ec008c;
    float: left;
    line-height: 1.2;
    padding-top: 20px;
}
.banner h3 span{
    color:#ffffff;
    font-weight: 600;
}
.banner img{
    float: right;
    width: 160px;
    margin-top: 16px;
    margin-right: 20px;
}
.box_portfolio_ab{
    display: block;
    width: 770px;
    height: auto;
}
.box_portfolio_ab .box_portfolio_ab_img{
    display: block;
    width: 380px;
    height: 235px;
    float: left;
}
.box_portfolio_ab .box_portfolio_ab_img img{
    display: block;
    max-width: 380px;
    max-height: 235px;
}
.box_portfolio_ab_small_txt{
    display: block;
    float: left;
    width: 380px;
    margin-left: 10px;
}
.box_portfolio_ab_small_txt h4{
    font-size: 16pt;
    color:#3d3d3d;
    /*text-decoration: underline;*/
}
.box_portfolio_ab_small_txt p{
    font-size: 12pt;
    color: #3d3d3d;
    font-weight: 300;
    padding-top: 30px;
    line-height: 1.4;
}
.box_portfolio_ab_big_txt{
    display: block;
    width: 770px;
    height: auto;
}
.box_portfolio_ab_big_txt p{
    font-size: 12pt;
    color: #3d3d3d;
    font-weight: 300;
    padding-top: 10px;
    line-height: 1.4;
}
.box_portfolio_ab_big_txt p a{
    color:#00aeef;
    padding-left: 20px;
}
.box_portfolio_ab_big_txt #prev_portfolio{
    float: left;
    font-size: 10pt;
    padding: 0px;
    color:#00aeef;
}
.box_portfolio_ab_big_txt #prev_portfolio a{
    font-size: 10pt;
    padding: 0px;
    color:#00aeef;
}
.box_portfolio_ab_big_txt #next_portfolio{
    float: right;
    padding: 0px;
    font-size: 10pt;
    color:#00aeef;
}
.box_portfolio_ab_big_txt #next_portfolio a{
    padding: 0px;
    font-size: 10pt;
    color:#00aeef;
}
.all_contact{
    display: block;
    width: 740px;
    height: 35px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    margin-top: 20px;
    padding: 20px 15px;
}
.all_contact p{
    float: left;
    font-size: 12pt;
    color:#3d3d3d;
    line-height: 1.4;
    padding-left: 10px;
    margin-top: -5px;
}
.all_contact p a{
    font-size: 12pt;
    color:#3d3d3d;
    text-decoration: underline;
}
.all_contact .order_site{
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    font-size: 12pt;
    color: #fff;
    padding: 13px 25px;
    background-color: #ec008c;
    border-radius: 4px;
    float: right;
    font-weight: 600;
    margin-top: -3px;
}
.box_usluga_page{
    display: block;
    width: 770px;
    height: auto;
}
.box_usluga_page .all_contact{
    float: right;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
    width: 160px;
    text-align: center;
    margin-top: 70px;
}
.box_usluga_page .all_contact a{
    float: none;
    margin: 0px auto;
    padding: 13px 15px;
}
.box_usluga_page .all_contact p{
    float: none;
    margin: 0px;
    text-align: center;
    padding: 0px;
    padding-top: 20px;
}
.box_usluga_page .all_contact p a{
    float: none;
    margin: 0px;
    text-align: center;
    padding: none;
}
.box_usluga_page_txt{
    display: block;
    float: left;
    width: 600px;
}
.box_usluga_page h4{
    font-size: 22pt;
    color: #3d3d3d;
    padding-top: 70px;
    font-weight: 300;
}
.box_usluga_page p{
    font-size: 12pt;
    color: #3d3d3d;
    padding-top: 10px;
    font-weight: 300;
    line-height: 1.2;
}
.portfolio_mini_box{
    display: block;
    width: 770px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.portfolio_mini_box img{
    display: block;
    float: left;
    width: 32%;
    margin: 5px 0.5%;
}
.we_work{
    display: block;
    width: 770px;
    height: 250px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    margin-top: 30px;
    margin-bottom: 30px;
}
.we_work h5{
    text-align: center;
    color:#3d3d3d;
    font-size: 22pt;
    padding: 10px 0px;
    font-weight: 300;
}
.we_work_bl{
    display: block;
    width: 134px;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.we_work_bl p{
    text-align: center;
    font-weight: 300;
    font-size: 10pt;
    line-height: 1.2;
    padding-top: 10px;
}
.we_work_arrow{
    display: block;
    float: left;
    width: 25px;
    text-align: center;
}
.we_work_arrow img{
    display: block;
    margin-top: 40px;
}
.backgroundnone{
    background:none;
    box-shadow: none;
    margin-bottom: 40px;
}
.page_about_product_all .wrap h5{
    text-align: center;
    color: #3d3d3d;
    font-size: 22pt;
    padding: 10px 0px;
    font-weight: 300;
}
.box_add{
    display: block;
    width: 180px;
    height: 240px;
    float: left;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    margin: 10px 6px;
}
.box_add h6{
    text-align: center;
    font-size: 12pt;
    font-weight: 600;
    color:#3d3d3d;
    padding-top: 20px;
    height: 40px;
}
.box_add p{
    text-align: center;
    font-size: 12pt;
    font-weight: 300;
    color:#3d3d3d;
    height: 60px;
}
.box_add p b{
    font-weight: 600;
}
.sale{
    display: block;
    position: absolute;
    left: -18px;
    background-color: #ec008c;
    color: #fff;
    font-weight: 600;
    height: 35px;
    padding: 0px 6px;
    padding-left: 12px;
    line-height: 35px;
    margin-top: -10px;
    padding-right: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.sale:after{
    content: "";
    position: absolute;
    top: 0px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 12px solid #ec008c;
    border-bottom: 18px solid transparent;
}
.bg{
    display: none;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(000,000,000,0.5);
}
.forms{
    display: block;
    position: relative;
    width: 370px;
    height: 485px;
    margin: 0px auto;
    background-color: #00aeef;
    margin-top: 60px;
    padding: 45px 40px;
}
.bg .close{
    position: absolute;
    right: 8px;
    top: -8px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 40pt;
}
.bg .forms h4{
    font-weight: 300;
    color:#fff;
    font-size: 20pt;
    padding-bottom: 25px;
}
label{
    display: block;
    font-weight: 300;
    color:#fff;
    font-size: 12pt;
    margin-top:20px;
}
input[type=text]{
    display: block;
    width: 360px;
    height: 40px;
    border:none;
    border-top:1px solid #008fc4;
    font-weight: 300;
    color:#3d3d3d;
    font-size: 14pt;
    margin: 10px auto;
    outline: none;
    padding-left: 15px;
}
select{
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-top: 1px solid #008fc4;
    font-weight: 300;
    color: #3d3d3d;
    font-size: 14pt;
    margin: 10px auto;
    outline: none;
    padding-left: 15px;
    border-radius: 0px;
}
button[type=submit]{
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 18pt;
    color: #fff;
    padding: 15px 15px;
    background-color: #ec008c;
    border-radius: 4px;
    margin-top: 30px;
    border: none;
}
.mas{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #ec008c;
    top: -2px;
    left: -2px;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.mas h4{
    color:#fff;
    font-weight: 600;
    font-size: 20pt;
    padding: 20px;
    padding-bottom: 10px;
}
.mas p{
    color:#fff;
    font-weight: 300;
    font-size: 14pt;
    padding: 0px 20px;
    line-height: 1.2;
}
.mas a{
    display: block;
    position: absolute;
    bottom: 14px;
    margin-left: 20px;
    color: #00aeef;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color .3s ease;
    -webkit-transition: border-bottom-color .3s ease;
}
.mas a:hover{
    border-bottom-color: #00aeef;
}
.portfolio_box_col_1>div:hover .mas{
    opacity: 1;
}
.portfolio_box_col_2>div:hover .mas{
    opacity: 1;
}
.portfolio_box_col_3>div:hover .mas{
    opacity: 1;
}
.wpout{
    color:#3d3d3d;
    padding-bottom: 40px;
    line-height: 1.2;
}
.wpout h2{
    padding: 10px 0px;
    line-height: 1.2;
}
.wpout h1{
    font-size: 32px;
    padding: 5px 0px;
    color:#3d3d3d;
    font-weight: bold;
    line-height: 1.2;
}
.wpout h3{
    font-size: 19px;
    padding: 5px 0px;
    color:#3d3d3d;
    font-weight: bold;
} 
.wpout h5{
    font-size: 13px;
    padding: 5px 0px;
    color:#3d3d3d;
    font-weight: bold;
    line-height: 1.2;
} 
.wpout h6{
    font-size: 11px;
    padding: 5px 0px;
    color:#3d3d3d;
    font-weight: bold;
    line-height: 1.2;
}
.wpout a{
    color:#3d3d3d;
    text-decoration: underline;
    line-height: 1.2;
}
.wpout b{
    font-weight: bold;
} 
.wpout b,strong{
    font-weight: bold;
} 
.wpout i, em{
    font-style: italic;
} 
.wpout li{
    font-weight: 300;
    padding: 10px 0px;
    line-height: 1.2;
} 
.wpout ul{
    list-style: initial;
    margin-left: 25px;
} 
.wpout ol{
    list-style-type: decimal;
    margin-left: 25px;
}
.fw__link{
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
.big_maps{
    display: block;
    width: 100%;
    height: 445px;
    position: relative;
}
.maps_array{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 445px;
}
.contact_block_footer{
    display: block;
    width: 370px;
    height: 330px;
    position: relative;
    z-index: 2;
    float: left;
    box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
    background-color: #fff;
    margin-top: -30px;
    padding: 15px;
}
.contact_block_footer h3{
    padding: 0px;
    text-align: left;
    font-weight: 400;
    font-size: 28pt;
    color: #ec008c;
    padding-bottom: 20px;
}
.contact_block_footer select{
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-top: 1px solid #008fc4;
    font-weight: 300;
    color: #fff;
    font-size: 14pt;
    margin: 10px auto;
    outline: none;
    background-color: #00AEEF;
    padding-left: -1px;
    border-radius: 0px;
    border: none;
}
.contact_block_footer p{
    font-size: 14pt;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 1.2;
}
.contact_block_footer p a{
    color: #00aeef;
    border-bottom: 1px solid transparent;
}
.contact_block_footer p a:hover{
    border-bottom-color: #00aeef;
    transition: border-bottom-color .3s ease;
    -webkit-transition: border-bottom-color .3s ease;
}
img.aligncenter{
    float: none;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px auto;
}
img.alignnone{
    float: none;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px;
}
img.alignleft{
    float: left;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px;
}
img.alignright{
    float: right;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px;
}
.page_news .wrap .news_block_article_item_box_c h3{
    color: #000;
    font-weight: 600;
    font-size: 16pt;
}
.news_block_article_item_box_c h2{
    color: #000;
    font-weight: 600;
    font-size: 18pt;
}
.news_block_article_item_box_c h4{
    color: #000;
    font-weight: 600;
    font-size: 14pt;
}
.news_block_article_item_box_c h5{
    color: #000;
    font-weight: 600;
    font-size: 12pt;
}
.news_block_article_item_box_c h5{
    color: #000;
    font-weight: 600;
    font-size: 11pt;
}
.news_block_article_item_box_c p{
    padding: 0px;
    padding: 10px 0px;
}
.news_block_article_item_box_c ul{
    list-style: inherit;
    line-height: 1.2;
    margin: 10px;
}
.news_block_article_item_box_c ul li{
    padding: 5px 0px;
}
.news_block_article_item_box_c ol{
    list-style-type: decimal;
    line-height: 1.2;
    margin: 10px;
}
.news_block_article_item_box_c ol li{
    padding: 5px 0px;
}






































































