.appl_service {
    margin: 40px 0;
    position: relative;
    border: 2px solid #000;
    padding: 1vw;
    border-radius: 10px;
}
.appl_service img {
    width: 400px;
    border-radius: 10px 0 10px 10px;
}
.appl_head {
    display: flex;
    align-items: flex-start;
}
.appl_heading {
    color: #fff;
    font-size: 1.6vw;
    background: #fdb819;
    padding: .5vw;
    width: 100%;
    font-weight: 700;
    border-radius: 0 10px 0 0;
    line-height: 1.8vw;
    margin: 0;
}
.appl_des {
    margin: 14px;
}
.center_head {
    text-align: center;
}
.about_dc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1.8vw;
}
.about_gb {
    background: url(/image/pages/aabout_img.jpg);
    background-size: cover;
    padding: 60px;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-bottom: 80px;
}
.about_gb h2 {
    color: #fff;
    font-size: 3vw;
    margin-bottom: 10px;
}
.about_gb p {
    font-size: 1.2vw;
}
.agb_inl {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    height: 50px;
    align-items: center;
}
.agb_inl a {
    width: 50%;
    height: 100%;
    padding: 10px;
		background: #fdb819;
		color: #000;
}
.agb_inl a:first-child {
    border-radius: 0 0 0 8px;
}
.agb_inl a:last-child {
    border-radius: 0 0 8px 0;
}
.agb_inl a:hover {
		color: #fdb819;
    background: none;
    transition: .2s;
}
.about_dnums {
    width: 55vw;
    position: relative;
    height: 28vw;
}
.about_ddc {
    padding-left: 4vw;
}
.num_yr {
    text-align: center;
    position: absolute;
    top: 4vw;
    left: 0;
}
.num_yr .bnum {
    font-size: 5vw;
    color: #fff;
    -webkit-text-stroke: #fdb819 1px;
}
.num_or {
    position: absolute;
    top: 8vw;
    right: 0;
}
.num_or .bnum {
    font-size: 8vw;
    line-height: 5vw;
    opacity: .3;
}
.num_srv {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 13vw;
    width: 70%;
    left: -2vw;
    z-index: 2;
}
.ab_right {
    text-align: right;
}
.mbot {
    margin-bottom: 1.4vw;
}
.gr_abnum {
    color: #7a7a7a!important;
    opacity: .7;
}
.num_srv .bnum {
    line-height: 3vw;
    font-size: 5vw;
    font-weight: 700;
    color: #fdb819;
}
.num_prd {
    display: inline-block;
    width: 80%;
    position: absolute;
    top: 18vw;
    right: 0;
    text-align: right;
}
.num_prd .bnum {
    font-size: 6vw;
    line-height: 3vw;
    color: #fff;
    -webkit-text-stroke: #000 1px;
    opacity: .6;
}
.abnum {
    font-size: 1vw;
    color: #000;
    margin-top: .5vw;
}
.ourw_serv {
    background: #fdc137;
    border-bottom: 2px solid #000;
    padding: 5px;
    color: #fff;
    margin-top: 5px;
}
.about_lp {
    width: 100%;
    margin-top: 2vw;
    border-radius: 10px;
}
.serv_head {
    font-size: 1.3vw;
    width: 100%;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 1vw 0;
    cursor: pointer;
    padding: .5vw;
    padding-top: .7vw;
    border: 1px solid;
    border-left: 10px solid #fee09c;
    display: inline-block;
    transition: .3s;
    border-radius: 5px;
}
.serv_head:hover {
    background: #fee09c;
    border-left: 10px solid #000;
}
.serv_char img {
    width: 3vw;
    margin: 0 .5vw;
}
.serv_chars {
    width: 40%}
.serv_char {
    font-size: 1vw;
    color: #a97600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.serv_sps {
    position: relative;
    display: none;
}
.serv_aps {
    border-left: 10px solid;
    padding: 1vw;
    transition: .5s;
    transform: translate(-2vw);
    opacity: 0;
    position: absolute;
    top: 1vw;
    right: 1vw;
    background: #fff;
    z-index: 2;
    height: calc(100% - 2vw);
    overflow-y: hidden;
    width: 58%}
.serv_aps .head {
    font-size: 1vw;
    text-transform: uppercase;
    color: #000;
}
.srv_down_btt {
    transition: .5s;
    width: 29px!important;
    margin-left: 5px;
}
.whn_ab_bl {
    display: flex;
    align-items: flex-start;
}
#teplo_whwh {
    background: url(/image/pages/he.jpg);
    background-size: cover;
    background-position: center;
}
.whwh {
    border-radius: 0 0 10px 10px;
    display: none;
}
.ins_whwh {
    background: rgba(253, 184, 25, 0.6);
    padding: 1vw;
    color: #fff;
    border-radius: 0 0 10px 10px;
    width: 13vw;
}
.about_ina {
    margin-top: 50px;
}
.about_ina p {
    font-size: unset;
}
@media screen and (min-width: 320px) and (max-width: 1200px) {
.about_ina {
    margin-top: 0;
}
}@media screen and (min-width: 320px) and (max-width: 1000px) {
    .about_dnums {
    width: auto;
    height: 450px;
    max-width: 500px;
    margin: 0 auto;
}
.about_dc {
    display: block;
}
.abnum {
    font-size: 15px;
}
.bnum {
    font-size: 100px!important;
}
.num_or {
    top: 110px;
    right: 0;
}
.num_srv {
    width: auto;
    top: 160px;
    left: 0;
}
.num_prd {
    width: 180px;
    top: 280px;
    right: 0;
}
.mbot {
    margin-bottom: 40px;
}
.mob_reverse {
    flex-wrap: wrap;
    margin-top: 50px;
    flex-direction: column-reverse;
}
.mob_reverse .description {
    width: 100%}
.mob_reverse .image_main {
    margin-left: auto;
}
}@media screen and (min-width: 1001px) and (max-width: 1082px) {
    .mob_reverse .image_main {
    width: 400px;
    margin-left: 100px;
}
.mob_reverse {
    padding: 40px;
}
}@media screen and (min-width: 320px) and (max-width: 767px) {
    .flex_bd {
    display: block;
}
.article_image img {
    width: 100%}
}@media screen and (min-width: 320px) and (max-width: 750px) {
    .center_head {
    font-size: 20px;
}
.appl_service {
    padding: 0;
}
.appl_head {
    flex-wrap: wrap;
}
.img_link {
    width: 100%}
.appl_service img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.serv_head {
    font-size: 18px;
    min-width: 284px;
    margin: 8px auto;
    display: block;
    width: 0;
}
.srv_down_btt {
    margin-left: 0;
}
.whwh {
    display: none;
}
.appl_heading {
    font-size: 18px;
    line-height: normal;
    border-radius: 0;
    text-align: center;
}
.serv_chars {
    width: 100%}
.serv_char, .serv_aps .head {
    font-size: 16px;
}
.serv_char img {
    width: 60px;
}
.serv_aps {
    position: static;
    width: 100%;
    border-left: 0;
    border-top: 10px solid;
}
}@media screen and (min-width: 751px) and (max-width: 1082px) {
    .center_head {
    font-size: 30px;
}
.appl_heading {
    font-size: 22px;
    line-height: normal;
}
.img_link img {
    width: 320px;
}
.serv_head {
    font-size: 16px;
}
.ins_whwh {
    font-size: 12px;
    line-height: 15px;
    width: 155px;
}
.serv_char img {
    width: 50px;
}
.serv_char, .serv_aps .head {
    font-size: 14px;
}
.serv_aps {
    right: 0}
}