

/* Start:/local/templates/z_mys/css/main.css?164076197028567*/
/*  ==========================================================================
    Table of Content
    ==========================================================================
    
    1.0 Slider 
    2.0 Content Blocks
    3.0 Icon Box
    4.0 Portfolio
    5.0 Testimonials
    6.0 Counter
    7.0 Team
    8.0 Blog
    9.0 Sidebar Widgets
    10.0 Video Block
    11.0 Contact Page
    12.0 Brand
    13.0 Footer Widget
    14.0 Clients
    15.0 Scroll To Top

    ==========================================================================
    Construction
    ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700');

/* ==========================================================================
   1.0 Slider
   ========================================================================== */

body {
    margin: 0;
    padding: 0;
    font-family: TTNorms;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

body main {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

body footer.footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

button {
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    background: initial;
    transition: all .25s ease-in-out
}

button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
    opacity: .75;
    pointer-events: none
}

button, button span, input, textarea {
    font-family: TTNorms
}

.header div.open-right-modal i {
    display: block;
    float: right;
    color: #000;
    text-align: center;
    padding: 0px 5px;
    text-decoration: none;
    font-size: 30px;
}

/*--//--NEW-CSS--*/

.hg_padtop {
    padding: 0 0 60px 0;
}

.hg_posrel {
    position: relative;
}

.hg_posabs {
    position: absolute;
}

.hg_gltitl {
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    padding: 35px;
    border-top-left-radius: 90px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 30px;
}

.back-hg_colore {
    background-color: #ef7f1a;
}

.back-hg_colgre {
    background-color: #659921;
}

.back-hg_colred {
    background-color: #cd4c5a;
}

.back-hg_colblu {
    background-color: #1a7086;
}

.back-hg_colblu-2 {
    background-color: #6fb4e3;
    opacity: 0.99;
}

.hg-pad_topbot {
    padding-top: 120px;
    padding-bottom: 120px;
}

.back-hg_pag {
}

.back-hg_pag:after {
    content: "";
    background: url(/include/img/header_bg_2.png);
    opacity: 0.05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.hg-icon_gl {
    height: 150px;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hg-block_thr {
    flex: 0 0 auto;
    width: 33.333333%;
}

.hg-block_two {
}

.hg_height-1, .hg_height-2 {
    height: 567px;
}

.hg_map-1 {
    margin-left: 50%;
    padding: 80px 0px;
}

.hg-icon_menu-burgnav {
    display: block;
    float: right;
    color: #000;
    text-align: center;
    padding: 0px 5px;
    text-decoration: none;
    font-size: 30px;
}

.hg_black {
    display: block;
}

.header.white .hg_black {
    display: none;
}

.hg_white {
    display: none;
}

.header.white .hg_white {
    display: block;
}

.overflow.open {
    opacity: 1;
    pointer-events: auto;
}

.overflow {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(43, 43, 42, .25);
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease-in-out;
}

div.hg-bx-auth-services div {
    display: block;
    float: left;
    margin: 4px 6px 0px 0px;
    /* width: 170px; */
}

.hg-bx-authform-formgroup-container {
    margin-bottom: 5px;
}

div.hg-bx-auth-services {
    padding: 0;
    margin: 0;
    overflow: hidden;
    zoom: 1;
}

.hg-input_tabl input {
    width: 100%;
    height: 40px;
    border: none;
}

div.hg-bx-auth-services a {
    display: inline-block;
    margin: 1px;
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    color: #646464;
    outline: none;
}

div.hg-bx-auth-services i {
    display: inline-block;
    margin: 0;
    margin-right: 4px;
    vertical-align: middle;
    /* cursor: pointer; */
}

.right-modal {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 460px;
    background: #fff;
    overflow-y: auto;
    transform: translate(100%);
    transition: all .25s ease-in-out;
    opacity: 0;
    pointer-events: none
}

@media (max-width: 575px) {
    .right-modal {
        transform: translateY(100%);
        max-width: 100%
    }

    .right-modal.min {
        top: auto;
        height: auto
    }

    .right-modal.min .content {
        padding-top: 24px
    }
}

.right-modal.open {
    transform: translate(0);
    opacity: 1;
    pointer-events: auto
}

.right-modal .back {
    position: absolute;
    top: 40px;
    left: 40px;
    transition: all .25s ease-in-out
}

@media (min-width: 992px) {
    .right-modal .back:hover {
        opacity: .5
    }
}

@media (max-width: 767px) {
    .right-modal .back {
        top: 24px;
        left: 15px
    }
}

.right-modal .back i {
    font-size: 24px
}

.right-modal .close {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 40px;
    transition: all .25s ease-in-out
}

@media (min-width: 992px) {
    .right-modal .close:hover {
        opacity: .5
    }
}

@media (max-width: 767px) {
    .right-modal .close {
        top: 24px;
        right: 15px
    }
}

.right-modal .close i {
    font-size: 24px
}

.right-modal .search-form {
    padding: 30px 80px 0 40px;
    position: relative;
    z-index: 0;
    transition: all .25s ease-in-out
}

@media (max-width: 575px) {
    .right-modal .search-form {
        padding: 15px 50px 0 15px
    }
}

.right-modal .search-form form {
    position: relative
}

.right-modal .search-form form input {
    padding-right: 36px;
    background: initial;
    border-color: #454543;
    color: #454543
}

.right-modal .search-form form button {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    margin: 0
}

.right-modal .search-form form button i {
    color: #454543;
    font-size: 24px
}

.right-modal h4 {
    padding: 40px 40px 0;
    line-height: 24px
}

@media (max-width: 767px) {
    .right-modal h4 {
        padding: 24px 15px 0
    }
}

.right-modal h4.center {
    text-align: center
}

.right-modal form {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.right-modal .content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 40px
}

@media (max-width: 767px) {
    .right-modal .content {
        padding: 40px 15px 15px
    }
}

.right-modal .content > p {
    margin: 0;
    line-height: 20px
}

.right-modal .content a {
    color: #454543;
    border-bottom: 1px solid rgba(69, 69, 67, .5);
    transition: all .25s ease-in-out
}

@media (min-width: 992px) {
    .right-modal .content a:hover {
        border-bottom: 1px solid rgba(69, 69, 67, .75)
    }
}

.right-modal .content .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.right-modal .content .item + .item {
    margin-top: 24px
}

.right-modal .content .item .photo {
    position: relative;
    width: 80px
}

.right-modal .content .item .photo div {
    width: 100%;
    padding-top: 132.5%;
    background-color: #ccc;
    background-size: cover;
    background-position: 50%
}

.right-modal .content .item .info {
    width: calc(100% - 80px - 16px);
    margin-left: 16px
}

.right-modal .content .item .info .del {
    position: absolute;
    right: 0;
    top: 0;
    transition: all .25s ease-in-out
}

.right-modal .content .item .info .del i {
    font-size: 24px
}

@media (min-width: 992px) {
    .right-modal .content .item .info .del:hover {
        opacity: .5
    }
}

.right-modal .content .item .info .name {
    padding-right: 40px;
    line-height: 20px;
    color: #000;
    /*padding-bottom: 8px*/
}

.right-modal .content .item .info .color {
    color: #454543;
    font-size: 14px
}

.right-modal .content .item .info .params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px
}

.right-modal .content .item .info .params .br {
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .right-modal .content .item .info .params .select_list {
        margin-bottom: 15px
    }
}

.right-modal .content .item .info .params .count {
    max-width: 72px;
    display: -ms-flexbox;
    display: flex
}

.right-modal .content .item .info .params .count button {
    margin: 0 !important
}

.right-modal .content .item .info .params .count button i {
    font-size: 24px
}

@media (min-width: 992px) {
    .right-modal .content .item .info .params .count button:hover {
        opacity: .5
    }
}

.right-modal .content .item .info .params .count input {
    width: calc(100% - 48px);
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    pointer-events: none
}

.right-modal .content .item .info .params > span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 32px
}

.right-modal .bottom {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 40px 40px
}

@media (max-width: 767px) {
    .right-modal .bottom {
        padding: 0 15px 24px
    }
}

.right-modal .bottom .itogo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.right-modal .bottom .itogo > span {
    font-family: SFProDisplay;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase
}

.ovh {
    overflow: hidden !important
}

.hg-header_black {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0);
}

.hg_white {
    color: #fff;
}

.hg_black {
    color: #1a7086;
}

.sticky .hg_black {
    color: #fff;
}

@media all and (max-width: 991px) {
    .hg-block_thr {
        flex: 0 0 auto;
        width: 100%;
    }

    .hg-block_two {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .hg_height-1 {
        height: 700px;
    }

    .hg_height-2 {
        height: 350px;
    }

    .hg_map-1 {
        margin-left: 0%;
        padding: 30px 0px;
    }
}


/*--//--NEW-CSS-END--*/


.slider-section {
}

.main-slider {
    overflow: hidden;
}

.slide-item.bg-img {
    background-attachment: scroll;
}

.slider_content {
}

.slider-content h1 {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.slider-content p {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.slider-content .b-btn {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* ==========================================================================
   2.0 Content Blocks
   ========================================================================== */
.content-block {
    z-index: 1;
}

.bg-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.bg-img-wrap.w-55 {
    width: 55%;
}

.bg-color.pos-right,
.bg-img-wrap.pos-right {
    left: auto;
    right: 0;
}

.bg-img-wrap div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-img-wrap div.atts-scroll {
    background-attachment: scroll;
}

@media all and (max-width: 767px) {
    .bg-img-wrap.w-55,
    .bg-img-wrap {
        position: inherit;
        width: 100%;
        height: auto;
        min-height: 350px;
    }
}

.bg-color {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


/* ==========================================================================
   3.0 Icon Box
   ========================================================================== */
.icon-wrap {
    margin: 0 auto;
    position: relative;
}

.service-box-2:hover {
    background-color: #FAB702;
    transition: all 0.5s ease-in-out;
}

.service-box-2:hover h4 {
    color: #fff;
}

.service-box-2:hover p {
    color: #eee;
}

.service-box-2:hover .read-more {
    color: #eee;
}

.service-box {
    padding-left: 80px;
    position: relative;
}

.service-box i {
    position: absolute;
    top: 0;
    left: 0;
}

.service-item {
    position: relative;
    overflow: hidden;
}

.service-item img {
    transition: all 0.8s ease-in-out;
}

.service-item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 3s ease-in-out;
}

.service-item .post-info {
    /*background-color: rgba(34,34,34,0.2);*/
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-item .post-info a:hover {
    text-decoration: underline;
    opacity: 1;
}

.service-box {
    position: relative;
}

.service-box i {
    position: absolute;
    top: 0;
    left: 0;
}

.services-items .service-box {
    padding: 60px 20px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.services-items .service-box:hover h4,
.services-items .service-box:hover a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.services-items .service-box:hover p {
    color: #ddd;
    transition: all 0.3s ease-in-out;
}

.service-box .hover-img {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.services-items .service-box:hover .hover-img {
    opacity: 1;
    visibility: visible;
}

.services-items .service-box.hover-yellow:hover {
    background-color: #fab702;
    transition: all 0.3s ease-in-out;
}

.services-items .hover-yellow:hover p {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   4.0 Portfolio
   ========================================================================== */
.portfolio-secction {
}

.filter-menu {
    display: inline-block;

}

.filter-menu li {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin-left: -5px;
    cursor: pointer;
    color: #262626;
    opacity: 0.7;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.filter-menu li.active {
    border-top: 2px solid #FAB702;
    border-bottom: 2px solid #FAB702;
    transition: all 0.3s ease-in-out;
}

.filter-menu li:after {
    content: '|';
    position: absolute;
    right: -2px;
    top: 5px;
}

.filter-menu li:last-child:after {
    display: none;
}

.portfolio-wrapper {
}

.portfolio-box {
    position: relative;
    height: inherit;
    overflow: hidden;
}

.portfolio-box .overlay {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.portfolio-box .overlay:hover {
    text-decoration: none;
}

.portfolio-box .overlay .portfolio-content {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    right: 35px;
    bottom: 25px;
}

.portfolio-box .overlay .portfolio-content h4 {
    margin: 0 0 -3px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.portfolio-box .overlay .portfolio-content p {
    margin: 0;
    font-size: 13px;
    display: inline-block;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.portfolio-box:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.portfolio-box:hover .overlay .portfolio-content h4 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0.4s;
    opacity: 1;
}

.portfolio-box:hover .overlay .portfolio-content p {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0.6s;
    opacity: 1;
}


/* ==========================================================================
   5.0 Testimonials
   ========================================================================== */
.testimonial-section {
}

.testi-content {
    margin-left: 30px;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px;
    margin: 0 auto;
}

.review-box-2 img {
    margin-top: -90px;
}

.review-box-3 {
    position: relative;
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
}

.review-box-3:before {
    background-color: #f7f7f7;
    content: '';
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 60px;
    bottom: -13px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.review-item .client-info {
    position: relative;
    padding-left: 130px;
    height: 80px;
    padding-top: 20px;
}

.review-item .client-info img {
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    position: absolute;
    left: 35px;
    bottom: 0;
}

.rating {
    margin-left: 5px;
}

.rating li {
    display: inline-block;
    margin-right: -1px;
    font-size: 13px;
}

.review-box-4 .testi-content {
    padding-left: 75px;
    position: relative;
}

.review-box-4 .testi-content .rank {
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 50%;
    border: 2px solid #FAB702;
    position: absolute;
    left: 0;
    bottom: 10px;
}

/* ==========================================================================
   6.0 Counter
   ========================================================================== */
.counter-box-2 {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
    z-index: 1;
}

.counter-box-2:before {
    border: 1px solid #fff;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.counter-box-3 {
    border: 2px solid #fff;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
    border-radius: 50%;
}

/* ==========================================================================
   7.0 Team
   ========================================================================== */
.team-box {
    position: relative;
}

.team-box .overlay {
    background-color: rgba(34, 34, 34, 0.8);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.team-box:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.team-box p,
.team-box h4 {
    margin: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.team-box:hover p,
.team-box:hover h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.team-box:hover h4 {
    transition-delay: 0.4s;
}

.team-box:hover p {
    transition-delay: 0.5s;
}

.team-box .social-icon-white {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
}

/* ==========================================================================
   8.0 Blog
   ========================================================================== */
.article-box {
    padding-bottom: 5px;
}

.article-box .post-thumb {
    max-height: 220px;
}

.article-box .entry-content .date {
    display: block;
    color: #262626;
    opacity: 0.6;
}

.article-box .entry-content .date:hover {
    color: #262626;
    opacity: 0.9;
    text-decoration: none;
}

.post-thumb {
    position: relative;
}

.post-thumb .video-post {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Pagination */
.pagination-wrap {
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #777;
    font-weight: 600;
}

.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #fab702;
    border: 1px solid #fab702;
    color: #fff;
}

/* Social Share */
.social-share-wrap {
    overflow: hidden;
    margin: 40px 0;
}

.share-icon {
    display: inline-block;
    margin-left: 10px;
}

.share-icon li {
    display: inline-block;
    margin-right: 10px;
}

.share-icon li:nth-child(1) a {
    background-color: #3B5998;
}

.share-icon li:nth-child(2) a {
    background-color: #1DCAFF;
}

.share-icon li:nth-child(3) a {
    background-color: #DB4A39;
}

.share-icon li a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
}

.share-icon li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* 9.0 Sidebar Widgets
   ==========================*/
.sidebar {
}

.sidebar-widget {
    overflow: hidden;
}

/* Search Form */
.search-form {
    position: relative;
}

.search-form .form-control {
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    clear: #444;
    height: auto;
    padding: 15px 20px;
    border-radius: 3px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 24px;
    color: #888;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 13px 0;
    opacity: 0.6;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
}

.search-form input::-webkit-input-placeholder {
    color: #888 !important;
}

.search-form input:-moz-placeholder { /* Firefox 18- */
    color: #888 !important;
}

.search-form input::-moz-placeholder { /* Firefox 19+ */
    color: #888 !important;
}

.search-form input:-ms-input-placeholder {
    color: #888 !important;
}

/* Category List */
.cat-list {
}

.cat-list li {
    display: block;
}

.cat-list li:last-child a {
    border-bottom: 1px solid #ddd;
}

.cat-list li a {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 10px 18px;
    color: #444;
    font-size: 13px;

}

.cat-list li a:hover {
    text-decoration: none;
    background-color: #fab702;
    color: #fff;
}

/* Tag List */
.tag-list {
}

.tag-list li {
    display: inline-block;
    margin: 3px;
}

.tag-list li a {
    background-color: #111;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
}

.tag-list li a:hover {
    background-color: #fab702;
    color: #fff;
    text-decoration: none;
}

/* Recent Posts */
.recent-post h4 a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ==========================================================================
   10.0 Video Block
   ========================================================================== */
.video-block {
    z-index: 1;
}

.video-box {
    position: relative;
}

.video-box .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-content {
    padding: 33px 0;
}

.video-bg-image {
    width: 45%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.video-bg-image img {
    height: 100%;
}

/* ==========================================================================
   11.0 Contact Page
   ========================================================================== */
.form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.form-control:focus,
.form-control:hover {
    outline: none;
}

.form-control {
    box-shadow: none;
}

.form-control:focus,
.form-control:hover {
    box-shadow: none;
    outline: none;
    border: 1px solid #bbb;
}

.cf-wrapper .form-control {
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 10px;
}

.form-box .form-control {
    border: 1px solid #ddd;
}

.cf-wrapper .form-control:hover,
.cf-wrapper .form-control:focus {
    border-bottom: 1px solid #999;
    box-shadow: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

.cf-wrapper input::-webkit-input-placeholder,
.cf-wrapper textarea::-webkit-input-placeholder {
    color: #888 !important;
}

.cf-wrapper input:-moz-placeholder,
.cf-wrapper textarea:-moz-placeholder { /* Firefox 18- */
    color: #888 !important;
}

.cf-wrapper input::-moz-placeholder,
.cf-wrapper textarea::-moz-placeholder { /* Firefox 19+ */
    color: #888 !important;
}

.cf-wrapper input:-ms-input-placeholder,
.cf-wrapper textarea:-ms-input-placeholder {
    color: #888 !important;
}

/* Campaign Form */
.campaign-form {
}

.campaign-form .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #444;
    height: 60px;
    width: 100%;
    border-radius: 3px;
}

.reg-form .form-control:focus,
.campaign-form .form-control:focus {
    outline: none;
}

.campaign-form .b-btn {
    width: 100%;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0;
}

.campaign-form input::-webkit-input-placeholder {
    color: #888 !important;
}

.campaign-form input:-moz-placeholder { /* Firefox 18- */
    color: #888 !important;
}

.campaign-form input::-moz-placeholder { /* Firefox 19+ */
    color: #888 !important;
}

.campaign-form input:-ms-input-placeholder {
    color: #888 !important;
}

/* Google Map */
.google-map {
    width: 100%;
    height: 400px;
}

/* ==========================================================================
   12.0 Brand
   ========================================================================== */
.brand-item a {
    opacity: 0.3;
    display: block;
}

.brand-item a:hover {
    opacity: 1;
}

/* ==========================================================================
   14.0 Clients
   ========================================================================== */
.partner-block-2 img {
    padding: 0 40px;
}

.cookie {
    padding: 16px;
    padding-right: 48px;
    border: 1px solid #454543;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 5;
    background: #fff;
    max-width: 360px;
    width: 100%;
    transition: all .25s ease-in-out
}
@media (max-width:575px) {
    .cookie {
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0
    }
}
.cookie .close {
    position: absolute;
    top: 16px;
    right: 16px;
    transition: all .25s ease-in-out
}
@media (min-width:992px) {
    .cookie .close:hover {
        opacity: .5
    }
}
.cookie .close i {
    font-size: 24px;
    display: block
}
.cookie span {
    color: #454543;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 12px
}
.cookie a {
    display: inline-block;
    line-height: 20px;
    color: #959594;
    border-bottom: 1px solid rgba(69, 69, 67, .5);
    transition: all .25s ease-in-out
}
@media (min-width:992px) {
    .cookie a:hover {
        border-bottom: 1px solid rgba(69, 69, 67, .75)
    }
}
.cookie.hide {
    opacity: 0;
    pointer-events: none
}
/* End */


/* Start:/local/templates/z_mys/css/base.css?163866603811832*/

/* Typography
   ================================= */
button, input[type="button"], input[type="reset"], input[type="submit"]{
	border: none;
}
/* Links
   ================================= */
a, a:visited, a:focus {
	text-decoration: none;
	outline: 0;
}
a.text-white:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
p a, p a:visited {
	line-height: inherit;
}

/* Placeholder Color
   ================================= */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}
input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}

/* Background Color
   ================================= */
.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7; }
.bg-yellow{ background-color: #FAB702; }
.bg-dark{ background-color: #111; }

/* Text Color
   ================================= */
.text-white{ color: #fff; }
.text-black{ color: #333 }
.text-grey{ color: #777; }
.text-yellow{ color: #FAB702; }
.text-light{ color: #fff; opacity: 0.6; }

/* Border
   ================================= */
.bd{ border: 1px solid #dddddd}
.bd-top{ border-top: 1px solid #eaeaea; }
.bd-bottom{ border-bottom: 1px solid #eaeaea; }
.bd-bottom-white{ border-bottom: 2px solid #fff;}
.bd-grey{ border: 1px solid #ddd; }
.bd-top-dark{ border-top: 1px solid #333; }

/* Verticle Align
   ================================= */
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

/* Verticle Align
   ================================= */
.display-block{ display: block; }
.display-inline-block{ display: inline-block; }

/* Border Radius
   ================================= */
.bdrs-2{ border-radius: 2px; }
.bdrs-3{ border-radius: 3px; }
.bdrs-4{ border-radius: 4px; }
.bdrs-5{ border-radius: 5px; }
.bdrs-10{ border-radius: 10px; }
.bdrs-50{ border-radius: 50%; }

/* Image Width
   ================================= */
.img-w-80{
	width: 80px;
	height: 80px;
}
.img-w-90{
	width: 90px;
	height: 90px;
}
.img-w-100{
	width: 100px;
	height: 100px;
}
.img-w-120{
	width: 120px;
	height: 120px;
}
.img-w-150{
	width: 150px;
	height: 150px;
}

/* Line Height
   ================================= */
.lh-40{ line-height: 40px; }
.lh-60{ line-height: 60px; }
.lh-80{ line-height: 80px; }
.lh-90{ line-height: 90px; }
.lh-100{ line-height: 100px; }


/* Text Align
   ================================= */
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }

/* Text Align
   ================================= */
.box-shadow{
	-webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
}
.box-shadow-dark{
	-webkit-box-shadow: 1px 1px 10px 0px #999;
	box-shadow: 1px 1px 10px 0px #999;
}

/* Text Transform
   ================================= */
.tt-u{ text-transform: uppercase; }
.tt-c{ text-transform: capitalize; }
.tt-l{ text-transform: lowercase; }

/* Padding
   ================================= */
.padding{ padding: 80px 0; }
.padding-100{ padding: 100px 0; }
.padding-120{ padding: 120px 0; }
.padding-110{ padding: 80px 120px; }
.no-padding{ padding: 0; }
.padding-5{ padding: 5px; }
.padding-10{ padding: 10px; }
.padding-15{ padding: 15px; }
.padding-20{ padding: 20px; }
.padding-25{ padding: 25px; }
.padding-30{ padding: 30px; }
.padding-40{ padding: 40px; }
.padding-50{ padding: 50px; }
.padding-80{ padding: 80px; }
.ptb-10{ padding-top: 10px; padding-bottom: 10px; }
.ptb-15{ padding-top: 15px; padding-bottom: 15px; }
.ptb-20{ padding-top: 20px; padding-bottom: 20px; }
.ptb-25{ padding-top: 25px; padding-bottom: 25px; }
.ptb-30{ padding-top: 30px; padding-bottom: 30px; }
.ptb-35{ padding-top: 35px; padding-bottom: 35px; }
.ptb-40{ padding-top: 40px; padding-bottom: 40px; }
.ptb-45{ padding-top: 45px; padding-bottom: 45px; }
.ptb-50{ padding-top: 50px; padding-bottom: 50px; }
.ptb-55{ padding-top: 55px; padding-bottom: 55px; }
.ptb-60{ padding-top: 60px; padding-bottom: 60px; }
.ptb-65{ padding-top: 65px; padding-bottom: 65px; }
.ptb-70{ padding-top: 70px; padding-bottom: 70px; }
.ptb-75{ padding-top: 75px; padding-bottom: 75px; }
.ptb-90{ padding-top: 90px; padding-bottom: 90px; }
.ptb-95{ padding-top: 95px; padding-bottom: 95px; }
.ptb-100{ padding-top: 100px; padding-bottom: 100px; }
.ptb-115{ padding-top: 115px; padding-bottom: 115px; }
.ptb-140{ padding-top: 140px; padding-bottom: 140px; }
.pb-5{ padding-bottom: 5px; }
.pb-10{ padding-bottom: 10px; }
.pb-15{ padding-bottom: 15px; }
.pb-20{ padding-bottom: 20px; }
.pb-25{ padding-bottom: 25px; }
.pb-30{ padding-bottom: 30px; }
.pb-35{ padding-bottom: 35px; }
.pb-40{ padding-bottom: 40px; }
.pb-45{ padding-bottom: 45px; }
.pb-50{ padding-bottom: 50px; }
.pb-55{ padding-bottom: 55px; }
.pb-60{ padding-bottom: 60px; }
.pb-70{ padding-bottom: 70px; }
.pb-80{ padding-bottom: 80px; }
.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pt-15{ padding-top: 15px; }
.pt-20{ padding-top: 20px; }
.pt-25{ padding-top: 25px; }
.pt-30{ padding-top: 30px; }
.pt-35{ padding-top: 35px; }
.pt-40{ padding-top: 40px; }
.pt-45{ padding-top: 45px; }
.pt-50{ padding-top: 50px; }
.pt-55{ padding-top: 55px; }
.pt-60{ padding-top: 60px; }
.pl-30{ padding-left: 30px; }
.pl-35{ padding-left: 35px; }
.pl-40{ padding-left: 40px; }
.pl-45{ padding-left: 45px; }
.pl-50{ padding-left: 50px; }
.pr-15{ padding-right: 15px; }

/* Margin
   ================================= */
.margin-auto{ margin: 0 auto; }
.mb-5{ margin-bottom: 5px; }
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-55{ margin-bottom: 55px; }
.mb-60{ margin-bottom: 60px; }
.mb-100{ margin-bottom: 100px; }
.mt-5{ margin-top: 5px; }
.mt-10{ margin-top: 10px; }
.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-25{ margin-top: 25px; }
.mt-30{ margin-top: 30px; }
.mt-35{ margin-top: 35px; }
.mt-40{ margin-top: 40px; }
.mt-45{ margin-top: 45px; }
.mt-50{ margin-top: 50px; }
.mt-55{ margin-top: 55px; }
.mt-60{ margin-top: 60px; }
.minus-mlr{ margin: 0 -15px; }
.minus-mtb{ margin: -15px 0; }
.minus-ml-15{ margin-left: -15px; }
.minus-mr-15{ margin-right: -15px; }
.minus-mt-20{ margin-top: -20px; }
.minus-mt-30{ margin-top: -30px; }
.minus-mt-40{ margin-top: -40px; }
.minus-mt-50{ margin-top: -50px; }
.minus-mt-60{ margin-top: -60px; }
.mius-mr-15{ margin-right: -15px; }
.no-margin{ margin: 0 !important; }
.ml-10{ margin-left: 10px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-100{ margin-left: 100px; }
.mr-10{ margin-right: 10px; }
.mr-15{ margin-right: 15px; }
.mr-20{ margin-right: 20px; }
.mr-25{ margin-right: 25px; }

/* Font Size
   ================================= */
.fz-10{ font-size: 10px; line-height: 18px; }
.fz-11{ font-size: 11px; line-height: 18px; }
.fz-12{ font-size: 12px; line-height: 20px; }
.fz-13{ font-size: 13px; line-height: 25px; }
.fz-14{ font-size: 14px; }
.fz-15{ font-size: 15px; }
.fz-16{ font-size: 16px; }
.fz-17{ font-size: 17px; }
.fz-18{ font-size: 18px; }
.fz-19{ font-size: 19px; }
.fz-20{ font-size: 20px; }
.fz-21{ font-size: 21px; }
.fz-22{ font-size: 22px; }
.fz-23{ font-size: 23px; }
.fz-24{ font-size: 24px; }
.fz-25{ font-size: 25px; }
.fz-26{ font-size: 26px; }
.fz-27{ font-size: 27px; }
.fz-28{ font-size: 28px; }
.fz-29{ font-size: 29px; }
.fz-30{ font-size: 30px; }
.fz-35{ font-size: 35px; }
.fz-40{ font-size: 40px; }
.fz-45{ font-size: 45px; }
.fz-50{ font-size: 50px; }
.fz-55{ font-size: 55px; }
.fz-60{ font-size: 60px; }

/* Font Weight
   ================================= */
.fw-3{ font-weight: 300; }
.fw-4{ font-weight: 400; }
.fw-5{ font-weight: 500; }
.fw-6{ font-weight: 600; }
.fw-7{ font-weight: 700; }
.fw-8{ font-weight: 800; }
.fw-9{ font-weight: 900; }

/* Hero Height
   ================================= */
.height-300{ height: 300px; }
.height-500{ height: 500px; }
.height-550{ height: 550px; }
.height-600{ height: 600px; }
.height-650{ height: 650px; }
.height-660{ height: 660px; }
.height-670{ height: 670px; }
.height-700{ height: 700px; }
.height-750{ height: 750px; }

/* Transition
   ================================= */
a, a:hover, img, button{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Image
   ================================= */
.img-w1,
.img-w1 img{ width: 100%; }
.img-w5 img{ width: 50%; }
.bg-img{
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Position
   ================================= */
.pos-relative{ position: relative; }
.pos-absolute{ position: absolute; }
.pos-inherit{ position: inherit; }

/* Button
   ================================= */
.btn-group-left .b-btn{ margin-right: 10px; }
.btn-group-right .b-btn{ margin-left: 10px; }
.btn-group-center .b-btn{ margin: 0 5px; }
.b-btn{
	background-color: #FAB702;
	display: inline-block;
	padding: 10px 30px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.b-btn.btn-sm{
	padding: 10px 20px;
}
.b-btn:focus,
.b-btn:hover{
	color: #111;
	text-decoration: none;
}
.b-btn.btn-white{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.b-btn.btn-white:focus,
.b-btn.btn-white:hover{
    color: #333;
}
.b-btn::before{
	content: '';
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: -1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(13%,-190%) rotate(30deg);
	transform: translate(13%,-190%) rotate(30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.b-btn::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: -1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	transform: translate(-13%,-190%) rotate(-30deg);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.b-btn::before{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.b-btn:hover::before, .b-btn:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}

.learn-more{
    color: #777;
}
.learn-more:hover{
	color: #777;
	text-decoration: underline;
}
/* End */


/* Start:/local/templates/z_mys/components/bitrix/menu/z_mult_menu_title/style.css?16387767842548*/
hg-navbar{
	flex-direction: row;
}

.hg-span {
	padding-right: 0.5rem;
	padding-left: 1.5rem;
	color: rgb(19 101 224);
	text-transform: uppercase;
}

.header.white .hg-navbar-color-1,.header.white .hg-navbar-color-2,.header.white .hg-navbar-color-3,.header.white .hg-navbar-color-4 {
	color: #fff !important;
}

.hg-navbar-color-1 {
	color: #ef7f1a !important;
}

.hg-navbar-color-1:hover {
	color:#fff !important;
}

.hg-active .hg-navbar-color-1 {
	color:#fff !important;
}

.hg-navbar-color-2 {
	color: #659921 !important;;
}

.hg-navbar-color-2:hover {
	color:#fff !important;
}

.hg-active .hg-navbar-color-2 {
	color:#fff !important;
}

.hg-navbar-color-3 {
	color: #cd4c5a !important;;
}

.hg-navbar-color-3:hover {
	color:#fff !important;
}

.hg-active .hg-navbar-color-3 {
	color:#fff !important;
}

.hg-navbar-color-4 {
	color: #136c83 !important;;
}

.hg-navbar-color-4:hover {
	color:#fff !important;
}

.hg-active .hg-navbar-color-4 {
	color:#fff !important;
}

.dropdown-menu-hg {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 500;

}

.dropdown:hover .dropdown-menu-hg {
	display: block;
}

.dropdown-menu-hg-mob {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 500;

}

.dropdown-menu-hg-mob.open {
	display: block;
}

@media (max-width: 1199px) {
	.hg-span{
		font-size: 13px;
		padding-right: 0rem;
		padding-left: 0rem;
	}
}

.navbar-hg {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.nav-link-hg {
	display: flex;
	padding: 10px 8px 14px;
	text-decoration: none;
	text-transform: uppercase;
	font: 500 14px "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	align-items: center;
	color:#000;
}

.hg-active {
	border-radius: 6px;
	background-color: #229ede;
}

.nav-item-hg :hover {
	border-radius: 6px;
	background-color: #229ede;
	color: #fff;
}

.dropdown-menu-hg :hover {
	border-radius: 0px;
}

.dropdown-item :hover {
	color: #229ede;
}

.dropdown-item {
	color: #000;
	text-transform: uppercase;
	font: 500 14px "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
}

.hg-active .nav-link-hg {
	 display: flex;
	 padding: 10px 8px 14px;
	 text-decoration: none;
	 text-transform: uppercase;
	 font: 500 14px "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	 align-items: center;
	 color:#fff;
 }


/* End */


/* Start:/local/templates/z_mys/components/bitrix/sale.basket.basket.line/Z_myz_LK/style.css?1638479783685*/
.hg-icon-header-lk li {
	margin-left: 10px;
	display: inline-block;
}

.header.white .hg-icon-header-lk i {
	opacity: 1;
	color: #fff;
}
.hg-icon-header-lk i {
	opacity: 1;
	color: #1a7086;
}

.sticky .hg-icon-header-lk i {
	color: #000;
}

.hg-icon-header-lk-soc li {
	/*margin-left: 10px;*/
	display: inline-block;
}

.header.white .hg-icon-header-lk-soc i {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 21px;
	margin-right: 5px;
	padding: 10px;
}

.hg-icon-header-lk-soc i {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #1a7086;
	text-align: center;
	line-height: 21px;
	margin-right: 5px;
	padding: 10px;
}


/* End */


/* Start:/local/templates/z_mys/components/bitrix/menu/z_mys_menu_gl_scroll/style.css?1638481086846*/
.hg-scroll-navbar-color-1 {
	color: #ef7f1a !important;
}

.hg-scroll-navbar-color-1:hover {
	color:#fff !important;
}

.hg-scroll-active .hg-scroll-navbar-color-1 {
	color:#fff !important;
}

.hg-scroll-navbar-color-2 {
	color: #659921 !important;;
}

.hg-scroll-navbar-color-2:hover {
	color:#fff !important;
}

.hg-scroll-active .hg-scroll-navbar-color-2 {
	color:#fff !important;
}

.hg-scroll-navbar-color-3 {
	color: #cd4c5a !important;;
}

.hg-scroll-navbar-color-3:hover {
	color:#fff !important;
}

.hg-scroll-active .hg-scroll-navbar-color-3 {
	color:#fff !important;
}

.hg-scroll-navbar-color-4 {
	color: #136c83 !important;;
}

.hg-scroll-navbar-color-4:hover {
	color:#fff !important;
}

.hg-scroll-active .hg-scroll-navbar-color-4 {
	color:#fff !important;
}

.hg-scroll-active {
	border-radius: 6px;
	background-color: #229ede;
}

/* End */


/* Start:/local/templates/z_mys/components/HG24/ZMUS_gl_ban/z_banner_gl_1/style.css?16376779921839*/

.seco-str {
    font-size: 12px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.tabs {
    font-size: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #e0e0e0;
    /*padding: 10px 15px*/
    font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
    display: block;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #bfbebe;
    border: 1px solid #ffffff;
    width: 33.3%;
    height: 100px;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    color: white;
    position: relative;
    top: 1px;
    text-align: center;
    padding-top: 30px;
}

.tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: black;
}
.tabs .table {
    margin-bottom: 0px;
    border-color: #dee2e6;
}
/* End */


/* Start:/local/templates/z_mys/components/bitrix/menu/z_mys_menu_mob/style.css?16386660632212*/
.hg-nav-menu-mob_lk li {
    display: inline;
    line-style: none;
}

.topnav {

}

.header.white .fa {
    color: #fff;
}

.header.white .sticky i {
    color: #000;
}

.hg-mob-m {
    position: absolute;
    top: 0%;
    margin-left: 85%;
}

.topnav a {
    /*float: right;*/
    display: block;
    color: #000;
    text-align: center;
    padding: 0px 5px;
    text-decoration: none;
    font-size: 30px;
}

.hg-line_block {
    width:110px;
    height:50px;
    background:#f1f1f1;
    float:left;
    margin: 0 15px 15px 0;
    text-align:center;
    padding: 10px;
}

.hg-mb-nav-3 {
    border: 1px solid #659921;
    border-radius: 40px;
    display: inline-block;
    line-height: 22px;
    padding: 2px 10px;
    background: #659921;
    color: white;
    font-size:15px;
}

.hg-mb-bx-logo-block img {
    max-height: 32px;
    width: auto;
}

.hg-navbar-color-1 {
    color: #ef7f1a !important;
}

.hg-navbar-color-1:hover {
    color:#fff !important;
}

.hg-active .hg-navbar-color-1 {
    color:#fff !important;
}

.hg-navbar-color-2 {
    color: #659921 !important;;
}

.hg-navbar-color-2:hover {
    color:#fff !important;
}

.hg-active .hg-navbar-color-2 {
    color:#fff !important;
}

.hg-navbar-color-3 {
    color: #cd4c5a !important;;
}

.hg-navbar-color-3:hover {
    color:#fff !important;
}

.hg-active .hg-navbar-color-3 {
    color:#fff !important;
}

.hg-navbar-color-4 {
    color: #136c83 !important;;
}

.hg-navbar-color-4:hover {
    color:#fff !important;
}

.hg-active .hg-navbar-color-4 {
    color:#fff !important;
}

.bg-mini{
    float: right !important;
    padding: 7px 10px;
}
.hg-nav-popup-block {
    display: none;
}

.hg-nav-popup-block a{
    float: none;
    display: block;
    text-align: left;
}

.show {
    display: block;
}

.hg-nav_link_mob {
    display: flex;
    padding: 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font: 500 22px "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    align-items: center;
    color:#000;
}

.hg-nav_drop_item {
    color: #000;
    text-transform: uppercase;
    font: 500 18px "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
}




/* End */


/* Start:/local/templates/z_mys/components/bitrix/sender.subscribe/z_mail/style.css?16376779934802*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #494949;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #494949;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/eshop.socnet.links/z_socset1/style.css?1687497360950*/
.bx-icon {
	position: relative;
	display: inline-block;
	width: 36px;
	transition: 250ms linear all;
}

.bx-icon > i {
	position: relative;
	display: block;
	padding-top: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: #ebeff2;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.bx-icon:hover { opacity: .8; }

.bx-icon-service-in > i {
	background-color: #494949;
	background-image: url(/local/templates/.default/components/bitrix/eshop.socnet.links/z_socset1/images/ui-service-light-instagram.svg);
}

.bx-icon-service-vk > i {
	background-color: #494949;
	background-image: url(/local/templates/.default/components/bitrix/eshop.socnet.links/z_socset1/images/ui-service-light-vk.svg);
}

.bx-icon-service-fb > i {
	background-color: #494949;
	background-image: url(/local/templates/.default/components/bitrix/eshop.socnet.links/z_socset1/images/ui-service-light-fb.svg);
}

.bx-icon-service-tw > i {
	background-color: #494949;
	background-image: url(/local/templates/.default/components/bitrix/eshop.socnet.links/z_socset1/images/ui-service-light-twitter.svg);
}

.bx-icon-service-gp > i {
	background-color: #dc4e41;
	background-image: url(/local/templates/.default/components/bitrix/eshop.socnet.links/z_socset1/images/ui-service-light-google-plus.svg);
}
/* End */


/* Start:/local/templates/z_mys/styles.css?178306313230461*/
/*Preloder*/

.preloader-5 {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 30px auto;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #cccccc;
	animation: preloader-5-spin 2s linear infinite;
}
.preloader-5:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #cccccc;
	animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #cccccc;
	animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
	0%   {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*Preloder-end*/

body.loaded #preloader{
	opacity: 0;
	visibility: hidden;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	height: 100%;
	width: 100%;
	-webkit-transition: all .5s .5s ease;
	-moz-transition: all .5s .5s ease;
	transition: all .5s .2s ease;
}

.loader {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	/*width: 60px;*/
	/*height: 60px;*/
	display: block;
	margin: auto;
	margin-top: -30px;
}



body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.dropdown-menu-hg {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 500;
}

.bx-wrapper { }

.py-2-hg {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.bg-secondary-hg {
	background-color: #333333 !important;
}
.bg-dark-hg {
	background-color: #333333 !important;
	color:#fff;
	padding-top: 3rem !important;
}

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 2 }

.bx-header-contact { order: 3 }

.hg-mb-nav-3-2 {
	border: 1px solid #659921;
	border-radius: 40px;
	display: inline-block;
	line-height: 22px;
	padding: 2px 5px;
	background: #659921;
	color: white;
	font-size: 14px;
}

.hg-mb-nav-3-3 {
	/*border: 1px solid #659921;*/
	border-radius: 40px;
	display: inline-block;
	line-height: 22px;
	padding: 2px 5px;
	/*background: #659921;*/
	color: white;
	font-size: 14px;
}

.hg-nav-1 {
	position: relative;
	display: flex;
	align-items: center;
}

.hg-nav-2 {
	display: inline-block !important;
}

.hg-nav-3 {
	border: 1px solid #ffffff;
	border-radius: 5px;
	display: inline-block;
	line-height: 28px;
	padding: 1px 10px;
	/* background: #659921; */
	color: white;
}

.hg-nav-3-1 {
	border: 1px solid #ffffff;
	border-radius: 30px;
	display: inline-block;
	line-height: 28px;
	padding: 1px 10px;
	 background: #659921;
	color: white;
}

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

.photo-text .text, .photo-text3 .text {
	margin-top: 144px;
	margin-left: 100px;
	margin-right: 100px;
}
.photo-text .text, .photo-text2 .text {
	margin-top: 144px;
	margin-left: 100px;
	margin-right: 100px;
}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
}

/*   БАННЕР - HG   */

.hg-banner-3 {
	/*background-image: linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.5) 50%), url('/local/templates/z_mys/images/header_bg.webp');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;

	height: calc(var(--vh, 1vh) * 100);
}

.hg-banner {
	/*background-image: linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.5) 50%), url('/local/templates/z_mys/images/header_bg.webp');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	animation: test  2s forwards ease-in-out;

	height: calc(var(--vh, 1vh) * 100);
}

@keyframes test {
	0%{
		opacity: 0.4;
	}
	25%{
		opacity: 0.6;
	}
	50%{
		opacity: 0.8;
	}
	100%{
		opacity: 1;
	}
}

.hg-banner-2 {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.hg-banner-2:after {
	content: "";
	background: url('/local/templates/z_mys/../../../include/img/header_bg_2.png');
	opacity: 0.05;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}


.hg-form-mail-1 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.hg-form-mail-2 {    border: 1px solid #169fe6;
	color: #fff;
	background-color: #169fe6;
	border-bottom: solid 3px rgba(0, 0, 0, 0.2);
	border-radius: 3.5px;
	text-transform: uppercase;
	padding: .375rem .75rem;
	text-decoration: none;
}

.hg-img-4 {
	display:flex;
	align-items:center;
	justify-content: center;
}

.hg-form-mail-2:hover {
	background-color: #086b9e;
	color: #fff;
	padding: .375rem .75rem;
}

.hg-file-1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100px;
	width: 100%;
	border: solid 1px #ccc;
	text-decoration: none;
}

.container-hg h1 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 60px;
	font-weight: 900;
}

.container-hg h2 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 30px;
}

.container-hg {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	height: 100vh;
	width: 100vw;
}

.hg_gl_text_1 {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translate(-50%);
	text-align: center;
	z-index: 3;
}

.hg_gl_text_1 > a {
	text-decoration: none;
	border: none;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.hg_gl_text_1 ::after{
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	transform: translate(140%);
	background: #ffffff;
	content: '';
}
.block-hg-2 {
	display: none;
}

.photo-text {
	padding-bottom: 120px;
	padding-top: 120px;
}

.hg-1-2 {
	padding-bottom: 100px;
}

.hg-header-1 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.hg-footer-1 {
	padding: 45px 0 0;
	border-top: 1px solid #a0a0a0;
}

a.hg-footer-2 {
	text-decoration: none;
}

.hg-footer-3 {
	padding-top: 30px;
}

.hg-footer-4 {
	position: absolute;

	padding: 200px 10px 30px 35px;
	justify-content: center;
	height: 50%;
}

.hg-footer-6 {
	position: absolute;

	justify-content: center;
	height: 50%;
	text-align: right;
}

.hg-footer-5 {
	font-weight: 500;
	font-size: 32px;
	text-transform: uppercase;
	text-decoration: none;
}

.hg-dom-1 {
	padding: 200px 25px 30px 325px;
}

.hg-dom-1-1
{
	padding: 195px 25px 30px 135px;
}

.text-right-hg {
	text-align: right;
}

.hg-nav-menu-1 {
	display: block;
}

.hg-nav-menu-5 {
	display: block;
}

.hg-nav-menu-4 {
	display:block;
}

.hg-nav-menu-2 {
	display:none;
}

.hg-nav-menu-3 {
	display:none;
}

@media (max-width:1399px) {
	.hg-dom-1 {
		padding: 200px 25px 30px 220px;
	}
	.hg-dom-1-1 {
		padding: 200px 25px 30px 40px;
	}
}

@media (max-width:1199px) {
	.block-hg-1 {
		display: none;
	}
	.hg-header-2 {
		width: 92%;
	}
	.hg-dom-1 {
		padding: 200px 25px 30px 150px;
	}
	.hg-dom-1-1 {
		padding: 200px 25px 30px 150px;
	}

	.photo-text .text, .photo-text2 .text {
		margin-top: 0px;
		margin-left: 100px;
		margin-right: 100px;
	}
	.photo-text .text, .photo-text3 .text {
		margin-top: 50px;
		margin-left: 100px;
		margin-right: 100px;
	}
	.container-hg h1 {
		color: #fff;
		margin-bottom: 30px;
		font-size: 50px;
		font-weight: 900;
	}

	.container-hg h2 {
		color: #fff;
		margin-bottom: 20px;
		font-weight: 600;
		font-size: 30px;
	}
	.hg_gl_text_1 > a {
		text-decoration: none;
		border: none;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 700;
	}

	.hg-nav-menu-1 {
		display: none;
	}

	.hg-nav-menu-2 {
		display:block;
	}
	.hg-down-text {
		padding: 5px 10px 15px 10px;
		font-size: 14px;
	}
	.hg-footer-5 {
		font-weight: 500;
		font-size: 26px;
		text-transform: uppercase;
		text-decoration: none;
	}
}

.hg-fon2 {
	backdrop-filter: brightness(30%);
}

.hg-fon1 {
	backdrop-filter: brightness(30%);
}

.hg-fon2:hover {
	backdrop-filter: brightness(60%);
}

.hg-fon1:hover {
	backdrop-filter: brightness(60%);
}
.hg-top-text {
	padding: 15px 10px 5px 10px;
}
.hg-down-text {
	padding: 5px 10px 15px 10px;
}
.hg-blogs {
	padding-top: 130px;
}
.cont_title {
	position: relative;
	margin: auto;
	text-align: center;
	margin-top: -20vh;
	backdrop-filter: brightness(30%);
}

.hg-close-tabel {
	display: none;
}

.z_h-B {
	font-size: 4rem;
	font-weight: 600;
}

.section_title_hg2 {
	text-align: center;
	padding-bottom: 100px;
}

.hg-fon-text-1 {
	border: 1px solid #659921;
	border-radius: 3px;
	display: inline-block;
	line-height: 38px;
	padding: 2px 20px;
	background: #659921;
	color: white;
}

.hg-fon-text-2 {
	border: 1px solid #00afe8;
	border-radius: 3px;
	display: inline-block;
	line-height: 38px;
	padding: 2px 20px;
	background: #00afe8;
	color: white;
}

@media (max-width:991px) {
	.block-hg-3 {
		display: none;
	}
	.block-hg-2 {
		display: block;
	}
	.container-hg h1 {
		color: #fff;
		margin-bottom: 30px;
		font-size: 40px;
		font-weight: 900;
	}
	.container-hg h2 {
		color: #fff;
		margin-bottom: 20px;
		font-weight: 600;
		font-size: 20px;
	}
	.photo-text .text, .photo-text3 .text {
		margin-top: 30px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.photo-text .text, .photo-text2 .text {
		margin-top: 30px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.photo-text {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.hg-1-2 {
		padding-bottom: 10px;
	}
	.hg-footer-4 {
		position: absolute;

		padding: 100px 10px 30px 10px;
		justify-content: center;
		height: 50%;
	}
	.hg-dom-1 {
		padding: 100px 25px 30px 35px;
	}
	.hg-dom-1-1 {
		padding: 100px 25px 30px 35px;
	}
	.hg-mob-1-1{
		padding-top:0px;
	}
	.text-right-hg {
		text-align: left;
	}
	.hg-nav-menu-2 {
		display:none;
	}
	.hg-nav-menu-5 {
		display: none;
	}
	.hg-nav-menu-3 {
		display:block;
	}
	.hg-nav-menu-4 {
		display:none;
	}
	.z_h-B {
		font-size: 2rem;
		font-weight: 600;
	}
	.section_title_hg2 {
		text-align: center;
		padding-bottom: 50px;
	}
	.hg-down-text {
		padding: 5px 10px 15px 10px;
		font-size: 12px;
	}
	.hg-footer-5 {
		font-weight: 500;
		font-size: 20px;
		text-transform: uppercase;
		text-decoration: none;
	}
}

@media (max-width:768px) {

	.hg-banner-7 {
		margin: 25px 0px 0px 0px;
	}

}

/*@media (max-width: 767px) {*/
/*	.bx-logo-block img {*/
/*		max-width: 100%;*/
/*		max-height: 45px;*/
/*		width: auto;*/
/*		height: auto;*/
/*	}*/

/*	.bx-header-logo {*/
/*		padding: 5px 50px;*/
/*		height: 55px;*/
/*		background-color: var(--theme-color-primary);*/
/*	}*/

/*	.bx-logo-block { height: auto; }*/

/*	body.bx-theme-green .bx-store-logo { background: #33b111; }*/
/*}*/

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	/*color: #000;*/
	/*white-space: nowrap;*/
	font: 700 15px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*transition: 250ms linear all;*/
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/local/templates/z_mys/images/phone.svg);
}

/*@media (max-width: 991px) {*/
/*	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }*/
/*}*/

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*@media (max-width: 991px) {*/
/*	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }*/
/*}*/

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/


.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/local/templates/z_mys/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/local/templates/z_mys/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/local/templates/z_mys/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/local/templates/z_mys/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/local/templates/z_mys/images/phone_white.svg);
	background-size: auto 21px ;
}

/*HG24*/

.photo-text .text h2 {
	margin-bottom: 24px
}
.photo-text .text p {
	margin: 0 0 40px
}
.photo-text .img {
	overflow: hidden;
	/*max-width: 360px;*/
	width: 100%
}
.photo-text .img .photo {
	width: 100%;
	padding-top: 125%;
	background-color: #ccc;
	background-size: cover;
	background-position: 50%
}

.hg-nuv-icon {
	height: 16px;
	width: 16px;
}

.nature {
	display: none;
}

.nature.sticky {
	background-color: #fff;
	display: block;
}

.nature .transp-back {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}

.nature-hg .transp-back {
	/*width: 530px;*/
	/*height: 100px;*/
	/*position: absolute;*/
	/*margin: 50px;*/
	/*padding: 10px;*/

	padding-left: 10px;
	padding-right: 10px;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/

	/*background-color: #fff;*/
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); !* IE 5.5+*!*/
	/*-moz-opacity: 0.8; !* Mozilla 1.6 и ниже *!*/
	/*-khtml-opacity: 0.8; !* Konqueror 3.1, Safari 1.1 *!*/
	/*opacity: 0.8; !* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 *!*/
}

.nature .content {
	width: 480px;
	position: absolute;
	padding: 70px 70px 50px 90px;
}


header.header {
	background: #fff;
}

header.header .container {
	position: relative
}
header.header .logo {
	padding: 30px 15px
}
/*@media (max-width:991px) {*/
/*	header.header .logo {*/
/*		padding: 21px 0;*/
/*		width: 100%;*/
/*		text-align: center*/
/*	}*/
/*}*/
header.header .logo i {
	font-size: 16px;
	line-height: 20px;
	display: block;
	color: #454543;
	transition: all .25s ease-in-out
}
/*@media (max-width:991px) {*/
/*	header.header .logo i {*/
/*		font-size: 14px*/
/*	}*/
/*}*/
header.header .logo svg {
	margin: 2px 0;
	height: 16px;
	display: block;
	fill: #454543;
	transition: all .25s ease-in-out
}
header.header .logo svg * {
	fill: #454543
}
/*@media (max-width:991px) {*/
/*	header.header .logo svg {*/
/*		height: 14px;*/
/*		margin: 0 auto*/
/*	}*/
/*}*/
header.header .search-form {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 300px;
	right: 264px;
	/*opacity: 0;*/
	pointer-events: none;
	transition: all .25s ease-in-out
}
header.header .search-form.open {
	/*opacity: 1;*/
	pointer-events: auto
}
header.header .search-form form {
	position: relative
}
header.header .search-form form input {
	padding-right: 36px;
	background: initial;
	border-color: #454543;
	color: #454543
}
header.header .search-form form button {
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	margin: 0
}
header.header .search-form form button i {
	color: #454543;
	font-size: 24px
}
header.header .search-form .search_result {
	position: absolute;
	top: 145px;
	left: 0;
	right: 0;
	z-index: 5;
	background: #fff;
	max-height: 300px;
	overflow: auto;
	opacity: 0;
	pointer-events: none;
	transition: all .25s ease-in-out
}
header.header .search-form .search_result.open {
	top: 45px;
	opacity: 1;
	pointer-events: auto
}
header.header .search-form .search_result .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 4px 8px;
	transition: all .25s ease-in-out
}
/*@media (min-width:992px) {*/
/*	header.header .search-form .search_result .item:hover {*/
/*		background: rgba(43, 43, 42, .1)*/
/*	}*/
/*}*/
header.header .search-form .search_result .item .photo {
	position: relative;
	width: 80px
}
header.header .search-form .search_result .item .photo div {
	width: 100%;
	padding-top: 132.5%;
	background-color: #ccc;
	background-size: cover;
	background-position: 50%
}
header.header .search-form .search_result .item .info {
	width: calc(100% - 80px - 16px);
	margin-left: 16px;
	color: #454543
}
header.header .search-form .search_result .item .info .name {
	padding-right: 40px;
	line-height: 20px;
	padding-bottom: 8px
}
header.header .search-form .search_result .item .info .color {
	font-size: 14px;
	display: block
}
header.header .search-form .search_result .item .info .color+.color {
	margin-top: 8px
}
header.header .search-form .search_result .item .info .params {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8px
}
header.header .search-form .search_result .item .info .params .br {
	margin-bottom: 8px
}
header.header .search-form .search_result .item .info .params>span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #454543;
	line-height: 20px
}
header.header .menu {
	padding-left: 30px;
	display: -ms-flexbox;
	display: flex;
	transition: all .25s ease-in-out
}
/*@media (max-width:991px) {*/
/*	header.header .menu {*/
/*		display: none*/
/*	}*/
/*}*/
header.header .menu.hide {
	opacity: 0;
	pointer-events: none
}
header.header .menu a {
	display: block;
	padding: 30px 15px;
	transition: all .25s ease-in-out
}
header.header .menu a span {
	color: #454543;
	position: relative;
	text-transform: uppercase;
	line-height: 20px;
	display: block
}
header.header .menu a span:after {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	left: 0;
	bottom: -2px;
	height: 1px;
	background: #454543;
	transition: all .25s ease-in-out
}
/*@media (min-width:992px) {*/
/*	header.header .menu a:hover span:after {*/
/*		right: 0*/
/*	}*/
/*}*/
header.header .right {
	margin-left: auto;
	padding: 13px 15px;
	display: -ms-flexbox;
	display: flex
}
/*@media (max-width:991px) {*/
/*	header.header .right {*/
/*		display: none*/
/*	}*/
/*}*/
header.header .right button {
	background: initial;
	border: 0;
	padding: 15px;
	margin: 0;
	position: relative;
	cursor: pointer;
	display: block
}
header.header .right button i {
	font-size: 24px;
	display: block;
	transition: all .25s ease-in-out;
	color: #454543
}
header.header .right button i:before {
	display: block
}
header.header .right button span {
	display: block;
	height: 14px;
	min-width: 14px;
	font-weight: 700;
	font-size: 9px;
	line-height: 10px;
	padding: 2px;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 11px;
	right: 11px;
	border-radius: 12px;
	color: #fff;
	background: #e00
}
/*@media (min-width:992px) {*/
/*	header.header .right button:hover i {*/
/*		opacity: .5*/
/*	}*/
/*}*/
header.header .right .open-search i {
	transition: all .25s ease-in-out
}
header.header .right .open-search i+i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0
}
header.header .right .open-search.open i {
	opacity: 0
}
header.header .right .open-search.open i+i {
	opacity: 1
}
header.header.white {
	position: absolute;
	top: 0;
	padding-top: 5px;
	left: 0;
	right: 0;
	background: initial;
	z-index: 3
}
header.header.white .logo i {
	color: #fff
}
header.header.white .logo svg, header.header.white .logo svg * {
	fill: #fff
}
header.header.white .search-form form input {
	color: #fff;
	border-color: #fff
}
header.header.white .search-form form button i {
	color: #fff
}
header.header.white .search-form .search_result {
	background: initial
}
/*@media (min-width:992px) {*/
/*	header.header.white .search-form .search_result .item:hover {*/
/*		background: hsla(0, 0%, 100%, .1)*/
/*	}*/
/*}*/
header.header.white .menu a span, header.header.white .search-form .search_result .item .info, header.header.white .search-form .search_result .item .info .params>span {
	color: #fff
}
header.header.white .menu a span:after {
	background: #fff
}
header.header.white .right button i {
	color: #fff
}
.mobile_menu {
	margin: 0;
	padding: 0 5px;
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: none
}
/*@media (max-width:991px) {*/
/*	.mobile_menu {*/
/*		display: -ms-flexbox;*/
/*		display: flex*/
/*	}*/
/*}*/
.mobile_menu a {
	padding: 15px;
	position: relative
}
.mobile_menu a i {
	font-size: 24px;
	display: block;
	transition: all .25s ease-in-out;
	color: #454543
}
.mobile_menu a i:before {
	display: block
}
.mobile_menu a span {
	display: block;
	height: 14px;
	min-width: 14px;
	font-weight: 700;
	font-size: 9px;
	line-height: 10px;
	padding: 2px;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 11px;
	right: 11px;
	border-radius: 12px;
	color: #fff;
	background: #e00
}

header.banner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(43, 43, 42, .25);
	z-index: 2
}

header.banner .banner-mob {
	z-index: 1;
	opacity: 0
}
/*@media (max-width:767px) {*/
/*	header.banner .banner-mob {*/
/*		opacity: 1*/
/*	}*/
/*}*/
header.banner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(43, 43, 42, .25);
	z-index: 2
}

/*@media (max-width:991px) {*/
/*	header.banner .container {*/
/*		bottom: 50px*/
/*	}*/
/*}*/
header.banner .container h1 {
	color: #fff;
	margin-bottom: 30px
}


/*header.banner {*/
/*	height: 100vh;*/
/*	height: calc(var(--vh, 1vh) * 100);*/
/*	position: relative*/
/*}*/

/*@media (max-width:991px) {*/
/*	header.banner {*/
/*		height: calc(100vh - 54px);*/
/*		height: calc(var(--vh, 1vh) * 100 - 54px)*/
/*	}*/
/*}*/
header.banner .banner-mob, header.banner .banner-pc {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	background-size: cover;
	background-position: 50%
}
header.banner .banner-pc {
	z-index: 0
}
header.banner .banner-mob {
	z-index: 1;
	opacity: 0
}
@media (max-width:767px) {
	header.banner .banner-mob {
		opacity: 1
	}
}
header.banner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(43, 43, 42, .25);
	z-index: 2
}
header.banner .container {
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translate(-50%);
	text-align: center;
	z-index: 3
}
/*@media (max-width:991px) {*/
/*	header.banner .container {*/
/*		bottom: 50px*/
/*	}*/
/*}*/

.h_z-350{
	height: 350px;
}

.section_title
{
	display: inline-block;
	text-align: center;
	padding-bottom: 30px!important;
}

.section_title_hg3 {
	text-align: center;
	padding-bottom: 100px;
}

.section_title h2
{
	display: inline-block;
	text-transform: uppercase;
}

.section_title_hg2 h2 {
	display: inline-block;
	text-transform: uppercase;
}


.section_title_hg2::after {
	display: block;
	position: absolute;

	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	background: #0083d1;
	content: '';
}

.section_title_hg3 h2 {
	display: inline-block;
	text-transform: uppercase;
}


.section_title_hg3::after {
	display: block;
	position: absolute;

	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	background: #0083d1;
	content: '';
}

.section_title::after
{
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #fff;
	content: '';
}
/*********************************
9. Blogs
*********************************/
.hg-1-1, .transp-back .hg-1-1 {
	background-color: #e3fafb;
}

.photo-text2 {
}

.photo-text3 {
	padding-bottom: 100px;
	padding-top: 130px;
}

.photo-text3 .img2 .photo2{
	width: 100%;
	padding-top: 80%;
	background-color: #ccc;
	background-size: cover;
	background-position: 50%;
}
.photo-text2 .img2 .photo2{
	width: 100%;
	padding-top: 80%;
	background-color: #ccc;
	background-size: cover;
	background-position: 50%;
}

.blogs
{
	margin-top: 130px;
}
.blogs_container
{
	margin-top: 53px;
}
.blog_item
{
	height: 255px;
	width: 100%;
}
.blog_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog_content
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background: rgba(255,255,255,0.9);
	padding-left: 10px;
	padding-right: 10px;
	visibility: hidden;
	opacity: 0;
	transform-origin: center center;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.blog_item:hover .blog_content
{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.blog_title
{
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 0px;
}
.blog_meta
{
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #51545f;
	margin-bottom: 0px;
	margin-top: 3px;
	letter-spacing: 1px;
}
.blog_more
{
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fe4c50;
	border-bottom: solid 1px #fe4c50;
	margin-top: 12px;
}
.blog_more:hover
{
	color: #FE7C7F;
}


/*********************************
7. Tabs
*********************************/

.tabs_section_container
{
	width: 100%;
	padding-top: 80px;
}
.tabs_container
{
	margin-top: 66px;
	margin-bottom: 66px;
}
.tabs
{

}
.tab
{
	margin-right: 50px;
	cursor: pointer;
}
.tab:last-child
{
	margin-right: 0px;
}
.tab span
{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #1e1e27;
}
.tab:hover span
{
	color: #b5aec4;
}
.tab.active span
{
	color: #fe4c50;
	border-bottom: solid 1px #fe4c50;
}
.tab_container
{
	width: 100%;
	display: none;
}
.tab_container.active
{
	display: block;
}

/*********************************
7.1 Description
*********************************/

.desc_col
{

}
.tab_title
{
	margin-bottom: 98px;
}
.tab_title h4
{
	display: inline-block;
	color: #fe4c50;
	border-bottom: solid 1px #fe4c50;
}
.tab_text_block
{
	margin-bottom: 133px;
}
.tab_text_block p
{
	font-weight: 400;
	margin-top: 10px;
}
.tab_image
{
	width: 100%;
	margin-bottom: 131px;
}
.tab_image img
{
	width: 100%;
}
.desc_last
{
	margin-bottom: 0px;
}


/* End */
/* /local/templates/z_mys/css/main.css?164076197028567 */
/* /local/templates/z_mys/css/base.css?163866603811832 */
/* /local/templates/z_mys/components/bitrix/menu/z_mult_menu_title/style.css?16387767842548 */
/* /local/templates/z_mys/components/bitrix/sale.basket.basket.line/Z_myz_LK/style.css?1638479783685 */
/* /local/templates/z_mys/components/bitrix/menu/z_mys_menu_gl_scroll/style.css?1638481086846 */
/* /local/templates/z_mys/components/HG24/ZMUS_gl_ban/z_banner_gl_1/style.css?16376779921839 */
/* /local/templates/z_mys/components/bitrix/menu/z_mys_menu_mob/style.css?16386660632212 */
/* /local/templates/z_mys/components/bitrix/sender.subscribe/z_mail/style.css?16376779934802 */
/* /local/templates/.default/components/bitrix/eshop.socnet.links/z_socset1/style.css?1687497360950 */
/* /local/templates/z_mys/styles.css?178306313230461 */
