body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a,
a:hover,
form {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1;
}
.btn_mob_whatsapp {
    display: none;
}

@media screen and (max-width: 768px) {
    .btn_mob_whatsapp {
        display: block;
        left: 20px;
        bottom: 20px;
        position: fixed;
        z-index: 99;
        background: transparent;
        padding: 0 !important;
        border: none !important;
    }
    #mssgme_widget {
        display: none !important;
    }
}

.tb-services,
.mcircle,
.pila2 {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
a {
    color: #1d1d1d;
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #1d1d1d;
    font-family: "Gotham Pro";
    font-weight: normal;
    color: #1d1d1d;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    outline: none !important;
}

input[type="text"]:focus,
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input:active {
    outline: none !important;
}

.hmenu-opener,
.hcallbackmob,
.mobcatalogline {
    display: none;
}

.container {
    max-width: 1140px;
}

.btn {
    font-weight: 500;
    border-radius: 4px;
    box-shadow: none;
    transition: 0.3s;
}

.btn.btnyellow {
    background: #f8eb4e;
    color: #1d1d1d;
}

.header {
    padding: 38px 0 39px;
    background: #ffffff;
    position: relative;
    z-index: 444;
}

.header .df {
    display: flex;
    justify-content: space-between;
}

.header .df > div {
    margin-top: auto;
    margin-bottom: auto;
}

.header .logo {
    display: block;
    width: 248px;
}

.header .logo img {
    width: 100%;
}

.header .topmenu .navlist {
    text-align: center;
}

.header .topmenu .navlist li {
    display: inline-block;
}

.header .topmenu .navlist li a {
    font-size: 15px;
    color: #1d1d1d;
    display: inline-block;
    padding: 11px 14px;
    transition: 0.3s;
}

.header .topmenu .navlist li a:hover {
    color: #a1a1a1;
}

.header .topmenu .navlist li.subli {
    position: relative;
}

.header .topmenu .navlist li.subli i {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    transition: 0.3s;
}

.header .topmenu .navlist li.subli .jshide {
    position: absolute;
    top: 100%;
    left: -14px;
    display: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.header .topmenu .navlist li.subli .jshide li {
    display: block;
    opacity: 0;
    transition: 0.8s;
    min-width: 210px;
    text-align: left;
}

.header .topmenu .navlist li.subli .jshide li a {
    font-size: 14px;
    color: #1d1d1d;
    transition: 0.3s;
    display: block;
    padding: 10px 0px 10px 28px;
    line-height: 20px;
    background: #ffffff;
}

.header .topmenu .navlist li.subli .jshide li a:hover {
    background: #f8eb4e;
}

.header .topmenu .navlist li.subli:hover .jshide {
    display: block;
}

.header .topmenu .navlist li.subli:hover .jshide li {
    display: block;
    opacity: 1;
}

.header .topmenu .navlist li.subli:hover i {
    transform: rotate(180deg);
}

.header .hcallback .btn {
    height: 40px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 500;
}

.header .hcallback .btn:hover {
    color: #f8eb4e;
    background: #1d1d1d;
}

.header .hdelivery {
    width: 165px;
}

.header .hdelivery p {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 0;
}

.nav-sort {
    position: relative;
    z-index: 83;
    background: #f08303;
}

.nav-sort .mobcatalogline {
    border-right: 1px solid #d88612;
    border-left: 1px solid #d88612;
}

.nav-sort .mobcatalogline .jsopener {
    display: block;
    height: 62px;
    line-height: 60px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0 23px;
    transition: 0.3s;
    position: relative;
}

.nav-sort .mobcatalogline .jsopener i {
    color: #f8eb4e;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -5px;
    transition: 0.3s;
}

.nav-sort .mobcatalogline .jsopener.active i {
    color: #1d1d1d;
    transform: rotate(180deg);
}

.nav-sort ul.snav {
    display: flex;
    border-right: 1px solid #d88612;
}

.nav-sort ul.snav li {
    flex-grow: 1;
    text-align: center;
    border-left: 1px solid #d88612;
    position: relative;
    transition: 0.3s;
}

.nav-sort ul.snav li a {
    display: block;
    height: 62px;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 10px 10px 10px 10px;
}

.nav-sort ul.snav li a:hover {
    background: #f8eb4e;
    color: #1d1d1d;
}

.nav-sort ul.snav li a:hover i {
    color: #1d1d1d;
}

.nav-sort ul.snav li i {
    color: #f8eb4e;
    display: inline-block;
    margin-left: 8px;
    font-size: 11px;
}

.nav-sort ul.snav li .jsopen {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    height: auto;
    border: none;
    display: none;
}

.nav-sort ul.snav li .jsopen a {
    background: #1d1d1d;
    color: #ffffff;
    min-width: 270px;
    line-height: 46px;
    transition: 0.3s;
    text-align: left;
    padding: 0 34px;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    height: auto;
    border-bottom: 1px solid #404040;
}

.nav-sort ul.snav li .jsopen a:hover {
    background: #f8eb4e;
    color: #1d1d1d !important;
    border-bottom: 1px solid #f8eb4e;
}

.nav-sort ul.snav li:hover {
    background: #f8eb4e;
}

.nav-sort ul.snav li:hover > a {
    color: #1d1d1d;
}

.nav-sort ul.snav li:hover > a i {
    color: #1d1d1d;
}

.nav-sort ul.snav li:hover .jsopen {
    display: block;
}

.nav-sort ul.snav li:hover .jsopen li {
    border: none;
}

.nav-sort ul.snav li:hover .jsopen li a {
    color: #ffffff;
}

.topsbaner {
    position: relative;
    z-index: 2;
}

.topsbaner .slick-ban {
    height: 522px;
    overflow: hidden;
}

.topsbaner .slick-ban .slick-slide {
    position: relative;
    height: 522px;
}

.topsbaner .slick-ban img {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.topsbaner .tbaner-text {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 522px;
    top: 0;
}

.topsbaner .tbaner-text:before {
    position: absolute;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.topsbaner .tbaner-text .mh1 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 500;
    padding: 13px 32px;
    background: #d88612;
    display: inline-block;
    margin: 30px -10px 6px;
}

.topsbaner .tbaner-text p {
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
    margin-left: -5px;
}

.topsbaner .tbaner-text .mcircle {
    position: absolute;
    z-index: 1;
    top: 183px;
    right: -43px;
}

.topsbaner .tbaner-text .mcircle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 7;
}

.topsbaner .tbaner-text .mcircle img {
    width: 563px;
    height: auto;
    animation: 25s ease-in-out 0s normal none infinite running rot;
    -webkit-animation: 25s ease-in-out 0s normal none infinite running rot;
}

.topsbaner .tbaner-text .tb-services {
    padding: 72px 60px;
    background: url("../img/bgts.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 465px;
}

.topsbaner .tbaner-text .tb-services .wr1 {
    position: relative;
}

.topsbaner .tbaner-text .tb-services .wr1:before {

}

.topsbaner .tbaner-text .tb-services .wr2 {
    padding-top: 34px;
}

.topsbaner .tbaner-text .tb-services .wr2 p {
    font-size: 24px;
    color: #1d1d1d;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.4;
}

.topsbaner .tbaner-text .tb-services .wr2 p a {
    display: inline-block;
    background: #d88612;
    color: #ffffff;
    padding: 3px 5px 4px;
    font-weight: normal;
    transition: 0.3s;
}

.topsbaner .tbaner-text .tb-services .wr2 p a:hover {
    background: transparent;
    text-decoration: underline;
    color: #1d1d1d;
}

.topsbaner .tbaner-text .tb-services .wr2 .btn {
    height: 54px;
    width: 90%;
    border-radius: 4px;
    margin-top: 3px;
    line-height: 52px;
    padding: 0;
}

.topsbaner .tbaner-text .tb-services .un.un1 img {
    height: 62px;
}

.topsbaner .tbaner-text .tb-services .un .unimg {
    height: 60px;
    line-height: 58px;
}

.topsbaner .tbaner-text .tb-services .un h4 {
    margin-bottom: 15px;
    margin-top: 22px;
}

.topsbaner .tbaner-text .tb-services .un p {
    margin-bottom: 0;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: normal;
    margin-left: 0;
    padding: 0;
    height: 80px;
    overflow: hidden;
}

.btn-o-r {
    color: #ffffff;
    background: #d88612;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: 0.3s;
}

.btn-o-r img {
    width: 18px;
    margin-left: 7px;
}

.btn-o-r:hover {
    border: 1px solid #d88612;
    color: #d88612;
    background: #ffffff;
}

h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}

p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 18px;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(7200deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(7200deg);
    }
}

@keyframes rot2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-5400deg);
    }
}

@-webkit-keyframes rot2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-5400deg);
    }
}

.branch {
    position: relative;
    background: url("../img/branch.jpg") repeat;
}

.branch:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.branch .wrapper {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 345px;
}

.branch .wrapper .unit .city {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.branch .wrapper .unit .city a {
    color: #1d1d1d;
}

.branch .wrapper .unit .city a i {
    color: #d88612;
    margin-right: 14px;
    display: inline-block;
}

.branch .wrapper .unit .addr {
    font-size: 16px;
    margin-bottom: 7px;
    padding-left: 28px;
}

.branch .wrapper .unit .info {
    font-size: 13px;
    margin-bottom: 19px;
    padding-left: 28px;
}

.branch .wrapper .unit .phone {
    padding-left: 28px;
    margin-bottom: 60px;
}

.branch .wrapper .unit .phone a {
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
}

.branch .wrapper .unit .phone a i {
    font-size: 11px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.branch .tit {
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 30px;
}

.branch .tit span {
    position: relative;
    font-size: 24px;
    font-weight: 500;
}

.branch .tit span:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 1000px;
    height: 2px;
    background: #1d1d1d;
    z-index: 1;
    margin-left: 36px;
    top: 50%;
    margin-top: -1px;
}

.branch .pila2 {
    position: absolute;
    width: 292px;
    top: 169px;
    left: -125px;
    z-index: 0;
    animation: 16s ease-in-out 0s normal none infinite running rot2;
    -webkit-animation: 16s ease-in-out 0s normal none infinite running rot2;
}

.branch .pila2 img {
    width: 100%;
}

.main-catalog {
    background: url("../img/main-catalog.jpg") repeat;
    padding: 45px 0px 80px 0px;
    position: relative;
    z-index: 9999;
    z-index: 4;
}

.main-catalog .df {
    display: flex;
    padding: 0px;
    margin-left: -8px;
    margin-right: -8px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-catalog .df .unit {
    flex-basis: 33.33%;
    padding: 0 8px;
}

.main-catalog .df .unit .wr {
    position: relative;
    padding-bottom: 22px;
}

.main-catalog .df .unit .wr:hover .tit {
    background: #f8eb4e;
}

.main-catalog .df .unit .wr:hover .un-img img {
    top: -5px;
}

.main-catalog .df .unit .un-img {
    height: 120px;
    position: relative;
    z-index: 1;
}

.main-catalog .df .unit .un-img img {
    position: relative;
    left: 25px;
    top: 0px;
    transition: 0.3s;
}

.main-catalog .df .unit .val {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.main-catalog .df .unit .val .content {
    background: #ffffff;
    padding: 0px 35px;
    margin-bottom: 45px;
    height: 115px;
    padding-top: 14px;
}

.main-catalog .df .unit .val .content li a {
    display: inline-block;
    padding: 7px 13px 6px 30px;
    color: #1d1d1d;
    transition: 0.3s;
    margin-left: -13px;
    position: relative;
    font-size: 14px;
}

.main-catalog .df .unit .val .content li a:hover {
    text-decoration: underline;
    background: #f8eb4e;
}

.main-catalog .df .unit .val .content li a:before {
    content: "";
    position: absolute;
    left: 11px;
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
    background: #f8eb4e;
    transition: 0.3s;
}

.main-catalog .df .unit .val .content li a:hover:before {
    background: #1d1d1d;
}

.main-catalog .df .unit .val .tit {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    background: #d88612;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
    transition: 0.3s;
}
.main-catalog .df .unit .val .tit a {
    line-height: 1.3;
}

.main-catalog .df .unit .val .tit a {
    color: #ffffff;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    transition: 0.3s;
}

.main-catalog .df .unit .val .tit a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    z-index: 1;
    background: #1d1d1d;
    height: 1px;
    transition: 0.3s;
}

.main-catalog .df .unit .val .tit a:hover {
    color: #1d1d1d;
}

.main-catalog .df .unit .val .tit a:hover:before {
    width: 100%;
}

.main-catalog .df .unit .val .tit i {
    color: #1d1d1d;
    float: right;
    position: relative;
    top: 5px;
    font-size: 20px;
}

.slick-slide {
    outline: none !important;
}

.main-about {
    position: relative;
    z-index: 5;
    padding-top: 45px;
    padding-bottom: 83px;
    background: #ffffff;
}

.main-about:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    background: url("../img/maboutbef.png") repeat-x center top;
    top: -24px;
}

.main-about .mab-slick .imgwr {
    display: block;
    position: relative;
    width: 504px;
    height: 504px;
    overflow: hidden;
    margin-bottom: 22px;
}

.main-about .mab-slick .imgwr:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 3;
    background: url("../img/mabslb.png") no-repeat center center;
    background-size: 100%;
}

.main-about .mab-slick .imgwr img {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-about .mab-slick p {
    font-size: 12px;
    color: #7b7b7b;
    margin-bottom: 0;
}

.main-about .mab-slick .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 14px;
    overflow: hidden;
    border: none;
    text-indent: -9999px;
    z-index: 7;
    transition: 0.3s;
}

.main-about .mab-slick .slick-arrow.slick-next {
    right: 80px;
    background: url("../img/arrow-right.svg") no-repeat;
}

.main-about .mab-slick .slick-arrow.slick-next:hover {
    background: url("../img/arrow-righth.svg") no-repeat;
}

.main-about .mab-slick .slick-arrow.slick-prev {
    right: 160px;
    background: url("../img/arrow-left.svg") no-repeat;
}

.main-about .mab-slick .slick-arrow.slick-prev:hover {
    background: url("../img/arrow-lefth.svg") no-repeat;
}

.main-about .photapparat {
    position: absolute;
    width: 19px;
    height: 16px;
    z-index: 1;
    right: 134px;
    bottom: 1px;
}

.main-about .cont {
    margin-left: -15px;
    padding-top: 20px;
}

.main-about .cont p.inform {
    font-size: 16px;
    font-weight: 500;
    color: #d88612;
    margin-bottom: 23px;
    overflow: hidden;
}

.main-about .cont p.inform span {
    position: relative;
}

.main-about .cont p.inform span:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 100%;
    margin-left: 28px;
    top: 50%;
    width: 1000px;
    height: 1px;
    background: #d88612;
}

.main-about .cont p.inform i {
    width: 19px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.main-about .cont h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 29px;
}

.main-about .cont p {
    line-height: 1.5;
}

.main-about .cont .btnwr {
    padding-top: 16px;
}

.main-about .cont .btn-o-r {
    height: 40px;
    text-transform: none;
    font-size: 14px;
    padding: 0 30px;
    line-height: 38px;
}

.footer {
    padding-bottom: 22px;
    position: relative;
    z-index: 8;
    background: url("../img/footer.jpg");
    padding-top: 37px;
    color: #ebebeb;
}

.footer a {
    color: inherit;
}

.footer:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: url("../img/footerbef.png") repeat-x;
    width: 100%;
    height: 20px;
    top: -20px;
}

.footer .flogo {
    display: block;
    margin-bottom: 24px;
}

.footer .flogo img {
    max-width: 188px;
}

.footer p a {
    margin-bottom: 11px;
    font-size: 14px;
    color: #ebebeb;
}

.footer .f1.desk {
    display: none;
}

.footer .f1 p.info {
    font-size: 9px;
    margin-bottom: 0;
    margin-top: 34px;
    line-height: 1.7;
}

.footer .f1 p.info.mtan {
    margin-top: 10px;
}

.footer .f1 p {
    margin-bottom: 7px;
}

.footer .f1 p > a {
    font-size: 10px;
    transition: 0.3s;
}

.footer .f1 p > a:hover {
    color: #f8eb4e;
}

.footer .df {
    display: flex;
}

.footer .df .f-soc a {
    width: 41px;
    height: 41px;
    display: flex;
    text-align: center;
    background: #101010;
    color: #ffffff;
    margin-bottom: 6px;
    margin-right: 29px;
    transition: 0.3s;
}

.footer .df .f-soc a:hover {
    color: #1d1d1d;
    background: #f8eb4e;
}

.footer .df .f-soc a i {
    margin: auto;
}

.footer .df .f-right {
    flex-grow: 1;
}

.footer .df .f-addr {
    margin-bottom: 16px;
}

.footer .df .f-addr .f1 p {
    margin-bottom: 20px;
}

.footer .df .f-addr a.title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    padding-left: 0;
    margin-top: -4px;
    margin-bottom: 6px;
    transition: 0.3s;
}

.footer .df .f-addr a.title i {
    font-size: 14px;
    color: #f8eb4e;
    margin-right: 10px;
}

.footer .df .f-addr a.title:hover {
    color: #f8eb4e;
}

.footer .df .f-addr p {
    font-size: 12px;
    color: #ffffff;
    padding-left: 25px;
}

.footer .df .f-addr p a {
    color: inherit;
}

.footer .df .f-addr p.fphone {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -3px;
}

.footer .df .f-addr p.fphone i {
    font-size: 13px;
    margin-right: 8px;
}

.footer .df .f-addr .units {
    display: flex;
    width: 100%;
}

.footer .df .f-addr .units .el.el1 {
    flex-basis: 39%;
}

.footer .df .f-addr .units .el.el2 {
    flex-basis: 33%;
}

.footer .df .f-addr .units .el.el3 {
    flex-basis: 28%;
}

.footer .f-contact .df {
    display: flex;
}

.footer .f-contact .df > * {
    margin: auto 0;
}

.footer .f-contact .df p {
    flex-basis: 39%;
    padding-left: 26px;
}

.footer .f-contact p {
    font-size: 12px;
}

.footer .f-contact p i {
    color: #f8eb4e;
    margin-right: 5px;
    display: inline-block;
}

.footer .f-contact p a {
    font-size: 14px;
    color: #f8eb4e;
    display: inline-block;
    margin-left: 8px;
    transition: 0.3s;
}

.footer .f-contact p a:hover {
    color: #ffffff;
}

.footer .f-contact .fcbtn {
    padding-left: 25px;
}

.footer .f-contact .fcbtn .btn {
    height: 36px;
    border: 1px solid #d88612;
    color: #d88612;
    padding: 0 24px;
    border-radius: 4px;
    background: transparent;
    position: relative;
    top: -1px;
    font-size: 12px;
    line-height: 32px;
    transition: 0.3s;
}

.footer .f-contact .fcbtn .btn:hover {
    background: #d88612;
    color: #ffffff;
}

.copyright {
    background: #000000;
    color: #ffffff;
    padding: 15px 0;
}

.copyright p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
}

.copyright p i {
    margin-right: 8px;
}

.breadcrumbcust {
    height: 0;
    position: relative;
    z-index: 2;
}

.breadcrumbcust p {
    border-bottom: 1px solid #e2dbb3;
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 0;
    width: calc(100% - 30px);
    padding: 18px 0;
    margin-bottom: 0;
    font-size: 11px;
    color: #1d1d1d;
}

.breadcrumbcust p a {
    text-decoration: none;
    color: #1d1d1d;
    display: inline-block;
    position: relative;
    margin-right: 28px;
    transition: 0.3s;
}

.breadcrumbcust p a:hover {
    color: #d88612;
}

.breadcrumbcust p a:before {
    content: "";
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -2px;
    width: 3px;
    border-radius: 50%;
    background: #d88612;
    height: 3px;
}

.errfof {
    padding: 120px 0 99px;
    background: url("../img/background_fanera.jpg");
    text-align: center;
}

.errfof p {
    font-size: 16px;
    color: #353535;
    line-height: 1.4;
    margin-bottom: 35px;
}

.errfof p.tit {
    margin-top: 20px;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 73px;
    position: relative;
}

.errfof p.tit:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 100%;
    margin-top: 30px;
    width: 90px;
    margin-left: -45px;
    left: 50%;
    background: #d88612;
    z-index: 1;
}

.errfof p.tex {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 26px;
}

.errfof .btn {
    height: 42px;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
}

.errfof .btn i {
    display: inline-block;
    margin-right: 10px;
}

h1 {
    font-size: 46px;
    font-weight: 900;
}

h2 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 15px;
}

h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.top-content {
    background: url("../img/background_fanera.jpg");
    padding: 83px 0 40px;
}

.val-content {
    padding-top: 32px;
    background: #ffffff;
    margin-bottom: 63px;
}

.val-content h2 {
    padding-top: 6px;
}

.content ol {
    list-style-type: decimal;
    padding-left: 20px;
    padding-bottom: 15px;
}

.content ol li {
    font-size: 14px;
    margin-bottom: 11px;
}

.content ul {
    padding-bottom: 15px;
}

.content ul li {
    font-size: 14px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 11px;
}

.content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d88612;
}

.content p {
    line-height: 1.5;
}

.content p a {
    background: #f8eb4e;
    display: inline-block;
    padding: 3px;
    color: #1d1d1d;
    transition: 0.3s;
}

.content p a:hover {
    color: #1d1d1d;
    text-decoration: underline;
    background: transparent;
}

.content .df {
    display: flex;
    flex-wrap: wrap;
}

.content .df .imgwr {
    margin-right: 28px;
}

.content .df .imgwr p {
    padding-top: 10px;
    color: #4c4c4c;
    font-size: 11px;
    margin-bottom: 15px;
}

table {
    border: none;
}

table thead {
    background: #f8eb4e;
    border: none;
    border: 1px solid #f8eb4e;
}

table thead th {
    border: none !important;
    border-right: 1px solid #ffffff !important;
    height: 31px;
    padding: 0 22px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    border-bottom: 2px solid #ffffff !important;
    font-size: 12px;
    font-weight: 500;
}

table thead th:last-child {
    border-right: none !important;
}

table tbody {
    border-top: 1px solid #e6e6e6;
}

table tbody tr:first-child {
    border-top: 1px solid #e6e6e6;
}

table tbody tr td {
    font-size: 12px;
    padding: 7px 22px !important;
    vertical-align: middle !important;
}
table tbody tr td a {
    color: #1d1d1d;
}

.table-striped > tbody > tr:nth-of-type(odd),
table > tbody > tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}

.table-bordered {
    border: none;
}

.table tbody tr:hover {
    background: #fffbe4;
}

.cattop,
.cattop-item {
    background: url("../img/background_fanera.jpg");
    position: relative;
    padding: 77px 0 0;
}

.cattop h1,
.cattop-item h1 {
    margin-bottom: 30px;
}

.cattop p,
.cattop-item p {
    font-size: 14px;
    line-height: 1.45;
    padding-right: 55px;
}

.cattop img,
.cattop-item img {
    position: relative;
    z-index: 3;
    margin-top: -60px;
    margin-left: 10px;
}

.cattop .itemcard,
.cattop-item .itemcard {
    position: relative;
    min-height: 290px;
}

.cattop .itemcard .info a,
.cattop-item .itemcard .info a {
    background: #d88612;
    color: #ffffff;
    padding: 3px;
    transition: 0.3s;
}

.cattop .itemcard .info a:hover,
.cattop-item .itemcard .info a:hover {
    background: transparent;
    color: #1d1d1d;
    text-decoration: underline;
}

.cattop .item-img,
.cattop-item .item-img {
    position: absolute;
    background: #f8eb4e;
    z-index: 3;
    left: 15px;
    top: 0;
}

.cattop .item-img img,
.cattop-item .item-img img {
    top: -4px;
    margin-top: 0;
    margin-left: 0;
    right: 4px;
    bottom: inherit;
    width: 100%;
}

.itemcard .pr0 {
    padding-right: 0;
}

.cattop-item .item-img {
    right: -15px;
}

.catalog-list {
    padding: 52px 0 0;
}

.catalog-list h2 {
    color: #ddd7ae;
    margin-bottom: 34px;
    letter-spacing: -2px;
}

.catalog-list .unit {
    margin-bottom: 20px;
}

.catalog-list .unit .unimg {
    height: 142px;
    overflow: hidden;
    position: relative;
    border-radius: 0 10px 0 0;
}

.catalog-list .unit .unimg img {
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.catalog-list .unit p {
    padding: 21px 60px 0 30px;
    background: #f8eb4e;
    height: 102px;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    transition: 0.3s;
    color: #1d1d1d;
    font-weight: 500;
}

.catalog-list .unit p i {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 23px;
}

.catalog-list .unit:hover p {
    color: #f8eb4e;
    background: #1d1d1d;
}

.catalog-price {
    padding: 52px 0 40px;
}
.catalog-price table thead th:first-child {
    width: 57%;
}

.catalog-price.pt30 {
    padding-top: 30px;
}

.catalog-price.pt30 .unit {
    margin-bottom: 14px;
}

.catalog-price h2 {
    color: #ddd7ae;
    margin-bottom: 34px;
    letter-spacing: -2px;
}

.catalog-price .leftbl {
    padding-right: 10px;
}

.catalog-price .rightbl {
    padding-left: 10px;
}

.catalog-price .unit {
    margin-bottom: 40px;
}

.catalog-price .unit .title {
    background: #d88612;
    display: flex;
    justify-content: space-between;
    padding: 0 28px;
    margin-bottom: 2px;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    height: 55px;
}

.catalog-price .unit .title span:before {
    position: absolute;
    content: "";
    width: 21px;
    height: 11px;
    background: url("../img/moreinfo-orange.svg") no-repeat center center;
    background-size: 21px auto;
    right: -40px;
    top: 50%;
    margin-top: -5px;
}

.catalog-price .unit .title:hover {
    background: #1d1d1d;
}

.catalog-price .unit .title span {
    margin: auto 0;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}

.specify {
    position: relative;
    z-index: 2;
}

.specify.mb80 {
    margin-bottom: 80px;
}

.specify .wrap {
    background: #d88612;
    padding: 40px 50px 40px 60px;
}

.specify .title {
    font-size: 30px;
    font-weight: 500;
    color: #f8eb4e;
    line-height: 1.1;
    margin-bottom: 17px;
}

.specify .title span {
    display: block;
    color: #ffffff;
    font-size: 26px;
}

.specify .tex {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

.specify .hand {
    position: absolute;
    z-index: 3;
    bottom: -40px;
    right: 50px;
}

.specify .callers {
    width: auto;
    margin-left: -15px;
}

.specify .callers .tit {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.specify .callers .does {
    position: relative;
    margin-bottom: 13px;
}

.specify .callers .does a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.specify .callers .does a span {
    display: inline-block;
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 0.3px;
    font-weight: normal;
    font-size: 11px;
}

.specify .callers .does a span i {
    font-size: 13px;
}

.specify .callers .does a.telbef {
    font-size: 20px;
}

.specify .callers .does a.telbef i {
    position: absolute;
    left: -25px;
    top: 5px;
    z-index: 1;
    font-size: 12px;
}

.specify .callers .btn {
    font-size: 11px;
    height: 30px;
    color: #ffffff;
    padding: 0 19px;
}

.specify .callers .btn.btnblack {
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
    background: linear-gradient(to top, #272727, #1d1d1d);
}

.specify .callers .btn.btnblack:hover {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    color: #1d1d1d;
    border: 1px solid #d88612;
}

.specify .callers .btn.btngreen {
    width: 166px;
    padding: 0;
    height: 34px;
    line-height: 30px;
    background: url("../img/bgreen.png") no-repeat center center;
    background-size: 100% 100%;
}

.specify .callers .btn.btngreen:hover {
    background: url("../img/bgreenh.png") no-repeat center center;
    background-size: 100% 100%;
}

.specify .callers .ml-10 {
    margin-left: -17px;
    width: auto;
}

.bot-yellow {
    background: url("../img/branch.jpg") repeat;
    padding-top: 138px;
    margin-top: -90px;
    padding-bottom: 40px;
}

.bot-yellow .wr1 {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.bot-yellow .un.un1 img {
}

.bot-yellow .un.un2 img {
    width: 53px;
}

.bot-yellow .un.un3 img {
    width: 63px;
}

.bot-yellow .un .unimg {
    height: 60px;
    line-height: 58px;
}

.bot-yellow .un h4 {
    margin-bottom: 15px;
    margin-top: 22px;
}

.bot-yellow .un p {
    margin-bottom: 0;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: normal;
    margin-left: 0;
    padding: 0;
    height: 80px;
    overflow: hidden;
}

.cat-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: auto;
    padding-bottom: 30px;
}

.cat-gallery .el {
    flex-basis: 20%;
}

.cat-gallery .el .val {
    padding: 0 5px 10px;
}

.cat-gallery .el .val a {
    display: block;
    width: 100%;
}

.cat-gallery .el .val img {
    width: 100%;
    filter: grayscale(1);
    opacity: 0.5;
    transition: 0.3s;
}

.cat-gallery .el .val a:hover img {
    opacity: 1;
    filter: grayscale(0);
}

.catbottom-item {
    height: 270px;
}

.cattop-item p {
    margin-left: 40px;
}

.cattop-item .tit {
    font-size: 18px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e2dbb3;
}

.cattop-item .tit strong {
    font-weight: 500;
}

.cattop-item .text {
    padding-bottom: 20px;
}

.cattop-item .text p {
    margin-bottom: 1px;
}

.cattop-item .cost {
    font-size: 30px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 25px;
}

.cattop-item .cost b {
    background: #f8eb4e;
    font-size: 46px;
    text-align: center;
    padding: 18px 10px 18px 18px;
    margin-right: 10px;
}

.cattop-item .cost b span {
    font-size: 30px;
}

.catbottom-item {
    padding-top: 40px;
}

.catbottom-item p {
    margin-left: 40px;
}

.catbottom-item p a {
    color: #d88612;
    font-size: 16px;
}

.catbottom-item p a img {
    width: 21px;
    margin-right: 6px;
}

.catbottom-item p a span {
    display: inline-block;
    border-bottom: 1px solid #d88612;
    line-height: 32px;
    transition: 0.3s;
}

.catbottom-item p a:hover span {
    border-bottom: 1px solid transparent;
}

.fanerabg {
    padding: 80px 0 40px;
    background: url("../img/background_fanera.jpg");
}

.fanerabg h1 {
    text-transform: uppercase;
}

.contacts {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
}

.contacts .contact-tab-wrap {
    padding: 41px 0 24px;
    display: flex;
    justify-content: space-between;
}

.contacts .contact-tab-wrap.mob {
    display: none;
}

.contacts .contact-tab-wrap .el {
    margin-top: auto;
    margin-bottom: auto;
}

.contacts .tabc {
    display: none;
}

.contacts .tabc.active {
    display: block;
}

.contacts .contact-map {
    border: 4px solid #f8eb4e;
}

.contacts .contact-map .df {
    display: flex;
}

.contacts .contact-map .df .infoblock {
    flex-basis: 410px;
    padding: 0 55px;
    margin-top: auto;
    margin-bottom: auto;
}

.contacts .contact-map .df .infoblock .title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f8eb4e;
}

.contacts .contact-map .df .infoblock .val {
    padding-bottom: 22px;
}

.contacts .contact-map .df .infoblock .val p {
    padding-left: 35px;
    margin-bottom: 6px;
}

.contacts .contact-map .df .infoblock .val .tit {
    line-height: 20px;
    margin-bottom: 3px;
    font-size: 12px;
    padding-left: 0;
}

.contacts .contact-map .df .infoblock .val .tit i {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: #f8eb4e;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.contacts .contact-map .df .infoblock .val .tex {
    font-size: 12px;
}

.contacts .contact-map .df .infoblock .val .adr {
    margin-bottom: 3px;
    line-height: 1.4;
    font-size: 14px;
}
.contacts .contact-map .df .infoblock .val .adr a {
    color: #292929;
}

.contacts .contact-map .df .infoblock .val .phon {
    font-size: 18px;
    font-weight: 500;
}
.contacts .contact-map .df .infoblock .val .phon a {
    color: #1d1d1d;
}

.contacts .contact-map .df .infoblock .btnblack {
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
    color: #ffffff;
    background: linear-gradient(to top, #272727, #1d1d1d);
    font-size: 11px;
    height: 30px;
}

.contacts .contact-map .df .infoblock .btnblack:hover {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    color: #1d1d1d;
}

.contacts .contact-map .df .mapblock {
    flex-grow: 1;
}

.contacts .contact-tab {
    display: flex;
}

.contacts .contact-tab .btn {
    margin-right: 10px;
    transition: 0.3s;
    color: #1d1d1d;
    background: #ffffff;
    border: 2px solid #f8eb4e;
    border-radius: 0;
    height: 48px;
    padding: 0 33px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.contacts .contact-tab .btn span {
    display: inline-block;
    border-bottom: 1px dashed #d88612;
}

.contacts .contact-tab .btn:hover {
    background: #d88612;
    border-color: #d88612;
    color: #ffffff;
}

.contacts .contact-tab .btn.active,
.contacts .contact-tab .btn.active:hover,
.contacts .contact-tab .btn.str,
.contacts .contact-tab .btn.str:hover {
    background: #f8eb4e;
    border: 2px solid #f8eb4e;
    color: #1d1d1d;
}

.contacts .contact-tab .btn.active span,
.contacts .contact-tab .btn.active:hover span,
.contacts .contact-tab .btn.str span,
.contacts .contact-tab .btn.str:hover span {
    border-bottom-color: transparent;
}

.contacts .f-soc span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 14px;
    float: left;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}

.contacts .f-soc span img {
    width: 15px;
    margin-right: 5px;
}

.contacts .f-soc a {
    width: 41px;
    height: 41px;
    display: flex;
    margin-left: 5px;
    text-align: center;
    background: #101010;
    color: #ffffff;
    float: left;
    transition: 0.3s;
}

.contacts .f-soc a i {
    margin: auto;
}

.contacts .f-soc a:hover {
    color: #1d1d1d;
    background: #f8eb4e;
}

.btn {
    box-shadow: none !important;
}

.contact-rekvisit {
    padding-top: 40px;
    padding-bottom: 68px;
}

.contact-rekvisit .tit {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 17px;
}

.contact-rekvisit .val p {
    color: #333333;
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-rekvisit .val p.genpresident {
    margin: 25px 0;
}

.contact-rekvisit .val p.contact-download a {
    color: #d88612;
    border: 1px solid #d88612;
    background: #ffffff;
    font-style: italic;
    display: inline-block;
    font-size: 12px;
    height: 38px;
    line-height: 36px;
    padding: 0 24px 0 44px;
    background: url("../img/pdf.svg") no-repeat 24px center;
    transition: 0.3s;
}

.contact-rekvisit .val p.contact-download a:hover {
    background: #d88612 url("../img/pdfh.svg") no-repeat 24px center;
    color: #ffffff;
}

.price-container {
    padding-left: 50px;
}

.price-title {
    position: relative;
    margin-left: 50px;
}

.price-title p {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.price-title p a {
    color: #111111;
}
.price-container td a {
    color: #111111;
}

.price-title .nice-select-wrap {
    position: absolute;
    z-index: 3;
    right: 0;
    height: 30px;
    top: 50%;
    margin-top: -10px;
}

.price-title .nice-select-wrap i {
    display: inline-block;
    font-size: 11px;
    float: left;
    line-height: 30px;
    margin-right: 8px;
}

.price-title .nice-select {
    height: 30px;
    width: 230px;
    line-height: 30px;
    background-color: #f8f6e9 !important;
    border: none;
    font-size: 10px;
}

.price-title .nice-select.open .current:before {
    transform: rotate(180deg);
}

.price-title .nice-select .current {
    position: relative;
    width: 100%;
    display: block;
}

.price-title .nice-select .current:before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 6px;
    height: 4px;
    background: url("../img/dr-bot.png") no-repeat;
    transition: 0.3s;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.price-sidebar,
.price-sidebar2 {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    top: 10px;
}

.price-sidebar.fix,
.price-sidebar2.fix {
    position: fixed;
}

.price-sidebar .download-price,
.price-sidebar2 .download-price {
    margin-top: 30px;
}

.price-sidebar .download-price a,
.price-sidebar2 .download-price a {
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
    text-decoration: none;
    display: block;
    height: 48px;
    line-height: 36px;
    border: 1px solid #f8eb4e;
    padding: 5px 20px 20px;
    position: relative;
    background: #ffffff;
    transition: 0.3s;
}

.price-sidebar .download-price a:hover,
.price-sidebar2 .download-price a:hover {
    background: #f8eb4e;
}

.price-sidebar .download-price a:before,
.price-sidebar2 .download-price a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 2;
    right: 20px;
    top: 14px;
    background: #f8eb4e url("../img/d-bef.png") no-repeat center center;
}

.price-sidebar .download-price a img,
.price-sidebar2 .download-price a img {
    width: 13px;
    margin-right: 10px;
}

.price-sidebar .price-anchor,
.price-sidebar2 .price-anchor {
    list-style: none;
}

.price-sidebar .price-anchor li,
.price-sidebar2 .price-anchor li {
    margin-bottom: 10px;
}

.price-sidebar .price-anchor li:before,
.price-sidebar2 .price-anchor li:before {
    display: none;
}

.price-sidebar .price-anchor li.active a,
.price-sidebar2 .price-anchor li.active a {
    background: #1d1d1d;
}

.price-sidebar .price-anchor li.active a span,
.price-sidebar2 .price-anchor li.active a span {
    color: #ffffff;
    border-bottom: 1px solid #1d1d1d;
}

.price-sidebar .price-anchor a,
.price-sidebar2 .price-anchor a {
    text-decoration: none !important;
    display: block;
    display: flex;
    background: #f8eb4e;
    padding: 11px 19px;
    color: #1d1d1d;
}

.price-sidebar .price-anchor a span,
.price-sidebar2 .price-anchor a span {
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
    transition: 0.3s;
    line-height: 1.2;
}

.price-sidebar .price-anchor a:hover,
.price-sidebar2 .price-anchor a:hover {
    background: #d88612;
}

.price-sidebar .price-anchor a:hover span,
.price-sidebar2 .price-anchor a:hover span {
    border-bottom: 1px solid #d88612;
    color: #ffffff;
}

.price-sidebar .price-anchor a.active,
.price-sidebar2 .price-anchor a.active {
    background: #1d1d1d;
}

.price-sidebar .price-anchor a.active span,
.price-sidebar2 .price-anchor a.active span {
    color: #ffffff;
    border-bottom: 1px solid #1d1d1d;
}

.price-sidebar2 {
    top: 0;
    width: 100%;
    left: inherit;
    right: 0;
}

.price-sidebar2 .price-anchor li a {
    background: #ffffff;
    border: 1px solid #f8eb4e;
    padding: 12px 22px;
    line-height: 1.2;
    height: auto;
    font-size: 15px;
    font-weight: 500;
}

.price-sidebar2 .price-anchor li a:hover {
    color: #1d1d1d;
    background: #f8eb4e;
}

.price-sidebar2 .price-anchor li a.active {
    color: #ffffff;
    background: #d88612;
    border: 1px solid #d88612;
}

.val-content-serv {
    padding-right: 54px;
    margin-right: 22px;
    border-right: 1px solid #f7f1cc;
}

.val-content-serv .serv-imgwr {
    margin-bottom: 25px;
}

.val-content-serv .serv-imgwr img {
    max-width: 100%;
}

.service {
    padding-bottom: 30px;
}

.service .df {
    padding-top: 48px;
    display: flex;
    margin-left: -26px;
    margin-right: -26px;
    width: auto;
    flex-wrap: wrap;
}

.service .df .el {
    padding: 0 26px;
    flex-basis: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 35px;
}

.service .df .imgwr {
    height: 222px;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 20px 0px;
    background: #f9f4d9;
}

.service .df .imgwr img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service .df .tit {
    margin-bottom: 18px;
}

.service .df .tit a {
    color: #1d1d1d;
    background: transparent;
    transition: 0.3s;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.service .df .tit a:hover {
    color: #d88612;
    text-decoration: underline;
}

.service .df .linker:hover .tit a {
    color: #d88612;
    text-decoration: underline;
}

.service .df p {
    font-size: 13px;
    line-height: 1.45;
}

body {
    overflow-x: hidden;
}

.modal .modal-dialog {
    width: 446px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.modal .modal-content {
    padding: 40px 70px;
    border: 4px solid #f8eb4e;
    position: relative;
}

.modal .tit {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.modal .text {
    line-height: 1.4;
    font-size: 12px;
    color: #2a2a2a;
    margin-bottom: 18px;
}

.modal .modform label {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.modal .modform label span {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #1d1d1d;
    background: #ffffff;
}

.modal .modform label span i {
    color: #fbd2af;
}

.modal .modform label input {
    width: 100%;
    height: 42px;
}

.modal .modform label:focus span {
    opacity: 0;
}

.modal .rel {
    position: relative;
    margin-bottom: 10px;
}

.modal .rel input {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 15px;
    color: #1d1d1d;
    background: transparent;
}

.modal .rel input.val-true {
    background: #ffffff;
}

.modal input:focus {
    background: #ffffff;
}

.modal input:focus + label span {
    display: none;
}

.modal .close {
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 1;
}

.modal .btn-callback {
    margin-top: 10px;
    width: 102%;
    position: relative;
    left: -1%;
    height: 47px;
    font-size: 15px;
    background: url("../img/callback.png") no-repeat center center;
    background-size: 100% 100%;
    transition: 0s;
}

.modal .btn-callback:hover {
    background: url("../img/callbackh.png") no-repeat center center;
    background-size: 100% 100%;
}

.modal .btn-callback img {
    width: 21px;
    margin-left: 10px;
}

.modal .phonecallback {
    position: absolute;
    z-index: 1;
    left: -40px;
    top: 48px;
    width: 142px;
}

.modal .phonecallback img {
    width: 100%;
}

#thank.modal .modal-content {
    padding: 0;
}

#thank.modal .modal-content .modal-body {
    padding: 0;
}

#thank.modal .modal-content .block-yellow {
    padding: 28px 43px;
    background: #f8eb4e;
}

#thank.modal .modal-content .block-yellow .df {
    display: flex;
    justify-content: space-between;
}

#thank.modal .modal-content .block-yellow .el {
    flex-basis: 105px;
}

#thank.modal .modal-content .block-yellow .text {
    font-size: 14px;
    margin-bottom: 0;
}

#thank.modal .close {
    z-index: 6;
}

#thank.modal .block-white {
    background: #ffffff;
    padding: 22px 43px;
}

#thank.modal .block-white p {
    margin-bottom: 17px;
    opacity: 0.62;
    font-size: 12px;
}

#thank.modal .block-white p i {
    margin-right: 8px;
}

#thank.modal .block-white .btn-close {
    background: transparent;
    border: none;
    border-bottom: 1px dotted #d88612;
    color: #d88612;
    padding: 0;
    font-size: 13px;
    transition: 0.3s;
}

#thank.modal .block-white .btn-close:hover {
    border-bottom: 1px dotted #ffffff;
}

.closemenu2 {
    display: none;
}

.footer .df .f-addr p a img {
    width: 9px;
}
