@font-face {
    font-family: 'Arial Bold';
    src: url('../fonts/arial_bold.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Corbel Regular';
    src: url('../fonts/corbelr.ttf') format('truetype');
    font-style: normal;

}

@font-face {
    font-family: 'Corbel Bold';
    src: url('../fonts/corbelb.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Corbel Italic';
    src: url('../fonts/corbeli.ttf') format('truetype');
    font-style: normal;
}

.desktop {
    display: block;
}

.phone {
    display: none;
}

body {
    height: 100%;
    padding-bottom: 60px;
    background-color: white;
    /*background-color: #808080!important;*/
}

.mfp-iframe-scaler h1, h2, h3 {
    font-family: 'Arial Bold';
    color: #303030;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px white !important;
}

.centerall {
    text-align: center;
}

.desktop {
    display: block;
}

.iphone {
    display: none;
}

.desktopfullhd {
    display: inline;
}

.desktophd {
    display: none;
}


body {
    padding: 0;
    margin: 0;
    font-family: 'Arial Bold';
}


html, h5, h6, a {
    font-family: 'Arial Bold';

}

h1, h2, h3 {
    font-family: 'Arial Bold';
}


.panel-default > .panel-heading {
    color: #fff;
    background: #4d5a62;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a, .navbar-default
.navbar-text {
    color: #3e3b3a !important;
}

.navbar img {
    width: 23em;
    /*margin-top: -1.5em;*/
}

li a {
    font-family: "Corbel Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 33px;
    text-decoration: none;
    user-select: none;
}

.navbar-default {
    position: fixed;
    border-bottom: 1px solid #FAFAFA;
    z-index: 99;
    background: #FAFAFA;
    margin: 0 auto;
    width: 100%;
    opacity: 1;
}

navbar-default {
    top: 30px;
}

ul.menu {
    padding: 0;
    margin: 5px 0 5px 0;
    float: left !important;
    font-size: 16px;
}

/*1*/
.navbar-right .dropdown-menu {
    /*right: unset;*/
}

.dropdown-menu {
    border: #0d88c1;
    min-width: 246px;

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    border: #0d88c1;
    top: 0;
    left: 100%;
    width: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #5d5b5b;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #5d5b5b;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #D7DE21;
}

/*1*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #d7de21;
}

.focusm:hover {
    background-color: #D7DE21;
    text-decoration: none;
    user-select: none;
}

.mainphone {
    background-color: #D7DE21;
}

.navbar-righ {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-right a {
    font-family: "Corbel Bold";
    display: inline-block;
    padding: 8px;
}

.header {
    position: relative;
    height: 733px;
    background-image: url("../image/slide.png");
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.header .block {
    float: left;
    margin-top: calc(25vh - 50px);
    text-align: center;
}

.header h3 {
    font-family: "Corbel Italic";
    font-size: 48px;
    line-height: 72px;
    color: #333333 !important;
}

.header .block2 {
    position: absolute;
    height: 12.5em;
    bottom: 0em;
}

.header .block img {
    height: 13em;
}

.block2 {
    font-family: "Corbel Regular";
}

.block2 .col-md-4 {
    border: 1px solid #8d8d8d;
    display: inline-block;
    background-color: white;
}

.block2 .col-md-4:hover {
    /*border: 1.5px solid #8d8d8d;*/
}


.block2 h3 {
    font-family: "Corbel Regular";
    padding: 0.5em 0em;
    color: #333333;
    font-size: 37px;
    line-height: 12px;
}

.block2 h4 {
    font-family: "Corbel Regular";
    padding: 3px 1em;
    width: 7em;
    background-color: #D7DE21;
    color: black;
    border-radius: 25px;
    font-size: 20px;
}

.block2 h5 {
    font-family: "Corbel Regular";
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}

.block2 li a {
    font-family: "Corbel Regular";
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    user-select: none;
}

.block3 h3 {
    font-family: "Corbel Regular";
    padding: 3px 1em;
    width: 8em;
    background-color: #D7DE21;
    color: black;
    border-radius: 25px;
    font-size: 30px;
}

.newss {
    display: flex;
}

.block4 h3 {
    font-family: "Corbel Bold";
}
.block4  a{
    padding: 2px 1em;
    background-color: #D7DE21;
    color: black;
    border-radius: 12px;
}

.block4 .col-md-6 {
    border: 1px solid #8d8d8d;
    display: inline-block;
    background-color: white;
}

.block4 img {
    width: 16em;
}

.block4 h4 {
    font-family: "Corbel Regular";
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}


.block5 {
    background-color: #D7DE21;
    color: black;
    overflow: hidden;

}

.block5 a {
    font-family: "Corbel Bold";
    font-size: 48px;
    color: #4d4d4d;
    text-decoration: none;
}

.block5 h3 {
    font-family: "Corbel Bold";
    font-size: 18px;
    color: #4d4d4d !important;
    text-decoration: none;
}

.block5 .col-md-6 img {
    margin: 1.5em;
}

.dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #4e473f;
    border-radius: 50%;

}

/*.sun:hover{*/
/*    !*float: right;*!*/
/*    width:90px;*/
/*    !*height:100px;*!*/
/*    position:absolute;*/
/*    -webkit-animation-iteration-count:infinite;*/
/*    -webkit-animation-timing-function:linear;*/
/*    -webkit-animation-name:orbit;*/
/*    -webkit-animation-duration:5s;*/
/*    -moz-animation-iteration-count:infinite;*/
/*    -moz-animation-timing-function:linear;*/
/*    -moz-animation-name:orbit;*/
/*    -moz-animation-duration:5s;*/
/*    !*top:50px;*!*/
/*    !*left:50px;*!*/
/*}*/

.block5 .sun img {
    position: initial;
}
.pagination{
    margin-left: 50%;
}
.pagination>li>a, .pagination>li>span {
    color: #333333;
    background-color: #fff;
    border: 1px solid #d7de21;
    margin-left: 6px;
    border-radius: 22px;
    padding: 6px 16px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #d7de21;
    border-color: #d7de21;
    cursor: default;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
border:none ;
}.pagination>li:first-child>a, .pagination>li:first-child>span{
border:none ;
}

@-webkit-keyframes orbit {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes orbit {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

.block7 {
    height: 40em;
    background-image: url('../image/block7/line.png');
    background-color: #ffffff;
    overflow: hidden;
    background-size: 67%;
    background-repeat: no-repeat;
    background-position-y: 5em;
    background-position-x: 24em;
}

.block7 h3 {
    font-family: "Corbel Regular";
    padding: 3px 1em;
    width: 17em;
    background-color: #D7DE21;
    color: #333333 !important;
    border-radius: 25px;
    font-size: 30px;
}
.block7 .slick-slide img {
    display: block;
    height: 19em;
}
.block7 h4 {
    font-family: "Corbel Regular";
    color: #4d4d4d !important;
    font-size: 15px;
    display: inline-block;

}

.block7 .col-md-2 {
    height: 21em;
    width: 18em;
    background-color: #d7dd20;
}

.img1 {
    display: inline-block;
    overflow: hidden;
    height: 15em;
    width: 15em;
}

.img1 img {
    transition: 1s;
    display: block;
}

.img1 img:hover {
    transform: scale(1.2);
}


.iimg1 {
    text-align: center;
    margin: 14px 3px;
    /*margin-top: 1em;*/
}



#naming {
    float: left;
}

.we {
    margin-top: calc(100vh - 47em);
}

.we h4 {
    font-family: "Corbel Regular";
}

.we h3 {
    font-family: "Corbel Bold";
}

.we h2 {
    font-family: "Corbel Bold";
    font-size: 22px;
    color: #d7de21;
    text-align: right;
}


/*novosel*/
.novosel {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    background-image: url('../image/novosel/fon.png');
    overflow: hidden;
    background-size: 94%;
    background-repeat: no-repeat;
    background-position-y: 2em;
    background-position-x: 6em;
}

.novosel .nhl img {
    position: absolute;
    height: 11em;
    left: 0em;
    top: 21em;
}

.novosel .nhr img {
    position: absolute;
    height: 11em;
    right: 0em;
    top: 21em;
}

.novosel .nblock1 {
    display: inline-block;
    position: relative;
}

.novosel .nblock1 h4 {
    font-family: "Corbel Regular";
    display: inline-block;
    position: absolute;
    bottom: 48px;
    left: 15px;
    padding: 0em 2em;
}

.novosel .nblock2 {
    display: inline-block;
    position: relative;
    float: right;

}

.novosel h1 {
    font-family: "Corbel Bold";
    font-size: 46px;
    font-weight: bold;
    position: relative;
}

.novosel .nblock2 h4 {
    font-family: "Corbel Regular";
    display: inline-block;
    position: absolute;
    bottom: 48px;
    left: 15px;
    padding: 0em 2em;
}

.novosel .nblock2 h1 {
    font-family: "Corbel Bold";
    top: 1em;
}

.novosel .nblock4 {
    display: inline-block;
    position: relative;
}

.novosel .nblock4 h4 {
    font-family: "Corbel Regular";
    display: inline-block;
    position: absolute;
    bottom: 18px;
    left: 15px;
    padding: 0em 2em;

}

.novosel .nblock4 h1 {
    font-family: "Corbel Bold";
    top: 1em;
}

.novosel .nblock5 {
    display: inline-block;
    position: relative;
    float: right;
}

.novosel .nblock5 h1 {
    font-family: "Corbel Bold";
    top: 2em;
}

.novosel .nblock5 h4 {
    font-family: "Corbel Regular";
    display: inline-block;
    position: absolute;
    bottom: 32px;
    left: 15px;
    padding: 0em 2em;
}

.novosel .height {
    height: 2em;
}

.nblock3 {
    margin-right: calc(100vh - 88em);
}

.nblock3 h4 {
    font-family: "Corbel Regular";
    text-align: right;
}

.nblock3 h3 {
    font-family: "Corbel Bold";
    text-align: right;
}

.nblock3 img {
    margin-right: calc(100vh - 42em);

}

.otvet {
    font-family: "Corbel Regular";
    background-image: url('../image/otvet/line.png');
    overflow: hidden;
    background-size: 89% 89%;
    background-repeat: no-repeat;
    background-position-y: 2em;
    background-position-x: 1em;
}

.otvet .height {
    height: 6em;
}

.otvet .fon {
    height: 4em;
    width: 22em;
    padding: 1px 1em;
    background-color: #d7dd20;
}

.otvet .image {
    position: relative;
    width: 100%; /* for IE 6 */
}

.otvet .green {
    height: 8em;
    width: 20em;
    padding: 1px 1em;
    background: rgb(157, 207, 49);
    position: absolute;
    top: 18em;
    left: 8.3em;
}

.otvet .green h2 {
    font-family: "Corbel Bold";
    font-size: 24px;
    color: white;

}

.bill {
    margin-top: calc(100vh - 59em);
}

.bill .fon, .fon1 {
    text-align: center;
    width: 22em;
    background-color: #99CC25;
    color: white;
    margin: 0 -4em 8em;
}

.bill .fon {
    height: 10em;
}

.bill .fon1 {
    height: 7em;
}

.bill .fon img {
    position: relative;
    margin: -4em 18em;
}

.bill .fon1 img {
    position: relative;
    margin: -4em 18em;
}

.bill .zav img {
    position: relative;
    text-align: left;
    margin: 3em -25em;
}

.bill .line2 {
    margin: 12em -6em;
}

.bill .image {
    text-align: right;
}


.bill h3 {
    font-family: "Corbel Bold";
    font-size: 30px;
    line-height: 36px;
}

.bill h4 {
    font-family: "Corbel Regular";
    font-size: 22px;
    line-height: 22px;
}

.bill h5 {
    font-family: "Corbel Regular";
    font-size: 20px;
    line-height: 22px;
}

.subdoc h2 {
    text-align: center;
    font-family: "Corbel Bold";
    font-size: 36px;
    line-height: 36px;
}

.subdoc a {
    font-family: "Corbel Regular";
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    user-select: none;
    color: #3e3b3a;
}

.subdoc .DownloadList a {
    display: block;
    padding: 10px 72px 10px 10px;
    margin: 2px auto;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    background-color: #f5f5f5;
    background-image: url('../image/download.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.subdoc .DownloadList a:hover {
    background-color: #d7de21;
}

.subdoc .heightoth {
    margin-top: calc(100vh - 16em);
}

.subdoc .heightwater {
    margin-top: calc(100vh - 49em);
}

.subdoc .heightwatera {
    margin-top: calc(100vh - 39em);
}

.subdoc .heighE {
    margin-top: calc(100vh - 56em);
}

.subdoc .heightbo {
    margin-top: calc(100vh - 23em);
}

.subdoc .gaz {
    margin-top: calc(100vh - 34em);
}

.subdoc .reestr {
    margin-top: calc(100vh - 60em);
}

.panel-default > .panel-heading {
    color: #3e3b3a;
    background: #d7de21;
}
.contact h3{
    font-family: "Corbel Bold";
    font-size: 18px;
    padding: 3px 1em;
    width: 11em;
    background-color: #95C83C;
}
.contact #map{
    margin-left: 1.6em;
    width: 55.4em;
    height: 25em;
}
.contact h4{
    font-family: "Corbel Regular";
    font-size: 18px;
    line-height: 26px;
}
.contact .nblock2{
    margin-left: 3em;
}
.contact .heighC {
    margin-top: calc(100vh - 64em);
}
.contact .line{
    position: absolute;
    margin: 44.3em;
    /*margin: 35.3em;*/
    margin-top: -21.7em;
}
.contact h4 a{
    color: #626b6f;
    font-family: "Corbel Regular";
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: none;
    user-select: none;
}


.footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    background-color: #d7de21;
    color: black;
    width: 100%;
    height: 3em;
    text-align: center !important;
    overflow: hidden;
    font-size: 15px;
    font-family: 'Arial Bold';
    flex: 0 0 auto;
}

.footer h4 {
    font-family: "Corbel Bold";
    font-size: 15px;
}

.footer a {
    color: black;
    font-family: "Corbel Bold";
}

.footer .centerall {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.footer .centerall a {
    display: inline-block;
    padding: 10px;
}

.footer img {
    height: 3em;
}

.footer .col-md-9 img {
    height: 1em;
}

.footer .product img {
    height: 3em;
    margin-right: -3em;
}
.pull-right{
    margin-top: -3em;
    /*background-color: #5c9b78;*/
}
.slick-slide {
    width: 20em;
}

/*.slick-prev:before, .slick-next:before {*/
/*    font-family: 'slick';*/
/*    font-size: 20px;*/
/*    line-height: 1;*/
/*    opacity: .75;*/
/*    color: #d7dd1f!important;*/
/*}*/

 .slick-next::before {
     color: #d7dd1f!important;
 }
.slick-prev:before {
     color: #d7dd1f!important;
 }

@media screen and (min-width: 1300px) and (max-width: 1400px) {

    section.block2 div.col-md-6.img > img {
        margin-left: -3em;
    }


    .block5 {
        height: 8em;
    }

    .block5 img {
        width: 30em;
    }

    .block5 .sun img {
        width: 1.5em;
    }

    .block5 h3 {
        font-size: 20px;
    }

    .block6 h4 {
        font-size: 20px;
    }

    .block7 {
        background-position-y: 14em;
        background-position-x: 17em;
    }

    .bill .zav img {
        margin: 3em -20em;
    }
    .contact .line{
        position: absolute;
        margin: 34.3em;
        margin-top: -21.7em;
    }
    .contact #map{
        margin-left: 1.6em;
        width: 45em;
        height: 25em;
    }
    .bill .image {
        text-align: right;
        bottom: 49px;
        position: fixed;
    }
    .bill .image img{
        height: 39em;
    }
}

@media screen and (min-width: 767px) and (max-width: 1299px) {

    .desktopfullhd {
        display: none;
    }

    .desktophd {
        display: inline;
    }

    .centerall {
        height: 14px;
    }

    .rightmail {
        margin-top: 2em !important;
    }

    .block2 .col-md-4 {
        height: 30em;
    }

    section.block2 div.col-md-6.img > img {
        margin-left: -3em;
    }

    .block4 img {
        width: 11em;
    }

    .block4 h3 {
        font-size: 20px;
    }

    .block5 {
        height: 8em;
    }

    .block5 img {
        width: 30em;
    }

    .block5 .sun img {
        width: 1.5em;
    }

    .block5 h3 {
        font-size: 20px;
    }

    .block6 h4 {
        font-size: 20px;
    }

    .block7 {
        background-position-y: 14em;
        background-position-x: 17em;
    }

}

/*iphone se*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .desktop {
        display: none !important;
    }

    #naming {
        display: none !important;
    }

    .phone {
        display: block;
    }
    /*h3{*/
    /*   font-size: 14px!important;*/
    /*}*/
    h4{
       font-size: 14px!important;
    }
    .onas h3{
        font-size: 32px!important;
    }
    .header h3{
        font-family: 'Corbel Bold';
        font-size: 33px!important;
        line-height: 9px;
    }
    .header .block {
    float: left;
    margin-top: calc(22vh - 50px);
    }
    .block {
        display: flex;
    flex-direction: column;
    }

    .slick-slide {
        width: 20em;
    }


    .nav > li, .nav > li > a {
        text-align: center;
        font-size: 16px;
        line-height: 30px;
    }

    .navbar-default {
        opacity: 0.9;
    }
    li a {
        font-size: 20px;
        line-height: 30px;
    }
    .focusm:hover {
        background-color: white;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        /* padding: 5px 15px 5px 25px; */
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
    /*.dropdown-submenu .dropdown-menu:hover {*/
    /*    background-color: #dde249;*/
    /*}*/

    .mlogo img {
        position: fixed;
        left: 1em;
        width: 17em;
        margin-top: 0.5em;
    }

    .header {
        height: 35em;
        background-position-x: -36em;
    }

    .header .block {
        float: none;
        text-align: center;
    }

    .header h3 {
        font-size: 2em;
    }

    .header .block img {
        height: auto;
    }

    .header .block2 img {
        width: 10em;
    }

    .header .block2 {
        height: 8em;
    }

    .block2 .img {
        text-align: center;
    }

    .block2 h3 {
        font-size: 32px;
    }

    .block2 .col-md-4 {
        width: 100%;
    }

    .block5 img {
        width: 19em;
    }

    .block5 .sun img {
        width: 1.5em;
    }

    .block5 .dot {
        left: 39%;
    }

    .block7 {
        height: auto;
    }

    .block7 h3 {
        width: 17em;
        font-size: 21px;
    }

    .block7 h4 {
        font-size: 16px;
    }

    .img1 {
        width: 15em;
    }

    .footer {
        height: auto;
    }

    .footer img {
        height: 2em;
    }

    .footer .col-md-3 img {
        height: 3em;
    }

    .footer .product img {
        height: 3em;
        margin-right: -3em;
    }

    .footer .product img {
        overflow: hidden;
        margin-right: -1em;
    }

    .otvet {
        background-image: none;
    }

    .otvet .col-md-4 {
        text-align: center;
    }

    .otvet .fon {
        width: 24em;
    }

    .bill .col-md-3 {
        text-align: -webkit-center;
    }

    .bill .col-md-6 {
        text-align: -webkit-center;
    }

    .we .bthree .phone {
        height: 18em;
    }

    .we .gerl img {
        margin: -4em 7em;
        height: 18em;
    }

    .rowall {
        display: flex;
        flex-flow: wrap;
    }

    .bone {
        order: 1;
    }

    .btwo {
        order: 2;
    }

    .bthree {
        order: 3;
    }

    .bfoo {
        order: 4;
    }

    .novosel {
        background-image: none;
    }

    .none {
        order: 1;
    }

    .ntwo {
        order: 2;
    }

    .nthree {
        order: 3;
    }

    .ntwo img {
        height: 6em;
    }

    .ntwo .nblock2 img {
        height: 8em;
    }

    .nblock4 img {
        height: 7.9em;
    }

    .nblock3 img {
        text-align: right
    }

    .nblock5 img {
        height: 11.5em;
    }

    .col-md-3 img {
        height: 5em;
    }

    .novosel .nblock2 {
        float: none;
    }

    .novosel .nblock5 {
        float: none;
    }

    .novosel .nblock2 h1 {
        top: 0em;
    }

    h4 {
        font-size: 15px;
    }

    .nblock5 .phone img {
        height: 4em;
    }

    .nblock3 h4 {
        text-align: left;
    }

    .nblock3 h3 {
        text-align: left;
    }
    .nblock3 {
        margin-right: 0;
    }

    .contact {display: flex;flex-flow: wrap;}

    .contact .one{
        order: 1;
    }

    .contact .two{
        order: 2;
    }

    .contact .three{
        order: 3;
    }
    .contact .col-md-3 img {
        height: 3em;
    }

    .contact .line{
        display: none;
    }
    .contact #map{
        margin-left: 1.5em;
        width: 20em;
        height: 25em;
    }

    #zakaz .col-md-3 img{
       height:  19em;
    }
    .search{
        left: 0!important;
    }
    .hover-image-scale img{
        height: 13em!important;
    } .hover-image-table img{
        height: 5em!important;
    }
    .box {
        height: auto!important;
    }
    .search {
        margin-top: 2em!important;
    }
    .request .size{
        margin-top: calc(100vh - 48em);
    }

    .name_t h4{
        font-size: 20px!important;

    }
}

/* iPhone 6  */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .iphone5 {
        display: none
    }

    /*phone*/
    .phone {
        display: block
    }

    .desktop {
        display: none
    }

    .we .bthree .phone {
        height: 18em;
    }

    .we .gerl img {
        margin: -4em 7em;
        height: 18em;
    }
    .contact #map{
        margin-left: 1.5em;
        width: 25em;
        height: 25em;
    }
}

/*iphone 7+*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    .iphone5 {
        display: none
    }

    /*phone*/
    .phone {
        display: block
    }

    .desktop {
        display: none
    }

    .we .bthree .phone {
        height: 22em;
    }

    .we .gerl img {
        margin: -4.6em 9em;
        height: 18em;
    }

    .ntwo img {
        height: 8em;
    }

    .ntwo .nblock2 img {
        height: 8em;
    }

    .nblock4 img {
        height: 8.2em;
    }
    .nblock5 img {
        height: 14.5em;
    }

    h4 {
        font-size: 15px;
    }
    .contact #map{
        margin-left: 1.5em;
        width: 25em;
        height: 25em;
    }


}

/*iphone 10+*/
@media only screen and (device-width: 375px) and (device-height: 812px)
and (-webkit-device-pixel-ratio: 3) {
    .iphone5 {
        display: none
    }

    /*phone*/
    .phone {
        display: block
    }

    .desktop {
        display: none
    }

    .we .bthree .phone {
        height: 20em;
    }

    .we .gerl img {
        margin: -4.3em 7em;
        height: 18em;
    }
}
